#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both;
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
    border: none;
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
}

#sb_instagram.sbi_col_1 #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

#sb_instagram .sbi_no_js img {
    display: none;
}

#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active {
    outline: none;
}

#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px;
}

#sb_instagram .sbi_link a:hover, #sb_instagram .sbi_link a:focus {
    text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link {
    display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: block !important;
    position: absolute;
    z-index: 1;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

#sb_instagram br {
    display: none;
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#sb_instagram .fa-spin, #sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse, #sbi_lightbox .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)
    }
}

.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
}

#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

@media all and (min-width: 480px) {
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        font-size: 14px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        line-height: 1.4
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
        font-size: 16px;
    }
}

#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover {
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sb_instagram_header a:focus .sbi_header_img_hover {
    opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text, .sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px;
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    text-decoration: none;
}

#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram .sb_instagram_header p, .sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram p:empty {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji, .sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info, .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both;
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
}

#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn {
    transition: all 0.1s ease-in;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error br {
    display: initial !important;
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#sbi_mod_error ol, #sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important;
}

#sbi_mod_error span {
    font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px;
}

@media all and (max-width: 640px) {
    #sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {
    #sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn {
    display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo, #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

.sbi_header_outside.sbi_header_palette_dark, #sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption, .sbi_header_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark .sbi_bio, #sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark a, #sb_instagram.sbi_palette_dark .sbi_expand a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
}

.sbi_header_outside.sbi_header_palette_light, #sb_instagram.sbi_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption, .sbi_header_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light .sbi_bio, #sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light a, #sb_instagram.sbi_palette_light .sbi_expand a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
}

@media all and (max-width: 480px) {
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 480px) {
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important;
}

body:after {
    content: url(../images/sbi-sprite.png);
    display: none;
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover, .sbi_lightbox a:focus, .sbi_lightbox a:active {
    outline: none;
}

.sbi_lightbox a img {
    border: none;
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lb-container-wrapper {
    height: 100%;
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(../images/sbi-sprite.png) no-repeat;
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sbi_lb-container > .nav {
    left: 0;
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.sbi_lb-prev, .sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(../images/sbi-sprite.png) no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.sbi_lb-dataContainer:after, .sbi_lb-data:after, .sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px;
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover, .sbi_lb-commenter:hover {
    color: #fff;
    text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

.sbi_lb-nav {
    height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}

.sbi_lb-container {
    padding: 0;
}

.sb-elementor-cta {
    width: 100% !important;
    border: 1px solid #E8E8EB !important;
    border-radius: 2px !important;
    position: relative !important;
    text-align: center !important;
}

.sb-elementor-cta-img-ctn {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.sb-elementor-cta-img {
    width: 65px !important;
    height: 65px !important;
    position: relative !important;
    border: 2px solid #DCDDE1 !important;
    border-radius: 16px !important;
    -webkit-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sb-elementor-cta-img span svg {
    float: left !important;
}

.sb-elementor-cta-img > * {
    -webkit-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.sb-elementor-cta-logo {
    position: absolute !important;
    right: -15px !important;
    bottom: -19px !important;
    z-index: 1 !important;
}

.sb-elementor-cta-heading {
    font-size: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn {
    background: #0068A0 !important;
    border-radius: 2px !important;
    padding: 8px 20px 8px 38px !important;
    cursor: pointer !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn:before, .sb-elementor-cta-btn:after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
    left: 20px !important;
    top: 14px !important;
}

.sb-elementor-cta-btn:after {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.sb-elementor-cta-desc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background: #F9F9FA !important;
    border-top: 1px solid #E8E8EB !important;
    margin-top: 35px !important;
    flex-direction: column !important;
}

.sb-elementor-cta-desc strong {
    color: #141B38 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.sb-elementor-cta-desc span {
    color: #434960 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0 20% !important;
}

.sb-elementor-cta-selector {
    width: 100% !important;
    padding: 0 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
}

.sb-elementor-cta-feedselector {
    border: 1px solid #D0D1D7 !important;
    padding: 8px 16px 8px 16px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    min-width: 400px !important;
}

.sb-elementor-cta-selector span {
    color: #2C324C !important;
}

.sb-elementor-cta-selector span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sb-elementor-cta-selector span a:after {
    color: #2C324C !important;
    margin-left: 2px !important;
    font-weight: 400 !important;
    text-decoration-color: #fff !important;
}

.sb-elementor-cta-selector span a:first-of-type:after {
    content: ',' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    content: 'or' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    margin-left: 5px !important;
    margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before {
    content: '' !important;
    height: 16px !important;
    font-variant: normal !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@charset "UTF-8";
.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar, .wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em) * .75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * .5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em) * .25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar td, .wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

.wp-block-details {
    box-sizing: border-box
}

.wp-block-details summary {
    cursor: pointer
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-form-input__label.is-label-inline {
    align-items: center;
    flex-direction: row;
    gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
    margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
    flex-direction: row-reverse;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__label-content {
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
    border: 1px solid;
    line-height: 2;
    min-height: 2em
}

textarea.wp-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
    background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: initial;
    border: 3px solid #0000;
    border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
    background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
    scrollbar-color: #fffc #0000
}

@media (hover: none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color: #fffc #0000
    }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

.wp-lightbox-container img {
    cursor: zoom-in
}

.wp-lightbox-container img:hover + button {
    opacity: 1
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #5a5a5a40;
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity .2s ease;
    width: 20px;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.wp-lightbox-container button:focus {
    opacity: 1
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay button {
    background: none;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion: no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }
    99% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }
    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
    }
    99% {
        visibility: visible
    }
    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

:root :where(ul.has-background,ol.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .wp-block-media-text > .wp-block-media-text__content, .wp-block-media-text > .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text > .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text > .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
    z-index: 100000
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000 !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image :where(img) {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-featured-image:where(.alignleft,.alignright) {
    width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read, .wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote p {
    margin-top: 0
}

.wp-block-pullquote p:last-child {
    margin-bottom: 0
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container > li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width: 600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns:1fr
    }
}

.wp-block-post-template-is-layout-constrained > li > .alignright, .wp-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained > li > .alignleft, .wp-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained > li > .aligncenter, .wp-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title, .wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-quote > cite {
    display: block
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
    text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
    max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0 !important
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:root :where(.wp-block-site-title a) {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: currentColor;
    fill: currentColor
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: none
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #1778f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs-container {
    background: #000;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs-container, .mejs-container * {
    box-sizing: border-box
}

.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%
}

.mejs-fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs-container:focus {
    outline: none
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs-embed, .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    height: 100% !important;
    width: 100% !important
}

.mejs-background, .mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs-poster-img {
    display: none
}

.mejs-poster-img {
    border: 0;
    padding: 0
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs-layer {
    z-index: 1
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    background: url(//camosse.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs-overlay:hover > .mejs-overlay-button {
    background-position: -80px -39px
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(//camosse.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs-controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs-button, .mejs-time, .mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs-button > button {
    background: transparent url(//camosse.com/wp-includes/js/mediaelement/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs-button > button:focus {
    outline: 1px dotted #999
}

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
    outline: 0
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs-play > button {
    background-position: 0 0
}

.mejs-pause > button {
    background-position: -20px 0
}

.mejs-replay > button {
    background-position: -160px 0
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs-time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

.mejs-time-loaded {
    background: hsla(0, 0%, 100%, .3)
}

.mejs-time-current, .mejs-time-handle-content {
    background: hsla(0, 0%, 100%, .9)
}

.mejs-time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10
}

.mejs-time-hovered.negative {
    background: rgba(0, 0, 0, .2)
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition: height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.mejs-time-handle, .mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs-time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px
}

.mejs-long-video .mejs-time-float-current {
    width: 60px
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs-fullscreen-button > button {
    background-position: -80px 0
}

.mejs-unfullscreen > button {
    background-position: -100px 0
}

.mejs-mute > button {
    background-position: -60px 0
}

.mejs-unmute > button {
    background-position: -40px 0
}

.mejs-volume-button {
    position: relative
}

.mejs-volume-button > .mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs-volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs-volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs-volume-current, .mejs-volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute
}

.mejs-volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs-horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    height: 8px;
    top: 16px;
    width: 50px
}

.mejs-horizontal-volume-current, .mejs-horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.mejs-horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    top: 0;
    width: 100%
}

.mejs-horizontal-volume-handle {
    display: none
}

.mejs-captions-button, .mejs-chapters-button {
    position: relative
}

.mejs-captions-button > button {
    background-position: -140px 0
}

.mejs-chapters-button > button {
    background-position: -180px 0
}

.mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs-chapters-button > .mejs-chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs-captions-selector-list, .mejs-chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs-captions-selector-input, .mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs-captions-selected, .mejs-chapters-selected {
    color: #21f8f8
}

.mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text, .mejs-captions-text * {
    background: hsla(0, 0%, 8%, .5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    padding: 0;
    white-space: pre-wrap
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs-overlay-error {
    position: relative
}

.mejs-overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs-cannotplay, .mejs-cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs-cannotplay {
    position: relative
}

.mejs-cannotplay a, .mejs-cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

.mejs-container {
    clear: both;
    max-width: 100%
}

.mejs-container * {
    font-family: Helvetica, Arial
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222
}

.mejs-time {
    font-weight: 400;
    word-wrap: normal
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: table
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span {
    border-radius: 0
}

.mejs-overlay-loading {
    background: 0 0
}

.mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.me-cannotplay {
    width: auto !important
}

.media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width: 400px
}

.audio-details .embed-media-settings {
    overflow: visible
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
    max-width: 400px;
    width: auto
}

.media-embed-details .embed-media-settings .checkbox-setting span {
    display: inline-block
}

.media-embed-details .embed-media-settings {
    padding-top: 0;
    top: 28px
}

.media-embed-details .instructions {
    padding: 16px 0;
    max-width: 600px
}

.media-embed-details .setting .remove-setting, .media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase
}

.media-embed-details .setting .remove-setting {
    padding: 5px 0
}

.media-embed-details .setting a:hover {
    color: #dc3232
}

.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px
}

.wp-video {
    max-width: 100%;
    height: auto
}

.wp_attachment_holder .wp-audio-shortcode, .wp_attachment_holder .wp-video {
    margin-top: 18px
}

.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block
}

.video-details .wp-video-holder {
    width: 100%;
    max-width: 640px
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5
}

.wp-admin .wp-playlist {
    margin: 0 0 18px
}

.wp-playlist video {
    display: inline-block;
    max-width: 100%
}

.wp-playlist audio {
    display: none;
    max-width: 100%;
    width: 400px
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%
}

.wp-playlist .mejs-controls .mejs-button button {
    outline: 0
}

.wp-playlist-light {
    background: #fff;
    color: #000
}

.wp-playlist-dark {
    color: #fff;
    background: #000
}

.wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px)
}

.wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item-title {
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item-album {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-playlist-item-artist {
    font-size: 12px;
    text-transform: uppercase
}

.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height: 1.5
}

.rtl .wp-playlist-item-length {
    left: 3px;
    right: auto
}

.wp-playlist-tracks {
    margin-top: 10px
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 1px solid #ccc
}

.wp-playlist-item:last-child {
    border-bottom: 0
}

.wp-playlist-light .wp-playlist-caption {
    color: #333
}

.wp-playlist-dark .wp-playlist-caption {
    color: #ddd
}

.wp-playlist-playing {
    font-weight: 700;
    background: #f7f7f7
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000
}

.wp-playlist-dark .wp-playlist-playing {
    background: #000;
    color: #fff
}

.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px
}

.wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: 0
}

.rtl .wp-playlist .wp-playlist-current-item img {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px
}

#single-below-header .nectar-social.hover {
    margin-right: 14px
}

#single-below-header .nectar-social.hover[data-rm-love="1"] {
    margin-right: 0
}

.nectar-social.hover {
    position: relative
}

.nectar-social.hover > *:not(.share-btn) {
    margin-bottom: 14px
}

.nectar-social.hover > div:not(.share-btn) {
    display: inline-block
}

#ajax-content-wrap .nectar-social.hover .nectar-love-button span {
    padding-left: 0
}

.nectar-social.hover .share-btn i {
    -webkit-transition: none;
    transition: none
}

.nectar-social.hover .share-btn, .nectar-social.hover > div span, body .nectar-social.hover .nectar-love .nectar-love-count {
    font-size: 14px;
    line-height: 28px
}

.nectar-social.hover > div a > span {
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-social.hover .share-btn, .nectar-social.hover > div a > span {
    cursor: pointer;
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-social.hover .share-btn, .nectar-social.hover > div a {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 6px 20px;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 100px
}

.nectar-social.hover .share-btn, .nectar-social.hover > div a > span, .sharing-default-minimal .nectar-love {
    color: #888
}

#single-meta .nectar-social.hover .share-btn {
    padding-left: 20px
}

.nectar-social.hover .share-btn:hover, .nectar-social.hover > div a:hover {
    border-color: rgba(0, 0, 0, .5)
}

.nectar-social.hover .nectar-social-inner {
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 300px
}

.nectar-social.hover .share-btn {
    margin-right: 14px
}

.nectar-social.hover i.icon-default-style[class^=icon-], .nectar-social.hover i[class^=icon-] {
    margin-right: 7px;
    font-size: 18px;
    line-height: 23px;
    height: 20px;
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-social.hover .nectar-social-inner a i {
    font-size: 16px
}

.nectar-social.hover .nectar-social-inner a {
    transform: translateX(-20px);
    opacity: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    color: #ddd;
    margin: 0 14px 14px 0;
    text-align: center;
    line-height: 43px
}

.nectar-social.hover[data-position=right] .nectar-social-inner a {
    transform: translateX(20px)
}

.nectar-social.hover[data-position=right] .share-btn {
    float: right;
    margin-left: 14px;
    margin-right: 0
}

.nectar-social.hover[data-position=right] .nectar-social-inner {
    left: auto;
    text-align: right;
    right: 0
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
    transition-delay: .03s
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
    transition-delay: .06s
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
    transition-delay: .09s
}

.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
    transition-delay: .12s
}

.nectar-social.hover .share-btn, .nectar-social.hover .nectar-love-button, .nectar-social.hover .nectar-social-inner a {
    -webkit-transition: all .4s cubic-bezier(.25, 1, .33, 1);
    transition: all .4s cubic-bezier(.25, 1, .33, 1),
}

.nectar-social.hover.visible .share-btn, .nectar-social.hover.visible .nectar-love-button {
    opacity: 0;
    pointer-events: none
}

.nectar-social.hover.visible .nectar-social-inner a, .nectar-social.hover.visible[data-position=right] .nectar-social-inner a {
    transform: translateX(0px);
    opacity: 1
}

.nectar-social.hover.visible .nectar-social-inner {
    pointer-events: all
}

.nectar-social.fixed > a:before {
    background-color: #000
}

@media only screen and (max-width: 999px) {
    .nectar-social.fixed > a {
        transition: all .35s cubic-bezier(.15, .2, .1, 1);
        -webkit-transition: all .35s cubic-bezier(.15, .2, .1, 1);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .nectar-social.fixed {
        margin: 0;
        height: 50px;
        pointer-events: none
    }

    .nectar-social.fixed.visible > a {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .nectar-social.fixed.visible {
        pointer-events: auto
    }
}

.nectar-social.fixed {
    position: fixed;
    right: 34px;
    bottom: 34px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000
}

.nectar-social.fixed > a {
    height: 50px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}

.nectar-social.fixed > a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    height: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    border-radius: 50%
}

.nectar-social.fixed:hover > a:before {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .2)
}

.nectar-social.fixed > a > [class^=icon-].icon-default-style {
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    left: -1px;
    top: 0;
    z-index: 10;
    position: relative
}

.nectar-social.fixed .nectar-social-inner {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center
}

.nectar-social.fixed .nectar-social-inner a {
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    width: 36px;
    left: 7px;
    position: absolute;
    opacity: 0;
    border: none;
    top: 0;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
    border-radius: 50%;
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1)
}

.nectar-social.fixed > a:after, .nectar-social.fixed .nectar-social-inner a:after {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    display: block;
    border-radius: 50%
}

.nectar-social.fixed a:after {
    -webkit-transition: opacity .25s cubic-bezier(.15, .2, .1, 1);
    transition: opacity .25s cubic-bezier(.15, .2, .1, 1)
}

@keyframes socialButtonFlash {
    0% {
        opacity: 0;
        transform: scale(1)
    }
    25% {
        opacity: .22;
        transform: scale(1.1115)
    }
    100% {
        opacity: 0;
        transform: scale(1.23)
    }
}

.nectar-social.fixed:hover > a:after {
    -webkit-animation: socialButtonFlash .45s cubic-bezier(.15, .2, .1, 1) forwards;
    animation: socialButtonFlash .45s cubic-bezier(.15, .2, .1, 1) forwards
}

.nectar-social.fixed a:hover:after {
    opacity: .2
}

.nectar-social.fixed:hover > a:before {
    -webkit-transform: scale(1.23) translateZ(0);
    transform: scale(1.23) translateZ(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(1) {
    transform: translateY(0px) scale(0);
    -webkit-transform: translateY(0px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(2) {
    -webkit-transform: translateY(-36px) scale(0);
    transform: translateY(-36px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(3) {
    -webkit-transform: translateY(-86px) scale(0);
    transform: translateY(-86px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(4) {
    -webkit-transform: translateY(-136px) scale(0);
    transform: translateY(-136px) scale(0)
}

.nectar-social.fixed .nectar-social-inner a:nth-child(5) {
    -webkit-transform: translateY(-186px) scale(0);
    transform: translateY(-186px) scale(0)
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-56px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-56px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-106px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-106px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-156px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-156px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-206px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-206px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5) {
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transform: translateY(-256px) scale(1);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: translateY(-256px) scale(1);
    opacity: 1
}

.nectar-social.fixed:hover {
    height: 340px
}

body .nectar-social.fixed a i, #ajax-content-wrap .nectar-social.fixed a i {
    color: #fff;
    font-size: 14px;
    top: 0;
    padding-right: 0;
    display: block
}

body .nectar-social.fixed .nectar-social-inner a i, #ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
    height: 36px;
    line-height: 36px;
    width: 36px
}

.nectar-social.fixed .google-plus-share i {
    font-size: 12px
}

.sharing-default-minimal .nectar-social .love-text {
    display: inline
}

.sharing-default-minimal .nectar-social .love-text, .sharing-default-minimal .nectar-social .social-text, #ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
    display: inline-block;
    opacity: 1;
    font-size: 15px;
    line-height: 15px
}

.sharing-default-minimal .nectar-social .facebook-share, .nectar-social.hover .facebook-share:hover, #single-below-header .nectar-social.hover .facebook-share:hover {
    border-color: #6a75c8;
    color: #6a75c8;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .twitter-share, .nectar-social.hover .twitter-share:hover, #single-below-header .nectar-social.hover .twitter-share:hover {
    border-color: #6abaf7;
    color: #6abaf7;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share, .nectar-social.hover .linkedin-share:hover, #single-below-header .nectar-social.hover .linkedin-share:hover {
    border-color: #2e82d9;
    color: #2e82d9;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .pinterest-share, .nectar-social.hover .pinterest-share:hover, #single-below-header .nectar-social.hover .pinterest-share:hover {
    border-color: red;
    color: red;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .facebook-share i {
    height: 15px;
    font-size: 15px;
    line-height: 19px;
    color: #6a75c8;
    padding-right: 3px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .twitter-share i {
    height: 15px;
    font-size: 16px;
    line-height: 18px;
    padding-right: 3px;
    color: #6abaf7;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .google-plus-share i {
    height: 15px;
    font-size: 14px;
    line-height: 19px;
    padding-right: 3px;
    color: #f05660;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .linkedin-share i {
    height: 15px;
    font-size: 14px;
    color: #2e82d9;
    padding-right: 3px;
    line-height: 16px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .pinterest-share i {
    height: 15px;
    font-size: 16px;
    color: red;
    padding-right: 3px;
    line-height: 18px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-social .facebook-share:hover, .nectar-social.fixed .facebook-share {
    background-color: #6a75c8
}

.sharing-default-minimal .nectar-social .twitter-share:hover, .nectar-social.fixed .twitter-share {
    background-color: #6abaf7
}

.sharing-default-minimal .nectar-social .linkedin-share:hover, .nectar-social.fixed .linkedin-share {
    background-color: #2e82d9
}

.sharing-default-minimal .nectar-social .pinterest-share:hover, .nectar-social.fixed .pinterest-share {
    background-color: red
}

.sharing-default-minimal .nectar-social a:hover {
    color: #fff
}

#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love, body .sharing-default-minimal .nectar-social .nectar-love {
    margin-top: 0;
    font-size: 15px;
    line-height: 22px
}

body .sharing-default-minimal .n-shortcode {
    border-right: none !important;
    top: -1px;
    position: relative
}

.col.centered-text .sharing-default-minimal .nectar-social-inner {
    text-align: center
}

.sharing-default-minimal .nectar-social-inner .nectar-love {
    border: 2px solid rgba(0, 0, 0, .2);
    padding: 7px 9px 7px 30px !important;
    margin-top: 50px;
    height: auto !important;
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    position: relative;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-love.loved {
    border-color: transparent;
    background-color: #000
}

.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2, body .sharing-default-minimal .nectar-love i {
    font-size: 14px !important;
    margin-right: 8px;
    line-height: 20px;
    transition: all .2s ease
}

#ajax-content-wrap .sharing-default-minimal .nectar-love i, body .sharing-default-minimal .hovered .nectar-love i {
    color: rgba(0, 0, 0, .2);
    transform: scale(1);
    opacity: 1;
    position: relative
}

.sharing-default-minimal .total_loves {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 100px;
    padding: 2px 8px !important;
    margin-left: 28px;
    float: right;
    line-height: 12px;
    transition: all .2s ease
}

.sharing-default-minimal .nectar-love .total_loves .nectar-love-count {
    font-size: 10px;
    line-height: 16px;
    opacity: 1
}

.sharing-default-minimal .nectar-love:hover {
    background-color: #000
}

.sharing-default-minimal .nectar-love:hover .total_loves, .sharing-default-minimal .nectar-love.loved .total_loves {
    background-color: rgba(255, 255, 255, .25)
}

.sharing-default-minimal .nectar-love .icon-salient-heart-2:before {
    content: "\e00e" !important
}

.sharing-default-minimal .total_loves {
    display: block
}

.sharing-default-minimal a:hover .total_loves, .sharing-default-minimal .nectar-love.loved .total_loves {
    color: #fff
}

#page-header-bg[data-post-hs=default_minimal] h1, body.single-post .heading-title[data-header-style=default_minimal] .entry-title {
    text-align: center;
    margin: 0 auto
}

.sharing-default-minimal {
    text-align: left
}

.sharing-default-minimal .nectar-social-inner > a {
    border: 2px solid #000;
    padding: 9px 30px !important;
    margin-right: 10px
}

body[data-button-style^=rounded] .sharing-default-minimal .nectar-social-inner > a, body[data-button-style^=rounded] .sharing-default-minimal .nectar-love {
    border-radius: 100px;
    line-height: 1px;
    margin: 10px 13px 10px 0;
    height: auto;
    display: inline-block
}

.sharing-default-minimal .nectar-social-inner > a, .sharing-default-minimal .nectar-love {
    line-height: 1px;
    margin: 10px 13px 10px 0;
    height: auto;
    display: inline-block
}

.sharing-default-minimal .nectar-social-inner > a, body[data-button-style^=rounded] .sharing-default-minimal .nectar-social-inner > a {
    line-height: 18px
}

.sharing-default-minimal .nectar-social .facebook-share:hover i, .sharing-default-minimal .nectar-social .twitter-share:hover i, .sharing-default-minimal .nectar-social .google-plus-share:hover i, .sharing-default-minimal .nectar-social .linkedin-share:hover i, .sharing-default-minimal .nectar-social .pinterest-share:hover i, .sharing-default-minimal .nectar-love:hover i, .sharing-default-minimal .nectar-love:hover, .sharing-default-minimal .nectar-love.loved i, .sharing-default-minimal .nectar-love.loved, body .sharing-default-minimal .hovered .nectar-love.loved i, #footer-outer .sharing-default-minimal .nectar-social a:hover {
    color: #fff !important
}

.post.masonry-blog-item .post-meta .nectar-love-wrap {
    float: right
}

.nectar-love-wrap .nectar-love-count {
    margin-left: 5px;
    font-size: 14px;
    line-height: 14px
}

body .nectar-love-wrap .total_loves {
    line-height: 14px
}

.nectar-love-wrap {
    line-height: 19px
}

article.post .post-meta .nectar-love-wrap {
    text-align: center
}

body .nectar-love-wrap i[class^=icon-] {
    font-size: 14px;
    height: 14px;
    top: -1px;
    transition: color .2s ease;
    line-height: 14px
}

.nectar-love {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    width: auto;
    color: inherit;
    line-height: 11px;
    font-size: 14px;
    display: inline-block
}

.nectar-love span {
    font-weight: 400;
    color: inherit;
    font-size: 12px;
    line-height: 12px;
    display: inline-block
}

.nectar-social .social-text, .nectar-social .love-text, .nectar-love .love-text {
    display: none
}

body .pinterest-share i, body .facebook-share i, body .twitter-share i, body .linkedin-share i, .nectar-social .icon-default-style.steadysets-icon-share, body [class^=icon-].icon-salient-heart, body [class^=icon-].icon-salient-heart-2 {
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    height: 20px;
    width: auto;
    line-height: 20px;
    color: #ddd
}

.nectar-social.hover .pinterest-share i, .nectar-social.hover .facebook-share i, .nectar-social.hover .twitter-share i, .nectar-social.hover .linkedin-share i {
    color: inherit
}

.nectar-social .nectar-social-inner a, .nectar-social .nectar-love-button .nectar-love, .nectar-social.fixed > a {
    text-decoration: none !important
}

.sharing-default-minimal.post-bottom, .salient-social-outer.post-bottom {
    margin-top: 40px
}

:root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7f54b3;
    --wc-primary-text: #fff;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
    content: " ";
    display: table
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
    content: " ";
    display: table
}

.woocommerce ul.products:after, .woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: table
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
    color: #585858
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-billing-fields:before, .woocommerce .woocommerce-shipping-fields:after, .woocommerce .woocommerce-shipping-fields:before, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-billing-fields:before, .woocommerce-page .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width: 44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width: 56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

@charset "UTF-8";
:root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7f54b3;
    --wc-primary-text: #fff;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

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

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #b3af54
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c2b9ce;
    border-top-color: #b5aac3
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(//camosse.com/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid var(--wc-red);
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

#coming-soon-footer-banner {
    width: 100%;
    min-height: 56px;
    background: #fff;
    position: fixed;
    display: flex;
    font-size: 13px;
    bottom: 0;
    line-height: 16px;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    padding: 16px;
    box-sizing: border-box;
    z-index: 100
}

#coming-soon-footer-banner .coming-soon-footer-banner__content {
    text-align: center;
    flex: 1;
    margin-right: 10px;
    line-height: 16px;
    text-wrap: pretty
}

#coming-soon-footer-banner a {
    color: #3858e9;
    text-decoration: none
}

#coming-soon-footer-banner a.coming-soon-footer-banner-dismiss {
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4995 13.0602L16.2118 16.7725L17.2725 15.7118L13.5602 11.9995L17.2725 8.28723L16.2119 7.22657L12.4995 10.9389L8.78722 7.22656L7.72656 8.28722L11.4389 11.9995L7.72657 15.7119L8.78723 16.7725L12.4995 13.0602Z" fill="%23757575"/></svg>');
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-repeat: no-repeat
}

.col {
    position: relative;
    display: block;
    width: 100%
}

html body .vc_row-fluid > .span_12, .full-page-inner > .span_12, .full-page-inner > .container > .span_12 {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none
}

@media (min-width: 690px) {
    .col {
        margin-right: 2%
    }
}

.col:last-child {
    margin-right: 0
}

.col.col_last {
    margin-right: 0
}

html body .vc_row-fluid > .span_12 > .wpb_column, .compose-mode .vc_row-fluid > .span_12 > .vc_element, .compose-mode .vc_row-fluid > .span_12 > .vc_element > .wpb_column, .full-page-inner > .span_12 > .wpb_column, .full-page-inner > .container > .span_12 > .wpb_column {
    float: none;
    margin-right: 0
}

html body .vc_row-fluid > .span_12 > .wpb_column:not([class*=offset-]), .compose-mode .vc_row-fluid > .span_12 > .vc_element:not([class*=offset-]), .compose-mode #nectar_fullscreen_rows .full-page-inner > .container > .span_12 > .vc_element:not([class*=offset-]), .compose-mode .vc_row-fluid > .span_12 > .vc_element > .wpb_column:not([class*=offset-]), .full-page-inner > .span_12 > .wpb_column:not([class*=offset-]), .full-page-inner > .container > .span_12 > .wpb_column:not([class*=offset-]) {
    margin-left: 0
}

.vc_row-fluid > .span_12, .full-page-inner > .span_12, .full-page-inner > .container > .span_12 {
    width: auto
}

.vc_row-fluid > .span_12, body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner > .container > .span_12 {
    margin-left: -1%;
    margin-right: -1%
}

.vc_row-fluid > .span_12 .wpb_column, body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner > .container > .span_12 .wpb_column:not(.child_column) {
    padding-left: 1%;
    padding-right: 1%
}

body[data-col-gap*=px] .wpb_wrapper > .wpb_row:last-child:not([data-column-margin*=px]) {
    margin-bottom: 0
}

body .container-wrap .wpb_row[data-column-margin=none]:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 0
}

body .container-wrap .vc_row-fluid[data-column-margin=none] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin=none] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin=none] .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0
}

body .container-wrap .vc_row-fluid[data-column-margin=none] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin=none] .child_column {
    padding-left: 0;
    padding-right: 0
}

body[data-col-gap="20px"] .wpb_row:not(.full-width-section):not(.full-width-content), body .container-wrap .wpb_row[data-column-margin="20px"]:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 20px
}

body[data-col-gap="20px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="20px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner > .span_12 {
    margin-left: -10px;
    margin-right: -10px
}

body[data-col-gap="20px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="20px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="20px"] .child_column {
    padding-left: 10px;
    padding-right: 10px
}

.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px
}

body[data-col-gap="30px"] .wpb_row:not(.full-width-section):not(.full-width-content), body .container-wrap .wpb_row[data-column-margin="30px"]:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 30px
}

body[data-col-gap="30px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="30px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner > .span_12 {
    margin-left: -15px;
    margin-right: -15px
}

body[data-col-gap="30px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="30px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="30px"] .child_column {
    padding-left: 15px;
    padding-right: 15px
}

.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px
}

body[data-col-gap="40px"] .wpb_row:not(.full-width-section):not(.full-width-content), body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 40px
}

body[data-col-gap="40px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="40px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner > .span_12 {
    margin-left: -20px;
    margin-right: -20px
}

body[data-col-gap="40px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="40px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="40px"] .child_column {
    padding-left: 20px;
    padding-right: 20px
}

.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px
}

body[data-col-gap="50px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="50px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner > .span_12 {
    margin-left: -25px;
    margin-right: -25px
}

body[data-col-gap="50px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="50px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="50px"] .child_column {
    padding-left: 25px;
    padding-right: 25px
}

.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px
}

body[data-col-gap="60px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="60px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner > .span_12 {
    margin-left: -30px;
    margin-right: -30px
}

body[data-col-gap="60px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="60px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="60px"] .child_column {
    padding-left: 30px;
    padding-right: 30px
}

.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px
}

body[data-col-gap="70px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="70px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner > .span_12 {
    margin-left: -35px;
    margin-right: -35px
}

body[data-col-gap="70px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="70px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="70px"] .child_column {
    padding-left: 35px;
    padding-right: 35px
}

.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px
}

body[data-col-gap="80px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="80px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner > .span_12 {
    margin-left: -40px;
    margin-right: -40px
}

body[data-col-gap="80px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="80px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="80px"] .child_column {
    padding-left: 40px;
    padding-right: 40px
}

.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px
}

body[data-col-gap="90px"] .vc_row-fluid .span_12, body .container-wrap .vc_row-fluid[data-column-margin="90px"] > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner > .container > .span_12, body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner > .span_12 {
    margin-left: -45px;
    margin-right: -45px
}

body[data-col-gap="90px"] .vc_row-fluid .wpb_column, body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column), body .container-wrap .inner_row[data-column-margin="90px"] .child_column {
    padding-left: 45px;
    padding-right: 45px
}

.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content > .span_12, .container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content .full-page-inner > .span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px
}

html body .full-width-content.vc_row-fluid .wpb_column {
    padding: 0
}

.full-width-content.vc_row-fluid .wpb_column .wpb_row, .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper, html body .full-width-content.vc_row-fluid .span_12 {
    margin: 0
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .vc_row-fluid[data-column-margin="20px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="20px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 20px !important
    }

    body[data-col-gap="30px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap="30px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin="30px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="30px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 30px
    }

    body[data-col-gap="40px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap="40px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin="40px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="40px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 40px
    }

    body[data-col-gap="50px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap="50px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin="50px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid.vc_row-fluid.inner_row[data-column-margin="50px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 50px
    }

    body[data-col-gap="60px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap="60px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin="60px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="60px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 60px
    }

    body[data-col-gap="70px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap="70px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin="70px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="70px"] > .span_12 > .one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 70px
    }
}

@media only screen and (max-width: 1000px) {
    .container-wrap .full-width-content .vc_row-fluid[data-column-margin*=px] > .span_12 > .wpb_column {
        margin-bottom: 30px
    }
}

.vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .one-fourths:not([class*=vc_col-xs-]), .vc_row-fluid[data-column-margin=none].full-width-content > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=default] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=none] > .span_12 > .one-fourths:not([class*=vc_col-xs-]), body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default], body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none] {
    margin-bottom: 0
}

body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content > .span_12, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default] > .span_12, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none] > .span_12 {
    margin-left: 0;
    margin-right: 0
}

body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .wpb_column, body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content > .span_12 > .wpb_column, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default] > .span_12 > .wpb_column, body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none] > .span_12 > .wpb_column {
    padding-left: 0;
    padding-right: 0
}

.wpb_column[data-border-radius*=px] > .vc_column-inner > .column-bg-overlay-wrap {
    overflow: hidden
}

.wpb_column[data-border-radius="3px"] > .vc_column-inner, .wpb_column[data-border-radius="3px"] > .vc_column-inner > .column-bg-overlay-wrap, .wpb_column[data-border-radius="3px"] > .vc_column-inner > .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .wpb_column[data-border-radius="3px"] > .vc_column-inner > .column-image-bg-wrap .column-image-bg {
    border-radius: 3px
}

.wpb_column[data-border-radius="5px"] > .vc_column-inner, .wpb_column[data-border-radius="5px"] > .vc_column-inner > .column-bg-overlay-wrap, .wpb_column[data-border-radius="5px"] > .vc_column-inner > .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .wpb_column[data-border-radius="5px"] > .vc_column-inner > .column-image-bg-wrap .column-image-bg {
    border-radius: 5px
}

.wpb_column[data-border-radius="10px"] > .vc_column-inner, .wpb_column[data-border-radius="10px"] > .vc_column-inner > .column-bg-overlay-wrap, .wpb_column[data-border-radius="10px"] > .vc_column-inner > .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .wpb_column[data-border-radius="10px"] > .vc_column-inner > .column-image-bg-wrap .column-image-bg {
    border-radius: 10px
}

.wpb_column[data-border-radius="15px"] > .vc_column-inner, .wpb_column[data-border-radius="15px"] > .vc_column-inner > .column-bg-overlay-wrap, .wpb_column[data-border-radius="15px"] > .vc_column-inner > .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .wpb_column[data-border-radius="15px"] > .vc_column-inner > .column-image-bg-wrap .column-image-bg {
    border-radius: 15px
}

.wpb_column[data-border-radius="20px"] > .vc_column-inner, .wpb_column[data-border-radius="20px"] > .vc_column-inner > .column-bg-overlay-wrap, .wpb_column[data-border-radius="20px"] > .vc_column-inner > .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .wpb_column[data-border-radius="20px"] > .vc_column-inner > .column-image-bg-wrap .column-image-bg {
    border-radius: 20px
}

.vc_row-fluid .wpb_column.boxed, .material .vc_row-fluid .wpb_column.boxed, .ascend .vc_row-fluid .wpb_column.boxed {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpb_column.boxed > .vc_column-inner {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    -webkit-transition: transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    top: 0
}

.wpb_column.boxed:hover > .vc_column-inner {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, .13)
}

.vc_row-fluid .wpb_column {
    box-shadow: none
}

.wpb_column[data-shadow=small_depth] > .vc_column-inner > .column-bg-overlay-wrap {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .08), 0 13px 45px rgba(0, 0, 0, .08)
}

.wpb_column[data-shadow=medium_depth] > .vc_column-inner > .column-bg-overlay-wrap {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

.wpb_column[data-shadow=large_depth] > .vc_column-inner > .column-bg-overlay-wrap {
    box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.wpb_column[data-shadow=x_large_depth] > .vc_column-inner > .column-bg-overlay-wrap {
    box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

.wpb_column > .vc_column-inner > .border-wrap {
    position: static;
    pointer-events: none
}

.wpb_column > .vc_column-inner > .border-wrap > span {
    position: absolute;
    z-index: 100
}

.wpb_column[data-border-style=solid] > .vc_column-inner > .border-wrap > span {
    border-style: solid
}

.wpb_column[data-border-style=dotted] > .vc_column-inner > .border-wrap > span {
    border-style: dotted
}

.wpb_column[data-border-style=dashed] > .vc_column-inner > .border-wrap > span {
    border-style: dashed
}

.wpb_column > .vc_column-inner > .border-wrap > .border-top, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-top:after {
    width: 100%;
    top: 0;
    left: 0;
    border-color: inherit
}

.wpb_column > .vc_column-inner > .border-wrap > .border-bottom, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-bottom:after {
    width: 100%;
    bottom: 0;
    left: 0;
    border-color: inherit
}

.wpb_column > .vc_column-inner > .border-wrap > .border-left, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-left:after {
    height: 100%;
    top: 0;
    left: 0;
    border-color: inherit
}

.wpb_column > .vc_column-inner > .border-wrap > .border-right, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-right:after {
    height: 100%;
    top: 0;
    right: 0;
    border-color: inherit
}

.wpb_column > .vc_column-inner > .border-wrap > .border-right, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-right:after, .wpb_column > .vc_column-inner > .border-wrap > .border-left, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-left:after, .wpb_column > .vc_column-inner > .border-wrap > .border-bottom, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-bottom:after {
    border-top: none !important
}

.wpb_column > .vc_column-inner > .border-wrap > .border-left, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-left:after, .wpb_column > .vc_column-inner > .border-wrap > .border-bottom, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-bottom:after, .wpb_column > .vc_column-inner > .border-wrap > .border-top, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-top:after {
    border-right: none !important
}

.wpb_column > .vc_column-inner > .border-wrap > .border-right, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-right:after, .wpb_column > .vc_column-inner > .border-wrap > .border-left, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-left:after, .wpb_column > .vc_column-inner > .border-wrap > .border-top, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-top:after {
    border-bottom: none !important
}

.wpb_column > .vc_column-inner > .border-wrap > .border-right, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-right:after, .wpb_column > .vc_column-inner > .border-wrap > .border-bottom, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-bottom:after, .wpb_column > .vc_column-inner > .border-wrap > .border-top, .wpb_column[data-border-style*=double] > .vc_column-inner > .border-wrap > .border-top:after {
    border-left: none !important
}

@media only screen and (min-width: 1000px) {
    .wpb_column.has-animation[data-animation=reveal-from-bottom] > .vc_column-inner {
        transform: translateY(101%);
        -webkit-transform: translateY(101%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-top] > .vc_column-inner {
        transform: translateY(-101%);
        -webkit-transform: translateY(-101%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-left] > .vc_column-inner {
        transform: translateX(-120%);
        -webkit-transform: translateX(-120%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-right] > .vc_column-inner {
        transform: translateX(120%);
        -webkit-transform: translateX(120%)
    }
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-bottom] > .vc_column-inner {
    transform: translateY(101%);
    -webkit-transform: translateY(101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-top] > .vc_column-inner {
    transform: translateY(-101%);
    -webkit-transform: translateY(-101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-left] > .vc_column-inner {
    transform: translateX(-120%);
    -webkit-transform: translateX(-120%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-right] > .vc_column-inner {
    transform: translateX(120%);
    -webkit-transform: translateX(120%)
}

body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider, body[data-col-gap] .vc_row-fluid .span_12.col.section-title, body[data-col-gap] .vc_row-fluid .span_12.post-area {
    margin-left: 0;
    margin-right: 0
}

.col.padding-1-percent > .vc_column-inner {
    padding: calc(600px * 0.01)
}

.col.padding-2-percent > .vc_column-inner, .col.padding-3-percent > .vc_column-inner {
    padding: calc(600px * 0.03)
}

.col.padding-4-percent > .vc_column-inner, .col.padding-5-percent > .vc_column-inner, .col.padding-6-percent > .vc_column-inner {
    padding: calc(600px * 0.06)
}

.col.padding-7-percent > .vc_column-inner {
    padding: calc(600px * 0.07)
}

.col.padding-8-percent > .vc_column-inner {
    padding: calc(600px * 0.08)
}

.col.padding-9-percent > .vc_column-inner {
    padding: calc(600px * 0.09)
}

.col.padding-10-percent > .vc_column-inner {
    padding: calc(600px * 0.1)
}

.col.padding-11-percent > .vc_column-inner {
    padding: calc(600px * 0.11)
}

.col.padding-12-percent > .vc_column-inner {
    padding: calc(600px * 0.12)
}

.col.padding-13-percent > .vc_column-inner {
    padding: calc(600px * 0.13)
}

.col.padding-14-percent > .vc_column-inner {
    padding: calc(600px * 0.14)
}

.col.padding-15-percent > .vc_column-inner {
    padding: calc(600px * 0.15)
}

.col.padding-16-percent > .vc_column-inner {
    padding: calc(600px * 0.16)
}

.col.padding-17-percent > .vc_column-inner {
    padding: calc(600px * 0.17)
}

.col.padding-18-percent > .vc_column-inner {
    padding: calc(600px * 0.18)
}

.col.padding-19-percent > .vc_column-inner {
    padding: calc(600px * 0.19)
}

.col.padding-20-percent > .vc_column-inner {
    padding: calc(600px * 0.2)
}

@media only screen and (max-width: 1000px) and (min-width: 691px) {
    .wpb_column.col.no-extra-padding_tablet > .vc_column-inner, .full-width-content .wpb_column.col.no-extra-padding_tablet > .vc_column-inner {
        padding: 0
    }
}

@media only screen and (max-width: 690px) {
    .wpb_column.col.no-extra-padding_phone > .vc_column-inner, .full-width-content .wpb_column.col.no-extra-padding_phone > .vc_column-inner {
        padding: 0
    }

    .col.padding-1-percent > .vc_column-inner {
        padding: calc(100vw * 0.01)
    }

    .col.padding-2-percent > .vc_column-inner, .col.padding-3-percent > .vc_column-inner {
        padding: calc(100vw * 0.03)
    }

    .col.padding-4-percent > .vc_column-inner, .col.padding-5-percent > .vc_column-inner, .col.padding-6-percent > .vc_column-inner {
        padding: calc(100vw * 0.06)
    }

    .col.padding-7-percent > .vc_column-inner {
        padding: calc(100vw * 0.07)
    }

    .col.padding-8-percent > .vc_column-inner {
        padding: calc(100vw * 0.08)
    }

    .col.padding-9-percent > .vc_column-inner {
        padding: calc(100vw * 0.09)
    }

    .col.padding-10-percent > .vc_column-inner {
        padding: calc(100vw * 0.1)
    }

    .col.padding-11-percent > .vc_column-inner {
        padding: calc(100vw * 0.11)
    }

    .col.padding-12-percent > .vc_column-inner {
        padding: calc(100vw * 0.12)
    }

    .col.padding-13-percent > .vc_column-inner {
        padding: calc(100vw * 0.13)
    }

    .col.padding-14-percent > .vc_column-inner {
        padding: calc(100vw * 0.14)
    }

    .col.padding-15-percent > .vc_column-inner {
        padding: calc(100vw * 0.15)
    }

    .col.padding-16-percent > .vc_column-inner {
        padding: calc(100vw * 0.16)
    }

    .col.padding-17-percent > .vc_column-inner {
        padding: calc(100vw * 0.17)
    }

    .col.padding-18-percent > .vc_column-inner {
        padding: calc(100vw * 0.18)
    }

    .col.padding-19-percent > .vc_column-inner {
        padding: calc(100vw * 0.19)
    }

    .col.padding-20-percent > .vc_column-inner {
        padding: calc(100vw * 0.2)
    }

    .col.padding-1-percent[data-border-width*=px] > .vc_column-inner, .col.padding-2-percent[data-border-width*=px] > .vc_column-inner, .col.padding-3-percent[data-border-width*=px] > .vc_column-inner, .col.padding-4-percent[data-border-width*=px] > .vc_column-inner, .col.padding-5-percent[data-border-width*=px] > .vc_column-inner, .col.padding-6-percent[data-border-width*=px] > .vc_column-inner, .col.padding-7-percent[data-border-width*=px] > .vc_column-inner {
        padding: calc(100vw * 0.09)
    }
}

@media only screen and (min-width: 1000px) {
    .col.padding-1-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.01)
    }

    .col.padding-2-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.02)
    }

    .col.padding-3-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.03)
    }

    .col.padding-4-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.04)
    }

    .col.padding-5-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.05)
    }

    .col.padding-6-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.06)
    }

    .col.padding-7-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.07)
    }

    .col.padding-8-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.08)
    }

    .col.padding-9-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.09)
    }

    .col.padding-10-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.1)
    }

    .col.padding-11-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.11)
    }

    .col.padding-12-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.12)
    }

    .col.padding-13-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.13)
    }

    .col.padding-14-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.14)
    }

    .col.padding-15-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.15)
    }

    .col.padding-16-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.16)
    }

    .col.padding-17-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.17)
    }

    .col.padding-18-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.18)
    }

    .col.padding-19-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.19)
    }

    .col.padding-20-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.2)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-1-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.005)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-2-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.01)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-3-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.015)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-4-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.02)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-5-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.025)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-6-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.03)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-7-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.035)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-8-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.04)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-9-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.045)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-10-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.05)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-11-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.055)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-12-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.06)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-13-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.065)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-14-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.07)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-15-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.075)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-16-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.08)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-17-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.09)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-18-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.095)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-19-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.1)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-20-percent > .vc_column-inner {
        padding: calc((100vw - 180px) * 0.105)
    }
}

@media only screen and (min-width: 1425px) {
    .col.padding-1-percent > .vc_column-inner {
        padding: calc(1245px * 0.01)
    }

    .col.padding-2-percent > .vc_column-inner {
        padding: calc(1245px * 0.02)
    }

    .col.padding-3-percent > .vc_column-inner {
        padding: calc(1245px * 0.03)
    }

    .col.padding-4-percent > .vc_column-inner {
        padding: calc(1245px * 0.04)
    }

    .col.padding-5-percent > .vc_column-inner {
        padding: calc(1245px * 0.05)
    }

    .col.padding-6-percent > .vc_column-inner {
        padding: calc(1245px * 0.06)
    }

    .col.padding-7-percent > .vc_column-inner {
        padding: calc(1245px * 0.07)
    }

    .col.padding-8-percent > .vc_column-inner {
        padding: calc(1245px * 0.08)
    }

    .col.padding-9-percent > .vc_column-inner {
        padding: calc(1245px * 0.09)
    }

    .col.padding-10-percent > .vc_column-inner {
        padding: calc(1245px * 0.1)
    }

    .col.padding-11-percent > .vc_column-inner {
        padding: calc(1245px * 0.11)
    }

    .col.padding-12-percent > .vc_column-inner {
        padding: calc(1245px * 0.12)
    }

    .col.padding-13-percent > .vc_column-inner {
        padding: calc(1245px * 0.13)
    }

    .col.padding-14-percent > .vc_column-inner {
        padding: calc(1245px * 0.14)
    }

    .col.padding-15-percent > .vc_column-inner {
        padding: calc(1245px * 0.15)
    }

    .col.padding-16-percent > .vc_column-inner {
        padding: calc(1245px * 0.16)
    }

    .col.padding-17-percent > .vc_column-inner {
        padding: calc(1245px * 0.17)
    }

    .col.padding-18-percent > .vc_column-inner {
        padding: calc(1245px * 0.18)
    }

    .col.padding-19-percent > .vc_column-inner {
        padding: calc(1245px * 0.19)
    }

    .col.padding-20-percent > .vc_column-inner {
        padding: calc(1245px * 0.2)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-1-percent > .vc_column-inner {
        padding: calc(1245px * 0.005)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-2-percent > .vc_column-inner {
        padding: calc(1245px * 0.01)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-3-percent > .vc_column-inner {
        padding: calc(1245px * 0.015)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-4-percent > .vc_column-inner {
        padding: calc(1245px * 0.02)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-5-percent > .vc_column-inner {
        padding: calc(1245px * 0.025)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-6-percent > .vc_column-inner {
        padding: calc(1245px * 0.03)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-7-percent > .vc_column-inner {
        padding: calc(1245px * 0.035)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-8-percent > .vc_column-inner {
        padding: calc(1245px * 0.04)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-9-percent > .vc_column-inner {
        padding: calc(1245px * 0.045)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-10-percent > .vc_column-inner {
        padding: calc(1245px * 0.05)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-11-percent > .vc_column-inner {
        padding: calc(1245px * 0.055)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-12-percent > .vc_column-inner {
        padding: calc(1245px * 0.06)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-13-percent > .vc_column-inner {
        padding: calc(1245px * 0.065)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-14-percent > .vc_column-inner {
        padding: calc(1245px * 0.07)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-15-percent > .vc_column-inner {
        padding: calc(1245px * 0.075)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-16-percent > .vc_column-inner {
        padding: calc(1245px * 0.08)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-17-percent > .vc_column-inner {
        padding: calc(1245px * 0.09)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-18-percent > .vc_column-inner {
        padding: calc(1245px * 0.095)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-19-percent > .vc_column-inner {
        padding: calc(1245px * 0.1)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-20-percent > .vc_column-inner {
        padding: calc(1245px * 0.105)
    }
}

.full-width-content .col.padding-1-percent > .vc_column-inner {
    padding: calc(100vw * 0.01)
}

.full-width-content .col.padding-2-percent > .vc_column-inner {
    padding: calc(100vw * 0.02)
}

.full-width-content .col.padding-3-percent > .vc_column-inner {
    padding: calc(100vw * 0.03)
}

.full-width-content .col.padding-4-percent > .vc_column-inner {
    padding: calc(100vw * 0.04)
}

.full-width-content .col.padding-5-percent > .vc_column-inner {
    padding: calc(100vw * 0.05)
}

.full-width-content .col.padding-6-percent > .vc_column-inner {
    padding: calc(100vw * 0.06)
}

.full-width-content .col.padding-7-percent > .vc_column-inner {
    padding: calc(100vw * 0.07)
}

.full-width-content .col.padding-8-percent > .vc_column-inner {
    padding: calc(100vw * 0.08)
}

.full-width-content .col.padding-9-percent > .vc_column-inner {
    padding: calc(100vw * 0.09)
}

.full-width-content .col.padding-10-percent > .vc_column-inner {
    padding: calc(100vw * 0.1)
}

.full-width-content .col.padding-11-percent > .vc_column-inner {
    padding: calc(100vw * 0.11)
}

.full-width-content .col.padding-12-percent > .vc_column-inner {
    padding: calc(100vw * 0.12)
}

.full-width-content .col.padding-13-percent > .vc_column-inner {
    padding: calc(100vw * 0.13)
}

.full-width-content .col.padding-14-percent > .vc_column-inner {
    padding: calc(100vw * 0.14)
}

.full-width-content .col.padding-15-percent > .vc_column-inner {
    padding: calc(100vw * 0.15)
}

.full-width-content .col.padding-16-percent > .vc_column-inner {
    padding: calc(100vw * 0.16)
}

.full-width-content .col.padding-17-percent > .vc_column-inner {
    padding: calc(100vw * 0.17)
}

.full-width-content .col.padding-18-percent > .vc_column-inner {
    padding: calc(100vw * 0.18)
}

.full-width-content .col.padding-19-percent > .vc_column-inner {
    padding: calc(100vw * 0.19)
}

.full-width-content .col.padding-20-percent > .vc_column-inner {
    padding: calc(100vw * 0.2)
}

@media only screen and (max-width: 999px) {
    .full-width-content .col.padding-1-percent > .vc_column-inner {
        padding: calc(100vw * 0.01)
    }

    .full-width-content .col.padding-2-percent > .vc_column-inner, .full-width-content .col.padding-3-percent > .vc_column-inner {
        padding: calc(100vw * 0.03)
    }

    .full-width-content .col.padding-4-percent > .vc_column-inner, .full-width-content .col.padding-5-percent > .vc_column-inner, .full-width-content .col.padding-6-percent > .vc_column-inner {
        padding: calc(100vw * 0.06)
    }
}

@media only screen and (min-width: 1000px) {
    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-1-percent > .vc_column-inner {
        padding: calc(100vw * 0.005)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-2-percent > .vc_column-inner {
        padding: calc(100vw * 0.01)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-3-percent > .vc_column-inner {
        padding: calc(100vw * 0.015)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-4-percent > .vc_column-inner {
        padding: calc(100vw * 0.02)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-5-percent > .vc_column-inner {
        padding: calc(100vw * 0.025)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-6-percent > .vc_column-inner {
        padding: calc(100vw * 0.03)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-7-percent > .vc_column-inner {
        padding: calc(100vw * 0.035)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-8-percent > .vc_column-inner {
        padding: calc(100vw * 0.04)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-9-percent > .vc_column-inner {
        padding: calc(100vw * 0.045)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-10-percent > .vc_column-inner {
        padding: calc(100vw * 0.05)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-11-percent > .vc_column-inner {
        padding: calc(100vw * 0.055)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-12-percent > .vc_column-inner {
        padding: calc(100vw * 0.06)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-13-percent > .vc_column-inner {
        padding: calc(100vw * 0.065)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-14-percent > .vc_column-inner {
        padding: calc(100vw * 0.07)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-15-percent > .vc_column-inner {
        padding: calc(100vw * 0.075)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-16-percent > .vc_column-inner {
        padding: calc(100vw * 0.08)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-17-percent > .vc_column-inner {
        padding: calc(100vw * 0.09)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-18-percent > .vc_column-inner {
        padding: calc(100vw * 0.095)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-19-percent > .vc_column-inner {
        padding: calc(100vw * 0.1)
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-20-percent > .vc_column-inner {
        padding: calc(100vw * 0.105)
    }
}

body #ajax-content-wrap .col[data-padding-pos=right] > .vc_column-inner {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

body #ajax-content-wrap .col[data-padding-pos=left] > .vc_column-inner {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
}

body #ajax-content-wrap .col[data-padding-pos=bottom] > .vc_column-inner {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top] > .vc_column-inner {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-right] > .vc_column-inner {
    padding-bottom: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-left] > .vc_column-inner {
    padding-bottom: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=top-bottom] > .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-right] > .vc_column-inner {
    padding-left: 0;
    padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-left] > .vc_column-inner {
    padding-right: 0;
    padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=left-right] > .vc_column-inner {
    padding-top: 0;
    padding-bottom: 0
}

body.compose-mode .vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_element > .vc_column_container > .vc_column-inner, body.compose-mode .vc_row.vc_row-o-content-middle > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_element > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

body.compose-mode .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_element > .vc_column_container > .vc_column-inner, body.compose-mode .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_element > .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
}

@media (max-width: 999px) and (min-width: 691px) {
    .vc_col-xs-12:not([data-t-w-inherits=small_desktop]) {
        width: 100%
    }

    .vc_col-xs-11:not([data-t-w-inherits=small_desktop]) {
        width: 91.66666667%
    }

    .vc_col-xs-10:not([data-t-w-inherits=small_desktop]) {
        width: 83.33333333%
    }

    .vc_col-xs-9:not([data-t-w-inherits=small_desktop]) {
        width: 75%
    }

    .vc_col-xs-8:not([data-t-w-inherits=small_desktop]) {
        width: 66.66666667%
    }

    .vc_col-xs-7:not([data-t-w-inherits=small_desktop]) {
        width: 58.33333333%
    }

    .vc_col-xs-6:not([data-t-w-inherits=small_desktop]) {
        width: 50%
    }

    .vc_col-xs-5:not([data-t-w-inherits=small_desktop]) {
        width: 41.66666667%
    }

    .vc_col-xs-4:not([data-t-w-inherits=small_desktop]) {
        width: 33.33333333%
    }

    .vc_col-xs-3:not([data-t-w-inherits=small_desktop]) {
        width: 25%
    }

    .vc_col-xs-2:not([data-t-w-inherits=small_desktop]) {
        width: 16.66666667%
    }

    .vc_col-xs-1:not([data-t-w-inherits=small_desktop]) {
        width: 8.33333333%
    }
}

@media (max-width: 690px) {
    .vc_col-xs-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vc_col-xs-pull-0 {
    right: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.vc_col-xs-push-0 {
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 690px) {
    .rtl .vc_rtl-columns-reverse .vc_col-sm-1, .rtl .vc_rtl-columns-reverse .vc_col-sm-10, .rtl .vc_rtl-columns-reverse .vc_col-sm-11, .rtl .vc_rtl-columns-reverse .vc_col-sm-12, .rtl .vc_rtl-columns-reverse .vc_col-sm-2, .rtl .vc_rtl-columns-reverse .vc_col-sm-3, .rtl .vc_rtl-columns-reverse .vc_col-sm-4, .rtl .vc_rtl-columns-reverse .vc_col-sm-5, .rtl .vc_rtl-columns-reverse .vc_col-sm-6, .rtl .vc_rtl-columns-reverse .vc_col-sm-7, .rtl .vc_rtl-columns-reverse .vc_col-sm-8, .rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
        float: right
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-sm-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-sm-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
    .rtl .vc_rtl-columns-reverse .vc_col-md-1, .rtl .vc_rtl-columns-reverse .vc_col-md-10, .rtl .vc_rtl-columns-reverse .vc_col-md-11, .rtl .vc_rtl-columns-reverse .vc_col-md-12, .rtl .vc_rtl-columns-reverse .vc_col-md-2, .rtl .vc_rtl-columns-reverse .vc_col-md-3, .rtl .vc_rtl-columns-reverse .vc_col-md-4, .rtl .vc_rtl-columns-reverse .vc_col-md-5, .rtl .vc_rtl-columns-reverse .vc_col-md-6, .rtl .vc_rtl-columns-reverse .vc_col-md-7, .rtl .vc_rtl-columns-reverse .vc_col-md-8, .rtl .vc_rtl-columns-reverse .vc_col-md-9 {
        float: right
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-md-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-md-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .rtl .vc_rtl-columns-reverse .vc_col-lg-1, .rtl .vc_rtl-columns-reverse .vc_col-lg-10, .rtl .vc_rtl-columns-reverse .vc_col-lg-11, .rtl .vc_rtl-columns-reverse .vc_col-lg-12, .rtl .vc_rtl-columns-reverse .vc_col-lg-2, .rtl .vc_rtl-columns-reverse .vc_col-lg-3, .rtl .vc_rtl-columns-reverse .vc_col-lg-4, .rtl .vc_rtl-columns-reverse .vc_col-lg-5, .rtl .vc_rtl-columns-reverse .vc_col-lg-6, .rtl .vc_rtl-columns-reverse .vc_col-lg-7, .rtl .vc_rtl-columns-reverse .vc_col-lg-8, .rtl .vc_rtl-columns-reverse .vc_col-lg-9 {
        float: right
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-lg-pull-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .vc_col-lg-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.vc_col-xs-5\/5 {
    width: 100%
}

.vc_col-xs-4\/5 {
    width: 80%
}

.vc_col-xs-3\/5 {
    width: 60%
}

.vc_col-xs-2\/5 {
    width: 40%
}

.vc_col-xs-1\/5 {
    width: 20%
}

.vc_col-xs-pull-5\/5 {
    right: 100%
}

.vc_col-xs-pull-4\/5 {
    right: 80%
}

.vc_col-xs-pull-3\/5 {
    right: 60%
}

.vc_col-xs-pull-2\/5 {
    right: 40%
}

.vc_col-xs-pull-1\/5 {
    right: 20%
}

.vc_col-xs-pull-0\/5 {
    right: auto
}

.vc_col-xs-push-5\/5 {
    left: 100%
}

.vc_col-xs-push-4\/5 {
    left: 80%
}

.vc_col-xs-push-3\/5 {
    left: 60%
}

.vc_col-xs-push-2\/5 {
    left: 40%
}

.vc_col-xs-push-1\/5 {
    left: 20%
}

.vc_col-xs-push-0\/5 {
    left: auto
}

.vc_col-xs-offset-5\/5 {
    margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
    margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
    margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
    margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
    margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
    margin-left: 0
}

.rtl .vc_rtl-columns-reverse .vc_col-xs-1\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-2\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-3\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-4\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-5\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    float: right
}

@media (min-width: 690px) {
    .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
        float: left
    }

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-sm-5\/5 {
        width: 100%
    }

    .vc_col-sm-4\/5 {
        width: 80%
    }

    .vc_col-sm-3\/5 {
        width: 60%
    }

    .vc_col-sm-2\/5 {
        width: 40%
    }

    .vc_col-sm-1\/5 {
        width: 20%
    }

    .vc_col-sm-pull-5\/5 {
        right: 100%
    }

    .vc_col-sm-pull-4\/5 {
        right: 80%
    }

    .vc_col-sm-pull-3\/5 {
        right: 60%
    }

    .vc_col-sm-pull-2\/5 {
        right: 40%
    }

    .vc_col-sm-pull-1\/5 {
        right: 20%
    }

    .vc_col-sm-pull-0\/5 {
        right: auto
    }

    .vc_col-sm-push-5\/5 {
        left: 100%
    }

    .vc_col-sm-push-4\/5 {
        left: 80%
    }

    .vc_col-sm-push-3\/5 {
        left: 60%
    }

    .vc_col-sm-push-2\/5 {
        left: 40%
    }

    .vc_col-sm-push-1\/5 {
        left: 20%
    }

    .vc_col-sm-push-0\/5 {
        left: auto
    }

    .vc_col-sm-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-sm-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-sm-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-sm-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-sm-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-sm-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1000px) {
    .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
        float: left
    }

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-md-5\/5 {
        width: 100%
    }

    .vc_col-md-4\/5 {
        width: 80%
    }

    .vc_col-md-3\/5 {
        width: 60%
    }

    .vc_col-md-2\/5 {
        width: 40%
    }

    .vc_col-md-1\/5 {
        width: 20%
    }

    .vc_col-md-pull-5\/5 {
        right: 100%
    }

    .vc_col-md-pull-4\/5 {
        right: 80%
    }

    .vc_col-md-pull-3\/5 {
        right: 60%
    }

    .vc_col-md-pull-2\/5 {
        right: 40%
    }

    .vc_col-md-pull-1\/5 {
        right: 20%
    }

    .vc_col-md-pull-0\/5 {
        right: auto
    }

    .vc_col-md-push-5\/5 {
        left: 100%
    }

    .vc_col-md-push-4\/5 {
        left: 80%
    }

    .vc_col-md-push-3\/5 {
        left: 60%
    }

    .vc_col-md-push-2\/5 {
        left: 40%
    }

    .vc_col-md-push-1\/5 {
        left: 20%
    }

    .vc_col-md-push-0\/5 {
        left: auto
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1300px) {
    .vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
        float: left
    }

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5, .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-lg-5\/5 {
        width: 100%
    }

    .vc_col-lg-4\/5 {
        width: 80%
    }

    .vc_col-lg-3\/5 {
        width: 60%
    }

    .vc_col-lg-2\/5 {
        width: 40%
    }

    .vc_col-lg-1\/5 {
        width: 20%
    }

    .vc_col-lg-pull-5\/5 {
        right: 100%
    }

    .vc_col-lg-pull-4\/5 {
        right: 80%
    }

    .vc_col-lg-pull-3\/5 {
        right: 60%
    }

    .vc_col-lg-pull-2\/5 {
        right: 40%
    }

    .vc_col-lg-pull-1\/5 {
        right: 20%
    }

    .vc_col-lg-pull-0\/5 {
        right: auto
    }

    .vc_col-lg-push-5\/5 {
        left: 100%
    }

    .vc_col-lg-push-4\/5 {
        left: 80%
    }

    .vc_col-lg-push-3\/5 {
        left: 60%
    }

    .vc_col-lg-push-2\/5 {
        left: 40%
    }

    .vc_col-lg-push-1\/5 {
        left: 20%
    }

    .vc_col-lg-push-0\/5 {
        left: auto
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3 {
        width: 25%
    }

    .vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6 {
        width: 50%
    }

    .vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9 {
        width: 75%
    }

    .vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11 {
        width: 91.66666667%
    }
}

@media only screen and (max-width: 690px) {
    [class*=vc_col-]:not([class*=vc_col-xs]) {
        width: 100%
    }

    .wpb_column:not([class*=vc_col-xs]) {
        width: 100%;
        margin-bottom: 25px
    }

    body .vc_row-fluid .vc_col-sm-2:not([class*=vc_col-xs]), body .vc_row-fluid.full-width-content .vc_col-sm-2:not([class*=vc_col-xs]) {
        width: 50%
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .vc_row-fluid.full-width-content .col .wpb_row, .vc_row-fluid.full-width-content .col, .vc_row-fluid.vc_row[data-column-margin=none] .col, .vc_row-fluid .wpb_column[class*=vc_col-xs]:not(.vc_col-xs-12) {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1000px) {
    .wpb_row.reverse_columns_desktop .row_col_wrap_12, .wpb_row.inner_row.reverse_columns_desktop .row_col_wrap_12_inner {
        flex-direction: row-reverse
    }
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
    .wpb_row.reverse_columns_row_tablet .row_col_wrap_12, .wpb_row.inner_row.reverse_columns_row_tablet .row_col_wrap_12_inner {
        flex-direction: row-reverse
    }

    .wpb_row.reverse_columns_column_tablet .row_col_wrap_12, .wpb_row.inner_row.reverse_columns_column_tablet .row_col_wrap_12_inner {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 690px) {
    .wpb_row.reverse_columns_row_phone .row_col_wrap_12, .wpb_row.inner_row.reverse_columns_row_phone .row_col_wrap_12_inner {
        flex-direction: row-reverse
    }

    .wpb_row.reverse_columns_column_phone .row_col_wrap_12, .wpb_row.inner_row.reverse_columns_column_phone .row_col_wrap_12_inner {
        flex-direction: column-reverse
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

input[type=submit] {
    -webkit-appearance: none
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    max-width: 100%
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    position: relative
}

ol, ul {
    list-style: none
}

input[type=text]::-ms-clear {
    display: none
}

sup {
    font-size: 10px;
    vertical-align: super
}

sub {
    font-size: 10px;
    vertical-align: sub
}

p:empty {
    display: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    margin: 0 auto;
    position: relative
}

.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 880px
}

.row {
    position: relative
}

.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.row, div.clear {
    padding-bottom: 24px
}

@media (min-width: 690px) {
    .span_1 {
        width: 6.5%
    }

    .span_2 {
        width: 15%
    }

    .span_3 {
        width: 23.5%
    }

    .span_4 {
        width: 32%
    }

    .span_5 {
        width: 40.5%
    }

    .span_6 {
        width: 49%
    }

    .span_7 {
        width: 57.5%
    }

    .span_8 {
        width: 66%
    }

    .span_9 {
        width: 74.5%
    }

    .span_10 {
        width: 83%
    }

    .span_11 {
        width: 91.5%
    }

    .span_12 {
        width: 100%
    }
}

body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 26px
}

body:not(.nectar-no-flex-height) {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

@media only screen and (min-width: 1000px) {
    body.admin-bar:not(.nectar-no-flex-height) {
        min-height: calc(100vh - 32px)
    }
}

body:not(.nectar-no-flex-height) #ajax-content-wrap, body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap, body:not(.nectar-no-flex-height) .ocm-effect-wrap, body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

body:not(.nectar-no-flex-height) .container-wrap {
    flex-grow: 1
}

p {
    -webkit-font-smoothing: antialiased
}

body .ui-widget {
    font-family: 'Open Sans';
    font-weight: 400
}

.overflow-x-hidden {
    overflow-x: hidden
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 15px auto
}

.no-bottom-padding {
    padding-bottom: 0
}

.col.center {
    text-align: center
}

.col.right {
    text-align: right
}

.wp-smiley {
    margin-bottom: 0
}

dt {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #333
}

dd {
    padding-left: 20px
}

.gallery-caption {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 10px
}

#wpstats {
    display: none
}

.post-area:not(.masonry) .sticky {
    margin-bottom: 50px
}

.post-area:not(.masonry) .sticky .content-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 25px;
    position: relative
}

.side-box {
    padding: 10px 0;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
    text-align: center
}

.side-box a:link, .side-box a:visited {
    font-weight: 400;
    color: #06c55b;
    font-size: 12px
}

div[id=wpadminbar] {
    z-index: 1000000 !important
}

table {
    font-size: 12px;
    margin-bottom: 20px
}

.wp-caption {
    max-width: 100%;
    position: relative
}

.wp-caption .wp-caption-text {
    max-width: 90%;
    width: auto;
    margin-left: 5%;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1)
}

.wp-caption .wp-caption-text, .row .col .wp-caption .wp-caption-text {
    padding: 10px 15px;
    top: -25px;
    position: relative;
    border-left: 4px solid #000
}

.wp-caption img, .row .col .wp-caption img {
    margin-bottom: 0;
    display: block;
    margin-right: 0
}

em {
    font-style: italic
}

caption, th, td {
    font-weight: 400;
    text-align: left
}

.container-wrap, .project-title {
    background-color: #f8f8f8;
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
    margin-top: 0;
    padding-top: 40px
}

body.page-template-template-no-header .container-wrap, body.page-template-template-no-header-footer .container-wrap {
    padding-top: 0
}

body[data-smooth-scrolling="0"] {
    overflow: hidden
}

.clear {
    clear: both
}

.subheader {
    color: #6f6f6f;
    margin-bottom: 15px
}

a {
    color: #3555ff;
    text-decoration: none;
    transition: color .3s;
    -webkit-transition: color .3s
}

a:hover {
    color: inherit
}

h1 {
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 7px
}

h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px
}

h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 7px
}

h4 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px
}

h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px
}

h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600
}

.bold, strong, b {
    font-family: 'Open Sans';
    font-weight: 600
}

.uppercase {
    font-weight: 700;
    text-transform: uppercase
}

.tiny {
    font-size: 14px;
    line-height: 22px
}

body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light, p.light {
    text-transform: none;
    font-weight: 300
}

body h1.jumbo, body h2.jumbo, body h3.jumbo, body h4.jumbo, body h5.jumbo, body h6.jumbo, p.jumbo {
    font-size: 100px;
    line-height: 110px
}

h1.light {
    font-size: 34px;
    margin-bottom: 30px
}

h2.light {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: .5px
}

h3.light {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: .5px
}

h4.light {
    font-size: 18px;
    margin-bottom: 7px;
    letter-spacing: .5px
}

h5.light {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: .5px
}

h6.light {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: .5px
}

body h1 em, body h2 em, body h3 em, body h4 em {
    font-size: inherit
}

h1.uppercase {
    letter-spacing: 3px
}

h2.uppercase {
    letter-spacing: 2.5px
}

h3.uppercase {
    letter-spacing: 2px
}

h4.uppercase {
    letter-spacing: 2px
}

h5.uppercase {
    letter-spacing: 1.3px
}

h6.uppercase {
    letter-spacing: 1.3px
}

h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
    margin-left: 13px
}

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

p {
    padding-bottom: 27px
}

.row .col p:last-child {
    padding-bottom: 0
}

.container .row:last-child, .wpb_wrapper .clear {
    padding-bottom: 0
}

.wpb_wrapper > div {
    margin-bottom: 24px
}

.wpb_wrapper > div:last-child, .row .wpb_wrapper > img:last-child, .row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img, .row .wpb_wrapper > .img-with-aniamtion-wrap:last-child .hover-wrap {
    margin-bottom: 0
}

body .pum-overlay, .pum-overlay .pum-container, .pum-overlay .pum-container .pum-content {
    line-height: inherit
}

blockquote {
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 40px;
    font-size: 22px;
    padding-left: 0;
    letter-spacing: .5px;
    margin-bottom: 30px
}

ul, ol {
    margin-left: 30px;
    margin-bottom: 30px
}

li ul, li ol {
    margin-bottom: 0
}

ul li {
    list-style: disc;
    list-style-position: outside
}

ol li {
    list-style: decimal;
    list-style-position: outside
}

#header-secondary-outer ul, #header-secondary-outer ol, #header-outer nav > ul, #header-outer ol, #footer-outer ul, #footer-outer ol, #slide-out-widget-area ul, #slide-out-widget-area ol, #search-outer ul, #search-outer ol, #mobile-menu ul, #mobile-menu ol, #header-outer .button_social_group ul {
    margin: 0
}

#header-secondary-outer ul li, #header-secondary-outer ol li, #header-outer ul li, #header-outer ol li, #footer-outer ul li, #footer-outer ol li, #search-outer ul li, #search-outer ol li, #slide-out-widget-area ul li, #slide-out-widget-area ol li, #mobile-menu ul li, #mobile-menu ol li {
    list-style: none
}

.main-content img {
    max-width: 100%;
    height: auto
}

.main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img, .main-content .col.span_4 .col.span_2 i, .main-content .col.span_3 .col.span_2 i, .main-content .col.span_2 .col.span_2 i, .main-content .col.span_6 .col.span_2 i {
    top: -4px
}

.no-transform {
    -webkit-transform: inherit !important;
    transform: inherit !important
}

html.no-overflow-y {
    overflow-y: hidden !important
}

html.no-overflow-y body {
    overflow-y: hidden
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
    color: #fff
}

code {
    display: block;
    clear: both;
    overflow: auto;
    padding: 1.6em;
    margin-bottom: 1.6em;
    white-space: pre;
    background-color: #f0f0f0;
    font: 14px "Andale Mono", Courier, "Courier New", monospace
}

pre {
    background: #f0f0f0;
    font-family: "Andale Mono", Courier, "Courier New", monospace;
    font-size: 14px;
    font-size: .9375rem;
    padding: 1.6em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto
}

.body-border-bottom {
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
    background-color: #fff
}

.body-border-top {
    height: 20px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: #fff
}

.admin-bar .body-border-top {
    top: 32px
}

.body-border-right {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 10000;
    position: fixed;
    background-color: #fff
}

.body-border-left {
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: #fff
}

.no-left-margin.first-section {
    height: auto !important
}

.row .col h3, .row .col h4 {
    margin-bottom: 8px
}

.vc_separator.vc_separator_align_center h4, .vc_separator.vc_separator_align_center h3 {
    margin-bottom: 0
}

.row .col img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto
}

.row .col img:not([srcset]) {
    width: auto
}

.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img, .row .col .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    margin-bottom: 0
}

body .container-wrap [class*=wp-block].alignfull {
    margin-left: -50vw !important;
    left: 50%;
    max-width: 100vw;
    width: 100vw;
    position: relative
}

body .container-wrap [class*=wp-block].alignfull img, body .container-wrap [class*=wp-block].alignwide img {
    max-width: none;
    width: 100%
}

blockquote.wp-block-quote {
    position: relative;
    padding-left: 1.3em
}

blockquote.wp-block-quote:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: '';
    border-left: 4px solid rgba(0, 0, 0, .1)
}

blockquote.wp-block-quote.has-text-align-center:before {
    display: none
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-style: inherit;
    font-size: 1em
}

blockquote.wp-block-quote p {
    margin-bottom: 0
}

blockquote.wp-block-quote cite {
    font-size: 14px;
    line-height: 18px;
    display: block
}

.wpb_text_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0
}

.gallery a img {
    width: 90%;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5 !important;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#ajax-loading-screen {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000000000
}

#ajax-loading-screen .reveal-1, #ajax-loading-screen .reveal-2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%
}

#ajax-loading-screen[data-effect*=horizontal_swipe] {
    background-color: transparent !important;
    left: -100%
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-effect*=horizontal_swipe] {
    display: block
}

body[data-ajax-transitions=true][data-apte=horizontal_swipe_basic] #ajax-loading-screen .reveal-2 {
    display: none
}

#ajax-loading-screen.in-from-right {
    left: 0
}

.no-cssanimations #ajax-loading-screen.loaded .reveal-1, .no-cssanimations #ajax-loading-screen.loaded .reveal-2 {
    display: none
}

#ajax-loading-screen.loaded .reveal-1 {
    backface-visibility: hidden;
    -webkit-animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

#ajax-loading-screen.loaded .reveal-2 {
    backface-visibility: hidden;
    -webkit-animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

#ajax-loading-screen.loaded.in-from-right .reveal-1 {
    -webkit-animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

body[data-apte=horizontal_swipe_basic] #ajax-loading-screen.loaded.in-from-right .reveal-1 {
    -webkit-animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards;
    animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards
}

#ajax-loading-screen.loaded.in-from-right .reveal-2 {
    -webkit-animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden {
    display: none
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden.loaded.in-from-right {
    display: block
}

@-webkit-keyframes nectar-anim-effect-2-1 {
    0% {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30%, 100% {
        -ms-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

@keyframes nectar-anim-effect-2-1 {
    0% {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    30%, 100% {
        -ms-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

@-webkit-keyframes nectar-anim-effect-2-2 {
    0%, 14.5% {
        -ms-transform: translateX(0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    34.5%, 100% {
        -ms-transform: translateX(-100%);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

@keyframes nectar-anim-effect-2-2 {
    0%, 14.5% {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    34.5%, 100% {
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        animation-timing-function: cubic-bezier(.67, 0, .3, 1)
    }
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard], body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe][data-method=ajax], body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard] .loading-icon {
    display: block;
    opacity: 1
}

#ajax-loading-screen .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.default-loading-icon {
    top: 50%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 3px solid #e5e5e5;
    margin-top: -20px
}

.loading-icon .material-icon .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loading-icon .material-icon .spinner {
    -webkit-animation: material-rotate-all 1s linear infinite;
    animation: material-rotate-all 1s linear infinite
}

.loading-icon .material-icon .spinner .right-side, .loading-icon .material-icon .spinner .left-side {
    -webkit-animation: material-fade-in-first 1.2s linear infinite alternate;
    animation: material-fade-in-first 1.2s linear infinite alternate
}

.loading-icon .material-icon .spinner.color-2 .right-side, .loading-icon .material-icon .spinner.color-2 .left-side {
    -webkit-animation: material-fade-in-second 1.2s linear infinite alternate;
    animation: material-fade-in-second 1.2s linear infinite alternate
}

.loading-icon .material-icon .right-side, .loading-icon .material-icon .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.loading-icon .material-icon .left-side {
    left: 0
}

.loading-icon .material-icon .right-side {
    right: 0
}

.loading-icon .material-icon .bar {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 200px;
    border-radius: 200px 0 0 200px;
    border: 6px solid #666;
    position: relative
}

.loading-icon .material-icon .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #666;
    position: absolute;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.loading-icon .material-icon .right-side .bar {
    -webkit-border-radius: 0;
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    -webkit-animation: material-rotate-right .75s linear infinite alternate;
    animation: material-rotate-right .75s linear infinite alternate
}

.loading-icon .material-icon .right-side .bar:after {
    bottom: -6px;
    left: -3px
}

.loading-icon .material-icon .left-side .bar {
    border-right: none;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: material-rotate-left .75s linear infinite alternate;
    animation: material-rotate-left .75s linear infinite alternate
}

.loading-icon .material-icon .left-side .bar:after {
    bottom: -6px;
    right: -3px
}

@keyframes material-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@keyframes material-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@keyframes material-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes material-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes material-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.loading-icon .material-icon {
    top: 50%;
    height: 65px;
    width: 65px;
    position: relative;
    margin: -32px auto 0 auto;
    display: block
}

.default-loading-icon:before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 100%;
    width: 100%;
    top: -3px;
    left: -3px
}

.loading-icon.spin, .portfolio-loading.spin, .pp_loaderIcon.spin, .default-loading-icon.spin {
    animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation;
    -webkit-animation: 2s cubic-bezier(.63, .045, .34, 1) 0s normal none infinite spinning_animation
}

.default-skin-loading-icon {
    width: 100%;
    height: 100%;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/icons/loading-white-bg.gif)
}

@keyframes spinning_animation {
    0% {
        transform: scale(1) rotate(0deg)
    }
    50% {
        transform: scale(.8) rotate(360deg)
    }
    100% {
        transform: scale(1) rotate(720deg)
    }
}

@-webkit-keyframes spinning_animation {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }
    50% {
        -webkit-transform: scale(.8) rotate(360deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(720deg)
    }
}

@keyframes bounce_in_animation {
    0% {
        transform: scale(0, 0)
    }
    20% {
        transform: scale(1.4, 1.4)
    }
    50% {
        transform: scale(.8, .8)
    }
    85% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes bounce_in_animation {
    0% {
        -webkit-transform: scale(0, 0)
    }
    20% {
        -webkit-transform: scale(1.4, 1.4)
    }
    50% {
        -webkit-transform: scale(.8, .8)
    }
    85% {
        -webkit-transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@keyframes grow_in_animation {
    0% {
        transform: scale(0, 0)
    }
    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes grow_in_animation {
    0% {
        -webkit-transform: scale(0, 0)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

body #ajax-loading-screen[data-effect=center_mask_reveal] {
    background-color: transparent
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect=center_mask_reveal].hidden {
    display: none
}

#ajax-loading-screen[data-effect=center_mask_reveal] span {
    position: absolute;
    background: #fff;
    z-index: 100;
    -webkit-transition: .8s cubic-bezier(.12, .75, .4, 1);
    transition: .8s cubic-bezier(.12, .75, .4, 1)
}

#ajax-loading-screen .mask-top {
    top: 0;
    left: 0;
    height: 50%;
    width: 100%
}

#ajax-loading-screen .mask-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 50%
}

#ajax-loading-screen .mask-bottom {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%
}

#ajax-loading-screen .mask-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 50%
}

#ajax-loading-screen.loaded .mask-top {
    -webkit-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-bottom {
    -webkit-transform: translateY(100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0)
}

#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade span, #ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade.loaded span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
}

#error-404 {
    text-align: center;
    padding: 10% 0;
    position: relative;
    z-index: 10
}

body.error {
    padding: 0
}

body #error-404[data-cc=true] h1, body #error-404[data-cc=true] h2, body #error-404[data-cc=true] p {
    color: inherit
}

body.error404 .error-404-bg-img, body.error404 .error-404-bg-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

body.error404 .error-404-bg-img-overlay {
    opacity: .8
}

body #error-404 h1, body #error-404 h2 {
    font-family: 'Open Sans';
    font-weight: 700
}

body #ajax-content-wrap #error-404 h1 {
    font-size: 250px;
    line-height: 250px
}

body #ajax-content-wrap #error-404 h2 {
    font-size: 54px
}

.woocommerce-page .woocommerce p.cart-empty {
    font-size: 54px;
    font-family: 'Open Sans';
    font-weight: 700
}

body #error-404 .nectar-button {
    margin-top: 50px
}

body.page-template-page-sidebar-php .main-content > .row > .post-area, body.page-template-page-sidebar-php .main-content > .row > #sidebar, body.page-template-page-left-sidebar-php .main-content > .row > .post-area, body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
    margin-top: 30px
}

.container-wrap .row > .wpb_row:last-child, .home-wrap .row > .wpb_row:last-child, #portfolio-extra > .wpb_row:last-child {
    margin-bottom: 0
}

.wpb_row, .wpb_content_element {
    margin-bottom: 35px
}

body[data-bg-header=true] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap, body.tax-project-type .container-wrap {
    padding-top: 25px;
    margin-top: 0 !important;
    padding-bottom: 40px
}

body.search-results .container-wrap, body[data-header-resize="1"].search-results .container-wrap {
    padding-top: 50px
}

body.search #page-header-bg {
    height: 250px
}

body.search #page-header-bg h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0
}

body.search #page-header-bg h1 span {
    color: inherit
}

body.search-no-results[data-header-resize] .container-wrap {
    padding: 8% 0
}

@media only screen and (max-width: 690px) {
    body.search-no-results[data-header-resize] .container-wrap {
        padding: 14% 0
    }
}

body.search-no-results #search-results .search-form {
    position: relative
}

body.search-no-results #search-results .search-form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}

@media only screen and (min-width: 1000px) {
    body.search-no-results:not(.post-type-archive) .container-wrap:not([data-layout=default]) .container.main-content {
        max-width: 1000px
    }

    body.search-results[data-ext-responsive=true] #search-results[data-layout=list-no-sidebar] {
        max-width: 1000px;
        margin: 0 auto
    }
}

body.search-no-results #search-results input[type=text] {
    padding-right: 60px
}

#header-space {
    height: 90px;
    background-color: #fff
}

body[data-header-color=dark] #header-space {
    background-color: #000
}

#header-outer {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    padding: 28px 0 0;
    background-color: #fff;
    z-index: 9999;
    overflow: visible
}

#header-outer[data-box-shadow=small], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="1"]:not(.transparent) {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22)
}

#header-outer[data-box-shadow=large], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="1"]:not(.transparent) {
    -webkit-box-shadow: 0 3px 45px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 45px rgba(0, 0, 0, .15)
}

body.page-template-template-no-header #header-outer, body.page-template-template-no-header-footer #header-outer {
    visibility: hidden
}

body[data-transparent-nav="1"][data-header-color=light] #header-outer {
    background-color: rgba(255, 255, 255, .965)
}

body[data-header-color=dark] #header-outer, body[data-header-color=dark] #search-outer {
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-header-color=dark] #top nav ul li a, body[data-header-color=dark] #search-outer input, body[data-header-color=dark] #top #logo, body[data-header-color=dark] #top nav ul #nectar-user-account a span, body[data-header-color=dark] #top nav ul #search-btn a span, body[data-header-color=dark] #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #a0a0a0
}

body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines, body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines:after, body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines:before, body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle .lines-button:after {
    background-color: #a0a0a0
}

.admin-bar #header-outer, .logged-in.buddypress #header-outer {
    top: 32px
}

#top #logo {
    width: auto;
    max-width: none;
    display: block;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
}

#top #logo .retina-logo, #top .span_3 #logo .mobile-only-logo {
    display: none
}

#top #logo .starting-logo {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0
}

#top #logo:hover, #top #logo:focus {
    color: #000
}

#top #logo img {
    text-indent: -9999px;
    max-width: none;
    width: auto;
    margin-bottom: 0;
    /*display: block;*/
    transition: opacity .4s ease
}

#mainMenu {
    justify-content: center;
}

#header-outer[data-transparent-header=true] #top #logo img.stnd {
    position: relative
}

#top {
    position: relative;
    z-index: 9998;
    width: 100%
}

#top .container .row {
    padding-bottom: 0
}

#top nav > ul {
    overflow: visible;
    transition: padding .8s ease, margin .25s ease;
    min-height: 1px;
    line-height: 1px
}

#top nav .no-menu-assigned {
    visibility: hidden
}

body:not(.ascend) #top nav > .buttons, body.ascend #header-outer[data-full-width=false] #top nav > .buttons, #header-outer[data-format=centered-menu-under-logo] #top nav > .buttons {
    margin-left: 15px
}

body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 0
}

body:not(.ascend) #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn {
    margin-left: 22px
}

#top nav > .buttons {
    transition: padding .8s ease
}

#top nav > ul .slide-out-widget-area-toggle {
    transition: margin .25s ease
}

.side-widget-open #top nav > ul .slide-out-widget-area-toggle {
    transition: margin .75s ease
}

#header-outer[data-transparency-option="1"][data-full-width=true].side-widget-open {
    box-shadow: none
}

#header-outer.side-widget-open.hidden-menu #top nav > .sf-menu li, #header-outer.hidden-menu-items #top nav > .sf-menu li:not(#social-in-menu) {
    transition: opacity .75s ease
}

body:not(.material) #header-outer[data-format=centered-menu].side-widget-open #top nav > .sf-menu:not(.buttons) li, body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav > .sf-menu:not(.buttons) li, body:not(.material) #header-outer.side-widget-open.hidden-menu-items #top nav > .sf-menu:not(.buttons) li:not(#social-in-menu) {
    opacity: 0
}

.side-widget-open.no-bg-color {
    border-color: transparent !important
}

#header-outer #top nav > .buttons {
    right: 0;
    height: 100%;
    overflow: hidden
}

body #header-outer[data-using-pr-menu=true] #top nav > .buttons {
    display: block;
    overflow: visible
}

body.material #header-outer[data-using-pr-menu=true] #top nav > .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.woocommerce #header-outer .cart-notification .item-name, #header-outer .woocommerce-page .cart-notification .item-name {
    color: #999
}

#top nav ul li {
    float: right
}

#top nav > ul > li {
    float: left
}

#top nav > ul > li > a, .pull-left-wrap > ul > li > a {
    padding: 0 10px;
    display: block;
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: color .1s ease;
    transition: color .1s linear
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header-outer[data-format=centered-menu] #top .span_9, #header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > li {
    float: none;
    display: inline-block
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > .megamenu {
    position: static
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > li ul {
    text-align: left
}

#header-outer[data-format=centered-menu] #top nav > .buttons, #header-outer[data-format=centered-menu] #top .span_3 {
    z-index: 10;
    position: absolute
}

#header-outer[data-format=centered-menu] #top .span_3 {
    left: 0
}

#header-outer[data-format=menu-left-aligned] .row .col.span_3 {
    margin-right: 25px
}

#header-outer[data-format=menu-left-aligned] .row .col.span_9 {
    float: left
}

#header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
    float: right
}

body #header-outer[data-full-width=true] #top nav > .buttons {
    margin-left: 0
}

#header-outer[data-format=centered-menu-under-logo] #top nav {
    display: inline-block
}

#header-outer[data-format=centered-menu-under-logo] .span_9 {
    text-align: center;
    line-height: 1px
}

body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9, body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_3, body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9, body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_3, body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9, body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_3 {
    display: block;
    float: none;
    width: 100% !important
}

body #header-outer[data-format=centered-menu-under-logo] .span_3 {
    text-align: center
}

#header-outer[data-format=centered-menu-under-logo] #top nav > .sf-menu > li ul {
    text-align: left
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 {
    position: relative
}

#header-outer[data-format=centered-menu-under-logo] .cart-menu {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav > ul > li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
    padding-top: 0;
    padding-bottom: 20px
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #search-btn, #header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #nectar-user-account, #header-outer[data-format=centered-menu-under-logo] #top nav > ul .slide-out-widget-area-toggle {
    padding-top: 0;
    padding-bottom: 0
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #social-in-menu a {
    margin-top: 0;
    margin-bottom: 20px
}

#header-outer[data-format=centered-menu-under-logo] #top #logo img {
    margin: 0 auto 0 auto
}

#header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
    position: absolute;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0)
}

@media only screen and (min-width: 1000px) {
    #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        top: 0
    }
}

@media only screen and (max-width: 999px) {
    #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

#header-outer[data-format=centered-logo-between-menu] .cart-menu-wrap {
    z-index: 10000
}

@media only screen and (min-width: 1000px) {
    #header-outer[data-format=centered-logo-between-menu] nav {
        visibility: hidden
    }
}

#header-outer[data-format=centered-logo-between-menu] .span_3 {
    position: absolute;
    left: 50%;
    margin-right: 0
}

#header-outer[data-format=centered-logo-between-menu] .span_3 #logo.no-image {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#header-outer[data-format=centered-logo-between-menu] .row .col.span_9, #header-outer[data-format=centered-logo-between-menu] .row .col.span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

body #header-outer[data-format=centered-logo-between-menu] .row .col.span_9 .sf-menu:not(.buttons) {
    position: static
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .buttons, #header-outer[data-format=centered-logo-between-menu] #top .span_3 {
    z-index: 10;
    position: absolute
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .sf-menu > li ul {
    text-align: left
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .sf-menu > li {
    float: none
}

#header-outer[data-format=centered-logo-between-menu] #top nav > .sf-menu > .megamenu {
    position: static
}

#header-outer[data-format=centered-logo-between-menu] nav #social-in-menu {
    position: absolute;
    left: 0
}

#top nav > ul > li[class*=button_solid_color] > a:before, #header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a:before, #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    width: 100%;
    height: 24px;
    content: ' ';
    z-index: -1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:before {
    top: 6px
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:after {
    top: -6px
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav > ul > li[class*=button_] > a:before, #header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

#header-outer[data-format=centered-menu-under-logo] #top nav > ul > li[class*=button_] > a:before, #header-outer[data-format=centered-menu-bottom-bar] #top nav > ul > li[class*=button_] > a:before, #header-outer[data-format=centered-menu-bottom-bar] #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px)
}

#header-outer[data-header-button_style="default"] #top nav > ul > li[class*=button_solid_color] > a:hover:before, #header-outer[data-header-button_style="default"].transparent #top nav > ul > li[class*=button_solid_color] > a:hover:before {
    opacity: .85 !important
}

#header-outer[data-header-button_style="shadow_hover_scale"] #top nav > ul > li[class*=button_solid_color] > a:before, #header-outer[data-header-button_style="shadow_hover_scale"] .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, .13)
}

#header-outer[data-header-button_style*="hover_scale"] #top nav > ul > li[class*=button_solid_color] > a:before, #header-outer[data-header-button_style*="hover_scale"] .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    transform-origin: top
}

#header-outer[data-header-button_style*="hover_scale"]:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav li[class*=button_solid_color] > a:hover:before, #header-outer[data-header-button_style*="hover_scale"]:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before {
    -webkit-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%)
}

#header-outer[data-header-button_style*="hover_scale"][data-format=centered-menu-bottom-bar] #top nav > ul > li[class*=button_] > a:hover:before, #header-outer[data-header-button_style*="hover_scale"][data-format=centered-menu-under-logo] #top nav > ul > li[class*=button_] > a:hover:before, #header-outer[data-header-button_style*="hover_scale"][data-format=centered-menu-under-logo] #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before, #header-outer[data-header-button_style*="hover_scale"][data-format=centered-menu-bottom-bar] #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before {
    -webkit-transform: scale(1.1) translateY(-9px);
    transform: scale(1.1) translateY(-9px)
}

#top nav > ul > li[class*=button_bordered] > a:before, #header-outer.transparent #top nav > ul > li[class*=button_bordered] > a:before {
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    width: 100%;
    height: 34px;
    content: ' ';
    z-index: -1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#top nav > ul > li[class*=button_bordered] > a:before {
    border-color: rgba(0, 0, 0, .4)
}

.light-text #top nav > ul > li[class*=button_bordered] > a:before {
    border-color: #fff
}

#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color].current_page_ancestor > a, #header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color].current-menu-ancestor > a, #header-outer #top nav > ul > li[class*=button_solid_color] > a, #header-outer[data-lhe=default] #top nav .sf-menu > [class*=button_solid_color].sfHover:not(#social-in-menu) > a, #header-outer #top nav > ul > li[class*=button_solid_color] > a .sf-sub-indicator i, #header-outer #top .sf-menu > li[class*=button_solid_color].sfHover > a .sf-sub-indicator i, #header-outer #top .sf-menu > li[class*=button_solid_color]:hover > a .sf-sub-indicator i {
    color: #fff !important
}

#top nav > ul > li[class*=button_solid_color] > a, body #header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a, #header-outer[data-lhe=animated_underline] #top nav > ul > li[class*=button_solid_color] > a, #header-outer.transparent.dark-slide > #top nav .sf-menu > li[class*=button_solid_color].sfHover > a, #header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav > ul > li[class*=button_solid_color] > a:hover, #header-outer[data-lhe=default].transparent.dark-slide #top nav > ul > li[class*=button_solid_color] > a:hover, #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color] > a:hover, #header-outer.dark-text #top nav > ul > li[class*=button_solid_color] > a, #header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color] > a, #header-outer.transparent.dark-slide > #top nav > ul > li[class*=button_solid_color] > a:hover {
    color: #fff !important;
    opacity: 1 !important;
    padding-left: 20px;
    padding-right: 20px
}

#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color] > a:hover, body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color].sfHover > a {
    color: #fff !important
}

#header-outer[data-lhe=default] #top nav > ul > li[class*=button_solid_color] > a, #header-outer[data-lhe=default] #top nav > ul > li[class*=button_bordered] > a, #top nav > ul > li[class*=button_bordered] > a, body #header-outer.transparent #top nav > ul > li[class*=button_bordered] > a, #header-outer[data-lhe=animated_underline] #top nav > ul > li[class*=button_bordered] > a, #header-outer[data-lhe=default] #top nav ul li[class*=button_bordered] a:hover {
    padding-left: 20px;
    padding-right: 20px
}

body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav > ul > li:last-child > a, body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav > .buttons > li:last-child > a, body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=menu-left-aligned][data-cart=false] #top nav > .buttons > li:last-child > a {
    margin-right: 0
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
    padding: 0 18px;
    display: block;
    position: relative
}

#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color=true]:not(.mobile-icon) a:not(.using-label) {
    width: 22px
}

.original #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a, .ascend #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a, .original .slide-out-widget-area-toggle[data-custom-color=true].mobile-icon a > span, .ascend .slide-out-widget-area-toggle[data-custom-color=true].mobile-icon a > span {
    height: 22px
}

#header-outer[data-lhe=animated_underline] nav > ul > li:not([class*=button_]) > a:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after, #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
    -ms-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
    position: relative
}

body:not(.material) #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after {
    bottom: -9px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a:hover:after, #header-outer[data-lhe=animated_underline] #top nav > ul > .sfHover > a:after, #header-outer[data-lhe=animated_underline] .sf-menu .current_page_ancestor > a:after, #header-outer[data-lhe=animated_underline] .sf-menu .current-menu-ancestor > a:after, #header-outer[data-lhe=animated_underline] .sf-menu .current-menu-item > a:after, #header-outer[data-lhe=animated_underline] .sf-menu .current_page_item > a:after, #header-outer[data-lhe=animated_underline] .buttons .current-menu-item > a:after, #header-outer[data-lhe=animated_underline] .buttons .current-menu-ancestor > a:after, #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:hover:after, #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:focus:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item > a:after, body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after, body.material #slide-out-widget-area[class=slide-out-from-right] .off-canvas-menu-container li a:focus:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item > a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px
}

#top nav ul li a {
    color: #999
}

.sf-menu {
    line-height: 1;
    float: left;
    margin-bottom: 30px
}

.sf-menu ul li {
    font-weight: 400;
    width: 100%
}

#header-outer .sf-menu > li:hover > ul, #header-outer .sf-menu > .sfHover > ul {
    top: 100%
}

.sub-menu {
    z-index: 3
}

.sf-menu li:hover, .sf-menu .sfHover, .sf-menu:not(.buttons) a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0 none
}

.sf-menu ul li a {
    margin: 0
}

.sf-sub-indicator {
    display: inline-block;
    width: 10px;
    position: relative;
    left: 8px;
    height: 10px
}

.sf-sub-indicator i {
    width: 8px
}

.sf-sub-indicator [class^=icon-], body .sf-sub-indicator [class*=" icon-"] {
    color: #888;
    font-size: 12px;
    line-height: 16px;
    height: auto;
    background-color: transparent
}

.material .sf-menu > li > a > .sf-sub-indicator i {
    font-size: 16px
}

.sf-shadow .sf-shadow-off {
    background: none repeat scroll 0 0 transparent
}

.sf-vertical, .sf-vertical li {
    width: 100%
}

.sf-vertical li:hover ul, .sf-vertical .sfHover ul {
    left: 100%;
    top: 0
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10
}

.sf-menu {
    line-height: 1
}

.sf-menu ul {
    position: absolute;
    top: -999em
}

.sf-menu ul li, .sf-menu ul li li {
    font-size: 12px;
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    line-height: 0;
    font-size: 12px;
    position: relative
}

.sf-menu a {
    display: block;
    position: relative;
    text-decoration: none
}

.sf-menu li:hover ul, .sf-menu .sfHover ul {
    z-index: 999
}

.sf-menu li li:hover ul, .sf-menu li .sfHover ul, .sf-menu li li li:hover ul, .sf-menu li li .sfHover ul {
    left: 20em;
    top: 0
}

.sf-menu .sf-with-ul a {
    min-width: 1px
}

#header-outer .sf-menu li ul li a {
    font-size: 12px;
    line-height: 13px;
    transition: none;
    letter-spacing: 0
}

.sf-menu li ul li .sf-sub-indicator {
    right: 14px;
    left: auto;
    top: 14px;
    display: block;
    position: absolute
}

.sf-menu .sfHover ul li a, .sf-menu .sfHover ul li li a {
    box-shadow: none
}

.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active, .sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none
}

body #top nav > ul > li > .temp-hidden-display, body #header-secondary-outer nav > ul > li > .temp-hidden-display {
    display: block !important;
    opacity: 0;
    left: 0 !important;
    right: auto !important
}

body #top nav > ul > .edge > ul, body #header-secondary-outer nav > ul > .edge > ul {
    left: auto;
    right: 0
}

body #top nav > ul > li .edge > ul, body #header-secondary-outer nav > ul > li .edge > ul {
    left: auto;
    right: 0
}

#top .span_9 {
    position: static
}

#header-outer #top nav > ul > .megamenu {
    position: inherit
}

#top nav > ul > .megamenu > .sub-menu {
    width: 100%;
    left: 0;
    padding: 15px 0;
    display: table;
    background-color: #1c1c1c
}

body .no-transition, #header-outer[data-megamenu-rt="1"].no-transition, #header-outer[data-megamenu-rt="1"].no-transition a:not(#logo), #header-outer[data-megamenu-rt="1"].no-transition img, #header-outer[data-megamenu-rt="1"].no-transition .fa fa-search, #header-outer[data-megamenu-rt="1"].no-transition .icon-salient-m-user, #header-outer[data-megamenu-rt="1"].no-transition .icon-salient-cart, .ascend #header-outer[data-megamenu-rt="1"].no-transition .has_products .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:after, #header-outer[data-megamenu-rt="1"].no-transition .lines-button:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul li a > .sf-sub-indicator i, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul #search-btn a:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul #nectar-user-account a:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a:after, #header-outer[data-megamenu-rt="1"].no-transition .cart-menu:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav > ul > li[class*=button_bordered] > a:not(:hover):before, #header-outer[data-megamenu-rt="1"].no-transition.transparent #top nav > ul > li[class*=button_bordered] > a:not(:hover):before, body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition, body #slide-out-widget-area-bg.fullscreen-alt.no-transition, .page-submenu.no-trans, .sf-menu > .no-trans > ul, body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open), .posts-container article.ajax-loaded, body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation, body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation, .post-area.masonry {
    -webkit-transition: none !important;
    transition: none !important
}

.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header=true]):not([data-format=left-header]).no-transition #logo img, .material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header=true]):not([data-format=left-header]).no-transition .logo-spacing img {
    -webkit-transition: height .15s ease !important;
    transition: height .15s ease !important
}

.material #header-outer[data-megamenu-rt="1"]:not([data-format=left-header]).no-transition #logo img, .material #header-outer[data-megamenu-rt="1"]:not([data-format=left-header]).no-transition .logo-spacing img {
    -webkit-transition: height .32s ease !important;
    transition: height .32s ease !important
}

#header-outer[data-megamenu-rt="1"].no-transition li[class*=button_] a:hover {
    -webkit-transition: opacity .2s ease, color .2s ease !important;
    transition: opacity .2s ease, color .2s ease !important
}

#header-outer[data-lhe=animated_underline][data-megamenu-rt="1"].no-transition #top nav > ul > li:not([class*=button_]) > a:after {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

#top nav > ul > .megamenu > .sub-menu {
    display: table
}

#top nav > ul > .megamenu > .sub-menu {
    padding: 30px 0
}

#top nav > ul > .megamenu > ul > li {
    padding: 0 0 0 30px;
    border: none
}

#top nav > ul > li > ul > li, #header-outer[data-format=centered-menu] #top nav > ul > li > ul > li, #header-secondary-outer .sf-menu > li > ul > li, #header-outer .widget_shopping_cart .cart_list, #header-outer .widget_shopping_cart .total, #header-outer .widget_shopping_cart .buttons {
    opacity: 0;
    -ms-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    -ms-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
    transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
    -webkit-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1)
}

#top nav > ul > .sfHover > ul > li, #header-secondary-outer .sf-menu > .sfHover > ul > li, #header-outer[data-format=centered-menu] #top nav > ul > .sfHover > ul > li, #header-outer .widget_shopping_cart.open .cart_list, #header-outer .widget_shopping_cart.open .total, #header-outer .widget_shopping_cart.open .buttons {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

#header-outer .widget_shopping_cart .cart_list, #header-outer .widget_shopping_cart, .wpcf7-form-control-wrap, .nectar-social.full-width > * {
    display: block !important
}

#top nav > ul > .megamenu > ul > li:last-child {
    padding-right: 30px
}

[data-megamenu-width=full-width] #top nav > ul > .megamenu > ul > li {
    padding: 0 30px 0 0
}

[data-megamenu-width=full-width] #top nav > ul > .megamenu > ul > li:last-child {
    padding: 0
}

#top nav > ul > .megamenu > ul > li > ul {
    margin: 0;
    padding: 0
}

#top nav > ul > .megamenu > ul > li {
    width: 33.33%
}

#header-outer #top nav > ul > .megamenu > ul > li {
    display: table-cell;
    float: none
}

#top nav > ul > .megamenu.columns-2 > ul > li {
    width: 50%
}

#top nav > ul > .megamenu.columns-3 > ul > li {
    width: 33.33%
}

#top nav > ul > .megamenu.columns-4 > ul > li {
    width: 25%
}

#top nav > ul > .megamenu.columns-5 > ul > li {
    width: 20%
}

#top nav > ul > .megamenu.columns-6 > ul > li {
    width: 16.66%
}

#top nav > ul > .megamenu > ul > li ul {
    display: block !important;
    top: 0 !important;
    width: 100%;
    opacity: 1 !important;
    left: 0 !important;
    box-shadow: none;
    position: relative
}

#top nav > ul > .megamenu > ul > li > ul > .has-ul > ul {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

#top nav > ul > .megamenu ul li {
    float: none
}

#top nav > ul > .megamenu ul li a {
    border-bottom: none;
    padding: 9px 15px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 2px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    color: #444
}

body[data-header-color=dark]:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a, body[data-header-color=dark]:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    color: #fff
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > ul {
    padding-bottom: 15px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > ul {
    padding-bottom: 20px
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul:last-child > ul {
    padding-bottom: 0
}

#top nav > ul > .megamenu > .sub-menu > li a, body #top nav > ul > .megamenu > .sub-menu > li a, body #header-outer #top nav > ul > .megamenu > .sub-menu > li > a, #top nav > ul > .megamenu > ul > li > a:hover, #top nav > ul > .megamenu > ul > .sfHover > a, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul.current-menu-item > a, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > a, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    background-color: transparent !important
}

#header-secondary-outer .sf-menu li ul li a, #top .sf-menu li ul li a {
    background-color: transparent
}

body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul li a:hover, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul .current-menu-item > a {
    color: #ccc;
    background-color: #000
}

#top .menu-item-language .iclflag, #header-secondary-outer .menu-item-language .iclflag {
    top: 1px;
    position: relative;
    margin-right: 4px
}

.sf-menu > li > ul {
    opacity: 0;
    pointer-events: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    display: block;
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11)
}

.sf-menu > li ul {
    padding: 20px;
    width: 20em
}

.sf-menu > li ul a, #top nav > ul > .megamenu ul li a {
    padding: 6px
}

.sf-menu li ul li .sf-sub-indicator {
    top: 6px;
    right: 6px
}

body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu > li ul {
    border-top: 1px solid #e9e9e9
}

#header-outer[data-box-shadow=none]:not(.transparent) .sf-menu > li:not(.megamenu) ul {
    border-top: none
}

#header-outer .open.widget_shopping_cart {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    top: 100%;
    pointer-events: auto
}

#header-outer .cart-outer .cart-notification {
    top: 100%
}

#header-outer .widget_shopping_cart {
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    opacity: 0;
    pointer-events: none
}

.sf-menu > .sfHover {
    z-index: 500
}

#header-secondary-outer .sf-menu li ul, body:not([data-header-format=left-header]) #top .sf-menu li ul, #top nav > ul > .megamenu > .sub-menu, #header-outer .widget_shopping_cart .cart_list li, #header-outer .cart-notification, #header-outer .widget_shopping_cart_content {
    background-color: #fff
}

#header-outer .cart-outer .widget_shopping_cart > .widgettitle {
    display: none
}

body[data-header-color=dark] #header-secondary-outer .sf-menu li ul, body[data-header-color=dark]:not([data-header-format=left-header]) #top .sf-menu li ul, body[data-header-color=dark] #top nav > ul > .megamenu > .sub-menu, body[data-header-color=dark] #header-outer .widget_shopping_cart .cart_list li, body[data-header-color=dark] #header-outer .cart-notification, body[data-header-color=dark] #header-outer .widget_shopping_cart_content {
    background-color: #000
}

#header-outer nav ul li li:hover > a .sf-sub-indicator i, #header-outer nav ul li .sfHover > a .sf-sub-indicator i, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a .sf-sub-indicator i, #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item > a, #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-ancestor > a, #header-outer #top nav > ul > .megamenu > ul ul .sfHover > a, #header-outer #top nav > ul > .megamenu > ul ul li a:hover, #header-outer #top nav > ul > .megamenu > ul ul li a:focus, body:not([data-header-format=left-header]) #header-outer #top nav > ul > .megamenu > ul ul .current-menu-item > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a {
    color: #fff
}

#header-outer .widget_shopping_cart, .woocommerce .cart-notification, #header-outer .cart-notification {
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11)
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .cart_list a:hover {
    background-color: transparent !important
}

#header-outer .widget_shopping_cart a.button:hover, .nectar-slide-in-cart .widget_shopping_cart a.button:hover {
    background-color: #333 !important
}

#header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a {
    background-color: #27ccc0
}

#header-outer .sf-menu li ul li a, #header-outer .widget_shopping_cart .quantity, #header-outer .widget_shopping_cart .cart_list li, #header-outer .cart-notification, #header-outer .total, #header-outer .total strong, #header-outer .product_list_widget li dl dd {
    color: #999
}

#header-outer #top nav > ul > .megamenu:hover ul li {
    pointer-events: auto
}

.sf-menu .megamenu li ul {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#header-outer #top .sf-menu .megamenu li ul, [data-header-color=light] #header-outer:not(.transparent) .sf-menu > .megamenu li ul {
    border-top: 0
}

#header-secondary-outer .sf-menu li li ul {
    margin-left: -20px;
    margin-top: -20px
}

.sf-menu li li ul {
    display: block;
    visibility: visible;
    top: 0 !important;
    z-index: auto;
    left: 20em;
    margin-left: -20px;
    margin-top: -20px;
    -ms-transition: transform .25s, opacity .25s;
    -webkit-transition: transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s;
    -webkit-box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px)
}

#header-secondary-outer .sf-menu li li .on-left-side, #header-secondary-outer sf-menu li .sfHover .on-left-side, .sf-menu li li .on-left-side, .sf-menu li .sfHover .on-left-side {
    right: 20em;
    left: auto;
    margin-right: -20px;
    margin-left: 0
}

.sf-menu .sfHover > .on-left-side {
    -ms-transform: translateY(0px) translateX(0px);
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px)
}

body[data-header-color=light] #header-outer:not(.transparent) .sf-menu > li:not(.megamenu) li ul, body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu > li:not(.megamenu) li ul {
    margin-top: -21px
}

body[data-header-color=light] #header-secondary-outer .sf-menu > li:not(.megamenu) li ul, body[data-header-color=light] .sf-menu > li:not(.megamenu) li ul, body[data-header-color=light] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu > li:not(.megamenu) li ul, body[data-header-color=custom] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu > li:not(.megamenu) li ul {
    margin-top: -20px
}

.sf-menu ul li a {
    border-bottom: 0
}

.sf-menu .sfHover > ul {
    pointer-events: auto;
    opacity: 1;
    -ms-transform: translateY(0px) translateX(0px);
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px)
}

.sf-menu > li.sfHover:not(.megamenu) > ul:not(.on-left-side) {
    left: 0
}

#header-outer:not([data-format=left-header]) #logo, #header-outer:not([data-format=left-header]) .logo-spacing {
    transition: margin .32s ease
}

#header-outer:not([data-format=left-header]) #logo img, #header-outer:not([data-format=left-header]) .logo-spacing img {
    transition: height .32s ease, opacity .2s ease
}

#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) #logo, #header-outer:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing {
    transition: margin .15s ease
}

#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) #logo img, #header-outer:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing img {
    transition: height .15s ease, opacity .2s ease
}

#header-outer.small-nav:not([data-format=left-header]) {
    transition: box-shadow .42s ease, opacity .3s ease
}

#header-outer.small-nav:not([data-format=left-header]) #logo, #header-outer.small-nav:not([data-format=left-header]) .logo-spacing {
    transition: margin .32s ease
}

#header-outer.small-nav:not([data-format=left-header]) #logo img, #header-outer.small-nav:not([data-format=left-header]) .logo-spacing img {
    transition: height .32s ease
}

body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header=true]) {
    transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-using-secondary="1"]:not([data-format=left-header]) {
    transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

#header-outer[data-using-secondary="1"].small-nav:not([data-format=left-header]) {
    transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-format=centered-menu] .logo-spacing, #header-outer[data-format=centered-logo-between-menu] .logo-spacing {
    visibility: hidden;
    pointer-events: none;
    z-index: -100
}

@media only screen and (max-width: 690px) {
    #header-outer[data-format=centered-menu] .logo-spacing, #header-outer[data-format=centered-logo-between-menu] .logo-spacing {
        display: none
    }
}

@media only screen and (min-width: 1000px) {
    #header-outer:not([data-format=left-header]) {
        padding-top: 0
    }

    #header-outer:not([data-format=left-header]) #top > .container > .row, #header-outer:not([data-format=left-header]) #top > .container > .row nav, #header-outer:not([data-format=left-header]) #top > .container > .row nav > ul, #header-outer:not([data-format=left-header]) #top > .container > .row nav > ul > li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #header-outer:not([data-format=left-header]) #top .span_9, #header-outer:not([data-format=left-header]) #top .span_3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: none;
        width: auto
    }

    #header-outer[data-format=centered-menu-under-logo] .span_9, #header-outer[data-format=centered-menu-under-logo] .span_9 nav, #header-outer[data-format=centered-menu-under-logo] #top .row .span_9 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%
    }

    #header-outer[data-format=centered-menu-under-logo] .cart-menu {
        -webkit-transform: none;
        transform: none
    }

    #header-outer .logo-spacing {
        line-height: 0
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing[data-using-image=false] {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: -1px;
        width: 1px
    }

    #header-outer[data-format=centered-menu] .logo-spacing img, #header-outer[data-format=centered-logo-between-menu] .logo-spacing img {
        margin-bottom: 0
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing img {
        width: 1px
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_9, #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav {
        width: 100%
    }

    #header-outer[data-format=centered-menu] #top .span_3 {
        position: relative;
        margin-right: 0
    }

    #header-outer[data-format=centered-menu] #top .span_9, #header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
        position: static
    }

    #header-outer[data-format=centered-logo-between-menu] .row .col.span_3 {
        pointer-events: none
    }

    body #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        transform: none
    }

    body #header-outer[data-format=centered-logo-between-menu] #top #logo {
        transform: translateX(-50%);
        pointer-events: auto
    }

    body[data-slide-out-widget-area-style=slide-out-from-right]:not(.material) #header-outer[data-format=centered-logo-between-menu] #top #logo {
        transform: translateX(-50%) !important
    }

    #header-outer[data-format=default] #top .span_9 {
        margin-left: auto
    }

    #header-outer[data-format=centered-menu] #top .span_9, #header-outer[data-format=centered-menu] #top .span_9 nav {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }

    #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons), #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons), #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center
    }

    #header-outer:not([data-format=left-header]) #top nav > .buttons {
        overflow: visible;
        height: auto
    }

    #header-outer:not([data-format=left-header]) #top nav > ul > li {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    #header-outer:not([data-format=left-header]) #top nav > ul {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    #header-outer[data-format=centered-menu] #top nav > .buttons, #header-outer[data-format=centered-menu] #top .span_3, #header-outer[data-format=centered-logo-between-menu] nav #social-in-menu, #header-outer[data-format=centered-logo-between-menu] #top nav > .buttons {
        height: 100%
    }

    #header-outer #top > .container > .row .right-aligned-menu-items nav {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse
    }

    #header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
        float: none;
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #header-outer[data-format=centered-menu-under-logo] .row, #header-outer[data-format=centered-menu-bottom-bar] .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 999px) {
    #top .col.span_9 {
        text-align: right;
        line-height: 0
    }

    #header-outer[data-format=centered-menu] #top .span_9, #header-outer[data-format=centered-logo-between-menu] #top .span_9 {
        text-align: right;
        z-index: 10000;
        left: auto
    }

    #top .span_9 > .slide-out-widget-area-toggle > div, #header-outer .mobile-search .icon-salient-search, #header-outer #top #mobile-cart-link i, #header-outer .mobile-user-account .icon-salient-m-user {
        position: relative;
        display: block;
        top: 50%;
        font-size: 18px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent
    }

    #top .span_9 > .slide-out-widget-area-toggle, #top #mobile-cart-link, #top .mobile-search, #header-outer #top .mobile-user-account {
        position: relative;
        width: auto;
        padding: 0 7px;
        top: auto;
        right: auto;
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        height: 100%;
        -webkit-transform: none;
        transform: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
        background-color: rgba(0, 0, 0, .06)
    }

    #header-outer[data-cart=true] #top .span_9 > .slide-out-widget-area-toggle, #header-outer[data-cart=true] #top #mobile-cart-link, #top .mobile-search {
        padding: 0 8px
    }

    #header-outer[data-cart=true] #top .row .span_9 > .slide-out-widget-area-toggle, #top .span_9 > .slide-out-widget-area-toggle {
        padding-right: 0
    }

    #search-outer #search #close a:before, body.material #header-outer #search-outer #search #close a:before {
        height: 40px;
        width: 40px;
        margin: -20px 0 0 -20px
    }

    #search-outer #search #close a span {
        font-size: 16px;
        height: 16px;
        line-height: 16px
    }

    #search-outer #search #close a {
        height: 14px
    }

    #search-outer #search #close, body.material #header-outer #search-outer #search #close {
        top: 0;
        right: -5px
    }

    #search-outer #search #close a, body.material #header-outer #search-outer #search #close a {
        right: 13px;
        top: 19px
    }

    body.original #search-outer #search #close a {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav > .buttons {
    padding-bottom: 20px
}

@media only screen and (max-width: 999px) {
    .slide-out-widget-area-toggle.mobile-icon a > span > .hover-effect {
        display: none
    }
}

#top nav ul #search-btn a span, #top nav ul #search-btn a, #top nav ul .slide-out-widget-area-toggle a, #top nav ul #nectar-user-account a span, #top nav ul #nectar-user-account a {
    line-height: 20px;
    height: 20px
}

#top nav ul .slide-out-widget-area-toggle a .label, #top .span_9 > .slide-out-widget-area-toggle a.using-label .label {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 1em;
    font-size: 14px
}

#top .span_9 > .slide-out-widget-area-toggle a.using-label .label {
    transition: color .2s ease
}

#top nav ul .slide-out-widget-area-toggle a.using-label > span, #top .span_9 > .slide-out-widget-area-toggle a.using-label > span {
    display: inline-block;
    vertical-align: middle
}

#top nav ul .slide-out-widget-area-toggle a.using-label, #top .span_9 > .slide-out-widget-area-toggle a.using-label, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle a.using-label {
    width: auto;
    vertical-align: middle
}

@media only screen and (min-width: 690px) {
    #slide-out-widget-area .secondary-header-text {
        display: none
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: none
    }
}

#top nav .buttons li {
    line-height: 12px;
    position: relative
}

#top nav .buttons .menu-item a {
    position: relative
}

.original #top nav ul #search-btn > div, .original #top nav ul #nectar-user-account > div, .original #top nav ul .nectar-woo-cart > div, .original #top nav ul .slide-out-widget-area-toggle > div, .ascend #header-outer[data-full-width=false] #top nav ul #search-btn > div, .ascend #header-outer[data-full-width=false] #top nav ul #nectar-user-account > div, .ascend #header-outer[data-full-width=false] #top nav ul .nectar-woo-cart > div, .ascend #header-outer[data-full-width=false] #top nav ul .slide-out-widget-area-toggle > div {
    padding-left: 19px
}

#header-outer .cart-menu .cart-icon-wrap i {
    line-height: 18px
}

#header-outer:not([data-format=left-header]) .cart-menu .cart-icon-wrap {
    width: auto;
    height: 20px
}

#top nav ul #search-btn a, #top nav ul #nectar-user-account a, #top nav ul .slide-out-widget-area-toggle a {
    padding: 0;
    width: 24px;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    box-sizing: content-box
}

#top nav ul[data-user-set-ocm=off] .slide-out-widget-area-toggle, body.material #header-outer:not([data-format=left-header]) #top > .container > .row nav > ul[data-user-set-ocm=off] > .slide-out-widget-area-toggle {
    display: none
}

#top nav ul #nectar-user-account a span, #top nav ul #search-btn a span {
    top: 0;
    background-color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#top nav ul .slide-out-widget-area-toggle a i.label {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.cart-menu .cart-icon-wrap .icon-salient-cart {
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header-outer #social-in-menu i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
    font-size: 18px;
    color: inherit;
    background-color: transparent;
    transition: transform .25s ease, opacity .2s ease;
    -webkit-transition: -webkit-transform .25s ease, opacity .2s ease;
    text-align: center;
    line-height: 24px;
    height: 22px;
    width: 36px
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] #social-in-menu i {
    font-size: 20px;
    width: 38px;
    line-height: 26px;
    height: 26px;
    margin-bottom: -3px
}

#header-outer #social-in-menu a, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden
}

#header-outer #social-in-menu a:hover i, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#header-outer #social-in-menu a i:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%
}

#header-outer #social-in-menu a i:before {
    width: 100%
}

#header-outer #social-in-menu [class^=fa-]:after, #header-outer #social-in-menu [class*=fa-]:after, #header-outer #social-in-menu .fa-vine:before, #header-outer #social-in-menu .fa-vine:after {
    text-decoration: inherit;
    display: block;
    speak: none
}

#header-outer #social-in-menu .fa-vine {
    display: block;
    text-align: center
}

#header-outer #social-in-menu i.fa-facebook {
    width: 28px
}

#header-outer #social-in-menu .fa-instagram:after, .material #slide-out-widget-area.slide-out-from-right .fa-instagram:after {
    content: "\f16d"
}

#header-outer #social-in-menu .fa-behance:after, .material #slide-out-widget-area.slide-out-from-right .fa-behance:after {
    content: "\f1b4"
}

#header-outer #social-in-menu .fa-vine:after, .material #slide-out-widget-area.slide-out-from-right .fa-vine:after {
    content: "\f1ca"
}

#header-outer #social-in-menu .fa-vk:after, .material #slide-out-widget-area.slide-out-from-right .fa-vk:after {
    content: "\f189"
}

#header-outer #social-in-menu .icon-salient-spotify:after, .material #slide-out-widget-area.slide-out-from-right .icon-salient-spotify:after {
    content: "\f1bc"
}

#header-outer #social-in-menu .icon-salient-facebook-messenger:after, .material #slide-out-widget-area.slide-out-from-right .icon-salient-facebook-messenger:after {
    content: "\e90d"
}

#header-outer #social-in-menu .fa-flickr:after, .material #slide-out-widget-area.slide-out-from-right .fa-flickr:after {
    content: "\f16e"
}

#header-outer #social-in-menu .fa-soundcloud:after, .material #slide-out-widget-area.slide-out-from-right .fa-soundcloud:after {
    content: "\f1be"
}

#header-outer #social-in-menu .fa-stackexchange:after, .material #slide-out-widget-area.slide-out-from-right .fa-stackexchange:after {
    content: "\f16c"
}

#header-outer #social-in-menu .fa-google:after, .material #slide-out-widget-area.slide-out-from-right .fa-google:after {
    content: "\f1a0"
}

#header-outer #social-in-menu .fa-github-alt:after, .material #slide-out-widget-area.slide-out-from-right .fa-github-alt:after {
    content: "\f113"
}

#header-outer #social-in-menu .fa-dribbble:after, .material #slide-out-widget-area.slide-out-from-right .fa-dribbble:after {
    content: "\f17d"
}

#header-outer #social-in-menu .fa-tumblr:after, .material #slide-out-widget-area.slide-out-from-right .fa-tumblr:after {
    content: "\f173"
}

#header-outer #social-in-menu .fa-youtube-play:after, .material #slide-out-widget-area.slide-out-from-right .fa-youtube-play:after {
    content: "\f16a"
}

#header-outer #social-in-menu .fa-linkedin:after, .material #slide-out-widget-area.slide-out-from-right .fa-linkedin:after {
    content: "\f0e1"
}

#header-outer #social-in-menu .fa-pinterest:after, .material #slide-out-widget-area.slide-out-from-right .fa-pinterest:after {
    content: "\f0d2"
}

#header-outer #social-in-menu .fa-vimeo:after, .material #slide-out-widget-area.slide-out-from-right .fa-vimeo:after {
    content: "\f27d"
}

#header-outer #social-in-menu .fa-facebook:after, .material #slide-out-widget-area.slide-out-from-right .fa-facebook:after {
    content: "\f09a"
}

#header-outer #social-in-menu .fa-rss:after, .material #slide-out-widget-area.slide-out-from-right .fa-rss:after {
    content: "\f09e"
}

#header-outer #social-in-menu .fa-twitter:after, .material #slide-out-widget-area.slide-out-from-right .fa-twitter:after {
    content: "\f099"
}

#header-outer #social-in-menu .fa-houzz:after, .material #slide-out-widget-area.slide-out-from-right .fa-houzz:after {
    content: "\f27c"
}

#header-outer #social-in-menu .fa-yelp:after, .material #slide-out-widget-area.slide-out-from-right .fa-yelp:after {
    content: "\f1e9"
}

#header-outer #social-in-menu .fa-mixcloud:after, .material #slide-out-widget-area.slide-out-from-right .fa-mixcloud:after {
    content: "\f289"
}

#header-outer #social-in-menu .fa-bandcamp:after, .material #slide-out-widget-area.slide-out-from-right .fa-bandcamp:after {
    content: "\f2d5"
}

#header-outer #social-in-menu .fa-snapchat:after, .material #slide-out-widget-area.slide-out-from-right .fa-snapchat:after {
    content: "\f2ab"
}

#header-outer #social-in-menu .fa-tripadvisor:after, .material #slide-out-widget-area.slide-out-from-right .fa-tripadvisor:after {
    content: "\f262"
}

#header-outer #social-in-menu .fa-telegram:after, .material #slide-out-widget-area.slide-out-from-right .fa-telegram:after {
    content: "\f2c6"
}

#header-outer #social-in-menu .fa-slack:after, .material #slide-out-widget-area.slide-out-from-right .fa-slack:after {
    content: "\f198"
}

#header-outer #social-in-menu .fa-medium:after, .material #slide-out-widget-area.slide-out-from-right .fa-medium:after {
    content: "\f23a"
}

#header-outer #social-in-menu .icon-salient-artstation:after, .material #slide-out-widget-area.slide-out-from-right .icon-salient-artstation:after {
    content: "\e90b"
}

#header-outer #social-in-menu .icon-salient-discord:after, .material #slide-out-widget-area.slide-out-from-right .icon-salient-discord:after {
    content: "\e90c"
}

#header-outer #social-in-menu .fa-whatsapp:after, .material #slide-out-widget-area.slide-out-from-right .fa-whatsapp:after {
    content: "\f232"
}

#header-outer #social-in-menu .fa-phone:after, .material #slide-out-widget-area.slide-out-from-right .fa-phone:after {
    content: "\f095"
}

#header-outer #social-in-menu .fa-envelope:after, .material #slide-out-widget-area.slide-out-from-right .fa-envelope:after {
    content: "\f0e0"
}

#header-outer[data-format=default] #social-in-menu {
    margin: 0 0 0 30px
}

#slide-out-widget-area .off-canvas-menu-container li > a > .sf-sub-indicator {
    display: none
}

body.original #header-outer[data-full-width=true][data-format=default] #social-in-menu {
    margin-right: 22px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > #social-in-menu > a, #header-outer[data-lhe=default] #top nav > ul > #social-in-menu > a {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0
}

#top #mobile-cart-link, #top .mobile-search, #top .mobile-user-account {
    display: none;
    text-align: right;
    z-index: 10000
}

#top .span_9 > .slide-out-widget-area-toggle {
    display: none;
    z-index: 10000
}

#top #mobile-cart-link i, .mobile-search .icon-salient-search, .mobile-user-account .icon-salient-m-user {
    background-color: transparent;
    color: #a9a9a9;
    line-height: 34px;
    font-size: 18px;
    width: 18px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

#header-outer #mobile-cart-link .cart-wrap span {
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    display: block;
    visibility: hidden
}

#header-outer #mobile-cart-link .cart-wrap {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: -1px;
    color: #fff
}

#header-outer .first-load a.cart-contents .cart-wrap span, #header-outer #mobile-cart-link.first-load .cart-wrap span {
    visibility: visible;
    animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
    -webkit-animation: .6s ease-in-out .12s normal both 1 bounce_in_animation
}

.material .mobile-search .icon-salient-search, .material .mobile-user-account .icon-salient-m-user {
    color: #a9a9a9
}

body #header-outer[data-transparent-header=true], body #header-outer[data-transparent-header=true] .cart-menu {
    transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease;
    -webkit-transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
}

body #header-outer[data-transparent-header=true].transparent, body #header-outer[data-transparent-header=true].transparent .cart-menu {
    transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease
}

body.original #header-outer[data-transparent-header=true].transparent, body.ascend #header-outer[data-transparent-header=true].transparent, body.material #header-outer[data-transparent-header=true].transparent {
    box-shadow: none
}

body #header-outer[data-transparent-header=true].transparent {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25)
}

#header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .04) 16%, rgba(0, 0, 0, .23) 75%, rgba(0, 0, 0, .33) 100%);
    position: absolute;
    pointer-events: none;
    height: 120%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    display: block
}

.pum-open [data-body-border="1"] #header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
    opacity: 0
}

body.material #header-outer[data-transparent-header=true].transparent {
    border-bottom: 0
}

body #header-outer[data-transparent-header=true].transparent nav > ul > li > a {
    margin-bottom: -1px
}

body #header-outer[data-transparent-header=true][data-format=centered-menu].transparent.side-widget-open.small-nav nav > ul > li > a {
    margin-bottom: 0
}

#header-outer[data-transparent-header=true].transparent #logo img, #header-outer[data-transparent-header=true] #logo .starting-logo, #header-outer[data-transparent-header=true].light-text #logo img {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)'
}

#header-outer[data-transparent-header=true].transparent #logo .starting-logo, #header-outer[data-transparent-header=true].light-text #logo .starting-logo {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)'
}

body #header-outer[data-transparent-header=true][data-remove-border=true], #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-menu, #header-outer[data-transparent-header=true][data-full-width=false][data-remove-border=true].transparent .cart-menu, .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top .nectar-woo-cart .cart-contents {
    border: none !important
}

body #header-outer.transparent[data-transparent-header=true][data-remove-border=true] {
    transition: background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease;
    -webkit-transition: background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

body:not(.ascend) #header-outer[data-transparent-header=true][data-remove-border=true]:not(.transparent) .cart-menu:after {
    border-left: 1px solid rgba(0, 0, 0, 0)
}

body #header-outer.no-bg-color {
    box-shadow: none !important;
    background-color: transparent !important
}

body #header-outer[data-transparent-header=true][data-remove-border=true].transparent.pseudo-data-transparent {
    border-color: transparent !important
}

#header-outer.slide-out-hover {
    -webkit-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease
}

#header-outer.slide-out-hover header, #header-outer.slide-out-hover > .cart-outer {
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#header-outer.pseudo-data-transparent.transparent #top nav > ul > li > a, #header-outer.pseudo-data-transparent.transparent #top nav ul #search-btn a .icon-salient-search, #header-outer.pseudo-data-transparent.transparent #top nav ul #nectar-user-account a span, #header-outer.pseudo-data-transparent.transparent nav > ul > li > a > .sf-sub-indicator i, #header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #fff !important;
    opacity: .75 !important;
    transition: opacity .2s ease, color .2s ease
}

#header-outer.slide-out-hover #top.all-hidden, #header-outer > .cart-outer.all-hidden {
    opacity: 0
}

body #header-outer-bg-only {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    content: ' ';
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    -webkit-transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1);
    -ms-transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1);
    transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1)
}

body.admin-bar #header-outer-bg-only {
    top: 32px
}

#header-outer.light-text #top nav > ul > li > a, #header-outer.light-text #top nav ul #search-btn a span, #header-outer.light-text #top nav ul #nectar-user-account a span, #header-outer.light-text nav > ul > li > a > .sf-sub-indicator i, #header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer[data-lhe=default].light-text #top nav .sf-menu .current-menu-item > a, body[data-header-inherit-rc=true] #header-outer[data-lhe=default].light-text #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, #header-outer[data-lhe=default].light-text #top nav > ul > li > a:hover, #header-outer[data-lhe=default].light-text #top nav .sf-menu > .sfHover > a {
    color: #fff !important;
    opacity: .7
}

#header-outer.light-text #logo {
    color: #fff
}

body[data-header-inherit-rc=true] #header-outer[data-lhe=animated_underline].light-text #top nav > ul > li:not([class*=button_]) > a:after {
    border-color: #fff
}

#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:after, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle .lines-button:after, #header-outer.pseudo-data-transparent.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer.pseudo-data-transparent.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: #fff !important
}

#header-outer.dark-text #top nav > ul > li > a, #header-outer.dark-text #top nav ul #search-btn a span, #header-outer.dark-text #top nav ul #nectar-user-account a span, #header-outer.dark-text nav > ul > li > a > .sf-sub-indicator i, #header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer[data-lhe=default].dark-text #top nav .sf-menu .current-menu-item > a {
    color: #444 !important;
    opacity: .7
}

#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: #444 !important
}

#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines-button:after {
    opacity: .7
}

#header-outer.light-text #top nav > ul > li > a:hover, #header-outer.light-text #top nav .sf-menu > .sfHover > a, #header-outer.light-text #top nav .sf-menu > .current_page_ancestor > a, #header-outer.light-text #top nav .sf-menu > .current-menu-item > a, #header-outer.light-text #top nav .sf-menu > .current-menu-ancestor > a, #header-outer.light-text #top nav .sf-menu > .current_page_item > a, #header-outer.light-text #top nav > ul > li > a:hover > .sf-sub-indicator > i, #header-outer.light-text #top nav > ul > .sfHover > a > span > i, #header-outer.light-text #top nav ul #search-btn a:hover span, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover span, #header-outer.light-text #top nav .sf-menu > .current-menu-item > a i, #header-outer.light-text #top nav .sf-menu > .current-menu-ancestor > a i, #header-outer.light-text .cart-outer:hover .icon-salient-cart, .ascend #boxed #header-outer.light-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart, .ascend #boxed #header-outer.dark-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer.dark-text #top nav > ul > li > a:hover, #header-outer.dark-text #top nav .sf-menu > .sfHover > a, #header-outer.dark-text #top nav .sf-menu > .current_page_ancestor > a, #header-outer.dark-text #top nav .sf-menu > .current-menu-item > a, #header-outer.dark-text #top nav .sf-menu > .current-menu-ancestor > a, #header-outer.dark-text #top nav .sf-menu > .current_page_item > a, #header-outer.dark-text #top nav > ul > li > a:hover > .sf-sub-indicator > i, #header-outer.dark-text #top nav > ul > .sfHover > a > span > i, #header-outer.dark-text #top nav ul #search-btn a:hover span, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover span, #header-outer.dark-text #top nav .sf-menu > .current-menu-item > a i, #header-outer.dark-text #top nav .sf-menu > .current-menu-ancestor > a i, #header-outer.dark-text .cart-outer:hover .icon-salient-cart, #header-outer.light-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #header-outer.dark-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, #header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines, #header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:after {
    opacity: 1 !important
}

#header-outer.light-text #top nav > ul > li > a, #header-outer.light-text #top nav > ul > li *, body.ascend #header-outer.light-text .cart-menu, #header-outer.dark-text #top nav > ul > li > a, #header-outer.dark-text #top nav > ul > li *, .ascend #header-outer[data-full-width=true].dark-text #top nav ul #search-btn a, .ascend #header-outer[data-full-width=true].dark-text #top nav ul .slide-out-widget-area-toggle a, .ascend #header-outer[data-full-width=true].light-text #top nav ul #search-btn a, .ascend #header-outer[data-full-width=true].light-text #top nav ul .slide-out-widget-area-toggle a, body.ascend #header-outer.dark-text .cart-menu {
    border-color: rgba(0, 0, 0, .1)
}

#header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle {
    position: relative
}

body #header-outer.transparent[data-transparent-header=true].dark-slide, body #header-outer.transparent[data-transparent-header=true].dark-slide .cart-menu, body #header-outer.transparent[data-transparent-header=true].dark-slide > #top nav ul #nectar-user-account > div, body #header-outer.transparent[data-transparent-header=true].dark-slide > #top nav ul .slide-out-widget-area-toggle > div, #boxed #header-outer.transparent[data-transparent-header=true].dark-slide, body #header-outer.transparent[data-transparent-header=true][data-remove-border=true].dark-slide .cart-menu:after {
    border-color: rgba(0, 0, 0, .08) !important
}

#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav > ul > li > a:after, #header-outer.transparent.dark-slide #top nav > ul > li[class*=button_bordered] > a:before, .dark-slide.transparent #top nav > ul > li[class*=button_bordered] > a:before {
    border-color: #000 !important
}

#header-outer[data-transparent-header=true].no-pointer-events {
    pointer-events: none
}

#header-outer[data-transparent-header=true].no-pointer-events.side-widget-open.style-slide-out-from-right, #header-outer[data-transparent-header=true].no-pointer-events.side-widget-open.style-slide-out-from-right-alt {
    pointer-events: auto
}

body[data-bg-header=true][data-header-search=true].ascend #header-outer.transparent[data-has-menu=false] #top nav ul #search-btn a:after, body[data-bg-header=true][data-header-search=true].ascend #header-outer[data-has-menu=false] #top nav ul #search-btn a:after, body[data-bg-header=true][data-header-search=true] #header-outer[data-has-menu=false] #top nav ul #search-btn a:after {
    border: none;
    display: none
}

#header-outer.dark-text #top nav ul #search-btn a span, #header-outer.dark-text #top nav ul #nectar-user-account a span, #header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
    opacity: 1
}

.lines-button.x2.close .lines, .sf-menu .megamenu li ul, #top .sf-menu .megamenu ul .sub-menu {
    background-color: transparent !important
}

#header-outer[data-transparent-header=true] #logo .dark-version {
    position: absolute
}

#header-outer[data-transparent-header=true][data-format=centered-menu-under-logo] #logo .dark-version {
    position: relative
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
    height: 4px;
    width: 2.1rem;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .lines-button, .slide-out-hover-icon-effect:not(.small) .lines-button, body .slide-out-hover-icon-effect:not(.small) .lines-button {
    line-height: 0;
    font-size: 0
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .lines-button.close {
    -webkit-transform: none;
    transform: none
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label), .slide-out-hover-icon-effect a {
    width: 34px
}

.slide-out-hover-icon-effect.small a {
    width: auto
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
    top: 9px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
    top: -9px
}

#header-outer[data-transparent-header=true].transparent > header #logo img.dark-version, #header-outer[data-transparent-header=true].light-text > header #logo img.dark-version, #header-outer[data-transparent-header=true].transparent.dark-slide > header #logo img, #header-outer[data-transparent-header=true].dark-text > header #logo img, #header-outer[data-transparent-header=true].dark-text.side-widget-open > header #logo img.dark-version {
    opacity: 0 !important
}

#header-outer[data-transparent-header=true].transparent.dark-slide > header #logo img.dark-version, #header-outer[data-transparent-header=true].dark-text > header #logo img.dark-version, #header-outer[data-transparent-header=true].dark-text.side-widget-open > header #logo img.starting-logo {
    opacity: 1 !important
}

#search-outer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    overflow: visible;
    display: none;
    background-color: #fff
}

.original #search-outer #search {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

#search-box {
    position: relative
}

#search-outer .container {
    overflow: visible;
    width: 100%
}

#search-outer #search input[type=text] {
    width: 100%;
    color: #888;
    font-size: 43px;
    line-height: 100px;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

#search-outer .ui-widget-content {
    background-color: #1f1f1f;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-image: none
}

#search-outer .ui-widget-content li:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #272727;
    cursor: pointer
}

#search-outer .ui-widget-content li:hover a {
    background-image: none
}

#search-outer .ui-widget-content li:last-child a {
    border: none
}

#search-outer .ui-widget-content li a {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.ui-helper-hidden-accessible {
    display: none
}

#search-outer .ui-widget-content img, #search-outer .ui-widget-content i {
    width: 40px;
    height: auto;
    float: left;
    margin-right: 15px
}

#search-outer .ui-widget-content i {
    line-height: 40px;
    font-size: 22px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px
}

.ui-autocomplete {
    cursor: default;
    position: absolute
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: .2em .4em;
    text-decoration: none
}

#search-outer .ui-widget-content {
    width: 100% !important;
    left: 0 !important
}

#search-outer .ui-widget-content li {
    line-height: 14px;
    clear: left;
    width: 100%;
    display: block;
    float: left;
    margin: 0
}

#search-outer .ui-widget-content li .desc {
    position: relative;
    line-height: 14px;
    font-size: 11px
}

#search-outer .ui-widget-content li a {
    color: #ccc;
    line-height: 1.4em;
    transition: none;
    -webkit-transition: none;
    padding: 15px
}

#search-outer > #search form {
    width: 92%;
    float: left
}

#search-outer #search #close {
    list-style: none
}

#search-outer #search #close a {
    position: absolute;
    right: 0;
    top: 24px;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    z-index: 10
}

#search-outer #search #close a span:not(.close-line) {
    color: #a0a0a0;
    font-size: 18px;
    height: 20px;
    line-height: 19px;
    background-color: transparent;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#search-outer > #search #close a:hover span {
    color: #000
}

#header-outer #search {
    position: relative
}

#header-outer .row .col.span_3, #header-outer .row .col.span_9 {
    width: auto
}

#header-outer .row .col.span_9 {
    float: right
}

#header-outer[data-full-width=true] header > .container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    width: 100%;
    max-width: 100%;
    padding: 0 28px
}

#header-outer.highzI {
    z-index: 9999
}

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
    position: absolute
}

body[data-hhun="1"] #header-secondary-outer[data-remove-fixed="0"] {
    transition: transform .3s ease
}

@media only screen and (min-width: 1000px) {
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached), body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent=false][data-using-secondary="1"] {
        top: 0
    }
}

body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open) {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

body[data-hhun="1"].original #header-outer[data-remove-border=true].detached:not(.side-widget-open) {
    border-color: rgba(255, 255, 255, 0)
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open) {
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    z-index: 9998;
    pointer-events: none
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open), body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important
}

body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached, body[data-hhun="1"] #header-outer.detached {
    position: fixed !important;
    z-index: 9998 !important;
    -webkit-transition: -webkit-transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s ease;
    transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s
}

body[data-hhun="1"] #header-outer.transparent.at-top {
    transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.mobile-video-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover
}

.using-mobile-browser .mobile-video-image {
    display: block
}

.wpb_row .nectar-video-wrap, #page-header-bg .nectar-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1
}

.wpb_row .nectar-video-wrap .nectar-video-inner.transition, .wpb_row .row-bg-wrap .row-bg.transition {
    -webkit-transition: transform .65s cubic-bezier(.05, .2, .1, 1);
    transition: transform .65s cubic-bezier(.05, .2, .1, 1)
}

.wpb_row .nectar-video-wrap.column-video, .wpb_row .mobile-video-image.column-video {
    z-index: 0
}

body.using-mobile-browser .wpb_row .nectar-video-wrap, body.using-mobile-browser #page-header-bg .nectar-video-wrap {
    left: -3000px
}

body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap {
    bottom: -3000px
}

.wpb_row .nectar-video-wrap video {
    transition: opacity .25s ease;
    opacity: 0
}

.wpb_row .nectar-video-wrap.position-loaded video {
    opacity: 1
}

#page-header-bg .nectar-video-wrap {
    opacity: 1;
    background-position: center;
    background-repeat: repeat;
    height: 100%;
    width: 100%
}

#page-header-bg .nectar-video-wrap video {
    opacity: 0
}

@media only screen and (min-width: 1000px) {
    body[data-ajax-transitions=true][data-apte=center_mask_reveal]:not(.using-mobile-browser) #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap video {
        opacity: 1
    }
}

.video-color-overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    padding-bottom: 0;
    z-index: 3
}

.wpb_row .nectar-video-wrap .mejs-container .mejs-controls, .mejs-overlay-button, .mejs-overlay-loading, #search-outer .ui-helper-hidden-accessible, .mobile #search-outer .ui-widget-content {
    display: none !important
}

.wpb_row > .span_12 {
    z-index: 5
}

.wpb_row > .span_12 {
    margin-bottom: 0 !important
}

.wpb_row > .span_12 > .column_container:last-child {
    margin-bottom: 0
}

#page-header-bg .container {
    z-index: 100
}

.nectar-slider-loading {
    background-color: #393939;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wpb_row .nectar-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wpb_row.full-width-content .nectar-parallax-scene {
    margin-left: 0
}

.wpb_row .nectar-parallax-scene li:first-child {
    position: relative
}

.wpb_row .nectar-parallax-scene li {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.wpb_row .nectar-parallax-scene div {
    margin-left: -10%;
    top: -10%;
    min-height: 100%;
    width: 120%;
    height: 120%;
    background-size: cover;
    margin-bottom: 0;
    max-width: none;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wpb_row .nectar-parallax-scene[data-scene-position=center] div {
    background-position: center
}

.wpb_row .nectar-parallax-scene[data-scene-position=bottom] div {
    background-position: center bottom
}

.wpb_row .nectar-parallax-scene[data-scene-position=top] div {
    background-position: center top
}

body .full-width-section {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.full-width-section {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative
}

.full-width-content.parallax_section {
    -webkit-background-size: cover;
    background-size: cover
}

.full-width-content.vc_row-fluid .wpb_column {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover
}

.wpb_row {
    position: relative
}

.wpb_row.vc_row-o-full-height {
    min-height: 99vh
}

.wpb_row .row-bg, .full-width-section .row-bg, #page-header-bg .page-header-bg-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover
}

body:not(.using-mobile-browser):not(.mobile) #page-header-bg .page-header-bg-image.translate {
    -webkit-transform: none !important;
    transform: none !important;
    height: 100% !important
}

@media only screen and (max-width: 999px) {
    #page-header-bg[data-parallax="1"] .page-header-bg-image {
        height: calc(100% + 15px);
        top: auto;
        bottom: 0
    }
}

.wpb_row .row-bg-wrap .row-bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 2;
    backface-visibility: hidden
}

.row.right-align-text {
    text-align: right
}

.wpb_row[data-using-ctc=true] h1, .wpb_row[data-using-ctc=true] h2, .wpb_row[data-using-ctc=true] h3, .wpb_row[data-using-ctc=true] h4, .wpb_row[data-using-ctc=true] h5, .wpb_row[data-using-ctc=true] h6 {
    color: inherit
}

.wpb_row.full-width-section, .wpb_row.full-width-content, body.material .wpb_row.full-width-section, body.material .wpb_row.full-width-content {
    margin-bottom: 0
}

.wpb_row.full-width-content img, .wpb_row.full-width-content .img-with-aniamtion-wrap, .wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0
}

body[data-ext-responsive=true] .container .page-submenu > .full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
    padding: 0 90px !important
}

.full-width-section > .span_12 > div:last-child {
    padding-bottom: 0
}

.full-width-section > .span_12 > div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child, .full-width-section > .span_12 .col > div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child {
    padding-bottom: 15px !important
}

.full-width-section img {
    display: block;
    margin-bottom: 0
}

html:not(.js) .full-width-section, html:not(.js) .full-width-content {
    visibility: visible
}

.full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg, .wpb_row.parallax_section .row-bg {
    background-attachment: fixed
}

body .full-width-section.parallax_section .row-bg.translate, body .full-width-content.parallax_section .row-bg.translate, body .wpb_row.parallax_section .row-bg.translate, .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate, #page-header-bg .page-header-bg-image.translate, [data-parallax=true] .swiper-slide .image-bg.translate {
    background-attachment: scroll;
    top: auto;
    bottom: 0
}

body .full-width-content.parallax_section .row-bg, body .full-width-section.parallax_section .row-bg, body .wpb_row.parallax_section .row-bg {
    background-attachment: fixed
}

body[data-ajax-transitions=false] .parallax_section .row-bg, body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
    opacity: 0;
    transition: opacity .2s ease
}

_::-webkit-full-page-media, _:future, :root body[data-ajax-transitions=false] .parallax_section .row-bg {
    opacity: 1
}

body[data-ajax-transitions=false] .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]), body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
    opacity: 1;
    background-attachment: scroll;
    top: auto;
    bottom: 0
}

@media only screen and (min-width: 1000px) {
    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=slow]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 90px)
    }

    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=medium]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 70px)
    }

    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=fast]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 40px)
    }
}

@media only screen and (max-width: 999px) {
    body .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
        height: calc(100% + 40px)
    }
}

body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
    height: calc(100% + 40px)
}

body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .row-bg, body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .row-bg, body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg, body[data-ajax-transitions=false] .parallax_section .row-bg[data-parallax-speed=fixed], body[data-ajax-transitions=false] .parallax_section .row-bg .nectar-recent-post-slide {
    opacity: 1
}

.full-width-section.parallax_section .row-bg-wrap, .full-width-content.parallax_section .row-bg-wrap, .wpb_row.parallax_section .row-bg-wrap, .wpb_row .row-bg-wrap .inner-wrap {
    overflow: hidden;
    width: 100.1%;
    height: 100.1%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.wpb_row.parallax_section .row-bg-wrap, .wpb_row .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
    z-index: 2
}

.wpb_row .row-bg-wrap, .full-width-section .row-bg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.wpb_row[data-br*=px][data-br-applies=inner] .row_col_wrap_12, .wpb_row[data-br*=px][data-br-applies=bg] > .row-bg-wrap {
    overflow: hidden
}

.wpb_row[data-br="5px"][data-br-applies=inner] .row_col_wrap_12, .wpb_row[data-br="5px"][data-br-applies=bg] > .row-bg-wrap, .wpb_row[data-br="5px"][data-br-applies=bg] > .nectar-video-wrap, .wpb_row[data-br="5px"][data-br-applies=bg] > .nectar-parallax-scene {
    border-radius: 5px
}

.wpb_row[data-br="10px"][data-br-applies=inner] .row_col_wrap_12, .wpb_row[data-br="10px"][data-br-applies=bg] > .row-bg-wrap, .wpb_row[data-br="10px"][data-br-applies=bg] > .nectar-video-wrap, .wpb_row[data-br="10px"][data-br-applies=bg] > .nectar-parallax-scene {
    border-radius: 10px
}

.wpb_row[data-br="20px"][data-br-applies=inner] .row_col_wrap_12, .wpb_row[data-br="20px"][data-br-applies=bg] > .row-bg-wrap, .wpb_row[data-br="20px"][data-br-applies=bg] > .nectar-video-wrap, .wpb_row[data-br="20px"][data-br-applies=bg] > .nectar-parallax-scene {
    border-radius: 20px
}

.wpb_row .row-bg-wrap canvas.nectar-liquid-bg, .column-image-bg-wrap canvas.nectar-liquid-bg {
    z-index: 100;
    position: relative
}

.wpb_row .row-bg-wrap .nectar-displacement {
    display: none
}

.wpb_row .column-image-bg-wrap .nectar-displacement {
    display: none
}

.row-bg-wrap[data-bg-animation*=fade], .row-bg-wrap[data-bg-animation*=zoom], .column-image-bg-wrap[data-bg-animation*=fade], .column-image-bg-wrap[data-bg-animation*=zoom] {
    overflow: hidden
}

body:not(.compose-mode) .row-bg-wrap[data-bg-animation*=displace-filter] .row-bg.using-image, body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation*=displace-filter] .column-image-bg, body:not(.compose-mode) #ajax-content-wrap .row-bg-wrap[data-bg-animation*=displace-filter] .row-bg.using-image, body:not(.compose-mode) #ajax-content-wrap .column-image-bg-wrap[data-bg-animation*=displace-filter] .column-image-bg {
    background-size: 0
}

body:not(.compose-mode) .row-bg-wrap[data-bg-animation=displace-filter-fade] .row-bg.using-image .nectar-liquid-bg, body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation=displace-filter-fade] .nectar-liquid-bg {
    opacity: 0;
    transition: opacity .55s ease-out
}

body:not(.compose-mode) .row-bg-wrap[data-bg-animation=displace-filter-fade] .row-bg.using-image .nectar-liquid-bg.animated-in, body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation=displace-filter-fade] .nectar-liquid-bg.animated-in {
    opacity: 1
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap {
    opacity: 0;
    -webkit-transition: opacity .55s ease-out;
    transition: opacity .55s ease-out
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image.animated-in, .column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap.animated-in {
    opacity: 1
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: transform 2.5s cubic-bezier(.1, .55, .4, 1);
    transition: transform 2.5s cubic-bezier(.1, .55, .4, 1)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal], .row-bg-wrap[data-bg-animation=zoom-out-reveal] {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .4s ease-out;
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .4s ease-out
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true], .row-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true] {
    -webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .55s ease-out .2s;
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .55s ease-out .2s
}

.wpb_column .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal] {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .35s ease-out, transform 1.3s cubic-bezier(.12, .75, .4, 1);
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .35s ease-out, transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap, .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-transition: transform 1.3s cubic-bezier(.12, .75, .4, 1);
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image, .column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-transition: transform 8s cubic-bezier(.1, .2, .7, 1);
    transition: transform 8s cubic-bezier(.1, .2, .7, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
    -webkit-transform: scale(1.45);
    transform: scale(1.45)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image.animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image.animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in, body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in {
    -webkit-transform: scale(1);
    transform: scale(1)
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in, .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in {
    opacity: 1
}

.wpb_row .row-bg-wrap .inner-wrap {
    height: 100%;
    width: 100%
}

.full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg, .wpb_row.parallax_section .row-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    -webkit-background-size: cover
}

.full-width-section.no-cover .row-bg, .wpb_row .row-bg.no-cover, .full-width-section .row-bg.no-cover {
    background-size: auto !important;
    -webkit-background-size: auto
}

body .full-width-section > .col.span_12 {
    float: none
}

.full-width-section > .col.span_12.light, .full-width-content > .col.span_12.light, .col.span_12.light .wpb_text_column > .wpb_wrapper > ul {
    color: #fff
}

.vc_row.vc_row-o-equal-height > .span_12 > .vc_column_container > .vc_column-inner {
    width: 100%
}

.vc_row.vc_row-o-equal-height > .span_12 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    min-height: 1px
}

.vc_column_container > .vc_column-inner {
    position: relative
}

@media only screen and (max-width: 999px) {
    body .vc_row.vc_row-flex.vc_row-o-equal-height > .span_12, body .vc_row.vc_row-flex.vc_row-o-equal-height > .span_12 > .vc_column_container > .vc_column-inner, body .vc_row.vc_row-flex.vc_row-o-equal-height > .span_12 > .vc_column_container, body .vc_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12, body .vc_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container, body .vc_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner, body .wpb_row.vc_row-flex.vc_row-o-equal-height > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner {
        display: -webkit-flex;
        display: flex
    }
}

@media (max-width: 1299px) and (min-width: 1000px) {
    .vc_hidden-md {
        display: none
    }
}

.nectar-shape-divider-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 3;
    transform: translateZ(0)
}

.post-area.span_9 .nectar-shape-divider-wrap {
    overflow: hidden
}

.nectar-shape-divider-wrap[data-position=top] {
    top: -1px;
    bottom: auto
}

.nectar-shape-divider-wrap[data-position=top] {
    transform: rotate(180deg)
}

.nectar-shape-divider-wrap[data-front=true] {
    z-index: 50
}

@media only screen and (min-width: 1000px) {
    .nectar-shape-divider-wrap[data-style=curve] .nectar-shape-divider {
        filter: blur(.5px);
        transform: scale(1.03)
    }
}

.nectar-shape-divider-wrap[data-style=waves_opacity] svg path:first-child {
    opacity: .6
}

@media only screen and (min-width: 1000px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 1700px
    }
}

@media only screen and (max-width: 999px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 800px
    }
}

@media only screen and (max-width: 690px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 690px
    }
}

.nectar-shape-divider-wrap[data-style=fan] svg {
    width: 102%;
    left: -1%
}

.nectar-shape-divider-wrap[data-style=fan] svg polygon:nth-child(2) {
    opacity: .15
}

.nectar-shape-divider-wrap[data-style=fan] svg rect {
    opacity: .3
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:first-child {
    opacity: .1
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(2) {
    opacity: .12
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(3) {
    opacity: .18
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(4) {
    opacity: .33
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(1), .nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(1) {
    opacity: .15
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(2), .nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(2) {
    opacity: .3
}

.nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute
}

.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #fff
}

@media only screen and (max-width: 999px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 75%
    }

    .nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 55%
    }
}

@media only screen and (max-width: 690px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 33%
    }

    .nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 33%
    }
}

.col {
    position: relative;
    float: left
}

.col.boxed:not(.wpb_column) {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    -webkit-transition: top .2s ease, -webkit-box-shadow .2s ease;
    transition: top .2s ease, box-shadow .2s ease
}

.col.boxed .bottom-line, .wpb_column.boxed .bottom-line {
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #e8e8e8
}

.col.boxed img, .wpb_column.boxed img {
    padding: 0 15px
}

.col.boxed:not(.wpb_column):hover {
    top: -4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.col.boxed.no-pointer-events {
    pointer-events: none
}

.col.centered-text, .wpb_column.centered-text {
    text-align: center
}

.centered-text .divider-small-border {
    margin: 25px auto
}

.centered-text .divider-border[data-animate=yes], .centered-text .divider-small-border[data-animate=yes] {
    -webkit-transform-origin: center;
    transform-origin: center
}

body .col.centered-text ul, body .wpb_column.centered-text ul {
    display: inline-block;
    text-align: center;
    margin-left: 0
}

.col.centered-text ul, .wpb_column.centered-text ul {
    text-align: left
}

body .col.centered-text img, body .wpb_column.centered-text img, .col.center img {
    margin-left: auto;
    margin-right: auto
}

.wpb_column {
    background-position: center
}

.wpb_column[data-video-bg=true] .wpb_wrapper, .wpb_column[data-overlay-color=true] .wpb_wrapper, .wpb_column[data-has-bg-color=true] .wpb_wrapper, .wpb_column[data-using-bg=true] .wpb_wrapper, .wpb_column[data-hover-bg^="#"] .wpb_wrapper {
    position: relative;
    z-index: 2
}

.wpb_column .column-bg-overlay, .wpb_column .column-bg-overlay-wrap {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    opacity: 0;
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.vc_column-inner .column-overlay-layer {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    display: block
}

.wpb_column .column-bg-overlay-wrap {
    opacity: 1
}

.column-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10
}

.img-with-aniamtion-wrap[data-border-radius="3px"] .img-with-animation, .img-with-aniamtion-wrap[data-border-radius="3px"] .hover-wrap, .nectar_video_player_self_hosted[data-border-radius="3px"] .wpb_video_wrapper {
    border-radius: 3px
}

.img-with-aniamtion-wrap[data-border-radius="5px"] .img-with-animation, .img-with-aniamtion-wrap[data-border-radius="5px"] .hover-wrap, .nectar_video_player_self_hosted[data-border-radius="5px"] .wpb_video_wrapper {
    border-radius: 5px
}

.img-with-aniamtion-wrap[data-border-radius="10px"] .img-with-animation, .img-with-aniamtion-wrap[data-border-radius="10px"] .hover-wrap, .nectar_video_player_self_hosted[data-border-radius="10px"] .wpb_video_wrapper {
    border-radius: 10px
}

.img-with-aniamtion-wrap[data-border-radius="15px"] .img-with-animation, .img-with-aniamtion-wrap[data-border-radius="15px"] .hover-wrap, .nectar_video_player_self_hosted[data-border-radius="15px"] .wpb_video_wrapper {
    border-radius: 15px
}

.img-with-aniamtion-wrap[data-border-radius="20px"] .img-with-animation, .img-with-aniamtion-wrap[data-border-radius="20px"] .hover-wrap, .nectar_video_player_self_hosted[data-border-radius="20px"] .wpb_video_wrapper {
    border-radius: 20px
}

@media only screen and (min-width: 1000px) {
    .wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap > .border-top, .wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap > .border-bottom {
        transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        transform: scaleX(0)
    }

    .wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap > .border-left, .wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap > .border-right {
        -webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: scaleY(0);
        transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        transform: scaleY(0)
    }
}

.wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-top, .wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-bottom {
    transform: scaleX(1)
}

.wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-top {
    transform-origin: left
}

.wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-bottom {
    transform-origin: right
}

.wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-left, .wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-right {
    transform: scaleY(1)
}

.wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-left {
    transform-origin: bottom
}

.wpb_column[data-border-animation=true] .vc_column-inner > .border-wrap.animation > .border-right {
    transform-origin: top
}

.col.span_3 .col.span_12 i, .col.span_4 .col.span_12 i {
    margin-bottom: 0
}

body .wpb_text_column {
    margin-bottom: 0
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_start_animation {
    opacity: 1
}

body .wpb_text_column h2:last-child, body .wpb_text_column h3:last-child {
    margin-bottom: 10px
}

.carousel-outer {
    overflow: hidden;
    margin-right: 2px
}

body[data-ajax-transitions=true] .row.carousel {
    opacity: 1
}

.carousel-heading {
    z-index: 100;
    position: relative;
    margin-bottom: 7px;
    min-height: 23px
}

.carousel-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 7px
}

.carousel-wrap .item-count {
    font-size: 12px
}

.carousel-wrap[data-full-width=false] .carousel-heading h2 {
    font-size: 12px
}

html:not(.js) .carousel-heading {
    display: none
}

.carousel-wrap[data-ctc=light] .carousel-heading h2, .ascend .carousel-wrap[data-ctc=light] .carousel-next i, .ascend .carousel-wrap[data-ctc=light] .carousel-prev i, .carousel-wrap[data-ctc=light] .item-count, .carousel-wrap[data-full-width=true][data-ctc=light] .carousel-heading i {
    color: #fff
}

.recent-work-carousel[data-ctc=light][data-full-width=true] .carousel-heading {
    background-color: #252525
}

.caroufredsel_wrapper, .carousel-wrap[data-full-width=true] .portfolio-items .col .work-item.style-2 .work-info a, .woocommerce .products-carousel ul.products .product a {
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    margin: 0 !important
}

.caroufredsel_wrapper.active, .carousel-wrap[data-full-width=true] .portfolio-items .col .work-item .work-info .active,
.woocommerce .products-carousel ul.products .product a.active {
    cursor: grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important
}

body .carousel-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 -10px
}

body .full-width-section .carousel-wrap {
    margin-bottom: 0
}

.carousel-wrap[data-full-width=true] {
    padding: 0 18px
}

.carousel-wrap[data-full-width=true] .carousel-heading {
    background-color: #f8f8f8;
    padding: 43px 0 40px;
    margin-bottom: 0;
    text-align: center
}

body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .5px;
    margin: 0 auto;
    max-width: 900px;
    text-transform: none;
    font-family: 'Open Sans';
    font-weight: 300
}

.carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link, .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev, .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
    top: 8px !important
}

.carousel-wrap[data-full-width=true] .carousel-heading a {
    background-color: transparent
}

.carousel-wrap[data-full-width=true] .carousel-heading i {
    background-color: transparent;
    color: #888;
    font-size: 30px;
    line-height: 28px;
    transition: color .2s ease 0s
}

body .carousel-wrap[data-full-width=true] .carousel-heading .container {
    min-height: 40px
}

body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width=true] {
    padding: 0
}

.carousel-wrap .work-item.style-2, .carousel-wrap[data-full-width=true] {
    margin-bottom: 0
}

.carousel-wrap[data-full-width=true] .span_4.no-margin {
    margin: 0
}

.full-width-content .caroufredsel_wrapper {
    overflow: visible !important
}

.carousel-wrap .carousel-heading {
    padding: 0
}

html:not(.js) .carousel-wrap {
    display: none
}

.carousel-wrap .left-border, .carousel-wrap .right-border {
    width: 10px;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #f8f8f8
}

.carousel-wrap .left-border {
    left: 0
}

.carousel-wrap .right-border {
    right: 0
}

.carousel-next, .carousel-prev {
    background-color: #dadada;
    cursor: pointer;
    display: block;
    margin-left: 5px;
    line-height: 22px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-align: center
}

.carousel-wrap[data-full-width=true] .carousel-next, .carousel-wrap[data-full-width=true] .carousel-prev {
    height: 28px;
    width: 44px
}

.carousel-wrap[data-full-width=true] .carousel-next {
    text-align: right
}

.carousel-wrap[data-full-width=true] .carousel-prev {
    text-align: left
}

.carousel-next {
    right: 0;
    padding-left: 1px
}

.carousel-prev {
    right: 25px;
    padding-right: 1px
}

.carousel-wrap[data-full-width=false] .control-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.carousel-next i, .carousel-prev i, .carousel-wrap .carousel-next i, .carousel-wrap .carousel-prev i {
    background-color: transparent;
    line-height: 24px;
    font-size: 14px
}

.carousel-prev:hover, .carousel-next:hover {
    background-color: #000
}

ul.row.carousel {
    opacity: 0
}

#ajax-content-wrap .carousel-wrap[data-full-width=true] .span_4.no-margin .carousel-wrap[data-full-width=true] .span_4.no-margin {
    margin: 0
}

.carousel-wrap[data-full-width=true].default-style {
    padding: 0 20px !important
}

.carousel-wrap[data-full-width=true] .work-meta {
    padding: 0 15px
}

.carousel-wrap[data-full-width=true].default-style .work-meta, .carousel-wrap[data-full-width=true] {
    padding: 0 !important
}

body .carousel .span_4, body .portfolio-items.carousel .span_4 {
    margin: 0 10px
}

.carousel-wrap[data-full-width=true].default-style .span_4 {
    margin: 0 15px
}

.carousel .span_4 .clear {
    padding-bottom: 0;
    margin-bottom: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    padding: 25px 0;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab, .owl-stage.owl-grab {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: 0 0;
    border: none;
    padding: 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: rgba(0, 0, 0, .25);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .13s ease;
    transition: all .13s ease;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.span_12.light .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .5)
}

.span_12.light .owl-theme .owl-dots .owl-dot.active span, .span_12.light .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.owl-carousel[data-column-padding="5px"] .carousel-item {
    padding: 6px
}

.owl-carousel[data-column-padding="10px"] .carousel-item {
    padding: 11px
}

.owl-carousel[data-column-padding="15px"] .carousel-item {
    padding: 16px
}

.owl-carousel[data-column-padding="20px"] .carousel-item {
    padding: 21px
}

.owl-carousel[data-column-padding="30px"] .carousel-item {
    padding: 31px
}

.owl-carousel[data-column-padding="40px"] .carousel-item {
    padding: 41px
}

.owl-carousel[data-column-padding="50px"] .carousel-item {
    padding: 51px
}

.owl-carousel.moving a {
    pointer-events: none
}

.owl-carousel[data-enable-animation=true] .owl-stage > .owl-item {
    opacity: 0;
    -ms-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
}

.owl-carousel[data-enable-animation=true] .owl-controls {
    opacity: 0
}

.owl-carousel[data-enable-animation=true].animated-in .owl-controls {
    opacity: 1;
    -ms-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

rs-module video {
    visibility: visible
}

.home-wrap {
    padding-top: 3em;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 100;
    background-color: #f8f8f8
}

html:not(.js) .home-wrap {
    padding-top: 0
}

.home-wrap .full-width-section.first-section {
    margin-top: -37px
}

.single_job_listing .company img {
    height: 3em
}

.single_job_listing .meta li {
    list-style: none
}

.flex-gallery {
    margin: 0;
    padding: 0
}

.flex-gallery .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-gallery .slides img {
    width: 99.8%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flex-gallery {
    margin: 0 0 15px;
    position: relative;
    zoom: 1;
    background-color: transparent
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-gallery .slides {
    zoom: 1
}

.flex-gallery ul {
    position: relative;
    z-index: 1000;
    margin: 0
}

.flex-gallery .flex-direction-nav {
    margin: 0;
    position: absolute;
    top: 8px
}

.flex-gallery ul li {
    list-style: none
}

.flex-gallery ul li img {
    margin-bottom: 0
}

.carousel li {
    margin-right: 0;
    margin-left: 0
}

.flex-control-nav {
    display: none
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    display: block;
    line-height: 22px;
    position: relative;
    background-color: #000;
    height: 25px;
    width: 25px;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.flex-direction-nav a i {
    line-height: 29px;
    font-size: 16px;
    color: #fff;
    background-color: transparent
}

.flex-direction-nav .flex-next {
    padding-left: 2px
}

.flex-direction-nav .flex-prev {
    padding-right: 2px
}

body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
    float: left;
    margin-left: 7px
}

.flex-direction-nav a:hover {
    background-color: #333
}

.flex-direction-nav .flex-next span {
    background-position: right top;
    top: 9px;
    right: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100
}

.flex-direction-nav .flex-prev span {
    background-position: left top;
    top: 9px;
    left: 9px;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    z-index: 100
}

body.mobile.material [data-bullet_style="see_through"] .slider-pagination {
    bottom: 13px
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
    position: relative;
    top: 50%
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
    display: block;
    content: ''
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot, .nectar-woo-flickity .flickity-page-dots .dot, body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
    width: 30px;
    margin: 0;
    opacity: .35
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, .nectar-quick-view-box .flickity-page-dots .dot:before, .nectar-woo-flickity .flickity-page-dots .dot:before, body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
    width: 6px;
    height: 6px;
    transition: all .25s ease;
    border-radius: 50%;
    margin-left: 11px;
    background-color: transparent;
    box-shadow: inset 0 0 0 5px #000
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected, body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch, .nectar-quick-view-box .flickity-page-dots .dot.is-selected, .nectar-woo-flickity .flickity-page-dots .dot {
    opacity: 1
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before, .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before, .nectar-quick-view-box .flickity-page-dots .dot.is-selected:before, body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
    -webkit-transform: scale(2);
    transform: scale(2);
    box-shadow: inset 0 0 0 1px #000;
    background-color: transparent
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, .span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, .span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before, .span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before, .span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
    box-shadow: inset 0 0 0 5px #fff
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before, .span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before, .span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before, .span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before, .span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before, body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
    box-shadow: inset 0 0 0 1px #fff
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
    bottom: -85px;
    margin: 0
}

.nectar-flickity[data-control-style=material_pagination]:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls=material_pagination]:not(.masonry) .flickity-viewport {
    margin: 110px 0 130px
}

iframe.iframe-embed, iframe {
    max-width: 100%
}

html:not(.js) .main-content iframe[src], .main-content #sidebar iframe[src], .wc-braintree-hosted-field iframe {
    opacity: 1
}

.iframe-embed-standard iframe {
    width: 100% !important
}

body .mejs-container .mejs-controls > .mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-button button:focus {
    outline: none
}

body[data-button-style*=_rounded] .mejs-button > button, body[data-button-style^=rounded] .mejs-controls .mejs-pause button, body .mejs-controls .mejs-pause {
    border-radius: 0 !important
}

video, audio {
    visibility: hidden
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, .3) !important
}

.mejs-video .mejs-controls .mejs-time-rail {
    padding-top: 12px
}

.mejs-audio .mejs-controls .mejs-time-rail {
    padding-top: 11px
}

.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-video .mejs-controls .mejs-time-rail span, .mejs-video .mejs-controls .mejs-time-rail a, .mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
    height: 8px
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-audio .mejs-controls .mejs-time-rail span, .mejs-audio .mejs-controls .mejs-time-rail a, .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    height: 8px
}

#ajax-content-wrap .mejs-container {
    background-color: transparent;
    background-image: none !important
}

.wp-video {
    margin-bottom: 20px
}

.wp-video, .mejs-container .mejs-poster img {
    max-width: none !important;
    width: 100% !important
}

.wp-video-shortcode.mejs-container .mejs-poster img {
    visibility: hidden;
    display: block;
    margin-bottom: 0
}

.mejs-container-fullscreen .mejs-poster img {
    height: 100% !important
}

body .mejs-poster {
    background-size: cover
}

body .mejs-container .mejs-controls .mejs-time {
    opacity: .8
}

body .mejs-controls button {
    transition: opacity .15s ease
}

body .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button {
    opacity: .8
}

#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: rgba(255, 255, 255, .25)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent !important
}

body .mejs-controls .mejs-button button {
    font-size: 18px;
    color: #fff;
    width: auto;
    position: relative;
    display: inline-block;
    background-image: none
}

body .mejs-controls button:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}

body .mejs-controls .mejs-play button:before {
    content: "\e052"
}

body .mejs-controls .mejs-mute button:before {
    content: "\e098"
}

body .mejs-controls .mejs-unmute button:before {
    content: "\e099"
}

body .mejs-controls .mejs-fullscreen-button button:before {
    content: "\e110";
    font-size: 17px
}

body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: "\e111"
}

body .mejs-button.mejs-volume-button {
    margin-left: 5px
}

body .mejs-controls .mejs-pause {
    top: 2px;
    left: 2px;
    position: relative
}

body .mejs-controls .mejs-pause button {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 9px;
    height: 12px;
    right: 3px;
    top: 2px
}

#ajax-content-wrap .mejs-container.mejs-audio {
    height: 44px !important;
    background-color: rgba(0, 0, 0, 1)
}

#ajax-content-wrap .mejs-container.mejs-audio .mejs-playpause-button {
    margin-left: 0
}

body .mejs-container.mejs-audio .mejs-controls, body .masonry-blog-item .mejs-container.mejs-video .mejs-controls {
    height: 42px
}

#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button {
    margin-left: 10px
}

#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button {
    margin-right: 10px
}

body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before {
    height: 250%
}

body .mejs-container:not(.mejs-audio) .mejs-controls:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400%;
    z-index: 11;
    border-radius: 4px;
    content: ' '
}

body .mfp-wrap .mfp-content .mejs-container:not(.mejs-audio) .mejs-controls:before {
    border-radius: 0
}

body .mejs-container .mejs-controls > * {
    z-index: 100;
    position: relative
}

body .mejs-container .mejs-controls {
    background: none !important;
    height: 50px
}

#ajax-content-wrap .mejs-playpause-button {
    margin-left: 20px
}

#ajax-content-wrap .mejs-fullscreen-button {
    margin-right: 20px
}

body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float {
    color: #fff;
    border: none;
    background-color: transparent
}

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: transparent
}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
    background-color: #fff;
    height: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .25)
}

#header-outer .wpml-ls-menu-item .wpml-ls-flag {
    margin-bottom: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope {
    -webkit-transition-property: height;
    -ms-transition-property: height;
    transition-property: height
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity
}

.bbp-author-avatar img {
    margin-bottom: -3px
}

body #bbpress-forums fieldset.bbp-form {
    border: 1px solid #d9d9d9
}

#bbpress-forums fieldset.bbp-form p {
    padding-bottom: 10px
}

#bbpress-forums .bbp-header, #bbpress-forums .bbp-footer {
    font-weight: 400
}

#bbpress-forums .bbp-body ul.forum, #bbpress-forums .bbp-body ul.topic {
    padding-left: 15px
}

#bbpress-forums .bbp-forum-header, #bbpress-forums .bbp-topic-header, #bbpress-forums .bbp-reply-header {
    background-color: #f4f4f4
}

.bbp-topic-meta {
    margin-top: 1px
}

#bbpress-forums .bbp-header {
    background-color: #f1f1f1
}

#bbpress-forums .wp-editor-container, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    border: 1px solid #ddd
}

.bbp-topic-permalink {
    font-size: 14px
}

.topic .bbp-topic-title {
    margin-top: 2px
}

.bbp-template-notice p {
    padding: 4px
}

#bbp_search_submit, #members_search_submit {
    padding: 10px 11px
}

#bbpress-forums #subscription-toggle {
    color: #ccc
}

body #bbpress-forums fieldset.bbp-form {
    padding-bottom: 20px
}

body #buddypress form.bp-dir-search-form button[type=submit] {
    padding: 10px .7em !important
}

.material .buddypress-wrap form.bp-dir-search-form input[type=search]:focus {
    box-shadow: none
}

.buddypress-wrap form.bp-dir-search-form button[type=submit] span {
    line-height: 1em
}

body[data-form-style=minimal] #buddypress input[type=text], body[data-form-style=minimal] #buddypress input[type=password], body[data-form-style=minimal] #buddypress input[type=email] {
    padding-left: 10px;
    padding-right: 10px
}

#buddypress input[type=submit]:hover {
    color: #fff
}

#buddypress .activity-update-form #whats-new-submit input[type=submit] {
    line-height: 1em
}

body[data-form-style=minimal] #buddypress textarea {
    background-color: rgba(0, 0, 0, .018);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.buddypress-wrap .bp-feedback.bp-messages p {
    padding-bottom: 0
}

#buddypress form#whats-new-form textarea {
    width: 100% !important
}

.buddypress h1 {
    margin-bottom: 30px
}

.tribe-events-c-view-selector ul li, .tribe-events .tribe-events-c-top-bar__nav-list-item {
    list-style: none
}

.nectar-animated-title, body .wpb_wrapper > .nectar-animated-title {
    margin-bottom: 0
}

.nectar-animated-title-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.nectar-animated-title h6 {
    padding: 5px 10px
}

.nectar-animated-title h5 {
    padding: 6px 12px
}

.nectar-animated-title h4 {
    padding: 7px 14px
}

.nectar-animated-title h3 {
    padding: 8px 16px
}

.nectar-animated-title h2 {
    padding: 10px 20px
}

.nectar-animated-title h1 {
    padding: 15px 30px
}

.nectar-animated-title .nectar-animated-title-inner .wrap > * {
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    color: #fff
}

.nectar-animated-title .nectar-animated-title-inner:after {
    display: block;
    background-color: #000;
    content: ' ';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nectar-animated-title .nectar-animated-title-outer {
    display: inline-block
}

.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-outer {
    perspective: 1000px
}

.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
    -ms-transform: rotateX(-90deg) translateZ(0);
    -webkit-transform: rotateX(-90deg) translateZ(0);
    transform: rotateX(-90deg) translateZ(0);
    -ms-transform-origin: 0px 0px 0px;
    -webkit-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, .13) 0px 6px 20px
}

.nectar-animated-title[data-style=hinge-drop].completed .nectar-animated-title-inner {
    -ms-transform: rotateX(0deg) translateZ(0);
    -webkit-transform: rotateX(0deg) translateZ(0);
    transform: rotateX(0deg) translateZ(0);
    opacity: 1;
    -ms-transition: transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1);
    transition: transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1)
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after {
    -ms-transform-origin: left;
    -ms-transform: scale(0, 1);
    transform-origin: left;
    transform: scale(0, 1)
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap {
    overflow: hidden;
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    position: relative;
    z-index: 100
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap * {
    -ms-transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    display: block
}

.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner .wrap, .nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner .wrap * {
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    -ms-transition: transform .7s cubic-bezier(.85, 0, .12, 1);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.85, 0, .12, 1);
    transition: transform .7s cubic-bezier(.85, 0, .12, 1)
}

.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner:after {
    -webkit-animation: colorStripReveal .7s cubic-bezier(.85, 0, .12, 1) forwards;
    animation: colorStripReveal .7s cubic-bezier(.85, 0, .12, 1) forwards
}

@keyframes colorStripReveal {
    0% {
        transform: scale(0, 1) translateZ(0)
    }
    100% {
        transform: scale(1, 1) translateZ(0)
    }
}

.btn {
    padding: 8px 16px
}

.nectar-button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    -o-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    padding: 13px 18px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #000;
    display: inline-block
}

.nectar-3d-transparent-button {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    visibility: hidden
}

.nectar-button.small {
    border-radius: 2px;
    font-size: 11px;
    padding: 8px 14px;
    color: #fff;
    box-shadow: 0 -1px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, .1) inset
}

.nectar-button.medium {
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 -2px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -2px rgba(0, 0, 0, .1) inset
}

body .nectar-button.small {
    font-size: 12px
}

body .nectar-button.medium {
    font-size: 12px
}

.nectar-button.large {
    font-size: 14px;
    padding: 15px 22px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.jumbo {
    font-size: 18px;
    padding: 25px 40px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.extra_jumbo {
    font-size: 60px;
    line-height: 60px;
    padding: 60px 90px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset
}

.nectar-button.small.see-through, .nectar-button.small.see-through-2, .nectar-button.small.see-through-3 {
    padding-top: 6px;
    padding-bottom: 6px
}

.nectar-button.medium.see-through, .nectar-button.medium.see-through-2, .nectar-button.medium.see-through-3 {
    padding-top: 9px;
    padding-bottom: 9px
}

body .nectar-button.large.see-through, body .nectar-button.large.see-through-2, body .nectar-button.large.see-through-3 {
    border-width: 2px;
    padding-top: 13px;
    padding-bottom: 13px
}

body .nectar-button.jumbo.see-through, body .nectar-button.jumbo.see-through-2, body .nectar-button.jumbo.see-through-3 {
    border-width: 4px;
    padding-top: 21px;
    padding-bottom: 21px
}

body .nectar-button.extra_jumbo.see-through, body .nectar-button.extra_jumbo.see-through-2, body .nectar-button.extra_jumbo.see-through-3 {
    border-width: 10px
}

.nectar-button.extra_jumbo.has-icon, .nectar-button.tilt.extra_jumbo.has-icon {
    padding-left: 80px;
    padding-right: 80px
}

.nectar-button.extra_jumbo i, .nectar-button.tilt.extra_jumbo i, .nectar-button.extra_jumbo i[class*=fa-], .nectar-button.tilt.extra_jumbo i[class*=fa-] {
    right: 75px
}

.nectar-button.has-icon.extra_jumbo:hover i, .nectar-button.tilt.extra_jumbo.has-icon i {
    -ms-transform: translateX(13px);
    -webkit-transform: translateX(13px);
    transform: translateX(13px)
}

.nectar-button.has-icon.extra_jumbo:hover span, .nectar-button.tilt.extra_jumbo.has-icon span {
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

body .nectar-button.extra_jumbo i {
    font-size: 40px;
    margin-top: -20px;
    line-height: 40px
}

body .nectar-button em {
    font-size: inherit;
    line-height: inherit
}

.nectar-button i, .nectar-button i[class*=fa-] {
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -9px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-button.small i {
    font-size: 16px;
    line-height: 16px;
    right: 26px
}

.nectar-button i.icon-button-arrow {
    font-size: 19px
}

.nectar-button.medium i.icon-button-arrow, .nectar-button.small i.icon-button-arrow {
    font-size: 16px
}

.nectar-button span {
    left: 0;
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1);
    position: relative
}

.nectar-button .im-icon-wrap svg {
    width: 18px;
    height: 18px;
    fill: currentColor
}

.nectar-button.extra_jumbo .im-icon-wrap svg {
    width: 40px;
    height: 40px
}

.material .nectar-button .im-icon-wrap, .material .nectar-button .im-icon-wrap span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.material .nectar-button .im-icon-wrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

body #ajax-content-wrap .nectar-button .im-icon-wrap, body #ajax-content-wrap .nectar-button .im-icon-wrap span {
    left: auto;
    transform: none
}

.nectar-button.has-icon, .nectar-button.tilt.has-icon {
    padding-left: 42px;
    padding-right: 42px
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon, body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).tilt.has-icon {
    padding-left: 42px;
    padding-right: 42px
}

.nectar-button.has-icon.small, .nectar-button.tilt.has-icon.small {
    padding-left: 33px;
    padding-right: 33px
}

.nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span, body.material .nectar-button.has-icon span {
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px)
}

.nectar-button.has-icon.small:hover span, .nectar-button.tilt.small.has-icon span, body.material .nectar-button.has-icon.small span {
    -ms-transform: translateX(-14px);
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px)
}

.nectar-button.has-icon:hover i, .nectar-button.tilt.has-icon i, body.material .nectar-button.has-icon i {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
}

.nectar-button.small.has-icon:hover i, .nectar-button.small.tilt.has-icon i, body.material .nectar-button.small.has-icon i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.nectar-button:hover, .full-width-section .light .nectar-button:hover {
    opacity: .87;
    color: #fff
}

@media only screen and (min-width: 1000px) {
    .full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3), body .nectar-button.wpb_animate_when_almost_visible {
        opacity: 0
    }
}

body:not([data-button-style*=rounded_shadow]) .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3), body .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3) {
    opacity: .9
}

body[data-button-style] .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover, body[data-button-style] .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3):hover, body .nectar-button.wpb_animate_when_almost_visible.animated, body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
    opacity: 1
}

.text_on_hover.product .add_to_cart_button, .text_on_hover.product a.added_to_cart {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase
}

.text_on_hover.product a.added_to_cart {
    border-radius: 2px
}

.nectar-button.see-through, body .nectar-button.see-through {
    -webkit-box-shadow: none;
    opacity: 1 !important;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, .75)
}

.text_on_hover.product .add_to_cart_button {
    -webkit-box-shadow: none;
    opacity: 1;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, .75)
}

.nectar-button.see-through, body .nectar-button.see-through, .text_on_hover.product .add_to_cart_button {
    background-color: transparent !important;
    box-shadow: none !important
}

.nectar-button.see-through-2, .nectar-button.see-through-3 {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, .75)
}

.nectar-button.see-through-2:hover, .nectar-button.see-through-3:hover {
    background-color: transparent
}

.nectar-button.see-through-3 {
    border: 2px solid rgba(255, 255, 255, 1)
}

body[data-button-style^=rounded] .nectar-cta:not([data-style=material]) .link_wrap, body[data-button-style^=rounded] .nectar-button.see-through, body[data-button-style^=rounded].ascend .nectar-button.see-through, body[data-button-style^=rounded] .nectar-button.see-through-2, body[data-button-style^=rounded].ascend .nectar-button.see-through-2, body[data-button-style^=rounded] .nectar-button.see-through-3, body[data-button-style^=rounded].ascend .nectar-button.see-through-3, body[data-button-style^=rounded] .portfolio-filters-inline .container ul li a, body[data-button-style^=rounded] .slide-out-widget-area-toggle[data-custom-color=true] a:before, body[data-button-style^=rounded] #to-top, body[data-button-style^=rounded] .flex-direction-nav a, body[data-button-style^=rounded] #pagination span, body[data-button-style^=rounded] #pagination a, body[data-button-style^=rounded] #pagination .next.inactive, body[data-button-style^=rounded] #pagination .prev.inactive, body[data-button-style^=rounded].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style^=rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style^=rounded] .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style^=rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body[data-button-style^=rounded] #infscr-loading, body[data-button-style^=rounded] input[type=submit], body[data-button-style^=rounded] button[type=submit], body[data-button-style^=rounded] input[type=button], body[data-button-style^=rounded] button, body[data-button-style^=rounded].ascend .container-wrap input[type=submit], body[data-button-style^=rounded].ascend .container-wrap button[type=submit], body[data-button-style^=rounded] .nectar-button, body[data-button-style^=rounded] .swiper-slide .button a, body[data-button-style^=rounded] #top nav > ul > li[class*=button_solid_color] > a:before, body[data-button-style^=rounded] #top nav > ul > li[class*=button_bordered] > a:before, body[data-button-style^=rounded] .woocommerce.add_to_cart_inline a.button.add_to_cart_button, body[data-button-style^=rounded] #header-outer .widget_shopping_cart a.button {
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=slightly_rounded] .nectar-cta:not([data-style=material]) .link_wrap, body[data-button-style*=slightly_rounded] .nectar-button.see-through, body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through, body[data-button-style*=slightly_rounded] .nectar-button.see-through-2, body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through-2, body[data-button-style*=slightly_rounded] .nectar-button.see-through-3, body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through-3, body[data-button-style*=slightly_rounded] .portfolio-filters-inline .container ul li a, body[data-button-style*=slightly_rounded] .slide-out-widget-area-toggle[data-custom-color=true] a:before, body[data-button-style*=slightly_rounded] #infscr-loading, body[data-button-style*=slightly_rounded] .flex-direction-nav a, body[data-button-style*=slightly_rounded] #pagination span, body[data-button-style*=slightly_rounded] #pagination a, body[data-button-style*=slightly_rounded] #pagination .next.inactive, body[data-button-style*=slightly_rounded] #pagination .prev.inactive, body[data-button-style*=slightly_rounded].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style*=slightly_rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style*=slightly_rounded] .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style*=slightly_rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body[data-button-style*=slightly_rounded] input[type=submit], body[data-button-style*=slightly_rounded] button[type=submit], body[data-button-style*=slightly_rounded] input[type=button], body[data-button-style*=slightly_rounded] button, body[data-button-style*=slightly_rounded].ascend .container-wrap input[type=submit], body[data-button-style*=slightly_rounded].ascend .container-wrap button[type=submit], body[data-button-style*=slightly_rounded] .nectar-button, body[data-button-style*=slightly_rounded] .swiper-slide .button a, body[data-button-style*=slightly_rounded] #top nav > ul > li[class*=button_solid_color] > a:before, body[data-button-style*=slightly_rounded] #top nav > ul > li[class*=button_bordered] > a:before, body[data-button-style*=slightly_rounded] #header-outer .widget_shopping_cart a.button, body[data-button-style*=slightly_rounded] .comment-list .reply a, body[data-button-style*=slightly_rounded].material #page-header-bg.fullscreen-header .inner-wrap > a, body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-social-inner > a, body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-love, body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a, body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a, body[data-button-style*=slightly_rounded] .masonry.classic_enhanced .posts-container article .meta-category a, body[data-button-style*=slightly_rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a, .ascend[data-button-style=slightly_rounded] .container-wrap input[type=submit], .ascend[data-button-style*=slightly_rounded] .container-wrap button[type=submit], body[data-button-style*=slightly_rounded] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none;
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=slightly_rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

body[data-button-style*=slightly_rounded] #to-top {
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important
}

body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through, body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2 {
    border-color: rgba(0, 0, 0, .15);
    color: #000
}

body[data-button-style*=rounded_shadow] .wp-block-button > .wp-block-button__link {
    transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded_shadow] .wp-block-button > .wp-block-button__link:hover, body[data-button-style*=rounded_shadow] .nectar-button:hover, body[data-button-style*=rounded_shadow] .nectar-button:focus, body[data-button-style*=rounded_shadow].ascend .nectar-button.see-through:hover, body[data-button-style*=rounded_shadow] input[type=submit]:hover, body[data-button-style*=rounded_shadow] input[type=submit]:focus, body[data-button-style*=rounded_shadow].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body[data-button-style*=rounded_shadow] .swiper-slide .button a:hover, body[data-button-style=rounded_shadow].ascend .nectar-button.see-through-2:hover, body[data-button-style*=rounded_shadow].ascend .nectar-button:hover, body[data-button-style*=rounded_shadow] .sharing-default-minimal .nectar-love:hover, body[data-button-style=rounded_shadow] .sharing-default-minimal .nectar-social-inner > a:hover, body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, body[data-button-style*=rounded_shadow] .container-wrap input[type=submit]:hover, body[data-button-style=rounded_shadow] .container-wrap button[type=submit]:hover, body[data-button-style=rounded_shadow] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .11) !important
}

body[data-button-style=slightly_rounded_shadow] .nectar-button:hover, body[data-button-style=slightly_rounded_shadow] .nectar-button:focus, body[data-button-style=slightly_rounded_shadow].ascend .nectar-button.see-through:hover, body[data-button-style=slightly_rounded_shadow] input[type=submit]:hover, body[data-button-style=slightly_rounded_shadow] input[type=submit]:focus, body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover, body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover, body[data-button-style=slightly_rounded_shadow].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body[data-button-style=slightly_rounded_shadow] .swiper-slide .button a:hover, body[data-button-style=slightly_rounded_shadow].ascend .nectar-button.see-through-2:hover, body[data-button-style=slightly_rounded_shadow].ascend .nectar-button:hover, body[data-button-style=slightly_rounded_shadow].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover, body[data-button-style=slightly_rounded_shadow] .sharing-default-minimal .nectar-love:hover, body[data-button-style=slightly_rounded_shadow] .sharing-default-minimal .nectar-social-inner > a:hover, body[data-button-style=slightly_rounded_shadow] .container-wrap input[type=submit]:hover, body[data-button-style=slightly_rounded_shadow] .container-wrap button[type=submit]:hover, body[data-button-style=slightly_rounded_shadow] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover, body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover {
    transform: translateY(-3px) !important
}

body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation, body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

body[data-button-style=slightly_rounded_shadow] .widget_search input[type=submit]:hover {
    -webkit-transform: none !important;
    transform: none !important
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding: 12px 18px
}

body .nectar-button.see-through:hover {
    border-color: rgba(255, 255, 255, 1)
}

.col.light .nectar-button.see-through-2, .col.light .nectar-button.see-through-3 {
    color: #fff
}

.col.light .nectar-button.see-through {
    border-color: rgba(255, 255, 255, .75);
    color: #fff
}

.col.light .nectar-button.see-through:hover {
    border-color: rgba(255, 255, 255, 1)
}

.col.dark .nectar-button.see-through, .col.dark .nectar-button.see-through-2 {
    border-color: rgba(0, 0, 0, .75);
    color: #444
}

.col.dark .nectar-button.see-through:hover {
    border-color: rgba(0, 0, 0, 1)
}

body .nectar-button.see-through-2:hover, body .col.dark .nectar-button.see-through-2:hover, body .nectar-button.see-through-3:hover, body .col.dark .nectar-button.see-through-3:hover {
    color: #fff;
    opacity: 1 !important
}

h2 .nectar-button {
    top: -6px
}

body.material .nectar-button[class*=m-extra-color-gradient-][class*=see-through] {
    visibility: hidden
}

.swiper-slide .button.solid_color_2, .tilt-button-wrap {
    -webkit-perspective: 800px;
    perspective: 800px;
    display: inline-block
}

.swiper-slide .button.solid_color_2:before {
    -webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:hover, .nectar-button.tilt:hover, .swiper-slide .button.solid_color_2 a:hover:after, .nectar-button.tilt:hover:after, .swiper-slide .button.solid_color_2 a:hover:before, .nectar-button.tilt:hover:before {
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

.swiper-slide .button.solid_color_2 a, .nectar-button.tilt {
    display: block;
    background: #5cbcf6;
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    outline: none;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    border-bottom: none;
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded] .nectar-button.tilt, body[data-button-style=rounded] .swiper-slide .button-wrap a, body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.swiper-slide .button.solid_color_2 a:after, .nectar-button.tilt:after {
    width: 100%;
    height: 37%;
    left: 0;
    top: -35%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    -webkit-font-smoothing: antialiased
}

.swiper-slide .button.solid_color_2 a:before, .nectar-button.tilt:before {
    width: 100%;
    height: 30%;
    left: 0;
    top: 99%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    -webkit-transition: all .5s cubic-bezier(.25, 1, .33, 1);
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    -webkit-font-smoothing: antialiased;
    content: '';
    position: absolute;
    z-index: -1
}

.swiper-slide .button.solid_color_2 a:after, .nectar-button.tilt:after, .swiper-slide .button.solid_color_2 a:before, .nectar-button.tilt:before {
    opacity: 0
}

.swiper-slide .button.solid_color_2 a:hover:after, .nectar-button.tilt:hover:after, .swiper-slide .button.solid_color_2 a:hover:before, .nectar-button.tilt:hover:before {
    opacity: 1
}

.swiper-slide .button.solid_color_2 a:hover, .nectar-button.tilt:hover {
    -webkit-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg)
}

.swiper-slide .button.solid_color_2 .button-wrap, .tilt-button-inner {
    overflow: hidden;
    padding: 3px 0;
    display: inline
}

.nectar-3d-transparent-button {
    display: inline-block
}

.nectar-3d-transparent-button a {
    display: block
}

.nectar-3d-transparent-button .hidden-text {
    height: 1em;
    line-height: 1.5;
    overflow: hidden
}

.nectar-3d-transparent-button .hidden-text {
    display: block;
    height: 0;
    position: absolute
}

body .nectar-3d-transparent-button {
    position: relative;
    margin-bottom: 0
}

.nectar-3d-transparent-button .inner-wrap {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nectar-3d-transparent-button .front-3d {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nectar-3d-transparent-button .back-3d {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nectar-3d-transparent-button .back-3d {
    -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em
}

.nectar-3d-transparent-button .front-3d {
    -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.nectar-3d-transparent-button:hover .front-3d {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.nectar-3d-transparent-button:hover .back-3d {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.nectar-3d-transparent-button .back-3d, .nectar-3d-transparent-button .front-3d {
    transition: -webkit-transform .25s cubic-bezier(.2, .65, .4, 1);
    transition: transform .25s cubic-bezier(.2, .65, .4, 1);
    transition: transform .25s cubic-bezier(.2, .65, .4, 1), -webkit-transform .25s cubic-bezier(.2, .65, .4, 1)
}

.nectar-3d-transparent-button .back-3d, .nectar-3d-transparent-button .front-3d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nectar-3d-transparent-button .back-3d svg, .nectar-3d-transparent-button .front-3d svg {
    display: block
}

.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after, .nectar-cta[data-style=underline] .link_wrap .link_text:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: -4px;
    opacity: .8;
    left: 0;
    backface-visibility: hidden;
    pointer-events: none;
    animation: portSliderLine2 .45s cubic-bezier(.15, .75, .5, 1) forwards
}

body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after, body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after {
    animation: portSliderLine .45s cubic-bezier(.15, .75, .5, 1) forwards
}

@keyframes portSliderLine {
    0% {
        transform: scaleX(0);
        transform-origin: left
    }
    100% {
        transform: scaleX(1);
        transform-origin: left
    }
}

@keyframes portSliderLine2 {
    0% {
        transform: scaleX(1);
        transform-origin: right
    }
    100% {
        transform: scaleX(0);
        transform-origin: right
    }
}

.nectar-category-grid[data-text-color=dark] .content[data-subtext=custom][data-subtext-vis=always] .subtext:after, .span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
    background-color: #000
}

.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item .content *, .span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    color: #000
}

.nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *, .full-width-section > .col.span_12.dark .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *, .span_12.light .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    color: #fff
}

.nectar-cta .link_wrap .link_text {
    padding-right: 36px;
    position: relative;
    display: inline-block
}

.nectar-cta[data-display=inline] {
    display: inline-block
}

.nectar-cta[data-using-bg=true] .text {
    margin-right: 10px
}

.nectar-cta .link_wrap {
    position: relative;
    text-decoration: inherit;
    speak: none
}

.nectar-cta[data-using-bg=true] .link_wrap {
    cursor: pointer
}

.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    -ms-transform: scale(0, 1) translateX(0px);
    -ms-transform-origin: left;
    transform: scale(0, 1) translateX(0px);
    transform-origin: left;
    -webkit-transform: scale(0, 1) translateX(0px);
    -webkit-transform-origin: left;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta .link_wrap .arrow:before {
    font-family: 'Fontawesome';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #000;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
    -ms-transition: all .33s cubic-bezier(.12, .75, .4, 1);
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-text-color=custom] .link_wrap .arrow:before, .span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before, .nectar-cta[data-text-color=custom] .arrow:after, .span_12.light .nectar-cta[data-text-color=custom] .arrow:after, .nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after {
    color: inherit;
    border-color: inherit
}

.nectar-cta[data-alignment=left] {
    text-align: left
}

.nectar-cta[data-alignment=center] {
    text-align: center
}

.nectar-cta[data-alignment=right] {
    text-align: right
}

.span_12.light .nectar-cta .link_wrap .link_text:after {
    border-color: rgba(255, 255, 255, .5);
    border-radius: 50%
}

.nectar-cta[data-color=black]:not([data-style=material]) .link_wrap {
    background-color: #000
}

.nectar-cta[data-color=white]:not([data-style=material]) .link_wrap {
    background-color: #fff
}

#ajax-content-wrap .nectar-cta .arrow, .nectar-cta .arrow {
    letter-spacing: 0
}

.span_12.light .nectar-cta .arrow:before {
    color: #fff
}

.span_12.light .nectar-cta .arrow:after {
    border-color: #fff
}

.nectar-cta .link_wrap .link_text {
    color: inherit
}

.nectar-cta > p {
    padding-bottom: 0
}

.nectar-cta[data-text-color=custom] .link_wrap .link_text:after, .nectar-cta[data-text-color=custom] .link_wrap:after {
    border-color: inherit !important
}

.nectar-cta[data-text-color=custom] .link_wrap:before {
    color: inherit !important
}

.nectar-cta[data-style=material] .link_wrap .circle {
    background-color: #000
}

.nectar-cta .link_wrap .link_text:after, .nectar-cta[data-style=material] .link_wrap .link_text:before, .nectar-cta[data-style=material] .link_wrap .circle {
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .3);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    content: ' ';
    display: block;
    pointer-events: none;
    -ms-transition: all .33s cubic-bezier(.12, .75, .4, 1);
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after {
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after, .nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {
    -ms-transform: scale(1, 1) translateX(9px);
    -webkit-transform: scale(1, 1) translateX(9px);
    transform: scale(1, 1) translateX(9px)
}

.nectar-cta[data-style=material] .link_wrap .circle {
    border: none;
    z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
    box-shadow: 0 9px 20px;
    opacity: .29;
    border: none;
    z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:after {
    background-color: inherit;
    border: none
}

.nectar-cta[data-style=material] .link_wrap .link_text {
    padding-right: 38px
}

.nectar-cta[data-style=material] .link_wrap .arrow {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    height: 25px;
    line-height: 28px;
    width: 24px;
    border-radius: 50px;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta[data-style=material] .link_wrap .arrow:before, .nectar-cta[data-style=material] .link_wrap .arrow:after {
    margin-top: -14px;
    height: 28px;
    line-height: 28px;
    width: 25px;
    padding-left: 1px;
    box-sizing: border-box
}

.nectar-cta[data-style=material] .link_wrap .arrow:after {
    transform: translateX(-100%)
}

.nectar-cta[data-style=material] .link_wrap .link_text:before, .nectar-cta[data-style=material] .link_wrap .circle {
    height: 27px;
    width: 27px;
    right: -1px;
    margin-top: -14px
}

.nectar-cta[data-style=material] .link_wrap .circle {
    transform: scale(.85)
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
    transform: scale(.84)
}

.nectar-cta[data-style=material] .link_wrap:hover .circle, .nectar-cta[data-style=material] .link_wrap:hover .link_text:before {
    transform: scale(1)
}

.nectar-cta[data-style=material] .arrow, .nectar-cta[data-style=material] .link_wrap .arrow:before, .nectar-cta[data-style=material] .link_wrap .arrow:after {
    color: #fff
}

.nectar-cta[data-style=underline] .link_wrap .link_text {
    padding-right: 0
}

.nectar-cta[data-style=underline] .link_wrap .link_text:after {
    margin-top: 0;
    top: auto;
    border-top: none;
    border-right: none;
    bottom: 0;
    border-left: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    background-color: transparent !important;
    transition: transform .4s cubic-bezier(.23, .46, .4, 1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.23, .46, .4, 1);
    animation: none;
    transform-origin: left;
    z-index: 1
}

.span_12.light .nectar-cta[data-style=underline] .link_wrap .link_text:after {
    border-radius: 0
}

body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap:hover .link_text:after {
    animation: none;
    transform: scaleX(0);
    transform-origin: right
}

.nectar-cta[data-style=arrow-animation] svg, .nectar-cta[data-style=arrow-animation] svg polyline {
    stroke: currentColor
}

.team-meta .nectar-cta[data-style=arrow-animation] svg polyline {
    stroke-dashoffset: 0;
    stroke-dasharray: 0
}

.nectar-cta[data-style=arrow-animation] svg polyline {
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after {
    display: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
    padding: 0 0 0 40px;
    position: relative
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text > .text {
    display: block
}

.nectar-cta[data-style=arrow-animation] .line {
    height: 1px;
    width: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: 50%;
    transform-origin: left;
    -webkit-transform: translateY(calc(-50% + .5px)) translateZ(0);
    transform: translateY(calc(-50% + .5px)) translateZ(0)
}

.nectar-cta[data-style=arrow-animation] svg {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px
}

.team-meta nectar-cta[data-style=arrow-animation] svg {
    left: 24px
}

@keyframes ctaArrowSVGStart {
    0% {
        transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
    100% {
        transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
}

@keyframes ctaArrowSVGEnd {
    0% {
        transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
    100% {
        transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
}

@keyframes ctaArrowTextStart {
    0% {
        transform: translateX(6px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes ctaArrowTextEnd {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(6px)
    }
}

@keyframes ctaArrowStart {
    0% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px
    }
    100% {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px
    }
}

@keyframes ctaArrowStartTeam {
    0% {
        stroke-dashoffset: 0px;
        stroke-dasharray: 0px
    }
    50% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px
    }
    100% {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px
    }
}

@keyframes ctaArrowEnd {
    0% {
        stroke-dashoffset: 10px;
        stroke-dasharray: 150px 150px
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0;
        stroke-dashoffset: -53px;
        stroke-dasharray: 1px 150px
    }
}

@keyframes ctaArrowLineStart {
    0% {
        transform-origin: left;
        transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)
    }
    100% {
        transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
}

@keyframes ctaArrowLineEnd {
    0% {
        transform-origin: right;
        transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
    50% {
        transform-origin: right;
        transform: scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
    }
    51% {
        transform-origin: left
    }
    100% {
        transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin: left
    }
}

.nectar-cta[data-style=arrow-animation]:not(.loaded) * {
    animation-duration: 0s !important
}

.nectar-cta[data-style=arrow-animation] svg polyline {
    animation: ctaArrowEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    animation: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text > .text {
    animation: ctaArrowTextStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .line {
    animation: ctaArrowLineStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] svg {
    animation: ctaArrowSVGStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap svg {
    animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text .line {
    animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text > .text, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text > .text {
    animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline, .team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    animation: ctaArrowStart .45s ease .25s forwards
}

.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline, .team-member:hover .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    animation: ctaArrowStartTeam .8s ease forwards
}

.nectar-cta[data-style=basic] .link_wrap .link_text:after {
    display: none
}

.nectar-cta[data-style=basic] .link_wrap .link_text {
    padding-right: 0
}

.nectar-cta[data-style=basic][data-using-bg=true] .text {
    margin-right: 0
}

body[data-button-style^=rounded] .nectar-cta .link_wrap:before {
    border-radius: 200px
}

body[data-button-style*=slightly_rounded] .nectar-cta .link_wrap:before {
    border-radius: 4px
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
    left: -.1%;
    top: -.1%;
    width: 100.2%;
    height: 100.2%
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:hover:before {
    opacity: 1
}

.nectar_cascading_images {
    position: relative;
    display: block
}

.nectar_cascading_images .cascading-image {
    pointer-events: none
}

.nectar_cascading_images .cascading-image img, .nectar_cascading_images .cascading-image .img-wrap {
    display: block;
    margin-bottom: 0;
    line-height: 0
}

.nectar_cascading_images .cascading-image img.nectar-lazy {
    opacity: 0;
    width: 100%;
    transition: opacity .5s ease
}

.nectar_cascading_images .cascading-image img.nectar-lazy.loaded {
    opacity: 1
}

.nectar_cascading_images .cascading-image img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.nectar_cascading_images .cascading-image .img-wrap {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: inline-block
}

.nectar_cascading_images .cascading-image, .nectar_cascading_images .cascading-image .inner-wrap {
    display: inline-block;
    width: 100%;
    text-align: center
}

.nectar_cascading_images {
    line-height: 0
}

.nectar_cascading_images .cascading-image:not(:first-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.nectar_cascading_images.animated-in .cascading-image .inner-wrap {
    -ms-transition: transform .7s cubic-bezier(.3, .95, .3, .95), opacity .3s ease;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.3, .95, .3, .95), opacity .3s ease;
    transition: transform .7s cubic-bezier(.3, .95, .3, .95), opacity .3s ease
}

.nectar_cascading_images.animated-in .cascading-image[data-animation=grow-in-reveal] .inner-wrap {
    -ms-transition: transform 1.1s cubic-bezier(.3, .95, .3, .95), opacity .3s ease;
    -webkit-transition: -webkit-transform 1.1s cubic-bezier(.3, .95, .3, .95), opacity .3s ease;
    transition: transform 1.1s cubic-bezier(.3, .95, .3, .95), opacity .3s ease
}

.nectar_cascading_images[data-border-radius="3px"] .inner-wrap img, .nectar_cascading_images[data-border-radius="3px"] .inner-wrap .img-wrap, .nectar_cascading_images[data-border-radius="3px"] .inner-wrap .bg-color {
    border-radius: 3px
}

.nectar_cascading_images[data-border-radius="5px"] .inner-wrap img, .nectar_cascading_images[data-border-radius="5px"] .inner-wrap .img-wrap, .nectar_cascading_images[data-border-radius="5px"] .inner-wrap .bg-color {
    border-radius: 5px
}

.nectar_cascading_images[data-border-radius="10px"] .inner-wrap img, .nectar_cascading_images[data-border-radius="10px"] .inner-wrap .img-wrap, .nectar_cascading_images[data-border-radius="10px"] .inner-wrap .bg-color {
    border-radius: 10px
}

.nectar_cascading_images[data-border-radius="15px"] .inner-wrap img, .nectar_cascading_images[data-border-radius="15px"] .inner-wrap .img-wrap, .nectar_cascading_images[data-border-radius="15px"] .inner-wrap .bg-color {
    border-radius: 15px
}

.nectar_cascading_images[data-border-radius="20px"] .inner-wrap img, .nectar_cascading_images[data-border-radius="20px"] .inner-wrap .img-wrap, .nectar_cascading_images[data-border-radius="20px"] .inner-wrap .bg-color {
    border-radius: 20px
}

.cascading-image[data-has-img=true] .inner-wrap .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nectar_cascading_images .cascading-image[data-max-width="125%"] img {
    max-width: 125%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="135%"] img {
    max-width: 135%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="150%"] img {
    max-width: 150%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="175%"] img {
    max-width: 175%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="200%"] img {
    max-width: 200%;
    width: auto
}

@media only screen and (max-width: 1000px) {
    .nectar_cascading_images .cascading-image[data-max-width-mobile="100%"] img {
        max-width: 100%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="125%"] img {
        max-width: 125%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="135%"] img {
        max-width: 135%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="150%"] img {
        max-width: 150%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="175%"] img {
        max-width: 175%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="200%"] img {
        max-width: 200%;
        width: auto
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .row .nectar_cascading_images .cascading-image img:not([srcset]) {
        width: 100%
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .row .nectar_cascading_images .cascading-image img:not([srcset]) {
        width: 100%
    }

    .nectar_cascading_images .cascading-image .img-wrap {
        max-width: 100%
    }
}

.clients.two-cols > div {
    width: 49.4%
}

.clients.two-cols.no-carousel > div {
    width: 48.4%
}

.clients.two-cols > div:nth-child(2n+2) {
    margin-right: 0
}

.clients.carousel.two-cols > div {
    margin: 0 10px
}

.clients.three-cols > div {
    width: 32.6%
}

.clients.three-cols.no-carousel > div {
    width: 31.6%
}

.clients.three-cols > div:nth-child(3n+3) {
    margin-right: 0
}

.clients.carousel.three-cols > div {
    margin: 0 10px
}

@media only screen and (min-width: 1000px) {
    .clients.no-carousel.three-cols > div:nth-child(3n+4) {
        clear: both
    }
}

@media only screen and (min-width: 690px) {
    .clients.no-carousel.four-cols > div:nth-child(4n+5) {
        clear: both
    }

    .clients.no-carousel.five-cols > div:nth-child(5n+6) {
        clear: both
    }

    .clients.no-carousel.six-cols > div:nth-child(6n+7) {
        clear: both
    }
}

.clients.four-cols > div {
    width: 24.2%
}

.clients.four-cols.no-carousel > div {
    width: 23.2%
}

.clients.four-cols > div:nth-child(4n+4) {
    margin-right: 0
}

.clients.carousel.four-cols > div {
    margin: 0 10px
}

.clients.five-cols > div {
    width: 19.2%
}

.clients.five-cols.no-carousel > div {
    width: 18.2%
}

.clients.five-cols > div:nth-child(5n+5) {
    margin-right: 0
}

.clients.carousel.five-cols > div {
    margin: 0 10px
}

.clients.six-cols > div {
    width: 15.8%
}

.clients.six-cols.no-carousel > div {
    width: 14.8%
}

.clients.six-cols > div:nth-child(6n+6) {
    margin-right: 0
}

.clients.carousel.six-cols > div {
    margin: 0 10px
}

.clients > div {
    float: left;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    margin-right: 2%;
    margin-bottom: 2%;
    opacity: 1
}

.clients.fade-in-animation > div {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.clients.fade-in-animation.completed > div {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-backface-visibility: hidden
}

.clients:not(.fade-in-animation) > .no-link:hover, .clients.fade-in-animation.completed > .no-link:hover {
    opacity: 1 !important
}

.clients:not(.fade-in-animation) > div:hover, .clients.fade-in-animation.completed > div:hover {
    opacity: .7 !important
}

.clients > div img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.clients.no-carousel:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clients.no-carousel {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap
}

.clients.no-carousel > div {
    float: none
}

.clients[data-additional_padding="2"].no-carousel > div, .clients[data-additional_padding="3"].no-carousel > div, .clients[data-additional_padding="4"].no-carousel > div, .clients[data-additional_padding="2"].no-carousel > div img, .clients[data-additional_padding="3"].no-carousel > div img, .clients[data-additional_padding="4"].no-carousel > div img {
    margin: 0
}

.clients[data-additional_padding="2"].no-carousel > div {
    padding: 2%
}

.clients[data-additional_padding="3"].no-carousel > div {
    padding: 3%
}

.clients[data-additional_padding="4"].no-carousel > div {
    padding: 3% 5%
}

.clients[data-he=greyscale_to_color] > div img {
    transition: filter .45s cubic-bezier(.3, .4, .1, 1), opacity .45s cubic-bezier(.3, .4, .1, 1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .55
}

.clients[data-he=greyscale_to_color] > div:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.wpb_wrapper > .divider, .wpb_wrapper > .divider-border, .wpb_wrapper > .divider-small-border, .wpb_wrapper > .divider-wrap {
    margin-bottom: 0
}

.divider {
    height: 20px
}

.divider-border {
    margin: 35px auto 35px auto;
    background-color: rgba(0, 0, 0, .12);
    height: 1px
}

.span_12.light .divider-border {
    background-color: rgba(255, 255, 255, .3)
}

.divider-small-border {
    margin: 25px 0;
    width: 20%;
    height: 1px;
    background-color: #ddd
}

.divider-border[data-animate=yes], .divider-small-border[data-animate=yes] {
    visibility: hidden;
    transform-origin: left;
    -webkit-transform-origin: left
}

.divider-wrap[data-alignment=center] .divider-small-border {
    transform-origin: center;
    -webkit-transform-origin: center;
    margin: 25px auto
}

.divider-wrap[data-alignment=right] {
    text-align: right
}

.divider-wrap[data-alignment=right] .divider-small-border {
    transform-origin: right;
    -webkit-transform-origin: right;
    margin-right: 0;
    margin-left: 0;
    display: inline-block
}

body .wpb_separator, body .vc_text_separator {
    border-color: rgba(0, 0, 0, .06)
}

body .vc_text_separator div {
    background-color: #f8f8f8;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .5px;
    top: -20px
}

.light .divider-small-border {
    background-color: rgba(255, 255, 255, .6)
}

.nectar-dropcap {
    font-size: 4em;
    display: block;
    float: left;
    padding: 5px 10px 0 0
}

.nectar-dropcap span {
    display: block
}

.nectar-fancy-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 38px
}

body .nectar-fancy-ul[data-list-icon=none] ul li {
    padding-left: 0;
    margin-bottom: 0
}

.nectar-fancy-ul ul {
    margin-left: 0
}

.nectar-fancy-ul ul li i, .nectar-fancy-ul ul li i.icon-default-style {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    font-size: 16px;
    height: 100%;
    line-height: 22px
}

.nectar-fancy-ul ul li i.icon-default-style[class^=icon-].icon-salient-thin-line {
    font-size: 27px;
    height: 27px;
    line-height: 27px
}

.main-content .nectar-fancy-ul[data-spacing="5px"] ul li {
    margin-bottom: 5px
}

.main-content .nectar-fancy-ul[data-spacing="10px"] ul li {
    margin-bottom: 10px;
    line-height: 1.5em
}

.main-content .nectar-fancy-ul[data-spacing="15px"] ul li {
    margin-bottom: 15px;
    line-height: 1.5em
}

.main-content .nectar-fancy-ul[data-spacing="20px"] ul li {
    margin-bottom: 20px;
    line-height: 1.5em
}

.main-content .nectar-fancy-ul[data-spacing="25px"] ul li {
    margin-bottom: 25px;
    line-height: 1.5em
}

.nectar-fancy-ul[data-list-icon=dot] ul li {
    padding-left: 30px
}

.nectar-fancy-ul[data-list-icon=dot] ul li:before {
    content: ".";
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 0;
    font-size: 26px
}

.nectar-fancy-ul[data-animation=true] ul li {
    opacity: 0;
    left: -20px;
    margin-bottom: 5px
}

.nectar-fancy-ul[data-alignment=center] ul, .nectar-fancy-ul[data-alignment=center] ul li {
    text-align: center !important
}

.nectar-fancy-ul[data-alignment=right] ul, .nectar-fancy-ul[data-alignment=right] ul li {
    text-align: right !important
}

.nectar-fancy-ul[data-alignment=right] ul li i:not(.none), .nectar-fancy-ul[data-alignment=center] ul li i:not(.none) {
    position: relative;
    margin-right: 10px
}

body .nectar_food_menu_item, body .tabbed .nectar_food_menu_item {
    margin-bottom: 30px
}

body .nectar_food_menu_item .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.span_12.light .nectar_food_menu_item .line_spacer {
    border-color: #fff
}

.tabbed > .wpb_tab:not(.visible-tab) {
    display: none
}

.nectar_food_menu_item h3, .nectar_food_menu_item h4, .nectar_food_menu_item h5, .nectar_food_menu_item h6, .row .col .nectar_food_menu_item h3, .row .col .nectar_food_menu_item h4, .row .col .nectar_food_menu_item h5, .row .col .nectar_food_menu_item h6 {
    margin-bottom: 0;
    line-height: 21px
}

.nectar_food_menu_item[data-style=default] .line_spacer {
    visibility: hidden
}

.nectar_food_menu_item .line_spacer {
    border-bottom: 1px solid #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.nectar_food_menu_item .item_price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 10px;
    text-align: left
}

.nectar_food_menu_item .item_name {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.nectar_food_menu_item .inner {
    transition: transform .6s cubic-bezier(0, .2, .22, 1), opacity .6s cubic-bezier(0, .2, .22, 1);
    transform: translateY(50px);
    opacity: 0
}

.nectar_food_menu_item .item_description {
    margin-top: 10px;
    transition: transform .6s cubic-bezier(0, .2, .22, 1) .1s, opacity .6s cubic-bezier(0, .2, .22, 1) .1s;
    transform: translateY(50px);
    opacity: 0
}

.nectar_food_menu_item.animated-in .item_description, .nectar_food_menu_item.animated-in .inner {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.nectar-highlighted-text em {
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: 1em;
    padding: 0 3px
}

.nectar-highlighted-text[class*=font_size_] em {
    line-height: inherit
}

.nectar-highlighted-text em:before, .nectar-highlighted-text[data-style=regular_underline] a em:after, .nectar-highlighted-text[data-style=regular_underline] em a:after {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    transition: transform 1.2s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.nectar-highlighted-text[data-style=regular_underline] a em:after, .nectar-highlighted-text[data-style=regular_underline] em a:after {
    -webkit-transition: -webkit-transform .45s cubic-bezier(.23, .46, .4, 1);
    transition: transform .45s cubic-bezier(.23, .46, .4, 1)
}

.nectar-highlighted-text[data-style=regular_underline] em a, .nectar-highlighted-text[data-style=regular_underline] a em {
    -webkit-transition: color .45s cubic-bezier(.23, .46, .4, 1);
    transition: color .45s cubic-bezier(.23, .46, .4, 1)
}

.nectar-highlighted-text[data-style=regular_underline] a:hover em, .nectar-highlighted-text[data-style=regular_underline] em:hover a {
    color: #fff
}

.nectar-highlighted-text[data-style=regular_underline][data-color="#ffffff"] a:hover em, .nectar-highlighted-text[data-style=regular_underline][data-color="#ffffff"] em:hover a {
    color: #000
}

.nectar-highlighted-text[data-style=half_text] em:before {
    height: 28%;
    top: auto;
    bottom: 0
}

.nectar-highlighted-text[data-style=regular_underline] em:before {
    height: 3px;
    top: auto;
    bottom: -1px;
    padding: 0
}

.nectar-highlighted-text[data-style=regular_underline][data-underline-thickness="1px"] em:before {
    height: 1px
}

.nectar-highlighted-text[data-style=regular_underline][data-underline-thickness="2px"] em:before {
    height: 2px
}

.nectar-highlighted-text[data-style=regular_underline][data-underline-thickness="4px"] em:before {
    height: 4px
}

.nectar-highlighted-text[data-style=regular_underline] em {
    padding: 0
}

.nectar-highlighted-text[data-style=regular_underline] a em:after {
    height: 100%
}

.nectar-highlighted-text em.animated:before, .nectar-highlighted-text[data-style=regular_underline] a:hover em:after, .nectar-highlighted-text[data-style=regular_underline] em:hover a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nectar-highlighted-text[data-using-custom-color=false] em:before {
    opacity: .3
}

@media only screen and (max-width: 999px) {
    body:not([data-m-animate="1"]) .nectar-highlighted-text em.animated:before {
        -webkit-transition: none;
        transition: none
    }
}

.nectar-highlighted-text a {
    color: inherit
}

.nectar-highlighted-text[data-style=half_text] a:hover em.animated:before {
    -webkit-transform: scaleX(1) scaleY(.5);
    transform: scaleX(1) scaleY(.5)
}

.nectar-highlighted-text[data-style=full_text] a:hover em.animated:before {
    opacity: .65
}

.nectar-highlighted-text[data-style=text_outline] em:before {
    display: none
}

.nectar-highlighted-text[data-style=text_outline] em, .nectar-scrolling-text[data-style=text_outline] em, .nectar-scrolling-text[data-style=text_outline] i {
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.nectar-highlighted-text[data-style=text_outline] a em {
    transition: transform .3s ease;
    transform-origin: left bottom
}

.nectar-highlighted-text[data-style=text_outline] a:hover em {
    -webkit-text-fill-color: initial;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
    transform: skewX(-10deg)
}

.nectar-highlighted-text[data-style][data-user-color=true] * {
    color: inherit
}

.nectar-highlighted-text[data-style=text_outline] em {
    display: inline;
    padding: 0
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=thin] em, .nectar-scrolling-text[data-style=text_outline][data-outline-thickness=thin] em, .nectar-scrolling-text[data-style=text_outline][data-outline-thickness=thin] i {
    -webkit-text-stroke-width: .015em
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=regular] em, .nectar-scrolling-text[data-style=text_outline][data-outline-thickness=regular] em, .nectar-scrolling-text[data-style=text_outline][data-outline-thickness=regular] i {
    -webkit-text-stroke-width: .02em
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=thick] em, .nectar-scrolling-text[data-style=text_outline][data-outline-thickness=thick] em {
    -webkit-text-stroke-width: .03em
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=extra_thick] em, .nectar-scrolling-text[data-style=text_outline][data-outline-thickness=extra_thick] em {
    -webkit-text-stroke-width: .04em
}

.wpb_wrapper > .nectar-hor-list-item:not([data-hover-effect=full_border]):last-child {
    border-bottom: 0
}

.wpb_wrapper > .nectar-hor-list-item {
    margin-bottom: 0
}

.nectar-hor-list-item {
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 22px;
    margin-bottom: 0;
    -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-hover-effect=none] {
    padding-left: 0;
    padding-right: 0
}

body .tabbed .nectar-hor-list-item {
    padding: 22px
}

.span_12.light .nectar-hor-list-item {
    border-color: rgba(255, 255, 255, .12)
}

.nectar-hor-list-item[data-hover-effect=default]:before {
    height: 100%;
    opacity: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    -ms-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-color=black]:before {
    background-color: #000
}

.nectar-hor-list-item[data-color=white]:before {
    background-color: #fff
}

.nectar-hor-list-item[data-hover-effect=default]:hover {
    border-color: transparent !important
}

.nectar-hor-list-item[data-hover-effect=default]:hover:before {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0);
    -ms-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0)
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item, .nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item-btn, .span_12.light .nectar-hor-list-item .nectar-list-item, .span_12.light .nectar-hor-list-item .nectar-list-item-btn {
    color: #fff
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item-btn, .span_12.light .nectar-hor-list-item .nectar-list-item-btn {
    border-color: rgba(255, 255, 255, .5)
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item, .nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    color: #000
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    border-color: rgba(0, 0, 0, .3)
}

body .nectar-hor-list-item .nectar-list-item-btn {
    font-size: 14px
}

.nectar-hor-list-item .nectar-list-item-btn {
    padding: 8px 12px;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, .3);
    line-height: 12px;
    color: #000;
    margin: 3px;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
    -ms-transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-hor-list-item[data-hover-effect=default] .nectar-list-item-btn:hover, .span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover {
    border-color: #fff
}

.nectar-hor-list-item[data-hover-effect=none]:hover .nectar-list-item {
    color: inherit
}

.nectar-hor-list-item .full-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

body[data-button-style^=rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 100px
}

.nectar-hor-list-item > .nectar-list-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .4s cubic-bezier(.2, 0, .15, 1);
    -ms-transition: color .4s cubic-bezier(.2, 0, .15, 1);
    transition: color .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item > .nectar-list-item[data-text-align=left] {
    text-align: left
}

.nectar-hor-list-item > .nectar-list-item[data-text-align=center] {
    text-align: center
}

.nectar-hor-list-item > .nectar-list-item[data-text-align=right] {
    text-align: right
}

.nectar-hor-list-item[data-columns="1"] > .nectar-list-item {
    width: 100%
}

.nectar-hor-list-item[data-columns="2"] > .nectar-list-item {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"] > .nectar-list-item {
    width: 33.3%
}

.nectar-hor-list-item[data-columns="4"] > .nectar-list-item {
    width: 25%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(1), .nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(4), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(3), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(4), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(2), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(4), .nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(1), .nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(3) {
    width: 15%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(2), .nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last] > div:nth-child(3), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(1), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_first] > div:nth-child(2), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(1), .nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth] > div:nth-child(3), .nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(2), .nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth] > div:nth-child(4) {
    width: 35%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first] > div:nth-child(1) {
    width: 20%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first] > div:nth-child(2), .nectar-hor-list-item[data-columns="3"][data-column-layout=small_first] > div:nth-child(3) {
    width: 40%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first] > div:nth-child(1), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle] > div:nth-child(2), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_last] > div:nth-child(3) {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first] > div:nth-child(2), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_first] > div:nth-child(3), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle] > div:nth-child(1), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle] > div:nth-child(3), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_last] > div:nth-child(1), .nectar-hor-list-item[data-columns="3"][data-column-layout=large_last] > div:nth-child(2) {
    width: 25%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first] > div:nth-child(1) {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first] > div:nth-child(2) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first] > div:nth-child(1) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first] > div:nth-child(2) {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first] > div:nth-child(1) {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first] > div:nth-child(2) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first] > div:nth-child(1) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first] > div:nth-child(2) {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_first] > div:nth-child(1) {
    width: 40%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_first] > div:nth-child(2) {
    width: 60%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_last] > div:nth-child(1) {
    width: 40%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_last] > div:nth-child(2) {
    width: 60%
}

.nectar-hor-list-item .nectar-list-item[data-text-align=left] {
    padding-right: 30px
}

.nectar-hor-list-item > div[data-text-align=left]:last-child {
    padding-right: 0
}

.nectar-hor-list-item .nectar-list-item[data-text-align=right] {
    padding-left: 30px
}

.nectar-hor-list-item .nectar-list-item[data-text-align=center] {
    padding-right: 15px;
    padding-right: 15px
}

.nectar-hor-list-item[data-hover-effect=none]:before {
    display: none
}

.row .nectar-hor-list-item h5, .row .nectar-hor-list-item h4, .row .nectar-hor-list-item h3, .row .nectar-hor-list-item h2 {
    color: inherit;
    margin-bottom: 0
}

.nectar-hor-list-item[data-hover-effect=full_border] {
    transition: all .25s ease
}

.nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn {
    border: none;
    background-color: rgba(0, 0, 0, .05);
    transition: all .25s ease
}

.nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn:hover {
    color: #fff
}

.span_12.light .nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn {
    border: none;
    background-color: rgba(255, 255, 255, .1)
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="3px"] {
    border-radius: 3px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="5px"] {
    border-radius: 5px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="10px"] {
    border-radius: 10px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="15px"] {
    border-radius: 15px
}

.nectar-hor-list-item[data-hover-effect=full_border] {
    border: 1px solid rgba(0, 0, 0, .15);
    margin-top: 20px
}

.span_12.light .nectar-hor-list-item[data-hover-effect=full_border] {
    border: 1px solid rgba(255, 255, 255, .25)
}

.nectar-hor-list-item[data-hover-effect=full_border][data-color=white]:hover {
    border-color: rgba(255, 255, 255, 1)
}

.nectar-hor-list-item[data-hover-effect=full_border][data-color=black]:hover {
    border-color: rgba(0, 0, 0, 1)
}

.nectar-hor-list-item[data-hover-effect=full_border]:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15)
}

.nectar-hor-list-item .nectar-list-item[data-icon=true] > * {
    display: inline-block;
    vertical-align: middle
}

.nectar-hor-list-item .item-icon {
    font-size: 30px;
    margin: 10px 15px 10px 0;
    top: 0
}

.nectar-hor-list-item .item-icon[data-size=small] {
    font-size: 20px
}

.nectar-hor-list-item .item-icon[data-size=large] {
    font-size: 40px;
    margin-right: 20px
}

.nectar-hor-list-item .item-icon[data-size=x_large] {
    font-size: 50px;
    margin-right: 20px
}

i[class*=fa-], span[class*=fa-] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%
}

[class^=icon-], i[class*=" icon-"] {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    word-spacing: 1px
}

i.icon-normal {
    background-color: #000;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px
}

[class^=icon-].icon-3x, i[class*=" icon-"].icon-3x {
    background-color: #eeedec
}

body [class^=icon-].icon-3x.alt-style, body [class*=" icon-"].icon-3x.alt-style {
    background-color: #000;
    color: #fff
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
    background-color: rgba(0, 0, 0, .035)
}

.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered, .light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered {
    background-color: rgba(0, 0, 0, .1)
}

#sidebar .widget:hover i[class^=icon-].icon-3x.alt-style {
    background-color: rgba(0, 0, 0, .035)
}

.full-width-section i[class^=icon-].icon-3x, .full-width-section i[class*=" icon-"].icon-3x {
    background-color: rgba(0, 0, 0, .021)
}

[class^=icon-].icon-3x, [class*=" icon-"].icon-3x, .circle-border {
    background-color: #eeedec;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    color: #000;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear
}

[class^=icon-].icon-3x, [class*=" icon-"].icon-3x {
    margin-bottom: 27px
}

body [class^=icon-].icon-tiny {
    line-height: 15px;
    height: 13px;
    width: 15px;
    margin-right: 5px;
    font-size: 13px;
    background-color: transparent
}

[class^=icon-].icon-tiny {
    color: #888
}

body [class^=icon-].icon-default-style {
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 0;
    font-size: 34px;
    color: #000;
    background-color: transparent
}

h3 [class^=icon-], h2 [class^=icon-], h4 [class^=icon-], h5 [class^=icon-] {
    margin-right: 5px
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border, #sidebar .widget:hover .circle-border {
    border: 1px solid #000;
    transform: scale(1.18);
    transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    -webkit-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73)
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered, #sidebar .widget:hover [class^=icon-].icon-3x {
    color: #fff;
    background-color: #000
}

.circle-border {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #eeedec;
    height: 88px;
    left: 1px;
    position: absolute;
    z-index: 1;
    top: 1px;
    transition-duration: .225s;
    -webkit-duration: .225s;
    transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    -webkit-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    width: 88px
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border, #sidebar .widget:hover .extra-color-gradient-1 .circle-border, .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border, #sidebar .widget:hover .extra-color-gradient-2 .circle-border, .extra-color-gradient-1 .circle-border, .extra-color-gradient-2 .circle-border {
    transform: none;
    -webkit-transform: none
}

.extra-color-gradient-1 .circle-border, .extra-color-gradient-2 .circle-border {
    border: 2px solid rgba(0, 0, 0, .065) !important
}

.light .extra-color-gradient-1 .circle-border, .light .extra-color-gradient-2 .circle-border {
    border: 2px solid rgba(255, 255, 255, .085) !important
}

[class^=icon-].icon-3x.extra-color-gradient-2:not(.alt-style), [class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style), [class^=icon-].icon-3x.extra-color-gradient-1:not(.alt-style), [class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style), body:not(.material) .nectar-button i, body.material:not([data-button-style^=rounded]) .nectar-button i {
    background-color: transparent !important
}

[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before, [class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text
}

[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before, [class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before, [class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before, [class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before, [class^=icon-][data-color=extra-color-gradient-1].no-grad:before, [class*=" icon-"][data-color=extra-color-gradient-1].no-grad:before, [class^=icon-].extra-color-gradient-1:not(.icon-normal).no-grad:before, [class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before, [class^=icon-][data-color=extra-color-gradient-2].no-grad:before, [class*=" icon-"][data-color=extra-color-gradient-2].no-grad:before, .extra-color-gradient-2[class^=icon-]:not(.icon-normal).no-grad:before, .extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before, .nectar-gradient-text.no-grad *, .nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i, .nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i {
    background-color: transparent !important;
    background: none !important
}

body .nectar-gradient-text[data-color=extra-color-gradient-1].no-grad *, body .nectar-gradient-text[data-color=extra-color-gradient-2].no-grad *, .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start, .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, .nectar-button.extra-color-gradient-1.no-text-grad .hover, .nectar-button.extra-color-gradient-2.no-text-grad .hover, .nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-1].icon-default-style.no-grad:before, .nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-2].icon-default-style.no-grad:before, .nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i, .nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i {
    -webkit-text-fill-color: initial
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon:not(.no-grad):hover i, [class^=icon-].extra-color-gradient-1.icon-3x.alt-style:before, [class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before, [class^=icon-].extra-color-gradient-2.icon-3x.alt-style:before, [class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before, body .nectar_icon_wrap[data-color=white] i, body .svg-icon-holder[data-color=white] {
    color: #fff !important
}

body .nectar_icon_wrap[data-color=black] i, body .svg-icon-holder[data-color=black] {
    color: #000 !important
}

body .nectar_icon_wrap[data-color=grey] i, body .svg-icon-holder[data-color=grey] {
    color: #c8c8c8 !important
}

body .svg-icon-holder[data-color=white] svg path {
    stroke: #fff
}

body .svg-icon-holder[data-color=black] svg path {
    stroke: #000
}

body .svg-icon-holder[data-color=grey] svg path {
    stroke: #c8c8c8
}

.nectar_icon_wrap[data-style=soft-bg][data-color=black] .nectar_icon:before, .nectar_icon_wrap[data-style=soft-bg][data-color=grey] .nectar_icon:before {
    background-color: #888
}

.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon i, .nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon i, .nectar_icon .im-icon-wrap > span {
    display: inline-block
}

.nectar_icon .im-icon-wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.nectar_icon_wrap .im-icon-wrap[data-color=white] path, .nectar-fancy-box[data-style=parallax_hover] .im-icon-wrap path {
    fill: #fff
}

.nectar_icon_wrap .im-icon-wrap[data-color=black] path {
    fill: #000
}

.nectar_icon_wrap .im-icon-wrap[data-color=grey] path {
    fill: #888
}

.full-width-section .circle-border {
    background-color: rgba(0, 0, 0, .021);
    border-color: rgba(0, 0, 0, .05)
}

.full-width-section .light .circle-border {
    background-color: rgba(0, 0, 0, .021);
    border-color: rgba(0, 0, 0, .2)
}

.main-content .svg-icon-holder {
    height: 64px;
    overflow: hidden;
    min-width: 1px;
    margin-bottom: 20px;
    display: inline-block;
    opacity: 0
}

.nectar_icon_wrap {
    display: inline-block;
    position: relative
}

.nectar_icon_wrap .nectar_icon .svg-icon-holder {
    margin-bottom: 0
}

.nectar_icon_wrap[data-padding="10px"] .nectar_icon {
    padding: 10px
}

.nectar_icon_wrap[data-padding="15px"] .nectar_icon {
    padding: 15px
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 20px
}

.nectar_icon_wrap[data-padding="25px"] .nectar_icon {
    padding: 25px
}

.nectar_icon_wrap[data-padding="30px"] .nectar_icon {
    padding: 30px
}

.nectar_icon_wrap[data-padding="35px"] .nectar_icon {
    padding: 35px
}

.nectar_icon_wrap[data-padding="40px"] .nectar_icon {
    padding: 40px
}

.nectar_icon_wrap[data-padding="45px"] .nectar_icon {
    padding: 45px
}

.nectar_icon_wrap[data-padding="50px"] .nectar_icon {
    padding: 50px
}

.span_12.light .nectar_icon_wrap[data-style=border-basic] .nectar_icon, .span_12.light .nectar_icon_wrap[data-style=border-animation] .nectar_icon {
    border-color: rgba(255, 255, 255, .15)
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon, .nectar_icon_wrap[data-style=border-animation] .nectar_icon, .nectar_icon_wrap[data-style=soft-bg] .nectar_icon, .nectar_icon_wrap[data-style=shadow-bg] .nectar_icon {
    line-height: 0;
    border: 2px solid rgba(0, 0, 0, .065);
    text-align: center;
    border-radius: 100px;
    position: relative;
    -webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1);
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=soft-bg] .nectar_icon, .nectar_icon_wrap[data-style=shadow-bg] .nectar_icon {
    border: 0
}

.nectar_icon_wrap[data-style=soft-bg] .nectar_icon:before, .nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before, .nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    display: block;
    border-radius: 100px;
    z-index: -1;
    opacity: .11
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before, .nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
    opacity: 1
}

.nectar_icon_wrap[data-style*=border] .nectar_icon i, .nectar_icon_wrap[data-style=soft-bg] .nectar_icon i, .nectar_icon_wrap[data-style=shadow-bg] .nectar_icon i {
    display: inline-block;
    vertical-align: middle;
    max-width: none;
    top: 0
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=white] .nectar_icon i {
    color: #000 !important
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before {
    box-shadow: 0 15px 28px #000;
    opacity: .1
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
    background-color: #fff
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i {
    border-radius: 0 !important;
    text-align: center
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i:before {
    vertical-align: top
}

.nectar_icon_wrap i:before {
    line-height: inherit
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon i {
    -webkit-transition: color .45s cubic-bezier(.25, 1, .33, 1);
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover .nectar_icon {
    border-color: transparent
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover .nectar_icon:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover .nectar_icon:before {
    opacity: 1
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    position: absolute;
    z-index: -1;
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 100px;
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    opacity: 1
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    background-color: #f6f6f6
}

.nectar_icon_wrap[data-border-thickness="1px"] .nectar_icon {
    border-width: 1px
}

.nectar_icon_wrap[data-border-thickness="2px"] .nectar_icon {
    border-width: 2px
}

.nectar_icon_wrap[data-border-thickness="3px"] .nectar_icon {
    border-width: 3px
}

.nectar_icon_wrap[data-border-thickness="4px"] .nectar_icon {
    border-width: 4px
}

.nectar_icon_wrap[data-border-thickness="5px"] .nectar_icon {
    border-width: 5px
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon i {
    text-align: center
}

.nectar_icon_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.iwithtext {
    position: relative
}

.iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 0
}

.iwithtext .iwt-icon img {
    width: 35px;
    height: auto;
    padding: 0
}

.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 35px
}

.span_10.iwt h2 {
    line-height: 20px
}

.span_10.iwt h3 {
    line-height: 18px
}

.iwithtext .iwt-text {
    padding-left: 55px
}

.main-content .vc_span2 .iwithtext .iwt-icon, .main-content .vc_col-sm-2 .iwithtext .iwt-icon {
    top: -2px
}

.main-content .vc_span2 .iwithtext .iwt-icon i, .main-content .vc_col-sm-2 .iwithtext .iwt-icon i {
    font-size: 26px;
    line-height: 26px;
    width: 26px;
    height: 26px
}

.main-content .vc_span2 .iwithtext .iwt-icon img, .main-content .vc_col-sm-2 .iwithtext .iwt-icon img {
    width: 26px
}

.main-content .vc_span2 .iwithtext .iwt-icon img:not([srcset]), .main-content .vc_col-sm-2 .iwithtext .iwt-icon img:not([srcset]) {
    width: 26px
}

.main-content .vc_span2 .iwithtext .iwt-text, .main-content .vc_col-sm-2 .iwithtext .iwt-text {
    padding-left: 45px
}

img.img-with-animation, .img-with-aniamtion-wrap .hover-wrap, .col.has-animation, .wpb_column.has-animation, .nectar_cascading_images .cascading-image .inner-wrap, .nectar-fancy-box.has-animation {
    opacity: 0;
    position: relative
}

.wpb_column.has-animation[data-animation*=reveal] {
    opacity: 1
}

img.img-with-animation[data-animation=grow-in].full-opacity {
    opacity: 1
}

html:not(.js) img.img-with-animation, html:not(.js) .col.has-animation, html:not(.js) .wpb_column.has-animation {
    opacity: 1
}

img.img-with-animation[data-animation=none], .img-with-aniamtion-wrap[data-animation=none] .hover-wrap, .nectar_cascading_images .cascading-image[data-animation=none] .inner-wrap {
    opacity: 1
}

.col.has-animation[data-animation=zoom-out] {
    transform: translateZ(0) scale(1.2);
    opacity: 0
}

.col.has-animation[data-animation=slight-twist] {
    transform: rotateY(20deg) rotateZ(-4deg);
    opacity: 0
}

img.img-with-animation[data-animation=grow-in], .img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap, .col.has-animation[data-animation=grow-in], .wpb_column.has-animation[data-animation=grow-in], .nectar-fancy-box.has-animation[data-animation=grow-in] {
    opacity: 0;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-backface-visibility: hidden
}

.nectar_cascading_images .cascading-image[data-animation=grow-in] .inner-wrap {
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.nectar_cascading_images .cascading-image[data-animation=grow-in-reveal] .inner-wrap {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.nectar_cascading_images .cascading-image[data-animation=grow-in-reveal] .inner-wrap .img-wrap {
    overflow: hidden
}

.nectar_cascading_images .cascading-image[data-animation=grow-in-reveal] .inner-wrap img {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    transition: transform 1.1s cubic-bezier(.3, .95, .3, .95);
    -webkit-transition: transform 1.1s cubic-bezier(.3, .95, .3, .95)
}

img.img-with-animation[data-animation=flip-in], .img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap, .col.has-animation[data-animation=flip-in], .wpb_column.has-animation[data-animation=flip-in], .nectar-fancy-box.has-animation[data-animation=flip-in] {
    opacity: 0;
    transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg);
    -webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
    transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

.nectar_cascading_images .cascading-image[data-animation=flip-in] .inner-wrap {
    transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg)
}

.flip-in-vertical-wrap {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

img.img-with-animation[data-animation=flip-in-vertical], .img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap, .col.has-animation[data-animation=flip-in-vertical], .wpb_column.has-animation[data-animation=flip-in-vertical], .nectar-fancy-box.has-animation[data-animation=flip-in-vertical] {
    opacity: 0;
    transform: rotateX(-45deg) translateY(120px);
    -webkit-transform: rotateX(-45deg) translateY(120px);
    transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

img.img-with-animation[data-shadow=small_depth], .img-with-aniamtion-wrap[data-shadow=small_depth] .hover-wrap, .nectar_cascading_images .cascading-image[data-shadow=small_depth] .img-wrap, .nectar_cascading_images .cascading-image[data-shadow=small_depth] .bg-color, .nectar-video-box[data-shadow=small_depth]:before, .nectar-flickity[data-shadow=small_depth] .cell, .nectar_video_player_self_hosted[data-shadow=small_depth] .wpb_video_wrapper {
    box-shadow: rgba(0, 0, 0, .04) 0px 1px 0px, rgba(0, 0, 0, .05) 0px 2px 7px, rgba(0, 0, 0, .06) 0px 12px 22px
}

img.img-with-animation[data-shadow=medium_depth], .img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap, .nectar_cascading_images .cascading-image[data-shadow=medium_depth] .img-wrap, .nectar_cascading_images .cascading-image[data-shadow=medium_depth] .bg-color, .nectar-video-box[data-shadow=medium_depth]:before, .nectar-flickity[data-shadow=medium_depth] .cell, .nectar_video_player_self_hosted[data-shadow=medium_depth] .wpb_video_wrapper {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

img.img-with-animation[data-shadow=large_depth], .img-with-aniamtion-wrap[data-shadow=large_depth] .hover-wrap, .nectar_cascading_images .cascading-image[data-shadow=large_depth] .img-wrap, .nectar_cascading_images .cascading-image[data-shadow=large_depth] .bg-color, .nectar-video-box[data-shadow=large_depth]:before, .nectar_video_player_self_hosted[data-shadow=large_depth] .wpb_video_wrapper {
    box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.nectar-flickity[data-shadow=large_depth] .cell {
    box-shadow: 0 35px 55px rgba(0, 0, 0, .08), 0 25px 63px rgba(0, 0, 0, .08)
}

img.img-with-animation[data-shadow=x_large_depth], .img-with-aniamtion-wrap[data-shadow=x_large_depth] .hover-wrap, .nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .img-wrap, .nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .bg-color, .nectar-video-box[data-shadow=x_large_depth]:before, .nectar-flickity[data-shadow=x_large_depth] .cell, .nectar_video_player_self_hosted[data-shadow=x_large_depth] .wpb_video_wrapper {
    box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

img.img-with-animation[data-animation=fade-in-from-left], .img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap {
    transform: translateX(-75px);
    -webkit-transform: translateX(-75px);
    padding-right: 30px
}

img.img-with-animation[data-animation=fade-in-from-left][data-shadow*=_depth], .img-with-aniamtion-wrap[data-animation=fade-in-from-left][data-shadow*=_depth] .hover-wrap {
    padding-right: 0
}

.col.has-animation[data-animation=fade-in-from-left], .wpb_column.has-animation[data-animation=fade-in-from-left], .nectar-fancy-box.has-animation[data-animation=fade-in-from-left] {
    transform: translateX(-45px);
    -webkit-transform: translateX(-45px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-left] .inner-wrap {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px)
}

img.img-with-animation[data-animation=fade-in-from-right], .img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap {
    transform: translateX(75px);
    -webkit-transform: translateX(75px)
}

.col.has-animation[data-animation=fade-in-from-right], .wpb_column.has-animation[data-animation=fade-in-from-right], .nectar-fancy-box.has-animation[data-animation=fade-in-from-right] {
    transform: translateX(45px);
    -webkit-transform: translateX(45px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-right] .inner-wrap {
    transform: translateX(60px);
    -webkit-transform: translateX(60px)
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom] .inner, img.img-with-animation[data-animation=fade-in-from-bottom], .img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap {
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.col.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom], .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom] {
    transform: translateY(50px);
    -webkit-transform: translateY(50px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-bottom] .inner-wrap {
    transform: translateY(60px);
    -webkit-transform: translateY(60px)
}

img.img-with-animation[data-animation=fade-in-from-left], img.img-with-animation[data-animation=fade-in-from-right], .nectar-fancy-box.has-animation[data-animation=fade-in-from-right] {
    margin: 0 auto
}

.img-with-aniamtion-wrap, body .wpb_wrapper > .img-with-aniamtion-wrap {
    line-height: 0;
    margin-bottom: 0
}

.img-with-aniamtion-wrap > .inner {
    height: 100%
}

.center img.img-with-animation {
    margin: 0 auto;
    display: block
}

.right.img-with-aniamtion-wrap {
    text-align: right
}

.right.img-with-aniamtion-wrap img {
    display: inline-block
}

.img-with-aniamtion-wrap .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    opacity: 0;
    pointer-events: none
}

.img-with-aniamtion-wrap:hover .color-overlay {
    opacity: .5
}

.img-with-aniamtion-wrap .hover-wrap {
    overflow: hidden
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=none] {
    overflow: visible
}

.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap, .img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap .hover-wrap-inner {
    display: inline-block
}

.img-with-aniamtion-wrap[data-shadow*=depth].center {
    text-align: center
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap, .nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .inner {
    opacity: 1
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom] .inner {
    -webkit-transition: transform 1s cubic-bezier(.2, .65, .3, 1), opacity .25s ease;
    transition: transform 1s cubic-bezier(.2, .65, .3, 1), opacity .25s ease
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom].animated-in .inner {
    transform: translateY(0)
}

.column-bg-overlay-wrap[data-bg-animation*=reveal-from-], .nectar-scrolling-text .background-layer:not([data-bg-animation=none]) .inner {
    overflow: hidden;
    opacity: 0
}

.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-] .inner, .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner, .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: transform 2.3s cubic-bezier(.2, .65, .3, 1), opacity .25s ease;
    transition: transform 2.3s cubic-bezier(.2, .65, .3, 1), opacity .25s ease;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-], .img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap .hover-wrap-inner img.img-with-animation, .img-with-aniamtion-wrap[data-animation*=reveal-from-] .color-overlay, .column-image-bg-wrap[data-bg-animation*=reveal-from-], .column-bg-overlay-wrap[data-bg-animation*=reveal-from-], .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg, .column-bg-overlay-wrap[data-bg-animation*=reveal-from-] > div, .nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-] .background-image {
    -webkit-transition: transform 2.3s cubic-bezier(.2, .65, .3, 1), opacity .65s cubic-bezier(.2, 1, .2, 1);
    transition: transform 2.3s cubic-bezier(.2, .65, .3, 1), opacity .65s cubic-bezier(.2, 1, .2, 1);
    will-change: transform;
    -webkit-backface-visibility: hidden
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in, .revealed-bg .column-image-bg-wrap[data-bg-animation*=reveal-from-], .revealed-bg .column-bg-overlay-wrap[data-bg-animation*=reveal-from-] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in .inner, .revealed-bg .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap, .revealed-bg .column-bg-overlay-wrap[data-bg-animation*=reveal-from-], .revealed-bg .column-bg-overlay-wrap[data-bg-animation*=reveal-from-] > div {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
    opacity: 1
}

.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-].animated-in .inner {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    opacity: 1
}

.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-].animated-in .background-image, .img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in .hover-wrap .hover-wrap-inner img.img-with-animation, .img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in .color-overlay, .revealed-bg .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0)
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left], .column-image-bg-wrap[data-bg-animation=ro-reveal-from-left], .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-left] {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] .inner, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-left] .inner-wrap, .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-left] > div {
    -webkit-transform: rotate(-25deg) translateZ(0);
    transform: rotate(-25deg) translateZ(0);
    transform-origin: right bottom
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-left] .inner {
    -webkit-transform: translate3d(-250px, 0, 0) rotate(-25deg);
    transform: translate3d(-250px, 0, 0) rotate(-25deg);
    transform-origin: right bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] .hover-wrap .hover-wrap-inner img.img-with-animation, .img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] .color-overlay, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-left] .inner-wrap .column-image-bg, .nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-left] .background-image {
    -webkit-transform: rotate(25deg) translateZ(0);
    transform: rotate(25deg) translateZ(0);
    transform-origin: right bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right], .column-image-bg-wrap[data-bg-animation=ro-reveal-from-right], .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-right] {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    transform-origin: left bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] .inner, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-right] .inner-wrap, .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-right] > div {
    -webkit-transform: rotate(25deg) translateZ(0);
    transform: rotate(25deg) translateZ(0);
    transform-origin: left bottom
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-right] .inner {
    -webkit-transform: translate3d(250px, 0, 0) rotate(25deg);
    transform: translate3d(250px, 0, 0) rotate(25deg);
    transform-origin: left bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] .hover-wrap .hover-wrap-inner img.img-with-animation, .img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] .color-overlay, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-right] .inner-wrap .column-image-bg, .nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-right] .background-image {
    -webkit-transform: rotate(-25deg) translateZ(0);
    transform: rotate(-25deg) translateZ(0);
    transform-origin: left bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom], .column-image-bg-wrap[data-bg-animation=ro-reveal-from-bottom], .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-bottom] {
    -webkit-transform: translate3d(0, 250px, 0);
    transform: translate3d(0, 250px, 0)
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] .inner, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-bottom] .inner-wrap, .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-bottom] > div {
    -webkit-transform: rotate(25deg) translateZ(0);
    transform: rotate(25deg) translateZ(0);
    transform-origin: left bottom
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-bottom] .inner {
    -webkit-transform: translate3d(0, 250px, 0) rotate(25deg);
    transform: translate3d(0, 250px, 0) rotate(25deg);
    transform-origin: left bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] .hover-wrap .hover-wrap-inner img.img-with-animation, .img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] .color-overlay, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-bottom] .inner-wrap .column-image-bg, .nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-bottom] .background-image {
    -webkit-transform: rotate(-25deg) translateZ(0);
    transform: rotate(-25deg) translateZ(0);
    transform-origin: left bottom
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top], .column-image-bg-wrap[data-bg-animation=ro-reveal-from-top], .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-top] {
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0)
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] .inner, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-top] .inner-wrap, .column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-top] > div {
    -webkit-transform: rotate(-25deg) translateZ(0);
    transform: rotate(-25deg) translateZ(0);
    transform-origin: left top
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-top] .inner {
    -webkit-transform: translate3d(0, -250px, 0) rotate(-25deg);
    transform: translate3d(0, -250px, 0) rotate(-25deg);
    transform-origin: left top
}

.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] .hover-wrap .hover-wrap-inner img.img-with-animation, .img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] .color-overlay, .column-image-bg-wrap[data-bg-animation=ro-reveal-from-top] .inner-wrap .column-image-bg, .nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-top] .background-image {
    -webkit-transform: rotate(25deg) translateZ(0);
    transform: rotate(25deg) translateZ(0);
    transform-origin: left top
}

img.img-with-animation.nectar-lazy {
    display: block;
    min-height: 1px;
    min-width: 1px
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
    width: 100%
}

.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy, .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy {
    opacity: 0;
    transition: opacity .5s ease
}

.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy.loaded, .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy.loaded {
    opacity: 1
}

.img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 15px
}

.img-with-aniamtion-wrap .color-overlay {
    -webkit-transition: opacity .65s cubic-bezier(.2, 1, .2, 1);
    transition: opacity .65s cubic-bezier(.2, 1, .2, 1)
}

.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation {
    box-shadow: none
}

.img-with-aniamtion-wrap .inner .hover-wrap:not([data-hover-animation=none]) {
    -webkit-transition: all .65s cubic-bezier(.05, .2, .1, 1);
    transition: all .65s cubic-bezier(.05, .2, .1, 1) !important
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    -webkit-transition: transform .65s cubic-bezier(.05, .2, .1, 1);
    transition: transform .65s cubic-bezier(.05, .2, .1, 1)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
    -webkit-transform: scale(1.13);
    transform: scale(1.13)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover .hover-wrap-inner {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95) !important
}

.right.img-with-aniamtion-wrap[data-max-width="110%"] img, .right.img-with-aniamtion-wrap[data-max-width="125%"] img, .right.img-with-aniamtion-wrap[data-max-width="150%"] img, .right.img-with-aniamtion-wrap[data-max-width="175%"] img, .right.img-with-aniamtion-wrap[data-max-width="200%"] img, .right.img-with-aniamtion-wrap[data-max-width="225%"] img, .right.img-with-aniamtion-wrap[data-max-width="250%"] img {
    display: block
}

.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="110%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="125%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="150%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="175%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="200%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="225%"]:not(.right) img, .img-with-aniamtion-wrap[data-max-width="250%"]:not(.right) img {
    backface-visibility: hidden
}

.wpb_column.has-animation[data-animation*=reveal] {
    overflow: hidden
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.img-with-aniamtion-wrap[data-max-width="110%"] .inner {
    width: 110%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="125%"] .inner {
    width: 125%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="150%"] .inner {
    width: 150%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="165%"] .inner {
    width: 165%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="175%"] .inner {
    width: 175%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="200%"] .inner {
    width: 200%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="225%"] .inner {
    width: 225%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="250%"] .inner {
    width: 250%;
    display: block
}

.img-with-aniamtion-wrap[data-max-width="110%"].center .inner {
    margin-left: -5%
}

.img-with-aniamtion-wrap[data-max-width="125%"].center .inner {
    margin-left: -12.5%
}

.img-with-aniamtion-wrap[data-max-width="150%"].center .inner {
    margin-left: -25%
}

.img-with-aniamtion-wrap[data-max-width="165%"].center .inner {
    margin-left: -32.5%
}

.img-with-aniamtion-wrap[data-max-width="175%"].center .inner {
    margin-left: -37.5%
}

.img-with-aniamtion-wrap[data-max-width="200%"].center .inner {
    margin-left: -50%
}

.img-with-aniamtion-wrap[data-max-width="225%"].center .inner {
    margin-left: -62.5%
}

.img-with-aniamtion-wrap[data-max-width="250%"].center .inner {
    margin-left: -75%
}

.img-with-aniamtion-wrap.right[data-max-width="110%"] .inner {
    margin-left: -10%
}

.img-with-aniamtion-wrap.right[data-max-width="125%"] .inner {
    margin-left: -25%
}

.img-with-aniamtion-wrap.right[data-max-width="150%"] .inner {
    margin-left: -50%
}

.img-with-aniamtion-wrap.right[data-max-width="165%"] .inner {
    margin-left: -65%
}

.img-with-aniamtion-wrap.right[data-max-width="175%"] .inner {
    margin-left: -75%
}

.img-with-aniamtion-wrap.right[data-max-width="200%"] .inner {
    margin-left: -100%
}

.img-with-aniamtion-wrap.right[data-max-width="225%"] .inner {
    margin-left: -125%
}

.img-with-aniamtion-wrap.right[data-max-width="250%"] .inner {
    margin-left: -150%
}

.img-with-aniamtion-wrap[data-max-width="50%"] .inner, .nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img {
    max-width: 50%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="75%"] .inner, .nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img {
    max-width: 75%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="50%"].right .inner, .img-with-aniamtion-wrap[data-max-width="75%"].right .inner, .img-with-aniamtion-wrap[data-max-width="50%"].center .inner, .img-with-aniamtion-wrap[data-max-width="75%"].center .inner {
    display: inline-block
}

.img-with-aniamtion-wrap[data-max-width="110%"] img, .img-with-aniamtion-wrap[data-max-width="125%"] img, .img-with-aniamtion-wrap[data-max-width="150%"] img, .img-with-aniamtion-wrap[data-max-width="175%"] img, .img-with-aniamtion-wrap[data-max-width="200%"] img, .img-with-aniamtion-wrap[data-max-width="225%"] img, .img-with-aniamtion-wrap[data-max-width="250%"] img {
    max-width: 100%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width=none] img, .row .img-with-aniamtion-wrap[data-max-width=none] img:not([srcset]) {
    max-width: none;
    width: 100%
}

.img-with-aniamtion-wrap[data-max-width="125%"][data-shadow*=depth] img, .img-with-aniamtion-wrap[data-max-width="150%"][data-shadow*=depth] img, .img-with-aniamtion-wrap[data-max-width="175%"][data-shadow*=depth] img, .img-with-aniamtion-wrap[data-max-width="200%"][data-shadow*=depth] img, .img-with-aniamtion-wrap[data-max-width="225%"][data-shadow*=depth] img, .img-with-aniamtion-wrap[data-max-width="250%"][data-shadow*=depth] img {
    max-width: none;
    width: 100%
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform, .wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform .column-inner {
    transform: none;
    -webkit-transform: none
}

@media only screen and (min-width: 690px) {
    .vc_row-o-equal-height .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap {
        -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-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto
    }

    .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap, .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal] > .column-inner-wrap > .column-inner {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.wpb_column .column-inner[data-bg-cover=true], .wpb_column[data-bg-cover=true] {
    background-size: cover;
    background-position: center
}

.vc_ie-flexbox-fixer {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.vc_ie-flexbox-fixer > .vc_row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@-webkit-keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes nectarBounceIn {
    0% {
        transform: translateY(80px);
        opacity: 0
    }
    33% {
        transform: translateY(-13px);
        opacity: 1
    }
    66% {
        transform: translateY(4px);
        opacity: 1
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes nectarBounceIn {
    0% {
        transform: translateY(80px);
        opacity: 0
    }
    33% {
        transform: translateY(-13px);
        opacity: 1
    }
    66% {
        transform: translateY(4px);
        opacity: 1
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

html:not(.js) #contact-map, html:not(.js) .nectar-google-map {
    display: none
}

.grecaptcha-badge {
    z-index: 100
}

#contact-map {
    width: 100%;
    height: 370px;
    margin-bottom: 30px
}

body.page-template-template-contact[data-header-resize="1"] .container-wrap {
    padding-top: 0
}

.gm-style-iw {
    color: #777
}

#contact-map div, .nectar-google-map div {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.wpb_wrapper > .nectar-google-map, .nectar-google-map {
    margin-bottom: 0
}

.nectar-google-map img {
    max-width: none !important
}

.wpb_column.centered-text .nectar-google-map img {
    display: block
}

body[data-bg-header=true] #contact-map {
    margin-top: -30px
}

.contact-info {
    padding-left: 20px
}

body.page-template-template-contact-php .page-header-no-bg .col.section-title {
    border-bottom: 0
}

body.page-template-template-contact-php #page-header-bg {
    margin-bottom: 0
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
    font-family: arial;
    letter-spacing: 0;
    line-height: 20px
}

.nectar-google-map .animated-dot, .nectar-leaflet-map .animated-dot {
    width: 20px;
    height: 20px;
    left: -9px;
    top: -5px;
    position: relative
}

.nectar-google-map .animated-dot .middle-dot, .nectar-leaflet-map .animated-dot .middle-dot {
    width: 16px;
    height: 16px;
    border-radius: 30px;
    position: absolute;
    left: 2px;
    top: 2px;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite
}

.nectar-google-map[data-dark-color-scheme="1"] .animated-dot .middle-dot:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background-color: #fff;
    border-radius: 30px;
    z-index: 100;
    opacity: 0;
    animation: animationSignal2 cubic-bezier(0, .55, .55, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: .78s;
    animation-iteration-count: infinite
}

.nectar-google-map .animated-dot .signal, .nectar-leaflet-map .animated-dot .signal {
    width: 180px;
    pointer-events: none;
    height: 180px;
    border-radius: 200px;
    position: absolute;
    left: -80px;
    top: -80px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: .78s;
    animation-iteration-count: infinite
}

.nectar-google-map .animated-dot .signal2, .nectar-leaflet-map .animated-dot .signal2 {
    width: 180px;
    height: 180px;
    pointer-events: none;
    border-radius: 200px;
    position: absolute;
    left: -80px;
    top: -80px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    animation: animationSignal cubic-bezier(0, .55, .55, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-iteration-count: infinite
}

.nectar-leaflet-map .nectar-leaflet-pin {
    width: 34px;
    height: 34px;
    font-size: 0;
    border: 10px solid #3452ff;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    background-color: #fff
}

.nectar-leaflet-map:not([data-marker-style=nectar]) .leaflet-marker-icon:before {
    background-image: url(marker-shadow.png);
    position: absolute;
    z-index: -1;
    display: block;
    top: 2px;
    left: 9px;
    width: 41px;
    height: 41px;
    content: '';
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg)
}

.nectar-leaflet-map .leaflet-marker-icon {
    overflow: visible;
    background-color: transparent;
    border: none
}

.nectar-leaflet-map[data-greyscale="1"] > .leaflet-map-pane .leaflet-tile-container {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    1% {
        opacity: .25
    }
    20% {
        opacity: .25
    }
    60% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes animationSignal2 {
    0% {
        opacity: 0
    }
    1% {
        opacity: .2
    }
    20% {
        opacity: .17
    }
    60% {
        opacity: 0
    }
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    1% {
        opacity: .25
    }
    20% {
        opacity: .25
    }
    60% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animationSignal2 {
    0% {
        opacity: 0
    }
    1% {
        opacity: .2
    }
    20% {
        opacity: .17
    }
    60% {
        opacity: 0
    }
}

.nectar-milestone {
    text-align: center
}

.nectar-milestone:not(.animated-in) {
    opacity: 0
}

.span_12.right .nectar-milestone, .nectar-milestone[data-ms-align=right] {
    text-align: right
}

.nectar-milestone[data-ms-align=left] {
    text-align: left
}

.span_12.right .nectar-milestone[data-symbol-alignment=superscript] {
    padding-right: 40px
}

body .nectar-milestone .number h1, body .nectar-milestone .number h2, body .nectar-milestone .number h3, body .nectar-milestone .number h4, body .nectar-milestone .number h5 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block
}

.nectar-milestone .number {
    font-size: 62px;
    line-height: 62px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    display: inline-block
}

.nectar-milestone.motion_blur .number span:not(.in-sight) {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0
}

.nectar-milestone.motion_blur .number span {
    display: inline-block
}

body .nectar-milestone .subject {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 25px
}

.nectar-milestone .number .symbol-wrap {
    display: inline-block
}

.nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap {
    transform: translateX(103%);
    -webkit-transform: translateX(103%);
    top: 0;
    right: 0;
    position: absolute;
    display: inline;
    font-size: 30px;
    line-height: 34px
}

.nectar-milestone[data-symbol-alignment=superscript][data-symbol-pos=before] .number .symbol-wrap {
    transform: translateX(-103%);
    -webkit-transform: translateX(-103%);
    right: auto;
    left: 0
}

.milestone-wrap {
    text-align: center
}

.morphing-outline {
    visibility: visible;
    padding: 90px 50px;
    text-align: center
}

.morphing-outline .inner {
    -webkit-transition: color .35s cubic-bezier(.65, 0, .35, 1);
    transition: color .35s cubic-bezier(.65, 0, .35, 1);
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 1;
    -webkit-perspective: 1000;
    text-align: center
}

.morphing-outline .inner p {
    padding-bottom: 10px
}

body .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > * {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
    transform: scale(.68);
    -webkit-transform: scale(.68)
}

body .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > h5 {
    transform: scale(.77);
    -webkit-transform: scale(.77)
}

.morphing-outline .inner > * {
    color: #fff;
    -webkit-transition: color .35s cubic-bezier(.65, 0, .35, 1), transform .35s cubic-bezier(.65, 0, .35, 1);
    transition: color .35s cubic-bezier(.65, 0, .35, 1), transform .35s cubic-bezier(.65, 0, .35, 1)
}

.morphing-outline .inner > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.morphing-outline .inner:after {
    -webkit-transition: all .35s cubic-bezier(.65, 0, .35, 1);
    transition: all .35s cubic-bezier(.65, 0, .35, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -62px;
    top: -92px;
    padding: 80px 50px;
    z-index: -1;
    border-width: 12px;
    border-style: solid;
    border-color: #fff;
    display: block;
    content: '';
    border-radius: 50%
}

body[data-button-style=default] .wpb_column > .wpb_wrapper > .morphing-outline .inner:after, body[data-button-style=default] .wpb_column > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner:after {
    border-radius: 0
}

body[data-button-style=default] .wpb_column:hover > .wpb_wrapper > .morphing-outline .inner:after, body[data-button-style=default] .wpb_column:hover > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner:after {
    border-radius: 50%
}

.wpb_column:hover > .wpb_wrapper > .morphing-outline .inner:after, .wpb_column:hover > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner:after {
    border-radius: 0;
    border-color: #fff
}

.wpb_column:hover > .wpb_wrapper > .morphing-outline .inner > *, .wpb_column:hover > .vc_column-inner > .wpb_wrapper > .morphing-outline .inner > * {
    color: #fff
}

.page-submenu:not(.stuck) {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important
}

.page-submenu.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    -webkit-transition: all .3s
}

.page-submenu.stuck.header-not-visible {
    transition: all .2s;
    -webkit-transition: all .2s
}

.page-submenu.stuck .full-width-content, .full-width-content > .span_12 > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .page-submenu:not(.stuck) > .full-width-content {
    margin-left: 0 !important
}

.page-submenu .full-width-section, .page-submenu .full-width-content {
    height: auto !important
}

.page-submenu ul {
    margin: 0;
    color: inherit
}

@media only screen and (min-width: 1000px) {
    .page-submenu ul {
        display: block !important;
        height: auto !important
    }
}

.page-submenu[data-alignment=left] {
    text-align: left
}

.page-submenu[data-alignment=center] {
    text-align: center
}

.page-submenu[data-alignment=right] {
    text-align: right
}

.page-submenu[data-alignment=right] .full-width-section ul li:last-child {
    margin-right: 0
}

.page-submenu[data-alignment=left] .full-width-section ul li:first-child {
    margin-left: 0
}

.page-submenu[data-alignment=left] .full-width-content ul li:first-child {
    margin-left: 25px
}

.page-submenu[data-alignment=right] .full-width-content ul li:last-child {
    margin-right: 33px
}

.page-submenu li {
    display: inline-block;
    margin: 0 25px 0 0;
    color: inherit
}

body .page-submenu li a {
    color: inherit;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: .7
}

.page-submenu li a:hover, .page-submenu.stuck .current-menu-item a {
    opacity: 1;
    color: inherit
}

.page-submenu .mobile-menu-link {
    padding: 16px 20px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: inherit;
    display: none;
    line-height: 17px
}

.page-submenu[data-bg-color="#fff"] .mobile-menu-link {
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.salient-page-submenu-icon {
    font-size: 16px;
    float: left;
    margin-right: 8px
}

.salient-page-submenu-icon:before {
    content: '\e067'
}

.nectar-progress-bar, .wpb_wrapper > .nectar-progress-bar {
    margin-bottom: 0
}

.nectar-progress-bar .bar-wrap {
    margin-bottom: 13px;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    background-color: #ebebeb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .09) inset
}

.nectar-progress-bar span {
    height: 14px;
    width: 0;
    display: block;
    background-color: #000;
    border-radius: 300px;
    -webkit-border-radius: 300px
}

.nectar-progress-bar p {
    padding-bottom: 2px
}

.nectar-progress-bar span {
    overflow: visible;
    position: relative
}

.nectar-progress-bar span strong {
    position: absolute;
    right: 0;
    top: -23px;
    opacity: 0;
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.nectar-progress-bar span strong i {
    font-style: normal;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none
}

body .nectar-progress-bar span strong, body .nectar-progress-bar .bar-wrap span strong i, body .nectar-progress-bar .bar-wrap span strong {
    font-size: 11px !important;
    line-height: 12px !important
}

.nectar-progress-bar span strong.full:after {
    left: 15px
}

.nectar-progress-bar span strong.full {
    width: 43px;
    text-align: right
}

body .vc_pie_chart .vc_pie_chart_value {
    font-size: 42px;
    font-family: 'Open Sans';
    font-weight: 300
}

body .vc_pie_chart .wpb_pie_chart_heading {
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0;
    letter-spacing: 2px
}

body .vc_pie_chart_back {
    border-width: 7px;
    opacity: 0
}

body .vc_pie_chart {
    opacity: 1
}

.nectar-split-heading .heading-line {
    display: block;
    overflow: hidden;
    position: relative
}

.nectar-split-heading .heading-line > div {
    display: block;
    transform: translateY(200%);
    -webkit-transform: translateY(200%)
}

.nectar-split-heading h1 {
    margin-bottom: 0
}

@media only screen and (min-width: 1000px) {
    .nectar-split-heading[data-custom-font-size=true] h1, .nectar-split-heading[data-custom-font-size=true] h2, .nectar-split-heading[data-custom-font-size=true] h3, .nectar-split-heading[data-custom-font-size=true] h4 {
        font-size: inherit;
        line-height: inherit
    }
}

.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h1, .centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h2, .centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h3, .centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h4 {
    margin: 0 auto
}

.nectar-split-heading[data-animation-type=line-reveal-by-space]:not(.markup-generated), .nectar-split-heading[data-animation-type=letter-fade-reveal]:not(.markup-generated) {
    opacity: 0
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] > * > span, .nectar-split-heading[data-animation-type=letter-fade-reveal] > * > span {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span, .nectar-split-heading[data-animation-type=letter-fade-reveal] span {
    vertical-align: bottom
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span .inner {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(102%);
    transform: translateY(102%)
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span .inner.animated {
    -webkit-transform: none;
    transform: none
}

.nectar-split-heading[data-animation-type=letter-fade-reveal] span span {
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
    opacity: 0
}

.nectar-split-heading[data-animation-type=twist-in] {
    transform: rotateY(25deg) rotateZ(-4deg);
    opacity: 0;
    transition: opacity 1s cubic-bezier(.15, .75, .4, 1), transform 1.2s cubic-bezier(.15, .75, .4, 1)
}

.nectar-split-heading[data-animation-type=twist-in].animated-in {
    transform: rotateY(0deg) rotateZ(0deg);
    opacity: 1
}

.wpb_column[data-cfc=true] h1, .wpb_column[data-cfc=true] h2, .wpb_column[data-cfc=true] h3, .wpb_column[data-cfc=true] h4, .wpb_column[data-cfc=true] h5, .wpb_column[data-cfc=true] h6, .wpb_column[data-cfc=true] p {
    color: inherit
}

blockquote .image-icon[data-shadow=true] {
    box-shadow: 0px 15px 37px rgba(0, 0, 0, .15)
}

.span_12.light .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible][data-color*=-light] .flickity-page-dots .dot:before {
    background-color: #fff
}

body .toggle {
    margin-bottom: 15px
}

.toggle.open h3 a {
    color: #fff;
    background-color: #000
}

body .toggle h3, body .row .toggle h3 {
    margin-bottom: 0
}

.toggle h3 {
    position: relative;
    z-index: 10;
    font-size: 12px
}

div[data-style=default] .toggle h3 a, div[data-style=default] .toggle h3 {
    font-size: 14px;
    line-height: 14px
}

.toggle h3 a {
    display: block;
    color: rgba(0, 0, 0, .65);
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 14px 16px 43px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, .045);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.toggle h3 a i {
    position: absolute;
    left: 13px;
    background-color: transparent;
    color: #888;
    top: 13px;
    width: 18px;
    height: 16px;
    line-height: 18px;
    font-size: 15px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.toggle.open h3 a i {
    color: #fff
}

.toggle h3 a:hover {
    background-color: rgba(0, 0, 0, .035)
}

body .toggle > div {
    border-top: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 10px 14px;
    display: none
}

.toggle > div .wpb_wrapper {
    margin: 0
}

body .toggle[data-inner-wrap=true] > div {
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    display: block
}

body .toggle[data-inner-wrap=true].open > div {
    pointer-events: all
}

body .toggle[data-inner-wrap=true] > div, div[data-style=minimal_small] .toggle[data-inner-wrap=true] > div, div[data-style*=minimal] .toggle[data-inner-wrap=true] > div {
    padding: 0
}

body div[data-style=minimal_small] .toggle > div .inner-toggle-wrap {
    padding-top: 1.4em;
    padding-bottom: 0
}

div[data-style=minimal] .toggle[data-inner-wrap=true] > div .inner-toggle-wrap {
    padding: 0 0 30px
}

body .toggle[data-inner-wrap=true] > div .inner-toggle-wrap {
    padding: 10px 14px
}

.toggle > div > div:last-child, .toggle[data-inner-wrap=true] .inner-toggle-wrap > div:last-child {
    margin-bottom: 0 !important
}

.light .toggle > div {
    color: #676767
}

.light .toggles[data-style=default] .toggle h3 a {
    color: #fff
}

.light .toggles[data-style=default] .toggle > div {
    background-color: transparent
}

body div[data-style*=minimal] .toggle.open h3 a, body div[data-style*=minimal] .toggle h3 a {
    background-color: transparent
}

div[data-style*=minimal] .toggle > div {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 0 30px;
    background-color: transparent
}

div[data-style*=minimal] .toggle h3 i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #888;
    border-radius: 30px;
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease
}

div[data-style=minimal] .toggle h3 a {
    padding: 30px 70px 30px 0;
    -ms-transition: color .15s ease;
    transition: color .15s ease;
    -webkit-transition: color .15s ease
}

div[data-style=minimal] .toggle {
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    -ms-transition: border-color .15s ease;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease
}

body div[data-style=minimal] .toggle {
    margin-bottom: 0
}

div[data-style=minimal] .toggle h3 i:before {
    content: ' ';
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #888;
    -ms-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease
}

div[data-style=minimal] .toggle h3 i:after {
    content: ' ';
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: #888;
    -ms-transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
    transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease
}

.light div[data-style=minimal] .toggle {
    border-color: rgba(255, 255, 255, .2)
}

.light div[data-style*=minimal] .toggle h3 i {
    border-color: #fff
}

.light div[data-style*=minimal] .toggle h3 i:before, .light div[data-style*=minimal] .toggle h3 i:after {
    background-color: #fff
}

.light div[data-style*=minimal] .toggle h3 a {
    color: #fff
}

div[data-style*=minimal] .toggle.open i:after {
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0)
}

div[data-style=minimal_small] .toggle h3 {
    display: inline-block;
    padding: 0 0 4px
}

div[data-style=minimal_small] .toggle h3 a {
    padding: 0
}

div[data-style=minimal_small] .toggle.default h3 a:hover, div[data-style=minimal_small] .toggle.default.open h3 a {
    color: #000
}

div[data-style=minimal_small] .toggle.default > h3:after {
    background-color: #000
}

.span_12.light div[data-style=minimal_small] .toggle.default h3 a:hover, .span_12.light div[data-style=minimal_small] .toggle.default.open h3 a {
    color: #fff
}

.span_12.light div[data-style=minimal_small] .toggle > h3:before {
    background-color: rgba(255, 255, 255, .2)
}

.span_12.light div[data-style=minimal_small] .toggle.default:hover > h3:after, .span_12.light div[data-style=minimal_small] .toggle.default.open > h3:after, .span_12.light div[data-style=minimal_small] .toggle.default > h3:after {
    background-color: #fff
}

div[data-style=minimal_small] .toggle > h3:after, div[data-style=minimal_small] .toggle > h3:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: 2px;
    left: 0;
    pointer-events: none
}

div[data-style=minimal_small] .toggle > h3:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s cubic-bezier(.3, .4, .1, 1);
    transition: transform .5s cubic-bezier(.3, .4, .1, 1);
    transform-origin: left
}

div[data-style=minimal_small] .toggle.open > h3:after, div[data-style=minimal_small] .toggle:hover > h3:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

div[data-style=minimal_small] .toggle > div {
    padding-top: 1.3em;
    padding-bottom: 0
}

div[data-style=minimal_small] .toggle > h3 i {
    display: none
}

div[data-style=minimal_small] .toggle {
    margin-bottom: 1.4em
}

.nectar_video_lightbox svg, .masonry-blog-item .video-play-button svg, .auto_meta_overlaid_spaced article .content-inner > .play svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.nectar_video_lightbox.play_button:before, .nectar-video-box .play_button_mouse_follow:before, .auto_meta_overlaid_spaced article .content-inner > .play:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    z-index: 10;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.nectar-video-box .play_button_mouse_follow {
    transition: opacity .3s ease
}

.nectar-video-box .play_button_mouse_follow:not(.visible) {
    opacity: 0
}

.nectar-video-box .play_button_mouse_follow:before {
    border-width: 2px
}

.nectar-video-box .play_button_mouse_follow svg {
    width: 12px
}

.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
    width: 94px;
    height: 94px;
    left: 0;
    top: 0;
    margin-top: -47px;
    margin-left: -47px;
    pointer-events: none
}

.nectar-video-box[data-mouse-style=see_through_contrast] .play_button_mouse_follow {
    mix-blend-mode: difference
}

.nectar-video-box[data-mouse-style=see_through_contrast], .nectar-video-box[data-mouse-style=see_through_contrast] > .inner-wrap {
    background-color: #fff
}

@media only screen and (max-width: 690px) {
    .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px
    }

    .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox svg {
        width: 10px
    }
}

.nectar-video-box[data-mouse-style=solid_color] .play_button_mouse_follow:before {
    border: none
}

@-webkit-keyframes pulse-1 {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0
    }
}

@keyframes pulse-1 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1
    }
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0
    }
}

@-webkit-keyframes pulse-2 {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: .5
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0
    }
}

@keyframes pulse-2 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: .5
    }
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.7);
        opacity: 0
    }
}

.nectar_video_lightbox.play_button {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0;
    display: inline-block
}

.centered-text .nectar_video_lightbox.play_button {
    margin: 0 30px
}

.nectar_video_lightbox.play_button_with_text .play {
    height: 52px;
    width: 52px;
    position: relative;
    vertical-align: middle;
    display: inline-block
}

.nectar_video_lightbox.play_button_with_text .play > .inner-wrap {
    height: 100%;
    width: 100%;
    display: block
}

.nectar_video_lightbox.play_button_with_text .play > .inner-wrap:before {
    border-radius: 200px;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    transition: all .45s cubic-bezier(.15, .2, .1, 1) 0s;
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1) 0s
}

.nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play > .inner-wrap:before {
    background-color: #000
}

.nectar_video_lightbox.play_button_with_text:hover .play > .inner-wrap:before {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.nectar_video_lightbox.play_button_with_text .link-text > * {
    margin-bottom: 0
}

body .nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:before {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    z-index: -1
}

.nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:before, .nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
    -ms-transform: scale(.35) translateY(-50%) translateX(-50%);
    transform: scale(.35) translateY(-50%) translateX(-50%);
    opacity: 0;
    -webkit-animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
    animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite
}

.nectar_video_lightbox.play_button_with_text .play:after {
    width: 50px;
    height: 50px;
    z-index: -1;
    border-color: rgba(255, 255, 255, .4);
    -webkit-animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite
}

.span_12.dark .nectar_video_lightbox.play_button_with_text .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text .play:after {
    -webkit-animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
    animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite
}

.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after {
    -webkit-animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite
}

.nectar_video_lightbox.play_button_with_text svg {
    width: 14px;
    height: 14px;
    z-index: 100
}

.span_12.light .nectar_video_lightbox.play_button_with_text .link-text {
    color: #fff
}

.nectar_video_lightbox.play_button_with_text .link-text {
    display: inline-block;
    margin-left: 25px;
    color: #000;
    vertical-align: middle
}

.play_button_with_text .link-text[data-font=nectar-btn-jumbo] {
    font-size: 18px
}

.play_button_with_text .link-text[data-font=nectar-btn-large] {
    font-size: 14px
}

.play_button_with_text .link-text[data-font=nectar-btn-medium] {
    font-size: 12px
}

.nectar_video_lightbox.play_button_with_text .play:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.nectar_video_lightbox .play {
    display: block;
    height: 100%;
    width: 100%;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.nectar_video_lightbox path, .span_12.dark .nectar_video_lightbox.play_button_with_text path {
    fill: #fff
}

.span_12.dark .nectar_video_lightbox path {
    fill: #000
}

.span_12.dark .nectar_video_lightbox.play_button:before {
    border: 5px solid #000
}

.nectar_video_lightbox:hover:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .4
}

.nectar_video_lightbox:not(.play_button_with_text):hover .play {
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play:before, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play:after {
    display: none
}

.nectar_video_lightbox.play_button_with_text[data-style=small] span.play, .nectar_video_lightbox.play_button_with_text[data-style=small] .button-bg {
    height: 30px;
    width: 30px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] span.play, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .button-bg {
    width: 70px;
    height: 70px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h2] span.play, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h2] .button-bg, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h1] span.play, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h1] .button-bg {
    width: 90px;
    height: 90px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] {
    text-align: center;
    display: inline-block
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .link-text {
    display: block;
    margin-left: 0;
    margin-top: 28px
}

.main-content .nectar_video_lightbox.play_button_with_text[data-style=bordered_top]:not([data-style=small]) .play > .inner-wrap:before {
    background-color: transparent !important
}

.play_button_with_text[data-style=small][data-font-style=h3] span.play, .play_button_with_text[data-style=small][data-font-style=h3] .button-bg, .play_button_with_text[data-style=small][data-font-style=h2] span.play, .play_button_with_text[data-style=small][data-font-style=h2] .button-bg, .play_button_with_text[data-style=small][data-font-style=h1] span.play, .play_button_with_text[data-style=small][data-font-style=h1] .button-bg {
    height: 40px;
    width: 40px
}

.nectar_video_lightbox.play_button_with_text[data-style=small] .button-bg-wrap, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .button-bg-wrap {
    margin-top: -20px
}

.nectar_video_lightbox.play_button_with_text[data-style=small] svg, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] svg {
    height: 10px;
    width: 10px
}

.nectar_video_lightbox.play_button_with_text {
    display: inline-block;
    padding: 20px 0
}

.nectar_video_lightbox.play_button_with_text > span {
    display: block
}

.nectar_video_lightbox.play_button_with_text[data-style=small] .link-text {
    margin-left: 15px
}

.play_button_with_text[data-style=small][data-font-style=h1] .link-text, .play_button_with_text[data-style=small][data-font-style=h2] .link-text, .play_button_with_text[data-style=small][data-font-style=h3] .link-text {
    margin-left: 20px
}

.nectar_video_lightbox.play_button_with_text[data-style=small] .play > .inner-wrap:before, .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play > .inner-wrap:before {
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-color: #000
}

.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style=small] path, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] path {
    fill: #000
}

.light .nectar_video_lightbox.play_button_with_text[data-style=small] .play > .inner-wrap:before, .light .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play > .inner-wrap:before {
    border-color: #fff
}

.span_12.dark .nectar_video_lightbox.nectar-button[data-color*=transparent] {
    border: 2px solid #000;
    color: #000
}

.nectar_video_lightbox.nectar-button[data-color*=transparent] {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.nectar_video_lightbox.nectar-button[data-color*=transparent]:hover {
    color: #fff;
    border-color: transparent
}

.nectar-video-box {
    line-height: 0;
    position: relative;
    margin-bottom: 35px
}

.nectar-video-box img {
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    margin-bottom: 0 !important;
    transform: translateZ(0) scale(1.05);
    -webkit-transform: translateZ(0) scale(1.05);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-width: none !important;
    width: 100% !important
}

.nectar-video-box[data-hover=zoom_button] img, .nectar-video-box[data-hover=zoom_button]:hover img {
    transition: none;
    -webkit-transition: none;
    -webkit-transform: none;
    transform: none
}

.nectar-video-box .nectar_video_lightbox {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    color: #fff;
    display: inline-block;
    border-radius: 200px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body .nectar-video-box[data-hover=zoom_button] .nectar_video_lightbox:after {
    background-color: #000;
    position: absolute;
    content: ' ';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 200px;
    height: 100%;
    z-index: 1;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.nectar-video-box:hover .nectar_video_lightbox:after {
    -webkit-transform: scale(1.14);
    transform: scale(1.14)
}

.nectar-video-box[data-hover=zoom_button] .play {
    position: relative;
    z-index: 10
}

.nectar-video-box .inner-wrap > a.full-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100
}

.nectar-video-box:hover img {
    transform: scale(1.14);
    -webkit-transform: scale(1.14)
}

.nectar-video-box .nectar_video_lightbox path {
    fill: #fff !important
}

body .nectar-video-box[data-hover=zoom_button] .nectar_video_lightbox {
    background-color: transparent !important
}

.nectar-video-box .inner-wrap {
    overflow: hidden
}

.nectar-video-box[data-border-radius*=px] > .inner-wrap {
    transform: translateZ(0)
}

.nectar-video-box[data-border-radius="3px"] .inner-wrap {
    border-radius: 3px
}

.nectar-video-box[data-border-radius="5px"] .inner-wrap {
    border-radius: 5px
}

.nectar-video-box[data-border-radius="10px"] .inner-wrap {
    border-radius: 10px
}

.nectar-video-box[data-border-radius="15px"] .inner-wrap {
    border-radius: 15px
}

.nectar-video-box[data-border-radius="20px"] .inner-wrap {
    border-radius: 20px
}

.nectar-video-box[data-shadow*=depth]:before {
    position: absolute;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
    display: block;
    content: '';
    z-index: -1
}

.nectar-video-box[data-play-button-size=larger] .nectar_video_lightbox {
    height: 110px;
    width: 110px;
    margin-left: -55px;
    margin-top: -55px
}

.nectar_video_player_self_hosted .wpb_wrapper video {
    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;
    visibility: visible;
    object-fit: cover
}

.nectar_video_player_self_hosted[data-border-radius*=px] .wpb_video_wrapper {
    overflow: hidden
}

.nectar-scrolling-text {
    overflow: hidden
}

.nectar-scrolling-text .nectar-scrolling-text-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap
}

.nectar-scrolling-text[data-overflow=visible], .nectar-scrolling-text[data-overflow=visible] .nectar-scrolling-text-inner {
    overflow: visible
}

.nectar-scrolling-text .nectar-scrolling-text-inner > * {
    color: inherit;
    margin-bottom: 0
}

.nectar-scrolling-text .nectar-scrolling-text-inner > * {
    transform: translateX(-20%) translateZ(0);
    animation: nectar-scrolling-text-animation linear infinite 15s
}

.nectar-scrolling-text[data-s-dir=rtl] .nectar-scrolling-text-inner > * {
    animation-direction: reverse;
    will-change: transform
}

.nectar-scrolling-text[data-s-speed=slow] .nectar-scrolling-text-inner > * {
    animation-duration: 8s
}

.nectar-scrolling-text[data-s-speed=medium] .nectar-scrolling-text-inner > * {
    animation-duration: 6s
}

.nectar-scrolling-text[data-s-speed=fast] .nectar-scrolling-text-inner > * {
    animation-duration: 4s
}

.nectar-scrolling-text[data-style=text_outline] em, .nectar-scrolling-text[data-style=text_outline] i {
    font-style: normal;
    font-family: inherit
}

.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > h1, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > h2, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > h3, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > h4, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > h5, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > p, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > strong, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner > b {
    padding-left: .5em
}

.row .nectar-scrolling-text .nectar-scrolling-text-inner > * {
    margin-bottom: 0
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom {
    padding: 0 .4em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=three-fourths] {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    padding: 0 .35em
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=half] {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    padding: 0 .3em
}

@keyframes nectar-scrolling-text-animation {
    to {
        transform: translateX(-120%) translateZ(0)
    }
}

body .nectar-scrolling-text[data-using-bg=true] .background-layer, body .full-width-section .nectar-scrolling-text[data-using-bg=true] .background-layer.row-bg-wrap {
    overflow: hidden;
    z-index: 100;
    position: relative;
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 0
}

.nectar-scrolling-text[data-using-bg=true] .background-image {
    background-size: cover;
    background-position: center
}

.nectar-scrolling-text[data-sep-text=true] {
    position: relative
}

.nectar-scrolling-text[data-sep-text=true], .nectar-scrolling-text[data-sep-text=true] > .nectar-scrolling-text-inner {
    overflow: visible
}

.nectar-scrolling-text[data-using-bg=true][data-sep-text=true] .nectar-scrolling-text-inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.wpb_row .nectar-scrolling-text .row-bg {
    position: relative;
    top: 0;
    left: 0
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]) .nectar-scrolling-text-inner {
    opacity: 0;
    transition: opacity .6s ease
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .nectar-scrolling-text-inner {
    opacity: 1
}

.nectar-view-indicator {
    position: fixed;
    z-index: 400;
    left: -47px;
    top: -47px;
    pointer-events: none;
    width: 94px;
    height: 94px;
    mix-blend-mode: difference;
    will-change: transform
}

.nectar-drag-indicator {
    position: fixed;
    z-index: 400;
    left: -26px;
    top: -26px;
    pointer-events: none;
    width: 52px;
    height: 52px;
    mix-blend-mode: difference;
    will-change: transform
}

.nectar-drag-indicator:before {
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    transform: scale(.2);
    opacity: 0;
    border-radius: 50%
}

.nectar-drag-indicator span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    transform: translateY(-50%)
}

.nectar-drag-indicator i {
    top: 0;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    position: absolute
}

.nectar-drag-indicator i.fa-angle-left {
    left: -22px;
    top: -9px;
    transform: translateX(17px)
}

.nectar-drag-indicator i.fa-angle-right {
    right: -22px;
    top: -9px;
    transform: translateX(-17px)
}

.nectar-drag-indicator:before, .nectar-view-indicator .color-circle {
    -webkit-transition: transform .45s ease, opacity .3s ease;
    transition: transform .45s ease, opacity .3s ease
}

.nectar-drag-indicator i, .nectar-view-indicator span {
    -webkit-transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease
}

.nectar-drag-indicator.visible i {
    -webkit-transition: transform .45s ease, opacity .3s ease;
    transition: transform .45s ease, opacity .3s ease
}

.nectar-drag-indicator.visible:before, .nectar-view-indicator.visible .color-circle, .nectar-view-indicator.visible span, .nectar-drag-indicator.visible i.fa-angle-left, .nectar-drag-indicator.visible i.fa-angle-right {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.nectar-drag-indicator.visible.pointer-down:before {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: transform .25s ease-out, opacity .3s ease;
    transition: transform .25s ease-out, opacity .3s ease
}

.nectar-view-indicator:not(.style-see-through) {
    mix-blend-mode: normal
}

.nectar-view-indicator .color-circle {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    transform: scale(.2);
    opacity: 0;
    border-radius: 50%
}

body .nectar-view-indicator span {
    opacity: 0;
    font-size: 16px;
    color: #fff;
    line-height: 94px;
    text-align: center;
    width: 100%;
    display: inline-block
}

.nectar-view-indicator.style-see-through .color-circle {
    background-color: transparent;
    border: 2px solid #fff
}

.nectar-drag-indicator.in-boxed, .nectar-view-indicator.in-boxed {
    z-index: 10000
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li:before, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li:before, body.search-results #search-results[data-layout=list-no-sidebar] article:before {
    content: counter(step-counter);
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-weight: 700;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 12px;
    pointer-events: none;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1);
    transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1)
}

body.search-results #search-results[data-layout=list-no-sidebar] article:before {
    height: 50px;
    width: 50px;
    font-size: 16px;
    line-height: 50px
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    counter-increment: step-counter
}

#footer-outer .widget.widget_media_image img {
    margin-bottom: 0
}

.blog-recent[data-style=list_featured_first_row] .small {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: 0;
    display: inline-block;
    vertical-align: middle
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li:not(.has-img):after, .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    border-radius: 0;
    text-align: center;
    color: #fff;
    font: normal normal normal 18px/60px FontAwesome;
    content: "\f03e";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    font-size: 50px
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap, .post-area.featured_img_left .post-featured-img-wrap {
    background-color: rgba(0, 0, 0, .25)
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (min-width: 1600px) {
    .full-width-content .vc_col-sm-12 .wpb_gallery .parallax-grid-item {
        width: 33%
    }

    .full-width-content .vc_col-sm-12 .wpb_gallery .wpb_gallery_slidesparallax_image_grid > div:nth-child(3) {
        margin-top: 0
    }
}

.wpb_gallery .parallax-grid-item img {
    width: 100%;
    max-width: none;
    height: auto
}

.wpb_gallery .parallax-grid-item img:not([srcset]) {
    max-width: 100%
}

.wpb_gallery .parallax-grid-item .parallaxImg-layers a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%
}

.wpb_gallery .parallax-grid-item .item-meta p {
    opacity: .65
}

.wpb_gallery .parallax-grid-item .item-meta h4 {
    margin-bottom: 3px
}

.wpb_gallery .parallax-grid-item .item-meta {
    padding: 5% 0 0
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(2n+2) {
    padding-left: 3.3%
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(2n+1) {
    padding-right: 3.3%
}

.wpb_gallery .parallax-grid-item {
    width: 50%;
    display: inline-block;
    margin-top: 6.2%;
    vertical-align: top;
    transform: translateZ(0px)
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(1) {
    margin-top: 0
}

.wpb_gallery_slidesparallax_image_grid > div:nth-child(2) {
    margin-top: 0
}

body.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
    transition: transform .2s cubic-bezier(0, 0, .65, 1);
    -webkit-transition: transform .2s cubic-bezier(0, 0, .65, 1);
    outline: 1px solid transparent;
    backface-visibility: hidden
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg.transition .parallaxImg-container {
    transition: transform .8s cubic-bezier(0, 0, .55, 1);
    -webkit-transition: transform .8s cubic-bezier(0, 0, .55, 1)
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
    transition: transform .5s cubic-bezier(0, 0, .55, 1);
    -webkit-transition: transform .5s cubic-bezier(0, 0, .55, 1);
    backface-visibility: hidden
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over), html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over) .parallaxImg-rendered-layer, html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg:not(.over) {
    transition: transform 1.1s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: transform 1.1s cubic-bezier(0, 0, .2, 1)
}

.row .col.section-title {
    margin: 0;
    padding: 0 0 36px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.row .col.section-title.project-title, .row .col.section-title.blog-title {
    margin-bottom: 14px
}

.home .row .col.section-title {
    padding: 0 0 3em
}

.row .col.section-title h1, .row .col.section-title h2 {
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: -1px;
    position: relative
}

.row .col.section-title h2 {
    margin-bottom: 5px
}

.page-template-template-portfolio-php .row .col.section-title h1 {
    margin-bottom: 0
}

.row .col.section-title h1 {
    top: 3px
}

.row .col.section-title span {
    font-size: 20px;
    line-height: 20px;
    color: rgba(0, 0, 0, .45);
    top: 0;
    position: relative;
    text-transform: none;
    font-family: 'Open Sans';
    padding-left: 10px
}

#ajax-content-wrap .row .col.section-title .nectar-love span {
    line-height: 20px
}

.archive.author .row .col.section-title span, .archive.category .row .col.section-title span, .archive.tag .row .col.section-title span, .archive.date .row .col.section-title span {
    padding-left: 0
}

.archive.author #page-header-wrap, .archive.category #page-header-wrap, .archive.tag #page-header-wrap, .archive.date #page-header-wrap {
    height: 400px
}

.archive.author #page-header-wrap #page-header-bg, .archive.category #page-header-wrap #page-header-bg, .archive.tag #page-header-wrap #page-header-bg, .archive.date #page-header-wrap #page-header-bg {
    height: 100%
}

.row .col.section-title h1 {
    margin-bottom: 0
}

.row .col.section-title p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0
}

.archive.category .row .col.section-title p {
    margin-top: 10px
}

#page-header-wrap[data-animate-in-effect=slide-down], #page-header-wrap[data-animate-in-effect=slide-down] #page-header-bg {
    transition: height .85s cubic-bezier(.725, 0, 0, .995);
    -webkit-transition: height .85s cubic-bezier(.725, 0, 0, .995)
}

body[data-ajax-transitions=true] #page-header-wrap[data-animate-in-effect=slide-down] {
    transition: height .85s .2s cubic-bezier(.725, 0, 0, .995);
    -webkit-transition: height .85s .2s cubic-bezier(.725, 0, 0, .995)
}

@media only screen and (min-width: 1000px) {
    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap, #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap, .top-level .nectar-slider-wrap[data-animate-in-effect=zoom-out]:not([data-bg-animation=ken_burns]) .slide-bg-wrap, .nectar-recent-posts-slider[data-animate-in-effect=zoom-out] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg, body[data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
        -webkit-transform: scale(1.11) translateZ(0);
        -ms-transform: scale(1.11) translateZ(0);
        transform: scale(1.11) translateZ(0);
        -webkit-transition: .95s 0s cubic-bezier(.3, .58, .42, .9);
        transition: .95s 0s cubic-bezier(.3, .58, .42, .9)
    }
}

body[data-apte*=horizontal_swipe] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap, body[data-apte*=horizontal_swipe] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap, body[data-apte*=horizontal_swipe][data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transition: 1.25s 0s cubic-bezier(.3, .58, .42, .9);
    transition: 1.25s 0s cubic-bezier(.3, .58, .42, .9)
}

body[data-ajax-transitions=true] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap {
    -webkit-transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9);
    transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9)
}

#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out].loaded .page-header-bg-image-wrap, #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out].loaded .nectar-video-wrap, .top-level .nectar-slider-wrap[data-animate-in-effect=zoom-out]:not([data-bg-animation=ken_burns]).loaded .slide-bg-wrap, .nectar-recent-posts-slider[data-animate-in-effect=zoom-out].loaded .nectar-recent-post-bg, #page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out].loaded .page-header-bg-image-wrap, #page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out].loaded .nectar-video-wrap, .first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .image-bg, .first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .video-wrap, .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .slide-bg-wrap, .nectar-recent-posts-slider[data-animate-in-effect=long-zoom-out].loaded .nectar-recent-post-bg, .js_active body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg, .js_active body[data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

@media only screen and (min-width: 1000px) {
    body[data-aie=zoom-out] .first-section .row-bg-wrap .inner-wrap, body[data-aie=zoom-out] .top-level .row-bg-wrap .inner-wrap, body[data-aie=zoom-out] .first-section .project-slide .bg-inner-wrap {
        -webkit-transform: scale(1.11) translateZ(0);
        -ms-transform: scale(1.11) translateZ(0);
        transform: scale(1.11) translateZ(0)
    }
}

body[data-aie=zoom-out] .first-section.loaded .row-bg-wrap .inner-wrap, body[data-aie=zoom-out] .top-level.loaded .row-bg-wrap .inner-wrap, body[data-aie=zoom-out] .first-section.loaded .project-slide .bg-inner-wrap {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9);
    transition: transform .95s 0s cubic-bezier(.3, .58, .42, .9)
}

body[data-aie=zoom-out] #nectar_fullscreen_rows[data-row-bg-animation=ken_burns] .first-section .row-bg-wrap .inner-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

body[data-aie=zoom-out] .first-section .row-bg-wrap, body[data-aie=zoom-out] .top-level .row-bg-wrap, body[data-aie=long-zoom-out] .first-section .row-bg-wrap {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out] .page-header-bg-image-wrap, #page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out] .nectar-video-wrap, .first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .image-bg, .first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .video-wrap, .first-section .nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .image-bg, .first-section .nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .video-wrap, .nectar-recent-posts-slider[data-animate-in-effect=long-zoom-out] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg, body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform: scale(1.14) translateZ(0);
    -ms-transform: scale(1.14) translateZ(0);
    transform: scale(1.14) translateZ(0);
    -webkit-transition: 3.5s 0s cubic-bezier(.4, .58, .5, 1);
    transition: 3.5s 0s cubic-bezier(.4, .58, .5, 1)
}

body[data-aie=long-zoom-out] .first-section .row-bg-wrap .inner-wrap, body[data-aie=long-zoom-out] .top-level .row-bg-wrap .inner-wrap, body[data-aie=long-zoom-out] .first-section .nectar-video-wrap video {
    -webkit-transform: scale(1.14) translateZ(0);
    -ms-transform: scale(1.14) translateZ(0);
    transform: scale(1.14) translateZ(0)
}

body[data-aie=long-zoom-out] .first-section.loaded .row-bg-wrap .inner-wrap, body[data-aie=long-zoom-out] .top-level.loaded .row-bg-wrap .inner-wrap, body[data-aie=long-zoom-out] .first-section.loaded .nectar-video-wrap video, .js_active body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: transform 3.5s 0s cubic-bezier(.4, .58, .5, 1);
    transition: transform 3.5s 0s cubic-bezier(.4, .58, .5, 1)
}

#page-header-bg[data-animate-in-effect=fade-in] .scroll-down-wrap {
    opacity: 0;
    transition: opacity 1s ease .6s;
    -webkit-transition: opacity 1s ease .6s
}

#page-header-bg[data-animate-in-effect=fade-in].loaded .scroll-down-wrap {
    opacity: 1;
    transition: opacity 1s ease .4s;
    -webkit-transition: opacity 1s ease .4s
}

#page-header-bg[data-animate-in-effect=fade-in] .page-header-bg-image-wrap, #page-header-wrap #page-header-bg[data-animate-in-effect=fade-in] .nectar-video-wrap {
    opacity: 0;
    -webkit-animation: pageHeaderFadeIn 1.5s ease forwards;
    animation: pageHeaderFadeIn 1.5s ease forwards;
    animation-delay: .5s
}

#page-header-bg[data-animate-in-effect=fade-in] .container {
    opacity: 0;
    -webkit-animation: pageHeaderFadeInText 1.5s ease forwards;
    animation: pageHeaderFadeInText 1.5s ease forwards;
    animation-delay: .1s
}

@keyframes pageHeaderFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes pageHeaderFadeInText {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

body[data-bg-header=true] .container-wrap, html.fp-enabled .container-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important
}

#page-header-wrap {
    height: 60px;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    -webkit-font-smoothing: antialiased
}

body.material #page-header-wrap, body[data-header-resize="0"] #page-header-wrap {
    margin-top: 0
}

#page-header-bg {
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #fff;
    display: block !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 2
}

.page-header-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.page-header-overlay-color {
    position: static;
    height: 1px;
    width: 1px;
    margin-left: -9999px;
    pointer-events: none;
    background-color: #333
}

.page-header-overlay-color:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: ' ';
    z-index: 10;
    opacity: .65
}

.page-header-overlay-color[data-overlay-opacity="0.9"]:after {
    opacity: .9
}

.page-header-overlay-color[data-overlay-opacity="0.8"]:after {
    opacity: .8
}

.page-header-overlay-color[data-overlay-opacity="0.7"]:after {
    opacity: .7
}

.page-header-overlay-color[data-overlay-opacity="0.6"]:after {
    opacity: .6
}

.page-header-overlay-color[data-overlay-opacity="0.5"]:after {
    opacity: .5
}

.page-header-overlay-color[data-overlay-opacity="0.4"]:after {
    opacity: .4
}

.page-header-overlay-color[data-overlay-opacity="0.3"]:after {
    opacity: .3
}

.page-header-overlay-color[data-overlay-opacity="0.2"]:after {
    opacity: .2
}

.page-header-overlay-color[data-overlay-opacity="0.1"]:after {
    opacity: .1
}

#page-header-bg[data-bg-pos=bottom] .page-header-bg-image {
    background-position: bottom center
}

#page-header-bg[data-bg-pos=top] .page-header-bg-image {
    background-position: top center
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image {
    background-position: center center
}

body[data-header-resize="0"] #page-header-bg {
    margin-top: 0
}

.page-header-no-bg {
    padding-bottom: 0;
    padding-top: 35px;
    background-color: #f8f8f8
}

.page-header-no-bg {
    z-index: 1000
}

#page-header-bg[data-parallax="1"] {
    overflow: hidden;
    margin: 0;
    position: fixed;
    z-index: 2
}

body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"] {
    opacity: 1
}

#page-header-bg[data-parallax="1"] .span_6 {
    z-index: 0
}

body[data-apte=center_mask_reveal][data-ajax-transitions=true] #page-header-bg[data-parallax="1"]:not(.out-of-sight) {
    opacity: 1
}

#page-header-bg[data-parallax="1"].out-of-sight {
    pointer-events: none
}

#page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap {
    display: none
}

#page-header-bg[data-alignment=center], .page-header-no-bg[data-alignment=center] {
    text-align: center
}

#page-header-bg[data-alignment=right], .page-header-no-bg[data-alignment=right] {
    text-align: right
}

#page-header-bg[data-alignment-v=bottom] .row, #page-header-bg[data-alignment-v=bottom] .container, #page-header-bg[data-alignment-v=top] .row, #page-header-bg[data-alignment-v=top] .container, #page-header-bg[data-alignment-v=middle] .row, #page-header-bg[data-alignment-v=middle] .container {
    height: 100%
}

#page-header-bg[data-alignment-v=bottom] .span_6, #page-header-bg[data-parallax="1"][data-alignment-v=bottom] .span_6, #page-header-bg[data-alignment-v=bottom] .nectar-particles .inner-wrap {
    bottom: 26%;
    top: auto !important;
    left: 0;
    margin-bottom: 0 !important;
    position: absolute !important
}

#page-header-bg[data-alignment-v=top].fullscreen-header .nectar-particles .span_6, #page-header-bg[data-alignment-v=middle].fullscreen-header .nectar-particles .span_6 {
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important
}

#page-header-bg[data-alignment-v=top] .span_6, #page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap {
    left: 0;
    position: absolute
}

#page-header-bg[data-alignment-v=top] .span_6, #page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap, #page-header-bg[data-alignment-v=top].fullscreen-header .span_6 {
    top: 25% !important
}

#page-header-bg[data-alignment-v=bottom] .span_6 > .inner-wrap {
    transform: translateY(50%) !important;
    -webkit-transform: translateY(50%) !important
}

#page-header-bg .span_6 {
    width: 100%
}

.nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs=default_minimal] .page-header-bg-image:after, .archive .page-header-bg-image:after {
    background-color: rgba(45, 45, 45, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    z-index: 1;
    display: block
}

body[data-bg-header=true].archive .container-wrap, body[data-bg-header=true].category .container-wrap, body[data-bg-header=true].blog .container-wrap {
    padding-top: 4.1em !important
}

body[data-bg-header=true].archive .container-wrap.meta_overlaid_blog, body[data-bg-header=true].category .container-wrap.meta_overlaid_blog {
    padding-top: 0 !important
}

#page-header-bg .row {
    z-index: 100;
    position: relative
}

html:not(.js) #page-header-bg .row, body #page-header-bg .row {
    visibility: visible
}

html:not(.js) #page-header-bg .span_6 {
    margin-top: 120px
}

#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 8px;
    display: block;
    color: #fff;
    z-index: 101
}

.single.single-post .heading-title[data-header-style=default] h1 {
    margin-bottom: 8px
}

#page-header-bg #portfolio-nav a i, #page-header-bg span, #page-header-bg .pinterest-share i, #page-header-bg .facebook-share i, #page-header-bg .linkedin-share i, #page-header-bg .twitter-share i, #page-header-bg .google-plus-share i, #page-header-bg .icon-salient-heart, #page-header-bg .icon-salient-heart-2 {
    color: #fff
}

.single #page-header-bg #single-below-header > span, .single #page-header-bg #single-meta > div > a {
    border-color: rgba(255, 255, 255, .25)
}

.single #single-meta > div > a, .single #single-meta ul .n-shortcode a, #project-meta ul li > a, #project-meta ul .n-shortcode a, #project-meta ul .project-date {
    display: block;
    border-radius: 100px;
    padding: 6px 20px !important;
    -webkit-transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1);
    height: auto;
    line-height: 20px
}

.single #single-meta ul li span, .single #single-meta ul .n-shortcode span, #project-meta ul li span, #project-meta ul .n-shortcode span {
    transition: color .2s linear;
    line-height: 20px !important;
    font-family: inherit !important
}

.blog-title #single-meta .nectar-social.hover .share-btn, .blog-title #single-meta .nectar-social.hover > div a, .single .blog-title #single-meta > div > a, .single .blog-title #single-meta div .n-shortcode a, .single-product #single-meta > div > a, #project-meta ul li > a, #project-meta ul .n-shortcode a, #sidebar #project-meta ul .project-date, .ascend #sidebar #project-meta ul .project-date {
    border: 2px solid rgba(0, 0, 0, .1)
}

.ascend #sidebar #project-meta ul .project-date {
    border: 2px solid rgba(0, 0, 0, .1) !important
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn, #page-header-bg .blog-title #single-meta .nectar-social.hover > div a, .single #page-header-bg .blog-title #single-meta > div > a, .single #page-header-bg .blog-title #single-meta > div .n-shortcode a {
    border: 2px solid rgba(255, 255, 255, .4)
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover, #page-header-bg .blog-title #single-meta .nectar-social.hover > div a:hover, .single #page-header-bg .blog-title #single-meta > div > a:hover, .single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a {
    border: 2px solid rgba(255, 255, 255, 1)
}

body.single #single-meta ul li:first-child {
    border: none !important
}

.single .blog-title #single-meta div i, .single #single-meta .meta-comment-count a, .single #single-meta ul .meta-share-count .nectar-social a, #project-meta ul li i, #project-meta .meta-comment-count a, #project-meta ul .meta-share-count .nectar-social a, #project-meta ul li span, #project-meta ul .n-shortcode span, #project-meta ul .project-date {
    color: #999 !important
}

.single #page-header-bg #single-meta ul li {
    border: none;
    margin: 0
}

body.single #ajax-content-wrap #single-meta ul li:first-child, .single #page-header-bg #single-meta ul li, .single .blog-title #single-meta ul li, #project-meta ul li, body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child {
    margin: 5px
}

.single #single-meta ul .meta-share-count, #project-meta ul .meta-share-count {
    position: relative;
    z-index: 100
}

.single #single-meta ul .meta-share-count span, .single #project-meta ul .meta-share-count span {
    font-size: inherit;
    padding-left: 0;
    color: #888
}

.single #single-meta ul li i, #project-meta ul li i {
    font-size: 16px !important;
    width: 16px;
    line-height: 22px !important;
    margin-right: 7px;
    height: 20px
}

.single #single-meta ul li i.icon-salient-heart-2, #project-meta ul li i.icon-salient-heart-2 {
    line-height: 20px !important
}

.single-post #single-meta {
    top: 50%;
    margin-top: -13px;
    float: none;
    z-index: 102;
    position: absolute
}

#page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader {
    font-size: 28px;
    line-height: 28px;
    color: #fff !important;
    font-family: 'Open Sans';
    font-weight: 300
}

#page-header-bg[data-text-alignment=center], .page-header-no-bg[data-text-alignment=center], .nectar-box-roll .overlaid-content[data-text-alignment=center] {
    text-align: center
}

#page-header-bg[data-text-alignment=right], .page-header-no-bg[data-text-alignment=right], .nectar-box-roll .overlaid-content[data-text-alignment=right] {
    text-align: right
}

#page-header-bg[data-text-alignment=center] .span_6, .page-header-no-bg[data-text-alignment=center] .span_6, .nectar-box-roll .overlaid-content[data-text-alignment=center] .span_6 {
    left: 0;
    width: 100% !important
}

#page-header-bg[data-text-alignment=center] h1, .nectar-box-roll .overlaid-content[data-text-alignment=center] h1 {
    margin-bottom: 12px
}

#page-header-bg[data-text-alignment=center] h1, .page-header-bg[data-text-alignment=center] .subheader, .nectar-box-roll .overlaid-content[data-text-alignment=center] .subheader {
    max-width: 900px;
    margin: 0 auto;
    display: block
}

#page-header-bg .canvas-bg {
    transition: background-color .7s ease;
    -webkit-transition: background-color .7s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

#page-header-bg .nectar-particles .span_6, .nectar-box-roll .overlaid-content .span_6 {
    backface-visibility: visible;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 100%
}

#page-header-bg .nectar-particles {
    width: 100%;
    height: 100%
}

#page-header-bg .nectar-particles .inner-wrap {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%
}

@media only screen and (min-width: 1000px) {
    #page-header-bg[data-alignment-v=middle][data-alignment=center][data-parallax="1"] .nectar-particles .inner-wrap {
        height: 100%;
        top: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-display: flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-top: 0
    }
}

#page-header-bg .nectar-particles .span_6 .inner-wrap, .nectar-box-roll .overlaid-content .span_6 .inner-wrap {
    left: 0;
    position: absolute;
    width: 100%
}

#page-header-wrap .nectar-particles .fade-out {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background-color: #000;
    pointer-events: none
}

#page-header-bg[data-alignment-v=top] .span_6 .inner-wrap {
    left: 0;
    position: absolute;
    width: 100%
}

.pagination-navigation {
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 33px;
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: .5;
    line-height: 1px;
    z-index: 1000
}

@media only screen and (max-width: 690px) {
    #ajax-content-wrap .pagination-navigation, .pagination-navigation {
        display: none
    }

    .overlaid-content svg {
        display: none
    }
}

.pagination-dot, .pagination-current {
    transition: transform .3s cubic-bezier(.21, .6, .35, 1);
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    line-height: 17px;
    background: #fff;
    border-radius: 50%;
    margin: 12px 7px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0
}

.nectar-particles .pagination-current, .overlaid-content .pagination-current {
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 100;
    display: none
}

.pagination-dot.active {
    transform: scale(1.7) !important
}

body .pagination-navigation {
    -webkit-filter: none;
    filter: none
}

#page-header-bg[data-text-effect=rotate_in] .wraped, .overlaid-content[data-text-effect=rotate_in] .wraped {
    display: inline-block
}

#page-header-bg[data-text-effect=rotate_in] .wraped span, .overlaid-content[data-text-effect=rotate_in] .wraped span, #page-header-bg[data-text-effect=rotate_in] .inner-wrap > *:not(.top-heading), .overlaid-content[data-text-effect=rotate_in] .inner-wrap > *:not(.top-heading) {
    opacity: 0;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

#page-header-bg .nectar-particles .inner-wrap > *:not(.top-heading), .overlaid-content .inner-wrap > *:not(.top-heading) {
    opacity: 0;
    transform: translateY(35px);
    -webkit-transform: translateY(35px)
}

#page-header-bg[data-text-effect=rotate_in] .wraped span, #page-header-bg[data-text-effect=rotate_in] .inner-wrap.shape-1 > *:not(.top-heading), #page-header-bg[data-text-effect=rotate_in] > div:not(.nectar-particles) .span_6 .inner-wrap > *:not(.top-heading), .overlaid-content[data-text-effect=rotate_in] .wraped span, .overlaid-content[data-text-effect=rotate_in] .inner-wrap.shape-1 > *:not(.top-heading), .overlaid-content[data-text-effect=rotate_in] .inner-wrap > *:not(.top-heading) {
    transform: rotateX(90deg) translateY(35px);
    -webkit-transform: rotateX(90deg) translateY(35px)
}

#page-header-bg[data-text-effect=rotate_in] .wraped, #page-header-bg[data-text-effect=rotate_in] .wraped span, .overlaid-content[data-text-effect=rotate_in] .wraped, .overlaid-content[data-text-effect=rotate_in] .wraped span {
    display: inline-block
}

#page-header-bg[data-text-effect=rotate_in] .wraped span, .overlaid-content[data-text-effect=rotate_in] .wraped span {
    transform-origin: initial;
    -webkit-transform-origin: initial
}

.scroll-down-wrap.hidden {
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
    opacity: 0
}

.scroll-down-wrap {
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease
}

#page-header-bg.fullscreen-header, #page-header-wrap.fullscreen-header {
    width: 100%;
    position: relative;
    transition: none;
    -webkit-transition: none;
    z-index: 2
}

#page-header-bg[data-parallax="1"].fullscreen-header {
    position: fixed
}

#page-header-wrap.fullscreen-header {
    background-color: #2b2b2b
}

#page-header-bg.fullscreen-header .span_6 {
    opacity: 1
}

#page-header-bg.fullscreen-header[data-alignment-v=middle] .span_6 {
    top: 50% !important
}

.hidden-social-img {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: -100
}

.default-blog-title.fullscreen-header {
    position: relative
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap {
    text-align: center
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a, body.material #page-header-bg.fullscreen-header .inner-wrap > a {
    color: #fff;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, .4);
    padding: 4px 10px;
    margin: 5px 6px 0 5px;
    display: inline-block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-size: 14px;
    line-height: 18px
}

body.material #page-header-bg.fullscreen-header .inner-wrap > a {
    margin-bottom: 15px
}

body.material #page-header-bg.fullscreen-header .inner-wrap > a {
    border: none;
    padding: 6px 10px
}

body[data-button-style^=rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a, body[data-button-style^=rounded].material #page-header-bg.fullscreen-header .inner-wrap > a {
    border-radius: 100px
}

body.single [data-post-hs=default_minimal] #single-below-header span, body.single .heading-title[data-header-style=default_minimal] #single-below-header span {
    line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header {
    text-align: center;
    position: relative;
    z-index: 100
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header span {
    float: none;
    display: inline-block
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover, #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:focus {
    border-color: transparent
}

#page-header-bg.fullscreen-header .avatar, #page-header-bg[data-post-hs=default_minimal] .avatar {
    border-radius: 100%
}

#page-header-bg.fullscreen-header .meta-author span, #page-header-bg[data-post-hs=default_minimal] .meta-author span {
    display: block
}

#page-header-bg.fullscreen-header .meta-author img {
    margin-bottom: 0;
    height: 50px;
    width: auto
}

#page-header-bg[data-post-hs=default_minimal] .meta-author img {
    margin-bottom: 0;
    height: 40px;
    width: auto
}

#page-header-bg[data-post-hs=default_minimal] .author-section {
    position: absolute;
    bottom: 30px
}

#page-header-bg.fullscreen-header .meta-author, #page-header-bg[data-post-hs=default_minimal] .meta-author {
    font-size: 18px
}

#page-header-bg.fullscreen-header .author-section .meta-date, #page-header-bg[data-post-hs=default_minimal] .author-section .meta-date {
    font-size: 12px;
    color: rgba(255, 255, 255, .8)
}

#page-header-bg.fullscreen-header .author-section .meta-date i {
    font-size: 12px
}

#page-header-bg[data-post-hs=default_minimal] .author-section .meta-date i {
    font-size: 11px;
    line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
    position: relative;
    top: -5px
}

#page-header-bg.fullscreen-header .author-section a, #page-header-bg[data-post-hs=default_minimal] .author-section a {
    display: block;
    margin-bottom: -2px
}

#page-header-bg[data-post-hs=default_minimal] .author-section a {
    font-size: 14px;
    line-height: 14px
}

#page-header-bg.fullscreen-header .author-section a:hover, #page-header-bg[data-post-hs=default_minimal] .author-section a:hover {
    color: rgba(255, 255, 255, .85) !important
}

#page-header-bg.fullscreen-header .author-section, #page-header-bg[data-post-hs=default_minimal] .author-section {
    width: 100%;
    z-index: 10;
    text-align: center
}

#page-header-bg.fullscreen-header .author-section {
    margin-top: 25px
}

#page-header-bg.fullscreen-header .author-section span, #page-header-bg[data-post-hs=default_minimal] .author-section span {
    padding-left: 0;
    line-height: 20px;
    font-size: 20px
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info, #page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
    margin-left: 10px
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info, #page-header-bg.fullscreen-header .author-section .meta-author, #page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info, #page-header-bg[data-post-hs=default_minimal] .author-section .meta-author {
    text-align: left;
    display: inline-block;
    top: 9px
}

#page-header-bg.fullscreen-header .author-section a, #page-header-bg[data-post-hs=default_minimal] .author-section a, #footer-outer #footer-widgets .col .tagcloud a:hover, #footer-outer .nectar-button:hover {
    color: #fff !important
}

#page-header-bg .project-title .container, #page-header-bg .heading-title {
    border: none !important;
    padding: 0
}

#page-header-bg .section-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.single .heading-title {
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px
}

.single .row .section-title {
    padding: 0;
    margin: 0
}

#page-header-bg .span_6, #page-header-bg .nectar-particles .span_6 .inner-wrap {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#page-header-bg[data-alignment-v=top] .span_6, #page-header-bg[data-alignment-v=bottom] .span_6 {
    -webkit-transform: none;
    transform: none
}

#page-header-bg .nectar-particles .span_6 {
    top: 0;
    -webkit-transform: none;
    transform: none
}

.section-down-arrow, body[data-button-style^=rounded] .scroll-down-wrap, .scroll-down-wrap.no-border, .scroll-down-wrap.minimal-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    z-index: 101
}

.scroll-down-wrap.minimal-arrow, body[data-button-style^=rounded] #ajax-content-wrap .scroll-down-wrap.minimal-arrow {
    bottom: 30px;
    width: 40px;
    margin-left: -20px
}

@media only screen and (max-width: 690px) {
    .scroll-down-wrap.minimal-arrow {
        transform: scale(.6)
    }
}

body[data-button-style*=rounded] .scroll-down-wrap {
    margin-left: -22px
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-] {
    height: 60px;
    width: 60px;
    font-size: 20px;
    line-height: 60px;
    z-index: 10;
    animation: 3.4s ease-in-out infinite fadebottom;
    -webkit-animation: 3.4s ease-in-out infinite fadebottom
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-], body[data-button-style^=rounded] .section-down-arrow, .nectar-next-section-wrap.mouse-wheel .nectar-next-section, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section, .scroll-down-wrap.no-border .section-down-arrow, body[data-button-style^=rounded] .section-down-arrow i, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
    color: #fff !important
}

body[data-button-style^=rounded] .section-down-arrow, .nectar-next-section-wrap.mouse-wheel .nectar-next-section, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section, .scroll-down-wrap.no-border .section-down-arrow {
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    font-size: 25px;
    -webkit-border-radius: 100px;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    overflow: hidden;
    margin-left: 0;
    left: 0;
    bottom: 16px;
    opacity: .6
}

body[data-button-style^=rounded] .section-down-arrow.hidden {
    transform: translateY(55px);
    -webkit-transform: translateY(55px);
    opacity: 0
}

body[data-button-style^=rounded] .section-down-arrow i, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    display: block;
    width: 49px;
    height: 48px;
    line-height: 48px;
    font-size: 20px
}

body[data-button-style^=rounded] .nectar-box-roll .section-down-arrow i {
    transition: none;
    -webkit-transition: none
}

body[data-button-style^=rounded] .section-down-arrow:hover, body[data-button-style^=rounded] .section-down-arrow.hovered, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover {
    opacity: 1
}

body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top, body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
    -webkit-transform: translate(0, -48px);
    transform: translate(0, -48px)
}

body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down.top, body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down, body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down.top, body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down, .nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover i {
    -webkit-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important
}

.nectar-next-section-wrap.bounce a:before {
    border-radius: 100px;
    background-color: #000;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    display: block;
    content: '';
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    transform: scale(.8)
}

.nectar-next-section-wrap.bounce a:hover:before {
    transform: scale(1)
}

.nectar-next-section-wrap.bounce a {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    -webkit-animation: down_arrow_bounce 2.3s infinite;
    animation: down_arrow_bounce 2.3s infinite
}

.nectar-next-section-wrap.bounce i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    top: 0;
    display: inline-block;
    background-color: transparent
}

.nectar-next-section-wrap.bounce[data-shad=add_shadow] a, .nectar-next-section-wrap.down-arrow-bordered[data-shad=add_shadow] a {
    box-shadow: 0px 13px 35px rgba(0, 0, 0, .15)
}

.nectar-next-section-wrap.bounce i.dark-arrow {
    color: #000
}

.nectar-next-section-wrap.minimal-arrow a {
    width: 30px;
    height: 70px;
    text-align: center;
    display: block;
    line-height: 0;
    position: relative
}

.centered-text .nectar-next-section-wrap.minimal-arrow a {
    display: inline-block
}

.nectar-next-section-wrap[data-align=center] {
    text-align: center
}

.nectar-next-section-wrap[data-align=right] {
    text-align: right
}

.nectar-next-section-wrap[data-align=center].minimal-arrow a, .nectar-next-section-wrap[data-align=right].minimal-arrow a {
    display: inline-block
}

@keyframes ctaMinimaLArrowOuter {
    0% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(12px)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes ctaMinimaLArrowLine {
    0% {
        transform-origin: bottom;
        transform: scaleY(1)
    }
    50% {
        transform-origin: bottom;
        transform: scaleY(0)
    }
    51% {
        transform-origin: top
    }
    100% {
        transform: scaleY(1);
        transform-origin: top
    }
}

@keyframes ctaMinimaLArrow {
    0% {
        stroke-dasharray: 45px;
        stroke-dashoffset: 0px
    }
    50% {
        stroke-dasharray: 45px;
        stroke-dashoffset: -45px
    }
    51% {
        stroke-dasharray: 45px;
        stroke-dashoffset: 45px
    }
    100% {
        stroke-dasharray: 45px;
        stroke-dashoffset: 0px
    }
}

.nectar-next-section-wrap.minimal-arrow svg {
    animation: ctaMinimaLArrowOuter 2.5s cubic-bezier(.55, 0, .45, 1) infinite
}

.nectar-next-section-wrap.minimal-arrow a:hover svg path {
    animation: ctaMinimaLArrowLine .6s cubic-bezier(.25, 0, .45, 1) forwards
}

.nectar-next-section-wrap.minimal-arrow a:hover svg polyline {
    stroke-dashoffset: 0px;
    stroke-dasharray: 45px;
    animation: ctaMinimaLArrow .6s cubic-bezier(.25, 0, .45, 1) forwards .1s
}

.nectar-next-section-wrap.minimal-arrow svg {
    display: block;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0
}

.nectar-next-section-wrap[data-custom-color=true].bounce a {
    border-radius: 100px
}

.nectar-next-section-wrap[data-custom-color=true].mouse-wheel .nectar-next-section:before {
    display: none
}

.nectar-next-section-wrap[data-custom-color=true].bounce a:before {
    background: inherit !important
}

.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a, .nectar-next-section-wrap[data-custom-color=true].mouse-wheel a:after {
    border-color: inherit
}

.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a, .nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a i {
    color: inherit !important
}

.nectar-next-section-wrap[data-custom-color=true].mouse-wheel a:after {
    opacity: .5
}

@keyframes down_arrow_bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-14px)
    }
    60% {
        transform: translateY(-7px)
    }
}

@media only screen and (max-height: 750px) {
    body[data-button-style=rounded] .section-down-arrow {
        bottom: 33px
    }
}

@media only screen and (max-height: 650px) {
    body[data-button-style^=rounded] .section-down-arrow {
        width: 30px;
        height: 30px;
        line-height: 34px;
        bottom: 25px;
        margin-left: -15px
    }

    body[data-button-style^=rounded] .scroll-down-wrap:not(.no-border) {
        margin-left: 0
    }

    body[data-button-style^=rounded] .section-down-arrow i {
        width: 26px;
        height: 26px;
        line-height: 28px
    }

    body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top, body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down {
        -webkit-transform: translate(0, -26px);
        -ms-transform: translate(0, -26px);
        transform: translate(0, -26px);
        font-size: 18px
    }
}

@media only screen and (max-height: 450px) {
    body[data-button-style^=rounded] .section-down-arrow {
        display: none
    }
}

body[data-button-style^=rounded] .scroll-down-wrap.no-border, .scroll-down-wrap.no-border {
    bottom: 12px
}

.scroll-down-wrap.no-border .section-down-arrow, .slider-down-arrow.no-border {
    border: none !important;
    overflow: visible;
    text-align: center;
    opacity: 1;
    height: auto;
    bottom: 13px;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section {
    border-width: 0;
    overflow: visible;
    text-align: center;
    opacity: 1;
    height: auto;
    bottom: 13px;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(.25, .460, .45, .940) infinite
}

.nectar-scroll-icon-path {
    fill: transparent;
    stroke-width: 2px;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    -webkit-animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
    animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1)
}

.nectar-scroll-icon {
    width: 30px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100
}

.scroll-down-wrap.no-border .section-down-arrow:after, .nectar-next-section-wrap.mouse-wheel .nectar-next-section:after, .slider-down-arrow.no-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 62
}

.scroll-down-wrap.no-border:hover .section-down-arrow:before, .slider-down-arrow.no-border:hover:before {
    background-color: rgba(255, 255, 255, 1)
}

.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path, .nectar-next-section:hover .nectar-scroll-icon-path, .slider-down-arrow.no-border:hover .nectar-scroll-icon-path {
    stroke-dashoffset: 0;
    -webkit-animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);
    animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1)
}

@-webkit-keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -120
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: -120
    }
}

.scroll-down-wrap.no-border .section-down-arrow:before, .nectar-next-section-wrap.mouse-wheel .nectar-next-section:before, .slider-down-arrow.no-border:before, .nectar-next-section-wrap.mouse-wheel[data-custom-color=true] .track-ball {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 22px;
    background-color: rgba(255, 255, 255, .5);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0, .000, .725, 1) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0, .000, .725, 1) infinite
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
    45% {
        opacity: 0;
        -webkit-transform: scaleY(.5) translateY(13px);
        transform: scaleY(.5) translateY(13px)
    }
    46% {
        opacity: 0;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
    65%, 100% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
    45% {
        opacity: 0;
        -webkit-transform: scaleY(.5) translateY(13px);
        transform: scaleY(.5) translateY(13px)
    }
    46% {
        opacity: 0;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
    65%, 100% {
        opacity: 1;
        -webkit-transform: scaleY(1) translateY(-10px);
        transform: scaleY(1) translateY(-10px)
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    65%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    45% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    65%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .text .line, .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .text .line, .blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .text .line {
    height: 2px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    content: '';
    right: -74px;
    display: block;
    backface-visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
    -webkit-transform-origin: right;
    transform: translateY(-50%) translateX(28px) scaleX(0);
    transform-origin: right
}

@keyframes portRightLineStart {
    0% {
        transform: translateY(-50%) translateX(-25px) scaleX(0)
    }
    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineStart {
    0% {
        transform: translateY(-50%) translateX(-88px) scaleX(0)
    }
    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
    100% {
        transform: translateY(-50%) translateX(28px) scaleX(0)
    }
}

@keyframes rightLineStart2 {
    0% {
        transform: translateY(-50%) translateX(88px) scaleX(0)
    }
    100% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
}

@keyframes rightLineEnd2 {
    0% {
        transform: translateY(-50%) translateX(0px) scaleX(1)
    }
    100% {
        transform: translateY(-50%) translateX(-28px) scaleX(0)
    }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow, .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow, .portfolio-items[data-ps="8"] .next-arrow, .blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow {
    position: absolute;
    backface-visibility: hidden;
    right: -43px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 40px;
    display: block;
    transform: translateX(38px)
}

@keyframes rightArrowStart {
    0% {
        transform: translateX(-50px)
    }
    100% {
        transform: translateX(42px)
    }
}

@keyframes rightArrowEnd {
    0% {
        transform: translateX(42px)
    }
    100% {
        transform: translateX(75px)
    }
}

@keyframes rightArrowStart2 {
    0% {
        transform: translateX(50px) rotate(180deg)
    }
    100% {
        transform: translateX(-42px) rotate(180deg)
    }
}

@keyframes rightArrowEnd2 {
    0% {
        transform: translateX(-42px) rotate(180deg)
    }
    100% {
        transform: translateX(-75px) rotate(180deg)
    }
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow line, .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow line, .blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post h3 .next-arrow line, .blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post h3 .next-arrow line, .portfolio-items[data-ps="8"] line {
    stroke-width: 2px;
    stroke-dasharray: 10px;
    stroke-dashoffset: 30px
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow line, .container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow line, .blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post h3 .next-arrow line, .blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post h3 .next-arrow line, .portfolio-items[data-ps="8"] line {
    stroke: #fff
}

.portfolio-items[data-ps="8"] line, .portfolio-items[data-ps="8"] .col .work-info .vert-center line {
    -webkit-transition: none;
    transition: none
}

@keyframes rightArrowLineStart {
    0% {
        stroke-dashoffset: 30px
    }
    100% {
        stroke-dashoffset: 40px
    }
}

@keyframes rightArrowLineEnd {
    0% {
        stroke-dashoffset: 40px
    }
    100% {
        stroke-dashoffset: 50px
    }
}

.post-area.masonry {
    width: 1125px;
    margin-bottom: 20px;
    margin-top: 0;
    overflow: visible
}

.blog-fullwidth-wrap .post-area.masonry {
    margin-bottom: 40px
}

[data-ext-responsive=false] .blog-fullwidth-wrap .post-area.masonry {
    width: auto
}

.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    overflow-x: auto;
    overflow-y: hidden
}

.vc_col-sm-4 .post-area.masonry, .vc_col-sm-3 .post-area.masonry {
    width: 100%
}

body[data-ext-responsive=true] .post-area.masonry {
    width: 100%
}

.post-area.masonry.span_9 {
    width: 834px;
    margin-right: 5px
}

body[data-ext-responsive=true] .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
    width: 76.5%;
    margin-right: 0
}

.post-area.masonry.span_12 #pagination, .blog-fullwidth-wrap .post-area.masonry #pagination {
    height: 32px;
    margin-top: 55px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px
}

.post-area.masonry.span_9 #pagination {
    height: 32px;
    margin-top: 45px;
    width: 100%;
    margin-bottom: 40px
}

.post-area.masonry.span_12 #pagination, .blog-fullwidth-wrap .post-area.masonry #pagination, .post-area.masonry.span_9 #pagination {
    position: relative;
    bottom: 0
}

.post-area.masonry.span_12 #pagination > div, .blog-fullwidth-wrap .post-area.masonry #pagination > div {
    display: inline;
    float: none;
    margin: 0 5px 0 0
}

body.blog .meta_overlaid_blog.container-wrap {
    padding-top: 0 !important
}

body.blog .meta_overlaid_blog.container-wrap .post-area, .blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid), .page-submenu .full-width-section.first-section {
    margin-top: 0 !important
}

.post-area.masonry .post .post-meta.no-img {
    top: 0 !important
}

.post-area.masonry > article:last-child .content-inner {
    border-bottom: 1px solid #ddd
}

.post-area.masonry .post .post-content, .post-area.featured_img_left .post .post-content {
    padding-left: 0 !important
}

.post-area.masonry .post .quote-inner, .post-area.masonry .post .link-inner {
    margin-bottom: 8px
}

#search-results {
    margin-bottom: 30px;
    overflow: visible
}

#search-results article {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#search-results .result img {
    margin-bottom: 10px
}

.post-area.masonry .post .post-meta {
    display: block;
    margin-bottom: 0
}

.post-area.infinite_scroll video.wp-video-shortcode, .post-area.infinite_scroll .wp-video-shortcode video {
    visibility: visible
}

.search .row .col.section-title h1 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: -1px
}

.post.masonry-blog-item .post-meta {
    position: relative
}

body .post.masonry-blog-item .post-meta .date {
    border-bottom: 0;
    line-height: 22px;
    padding-bottom: 0;
    float: left;
    margin-bottom: 0
}

.light .post.masonry-blog-item p {
    color: #676767
}

.post.masonry-blog-item .content-inner {
    padding-bottom: 0;
    margin-bottom: 18px
}

.masonry.classic .post.masonry-blog-item h3.title {
    font-size: 20px;
    line-height: 30px
}

.post.masonry-blog-item .post-meta .date span {
    float: left;
    display: inline !important;
    text-transform: capitalize;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #676767
}

.post.masonry-blog-item .more-link {
    margin-bottom: 10px
}

.post.masonry-blog-item .post-meta:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.portfolio-items[data-col-num=elastic] .col img, body .masonry.meta_overlaid .post-featured-img img, body .masonry.meta_overlaid .content-inner .whole-link {
    width: 100% !important;
    max-width: 100% !important
}

.post-featured-img img.nectar-lazy {
    display: block
}

.post-featured-img img.nectar-lazy:not(.loaded) {
    opacity: 0
}

.post-featured-img img.nectar-lazy.loaded {
    opacity: 1
}

.masonry.classic .post-featured-img img.nectar-lazy, .post-content.classic .post-featured-img img.nectar-lazy, .post-area.standard-minimal .post-featured-img img.nectar-lazy {
    transition: opacity .5s ease
}

.masonry .post-featured-img img.nectar-lazy:not(.loaded) {
    width: 100%
}

#search-results .result, .masonry-blog-item {
    width: 31%;
    display: inline-block;
    margin-bottom: 2.5%;
    position: relative;
    color: #676767
}

body #search-results .result {
    width: 33.3%;
    padding: 15px;
    margin-bottom: 0
}

#search-results[data-layout=masonry-no-sidebar] .result {
    width: 25%
}

@media only screen and (max-width: 999px) {
    #search-results[data-layout=masonry-no-sidebar] .result {
        width: 50%
    }
}

body.search-results #pagination[data-layout=masonry-no-sidebar], body.search-results #pagination[data-layout=list-no-sidebar] {
    text-align: center
}

body.search-results #pagination[data-layout=masonry-no-sidebar] > div, body.search-results #pagination[data-layout=list-no-sidebar] > div {
    float: none;
    display: inline-block
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    opacity: 1;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 0
}

body.search-results #search-results[data-layout=list-no-sidebar] .bottom-line {
    display: none
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap {
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none
}

body.search-results #search-results[data-layout=list-no-sidebar] article:hover .inner-wrap {
    -webkit-transform: none;
    transform: none;
    box-shadow: none
}

body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 {
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative
}

body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 span {
    opacity: .6;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: 0;
    left: 0
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    font-size: 14px
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 100px;
    display: block;
    background-color: #000;
    transition: margin-top .25s ease, box-shadow .25s ease
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .14)
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap > a img {
    height: 80px;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    opacity: .7
}

body.search-results #search-results[data-layout=list-no-sidebar] article[data-post-thumb="1"]:before {
    color: #fff;
    border: 1px transparent
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    padding-left: 80px
}

.masonry-blog-item .inner-wrap, #search-results .result .inner-wrap {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 18px
}

.original .masonry.material .masonry-blog-item .inner-wrap {
    padding: 0
}

.original .masonry.material .masonry-blog-item .content-inner {
    padding-bottom: 0;
    margin-bottom: 0
}

.masonry.material .post .post-featured-img {
    overflow: hidden;
    display: block;
    line-height: 0;
    position: relative
}

.masonry.material .post .post-featured-img img {
    margin-bottom: 0
}

.masonry.material .posts-container .format-video .post-featured-img, .masonry.material .posts-container .format-audio .post-featured-img {
    overflow: visible
}

.masonry.material .posts-container .format-video .post-featured-img .wrap, .related-posts[data-style=material] .post-featured-img {
    overflow: hidden;
    display: block
}

.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before, .masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before {
    -webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
    transition: all .21s cubic-bezier(.5, .5, .4, .88)
}

.masonry.material .masonry-blog-item .inner-wrap {
    background-color: transparent
}

.masonry.material .posts-container .video-play-button, body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
    transition: all .21s cubic-bezier(.5, .5, .4, .88);
    color: #fff;
    font-size: 30px;
    z-index: 1000;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px
}

body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
    pointer-events: none;
    font-size: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.post-area.masonry.material .post .post-content > .post-meta {
    display: none
}

.masonry.material .masonry-blog-item .grav-wrap {
    position: relative;
    margin-top: 30px;
    z-index: 110
}

.masonry.material .masonry-blog-item .grav-wrap img, .related-posts[data-style=material] .grav-wrap img, .post-area.featured_img_left article .grav-wrap img, .nectar-recent-posts-single_featured .grav-wrap img, [data-style=list_featured_first_row] .grav-wrap img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    margin-right: 13px;
    vertical-align: middle;
    display: inline-block;
    transition: all .4s cubic-bezier(.2, 1, .2, 1)
}

.related-posts[data-style=material] .grav-wrap {
    position: absolute;
    bottom: 30px;
    left: 30px
}

body .related-posts[data-style=material] .article-content-wrap {
    padding-bottom: 80px !important
}

.related-posts[data-style=material] .grav-wrap img {
    display: inline-block
}

.masonry.material .masonry-blog-item .grav-wrap .text a, .related-posts[data-style=material] .grav-wrap .text a, .post-area.featured_img_left article .grav-wrap .text a {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.masonry.material .masonry-blog-item .meta-category a, .related-posts[data-style=material] .meta-category a, .post-area.featured_img_left article .meta-category a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: 0 10px 10px 0
}

.masonry.material .masonry-blog-item .meta-category a:before, .post-area.featured_img_left .meta-category a:before, .related-posts[data-style=material] .meta-category a:before, .nectar-recent-posts-single_featured .grav-wrap .text a:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, [data-style=list_featured_first_row] .meta-category a:before {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform .37s cubic-bezier(.52, .01, .16, 1);
    transition: transform .37s cubic-bezier(.52, .01, .16, 1)
}

.masonry.material .masonry-blog-item .meta-category a:hover:before, .related-posts[data-style=material] .meta-category a:hover:before, .post-area.featured_img_left .meta-category a:hover:before, .nectar-recent-posts-single_featured .grav-wrap .text a:hover:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before, [data-style=list_featured_first_row] .meta-category a:hover:before, .masonry.material .masonry-blog-item .meta-category a:focus:before, .related-posts[data-style=material] .meta-category a:focus:before, .post-area.featured_img_left .meta-category a:focus:before, .nectar-recent-posts-single_featured .grav-wrap .text a:focus:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before, [data-style=list_featured_first_row] .meta-category a:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.masonry.material .masonry-blog-item .grav-wrap .text span, .related-posts[data-style=material] .grav-wrap .text span, .post-area.featured_img_left article .grav-wrap .text span {
    font-size: 13px;
    line-height: 18px
}

.masonry.material .masonry-blog-item .grav-wrap .text, .related-posts[data-style=material] .grav-wrap .text, .post-area.featured_img_left article .grav-wrap .text, .nectar-recent-posts-single_featured .grav-wrap .text {
    vertical-align: middle;
    display: inline-block;
    line-height: 0
}

.masonry.material .masonry-blog-item .grav-wrap a, .related-posts[data-style=material] .grav-wrap a, .post-area.featured_img_left .grav-wrap a {
    color: inherit
}

.masonry.material .masonry-blog-item .grav-wrap a:hover img, .nectar-recent-posts-single_featured a:hover img, .nectar-recent-posts-single_featured a img.hovered, .masonry.material .masonry-blog-item .grav-wrap a img.hovered, .post-area.featured_img_left .grav-wrap a:hover img, .post-area.featured_img_left .grav-wrap a img.hovered, .related-posts[data-style=material] .grav-wrap a:hover img, .related-posts[data-style=material] .grav-wrap a img.hovered {
    box-shadow: 0 7px 20px rgba(0, 0, 0, .19)
}

.material.masonry .masonry-blog-item .video-play-button {
    box-shadow: 0 10px 37px rgba(0, 0, 0, .19)
}

.material.masonry .masonry-blog-item .video-play-button svg, .post-area.featured_img_left .video-play-button svg {
    height: 14px;
    width: 14px
}

.masonry .video-play-button path, .post-area .video-play-button path {
    fill: #fff
}

.post-area.featured_img_left .video-play-button svg {
    margin-right: -2px
}

.post.format-quote .quote-inner .title, .post.format-link .link-inner .title, .masonry.material .post.quote .quote-inner .title, .masonry.material .post.link .link-inner .title, .single .post.quote .quote-inner .title, .post-area.featured_img_left .post.quote .quote-inner .title, .post-area.featured_img_left .post.link .link-inner .title {
    color: #fff
}

.post-area.featured_img_left .post.link .link-inner .title {
    margin-bottom: 0
}

.masonry.material .masonry-blog-item h3 a, .related-posts[data-style=material] h3 a, .post-area.featured_img_left h3 a, .masonry.material .masonry-blog-item h3 a:hover, .related-posts[data-style=material] h3 a:hover, .post-area.featured_img_left h3 a:hover {
    color: inherit !important
}

.masonry.material .masonry-blog-item .article-content-wrap, .related-posts[data-style=material] .article-content-wrap {
    padding: 10px 30px 30px 30px !important
}

.masonry.auto_meta_overlaid_spaced .post.quote .post-content .quote-inner, .masonry.auto_meta_overlaid_spaced .post.link .post-content .link-inner, .masonry.material .post.quote .post-content .quote-inner, .masonry.material .post.link .post-content .link-inner, .post-area.featured_img_left .post.quote .post-content .quote-inner, .post-area.featured_img_left .post.link .post-content .link-inner {
    background-color: transparent !important
}

.masonry.material .masonry-blog-item .article-content-wrap, .masonry.material .masonry-blog-item .meta-category, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
    background-color: #fff
}

.post-area.featured_img_left .post.quote .post-content .quote-inner, .post-area.featured_img_left .post.link .post-content .link-inner {
    text-align: center;
    padding: 10%;
    border-radius: 5px;
    overflow: hidden
}

.post.format-quote .n-post-bg, .post.format-link .n-post-bg, .masonry.material .post.quote .post-content .quote-inner:before, .masonry.material .post.link .post-content .link-inner:before, .post.quote .classic .n-post-bg, .post.link .classic .n-post-bg, .masonry .post.quote .n-post-bg, .masonry .post.link .n-post-bg, .standard-minimal .n-post-bg, .masonry.auto_meta_overlaid_spaced .post .n-post-bg, .post-area.featured_img_left .post.quote .n-post-bg, .post-area.featured_img_left .post.link .n-post-bg, .post-area.featured_img_left .post.quote .post-content .quote-inner:before, .post-area.featured_img_left .post.link .post-content .link-inner:before, .auto_meta_overlaid_spaced .post.quote .n-post-bg:after, .auto_meta_overlaid_spaced .post.link .n-post-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .88
}

.post-area.featured_img_left .post.quote .n-post-bg, .post-area.featured_img_left .post.link .n-post-bg {
    background-position: center
}

.format-quote .n-post-bg, .format-link .post.link .n-post-bg {
    background-size: cover;
    background-position: center
}

.masonry.material .post.quote .post-content .quote-inner:before, .masonry.material .post.link .post-content .link-inner:before, .featured_img_left .post.quote .post-content .quote-inner:before, .featured_img_left .post.link .post-content .link-inner:before {
    z-index: 10
}

.masonry .post.quote .n-post-bg, .masonry .post.link .n-post-bg, .post.quote .classic .n-post-bg, .post.link .classic .n-post-bg, .standard-minimal .n-post-bg, .standard-minimal .post.quote .n-post-bg, .standard-minimal .post.link .n-post-bg, .single .quote-inner .n-post-bg, .single .link-inner .n-post-bg {
    opacity: .25
}

.single .post.format-link .post-content > .link-inner, .single .post.format-quote .post-content > .quote-inner {
    padding: 10%
}

.post.format-quote .post-content .quote-inner:hover, .post.format-link .post-content .link-inner:hover, .masonry.classic .post.quote .post-content .quote-inner:hover, .masonry.meta_overlaid .post.quote .post-content .quote-inner:hover, .masonry.classic_enhanced .post.quote .post-content .quote-inner:hover, .masonry.classic .post.link .post-content .link-inner:hover, .masonry.meta_overlaid .post.link .post-content .link-inner:hover, .masonry.classic_enhanced .post.link .post-content .link-inner:hover, .post.quote .classic .quote-inner:hover, .post.link .classic .link-inner:hover {
    background-color: #333
}

.post-area.featured_img_left .post.quote .post-content, .post-area.featured_img_left .post.link .post-content {
    display: block;
    backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden
}

.single .post.format-quote .quote-inner .quote-wrap:before, .masonry.material .post.quote .quote-wrap:before, .post-area.featured_img_left .post.quote .quote-wrap:before, .masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
    content: "\201C";
    font-family: sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    z-index: 10000;
    height: 32px;
    display: block;
    position: relative;
    padding-top: 33%
}

.single .post.format-quote .quote-inner .quote-wrap:before, .masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
    padding-top: 0
}

.single-post .quote-below-content {
    margin-top: 70px
}

.post-area.featured_img_left .post.quote .quote-wrap:before {
    padding-top: 0;
    line-height: 54px;
    padding-bottom: 15px
}

.post .quote-wrap, .post .link-wrap {
    display: block
}

.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before, .masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before, .post-area.featured_img_left .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before, .post-area.featured_img_left .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before {
    opacity: 1
}

.masonry.material .post.quote .author, .post-area.featured_img_left .post.quote .author {
    margin-top: 10px;
    display: block
}

.masonry.material .post.quote .n-post-bg, .masonry.material .post.link .n-post-bg, .post-area.featured_img_left .post.quote .n-post-bg, .post-area.featured_img_left .post.link .n-post-bg, .masonry.auto_meta_overlaid_spaced .post .n-post-bg {
    opacity: 1;
    background-size: cover
}

.masonry.material .post .post-content .quote-inner .icon, .masonry.material .post .post-content .link-inner .icon, .masonry.auto_meta_overlaid_spaced .post .post-content .quote-inner .icon, .masonry.auto_meta_overlaid_spaced .post .post-content .link-inner .icon, .post-area.featured_img_left .post .post-content .quote-inner .icon, .post-area.featured_img_left .post .post-content .link-inner .icon {
    display: none
}

.post-area.featured_img_left .format-link .content-inner, .post-area.featured_img_left .format-quote .content-inner {
    padding-bottom: 0;
    margin-bottom: 0
}

.masonry.material .post .post-content .link-inner .link-wrap, .post-area.featured_img_left .post .post-content .link-inner .link-wrap {
    z-index: 10;
    position: relative
}

.masonry.material .post.quote .post-content .quote-inner, .masonry.material .post.link .post-content .link-inner {
    padding: 30px;
    margin-bottom: 0
}

.masonry.material .masonry-blog-item .meta-category, .related-posts[data-style=material] .meta-category {
    padding: 20px 30px 0;
    display: block;
    position: relative;
    z-index: 110
}

.masonry.material .masonry-blog-item.format-video .meta-category {
    padding-right: 90px
}

.masonry.material .masonry-blog-item .inner-wrap, body .related-posts[data-style=material] .inner-wrap {
    box-shadow: 0px 30px 90px rgba(0, 0, 0, .14);
    border-radius: 5px;
    overflow: hidden
}

.masonry-blog-item {
    margin-bottom: 0
}

.masonry-blog-item {
    width: 31.1%
}

#ajax-content-wrap .post-area.full-width-article, .post-area.full-width-article {
    margin-bottom: 0
}

.post-area.full-width-article .masonry-blog-item {
    width: 100% !important
}

.post-area.masonry.span_9 .masonry-blog-item {
    width: 46.8%
}

#search-results .result {
    font-size: 11px
}

#search-results .result .bottom-line, .masonry-blog-item .bottom-line {
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #eaeaea
}

#search-results .result .title span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #999;
    margin-top: 3px
}

#search-results .result h2 {
    margin-bottom: 1px;
    font-size: 17px;
    line-height: 22px
}

#search-results .result p {
    padding-bottom: 0
}

article.result .title a {
    color: #000
}

.pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close span {
    line-height: 1.5em;
    display: block
}

#search-results .result .title a, .pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close span {
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
    background-position: left bottom
}

#search-results .result .title a:hover, #search-results .result .title a:focus, .pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close:hover span {
    background-size: 100% 2px
}

.posts-container article .inner-wrap.animated, .posts-container[data-load-animation=fade_in] article .inner-wrap.animated {
    opacity: 0;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap, .posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap.animated {
    transition: opacity .3s cubic-bezier(.3, .58, .55, 1), transform .3s cubic-bezier(.3, .58, .55, 1);
    -webkit-transition: opacity .3s cubic-bezier(.3, .58, .55, 1), -webkit-transform .3s cubic-bezier(.3, .58, .55, 1)
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap {
    transform: translateY(80px);
    -webkit-transform: translateY(80px)
}

.post-area:not(.masonry) .posts-container[data-load-animation=none] article .inner-wrap.animated, .auto_meta_overlaid_spaced .posts-container[data-load-animation=none] article .inner-wrap.animated {
    opacity: 1
}

.posts-container[data-load-animation=perspective] {
    perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 0px;
    -webkit-perspective-origin: 50% 700px
}

.posts-container[data-load-animation=perspective] article {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.posts-container[data-load-animation=perspective] article .inner-wrap, .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
    transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s cubic-bezier(.1, .3, .27, 1);
    -webkit-transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s cubic-bezier(.1, .3, .27, 1)
}

.posts-container[data-load-animation=perspective] article .inner-wrap {
    transform: translateY(450px) rotateX(24deg);
    -webkit-transform: translateY(450px) rotateX(24deg)
}

.posts-container article .inner-wrap {
    height: 100%
}

.posts-container article.animated-in .inner-wrap, .posts-container[data-load-animation=fade_in] article.animated-in .inner-wrap.animated {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    height: 100%
}

.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated {
    transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
    opacity: 1
}

.post-area.masonry.classic_enhanced .post .post-featured-img, .blog-recent[data-style*=classic_enhanced] .post-featured-img, .post-area.masonry.classic_enhanced .n-post-bg {
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    line-height: 0;
    display: block;
    position: relative
}

.post-area.masonry.classic_enhanced .post .post-featured-img img, .post-area.masonry.material .post .post-featured-img img, .post-area.featured_img_left .post .post-featured-img, .related-posts[data-style=material] .post-featured-img img, .post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap .flickity-slider .cell img, .post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img, .post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap .flickity-viewport, .post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap .flickity-viewport, .masonry.material .post.quote .n-post-bg, .masonry.material .post.link .n-post-bg, .post-area.featured_img_left .post.quote .n-post-bg, .post-area.featured_img_left .post.link .n-post-bg, .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img, .blog-recent[data-style*=classic_enhanced] .post-featured-img img, .masonry.auto_meta_overlaid_spaced .post.quote .n-post-bg, .masonry.auto_meta_overlaid_spaced .post.link .n-post-bg {
    margin-bottom: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.post-area.masonry.classic_enhanced .post .inner-wrap:hover .post-featured-img img, .post-area.masonry.classic_enhanced .post.large_featured .inner-wrap:hover .post-featured-img, .post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:hover .post-featured-img, .post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap:hover .flickity-slider .cell img, .post-area.masonry.classic_enhanced .link .inner-wrap:hover .n-post-bg, .post-area.masonry.classic_enhanced .quote .inner-wrap:hover .n-post-bg, .post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img, .post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap:hover .flickity-viewport, .post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap:hover .flickity-viewport, .blog-recent[data-style*=classic_enhanced] .inner-wrap:hover .post-featured-img img, .post-area.masonry.material .post .inner-wrap:hover .post-featured-img img, .related-posts[data-style=material] .inner-wrap:hover .post-featured-img img, .masonry.material .post.quote:hover .n-post-bg, .masonry.material .post.link:hover .n-post-bg, .auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img, .post-area.featured_img_left .post.quote:hover .n-post-bg, .post-area.featured_img_left .post.link:hover .n-post-bg, .blog-recent[data-style*=classic_enhanced_alt] .inner-wrap:hover .post-featured-img, .masonry.auto_meta_overlaid_spaced .post.quote:hover .n-post-bg, .masonry.auto_meta_overlaid_spaced .post.link:hover .n-post-bg {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.masonry.classic_enhanced .masonry-blog-item .entire-meta-link, .post-area.featured_img_left .entire-meta-link, .masonry.material .masonry-blog-item .entire-meta-link, .blog-recent[data-style*=classic_enhanced] .entire-meta-link, .blog-recent[data-style=material] .entire-meta-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 101;
    height: 100%
}

.related-post-wrap .row-bg-wrap {
    z-index: 0;
    pointer-events: none
}

.related-post-wrap .row-bg-wrap .row-bg {
    background-color: rgba(0, 0, 0, .04)
}

.related-post-wrap {
    padding-bottom: 0
}

.original .blog-recent.related-posts {
    padding: 0 0 60px
}

.related-post-wrap h3.related-title {
    padding: 60px 0 30px
}

.ascend .blog-recent.related-posts, .material .blog-recent.related-posts {
    padding: 0 0 8%
}

.ascend .related-post-wrap h3.related-title, .material .related-post-wrap h3.related-title {
    padding: 8% 0 40px
}

.related-post-wrap[data-using-post-pagination=true], .ascend .fullscreen-blog-header .related-post-wrap[data-using-post-pagination=false] {
    margin-top: 0
}

.related-post-wrap[data-using-post-pagination=false] {
    margin-top: 80px
}

.post-area.featured_img_left .post-content-wrap .grav-wrap, .post-area.featured_img_left .post-content-wrap .meta-category {
    z-index: 150;
    position: relative
}

.post-area.featured_img_left article {
    margin-bottom: 6%
}

.post-area.featured_img_left .article-content-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    width: 33%;
    position: relative;
    border-radius: 5px
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
    transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform: scale(.96);
    border-radius: 5px
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:before {
    transform: none
}

.post-area.featured_img_left .article-content-wrap .post-featured-img {
    border-radius: 5px;
    overflow: hidden
}

.post-area.featured_img_left article .article-content-wrap .post-featured-img-wrap {
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a, .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.post-area.featured_img_left .article-content-wrap .post-content-wrap {
    width: 66.6%;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    padding: 6% 0 6% 6%
}

.post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
    padding: 7%
}

.post-area.featured_img_left.span_12 article {
    margin-bottom: 60px
}

.post-area.featured_img_left .post:hover .post-featured-img-wrap:before {
    box-shadow: 0px 30px 60px rgba(0, 0, 0, .17)
}

.post-area.featured_img_left article:hover .article-content-wrap .post-featured-img-wrap {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.post-area.featured_img_left .post-content-wrap .grav-wrap {
    margin-top: 20px
}

.post-area.featured_img_left .article-content-wrap .post-featured-img {
    background-size: cover;
    background-position: center
}

.post-area #pagination {
    padding-left: 95px
}

.post-area.featured_img_left #pagination, .post-area.masonry #pagination {
    padding-left: 0
}

.post-area.infinite_scroll #pagination {
    visibility: hidden;
    height: 1px;
    width: 1px
}

#infscr-loading {
    position: relative;
    z-index: 10000000;
    background-image: url(../images/icons/loading-white-bg.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    border-color: #555;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

#infscr-loading.default_loader {
    background-image: none
}

.infscr-loading-wrap {
    margin: 20px auto;
    clear: both;
    padding: 0;
    text-align: center;
    height: 0;
    opacity: 0;
    transform: scale(.5);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box
}

#infscr-loading div {
    opacity: 0;
    color: #555;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#ajax-content-wrap #infscr-loading img, #infscr-loading img {
    margin-bottom: 0;
    display: none
}

.post-area {
    padding-right: 30px;
    margin-top: 4px
}

.post-area.col_last {
    padding-left: 20px;
    padding-right: 0
}

.post-area.col_last.span_12 {
    padding-left: 0;
    float: none
}

.post-area > article .content-inner {
    margin-bottom: 0;
    border-bottom: 0
}

.post .more-link, .blog-recent .more-link {
    display: block;
    margin-top: 25px;
    cursor: default;
    color: #fff
}

.post .content-inner {
    padding-bottom: 80px
}

.single-post .content-inner > .post-tags {
    margin-top: 50px
}

.post .more-link span, .blog-recent .more-link span {
    background-color: #333;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

body[data-button-style*=slightly_rounded] .post .more-link span, body[data-button-style*=slightly_rounded] .blog-recent .more-link span {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.post .more-link span:hover, .blog-recent .more-link span:hover {
    background-color: #000
}

.post .post-meta {
    position: absolute;
    left: 0;
    top: 0
}

.post.masonry-blog-item .post-meta {
    border-right: 0
}

.main-content .recent-posts-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 7px
}

.post-header, #single-below-header {
    margin-bottom: 12px;
    color: #888
}

.post .post-header h1, .post .post-header h2 {
    font-size: 26px;
    line-height: 30px
}

.post .post-header h2 a {
    color: #000
}

.post .post-header h2 a:hover {
    color: inherit
}

.post .post-header a, .result a, #single-below-header a, #page-header-bg #single-below-header a {
    color: inherit
}

#single-below-header a:hover, #single-below-header a:focus {
    color: #000
}

#page-header-bg #single-below-header a:hover, #page-header-bg #single-below-header a:focus {
    color: #fff
}

.post .post-content.classic .content-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.post-area:not(.masonry) article .post-content.classic {
    overflow: hidden
}

.original .post-area.masonry .post .post-content.classic .content-inner {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.ascend .post-area.masonry .post .post-content.classic .content-inner, .material .post-area.masonry .post .post-content.classic .content-inner {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.masonry .post-content.classic .post-header {
    font-size: 12px
}

.post .post-content {
    position: relative;
    min-height: 98px
}

.post-tags h4 {
    float: left;
    margin-top: 8px;
    margin-bottom: 15px;
    margin-right: 25px
}

.post-tags .clear {
    padding-bottom: 0
}

.post-content {
    padding-left: 95px
}

.post .content-inner {
    position: relative
}

.post.format-quote .post-content .quote-inner, .post.format-link .post-content .link-inner {
    background-color: #000;
    position: relative;
    padding: 15px;
    color: #fff;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.quote .content-inner .quote-inner .whole-link {
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.format-aside .aside-inner p {
    margin-bottom: 15px
}

.post.format-aside .aside-inner .post-header {
    margin-bottom: 0
}

.post.format-chat .content-inner dt {
    margin-top: 15px
}

.post.quote .quote-inner a, .post.format-aside .aside-inner a, .post.format-aside .aside-inner a:hover, .post.format-aside .aside-inner p, .post.format-aside .aside-inner .post-header {
    color: #fff !important
}

.post.quote .quote-inner .title, .post.quote .quote-inner .author, .post.quote .quote-inner .title, .post.quote .quote-inner .icon, .post.format-quote .quote-wrap, .post.format-link .link-wrap {
    position: relative;
    z-index: 100
}

.post.quote .content-inner .whole-link {
    position: absolute;
    z-index: 10;
    display: block;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.post .full-post-link {
    position: absolute;
    content: '';
    z-index: 1000;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.post.quote .content-inner .quote-inner:hover .whole-link {
    background-color: #333
}

.post.quote figure:not([class*=wp-block]) {
    margin: 0 auto
}

.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote) {
    background-image: none;
    padding: 0;
    font-family: inherit;
    margin: 0 auto
}

.post.quote .wp-block-quote blockquote:not(.wp-block-quote), .post.quote .wp-block-pullquote blockquote:not(.wp-block-quote) {
    color: inherit !important
}

.post.link .post-content .destination {
    word-wrap: break-word
}

.post.quote .post-content .quote-inner .icon {
    bottom: 17px;
    height: 17px;
    width: 19px;
    display: block;
    background-image: url(../images/icons/quote.png);
    position: absolute;
    right: 20px
}

.post.link .post-content .link-inner .icon {
    bottom: 17px;
    height: 20px;
    width: 18px;
    display: block;
    background-image: url(../images/icons/link.png);
    position: absolute;
    right: 20px
}

.post.format-status .post-content .status-inner .icon {
    bottom: 17px;
    height: 16px;
    width: 18px;
    display: block;
    background-image: url(../images/icons/status.png);
    position: absolute;
    right: 20px
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    body .post.quote .post-content .quote-inner .icon {
        background-size: 19px 17px;
        background-image: url(../images/icons/quote-2x.png)
    }

    body .post.link .post-content .link-inner .icon {
        background-size: 18px 20px;
        background-image: url(../images/icons/link-2x.png)
    }
}

.post .post-content.quote a, .post .post-content.link a {
    display: block;
    z-index: 10
}

.post.quote .post-content h3, .post.link .post-content h3, .masonry.classic_enhanced .post.quote.masonry-blog-item h3.title, .masonry.classic_enhanced .post.link.masonry-blog-item h3.title {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    display: block;
    margin-bottom: 15px
}

.post.format-quote .post-content h3, .post.format-link .post-content h3 {
    margin-bottom: 15px
}

.single .post.format-quote .post-content h3, .single .post.format-link .post-content h3 {
    margin-bottom: 20px
}

.single .post.format-link .post-content h3 a {
    color: inherit
}

body .meta_overlaid .post.quote .post-content h3, body .meta_overlaid .post.link .post-content h3 {
    font-size: 18px;
    line-height: 30px
}

.post.quote .post-content .quote-below-content h2 {
    color: inherit
}

.format-status .post-content h2 a {
    color: #fff
}

.post.quote .post-content a:hover .quote-inner, .post.link .post-content a:hover .link-inner {
    background-color: #333
}

.post .post-meta a {
    color: #888
}

.post-content.classic .post-header > span:after {
    background-color: #888;
    width: 1px;
    margin: 0 4px;
    height: 11px;
    content: '';
    display: inline-block
}

.masonry .post-content.classic .post-header > span:after {
    height: 10px;
    margin: 0 6px
}

.post-content.classic .post-header > span:last-of-type:after {
    display: none
}

.post .post-meta a:hover {
    color: #000
}

.post h3.title {
    margin-bottom: 4px
}

.post .post-meta {
    display: block;
    margin-bottom: 20px;
    border-right: 1px solid #e6e6e6
}

.post .post-meta.no-img {
    top: 6px
}

.post .content-inner .post-featured-img img {
    max-width: none;
    margin-bottom: 15px;
    width: 100%
}

.post .post-meta .date {
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 12px;
    position: relative;
    transition: all .2s linear 0s
}

.masonry.classic .nectar-love-wrap .nectar-love-count {
    font-size: 12px
}

.post .post-meta .month, .post .post-meta .year {
    display: block;
    font-size: 17px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0;
    font-weight: 600
}

.post-content.classic .post-meta .month {
    line-height: 1em
}

.post .post-meta .year {
    margin-top: 5px
}

.post .post-meta .day {
    display: block;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0 12px;
    font-weight: 700;
    text-transform: uppercase
}

.post .post-meta .date {
    padding-bottom: 17px;
    border-bottom: 1px solid #e6e6e6
}

.post-content.classic .post-meta[data-love=false] .date {
    border-bottom: 0
}

.post-content.classic .post-meta[data-love=false] {
    border-right: 0
}

.post-content.classic .post-meta[data-love=false] .month, .post-content.classic .post-meta[data-love=false] .year {
    font-size: 24px
}

.post-content.classic .post-meta[data-love=false] .day {
    font-size: 36px;
    line-height: 36px
}

.post.video .video-wrap, .single-portfolio .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 15px
}

.post.video .video-wrap iframe, .single-portfolio .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post.video .mejs-container {
    margin-bottom: 15px
}

.post.audio .audio-wrap, .main-content .audio-wrap {
    margin-bottom: 15px
}

.post .gallery-slider .gallery, .post .gallery-slider .jetpack-slideshow {
    display: none
}

.post table {
    width: 100%
}

.post table td, .post table th {
    text-align: center
}

.post table tbody td {
    padding: 5px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #676767
}

.post table tbody tr td:first-child {
    border-left: 1px solid #e6e6e6
}

.post table th {
    border-bottom: 1px solid #e6e6e6;
    color: #676767
}

.post table #prev {
    text-align: left;
    position: relative;
    z-index: 2
}

.post table #next {
    text-align: right;
    position: relative;
    z-index: 2
}

.post caption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center
}

.hentry .updated.rich-snippet-hidden, #page-header-bg[data-post-hs=default_minimal] #single-below-header .updated.rich-snippet-hidden, .post-area[data-remove-post-date="1"] article .date, .post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header > span, .post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text > span, .post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span, .blog-recent[data-style*=classic_enhanced][data-remove-post-date="1"] .post-header > span, .blog-recent[data-style=title_only][data-remove-post-date="1"] .post-header > span, .blog-recent[data-style=minimal][data-remove-post-date="1"] .post-header > .meta > span {
    display: none
}

.post-area[data-remove-post-author="1"] article .meta-author, .post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a, .post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap > a, .post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a, .post-area[data-remove-post-author="1"].featured_img_left .grav-wrap > a, .post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap, .blog-recent[data-style=default][data-remove-post-author="1"] .meta-author, .blog-recent[data-style*=classic_enhanced][data-remove-post-author="1"] .meta-author, .nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap > a, .nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text > span {
    display: none
}

.post-area[data-remove-post-comment-number="1"] article .meta-comment-count, .blog-recent[data-style=default][data-remove-post-comment-number="1"] .meta-comment-count, .blog-recent[data-style*=classic_enhanced][data-remove-post-comment-number="1"] .meta-comment-count {
    display: none
}

.post-area[data-remove-post-nectar-love="1"] article .nectar-love, .post-area[data-remove-post-nectar-love="1"].masonry.classic_enhanced article .nectar-love-wrap {
    display: none;
    pointer-events: none
}

body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap, .blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .inner-wrap {
    padding-bottom: 0
}

.post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content, .post-area[data-remove-post-author="1"].standard-minimal .post .post-content {
    padding-left: 0
}

.post-area[data-remove-post-author="1"].standard-minimal .post-author {
    position: relative;
    text-align: left;
    width: auto
}

.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*=classic_enhanced].related-posts .post-meta, .post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap, .post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap {
    display: none
}

.post-area.masonry.classic_enhanced[data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post .post-meta, #ajax-content-wrap .blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"] .nectar-love-wrap, .blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post-meta {
    display: none
}

p > a > i.icon-3x {
    margin-bottom: 0
}

#pagination {
    position: relative;
    margin-bottom: 10px;
    height: 32px;
    width: 100%
}

#pagination.fw-pagination {
    text-align: center;
    height: auto;
    padding: 10px 0 50px;
    margin-bottom: 0
}

#pagination.fw-pagination.alt-style-padding {
    padding: 50px 0
}

#pagination.fw-pagination > div {
    float: none;
    display: inline-block
}

#pagination.infinite_scroll {
    display: none
}

#pagination span:not(.page-numbers), #pagination a:not(.page-numbers) {
    background-color: #333
}

#pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span, .container-wrap nav.woocommerce-pagination ul li span {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    padding: 11px 13px 10px 13px !important;
    background-position: -21px center;
    position: relative;
    text-transform: capitalize;
    color: #fff !important;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    border-radius: 2px;
    font-family: 'Open Sans';
    font-weight: 700
}

.woocommerce nav.woocommerce-pagination ul li {
    overflow: visible
}

body #pagination span.page-numbers.dots, body #pagination > a, .woocommerce nav.woocommerce-pagination ul li a, body nav.woocommerce-pagination ul li span.page-numbers.dots {
    background-color: transparent !important;
    font-size: 12px !important;
    line-height: 14px
}

body #pagination span.page-numbers.dots, body #pagination > a, .woocommerce nav.woocommerce-pagination ul li a, body nav.woocommerce-pagination ul li span.page-numbers.dots, body #pagination .page-numbers.prev, body #pagination .page-numbers.next, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    color: inherit !important
}

body #pagination > span.page-numbers.current, body nav.woocommerce-pagination span.page-numbers.current {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    margin: 0 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 14px;
    font-size: 12px !important
}

body #pagination .page-numbers.prev, body #pagination .page-numbers.next, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    width: auto;
    background-color: transparent;
    background-image: none;
    text-indent: 0 !important;
    border: 0
}

#ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev, #ajax-content-wrap nav.woocommerce-pagination .page-numbers.next body nav.woocommerce-pagination .page-numbers.prev, body nav.woocommerce-pagination .page-numbers.next {
    width: auto
}

body #pagination > span:first-child.page-numbers {
    margin-left: 0 !important
}

body #pagination > a:hover, body #pagination > a.page-numbers:hover, body nav.woocommerce-pagination li a:hover {
    background-color: transparent !important
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span, .container-wrap nav.woocommerce-pagination ul li span {
    line-height: 11px !important
}

#pagination > div {
    float: left;
    margin: 0 5px 0 0
}

#pagination > div:first-child {
    margin-left: 0
}

#pagination .next a:hover, #pagination .prev a:hover, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span, .woocommerce nav.woocommerce-pagination ul li a:active {
    background-color: #000
}

#pagination span {
    cursor: default
}

#pagination a, #pagination span {
    display: inline-block
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, #pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat !important
}

#pagination a.page-numbers, #pagination span.page-numbers {
    font-size: 12px;
    line-height: 11px
}

#pagination .next.inactive, #pagination .prev.inactive {
    background-color: #eae8e5;
    cursor: default !important;
    height: 32px;
    width: 32px;
    margin: 0 5px 0 0
}

#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background-image: url(../images/icons/portfolio-arrows.png);
    background-position: -20px 12px
}

#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url(../images/icons/portfolio-arrows.png);
    background-position: 13px 12px
}

@media only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    #pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
        background-image: url(../images/icons/portfolio-arrows-2x.png);
        background-size: 40px 9px
    }

    #pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
        background-image: url(../images/icons/portfolio-arrows-2x.png);
        background-size: 40px 9px
    }
}

#author-bio {
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 0;
    min-height: 80px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-bottom: 1px solid #ddd;
    position: relative
}

#author-bio #author-info {
    width: 100%;
    padding-left: 105px
}

#author-bio img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0
}

#author-bio .clear {
    padding-bottom: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item {
    padding: 4px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12 {
    padding: 4px
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="4px"], .post-area.auto_meta_overlaid_spaced {
    margin: 0 0 0 -4px
}

body .post-area.auto_meta_overlaid_spaced.span_12 {
    width: calc(100% + 8px)
}

.auto_meta_overlaid_spaced[data-ams="8px"] .masonry-blog-item {
    padding: 8px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    padding: 8px
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="8px"], .post-area.auto_meta_overlaid_spaced[data-ams="8px"] {
    margin: 0 0 0 -8px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    width: calc(100% + 16px)
}

.auto_meta_overlaid_spaced[data-ams="12px"] .masonry-blog-item {
    padding: 12px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
    padding: 12px
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="12px"], .post-area.auto_meta_overlaid_spaced[data-ams="12px"] {
    margin: 0 0 0 -12px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
    width: calc(100% + 24px)
}

.auto_meta_overlaid_spaced[data-ams="16px"] .masonry-blog-item {
    padding: 16px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
    padding: 16px
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="16px"], .post-area.auto_meta_overlaid_spaced[data-ams="16px"] {
    margin: 0 0 0 -16px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
    width: calc(100% + 32px)
}

.auto_meta_overlaid_spaced[data-ams="20px"] .masonry-blog-item {
    padding: 20px
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
    padding: 20px
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="20px"], .post-area.auto_meta_overlaid_spaced[data-ams="20px"] {
    margin: 0 0 0 -20px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
    width: calc(100% + 40px)
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12, .blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams], body[data-col-gap] .vc_row-fluid .blog-fullwidth-wrap .span_12.post-area.auto_meta_overlaid_spaced[data-ams] {
    margin: 0;
    width: 100% !important
}

.auto_meta_overlaid_spaced .post-header .meta-author, .auto_meta_overlaid_spaced .post-header .meta-category, .auto_meta_overlaid_spaced .post-header .meta-comment-count {
    display: none
}

.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0)
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap, .ascend .auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap, .auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner, .auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
    padding: 30px !important
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img, .auto_meta_overlaid_spaced .content-inner > a, .auto_meta_overlaid_spaced .masonry-blog-item .content-inner, .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    top: auto;
    bottom: 0;
    height: 75%
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
    transition: transform .7s cubic-bezier(.2, 1, .22, 1), opacity .5s ease;
    backface-visibility: visible;
    background-size: cover;
    background-position: center;
    width: 100.5%;
    height: 100.5%
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner {
    background-color: rgba(0, 0, 0, .3)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img[data-nectar-img-src], .post-area.featured_img_left .post-featured-img[data-nectar-img-src] {
    opacity: 0
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img.no-img {
    background-color: rgba(0, 0, 0, .2)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    content: '';
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .65) 100%)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner > a {
    z-index: 30
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
    left: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap, .auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner, .auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
    pointer-events: none;
    z-index: 33;
    position: absolute;
    bottom: 0;
    width: 100%
}

.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner, .auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
    height: 100%
}

.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner .quote-wrap, .auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner .link-wrap {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    padding: 30px
}

.auto_meta_overlaid_spaced .post.link .full-post-link, .auto_meta_overlaid_spaced .post.quote .full-post-link {
    pointer-events: all
}

.auto_meta_overlaid_spaced.post-area.masonry .post .quote-inner, .auto_meta_overlaid_spaced.post-area.masonry .post .link-inner {
    margin-bottom: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a, .auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a:hover, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    color: #fff !important;
    transition: opacity .37s cubic-bezier(.52, .01, .16, 1)
}

.auto_meta_overlaid_spaced .meta-category a, .auto_meta_overlaid_spaced .post.quote .author {
    font-weight: 600
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    opacity: .72
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover {
    opacity: 1
}

.post-area.auto_meta_overlaid_spaced .posts-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 50vh
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap .meta-category {
    pointer-events: all
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 25%;
    display: block
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1), .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6), .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7), .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
    width: 50%
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
    max-width: 55%
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-header, .auto_meta_overlaid_spaced .masonry-blog-item .post-header h3 {
    margin-bottom: 0
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 50%
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
    width: 100%
}

@media only screen and (max-width: 690px) {
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
        height: 33vh
    }
}

@media only screen and (max-width: 999px) {
    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 50%
    }

    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
        width: 100%
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1001px) {
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 25%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
        max-width: 100%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
        width: 50%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header, .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header, .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header, .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
        max-width: 55%
    }
}

@media only screen and (min-width: 1601px) {
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 20%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
        max-width: 100%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) {
        width: 40%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1) .post-header, .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7) .post-header, .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9) .post-header, .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) .post-header {
        max-width: 55%
    }
}

.auto_meta_overlaid_spaced article .content-inner > .play svg {
    width: 14px;
    height: 14px
}

.auto_meta_overlaid_spaced article .content-inner > .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 60px;
    width: 60px;
    z-index: 100;
    pointer-events: none
}

.auto_meta_overlaid_spaced article .content-inner > .play:before {
    border-width: 3px
}

.auto_meta_overlaid_spaced article:hover .content-inner > .play:before {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    opacity: .4
}

.auto_meta_overlaid_spaced article .content-inner > .play svg path {
    fill: #fff
}

body .blog-recent[data-style*=classic_enhanced] .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 300;
    width: 100%;
    margin-bottom: 0;
    border-right: 0
}

.masonry.classic_enhanced .post .post-header h2 a {
    color: inherit
}

.masonry.classic_enhanced .post .post-meta a, .masonry.classic_enhanced .post .post-meta i:not(.icon-salient-heart), .blog-recent[data-style*=classic_enhanced] .post-meta a, .blog-recent[data-style*=classic_enhanced] .post-meta i:not(.icon-salient-heart) {
    transition: color .1s linear;
    -webkit-transition: color .1s linear
}

.masonry.classic_enhanced .post .post-meta a, .masonry.classic_enhanced .post-header, .masonry.classic_enhanced .post .excerpt, .blog-recent[data-style*=classic_enhanced] .excerpt, .blog-recent[data-style*=classic_enhanced] .post-meta a {
    color: #888
}

.blog-recent[data-style*=classic_enhanced] .post-meta a .nectar-love-count {
    color: #888
}

.masonry.classic_enhanced .post .post-meta a, .masonry.classic_enhanced .post-meta .nectar-love-count, .masonry.classic_enhanced .post-header, .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-count, .blog-recent[data-style*=classic_enhanced] .post-header, .blog-recent[data-style*=classic_enhanced] .post-meta a {
    font-size: 12px
}

.masonry.classic_enhanced .post .post-meta i, .masonry.classic_enhanced .post .post-header .icon-salient-m-clock, .blog-recent[data-style*=classic_enhanced] .post-meta i, .blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock {
    color: #b9b9b9
}

.masonry.classic_enhanced .post.wide_tall .post-meta i, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta i {
    color: rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced .post .post-meta a, .blog-recent[data-style*=classic_enhanced] .post-meta a {
    display: inline-block;
    vertical-align: middle
}

.masonry.classic_enhanced .post .post-meta i, .blog-recent[data-style*=classic_enhanced] .post-meta i {
    width: 15px;
    margin-right: 3px;
    font-size: 14px;
    top: 0
}

.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2, .blog-recent[data-style*=classic_enhanced] .post-meta .icon-salient-heart-2 {
    margin-right: 0
}

.masonry.classic_enhanced .post .post-meta .meta-comment-count i, .blog-recent[data-style*=classic_enhanced] .post-meta .meta-comment-count i {
    width: 14px
}

.masonry.classic_enhanced .post .post-header .icon-salient-m-clock, .blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock {
    width: 14px;
    margin-right: 5px;
    font-size: 14px;
    top: 0
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a, .masonry.classic_enhanced .posts-container .large_featured .meta-category a, .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
    color: #000;
    border: 2px solid rgba(0, 0, 0, .2)
}

body[data-button-style^=rounded] .masonry.classic_enhanced .posts-container article .meta-category a, body[data-button-style^=rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a {
    border-radius: 100px
}

.masonry.classic_enhanced .posts-container article .meta-category a, .masonry.classic_enhanced .posts-container .wide_tall .meta-category a, .blog-recent[data-style*=classic_enhanced] .meta-category a {
    padding: 0 10px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    transition: all .2s ease
}

body .blog-recent[data-style*=classic_enhanced_alt] .meta-category a, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5)
}

.masonry.classic_enhanced .posts-container article .meta-category a:hover {
    border: 2px solid transparent;
    color: #fff
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a:hover, .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a:hover {
    border: 2px solid transparent;
    color: #fff
}

.masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a, .blog-recent[data-style*=classic_enhanced] .has-post-thumbnail .meta-category a, .blog-recent[data-style*=classic_enhanced] .meta-category a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 101
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a {
    z-index: 301
}

.masonry.classic_enhanced .posts-container article .meta-category a, .blog-recent[data-style*=classic_enhanced] .meta-category a {
    z-index: 101;
    position: relative
}

.masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child), .blog-recent[data-style*=classic_enhanced] .meta-category a:not(:first-child) {
    display: none
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap, .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap {
    float: none;
    display: inline-block
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love i, .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .heart-wrap, .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .nectar-love-count, .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love i, .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .heart-wrap, .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .nectar-love-count {
    display: block;
    line-height: 18px;
    float: left
}

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap {
    overflow: hidden
}

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap.has-post-thumbnail {
    background-color: transparent
}

.post-area.masonry.classic_enhanced .post .post-meta, .blog-recent[data-style*=classic_enhanced] .post-meta {
    padding: 6px 21px;
    z-index: 101;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-video .video-play-button {
    display: none
}

.post-area.masonry.classic_enhanced .post.format-link.has-post-thumbnail .post-featured-img, .post-area.masonry.classic_enhanced .post.format-quote.has-post-thumbnail .post-featured-img {
    display: none
}

.span_12.light .masonry.classic_enhanced .masonry-blog-item h3.title, .span_12.light .blog-recent[data-style=classic_enhanced] h3.title {
    color: #444
}

.masonry.classic_enhanced .masonry-blog-item .inner-wrap, .blog-recent[data-style*=classic_enhanced] .inner-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08)
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap {
    -webkit-perspective: none;
    perspective: none
}

body:not(.ascend) .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    padding: 0
}

body:not(.ascend) .masonry.classic_enhanced .post .content-inner {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
    position: relative;
    width: 50%;
    height: 100%;
    z-index: 100;
    background-color: #fff
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.post-area.masonry.classic_enhanced .post:not(.wide_tall) .img-link {
    position: relative;
    display: block
}

.post-area.masonry.classic_enhanced .post.large_featured .post-content {
    height: 100%
}

.post-area.masonry.classic_enhanced .post.large_featured .img-link, .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 100
}

.post-area.masonry.classic_enhanced .post.large_featured .post-featured-img, .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell, .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell {
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #333;
    background-position: center
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img, .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
    background-color: #777
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap > .img-link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-radius: 4px
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-quote .post-featured-img, .post-area.masonry.classic_enhanced .post.wide_tall.format-link .post-featured-img {
    opacity: .1
}

.post-area.masonry.classic_enhanced .post.wide_tall .flickity-slider .cell, .post-area.masonry.classic_enhanced .post.wide_tall .flickity-viewport, .post-area.masonry.classic_enhanced .post.large_featured .flickity-slider .cell, .post-area.masonry.classic_enhanced .post.large_featured .flickity-viewport {
    height: 100% !important
}

.post-area.masonry.classic_enhanced .post.wide_tall .meta-category, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .meta-category {
    z-index: 1000;
    display: block;
    position: relative
}

.post-area.masonry.classic_enhanced .post.wide_tall h3, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap h3, .span_12.light .post-area.masonry.classic_enhanced .post.wide_tall h3 {
    color: #fff
}

.post-area.masonry.classic_enhanced article h3:hover a {
    color: inherit
}

.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:after, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap:after {
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -2%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 11;
    border-radius: 4px;
    content: ' '
}

.post-area.masonry.classic_enhanced .post.wide_tall:not(.format-quote):not(.format-link) .inner-wrap:before, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
    background-color: rgba(0, 0, 0, .43);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    content: ' '
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 4px
}

.masonry.classic_enhanced .post.wide_tall .post-meta a, .masonry.classic_enhanced .wide_tall .post-header, .masonry.classic_enhanced .post.wide_tall .excerpt, .masonry.classic_enhanced .post.wide_tall .nectar-love span, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta a, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-header, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .excerpt, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span {
    color: rgba(255, 255, 255, .9)
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span {
    color: rgba(255, 255, 255, .9)
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-meta, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta {
    border-color: rgba(255, 255, 255, .15)
}

.post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
    position: absolute;
    z-index: 100;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 20%
}

.post-area.masonry.classic_enhanced .post.large_featured .post-meta {
    bottom: 0;
    top: auto;
    left: 0;
    z-index: 1000;
    width: 50%;
    position: absolute
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
    padding: 21%
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
    line-height: 26px
}

.post-area.masonry.classic_enhanced .post.quote .post-content .quote-inner, .post-area.masonry.classic_enhanced .post.link .post-content .link-inner {
    padding: 0
}

.post-area.masonry.classic_enhanced .post.quote .post-content, .post-area.masonry.classic_enhanced .post.quote .content-inner, .post-area.masonry.classic_enhanced .post.quote .quote-inner, .post-area.masonry.classic_enhanced .post.link .post-content, .post-area.masonry.classic_enhanced .post.link .content-inner, .post-area.masonry.classic_enhanced .post.link .link-inner, .post-area.masonry.classic_enhanced .post.wide_tall .post-content, .post-area.masonry.classic_enhanced .post.wide_tall .content-inner, .post-area.masonry.classic_enhanced .post.wide_tall .conent-inner a {
    height: 100%
}

.post-area.masonry.classic_enhanced .quote-wrap, .post-area.masonry.classic_enhanced .link-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
    padding: 17% !important;
    display: block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    left: 0;
    position: absolute
}

.post-area.masonry.classic_enhanced .large_featured .quote-wrap, .post-area.masonry.classic_enhanced .large_featured .link-wrap {
    padding: 10.5% !important
}

@media only screen and (min-width: 1000px) {
    .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
        padding: 17%;
        display: block;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        top: 50%;
        z-index: 10;
        left: 0;
        position: absolute
    }
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    width: 100%
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .content-inner, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-content, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .content-inner, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-content, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-content, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .content-inner {
    height: 100%
}

.masonry.classic_enhanced .posts-container article .video-play-button svg {
    width: 16px;
    height: 16px;
    display: block
}

.masonry.classic_enhanced .posts-container article .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .21s cubic-bezier(.5, .5, .4, .88);
    transition: all .21s cubic-bezier(.5, .5, .4, .88);
    color: #fff;
    font-size: 40px;
    z-index: 1000;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px
}

.masonry.classic_enhanced .posts-container .format-audio:hover .video-play-button, .masonry.classic_enhanced .posts-container .format-video:hover .video-play-button {
    transform: translateY(-50%) translateX(-50%) scale(1.18);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.18);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .17)
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .video-play-button, .masonry.classic_enhanced .posts-container .wide_tall .video-play-button {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    transform: none;
    -webkit-transform: none
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail):hover .video-play-button, .masonry.classic_enhanced .posts-container .wide_tall:hover .video-play-button {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.masonry.classic_enhanced .posts-container .large_featured .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-meta.no-img, .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-meta.no-img, .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img, .post-area.masonry.classic_enhanced .post.wide_tall .post-meta, .blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta {
    position: absolute !important;
    bottom: 0;
    top: auto !important;
    left: 0;
    z-index: 101;
    width: 100%
}

@media only screen and (min-width: 1000px) {
    .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (min-width: 1000px) {
    .blog-recent[data-style*=classic_enhanced].related-posts .col {
        margin-bottom: 0
    }
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap {
    padding: 30px
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap .post-header {
    margin-bottom: 0
}

.blog-recent[data-style*=classic_enhanced].related-posts .post-meta {
    padding: 10px 21px
}

.blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 52px !important
}

.container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 0 !important
}

.post-area.masonry.classic_enhanced .post .post-meta > *, .blog-recent[data-style*=classic_enhanced] .post-meta > * {
    margin-right: 13px;
    margin-left: 0
}

.post-area.masonry.classic_enhanced .post .content-inner {
    position: static
}

.post-area.masonry.classic_enhanced .post .post-meta > *:last-child, .blog-recent[data-style*=classic_enhanced] .post-meta > *:last-child {
    margin-right: 0
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love, .blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love {
    margin-left: 0
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love .icon-salient-heart, .post-area.masonry.classic_enhanced .post.large_featured .post-featured-img img, .post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img img, .blog-recent[data-style*=classic_enhanced_alt] .post-featured-img img, .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell img, .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell img {
    display: none
}

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap, .blog-recent[data-style*=classic_enhanced] .article-content-wrap {
    padding: 17%;
    position: relative;
    z-index: 100;
    background-color: #fff
}

.masonry.classic_enhanced .masonry-blog-item h3.title, .blog-recent[data-style*=classic_enhanced] h3.title {
    margin-bottom: 0
}

@media only screen and (max-width: 690px) {
    .post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
        width: 100%;
        height: auto;
        position: static
    }

    body .masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap, body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        height: auto !important;
        padding: 17%
    }

    .post-area.masonry.classic_enhanced .post.large_featured .post-meta, .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img, .post-area.masonry.classic_enhanced .quote-wrap, .post-area.masonry.classic_enhanced .link-wrap, .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
        position: relative;
        width: 100% !important
    }

    body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
        padding: 30% 17%
    }

    .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
        position: absolute
    }

    .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
        position: relative;
        width: 100%;
        height: 280px;
        overflow: hidden;
        z-index: 110
    }

    body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap, body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap, .post-area.masonry.classic_enhanced .quote-wrap, .post-area.masonry.classic_enhanced .link-wrap {
        height: auto !important;
        -webkit-transform: none;
        transform: none;
        position: relative
    }

    .post-area.masonry.classic_enhanced .post.large_featured .meta-category a {
        color: #fff;
        border: 2px solid rgba(255, 255, 255, .5)
    }

    .post-area.masonry.classic_enhanced .post.large_featured .img-link {
        position: relative;
        width: 100%;
        height: 280px
    }

    .post-area.masonry.classic_enhanced .post.large_featured, .post-area.masonry.classic_enhanced .post.regular .article-content-wrap, .post-area.masonry.classic_enhanced .post.regular.format-standard.has-post-thumbnail, .post-area.masonry.classic_enhanced .post.regular.format-video.has-post-thumbnail, .post-area.masonry.classic_enhanced .post.regular.format-audio.has-post-thumbnail, .masonry.classic_enhanced .masonry-blog-item {
        height: auto !important
    }

    .post-area.masonry.classic_enhanced .posts-container:not(.meta-moved) .post-content > .post-meta {
        opacity: 0;
        position: absolute !important
    }
}

.post-area.masonry.meta_overlaid {
    margin-bottom: 0
}

.post-area.masonry.meta_overlaid .posts-container {
    overflow: hidden
}

body[data-ext-responsive=true] .post-area.masonry.meta_overlaid {
    width: 100%
}

body.blog .post-area.masonry.meta_overlaid.infinite_scroll #pagination {
    margin-bottom: 0
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    padding: 20px
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap > *:not(.post-header) {
    display: none
}

.post-area.masonry.meta_overlaid .post .post-meta {
    margin: 0 0 3px;
    line-height: 26px
}

.post-area.masonry.meta_overlaid .post.wide_tall .post-meta, .post-area.masonry.meta_overlaid .post.large_featured .post-meta {
    margin: 6px 0 6px
}

body .post-area.masonry.meta_overlaid article.post .post-meta .date, body .post-area.masonry.meta_overlaid .post.quote .quote-inner .author, body .post-area.masonry.meta_overlaid .post.link .post-content .destination {
    float: none !important;
    font-size: 12px
}

.post-area.masonry.meta_overlaid article .post-header {
    font-size: 12px
}

body .meta_overlaid .post .post-header h3 {
    font-size: 18px;
    margin-bottom: 6px
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-category, body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-comment-count {
    display: none
}

body .masonry.meta_overlaid .masonry-blog-item {
    margin-bottom: 0
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .06) 16%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .6) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .06) 16%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .6) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.42, 0, .58, 1) 0s;
    width: 100%;
    opacity: 1;
    z-index: 1
}

body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:before {
    opacity: 1
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img {
    transition: opacity .3s cubic-bezier(.42, 0, .58, 1) 0s;
    opacity: .85
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img.nectar-lazy:not(.loaded) {
    opacity: 0
}

body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:hover img {
    opacity: 1
}

body .masonry.meta_overlaid .content-inner > a {
    height: 100%
}

body .masonry.meta_overlaid .content-inner > a > .post-featured-img {
    background-color: #000
}

.masonry.meta_overlaid .masonry-blog-item .bottom-line, .masonry.meta_overlaid .masonry-blog-item .more-link {
    display: none
}

.masonry.meta_overlaid .masonry-blog-item, .masonry.meta_overlaid .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none
}

.masonry.meta_overlaid .masonry-blog-item .post-meta {
    padding: 0 18px
}

.masonry.meta_overlaid .post .nectar-love-wrap {
    line-height: 20px
}

.masonry.meta_overlaid .masonry-blog-item {
    padding: 0
}

.masonry.meta_overlaid .masonry-blog-item .content-inner .post-featured-img img, .masonry.meta_overlaid .masonry-blog-item .more-link, .masonry.meta_overlaid .post .quote-inner, .masonry.meta_overlaid .post .link-inner, .masonry.meta_overlaid .post .status-inner, .masonry.meta_overlaid .post .aside-inner, .masonry.meta_overlaid .masonry-blog-item .content-inner.gallery-slider img {
    margin-bottom: 0 !important
}

.masonry.meta_overlaid .masonry-blog-item .content-inner {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0
}

.masonry.meta_overlaid .post.quote .post-content .post-meta, .masonry.meta_overlaid .post.link .post-content .post-meta, .masonry.meta_overlaid .format-status .post-content .post-meta, .masonry.meta_overlaid .post.format-aside .post-meta {
    display: none
}

.masonry.meta_overlaid .post .post-header h3 a, .masonry.meta_overlaid .post .post-header, .masonry.meta_overlaid .post .post-header h3 a:hover {
    color: #fff
}

.masonry.meta_overlaid .post .post-header h3 a {
    display: block
}

body .masonry.meta_overlaid .content-inner > a, body .masonry.meta_overlaid .content-inner > a > span {
    display: block;
    line-height: 1px
}

body .masonry.meta_overlaid article.post .post-header .meta-author span {
    font-size: 13px
}

body .masonry.meta_overlaid .post .post-header .meta-author a {
    margin-left: 4px;
    color: #fff;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

body .masonry.meta_overlaid .post .post-header .meta-author a:hover {
    opacity: .85
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 10;
    text-align: center
}

body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date, body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
    font-size: 16px
}

body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured {
    width: 100% !important
}

@media only screen and (min-width: 690px) {
    body .masonry.meta_overlaid .masonry-blog-item.wide_tall h3.title, body .masonry.meta_overlaid .masonry-blog-item.large_featured h3.title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px
    }
}

body .masonry.meta_overlaid .post .content-inner, body .masonry.meta_overlaid .post .post-content, body .masonry.meta_overlaid .post.quote .post-content .quote-inner, body .masonry.meta_overlaid .post .post-content .link-inner, body .masonry.meta_overlaid .post.format-link .content-inner a {
    height: 100% !important;
    width: 100% !important
}

body .masonry.meta_overlaid .link-inner .link-wrap, body .masonry.meta_overlaid .quote-inner .quote-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    z-index: 100;
    padding: 0 12%
}

body .masonry.meta_overlaid .post-content {
    min-height: 40px
}

body .post-area.masonry.meta_overlaid.span_9 {
    padding-right: 40px
}

.post-area.masonry.meta_overlaid .post .quote-inner, .post-area.masonry.meta_overlaid .post .link-inner, .post-area.masonry.meta_overlaid .post .status-inner, .post-area.masonry.meta_overlaid .post .aside-inner {
    text-align: center;
    overflow: hidden
}

.post-area.standard-minimal .post-author {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100px;
    font-size: 12px;
    line-height: 22px
}

.post-area.standard-minimal.full-width-content .post {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 70px
}

.post-area.standard-minimal.full-width-content .posts-container > article:last-child {
    border: none
}

.post-area.standard-minimal.full-width-content .post .content-inner {
    padding-bottom: 0;
    margin-bottom: 70px;
    border-bottom: 0
}

.post-area.standard-minimal.full-width-content .post .more-link {
    margin-top: 25px
}

.post-area.standard-minimal.full-width-content #pagination {
    text-align: center
}

.post-area.standard-minimal.full-width-content #pagination > div {
    float: none;
    display: inline-block
}

.post-area.standard-minimal .post .more-link span {
    background-color: transparent;
    padding: 0;
    color: #333
}

.post-area.standard-minimal .post .post-header, .post-area.standard-minimal .post .content-inner .post-featured-img img, .post-area.standard-minimal .post .content-inner .article-content-wrap > .video > .wp-video, .post-area.standard-minimal .post .content-inner .article-content-wrap .audio-wrap, .post-area.standard-minimal .post .content-inner .quote-inner {
    margin-bottom: 60px !important
}

.post-area.standard-minimal .post .content-inner .quote-inner h3 {
    color: #fff;
    margin-bottom: 20px
}

.post-area.standard-minimal .post .content-inner .quote-inner, .post-area.standard-minimal .post .content-inner .link-inner {
    padding: 10%;
    position: relative
}

.post-area.standard-minimal .quote-wrap, .post-area.standard-minimal .link-wrap {
    z-index: 100;
    position: relative
}

.post-area.standard-minimal .post.quote .post-content .quote-inner .icon, .post-area.standard-minimal .post.link .post-content .link-inner .icon {
    right: 30px;
    bottom: 30px
}

.post-area.standard-minimal .post .content-inner .quote-inner .author {
    position: relative;
    padding-left: 30px
}

.post-area.standard-minimal .post .content-inner .quote-inner .author:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    content: ' ';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.post-area.standard-minimal .post .more-link {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    position: relative;
    line-height: 50px;
    padding-right: 25px
}

.post-area.standard-minimal .post .more-link span {
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.post-area.standard-minimal .post .more-link span:after {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    height: 50px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    content: "\f105";
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 53%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    font-size: 25px;
    transition: opacity .25s cubic-bezier(.12, .75, .4, 1), transform .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: opacity .25s cubic-bezier(.12, .75, .4, 1), -webkit-transform .25s cubic-bezier(.12, .75, .4, 1)
}

.post-area.standard-minimal .post .more-link:hover span:after {
    transform: translateX(12px) translateY(-50%);
    -webkit-transform: translateX(12px) translateY(-50%)
}

.post-area.standard-minimal .post .more-link:hover span:before {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
    -webkit-transform: translateY(-50%) translateX(0px)
}

.post-area.standard-minimal .post .more-link span:before {
    backface-visibility: hidden;
    letter-spacing: 0;
    display: block;
    content: ' ';
    z-index: 100;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000;
    top: 53%;
    opacity: 0;
    right: -10px;
    cursor: pointer;
    transform: translateY(-50%) translateX(-20px) translateZ(0);
    -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
    transition: opacity .25s cubic-bezier(.12, .75, .4, 1), transform .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: opacity .25s cubic-bezier(.12, .75, .4, 1), -webkit-transform .25s cubic-bezier(.12, .75, .4, 1)
}

.post-area.standard-minimal .post .post-meta .date, .post-area.standard-minimal .post .more-link span {
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px
}

.post-area.standard-minimal .post .post-meta .date a {
    display: block
}

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a, .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a span, .post-area.standard-minimal .post .article-content-wrap .nectar-love, .post-area.standard-minimal .post .article-content-wrap .nectar-love > span, .post-area.standard-minimal .post .article-content-wrap .meta-comment-count i, .post-area.standard-minimal .post .article-content-wrap .nectar-love i, .post-area.standard-minimal .post .article-content-wrap .meta-comment-count, .post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap, .post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap > span, .post-area.standard-minimal .post .article-content-wrap .meta-category i {
    line-height: 34px;
    height: 34px;
    width: auto;
    display: inline-block
}

.post-area.standard-minimal .post .more-link {
    margin-top: 15px
}

.post-area.standard-minimal .post .article-content-wrap .meta-category i {
    font-size: 20px
}

.post-area.standard-minimal .post .article-content-wrap .nectar-love > span {
    font-size: 14px;
    color: #aaa
}

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count {
    margin-left: 15px
}

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a, .post-area.standard-minimal .post .article-content-wrap .meta-category a {
    font-size: 14px
}

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a:not(:hover), .post-area.standard-minimal .post .article-content-wrap .meta-category a:not(:hover) {
    color: #aaa
}

.post-area.standard-minimal .post .article-content-wrap a i, .post-area.standard-minimal .post .article-content-wrap .meta-category i {
    font-size: 20px;
    width: 22px;
    margin-right: 5px;
    transition: color .2s linear;
    -webkit-transition: color .2s linear
}

.post-area.standard-minimal .post .article-content-wrap a:not(:hover) i:not(.loved), .post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) i {
    color: #c1c1c1
}

.post-area.standard-minimal .post .article-content-wrap .flex-direction-nav a:not(:hover) i:not(.loved), .post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) .flex-direction-nav i {
    color: #fff
}

.post-area.standard-minimal .post .post-meta {
    margin-bottom: 0
}

.post-area.standard-minimal #pagination {
    padding-left: 0
}

.post-area.standard-minimal .post .post-meta, .post-area.standard-minimal .post .post-meta .date {
    position: relative;
    padding-bottom: 0;
    border: none
}

.post-area.standard-minimal .post-content {
    padding-left: 175px;
    overflow: hidden
}

.single .post-area.standard-minimal .post-content {
    overflow: visible
}

.post-area.standard-minimal .post-author .grav-wrap {
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px auto
}

#pagination {
    position: relative;
    margin-bottom: 10px;
    height: 32px;
    width: 100%
}

.standard-minimal.full-width-content.post-area #pagination {
    margin-bottom: 40px
}

.post-area.standard-minimal .post .post-meta.no-img {
    top: 0
}

.post-area.standard-minimal .post .nectar-love .icon-salient-heart {
    display: none
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 600px
    }

    .post-area.standard-minimal .post-author .grav-wrap {
        width: 70px;
        height: 70px
    }

    .post-area.standard-minimal .post-content {
        padding-left: 140px
    }
}

@media only screen and (max-width: 321px) {
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 300px
    }
}

@media only screen and (min-width: 480px) and (max-width: 690px) {
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 420px
    }
}

@media only screen and (max-width: 690px) {
    .post-area.standard-minimal .post-author {
        position: relative
    }

    .post-area.standard-minimal .grav-wrap {
        display: none
    }

    .post-area.standard-minimal .post-author {
        width: 100%;
        text-align: left
    }
}

#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
    color: #ccc;
    position: relative;
    z-index: 10;
    background-color: #252525
}

#footer-outer .row {
    padding: 55px 0;
    margin-bottom: 0
}

#footer-outer #footer-widgets[data-has-widgets=false] .row {
    padding: 0
}

#footer-outer .widget h4, .text-on-hover-wrap .categories a {
    color: #777;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 20px
}

#footer-outer .widget {
    margin-bottom: 30px
}

#footer-outer .widget.widget_categories ul ul, #footer-outer .widget.widget_pages ul ul, #footer-outer .widget.widget_nav_menu ul ul, #slide-out-widget-area .widget.widget_nav_menu ul ul {
    margin: 0 !important;
    padding: 0 0 0 20px
}

#footer-outer #footer-widgets .widget.widget_pages li, #footer-outer #footer-widgets .widget.widget_nav_menu li, #slide-out-widget-area .widget.widget_nav_menu li {
    border-bottom: 0;
    padding: 0 !important
}

#footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #444
}

#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a, #ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a {
    display: inline-block;
    border-bottom: 0
}

#slide-out-widget-area .widget.widget_nav_menu li a {
    padding: 6px 20px;
    display: block
}

#footer-outer .widget.widget_categories > ul > li:first-child > a, #footer-outer .widget.widget_pages > ul > li:first-child > a, #footer-outer .widget.widget_nav_menu > ul > li:first-child > a, #slide-out-widget-area .widget.widget_categories > ul > li:first-child > a, #slide-out-widget-area .widget.widget_pages > ul > li:first-child > a {
    padding-top: 0
}

#footer-outer .span_3 .widget:last-child {
    margin-bottom: 0
}

#footer-outer a {
    color: #ccc
}

#footer-outer a:hover {
    color: #000
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul li a {
    padding: 0;
    border: none
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul li {
    padding: 4px 0 !important;
    border: none
}

#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button), #slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: left bottom;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease;
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
    background-image: linear-gradient(to right, #fff 0%, #fff 100%)
}

#ajax-content-wrap #footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button), #slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
    display: inline
}

#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button):hover, #footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li > a:not(.tag-cloud-link):not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover {
    background-size: 100% 2px;
    opacity: 1
}

#footer-outer .widget ul li {
    margin-bottom: 7px
}

#footer-outer #copyright {
    padding: 20px 0;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777
}

#footer-outer #copyright li {
    float: left;
    margin-left: 20px
}

#footer-outer[data-cols="1"] #copyright .social li a {
    height: 50px
}

#footer-outer #copyright .container div:last-child {
    margin-bottom: 0
}

#footer-outer #copyright li a, #header-secondary-outer #social li a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-position: center top
}

#footer-outer #copyright li a i, #header-secondary-outer #social li a i {
    color: #777;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#footer-outer .icon-be, #footer-outer .icon-vimeo, #footer-outer .icon-salient-spotify {
    line-height: 32px
}

#footer-outer .fa-vine {
    font-size: 16px
}

#footer-outer[data-full-width="1"] .container {
    width: 100%;
    padding: 0 28px;
    max-width: none
}

#footer-outer #copyright li a i:hover {
    color: #000
}

#footer-outer #copyright li .vimeo, #footer-outer #copyright li .behance, #header-secondary-outer #social li .behance, #header-secondary-outer #social li .vimeo {
    background-color: #666
}

#footer-outer #copyright li .vimeo:hover, #footer-outer #copyright li .behance:hover, #header-secondary-outer #social li .behance:hover, #header-secondary-outer #social li .vimeo:hover {
    background-color: #000
}

#footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px
}

#footer-outer #copyright .col ul {
    float: right
}

#footer-outer #copyright li .facebook {
    width: 12px
}

#footer-outer #copyright li .twitter {
    width: 20px
}

#footer-outer #copyright li .dribbble {
    width: 24px
}

#footer-outer #copyright li .google-plus {
    width: 20px
}

#footer-outer #copyright li .pinterest {
    width: 17px
}

#footer-outer #copyright li .rss {
    width: 18px
}

#footer-outer #copyright li .vimeo {
    width: 20px;
    text-indent: -9999px
}

#footer-outer #copyright li .tumblr {
    width: 21px
}

#footer-outer #copyright li .youtube {
    width: 21px
}

#footer-outer #copyright li .linkedin {
    width: 19px
}

#footer-outer #copyright li .behance {
    width: 27px;
    text-indent: -9999px
}

#footer-outer #copyright li .instagram {
    width: 20px
}

#footer-outer #copyright #social .icon-soundcloud {
    font-size: 26px
}

body #footer-outer i, body #header-secondary-outer #social i {
    font-size: 20px;
    width: auto;
    background-color: transparent
}

#footer-outer #copyright i.icon-be {
    font-size: 24px
}

#header-secondary-outer #social li .icon-be {
    font-size: 18px
}

body[data-footer-reveal="1"] #ajax-content-wrap, body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
    overflow: hidden
}

body[data-footer-reveal="1"] #footer-outer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1
}

body[data-footer-reveal="1"] .container-wrap {
    margin-bottom: 280px
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=small] .container-wrap {
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large] .container-wrap {
    box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] .container-wrap {
    box-shadow: 0 70px 110px -30px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 70px 110px -30px rgba(0, 0, 0, 1)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] #footer-outer .row {
    padding: 80px 0
}

body .container-wrap.no-shadow, body[data-footer-reveal="1"][data-footer-reveal-shadow] .container-wrap.no-shadow {
    box-shadow: none
}

body[data-footer-reveal="1"] #call-to-action .triangle {
    display: none
}

@media only screen and (min-width: 1000px) {
    #footer-widgets[data-cols="5"] .container .row > div {
        width: 19.5%
    }

    #footer-widgets[data-cols="5"] .container .row > div:first-child {
        width: 35%
    }
}

#footer-outer .col {
    z-index: 10;
    min-height: 1px
}

#footer-outer[data-cols="1"] .col {
    text-align: center
}

#footer-outer[data-cols="1"] #footer-widgets .container .col {
    width: 100%
}

#footer-outer[data-cols="1"] #footer-widgets .span_12 > div:last-child {
    margin-bottom: 0
}

#footer-outer[data-cols="1"] #copyright .col, #footer-outer[data-cols="1"] #copyright .col ul, #footer-outer #copyright[data-layout=centered] .col, #footer-outer #copyright[data-layout=centered] .col ul {
    width: 100%;
    float: none
}

#footer-outer #copyright[data-layout=centered] .col .social li {
    margin-top: 25px
}

#footer-outer[data-cols="1"] #copyright #social li a {
    display: block;
    height: 50px;
    width: 50px
}

#footer-outer:not([data-cols="1"]) #copyright[data-layout=centered] .social li a {
    height: 30px;
    width: 30px;
    line-height: 30px
}

#footer-outer[data-cols="1"] #copyright li a i {
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 48px
}

#footer-outer[data-cols="1"] #copyright li a:hover i {
    border-color: #fff;
    color: #fff
}

#footer-outer[data-cols="1"] #copyright .col ul li {
    margin-bottom: 25px
}

#footer-outer[data-cols="1"] #copyright, #footer-outer #copyright[data-layout=centered] {
    padding: 45px 0
}

#footer-outer[data-cols="1"] #copyright li, #footer-outer #copyright[data-layout=centered] li, #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
    float: none;
    display: inline-block;
    margin: 0 10px;
    width: auto
}

@media only screen and (min-width: 1000px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        max-width: 70%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 999px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        margin-bottom: 0
    }
}

#footer-outer #copyright[data-layout=centered] .widget, #footer-outer[data-cols="1"] #copyright .widget {
    margin-bottom: 0
}

.ascend #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child, .material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
    padding-top: 4px !important
}

#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li, #footer-outer #copyright[data-layout=centered] .widget_nav_menu li, #footer-outer[data-cols="1"] #copyright .widget_nav_menu li, #footer-outer #copyright[data-layout=centered] .widget_pages li, #footer-outer[data-cols="1"] #copyright .widget_pages li {
    vertical-align: top;
    text-align: left;
    margin: 0 15px
}

#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul, #footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul, #footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul, #footer-outer #copyright[data-layout=centered] .widget_pages li ul, #footer-outer[data-cols="1"] #copyright .widget_pages li ul {
    padding-left: 0;
    margin-left: 0
}

#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul li, #footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul li, #footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul li, #footer-outer #copyright[data-layout=centered] .widget_pages li ul li, #footer-outer[data-cols="1"] #copyright .widget_pages li ul li {
    display: block;
    margin-left: 0
}

#footer-outer #copyright[data-layout=centered] .widget [data-style=minimal-counter] > li:before, #footer-outer[data-cols="1"] #copyright .widget [data-style=minimal-counter] > li:before, #footer-outer[data-cols="1"] #copyright .arrow-circle, #footer-outer #copyright[data-layout=centered] .widget .arrow-circle, #footer-outer #copyright .widget_products img {
    display: none
}

#footer-outer #copyright .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left] > li, #footer-outer #copyright[data-layout=centered] .widget_search, #footer-outer[data-cols="1"] #copyright .widget_search {
    margin: 20px 0
}

#footer-outer #copyright[data-layout=centered] .col {
    text-align: center
}

#footer-outer[data-cols="1"] #copyright li a i:after {
    position: absolute;
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    pointer-events: none;
    display: block;
    content: '';
    top: 0;
    left: 0;
    opacity: .2;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 46px;
    width: 46px
}

#footer-outer[data-cols="1"] #copyright li a:hover i:after {
    opacity: 1
}

body #footer-outer[data-cols="1"][data-disable-copyright=false] .row {
    padding-top: 70px;
    padding-bottom: 40px
}

#footer-outer[data-cols="1"][data-disable-copyright=false] #copyright {
    padding-bottom: 70px
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-using-widget-area=false][data-copyright-line=false][data-matching-section-color=true] #copyright, body #footer-outer[data-cols="1"][data-disable-copyright=false][data-using-widget-area=false] #copyright {
    padding-top: 70px
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] .row {
    padding-bottom: 0
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] #copyright {
    padding-top: 30px
}

#footer-outer[data-cols="1"] #copyright[data-layout=centered] .col .social li {
    margin-top: 0
}

#footer-outer[data-using-bg-img=true] {
    background-size: cover;
    background-position: center
}

#footer-outer[data-using-bg-img=true]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background-color: inherit;
    opacity: .9
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0"]:after, #footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.0"]:after {
    opacity: 0
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.1"]:after {
    opacity: .1
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.2"]:after {
    opacity: .2
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.3"]:after {
    opacity: .3
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.4"]:after {
    opacity: .4
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.5"]:after {
    opacity: .5
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.6"]:after {
    opacity: .6
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.7"]:after {
    opacity: .7
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.8"]:after {
    opacity: .8
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.9"]:after {
    opacity: .9
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="1"]:after {
    opacity: 1
}

#to-top {
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear
}

body[data-button-style*=rounded] #to-top {
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    background-color: rgba(0, 0, 0, .25)
}

body[data-button-style*=rounded] #to-top:hover, body[data-button-style*=rounded] #to-top.dark:hover {
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
    background-color: transparent !important
}

body[data-button-style*=rounded] #to-top:after, body[data-button-style*=rounded] #to-top:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    border-radius: 100px;
    -webkit-border-radius: 100px
}

body[data-button-style*=rounded] #to-top:before {
    background-color: rgba(255, 255, 255, .25);
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    z-index: 2
}

body[data-button-style*=rounded] #to-top:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

body[data-button-style*=rounded] #to-top {
    overflow: hidden
}

body[data-button-style*=rounded] #to-top i.fa-angle-up.top-icon, body[data-button-style*=rounded] #to-top i.fa-angle-up {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease
}

body[data-button-style*=rounded] #to-top:hover i.fa-angle-up.top-icon, body[data-button-style*=rounded] #to-top:hover i.fa-angle-up, body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up.top-icon, body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up {
    -webkit-transform: translate(0, -29px);
    transform: translate(0, -29px)
}

body[data-button-style*=rounded] #to-top:active:before {
    opacity: 1
}

#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: transparent
}

#to-top:hover, #to-top.dark:hover {
    background-color: #000
}

#to-top.dark {
    background-color: rgba(0, 0, 0, .87)
}

#slide-out-widget-area.slide-out-from-right {
    position: fixed;
    transform: translate(301px, 0px);
    -webkit-transform: translate(301px, 0px);
    -ms-transform: translate(301px, 0px);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700
}

#slide-out-widget-area.fullscreen .inner li a, #slide-out-widget-area .off-canvas-social-links li a, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a, #slide-out-widget-area .menuwrapper li small {
    opacity: .7;
    transition: opacity .2s ease, color .2s ease;
    -webkit-transition: opacity .2s ease, color .2s ease
}

#slide-out-widget-area.fullscreen .inner li a:hover, #slide-out-widget-area .off-canvas-social-links li a:hover, #slide-out-widget-area .off-canvas-social-links li a:hover, #slide-out-widget-area .inner .current_page_ancestor > a, #slide-out-widget-area .inner .current-menu-item > a, #slide-out-widget-area .inner .current-menu-ancestor > a, #slide-out-widget-area .inner .current_page_item > a, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus, #slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li > a.hovered {
    opacity: 1
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li {
    position: relative
}

#slide-out-widget-area .ocm-dropdown-arrow {
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    right: -6px;
    top: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 0
}

#slide-out-widget-area .ocm-dropdown-arrow i {
    font-size: 18px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    top: 0
}

#slide-out-widget-area .open-submenu > .ocm-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.admin-bar #slide-out-widget-area {
    padding-top: 33px
}

.admin-bar #slide-out-widget-area.slide-out-from-right {
    padding-top: 53px
}

#slide-out-widget-area .secondary-header-text {
    margin-bottom: 35px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .1);
    padding: 10px 15px
}

body #slide-out-widget-area .secondary-header-text {
    line-height: 1.4em
}

#slide-out-widget-area.mobile, #slide-out-widget-area.slide-out-from-right-hover.mobile {
    overflow-y: scroll;
    overflow-x: hidden
}

#slide-out-widget-area-bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996
}

#slide-out-widget-area-bg .bg-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

#slide-out-widget-area .bottom-text {
    padding-bottom: 0;
    font-size: 12px
}

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0
}

#slide-out-widget-area .off-canvas-social-links li i {
    background-color: transparent;
    font-size: 18px;
    line-height: 22px
}

body:not(.material) #slide-out-widget-area .off-canvas-social-links li a, .material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a {
    padding: 0 8px
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a, #slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}

.blurred-wrap {
    transition: filter .45s linear;
    -webkit-transition: -webkit-filter .45s linear
}

.blurred-wrap.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.msie .blurred-wrap.blurred {
    -ms-filter: none;
    filter: none
}

#slide-out-widget-area .widget h4 {
    margin-bottom: 8px
}

#slide-out-widget-area .inner > div {
    margin-bottom: 25px
}

#slide-out-widget-area .inner > div:first-of-type {
    margin-top: -7px
}

#slide-out-widget-area .inner {
    width: 100%;
    height: 100%
}

#slide-out-widget-area a, #slide-out-widget-area, #slide-out-widget-area h4, #slide-out-widget-area h3 {
    color: #fff
}

body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
    color: #fff
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    position: absolute;
    right: 22px;
    top: 22px
}

body[data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
    top: 47px
}

body[data-full-width-header=false].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close, body[data-full-width-header=false].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close {
    z-index: 100
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    display: block;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    font-family: 'Open Sans';
    font-weight: 400
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 34px;
    height: 34px;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    color: #ddd;
    font-size: 18px;
    max-width: none;
    line-height: 32px
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-] {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover {
    border-color: rgba(255, 255, 255, .7)
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    -webkit-backface-visibility: hidden;
    color: #fff;
    font-size: 18px;
    height: 34px;
    left: -2px;
    line-height: 32px;
    max-width: none;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    width: 34px
}

body[data-full-width-header=true] .slide_out_area_close {
    display: none
}

#top nav ul .slide-out-widget-area-toggle a .lines, #top nav ul .slide-out-widget-area-toggle a .lines:before, #top nav ul .slide-out-widget-area-toggle a .lines:after {
    background-color: rgba(0, 0, 0, .4)
}

body .lines-button {
    line-height: 0;
    font-size: 0
}

.lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block
}

.lines-button:hover {
    opacity: 1
}

.lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: .3s;
    position: relative
}

.lines:before, .lines:after {
    display: block;
    width: 1.4rem;
    height: 3px;
    background: #ecf0f1;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: .142rem center;
    transform-origin: .142rem center
}

.lines:before {
    top: 6px
}

.lines:after {
    top: -6px
}

.lines-button.close {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
    top: 0;
    width: 1.11111rem
}

#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines, #header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines, #header-outer.transparent.dark-slide > #top nav ul .slide-out-widget-area-toggle a .lines-button i, #footer-outer[data-using-bg-img=true] #copyright {
    background-color: transparent !important
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    -ms-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg)
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button:after {
    background-color: rgba(0, 0, 0, .4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform .45s ease, opacity .2s ease, background-color .2s linear;
    -webkit-transition: -webkit-transform .45s ease, opacity .2s ease, background-color .2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #999
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 6px
}

body #header-outer .lines-button {
    top: 9px
}

body.original .slide-out-hover-icon-effect.small .lines-button, body.ascend .slide-out-hover-icon-effect.small .lines-button {
    top: 10px
}

body.ascend:not(.mobile) .slide-out-hover-icon-effect:not(.small) .lines-button {
    top: -1px
}

body.original #header-outer[data-has-menu=true] .lines-button, body.ascend #header-outer[data-has-menu=true] .lines-button {
    top: 10px
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    top: 0 !important
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg);
    transform: translateY(-6px) rotateZ(-45deg)
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:before, .slide-out-widget-area-toggle .lines-button.x2 .lines:after {
    transition: -webkit-transform .45s ease, background-color .2s ease, opacity .2s ease;
    transition: transform .45s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle.mobile-icon .lines {
    background-color: transparent
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines:after {
    height: 2px !important;
    width: 22px !important
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) > span {
    height: auto
}

body[data-header-search=false].material #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) > span {
    height: 22px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button:after {
    height: 3px;
    top: 0;
    width: 2rem;
    border-radius: 2px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
    height: 3px;
    width: 2rem;
    border-radius: 2px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
    top: 9px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .close .lines:before {
    top: 10px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:before {
    -webkit-transform: translateY(-9px) rotateZ(-45deg);
    -ms-transform: translateY(-9px) rotateZ(-45deg);
    transform: translateY(-9px) rotateZ(-45deg)
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:after {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.close:after {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 1.4rem
}

.lines-button.x.close .lines {
    background: transparent !important
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 1.4rem
}

.lines-button.x2 .lines {
    transition: background .2s ease, opacity .2s ease
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .4s .45s ease, -webkit-transform .3s ease, background-color .2s ease, opacity .2s ease;
    transition: top .4s .45s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle a > span {
    transition: -webkit-transform .33s .3s ease-in;
    transition: transform .33s .3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px
}

.slide-out-widget-area-toggle.mobile-icon a > span {
    height: 20px
}

.slide-out-widget-area-toggle .closed > span {
    transition: -webkit-transform .33s 0s ease;
    transition: transform .33s 0s ease
}

#slide-out-widget-area .menuwrapper {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0;
    display: block
}

#slide-out-widget-area .menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none
}

#slide-out-widget-area .menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

#slide-out-widget-area .menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#slide-out-widget-area .menuwrapper li {
    position: relative
}

#slide-out-widget-area .menuwrapper li small {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    top: -4px;
    opacity: .6
}

#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small {
    font-size: 10px;
    display: block;
    font-family: 'Open Sans';
    font-weight: 700
}

#slide-out-widget-area .no-touch .menuwrapper li a:hover {
    background: rgba(255, 248, 213, .1)
}

#slide-out-widget-area .menuwrapper .back > a {
    background: rgba(0, 0, 0, .13)
}

#slide-out-widget-area:not(.fullscreen) .menuwrapper .back > a, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back > a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px
}

body #slide-out-widget-area .menuwrapper .back, body #slide-out-widget-area .menu.subview .subviewopen > .sub-menu > .back {
    display: inline-block;
    margin-bottom: 20px !important
}

#slide-out-widget-area .menuwrapper .menu {
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#slide-out-widget-area .menuwrapper .menu.menu-toggle {
    transition: all .25s ease
}

#slide-out-widget-area .menuwrapper .menu.menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

body #slide-out-widget-area .menuwrapper li .sub-menu {
    display: none
}

body #slide-out-widget-area .menuwrapper li .sub-menu, #slide-out-widget-area .menuwrapper > .sub-menu {
    margin: 0 !important;
    padding: 0 !important
}

body #slide-out-widget-area .menu.subview li, body #slide-out-widget-area .menu.subview .subviewopen > a, body #slide-out-widget-area .menu.subview .subview > a, body #slide-out-widget-area .menu.subview .subviewopen > small, body #slide-out-widget-area .menu.subview .subview > small, #slide-out-widget-area .mobile-only {
    display: none
}

body #slide-out-widget-area .menu.subview .subviewopen > a, body #slide-out-widget-area .menu.subview .subview > a {
    display: none !important
}

body #slide-out-widget-area .menu.subview .subview, body #slide-out-widget-area .menu.subview .subview .sub-menu, body #slide-out-widget-area .menu.subview .subviewopen, body #slide-out-widget-area .menu.subview .subviewopen > .sub-menu, body #slide-out-widget-area .menu.subview .subviewopen > .sub-menu > li {
    display: block
}

#slide-out-widget-area .menuwrapper > .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 .4s ease-in-out;
    animation: MenuAnimOut5 .4s ease-in-out
}

.menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 .4s ease-in-out;
    animation: MenuAnimIn5 .4s ease-in-out
}

.menuwrapper > .sub-menu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 .4s ease-in-out;
    animation: SubMenuAnimIn5 .4s ease-in-out
}

.menuwrapper > .sub-menu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 .4s ease-in-out;
    animation: SubMenuAnimOut5 .4s ease-in-out
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(-25deg) translateX(-300px);
        transform: rotateY(-25deg) translateX(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: rotateY(0deg) translateX(0px);
        transform: rotateY(0deg) translateX(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: rotateY(25deg) translateX(300px);
        transform: rotateY(25deg) translateX(300px);
        opacity: 0
    }
}

.menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 .4s ease-in-out;
    animation: MenuAnimOut4 .4s ease-in-out
}

.menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 .4s ease-in-out;
    animation: MenuAnimIn4 .4s ease-in-out
}

.menuwrapper > .sub-menu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 .4s ease;
    animation: SubMenuAnimIn4 .4s ease
}

.menuwrapper > .sub-menu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 .4s ease;
    animation: SubMenuAnimOut4 .4s ease
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: scale(.8);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.8);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
}

#nectar-ocm-ht-line-check {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: -1px
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func=default] .off-canvas-menu-container li ul, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul, #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul {
    position: relative;
    max-height: 0;
    box-sizing: content-box;
    -webkit-transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
    transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: hidden
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul, #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul {
    padding-left: 20px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul > li:first-child, #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul > li:first-child {
    margin-top: 10px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul > li:last-child, #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul > li:last-child {
    margin-bottom: 0
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 16px;
    line-height: 22px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children > a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children > a {
    margin-right: 20px
}

body:not(.material) #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul > li:last-child {
    margin-bottom: 10px
}

#footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span, #slide-out-widget-area .widget_recent_entries span, #slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
    display: block;
    line-height: 17px;
    color: #999;
    font-size: 11px;
    margin-bottom: 6px
}

#slide-out-widget-area .widget_recent_entries span, #slide-out-widget-area .recent_posts_extra_widget .post-widget-text span {
    color: inherit
}

#slide-out-widget-area .widget_recent_entries span {
    opacity: .8
}

#footer-outer #footer-widgets .col ul li {
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #444
}

#footer-outer #footer-widgets .col ul li:last-child {
    margin-bottom: 0
}

#footer-outer .widget.widget_nav_menu li a, #footer-outer #footer-widgets .col ul ul li:last-child {
    border-bottom: 0 !important
}

#footer-outer #footer-widgets .col p {
    padding-bottom: 20px
}

#footer-outer #footer-widgets .col p:last-child {
    padding-bottom: 0
}

.widget_calendar {
    position: relative
}

#sidebar .widget_calendar {
    margin-bottom: 30px
}

.widget_calendar table {
    width: 100%;
    border-collapse: collapse
}

.widget_calendar table td, #footer-outer #footer-widgets .col .widget_calendar table th {
    text-align: center
}

.widget_calendar table tbody td {
    border: 0;
    padding: 4px;
    font-size: 14px;
    color: #666
}

.widget_calendar table tbody tr td:first-child {
    border-left: 0
}

.widget_calendar table tbody tr:nth-child(2n+1) {
    background-color: #f0f0f0
}

#slide-out-widget-area .widget_calendar table tbody tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .1)
}

.widget_calendar table th {
    font-weight: 700;
    border-bottom: 0;
    text-align: center;
    padding-bottom: 10px;
    color: #999
}

.widget_calendar table #prev {
    text-align: left;
    position: relative;
    padding: 10px 0 0;
    z-index: 2
}

.widget_calendar table #next {
    text-align: right;
    position: relative;
    padding: 10px 0 0;
    z-index: 2
}

.widget_calendar caption {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
    background-color: rgba(0, 0, 0, .2)
}

.widget_calendar .wp-calendar-nav {
    display: table;
    width: 100%
}

body .widget_calendar th, body:not(.woocommerce-cart) .main-content .widget_calendar th {
    text-align: center
}

.widget_calendar .wp-calendar-nav span {
    display: table-cell;
    line-height: 1;
    padding: 2.5%
}

.widget_calendar .wp-calendar-nav-prev {
    text-align: left
}

.widget_calendar .calendar_wrap .wp-calendar-nav-next {
    text-align: right
}

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
    border: 0;
    color: #666;
    padding: 8px;
    font-size: 14px
}

#footer-outer #footer-widgets .col .widget_calendar table {
    border-collapse: collapse
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
    border-left: 0
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, .1)
}

#footer-outer #footer-widgets .col .widget_calendar table th {
    border-bottom: 0;
    padding-bottom: 10px;
    font-weight: 700;
    padding: 10px;
    color: #666
}

#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
    margin-top: 20px
}

.widget_search .search-form, .newsletter-widget form {
    position: relative;
    overflow: hidden
}

.widget_search .search-form input[type=text], #sidebar .widget_search .search-form input[type=text], #footer-outer #footer-widgets .widget_search .search-form input[type=text] {
    padding-right: 45px;
    margin: 0
}

.newsletter-widget form input[type=email] {
    padding-right: 75px;
    margin: 0
}

.widget_search .search-form button[type=submit] .text, body.search-no-results .search-form button[type=submit] .text {
    display: none
}

body .widget_search .search-form button[type=submit], body.search-no-results .search-form button[type=submit] {
    padding: 14px !important
}

body .widget_search .search-form button[type=submit], .widget_search .search-form button[type=submit] .icon-salient-search, body.search-no-results .search-form button[type=submit], body.search-no-results .search-form button[type=submit] .icon-salient-search, body .widget_search .search-form button[type=submit]:hover, body.search-no-results .search-form button[type=submit]:hover, body.search-no-results #search-results .search-form button[type=submit]:hover {
    background-color: transparent !important
}

body .widget_search .search-form button[type=submit], body.search-no-results #search-results .search-form button[type=submit] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0
}

body .widget_search .search-form button[type=submit]:hover, body.search-no-results .search-form button[type=submit]:hover, body.search-no-results #search-results .search-form button[type=submit]:hover {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: none !important
}

body[data-form-style=minimal] .widget_search .search-form button[type=submit], body[data-form-style=minimal] .widget_search .search-form button[type=submit]:hover {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

body.search-no-results[data-form-style=minimal] #search-results .search-form button[type=submit] {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

.widget_search .search-form button[type=submit] .icon-salient-search, body.search-no-results .search-form button[type=submit] .icon-salient-search {
    margin-top: 1px;
    display: block;
    font-size: 17px
}

.widget_search .search-form button[type=submit] .icon-salient-search:before, body.search-no-results .search-form button[type=submit] .icon-salient-search:before {
    content: "\e906"
}

.widget_search .search-form, body.search-no-results .search-form {
    overflow: visible
}

.widget_search .search-form button[type=submit], .widget_search .search-form input[type=submit], .newsletter-widget form input[type=submit], body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    line-height: 22px;
    padding: 10px 11px
}

body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
    top: auto;
    bottom: 35px
}

.main-content > .row > form.post-password-form {
    padding: 15% 0
}

#footer-outer .widget_search .search-form input[type=submit], #footer-outer .newsletter-widget form input[type=submit] {
    padding: 10px 11px 11px 10px
}

#footer-outer #footer-widgets .col .tagcloud a {
    background-color: rgba(0, 0, 0, .1);
    color: #a0a0a0;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 3px 3px 0 0;
    padding: 5px 7px;
    position: relative;
    font-size: 8pt;
    text-transform: capitalize;
    transition: all .2s linear;
    border-radius: 2px;
    line-height: 22px;
    -webkit-border-radius: 2px
}

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

#slide-out-widget-area .tagcloud a {
    padding: 2px 11px;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0 8px 8px 0;
    font-size: 12px;
    display: block;
    float: left;
    text-transform: uppercase;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#slide-out-widget-area .tagcloud a:last-child:after, #slide-out-widget-area .tagcloud:after {
    display: block;
    content: ' ';
    clear: both;
    height: 1px
}

#footer-outer #footer-widgets .col .tagcloud a:hover {
    background-color: #000
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li, #slide-out-widget-area .widget_recent_comments ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .15);
    border: medium none;
    display: block;
    margin-bottom: 18px;
    padding: 15px;
    position: relative
}

#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li {
    padding: 15px !important
}

#slide-out-widget-area .widget_recent_comments ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .05)
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child, #slide-out-widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

#footer-outer #footer-widgets .col input[type=text], #footer-outer #footer-widgets .col input[type=email] {
    padding: 10px;
    width: 100%
}

body[data-form-style=minimal] #footer-outer #footer-widgets .col input[type=text] {
    color: #fff
}

body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=text]:focus, body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=email]:focus {
    background-color: #fff
}

#footer-outer #footer-widgets .col input[type=submit] {
    background-color: #000;
    opacity: .9;
    transition: opacity .2s linear 0s;
    -webkit-transition: opacity .2s linear 0s
}

#footer-outer #footer-widgets .col input[type=submit]:hover {
    opacity: 1
}

#footer-outer #footer-widgets .col .search-form form, #footer-outer #footer-widgets .col .search-form label, #footer-outer #footer-widgets .col .newsletter-widget form, #footer-outer #footer-widgets .col .search-form {
    line-height: 12px
}

#footer-outer .recent_projects_widget img {
    background-color: #444;
    border-color: #4d4d4d
}

#footer-outer .recent_projects_widget a:hover img {
    border-color: #616161;
    background-color: #616161
}

#footer-outer #footer-widgets .col ul li:first-child > a, #footer-outer #footer-widgets .col ul li:first-child {
    padding-top: 0 !important
}

#footer-outer #footer-widgets .rsswidget img {
    margin-bottom: -2px;
    margin-right: 2px
}

#call-to-action {
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative;
    z-index: 10;
    background-color: #eeedec;
    text-align: center;
    vertical-align: bottom;
    font-size: 22px
}

#boxed #call-to-action .container, #call-to-action .container, #footer-outer[data-full-width="1"] #call-to-action .container {
    padding: 42px 0 36px
}

#call-to-action .container span {
    display: inline-block
}

#call-to-action .container a {
    background: none repeat scroll 0 0 #000;
    position: relative;
    top: -3px;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, .1) inset;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 20px;
    line-height: 24px;
    display: inline-block;
    border-radius: 5px;
    padding: 16px 21px
}

#call-to-action .triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f8f8;
    height: 10px;
    width: 10px;
    left: 440px;
    margin: -42px auto 33px auto
}

#call-to-action a {
    color: #45484a;
    opacity: 1;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear
}

#call-to-action a:hover {
    opacity: .75
}

#call-to-action span {
    color: #4b4f52;
    font-family: 'Open Sans';
    font-weight: 600
}

#sidebar div ul {
    margin-left: 0
}

#sidebar div ul li {
    padding: 8px 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6
}

#sidebar > div {
    margin-bottom: 50px
}

#sidebar > div:last-child {
    margin-bottom: 0
}

#sidebar #sidebar-inner {
    margin-bottom: 0
}

#sidebar h4 {
    color: #000;
    opacity: .7;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px
}

#sidebar .widget_recent_comments h4, #sidebar .Simple_Flickr_Photos h4 {
    margin-bottom: 16px
}

#sidebar .widget li:first-child {
    padding-top: 0
}

#sidebar .widget .recentcomments, .original #sidebar .widget .recentcomments, .ascend #sidebar .widget .recentcomments {
    padding: 15px;
    margin-bottom: 22px;
    border: none;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .02)
}

.widget .tagcloud a, #sidebar .widget .tagcloud a, .post-area .content-inner > .post-tags a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin: 3px 3px 0 0;
    padding: 5px 7px;
    font-size: 14px !important;
    position: relative;
    text-transform: capitalize;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.single #ajax-content-wrap .post-area .content-inner > .post-tags a {
    font-size: 14px !important;
    text-transform: capitalize
}

#sidebar .widget_tag_cloud:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

#sidebar .widget .tagcloud a:hover, .post-tags a:hover {
    background-color: #000
}

#sidebar .widget input[type=text], #sidebar .widget input[type=email] {
    padding: 10px;
    width: 100%
}

#sidebar .widget form p {
    padding-bottom: 15px
}

#sidebar .widget.widget_categories ul ul, #sidebar .widget.widget_pages ul ul, #sidebar .widget.widget_nav_menu ul ul {
    margin: 0 !important;
    padding: 0 0 0 20px
}

#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
    border-bottom: 0 !important;
    padding: 0 !important
}

#sidebar .widget.widget_categories li a, #sidebar .widget.widget_pages li a, #sidebar .widget.widget_nav_menu li a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6
}

#sidebar .widget.widget_categories li {
    position: relative
}

#sidebar .widget.widget_categories li .post_count {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .05);
    padding: 5px 8px;
    border-radius: 100px;
    font-size: 11px;
    line-height: 11px;
    display: inline-block
}

#sidebar .widget.widget_categories > ul > li:first-child > a, #sidebar .widget.widget_pages > ul > li:first-child > a, #sidebar .widget.widget_nav_menu > ul > li:first-child > a {
    padding-top: 0
}

#sidebar.left-sidebar {
    float: left
}

.post-area.col_last {
    float: right
}

#sidebar > .widget_media_image {
    text-align: center
}

#sidebar .recent_projects_widget img, #footer-outer .recent_projects_widget img {
    margin-bottom: 0
}

.recent_projects_widget img, #sidebar #flickr img, #footer-outer #flickr img {
    margin-bottom: 0;
    display: block;
    padding: 5px;
    background-color: #fff;
    margin-top: 0;
    margin-left: 0;
    border: 1px solid #e5e5e5;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.recent_projects_widget a:hover img, #sidebar #flickr a:hover img, #footer-outer #flickr a:hover img {
    border-color: #000
}

.recent_projects_widget div a, #sidebar #flickr div a, #footer-outer #flickr div a {
    float: left;
    margin: 2% 2% 0 0;
    width: 32%
}

.recent_projects_widget div a:nth-child(3n+3), #sidebar #flickr div:nth-child(3n+3) a, #footer-outer #flickr div:nth-child(3n+3) a {
    margin-right: 0
}

#slide-out-widget-area .recent_projects_widget img {
    height: auto;
    width: 100%
}

#sidebar select {
    max-width: 100%
}

.recent_projects_widget > div:after {
    clear: both;
    content: '';
    display: block
}

.widget_pages ul ul {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px !important
}

body #respond {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

#respond > p, #respond .comment-notes, p.logged-in-as {
    margin-bottom: 10px
}

p.logged-in-as {
    padding-bottom: 0
}

body .comment-list {
    margin-bottom: 40px;
    margin-left: 0
}

.comment-list li {
    list-style: none
}

.comment-list .comment > div, .comment-list .pingback > div {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .17)
}

.comment-list .children {
    margin-left: 0;
    padding-left: 40px;
    border-left: 1px solid #ddd
}

body:not(.material) .comment-list .children {
    margin-left: 0;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-image: url(../images/icons/comment-children-line.jpg)
}

.comment-list .comment > div img.avatar, .comment-list .pingback > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
    width: 60px;
    height: 60px
}

.comment-list .reply {
    position: absolute;
    top: 29px;
    right: 29px
}

.comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
    color: #fff;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    width: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #333
}

.comment-list .comment-author, .comment-list .pingback .comment-body > a {
    color: #333;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 30px
}

.comment-list .pingback .comment-body > a {
    display: block
}

body.material .comment-list .pingback .comment-body, body.ascend .comment-list .pingback .comment-body {
    padding-left: 0
}

body.original .comment-list .pingback .comment-body {
    padding-left: 25px
}

.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px
}

.comment-list .comment-meta a {
    color: #888
}

.comment-list .comment-meta a:hover {
    color: #000
}

.comment-list .reply a:hover {
    background-color: #000
}

.comment-list .comment > div p, .comment-list .pingback > div p {
    padding-bottom: 0;
    margin-top: 10px
}

.comment-list .comment #commentform .form-submit {
    margin-top: 0
}

#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #ddd
}

#respond h3, h3#comments {
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: none
}

.comment-author a {
    color: inherit
}

body.original .bypostauthor .comment-body {
    position: relative
}

body.original .bypostauthor .comment-body:before {
    opacity: .06;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    left: 0
}

body:not(.original) .bypostauthor > .comment-body > .comment-author > img.avatar {
    border: 3px solid #000;
    padding: 3px
}

body.material .comment-list .comment .bypostauthor > .comment-body > .comment-author > img.avatar {
    border: 2px solid #000;
    padding: 2px
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

input:focus, select:focus, textarea:focus {
    outline: 0
}

.original[data-form-style=default] input[type=text]:focus, .original[data-form-style=default] textarea:focus, .original[data-form-style=default] input[type=email]:focus, .original[data-form-style=default] input[type=search]:focus, .original[data-form-style=default] input[type=password]:focus, .original[data-form-style=default] input[type=tel]:focus, .original[data-form-style=default] input[type=url]:focus, .original[data-form-style=default] input[type=date]:focus {
    background-color: #ebebeb
}

input[type=submit], button[type=submit], input[type=button] {
    background-color: #333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

input[type=submit]:hover, button[type=submit]:hover, input[type=button]:hover {
    background-color: #000
}

body[data-form-submit=regular] .container-wrap input[type=submit], body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=see-through] .container-wrap input[type=submit], body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn) {
    padding: 15px 22px !important
}

body[data-form-submit=regular] input[type=submit]:hover, body[data-form-submit=regular] button[type=submit]:hover {
    opacity: .85
}

body[data-form-submit=see-through] input[type=submit], body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn), body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order {
    background-color: transparent !important;
    border: 2px solid #000 !important
}

select {
    padding: 10px;
    width: 100%;
    border: none;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

textarea {
    max-width: 100%
}

body[data-form-style=minimal] input[type=text], body[data-form-style=minimal] textarea, body[data-form-style=minimal] input[type=email], body[data-form-style=minimal] .container-wrap .span_12.light input[type=email], body[data-form-style=minimal] input[type=password], body[data-form-style=minimal] input[type=tel], body[data-form-style=minimal] input[type=url], body[data-form-style=minimal] input[type=search], body[data-form-style=minimal] input[type=date] {
    background-color: rgba(0, 0, 0, .035);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    position: relative;
    margin: 0;
    font-size: 14px;
    border-bottom: 2px solid #e0e0e0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    border-radius: 0
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=text], body[data-form-style=minimal] .container-wrap .span_12.light textarea, body[data-form-style=minimal] .container-wrap .span_12.light input[type=email], body[data-form-style=minimal] .container-wrap .span_12.light input[type=password], body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel], body[data-form-style=minimal] .container-wrap .span_12.light input[type=url], body[data-form-style=minimal] .container-wrap .span_12.light input[type=search], body[data-form-style=minimal] .container-wrap .span_12.light input[type=date] {
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, .04);
    box-shadow: none;
    border-bottom: 2px solid transparent
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=text]:focus, body[data-form-style=minimal] .container-wrap .span_12.light textarea:focus, body[data-form-style=minimal] .container-wrap .span_12.light input[type=email]:focus, body[data-form-style=minimal] .container-wrap .span_12.light input[type=password]:focus, body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel]:focus, body[data-form-style=minimal] .container-wrap .span_12.light input[type=url]:focus, body[data-form-style=minimal] .container-wrap .span_12.light input[type=search]:focus, body[data-form-style=minimal] .container-wrap .span_12.light input[type=date]:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #fff
}

body[data-form-style=minimal] textarea, body[data-form-style=minimal].woocommerce #review_form #respond textarea {
    padding: 20px
}

body[data-form-style=minimal] .widget_search .search-form .search-submit {
    top: 30px
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    padding: 4px
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    height: auto;
    background-color: transparent;
    border-color: #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98);
    transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98)
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after {
    -webkit-transition: border-color .15s cubic-bezier(.39, .71, .56, .98);
    transition: border-color .15s cubic-bezier(.39, .71, .56, .98)
}

body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-dropdown {
    border: none;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input {
    font-size: 14px
}

body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after, body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b {
    border-top-color: #fff
}

body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after, body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #fff
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
    top: 0
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 30px
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true], body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0 !important
}

body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type=text] {
    padding: 0 4px !important;
    margin-top: 7px !important
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover, body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover > .select2-chosen, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice > .select2-chosen {
    color: #fff !important;
    box-shadow: none;
    -webkit-box-shadow: none
}

body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active {
    margin-top: -33px
}

.select2-container .select2-choice > .select2-chosen {
    color: #000 !important;
    line-height: 30px;
    padding-left: 3px
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding-top: 12px
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
    padding-bottom: 0;
    font-size: 12px;
    display: inline-block;
    color: #acacac !important
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #444 !important
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered, body[data-form-submit=see-through] input[type=submit]:hover, body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn):hover, .nectar_icon_wrap[data-style=shadow-bg]:not([data-color=white]) .nectar_icon i {
    color: #fff !important
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
    color: #fff
}

div.wpforms-container-full .wpforms-form .select2-container {
    position: relative
}

.widget_text textarea {
    max-height: 100px
}

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction {
    font-size: 12px
}

body .gform_wrapper div.charleft {
    font-size: 10px
}

body .gform_wrapper .top_label .gfield_label {
    margin-top: 20px;
    margin-bottom: 6px;
    font-family: 'Open Sans';
    font-weight: 700
}

.wpcf7-form p span {
    color: #000
}

div.wpcf7-validation-errors, .light .wpcf7 div.wpcf7-response-output {
    color: #666 !important
}

div.wpcf7 img.ajax-loader {
    margin-top: 10px;
    display: inline-block
}

.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #fff
}

.minimal-form-input .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%
}

.wpcf7-form .wpcf7-not-valid-tip {
    top: -3px;
    padding: 2px 6px;
    border: 0;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, .07)
}

.wpb_column.centered-text .wpcf7-form .wpcf7-not-valid-tip {
    text-align: left
}

.wpcf7 .wpcf7-response-output {
    background-color: #fff;
    margin-left: 0;
    margin-top: 10px
}

.wpcf7-form .nectar-wpcf7-inline-form {
    display: flex;
    flex-direction: row;
    padding: 27px 0
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding: 1.5em 0
}

.wpcf7-form .nectar-wpcf7-inline-form > div:last-child {
    padding-right: 0
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    flex-grow: 1;
    padding-right: 30px;
    display: flex;
    align-items: center
}

.wpcf7-form .nectar-wpcf7-inline-form .ajax-loader {
    align-self: center;
    margin-left: 10px
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input {
    width: 100%
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field > *:not(.ajax-loader) {
    width: 100%
}

@media only screen and (max-width: 1000px) {
    .wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col, .wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col {
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col .nectar-wpcf7-inline-field {
        width: 50%;
        padding-bottom: 1.5em
    }

    .wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col .nectar-wpcf7-inline-field {
        width: 100%;
        padding-bottom: 1.5em
    }
}

@keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px)
    }
    30% {
        opacity: 0;
        transform: translateY(0px)
    }
    45% {
        opacity: 1;
        transform: translateY(0px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@-webkit-keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    25% {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }
    30% {
        opacity: 0;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    45% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
}

body .full-width-section, body .full-width-content {
    visibility: visible
}

.portfolio-filters-inline.full-width-section:not(.non-fw), .portfolio-filters-inline.full-width-content, .post-area.full-width-content.standard-minimal, body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal, .full-width-content.blog-fullwidth-wrap, .wpb_row.full-width-content, .full-width-content.nectar-shop-outer, .page-submenu > .full-width-section, .page-submenu .full-width-content, .wpb_row.full-width-section .mobile-video-image, body .full-width-section .row-bg-wrap, body .full-width-section .nectar-parallax-scene, body .full-width-section > .nectar-shape-divider-wrap, body .full-width-section > .video-color-overlay, body[data-aie=zoom-out] .first-section .row-bg-wrap, body[data-aie=long-zoom-out] .first-section .row-bg-wrap, body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap, body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap, body .full-width-section.parallax_section .row-bg-wrap, .nectar-slider-wrap[data-full-width=true], .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
    margin-left: -50vw;
    left: 50%;
    width: 100vw
}

body .full-width-section > .nectar-video-wrap {
    margin-left: -50vw;
    left: 50%;
    width: 100vw !important
}

body .full-width-section > .nectar-video-wrap, body .full-width-content > .nectar-video-wrap, .nectar-video-wrap .nectar-video-inner {
    height: 100%
}

@media only screen and (min-width: 1000px) {
    [data-header-format=left-header] .full-width-content.blog-fullwidth-wrap, [data-header-format=left-header] .wpb_row.full-width-content, [data-header-format=left-header] .full-width-content.nectar-shop-outer, [data-header-format=left-header] .page-submenu > .full-width-section, [data-header-format=left-header] .page-submenu .full-width-content, [data-header-format=left-header] .full-width-section .row-bg-wrap, [data-header-format=left-header] .full-width-section .nectar-parallax-scene, [data-header-format=left-header] .full-width-section > .nectar-shape-divider-wrap, [data-header-format=left-header] .full-width-section > .video-color-overlay, [data-header-format=left-header][data-aie=zoom-out] .first-section .row-bg-wrap, [data-header-format=left-header][data-aie=long-zoom-out] .first-section .row-bg-wrap, [data-header-format=left-header][data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap, [data-header-format=left-header][data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap, [data-header-format=left-header] .full-width-section.parallax_section .row-bg-wrap, [data-header-format=left-header] .nectar-slider-wrap[data-full-width=true], body[data-header-format=left-header] .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
        margin-left: calc(-50vw + 135px);
        width: calc(100vw - 272px);
        left: 50%
    }

    [data-header-format=left-header] .full-width-section > .nectar-video-wrap {
        margin-left: calc(-50vw + 135px);
        width: calc(100vw - 272px) !important;
        left: 50%
    }

    #boxed .full-width-content.blog-fullwidth-wrap, #boxed .wpb_row.full-width-content, #boxed .page-submenu > .full-width-section, #boxed .page-submenu .full-width-content, #boxed .full-width-content.nectar-shop-outer, body #boxed .full-width-section .row-bg-wrap, body #boxed .full-width-section .nectar-parallax-scene, body #boxed .full-width-section > .nectar-shape-divider-wrap, body #boxed .full-width-section > .video-color-overlay, body[data-aie=zoom-out] #boxed .first-section .row-bg-wrap, body[data-aie=long-zoom-out] #boxed .first-section .row-bg-wrap, body[data-aie=zoom-out] #boxed .top-level.full-width-section .row-bg-wrap, body[data-aie=long-zoom-out] #boxed .top-level.full-width-section .row-bg-wrap, body #boxed .full-width-section.parallax_section .row-bg-wrap, #boxed .nectar-slider-wrap[data-full-width=true], #boxed .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap, #boxed .portfolio-filters-inline.full-width-section:not(.non-fw) {
        margin-left: -5%;
        width: 110%;
        left: 0
    }

    body #boxed .full-width-section > .nectar-video-wrap {
        margin-left: -5%;
        width: 110% !important;
        left: 0
    }
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
    #boxed .full-width-content.blog-fullwidth-wrap, #boxed .wpb_row.full-width-content, #boxed .page-submenu > .full-width-section, #boxed .page-submenu .full-width-content, body #boxed .full-width-section .row-bg-wrap, body #boxed .full-width-section .nectar-parallax-scene, body #boxed .full-width-section > .nectar-shape-divider-wrap, body #boxed .full-width-section > .video-color-overlay, body[data-aie=zoom-out] #boxed .first-section .row-bg-wrap, body[data-aie=long-zoom-out] #boxed .first-section .row-bg-wrap, body[data-aie=zoom-out] #boxed .top-level.full-width-section .row-bg-wrap, body[data-aie=long-zoom-out] #boxed .top-level.full-width-section .row-bg-wrap, body #boxed .full-width-section.parallax_section .row-bg-wrap, #boxed .nectar-slider-wrap[data-full-width=true], #boxed .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
        margin-left: -7%;
        width: 114%;
        left: 0
    }

    body #boxed .full-width-section > .nectar-video-wrap {
        margin-left: -7%;
        width: 114% !important;
        left: 0
    }
}

.page-submenu .full-width-content, .page-submenu > .full-width-section, .full-width-content.blog-fullwidth-wrap, .portfolio-filters-inline.full-width-content, .portfolio-filters-inline.full-width-section {
    position: relative
}

body .post-area.span_9 body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw), body .post-area.span_9 .portfolio-filters-inline.full-width-content, body .post-area.span_9 .post-area.full-width-content.standard-minimal, body .post-area.span_9 .full-width-content.blog-fullwidth-wrap, body .post-area.span_9 .wpb_row.full-width-content, body .post-area.span_9 .page-submenu > .full-width-section, body .post-area.span_9 .page-submenu .full-width-content, body .post-area.span_9 .full-width-section .row-bg-wrap, body .post-area.span_9 .full-width-section .nectar-parallax-scene, body .post-area.span_9 .full-width-section > .nectar-shape-divider-wrap, body .post-area.span_9 .full-width-section > .video-color-overlay, body[data-aie=zoom-out] .post-area.span_9 .first-section .row-bg-wrap, body[data-aie=long-zoom-out] .post-area.span_9 .first-section .row-bg-wrap, body[data-aie=zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap, body[data-aie=long-zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap, body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap, body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap, .post-area.span_9 .nectar-slider-wrap[data-full-width=true], body #boxed .post-area.span_9 .full-width-section .row-bg-wrap, body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode > .wpb_row.full-width-section > .row-bg-wrap {
    margin-left: 0;
    left: 0;
    width: 100%
}

body .post-area.span_9 .full-width-section > .nectar-video-wrap {
    margin-left: 0;
    left: 0;
    width: 100% !important
}

.pum .pum-container .popmake-content .full-width-section .row-bg-wrap, .pum .pum-container .popmake-content .wpb_row.full-width-content, body #boxed .pum .pum-container .popmake-content .full-width-section .row-bg-wrap, body #boxed .pum .pum-container .popmake-content .wpb_row.full-width-content {
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important
}

body .wpb_row.full-width-section .wpb_row > .row-bg-wrap, #boxed .wpb_row.full-width-section .wpb_row > .row-bg-wrap, body .wpb_row.full-width-content .wpb_row > .row-bg-wrap, #boxed .wpb_row.full-width-content .wpb_row > .row-bg-wrap {
    margin-left: 0;
    left: 0;
    width: 100%
}

.wpb_row .column-image-bg-wrap, .wpb_row .column-image-bg-wrap .inner-wrap, .wpb_row .column-image-bg-wrap .column-image-bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.wpb_column[data-bg-cover=true] .column-image-bg, .wpb_column .column-inner[data-bg-cover=true] .column-image-bg {
    background-size: cover;
    background-position: center
}

.wpb_row .column-image-bg-wrap {
    z-index: 0;
    overflow: hidden
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover
}

.column-image-bg-wrap[data-bg-pos="center top"] .column-image-bg {
    background-position: center top
}

.column-image-bg-wrap[data-bg-pos="center bottom"] .column-image-bg {
    background-position: center bottom
}

.column-image-bg-wrap[data-bg-pos="left top"] .column-image-bg {
    background-position: left top
}

.column-image-bg-wrap[data-bg-pos="left center"] .column-image-bg {
    background-position: left center
}

.column-image-bg-wrap[data-bg-pos="left bottom"] .column-image-bg {
    background-position: left bottom
}

.column-image-bg-wrap[data-bg-pos="right top"] .column-image-bg {
    background-position: right top
}

.column-image-bg-wrap[data-bg-pos="right center"] .column-image-bg {
    background-position: right center
}

.column-image-bg-wrap[data-bg-pos="right bottom"] .column-image-bg {
    background-position: right bottom
}

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

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

[class*=" linecon-icon-"], [class^=linecon-icon-] {
    font-family: linecons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.linecon-icon-heart:before {
    content: "\e600"
}

.linecon-icon-cloud:before {
    content: "\e601"
}

.linecon-icon-star:before {
    content: "\e602"
}

.linecon-icon-tv:before {
    content: "\e603"
}

.linecon-icon-sound:before {
    content: "\e604"
}

.linecon-icon-video:before {
    content: "\e605"
}

.linecon-icon-trash:before {
    content: "\e606"
}

.linecon-icon-user:before {
    content: "\e607"
}

.linecon-icon-key:before {
    content: "\e608"
}

.linecon-icon-search:before {
    content: "\e609"
}

.linecon-icon-eye:before {
    content: "\e60a"
}

.linecon-icon-bubble:before {
    content: "\e60b"
}

.linecon-icon-stack:before {
    content: "\e60c"
}

.linecon-icon-cup:before {
    content: "\e60d"
}

.linecon-icon-phone:before {
    content: "\e60e"
}

.linecon-icon-news:before {
    content: "\e60f"
}

.linecon-icon-mail:before {
    content: "\e610"
}

.linecon-icon-like:before {
    content: "\e611"
}

.linecon-icon-photo:before {
    content: "\e612"
}

.linecon-icon-note:before {
    content: "\e613"
}

.linecon-icon-food:before {
    content: "\e614"
}

.linecon-icon-t-shirt:before {
    content: "\e615"
}

.linecon-icon-fire:before {
    content: "\e616"
}

.linecon-icon-clip:before {
    content: "\e617"
}

.linecon-icon-shop:before {
    content: "\e618"
}

.linecon-icon-calendar:before {
    content: "\e619"
}

.linecon-icon-wallet:before {
    content: "\e61a"
}

.linecon-icon-vynil:before {
    content: "\e61b"
}

.linecon-icon-truck:before {
    content: "\e61c"
}

.linecon-icon-world:before {
    content: "\e61d"
}

.linecon-icon-clock:before {
    content: "\e61e"
}

.linecon-icon-paperplane:before {
    content: "\e61f"
}

.linecon-icon-params:before {
    content: "\e620"
}

.linecon-icon-banknote:before {
    content: "\e621"
}

.linecon-icon-data:before {
    content: "\e622"
}

.linecon-icon-music:before {
    content: "\e623"
}

.linecon-icon-megaphone:before {
    content: "\e624"
}

.linecon-icon-study:before {
    content: "\e625"
}

.linecon-icon-lab:before {
    content: "\e626"
}

.linecon-icon-location:before {
    content: "\e627"
}

.linecon-icon-display:before {
    content: "\e628"
}

.linecon-icon-diamond:before {
    content: "\e629"
}

.linecon-icon-pen:before {
    content: "\e62a"
}

.linecon-icon-bulb:before {
    content: "\e62b"
}

.linecon-icon-lock:before {
    content: "\e62c"
}

.linecon-icon-tag:before {
    content: "\e62d"
}

.linecon-icon-camera:before {
    content: "\e62e"
}

.linecon-icon-settings:before {
    content: "\e62f"
}

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

[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
    font-family: steadysets !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.steadysets-icon-type:before {
    content: "\e600"
}

.steadysets-icon-box:before {
    content: "\e601"
}

.steadysets-icon-archive:before {
    content: "\e602"
}

.steadysets-icon-envelope:before {
    content: "\e603"
}

.steadysets-icon-email:before {
    content: "\e604"
}

.steadysets-icon-files:before {
    content: "\e605"
}

.steadysets-icon-uniE606:before {
    content: "\e606"
}

.steadysets-icon-connection-empty:before {
    content: "\e607"
}

.steadysets-icon-connection-25:before {
    content: "\e608"
}

.steadysets-icon-connection-50:before {
    content: "\e609"
}

.steadysets-icon-connection-75:before {
    content: "\e60a"
}

.steadysets-icon-connection-full:before {
    content: "\e60b"
}

.steadysets-icon-microphone:before {
    content: "\e60c"
}

.steadysets-icon-microphone-off:before {
    content: "\e60d"
}

.steadysets-icon-book:before {
    content: "\e60e"
}

.steadysets-icon-cloud:before {
    content: "\e60f"
}

.steadysets-icon-book2:before {
    content: "\e610"
}

.steadysets-icon-star:before {
    content: "\e611"
}

.steadysets-icon-phone-portrait:before {
    content: "\e612"
}

.steadysets-icon-phone-landscape:before {
    content: "\e613"
}

.steadysets-icon-tablet:before {
    content: "\e614"
}

.steadysets-icon-tablet-landscape:before {
    content: "\e615"
}

.steadysets-icon-laptop:before {
    content: "\e616"
}

.steadysets-icon-uniE617:before {
    content: "\e617"
}

.steadysets-icon-barbell:before {
    content: "\e618"
}

.steadysets-icon-stopwatch:before {
    content: "\e619"
}

.steadysets-icon-atom:before {
    content: "\e61a"
}

.steadysets-icon-syringe:before {
    content: "\e61b"
}

.steadysets-icon-pencil:before {
    content: "\e61c"
}

.steadysets-icon-chart:before {
    content: "\e61d"
}

.steadysets-icon-bars:before {
    content: "\e61e"
}

.steadysets-icon-cube:before {
    content: "\e61f"
}

.steadysets-icon-image:before {
    content: "\e620"
}

.steadysets-icon-crop:before {
    content: "\e621"
}

.steadysets-icon-graph:before {
    content: "\e622"
}

.steadysets-icon-select:before {
    content: "\e623"
}

.steadysets-icon-bucket:before {
    content: "\e624"
}

.steadysets-icon-mug:before {
    content: "\e625"
}

.steadysets-icon-clipboard:before {
    content: "\e626"
}

.steadysets-icon-lab:before {
    content: "\e627"
}

.steadysets-icon-bones:before {
    content: "\e628"
}

.steadysets-icon-pill:before {
    content: "\e629"
}

.steadysets-icon-bolt:before {
    content: "\e62a"
}

.steadysets-icon-health:before {
    content: "\e62b"
}

.steadysets-icon-map-marker:before {
    content: "\e62c"
}

.steadysets-icon-stack:before {
    content: "\e62d"
}

.steadysets-icon-newspaper:before {
    content: "\e62e"
}

.steadysets-icon-uniE62F:before {
    content: "\e62f"
}

.steadysets-icon-coffee:before {
    content: "\e630"
}

.steadysets-icon-bill:before {
    content: "\e631"
}

.steadysets-icon-sun:before {
    content: "\e632"
}

.steadysets-icon-vcard:before {
    content: "\e633"
}

.steadysets-icon-shorts:before {
    content: "\e634"
}

.steadysets-icon-drink:before {
    content: "\e635"
}

.steadysets-icon-diamond:before {
    content: "\e636"
}

.steadysets-icon-bag:before {
    content: "\e637"
}

.steadysets-icon-calculator:before {
    content: "\e638"
}

.steadysets-icon-credit-cards:before {
    content: "\e639"
}

.steadysets-icon-microwave-oven:before {
    content: "\e63a"
}

.steadysets-icon-camera:before {
    content: "\e63b"
}

.steadysets-icon-share:before {
    content: "\e63c"
}

.steadysets-icon-bullhorn:before {
    content: "\e63d"
}

.steadysets-icon-user:before {
    content: "\e63e"
}

.steadysets-icon-users:before {
    content: "\e63f"
}

.steadysets-icon-user2:before {
    content: "\e640"
}

.steadysets-icon-users2:before {
    content: "\e641"
}

.steadysets-icon-unlocked:before {
    content: "\e642"
}

.steadysets-icon-unlocked2:before {
    content: "\e643"
}

.steadysets-icon-lock:before {
    content: "\e644"
}

.steadysets-icon-forbidden:before {
    content: "\e645"
}

.steadysets-icon-switch:before {
    content: "\e646"
}

.steadysets-icon-meter:before {
    content: "\e647"
}

.steadysets-icon-flag:before {
    content: "\e648"
}

.steadysets-icon-home:before {
    content: "\e649"
}

.steadysets-icon-printer:before {
    content: "\e64a"
}

.steadysets-icon-clock:before {
    content: "\e64b"
}

.steadysets-icon-calendar:before {
    content: "\e64c"
}

.steadysets-icon-comment:before {
    content: "\e64d"
}

.steadysets-icon-chat-3:before {
    content: "\e64e"
}

.steadysets-icon-chat-2:before {
    content: "\e64f"
}

.steadysets-icon-chat-1:before {
    content: "\e650"
}

.steadysets-icon-chat:before {
    content: "\e651"
}

.steadysets-icon-zoom-out:before {
    content: "\e652"
}

.steadysets-icon-zoom-in:before {
    content: "\e653"
}

.steadysets-icon-search:before {
    content: "\e654"
}

.steadysets-icon-trashcan:before {
    content: "\e655"
}

.steadysets-icon-tag:before {
    content: "\e656"
}

.steadysets-icon-download:before {
    content: "\e657"
}

.steadysets-icon-paperclip:before {
    content: "\e658"
}

.steadysets-icon-checkbox:before {
    content: "\e659"
}

.steadysets-icon-checkbox-checked:before {
    content: "\e65a"
}

.steadysets-icon-checkmark:before {
    content: "\e65b"
}

.steadysets-icon-refresh:before {
    content: "\e65c"
}

.steadysets-icon-reload:before {
    content: "\e65d"
}

.steadysets-icon-arrow-right:before {
    content: "\e65e"
}

.steadysets-icon-arrow-down:before {
    content: "\e65f"
}

.steadysets-icon-arrow-up:before {
    content: "\e660"
}

.steadysets-icon-arrow-left:before {
    content: "\e661"
}

.steadysets-icon-settings:before {
    content: "\e662"
}

.steadysets-icon-battery-full:before {
    content: "\e663"
}

.steadysets-icon-battery-75:before {
    content: "\e664"
}

.steadysets-icon-battery-50:before {
    content: "\e665"
}

.steadysets-icon-battery-25:before {
    content: "\e666"
}

.steadysets-icon-battery-empty:before {
    content: "\e667"
}

.steadysets-icon-battery-charging:before {
    content: "\e668"
}

.steadysets-icon-uniE669:before {
    content: "\e669"
}

.steadysets-icon-grid:before {
    content: "\e66a"
}

.steadysets-icon-list:before {
    content: "\e66b"
}

.steadysets-icon-wifi-low:before {
    content: "\e66c"
}

.steadysets-icon-folder-check:before {
    content: "\e66d"
}

.steadysets-icon-folder-settings:before {
    content: "\e66e"
}

.steadysets-icon-folder-add:before {
    content: "\e66f"
}

.steadysets-icon-folder:before {
    content: "\e670"
}

.steadysets-icon-window:before {
    content: "\e671"
}

.steadysets-icon-windows:before {
    content: "\e672"
}

.steadysets-icon-browser:before {
    content: "\e673"
}

.steadysets-icon-file-broken:before {
    content: "\e674"
}

.steadysets-icon-align-justify:before {
    content: "\e675"
}

.steadysets-icon-align-center:before {
    content: "\e676"
}

.steadysets-icon-align-right:before {
    content: "\e677"
}

.steadysets-icon-align-left:before {
    content: "\e678"
}

.steadysets-icon-file:before {
    content: "\e679"
}

.steadysets-icon-file-add:before {
    content: "\e67a"
}

.steadysets-icon-file-settings:before {
    content: "\e67b"
}

.steadysets-icon-mute:before {
    content: "\e67c"
}

.steadysets-icon-heart:before {
    content: "\e67d"
}

.steadysets-icon-enter:before {
    content: "\e67e"
}

.steadysets-icon-volume-decrease:before {
    content: "\e67f"
}

.steadysets-icon-wifi-mid:before {
    content: "\e680"
}

.steadysets-icon-volume:before {
    content: "\e681"
}

.steadysets-icon-bookmark:before {
    content: "\e682"
}

.steadysets-icon-screen:before {
    content: "\e683"
}

.steadysets-icon-map:before {
    content: "\e684"
}

.steadysets-icon-measure:before {
    content: "\e685"
}

.steadysets-icon-eyedropper:before {
    content: "\e686"
}

.steadysets-icon-support:before {
    content: "\e687"
}

.steadysets-icon-phone:before {
    content: "\e688"
}

.steadysets-icon-email2:before {
    content: "\e689"
}

.steadysets-icon-volume-increase:before {
    content: "\e68a"
}

.steadysets-icon-wifi-full:before {
    content: "\e68b"
}

.icon-salient-x, .icon-salient-m-eye, .icon-salient-search, .icon-salient-woo-zoom-icon, .icon-salient-right-arrow, .icon-salient-left-arrow, .icon-salient-right-line, .icon-salient-back-to-all, .icon-salient-left-arrow-thin, .icon-salient-right-arrow-thin, .icon-salient-down-arrow-thin, .icon-salient-down-arrow, .icon-salient-google-plus, .ascend .mfp-image-holder .mfp-close, .ascend .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close, .icon-salient-facebook, .icon-salient-twitter, .icon-salient-pinterest, .icon-salient-heart, .icon-salient-heart-2, .icon-salient-plus, .icon-salient-cart, .icon-salient-pencil, .icon-salient-artstation, .icon-salient-discord, .icon-be, .icon-vimeo, .icon-soundcloud, .icon-button-arrow, .icon-salient-thin-line, .icon-salient-spotify, .icon-salient-m-user, .icon-salient-facebook-messenger, .salient-page-submenu-icon, .icon-salient-m-clock, .video-play-button, .mejs-controls .mejs-button button {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.icon-salient-m-bag:before {
    content: "\e900"
}

.icon-salient-m-eye:before {
    content: "\e015"
}

.icon-salient-m-clock:before {
    content: "\e016"
}

.icon-salient-m-gear:before {
    content: "\e023"
}

.icon-salient-m-heart:before {
    content: "\e024"
}

.icon-salient-m-search:before {
    content: "\e036"
}

.icon-salient-m-prev:before {
    content: "\e050"
}

.icon-salient-m-rewind:before {
    content: "\e051"
}

.icon-salient-m-play:before {
    content: "\e052"
}

.icon-salient-woo-zoom-icon:before {
    content: "\e908"
}

.icon-salient-woo-zoom-icon-minus:before {
    content: "\e90a"
}

.icon-salient-m-pause:before {
    content: "\e053"
}

.icon-salient-m-stop:before {
    content: "\e054"
}

.icon-salient-m-ff:before {
    content: "\e055"
}

.icon-salient-m-next:before {
    content: "\e056"
}

.icon-salient-m-user:before {
    content: "\e074"
}

.icon-salient-m-chat:before {
    content: "\e076"
}

.icon-salient-m-social:before {
    content: "\e081"
}

.icon-salient-m-left-arrow:before {
    content: "\e094"
}

.icon-salient-m-right-arrow:before {
    content: "\e095"
}

.icon-salient-m-sound:before {
    content: "\e098"
}

.icon-salient-m-mute:before {
    content: "\e099"
}

.icon-salient-m-close:before {
    content: "\e117"
}

.icon-salient-m-menu:before {
    content: "\e120"
}

.icon-salient-x:before {
    content: "\e003"
}

.icon-salient-right-arrow:before {
    content: "\e000"
}

.icon-salient-left-arrow:before {
    content: "\e001"
}

.icon-salient-right-line:before {
    content: "\e004"
}

.icon-salient-back-to-all:before {
    content: "\e005"
}

.icon-salient-right-arrow-thin:before {
    content: "\e006"
}

.icon-salient-left-arrow-thin:before {
    content: "\e007"
}

.icon-salient-down-arrow-thin:before {
    content: "\e00c"
}

.icon-salient-down-arrow:before {
    content: "\e008"
}

.icon-salient-google-plus:before {
    content: "\e009"
}

.icon-salient-facebook:before {
    content: "\e00a"
}

.icon-salient-twitter:before {
    content: "\e00b"
}

.icon-salient-pinterest:before {
    content: "\e00d"
}

.icon-salient-heart:before {
    content: "\e00e"
}

.icon-salient-plus:before {
    content: "\e010"
}

.icon-salient-cart:before {
    content: "\e012"
}

.icon-salient-pencil:before {
    content: "\e011"
}

.icon-be:before {
    content: "\e013"
}

.icon-vimeo:before {
    content: "\e014"
}

.icon-soundcloud:before {
    content: "\e600"
}

.icon-button-arrow:before {
    content: "\e909"
}

.icon-salient-thin-line:before {
    content: "\e602"
}

.icon-salient-spotify:before {
    content: "\f1bc"
}

.icon-salient-facebook-messenger:before {
    content: "\e90d"
}

.icon-salient-artstation:before {
    content: "\e90b"
}

.icon-salient-discord:before {
    content: "\e90c"
}

body[data-header-search=false].ascend #header-outer[data-has-menu=false][data-cart=false][data-full-width=true] .slide-out-widget-area-toggle:not(.mobile-icon) a:not(.using-label) .lines-button {
    top: -1px
}

body .lines, body .lines:before, body .lines:after {
    height: 2px
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    font-size: 24px !important
}

.icon-salient-search:before {
    content: "\e036"
}

body .icon-salient-x:before {
    content: "\e117"
}

body.ascend .icon-salient-cart:before, body .icon-salient-cart:before {
    content: "\e106"
}

body.ascend #header-outer .cart-contents .cart-wrap span {
    width: 17px;
    line-height: 17px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.icon-salient-heart-2:before {
    content: "\e024" !important
}

body #single-below-header.fullscreen-header .steadysets-icon-chat-3, body #single-below-header.fullscreen-header .steadysets-icon-book2, body .steadysets-icon-chat-3 {
    font-family: 'icomoon' !important;
    font-size: 20px
}

body .steadysets-icon-chat-3:before {
    content: "\e076"
}

body .steadysets-icon-book2:before {
    font-family: 'icomoon' !important;
    content: "\e034"
}

#top nav ul #nectar-user-account a span, #top nav ul #search-btn a span, #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 18px;
    color: rgba(0, 0, 0, .48)
}

body #search-outer #search #close a span {
    font-size: 20px
}

body[data-header-color=dark] #header-secondary-outer {
    background-color: #111;
    border-bottom: 1px solid #444
}

body[data-header-color=dark] #header-secondary-outer nav > ul > li > a {
    border-left: 1px solid #222
}

body[data-header-color=dark] #header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid #272727
}

body[data-header-color=dark] #header-secondary-outer nav > ul > li > a, body[data-header-color=dark] #header-secondary-outer nav > ul > li > a .sf-sub-indicator i, body[data-header-color=dark] #header-secondary-outer .nectar-center-text, body[data-header-color=dark] #header-secondary-outer .nectar-center-text a, body[data-header-color=dark] #header-secondary-outer #social li a i {
    color: #a0a0a0
}

#header-secondary-outer ul ul li a {
    font-size: 11px;
    transition: none;
    -webkit-transition: none
}

.material #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:hover:after, .material #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a.current-menu-item:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

body[data-dropdown-style=minimal] #header-secondary-outer .sf-menu > li ul {
    height: auto
}

#header-secondary-outer .container {
    position: static
}

#header-secondary-outer {
    min-height: 34px
}

.material #header-secondary-outer {
    min-height: 42px
}

#header-secondary-outer .nectar-center-text {
    text-align: center;
    padding: 0 130px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

body #header-secondary-outer .nectar-center-text {
    font-size: 16px;
    line-height: 16px;
    max-width: 70%
}

#header-secondary-outer .nectar-center-text a {
    color: inherit
}

@media only screen and (max-width: 999px) {
    body #header-secondary-outer[data-secondary-text=true] ul {
        display: none
    }

    #header-secondary-outer .nectar-center-text {
        padding: 0 15px
    }
}

@media only screen and (max-width: 690px) {
    body.original #header-secondary-outer .nectar-center-text {
        display: none
    }

    body.original #header-secondary-outer {
        display: none
    }
}

#header-secondary-outer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd
}

body[data-header-color=custom]:not(.material) #header-secondary-outer {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#header-secondary-outer #social {
    float: left;
    position: relative
}

#header-secondary-outer #social li {
    float: left
}

#header-secondary-outer #social li a {
    line-height: 20px
}

#header-secondary-outer #social li a i {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: rgba(0, 0, 0, .55)
}

#header-secondary-outer #social li a {
    position: relative;
    padding: 8px 10px;
    height: 16px;
    box-sizing: content-box
}

#header-secondary-outer ul {
    height: 32px;
    float: right;
    z-index: 1000
}

#header-secondary-outer nav > ul > li > a {
    color: rgba(0, 0, 0, .55)
}

body #header-secondary-outer nav > ul > li > a {
    border-left: 1px solid #ddd;
    line-height: 11px;
    font-size: 11px;
    padding: 10px
}

body[data-header-color=custom]:not(.material) #header-secondary-outer nav > ul > li > a {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

#header-secondary-outer nav > ul > li > a:hover, #header-secondary-outer nav > ul > .current-menu-item > a, #header-secondary-outer nav > ul > .current-menu-ancestor > a {
    color: rgba(0, 0, 0, .8)
}

#header-secondary-outer nav > ul > li > a .sf-sub-indicator {
    margin-right: 5px;
    height: 11px
}

#header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid #ddd
}

body[data-header-color=custom]:not(.material) #header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

#header-secondary-outer nav > ul > li > a .sf-sub-indicator i {
    color: rgba(0, 0, 0, .45);
    font-size: 14px
}

#header-secondary-outer ul ul li a {
    background-color: #1f1f1f;
    color: #ccc
}

#header-secondary-outer ul > .menu-item-language-current > a {
    height: 32px;
    padding-top: 8px
}

#header-secondary-outer #social li .behance, #header-secondary-outer #social li .vimeo {
    background-color: #a6a6a6;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px
}

#header-secondary-outer #social li .vimeo {
    width: 15px
}

#header-secondary-outer #social li .behance {
    width: 17px
}

#header-secondary-outer[data-full-width=true] > .container {
    width: 100%;
    max-width: 100%;
    padding: 0 28px
}

#header-secondary-outer[data-full-width=true] > .container nav > ul > li:last-child, #header-secondary-outer[data-full-width=true] nav > ul#social > li:first-child > a {
    border: none
}

body[data-header-color=dark] #header-secondary-outer .current-menu-ancestor > a, body[data-header-color=dark] #header-secondary-outer .current-menu-item > a, body[data-header-color=dark] #header-secondary-outer .sfHover > a, body[data-header-color=dark] #header-secondary-outer .sfHover > a i, body[data-header-color=dark] #header-secondary-outer nav > ul > li a:hover, body[data-header-color=dark] #header-secondary-outer nav > ul > li a:hover .sf-sub-indicator i, body[data-dropdown-style=minimal] #header-secondary-outer ul > li:not(.megamenu) .sfHover > a, body[data-dropdown-style=minimal] #header-secondary-outer ul > li:not(.megamenu) ul a:hover {
    color: #fff !important
}

body[data-header-color=dark] #header-secondary-outer nav > ul > li > a .sf-sub-indicator i {
    color: #A0A0A0 !important
}

body.material #header-secondary-outer nav > ul {
    height: auto;
    padding: 6px 0
}

body.material #header-secondary-outer nav > .sf-menu {
    padding: 9px 0 8px
}

body.material #header-secondary-outer .nectar-center-text {
    padding: 10px 0
}

body.material #header-secondary-outer nav:after {
    display: block;
    clear: both;
    content: ''
}

body.material #header-secondary-outer nav > ul > li > a, body.material #header-secondary-outer #social li a {
    padding: 0;
    margin: 0 10px;
    height: auto
}

body.material #header-secondary-outer {
    border: 1px solid transparent
}

body.material #header-secondary-outer nav > ul > li > a {
    border-left: 0;
    line-height: 22px;
    font-size: 12px
}

body.material #header-secondary-outer nav > ul > li:last-child {
    border-right: 0
}

body.material #header-secondary-outer nav > ul > li:last-child > a {
    margin-right: 0;
    padding-right: 0
}

body.material #header-secondary-outer #social li a i {
    font-size: 16px
}

body.material #header-secondary-outer #social li a {
    line-height: 28px
}

body.material #header-secondary-outer #social li:first-child a {
    padding-left: 0;
    margin-left: 0
}

@media only screen and (max-width: 999px) {
    #header-secondary-outer[data-mobile=display_full] .nectar-center-text {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none
    }

    body:not(.material) #header-secondary-outer[data-mobile=display_full] .nectar-center-text {
        margin: 20px auto
    }

    body #header-secondary-outer[data-mobile=display_full] ul, body.original #header-secondary-outer[data-mobile=display_full] .nectar-center-text, body.ascend #header-secondary-outer[data-mobile=display_full] .nectar-center-text {
        display: block
    }

    body.original #header-secondary-outer[data-mobile=display_full] #social > li > a {
        border: none !important
    }

    #header-secondary-outer[data-mobile=display_full] #social, #header-secondary-outer[data-mobile=display_full] ul {
        float: none;
        text-align: center;
        margin: 0 auto
    }

    body.original #header-secondary-outer[data-mobile=display_full], body.ascend #header-secondary-outer[data-mobile=display_full], body.material #header-secondary-outer[data-mobile=display_full] {
        display: block !important;
        height: auto !important
    }

    body[data-dropdown-style] #header-secondary-outer[data-mobile=display_full] .sf-menu > li ul {
        display: none !important
    }
}

.col.testimonial_slider {
    float: none
}

.testimonial_slider {
    float: none;
    opacity: 0;
    margin-bottom: 21px
}

html:not(.js) .testimonial_slider {
    opacity: 1;
    height: auto
}

.testimonial_slider:not([data-style*=multiple_visible]) blockquote {
    padding-left: 0;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background-image: none;
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    position: absolute
}

.testimonial_slider blockquote p {
    padding-bottom: 30px
}

.testimonial_slider .controls ul {
    margin: 0;
    display: block;
    text-align: center;
    width: 100%
}

.testimonial_slider .controls ul li {
    list-style: none;
    cursor: pointer;
    display: inline
}

.testimonial_slider .controls ul li .pagination-switch {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    transition: background-color .2s linear 0s, border-color .2s linear 0s;
    width: 10px
}

.testimonial_slider .controls ul li .pagination-switch:hover, .testimonial_slider .controls ul li .pagination-switch.active {
    background-color: #333
}

.testimonial_slider .controls {
    position: absolute;
    bottom: -22px;
    z-index: 30;
    width: 100%;
    text-align: center
}

.testimonial_slider .slides {
    overflow: hidden;
    position: relative
}

body .testimonial_slider blockquote span, .nectar_single_testimonial span {
    font-size: 16px;
    display: block;
    line-height: 22px
}

body .testimonial_slider blockquote .open-quote, body .testimonial_slider blockquote .close-quote {
    display: inline
}

.span_12.light .nectar_single_testimonial span {
    color: #fff
}

.span_12.light .nectar_single_testimonial .title {
    color: rgba(255, 255, 255, .6)
}

.nectar_single_testimonial {
    padding-left: 0
}

.nectar_single_testimonial[data-style=small_modern] p span {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: -20px
}

.nectar_single_testimonial[data-style=bold] p span {
    font-size: 110px;
    line-height: 110px;
    margin-bottom: -30px
}

.wpb_wrapper > .nectar_single_testimonial:last-child {
    margin-bottom: 0
}

.nectar_single_testimonial[data-style=bold] p {
    padding-bottom: 35px
}

.span_12 .nectar_single_testimonial .inner[data-custom-color=true] * {
    color: inherit
}

.span_12 .nectar_single_testimonial .inner[data-custom-color=true] .title {
    opacity: .6
}

.testimonial_slider blockquote .title, .nectar_single_testimonial .title {
    color: rgba(0, 0, 0, .5)
}

.testimonial_slider:not([data-style=minimal]) blockquote .title {
    font-size: 12px
}

.testimonial_slider[data-style=minimal] blockquote .title {
    font-size: 12px;
    font-style: italic
}

.testimonial_slider[data-style=minimal] blockquote span:not(.title) {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin-bottom: -4px
}

.testimonial_slider[data-style*=multiple_visible] blockquote .title, .nectar_single_testimonial .title {
    font-size: 14px
}

.light .testimonial_slider blockquote {
    color: rgba(255, 255, 255, .95)
}

.light .testimonial_slider blockquote .title, .testimonial_slider[data-style=multiple_visible][data-color*=-light] blockquote .title {
    color: rgba(255, 255, 255, .45)
}

.testimonial_slider .controls ul li i {
    color: #444
}

.light .testimonial_slider .controls ul li span {
    border-color: #fff
}

.light .testimonial_slider .controls ul li span:hover, .light .testimonial_slider .controls ul li .pagination-switch.active {
    background-color: #fff
}

.testimonial_slider .image-icon, .nectar_single_testimonial .image-icon {
    font-family: Georgia, serif !important;
    font-size: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 33px;
    line-height: 70px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(0, 0, 0, .13)
}

.nectar_single_testimonial .image-icon {
    border: none;
    background-position: center
}

.nectar_single_testimonial[data-style=basic_left_image] {
    padding-left: 90px
}

.nectar_single_testimonial[data-style=basic_left_image] .image-icon {
    position: absolute;
    left: 0;
    top: 5px
}

.light .testimonial_slider .image-icon {
    border-color: rgba(255, 255, 255, .4)
}

.testimonial_slider .image-icon.has-bg {
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px
}

.testimonial_slider blockquote p .bottom-arrow {
    display: none
}

.testimonial_slider[data-style=multiple_visible_minimal] .image-icon, .nectar_single_testimonial .image-icon {
    width: 52px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px
}

.testimonial_slider[data-style=multiple_visible_minimal] .wrap, .nectar_single_testimonial .wrap {
    display: inline-block;
    vertical-align: middle
}

.testimonial_slider .star-rating-wrap {
    display: block;
    -webkit-transform: none;
    transform: none;
    line-height: 0
}

.testimonial_slider .star-rating {
    display: inline-block;
    margin-top: 20px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    font-size: 16px !important
}

.testimonial_slider[data-style=minimal] blockquote .star-rating:not(.title), .testimonial_slider[data-style=minimal] blockquote .star-rating-wrap:not(.title) {
    -webkit-transform: none;
    transform: none
}

.testimonial_slider:not([data-style=minimal]) blockquote .star-rating {
    font-size: 16px !important
}

.testimonial_slider .star-rating:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
    color: #ddd;
    float: left;
    top: 0;
    left: 0
}

.testimonial_slider .star-rating .filled {
    position: absolute;
    display: block;
    font-size: 16px !important;
    left: 0;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100%;
    overflow: hidden;
    z-index: 100
}

.testimonial_slider .star-rating .filled:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
    color: #000;
    float: left
}

.toggles .testimonial_slider, .full-width-content .testimonial_slider {
    padding-bottom: 20px
}

.toggles .testimonial_slider .controls, .full-width-content .testimonial_slider .controls {
    bottom: 2px !important
}

.testimonial_slider[data-style=minimal] .slides {
    max-width: 70%;
    margin: 0 auto
}

.testimonial_slider[data-style=minimal] blockquote {
    padding: 0 25px;
    -ms-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s
}

.testimonial_slider[data-style=default] blockquote {
    -ms-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transition: transform .5s, opacity .5s
}

.testimonial_slider[data-style=minimal] blockquote.no-trans, .testimonial_slider[data-style=default] blockquote.no-trans {
    -ms-transition: none;
    transition: none;
    -webkit-transition: none
}

.testimonial_slider[data-style=minimal] .control-wrap {
    width: 20px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.testimonial_slider[data-style=minimal] .controls .out-of, .testimonial_slider[data-style=minimal] .controls .total {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    vertical-align: top
}

.testimonial_slider[data-style=minimal] .control-wrap {
    font-size: 16px
}

.testimonial_slider[data-style=minimal] .controls .out-of, .testimonial_slider[data-style=minimal] .controls .total {
    width: 20px;
    text-align: center
}

.testimonial_slider[data-style=minimal] .controls .out-of {
    width: 13px;
    top: -1px;
    position: relative
}

.testimonial_slider[data-style=minimal] .control-wrap ul {
    width: auto;
    -ms-transition: transform .33s;
    -webkit-transition: transform .33s;
    transition: transform .33s
}

.testimonial_slider[data-style=minimal] .control-wrap ul li {
    color: #000;
    display: block;
    float: left;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    cursor: auto
}

.testimonial_slider[data-style=minimal] .controls {
    vertical-align: top
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    font-size: 28px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -40px;
    left: 7.5%;
    margin-left: -8px;
    text-align: center
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -40px;
    font-size: 28px;
    width: 40px;
    margin-right: -8px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7.5%;
    text-align: center
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before, .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:after, .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:after {
    backface-visibility: hidden;
    display: block;
    content: ' ';
    z-index: 100;
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000;
    top: 48%;
    opacity: 0;
    right: 11px;
    cursor: pointer;
    -ms-transform: translateY(-50%) scaleX(0) translateZ(0);
    transform: translateY(-50%) scaleX(0) translateZ(0);
    -webkit-transform: translateY(-50%) scaleX(0) translateZ(0);
    transition: opacity .5s cubic-bezier(.2, 1, .2, 1), transform .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: opacity .5s cubic-bezier(.2, 1, .2, 1), -webkit-transform .5s cubic-bezier(.2, 1, .2, 1)
}

.span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:after, .span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:after {
    background-color: #fff
}

.span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before, .span_12.light .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before, .span_12.light .testimonial_slider[data-style=minimal] .controls .out-of, .span_12.light .testimonial_slider[data-style=minimal] .controls .total, .span_12.light .testimonial_slider[data-style=minimal] .controls .control-wrap ul li {
    color: #fff
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:after {
    right: 8px
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:hover:after, .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:hover:after {
    opacity: 1;
    -ms-transform: translateY(-50%) scaleX(1) translateZ(0);
    transform: translateY(-50%) scaleX(1) translateZ(0);
    -webkit-transform: translateY(-50%) scaleX(1) translateZ(0)
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:hover:before {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:hover:before {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev svg {
    position: absolute;
    left: -2px;
    top: -2px
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before {
    left: -1px;
    position: relative
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before {
    right: -1px;
    position: relative
}

.testimonial_slider[data-style=minimal] .testimonial-next-prev .prev:before, .testimonial_slider[data-style=minimal] .testimonial-next-prev .next:before {
    line-height: 36px;
    color: #000;
    -ms--webkit-transition: -webkit-transform .5s cubic-bezier(.2, 1, .2, 1);
    transition: transform .5s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.2, 1, .2, 1)
}

.nectar_single_testimonial:before {
    display: none
}

@media only screen and (max-width: 690px) {
    .testimonial_slider .flickity-page-dots {
        bottom: -25px
    }

    .testimonial_slider[data-style=multiple_visible] blockquote p:before {
        display: none
    }

    .main-content .testimonial_slider[data-style=multiple_visible] blockquote p {
        padding: 30px
    }

    .testimonial_slider[data-style=multiple_visible] blockquote {
        margin-bottom: 0
    }

    .testimonial_slider[data-style=minimal] .slides {
        max-width: none
    }

    .testimonial_slider[data-style=minimal] .testimonial-next-prev .prev, .testimonial_slider[data-style=minimal] .testimonial-next-prev .next {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        z-index: 500;
        top: auto;
        bottom: -11px
    }

    .testimonial_slider[data-style=multiple_visible_minimal] blockquote .inner {
        padding: 30px
    }
}

@media only screen and (min-width: 990px) and (max-width: 1300px) {
    .full-width-content .vc_span4 .testimonial_slider blockquote, .full-width-content .vc_col-sm-4 .testimonial_slider blockquote {
        font-size: 16px;
        line-height: 33px
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .95;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video, .fancybox-iframe {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media only screen and (min-width: 600px) {
    body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar {
        top: 32px
    }

    body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar {
        top: 38px
    }
}

.fancybox-video {
    visibility: visible
}

.fancybox-bg {
    background-color: #000
}

body.compensate-for-scrollbar, html.compensate-for-scrollbar {
    margin-right: 0 !important
}

html.compensate-for-scrollbar {
    overflow-y: scroll !important
}

button.fancybox-button {
    background-color: #000
}

body[data-button-style^=rounded] button.fancybox-button, body[data-button-style*=slightly_rounded] button.fancybox-button {
    border-radius: 0 !important
}

button.fancybox-button--fsenter, html body[data-button-style^=rounded] button.fancybox-button--fsenter, html body[data-button-style*=slightly_rounded] button.fancybox-button--fsenter, button.fancybox-button--fsexit {
    border-radius: 0 0 0 5px !important
}

.fancybox-navigation button {
    color: #fff;
    background-color: transparent
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(25, 25, 25, .45);
    z-index: -1;
    transform: scale(.9);
    transition: all .25s cubic-bezier(.15, .2, .1, 1)
}

.fancybox-navigation button.fancybox-button--arrow_right:before {
    right: 5px
}

@media only screen and (min-width: 690px) {
    .fancybox-navigation button:hover:before {
        transform: scale(1.1);
        box-shadow: 0px 7px 18px rgba(0, 0, 0, .25)
    }
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 20px
}

@media only screen and (max-width: 690px) {
    .fancybox-navigation button:before {
        transition: none
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: 0
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: 0
    }
}

@media only screen and (min-width: 1300px) {
    .container, body[data-ext-responsive=false] #boxed #header-outer[data-full-width=true] header > .container, body[data-ext-responsive=false] #boxed #header-secondary-outer[data-full-width=true] > .container, .post-area.standard-minimal.full-width-content .post .inner-wrap, body[data-header-format=left-header] .container, body[data-header-format=left-header] .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 1100px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    h2 .nectar-button {
        top: -2px
    }

    #author-bio #author-info, .ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
        width: 544px
    }

    #project-meta ul li .nectar-love-wrap.fadein {
        margin-right: 11px;
        padding-right: 11px
    }

    .post-area.masonry {
        width: 895px
    }

    .post-area.masonry.span_9 {
        width: 660px;
        margin-right: 10px
    }

    .post-area.masonry.span_9 .masonry-blog-item {
        width: 46.5%
    }

    #page-header-bg .span_6 .subheader {
        font-size: 24px
    }

    .nectar-milestone .number {
        font-size: 50px;
        line-height: 50px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2, #boxed .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2 {
        font-size: 32px;
        line-height: 50px
    }

    body .swiper-slide .content p {
        font-size: 20px;
        line-height: 34px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p {
        font-size: 14px;
        line-height: 24px
    }

    .main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img {
        padding-right: 5px;
        top: -3px
    }

    .carousel-next {
        right: 0;
        padding-left: 1px
    }

    .carousel-prev {
        right: 25px;
        padding-right: 1px
    }

    .portfolio-items:not(.carousel) .col .work-item.style-2 i {
        line-height: 32px;
        height: 32px;
        width: 32px;
        font-size: 14px
    }

    #top nav > ul > li > a {
        padding-left: 8px
    }

    .sf-sub-indicator {
        left: 6px
    }

    body .swiper-slide .content p.transparent-bg span, .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
        line-height: 38px
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
        max-width: 720px
    }

    body .vc_pie_chart .vc_pie_chart_value {
        font-size: 32px
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .span_1, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
        width: 100%;
        margin-left: 0
    }

    .col, body .vc_row-fluid .wpb_column {
        margin-bottom: 25px
    }

    #header-outer .col {
        margin-bottom: 0;
        margin-right: 0
    }

    .wpb_column {
        width: 100%
    }

    body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px)
    }

    body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
        margin-right: 0;
        width: 100%
    }

    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop] {
        margin-bottom: 0
    }

    .vc_col-sm-12[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-12 {
        width: 100%
    }

    body .vc_row-fluid [class*=vc_col-][data-t-w-inherits=small_desktop]:first-child:not([class*=offset]) {
        margin-left: 0
    }

    body .vc_row-fluid .vc_col-sm-2 {
        width: 31.2%;
        margin-left: 3.1%
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-2 {
        width: 33.3%;
        margin-left: 0
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-6 {
        width: 50%
    }

    body .vc_row-fluid .vc_col-xs-12[class*=vc_col-xs-] {
        width: 100%
    }

    body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-7, body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-5 {
        width: 100%;
        margin-left: 0
    }

    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]), .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(3n+4):not([class*=offset]) {
        margin-left: 0
    }

    .container {
        max-width: 600px
    }

    .wpb_column.force-tablet-text-align-left, .wpb_column.force-tablet-text-align-left .col {
        text-align: left !important
    }

    .wpb_column.force-tablet-text-align-right, .wpb_column.force-tablet-text-align-right .col {
        text-align: right !important
    }

    .wpb_column.force-tablet-text-align-center, .wpb_column.force-tablet-text-align-center .col, .wpb_column.force-tablet-text-align-center .vc_custom_heading, .wpb_column.force-tablet-text-align-center .nectar-cta {
        text-align: center !important
    }

    body:not(.material) #header-secondary-outer[data-full-width=true] > .container nav > ul > li:last-child, body:not(.material) #header-secondary-outer nav > ul > li:last-child {
        border-right: 1px solid #ddd
    }

    body:not(.material) #header-secondary-outer[data-mobile=display_full] nav > #social > li:last-child {
        border: none
    }

    .one-fourths.span_3, .one-fourths.vc_span3, .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]) {
        width: 50%;
        margin-bottom: 2%
    }

    #footer-outer .one-fourths.span_3, #footer-outer .one-fourths.vc_span3, #footer-outer .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]) {
        width: 48% !important;
        margin-bottom: 2%;
        margin-right: 15px;
        margin-left: 0 !important;
        padding: 15px;
        float: left
    }

    .one-fourths.span_3.clear-both, .one-fourths.vc_span3.clear-both, .one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]) {
        clear: both
    }

    #footer-outer .one-fourths.span_3.right-edge, .one-fourths.span_3.right-edge, .one-fourths.vc_span3.right-edge, .one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]) {
        margin-right: 0
    }

    .portfolio-items .col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 8px
    }

    .portfolio-items:not(.carousel) div:nth-child(2n+2), .portfolio-items:not(.carousel) div:nth-child(2n+2) {
        clear: both
    }

    body .portfolio-items:not(.carousel)[data-col-num=cols-3], body .portfolio-items:not(.carousel)[data-col-num=cols-4] {
        margin: 0 -2%
    }

    .portfolio-items[data-ps="6"] .col {
        padding: 2%
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .col.boxed:hover, .ascend .main-content .col.boxed:hover, .material .main-content .col.boxed:hover {
        margin-top: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
    }

    #call-to-action .container a {
        margin-top: 20px;
        margin-left: 0
    }

    #ajax-content-wrap .post-area {
        padding-right: 0
    }

    body.single-portfolio .row .col.section-title h1 {
        width: 450px;
        margin: 0 auto;
        display: block
    }

    #ajax-content-wrap .contact-info {
        padding-left: 0
    }

    .nectar-google-map {
        max-height: 425px
    }

    #sidebar #flickr > div {
        width: 16%
    }

    #footer-outer #copyright .col {
        width: 49%;
        margin-bottom: 0
    }

    #footer-widgets .container .col {
        margin-left: 15px;
        width: 48%
    }

    #footer-widgets .one-fourths .span_3:nth-child(2n+1) {
        margin-left: 0
    }

    body #sidebar #flickr div {
        float: left
    }

    #sidebar .recent_projects_widget div a, body #sidebar #flickr div a {
        width: 90px
    }

    #sidebar .recent_projects_widget div a:nth-child(3n+3), body #sidebar #flickr div:nth-child(3n+3) a {
        margin: 2% 2% 0 0
    }

    body #sidebar .recent_projects_widget div a:last-child, body #sidebar #flickr div {
        margin-right: 0
    }

    #author-bio #author-info {
        width: 494px
    }

    #page-header-bg .span_6 h1 {
        font-size: 32px;
        line-height: 38px
    }

    #page-header-bg .span_6 {
        top: auto !important;
        float: none
    }

    body.single-post #page-header-bg[data-post-hs=default_minimal] {
        padding-top: 10%;
        padding-bottom: 10%
    }

    .page-header-no-bg #ajax-content-wrap .portfolio-filters {
        margin-top: 15px;
        float: none;
        clear: both;
        height: auto
    }

    #page-header-bg[data-parallax="1"] .project-title .span_6 {
        padding-right: 70px
    }

    .page-header-no-bg .portfolio-filters ul {
        position: absolute;
        width: 100%
    }

    html.js #page-header-bg[data-parallax="0"].not-loaded {
        background-color: #f5f5f5
    }

    .pricing-table[class*=cols] > div {
        width: 50%;
        margin-bottom: 25px
    }

    .pricing-table[data-style] .pricing-column.highlight .nectar-button {
        margin-bottom: 10px;
        margin-top: 0
    }

    .pricing-column.highlight {
        margin-top: 0
    }

    .pricing-table[data-style] .pricing-column h3 {
        font-size: 20px
    }

    .pricing-table[data-style] .pricing-column.highlight h3 {
        padding: 5px 0
    }

    body .clients.no-carousel > div, body .clients.four-cols.no-carousel > div {
        width: 24.2%;
        margin-right: 1%
    }

    body .clients.no-carousel.six-cols > div {
        width: 15.8%;
        margin-right: 1%
    }

    body .clients.no-carousel.five-cols > div {
        width: 19.2%;
        margin-right: 1%
    }

    body .clients.no-carousel > div:nth-child(4n+4) {
        margin-right: 0
    }

    body .clients.carousel > div {
        margin: 0 5px
    }

    #call-to-action .container span {
        display: block
    }

    .masonry-blog-item {
        width: 47.7%
    }

    .post-area.masonry, .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 610px
    }

    #ajax-content-wrap .post-area.masonry.span_9, .post-area.masonry.span_9 {
        margin-bottom: 90px
    }

    .post-area.masonry.span_9 .masonry-blog-item {
        width: 47.3%
    }

    .post-area.masonry.span_9.material .masonry-blog-item {
        width: 47.1%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 99%
    }

    .main-content .col.span_4 .col.span_2, .main-content .col.span_3 .col.span_2, .main-content .col.span_2 .col.span_2, .main-content .col.span_6 .col.span_2 {
        width: 7%
    }

    .main-content .col.span_4 .span_10, .main-content .col.span_3 .col.span_10, .main-content .col.span_2 .col.span_10, .main-content .col.span_6 .col.span_10 {
        width: 91%
    }

    .testimonial_slider .flickity-page-dots {
        bottom: -35px
    }

    #ajax-content-wrap .span_12 .col.span_6.empty-second {
        width: 49%
    }

    .nectar-button.extra_jumbo {
        font-size: 32px;
        line-height: 60px;
        padding: 30px 50px
    }

    .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, .nectar-button.see-through-extra-color-gradient-2.extra_jumbo, .nectar-button.extra-color-gradient-1.extra_jumbo, .nectar-button.extra-color-gradient-2.extra_jumbo {
        border-width: 8px
    }

    body .swiper-slide .content p i {
        width: 18px;
        font-size: 16px
    }

    .carousel-next {
        right: 1px;
        padding-left: 1px
    }

    .carousel-prev {
        right: 25px;
        padding-right: 1px
    }

    body .swiper-slide .content p.transparent-bg span, .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span {
        line-height: 29px
    }

    #footer-widgets .container .col.span_6, #footer-widgets .container .col.span_4 {
        margin-left: 0;
        margin-right: 15px;
        padding: 15px;
        margin-bottom: 0
    }

    #footer-widgets .container .col.span_4 {
        margin-bottom: 40px
    }

    #footer-widgets .container .row > div:last-child, #footer-widgets .container .row > div.col_last {
        margin-right: 0
    }

    .iosSlider.product-thumbnails .thumb {
        width: 112px
    }

    #footer-widgets .container .row > div:nth-child(2).span_4, body .woocommerce .full-width-content > ul.products[data-product-style=material] li:nth-child(3n+3), body.woocommerce-page .full-width-content > ul.products[data-product-style=material] li:nth-child(3n+3) {
        margin-right: 0 !important
    }

    body .woocommerce .full-width-content > ul.products[data-product-style=material] li:nth-child(2n+2), body.woocommerce-page .full-width-content > ul.products[data-product-style=material] li:nth-child(2n+2) {
        margin-right: 2% !important
    }
}

@media only screen and (max-width: 690px) {
    body[data-header-format].material #header-secondary-outer {
        display: none;
        height: 0
    }

    .material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
        top: 0
    }

    body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: block
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] {
        height: auto !important
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] > div {
        position: relative !important;
        left: 0 !important
    }

    #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
        transform: none !important
    }

    .vc_row-fluid [class*=vc_span] {
        width: 100% !important
    }

    body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px)
    }

    body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
        margin-right: 0;
        width: 100%
    }

    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]), .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(2n+3):not([class*=offset]) {
        margin-left: 0
    }

    .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 320px
    }

    body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu, body #header-outer[data-full-width=true] header > .container, body #header-secondary-outer[data-full-width=true] > .container {
        max-width: 100%;
        padding: 0 18px
    }

    .col {
        margin-bottom: 25px
    }

    .wpb_column.force-phone-text-align-left, .wpb_column.force-phone-text-align-left .col {
        text-align: left !important
    }

    .wpb_column.force-phone-text-align-right, .wpb_column.force-phone-text-align-right .col {
        text-align: right !important
    }

    .wpb_column.force-phone-text-align-center, .wpb_column.force-phone-text-align-center .col, .wpb_column.force-phone-text-align-center .vc_custom_heading, .wpb_column.force-phone-text-align-center .nectar-cta {
        text-align: center !important
    }

    .post-area {
        margin-bottom: 0
    }

    .col.boxed:hover, .ascend .main-content .col.boxed:hover, .material .main-content .col.boxed:hover {
        margin-top: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
    }

    #header-outer .col {
        margin-bottom: 0
    }

    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
        max-width: 100%
    }

    #fp-nav ul li a, .fp-slidesNav ul li a {
        padding: 11px
    }

    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        height: 6px;
        width: 6px
    }

    #fp-nav.right {
        right: 10px
    }

    .nectar_fullscreen_zoom_recent_projects .dot-nav {
        display: none
    }

    .container .post .post-meta {
        display: none
    }

    #ajax-content-wrap .container .post .post-content {
        padding-left: 0
    }

    .container .post-header {
        font-size: 12px
    }

    .post-content.classic .post-header > span:after {
        height: 9px
    }

    .container .comment-list .comment > div {
        padding: 25px 25px 40px
    }

    #ajax-content-wrap .comment-list .children {
        padding-left: 20px
    }

    .container .comment-list .comment > div img.avatar {
        display: block;
        position: relative;
        height: 40px;
        width: 40px;
        top: 0;
        left: 0;
        margin-bottom: 5px
    }

    body:not(.original) .bypostauthor > .comment-body > .comment-author > img.avatar {
        border-width: 2px
    }

    body:not(.material) .comment-list .children {
        background-image: none
    }

    body.ascend #ajax-content-wrap .comment-list .children {
        margin-left: 0;
        padding-left: 30px
    }

    body.material #ajax-content-wrap .comment-list .comment > div, body.material #ajax-content-wrap .comment-list .pingback > div {
        margin-top: 2.5em
    }

    body.material .comment-list .children {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }

    body.material .container .comment-list .comment > div {
        padding: 0 0 40px
    }

    body.material #ajax-content-wrap .comment-list .children {
        margin-left: 0;
        padding-left: 30px
    }

    body.material #ajax-content-wrap .comment-list .comment .comment > div {
        padding-left: 0
    }

    .container #respond h3 {
        font-size: 18px
    }

    .container .comment-list .reply {
        right: 29px;
        top: auto;
        bottom: 29px
    }

    .original .container .comment-list .reply {
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: 20px;
        position: relative
    }

    .auto_meta_overlaid_spaced .masonry-blog-item {
        margin-bottom: 0
    }

    body h1.jumbo, body h2.jumbo, body h3.jumbo, body h4.jumbo, body h5.jumbo, body h6.jumbo, p.jumbo {
        font-size: 60px;
        line-height: 70px
    }

    .container .contact-info {
        padding-left: 0
    }

    #single-meta .meta-comment-count, .row .col.section-title [data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count):not(.share-btn), .single #page-header-bg #single-below-header[data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count) {
        display: none
    }

    .single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false], .single [data-header-style=default] #single-below-header[data-hide-on-mobile=false] {
        margin-top: 15px
    }

    .single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false] > span:first-child > span, .single [data-header-style=default] #single-below-header[data-hide-on-mobile=false] > span:first-child > span {
        padding-left: 0
    }

    #ajax-content-wrap #page-header-bg[data-post-hs=default_minimal] #single-below-header span:not(.updated), #ajax-content-wrap .row.heading-title[data-header-style=default_minimal] .col.section-title span.meta-category {
        display: inline-block
    }

    .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style=default_minimal] #single-below-header > span, #page-header-bg[data-post-hs=default_minimal] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header > span {
        padding: 0 8px
    }

    .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style=default_minimal] #single-below-header span, #page-header-bg[data-post-hs=default_minimal] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span {
        font-size: 13px;
        line-height: 10px
    }

    .single-post #single-meta .nectar-social[data-position=right] {
        margin-left: 0
    }

    #single-meta .nectar-social.hover[data-position=right] .nectar-social-inner {
        left: 0;
        text-align: left;
        right: auto
    }

    #single-meta .nectar-social {
        margin-left: 0
    }

    .material #page-header-bg.fullscreen-header .author-section {
        margin-top: 5px
    }

    html.js #page-header-bg[data-parallax="0"].not-loaded {
        background-color: #f5f5f5
    }

    #page-header-bg .portfolio-filters ul {
        position: absolute;
        width: 100%
    }

    #page-header-bg .span_6 {
        margin-bottom: 15px
    }

    body #footer-outer #copyright .col ul {
        float: left
    }

    body #footer-outer #copyright .col ul li:first-child {
        margin-left: 0
    }

    #call-to-action .container a {
        display: block;
        margin-top: 20px;
        margin-left: 0
    }

    #call-to-action {
        font-size: 18px
    }

    #ajax-content-wrap h2 .nectar-button, #ajax-content-wrap h3 .nectar-button, #ajax-content-wrap h4 .nectar-button {
        display: block
    }

    #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
        margin-bottom: 40px
    }

    #footer-outer #flickr img, #sidebar #flickr img {
        width: 95px
    }

    .post-area #pagination, .post-area.masonry #pagination {
        padding-left: 0
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    body #portfolio {
        margin: 3px 0 0
    }

    .bottom_controls #portfolio-nav .controls li#next-link a i:after, .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
        display: none
    }

    #search-results .result, .masonry-blog-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 25px;
        margin-left: 0 !important
    }

    .posts-container[data-load-animation=none] article .inner-wrap.animated {
        opacity: 1
    }

    .masonry-blog-item {
        position: relative !important;
        top: auto !important;
        display: block
    }

    .gallery .gallery-item {
        width: 100% !important
    }

    #author-bio img {
        margin-right: 0;
        width: 60px;
        height: 60px
    }

    .row .blog-recent[data-style=list_featured_first_row].columns-3 .featured .post-featured-img {
        padding-bottom: 75%
    }

    .section-down-arrow i.icon-default-style[class^=icon-] {
        font-size: 16px
    }

    .section-down-arrow {
        bottom: 10px;
        right: 20px
    }

    #page-header-bg.fullscreen-header .author-section {
        bottom: 20px
    }

    #page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
        margin-top: -4px;
        display: block
    }

    #contact-map {
        height: 270px
    }

    .nectar-google-map {
        max-height: 270px
    }

    .pp_pic_holder {
        left: 9px;
        width: 96%
    }

    .pp_content {
        width: 100%;
        height: 290px
    }

    .pp_content iframe {
        width: 100%
    }

    .pp_content .pp_inline iframe {
        height: 250px
    }

    .pp_content #pp_full_res img {
        width: 100%;
        height: auto
    }

    #page-header-bg .span_6 h1, body.search #page-header-bg h1, .single.single-post .section-title h1, body.single.single-post .row .col.section-title.span_12 h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 4px
    }

    #page-header-bg .span_6 {
        top: auto !important;
        float: none
    }

    #page-header-bg .author-section .meta-author .avatar {
        display: none
    }

    #page-header-bg.fullscreen-header .author-section .avatar-post-info {
        margin: 10px 0 0
    }

    #ajax-content-wrap .pricing-table > div {
        width: 100%;
        margin: 0 0 25px
    }

    body .clients[class*=col].no-carousel > div {
        margin-right: 1%;
        width: 49.4%
    }

    body .clients[class*=col].no-carousel > div:nth-child(2n+2) {
        margin-right: 0
    }

    body .clients[class*=col].carousel > div {
        margin: 0 5px;
        width: 150px
    }

    body .clients.carousel.phone > div {
        width: 150px
    }

    .clients[data-additional_padding="2"].no-carousel > div {
        padding: 2% 4%
    }

    .clients[data-additional_padding="3"].no-carousel > div {
        padding: 3% 6%
    }

    .clients[data-additional_padding="4"].no-carousel > div {
        padding: 5% 10%
    }

    body .row #error-404 h1, body #ajax-content-wrap #error-404 h1 {
        font-size: 150px;
        line-height: 150px
    }

    body .row #error-404 h2 {
        font-size: 32px
    }

    body .row #error-404 {
        margin-bottom: 0
    }

    body.woocommerce .post-area .woocommerce-result-count, body.woocommerce .post-area .woocommerce-ordering {
        float: none
    }

    body.woocommerce .post-area .woocommerce-ordering {
        right: 0
    }

    body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        float: none;
        border-right: 0;
        width: 100%
    }

    div[data-style=minimal] .toggle h3 a {
        font-size: 20px;
        line-height: 24px
    }

    #page-header-bg #portfolio-nav ul, .section-title #portfolio-nav ul {
        margin-bottom: 0
    }

    #portfolio-nav ul:first-child {
        z-index: 103
    }

    #portfolio-nav .controls:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    body .container .portfolio-filters-inline.full-width-content .container {
        padding-left: 0;
        padding-right: 0
    }

    body #full_width_portfolio .project-title.parallax-effect .container, body #page-header-bg .project-title .container {
        padding-bottom: 30px
    }

    body #page-header-bg .section-title, .project-title .section-title, body.single .project-title .section-title {
        padding: 0
    }

    .row .col.section-title.project-title {
        padding-bottom: 30px;
        margin-bottom: 30px !important
    }

    #footer-outer #social li {
        margin-right: 10px;
        margin-left: 0
    }

    .wpb_gallery .parallax-grid-item {
        margin-bottom: 30px
    }

    .post-area.masonry, .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 320px
    }

    #ajax-content-wrap .post-area.masonry.span_9, .post-area.masonry.span_9 {
        margin-bottom: 90px
    }

    .ascend #ajax-content-wrap .comment-list .reply {
        top: 0
    }

    #customer_details > div {
        width: 100%;
        float: none
    }

    body #header-secondary-outer nav > ul > li, body #header-secondary-outer nav > ul > li a, #header-secondary-outer nav > ul > li:last-child {
        border: none
    }

    body:not(.material) #header-secondary-outer nav .sf-menu {
        padding-top: 10px;
        padding-bottom: 10px
    }

    body:not(.material) #header-secondary-outer ul#social {
        padding: 10px 0
    }

    .iosSlider.product-thumbnails .thumb {
        width: 93px
    }

    .main-content .col.span_4 .col.span_2, .main-content .col.span_3 .col.span_2, .main-content .col.span_2 .col.span_2, .main-content .col.span_6 .col.span_2 {
        width: 15%
    }

    .main-content .col.span_4 .span_10, .main-content .col.span_3 .col.span_10, .main-content .col.span_2 .col.span_10, .main-content .col.span_6 .col.span_10 {
        width: 83%
    }

    .nectar-video-box[data-play-button-size=larger] .nectar_video_lightbox {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px
    }

    .auto_meta_overlaid_spaced .masonry-blog-item .post-content {
        height: 55vh
    }

    .slider-pagination {
        bottom: 10px
    }

    body .swiper-slide .content p i {
        width: 14px;
        font-size: 12px
    }

    .main-content .col.span_4 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_2 .col.span_2 img, .main-content .col.span_6 .col.span_2 img {
        padding-right: 13px;
        top: -3px
    }

    .carousel-next {
        right: 1px;
        padding-left: 1px
    }

    .carousel-prev {
        right: 25px;
        padding-right: 1px
    }

    .nectar-button.extra_jumbo {
        font-size: 24px;
        line-height: 24px;
        padding: 20px 30px
    }

    .nectar-button.extra_jumbo.has-icon.extra-color-gradient-1, .nectar-button.extra_jumbo.has-icon.extra-color-gradient-2, .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-1, .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-2 {
        font-size: 24px;
        line-height: 24px;
        padding: 20px 50px
    }

    .nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span, .nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span, .nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span, .nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
        left: -28px
    }

    .nectar-button.extra_jumbo i, .nectar-button.extra_jumbo.has-icon i {
        font-size: 26px
    }

    body.material #ajax-content-wrap .nectar-button.extra_jumbo.has-icon {
        font-size: 22px;
        line-height: 22px;
        padding: 24px 65px 24px 55px
    }

    body.material #ajax-content-wrap .nectar-button.has-icon.extra_jumbo i {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    body.material .nectar-button.extra_jumbo .im-icon-wrap svg {
        width: 24px;
        height: 24px
    }

    .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, .nectar-button.see-through-extra-color-gradient-2.extra_jumbo, .nectar-button.extra-color-gradient-1.extra_jumbo, .nectar-button.extra-color-gradient-2.extra_jumbo {
        border-width: 6px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span, body .swiper-slide .content p.transparent-bg span {
        line-height: 20px;
        top: -5px;
        left: 4px;
        box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -o-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5)
    }

    #buddypress .register-section {
        width: 100%;
        margin-bottom: 15px
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding: 0 10% !important
    }

    #header-outer[data-full-width=true] header > .container {
        padding: 0
    }

    .owl-carousel[data-column-padding="10px"] .carousel-item, .owl-carousel[data-column-padding="15px"] .carousel-item, .owl-carousel[data-column-padding="20px"] .carousel-item, .owl-carousel[data-column-padding="30px"] .carousel-item, .owl-carousel[data-column-padding="40px"] .carousel-item, .owl-carousel[data-column-padding="50px"] .carousel-item {
        padding: 10px
    }

    .blog-title ul .meta-share-count > a, .single .blog-title #single-meta ul .meta-share-count > a {
        display: none
    }

    .blog-title ul .meta-share-count .nectar-social {
        display: block !important;
        position: relative !important
    }

    .blog-title ul .meta-share-count .nectar-social, .blog-title ul .meta-share-count .nectar-social a {
        opacity: 1 !important;
        left: 0 !important
    }

    .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot {
        width: 25px
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    #to-top:not(.mobile-enabled) {
        display: none
    }

    body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo), body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo), body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version {
        display: none !important
    }

    body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version), body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version, #page-header-bg[data-parallax="1"] .span_6 .inner-wrap, #page-header-bg .span_6 {
        display: block !important
    }

    body #header-outer[data-permanent-transparent="1"][data-transparent-header=true].transparent #top .span_3 #logo .mobile-only-logo {
        opacity: 1 !important
    }

    body[data-hhun="1"] #header-outer[data-mobile-fixed=false].invisible:not(.side-widget-open) {
        transform: none !important;
        pointer-events: auto !important
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
        display: none
    }

    #page-header-bg[data-parallax="1"] .span_6, #page-header-bg[data-parallax="1"] {
        padding-right: 0;
        transform: translate(0px) !important;
        visibility: visible !important
    }

    #page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .span_6 {
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    #page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .nectar-particles .span_6 {
        -webkit-transform: none !important;
        transform: none !important
    }

    #page-header-bg.fullscreen-header .row {
        top: 0 !important
    }

    #ajax-content-wrap .video-texture {
        display: none
    }

    .full-width-section.parallax_section, .full-width-content.parallax_section {
        background-attachment: scroll !important;
        background-position: center !important
    }

    .wpb_row.parallax_section .row-bg.using-image, #page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
        transition: none;
        -webkit-transition: none
    }

    .original #search-outer #search input[type=text], body[data-header-format=left-header]:not(.material) #search-outer #search input[type=text] {
        font-size: 24px;
        border-bottom-width: 2px
    }

    .original #search-outer .container {
        width: 100%
    }

    body.material #search-outer #search form input[type=text][name] {
        font-size: 44px;
        line-height: 44px;
        border-bottom-width: 2px
    }

    body.material #search-outer, .material #header-outer.transparent .bg-color-stripe, .material #search-outer .bg-color-stripe {
        height: 30vh
    }

    body.material #search-outer {
        min-height: 200px
    }

    body.material #search-outer .col {
        margin-bottom: 0
    }

    body[data-header-format=left-header] #header-outer header .row .col.span_9 {
        top: 0
    }

    body[data-header-format=left-header].material #search-outer {
        width: 100%;
        left: 0
    }

    body[data-header-format=left-header].admin-bar.material #search-outer #search #close {
        top: 0
    }

    body[data-header-format=left-header].material #search-outer .container {
        padding-left: 0;
        padding-right: 0
    }

    body[data-header-format=left-header].material #search-outer .container {
        position: relative
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    img.img-with-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .img-with-aniamtion-wrap .inner {
        margin: 0 !important
    }

    .img-with-aniamtion-wrap[data-max-width="110%"] .inner, .img-with-aniamtion-wrap[data-max-width="125%"] .inner, .img-with-aniamtion-wrap[data-max-width="150%"] .inner, .img-with-aniamtion-wrap[data-max-width="165%"] .inner, .img-with-aniamtion-wrap[data-max-width="175%"] .inner, .img-with-aniamtion-wrap[data-max-width="200%"] .inner, .img-with-aniamtion-wrap[data-max-width="225%"] .inner, .img-with-aniamtion-wrap[data-max-width="250%"] .inner, .img-with-aniamtion-wrap img {
        max-width: 100%
    }

    .img-with-aniamtion-wrap:not([data-max-width-mobile=default]) .inner {
        max-width: none
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="100%"] .inner {
        width: 100%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="125%"] .inner {
        width: 125%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="150%"] .inner {
        width: 150%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="175%"] .inner {
        width: 175%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="200%"] .inner {
        width: 200%
    }

    .img-with-aniamtion-wrap.right[data-max-width-mobile="125%"] .inner, .img-with-aniamtion-wrap.center[data-max-width-mobile="150%"] .inner {
        margin-left: -25% !important
    }

    .img-with-aniamtion-wrap.right[data-max-width-mobile="150%"] .inner, .img-with-aniamtion-wrap.center[data-max-width-mobile="200%"] .inner {
        margin-left: -50% !important
    }

    .img-with-aniamtion-wrap.right[data-max-width-mobile="175%"] .inner {
        margin-left: -75% !important
    }

    .img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
        margin-left: -100% !important
    }

    .img-with-aniamtion-wrap[data-max-width="75%"] .inner {
        max-width: 75%
    }

    .img-with-aniamtion-wrap[data-max-width="50%"] .inner {
        max-width: 50%
    }

    .img-with-animation[data-max-width="110%"], .img-with-animation[data-max-width="125%"], .img-with-animation[data-max-width="150%"], .img-with-animation[data-max-width="175%"], .img-with-animation[data-max-width="200%"], .img-with-animation[data-max-width="225%"], .img-with-animation[data-max-width="250%"] {
        max-width: 100%;
        margin-left: 0
    }

    #ajax-content-wrap .wpb_gallery .parallax-grid-item {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    .full-width-section > .col.span_12 {
        margin-bottom: 0
    }

    div[data-bg-mobile-hidden=true] .row-bg.using-image {
        background-image: none !important
    }

    .full-width-section, body[data-bg-header=true] .full-width-section.first-section, body[data-bg-header=true] .full-width-content.first-section, body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section, #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version, #header-outer #top #logo img {
        margin-top: 0 !important
    }

    .single-portfolio .row .post-area {
        margin-top: 0
    }

    #nectar_fullscreen_rows > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
        padding-top: 10%;
        padding-bottom: 10%
    }

    #nectar_fullscreen_rows[data-content-overflow=hidden] .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap[data-content-pos=middle] > .full-page-inner > .container > .span_12 {
        height: auto !important
    }

    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
        max-width: 75%
    }

    body #header-outer[data-format=centered-menu-under-logo] #top #logo img, body #header-outer[data-format=centered-menu-bottom-bar] #top #logo img {
        margin: 0
    }

    #header-outer[data-has-menu=false][data-format=default] #top .span_3, #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3, #header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3, #header-outer[data-has-menu=true] #top .span_3, body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
        text-align: left
    }

    #header-outer[data-format=centered-logo-between-menu] .span_3, #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        transform: none;
        -webkit-transform: none
    }

    #header-outer[data-transparent-header=true].no-pointer-events.side-widget-open {
        pointer-events: auto
    }

    .material #header-outer[data-transparent-header=true][data-mobile-fixed="1"].transparent {
        overflow: visible
    }

    #header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
        position: fixed !important
    }

    .material #header-outer[data-mobile-fixed=false][data-using-secondary="1"], .material.admin-bar #header-outer[data-mobile-fixed=false][data-using-secondary="1"] {
        top: 0
    }

    body #header-outer[data-transparent-header=true][data-remove-border=true], body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
        border: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer header > .container {
        max-width: 100%;
        padding: 0 18px
    }

    .using-mobile-browser .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    .container-wrap {
        z-index: 11
    }

    .page-submenu .mobile-menu-link {
        display: inline-block
    }

    .page-submenu ul {
        position: absolute;
        top: 48px;
        left: 0;
        width: 101%;
        display: none;
        z-index: 1000
    }

    .page-submenu[data-alignment=left], .page-submenu[data-alignment=right] {
        text-align: center
    }

    #boxed .page-submenu ul {
        width: 100%
    }

    #ajax-content-wrap .page-submenu ul li {
        display: block;
        margin: 0
    }

    .page-submenu .full-width-content {
        position: relative
    }

    .page-submenu ul li a {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding: 10px 20px
    }

    .page-submenu[data-bg-color="#ffffff"] ul li a {
        border-top: 1px solid rgba(0, 0, 0, .08)
    }

    .work-item:not([data-custom-content=on]) .work-info-bg {
        display: none
    }

    .style-3 .work-info-bg {
        display: block
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0 !important
    }

    body #top #logo img, #header-outer[data-permanent-transparent=false] #logo .dark-version {
        height: 24px;
        margin-top: -3px;
        top: 3px;
        position: relative
    }

    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version, #header-outer #top #logo img {
        top: 0
    }

    body.material #header-outer[data-permanent-transparent=false] #logo .dark-version, #header-outer[data-permanent-transparent=false] #logo .dark-version {
        position: absolute
    }

    .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .original #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd, .ascend #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd, .material #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd {
        position: relative
    }

    body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo, body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
        top: 6px
    }

    .admin-bar #header-outer, .logged-in.buddypress #header-outer {
        top: 0
    }

    .admin-bar.material-ocm-open #header-outer.transparent {
        top: 46px
    }

    body #header-outer {
        margin-bottom: 0;
        padding: 12px 0
    }

    body #header-outer, body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached), body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
        position: relative
    }

    .original #header-outer[data-transparent-header=true][data-remove-border=false].transparent, .ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
        transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
    }

    #header-secondary-outer {
        top: -13px
    }

    #header-outer[data-permanent-transparent="1"].transparent #top .span_9 > .slide-out-widget-area-toggle i {
        color: #fff
    }

    body #slide-out-widget-area .slide_out_area_close {
        position: absolute;
        right: 22px;
        top: 22px;
        z-index: 100
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links, .admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links, .admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 70px
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links:after, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
        display: block;
        height: 1px;
        width: 0;
        background-color: rgba(255, 255, 255, .6);
        content: ' ';
        margin: 0 auto;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transition: all .5s cubic-bezier(.215, .61, .355, 1);
        -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
        -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1)
    }

    #slide-out-widget-area .mobile-only {
        display: block
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container {
        top: 0;
        position: relative
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after, #slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
        width: 100px
    }

    #slide-out-widget-area.fullscreen .bottom-text, .admin-bar #slide-out-widget-area.fullscreen .bottom-text, #slide-out-widget-area.fullscreen-alt .bottom-text, .admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
        position: relative;
        bottom: 0;
        left: 0;
        margin-bottom: 30px;
        margin-top: 15px
    }

    body #slide-out-widget-area.slide-out-from-right-hover {
        z-index: 9999
    }

    #header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
        opacity: 1
    }

    #header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
        opacity: 0
    }

    #slide-out-widget-area {
        top: 0 !important
    }

    #slide-out-widget-area.overflow-state, .admin-bar #slide-out-widget-area.overflow-state {
        padding-top: 110px
    }

    #slide-out-widget-area.fullscreen .inner.overflow-state {
        margin-top: 0;
        margin-bottom: 130px
    }

    body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
        display: none
    }

    #header-outer #logo {
        top: 0;
        left: 0
    }

    #header-space {
        display: none
    }

    #header-space[data-header-mobile-fixed="1"] {
        display: block
    }

    #top #mobile-cart-link, #top .span_9 > .slide-out-widget-area-toggle, #top .mobile-search {
        display: inline-block
    }

    #top .col.span_3 {
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%
    }

    #top .col.span_3, #header-outer[data-format=centered-menu] #top .span_3, #header-outer[data-format=centered-logo-between-menu] #top .span_3 {
        position: relative
    }

    #header-outer #top .col.span_3 {
        line-height: 0
    }

    #header-outer #top .col.span_3 #logo {
        vertical-align: middle
    }

    #top .col.span_9 {
        margin-left: 0;
        margin-bottom: 0;
        width: 100% !important;
        float: none;
        z-index: 100;
        position: static
    }

    #header-outer[data-format=centered-menu] #top .span_9, #header-outer[data-format=centered-logo-between-menu] .row .col.span_9 {
        position: static
    }

    #top .col.span_9, body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9, body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9, body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9, #header-outer[data-format=centered-menu-under-logo] #top .span_9, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 {
        min-height: 0;
        width: auto !important;
        position: absolute !important;
        right: 0;
        top: 0;
        z-index: 2000;
        height: 100%
    }

    .material #header-outer[data-format=centered-menu-under-logo] #top .span_9 {
        line-height: inherit
    }

    .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item, #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container, body[data-slide-out-widget-area=true] #top #logo, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6, body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6 > .inner-wrap, body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 > .inner-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap, body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-bottom] {
        -webkit-transform: none !important;
        transform: none !important
    }

    body[data-slide-out-widget-area=true] #top .span_9 > .slide-out-widget-area-toggle.std-menu {
        left: 0 !important;
        right: auto !important;
        text-align: left;
        z-index: 10000
    }

    body[data-slide-out-widget-area=true] #top .span_3 {
        text-align: center
    }

    body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
        text-align: left
    }

    #header-outer .slide-out-widget-area-toggle .lines-button, #header-outer .slide-out-widget-area-toggle .lines, #header-outer .slide-out-widget-area-toggle .lines:before, #header-outer .slide-out-widget-area-toggle .lines:after {
        width: 22px
    }

    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
        top: -6px
    }

    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
        top: 6px
    }

    body[data-slide-out-widget-area=true] #top #logo, #header-outer[data-mobile-fixed="1"] #top #logo {
        display: inline-block
    }

    body[data-slide-out-widget-area=true]:not(.material) [data-transparent-header=true][data-mobile-fixed=false] #top #logo {
        position: relative
    }

    body[data-slide-out-widget-area=true] #top .col.span_3 {
        width: 100%
    }

    body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
        display: block
    }

    #slide-out-widget-area .widget_nav_menu {
        overflow-y: hidden;
        overflow-x: hidden
    }

    #header-outer #top nav > ul {
        width: auto;
        padding: 15px 0 25px;
        margin: 0 auto 0 auto;
        z-index: 100000;
        position: relative
    }

    #header-outer #top nav > ul > li > ul > li {
        opacity: 1;
        transform: none
    }

    #top nav > ul li, #header-outer #top nav > ul > .megamenu > ul > li {
        display: block;
        width: auto;
        margin-left: 0
    }

    #top nav > ul > .megamenu > .sub-menu {
        width: auto !important;
        opacity: 1;
        display: block
    }

    #top nav > ul ul {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 0px 0px #fff;
        -webkit-box-shadow: 0px 0px 0px #fff;
        background-color: transparent;
        float: none
    }

    #top nav > ul ul li {
        padding-left: 20px
    }

    #top nav .sf-menu .sfHover > a {
        color: #ffbaaf
    }

    a > .sf-sub-indicator {
        right: 0;
        position: absolute;
        padding: 16px;
        left: auto;
        top: 0;
        height: auto;
        width: auto
    }

    .swiper-slide .mejs-controls {
        display: none;
        visibility: hidden
    }

    #ajax-content-wrap .mejs-controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: visible
    }

    #ajax-content-wrap .post-area {
        padding-right: 0;
        margin-bottom: 0
    }

    .slider-nav {
        position: relative;
        max-width: 600px;
        margin: -40px auto 0px auto
    }

    body .slider-nav > span {
        height: 25px;
        width: 25px
    }

    body .slider-nav > .left {
        left: 0
    }

    body .slider-nav > .right {
        left: 30px
    }

    .slider-nav span span, #header-outer #top nav {
        display: none !important
    }

    #footer-widgets .container .col {
        margin-bottom: 40px
    }

    #footer-widgets .container .col:nth-child(3), #footer-widgets .container .col:nth-child(4) {
        margin-bottom: 0
    }

    #pagination {
        margin-bottom: 40px
    }

    .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
        width: auto
    }

    body .nectar-button.see-through-2, body .nectar-button.see-through-3, #page-header-wrap, #page-header-bg {
        transition: none !important;
        -webkit-transition: none !important
    }

    #ajax-content-wrap .wp-caption {
        width: 100%
    }

    body.single-portfolio #sidebar {
        margin-top: 30px
    }

    body.search .row .col.section-title h1 {
        font-size: 18px
    }

    body.search .row .col.section-title span {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px
    }

    body.search .divider {
        display: none
    }

    .main-content > div {
        padding-bottom: 0
    }

    #single-meta {
        display: block;
        clear: both;
        margin-bottom: 10px
    }

    body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs=default]) {
        min-height: 250px
    }

    body.single-post #page-header-bg:not(.fullscreen-header) .row, body #page-header-bg:not(.fullscreen-header) .row, body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap, #page-header-bg[data-parallax="1"] {
        top: 0 !important
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-top: 10%;
        padding-bottom: 10%
    }

    body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) {
        padding-top: 5%;
        padding-bottom: 5%
    }

    body:not(.single-post) #page-header-bg[data-padding-amt=high]:not(.fullscreen-header) {
        padding-top: 13%;
        padding-bottom: 13%
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        min-height: 40px
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
        min-height: 80px
    }

    #single-meta, body[data-header-format] #header-secondary-outer, #page-header-bg[data-parallax="1"], body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 .inner-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap:first-child, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        position: relative !important
    }

    body:not(.single-post) .nectar-particles svg {
        display: none
    }

    #top, #page-header-wrap, #header-outer:not([data-permanent-transparent="1"]), body:not(.single-post) #page-header-bg:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header), .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner > .span_12, .vc_text_separator {
        height: auto !important
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) {
        padding-top: 16%;
        padding-bottom: 4%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=low]:not(.fullscreen-header) {
        padding-top: 10%;
        padding-bottom: 2%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=high]:not(.fullscreen-header) {
        padding-top: 20%;
        padding-bottom: 6%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
        padding-top: 4%;
        padding-bottom: 16%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=low]:not(.fullscreen-header) {
        padding-top: 2%;
        padding-bottom: 10%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=high]:not(.fullscreen-header) {
        padding-top: 6%;
        padding-bottom: 20%
    }

    .related-posts.columns-3 .span_4 {
        margin-right: 0
    }

    #single-meta ul {
        margin-left: 0
    }

    .page-template-template-portfolio-php .portfolio-filters {
        margin-bottom: 0
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item, .nectar-hor-list-item[data-columns="3"] .nectar-list-item {
        width: 100% !important;
        display: block
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child), .nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child) {
        padding-bottom: 10px
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item, .nectar-hor-list-item[data-columns="3"] .nectar-list-item {
        padding-left: 0;
        padding-right: 0
    }

    .nectar-hor-list-item.has-btn {
        padding-right: 135px
    }

    .nectar-hor-list-item.has-btn[data-columns="3"], .nectar-hor-list-item.has-btn[data-columns="4"] {
        padding-right: 0
    }

    .nectar-hor-list-item.has-btn[data-columns="3"] > div:nth-child(1), .nectar-hor-list-item.has-btn[data-columns="4"] > div:nth-child(1) {
        padding-right: 135px
    }

    .nectar-hor-list-item > .nectar-list-item[data-text-align=right] {
        text-align: left
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn, .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn {
        position: absolute;
        right: 22px;
        top: 25px
    }

    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second, .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second {
        position: absolute;
        right: 22px;
        top: 65px
    }

    #footer-outer #social li {
        width: 33px;
        margin-top: 9px;
        margin-bottom: 9px
    }

    .nectar-recent-posts-slider .recent-post-container {
        max-width: none
    }

    .nectar-recent-posts-slider .recent-post-container, .nectar-recent-posts-slider .flickity-page-dots {
        padding: 0 40px
    }

    .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
        display: none
    }

    .nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 60%;
        margin-right: 7%
    }

    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
        max-width: 100%
    }

    body[data-footer-reveal="1"] #footer-outer {
        position: relative
    }

    body[data-footer-reveal="1"] #ajax-content-wrap, body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
        overflow: visible
    }

    body[data-footer-reveal="1"][data-footer-reveal-shadow=large] .container-wrap, body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] .container-wrap {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    body[data-footer-reveal="1"] .container-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        margin-bottom: 0 !important
    }

    .carousel-heading h2 {
        max-width: 83%;
        font-size: 11px
    }

    .cart-outer {
        display: none
    }

    body[data-header-format] #header-secondary-outer {
        height: auto
    }

    body:not(.material) #header-secondary-outer nav > ul, body:not(.material) #header-secondary-outer #social {
        float: none;
        width: 100%;
        text-align: center;
        height: auto
    }

    #header-secondary-outer nav > ul > li > a .sf-sub-indicator {
        display: none
    }

    #header-secondary-outer nav > ul > li, #header-secondary-outer #social li {
        display: inline-block;
        float: none
    }

    #header-secondary-outer ul ul {
        z-index: 100000
    }

    #header-secondary-outer ul li:hover {
        z-index: 1000
    }

    #header-secondary-outer nav > ul > li ul li {
        text-align: left
    }

    #header-secondary-outer #social li > a {
        height: 15px
    }

    body:not(.material) #header-secondary-outer nav .sf-menu {
        border-top: 1px solid #ddd
    }

    #page-header-wrap {
        margin-top: 0;
        overflow: visible
    }

    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap, #page-header-bg .span_6 {
        opacity: 1 !important
    }

    body #header-outer[data-using-secondary="1"], body.admin-bar #header-outer[data-using-secondary="1"] {
        top: 0
    }

    h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
        display: inline-block;
        margin-top: 20px
    }

    body .clients.no-carousel:not(.fade-in-animation) > div {
        opacity: 1
    }

    body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation > div {
        opacity: 1
    }

    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-right], body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-right], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-right], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=fade-in-from-right], body:not([data-m-animate="1"]) .divider-border[data-animate=yes], .divider-small-border[data-animate=yes], body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-bottom], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-bottom], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom], body:not([data-m-animate="1"]) img.img-with-animation[data-animation=grow-in], body:not([data-m-animate="1"]) .col.has-animation[data-animation=grow-in], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=grow-in], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=grow-in], body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=slight-twist], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap, body:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div, body:not([data-m-animate="1"]) .nectar-split-heading span > .inner, body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in], #page-header-bg[data-parallax="1"] .span_6 .inner-wrap, body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description, body:not([data-m-animate="1"]) .nectar_food_menu_item .inner, .swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content h1, .swiper-slide .content h3, .swiper-slide .content .buttons, body:not([data-m-animate="1"]) .col.has-animation[data-animation=zoom-out], body:not([data-m-animate="1"]) .col.has-animation[data-animation=zoom-out-high], .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > span span, .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1 > span span, body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap, body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal], body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap, body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-], body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap, body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg, body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-], body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-] > div, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .divider-border[data-animate=yes], .divider-small-border[data-animate=yes] {
        visibility: visible !important
    }

    body:not([data-m-animate="1"]) .clients.fade-in-animation > div, body:not([data-m-animate="1"]) img.img-with-animation, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap, body:not([data-m-animate="1"]) .col.has-animation, body:not([data-m-animate="1"]) .wpb_column.has-animation, body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation, body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in-vertical], .post-area.masonry:not(.meta_overlaid), body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description, body:not([data-m-animate="1"]) .nectar_food_menu_item .inner, .swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content h1, .swiper-slide .content h3, .swiper-slide .content .buttons, .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 > span span, .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word, .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1 > span span, .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1 .word, body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap, body:not([data-m-animate="1"]) .nectar-fancy-ul[data-animation=true] ul li, body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in], .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item, .owl-carousel[data-enable-animation=true] .owl-controls, body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal], body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation=zoom-out-reveal], body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap, body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-], body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-] > div, body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner {
        opacity: 1 !important
    }

    .col.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom], .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom] {
        bottom: 0 !important
    }

    body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
        -webkit-perspective: none;
        perspective: none
    }

    body:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, body:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .content, body:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder, body:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true]:after, body:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap, body:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *, body:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after, body:not([data-m-animate="1"]) .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
        transform: none !important;
        -webkit-transform: none !important;
        opacity: 1 !important;
        animation: none !important
    }

    .main-content .vc_span2 .iwithtext .iwt-icon i {
        font-size: 34px;
        line-height: 34px;
        width: 34px;
        height: 34px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon img {
        width: 35px
    }

    .main-content .vc_span2 .iwithtext .iwt-text {
        padding-left: 55px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon {
        top: -4px
    }

    .parallax_slider_outer.first-section .swiper-container .slider-prev, .parallax_slider_outer.first-section .swiper-container .slider-next {
        margin-top: -30px
    }

    .post-area.col_last {
        padding-left: 0 !important
    }

    .col.centered-text ul, .wpb_column.centered-text ul, .col.centered-text ul li, .wpb_column.centered-text ul li {
        text-align: left;
        margin-left: 0 !important
    }

    .col.centered-text ul, .wpb_column.centered-text ul {
        margin: 0 !important;
        display: block !important
    }

    #ajax-content-wrap .nectar-fancy-ul[data-animation=true] ul li, .nectar-fancy-ul[data-animation=true] ul li {
        left: 0
    }

    .testimonial_slider .controls ul {
        text-align: center !important
    }

    #page-header-bg[data-parallax="0"] {
        margin-top: -1px
    }

    .nectar-milestone {
        margin-bottom: 15px
    }

    .nectar-milestone:not(.animated-in) {
        opacity: 1
    }

    .nectar-milestone.motion_blur .number span:not(.in-sight) {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        opacity: 1
    }

    .wpb_tabs_nav .cta-button {
        top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        left: 0;
        right: auto
    }

    body.single-portfolio #full_width_portfolio .container-wrap {
        padding-top: 2.1em
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0 9px
    }

    #footer-widgets .container .row > div:last-child {
        margin-bottom: 0 !important
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
        font-size: 16px;
        top: 3px
    }

    body .carousel-wrap[data-full-width=true] .controls {
        display: block;
        height: 30px;
        position: relative;
        margin-bottom: 10px;
        width: 130px;
        margin: 0 auto;
        margin-top: 25px
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link, body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev, body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
        top: 0 !important
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        margin: 0 auto;
        position: relative
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev {
        left: 0;
        margin-left: 0;
        text-align: left
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
        right: 0
    }

    div[data-full-width=false] .carousel-heading h2 {
        font-size: 12px
    }

    .blog-fullwidth-wrap .post-area.masonry {
        margin-bottom: 0
    }

    .material .span_9 #author-bio {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 321px) {
    .container, .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 300px
    }
}

@media only screen and (max-width: 479px) {
    .full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
        width: 320px
    }
}

@media only screen and (min-width: 480px) and (max-width: 690px) {
    body .container, body .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 420px
    }

    #ajax-content-wrap .project-title #all-items {
        left: 194px
    }

    .post-area.masonry, .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 420px
    }

    .iosSlider.product-thumbnails .thumb {
        width: 98px
    }

    body .carousel-wrap[data-full-width=true] .portfolio-items .work-meta {
        width: 66%
    }

    body .carousel-wrap[data-full-width=true] .portfolio-items .work-meta {
        font-size: 10px
    }
}

@media screen and (max-width: 782px) {
    .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
        top: 47px
    }

    #header-secondary-outer[data-permanent-transparent="1"] {
        margin-top: 0
    }

    body {
        position: static
    }

    #fp-nav.tooltip_alt {
        display: none
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation: landscape) {
    #header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a:hover:after {
        display: none
    }

    #to-top {
        display: none
    }

    body .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
        transition: none;
        -webkit-transition: none
    }

    #page-header-bg[data-parallax="1"] .span_6, #page-header-bg[data-parallax="1"] {
        position: relative !important
    }

    #page-header-bg[data-parallax="1"] {
        top: 0 !important
    }

    #page-header-bg .span_6 {
        display: block !important;
        opacity: 1 !important
    }

    .swiper-container .slider-right {
        right: 0 !important
    }

    .video-texture {
        display: none
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    img.img-with-animation[data-animation=fade-in-from-bottom], .col.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    .parallax_slider_outer.first-section .nectar-slider-wrap, #full_width_portfolio .project-title.parallax-effect, .parallax_slider_outer.first-section .swiper-slide .content, .parallax_slider_outer.first-section .nectar-slider-wrap, body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-right], body:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-left], body:not([data-m-animate="1"]) .divider-border[data-animate=yes], body:not([data-m-animate="1"]) .divider-small-border[data-animate=yes], body:not([data-m-animate="1"]) .img-with-animation[data-animation=grow-in], body:not([data-m-animate="1"]) .col.has-animation[data-animation=grow-in], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=grow-in], .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item, body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=slight-twist], body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-bottom], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .parallax_slider_outer.first-section .swiper-slide .content, body:not([data-m-animate="1"]) .clients.fade-in-animation > div, body:not([data-m-animate="1"]) .img-with-animation, body:not([data-m-animate="1"]) .col.has-animation, body:not([data-m-animate="1"]) .wpb_column.has-animation, .owl-carousel[data-enable-animation=true] .owl-controls, .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item, body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in], body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical], body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical] {
        opacity: 1 !important
    }

    .divider-border[data-animate=yes], .divider-small-border[data-animate=yes], .img-with-animation[data-animation=grow-in], .col.has-animation[data-animation=grow-in], .wpb_column.has-animation[data-animation=grow-in] {
        visibility: visible
    }

    .portfolio-items .col .work-item .work-info a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px
    }

    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner, body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
        transform: none;
        -webkit-transform: none
    }

    .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
        width: auto
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
        height: 100%;
        top: 0;
        transform: none;
        -webkit-transform: none
    }
}

@media only screen and (max-device-width: 2600px) {
    body[data-ajax-transitions=true].using-mobile-browser #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
        overflow-y: scroll
    }

    body.using-mobile-browser .full-width-content.parallax_section .row-bg[data-parallax-speed=fixed], body.using-mobile-browser .full-width-section.parallax_section .row-bg[data-parallax-speed=fixed], body.using-mobile-browser .wpb_row.parallax_section .row-bg[data-parallax-speed=fixed] {
        background-attachment: scroll
    }

    body.using-mobile-browser .cp-modal-popup-container {
        position: relative;
        z-index: 100000
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video, body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
        display: none
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
        display: block
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-bottom], .using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom], .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=zoom-out].loaded .slide-bg-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-left], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-left], body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-right], body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-left], body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-bottom], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-bottom], body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=grow-in], body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=grow-in], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=grow-in], body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate=yes], body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate=yes], body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in], body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in], body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical], body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation*=reveal-from] > .vc_column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap, body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in], body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span > .inner, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .content, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true]:after, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-], body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date {
        transform: none !important;
        -webkit-transform: none !important
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image, body.using-mobile-browser:not([data-m-animate="1"]) .clients.fade-in-animation > div, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation, body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in], body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in], body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical], body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical], body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical], .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage > .owl-item, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in], body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span > .inner, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-controls, body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date {
        opacity: 1 !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate=yes], body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate=yes] {
        visibility: visible !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .content, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true]:after, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after, body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
        opacity: 1 !important;
        animation: none !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        opacity: 1;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner, body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner {
        transform: none;
        -webkit-transform: none
    }

    .using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
        top: 50%;
        left: 50%
    }

    .ascend.using-mobile-browser #search {
        height: 100%
    }

    .ascend.using-mobile-browser #search #search-box {
        top: 20px
    }

    .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
        display: block !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div {
        transform: none;
        -webkit-transform: none
    }

    .using-mobile-browser .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] {
        height: auto !important
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] > div {
        position: relative !important;
        left: 0 !important
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
        padding-top: 8%;
        padding-bottom: 8%
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
        opacity: 1
    }

    .using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section, body[data-remove-m-parallax="1"].using-mobile-browser .full-width-content.parallax_section {
        background-attachment: scroll !important;
        background-position: center !important
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section .row-bg, body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section .row-bg, body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg, body[data-remove-m-parallax="1"].using-mobile-browser #page-header-bg[data-parallax="1"] .page-header-bg-image {
        margin-top: 0 !important;
        height: 100% !important;
        transform: none !important;
        -webkit-transform: none !important;
        background-attachment: scroll !important;
        background-position: 50% !important;
        opacity: 1
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured.parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
        opacity: 1
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
        height: 100%
    }

    body.using-mobile-browser .blurred-wrap.blurred {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px)
    }
}

@media only screen and (min-width: 1600px) {
    .post-area.full-width-content .masonry-blog-item, .full-width-content .post-area .masonry-blog-item {
        width: 18%
    }

    .post-area.full-width-content.classic_enhanced .masonry-blog-item, .full-width-content .post-area.classic_enhanced .masonry-blog-item {
        width: 18.5%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide, body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 50%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
        width: 50%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall, body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular, body .post-area.masonry.meta_overlaid .masonry-blog-item.regular, #boxed .post-area.full-width-content.meta_overlaid .masonry-blog-item.regular, #boxed .full-width-content .post-area.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 63.66%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 58.5%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 50%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 16px;
        line-height: 22px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 13px
    }

    body .default-style .portfolio-items .col.elastic-portfolio-item {
        width: 22.43% !important
    }

    .post-area.full-width-content .masonry-blog-item, .full-width-content .post-area .masonry-blog-item {
        width: 23%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding-left: 2.8% !important
    }

    .full-width-content .vc_span2 .nectar-milestone .number, .full-width-content .vc_col-sm-2 .nectar-milestone .number {
        font-size: 50px;
        line-height: 50px
    }

    .full-width-content .vc_span8 .clients.five-cols.carousel > div, .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
        width: 33%
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 64.1%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 73%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width: 990px) and (max-width: 1300px) {
    body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item, body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 13px
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 25%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 14px;
        line-height: 20px
    }

    .full-width-content .vc_span8 .clients.six-cols > div, .full-width-content .vc_col-sm-8 .clients.six-cols > div {
        width: 32.3%
    }

    .full-width-content .vc_span8 .clients.no-carousel.six-cols > div:nth-child(3n+3), .full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols > div:nth-child(3n+3) {
        margin-right: 0
    }

    .full-width-content .vc_span8 .clients.five-cols.carousel > div, .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
        width: 40%
    }

    #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column, #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column p {
        font-size: inherit;
        line-height: inherit
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 100%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97.2%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width: 470px) and (max-width: 990px) {
    .portfolio-items .elastic-portfolio-item, body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 50%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote, body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
        width: 100%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 16px;
        line-height: 20px
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97%
    }
}

@media only screen and (max-width: 690px) and (min-width: 470px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
        width: 100%
    }

    .post.quote .post-content .quote-inner, .post.link .post-content .link-inner, .format-status .post-content .status-inner, .post.format-aside .aside-inner {
        padding: 50px 10%
    }
}

@media only screen and (max-width: 690px) {
    body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video, body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
        display: none
    }

    body[data-remove-m-video-bgs="1"] .mobile-video-image {
        display: block
    }

    .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap.animated, .posts-container[data-load-animation=fade_in] article .inner-wrap.animated, .posts-container[data-load-animation=perspective] article .inner-wrap.animated, .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap, .posts-container[data-load-animation=fade_in] article .inner-wrap, .posts-container[data-load-animation=perspective] article .inner-wrap {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content > .post-meta {
        opacity: 0;
        position: absolute !important
    }

    .post-area.masonry.meta_overlaid .post .post-content > .post-meta {
        display: none !important
    }

    #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap, #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap {
        -webkit-transform: none;
        transform: none;
        top: 0;
        position: relative
    }

    .material .related-post-wrap h3.related-title {
        padding-top: 60px
    }

    .post-area.featured_img_left .article-content-wrap {
        display: block
    }

    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap, .post-area.featured_img_left .article-content-wrap .post-content-wrap {
        width: 100%
    }

    .post-area.featured_img_left .quote .inner-wrap, .post-area.featured_img_left .link .inner-wrap {
        padding-bottom: 55px
    }

    .post-area.featured_img_left .article-content-wrap .post-content-wrap {
        padding: 35px 0 55px;
        overflow: visible
    }

    .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
        display: none
    }

    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
        height: 200px;
        border-radius: 5px 5px 0
    }

    .nectar-recent-posts-slider .inner-wrap {
        max-width: 80%
    }

    .arhchive #page-header-wrap #page-header-bg .subheader {
        display: none
    }
}

@media only screen and (max-width: 470px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x, body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
        width: 100%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 50%
    }

    .masonry.meta_overlaid .post.wide_tall .content-inner .post-featured-img img {
        height: auto !important
    }

    #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap, #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
        transform: none;
        -webkit-transform: none;
        top: 0
    }

    .post.quote .post-content .quote-inner, .post.link .post-content .link-inner, .format-status .post-content .status-inner, .post.format-aside .aside-inner {
        padding: 50px 10%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding: 0 10% !important
    }

    body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date, body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
        font-size: 13px
    }

    #ajax-content-wrap .post-area.masonry.meta_overlaid .post.wide_tall .post-meta, #ajax-content-wrap .post-area.masonry.meta_overlaid .post.large_featured .post-meta {
        margin: -1px 0
    }

    #ajax-content-wrap .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
        padding-bottom: 0
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 11px
    }

    body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
        margin: 0
    }

    body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
        padding-left: 0;
        padding-right: 0
    }

    body #search-results[data-layout=default] .result, body #search-results[data-layout=masonry-no-sidebar] .result {
        opacity: 1;
        position: relative !important;
        top: auto !important;
        left: auto !important
    }
}

.nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    position: relative
}

body[data-smooth-scrolling="0"] #header-outer .cart-menu {
    padding-right: 0
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
    right: 0
}

#header-outer .icon-shopping-cart {
    font-size: 20px;
    height: auto;
    line-height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: transparent
}

body.single-product .container-wrap {
    padding-bottom: 50px
}

body.original #top nav ul .nectar-woo-cart > div {
    padding-left: 0
}

body.original .buttons .nectar-woo-cart {
    pointer-events: none;
    width: 0;
    padding-left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

body.original .buttons.product_added .nectar-woo-cart {
    pointer-events: all;
    width: 45px;
    padding-left: 19px
}

body.original #header-outer .cart-menu-wrap {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .4s ease .2s;
    transition: transform .4s ease .2s
}

body.original #header-outer .cart-menu-wrap.has_products {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#header-outer .cart-menu-wrap {
    top: 0;
    height: 100%
}

#header-outer .cart-outer .blockUI.blockOverlay {
    opacity: .2 !important
}

html:not(.js) #header-outer .cart-menu-wrap {
    visibility: visible
}

#header-outer .cart-menu {
    z-index: 10000;
    right: 0;
    top: 0
}

#header-outer .cart-menu .icon-shopping-cart {
    left: 0;
    margin-top: -1px;
    top: auto;
    position: absolute;
    width: 24px
}

#header-outer .cart-menu .cart-icon-wrap {
    margin-left: 0;
    height: 24px;
    line-height: 18px;
    position: relative
}

#header-outer .cart-menu .cart-icon-wrap i {
    background-color: transparent;
    border-radius: 0;
    line-height: 17px;
    height: 21px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    color: rgba(0, 0, 0, .4)
}

#header-outer .cart-menu .cart-contents {
    padding-left: 0;
    position: relative
}

#header-outer .widget_shopping_cart, .woocommerce .cart-notification, #header-outer .cart-notification {
    display: none;
    position: absolute;
    right: 16px;
    z-index: 100000
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart, body[data-smooth-scrolling="0"] .woocommerce .cart-notification, body[data-smooth-scrolling="0"] #header-outer .cart-notification {
    right: 0
}

#header-outer .widget_shopping_cart h2.widgettitle, #header-outer .cart-notification h2.widgettitle {
    margin-bottom: 0
}

#header-outer .widget_shopping_cart .cart_list {
    display: none;
    position: relative;
    top: 0 !important;
    width: 325px;
    left: auto;
    max-height: 482px;
    overflow-y: auto
}

#header-outer .widget_shopping_cart .cart_list a, .nectar-slide-in-cart .widget_shopping_cart .cart_list a {
    background-color: transparent !important;
    border: none;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    color: #27ccc0;
    transition: none;
    -webkit-transition: none;
    font-family: 'Open Sans'
}

#header-outer .widget_shopping_cart .cart_list .product-meta a, .nectar-slide-in-cart .widget_shopping_cart .cart_list .woocommerce-mini-cart-item a {
    padding-bottom: 8px
}

body #header-outer .widget_shopping_cart .cart_list li .product-meta > a, #slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta > a {
    line-height: 1.3em;
    margin-bottom: 6px;
    max-width: calc(100% - 26px);
    padding-bottom: 0;
    font-size: 14px
}

#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta > a {
    max-width: calc(100% - 37px)
}

#header-outer .widget_shopping_cart .cart_list a img {
    width: 55px;
    float: left;
    margin-left: 0
}

#header-outer .widget_shopping_cart .cart_list .product-meta a img, #slide-out-widget-area .widget_shopping_cart .cart_list .product-meta a img {
    display: none
}

#header-outer .widget_shopping_cart .cart_list li .product-meta a, #slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta a {
    display: inline-block;
    transition: .2s ease color
}

#header-outer .widget_shopping_cart .cart_list li {
    float: none
}

#header-outer .widget_shopping_cart .cart_list li, #header-outer .cart-notification {
    padding: 14px 20px
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li {
    padding: 20px
}

#header-outer .widget_shopping_cart .cart_list li {
    font-size: 12px;
    line-height: 22px
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
    line-height: 12px;
    display: block
}

.cart-outer .cart-notification {
    width: 240px;
    display: none;
    margin-top: 0;
    line-height: 20px
}

#header-outer .cart-outer .cart-notification {
    padding: 20px;
    font-size: 12px
}

.nectar-slide-in-cart {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 100000;
    -webkit-transition: all .7s cubic-bezier(.25, 1, .2, 1);
    -ms-transition: all .7s cubic-bezier(.25, 1, .2, 1);
    transition: all .7s cubic-bezier(.25, 1, .2, 1);
    -ms-transform: translateX(107%);
    transform: translateX(107%);
    -webkit-transform: translateX(107%)
}

.nectar-slide-in-cart.open {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
}

.nectar-slide-in-cart .widget_shopping_cart {
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    display: block !important;
    opacity: 1 !important
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list > li:first-child {
    padding-top: 0;
    min-height: 98px
}

.nectar-slide-in-cart .widgettitle {
    display: none
}

.nectar-slide-in-cart .total, .nectar-slide-in-cart .woocommerce.widget_shopping_cart .total {
    padding: 20px 0 20px
}

body .nectar-slide-in-cart ul.product_list_widget li dl dd {
    color: inherit
}

body .nectar-slide-in-cart ul.product_list_widget li dl {
    width: 219px
}

body .nectar-slide-in-cart .total, body .nectar-slide-in-cart .total strong {
    color: #000
}

.nectar-slide-in-cart {
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .09)
}

.nectar-slide-in-cart .widget_shopping_cart_content {
    height: 100%;
    padding: 35px
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item > a {
    font-size: 18px;
    line-height: 24px
}

.nectar-slide-in-cart .widget_shopping_cart .buttons a {
    display: block;
    padding: 20px;
    font-size: 16px;
    margin-top: 8px;
    margin-left: 0
}

body .nectar-slide-in-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    right: 0;
    height: 23px;
    width: 23px;
    padding: 3px;
    line-height: 14px;
    margin: 0;
    font-size: 24px;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s
}

.nectar-slide-in-cart .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    transform: rotate(90deg) translateZ(0);
    -webkit-transform: rotate(90deg) translateZ(0)
}

body .nectar-slide-in-cart .widget_shopping_cart .cart_list a img {
    width: 75px;
    height: auto
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list {
    display: block !important;
    max-height: 65%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list a img {
    position: absolute;
    left: 0;
    float: none
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li {
    padding-left: 100px;
    min-height: 112px;
    border-bottom: 1px solid #eee
}

body .nectar-slide-in-cart ul.product_list_widget li dl {
    clear: none;
    float: none;
    margin-bottom: 10px
}

body.admin-bar .nectar-slide-in-cart .widget_shopping_cart {
    top: 32px
}

body:not([data-header-color=custom]) #header-outer .cart-notification .item-name {
    color: #888
}

.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity input[type=number] {
    -moz-appearance: textfield;
    margin: 0
}

#header-outer .widget_shopping_cart .cart_list li:first-child {
    padding-top: 20px
}

#header-outer .total, .nectar-slide-in-cart .total {
    clear: both;
    color: #ccc;
    padding: 17px 20px;
    border: 0
}

.nectar-slide-in-cart .woocommerce.widget_shopping_cart .total {
    border: 0
}

#header-outer .total, #header-outer .total strong, .nectar-slide-in-cart .total, .nectar-slide-in-cart .total strong {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-weight: 400;
    letter-spacing: -1px
}

.nectar-slide-in-cart .total, .nectar-slide-in-cart .total strong {
    font-size: 24px;
    font-family: inherit
}

#header-outer .widget_shopping_cart .quantity {
    margin-left: 0;
    line-height: 14px;
    height: 14px;
    display: block
}

#slide-out-widget-area .widget_shopping_cart .quantity {
    margin-left: 0;
    line-height: 14px;
    height: 14px;
    display: block
}

#header-outer .widget_shopping_cart .quantity, #header-outer .widget_shopping_cart .quantity span {
    font-size: 14px
}

#header-outer .widget_shopping_cart .buttons {
    padding: 3px 20px 20px;
    clear: both
}

#header-outer ul.product_list_widget li dl dt, .nectar-slide-in-cart ul.product_list_widget li dl dt {
    color: #999
}

.nectar-slide-in-cart ul.product_list_widget li dl dt {
    font-family: inherit
}

#header-outer ul.product_list_widget li dl dd, .nectar-slide-in-cart ul.product_list_widget li dl dd {
    color: #fff;
    margin-bottom: 0;
    padding-left: 0
}

#header-outer ul.product_list_widget li dl p, .nectar-slide-in-cart ul.product_list_widget li dl p {
    padding-bottom: 0
}

#header-outer ul.product_list_widget li dl, .nectar-slide-in-cart ul.product_list_widget li dl {
    margin: 0 0 10px;
    border-width: 1px;
    padding-left: 13px
}

#slide-out-widget-area ul.product_list_widget .product-meta, #header-outer ul.product_list_widget .product-meta, .nectar-slide-in-cart ul.product_list_widget .product-meta {
    float: right;
    padding-left: 5px;
    width: calc(100% - 90px)
}

#header-outer .widget_shopping_cart a.button.checkout {
    margin-left: 10px
}

#header-outer .widget_shopping_cart a.button:hover {
    background-color: #3f3f3f !important;
    color: #fff !important
}

#header-outer a.cart-contents .cart-wrap span {
    border-radius: 99px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    right: 7px;
    margin-left: 4px;
    text-align: center;
    width: 17px;
    height: 17px
}

#header-outer .cart-wrap {
    position: relative;
    right: -7px;
    top: -7px;
    font-size: 12px;
    margin-right: 0;
    z-index: 10;
    float: right
}

#header-outer nav.cart-active #search-btn {
    margin-left: 10px
}

#header-outer nav.cart-active #search-btn > div {
    padding-left: 10px
}
.product[data-tab-pos=fullwidth] .summary.entry-summary {
    width: 57.5%
}

@media only screen and (max-width: 999px) {
    .product[data-tab-pos=fullwidth] .summary.entry-summary {
        width: 100%
    }

    .single-product #reviews #review_form_wrapper {
        margin-top: 30px
    }
}

.product[data-hide-product-sku="1"] .product_meta .sku_wrapper {
    display: none
}

.carousel-wrap ul.products[data-product-style=material] li, .carousel-wrap ul.products[data-product-style=material] {
    display: inline-block !important;
    box-shadow: none !important
}

@media only screen and (min-width: 1000px) {
    body .cross-sells ul.products[data-product-style=material] li.product, body .cross-sells ul.products[data-product-style=material] li.product.last {
        width: 48.4%;
        margin-right: 1.3%
    }

    body .cross-sells ul.products[data-product-style=material] li.product:last-child {
        margin-right: 0
    }
}

div[data-project-style=material] .up-sells {
    margin-top: 30px
}

body .nectar-woo-flickity > ul.products[data-product-style] > li.product, body .full-width-content .nectar-woo-flickity > ul.products[data-product-style] > li.product {
    margin-right: 15px !important;
    margin-left: 15px !important;
    clear: none
}

@media only screen and (max-width: 690px) {
    .nectar-woo-flickity > ul.products[data-product-style] > li.product {
        width: calc(100% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style] > li.product:nth-child(1n+2) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product {
        width: calc(33% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product:nth-child(1n+4) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {
    .nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product {
        width: calc(25% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product:nth-child(1n+5) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }
}

@media only screen and (min-width: 1600px) {
    .nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product {
        width: calc(20% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product:nth-child(1n+6) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }
}

@media only screen and (min-width: 1000px) {
    .nectar-woo-flickity > ul.products[data-product-style].columns-4 > li.product {
        width: calc(25% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-4 > li.product:nth-child(1n+5) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-3 > li.product {
        width: calc(33% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-3 > li.product:nth-child(1n+4) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-2 > li.product {
        width: calc(50% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-2 > li.product:nth-child(1n+3) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-1 > li.product {
        width: calc(100% - 30px) !important
    }

    .nectar-woo-flickity > ul.products[data-product-style].columns-1 > li.product:nth-child(1n+2) {
        visibility: hidden;
        position: absolute;
        pointer-events: none
    }
}

.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg:not(.flickity-button-icon) {
    width: 48px;
    height: 48px;
    top: -5px;
    left: -2px;
    transform-origin: center;
    transform: rotate(-88deg);
    position: absolute
}

.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle.time {
    stroke-dashoffset: 183;
    stroke-dasharray: 183;
    stroke: #fff;
    stroke-linecap: butt;
    -webkit-transition: stroke-dashoffset .6s cubic-bezier(.25, .25, .1, 1), stroke .2s ease;
    transition: stroke-dashoffset .6s cubic-bezier(.25, .25, .1, 1), stroke .2s ease
}

.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle:not(.time) {
    stroke: rgba(0, 0, 0, .25)
}

.span_12.light .nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle:not(.time) {
    stroke: rgba(255, 255, 255, .25)
}

.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button:hover svg circle.time {
    stroke-dashoffset: 8;
    -webkit-transition: stroke-dashoffset .6s cubic-bezier(.25, .25, .1, 1), stroke .2s ease;
    transition: stroke-dashoffset .6s cubic-bezier(.25, .25, .1, 1), stroke .2s ease
}

.nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle.time {
    stroke: #000
}

.full-width-content .vc_span9 .caroufredsel_wrapper, .full-width-content .vc_span9 .carousel-wrap, .full-width-content .vc_span8 .caroufredsel_wrapper, .full-width-content .vc_span8 .carousel-wrap, .full-width-content .vc_span6 .caroufredsel_wrapper, .full-width-content .vc_span6 .carousel-wrap, .full-width-content .vc_span4 .caroufredsel_wrapper, .full-width-content .vc_span4 .carousel-wrap, .full-width-content .vc_span3 .caroufredsel_wrapper, .full-width-content .vc_span3 .carousel-wrap {
    overflow: hidden !important
}

body .products-carousel ul {
    opacity: 0
}

body .products-carousel .products li.product {
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-bottom: 25px !important;
    clear: none !important;
    float: left !important
}

body .products-carousel .carousel-prev {
    left: -77px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

body .products-carousel .carousel-next {
    right: -96px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

body .products-carousel:hover .carousel-prev {
    left: 9px
}

body .products-carousel:hover .carousel-next {
    right: 16px
}

body .products-carousel .carousel-next, body .products-carousel .carousel-prev {
    height: 60px;
    line-height: 60px;
    width: 55px;
    border: none;
    background-color: rgba(255, 255, 255, .5);
    z-index: 1000;
    transition: all .45s ease 0s;
    -webkit-transition: all .45s ease 0s
}

body .products-carousel .carousel-next i, body .products-carousel .carousel-prev i {
    color: #777;
    height: 20px;
    line-height: 19px;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}

body .products-carousel .carousel-next:hover i, body .products-carousel .carousel-prev:hover i {
    color: #fff
}

.nectar-quick-view-box .summary .price {
    color: #444;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-top: 20px
}

.nectar-quick-view-box .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.nectar-quick-view-box .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.nectar-quick-view-box .star-rating span:before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0
}

.nectar-quick-view-box .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.cart .quantity input.plus, .cart .quantity input.minus, .nectar-quick-view-box .quantity input.plus, .nectar-quick-view-box .cart .quantity input.minus, .nectar-quick-view-box .cart .quantity input.plus {
    background-color: #f8f8f8;
    background-repeat: repeat-x;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    display: inline;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 400
}

.single-product .post-area.span_9 .products.related .product, .single-product .post-area.span_9 .products.upsells .product {
    width: 32% !important
}

@media only screen and (min-width: 1000px) {
    .single-product .post-area.span_9 .products.related ul > .product:nth-child(4) .single-product .post-area.span_9 .products.upsells ul > .product:nth-child(4) {
        display: none
    }
}

#ajax-content-wrap .related.products > h2, #ajax-content-wrap .upsells.products > h2, #ajax-content-wrap #comments h2, #ajax-content-wrap #review_form h3, #ajax-content-wrap .cart_totals h2, #ajax-content-wrap .shipping_calculator h2, #ajax-content-wrap .cross-sells > h2, #ajax-content-wrap .cart-collaterals > h2 {
    font-size: 30px;
    line-height: 40px
}

.single-product .related.products h2, .single-product .upsells.products h2 {
    margin-bottom: 20px
}

.single-product .products.related, .single-product .products.upsells {
    margin-top: 25px
}

body[data-fancy-form-rcs="1"] .cart_totals #shipping_method li, body[data-fancy-form-rcs="1"] .order-review #shipping_method li {
    text-indent: 0;
    position: relative
}

.nectar-quick-view-box div.product form.cart {
    margin-bottom: 3em
}

div.product .single_variation .price {
    display: block;
    margin-top: 0
}

a.added_to_cart, .classic a.added_to_cart {
    display: none;
    position: absolute !important;
    text-indent: -9999px
}

.nectar-quick-view-box .summary .price ins {
    font-weight: 700
}

.nectar-quick-view-box .summary .price del {
    color: rgba(145, 145, 145, .5);
    font-size: .67em
}

.nectar-shop-header {
    position: relative
}

.single-product .product[data-gallery-style=left_thumb_sticky] div.images[data-has-gallery-imgs=false] {
    padding-left: 0;
    width: 100% !important
}

@media only screen and (min-width: 1000px) {
    .single-product .product[data-gallery-style=ios_slider] > .single-product-main-image, .single-product .product[data-gallery-style=ios_slider][data-tab-pos=in_sidebar] > .single-product-summary, .single-product .product[data-gallery-style=ios_slider][data-tab-pos=fullwidth] > .summary.entry-summary {
        width: 50%;
        margin-right: 0
    }

    .single-product .product[data-gallery-style=ios_slider][data-tab-pos=in_sidebar] > .single-product-summary, .single-product .product[data-gallery-style=ios_slider][data-tab-pos=fullwidth] > .summary.entry-summary {
        padding-left: 50px
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] .single-product-main-image {
        width: 60%;
        margin-right: 0
    }

    .single-product .product[data-gallery-style=left_thumb_sticky][data-tab-pos=in_sidebar] .single-product-summary, .single-product .product[data-gallery-style=left_thumb_sticky][data-tab-pos=fullwidth] .summary.entry-summary {
        width: 40%;
        padding-left: 40px
    }

    .single-product .row > .product[data-gallery-style=left_thumb_sticky] .single-product-main-image {
        width: 64%
    }

    .single-product .row > .product[data-gallery-style=left_thumb_sticky][data-tab-pos=in_sidebar] .single-product-summary, .single-product .row > .product[data-gallery-style=left_thumb_sticky][data-tab-pos=fullwidth] .summary.entry-summary {
        width: 36%
    }

    .single-product .row > .product[data-gallery-style=left_thumb_sticky][data-tab-pos=fullwidth] > .summary.entry-summary {
        float: right
    }
}

@media only screen and (min-width: 1000px) {
    .single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs .theiaStickySidebar {
        width: 100px !important
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs {
        width: 100px;
        float: left
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] div.images {
        width: calc(100% - 100px) !important;
        float: right;
        padding-left: 30px
    }
}

@media only screen and (max-width: 999px) {
    .single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs.flickity {
        overflow: hidden !important
    }

    .single-product .product-thumbs, .single-product .product-thumbs > .theiaStickySidebar {
        width: 100%
    }

    .single-product .product-thumbs > .theiaStickySidebar > .slider:focus, .single-product .product-thumbs > .theiaStickySidebar > .slider .flickity-viewport:focus {
        outline: 0
    }

    .single-product .product-thumbs > .theiaStickySidebar > .slider {
        width: calc(100% + 10px);
        margin-left: -5px
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] .images .flickity-slider .slide {
        position: absolute
    }

    .single-product .row > .product[data-gallery-style=left_thumb_sticky] .summary.entry-summary {
        clear: both
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs .theiaStickySidebar {
        width: 70px !important
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs {
        width: 70px;
        float: left
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] div.images {
        width: calc(100% - 70px) !important;
        float: right;
        padding-left: 30px
    }
}

.single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb-inner, .single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb-inner a {
    line-height: 0
}

.single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs img, .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide {
    margin-bottom: 15px
}

.single-product .product-thumbs .flickity-slider .thumb img, .single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb img {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 1px;
    -webkit-transition: border-color .1s ease;
    transition: border-color .1s ease
}

.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
    border: 1px solid #999
}

.single-product:not(.mobile) .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb a.active img {
    border: 1px solid #999
}

.single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .flickity-slider .thumb img, .single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb img {
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 2px;
    -webkit-transition: border-color .1s ease;
    transition: border-color .1s ease
}

.single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .flickity-slider .thumb.is-nav-selected img {
    border: 2px solid #999
}

.single-product:not(.mobile) .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb a.active img {
    border: 2px solid #999
}

.single-product:not(.mobile) .product[data-gallery-style=left_thumb_sticky] .slider > div:first-child:not(.nectar-no-larger-img) > .woocommerce-product-gallery__image > img.zoomImg {
    display: none !important
}

.single-product .nectar-woo-zoom-icon {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: transparent !important;
    color: #888;
    display: none
}

.single-product .nectar-woo-zoom-icon.visible {
    opacity: 1
}

.single-product .product[data-gallery-style=left_thumb_sticky] .images .slide {
    border: 1px solid rgba(0, 0, 0, .06)
}

@media only screen and (min-width: 1000px) {
    .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide:not(.nectar-no-larger-img), .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide:not(.nectar-no-larger-img) * {
        cursor: zoom-in
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide.zoom-img-active, .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide.zoom-img-active * {
        cursor: zoom-out
    }

    .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide.nectar-no-larger-img, .single-product .product[data-gallery-style=left_thumb_sticky] .images .slide.nectar-no-larger-img * {
        cursor: default
    }

    .single-product .nectar-woo-zoom-icon {
        display: block
    }

    .product[data-gallery-style=left_thumb_sticky] .easyzoom > a {
        pointer-events: none;
        display: block
    }

    .product[data-gallery-style=left_thumb_sticky] .zoomImg {
        opacity: 0 !important;
        pointer-events: none;
        -webklit-transition: opacity .15s ease;
        transition: opacity .25s ease
    }

    .product[data-gallery-style=left_thumb_sticky] .zoom-img-active .zoomImg {
        opacity: 1 !important;
        pointer-events: auto
    }
}

.single-product .nectar-woo-zoom-icon.active:before {
    content: '\e90a'
}

.single-product .images .product-slider, .single-product .product-thumbs.flickity {
    overflow: hidden
}

.single-product [data-gallery-style=ios_slider] .images .product-slider.flickity .slider > .slide {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0
}

.single-product [data-gallery-style=ios_slider] .images .product-slider.flickity .slider > .slide:first-child {
    position: relative;
    opacity: 1
}

.single-product [data-gallery-style=ios_slider] .slider > .thumb {
    float: left;
    width: 20%;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 1px 6px
}

.single-product [data-gallery-style=ios_slider] .slider > .thumb:nth-child(1n+6) {
    position: absolute;
    opacity: 0
}

.single-product .images .flickity-slider .slide {
    width: 100% !important
}

.single-product .images .product-slider {
    margin-bottom: 10px
}

.single-product .images .flickity-slider .slide img {
    margin-bottom: 0
}

.single-product .product-slider .flickity-viewport {
    -webkit-transition: height .4s ease;
    transition: height .4s ease
}

.single-product .flickity-viewport:focus, .single-product .flickity-slider:focus, .single-product .product-thumbs:focus, .single-product .product-thumbs .slider:focus {
    outline: 0
}

.single-product .product-thumbs > .slider {
    width: calc(100% + 10px);
    margin-left: -5px
}

.single-product [data-gallery-style=left_thumb_sticky] .product-thumbs > .slider {
    width: 100%;
    margin-left: 0
}

.single-product .product-thumbs .flickity-slider .thumb {
    width: 20%;
    padding: 0 5px
}

@media only screen and (max-width: 690px) {
    .single-product .product-thumbs .flickity-slider .thumb {
        width: 25%
    }
}

.single-product [data-gallery-style=ios_slider] .product-thumbs .flickity-slider .thumb {
    cursor: pointer
}

.single-product .product-thumbs .flickity-slider .thumb img, .single-product .product-thumbs .slider .thumb img {
    max-width: none;
    width: 100%
}

.single-product .flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}

.single-product .flickity-prev-next-button:disabled {
    display: none
}

.single-product .product-thumbs img {
    margin-bottom: 0
}

.single-product .product-thumbs .flickity-prev-next-button {
    position: absolute;
    border: none;
    color: #333;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    background-color: #fff;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.single-product:not(.mobile) .product-thumbs .flickity-prev-next-button {
    opacity: 0
}

.single-product .product-thumbs:hover .flickity-prev-next-button {
    opacity: 1
}

.single-product .product-thumbs .flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .8
}

.single-product .product-thumbs .flickity-prev-next-button svg {
    position: absolute;
    left: 35%;
    top: 35%;
    width: 30%;
    height: 30%
}

.single-product .product-thumbs .flickity-button-icon .arrow {
    fill: #333
}

.single-product .product-thumbs .flickity-prev-next-button.next {
    right: 20px;
    left: auto
}

.single-product .product-thumbs .flickity-prev-next-button.previous {
    left: 20px;
    right: auto
}

.single-product .product-thumbs.flickity {
    position: relative
}

div.pp_woocommerce .pp_content_container {
    background-color: transparent !important;
    padding: 0 !important
}

.pp_woocommerce .pp_content_container .pp_left {
    padding-left: 40px
}

.pp_woocommerce .pp_content_container .pp_right {
    padding-right: 40px
}

div.pp_woocommerce .pp_previous:before, div.pp_woocommerce .pp_next:before {
    background-image: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    color: #fff;
    font-size: 36px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 400
}

.product-categories .children, #footer-outer .product-categories .children {
    margin-left: 20px !important;
    margin-top: 10px;
    margin-bottom: 0 !important
}

.select2-drop-active {
    z-index: 10000000 !important
}

.cat-parent {
    border-bottom: 0 !important
}

.checkout #order_review {
    margin-top: 34px
}

.checkout #order_review .order-review {
    background-color: transparent;
    border: none
}

.checkout #order_review .order-review td, .checkout #order_review .order-review tr th {
    border: none
}

.checkout #order_review tr:nth-child(2n+1) {
    background-color: transparent
}

.checkout .col2-set .col-1 {
    width: 58%
}

.checkout .col2-set .col-2 {
    width: 39%
}

.nectar-quick-view-box .product-loading {
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 20
}

.nectar-quick-view-box .product-loading .dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #fff;
    margin: 6px;
    transform-origin: center
}

.nectar-quick-view-box.visible.loading-vis .product-loading {
    opacity: 1
}

.nectar-quick-view-box.visible.loading-vis .product-loading .dot {
    -webkit-animation: n_dot_loading 1.1s infinite;
    animation: n_dot_loading 1.1s infinite
}

.nectar-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(3) {
    animation-delay: -.9s
}

.nectar-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(2) {
    animation-delay: -1s
}

@keyframes n_dot_loading {
    0%, 60%, 100% {
        transform: initial
    }
    30% {
        transform: translateY(-15px)
    }
}

.nectar-quick-view-box.animate-width.loading-vis .product-loading {
    transition: opacity .3s ease;
    opacity: 0
}

li.product.no-trans * {
    visibility: hidden !important
}

li.product.no-trans.minimal:before {
    background-color: rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block
}

li.product.no-trans.minimal:before {
    border-radius: 6px
}

ul.products li.product.no-trans, ul.products li.product.no-trans *, ul.products li.product.no-trans .background-color-expand:before {
    -webkit-transition: none !important;
    transition: none !important;
    transition-delay: 0s !important;
    box-shadow: none
}

.nectar-quick-view-box-backdrop {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: opacity .3s ease;
    background-color: rgba(0, 0, 0, .45);
    visibility: hidden;
    pointer-events: none;
    opacity: 0
}

.nectar-quick-view-box-backdrop.visible {
    opacity: 1;
    z-index: 10000;
    transition: opacity .7s ease;
    pointer-events: all
}

.nectar-quick-view-box {
    display: block;
    position: fixed;
    max-width: 1050px;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    pointer-events: none;
    z-index: 20000;
    min-width: 200px;
    min-height: 200px
}

.nectar-quick-view-box .inner-wrap {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.nectar-quick-view-box:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 50px 95px -15px rgba(0, 0, 0, .15)
}

.nectar-quick-view-box.box-shadow-trans:before {
    transition: opacity .55s ease
}

.nectar-quick-view-box.visible:before {
    opacity: 1
}

.product.open-nectar-quick-view {
    transition: opacity .3s ease
}

.nectar-quick-view-box .preview_image {
    position: absolute;
    height: 100%;
    left: 0;
    overflow: visible;
    top: 0;
    z-index: 10
}

.nectar-quick-view-box .preview_image img {
    max-width: none;
    height: 100%;
    width: auto;
    display: block
}

.nectar-quick-view-box.visible {
    visibility: visible;
    pointer-events: all
}

.nectar-quick-view-box .nectar-product-slider {
    opacity: 0
}

.nectar-quick-view-box .nectar-product-slider .carousel-cell > a {
    display: block;
    line-height: 0
}

.nectar-quick-view-box.add-content .nectar-product-slider {
    opacity: 1
}

.nectar-quick-view-box .flickity-viewport {
    overflow: hidden;
    position: relative
}

.nectar-quick-view-box .flickity-page-dots {
    bottom: 15px
}

body .nectar-quick-view-box .images .carousel-cell {
    width: 100% !important;
    min-height: 400px;
    display: block;
    pointer-events: none
}

.nectar-quick-view-box .flickity-page-dots .dot {
    width: 16px
}

.nectar-quick-view-box div.product {
    display: block
}

body .nectar-quick-view-box div.product div.images {
    position: relative
}

body .nectar-quick-view-box div.product div.images:after {
    background-color: rgba(0, 0, 0, .08);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: transform .55s cubic-bezier(.2, .75, .5, 1);
    transition: transform .55s cubic-bezier(.2, .75, .5, 1)
}

body .nectar-quick-view-box.add-content div.product div.images:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

body .nectar-quick-view-box div.product div.images {
    width: calc(100% - 475px) !important;
    height: 100%
}

.nectar-quick-view-box div.product div.images {
    float: left
}

.nectar-quick-view-box .nectar-product-slider {
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px
}

.nectar-quick-view-box .inner-content, .nectar-quick-view-box div.product, body .nectar-quick-view-box div.product div.summary {
    height: 100%
}

body .nectar-quick-view-box div.product div.summary {
    padding: 50px 50px 0
}

.nectar-quick-view-box .entry-summary::-webkit-scrollbar, #header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar, .nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar {
    width: 10px
}

#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar, .nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .07)
}

.nectar-quick-view-box .entry-summary::-webkit-scrollbar:hover, .nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09)
}

#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar:hover, .nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .11)
}

.nectar-quick-view-box .entry-summary::-webkit-scrollbar-thumb, #header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb, .nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    background-clip: padding-box;
    min-height: 10px
}

.nectar-quick-view-box .summary-content > * {
    opacity: 0;
    transform: translateY(30px);
    transition: transform .55s cubic-bezier(.2, .75, .5, 1), opacity .55s cubic-bezier(.2, .75, .5, 1)
}

.nectar-quick-view-box.add-content .summary-content > * {
    opacity: 1;
    transform: translateY(0px);
    transition: transform .55s cubic-bezier(.2, .75, .5, 1), opacity .55s cubic-bezier(.2, .75, .5, 1)
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(2) {
    transition-delay: .05s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(3) {
    transition-delay: .1s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(4) {
    transition-delay: .15s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(5) {
    transition-delay: .2s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(6) {
    transition-delay: .25s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(7) {
    transition-delay: .3s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(8) {
    transition-delay: .35s
}

.nectar-quick-view-box.add-content .summary-content > *:nth-child(9) {
    transition-delay: .4s
}

body .nectar-quick-view-box.add-content div.product div.summary {
    overflow-y: auto;
    height: calc(100% - 52px)
}

body .nectar-quick-view-box div.product div.summary {
    background-color: #fff;
    position: relative;
    z-index: 1
}

body .nectar-quick-view-box a.single_add_to_cart_button, body .nectar-quick-view-box a.button.disabled {
    padding: 20px 10px
}

.nectar-quick-view-box .single_add_to_cart_button_wrap {
    width: 475px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: -webkit-flex;
    display: flex
}

body .nectar-quick-view-box .single_add_to_cart_button {
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

body .nectar-quick-view-box .nectar-full-product-link a {
    display: block
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a.single_add_to_cart_button, .nectar-quick-view-box .single_add_to_cart_button_wrap .nectar-full-product-link a {
    min-width: 150px;
    display: block;
    border-radius: 0
}

body .nectar-quick-view-box .nectar-full-product-link {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.nectar-quick-view-box .nectar-full-product-link a {
    left: auto;
    right: 0;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    background-color: #f1f1f1
}

.nectar-quick-view-box .single_add_to_cart_button_wrap {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.2, .75, .5, 1)
}

.nectar-quick-view-box.add-content .single_add_to_cart_button_wrap {
    opacity: 1
}

.nectar-quick-view-box .summary-content button[type=submit].single_add_to_cart_button {
    display: none
}

.nectar-quick-view-box a .close-wrap, .nectar-quick-view-box .close a {
    width: 19px;
    height: 18px;
    opacity: 0
}

.nectar-quick-view-box .close {
    right: 40px;
    top: 40px;
    position: absolute
}

.nectar-quick-view-box .close a {
    position: relative;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    z-index: 10
}

.nectar-quick-view-box a .close-wrap, .nectar-quick-view-box .close a {
    display: block;
    opacity: 1
}

.nectar-quick-view-box .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden
}

.nectar-quick-view-box.add-content .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s
}

.nectar-quick-view-box.add-content .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.nectar-quick-view-box .close-wrap .close-line1 {
    display: block;
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg)
}

.nectar-quick-view-box .close-wrap .close-line2 {
    display: block;
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg)
}

.nectar-quick-view-box .close-wrap .close-line {
    height: 100%;
    width: 2px;
    background-color: #545454;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.nectar-quick-view-box .close a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1)
}

.nectar-quick-view-box .close:hover a:before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0)
}

@-webkit-keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@-webkit-keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

.nectar-quick-view-box .close {
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease
}

.nectar-quick-view-box.add-content .close {
    opacity: 1;
    pointer-events: all
}

.text_on_hover.product {
    text-align: center;
    margin-bottom: 4% !important
}

body .text_on_hover.product .add_to_cart_button {
    border: none
}

.text_on_hover.product .text-on-hover-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    top: 50%;
    text-align: center;
    z-index: 20;
    opacity: 0
}

.text_on_hover.product .text-on-hover-wrap .star-rating {
    display: inline-block;
    margin-top: 13px;
    font-size: 18px;
    margin-bottom: -2px !important
}

.text_on_hover.product .star-rating span:before {
    content: "\73\73\73\73\73" !important
}

.text_on_hover.product h3 {
    text-align: center;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.text_on_hover.product h3 a {
    color: #000 !important
}

.text_on_hover.product .text-on-hover-wrap .price del {
    display: block;
    margin-bottom: 5px !important
}

.text_on_hover.product .link-overlay, .classic.product .link-overlay {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.text_on_hover.product .add_to_cart_button.product_type_simple.added {
    display: none !important
}

.text_on_hover.product .add_to_cart_button:focus {
    top: 0 !important
}

.text_on_hover.product .add_to_cart_button:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    opacity: .7
}

.text-on-hover-wrap .categories a {
    letter-spacing: 0;
    font-size: 12px
}

.text_on_hover.product .product-wrap .bg-overlay {
    transition: opacity .3s cubic-bezier(.21, .6, .35, 1);
    -webkit-transition: opacity .3s cubic-bezier(.21, .6, .35, 1);
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: #f8f8f8;
    z-index: 11
}

.text_on_hover.product a.added_to_cart {
    display: inline-block;
    position: relative !important;
    text-indent: 0;
    transition: all .3s cubic-bezier(.21, .6, .35, 1);
    -webkit-transition: all .3s cubic-bezier(.21, .6, .35, 1);
    color: #fff !important;
    margin-left: 3px
}

.ascend .text_on_hover.product a.added_to_cart, .ascend .text_on_hover.product .add_to_cart_button {
    border-radius: 0
}

.text_on_hover.product a.added_to_cart:hover {
    opacity: .8
}

.text_on_hover.product .nectar_quick_view {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 100;
    padding: 7px;
    opacity: 0;
    transition: all .25s ease
}

.text_on_hover.product .product-wrap:hover .nectar_quick_view {
    opacity: 1
}

.text_on_hover.product .nectar_quick_view span {
    line-height: 20px
}

div[data-project-style=text_on_hover] .single-product-main-image .onsale {
    width: 59px;
    font-size: 14px;
    top: 21px
}

.iosSlider {
    position: relative;
    margin-top: 9px;
    opacity: 0
}

.iosSlider.product-slider .slide .easyzoom a {
    pointer-events: none;
    display: block
}

.iosSlider.product-thumbs .thumb {
    width: 118px;
    margin-right: 10px;
    display: inline-block
}

.iosSlider.product-thumbs .thumb img {
    opacity: .4;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-backface-visibility: hidden
}

.iosSlider.product-thumbs .thumb.active img {
    opacity: 1
}

.iosSlider.product-thumbs .slider > div:last-child {
    margin-right: 0
}

.iosSlider.product-thumbs .slider {
    margin-top: 10px
}

.iosSlider.product-thumbs {
    width: 100%
}

.iosSlider .slider .slide {
    float: left;
    width: 100%
}

.iosSlider .slider_controls .fa-angle-right, .iosSlider .slider_controls .fa-angle-left {
    background-color: transparent;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #666;
    line-height: 50px;
    height: 45px;
    width: 35px
}

.iosSlider .next_slide, .iosSlider .prev_slide {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 45px;
    background-color: rgba(255, 255, 255, .6);
    z-index: 1000000;
    margin-top: -20px;
    transition: all .45s ease 0s;
    -webkit-transition: all .45s ease 0s
}

.iosSlider .next_slide:hover .fa-angle-right, .iosSlider .prev_slide:hover .fa-angle-left {
    color: #fff
}

.iosSlider.product-thumbs .slider_controls .fa-angle-right, .iosSlider.product-thumbs .slider_controls .fa-angle-left, .iosSlider.product-thumbs .next_slide, .iosSlider.product-thumbs .prev_slide {
    width: 30px;
    height: 40px;
    line-height: 40px
}

.iosSlider .prev_slide {
    left: -42px
}

.iosSlider .prev_slide.inactive {
    left: -42px
}

.iosSlider .next_slide {
    right: -42px
}

.iosSlider .next_slide.inactive {
    right: -42px
}

@media only screen and (min-width: 1000px) {
    .iosSlider:hover .prev_slide {
        left: 0
    }

    .iosSlider:hover .next_slide {
        right: 0
    }
}

.easyzoom {
    display: block;
    position: relative
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom-flyout img {
    max-width: none !important;
    width: auto !important;
    transition: none !important
}

.easyzoom-flyout {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity .25s ease 0s !important;
    -webkit-transition: opacity .25s ease 0s !important
}

.easyzoom-flyout:hover {
    opacity: 1
}

#slide-out-widget-area .widget_shopping_cart .cart_list li {
    padding-left: 0;
    padding-bottom: 20px
}

#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove {
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 14px;
    color: inherit !important;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .4)
}

#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove:hover {
    border-color: rgba(255, 255, 255, 1);
    background-color: transparent
}

#sidebar .widget_shopping_cart .cart_list li a.remove:hover {
    background-color: transparent
}

body #slide-out-widget-area .widget_shopping_cart .cart_list li a {
    font-size: 12px;
    line-height: 18px
}

#slide-out-widget-area .widget_shopping_cart ul.product_list_widget li img {
    left: 0
}

#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dt {
    color: inherit
}

#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dd {
    margin-bottom: 0
}

#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dd p, .cart_item dd p {
    padding-bottom: 0
}

#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dl {
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-top: 2px
}

#slide-out-widget-area .widget_shopping_cart .button {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 7px;
    display: block
}

#slide-out-widget-area .widget_shopping_cart p.buttons {
    padding-bottom: 0
}

#slide-out-widget-area .widget_shopping_cart .button {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, .4)
}

#slide-out-widget-area .widget_shopping_cart .button:hover {
    border: 2px solid rgba(255, 255, 255, 1)
}

#slide-out-widget-area.fullscreen .widget_shopping_cart, #slide-out-widget-area.fullscreen-alt .widget_shopping_cart, #slide-out-widget-area.fullscreen .inner .widget.widget_shopping_cart, #slide-out-widget-area.fullscreen-alt .inner .widget.widget_shopping_cart {
    max-width: 450px
}

#slide-out-widget-area .widget_shopping_cart .total {
    padding-top: 5px;
    padding-bottom: 20px;
    border-top: none
}

#slide-out-widget-area ul.product_list_widget li img {
    height: auto;
    width: 62px;
    margin-left: 0;
    margin-right: 15px;
    float: left;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

#slide-out-widget-area .widget_shopping_cart .total span.amount {
    float: right
}

#slide-out-widget-area .widget_shopping_cart .total strong {
    font-weight: inherit !important
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.classic_enhanced article .flickity-viewport {
    transform: scale(1.01);
    -webkit-transform: scale(1.01)
}

.nectar-flickity:not(.masonry) .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 80px 0
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-viewport {
    margin: 40px 0
}

.nectar-flickity[data-controls*=arrows_overlaid]:not(.masonry) .flickity-viewport {
    margin: 50px 0
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.nectar-flickity:not(.masonry) .flickity-slider .cell {
    width: 66%;
    margin-right: 3%;
    counter-increment: gallery-cell
}

.nectar-flickity[data-spacing="5px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 5px
}

.nectar-flickity[data-spacing="10px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 10px
}

.nectar-flickity[data-spacing="15px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 15px
}

.nectar-flickity[data-spacing="20px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 20px
}

.nectar-flickity[data-spacing="25px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 25px
}

.nectar-flickity[data-spacing="30px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 30px
}

.nectar-flickity[data-spacing="40px"]:not(.masonry) .flickity-slider .cell {
    margin: 0 40px
}

.nectar-flickity:not(.masonry) .flickity-slider .cell img {
    margin: 0;
    vertical-align: middle;
    max-width: none;
    width: 100%;
    height: 150px;
}

.nectar-flickity:not(.masonry) .flickity-slider .cell[data-lazy=true] img {
    opacity: 0;
    transition: opacity .5s ease;
    display: block
}

.nectar-flickity:not(.masonry) .flickity-slider .cell[data-lazy=true] img.flickity-lazyloaded, .nectar-flickity:not(.masonry) .flickity-slider .cell[data-lazy=true] img.flickity-lazyerror {
    opacity: 1
}

.flickity-slider .cell {
    width: 100%;
    height: auto;
    overflow: hidden
}

.nectar-carousel[data-border-radius=none] .flickity-slider .cell {
    overflow: visible
}

.nectar-flickity:not(.nectar-carousel) .flickity-slider .cell a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.classic_enhanced .flickity-slider .cell img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wpb_gallery_slidesflickity_static_height_style .flickity-enabled.is-draggable.is-dragging .flickity-viewport a, .wpb_gallery_slidesflickity_style .flickity-enabled.is-draggable.is-dragging .flickity-viewport a, .flickity-enabled.is-draggable.is-moving .flickity-viewport .nectar-fancy-box {
    pointer-events: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@media only screen and (max-width: 690px) {
    .nectar-flickity[data-tablet-columns="1"]:not(.masonry) .flickity-slider .cell {
        width: 100%
    }

    .nectar-flickity.nectar-carousel[data-wrap=no-wrap][data-controls=touch_total] .flickity-slider .cell {
        width: 80%
    }
}

@media only screen and (max-width: 480px) {
    .nectar-flickity.nectar-carousel[data-wrap=no-wrap][data-controls=touch_total] .flickity-slider .cell {
        width: 90%
    }
}

@media only screen and (min-width: 1000px) {
    .nectar-flickity[data-desktop-columns="5"][data-controls=next_prev_arrows] .cell, .nectar-flickity[data-desktop-columns="4"][data-controls=next_prev_arrows] .cell, .nectar-flickity[data-desktop-columns="3"][data-controls=next_prev_arrows] .cell, .nectar-flickity[data-desktop-columns="2"][data-controls=next_prev_arrows] .cell {
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease
    }

    .nectar-flickity[data-desktop-columns="5"][data-controls=next_prev_arrows] .cell:not(.is-selected), .nectar-flickity[data-desktop-columns="4"][data-controls=next_prev_arrows] .cell:not(.is-selected), .nectar-flickity[data-desktop-columns="3"][data-controls=next_prev_arrows] .cell:not(.is-selected), .nectar-flickity[data-desktop-columns="2"][data-controls=next_prev_arrows] .cell:not(.is-selected) {
        opacity: 0
    }

    .nectar-flickity[data-desktop-columns="5"][data-controls=next_prev_arrows] .flickity-prev-next-button.hidden, .nectar-flickity[data-desktop-columns="4"][data-controls=next_prev_arrows] .flickity-prev-next-button.hidden, .nectar-flickity[data-desktop-columns="3"][data-controls=next_prev_arrows] .flickity-prev-next-button.hidden, .nectar-flickity[data-desktop-columns="2"][data-controls=next_prev_arrows] .flickity-prev-next-button.hidden {
        opacity: 1
    }
}

@media only screen and (min-width: 1300px) {
    .nectar-flickity[data-desktop-columns="5"]:not(.masonry) .flickity-slider .cell {
        width: 15.5%
    }

    .nectar-flickity[data-desktop-columns="4"]:not(.masonry) .flickity-slider .cell {
        width: 20%
    }

    .nectar-flickity[data-desktop-columns="3"]:not(.masonry) .flickity-slider .cell {
        width: 27%
    }

    .nectar-flickity[data-desktop-columns="2"]:not(.masonry) .flickity-slider .cell {
        width: 41%
    }

    .nectar-flickity[data-desktop-columns="5"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 12.7%;
        margin-right: 5%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="5"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 3%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="5"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 3%
    }

    .nectar-flickity[data-desktop-columns="4"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 15.7%;
        margin-right: 6%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="4"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 3.4%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="4"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 3.4%
    }

    .nectar-flickity[data-desktop-columns="3"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 22%;
        margin-right: 7%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="3"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 3.4%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="3"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 3.4%
    }

    .nectar-flickity[data-desktop-columns="2"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 35%;
        margin-right: 6%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="2"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 4.6%
    }

    .vc_col-sm-12 .nectar-flickity[data-desktop-columns="2"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 4.6%
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .nectar-flickity[data-small-desktop-columns="5"]:not(.masonry) .flickity-slider .cell {
        width: 15.5%
    }

    .nectar-flickity[data-small-desktop-columns="4"]:not(.masonry) .flickity-slider .cell {
        width: 20%
    }

    .nectar-flickity[data-small-desktop-columns="3"]:not(.masonry) .flickity-slider .cell {
        width: 27%
    }

    .nectar-flickity[data-small-desktop-columns="2"]:not(.masonry) .flickity-slider .cell {
        width: 41%
    }

    .nectar-flickity[data-small-desktop-columns="5"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 12.7%;
        margin-right: 5%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="5"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 3%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="5"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 3%
    }

    .nectar-flickity[data-small-desktop-columns="4"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 15.7%;
        margin-right: 6%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="4"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 3.4%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="4"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 3.4%
    }

    .nectar-flickity[data-small-desktop-columns="3"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 22%;
        margin-right: 7%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="3"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 3.4%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="3"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 3.4%
    }

    .nectar-flickity[data-small-desktop-columns="2"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 35%;
        margin-right: 7%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="2"][data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 4.3%
    }

    .vc_col-sm-12 .nectar-flickity[data-small-desktop-columns="2"][data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 4.3%
    }
}

@media only screen and (min-width: 690px) and (max-width: 1000px) {
    .nectar-flickity[data-tablet-columns="5"]:not(.masonry) .flickity-slider .cell {
        width: 15.5%
    }

    .nectar-flickity[data-tablet-columns="4"]:not(.masonry) .flickity-slider .cell {
        width: 20%
    }

    .nectar-flickity[data-tablet-columns="3"]:not(.masonry) .flickity-slider .cell {
        width: 27%
    }

    .nectar-flickity[data-tablet-columns="2"]:not(.masonry) .flickity-slider .cell {
        width: 41%
    }

    .nectar-flickity[data-tablet-columns="5"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 15.5%;
        margin-right: 3%
    }

    .nectar-flickity[data-tablet-columns="4"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 20%;
        margin-right: 3%
    }

    .nectar-flickity[data-tablet-columns="3"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 27%;
        margin-right: 3%
    }

    .nectar-flickity[data-tablet-columns="2"][data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        width: 41%;
        margin-right: 3%
    }
}

.nectar-flickity.nectar-carousel .flickity-slider .cell {
    margin-right: 0
}

.nectar-flickity.nectar-carousel[data-format=fixed_text_content_fullwidth] .flickity-slider .cell .inner-wrap-outer {
    transform-style: preserve-3d
}

.nectar-flickity.nectar-carousel[data-format=fixed_text_content_fullwidth] .flickity-slider .cell {
    overflow: visible
}

.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 90px 0
}

.vc_col-sm-3 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport, .vc_col-sm-4 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport, .vc_col-sm-5 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport, .vc_col-sm-6 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin-top: 30px
}

.nectar-flickity.nectar-carousel[data-format=default][data-column-padding="5px"][data-desktop-columns="1"]:not(.masonry) .flickity-slider .cell, .nectar-flickity.nectar-carousel[data-format=default][data-column-padding="10px"][data-desktop-columns="1"]:not(.masonry) .flickity-slider .cell {
    padding: 0
}

.nectar-flickity.nectar-carousel[data-controls=material_pagination] .flickity-page-dots {
    bottom: -60px
}

.nectar-flickity.nectar-carousel[data-pagination-alignment=left] .flickity-page-dots {
    text-align: left
}

.nectar-flickity.nectar-carousel[data-pagination-alignment=right] .flickity-page-dots {
    text-align: right
}

.nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content p {
    opacity: .75
}

.nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
    width: 33%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 65px;
    z-index: 50
}

.nectar-carousel-flickity-fixed-content .nectar-flickity {
    margin-left: 34%;
    width: 100%
}

@media only screen and (min-width: 1001px) {
    .nectar-carousel-flickity-fixed-content[data-alignment=right] .nectar-flickity {
        margin-left: -34%
    }

    .nectar-carousel-flickity-fixed-content[data-alignment=right] .nectar-carousel-fixed-content {
        right: 0;
        left: auto;
        padding-right: 0;
        padding-left: 65px
    }

    .nectar-carousel-flickity-fixed-content[data-alignment=right] .nectar-carousel[data-format=fixed_text_content_fullwidth] .flickity-page-dots {
        text-align: right
    }
}

@media only screen and (min-width: 2000px) {
    .nectar-carousel-flickity-fixed-content[data-alignment=right] .nectar-flickity {
        margin-left: -50%
    }
}

.nectar-carousel-flickity-fixed-content .nectar-flickity:not(.flickity-enabled) {
    opacity: 0
}

.nectar-carousel-flickity-fixed-content .nectar-flickity:not(.flickity-enabled) .cell {
    position: absolute
}

.nectar-carousel-flickity-fixed-content .nectar-flickity:not(.flickity-enabled) > .cell:first-child {
    position: relative
}

@media only screen and (min-width: 2000px) {
    .nectar-carousel-flickity-fixed-content .nectar-flickity {
        width: 115%
    }
}

@media only screen and (min-width: 1000px) {
    .no-flexboxlegacy .nectar-carousel-flickity-fixed-content {
        overflow: hidden
    }

    .no-flexboxlegacy .nectar-carousel-flickity-fixed-content .nectar-flickity {
        padding-left: 34%;
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (min-width: 1300px) {
    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=fixed_text_content_fullwidth] .cell {
        width: 75%
    }

    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=fixed_text_content_fullwidth] .cell {
        width: 47.9%
    }

    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=fixed_text_content_fullwidth] .cell {
        width: 31.1%
    }

    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=fixed_text_content_fullwidth] .cell {
        width: 22.5%
    }
}

@media only screen and (min-width: 1300px) and (min-width: 1000px) {
    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=fixed_text_content_fullwidth] .cell {
        width: 75%
    }

    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=fixed_text_content_fullwidth] .cell {
        width: 47.9%
    }

    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=fixed_text_content_fullwidth] .cell {
        width: 31.1%
    }

    .no-flexboxlegacy .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=fixed_text_content_fullwidth] .cell {
        width: 22.5%
    }
}

.nectar-flickity.nectar-carousel[data-format=fixed_text_content_fullwidth] .flickity-page-dots {
    text-align: left
}

.nectar-flickity.nectar-carousel.is-dragging .flickity-slider .inner-wrap {
    pointer-events: none;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.nectar-flickity.nectar-carousel[data-column-padding="5px"] .inner-wrap {
    padding: 5px
}

.nectar-flickity.nectar-carousel[data-column-padding="10px"] .inner-wrap {
    padding: 10px
}

.nectar-flickity.nectar-carousel[data-column-padding="15px"] .inner-wrap {
    padding: 15px
}

.nectar-flickity.nectar-carousel[data-column-padding="20px"] .inner-wrap {
    padding: 20px
}

.nectar-flickity.nectar-carousel[data-column-padding="30px"] .inner-wrap {
    padding: 30px
}

.nectar-flickity.nectar-carousel[data-column-padding="40px"] .inner-wrap {
    padding: 40px
}

.nectar-flickity.nectar-carousel[data-column-padding="50px"] .inner-wrap {
    padding: 50px
}

.nectar-flickity.nectar-carousel[data-border-radius*=px] .flickity-slider .inner-wrap {
    overflow: hidden
}

.nectar-flickity.nectar-carousel[data-border-radius="3px"] .flickity-slider .inner-wrap {
    border-radius: 3px
}

.nectar-flickity.nectar-carousel[data-border-radius="5px"] .flickity-slider .inner-wrap {
    border-radius: 5px
}

.nectar-flickity.nectar-carousel[data-border-radius="10px"] .flickity-slider .inner-wrap {
    border-radius: 10px
}

.nectar-flickity.nectar-carousel[data-border-radius="15px"] .flickity-slider .inner-wrap {
    border-radius: 15px
}

.nectar-flickity.nectar-carousel[data-border-radius="20px"] .flickity-slider .inner-wrap {
    border-radius: 20px
}

.nectar-flickity.nectar-carousel[data-column-border=true] .flickity-slider .inner-wrap {
    border: 1px solid rgba(0, 0, 0, .1)
}

.span_12.light .nectar-flickity.nectar-carousel[data-column-border=true] .flickity-slider .inner-wrap {
    border: 1px solid rgba(255, 255, 255, .1)
}

.nectar-flickity.nectar-carousel .flickity-slider .inner-wrap-outer, .nectar-flickity.nectar-carousel .flickity-slider .inner-wrap {
    height: 100%
}

.nectar-carousel-fixed-content .nectar-button {
    margin-top: 30px;
    backface-visibility: hidden
}

.nectar-flickity.nectar-carousel .flickity-slider .inner-wrap > *:last-child {
    margin-bottom: 0
}

.nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
    padding: 10px
}

.nectar-flickity.nectar-carousel[data-format=default][data-spacing*=px] .flickity-slider .cell {
    padding: 0
}

.nectar-flickity.nectar-carousel[data-format=default][data-spacing*=default][data-wrap=no-wrap] .flickity-slider .cell {
    padding: 0;
    margin-right: 20px
}

.nectar-flickity.nectar-carousel[data-format=fixed_text_content_fullwidth] .flickity-slider .cell {
    margin-right: 30px;
    padding: 2px
}

.nectar-flickity.nectar-carousel[data-format=fixed_text_content_fullwidth] .flickity-slider {
    left: 1px !important
}

@media only screen and (min-width: 1300px) {
    .nectar-flickity.nectar-carousel[data-desktop-columns="6"][data-format=default] .cell {
        width: 16.6%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="6"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 50px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="6"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 100px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="6"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 200px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="6"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 300px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default] .cell {
        width: 20%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 40px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 80px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 160px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 240px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=default] .cell {
        width: 25%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 30px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 60px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 120px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 180px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default] .cell {
        width: 31.9%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 20px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 40px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 80px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 120px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=default] .cell {
        width: 50%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 10px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 20px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 40px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 60px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="1"][data-format=default] .cell {
        width: 100%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="6"][data-format=fixed_text_content_fullwidth] .cell {
        width: 15%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="5"][data-format=fixed_text_content_fullwidth] .cell {
        width: 15%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="4"][data-format=fixed_text_content_fullwidth] .cell {
        width: 22.5%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="3"][data-format=fixed_text_content_fullwidth] .cell {
        width: 31.9%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="2"][data-format=fixed_text_content_fullwidth] .cell {
        width: 55%
    }

    .nectar-flickity.nectar-carousel[data-desktop-columns="1"][data-format=fixed_text_content_fullwidth] .cell {
        width: 85%
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .nectar-flickity.nectar-carousel[data-small-desktop-columns="6"][data-format=default] .cell {
        width: 16.6%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="6"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 50px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="6"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 100px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="6"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 200px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="6"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 300px) / 6)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=default] .cell {
        width: 20%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 40px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 80px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 160px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 240px) / 5)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=default] .cell {
        width: 25%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 30px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 60px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 120px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 180px) / 4)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=default] .cell {
        width: 33.3%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 20px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 40px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 80px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 120px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=default] .cell {
        width: 50%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 10px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 20px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 40px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 60px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="1"][data-format=default] .cell {
        width: 100%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="6"][data-format=fixed_text_content_fullwidth] .cell {
        width: 15%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="5"][data-format=fixed_text_content_fullwidth] .cell {
        width: 15%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="4"][data-format=fixed_text_content_fullwidth] .cell {
        width: 22.5%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="3"][data-format=fixed_text_content_fullwidth] .cell {
        width: 33%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="2"][data-format=fixed_text_content_fullwidth] .cell {
        width: 55%
    }

    .nectar-flickity.nectar-carousel[data-small-desktop-columns="1"][data-format=fixed_text_content_fullwidth] .cell {
        width: 85%
    }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    .nectar-flickity.nectar-carousel[data-tablet-columns="6"][data-format=default] .cell {
        width: 16.6%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="5"][data-format=default] .cell {
        width: 20%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="4"][data-format=default] .cell {
        width: 25%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="3"][data-format=default] .cell {
        width: 33.3%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="3"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 20px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="3"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 40px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="3"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 80px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="3"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 120px) / 3)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-format=default] .cell {
        width: 50%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-format=default][data-spacing="5px"] .cell {
        width: calc((100% - 10px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-format=default][data-spacing="10px"] .cell {
        width: calc((100% - 20px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-format=default][data-spacing="20px"] .cell {
        width: calc((100% - 40px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-format=default][data-spacing="30px"] .cell {
        width: calc((100% - 60px) / 2)
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="1"][data-format=default] .cell {
        width: 100%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="4"][data-format=fixed_text_content_fullwidth] .cell {
        width: 22.5%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="3"][data-format=fixed_text_content_fullwidth] .cell {
        width: 33%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="2"][data-format=fixed_text_content_fullwidth] .cell {
        width: 55%
    }

    .nectar-flickity.nectar-carousel[data-tablet-columns="1"][data-format=fixed_text_content_fullwidth] .cell {
        width: 85%
    }
}

@media only screen and (max-width: 690px) {
    .nectar-flickity.nectar-carousel .cell {
        width: 100%
    }
}

.flickity-prev-next-button {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px !important;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.classic_enhanced .flickity-prev-next-button svg, .material.masonry .flickity-prev-next-button svg {
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
    fill: #000
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button svg {
    width: 12px
}

.nectar-flickity[data-controls*=arrows_overlaid] .previous:after, .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    background-color: #000;
    position: absolute;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    content: '';
    display: block
}

.nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    left: 14px
}

.nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    left: 11px
}

.full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    left: 18px
}

.full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    left: 16px
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    display: block
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover:before {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0)
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:active {
    opacity: 1
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    position: absolute;
    left: 50px;
    top: 50%;
    width: 40px;
    height: 40px
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    position: absolute;
    right: 50px;
    width: 40px;
    height: 40px;
    top: 50%
}

.full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    width: 50px;
    height: 50px
}

.full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    width: 50px;
    height: 50px
}

@media only screen and (max-width: 1000px) {
    .full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
        transform: scale(.85)
    }

    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
        padding: 0
    }
}

@media only screen and (max-width: 690px) {
    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        left: 35px
    }

    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
        right: 35px
    }

    .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
        transform: scale(.85)
    }

    .full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
        transform: scale(.7)
    }
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    left: 10px
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
    right: 10px;
    left: auto
}

.full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    left: 15px
}

.full-width-content .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
    right: 15px;
    left: auto
}

.nectar-flickity[data-controls*=arrows_overlaid][data-control-color*=color] .flickity-prev-next-button .arrow, .nectar-flickity[data-controls*=arrows_overlaid][data-control-color*=color] .flickity-prev-next-button:after {
    transition: all .2s ease
}

.nectar-flickity[data-controls*=arrows_overlaid][data-control-color*=color] .flickity-prev-next-button:hover .arrow {
    fill: #fff
}

.nectar-flickity[data-controls*=arrows_overlaid][data-control-color*=color] .flickity-prev-next-button:hover:after {
    background-color: #fff
}

.nectar-flickity[data-controls=touch_total] .flickity-page-dots {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.nectar-flickity[data-controls=touch_total]:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls=touch_total].nectar-carousel:not(.masonry) .flickity-viewport {
    margin-bottom: 60px
}

@media only screen and (max-width: 1000px) {
    .nectar-flickity[data-controls=touch_total]:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls=touch_total].nectar-carousel:not(.masonry) .flickity-viewport {
        margin-bottom: 45px;
        margin-top: 25px
    }
}

.nectar-flickity[data-controls=touch_total] .visualized-total {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .12);
    height: 1px;
    position: relative
}

.nectar-flickity[data-controls=touch_total][data-r-bottom-total=true] .visualized-total {
    display: none
}

.nectar-flickity[data-controls=touch_total] .visualized-total span {
    width: 15%;
    height: 3px;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    background-color: #000;
    transition: transform .55s cubic-bezier(.07, .5, .34, .96)
}

.light .nectar-flickity[data-controls=touch_total] .visualized-total {
    background-color: rgba(255, 255, 255, .2)
}

.light .nectar-flickity[data-controls=touch_total] .visualized-total span {
    background-color: #fff
}

.nectar-flickity[data-overflow=visible]:not(.masonry) .flickity-viewport {
    overflow: visible
}

@media only screen and (min-width: 1000px) {
    .nectar-flickity[data-drag-scale=true] .cell {
        -webkit-transition: transform .45s ease;
        transition: transform .45s ease
    }

    .nectar-flickity[data-drag-scale=true] .is-pointer-down .cell {
        -webkit-transform: scale(.97);
        transform: scale(.97)
    }

    .nectar-flickity[data-drag-scale=true][data-desktop-columns="4"] .is-pointer-down .cell, .nectar-flickity[data-drag-scale=true][data-desktop-columns="5"] .is-pointer-down .cell {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }
}

.classic_enhanced article .flickity-prev-next-button, .classic_enhanced article .item-count, .material.masonry article .flickity-prev-next-button, .material.masonry article .item-count {
    top: 0;
    transform: none;
    -webkit-transform: none;
    right: 0;
    position: relative !important;
    display: block;
    float: left;
    border-radius: 0 !important;
    color: #fff;
    line-height: 26px;
    height: 26px
}

.classic_enhanced article .item-count, .material.masonry article .item-count {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    z-index: 1001;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.nectar-flickity .control-wrap, .classic_enhanced .wide_tall .control-wrap {
    position: absolute;
    top: 27px;
    right: 15px;
    z-index: 1000;
    cursor: pointer
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.next, .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
    top: 50%;
    width: 46px;
    height: 26px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.hidden {
    opacity: 0
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
    transition: opacity 1s;
    -webkit-transition: opacity 1s
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.hidden {
    transition: all .2s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .2s cubic-bezier(.12, .75, .4, 1)
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.next {
    right: 21.6%
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
    left: 21.6%
}

.full-width-content .vc_col-sm-12 .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.next {
    right: 21.3%
}

.full-width-content .vc_col-sm-12 .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
    left: 21.3%
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
    .full-width-content .vc_col-sm-12 .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.next {
        right: 20.8%
    }

    .full-width-content .vc_col-sm-12 .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.previous {
        left: 20.8%
    }
}

.dark .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button .arrow {
    fill: #000
}

.nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
    width: 46.2%;
    margin-right: 9%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
    text-align: center
}

.dark .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.next:after, .dark .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.previous:after {
    background-color: #000 !important
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button svg {
    width: 30%;
    right: 0;
    left: auto
}

.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button.previous svg {
    width: 30%;
    left: 0;
    right: auto
}

.full-width-content .vc_col-sm-12 .nectar-flickity:not(.masonry) .flickity-viewport {
    overflow: visible
}

.post-area.span_9 .full-width-content .vc_col-sm-12 .nectar-flickity:not(.masonry) .flickity-viewport {
    overflow: hidden
}

.nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-prev-next-button.next:after, .nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-prev-next-button.previous:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    top: 12px;
    opacity: 1;
    left: 30px;
    cursor: pointer;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-prev-next-button.previous:after {
    left: auto;
    right: -11px
}

.classic_enhanced .flickity-prev-next-button.next:after, .classic_enhanced .flickity-prev-next-button.previous:after, .material.masonry .flickity-prev-next-button.next:after, .material.masonry .flickity-prev-next-button.previous:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    top: 12px;
    opacity: 0;
    left: -4px;
    cursor: pointer;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.classic_enhanced .flickity-prev-next-button.next:after, .material.masonry .flickity-prev-next-button.next:after {
    left: 5px
}

.classic_enhanced .flickity-prev-next-button.next:hover:after, .material.masonry .flickity-prev-next-button.next:hover:after {
    opacity: 1;
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px)
}

.classic_enhanced .flickity-prev-next-button.previous:after, .material.masonry .flickity-prev-next-button.previous:after {
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.classic_enhanced .flickity-prev-next-button.previous:hover:after, .material.masonry .flickity-prev-next-button.previous:hover:after {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px)
}

.classic_enhanced .flickity-prev-next-button.previous:hover svg, .material.masonry .flickity-prev-next-button.previous:hover svg {
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px)
}

.classic_enhanced .flickity-prev-next-button.previous.next-hovered, .classic_enhanced .item-count.next-hovered, .material.masonry .flickity-prev-next-button.previous.next-hovered, .material.masonry .item-count.next-hovered {
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px)
}

.flickity-prev-next-button {
    background: 0 0
}

.flickity-prev-next-button:hover {
    background: 0 0
}

.flickity-prev-next-button.no-svg {
    color: #fff
}

.flickity-prev-next-button:disabled {
    display: none
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .6
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 22%;
    width: 55%;
    height: 55%
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 8px;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer;
    transition: all .1s ease;
    list-style: none
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}

.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before {
    background-color: transparent !important
}

.flickity-page-dots {
    bottom: -60px;
    margin: 0 !important
}

.flickity-page-dots .dot {
    height: 30px;
    width: 30px;
    position: relative;
    margin: 0 5px
}

.flickity-page-dots .dot:before {
    background: #333;
    width: 100%;
    height: 4px;
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    left: 0
}

.nectar-recent-posts-slider .flickity-enabled.is-draggable .flickity-viewport {
    overflow: hidden
}

.flickity-viewport.is-moving a {
    pointer-events: none
}

.wpb_row:not(.full-width-content) .wpb_column:not(.vc_col-sm-12) .nectar-recent-posts-slider .flickity-page-dots {
    padding: 0 15% !important
}

.nectar-recent-posts-slider .flickity-page-dots {
    text-align: left
}

.nectar-recent-posts-slider .flickity-page-dots {
    bottom: 8%;
    z-index: 100;
    max-width: 1100px;
    margin: 0 auto !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.nectar-recent-posts-slider .flickity-page-dots .dot:before {
    background-color: #fff
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide {
    width: 75%;
    border-radius: 5px;
    min-height: 400px;
    padding-top: 45%;
    margin: 0 15px
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-posts-slider-inner:not(.flickity-enabled) .nectar-recent-post-slide {
    position: relative;
    float: left
}

@media only screen and (min-width: 690px) {
    .nectar-recent-posts-slider_multiple_visible[data-columns="2"] .nectar-recent-post-slide, .nectar-recent-posts-slider_multiple_visible[data-columns="3"] .nectar-recent-post-slide, .nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
        width: 40%;
        margin: 0 20px;
        padding-top: 35%
    }
}

@media only screen and (min-width: 1000px) {
    .nectar-recent-posts-slider_multiple_visible[data-columns="3"] .nectar-recent-post-slide, .nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
        width: 25%;
        margin: 0 20px
    }
}

@media only screen and (min-width: 1600px) {
    .nectar-recent-posts-slider_multiple_visible[data-columns="4"] .nectar-recent-post-slide {
        width: 20%;
        padding-top: 30%
    }
}

.nectar-recent-posts-slider_multiple_visible {
    overflow: hidden
}

.full-width-content .vc_col-sm-12 .nectar-recent-posts-slider_multiple_visible {
    overflow: visible
}

.nectar-recent-posts-slider_multiple_visible .nectar-button {
    margin-bottom: 0
}

.nectar-recent-posts-slider_multiple_visible .recent-post-container.container {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 65% !important;
    z-index: 10;
    padding: 0
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-bg-wrap {
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 5px;
    transform: scale(1) translateZ(0)
}

.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .nectar-button {
    opacity: 1;
    margin-top: 20px;
    transform: none !important
}

.nectar-recent-posts-slider_multiple_visible {
    padding-bottom: 100px
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-bg, .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-bg:after {
    border-radius: 5px
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide {
    transition: box-shadow .28s ease
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg:after {
    background-color: rgba(25, 25, 25, .37);
    transition: background-color .28s ease
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide:not(.no-bg-img):hover .nectar-recent-post-bg:after {
    background-color: rgba(25, 25, 25, .24)
}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide:not(.no-bg-img) .nectar-recent-post-bg, .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide:not(.no-bg-img) .nectar-recent-post-bg-wrap {
    background-color: transparent;
    backface-visibility: hidden
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-bg-wrap, .nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-bg {
    transition: transform .28s ease;
    z-index: 9
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-bg-blur {
    transition: opacity .28s ease;
    filter: blur(35px);
    transform: translateY(38px);
    opacity: 0;
    z-index: 1
}

.nectar-recent-posts-slider_multiple_visible[data-shadow-hover-type=dark] .flickity-viewport .nectar-recent-post-bg-blur {
    display: none
}

.nectar-recent-posts-slider_multiple_visible .flickity-page-dots {
    bottom: -80px
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport:not(.no-hover) .nectar-recent-post-slide:hover {
    transition-delay: 0s !important;
    z-index: 3
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport:not(.no-hover) .nectar-recent-post-slide:hover .nectar-recent-post-bg-blur {
    opacity: .7
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport:not(.no-hover) .nectar-recent-post-slide:hover .nectar-recent-post-bg {
    transform: scale(1) translateZ(0)
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-slide .nectar-recent-post-bg {
    transform: scale(1.13) translateZ(0)
}

.nectar-recent-posts-slider_multiple_visible .flickity-viewport:not(.no-hover) .nectar-recent-post-slide:hover .nectar-recent-post-bg-wrap {
    transform: scale(1.08) translateZ(0)
}

.nectar-recent-posts-slider_multiple_visible[data-shadow-hover-type=dark] .flickity-viewport .nectar-recent-post-bg-wrap {
    transition: transform .28s ease, box-shadow .28s ease
}

.nectar-recent-posts-slider_multiple_visible[data-shadow-hover-type=dark] .flickity-viewport:not(.no-hover) .nectar-recent-post-slide:hover .nectar-recent-post-bg-wrap {
    box-shadow: 0 40px 95px -15px rgba(0, 0, 0, .15)
}

.masonry.material article.post .flickity-slider .cell {
    line-height: 0
}

.flickity-page-dots .dot:before {
    transition: all .1s linear
}

.testimonial_slider[data-style*=multiple_visible] blockquote {
    float: left
}

.full-width-content .testimonial_slider[data-style=multiple_visible] .slides {
    overflow: visible
}

.testimonial_slider[data-style*=multiple_visible] blockquote {
    text-align: center;
    padding: 15px;
    width: 33%;
    opacity: .3;
    transition: opacity .2s ease
}

@media only screen and (min-width: 1600px) {
    body .full-width-content .testimonial_slider[data-style=multiple_visible_minimal].has-alf blockquote {
        width: 29%
    }
}

@media only screen and (min-width: 1300px) {
    .testimonial_slider[data-style=multiple_visible] blockquote {
        width: 33%
    }

    .testimonial_slider[data-style=multiple_visible_minimal] blockquote {
        width: 41%
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .testimonial_slider[data-style=multiple_visible] blockquote {
        width: 50%
    }

    .testimonial_slider[data-style=multiple_visible_minimal] blockquote {
        width: 39%
    }
}

@media only screen and (min-width: 690px) and (max-width: 1000px) {
    .testimonial_slider[data-style*=multiple_visible] blockquote {
        width: 60%
    }
}

@media only screen and (max-width: 690px) {
    .testimonial_slider[data-style*=multiple_visible] blockquote {
        width: 85%
    }
}

.testimonial_slider[data-style*=multiple_visible] > .slides > blockquote {
    position: absolute
}

.testimonial_slider[data-style*=multiple_visible] > .slides > blockquote:nth-child(1) {
    position: relative
}

.testimonial_slider[data-style*=multiple_visible] blockquote p {
    text-align: left;
    padding: 50px 50px 50px 100px;
    border-radius: 10px;
    margin-bottom: 40px;
    transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    quotes: "\201C" "\201D";
    position: relative
}

.testimonial_slider[data-style=multiple_visible] blockquote p .bottom-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 100%;
    left: 50%;
    margin-left: -20px;
    margin-top: -19px;
    opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.testimonial_slider[data-style=multiple_visible] blockquote p .bottom-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 0;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-color: rgba(255, 255, 255, .4) transparent transparent transparent
}

.light .testimonial_slider[data-style=multiple_visible] blockquote p .bottom-arrow:after {
    border-color: rgba(0, 0, 0, .2) transparent transparent transparent
}

.testimonial_slider[data-style=multiple_visible] blockquote p:before {
    font-family: sans-serif;
    content: open-quote;
    font-size: 130px;
    position: absolute;
    left: 29px;
    top: 50px;
    opacity: .4;
    line-height: 115px
}

.testimonial_slider[data-style=multiple_visible][data-color*=-light] blockquote {
    color: #fff
}

.testimonial_slider[data-style=multiple_visible] blockquote.is-selected p {
    background-color: rgba(0, 0, 0, .2)
}

.dark .testimonial_slider[data-style=multiple_visible] blockquote.is-selected p {
    background-color: rgba(255, 255, 255, .4)
}

.testimonial_slider[data-style=multiple_visible][data-color*=-color] blockquote.is-selected p {
    color: #fff
}

.testimonial_slider[data-style=multiple_visible][data-color*=-color] blockquote.is-selected p:before {
    color: rgba(0, 0, 0, .27)
}

.testimonial_slider[data-style=multiple_visible][data-color*=-color] blockquote p:after, .dark .testimonial_slider[data-style=multiple_visible] blockquote.is-selected p:after {
    border-color: rgba(255, 255, 255, .4)
}

.testimonial_slider[data-style*=multiple_visible] blockquote.is-selected, .testimonial_slider[data-style=multiple_visible] blockquote.is-selected p .bottom-arrow {
    opacity: 1
}

.testimonial_slider[data-style*=multiple_visible] .image-icon:not(.has-bg) {
    display: none
}

.testimonial_slider[data-style=multiple_visible] .image-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 17px;
    position: relative
}

.testimonial_slider[data-style=multiple_visible_minimal] .flickity-viewport {
    overflow: hidden;
    position: relative
}

.testimonial_slider[data-style=multiple_visible_minimal] .slides {
    overflow: visible
}

.testimonial_slider[data-style=multiple_visible_minimal] blockquote {
    padding: .7%;
    opacity: 1
}

.testimonial_slider[data-style=multiple_visible_minimal] blockquote .inner {
    padding: 50px;
    text-align: left;
    background-color: #fff;
    border-radius: 8px
}

.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .inner {
    background-color: transparent
}

.testimonial_slider[data-style=multiple_visible_minimal][data-add-border=true] blockquote .inner {
    border: 1px solid rgba(0, 0, 0, .1)
}

.span_12.light .testimonial_slider[data-style=multiple_visible_minimal][data-add-border=true] blockquote .inner {
    border: 1px solid rgba(255, 255, 255, .16)
}

.testimonial_slider[data-style=multiple_visible_minimal] blockquote p {
    padding: 0;
    -webkit-transition: none;
    transition: none;
    margin-top: 30px;
    margin-bottom: 0
}

.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .star-rating:before {
    color: rgba(255, 255, 255, .13)
}

.testimonial_slider[data-style=multiple_visible][data-color*=-light] .star-rating:before {
    color: rgba(255, 255, 255, .4)
}

body .testimonial_slider[data-style=multiple_visible][data-color*=-light] .star-rating .filled:before {
    color: #fff !important
}

.testimonial_slider[data-style=multiple_visible][data-color*=-dark] .star-rating:before {
    color: rgba(255, 255, 255, .4)
}

body .testimonial_slider[data-style=multiple_visible][data-color*=-dark] .star-rating .filled:before {
    color: #fff !important
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
    body .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
        position: relative;
        width: 100%;
        margin-right: 0;
        transform: none;
        top: 0
    }

    body .nectar-carousel-flickity-fixed-content .nectar-flickity {
        margin-left: 0
    }

    body .nectar-flickity.nectar-carousel[data-controls=material_pagination]:not(.masonry) .flickity-viewport {
        margin-top: 50px
    }
}

.nectar-video-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    -webkit-animation: video_spinner infinite .75s linear;
    -moz-animation: video_spinner infinite .75s linear;
    -o-animation: video_spinner infinite .75s linear;
    animation: video_spinner infinite .75s linear;
    border: 2px solid rgba(125, 125, 125, .9);
    border-top-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-bottom-color: rgba(0, 0, 0, .1);
    border-radius: 100%
}

@keyframes video_spinner {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.nectar-video-wrap.position-loaded:before {
    display: none !important
}

.wpb_wrapper p {
    padding-bottom: .4em
}

.wpb_wrapper p:last-child {
    padding-bottom: 0
}

.floating-box {
    box-shadow: 0 6px 10px rgba(0, 0, 0, .06)
}

video.nectar-video-bg {
    object-fit: cover
}

.divider-wrap > div:not(.divider) {
    width: 35px;
    position: relative;
    background-color: transparent !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important
}

.divider-wrap > div:not(.divider):before, .divider-wrap > div:not(.divider):after {
    content: '';
    height: 14px;
    width: 14px;
    background: #d82e39;
    position: absolute;
    top: -7px;
    border-radius: 3px
}

.divider-wrap > div:not(.divider):before {
    left: 0
}

.divider-wrap > div:not(.divider):after {
    right: 0
}

.column-image-bg {
    background-size: cover
}

.gray-gradient {
    margin-bottom: -1px !important
}

.gray-gradient:before {
    content: '' !important;
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    display: block !important;
    z-index: -1;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 10%, rgba(240, 240, 240, 1) 90%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 10%, rgba(240, 240, 240, 1) 90%)
}

.gray-gradient-reverse:before {
    content: '' !important;
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    display: block !important;
    z-index: -1;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 50%, rgba(240, 240, 240, 0) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 54%, rgba(240, 240, 240, 0) 90%)
}

.tall-p-spacing p:not(:last-child) {
    padding-bottom: 1em !important
}

::selection {
    background: rgba(216, 46, 57, .99);
    color: #fff
}

::-moz-selection {
    background: rgba(216, 46, 57, .99);
    color: #fff
}

body .checkmark-list ul, body ul.checkmark-list {
    padding-left: .4em;
    padding-bottom: 0;
    list-style: none !important;
    position: relative
}

body .checkmark-list li {
    margin-bottom: 14px !important;
    position: relative;
    margin-bottom: .5em;
    padding-top: 0;
    list-style: none !important
}

body .checkmark-list li:last-child {
    margin-bottom: 0
}

body .checkmark-list li:before {
    content: "\f00c" !important;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -1.5em;
    margin-right: 10px !important;
    font-family: "FontAwesome" !important;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 400 !important;
    color: #00a473 !important
}

.two-col-list, .three-col-list, .four-col-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.two-col-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.three-col-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.four-col-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

@media screen and (max-width: 782px) {
    .two-col-list, .three-col-list, .four-col-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

hr {
    border: none !important;
    height: 5px;
    width: 100%;
    background: #f0f0f0 !important;
    margin: 20px 0
}

.no-bullets li {
    list-style: none
}

.no-bullets, .no-bullets ul {
    margin-left: 0
}

ul:last-child, ol:last-child {
    margin-bottom: 0 !important
}

body, p {
    font-weight: 400;
    line-height: 1.5em
}

.normal-weight {
    font-weight: 400
}

h1, .h1-size, h2, .h2-size, h3, .h3-size, h4, .h4-size, h5, .h5-size, h6, .h6-size {
    line-height: 1.2em
}

body, p, .p-size {
    font-size: 18px
}

.p-med-size, .p-med-size > .wpb_wrapper > * {
    font-size: 21px !important;
    line-height: 1.4em !important
}

.p-large-size, .p-large-size > .wpb_wrapper > * {
    font-size: 26px !important;
    line-height: 1.4em !important
}

@media only screen and (max-width: 767px) {
    body, p, .p-size {
        font-size: 17px !important
    }

    .p-med-size, .p-med-size > .wpb_wrapper > * {
        font-size: 19px !important
    }

    .p-large-size, .p-large-size > .wpb_wrapper > * {
        font-size: 24px !important
    }
}

@media only screen and (max-width: 374px) {
    h1, .h1-size {
        font-size: 30px
    }

    h2, .h2-size {
        font-size: 22px
    }

    h3, .h3-size {
        font-size: 17px
    }

    h4, .h4-size {
        font-size: 16px
    }

    h5, .h5-size {
        font-size: 16px
    }

    h6, .h6-size {
        font-size: 16px
    }
}

@media only screen and (min-width: 375px) {
    h1, .h1-size {
        font-size: 36px
    }

    h2, .h2-size {
        font-size: 30px
    }

    h3, .h3-size {
        font-size: 27px
    }

    h4, .h4-size {
        font-size: 18px
    }

    h5, .h5-size {
        font-size: 17px
    }

    h6, .h6-size {
        font-size: 16px
    }
}

@media only screen and (min-width: 450px) {
    h1, .h1-size {
        font-size: 42px
    }

    h2, .h2-size {
        font-size: 32px
    }

    h3, .h3-size {
        font-size: 28px
    }

    h4, .h4-size {
        font-size: 20px
    }

    h5, .h5-size {
        font-size: 17px
    }

    h6, .h6-size {
        font-size: 16px
    }
}

@media only screen and (min-width: 600px) {
    h1, .h1-size {
        font-size: 46px
    }

    h2, .h2-size {
        font-size: 45px
    }

    h3, .h3-size {
        font-size: 42px
    }

    h4, .h4-size {
        font-size: 35px
    }

    h5, .h5-size {
        font-size: 26px
    }

    h6, .h6-size {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) {
    h1, .h1-size {
        font-size: 48px
    }

    h2, .h2-size {
        font-size: 36px
    }

    h3, .h3-size {
        font-size: 33px
    }

    h4, .h4-size {
        font-size: 28px
    }

    h5, .h5-size {
        font-size: 20px
    }

    h6, .h6-size {
        font-size: 18px
    }
}

@media only screen and (min-width: 981px) {
    h1, .h1-size {
        font-size: 50px;
        line-height: 1.3em
    }

    h2, .h2-size {
        font-size: 45px;
        line-height: 1.3em
    }

    h3, .h3-size {
        font-size: 42px;
        line-height: 1.3em
    }

    h4, .h4-size {
        font-size: 35px;
        line-height: 1.3em
    }

    h5, .h5-size {
        font-size: 26px;
        line-height: 1.3em
    }

    h6, .h6-size {
        font-size: 20px;
        line-height: 1.3em
    }
}

header#top {
    border-bottom: 1px solid red;
}

a.sf-with-ul[href="#"] {
    cursor: default
}

header#top #logo {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

header#top nav ul li a {
    color: #46494c !important;
    position: relative !important
}

html body #header-outer:not(.main-menu) #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer #top nav > ul > li.megamenu ul a:hover {
    background: 0 0 !important;
    color: #d82e39 !important
}

html body #header-outer:not(.main-menu) #top nav > ul > li:not(.megamenu) ul a, #header-outer #top nav > ul > li.megamenu ul a {
    background: 0 0 !important
}

header#top nav ul li.menu-item-has-children > a {
    padding-right: 1.3em !important
}

/*header#top nav ul li.menu-item-has-children > a:before {*/
/*    content: '\f107' !important;*/
/*    font-family: FontAwesome !important;*/
/*    padding-left: 0 !important;*/
/*    font-size: 1.4em !important;*/
/*    font-weight: 300 !important;*/
/*    margin-top: -.1em;*/
/*    position: absolute;*/
/*    right: 0*/
/*}*/

header#top nav .sf-menu > li:not(:last-child) {
    margin-right: 30px
}

header#top nav ul li.menu-item.current-menu-parent > a.sf-with-ul, header#top nav ul li.menu-item:hover > a.sf-with-ul, header#top nav ul li.menu-item > a:hover h5, header#top nav ul li.menu-item:hover > a {
    color: #d82e39 !important
}

header#top nav ul li.menu-item.current-menu-item > a {
    color: #d82e39 !important
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a:after {
    display: none !important
}

body #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul li.current-menu-item > a {
    background-color: transparent !important;
    color: #d82e39 !important
}

li#search-btn a {
    display: block !important;
    background: #f0f0f0;
    height: 40px !important;
    width: 40px !important;
    border-radius: 7px
}

body #top nav ul #search-btn a span {
    color: #46494c !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%)
}

body #top nav ul #search-btn a:hover span {
    color: #46494c !important
}

body #top nav ul #search-btn a:hover span {
    color: #46494c !important
}

@media only screen and (min-width: 1000px) {
    li#search-btn > div:after {
        content: '';
        height: 40px;
        width: 40px;
        background: #dedede;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -20px;
        border-radius: 7px;
        z-index: -2
    }

    li#search-btn a {
        transition: all .2s ease
    }

    li#search-btn:hover a {
        transition: all .2s ease;
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    li#search-btn:active a {
        transition: all .2s ease;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#header-secondary-outer {
    background: #005AAB;
    min-height: 35px !important
}

#header-secondary-outer a {
    color: #fff !important;
    font-size: 16px !important
}

#header-secondary-outer li a {
    padding: 0 10px !important;
    font-family: 'DM Sans', sans-serif !important
}

#header-secondary-outer li:not(.menu-tab):last-child a {
    padding-right: 0 !important
}

#header-secondary-outer nav > .sf-menu {
    padding: 5px 0 !important
}

#header-secondary-outer .container nav {
    position: relative
}

#header-secondary-outer ul .menu-tab {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 30px;
    border-radius: 7px 7px 0 0;
    padding: 4px 0
}

#header-secondary-outer ul .menu-tab a {
    color: #46494c !important;
    font-size: 16px !important
}

#header-secondary-outer ul .menu-tab a:before {
    content: '\f071';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #d82e39
}

body #header-secondary-outer nav > ul > li:not(.menu-tab) > a {
    font-weight: 400 !important
}

#header-secondary-outer nav > .sf-menu > li.menu-tab > a:after {
    content: none !important
}

#header-secondary-outer ul.sf-menu > li:not(:last-child):not(.menu-tab) {
    border-right: 1px solid #fff;
    padding-right: 6px !important
}

.sf-menu > li > ul {
    border: 1px solid #dedede !important
}

#top nav > ul > .megamenu > .sub-menu > li a:before {
    display: none !important
}

#top nav > ul > .megamenu > .sub-menu {
    max-height: calc(90vh - 130px) !important;
    min-height: unset !important;
    overflow: hidden !important;
    overflow-y: scroll !important;
    display: block !important
}

.megamenu > .sub-menu > li a img {
    border-radius: 7px
}

.megamenu > .sub-menu > li a h5, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    text-transform: none !important
}

.megamenu > .sub-menu > li a h5 {
    font-size: 20px;
    text-align: center
}

body #top nav > ul > .megamenu ul li a {
    font-family: DM Sans !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 17px !important
}

#header-outer #top nav > ul > .megamenu > ul > li {
    padding: 0 !important
}

#header-outer #top nav > ul > li > ul {
    background: #f0f0f0
}

header#top nav ul li.menu-item > a {
    display: block !important
}

header#top nav ul li.menu-item > a img {
    display: block !important;
    margin-bottom: 0 !important;
    transition: all 1s ease;
    width: 100%;
    height: auto
}

header#top nav ul li.menu-item > a:hover img {
    transform: scale(1.4);
    transition: all 10s ease-out
}

.megamenu > .sub-menu > li a {
    padding: 0 !important
}

.mm-img {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    display: block;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    padding: 40% 0 0 !important
}

.mm-img .wrap {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children.active-item > ul.sub-menu {
    margin: 1px 0;
    padding: 10px 0 !important
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children.active-item > ul.sub-menu > li {
    padding: 5px
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children > ul.sub-menu {
    display: none !important
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children > a {
    margin-bottom: 0 !important;
    position: relative;
    display: block
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu > li > a:after {
    content: '\f105' !important;
    font-family: FontAwesome !important;
    padding-left: 0 !important;
    font-size: 1.1em !important;
    font-weight: 300 !important;
    margin-top: -.1em;
    position: absolute;
    right: -.9em;
    top: 0
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children > a:after {
    content: '\f107' !important;
    font-family: FontAwesome !important;
    padding-left: 0 !important;
    font-size: 1.1em !important;
    font-weight: 300 !important;
    margin-top: -.1em;
    position: absolute;
    right: -19px;
    top: 0;
    transition: all .3s ease
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu, body #top nav > ul > .megamenu > .sub-menu > li.menu-item-has-children > a {
    padding: 0 5% !important
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu > li {
    border-bottom: 1px solid #dedede;
    padding: 5px 20px 5px 0
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu > li:first-child {
    border-top: 1px solid #dedede
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children.active-item > ul.sub-menu {
    display: block !important
}

body #top nav > ul > .megamenu > .sub-menu > li > .sub-menu .menu-item-has-children.active-item > a:after {
    transform: rotate(180deg)
}

header li .dropdown-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 40%;
    cursor: pointer
}

body div#header-outer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

@media only screen and (min-width: 1000px) {
    #header-outer #top nav > ul > .megamenu > ul {
        display: flex !important;
        padding: 3% 2% !important
    }
}

@media only screen and (max-width: 999px) {
    #header-secondary-outer nav > .sf-menu {
        text-align: right !important
    }

    #header-secondary-outer nav > .sf-menu li:not(.menu-tab) a {
        font-size: 13px !important
    }

    #header-outer header {
        margin-top: -12px !important
    }

    li.megamenu > .sub-menu {
        padding-left: 0 !important
    }

    body li.megamenu > .sub-menu > li > .sub-menu {
        display: block !important;
        max-height: unset !important;
        padding-left: 0 !important
    }

    .megamenu > .sub-menu > li a img {
        width: 100% !important;
        height: auto !important
    }

    .megamenu > .sub-menu > li a h5 {
        font-size: 20px !important;
        line-height: 1.3em !important;
        color: #fff !important
    }

    .megamenu > .sub-menu > li > ul ~ span.ocm-dropdown-arrow {
        display: none !important
    }

    .megamenu > .sub-menu > li a {
        display: block !important
    }

    .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children > a, body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children > a {
        margin-right: 0 !important
    }

    #header-outer header .container .row {
        display: flex;
        align-items: center;
        width: 100% !important;
        flex-basis: 100% !important;
        flex: 0 0 100%
    }

    div#slide-out-widget-area {
        padding: 30px !important
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    header#top nav .sf-menu > li:not(:last-child) {
        margin-right: 4px !important
    }
}

@media only screen and (max-width: 767px) {
    #header-secondary-outer nav > .sf-menu {
        text-align: right !important;
        padding-top: 9px !important
    }

    #header-secondary-outer nav > .sf-menu li:not(.menu-tab) {
        margin-bottom: 4px !important
    }

    #header-secondary-outer nav > .sf-menu li:not(.menu-tab) a {
        font-size: 11px !important;
        padding: 0 !important;
        margin: 0 3px !important;
        line-height: 14px !important;
        letter-spacing: -.5px !important
    }

    #header-secondary-outer nav > .sf-menu .menu-tab a {
        font-size: 0 !important;
        padding: 0 10px !important;
        margin: 0 !important
    }

    #header-secondary-outer ul .menu-tab a:before {
        font-size: 11px !important;
        text-align: center;
        padding: 0 !important
    }

    body #header-outer {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    body #header-space {
        height: 108px !important
    }
}

.blog .section-title {
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.blog .section-title:after {
    content: "";
    background-image: url('Sep-red.svg');
    background-size: contain;
    background-repeat: no-repeat !important;
    display: block;
    vertical-align: middle;
    width: 34px;
    height: 14px;
    margin: 14px auto 0;
    opacity: 1;
    visibility: visible
}

#page-header-bg[data-bg-pos=center] {
    border-bottom: 10px solid #d82e39
}

.posts-container h3.title, .blog_next_prev_buttons .controls li h3 .text {
    font-size: 24px !important;
    line-height: 1.3em !important
}

body .masonry-blog-item .post-featured-img:after, .nectar-recent-post-slide .nectar-recent-post-bg:after, .single [data-post-hs=default_minimal] .page-header-bg-image:after, .archive .page-header-bg-image:after, .page-banner-normal .row-bg:after {
    background: linear-gradient(to bottom, rgba(35, 35, 35, .05) 20%, rgba(35, 35, 35, .8) 100%) !important;
    height: 100% !important;
    opacity: 1 !important
}

.page-banner-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    min-height: 350px
}

.page-banner-normal > * {
    height: 100%;
    align-items: center
}

.page-banner-normal:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #d82e39;
    z-index: 20;
    width: 200vw;
    margin-left: -50vw
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .page-banner-normal {
        padding-top: 15% !important;
        padding-bottom: 15% !important;
        height: auto !important;
        min-height: unset
    }
}

.page-banner-normal .row-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(35, 35, 35, .05) 20%, rgba(35, 35, 35, .8) 100%) !important;
    height: 100% !important;
    opacity: 1 !important
}

.full-width-content .post-area .masonry-blog-item .post-header {
    max-width: 100% !important
}

.blog_next_prev_buttons .controls li:after {
    background: linear-gradient(to bottom, rgba(35, 35, 35, .1) 20%, rgba(35, 35, 35, 1) 100%) !important;
    height: 100% !important;
    transition: all .3s ease
}

.blog_next_prev_buttons h3 {
    text-shadow: .05em .05em 7px rgba(0, 0, 0, .8)
}

.blog_next_prev_buttons h3 span:first-child {
    opacity: .78
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] ul .previous-post {
    margin-right: 10px !important
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] ul .previous-post, .blog_next_prev_buttons[data-style=fullwidth_next_prev] ul .next-post {
    width: calc(50% - 5px) !important
}

.blog_next_prev_buttons {
    background-color: transparent !important
}

[style*="color: #ff0000"], a[style*="color: #0000ff"] {
    color: #d82e39 !important
}

#page-header-bg h1 {
    text-shadow: .05em .05em 7px rgba(0, 0, 0, .4)
}

#page-header-bg #single-below-header > span, body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a {
    text-shadow: .05em .05em 7px rgba(0, 0, 0, .8)
}

.single-post .comments-section {
    display: none
}

.single-post .container.main-content {
    padding-bottom: 50px
}

.single-post .post-content > .content-inner {
    padding-bottom: 20px !important
}

.archive div#page-header-wrap {
    text-align: center
}

.products li.product.minimal.hover-bound:hover .background-color-expand:before {
    box-shadow: 0px 20px 25px -15px rgba(0, 0, 0, .15);
    pointer-events: all
}

.nectar-shop-header h1.page-title {
    text-align: center
}

.products li.product-category a img {
    border-radius: 5px
}

.products li.product .product-wrap > a:first-child {
    padding-top: 100%;
    overflow: hidden !important;
    display: block !important;
    position: relative
}

.products li.product .product-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

li.product .img-wrap {
    overflow: hidden;
    border-radius: 7px
}

.product-add-to-cart .normal.icon-salient-cart {
    display: none !important
}

.tax-product_cat .main-content > .row .post-area {
    display: flex;
    flex-direction: column
}

#menu-shop-sidebar-menu > li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) .sub-menu {
    display: none !important
}

#menu-shop-sidebar-menu > li a {
    border-bottom: 1px solid #e4e4e4 !important
}

#menu-shop-sidebar-menu > li.current-menu-item > a, #menu-shop-sidebar-menu li.current-menu-item > a, #menu-shop-sidebar-menu li.current-menu-parent > a, #menu-shop-sidebar-menu li.current-menu-ancestor > a, .material.woocommerce #sidebar #menu-shop-sidebar-menu > li.current-menu-item > a, .material.woocommerce #sidebar #menu-shop-sidebar-menu li.current-menu-parent > a .material.woocommerce #sidebar #menu-shop-sidebar-menu li.current-menu-item > a, .material.woocommerce #sidebar #menu-shop-sidebar-menu li.current-menu-ancestor > a {
    color: #dd3441 !important
}

#menu-shop-sidebar-menu ul.sub-menu > li .sub-menu {
    display: none !important
}

a[href*="/product-category/uncategorized"], a[href*="/product-category/uncategorized"] + .count {
    display: none !important
}

li:not(.current-cat) span.count {
    background: 0 0 !important
}

#sidebar h4 {
    font-family: 'Source Serif Pro';
    font-size: 21px;
    text-transform: capitalize;
    line-height: 1.3em;
    opacity: 1 !important
}

@media only screen and (min-width: 1000px) {
    body.archive, body.archive .ocm-effect-wrap {
        overflow: visible !important
    }

    body.archive div#sidebar {
        position: sticky;
        top: 120px
    }

    body.archive.admin-bar div#sidebar {
        top: 150px
    }
}

.camosse-product-data {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.camosse-product-data .iwithtext {
    font-size: 14px
}

.camosse-product-data .iwithtext > a {
    display: flex;
    align-items: center
}

.camosse-product-data .iwithtext .iwt-text {
    padding-left: .8em;
    margin-right: 10px;
    line-height: 1.2em
}

.camosse-product-data .iwithtext .iwt-icon, .camosse-product-data .iwithtext .iwt-icon i {
    font-size: 1.2em !important
}

.camosse-product-data .iwithtext .iwt-icon {
    position: relative !important;
    left: unset !important;
    top: unset !important
}

.product_meta {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .camosse-product-data .iwithtext {
        padding-right: 10px !important
    }
}

@media only screen and (max-width: 767px) {
    .camosse-product-data {
        display: block
    }

    .camosse-product-data .iwithtext {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.contact-row .iwithtext a {
    color: inherit
}

.contact-us-row .iwithtext .iwt-text a {
    color: #45494c !important
}

.contact-row {
    padding: 40px 0 !important
}

.contact-row + .contact-row {
    padding-top: 0 !important
}

.contact-row .wpb_column:first-child iframe {
    border-radius: 0 10px 10px 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .06)
}

.contact-row iframe {
    border-radius: 10px 0 0 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .06)
}

.contact-row .floating-box {
    border-left: 5px solid #d82e39
}

@media only screen and (max-width: 999px) {
    .contact-row .wpb_column iframe {
        height: 50vw;
        border-radius: 7px !important
    }
}

.toggle .wpb_wrapper p {
    padding-bottom: .7em
}

.toggle h3 a {
    font-size: 25px !important;
    line-height: 30px !important;
    font-family: 'DM Sans', sans-serif !important
}

body div[data-style=minimal] .toggle:first-child {
    border-top: 1px solid #dedede
}

div[data-style=minimal] .toggle {
    border-color: #dedede;
    border-width: 1px
}

.toggles {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

body div .toggle:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2
}

body div .toggle {
    position: relative;
    background: #fff;
    margin-bottom: 40px !important;
    border-radius: 7px;
    padding-left: 20px;
    border: none !important;
    padding: 0 0 0 30px !important
}

body div .toggle > h3 {
    display: flex;
    align-items: center;
    height: 60px
}

body div .toggle .inner-toggle-wrap {
    padding: 30px 30px 30px 0 !important
}

body div .toggle i {
    height: 100%;
    background: #d82e39 !important;
    height: 60px !important;
    line-height: 60px !important;
    width: 60px !important;
    vertical-align: middle !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-right: 0;
    border: none !important;
    color: #fff !important;
    border-radius: 0 7px 7px 0 !important;
    transition: all .2s ease !important
}

body div .toggle i:before, body div .toggle i:after {
    background: #fff !important
}

body div .toggle i:before {
    background: #fff !important
}

body div .toggle i:after {
    top: 50% !important;
    left: 50% !important;
    margin-top: -7px !important;
    margin-left: -1px !important;
    margin-bottom: 0 !important
}

body div .toggle i:before {
    top: 50% !important;
    left: 50% !important;
    margin-top: -1px !important;
    margin-left: -7px !important;
    margin-bottom: 0 !important
}

body div .toggle > h3:after {
    content: '';
    height: 100%;
    width: 60px;
    background: #ad1721;
    position: absolute;
    bottom: -5px;
    right: 0 !important;
    border-radius: 0 7px 7px 0;
    z-index: -1;
    transition: all .3s ease
}

body div .toggle i:active {
    transform: translateY(5px);
    transition: all .2s ease
}

.job-openings .row-bg.using-bg-color {
    border-radius: 7px !important
}

@media only screen and (max-width: 767px) {
    body div .toggle > h3 a {
        font-size: 20px !important;
        line-height: 1.2em !important
    }

    body div .toggle {
        padding: 0 0 0 15px !important
    }

    body div .toggle .inner-toggle-wrap {
        padding-right: 15px !important
    }

    .job-openings > .col {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

.big-header:before {
    content: '';
    height: 10px;
    width: 200vw;
    background: #d82e39;
    position: absolute;
    bottom: 0;
    left: -60vw;
    z-index: 2;
    padding: 0 !important
}

.big-header {
    padding-top: 80vh !important
}

.big-header .header-box {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fff;
    width: 48%;
    border-radius: 7px 7px 0 0;
    padding: 0 !important
}

.big-header .header-box:before {
    content: '';
    height: 120px;
    width: 120px;
    background: #fff;
    opacity: .4;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 7px;
    z-index: -1
}

.big-header .header-box h1 {
    margin-bottom: 0 !important;
    padding: 5% 8% 2% !important
}

.big-header .header-box .img-with-aniamtion-wrap {
    position: absolute;
    right: -28px;
    bottom: 1px
}

.down-arrow-box {
    display: inline-block;
    width: 56px !important;
    height: 56px !important;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    background: #d82e39;
    border-radius: 7px;
    padding: 16px !important
}

.big-header video.nectar-video-bg {
    object-position: 50% 100%
}

.big-header .mobile-video-image {
    background-position: 50% 100%
}

@media only screen and (min-width: 1000px) {
    .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner .btn-bottom {
        height: 100%;
        width: 100%;
        background: #ad1721;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 7px;
        z-index: -2;
        display: block !important
    }

    .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.down-arrow-box {
        transition: all .2s ease
    }

    .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.down-arrow-box:hover {
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.down-arrow-box:active {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width: 1200px) {
    .big-header .wpb_wrapper .header-box h1.vc_custom_heading {
        font-size: 3.4vw !important;
        line-height: 1.2em !important;
        padding: 28px !important
    }
}

@media only screen and (max-width: 999px) {
    .big-header .header-box {
        width: 66%
    }
}

@media only screen and (max-width: 767px) {
    .big-header .header-box {
        width: 95%;
        max-width: 600px
    }

    .big-header .wpb_wrapper .header-box h1.vc_custom_heading {
        font-size: 6vw !important;
        padding: 7% 9% 3% !important
    }

    .big-header {
        padding-top: 60vh !important
    }

    .big-header .mobile-video-image {
        background-size: 210% 135%
    }

    .big-header .header-box:before {
        width: 80px;
        height: 80px;
        left: -13px;
        top: -13px
    }
}

.product-boxes .wpb_column .img-with-aniamtion-wrap {
    margin-top: 50px;
    position: relative
}

.product-boxes .wpb_column .img-with-aniamtion-wrap .hover-wrap-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 105% 0 0;
    border-radius: 7px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.product-boxes .wpb_column .img-with-aniamtion-wrap .hover-wrap-inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block
}

.product-boxes .wpb_column .img-with-aniamtion-wrap img {
    border-radius: 7px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    width: 100%;
    height: 100%
}

.product-boxes.gray-box .wpb_column .img-with-aniamtion-wrap .hover-wrap {
    border-radius: 7px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.product-boxes .wpb_column .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: -50px !important
}

.product-boxes .iwithtext {
    border-radius: 7px;
    height: 62px;
    display: table;
    width: 95%;
    width: calc(100% - 24px);
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.product-boxes .iwithtext:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2
}

.product-boxes .iwithtext .iwt-text {
    display: block;
    vertical-align: middle !important;
    position: relative;
    height: 62px;
    padding-left: 0 !important;
    width: calc(100% - 62px);
    overflow: hidden;
    border-radius: 7px 0 0 7px
}

.product-boxes .iwithtext .iwt-text > * {
    font-family: Source Serif Pro;
    color: #46494c;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 20px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em
}

.product-boxes .iwithtext .iwt-icon {
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle !important;
    line-height: 62px;
    width: 62px !important;
    height: 62px !important;
    left: unset !important;
    background: #d82e39;
    border-radius: 0 7px 7px 0;
    cursor: pointer
}

.product-boxes .iwithtext .iwt-icon img {
    vertical-align: middle !important;
    line-height: 62px;
    width: 62px !important;
    height: 62px !important;
    transition: all .2s ease
}

.product-boxes .iwithtext:before {
    content: '';
    height: 100%;
    width: 62px;
    background: #ad1721;
    position: absolute;
    bottom: -5px;
    right: 0 !important;
    border-radius: 0 7px 7px 0;
    z-index: -1
}

.product-boxes.gray-box .wpb_column .img-with-aniamtion-wrap:hover .hover-wrap-inner, .product-boxes.gray-box .wpb_column .img-with-aniamtion-wrap:hover .hover-wrap-inner {
    transition: all .3s ease
}

.product-boxes.gray-box .wpb_column .img-with-aniamtion-wrap:hover .hover-wrap-inner {
    transform: scale(1.1)
}

.product-boxes.short-pb .wpb_column .img-with-aniamtion-wrap .hover-wrap-inner {
    padding: 95% 0 0
}

.product-boxes.plus-animation .iwithtext .iwt-text {
    background: #fff
}

.links-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 7px;
    transform: translateY(-40%);
    margin-top: -20px !important;
    width: 100%;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none
}

.links-overlay ul {
    list-style: none !important;
    width: 100% !important;
    display: block !important
}

.links-overlay li {
    list-style: none !important;
    border-bottom: 1px solid #969696;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.links-overlay li:first-child {
    border-top: 1px solid #969696
}

.links-overlay li a {
    color: #fff;
    padding: .5% 0 !important;
    display: block;
    position: relative;
    transition: all .3s ease
}

.links-overlay li:hover a {
    opacity: .65;
    transition: all .3s ease
}

.links-overlay li a:before {
    content: '\f105' !important;
    font-family: FontAwesome !important;
    padding-left: 0 !important;
    font-size: 1.4em !important;
    font-weight: 300 !important;
    margin-top: -.1em;
    position: absolute;
    right: 0
}

.links-overlay ul.sub-menu {
    margin-left: 0 !important
}

.product-boxes .box-active .iwithtext .iwt-icon img {
    transform: rotateZ(45deg) translate(1px, -1px)
}

.product-boxes .iwithtext .iwt-icon {
    transition: all .2s ease !important
}

@media only screen and (min-width: 1000px) {
    .product-boxes .iwithtext .iwt-icon:hover {
        transform: translateY(-4px)
    }
}

.product-boxes .iwithtext .iwt-icon:active {
    transform: translateY(4px)
}

.product-boxes .box-active .links-overlay {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: all
}

.product-boxes .wpb_column .img-with-aniamtion-wrap .hover-wrap-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease !important;
    width: 100%;
    height: 170%;
    display: block;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    border-radius: 7px;
    background: rgba(0, 0, 0, .65)
}

.product-boxes .box-active .img-with-aniamtion-wrap .hover-wrap-inner:after {
    opacity: 1
}

.product-boxes.gray-box .iwithtext {
    background: #f0f0f0
}

.product-boxes.gray-box .wpb_column .img-with-aniamtion-wrap .hover-wrap {
    border: 2px solid #dedede
}

.product-boxes.box-link .iwithtext .iwt-text {
    display: block;
    vertical-align: middle !important;
    position: relative;
    height: 62px;
    padding-left: 0 !important;
    width: 100%;
    overflow: hidden
}

.product-boxes.box-link .iwithtext .iwt-text > a {
    padding-right: 75px;
    padding-left: 20px !important
}

.product-boxes .iwithtext .iwt-text > a:hover {
    color: #d82e39
}

@media only screen and (max-width: 999px) {
    .product-boxes .wpb_column {
        margin-bottom: 0 !important
    }
}

.icons-row .wpb_column .vc_column-inner {
    background: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 7px
}

.icons-row .wpb_column .vc_column-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2
}

.icons-row .iwithtext {
    display: flex;
    align-items: center;
    min-height: 100px !important
}

.icons-row .iwt-icon {
    border-right: 1px solid #dedede;
    height: 100% !important;
    align-items: center !important;
    display: flex !important;
    padding-right: 30px
}

.icons-row .iwt-icon, .icons-row .iwt-icon img {
    width: 110px !important;
    margin: 0 !important
}

.icons-row .iwt-text {
    padding-left: 140px !important;
    font-size: 21px;
    line-height: 1.5em
}

@media only screen and (max-width: 767px) {
    .icons-row .wpb_column .vc_column-inner {
        background: #fff;
        padding: 10px 10px 10px 20px;
        border-radius: 7px
    }

    .icons-row .iwt-icon {
        padding-right: 18px
    }

    .icons-row .iwt-icon, .icons-row .iwt-icon img {
        width: 70px !important;
        margin: 0 !important
    }

    .icons-row .iwt-text {
        padding-left: 90px !important;
        font-size: 17px;
        line-height: 1.3em
    }
}

.nectar-button.has-icon:hover span, .nectar-button.tilt.has-icon span, body.material .nectar-button.has-icon span {
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

html body:not(.page404) .nectar-button {
    padding: 0 !important;
    position: relative !important;
    border-radius: 7px !important;
    opacity: 1 !important
}

html body:not(.page404) .nectar-button span, html body:not(.page404) .nectar-button:hover span {
    font-family: DM sans;
    background: #d82e39 !important;
    font-size: 18px !important;
    padding: 18px 30px !important;
    border-radius: 7px !important;
    position: relative;
    z-index: 20;
    display: block !important
}

html body:not(.page404) .nectar-button:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #ad1721;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2;
    display: block !important
}

html body:not(.page404) .nectar-button:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .24;
    position: absolute;
    right: -7px;
    bottom: -5px;
    border-radius: 5px;
    z-index: -4;
    display: block !important
}

html body:not(.page404) .nectar-button, html body:not(.page404) .nectar-button:before, html body:not(.page404) .nectar-button:after {
    transition: all .2s ease
}

html body:not(.page404) .nectar-button {
    box-shadow: none !important
}

html body:not(.page404) a.nectar-button:active:before {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: none !important
}

html body:not(.page404) a.nectar-button:active {
    padding: 0 !important;
    position: relative !important;
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    box-shadow: none !important
}

html body:not(.page404) a.nectar-button:active:after {
    -moz-transform: translate(-7px, -5px);
    -webkit-transform: translate(-7px, -5px);
    transform: translate(-7px, -5px)
}

html body:not(.page404) .nectar-button:hover:before {
    -moz-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

html body:not(.page404) .nectar-button:hover:after {
    -moz-transform: translate(3px, 3px);
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px)
}

html body:not(.page404) .nectar-button:hover {
    padding: 0 !important;
    position: relative !important;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: none !important
}

@media only screen and (max-width: 900px) {
    html body:not(.page404) a.nectar-button:hover:before {
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: none !important
    }

    html body:not(.page404) a.nectar-button:hover {
        padding: 0 !important;
        position: relative !important;
        -moz-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        box-shadow: none !important
    }

    html body:not(.page404) a.nectar-button:hover:after {
        -moz-transform: translate(-5px, -5px);
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

header li.button_solid_color {
    position: relative !important;
    height: 50px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    transform: translateY(-50%);
    top: 50%;
    margin-top: -3px
}

header li.button_solid_color:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .24;
    position: absolute;
    right: -7px;
    bottom: -5px;
    border-radius: 5px;
    z-index: -4;
    display: block !important;
    transition: all .3s ease
}

header li.button_solid_color:hover:after {
    right: -10px;
    transition: all .3s ease
}

header li.button_solid_color:active:after {
    right: 0;
    transition: all .3s ease
}

header li.button_solid_color:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #ad1721;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2;
    display: block !important
}

header li.button_solid_color a {
    background: #d82e39 !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    top: unset !important;
    line-height: 50px !important;
    margin: 0 !important;
    border-radius: 7px
}

header li.button_solid_color a, #header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav > ul > li[class*=button_] a {
    -moz-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    top: unset !important;
    transition: all .3s ease
}

header li.button_solid_color:hover a, #header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav > ul > li[class*=button_]:hover a {
    -moz-transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
    top: unset !important
}

header li.button_solid_color:active a, #header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav > ul > li[class*=button_]:active a {
    -moz-transform: translateY(5px) !important;
    -webkit-transform: translateY(5px) !important;
    transform: translateY(5px) !important;
    top: unset !important
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav > ul > li[class*=button_] > a:before {
    display: none !important
}

.testimonials-row .wpb_column .vc_column-inner {
    background: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 7px
}

.testimonials-row .wpb_column .vc_column-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2
}

.nectar_single_testimonial span.open-quote {
    position: relative !important;
    display: block !important;
    line-height: 43px !important;
    font-size: 0 !important;
    width: 43px !important;
    margin-top: -35px !important;
    color: #d82e39 !important;
    margin-bottom: 14px !important
}

span.open-quote:after {
    content: '' !important;
    background-image: url('../images/Quote.svg');
    position: absolute;
    right: 0;
    display: inline-block !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px
}

.nectar_single_testimonial .inner *:not(.wrap) {
    font-size: 17px !important
}

.nectar_single_testimonial .inner .wrap * {
    font-size: 20px !important;
    font-weight: 900 !important
}

@media only screen and (min-width: 1000px) {
    .testimonials-row > .col > .wpb_column, .testimonials-row > .col > .wpb_column > .vc_column-inner, .testimonials-row > .col > .wpb_column > .vc_column-inner > * {
        transition: all .3s ease
    }

    .testimonials-row > .col > .wpb_column:hover {
        transform: scale(1.18) !important;
        transition: all .6s cubic-bezier(.25, .1, .02, 1.1);
        z-index: 50
    }

    .testimonials-row > .col > .wpb_column:hover > .vc_column-inner {
        transition: all .6s cubic-bezier(.25, .1, .02, 1.1);
        box-shadow: 0 10px 55px rgba(0, 0, 0, .17)
    }

    .testimonials-row > .col > .wpb_column:hover > .vc_column-inner > * {
        transform: scale(.92);
        transition: all .6s cubic-bezier(.25, .1, .02, 1.1)
    }
}

@media only screen and (max-width: 999px) {
    .testimonials-row .wpb_column:not(:last-child) {
        margin-bottom: 50px !important
    }
}

.cta-row {
    padding: 5% 0 !important
}

.cta-row .wpb_column:nth-child(1) {
    align-items: center !important
}

.cta-row .wpb_column:nth-child(1) .vc_column-inner {
    background: #fff;
    transform: translateX(22%);
    z-index: 50
}

.cta-row .wpb_column:nth-child(1) .vc_column-inner {
    background: 0 0 !important
}

.cta-row .wpb_column:nth-child(1) .vc_column-inner .column-bg-overlay-wrap {
    background: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 0 7px 7px 0 !important;
    z-index: -1;
    margin-left: -1px
}

.cta-row .wpb_column:nth-child(1) .vc_column-inner > .wpb_wrapper {
    padding: 10% 20px 10% 0
}

.cta-row .wpb_column:nth-child(1) .vc_column-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px !important;
    z-index: -3
}

.cta-row .wpb_column {
    display: flex;
    align-items: center
}

.cta-row .wpb_column:nth-child(2) .vc_column-inner {
    transform: scale(1.2);
    transform-origin: 100% 50%
}

.cta-row .wpb_column:nth-child(2) .vc_column-inner {
    border-radius: 7px 0 0 7px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    border-left: 10px solid #d82e39
}

.cta-row .wpb_column table {
    margin-top: 20px !important;
    margin-bottom: 0 !important
}

.cta-row .wpb_column table, .cta-row .wpb_column table * {
    border: none !important
}

.cta-row .wpb_column table td {
    font-size: 18px;
    padding: 5px 0 !important
}

.cta-row .wpb_column table td a {
    color: inherit !important
}

.cta-row .wpb_column table td:first-child {
    font-weight: 900;
    width: 27%
}

@media only screen and (max-width: 999px) {
    .cta-row .wpb_column:nth-child(2) .vc_column-inner {
        border-bottom: 10px solid #d82e39
    }

    .cta-row .wpb_column:nth-child(1) .vc_column-inner .column-bg-overlay-wrap {
        border-radius: 7px !important
    }

    .cta-row .wpb_column:nth-child(1) .vc_column-inner {
        background: #fff;
        transform: translateY(-10%);
        z-index: 50
    }

    .cta-row .wpb_column:nth-child(1) .vc_column-inner > .wpb_wrapper {
        padding: 20px
    }

    .cta-row .wpb_column:nth-child(1) {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cta-row .wpb_column:nth-child(1) .vc_column-inner .column-bg-overlay-wrap {
        margin-left: 0
    }

    .cta-row .wpb_column table td {
        font-size: 16px !important
    }
}

.logo-carousel button.flickity-button.flickity-prev-next-button, .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    margin-top: -17px;
    height: 100%;
    background: #fff !important
}

.logo-carousel button.flickity-button.flickity-prev-next-button.previous {
    left: 0 !important
}

.logo-carousel button.flickity-button.flickity-prev-next-button.next {
    right: 0 !important
}

.logo-carousel .flickity-viewport {
    transform: scale(.9);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.logo-carousel .nectar-flickity .flickity-prev-next-button:before {
    background: 0 0 !important
}

.logo-carousel .vc_separator.vc_separator-has-text {
    margin-bottom: 24px !important
}

.logo-carousel .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #f0f0f0
}

body .wpb_wrapper .nectar-flickity.nectar-carousel .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 9px !important
}

.wpb_wrapper .nectar-flickity.nectar-carousel {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.logo-carousel .flickity-slider img {
    opacity: .7 !important
}

.logo-carousel .vc_separator h4, .sm-box-strip {
    font-family: Source Serif Pro;
    font-size: 19px !important;
    text-transform: uppercase;
    line-height: 31px;
    margin-bottom: -5px;
    letter-spacing: .1em;
    color: #46494c !important;
    line-height: 1.3em !important
}

.sm-box-strip {
    background: #f0f0f0;
    padding: 7px 5px 5px 7px !important;
    line-height: 1.1em !important
}

@media only screen and (max-width: 767px) {
    .logo-carousel .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        height: 100%
    }

    .logo-carousel .vc_separator.vc_separator-has-text {
        margin-bottom: 13px !important
    }

    .logo-carousel .vc_separator h4 {
        font-size: 16px !important
    }

    .logo-carousel button.flickity-button.flickity-prev-next-button {
        transform: translateY(-50%);
        margin-top: -5px !important
    }
}

.social-icons-widget img {
    height: 50px !important;
    width: 50px !important;
    display: block !important;
    transition: all .3s ease
}

.social-icons-widget a:active img {
    transform: translateY(5px) !important;
    transition: all .3s ease
}

#footer-outer #footer-widgets .col .social-icons-widget li, .social-icons-widget ul li {
    display: inline-block !important
}

.social-icons-widget .uk-margin-right {
    position: relative;
    height: 50px;
    margin-right: 10px !important
}

.social-icons-widget .uk-margin-right:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #5e5e5e;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px;
    z-index: -2
}

#footer-outer {
    background: #46494c !important
}

#footer-outer #copyright {
    padding: 10px 0
}

#footer-outer div#copyright * {
    font-size: 14px !important;
    line-height: 1.3em
}

#copyright .col {
    width: 100% !important;
    text-align: center
}

#copyright .col > * {
    display: inline-block;
    padding-bottom: 0 !important
}

#copyright .footer-credits {
    padding-left: 5px
}

#copyright a {
    color: inherit !important
}

#copyright .f-divider {
    padding: 0 5px
}

div#copyright {
    background: #2b2b2b !important
}

#footer-outer .widget h4 {
    font-size: 26px !important;
    font-family: Source Serif Pro;
    color: #fff;
    line-height: 1.1em
}

#footer-outer {
    color: #fff;
    font-size: 16px !important
}

#footer-outer p, #footer-outer td {
    font-size: 16px !important
}

#footer-outer .widget.widget_media_image {
    max-width: 190px;
    margin-bottom: 10px !important
}

#footer-outer input.search-field {
    background: #3a3a3a;
    color: #828282;
    font-size: 16px !important
}

#footer-outer button.search-widget-btn .icon-salient-search:before {
    color: #828282 !important
}

#footer-outer .contact-info-table td:first-child {
    font-weight: 900;
    width: 80px
}

#footer-outer .contact-info-table {
    position: relative;
    width: 100%;
    display: block !important
}

#footer-outer .widget_text:first-child .contact-info-table:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -14px;
    opacity: .14
}

#footer-outer hr {
    height: 1px !important;
    opacity: .14;
    margin: 0 0 5px !important
}

#footer-outer #footer-widgets .col p {
    padding-bottom: 10px !important;
    line-height: 1.3em !important
}

#footer-outer #footer-widgets .col td {
    line-height: 1.3em !important
}

@media only screen and (min-width: 1000px) {
    div#footer-widgets > .container > .row {
        display: flex !important
    }

    #footer-outer .col:not(:last-child) {
        margin-right: 4%
    }
}

.interior-header {
    padding: 3% 0 5% !important
}

.interior-header .wpb_column h2 {
    font-family: DM sans !important;
    font-weight: 400 !important
}

.interior-header .wpb_column:nth-child(1) {
    align-items: center !important
}

.interior-header .wpb_column:nth-child(1) .vc_column-inner {
    background: #fff;
    transform: translateX(22%);
    z-index: 50
}

.interior-header .wpb_column:nth-child(1) .vc_column-inner {
    background: 0 0 !important
}

.interior-header .wpb_column:nth-child(1) .vc_column-inner .column-bg-overlay-wrap {
    background: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 0 7px 7px 0 !important;
    z-index: -1;
    margin-left: -1px
}

.interior-header .wpb_column:nth-child(1) .vc_column-inner > .wpb_wrapper {
    padding: 10% 20px 10% 0
}

.interior-header .wpb_column:nth-child(1) .vc_column-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #dedede;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 7px !important;
    z-index: -3
}

.interior-header .wpb_column {
    display: flex;
    align-items: center
}

.interior-header .wpb_column:nth-child(2) .vc_column-inner {
    transform: scale(1.2);
    transform-origin: 100% 50%
}

.interior-header .wpb_column:nth-child(2) .vc_column-inner {
    border-radius: 0 0 0 7px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.interior-header .wpb_column table {
    margin-top: 20px !important;
    margin-bottom: 0 !important
}

.interior-header .wpb_column table, .interior-header .wpb_column table * {
    border: none !important
}

.interior-header .wpb_column table td {
    font-size: 18px;
    padding: 5px 0 !important
}

.interior-header .wpb_column table td:first-child {
    font-weight: 900;
    width: 27%
}

.interior-header .column-image-bg-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 1;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%)
}

.interior-header .wpb_column:nth-child(2) .divider-wrap {
    border-left: 10px solid #d82e39
}

.interior-header .wpb_column:nth-child(2) .img-with-aniamtion-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50
}

@media only screen and (max-width: 999px) {
    .interior-header .wpb_column:nth-child(2) .img-with-aniamtion-wrap {
        display: none
    }

    .interior-header .wpb_column:nth-child(2) .divider-wrap {
        border-left: none
    }

    .interior-header .wpb_column:nth-child(2) .vc_column-inner {
        border-bottom: 10px solid #d82e39
    }

    .interior-header .wpb_column:nth-child(1) .vc_column-inner .column-bg-overlay-wrap {
        border-radius: 7px !important
    }

    .interior-header .wpb_column:nth-child(1) .vc_column-inner {
        background: #fff;
        transform: translateY(-20%);
        z-index: 50
    }

    .interior-header .wpb_column:nth-child(1) .vc_column-inner > .wpb_wrapper {
        padding: 20px
    }

    .interior-header .wpb_column:nth-child(1) {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .interior-header .wpb_column:nth-child(1) .vc_column-inner .column-bg-overlay-wrap {
        margin-left: 0
    }

    .interior-header .wpb_column table td {
        font-size: 16px !important
    }

    .interior-header .column-image-bg-wrap:after {
        width: 100%;
        height: 50%;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%)
    }
}

.service-areas .column-image-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

@media only screen and (max-width: 767px) {
    .service-areas .column-image-bg {
        display: none
    }
}

.video-fullscreen-wrapper {
    min-height: 400px;
    height: 75vh;
    display: table;
    align-items: center
}

.video-fullscreen-wrapper > * {
    display: table-cell !important;
    vertical-align: middle !important
}

.video-fullscreen-wrapper h4 {
    margin-bottom: 0 !important
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
    .video-fullscreen-wrapper h4 {
        font-size: 3.4vw !important
    }
}

@media only screen and (min-width: 1000px) {
    .video-fullscreen .wpb_column:nth-child(2) .wpb_wrapper {
        display: table;
        vertical-align: middle
    }

    .video-fullscreen .wpb_column:nth-child(2) .vc_column-inner > .wpb_wrapper > * {
        display: table-cell;
        vertical-align: middle
    }

    .video-title {
        padding-left: 40px
    }
}

@media only screen and (max-width: 999px) {
    .video-fullscreen .wpb_column:nth-child(2) .vc_column-inner > .wpb_wrapper > * {
        text-align: center;
        padding: 0 10px !important
    }

    .video-fullscreen .nectar_video_lightbox.play_button {
        margin: 0 auto 10px !important;
        display: block !important
    }

    .video-fullscreen h4 {
        font-size: 25px !important;
        margin-bottom: 0 !important
    }

    .video-title p {
        font-size: 17px !important
    }
}

.timeline-row .image-row {
    text-align: center;
    position: relative
}

.timeline-row {
    margin-bottom: 0 !important;
    overflow: hidden !important
}

.p-med-size.red-box {
    background: #d82e39;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 7px 10px !important;
    border-radius: 7px;
    min-width: 150px
}

.timeline-row .image-row {
    text-align: center
}

.timeline-row .image-row img {
    border-radius: 7px
}

.timeline-row .image-row .p-med-size.red-box {
    z-index: 40 !important;
    position: relative
}

.timeline-row .image-row .hover-wrap {
    margin-bottom: 0 !important
}

.timeline-row .image-row .img-with-aniamtion-wrap.center {
    margin-bottom: -25px
}

.timeline-row .image-row {
    position: relative;
    display: block
}

.timeline-row .image-row:after {
    content: '' !important;
    height: 120% !important;
    width: 1px !important;
    background: #dedede !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    z-index: -1 !important;
    display: block !important;
    clear: both;
    visibility: visible !important
}

.timeline-row .txt-row p:not(:last-of-type) {
    margin-bottom: 1em
}

.timeline-row .txt-row p:not(:last-of-type) {
    margin-bottom: 1em
}

.timeline-row .image-row.has-animation:after {
    transform: scaleY(0) !important;
    transform-origin: 50% 0% !important;
    transition: all 2s ease .1s !important
}

.timeline-row .image-row.has-animation.animated-in:after {
    transform: scaleY(1) !important;
    transform-origin: 50% 50% !important
}

.timeline-row:last-of-type .image-row:after {
    content: none !important
}

@media only screen and (min-width: 1000px) {
    .timeline-row .txt-row > .vc_column-inner > .wpb_wrapper > *:last-child {
        padding-bottom: 100px !important
    }
}

@media only screen and (max-width: 999px) {
    .timeline-row .image-row:after {
        height: 50px;
        top: 98%
    }

    .timeline-row:last-of-type .image-row:after {
        content: ''
    }

    .timeline-row + .timeline-row {
        padding-top: 50px !important
    }

    .timeline-row + .timeline-row .image-row:before {
        content: '';
        height: 50px;
        width: 1px;
        background: #dedede;
        position: absolute;
        top: -50px;
        left: 50%;
        z-index: -1;
        display: block
    }

    .timeline-row .txt-row {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.results-list [id*=fws] {
    display: none !important;
    padding: 0 !important
}

body .results-list-wrapper {
    display: table;
    height: 70vh;
    min-height: 70vh;
    padding-top: 8vh;
    padding-bottom: 8vh;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

body .results-list-wrapper .screen-reader-text {
    display: none !important
}

body .results-list-wrapper > .wp-block-group__inner-container {
    display: table-cell;
    vertical-align: middle
}

body .results-list-wrapper article {
    background: #fff;
    border-bottom: 1px solid #dbddde;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 25px
}

body .results-list-wrapper article:last-of-type {
    border-bottom: none !important
}

body .results-list-wrapper .results-list {
    margin-bottom: 70px !important
}

body .page-header {
    margin-bottom: 6% !important
}

body .page-header h1 {
    margin-bottom: 10px
}

body .page-header h1 span {
    font-style: italic
}

body .page-header p {
    font-size: 20px
}

body article h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 1.2em
}

body article h2 a {
    text-decoration: underline
}

.search-form {
    position: relative
}

.search-form .searchsubmit {
    float: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    border: 1px solid #ccc;
    margin-right: 0;
    font-size: 1.3em;
    z-index: 99;
    text-align: center
}

.search-form .searchsubmit i {
    font-weight: 400;
    font-size: .8em;
    display: block
}

.search-form form {
    display: block;
    margin: 0 auto
}

.search-no-results .entry p {
    font-size: 20px;
    line-height: 1.2em
}

.post-nav a {
    text-decoration: none
}

.post-nav .navigation {
    position: relative;
    clear: both;
    display: block
}

.post-nav .nav-links {
    display: block;
    align-items: center;
    min-height: 1.2em
}

.post-nav .nav-links > * {
    width: 50%
}

.post-nav .nav-links .nav-previous {
    text-align: left;
    float: left
}

.post-nav .nav-links .nav-previous a {
    padding-left: 20px
}

.post-nav .nav-links .nav-previous a:after {
    content: " ";
    border-right: 1px solid #eb0030;
    border-top: 1px solid #eb0030;
    transform: rotate(-135deg);
    position: absolute;
    left: 0;
    top: 6px;
    height: 10px;
    width: 10px;
    pointer-events: none
}

.post-nav .nav-links .nav-next {
    text-align: right;
    float: right
}

.post-nav .nav-links .nav-next a {
    padding-right: 20px
}

.post-nav .nav-links .nav-next a:after {
    content: " ";
    border-right: 1px solid #eb0030;
    border-top: 1px solid #eb0030;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 6px;
    height: 10px;
    width: 10px;
    pointer-events: none
}

.post-nav .nav-links > div:hover a:after {
    border-right: 1px solid #464a4d;
    border-top: 1px solid #464a4d
}

@media only screen and (max-width: 767px) {
    body .page-header p {
        font-size: 17px
    }

    body article h2 {
        font-size: 20px
    }
}

.pm-post-item h1:not(.post-type):not(.search-post-title), .pm-post-item h2:not(.post-type):not(.search-post-title), .pm-post-item h3:not(.post-type):not(.search-post-title), .pm-post-item h4:not(.post-type):not(.search-post-title), .pm-post-item h5:not(.post-type):not(.search-post-title), .pm-post-item h6:not(.post-type):not(.search-post-title), .pm-post-item img {
    display: none
}

.pm-post-item .post-type {
    text-transform: capitalize;
    line-height: 1.2em
}

.search-post-excerpt {
    padding-bottom: 0 !important
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:first-child a {
    border-radius: 7px 0 0 7px
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:last-child a {
    border-radius: 0 7px 7px 0
}

.calculator-tabs ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    z-index: 30;
    position: relative;
    width: 90%;
    border-radius: 10px;
    background: 0 0 !important
}

.calculator-tabs ul.wpb_tabs_nav.ui-tabs-nav.clearfix > li {
    flex: 1
}

.calculator-tabs ul.wpb_tabs_nav.ui-tabs-nav.clearfix > li a:not(.active-tab) {
    background: #fff
}

.calculator-tabs {
    background: #f0f0f0;
    padding: 5%;
    border-radius: 7px
}

.calculator-tabs .wpb_tab {
    padding: 44px 4% 3% !important;
    position: relative
}

.calculator-tabs h3.vc_custom_heading {
    margin-bottom: 30px
}

.calculator {
    font-size: 25px !important;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    background: #fff !important;
    border-radius: 7px;
    padding: 30px 20px !important;
    border-left: 7px solid #d82e39
}

.calculator * {
    line-height: 1.4em
}

.calculator [class*=result] {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    display: block;
    position: relative;
    padding-bottom: 13px
}

.calculator .input-wrap {
    font-size: 18px
}

.calculator fieldset {
    margin-bottom: 10px
}

.calculator fieldset .input-wrap {
    padding: 10px;
    display: inline-block
}

.calculator .num {
    font-weight: 700;
    color: #d82e39
}

.calculator label, .calculator input {
    display: block
}

.calculator label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.calculator input {
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    padding: 10px
}

@media only screen and (max-width: 767px) {
    .calculator .input-wrap * {
        font-size: 16px !important;
        text-align: left
    }

    .calculator [class*=result] {
        font-size: 16px
    }

    .calculator-tabs ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
        overflow-x: scroll
    }
}

p {
    padding-bottom: 1.5em
}

.material .wpb_row, .material .wpb_content_element {
    margin-bottom: 1.5em
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1.5rem
}

.material .vc_row-fluid[data-column-margin=none] {
    margin-bottom: 0
}

#header-space {
    background-color: #fff
}

body[data-header-color=dark] #header-space {
    background-color: #000
}

#sidebar div ul li, #sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
    border: none;
    padding: 4px 0
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 4px 0 !important;
    border: none
}

.material #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter] > li {
    padding-left: 55px !important
}

.material #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] > li {
    padding: 20px !important
}

@media only screen and (min-width: 1000px) {
    #footer-outer .row {
        padding: 75px 0
    }
}

.ocm-effect-wrap, .container-wrap, .project-title, .material .vc_text_separator div, .carousel-wrap[data-full-width=true] .carousel-heading, .carousel-wrap .left-border, .carousel-wrap .right-border, #page-header-wrap, .page-header-no-bg, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
    background-color: #fff
}

#call-to-action .triangle {
    color: #fff
}

#footer-outer #footer-widgets .col ul li, #sidebar div ul li, #sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li {
    border: none;
    padding: 4px 0
}

#sidebar .widget.widget_categories li, #sidebar .widget.widget_pages li, #sidebar .widget.widget_nav_menu li, #footer-outer .widget.widget_categories li, #footer-outer .widget.widget_pages li, #footer-outer .widget.widget_nav_menu li {
    padding: 4px 0 !important
}

.material .widget li a, .material #sidebar .widget li a, .material #footer-outer .widget li a {
    padding: 0 !important;
    border: none;
    color: inherit
}



body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
    margin-top: 0;
    padding-top: 40px
}

body.search-results.material .container-wrap {
    margin-top: 0;
    padding-top: 60px
}

body[data-header-resize="1"] #page-header-wrap {
    margin-top: 0
}

body.material .page-header-no-bg {
    padding-top: 35px;
    margin-top: 0
}

.parallax_slider_outer.first-section, .parallax_slider_outer.first-section .swiper-slide .content, .nectar-slider-wrap.first-section .swiper-slide .content {
    margin-top: 0 !important
}

body.material #header-outer[data-header-resize="1"]:not([data-format=left-header]):not(.small-nav), body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu) {
    box-shadow: none
}

@media only screen and (min-width: 1000px) {
    body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after, body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before, body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
        height: 2px !important
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) span:not(.close-line) {
        width: 30px;
        overflow: hidden
    }

    .slide-out-hover-icon-effect:not(.small) {
        width: 32px;
        overflow: hidden
    }

    #top .slide-out-widget-area-toggle:not(.small) a .close-wrap {
        height: 28px;
        width: 22px !important
    }

    #top .slide-out-widget-area-toggle:not(.small) a.using-label .close-wrap {
        height: 22px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) span .lines-button.hover-effect {
        left: -40px;
        margin-top: -3px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines:after, .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
        top: -8px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines:before, .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
        top: 8px
    }

    body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines-button:after, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines:before, body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines:after {
        border-radius: 0 !important;
        height: 2px
    }

    body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label):hover .lines-button:after, body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label):hover .lines:before, body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label):hover .lines:after, body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a.effect-shown:not(.using-label) .lines-button:after, body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a.effect-shown:not(.using-label) .lines:before, body:not([data-slide-out-widget-area-style*=fullscreen])[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top .slide-out-widget-area-toggle:not([data-custom-color=true]) a.effect-shown:not(.using-label) .lines:after {
        transform: translateX(40px)
    }

    body.material[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines:before, body.material[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) .lines:before, .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
        width: 1.4rem
    }
}

@media only screen and (max-width: 1001px) {
    .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
        width: 1rem
    }
}

#top .slide-out-widget-area-toggle a span {
    overflow: hidden;
    width: 22px
}

#top .slide-out-widget-area-toggle a > span {
    position: relative
}

#top .slide-out-widget-area-toggle a span .lines-button.hover-effect {
    left: -30px;
    margin-top: -2px
}

#top .slide-out-widget-area-toggle a .lines-button:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) .04s, background-color .2s ease, opacity .2s ease !important
}

body .slide-out-widget-area-toggle a:hover .lines:before {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) .08s, background-color .2s ease, opacity .2s ease !important
}

body .slide-out-widget-area-toggle a:hover .lines:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease !important
}

body .lines:before {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease !important
}

body .lines:after {
    transition: transform .65s cubic-bezier(.3, 1, .3, 1) .08s, background-color .2s ease, opacity .2s ease !important
}

#top a.no-trans .lines-button:after, #top a.no-trans .lines:before, #top a.no-trans .lines:after {
    transition: none !important
}

@media only screen and (min-width: 1000px) {
    body:not([data-slide-out-widget-area-style*=fullscreen]) #top .slide-out-widget-area-toggle a:hover .lines-button:after, body:not([data-slide-out-widget-area-style*=fullscreen]) #top .slide-out-widget-area-toggle a:hover .lines:before, body:not([data-slide-out-widget-area-style*=fullscreen]) #top .slide-out-widget-area-toggle a:hover .lines:after, body:not([data-slide-out-widget-area-style*=fullscreen]) #top .effect-shown .lines-button:after, body:not([data-slide-out-widget-area-style*=fullscreen]) #top .effect-shown .lines:before, body:not([data-slide-out-widget-area-style*=fullscreen]) #top .effect-shown .lines:after {
        transform: translateX(30px)
    }

    body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines-button:after, body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines:before, body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines:after {
        transform: none
    }
}

body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines-button:after, body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:before, body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:after, body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines-button:after, body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines:before, body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines:after {
    transform: translateX(30px) !important
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons > li {
    margin: 0 14px
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons > li.menu-item {
    margin: 0
}

body.material #header-outer[data-transparent-header=true].transparent nav > ul > li > a {
    margin-bottom: 0
}

body.material #header-outer #top nav > .buttons > li:last-child, body.material #header-outer[data-format=centered-menu-bottom-bar] #top nav > .buttons > .slide-out-widget-area-toggle {
    margin-right: 0 !important
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons > .slide-out-widget-area-toggle {
    margin-right: 0
}

#header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_3 nav > .buttons li span, #header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_3 nav > .buttons li i {
    backface-visibility: hidden
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav > .buttons {
    transition: transform .45s cubic-bezier(.4, .1, .15, 1);
    -webkit-transition: transform .45s cubic-bezier(.4, .1, .15, 1)
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons {
    transition: opacity .45s cubic-bezier(.4, .1, .15, 1);
    -webkit-transition: opacity .45s cubic-bezier(.4, .1, .15, 1)
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li {
    opacity: 0
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(1) {
    animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) forwards
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(2) {
    animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .05s forwards
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(3) {
    animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .1s forwards
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav > .buttons > li:nth-child(4) {
    animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .15s forwards
}

#header-outer .sf-menu > li > a > .sf-sub-indicator {
    height: auto
}

body.material #header-outer #top nav > .buttons > li:first-child {
    margin-left: 0
}

body.material #header-outer .cart-menu, body.material #top nav ul #search-btn > div, body.material #top nav ul #nectar-user-account > div {
    padding-left: 0;
    border-left: none !important
}

body.material #header-outer:not([data-format=left-header]) .cart-menu {
    position: relative;
    right: auto;
    padding: 0;
    background-color: transparent;
    top: auto
}

body.material #boxed #header-outer .cart-menu {
    background-color: transparent
}

body[data-header-format=left-header] #header-outer .cart-outer {
    -webkit-transition: opacity .35s cubic-bezier(.12, .75, .4, 1);
    transition: opacity .35s cubic-bezier(.12, .75, .4, 1)
}

body[data-header-format=left-header] #header-outer.material-search-open .cart-outer {
    opacity: 0;
    pointer-events: none
}

#header-outer[data-format=left-header] .sf-menu li {
    opacity: 1
}

body.material #header-outer[data-format=left-header] .cart-menu > a, body[data-header-format=left-header].material #header-outer nav ul li .cart-menu > a {
    padding: 0
}

body.material #header-outer:not([data-format=left-header]) .cart-wrap {
    margin-right: 0;
    top: -5px;
    right: -9px;
    color: #fff
}

@media only screen and (max-width: 999px) {
    body.material #header-outer[data-format=left-header] .cart-wrap {
        margin-right: 0;
        top: -5px;
        right: -9px;
        color: #fff
    }
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body.material #top nav ul #search-btn a span {
    font-size: 20px
}

body.material #top nav ul #nectar-user-account a span {
    font-size: 22px;
    width: 26px;
    max-width: 26px
}

body.material #header-outer #social-in-menu i {
    font-size: 18px;
    width: 36px;
    top: 0
}

body #header-outer[data-transparent-header=true] #top nav ul #nectar-user-account > div, body.material #header-outer .cart-menu {
    border-left: none
}

body.material #header-outer:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 30px
}

body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 0
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav > .sf-menu > li:not([class*=button_]):last-child a {
    padding-right: 0
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav > .sf-menu > li[class*=button_]:last-child a {
    margin-right: 0
}

body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav > .buttons {
    margin-left: 30px
}

body.material #header-outer #top nav > ul #social-in-menu a {
    line-height: 22px
}

body.material #header-outer[data-transparent-header=true] .cart-outer .cart-notification, body.material #header-outer[data-transparent-header=true] .cart-outer .widget_shopping_cart {
    margin-top: 0
}

#header-outer .nectar-woo-cart .widget_shopping_cart, #header-outer .nectar-woo-cart .cart-notification {
    top: 100%
}

#header-outer[data-format=centered-menu-bottom-bar]:not(.fixed-menu) #top .nectar-woo-cart {
    height: 75px
}

#header-outer .nectar-woo-cart .cart-menu-wrap {
    position: relative;
    width: auto;
    overflow: visible;
    right: auto !important
}

.material #top nav > .product_added.buttons, .material #top nav > .buttons {
    padding-right: 0 !important
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    z-index: 100
}

#footer-outer #footer-widgets .col ul li a, #sidebar div ul li a {
    display: block
}

#footer-outer .widget h4, #sidebar h4 {
    margin-bottom: 15px
}

#footer-outer #copyright {
    font-size: 14px;
    background-color: transparent
}

#footer-outer[data-copyright-line=true] #copyright {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button) {
    transition: all .2s ease
}

#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover, #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):focus {
    opacity: .65
}

#footer-outer[data-custom-color=true] #footer-widgets .tagcloud a:not(.nectar-button):hover {
    opacity: 1
}

#footer-outer[data-using-widget-area=false] #copyright {
    border: none
}

.material .widget .tagcloud a, .material #sidebar .widget .tagcloud a, .single .post-area .content-inner > .post-tags a {
    border-radius: 0 !important;
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    -webkit-transition: all .4s cubic-bezier(.25, 1, .2, 1);
    transition: all .4s cubic-bezier(.25, 1, .2, 1);
    background-color: transparent
}

.material .widget .tagcloud a:before, .material #sidebar .widget .tagcloud a:before, .single .post-area .content-inner > .post-tags a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: .06
}

.material[data-button-style*=slightly_rounded] .widget .tagcloud a:before, .material[data-button-style*=slightly_rounded] #sidebar .widget .tagcloud a:before, .single[data-button-style*=slightly_rounded] .post-area .content-inner > .post-tags a:before, .material[data-button-style*=slightly_rounded] .widget .tagcloud a, .material[data-button-style*=slightly_rounded] #sidebar .widget .tagcloud a, .single[data-button-style*=slightly_rounded] .post-area .content-inner > .post-tags a {
    border-radius: 5px !important
}

.material[data-button-style*=rounded] .widget .tagcloud a:before, .material[data-button-style*=rounded] #sidebar .widget .tagcloud a:before, .single[data-button-style*=rounded] .post-area .content-inner > .post-tags a:before, .material[data-button-style*=rounded] .widget .tagcloud a, .material[data-button-style*=rounded] #sidebar .widget .tagcloud a, .single[data-button-style*=rounded] .post-area .content-inner > .post-tags a {
    border-radius: 50px !important
}

.material .widget .tagcloud a:hover, .material #sidebar .widget .tagcloud a:hover, .single .post-area .content-inner > .post-tags a:hover, .sharing-default-minimal .nectar-social a:hover, body.material #page-header-bg.fullscreen-header .inner-wrap > a:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .15)
}

.material #sidebar .widget .recentcomments {
    background-color: transparent;
    padding: 0;
    margin-bottom: 8px
}

.material .span_12.light .widget .tagcloud a, .material .span_12.light #sidebar .widget .tagcloud a, .material #sidebar .widget .tagcloud a:hover, .single.material .post-area .content-inner > .post-tags a:hover, #header-outer.light-text #search-outer input[type=text], body[data-header-color=dark] #header-outer #search-outer input[type=text], body.mobile.material[data-header-color=light] #header-outer[data-permanent-transparent="1"].transparent .slide-out-widget-area-toggle a .close-line {
    color: #fff !important
}

body.single-post .content-inner > .post-tags {
    margin-top: 60px
}

.nectar-fancy-box[data-style=color_box_hover] .box-inner-wrap, .nectar-fancy-box[data-style=color_box_hover]:before, .nectar-fancy-box[data-style=color_box_basic] {
    border-radius: 5px
}

.full-width-content .nectar-fancy-box[data-style=color_box_hover] .box-inner-wrap, .full-width-content .nectar-fancy-box[data-style=color_box_hover]:before {
    border-radius: 0
}

.nectar-progress-bar span strong {
    padding: 4px 0;
    background-color: transparent;
    color: inherit
}

.nectar-progress-bar span strong:after {
    display: none
}

.nectar-progress-bar .bar-wrap {
    background-color: rgba(0, 0, 0, .043)
}

.nectar-progress-bar .bar-wrap, .nectar-progress-bar span {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0
}

body .carousel-wrap[data-full-width=false] .control-wrap {
    right: 10px;
    text-align: center
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-prev {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-next {
    padding-left: 10px;
    margin-left: 0
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-prev, .carousel-wrap[data-full-width=false] .control-wrap .carousel-next {
    right: 0 !important;
    position: relative;
    display: block;
    float: left
}

.carousel-next, .carousel-prev {
    background-color: transparent;
    height: 23px;
    width: 10px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    top: 1px !important;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1);
    box-sizing: content-box
}

.carousel-wrap .control-wrap .item-count {
    height: 23px;
    top: -1px;
    right: -2px;
    line-height: 22px;
    letter-spacing: 4px;
    position: relative;
    display: block;
    float: left;
    z-index: 10;
    cursor: pointer;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

[data-full-width=false] .carousel-next:after, [data-full-width=false] .carousel-prev:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    top: 8px;
    opacity: 0;
    left: -4px;
    cursor: pointer;
    transform: translateX(-20px);
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.light [data-full-width=false] .carousel-next:after, .light [data-full-width=false] .carousel-prev:after {
    background-color: #fff
}

.light .carousel-next i, .light .carousel-prev i {
    color: #fff
}

[data-full-width=false] .carousel-next:after {
    left: 5px
}

[data-full-width=false] .carousel-next:hover:after {
    opacity: 1;
    transform: translateX(-12px)
}

[data-full-width=false] .carousel-prev:after {
    transform: translateX(20px)
}

[data-full-width=false] .carousel-prev:hover:after {
    opacity: 1;
    transform: translateX(0px)
}

[data-full-width=false] .carousel-prev:hover i {
    transform: translateX(-18px)
}

[data-full-width=false] .carousel-prev.next-hovered, [data-full-width=false] .item-count.next-hovered {
    transform: translateX(-18px)
}

body.material .carousel-next:hover, body.material .carousel-prev:hover {
    background-color: transparent
}

body.material .carousel-wrap[data-full-width=true] .carousel-prev, body.material .carousel-wrap[data-full-width=true] .carousel-next {
    border: none
}

.carousel-heading .container .carousel-prev {
    right: 30px
}

[data-ext-responsive=true] .carousel-heading .container .carousel-prev {
    right: 40px
}

.carousel-next i, .carousel-prev i {
    color: #000;
    font-size: 22px;
    line-height: 17px;
    height: 20px;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.carousel-wrap .carousel-next i, .carousel-wrap .carousel-prev i {
    font-size: 22px;
    line-height: 18px
}

.carousel-next:hover, .carousel-prev:hover {
    border-color: transparent
}

.light .carousel-next:hover i, .light .carousel-prev:hover i {
    color: #fff
}

.nectar-button.see-through, body .nectar-button.see-through, .swiper-slide .button a, body .nectar-button.see-through-2, .nectar-button, #to-top {
    border-radius: 0 !important;
    box-shadow: none
}

body.material .nectar-button.large {
    padding-left: 35px;
    padding-right: 35px
}

body.material .nectar-button.jumbo {
    padding-left: 50px;
    padding-right: 50px
}

body.material .nectar-button.jumbo:not([class*=see-through]) {
    padding: 23px 50px
}

body.material .nectar-button.medium, body.material .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-left: 24px;
    padding-right: 24px
}

body.material .nectar-button.see-through[data-color-override=false] i:after, body.material .nectar-button.regular[class*=m-extra-color-gradient-]:before, body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:before, body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

body.material[data-button-style*=slightly_rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
    border-radius: 5px
}

body.material[data-button-style*=slightly_rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    border-radius: 3px
}

body.material[data-button-style=default] .nectar-button.see-through[class*=m-extra-color-gradient-]:before, body.material[data-button-style=default] .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    border-radius: 0
}

body.material[data-button-style=default] .nectar-button {
    box-shadow: none
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
    border-radius: 50px;
    z-index: -2;
    backface-visibility: hidden
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 50px;
    background-color: #fff;
    z-index: -1;
    backface-visibility: hidden
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:hover:after {
    opacity: 0
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-] {
    backface-visibility: hidden;
    border: none !important
}

body.material .nectar-button.see-through[data-color-override=false] i, body.material .nectar-button.see-through[data-color-override=false]:hover i:after, body.material .nectar-button.see-through:hover i {
    box-shadow: none !important
}

body.material[data-button-style=default] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    border-radius: 0
}

body.material[data-button-style*=rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    border-radius: 100px
}

body.material[data-button-style*=slightly_rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    border-radius: 5px
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:before {
    opacity: 0
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-].has-icon:not(:hover) span {
    transform: none !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-].has-icon:not(:hover) i {
    transform: translateX(-5px) translateY(-50%) !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:not(:hover) i {
    opacity: 0 !important;
    background-color: transparent !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:hover i {
    opacity: 1 !important
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:hover:before {
    opacity: 1
}

body.material[data-button-style^=rounded] .nectar-button.see-through[data-color-override="#ffffff"] i, body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-color-override="#ffffff"]:not(:hover) i, body.material[data-button-style^=rounded] .nectar-button.see-through-3[data-color-override="#ffffff"]:not(:hover) i, body.material[data-button-style^=rounded] .span_12.light .nectar-button.see-through-2[data-color-override=false]:not(:hover) i {
    color: #000 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-hover-color-override="#ffffff"]:hover i, body.material[data-button-style^=rounded] .nectar-button.see-through-3[data-hover-color-override="#ffffff"]:hover i {
    background-color: rgba(0, 0, 0, .07) !important
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:hover, body.material[data-button-style^=rounded] .nectar-button.see-through i, body.material[data-button-style^=rounded] .nectar-button.see-through-2:not(:hover) i, body.material[data-button-style^=rounded] .nectar-button.see-through-3:not(:hover) i {
    color: #fff !important
}

body.material .nectar-button.small i {
    font-size: 14px
}

body.material .nectar-button.medium i {
    font-size: 16px
}

body.material .nectar-button.large i {
    font-size: 16px
}

body.material .nectar-button.jumbo i {
    font-size: 20px
}

body.material[data-button-style^=rounded] .nectar-button.small i {
    font-size: 12px
}

body.material[data-button-style^=rounded] .nectar-button.medium i {
    font-size: 14px
}

body.material[data-button-style^=rounded] .nectar-button.large i {
    font-size: 14px
}

body.material[data-button-style^=rounded] .nectar-button.jumbo i {
    font-size: 18px
}

body.material .nectar-button.jumbo.see-through, body.material .nectar-button.jumbo.see-through-2, body.material .nectar-button.jumbo.see-through-3 {
    border-width: 2px
}

body.material .nectar-button.has-icon.extra_jumbo[class*=see-through] {
    border-width: 6px;
    padding-top: 31px;
    padding-bottom: 31px
}

body.material .nectar-button.has-icon.extra_jumbo[class*=see-through] i {
    transform: translateY(-50%) translateX(-3px)
}

.nectar-button.has-icon.see-through[class*=m-extra-color-gradient-] .im-icon-wrap svg path {
    fill: #000;
    transition: all .2s ease
}

.nectar-button.has-icon.see-through[class*=m-extra-color-gradient-]:hover .im-icon-wrap svg path {
    fill: #fff
}

body.material .nectar-button.has-icon, body.material .nectar-button.tilt.has-icon {
    padding-right: 46px
}

body.material .nectar-button.has-icon.small {
    padding-right: 36px
}

body.material .nectar-button.has-icon.medium, body.material .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-right: 38px;
    padding-left: 46px
}

body.material .nectar-button.has-icon.large {
    padding-right: 44px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.large[class*=m-extra-color-gradient-] {
    padding-top: 15px;
    padding-bottom: 15px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small {
    padding-right: 28px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium {
    padding-right: 32px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large {
    padding-right: 37px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo {
    padding-right: 56px;
    padding-left: 54px;
    padding-top: 20px;
    padding-bottom: 20px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-right: 34px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding-right: 39px;
    padding-left: 46px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3), body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo[class*=m-extra-color-gradient-] {
    padding-right: 56px;
    padding-left: 54px;
    padding-top: 22px;
    padding-bottom: 22px
}

body.material .nectar-button.has-icon.jumbo {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 66px;
    padding-left: 54px
}

body.material .nectar-button.has-icon.extra_jumbo {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 142px;
    padding-left: 80px
}

body.material .nectar-button.has-icon.extra_jumbo:hover span {
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px)
}

body.material[data-button-style^=rounded] .nectar-button.has-icon:not([class*=see-through]) i, body.material[data-button-style^=rounded] .nectar-button.has-icon[class*=see-through]:hover i {
    background-color: rgba(255, 255, 255, .22)
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:hover i {
    background-color: rgba(255, 255, 255, .22) !important
}

body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button i, body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button:hover i {
    background-color: rgba(0, 0, 0, .04)
}

body.material .nectar-button.has-icon i {
    right: 14px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon i {
    transition: none;
    -webkit-transition: none
}

body.material:not([data-button-style^=rounded]) .nectar-button.see-through.has-icon[data-color-override=false] i, body.material:not([data-button-style^=rounded]) .nectar-button.see-through-2.has-icon i, body.material:not([data-button-style^=rounded]) .nectar-button.see-through-3.has-icon i {
    color: inherit !important
}

body.material[data-button-style^=rounded] .nectar-button.has-icon i {
    background-color: rgba(0, 0, 0, .2)
}

body.material .nectar-button.has-icon.large i {
    -webkit-transform: translateY(-50%) translateX(6px);
    transform: translateY(-50%) translateX(6px)
}

body.material .nectar-button.has-icon.large:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px)
}

body.material .nectar-button.has-icon.medium i {
    -webkit-transform: translateY(-50%) translateX(7px);
    transform: translateY(-50%) translateX(7px);
    height: 28px;
    width: 28px;
    line-height: 28px
}

body.material .nectar-button.has-icon.medium:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px);
    height: 28px;
    width: 28px;
    line-height: 28px
}

body.material .nectar-button.has-icon.small i {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px);
    height: 24px;
    width: 24px;
    line-height: 24px
}

body.material .nectar-button.has-icon.small:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(7px);
    transform: translateY(-50%) translateX(7px);
    height: 24px;
    width: 24px;
    line-height: 24px
}

body.material .nectar-button.has-icon.jumbo i {
    -webkit-transform: translateY(-50%) translateX(2px);
    transform: translateY(-50%) translateX(2px);
    height: 44px;
    width: 44px;
    line-height: 44px
}

body.material .nectar-button.has-icon.jumbo:not([class*=see-through]) i {
    -webkit-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
    height: 44px;
    width: 44px;
    line-height: 44px
}

body.material .nectar-button.has-icon.extra_jumbo i {
    -webkit-transform: translateY(-50%) translateX(-6px);
    transform: translateY(-50%) translateX(-6px);
    height: 94px;
    width: 94px;
    margin-top: 0;
    line-height: 94px
}

.n-sc-button[class*=gradient] {
    background-color: transparent !important;
    opacity: 1;
    box-shadow: none
}

.n-sc-button[class*=gradient]:after, .n-sc-button[class*=gradient][class*=see-through]:after {
    position: absolute;
    content: ' ';
    top: -2%;
    left: -1%;
    width: 101.5%;
    height: 104%;
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
    transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
    -webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
    z-index: -1
}

.n-sc-button[class*=see-through][class*=gradient]:after, .n-sc-button[class*=gradient]:hover:after {
    background-size: 225% 100% !important;
    background-position: right !important
}

.n-sc-button[class*=see-through][class*=gradient]:hover:after, .n-sc-button[class*=gradient]:after {
    background-position: left !important;
    background-size: 100% 100% !important
}

.n-sc-button[class*=see-through][class*=gradient]:hover:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left
}

.n-sc-button[class*=gradient]:after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left
}

.n-sc-button[class*=gradient]:hover:after {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right
}

.n-sc-button[class*=gradient] .start, .n-sc-button[class*=gradient] .hover, .n-sc-button[class*=see-through][class*=gradient] .start, .n-sc-button[class*=see-through][class*=gradient] .hover {
    -ms-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
    transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
    -webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95)
}

.n-sc-button[class*=gradient] .start {
    animation: gradientTextHoverHover .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards;
    display: inline-block
}

.n-sc-button[class*=gradient] .hover {
    position: absolute;
    display: inline;
    left: 0;
    animation: gradientTextHoverOff .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 0
}

.n-sc-button[class*=gradient]:hover .hover {
    animation: gradientTextHoverHover .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards
}

.n-sc-button[class*=gradient]:hover .start {
    animation: gradientTextHoverOff .38s;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    animation-fill-mode: forwards
}

.n-sc-button[class*=see-through][class*=gradient] .hover {
    position: absolute;
    display: inline;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 100
}

.n-sc-button[class*=gradient] .start.loading {
    animation: gradientTextHoverHover 0s
}

.light .n-sc-button[class*=gradient]:hover .hover, .light .n-sc-button[class*=see-through][class*=gradient]:hover .start, .light .n-sc-button[class*=see-through][class*=gradient] .start {
    background: none !important;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    background-clip: border-box
}

.light .n-sc-button[class*=gradient].no-text-grad .start {
    color: #fff !important
}

.light .n-sc-button[class*=see-through][class*=gradient]:hover .start, .light .n-sc-button[class*=see-through][class*=gradient] .start, .light .n-sc-button[class*=gradient] .start {
    opacity: 1 !important;
    animation: none !important
}

.light .n-sc-button[class*=see-through][class*=gradient] .hover, .light .n-sc-button[class*=gradient] .hover {
    opacity: 0 !important;
    animation: none !important
}

@keyframes gradientTextHoverHover {
    0% {
        transform: translateX(0px);
        opacity: 0
    }
    70% {
        opacity: 1
    }
    100% {
        transform: translateX(0px) !important;
        opacity: 1
    }
}

@keyframes gradientTextHoverOff {
    0% {
        transform: translateX(0px);
        opacity: 1
    }
    70% {
        opacity: 0
    }
    100% {
        transform: translateX(0px) !important;
        opacity: 0
    }
}

.n-sc-button[class*=gradient].medium.has-icon {
    padding: 7px 30px
}

.n-sc-button[class*=gradient].large.has-icon {
    padding: 12px 35px
}

.n-sc-button[class*=gradient] i {
    opacity: 1;
    right: 24px;
    background: inherit;
    background-size: 500% 100%;
    background-position: right
}

.n-sc-button[class*=gradient].has-icon span {
    left: -18px
}

.n-sc-button[class*=gradient].has-icon:hover span, .n-sc-button[class*=gradient].has-icon:hover i {
    -ms-transform: none;
    transform: none;
    -webkit-transform: none
}

.n-sc-button[class*=gradient].jumbo i {
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    margin-top: -10px
}

.n-sc-button[class*=gradient].extra_jumbo i {
    width: 40px
}

.n-sc-button[class*=gradient].has-icon.extra_jumbo span {
    left: -35px
}

.n-sc-button[class*=gradient].has-icon.jumbo span {
    left: -16px
}

.n-sc-button[class*=gradient].has-icon.large span {
    left: -14px
}

.n-sc-button[class*=gradient].has-icon.medium span {
    left: -13px
}

.n-sc-button[class*=gradient].has-icon.small span {
    left: -11px
}

.n-sc-button[class*=gradient].jumbo .hover i {
    right: 8px
}

.n-sc-button[class*=gradient].extra_jumbo .hover i {
    right: 19px
}

.n-sc-button[class*=gradient].large .hover i {
    right: 5px
}

.n-sc-button[class*=gradient].medium .hover i {
    right: 3px
}

.n-sc-button[class*=gradient].small .hover i {
    right: 7px
}

.n-sc-button[class*=gradient].jumbo .start i {
    right: -32px
}

.n-sc-button[class*=gradient].extra_jumbo .start i {
    right: -75px
}

.n-sc-button[class*=gradient].large .start i {
    right: -32px
}

.n-sc-button[class*=gradient].medium .start i {
    right: -30px
}

.n-sc-button[class*=gradient].small .start i {
    right: -30px
}

.n-sc-button[class*=gradient].small {
    padding: 5px 14px
}

.n-sc-button[class*=gradient].medium {
    border-width: 3px;
    padding: 7px 15px
}

.n-sc-button[class*=gradient].large {
    border-width: 3px;
    padding: 12px 22px
}

.n-sc-button[class*=gradient].jumbo {
    border-width: 4px;
    padding: 21px 40px
}

.n-sc-button[class*=gradient].extra_jumbo {
    border-width: 10px;
    padding: 56px 90px
}

.n-sc-button[class*=gradient] span {
    z-index: 100
}

#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    left: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 22px
}

.icon-salient-cart:before, body.material .icon-salient-cart:before {
    content: "\e902"
}

.material #header-outer a.cart-contents .cart-wrap span:before {
    display: none
}

#header-outer .cart-wrap {
    font-size: 11px
}

#header-outer[data-full-width=true] #top nav ul #nectar-user-account > div, body #header-outer[data-transparent-header=true].transparent #top nav ul #nectar-user-account > div {
    border: none !important
}

#header-outer a.cart-contents .cart-wrap span {
    visibility: hidden
}

body.material #header-outer a.cart-contents .cart-wrap span {
    border-radius: 99px;
    font: bold 11px/16px Arial;
    line-height: 18px;
    width: 18px;
    padding: 0 1px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
}

#header-outer .sf-menu ul li a {
    border-bottom: none
}

#header-outer .static a.cart-contents span {
    visibility: visible
}

#header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

body.material #header-outer .cart-menu {
    border-left: 1px solid rgba(0, 0, 0, .07);
    background-color: transparent
}

body #boxed #header-outer .cart-menu-wrap {
    position: relative !important;
    box-shadow: none
}

body[data-slide-out-widget-area-style*=fullscreen] #boxed #slide-out-widget-area .slide_out_area_close {
    display: none !important
}

body #boxed #header-outer .widget_shopping_cart, body.woocommerce #boxed .cart-notification {
    position: absolute !important
}

body.material #boxed #header-outer .cart-menu-wrap .cart-menu {
    box-shadow: none
}

#top #mobile-cart-link i {
    height: 20px;
    line-height: 20px
}

@media screen and (max-width: 999px) {
    .material #header-outer.transparent .bg-color-stripe, .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe, .material #header-outer[data-transparent-header].transparent .bg-color-stripe, .material #header-outer[data-transparent-header]:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
        height: 200px;
        top: 0
    }

    body.material #search-outer, body.material #header-outer #search-outer {
        height: 200px;
        transform: translate3d(0, -200px, 0);
        -webkit-transform: translate3d(0, -200px, 0)
    }

    body.material #header-outer[data-using-secondary="1"] #search-outer {
        top: auto;
        margin-top: -13px
    }

    html.material #search-outer .bg-color-stripe {
        height: 200px;
        top: 0
    }

    #search-outer #search-box, #search-outer #search #close, #header-outer #search-outer #search-box, #header-outer #search-outer #search #close {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }
}

body.material #search-outer {
    background-color: transparent;
    height: 35vh;
    position: absolute;
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    transform: translate3d(0, -35vh, 0);
    -webkit-transform: translate3d(0, -35vh, 0);
    z-index: 2000 !important;
    padding: 0;
    top: -1px
}

body.material[data-header-search=false] #search-outer {
    visibility: hidden
}

@media only screen and (min-width: 1000px) {
    body.material [data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu #search-outer {
        top: 50%
    }
}

body.material #search-outer.perma-trans {
    position: fixed
}

body.material.admin-bar #search-outer.perma-trans {
    top: 32px
}

body.search .row .col.section-title {
    border-bottom: 0;
    padding-bottom: 0
}

body.search .row .col.section-title span:not(.result-num) {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit
}

body.search .row .col.section-title .result-num {
    margin-top: 10px;
    padding-left: 0;
    display: block
}

body.search #search-results .result .inner-wrap {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
    border: 1px solid #e7e7e7;
    transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

body.search #search-results .result .inner-wrap img {
    margin-bottom: 0;
    display: block
}

body.search #search-results .result .inner-wrap h2 {
    padding: 25px
}

body.search #search-results .result:hover .inner-wrap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

body.material #search-outer .container {
    height: auto !important;
    float: none;
    width: 100%
}

body #search-outer .inner-wrap {
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

body #search-outer.material-open .inner-wrap {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#header-outer header {
    transition: all .2s
}

#header-outer:not([data-format=left-header]).material-search-open header {
    opacity: 0;
    transition: all .2s;
    pointer-events: none
}

#header-outer.material-search-open {
    box-shadow: none
}

.material #header-outer.transparent .bg-color-stripe, .material #search-outer .bg-color-stripe {
    height: 35vh;
    top: 0
}

body[data-header-color=dark] #header-outer .bg-color-stripe, body[data-header-color=dark].material #header-outer #search-outer:before {
    background-color: #000
}

#header-outer .bg-color-stripe, #search-outer .bg-color-stripe, .material #header-outer #search-outer:before {
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top
}

.material #header-outer.no-material-transition #search-outer, body[data-slide-out-widget-area-style=slide-out-from-right] > a.slide_out_area_close.no-material-transition, body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open.no-material-transition, body[data-slide-out-widget-area-style=slide-out-from-right].material .ocm-effect-wrap-shadow.no-material-transition {
    transition: none
}

.material #header-outer #search-outer:before {
    content: '';
    -webkit-transform: none;
    transform: none;
    backface-visibility: hidden
}

body.material[data-header-inherit-rc=true] #header-outer #search-outer:before {
    display: none
}

body.material[data-header-inherit-rc=true] #search-outer {
    background-color: inherit
}

#header-outer.material-search-open .bg-color-stripe, #search-outer.material-open .bg-color-stripe {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

body[data-header-color=dark] #ajax-content-wrap:after {
    background-color: rgba(255, 255, 255, .55)
}

#ajax-content-wrap:after {
    background-color: rgba(0, 0, 0, .45);
    content: '';
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .7s cubic-bezier(.2, 1, .3, 1)
}

#ajax-content-wrap.material-open:after {
    opacity: 1
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #ajax-content-wrap:after {
        display: none
    }
}

#header-secondary-outer, #header-secondary[data-using-secondary="1"] {
    transition: transform .32s ease
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: none
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items {
    margin-top: 25px
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items li a {
    font-size: 18px
}

body.material #slide-out-widget-area .mobile-only.off-canvas-menu-container .menu.secondary-header-items li {
    margin-bottom: 5px
}

.nectar-video-box a.nectar_video_lightbox:not(.play_button_mouse_follow):before {
    opacity: .8;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    border: none
}

.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    background-color: transparent !important
}

.nectar-video-box:not([data-mouse-style=see_through_contrast]) a.nectar_video_lightbox {
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25)
}

.nectar_video_lightbox.play_button:before, .span_12.dark .nectar_video_lightbox.play_button:before {
    border-width: 3px
}

.nectar_video_lightbox svg {
    width: 18px;
    height: 18px
}

.material #search-outer {
    display: block;
    overflow: hidden
}

#search-outer #search {
    max-width: 1200px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.material #search-outer #search, .material #header-outer #search-outer #search {
    padding: 0
}

#search-outer #search-box, #search-outer #search #close {
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
    transform: translate3d(0, 35vh, 0);
    opacity: 0
}

body.material #search-outer.material-open, body.material #header-outer #search-outer.material-open {
    transform: translate3d(0, 0vh, 0);
    -webkit-transform: translate3d(0, 0vh, 0)
}

#search-outer.material-open #search-box, #search-outer.material-open #search #close, #header-outer #search-outer.material-open #search-box, #header-outer #search-outer.material-open #search #close {
    transform: translate3d(0, 0vh, 0);
    opacity: 1
}

#header-outer .mobile-search .icon-salient-search, #header-outer .mobile-user-account .icon-salient-m-user, #header-outer #top #mobile-cart-link i {
    background-color: transparent !important;
    vertical-align: middle;
    font-size: 18px
}

#header-outer .mobile-user-account .icon-salient-m-user {
    font-size: 19px;
    width: 21px
}

#header-outer #top #mobile-cart-link i {
    font-size: 19px;
    width: 19px
}

#header-outer .mobile-search .icon-salient-search, #header-outer .mobile-user-account .icon-salient-m-user {
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

body #search-outer #search input[type=text] {
    height: auto !important;
    text-transform: none;
    color: #000;
    border-bottom: 4px solid #3452ff
}

body #search-outer #search input[type=text], body.material #search-outer #search form input[type=text] {
    font-size: 70px
}

body.material #search-outer #search input[type=text] {
    line-height: 70px
}

@media only screen and (min-width: 1000px) {
    body #search-outer #search input[type=text] {
        height: 100px !important
    }

    body.material #search-outer #search #search-box input[type=text] {
        line-height: 100px
    }
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a:after, #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li:not([class*=button_]) > a:after {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.52, .01, .16, 1);
    transition: transform .35s cubic-bezier(.52, .01, .16, 1);
    bottom: -3px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li:not([class*=button_]) > a:after {
    -webkit-transition: -webkit-transform .35s cubic-bezier(.52, .01, .16, 1), border-color .35s cubic-bezier(.52, .01, .16, 1);
    transition: transform .35s cubic-bezier(.52, .01, .16, 1), border-color .35s cubic-bezier(.52, .01, .16, 1)
}

#header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li:not([class*=button_]) > a:after {
    bottom: 0;
    border-width: 1px
}

body[data-header-color=custom] #search-outer #search .span_12 span {
    opacity: .7
}

body[data-header-color=light] #header-outer #search-outer input::-webkit-input-placeholder {
    color: #000
}

body[data-header-color=dark] #header-outer #search-outer input::-webkit-input-placeholder {
    color: #fff
}

#header-outer #search-outer input::-webkit-input-placeholder, #header-outer #search-outer input::-moz-placeholder, #header-outer #search-outer input:-ms-input-placeholder {
    color: #888
}

body.material #search-outer > #search form {
    width: 100%;
    float: none
}

#header-outer.light-text #search-outer input[type=text], body[data-header-color=dark] #header-outer #search-outer input[type=text] {
    border-color: #fff
}

#header-outer.light-text #search-outer #search .span_12 span, body[data-header-color=dark] #header-outer #search-outer #search .span_12 span {
    color: rgba(255, 255, 255, .6)
}

#header-outer.light-text #search-outer #search #close a span, body[data-header-color=dark] #header-outer #search-outer #search #close a span {
    color: #fff
}

#header-outer.light-text #search-outer input::-webkit-input-placeholder, body[data-header-color=dark] #header-outer #search-outer input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#header-outer.light-text #search-outer input::-moz-placeholder, body[data-header-color=dark] #header-outer #search-outer input::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

#header-outer.light-text #search-outer input:-ms-input-placeholder, body[data-header-color=dark] #header-outer #search-outer input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

#search-outer #search #close {
    position: absolute;
    top: 25px;
    right: 40px
}

body[data-ext-responsive=false].material #search-outer #search #close {
    right: 0
}

body[data-ext-responsive=false].material #search-outer #search #close a {
    right: 15px
}

body.material #search-outer #search input[type=text] {
    padding-right: 70px
}

body.material #search-outer #search #close a {
    right: 64px;
    top: 16px
}

#search-outer #search #close a:before, .slide_out_area_close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1)
}

[data-header-color=dark] #search-outer #search #close a:before {
    background-color: rgba(255, 255, 255, .1)
}

body[data-is].material #search-outer #search #close a:hover:not(:focus):before, body[data-is].material .slide_out_area_close:hover:not(:focus):before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0)
}

blockquote:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: '';
    border-left: 4px solid rgba(0, 0, 0, .1)
}

blockquote.wp-block-quote.has-text-align-center.is-style-large {
    padding: 1em
}

.testimonial_slider blockquote:before {
    border: none
}

blockquote {
    position: relative;
    padding-left: 1.8em
}

#search-outer #search .span_12 span {
    display: block;
    color: rgba(0, 0, 0, .4);
    margin-top: 15px
}

@media only screen and (min-width: 691px) {
    #boxed #search-outer #search, .material #boxed #header-outer #search-outer #search {
        padding: 0 90px
    }
}

body.material #search-outer #search #close a span {
    color: #000
}

body #search-outer .ui-widget-content {
    top: 90px
}

body #search-results .result .bottom-line, body .masonry-blog-item .bottom-line, body .masonry-blog-item .more-link {
    display: none
}

body.material .masonry-blog-item .inner-wrap, body.material .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none
}

.masonry-blog-item .post-meta {
    padding: 0 18px 18px
}

.post .nectar-love-wrap {
    line-height: 20px
}

.masonry-blog-item .inner-wrap {
    padding: 0
}

.masonry-blog-item .content-inner .post-featured-img img, .masonry-blog-item .more-link, .post-area.masonry .post .quote-inner, .post-area.masonry .post .link-inner, .post-area.masonry .post .status-inner, .post-area.masonry .post .aside-inner {
    margin-bottom: 0 !important
}

@media only screen and (min-width: 1000px) {
    .post-area.masonry.span_9, .single-portfolio .post-area.span_9, .post-area.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9, body.search.material .span_9, body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        padding-right: 0;
        margin-right: 4%;
        width: 68.5%
    }

    .post-area.span_9.col_last, body.search.material.woocommerce .span_9 {
        margin-right: 0
    }

    .material.single-portfolio .post-area.span_9 {
        margin-right: 4% !important
    }

    .post-area.masonry.span_9 .masonry-blog-item {
        width: 47.2%
    }

    .post-area.masonry.span_9.material .masonry-blog-item {
        width: 47.2%
    }

    #sidebar.span_3 {
        width: 27.5%;
        backface-visibility: hidden
    }

    .woocommerce.archive #sidebar.span_3, .woocommerce.single #sidebar.span_3 {
        width: 21%
    }

    .woocommerce.archive #sidebar.span_3.col_last {
        width: 20%
    }

    .woocommerce.archive .post-area.span_9, .woocommerce.single .post-area.span_9 {
        width: 75.5%
    }

    .woocommerce.single .post-area.span_9:not(.col_last) {
        margin-right: 0;
        padding-right: 20px
    }

    .woocommerce.single #sidebar.span_3.col_last {
        margin-left: 2%
    }

    .masonry-blog-item {
        width: 31.1%
    }
}

body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic {
    padding-top: 35px
}

@media only screen and (min-width: 1000px) {
    body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic {
        padding-top: 2%
    }
}

.single-post[data-bg-header=true] .container-wrap:not(.no-sidebar) > .main-content {
    padding-top: 35px
}

.material .masonry-blog-item .content-inner {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0
}

.masonry-blog-item .article-content-wrap {
    padding: 16px 18px 18px
}

.main-content > .row > .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured > div, .main-content > .row > .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured.multiple_featured > div {
    border-radius: 5px;
    overflow: hidden
}

.post-area.masonry .post.quote .post-content .post-meta, .post-area.masonry .post.link .post-content .post-meta, .post-area.masonry .format-status .post-content .post-meta, .post-area.masonry .post.format-aside .post-meta {
    display: none !important
}

body.material .post .content-inner {
    border: none
}

#sidebar .widget {
    margin-bottom: 60px
}

#sidebar > div:last-child {
    margin-bottom: 0
}

#author-bio {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0
}

#author-bio img {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.blog_next_prev_buttons {
    margin-top: 80px
}

#author-bio h3 span, .comments-section .comment-wrap.full-width-section > h3 span, .container-wrap #author-bio #author-info p {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: none
}

.container-wrap #author-bio #author-info p {
    line-height: 1.8em;
    font-size: 16px
}

.container-wrap #author-bio #author-info h3 {
    margin-bottom: -3px;
    line-height: 1.6em
}

#author-bio[data-has-tags=true] {
    padding-top: 0
}

.container-wrap #author-bio #author-info a {
    color: inherit
}

.container-wrap #author-bio #author-info {
    width: 75% !important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 30px
}

.container-wrap #author-bio #author-info p {
    max-width: 70%;
    opacity: .7
}

#author-bio .nectar-button {
    margin-top: 20px
}

#author-bio .avatar {
    border-radius: 100%
}

#page-header-bg.fullscreen-header .author-section .meta-category {
    display: block
}

#page-header-bg.fullscreen-header .author-section .meta-category a, #page-header-bg.fullscreen-header .author-section, #page-header-bg.fullscreen-header .meta-author img {
    display: inline-block
}

#page-header-bg h1 {
    padding-top: 10px;
    padding-bottom: 10px
}

.single-post #page-header-bg.fullscreen-header h1 {
    margin: 0 auto
}

#page-header-bg.fullscreen-header .author-section {
    width: auto
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info, #page-header-bg.fullscreen-header .author-section .meta-author {
    text-align: center
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info {
    margin-top: 13px;
    margin-left: 0
}

#page-header-bg.fullscreen-header .author-section .meta-author {
    top: 0
}

#page-header-bg.fullscreen-header .author-section {
    margin-top: 25px
}

#page-header-bg.fullscreen-header .author-section .meta-author {
    display: block;
    float: none
}

.single .post-area .content-inner > .post-tags > h4 {
    display: none
}

.material .comment-list .reply {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
    bottom: auto
}

.material .comment-list .reply a {
    font-size: 13px;
    background-color: transparent;
    color: #888;
    border-radius: 0;
    padding: 0
}

.material .comment-list .reply a:before {
    content: "\f112";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(180deg);
    padding-left: 6px
}

.comment-list .comment-meta {
    font-size: 13px
}

body .comment-list .reply a:hover, body .comment-list .reply a:focus {
    background-color: transparent !important
}

#respond {
    margin-top: 80px
}

body[data-ext-responsive=true].single-post.material .comment-wrap .comment #respond {
    margin: 40px auto 0 auto !important
}

body.material .comment-list .comment > div, body.material .comment-list .pingback > div {
    background-color: transparent;
    box-shadow: none;
    padding-left: 85px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 4em
}

body.material .comment-list .comment > div img.avatar, body.material .comment-list .pingback > div img.avatar {
    left: 0;
    border-radius: 100%;
    top: 0
}

.comment-list .comment .comment img.avatar, .comment-list .pingback .pingback img.avatar {
    width: 40px;
    height: 40px
}

body.material .comment-list .comment .comment > div, body.material .comment-list .pingback .pingback > div {
    padding-left: 65px
}

.comment-list .comment > div p, .comment-list .pingback > div p {
    margin-top: 30px
}

.comment-list .children {
    border-left: none;
    background-position: left 30px;
    margin-left: 26px;
    padding-left: 60px
}

.comment-list .says {
    display: none
}

#reply-title {
    margin-bottom: 25px
}

.single-product.material #reply-title, .single-product.material #commentform .form-submit {
    text-align: left
}

.material .comment #reply-title {
    text-align: left
}

#respond #cancel-comment-reply-link {
    padding-left: 15px
}

body.material .comment-wrap {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 8%
}

body.material .comment-wrap[data-comments-open=false] {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0
}

body.material.single-portfolio .comment-wrap {
    margin-top: 30px
}

#author-bio.no-pagination {
    border-top: 1px solid #999
}

.comments-section[data-author-bio=false] .comment-wrap {
    border: none
}

.comment-list {
    padding-bottom: 80px
}

#author-bio.no-pagination.lighter-grey, .comment-wrap.lighter-grey {
    border-color: #ddd
}

.comment-wrap, #author-bio {
    padding-top: 30px
}

body.material .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    box-shadow: 0 45px 85px rgba(0, 0, 0, .08)
}

.single-post #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header {
    background-color: #f6f6f6
}

.single-post #single-below-header.fullscreen-header {
    border-top: 1px solid #ddd;
    border-bottom: none !important
}

.tagcloud a, #header-outer .widget_shopping_cart a.button, .post .more-link span, .blog-recent .more-link span, .flex-direction-nav a, #pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    border-radius: 0 !important
}

.material .col.boxed:not(.wpb_column) {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    -webkit-transition: transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    top: 0
}

.material .col.boxed:not(.wpb_column):hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, .13)
}

.material .pp_arrow_previous, .material .pp_arrow_next, .material .mfp-arrow-right, .material .mfp-arrow-left, .woocommerce .pswp__button--arrow--right, .woocommerce .pswp__button--arrow--left {
    overflow: visible;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, .4)
}

.material.woocommerce .pswp__button--arrow--right:before, .material.woocommerce .pswp__button--arrow--left:before {
    background-image: none;
    line-height: 40px;
    height: 40px;
    width: 36px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    top: -7px !important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    transition: transform .2s ease, box-shadow .2s ease
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 0 0 10px #000 inset;
    transition: box-shadow .2s ease
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    transform: scale(1.2);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, .2) !important
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    box-shadow: none !important;
    border: 0 !important
}

.pp_arrow_previous {
    left: 30px
}

.pp_arrow_next {
    right: 30px
}

.pp_arrow_next:hover, .pp_arrow_previous:hover, .mfp-arrow-right:hover, .mfp-arrow-left:hover, .woocommerce .pswp__button--arrow--right:hover, .woocommerce .pswp__button--arrow--left:hover {
    border: 2px solid rgba(255, 255, 255, 0)
}

.pp_arrow_previous .icon-default-style {
    border-radius: 0;
    width: 20px;
    height: 40px;
    line-height: 39px;
    font-size: 24px;
    font-family: FontAwesome;
    margin-top: 0;
    left: -1px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

body.material .mfp-arrow-left, body.material.woocommerce .pswp__button--arrow--left {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-family: FontAwesome;
    margin-top: 0;
    opacity: 1;
    left: 40px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.pp_arrow_next .icon-default-style {
    border-radius: 0;
    width: 20px;
    line-height: 39px;
    height: 40px;
    font-size: 24px;
    margin-top: 0;
    font-family: FontAwesome;
    left: 1px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

body.material .mfp-arrow-right, body.material.woocommerce .pswp__button--arrow--right {
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    margin-top: 0;
    font-family: FontAwesome;
    opacity: 1;
    right: 40px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.pp_arrow_previous .icon-default-style:after, .pp_arrow_next .icon-default-style:after, .mfp-arrow-left:after, .mfp-arrow-right:after, .woocommerce .pswp__button--arrow--right:after, .woocommerce .pswp__button--arrow--left:after {
    display: block;
    content: ' ';
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #fff;
    top: 19px;
    opacity: 0;
    left: -6px;
    cursor: pointer;
    transform: translateX(-37px);
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    pointer-events: none
}

.mfp-arrow-left:after, .mfp-arrow-right:after, .woocommerce .pswp__button--arrow--right:after, .woocommerce .pswp__button--arrow--left:after {
    top: 17px;
    transform: translateX(-27px);
    -webkit-transform: translateX(-27px)
}

.mfp-arrow-left:after, .woocommerce .pswp__button--arrow--left:after {
    left: 65px
}

.pp_arrow_previous .icon-default-style:after {
    left: 59px
}

.pp_arrow_previous .icon-default-style:before, .mfp-arrow-left:before, .woocommerce .pswp__button--arrow--left:before {
    content: "\f104";
    color: #fff
}

.mfp-arrow-left:before, .woocommerce .pswp__button--arrow--left:before {
    top: -3px;
    left: -1px;
    display: block;
    position: relative;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.pp_arrow_next .icon-default-style:before, .mfp-arrow-right:before, .woocommerce .pswp__button--arrow--right:before {
    content: "\f105";
    color: #fff
}

.mfp-arrow-right:before, .woocommerce .pswp__button--arrow--right:before {
    top: -3px;
    right: -1px;
    display: block;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    position: relative
}

.pp_arrow_next:hover .icon-default-style:after, .mfp-arrow-right:hover:after, .woocommerce .pswp__button--arrow--right:hover:after {
    opacity: 1;
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px)
}

.mfp-arrow-right:hover:before, .woocommerce .pswp__button--arrow--right:hover:before {
    transform: translateX(9px);
    -webkit-transform: translateX(9px)
}

.mfp-arrow-left:hover:before, .woocommerce .pswp__button--arrow--left:hover:before {
    transform: translateX(-9px);
    -webkit-transform: translateX(-9px)
}

.mfp-arrow-right:hover:after, .woocommerce .pswp__button--arrow--right:hover:after {
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px)
}

.pp_arrow_next:hover .icon-default-style {
    transform: translateX(7px);
    -webkit-transform: translateX(7px)
}

.pp_arrow_previous:hover .icon-default-style:after, .mfp-arrow-left:hover:after, .woocommerce .pswp__button--arrow--left:hover:after {
    opacity: 1;
    transform: translateX(-51px);
    -webkit-transform: translateX(-51px)
}

.mfp-arrow-left:hover:after, .woocommerce .pswp__button--arrow--left:hover:after {
    transform: translateX(-58px);
    -webkit-transform: translateX(-58px)
}

.pp_arrow_previous:hover .icon-default-style {
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px)
}

.nectar_team_member_overlay .inner-wrap {
    padding-top: 0 !important
}

#commentform .form-submit {
    margin-top: 25px
}

.container-wrap input[type=submit], .container-wrap button[type=submit], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 16px !important;
    border-radius: 0 !important
}

body[data-button-style=rounded] .container-wrap input[type=submit], body[data-button-style=rounded] .container-wrap button[type=submit] {
    padding: 16px 23px !important
}

body[data-button-style=rounded][data-form-submit=see-through] .container-wrap .widget_search input[type=submit], body[data-button-style=rounded][data-form-submit=see-through] .container-wrap .widget_search button[type=submit] {
    padding: 12px 23px !important
}

.woocommerce .actions .button {
    height: auto !important;
    padding: 14px !important
}

.cart .quantity input.plus, .cart .quantity input.minus {
    font-weight: 400;
    height: 46px;
    font-size: 16px;
    width: 46px
}

.cart .quantity input.qty {
    height: 46px;
    width: 46px
}

.widget_search .search-form input[type=submit], .newsletter-widget form input[type=submit] {
    line-height: 24px
}

.span_12.light input[type=text]::placeholder, .span_12.light textarea::placeholder, .span_12.light input[type=email]::placeholder, .span_12.light input[type=password]::placeholder, .span_12.light input[type=tel]::placeholder, .span_12.light input[type=url]::placeholder, .span_12.light input[type=search]::placeholder, .span_12.light input[type=date]::placeholder {
    color: #fff;
    opacity: .5
}

.span_12.light input[type=text], .span_12.light textarea, .span_12.light input[type=email], .span_12.light input[type=password], .span_12.light input[type=tel], .span_12.light input[type=url], .span_12.light input[type=search], .span_12.light input[type=date] {
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff
}

.span_12.light input[type=text]:focus, .span_12.light textarea:focus, .span_12.light input[type=email]:focus, .span_12.light input[type=password]:focus, .span_12.light input[type=tel]:focus, .span_12.light input[type=url]:focus, .span_12.light input[type=search]:focus, .span_12.light input[type=date]:focus {
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, .15)
}

.span_12.light .wpcf7-form .wpcf7-not-valid-tip {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    color: #fff
}

.container-wrap .span_12.light input[type=submit]:hover {
    background-color: #333;
    opacity: .8
}

body[data-button-style*=_shadow] .container-wrap .span_12.light input[type=submit]:hover {
    opacity: 1
}

.mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
    max-width: 1280px
}

#slide-out-widget-area.slide-out-from-right {
    min-width: 390px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 5;
    overflow: hidden;
    transform: none
}

#ajax-content-wrap #slide-out-widget-area.slide-out-from-right {
    z-index: -1
}

.slide_out_area_close:before, #search-outer #search #close a:before {
    transform: scale(0)
}

.material-ocm-open.slide_out_area_close:before, #search-outer.material-open #search #close a:before {
    transform: scale(1)
}

.slide_out_area_close .close-wrap, #search-outer .close-wrap, .slide-out-widget-area-toggle a .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, opacity .3s ease, -webkit-transform .2s ease 1s;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
    transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease, -webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden
}

#top .slide-out-widget-area-toggle a .close-wrap {
    width: 22px;
    height: 22px;
    opacity: 0
}

@media only screen and (max-width: 999px) {
    #top .slide-out-widget-area-toggle a .close-wrap {
        height: 20px
    }
}

#top .slide-out-widget-area-toggle .open .close-wrap, #top .slide-out-widget-area-toggle .animating .close-wrap {
    opacity: 1
}

.material-ocm-open.slide_out_area_close .close-line1, #search-outer.material-open .close-line1, .slide-out-widget-area-toggle .open .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s
}

.material-ocm-open.slide_out_area_close .close-line2, #search-outer.material-open .close-line2, .slide-out-widget-area-toggle .open .close-line2 {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.slide_out_area_close .close-line1, #search-outer:not(.material-open) .close-line1, .slide-out-widget-area-toggle a:not(.open) .close-line1 {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg);
    -webkit-animation-name: crossLeftClose;
    animation-name: crossLeftClose;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.slide-out-widget-area-toggle a:not(.open) .close-line1 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

#header-outer.transparent .slide-out-widget-area-toggle a .close-wrap:not(.loaded) {
    opacity: 0 !important
}

.slide_out_area_close .close-line2, #search-outer:not(.material-open) .close-line2, .slide-out-widget-area-toggle a:not(.open) .close-line2 {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg);
    -webkit-animation-name: crossRightClose;
    animation-name: crossRightClose;
    -webkit-animation-delay: .06s;
    animation-delay: .06s;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.slide-out-widget-area-toggle a:not(.open) .close-line2 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.slide_out_area_close .close-line, #search-outer .close-line, .slide-out-widget-area-toggle a .close-line {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    animation-timing-function: cubic-bezier(.52, .01, .16, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.material-ocm-open.slide_out_area_close .close-wrap .close-line1, #search-outer.material-open .close-wrap .close-line1, .slide-out-widget-area-toggle .open .close-line1 {
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg)
}

.material-ocm-open.slide_out_area_close .close-wrap .close-line2, #search-outer.material-open .close-wrap .close-line2, .slide-out-widget-area-toggle .open .close-line2 {
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg)
}

.slide_out_area_close .close-wrap .close-line, #search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line {
    height: 100%;
    width: 2px;
    background: #fff;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity .2s ease, background-color .2s ease
}

#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
    background-color: #666
}

#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap, #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap {
    display: none
}

body[data-slide-out-widget-area-style*=fullscreen][data-header-color=light] #header-outer.side-widget-open:not(.transparent):not(.light-text) header .slide-out-widget-area-toggle .close-line {
    background-color: #888
}

#slide-out-widget-area-bg.fullscreen-alt {
    padding: 0 !important
}

#search-outer .close-wrap .close-line, .slide-out-widget-area-toggle a .close-line {
    background-color: #000
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background-color: #999 !important
}

@keyframes headerButtonsBottomBarItem {
    0% {
        transform: translateX(15px);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@-webkit-keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@-webkit-keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@-webkit-keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

@keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
    position: relative;
    top: auto
}

#slide-out-widget-area.slide-out-from-right .inner-wrap, #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container {
    width: 100%
}

#slide-out-widget-area.slide-out-from-right .inner-wrap {
    opacity: 0
}

body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap {
    opacity: 1
}

#slide-out-widget-area.slide-out-from-right #slide-out-widget-area .inner > div, #slide-out-widget-area.slide-out-from-right .inner {
    width: auto
}

#slide-out-widget-area[class*=slide-out-from-right] .inner {
    height: auto
}

#slide-out-widget-area[class*=slide-out-from-right] .menuwrapper, #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container, #slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu > div, #slide-out-widget-area[class*=slide-out-from-right] .bottom-meta-wrap {
    display: inline-block
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
    min-width: 190px
}

@media only screen and (min-width: 1000px) {
    #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container.mobile-only {
        display: none
    }
}

#slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu li a {
    padding-left: 0;
    padding-right: 0
}

#slide-out-widget-area[class*=slide-out-from-right] .inner-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner > .off-canvas-menu-container {
    margin: auto 0;
    position: relative
}

#slide-out-widget-area[class*=slide-out-from-right], #slide-out-widget-area.slide-out-from-right-hover .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#slide-out-widget-area.slide-out-from-right-hover .inner {
    flex-wrap: wrap
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide-out-widget-area-toggle {
    z-index: 100
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a i:after {
    z-index: 10000
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li {
    padding: 0
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a {
    height: 24px;
    display: block;
    width: auto;
    line-height: 38px;
    opacity: 1;
    padding: 0 14px;
    box-sizing: content-box;
    text-align: center
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i:before {
    z-index: 10;
    display: block;
    position: relative
}

body[data-slide-out-widget-area-style=slide-out-from-right].material #slide-out-widget-area .off-canvas-social-links li i {
    height: 26px;
    width: auto
}

body.material[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i {
    font-size: 20px
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i {
    line-height: 28px;
    display: block;
    position: relative;
    top: auto;
    backface-visibility: hidden;
    transition: color .2s ease;
    vertical-align: middle
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 8;
    display: block
}

@media only screen and (min-width: 1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
        opacity: 0;
        transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        position: fixed;
        right: -100px;
        top: 50%;
        transform: translateY(-50%) translateX(100%);
        z-index: 10000
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        opacity: 1;
        right: 0;
        transform: translateY(-50%) translateX(-36.55vw)
    }
}

body[data-slide-out-widget-area-style=slide-out-from-right][data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
    top: 50px
}

body[data-slide-out-widget-area-style=slide-out-from-right] #header-outer.side-widget-open {
    box-shadow: none
}

body[data-slide-out-widget-area-style=slide-out-from-right] .nectar-social.fixed {
    transition: transform .45s cubic-bezier(.15, .2, .1, 1)
}

.ocm-effect-wrap.material-ocm-open .nectar-social.fixed {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ocm-effect-wrap.material-ocm-open .swiper-container .slider-prev, .ocm-effect-wrap.material-ocm-open .swiper-container .slider-next {
    transition: background-color .2s linear, opacity .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: background-color .2s linear, opacity .45s cubic-bezier(.15, .2, .1, 1)
}

.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-prev, .ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-next {
    opacity: 0 !important
}

#fp-nav li {
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease
}

#fp-nav.material-ocm-open li {
    -webkit-transform: scale(0);
    transform: scale(0)
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a {
    opacity: 1
}

#slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) {
    background-color: transparent !important
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 400
}

#slide-out-widget-area-bg.slide-out-from-right {
    opacity: 1;
    height: 100%;
    width: 100%;
    z-index: 1
}

#ajax-content-wrap > #slide-out-widget-area-bg.slide-out-from-right {
    visibility: hidden
}

body[data-boxed-style="1"] #slide-out-widget-area-bg.slide-out-from-right, body[data-boxed-style="1"] #slide-out-widget-area.slide-out-from-right {
    opacity: 0;
    pointer-events: none;
    transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1)
}

body[data-boxed-style="1"] #slide-out-widget-area-bg.slide-out-from-right.material-open, body[data-boxed-style="1"] #slide-out-widget-area.slide-out-from-right.material-open {
    opacity: 1;
    pointer-events: auto
}

body[data-boxed-style="1"].material .ocm-effect-wrap {
    background-color: transparent
}

body[data-boxed-style="1"].material-ocm-open .ocm-effect-wrap-inner {
    padding-top: 0 !important
}

body[data-boxed-style="1"].material-ocm-open div[id=wpadminbar] {
    opacity: 0
}

body[data-boxed-style="1"].material-ocm-open #header-outer {
    top: 0 !important
}

body[data-boxed-style="1"].material-ocm-open {
    background-attachment: fixed
}

@media only screen and (min-width: 1000px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
        position: fixed;
        z-index: 10000
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
        background-color: #f91b39;
        box-shadow: 0 16px 44px rgba(0, 0, 0, .3)
    }
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area.slide-out-from-right {
    -webkit-transform: none;
    transform: none
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap {
    -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    overflow: hidden;
    position: relative;
    z-index: 10
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow {
    -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: 1;
    box-shadow: 0 80px 145px rgba(0, 0, 0, .33)
}

@media not all and (min-resolution: .001dpcm) {
    @media {
        body[data-slide-out-widget-area-style=slide-out-from-right].admin-bar:not(.material-ocm-open) .ocm-effect-wrap {
            position: static
        }
    }
}

@media only screen and (max-width: 600px) {
    body[data-slide-out-widget-area-style=slide-out-from-right].admin-bar:not(.material-ocm-open) .ocm-effect-wrap {
        position: static
    }
}

body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner, body[data-slide-out-widget-area-style=slide-out-from-right]:not(.nectar-no-flex-height) .ocm-effect-wrap {
    height: auto !important
}

.nectar-no-flex-height .ocm-effect-wrap-inner, body[data-slide-out-widget-area-style=slide-out-from-right].nectar-no-flex-height .ocm-effect-wrap {
    height: 100%
}

body.admin-bar.material-ocm-open {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:before, .slide-out-widget-area-toggle .lines-button.x2 .lines:after {
    transition: top .4s .45s ease, width .3s ease, -webkit-transform .3s ease, background-color .2s ease, opacity .2s ease;
    transition: top .4s .45s ease, width .3s ease, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.lines:after, body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after {
    top: -7px
}

.lines:before, body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
    width: 1rem;
    top: 7px
}

body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    width: 1rem !important
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    -ms-transform: translateY(-7px) rotateZ(-45deg);
    transform: translateY(-7px) rotateZ(-45deg);
    width: 1.5rem
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
    width: 1.5rem
}

.material .lines-button.close {
    transform: none
}

body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    content: "\e906"
}

.admin-bar[class*=bp-] .ocm-effect-wrap-inner, .admin-bar[class*=bp-] .ocm-effect-wrap {
    border-radius: initial
}

.material-ocm-open .container-wrap {
    pointer-events: none
}

.ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
    -webkit-transform: scale(1.007) !important;
    transform: scale(1.007) !important;
    -webkit-transform-origin: center;
    transform-origin: center
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale(.835) translateX(-466px) translateZ(0) !important;
    transform: scale(.835) translateX(-466px) translateZ(0) !important;
    height: 100%
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open {
    -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    transition: transform .8s cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale(.825) translateX(-476px) translateZ(0) !important;
    transform: scale(.825) translateX(-476px) translateZ(0) !important;
    height: 100%
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        -webkit-transform: translateY(-50%) translateX(-389px) !important;
        transform: translateY(-50%) translateX(-389px) !important
    }
}

@media only screen and (max-width: 450px) {
    #slide-out-widget-area.slide-out-from-right {
        min-width: 78vw;
        width: 78vw;
        padding-left: 50px;
        padding-right: 50px;
        -ms-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        transition: transform .8s cubic-bezier(.2, 1, .3, 1)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow {
        -webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
        transition: transform .8s cubic-bezier(.2, 1, .3, 1)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
        -webkit-transform: scale(.84) translateX(-93vw) translateZ(0) !important;
        transform: scale(.84) translateX(-93vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open {
        -webkit-transform: scale(.83) translateX(-94vw) translateZ(0) !important;
        transform: scale(.83) translateX(-94vw) translateZ(0) !important
    }
}

@media only screen and (min-width: 1100px) {
    #slide-out-widget-area.slide-out-from-right {
        min-width: 33.3vw;
        padding-left: 4%;
        padding-right: 4%
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.8) translateX(-32vw) translateZ(0) !important;
        transform: scale(.8) translateX(-32vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.79) translateX(-33.6vw) translateZ(0) !important;
        transform: scale(.79) translateX(-33.6vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close {
        -ms-transform: translateY(-50%) translateX(-35.55vw);
        -webkit-transform: translateY(-50%) translateX(-35.55vw);
        transform: translateY(-50%) translateX(-35.55vw)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open {
        -ms-transform-origin: center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(.85) translateX(-29.6vw) translateZ(0) !important;
        transform: scale(.85) translateX(-29.6vw) translateZ(0) !important
    }

    body[data-slide-out-widget-area-style=slide-out-from-right][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
    body.material .nectar-button.extra_jumbo.has-icon {
        font-size: 30px;
        line-height: 60px;
        padding: 30px 100px 30px 60px
    }

    body.material .nectar-button.has-icon.extra_jumbo i {
        height: 74px;
        width: 74px;
        line-height: 74px
    }
}

.material-ocm-open #ajax-content-wrap {
    cursor: pointer
}

#slide-out-widget-area.slide-out-from-right .inner > div, #slide-out-widget-area.slide-out-from-right .bottom-meta-wrap {
    -webkit-transform: translateX(110px);
    -webkit-transition: all .8s cubic-bezier(.2, 1, .3, 1);
    transform: translateX(110px);
    transition: all .8s cubic-bezier(.2, 1, .3, 1)
}

#slide-out-widget-area.slide-out-from-right.material-open .inner > div, #slide-out-widget-area.slide-out-from-right.material-open .bottom-meta-wrap {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 12px
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
    position: relative
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
    opacity: 1;
    transition: color .37s cubic-bezier(.52, .01, .16, 1)
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform .37s cubic-bezier(.52, .01, .16, 1);
    transition: transform .37s cubic-bezier(.52, .01, .16, 1);
    border-color: #fff
}

body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    color: #fff
}

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], .material.woocommerce-page[data-form-style=default] input#coupon_code {
    background-color: rgba(0, 0, 0, .04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0)
}

input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .11)
}

.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
}

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

.container:after,
.container-fluid:after,
.row:after,
.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
}

/*nectar addition*/
@media (max-width: 690px) {
    .vc_hidden-xs {
        display: none !important
    }

    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width: 691px) and (max-width: 999px) {
    .vc_hidden-sm {
        display: none !important
    }

    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .vc_hidden-md {
        display: none !important
    }

    .vc_el-clearfix-md {
        clear: both
    }
}

@media (min-width: 1300px) {
    .vc_hidden-lg {
        display: none !important;
    }
}

/*nectar addition end */
.vc_row-fluid::before, .vc_row-fluid::after {
    content: "";
    display: table;
}

.vc_row-fluid::after {
    clear: both;
}

.vc_pull-right {
    float: right !important;
}

.vc_pull-left {
    float: left !important;
}

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

.vc_clearfix:after {
    clear: both;
}

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

.vc_clearfix:after {
    clear: both;
}

.vc_el-clearfix {
    clear: both;
}

.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.1%;
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    float: left
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
        width: calc(80%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
        width: calc(60%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
        width: calc(40%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
        width: calc(20%)
    }
}

@media (max-width: 690px) {
    body .vc_row-fluid .vc_col-xs-5\/5 {
        width: 100%
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
        width: calc(80%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
        width: calc(60%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
        width: calc(40%)
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
        width: calc(20%)
    }

    .vc_col-xs-pull-5\/5 {
        right: 100%
    }

    .vc_col-xs-pull-4\/5 {
        right: 80%
    }

    .vc_col-xs-pull-3\/5 {
        right: 60%
    }

    .vc_col-xs-pull-2\/5 {
        right: 40%
    }

    .vc_col-xs-pull-1\/5 {
        right: 20%
    }

    .vc_col-xs-pull-0\/5 {
        right: auto
    }

    .vc_col-xs-push-5\/5 {
        left: 100%
    }

    .vc_col-xs-push-4\/5 {
        left: 80%
    }

    .vc_col-xs-push-3\/5 {
        left: 60%
    }

    .vc_col-xs-push-2\/5 {
        left: 40%
    }

    .vc_col-xs-push-1\/5 {
        left: 20%
    }

    .vc_col-xs-push-0\/5 {
        left: auto
    }

    .vc_col-xs-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-xs-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-xs-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-xs-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-xs-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-xs-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5 {
        float: left
    }

    body .vc_row-fluid .vc_col-md-5\/5 {
        width: 100%
    }

    body .vc_row-fluid .vc_col-md-4\/5 {
        width: calc(80% - 1.7%)
    }

    body .vc_row-fluid .vc_col-md-3\/5 {
        width: calc(60% - 1.7%)
    }

    body .vc_row-fluid .vc_col-md-2\/5 {
        width: calc(40% - 1.7%)
    }

    body .vc_row-fluid .vc_col-md-1\/5 {
        width: calc(20% - 1.7%)
    }

    .vc_col-md-pull-5\/5 {
        right: 100%
    }

    .vc_col-md-pull-4\/5 {
        right: 80%
    }

    .vc_col-md-pull-3\/5 {
        right: 60%
    }

    .vc_col-md-pull-2\/5 {
        right: 40%
    }

    .vc_col-md-pull-1\/5 {
        right: 20%
    }

    .vc_col-md-pull-0\/5 {
        right: auto
    }

    .vc_col-md-push-5\/5 {
        left: 100%
    }

    .vc_col-md-push-4\/5 {
        left: 80%
    }

    .vc_col-md-push-3\/5 {
        left: 60%
    }

    .vc_col-md-push-2\/5 {
        left: 40%
    }

    .vc_col-md-push-1\/5 {
        left: 20%
    }

    .vc_col-md-push-0\/5 {
        left: auto
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1300px) {
    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5 {
        float: left
    }

    body .vc_row-fluid .vc_col-lg-5\/5 {
        width: 100%
    }

    body .vc_row-fluid .vc_col-lg-4\/5 {
        width: calc(80% - 1.7%)
    }

    body .vc_row-fluid .vc_col-lg-3\/5 {
        width: calc(60% - 1.7%)
    }

    body .vc_row-fluid .vc_col-lg-2\/5 {
        width: calc(40% - 1.7%)
    }

    body .vc_row-fluid .vc_col-lg-1\/5 {
        width: calc(20% - 1.7%)
    }

    .vc_col-lg-pull-5\/5 {
        right: 100%
    }

    .vc_col-lg-pull-4\/5 {
        right: 80%
    }

    .vc_col-lg-pull-3\/5 {
        right: 60%
    }

    .vc_col-lg-pull-2\/5 {
        right: 40%
    }

    .vc_col-lg-pull-1\/5 {
        right: 20%
    }

    .vc_col-lg-pull-0\/5 {
        right: auto
    }

    .vc_col-lg-push-5\/5 {
        left: 100%
    }

    .vc_col-lg-push-4\/5 {
        left: 80%
    }

    .vc_col-lg-push-3\/5 {
        left: 60%
    }

    .vc_col-lg-push-2\/5 {
        left: 40%
    }

    .vc_col-lg-push-1\/5 {
        left: 20%
    }

    .vc_col-lg-push-0\/5 {
        left: auto
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .vc_el-clearfix-xs {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .vc_el-clearfix-sm {
        clear: both;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .vc_el-clearfix-md {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .vc_el-clearfix-lg {
        clear: both;
    }
}

.vc_visible {
    display: block;
}

.vc_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.vc_table > tbody > tr > td,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > td,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.vc_table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.vc_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-composer-icon {
    font-family: vcpb-plugin-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-minimize:before {
    content: "\e91c"
}

.vc-c-icon-close:before {
    content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
    content: "\e90e"
}

.vc-c-icon-add_template:before {
    content: "\e903"
}

.vc-c-icon-arrow_back:before {
    content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
    content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
    content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
    content: "\e5c8"
}

.vc-c-icon-check:before {
    content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
    content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
    content: "\e5db"
}

.vc-c-icon-sync:before {
    content: "\e627"
}

.vc-c-icon-search:before {
    content: "\e8b6"
}

.vc-c-icon-1-1:before {
    content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
    content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
    content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
    content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
    content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
    content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
    content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
    content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
    content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
    content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
    content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
    content: "\e90c"
}

.vc-c-icon-add_element:before {
    content: "\e90d"
}

.vc-c-icon-add:before {
    content: "\e90f"
}

.vc-c-icon-cog:before {
    content: "\e910"
}

.vc-c-icon-content_copy:before {
    content: "\e911"
}

.vc-c-icon-delete_empty:before {
    content: "\e912"
}

.vc-c-icon-dragndrop:before {
    content: "\e913"
}

.vc-c-icon-fullscreen_exit:before {
    content: "\e914"
}

.vc-c-icon-fullscreen:before {
    content: "\e915"
}

.vc-c-icon-arrow_drop_right:before {
    content: "\e916"
}

.vc-c-icon-layout_default:before {
    content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
    content: "\e918"
}

.vc-c-icon-layout_landscape-tablets:before {
    content: "\e919"
}

.vc-c-icon-layout_portrait-smartphones:before {
    content: "\e91a"
}

.vc-c-icon-layout_portrait-tablets:before {
    content: "\e91b"
}

.vc-c-icon-mode_edit:before {
    content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
    content: "\e91e"
}

.vc-c-icon-text-block:before {
    content: "\e91f"
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%
}

.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%
}

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
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px
}

#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 > .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%)
}

.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[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 0
}

.vc_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
}

.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, .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, .1)
}

.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
    background-color: #eaeaea
}

.wpb_button:hover {
    color: #333;
    background-color: #e6e6e6;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .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, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
    margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
    margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}

button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.wpb_button_a {
    border: none
}

.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_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

.vc_custom_heading a:hover {
    opacity: .85
}

#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
}

.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_accordion_header a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    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_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(//camosse.com/wp-content/plugins/js_composer_salient/assets/css/../images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(//camosse.com/wp-content/plugins/js_composer_salient/assets/css/../images/toggle_close.png)
}

.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_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
}

.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
}

.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: .3;
    filter: alpha(opacity=30);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.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 .8em
}

.vc_separator.vc_separator_align_left h4 {
    padding: 0 .8em 0 0
}

.vc_separator.vc_separator_align_right h4 {
    padding: 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: .8em;
    margin-right: .8em
}

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style,
.vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
    margin-left: .8em
}

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style + h4 {
    padding-left: .8em
}

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
    border-top-width: 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 1px;
    top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
    top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 2px;
    top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
    top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
    border-top-width: 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 3px;
    top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
    top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
    border-top-width: 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 4px;
    top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
    top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
    border-top-width: 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 5px;
    top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
    top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
    border-top-width: 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 6px;
    top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
    top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
    border-top-width: 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 7px;
    top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
    top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
    border-top-width: 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 8px;
    top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
    top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
    border-top-width: 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 9px;
    top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
    top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 10px;
    top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
    top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 10px
}

.vc_separator.vc_sep_color_blue .vc_sep_line {
    border-color: #5472D2
}

.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
    color: #5472D2
}

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
    border-color: #00C1CF
}

.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
    color: #00C1CF
}

.vc_separator.vc_sep_color_pink .vc_sep_line {
    border-color: #FE6C61
}

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
    color: #FE6C61
}

.vc_separator.vc_sep_color_violet .vc_sep_line {
    border-color: #8D6DC4
}

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
    color: #8D6DC4
}

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
    border-color: #4CADC9
}

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
    color: #4CADC9
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
    border-color: #CEC2AB
}

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
    color: #CEC2AB
}

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
    border-color: #50485B
}

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
    color: #50485B
}

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
    border-color: #75D69C
}

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
    color: #75D69C
}

.vc_separator.vc_sep_color_black .vc_sep_line {
    border-color: #2A2A2A
}

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
    color: #2A2A2A
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #EBEBEB
}

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
    color: #EBEBEB
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
    border-color: #F7BE68
}

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
    color: #F7BE68
}

.vc_separator.vc_sep_color_sky .vc_sep_line {
    border-color: #5AA1E3
}

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
    color: #5AA1E3
}

.vc_separator.vc_sep_color_green .vc_sep_line {
    border-color: #6DAB3C
}

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
    color: #6DAB3C
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
    border-color: #F4524D
}

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
    color: #F4524D
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
    border-color: #F79468
}

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
    color: #F79468
}

.vc_separator.vc_sep_color_purple .vc_sep_line {
    border-color: #B97EBB
}

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
    color: #B97EBB
}

.vc_separator.vc_sep_color_white .vc_sep_line {
    border-color: #FFF
}

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
    color: #FFF
}

.vc_text_separator,
.wpb_separator {
    border-bottom: 1px solid #EBEBEB;
    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
}

.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 .3em;
    min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
    border-radius: .3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: .5em;
    vertical-align: middle;
    width: 1.3em
}

@media (min-width: 768px) {
    .vc_chart .vc_chart-legend {
        display: inline-block;
        vertical-align: middle;
        width: 40%
    }

    .vc_chart .vc_chart-legend li {
        margin-left: 1em
    }

    .vc_chart .vc_chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
}

.vc_line-chart .vc_chart-with-legend {
    width: 75%
}

.vc_line-chart .vc_chart-legend {
    width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
    border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
    border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
    border-radius: 4px
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}

[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 .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.wpb_start_animation {
    opacity: 1;
    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(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .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(//camosse.com/wp-content/plugins/js_composer_salient/assets/css/../images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(//camosse.com/wp-content/plugins/js_composer_salient/assets/css/../vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(//camosse.com/wp-content/plugins/js_composer_salient/assets/css/../vc/remove.png)
}

.vc_row.vc_row-flex > .span_12 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 999px) {
    .vc_row.vc_row-flex > .span_12,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.vc_row.vc_row-flex > .span_12,
.vc_row.vc_row-flex > .span_12 > .vc_column_container,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
.vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vc_row.vc_row-flex > .span_12 > .vc_vc_column,
.vc_row.vc_row-flex > .span_12 > .vc_vc_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vc_row.vc_row-flex > .span_12 > .vc_column_container > .wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.vc_row.vc_row-flex > .span_12 > .vc_column_container > .wpb_wrapper {
    -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;
}

@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 > .span_12 > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-flex > .span_12 > .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 > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .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 > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
.vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap,
.vc_row.vc_row-o-equal-height .full-page-inner > .container > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap,
.vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.vc_row-o-content-top > .span_12 > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .span_12 > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .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: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 > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .span_12 > .col .vc_row.vc_row-o-content-middle > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .container > .span_12 > .col .vc_row.vc_row-o-content-middle > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.vc_row.vc_row-o-content-bottom > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .span_12 > .col .vc_row.vc_row-o-content-bottom > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
.full-page-inner > .container > .span_12 > .col .vc_row.vc_row-o-content-bottom > .span_12 > .vc_column_container > .column-inner-wrap > .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-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;
}

@media screen and (max-width: 999px) {
    .vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
    .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
    .vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
    body:not([data-flex-cols="true"]) .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
    body:not([data-flex-cols="true"]) .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
    .vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
    .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner {
        display: block;
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths,
    .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths > .vc_column-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height > .span_12 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.vc_row.vc_row-o-columns-top.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.vc_row.vc_row-o-columns-middle.vc_row-o-full-height > .span_12 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .span_12::after, .vc_row.vc_row-o-columns-middle > .span_12::after, .vc_row.vc_row-o-columns-top > .span_12::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height > .span_12 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

body a, label span, body [class^=icon-].icon-default-style, .blog-recent[data-style*=classic_enhanced] .post-meta .icon-salient-heart-2.loved, .blog-recent[data-style*=classic_enhanced] .post-meta a:hover i, .masonry.classic_enhanced .post .post-meta .icon-salient-heart-2.loved, .masonry.classic_enhanced .post .post-meta a:hover i, .post .post-header h2 a, .post .post-header a:hover, #single-below-header a:hover, .post .post-header a:focus, #single-below-header a:focus, .comment-list .pingback .comment-body > a:hover, .pricing-column h3, [data-style=list_featured_first_row] .meta-category a, body.material .tabbed[data-color-scheme=accent-color][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover, body.material .tabbed[data-color-scheme=accent-color][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab, .tabbed[data-style*=material][data-color-scheme=accent-color] .wpb_tabs_nav li a:not(.active-tab):hover, [data-style=list_featured_first_row] .meta-category a, .icon-3x[class^=icon-], .icon-3x[class*=" icon-"], .icon-tiny[class^=icon-], .nectar-fancy-box[data-style=color_box_hover][data-color=accent-color] .icon-default-style, .col:hover > [class^=icon-].icon-3x.accent-color.alt-style.hovered, .col:hover > [class*=" icon-"].icon-3x.accent-color.alt-style.hovered, div[data-style=minimal] .toggle:hover h3 a, div[data-style=minimal] .toggle.open h3 a, #footer-outer #copyright li a i:hover, .ascend .comment-list .reply a, body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, #top nav .sf-menu .current_page_item > a .sf-sub-indicator i, #top nav .sf-menu .current_page_ancestor > a .sf-sub-indicator i, .sf-menu > .current_page_ancestor > a > .sf-sub-indicator i, .material .widget .tagcloud a, #single-below-header a:hover [class^=icon-], #header-outer[data-format=left-header] #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer #mobile-menu ul li[class*=current] > a, #header-outer #mobile-menu ul li a:hover, #header-outer #mobile-menu ul li a:focus, #header-outer #mobile-menu ul li a:hover .sf-sub-indicator i, #header-outer #mobile-menu ul li a:focus .sf-sub-indicator i, .wpcf7-form .wpcf7-not-valid-tip {
    color: #d82e39
}

#header-outer[data-lhe=default] #top nav > ul > li > a:hover, #header-outer[data-lhe=default] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, #header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-item > a, #header-outer[data-lhe=default] #top nav .sf-menu > .current_page_ancestor > a, #header-outer[data-lhe=default] #top nav .sf-menu > .current-menu-ancestor > a, #header-outer[data-lhe=default] #top nav .sf-menu > .current_page_item > a, #header-outer[data-lhe=default] #top nav > ul > .button_bordered > a:hover, #header-outer[data-lhe=default] #top nav > .sf-menu > .button_bordered.sfHover > a, #header-outer #top nav > ul > .button_bordered > a:hover, #header-outer:not(.transparent) #social-in-menu a i:after, .sf-menu > li > a:hover > .sf-sub-indicator i, .sf-menu > li > a:active > .sf-sub-indicator i, .sf-menu > .sfHover > a > .sf-sub-indicator i, .sf-menu .megamenu > ul > li:hover > a, #top nav > ul > .megamenu > ul > li > a:hover, #top nav > ul > .megamenu > ul > .sfHover > a, #top nav > ul > .megamenu > ul > li > a:focus, #top nav ul #nectar-user-account a:hover span, #top nav ul #search-btn a:hover span, #top nav ul .slide-out-widget-area-toggle a:hover span, #header-outer[data-format=left-header] .sf-menu .sub-menu .current-menu-item > a, body.material:not([data-header-color=custom]) #header-outer:not([data-format=left-header]) #top ul.cart_list a:hover, body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, #header-outer .widget_shopping_cart .cart_list a, #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-item.has-ul > a, #header-outer:not([data-format=left-header]) #top nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a, body #header-secondary-outer #social a:hover i, body #header-secondary-outer #social a:focus i, #footer-outer a:focus, #footer-outer a:hover, .recent-posts .post-header a:hover, .result a:hover, .post-area.standard-minimal .post .post-meta .date a, .post-area.standard-minimal .post .post-header h2 a:hover, .post-area.standard-minimal .post .more-link:hover span, .post-area.standard-minimal .post .more-link span:after, .post-area.standard-minimal .post .minimal-post-meta a:hover, .single .post .post-meta a:hover, .single .post .post-meta a:focus, .single #single-meta div a:hover i, .single #single-meta div:hover > a, .single #single-meta div:focus > a, .comment-list .comment-meta a:hover, .comment-list .comment-meta a:focus, .result .title a, .circle-border, .home .blog-recent:not([data-style=list_featured_first_row]) .col .post-header a:hover, .home .blog-recent .col .post-header h3 a, .pricing-table[data-style=flat-alternative] .pricing-column.accent-color h4, .pricing-table[data-style=flat-alternative] .pricing-column.accent-color .interval, .comment-author a:hover, .comment-author a:focus, .project-attrs li i, .woocommerce .star-rating, .woocommerce form .form-row .required, .woocommerce-page form .form-row .required, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce-checkout-review-order-table .product-info .amount, .woocommerce-pagination a.page-numbers:hover, .woocommerce p.stars a:hover, .woocommerce .material.product .product-wrap .product-add-to-cart a:hover, .woocommerce .material.product .product-wrap .product-add-to-cart a:hover > span, .woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li:hover a:before, .woocommerce.ascend .price_slider_amount button.button[type=submit], .ascend.woocommerce #sidebar div ul li a:hover, .ascend.woocommerce #sidebar div ul .current-cat > a, .woocommerce .widget_layered_nav ul li.chosen a:after, .woocommerce-page .widget_layered_nav ul li.chosen a:after, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control:hover, .woocommerce #review_form #respond p.comment-notes span.required, .nectar-milestone .number.accent-color, body #portfolio-nav a:hover i, span.accent-color, .portfolio-items .nectar-love:hover i, .portfolio-items .nectar-love.loved i, body .hovered .nectar-love i, body:not(.material) #search-outer #search #close a span:hover, .carousel-wrap[data-full-width=true] .carousel-heading a:hover i, #search-outer .ui-widget-content li:hover *, #search-outer .ui-widget-content .ui-state-focus *, .portfolio-filters-inline .container ul li .active, .svg-icon-holder[data-color=accent-color], .team-member .accent-color:hover, .text_on_hover.product .add_to_cart_button, .blog-recent[data-style=minimal] .col > span, .blog-recent[data-style=title_only] .col:hover .post-header .title, .nectar-icon-list[data-icon-style=border][data-icon-color=accent-color] .list-icon-holder[data-icon_type="numerical"] span, .nectar-icon-list[data-icon-color=accent-color][data-icon-style=border] .content h4, .nectar-icon-list[data-icon-color=accent-color] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"], body #pagination .page-numbers.prev:hover, body #pagination .page-numbers.next:hover, body #pagination a.page-numbers:hover, body #pagination a.page-numbers:focus, .nectar-slide-in-cart .widget_shopping_cart .cart_list a, .sf-menu ul .open-submenu > a, body[data-form-submit=see-through] input[type=submit], body[data-form-submit=see-through] button[type=submit], .nectar_icon_wrap[data-color=accent-color] i, .nectar_team_member_close .inner:before, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:hover, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus, .masonry.material .masonry-blog-item .meta-category a, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=accent-color-underline].full-width-section a:hover, .material .comment-list .reply a:hover, .material .comment-list .reply a:focus, .related-posts[data-style=material] .meta-category a, .material .widget li:not(.has-img) a:hover .post-title, .material #sidebar .widget li:not(.has-img) a:hover .post-title, .material .container-wrap #author-bio #author-info a:hover, .material #sidebar .widget ul[data-style=featured-image-left] li a:hover .post-title, .material #sidebar .widget .tagcloud a, .single.material .post-area .content-inner > .post-tags a, .post-area.featured_img_left .meta-category a, body.material .nectar-button.see-through.accent-color[data-color-override=false], div[data-style=minimal_small] .toggle.accent-color > h3 a:hover, div[data-style=minimal_small] .toggle.accent-color.open > h3 a, .testimonial_slider[data-rating-color=accent-color] .star-rating .filled:before, .nectar_single_testimonial[data-color=accent-color] p .open-quote, .nectar-quick-view-box .star-rating, .minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"], .minimal.product .product-wrap i, .minimal.product .product-wrap .normal.icon-salient-m-eye, .products li.product.minimal .product-add-to-cart .loading:after, .widget_search .search-form button[type=submit] .icon-salient-search, body.search-no-results .search-form button[type=submit] .icon-salient-search, #sidebar .widget_shopping_cart .cart_list li a.remove:hover, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.accent-color.alt-style.hovered, body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.accent-color.alt-style.hovered, .ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart {
    color: #d82e39 !important
}

.nectar-highlighted-text em:before, .nectar_icon_wrap[data-style=soft-bg][data-color=accent-color] .nectar_icon:before, .nectar_icon_wrap[data-style=shadow-bg][data-color=accent-color] .nectar_icon:after, .pricing-table[data-style=default] .pricing-column.highlight.accent-color h3, .pricing-table[data-style=flat-alternative] .pricing-column.highlight h3 .highlight-reason, .pricing-table[data-style=flat-alternative] .pricing-column.accent-color:before, [data-style=list_featured_first_row] .meta-category a:before, .tabbed > ul li .active-tab, .tabbed > ul li .active-tab:hover, .tabbed[data-style=vertical_modern][data-color-scheme=accent-color] .wpb_tabs_nav li .active-tab, .tabbed[data-style*=minimal] > ul li a:after, .tabbed[data-style=minimal_alt] .magic-line, .tabbed[data-style*=material][data-color-scheme=accent-color] ul:after, .nectar-scrolling-tabs[data-color-scheme=accent-color] .scrolling-tab-nav .line, .wpb_row .nectar-post-grid-filters[data-active-color=accent-color] a:after, #ajax-content-wrap [data-stored-style=vs] .tabbed[data-color-scheme=accent-color] .wpb_tabs_nav li a:before, .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote.is-selected p, .nectar_video_lightbox.nectar-button[data-color=default-accent-color], .nectar_video_lightbox.nectar-button[data-color=transparent-accent-color]:hover, .nectar-cta[data-color=accent-color]:not([data-style=material]) .link_wrap, .flex-direction-nav a, .carousel-prev:hover, .carousel-next:hover, .nectar-flickity[data-controls*=arrows_overlaid][data-control-color=accent-color] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls=default][data-control-color=accent-color] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=touch_total][data-control-color=accent-color] .visualized-total span, body [class^=icon-].icon-3x.alt-style.accent-color, body [class*=" icon-"].icon-3x.alt-style.accent-color, [class*=" icon-"], .col:hover > [class^=icon-].icon-3x:not(.alt-style).accent-color.hovered, .col:hover > [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x:not(.alt-style).accent-color.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered, .toggle.open h3 a, div[data-style=minimal] .toggle.open h3 i:after, div[data-style=minimal] .toggle:hover h3 i:after, div[data-style=minimal] .toggle.open h3 i:before, div[data-style=minimal] .toggle:hover h3 i:before, div[data-style=minimal_small] .toggle.accent-color > h3:after, .main-content .widget_calendar caption, #footer-outer .widget_calendar caption, .post .more-link span:hover, .post.format-quote .post-content .quote-inner, .post.format-link .post-content .link-inner, .nectar-post-grid-wrap[data-load-more-color=accent-color] .load-more:hover, .format-status .post-content .status-inner, .nectar-post-grid-item.nectar-new-item .inner:before, input[type=submit]:hover, input[type=button]:hover, body[data-form-submit=regular] input[type=submit], body[data-form-submit=regular] button[type=submit], body[data-form-submit=regular] .container-wrap .span_12.light input[type=submit]:hover, body[data-form-submit=regular] .container-wrap .span_12.light button[type=submit]:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, #slide-out-widget-area, #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right, .widget .material .widget .tagcloud a:before, .nectar-hor-list-item[data-hover-effect=full_border][data-color=accent-color] .nectar-list-item-btn:hover {
    background-color: #d82e39
}

.orbit-wrapper .slider-nav .right, .orbit-wrapper .slider-nav .left, .progress li span, .nectar-progress-bar span, #footer-outer #footer-widgets .col .tagcloud a:hover, #sidebar .widget .tagcloud a:hover, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner, #pagination .next a:hover, #pagination .prev a:hover, .comment-list .reply a:hover, .comment-list .reply a:focus, .icon-normal, .bar_graph li span, .nectar-button[data-color-override=false].regular-button, .nectar-button.tilt.accent-color, body .swiper-slide .button.transparent_2 .primary-color:hover, #footer-outer #footer-widgets .col input[type=submit], body .products-carousel .carousel-next:hover, body .products-carousel .carousel-prev:hover, .blog-recent .more-link span:hover, .post-tags a:hover, #to-top:hover, #to-top.dark:hover, body[data-button-style*=rounded] #to-top:after, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .portfolio-items .col[data-default-color=true] .work-item:not(.style-3) .work-info-bg, .portfolio-items .col[data-default-color=true] .bottom-meta, .portfolio-items .col.nectar-new-item .inner-wrap:before, .portfolio-filters-inline[data-color-scheme=accent-color-underline] a:after, .portfolio-filters a, .portfolio-filters #sort-portfolio, .project-attrs li span, .portfolio-filters, .portfolio-filters-inline[data-color-scheme=accent-color], .bottom_controls #portfolio-nav .controls li a i:after, .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i, .single-portfolio .facebook-share a:hover, .single-portfolio .twitter-share a:hover, .single-portfolio .pinterest-share a:hover, .single-post .facebook-share a:hover, .single-post .twitter-share a:hover, .single-post .pinterest-share a:hover, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, #sidebar .widget:hover [class^=icon-].icon-3x, .post.quote .content-inner .quote-inner .whole-link, .masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner, .masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner, .iosSlider .prev_slide:hover, .iosSlider .next_slide:hover, #header-outer .widget_shopping_cart a.button, #header-outer a.cart-contents .cart-wrap span, #header-outer #mobile-cart-link .cart-wrap span, #top nav ul .slide-out-widget-area-toggle a:hover .lines, #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, #header-outer #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer .widget_shopping_cart a.button, body[data-header-format=left-header] #header-outer[data-lhe=animated_underline] #top nav ul li:not([class*=button_]) > a span:after, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul a:hover, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a, #header-outer:not([data-format=left-header]) #top nav > ul > li:not(.megamenu) ul .current-menu-ancestor > a, #top nav > ul > .megamenu > ul ul li a:hover, #top nav > ul > .megamenu > ul ul li a:focus, #top nav > ul > .megamenu > ul ul .sfHover > a, body:not([data-header-format=left-header]) #top nav > ul > .megamenu > ul ul .current-menu-item > a, #buddypress a.button:focus, .text_on_hover.product a.added_to_cart, .swiper-slide .button.solid_color a, .swiper-slide .button.solid_color_2 a, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, #top nav > ul > .button_solid_color > a:before, #header-outer.transparent #top nav > ul > .button_solid_color > a:before, .twentytwenty-handle, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after, .masonry.classic_enhanced .posts-container article .meta-category a:hover, .blog-recent[data-style*=classic_enhanced] .meta-category a:hover, .masonry.classic_enhanced .posts-container article .video-play-button, .masonry.material .masonry-blog-item .meta-category a:before, .material.masonry .masonry-blog-item .video-play-button, .masonry.material .quote-inner:before, .masonry.material .link-inner:before, .nectar-recent-posts-slider .container .strong span:before, #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:hover, #page-header-bg[data-post-hs=default_minimal] .inner-wrap > a:focus, .single .heading-title[data-header-style=default_minimal] .meta-category a:hover, .single .heading-title[data-header-style=default_minimal] .meta-category a:focus, .nectar-fancy-box:after, .divider-small-border[data-color=accent-color], .divider-border[data-color=accent-color], .nectar-animated-title[data-color=accent-color] .nectar-animated-title-inner:after, #fp-nav:not(.light-controls).tooltip_alt ul li a span:after, #fp-nav.tooltip_alt ul li a span:after, .nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox, body .nectar-video-box[data-color=default-accent-color][data-hover=zoom_button] .nectar_video_lightbox:after, .span_12.dark .owl-theme .owl-dots .owl-dot.active span, .span_12.dark .owl-theme .owl-dots .owl-dot:hover span, .nectar_image_with_hotspots[data-stlye=color_pulse][data-color=accent-color] .nectar_hotspot, .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before, .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after, #header-secondary-outer ul > li:not(.megamenu) .sfHover > a, #header-secondary-outer ul > li:not(.megamenu) ul a:hover, #header-secondary-outer ul > li:not(.megamenu) ul a:focus, .nectar-recent-posts-single_featured .strong a, .post-area.standard-minimal .post .more-link span:before, .nectar-slide-in-cart .widget_shopping_cart a.button, .related-posts[data-style=material] .meta-category a:before, .post-area.featured_img_left .meta-category a:before, .nectar_icon_wrap[data-style=border-animation][data-color=accent-color]:not([data-draw=true]) .nectar_icon:hover, body.material #page-header-bg.fullscreen-header .inner-wrap > a, .nectar-google-map[data-nectar-marker-color=accent-color] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color=accent-color] .animated-dot .middle-dot, .nectar-google-map[data-nectar-marker-color=accent-color] .animated-dot div[class*=signal], .nectar-leaflet-map[data-nectar-marker-color=accent-color] .animated-dot div[class*=signal], .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color]:not([data-style=small]) .play > .inner-wrap:before, .nectar-hor-list-item[data-color=accent-color]:before, .material #sidebar .widget .tagcloud a:before, .single .post-area .content-inner > .post-tags a:before, .auto_meta_overlaid_spaced .post.quote .n-post-bg:after, .auto_meta_overlaid_spaced .post.link .n-post-bg:after, .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button, .post-area.featured_img_left .post .quote-inner:before, .post-area.featured_img_left .link-inner:before, .nectar-recent-posts-single_featured.multiple_featured .controls li:after, .nectar-recent-posts-single_featured.multiple_featured .controls .active:before, .nectar-fancy-box[data-color=accent-color]:not([data-style=default]) .box-bg:after, body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i, body.material .nectar-video-box[data-color=default-accent-color] .nectar_video_lightbox:before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after, .fancybox-navigation button:hover:before, ul.products li.minimal.product span.onsale, .span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after, .woocommerce-page button.single_add_to_cart_button, .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #order_review #payment #place_order, .woocommerce .span_4 input[type=submit].checkout-button, .woocommerce .material.product .add_to_cart_button, body nav.woocommerce-pagination span.page-numbers.current, .woocommerce span.onsale .nectar-quick-view-box .onsale, .nectar-quick-view-box .onsale, .woocommerce-page .nectar-quick-view-box .onsale, .nectar-quick-view-box .cart .quantity input.plus:hover, .nectar-quick-view-box .cart .quantity input.minus:hover, .woocommerce .cart .quantity input.plus:hover, .woocommerce .cart .quantity input.minus:hover, body .nectar-quick-view-box .single_add_to_cart_button, .woocommerce .classic .add_to_cart_button, .woocommerce .classic .product-add-to-cart a.button, button[type=submit]:hover, button[type=submit]:focus, body[data-form-submit=see-through] input[type=submit]:hover, body[data-form-submit=see-through] button[type=submit]:hover, body[data-form-submit=see-through] .container-wrap .span_12.light input[type=submit]:hover, body[data-form-submit=see-through] .container-wrap .span_12.light button[type=submit]:hover, body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order:hover, .text_on_hover.product .nectar_quick_view, body.original .bypostauthor .comment-body:before, .widget_layered_nav ul.yith-wcan-label li a:hover, .widget_layered_nav ul.yith-wcan-label .chosen a, .nectar-next-section-wrap.bounce a:before, body .nectar-button.see-through-2[data-hover-color-override=false]:hover, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce .product-wrap .add_to_cart_button.added, .single-product .facebook-share a:hover, .single-product .twitter-share a:hover, .single-product .pinterest-share a:hover, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce .chzn-container .chzn-results .highlighted, .woocommerce .chosen-container .chosen-results .highlighted, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce #sidebar div ul li a:hover ~ .count, .woocommerce #sidebar div ul .current-cat > .count, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-account .woocommerce-form-login button.button, .woocommerce-account .woocommerce-form-register button.button, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after, .woocommerce.widget_price_filter .price_slider:not(.ui-slider), body .woocommerce.add_to_cart_inline a.button.add_to_cart_button, .woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page .woocommerce p.return-to-shop a.wc-backward, .woocommerce .yith-wcan-reset-navigation.button {
    background-color: #d82e39 !important
}

.tabbed > ul li .active-tab, .material input[type=text]:focus, .material textarea:focus, .material input[type=email]:focus, .material input[type=search]:focus, .material input[type=password]:focus, .material input[type=tel]:focus, .material input[type=url]:focus, .material input[type=date]:focus, .row .col .wp-caption .wp-caption-text, .material.woocommerce-page input#coupon_code:focus, .material #search-outer #search input[type=text], #header-outer[data-lhe=animated_underline] #top nav > ul > li > a:after, div[data-style=minimal] .toggle.default.open i, div[data-style=minimal] .toggle.default:hover i, div[data-style=minimal] .toggle.accent-color.open i, div[data-style=minimal] .toggle.accent-color:hover i, body[data-form-style=minimal] input[type=text]:focus, body[data-form-style=minimal].woocommerce-cart table.cart .actions .coupon .input-text:focus, body[data-form-style=minimal] textarea:focus, body[data-form-style=minimal] input[type=email]:focus, body[data-form-style=minimal] input[type=search]:focus, body[data-form-style=minimal] input[type=password]:focus, body[data-form-style=minimal] input[type=tel]:focus, body[data-form-style=minimal] input[type=url]:focus, body[data-form-style=minimal] input[type=date]:focus, .single #single-meta div a:hover, .single #single-meta div a:focus, .single .fullscreen-blog-header #single-below-header > span a:hover, .blog-title #single-meta .nectar-social.hover > div a:hover, .nectar-hor-list-item[data-hover-effect=full_border][data-color=accent-color]:hover {
    border-color: #d82e39
}

body[data-form-style=minimal] label:after, body .recent_projects_widget a:hover img, .recent_projects_widget a:hover img, #sidebar #flickr a:hover img, body .nectar-button.see-through-2[data-hover-color-override=false]:hover, #footer-outer #flickr a:hover img, #featured article .post-title a:hover, body #featured article .post-title a:hover, div.wpcf7-validation-errors, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, body:not(.original) .bypostauthor img.avatar, .material blockquote:before, blockquote.wp-block-quote:before, #header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover:before, .single #project-meta ul li:not(.meta-share-count):hover a, .nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose, body[data-button-style=rounded] #pagination > a:hover, body[data-form-submit=see-through] input[type=submit], body[data-form-submit=see-through] button[type=submit], .nectar_icon_wrap[data-style=border-basic][data-color=accent-color] .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=accent-color]:not([data-draw=true]) .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=accent-color][data-draw=true]:hover .nectar_icon, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=default-accent-color] .play:after, #header-secondary-outer[data-lhe=animated_underline] nav > .sf-menu > li > a:after, body.material .nectar-button.see-through.accent-color[data-color-override=false], .woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle, body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn), .woocommerce-account[data-form-submit=see-through] .woocommerce-form-login button.button, .woocommerce-account[data-form-submit=see-through] .woocommerce-form-register button.button, body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order, .single-product .product[data-gallery-style=left_thumb_sticky] .product-thumbs .flickity-slider .thumb.is-nav-selected img, .single-product:not(.mobile) .product[data-gallery-style=left_thumb_sticky] .product-thumbs .thumb a.active img, .gallery a:hover img {
    border-color: #d82e39 !important
}

.nectar_icon_wrap .svg-icon-holder[data-color=accent-color] svg path {
    stroke: #d82e39 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.accent-color[data-color-override=false] i:after {
    box-shadow: #d82e39 0px 8px 15px;
    opacity: .24
}

.nectar-fancy-box[data-style=color_box_hover][data-color=accent-color]:before {
    box-shadow: 0 30px 90px #d82e39
}

.nectar-fancy-box[data-style=hover_desc][data-color=accent-color]:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #d82e39 100%)
}

#footer-outer[data-link-hover=underline][data-custom-color=false] #footer-widgets ul:not([class*=nectar_blog_posts]) a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button) {
    background-image: linear-gradient(to right, #d82e39 0%, #d82e39 100%)
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle:before, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
    box-shadow: 0 0 0 10px #d82e39 inset
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before {
    box-shadow: 0 0 0 2px #d82e39 inset
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=accent-color] .nectar_icon:before {
    box-shadow: 0px 15px 28px #d82e39;
    opacity: .3
}

.tabbed[data-style=minimal_flexible][data-color-scheme=accent-color] .wpb_tabs_nav > li a:before {
    box-shadow: 0px 8px 22px #d82e39
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a {
    box-shadow: 0 0 0 2px #d82e39, inset 0 0 0 3px #fff
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover {
    box-shadow: 0 0 0 2px #d82e39, 0px 8px 20px rgba(0, 0, 0, .2), inset 0 0 0 3px #fff
}

.nectar-leaflet-map[data-nectar-marker-color=accent-color] .nectar-leaflet-pin {
    border: 10px solid #d82e39
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
    background-image: linear-gradient(to right, #d82e39 0%, #d82e39 100%)
}

#search-results .result .title a {
    background-image: linear-gradient(to right, #d82e39 0%, #d82e39 100%)
}

.tabbed[data-style*=material][data-color-scheme=accent-color] ul li .active-tab:after {
    box-shadow: 0px 18px 50px #d82e39
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
    box-shadow: -.6em 0 #d82e39, -.6em .6em #d82e39, .6em 0 #d82e39, .6em -.6em #d82e39, 0 -.6em #d82e39, -.6em -.6em #d82e39, 0 .6em #d82e39, .6em .6em #d82e39
}

@media only screen and (max-width: 768px) {
    .woocommerce-page table.cart a.remove {
        background-color: #d82e39 !important
    }
}

#fp-nav:not(.light-controls).tooltip_alt ul li a.active span, #fp-nav.tooltip_alt ul li a.active span {
    box-shadow: inset 0 0 0 2px #d82e39;
    -webkit-box-shadow: inset 0 0 0 2px #d82e39
}

.default-loading-icon:before {
    border-top-color: #d82e39 !important
}

#header-outer a.cart-contents span:before, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
    border-color: transparent #d82e39 !important
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border, body #sidebar .widget:hover .circle-border, body .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style=multiple_visible][data-color*=accent-color] blockquote .bottom-arrow:after, .portfolio-items[data-ps="6"] .bg-overlay, .portfolio-items[data-ps="6"].no-masonry .bg-overlay, .nectar_team_member_close .inner, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
    border-color: #d82e39
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle svg circle, .nectar-woo-flickity[data-controls=arrows-and-text] .flickity-prev-next-button svg circle.time {
    stroke: #d82e39
}

.im-icon-wrap[data-color=accent-color] path {
    fill: #d82e39
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
    body #featured article .post-title > a {
        background-color: #d82e39
    }

    body #featured article .post-title > a {
        border-color: #d82e39
    }
}

#header-outer .widget_shopping_cart .cart_list li a.remove, .original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, .stock.out-of-stock, #header-outer #top nav > ul > .button_bordered_2 > a:hover, #header-outer[data-lhe=default] #top nav > ul > .button_bordered_2 > a:hover, #header-outer[data-lhe=default] #top nav .sf-menu .button_bordered_2.current-menu-item > a {
    color: #ad1721 !important
}

#top nav > ul > .button_solid_color_2 > a:before, #header-outer.transparent #top nav > ul > .button_solid_color_2 > a:before, body[data-slide-out-widget-area-style=slide-out-from-right]:not([data-header-color=custom]).material .slide_out_area_close:before, #header-outer .widget_shopping_cart a.button, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
    background-color: #ad1721
}

#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer:not(.transparent) #top nav > ul > .button_bordered_2 > a:hover:before {
    border-color: #ad1721
}

.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-1 h3, .pricing-table[data-style=flat-alternative] .pricing-column.extra-color-1 h4, .pricing-table[data-style=flat-alternative] .pricing-column.extra-color-1 .interval, body.material .tabbed[data-color-scheme=extra-color-1][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover, body.material .tabbed[data-color-scheme=extra-color-1][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab, .tabbed[data-style*=material][data-color-scheme=extra-color-1] ul li a:not(.active-tab):hover, .testimonial_slider[data-rating-color=extra-color-1] .star-rating .filled:before, .icon-3x[class^=icon-].extra-color-1:not(.alt-style), .icon-tiny[class^=icon-].extra-color-1, .icon-3x[class*=" icon-"].extra-color-1:not(.alt-style), body .icon-3x[class*=" icon-"].extra-color-1:not(.alt-style) .circle-border, .col:hover > [class^=icon-].icon-3x.extra-color-1.alt-style.hovered, .col:hover > [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-1.alt-style.hovered, body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered, div[data-style=minimal] .toggle.extra-color-1:hover h3 a, div[data-style=minimal] .toggle.extra-color-1.open h3 a, div[data-style=minimal_small] .toggle.extra-color-1 > h3 a:hover, div[data-style=minimal_small] .toggle.extra-color-1.open > h3 a {
    color: #ad1721
}

.nectar-milestone .number.extra-color-1, span.extra-color-1, .team-member .social.extra-color-1 li a, body [class^=icon-].icon-default-style.extra-color-1, body [class^=icon-].icon-default-style[data-color=extra-color-1], .team-member .extra-color-1:hover, .svg-icon-holder[data-color=extra-color-1], .nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-1] .list-icon-holder[data-icon_type="numerical"] span, .nectar-icon-list[data-icon-color=extra-color-1][data-icon-style=border] .content h4, .nectar_icon_wrap[data-color=extra-color-1] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-1-underline].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-1[data-color-override=false], .nectar_single_testimonial[data-color=extra-color-1] p .open-quote, .nectar-icon-list[data-icon-color=extra-color-1] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"], .no-highlight.extra-color-1 h3 {
    color: #ad1721 !important
}

.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-1:before, .pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-1 h3 .highlight-reason, .tabbed[data-color-scheme=extra-color-1][data-style=default] li:not(.cta-button) .active-tab, .tabbed[data-style=vertical_modern][data-color-scheme=extra-color-1] .wpb_tabs_nav li .active-tab, body .tabbed[data-color-scheme=extra-color-1][data-style=minimal] > ul li:not(.cta-button) a:after, .tabbed[data-color-scheme=extra-color-1][data-style=minimal_alt] .magic-line, .tabbed[data-style*=material][data-color-scheme=extra-color-1] ul:after, .tabbed[data-style*=material][data-color-scheme=extra-color-1] ul li .active-tab, .nectar-scrolling-tabs[data-color-scheme=extra-color-1] .scrolling-tab-nav .line, .wpb_row .nectar-post-grid-filters[data-active-color=extra-color-1] a:after, #ajax-content-wrap [data-stored-style=vs] .tabbed[data-color-scheme=extra-color-1] .wpb_tabs_nav li a:before, .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color=default-extra-color-1], .nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-1]:hover, body [class^=icon-].icon-3x.alt-style.extra-color-1, body [class*=" icon-"].icon-3x.alt-style.extra-color-1, .col:hover > [class^=icon-].icon-3x.extra-color-1:not(.alt-style), .col:hover > [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered, .nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-1] .nectar_icon:after, .nectar-cta[data-color=extra-color-1]:not([data-style=material]) .link_wrap, body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-1:not(.alt-style).hovered, body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered, .nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-1] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls=default][data-control-color=extra-color-1] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=touch_total][data-control-color=extra-color-1] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color=extra-color-1] .load-more:hover, [class*=" icon-"].extra-color-1.icon-normal, div[data-style=minimal] .toggle.extra-color-1.open i:after, div[data-style=minimal] .toggle.extra-color-1:hover i:after, div[data-style=minimal] .toggle.open.extra-color-1 i:before, div[data-style=minimal] .toggle.extra-color-1:hover i:before, div[data-style=minimal_small] .toggle.extra-color-1 > h3:after, .toggle.open.extra-color-1 h3 a, .nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-1] .nectar-list-item-btn:hover {
    background-color: #ad1721
}

.nectar-button.regular-button.extra-color-1, .nectar-button.tilt.extra-color-1, body .swiper-slide .button.transparent_2 .extra-color-1:hover, #sidebar .widget:hover [class^=icon-].icon-3x.extra-color-1:not(.alt-style), .portfolio-filters-inline[data-color-scheme=extra-color-1], .portfolio-filters[data-color-scheme=extra-color-1] #sort-portfolio, .portfolio-filters[data-color-scheme=extra-color-1] a, .nectar-fancy-box[data-color=extra-color-1]:after, .divider-small-border[data-color=extra-color-1], .divider-border[data-color=extra-color-1], .nectar-animated-title[data-color=extra-color-1] .nectar-animated-title-inner:after, .nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox, body .nectar-video-box[data-color=extra-color-1][data-hover=zoom_button] .nectar_video_lightbox:after, .nectar_image_with_hotspots[data-stlye=color_pulse][data-color=extra-color-1] .nectar_hotspot, .portfolio-filters-inline[data-color-scheme=extra-color-1-underline] a:after, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-1]:not([data-draw=true]) .nectar_icon:hover, .nectar-google-map[data-nectar-marker-color=extra-color-1] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color=extra-color-1] .animated-dot .middle-dot, .nectar-google-map[data-nectar-marker-color=extra-color-1] .animated-dot div[class*=signal], .nectar-leaflet-map[data-nectar-marker-color=extra-color-1] .animated-dot div[class*=signal], .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1]:not([data-style=small]) .play > .inner-wrap:before, .nectar-hor-list-item[data-color=extra-color-1]:before, .nectar-fancy-box[data-color=extra-color-1]:not([data-style=default]) .box-bg:after, body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-1] li:after, body.material .nectar-video-box[data-color=extra-color-1] .nectar_video_lightbox:before, .nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-1] .nectar_icon:before, .extra-color-1.icon-normal, .bar_graph li .extra-color-1, .nectar-progress-bar .extra-color-1, .swiper-slide .button.solid_color .extra-color-1, .swiper-slide .button.solid_color_2 .extra-color-1, .pricing-column.highlight.extra-color-1 h3 {
    background-color: #ad1721 !important
}

.nectar-leaflet-map[data-nectar-marker-color=extra-color-1] .nectar-leaflet-pin {
    border: 10px solid #ad1721
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-1] svg path {
    stroke: #ad1721 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-1[data-color-override=false] i:after {
    box-shadow: #ad1721 0px 8px 15px;
    opacity: .24
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-1] .nectar_icon:before {
    box-shadow: 0px 15px 28px #ad1721;
    opacity: .3
}

.tabbed[data-style=minimal_flexible][data-color-scheme=extra-color-1] .wpb_tabs_nav > li a:before {
    box-shadow: 0px 8px 22px #ad1721
}

.tabbed[data-style*=material][data-color-scheme=extra-color-1] ul li .active-tab:after {
    box-shadow: 0px 18px 50px #ad1721
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-1]:before {
    box-shadow: 0 30px 90px #ad1721
}

.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-1]:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ad1721 100%)
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-1.hovered .circle-border, body #sidebar .widget:hover .extra-color-1 .circle-border, body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-1] blockquote .bottom-arrow:after, div[data-style=minimal] .toggle.open.extra-color-1 i, div[data-style=minimal] .toggle.extra-color-1:hover i, .nectar_icon_wrap[data-style=border-basic][data-color=extra-color-1] .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-1]:not([data-draw=true]) .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-1][data-draw=true]:hover .nectar_icon, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-1] .play:after, .tabbed[data-color-scheme=extra-color-1][data-style=default] li:not(.cta-button) .active-tab, .nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-1]:hover {
    border-color: #ad1721
}

body.material .nectar-button.see-through.extra-color-1[data-color-override=false] {
    border-color: #ad1721 !important
}

.im-icon-wrap[data-color=extra-color-1] path {
    fill: #ad1721
}

.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-2 h3, .pricing-table[data-style=flat-alternative] .pricing-column.extra-color-2 h4, .pricing-table[data-style=flat-alternative] .pricing-column.extra-color-2 .interval, body.material .tabbed[data-color-scheme=extra-color-2][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover, body.material .tabbed[data-color-scheme=extra-color-2][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab, .tabbed[data-style*=material][data-color-scheme=extra-color-2] ul li a:not(.active-tab):hover, .testimonial_slider[data-rating-color=extra-color-2] .star-rating .filled:before, .icon-3x[class^=icon-].extra-color-2:not(.alt-style), .icon-tiny[class^=icon-].extra-color-2, .icon-3x[class*=" icon-"].extra-color-2:not(.alt-style), body .icon-3x[class*=" icon-"].extra-color-2:not(.alt-style) .circle-border, .col:hover > [class^=icon-].icon-3x.extra-color-2.alt-style.hovered, .col:hover > [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-2.alt-style.hovered, body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered, div[data-style=minimal] .toggle.extra-color-2:hover h3 a, div[data-style=minimal] .toggle.extra-color-2.open h3 a, div[data-style=minimal_small] .toggle.extra-color-2 > h3 a:hover, div[data-style=minimal_small] .toggle.extra-color-2.open > h3 a {
    color: #f0f0f0
}

.nectar-milestone .number.extra-color-2, span.extra-color-2, .team-member .social.extra-color-2 li a, body [class^=icon-].icon-default-style.extra-color-2, body [class^=icon-].icon-default-style[data-color=extra-color-2], .team-member .extra-color-2:hover, .svg-icon-holder[data-color=extra-color-2], .nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-2] .list-icon-holder[data-icon_type="numerical"] span, .nectar-icon-list[data-icon-color=extra-color-2][data-icon-style=border] .content h4, .nectar_icon_wrap[data-color=extra-color-2] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-2-underline].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-2[data-color-override=false], .nectar_single_testimonial[data-color=extra-color-2] p .open-quote, .nectar-icon-list[data-icon-color=extra-color-2] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"], .no-highlight.extra-color-2 h3 {
    color: #f0f0f0 !important
}

.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-2:before, .pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-2 h3 .highlight-reason, .tabbed[data-color-scheme=extra-color-2][data-style=default] li:not(.cta-button) .active-tab, .tabbed[data-style=vertical_modern][data-color-scheme=extra-color-2] .wpb_tabs_nav li .active-tab, body .tabbed[data-color-scheme=extra-color-2][data-style=minimal] > ul li:not(.cta-button) a:after, .tabbed[data-color-scheme=extra-color-2][data-style=minimal_alt] .magic-line, .tabbed[data-style*=material][data-color-scheme=extra-color-2] ul:after, .tabbed[data-style*=material][data-color-scheme=extra-color-2] ul li .active-tab, .nectar-scrolling-tabs[data-color-scheme=extra-color-2] .scrolling-tab-nav .line, .wpb_row .nectar-post-grid-filters[data-active-color=extra-color-2] a:after, #ajax-content-wrap [data-stored-style=vs] .tabbed[data-color-scheme=extra-color-2] .wpb_tabs_nav li a:before, .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color=default-extra-color-2], .nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-2]:hover, body [class^=icon-].icon-3x.alt-style.extra-color-2, body [class*=" icon-"].icon-3x.alt-style.extra-color-2, .col:hover > [class^=icon-].icon-3x.extra-color-2:not(.alt-style), .col:hover > [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered, .nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-2] .nectar_icon:after, .nectar-cta[data-color=extra-color-2]:not([data-style=material]) .link_wrap, body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-2:not(.alt-style).hovered, body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered, .nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-2] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls=default][data-control-color=extra-color-2] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=touch_total][data-control-color=extra-color-2] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color=extra-color-2] .load-more:hover, [class*=" icon-"].extra-color-2.icon-normal, div[data-style=minimal] .toggle.extra-color-2.open i:after, div[data-style=minimal] .toggle.extra-color-2:hover i:after, div[data-style=minimal] .toggle.open.extra-color-2 i:before, div[data-style=minimal] .toggle.extra-color-2:hover i:before, div[data-style=minimal_small] .toggle.extra-color-2 > h3:after, .toggle.open.extra-color-2 h3 a, .nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-2] .nectar-list-item-btn:hover {
    background-color: #f0f0f0
}

.nectar-button.regular-button.extra-color-2, .nectar-button.tilt.extra-color-2, body .swiper-slide .button.transparent_2 .extra-color-2:hover, #sidebar .widget:hover [class^=icon-].icon-3x.extra-color-2:not(.alt-style), .portfolio-filters-inline[data-color-scheme=extra-color-2], .portfolio-filters[data-color-scheme=extra-color-2] #sort-portfolio, .portfolio-filters[data-color-scheme=extra-color-2] a, .nectar-fancy-box[data-color=extra-color-2]:after, .divider-small-border[data-color=extra-color-2], .divider-border[data-color=extra-color-2], .nectar-animated-title[data-color=extra-color-2] .nectar-animated-title-inner:after, .nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox, body .nectar-video-box[data-color=extra-color-2][data-hover=zoom_button] .nectar_video_lightbox:after, .nectar_image_with_hotspots[data-stlye=color_pulse][data-color=extra-color-2] .nectar_hotspot, .portfolio-filters-inline[data-color-scheme=extra-color-2-underline] a:after, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-2]:not([data-draw=true]) .nectar_icon:hover, .nectar-google-map[data-nectar-marker-color=extra-color-2] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color=extra-color-2] .animated-dot .middle-dot, .nectar-google-map[data-nectar-marker-color=extra-color-2] .animated-dot div[class*=signal], .nectar-leaflet-map[data-nectar-marker-color=extra-color-2] .animated-dot div[class*=signal], .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2]:not([data-style=small]) .play > .inner-wrap:before, .nectar-hor-list-item[data-color=extra-color-2]:before, .nectar-fancy-box[data-color=extra-color-2]:not([data-style=default]) .box-bg:after, body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-2] li:after, body.material .nectar-video-box[data-color=extra-color-2] .nectar_video_lightbox:before, .nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-2] .nectar_icon:before, .extra-color-2.icon-normal, .bar_graph li .extra-color-2, .nectar-progress-bar .extra-color-2, .swiper-slide .button.solid_color .extra-color-2, .swiper-slide .button.solid_color_2 .extra-color-2, .pricing-column.highlight.extra-color-2 h3 {
    background-color: #f0f0f0 !important
}

.nectar-leaflet-map[data-nectar-marker-color=extra-color-2] .nectar-leaflet-pin {
    border: 10px solid #f0f0f0
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-2] svg path {
    stroke: #f0f0f0 !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-2[data-color-override=false] i:after {
    box-shadow: #f0f0f0 0px 8px 15px;
    opacity: .24
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-2] .nectar_icon:before {
    box-shadow: 0px 15px 28px #f0f0f0;
    opacity: .3
}

.tabbed[data-style=minimal_flexible][data-color-scheme=extra-color-2] .wpb_tabs_nav > li a:before {
    box-shadow: 0px 8px 22px #f0f0f0
}

.tabbed[data-style*=material][data-color-scheme=extra-color-2] ul li .active-tab:after {
    box-shadow: 0px 18px 50px #f0f0f0
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-2]:before {
    box-shadow: 0 30px 90px #f0f0f0
}

.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-2]:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f0f0f0 100%)
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-2.hovered .circle-border, body #sidebar .widget:hover .extra-color-2 .circle-border, body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-2] blockquote .bottom-arrow:after, div[data-style=minimal] .toggle.open.extra-color-2 i, div[data-style=minimal] .toggle.extra-color-2:hover i, .nectar_icon_wrap[data-style=border-basic][data-color=extra-color-2] .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-2]:not([data-draw=true]) .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-2][data-draw=true]:hover .nectar_icon, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-2] .play:after, .tabbed[data-color-scheme=extra-color-2][data-style=default] li:not(.cta-button) .active-tab, .nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-2]:hover {
    border-color: #f0f0f0
}

body.material .nectar-button.see-through.extra-color-2[data-color-override=false] {
    border-color: #f0f0f0 !important
}

.im-icon-wrap[data-color=extra-color-2] path {
    fill: #f0f0f0
}

.pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-3 h3, .pricing-table[data-style=flat-alternative] .pricing-column.extra-color-3 h4, .pricing-table[data-style=flat-alternative] .pricing-column.extra-color-3 .interval, body.material .tabbed[data-color-scheme=extra-color-3][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) a:hover, body.material .tabbed[data-color-scheme=extra-color-3][data-style=minimal]:not(.using-icons) > ul li:not(.cta-button) .active-tab, .tabbed[data-style*=material][data-color-scheme=extra-color-3] ul li a:not(.active-tab):hover, .testimonial_slider[data-rating-color=extra-color-3] .star-rating .filled:before, .icon-3x[class^=icon-].extra-color-3:not(.alt-style), .icon-tiny[class^=icon-].extra-color-3, .icon-3x[class*=" icon-"].extra-color-3:not(.alt-style), body .icon-3x[class*=" icon-"].extra-color-3:not(.alt-style) .circle-border, .col:hover > [class^=icon-].icon-3x.extra-color-3.alt-style.hovered, .col:hover > [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered, .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-3.alt-style.hovered, body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered, div[data-style=minimal] .toggle.extra-color-3:hover h3 a, div[data-style=minimal] .toggle.extra-color-3.open h3 a, div[data-style=minimal_small] .toggle.extra-color-3 > h3 a:hover, div[data-style=minimal_small] .toggle.extra-color-3.open > h3 a {
    color: #dedede
}

.nectar-milestone .number.extra-color-3, span.extra-color-3, .team-member .social.extra-color-3 li a, body [class^=icon-].icon-default-style.extra-color-3, body [class^=icon-].icon-default-style[data-color=extra-color-3], .team-member .extra-color-3:hover, .svg-icon-holder[data-color=extra-color-3], .nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-3] .list-icon-holder[data-icon_type="numerical"] span, .nectar-icon-list[data-icon-color=extra-color-3][data-icon-style=border] .content h4, .nectar_icon_wrap[data-color=extra-color-3] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme=extra-color-3-underline].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-3[data-color-override=false], .nectar_single_testimonial[data-color=extra-color-3] p .open-quote, .nectar-icon-list[data-icon-color=extra-color-3] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"], .no-highlight.extra-color-3 h3 {
    color: #dedede !important
}

.pricing-table[data-style=flat-alternative] .pricing-column.extra-color-3:before, .pricing-table[data-style=flat-alternative] .pricing-column.highlight.extra-color-3 h3 .highlight-reason, .tabbed[data-color-scheme=extra-color-3][data-style=default] li:not(.cta-button) .active-tab, .tabbed[data-style=vertical_modern][data-color-scheme=extra-color-3] .wpb_tabs_nav li .active-tab, body .tabbed[data-color-scheme=extra-color-3][data-style=minimal] > ul li:not(.cta-button) a:after, .tabbed[data-color-scheme=extra-color-3][data-style=minimal_alt] .magic-line, .tabbed[data-style*=material][data-color-scheme=extra-color-3] ul:after, .tabbed[data-style*=material][data-color-scheme=extra-color-3] ul li .active-tab, .nectar-scrolling-tabs[data-color-scheme=extra-color-3] .scrolling-tab-nav .line, .wpb_row .nectar-post-grid-filters[data-active-color=extra-color-3] a:after, #ajax-content-wrap [data-stored-style=vs] .tabbed[data-color-scheme=extra-color-3] .wpb_tabs_nav li a:before, .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color=default-extra-color-3], .nectar_video_lightbox.nectar-button[data-color=transparent-extra-color-3]:hover, body [class^=icon-].icon-3x.alt-style.extra-color-3, body [class*=" icon-"].icon-3x.alt-style.extra-color-3, .col:hover > [class^=icon-].icon-3x.extra-color-3:not(.alt-style), .col:hover > [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered, .nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-3] .nectar_icon:after, .nectar-cta[data-color=extra-color-3]:not([data-style=material]) .link_wrap, body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.extra-color-3:not(.alt-style).hovered, body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered, .nectar-flickity[data-controls*=arrows_overlaid][data-control-color=extra-color-3] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls=default][data-control-color=extra-color-3] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=touch_total][data-control-color=extra-color-3] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color=extra-color-3] .load-more:hover, [class*=" icon-"].extra-color-3.icon-normal, div[data-style=minimal] .toggle.extra-color-3.open i:after, div[data-style=minimal] .toggle.extra-color-3:hover i:after, div[data-style=minimal] .toggle.open.extra-color-3 i:before, div[data-style=minimal] .toggle.extra-color-3:hover i:before, div[data-style=minimal_small] .toggle.extra-color-3 > h3:after, .toggle.open.extra-color-3 h3 a, .nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-3] .nectar-list-item-btn:hover {
    background-color: #dedede
}

.nectar-button.regular-button.extra-color-3, .nectar-button.tilt.extra-color-3, body .swiper-slide .button.transparent_2 .extra-color-3:hover, #sidebar .widget:hover [class^=icon-].icon-3x.extra-color-3:not(.alt-style), .portfolio-filters-inline[data-color-scheme=extra-color-3], .portfolio-filters[data-color-scheme=extra-color-3] #sort-portfolio, .portfolio-filters[data-color-scheme=extra-color-3] a, .nectar-fancy-box[data-color=extra-color-3]:after, .divider-small-border[data-color=extra-color-3], .divider-border[data-color=extra-color-3], .nectar-animated-title[data-color=extra-color-3] .nectar-animated-title-inner:after, .nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox, body .nectar-video-box[data-color=extra-color-3][data-hover=zoom_button] .nectar_video_lightbox:after, .nectar_image_with_hotspots[data-stlye=color_pulse][data-color=extra-color-3] .nectar_hotspot, .portfolio-filters-inline[data-color-scheme=extra-color-3-underline] a:after, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-3]:not([data-draw=true]) .nectar_icon:hover, .nectar-google-map[data-nectar-marker-color=extra-color-3] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color=extra-color-3] .animated-dot .middle-dot, .nectar-google-map[data-nectar-marker-color=extra-color-3] .animated-dot div[class*=signal], .nectar-leaflet-map[data-nectar-marker-color=extra-color-3] .animated-dot div[class*=signal], .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3]:not([data-style=small]) .play > .inner-wrap:before, .nectar-hor-list-item[data-color=extra-color-3]:before, .nectar-fancy-box[data-color=extra-color-3]:not([data-style=default]) .box-bg:after, body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-3] li:after, body.material .nectar-video-box[data-color=extra-color-3] .nectar_video_lightbox:before, .nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-3] .nectar_icon:before, .extra-color-3.icon-normal, .bar_graph li .extra-color-3, .nectar-progress-bar .extra-color-3, .swiper-slide .button.solid_color .extra-color-3, .swiper-slide .button.solid_color_2 .extra-color-3, .pricing-column.highlight.extra-color-3 h3 {
    background-color: #dedede !important
}

.nectar-leaflet-map[data-nectar-marker-color=extra-color-3] .nectar-leaflet-pin {
    border: 10px solid #dedede
}

.nectar_icon_wrap .svg-icon-holder[data-color=extra-color-3] svg path {
    stroke: #dedede !important
}

body.material[data-button-style^=rounded] .nectar-button.see-through.extra-color-3[data-color-override=false] i:after {
    box-shadow: #dedede 0px 8px 15px;
    opacity: .24
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-3] .nectar_icon:before {
    box-shadow: 0px 15px 28px #dedede;
    opacity: .3
}

.tabbed[data-style=minimal_flexible][data-color-scheme=extra-color-3] .wpb_tabs_nav > li a:before {
    box-shadow: 0px 8px 22px #dedede
}

.tabbed[data-style*=material][data-color-scheme=extra-color-3] ul li .active-tab:after {
    box-shadow: 0px 18px 50px #dedede
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-3]:before {
    box-shadow: 0 30px 90px #dedede
}

.nectar-fancy-box[data-style=hover_desc][data-color=extra-color-3]:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #dedede 100%)
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-3.hovered .circle-border, body #sidebar .widget:hover .extra-color-3 .circle-border, body .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style=multiple_visible][data-color*=extra-color-3] blockquote .bottom-arrow:after, div[data-style=minimal] .toggle.open.extra-color-3 i, div[data-style=minimal] .toggle.extra-color-3:hover i, .nectar_icon_wrap[data-style=border-basic][data-color=extra-color-3] .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-3]:not([data-draw=true]) .nectar_icon, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-3][data-draw=true]:hover .nectar_icon, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color=extra-color-3] .play:after, .tabbed[data-color-scheme=extra-color-3][data-style=default] li:not(.cta-button) .active-tab, .nectar-hor-list-item[data-hover-effect=full_border][data-color=extra-color-3]:hover {
    border-color: #dedede
}

body.material .nectar-button.see-through.extra-color-3[data-color-override=false] {
    border-color: #dedede !important
}

.im-icon-wrap[data-color=extra-color-3] path {
    fill: #dedede
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] > li a .popular-featured-img:after {
    background: #3452ff;
    background: linear-gradient(to right, #3452ff, #ff1053)
}

.divider-small-border[data-color=extra-color-gradient-1], .divider-border[data-color=extra-color-gradient-1], .nectar-progress-bar .extra-color-gradient-1, .tabbed[data-style*=minimal][data-color-scheme=extra-color-gradient-1] > ul li a:after, .tabbed[data-style=minimal_alt][data-color-scheme=extra-color-gradient-1] .magic-line, .wpb_row .nectar-post-grid-filters[data-active-color=extra-color-gradient-1] a:after, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-1] li:after, .nectar-fancy-box[data-style=default][data-color=extra-color-gradient-1]:after {
    background: #ff1053;
    background: linear-gradient(to right, #ff1053, #3452ff)
}

.nectar-scrolling-tabs[data-color-scheme=extra-color-gradient-1] .scrolling-tab-nav .line, #ajax-content-wrap [data-stored-style=vs] .tabbed[data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav li a:before {
    background: #ff1053;
    background: linear-gradient(to bottom, #ff1053, #3452ff)
}

.icon-normal.extra-color-gradient-1, body [class^=icon-].icon-3x.alt-style.extra-color-gradient-1, .nectar-button.extra-color-gradient-1:after, .nectar-cta[data-color=extra-color-gradient-1]:not([data-style=material]) .link_wrap, .nectar-button.see-through-extra-color-gradient-1:after, .nectar_icon_wrap[data-color=extra-color-gradient-1]:not([data-style=shadow-bg]) i, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:before, .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul li a:before, .tabbed[data-style*=default][data-color-scheme=extra-color-gradient-1] ul li a:before, .tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-1] ul li a:before, .nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1] .box-bg:after, .nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-gradient-1] .nectar_icon:before, .nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-gradient-1] .nectar_icon:after, .nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-1] .load-more:before {
    background: #ff1053;
    background: linear-gradient(to bottom right, #ff1053, #3452ff)
}

body.material .nectar-button.regular.m-extra-color-gradient-1, body.material .nectar-button.see-through.m-extra-color-gradient-1:before, .swiper-slide .button.solid_color .extra-color-gradient-1, .swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
    background: #ff1053;
    background: linear-gradient(125deg, #ff1053, #3452ff)
}

body.material .nectar-button.regular.m-extra-color-gradient-1:before {
    background: #3452ff
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul:after {
    background-color: #3452ff
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-1] ul li .active-tab:after {
    box-shadow: 0px 18px 50px #3452ff
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-1]:before {
    box-shadow: 0px 30px 90px #3452ff
}

.tabbed[data-style=minimal_flexible][data-color-scheme=extra-color-gradient-1] .wpb_tabs_nav > li a:before {
    box-shadow: 0px 8px 22px #3452ff
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-gradient-1] .nectar_icon:before {
    box-shadow: 0px 15px 28px #3452ff;
    opacity: .3
}

.testimonial_slider[data-rating-color=extra-color-gradient-1] .star-rating .filled:before {
    color: #ff1053;
    background: linear-gradient(to right, #ff1053, #3452ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.nectar-button.extra-color-gradient-1, .nectar-button.see-through-extra-color-gradient-1 {
    border-width: 3px;
    border-style: solid;
    -moz-border-image: -moz-linear-gradient(top right, #ff1053 0%, #3452ff 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #ff1053 0%, #3452ff 100%);
    border-image: linear-gradient(to bottom right, #ff1053 0%, #3452ff 100%);
    border-image-slice: 1
}

.nectar-gradient-text[data-color=extra-color-gradient-1][data-direction=horizontal] * {
    background-image: linear-gradient(to right, #ff1053, #3452ff)
}

.nectar-gradient-text[data-color=extra-color-gradient-1] *, .nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-gradient-1] .list-icon-holder[data-icon_type="numerical"] span {
    color: #ff1053;
    background: linear-gradient(to bottom right, #ff1053, #3452ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block
}

[class^=icon-][data-color=extra-color-gradient-1]:before, [class*=" icon-"][data-color=extra-color-gradient-1]:before, [class^=icon-].extra-color-gradient-1:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before, .nectar_icon_wrap[data-color=extra-color-gradient-1]:not([data-style=shadow-bg]) i {
    color: #ff1053;
    background: linear-gradient(to bottom right, #ff1053, #3452ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-1 .start {
    background: #ff1053;
    background: linear-gradient(to bottom right, #ff1053, #3452ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
    background: transparent !important;
    color: #ff1053 !important
}

.divider-small-border[data-color=extra-color-gradient-2], .divider-border[data-color=extra-color-gradient-2], .nectar-progress-bar .extra-color-gradient-2, .tabbed[data-style*=minimal][data-color-scheme=extra-color-gradient-2] > ul li a:after, .tabbed[data-style=minimal_alt][data-color-scheme=extra-color-gradient-2] .magic-line, .wpb_row .nectar-post-grid-filters[data-active-color=extra-color-gradient-2] a:after, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color=extra-color-gradient-2] li:after, .nectar-fancy-box[data-style=default][data-color=extra-color-gradient-2]:after {
    background: #32d6ff;
    background: linear-gradient(to right, #32d6ff, #2ac4ea)
}

.nectar-scrolling-tabs[data-color-scheme=extra-color-gradient-2] .scrolling-tab-nav .line, #ajax-content-wrap [data-stored-style=vs] .tabbed[data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav li a:before {
    background: #32d6ff;
    background: linear-gradient(to bottom, #32d6ff, #2ac4ea)
}

.icon-normal.extra-color-gradient-2, body [class^=icon-].icon-3x.alt-style.extra-color-gradient-2, .nectar-button.extra-color-gradient-2:after, .nectar-cta[data-color=extra-color-gradient-2]:not([data-style=material]) .link_wrap, .nectar-button.see-through-extra-color-gradient-2:after, .nectar_icon_wrap[data-color=extra-color-gradient-2]:not([data-style=shadow-bg]) i, .nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:before, .tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul li a:before, .tabbed[data-style*=default][data-color-scheme=extra-color-gradient-2] ul li a:before, .tabbed[data-style*=vertical][data-color-scheme=extra-color-gradient-2] ul li a:before, .nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2] .box-bg:after, .nectar_icon_wrap[data-style=soft-bg][data-color=extra-color-gradient-2] .nectar_icon:before, .nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-gradient-2] .nectar_icon:after, .nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-2] .load-more:before {
    background: #32d6ff;
    background: linear-gradient(to bottom right, #32d6ff, #2ac4ea)
}

body.material .nectar-button.regular.m-extra-color-gradient-2, body.material .nectar-button.see-through.m-extra-color-gradient-2:before, .swiper-slide .button.solid_color .extra-color-gradient-2, .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
    background: #32d6ff;
    background: linear-gradient(125deg, #32d6ff, #2ac4ea)
}

body.material .nectar-button.regular.m-extra-color-gradient-2:before {
    background: #2ac4ea
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul:after {
    background-color: #2ac4ea
}

.tabbed[data-style*=material][data-color-scheme=extra-color-gradient-2] ul li .active-tab:after {
    box-shadow: 0px 18px 50px #2ac4ea
}

.nectar-fancy-box[data-style=color_box_hover][data-color=extra-color-gradient-2]:before {
    box-shadow: 0px 30px 90px #2ac4ea
}

.tabbed[data-style=minimal_flexible][data-color-scheme=extra-color-gradient-2] .wpb_tabs_nav > li a:before {
    box-shadow: 0px 8px 22px #2ac4ea
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=extra-color-gradient-2] .nectar_icon:before {
    box-shadow: 0px 15px 28px #2ac4ea;
    opacity: .3
}

.testimonial_slider[data-rating-color=extra-color-gradient-2] .star-rating .filled:before {
    color: #32d6ff;
    background: linear-gradient(to right, #32d6ff, #2ac4ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.nectar-button.extra-color-gradient-2, .nectar-button.see-through-extra-color-gradient-2 {
    border-width: 3px;
    border-style: solid;
    -moz-border-image: -moz-linear-gradient(top right, #32d6ff 0%, #2ac4ea 100%);
    -webkit-border-image: -webkit-linear-gradient(top right, #32d6ff 0%, #2ac4ea 100%);
    border-image: linear-gradient(to bottom right, #32d6ff 0%, #2ac4ea 100%);
    border-image-slice: 1
}

.nectar-gradient-text[data-color=extra-color-gradient-2][data-direction=horizontal] * {
    background-image: linear-gradient(to right, #32d6ff, #2ac4ea)
}

.nectar-gradient-text[data-color=extra-color-gradient-2] *, .nectar-icon-list[data-icon-style=border][data-icon-color=extra-color-gradient-2] .list-icon-holder[data-icon_type="numerical"] span {
    color: #32d6ff;
    background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block
}

[class^=icon-][data-color=extra-color-gradient-2]:before, [class*=" icon-"][data-color=extra-color-gradient-2]:before, [class^=icon-].extra-color-gradient-2:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before, .nectar_icon_wrap[data-color=extra-color-gradient-2]:not([data-style=shadow-bg]) i {
    color: #32d6ff;
    background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-2 .hover, .nectar-button.see-through-extra-color-gradient-2 .start {
    background: #32d6ff;
    background: linear-gradient(to bottom right, #32d6ff, #2ac4ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial
}

.nectar-button.extra-color-gradient-2.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
    background: transparent !important;
    color: #32d6ff !important
}

body, .container-wrap, .material .ocm-effect-wrap, .project-title, .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width=true] .carousel-heading, .carousel-wrap .left-border, .carousel-wrap .right-border, .single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
    background-color: #fff
}

body, body h1, body h2, body h3, body h4, body h5, body h6, .masonry.material .masonry-blog-item .grav-wrap .text {
    color: #46494c
}

#sidebar h4, body .row .col.section-title span {
    color: #46494c
}

.single .heading-title[data-header-style=default_minimal] .meta-category a {
    color: #46494c;
    border-color: #46494c
}

.full-width-section > .col.span_12.dark, .full-width-content > .col.span_12.dark {
    color: #46494c
}

.full-width-section > .col.span_12.dark .portfolio-items .col h3, .full-width-section > .col.span_12.dark .portfolio-items[data-ps="6"] .work-meta h4 {
    color: #fff
}

#call-to-action {
    background-color: #ecebe9
}

#call-to-action span {
    color: #4b4f52
}

body #slide-out-widget-area-bg {
    background-color: rgba(0, 0, 0, .8)
}

.single-post #page-header-bg[data-post-hs=default_minimal] .page-header-bg-image:after {
    background-color: #000;
    opacity: .8
}

.single-post #page-header-bg[data-post-hs=default_minimal] {
    background-color: #000
}

@media only screen and (min-width: 1000px) {
    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
        margin-top: -14px
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav > ul > li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
        padding-bottom: 28px
    }

    #header-outer #logo, #header-outer .logo-spacing {
        margin-top: 28px;
        margin-bottom: 28px;
        position: relative
    }

    #header-outer.small-nav #logo, #header-outer.small-nav .logo-spacing {
        margin-top: 15.555555555556px;
        margin-bottom: 15.555555555556px
    }

    #header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
        height: 54px
    }

    .material #header-outer:not(.transparent) .bg-color-stripe {
        top: 116px;
        height: calc(35vh - 116px)
    }

    .material #header-outer:not(.transparent).small-nav .bg-color-stripe {
        top: 85.111111111111px;
        height: calc(35vh - 85.111111111111px)
    }
}

@media only screen and (max-width: 999px) {
    .material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe, .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
        top: 64px;
        height: calc(30vh - 64px)
    }
}

#header-outer #logo img, #header-outer .logo-spacing img {
    height: 60px
}

#header-outer[data-lhe=animated_underline] #top nav > ul > li > a, #top nav > ul > li[class*=button_solid_color] > a, body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_solid_color] > a:hover, #header-outer[data-lhe=animated_underline] #top nav > .sf-menu > li[class*=button_bordered] > a, #top nav > ul > li[class*=button_bordered] > a, body #header-outer.transparent #top nav > ul > li[class*=button_bordered] > a, body #header-outer[data-lhe=default] #top nav .sf-menu > li[class*=button_bordered] > a:hover, body #header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a, #header-outer[data-lhe=animated_underline] #top nav > ul > li[class*=button_solid_color] > a {
    margin-left: 10px;
    margin-right: 10px
}

#header-outer[data-lhe=default] #top nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px
}

#header-outer[data-lhe=animated_underline][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav > ul > li > a {
    margin-left: 7px;
    margin-right: 7px
}

#header-outer[data-lhe=default][data-condense=true][data-format=centered-menu-bottom-bar].fixed-menu #top nav > ul > li > a {
    padding-left: 7px;
    padding-right: 7px
}

#header-space {
    height: 158px
}

@media only screen and (max-width: 999px) {
    #header-space {
        height: 64px
    }
}

@media only screen and (max-width: 999px) {
    .using-mobile-browser #page-header-wrap.fullscreen-header, .using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg, .using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable=on]) > div {
        height: calc(100vh - 116px)
    }

    .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level, .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(100vh - 116px)
    }

    #page-header-wrap.fullscreen-header, #page-header-wrap.fullscreen-header #page-header-bg, html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header, .nectar_fullscreen_zoom_recent_projects, .nectar-slider-wrap[data-fullscreen=true]:not(.loaded), .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container, #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable=on]) > div {
        height: calc(100vh - 63px)
    }

    .wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: calc(100vh - 63px)
    }

    [data-bg-header=true][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header, [data-bg-header=true][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header #page-header-bg, html:not(.nectar-box-roll-loaded) [data-bg-header=true][data-permanent-transparent="1"] .nectar-box-roll > #page-header-bg.fullscreen-header, [data-bg-header=true][data-permanent-transparent="1"] .nectar_fullscreen_zoom_recent_projects, [data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen=true]:not(.loaded), [data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen=true]:not(.loaded) .swiper-container {
        height: 100vh
    }

    [data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level, [data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
        min-height: 100vh
    }

    body[data-transparent-header=false] #ajax-content-wrap.no-scroll {
        min-height: calc(100vh - 63px);
        height: calc(100vh - 63px)
    }
}

#ajax-loading-screen, #ajax-loading-screen[data-effect=center_mask_reveal] span {
    background-color: #d82e39
}

.default-loading-icon {
    border-color: rgba(255, 255, 255, .2)
}

#ajax-loading-screen .reveal-1 {
    background-color: #d82e39
}

#ajax-loading-screen .reveal-2 {
    background-color: #000
}

#header-outer #logo .mobile-only-logo, #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo img {
    height: 40px
}

@media only screen and (max-width: 999px) {
    body #top #logo img, #header-outer[data-permanent-transparent=false] #logo .dark-version {
        height: 40px !important
    }
}

body #header-outer, body[data-header-color=dark] #header-outer {
    background-color: rgba(255, 255, 255, 100)
}

.material #header-outer:not(.transparent) .bg-color-stripe {
    display: none
}

.portfolio-loading, #ajax-loading-screen .loading-icon, .loading-icon, .pp_loaderIcon {
    background-image: url("")
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2, .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 45px !important;
        line-height: 51px !important
    }

    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p, .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p, .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 18px !important;
        line-height: 31.2px !important
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content h2, .full-width-content .vc_span12 .swiper-slide .content h2 {
        font-size: 33px !important;
        line-height: 39px !important
    }

    .nectar-slider-wrap[data-full-width=true] .swiper-slide .content p, .nectar-slider-wrap[data-full-width=boxed-full-width] .swiper-slide .content p, .full-width-content .vc_span12 .swiper-slide .content p {
        font-size: 13.2px !important;
        line-height: 24px !important
    }
}

@media only screen and (max-width: 690px) {
    .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content h2, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content h2 {
        font-size: 15px !important;
        line-height: 21px !important
    }

    .nectar-slider-wrap[data-full-width=true][data-fullscreen=false] .swiper-slide .content p, .nectar-slider-wrap[data-full-width=boxed-full-width][data-fullscreen=false] .swiper-slide .content p, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen=false] .swiper-slide .content p {
        font-size: 10px !important;
        line-height: 17.52px !important
    }
}

.loading-icon .material-icon .bar:after {
    background-color: #fff
}

.loading-icon .material-icon .bar {
    border-color: #fff
}

.loading-icon .material-icon .color-2 .bar:after {
    background-color: #ff3535
}

.loading-icon .material-icon .color-2 .bar {
    border-color: #ff3535
}

@media only screen and (min-width: 1000px) {
    .container, body[data-header-format=left-header] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
        max-width: 1425px;
        width: 100%;
        margin: 0 auto;
        padding: 0 90px
    }

    body[data-header-format=left-header] .container, body[data-header-format=left-header] .woocommerce-tabs .full-width-content .tab-container, body[data-header-format=left-header] .nectar-recent-posts-slider .flickity-page-dots, body[data-header-format=left-header] .post-area.standard-minimal.full-width-content .post .inner-wrap {
        padding: 0 60px
    }

    body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container), .nectar-recent-posts-slider .flickity-page-dots, #nectar_fullscreen_rows[data-footer=default] #footer-widgets .container, #nectar_fullscreen_rows[data-footer=default] #copyright .container {
        padding: 0 90px !important
    }

    .swiper-slide .content {
        padding: 0 90px
    }

    body[data-header-format=left-header] .container .page-submenu.stuck .container:not(.tab-container), body[data-header-format=left-header] .nectar-recent-posts-slider .flickity-page-dots {
        padding: 0 60px !important
    }

    body[data-header-format=left-header] .swiper-slide .content {
        padding: 0 60px
    }

    body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        width: 100% !important;
        padding: 0 !important
    }

    body .carousel-heading .container .carousel-next {
        right: 10px
    }

    body .carousel-heading .container .carousel-prev {
        right: 35px
    }

    .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        left: 90px
    }

    .carousel-wrap[data-full-width=true] .carousel-heading {
        margin-left: -20px;
        margin-right: -20px
    }

    #ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-next {
        right: 90px
    }

    #ajax-content-wrap .carousel-wrap[data-full-width=true] .carousel-prev {
        right: 115px
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0
    }

    .carousel-wrap[data-full-width=true] .caroufredsel_wrapper {
        padding: 20px
    }

    #search-outer #search #close a {
        right: 90px
    }

    #boxed, #boxed #header-outer, #boxed #slide-out-widget-area-bg.fullscreen, #boxed #page-header-bg[data-parallax="1"], #boxed #featured, body[data-footer-reveal="1"] #boxed #footer-outer, #boxed .orbit > div, #boxed #featured article, body.ascend #boxed #search-outer {
        max-width: 1400px !important;
        width: 90% !important;
        min-width: 980px
    }

    body[data-hhun="1"] #boxed #header-outer:not(.detached), body[data-hhun="1"] #boxed #header-secondary-outer, #boxed #header-outer[data-format=centered-menu-bottom-bar][data-condense=true]:not(.fixed-menu), #boxed #header-secondary-outer.centered-menu-bottom-bar {
        width: 100% !important
    }

    #boxed #search-outer #search #close a {
        right: 0 !important
    }

    #boxed .container {
        width: 92%;
        padding: 0
    }

    #boxed #footer-outer #footer-widgets, #boxed #footer-outer #copyright {
        padding-left: 0;
        padding-right: 0
    }

    #boxed .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        left: 35px
    }

    #boxed .carousel-wrap[data-full-width=true] .carousel-next {
        right: 35px !important
    }

    #boxed .carousel-wrap[data-full-width=true] .carousel-prev {
        right: 60px !important
    }
}

@media only screen and (min-width: 1000px) {
    .container, body[data-header-format=left-header] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
        max-width: 1425px
    }
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea, span.wpcf7-not-valid-tip, .woocommerce input#coupon_code, body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input, body[data-form-style=minimal] input[type=text], body[data-form-style=minimal] textarea, body[data-form-style=minimal] input[type=email], body[data-form-style=minimal] .container-wrap .span_12.light input[type=email], body[data-form-style=minimal] input[type=password], body[data-form-style=minimal] input[type=tel], body[data-form-style=minimal] input[type=url], body[data-form-style=minimal] input[type=search], body[data-form-style=minimal] input[type=date] {
    font-size: 14px
}

body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love, .widget ul.nectar_widget[class*=nectar_blog_posts_] > li .post-date, .single [data-post-hs=default_minimal] #single-below-header span, .single .heading-title[data-header-style=default_minimal] #single-below-header span {
    font-family: DM Sans;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

.bold, strong, b {
    font-family: DM Sans;
    font-weight: 600
}

.single #single-below-header span {
    font-family: DM Sans
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    line-height: 26px
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    body {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    body {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width: 690px) {
    body {
        font-size: 18px;
        line-height: 26px
    }
}

#header-outer #logo.no-image, #header-outer[data-format=centered-menu] .logo-spacing[data-using-image=false], #header-outer[data-format=centered-logo-between-menu] .logo-spacing[data-using-image=false] {
    font-family: Source Serif Pro;
    font-weight: 600
}

#top nav > ul > li > a, .span_3 .pull-left-wrap > ul > li > a, body.material #search-outer #search input[type=text], #top nav ul .slide-out-widget-area-toggle a i.label, #top .span_9 > .slide-out-widget-area-toggle a.using-label .label, #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text, #header-outer #mobile-menu ul li a, #header-outer #mobile-menu .secondary-header-text {
    font-family: Source Serif Pro;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600
}

#top nav > ul > li[class*=button_solid_color] > a:before, #header-outer.transparent #top nav > ul > li[class*=button_solid_color] > a:before, #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    height: 28px
}

#top nav > ul > li[class*=button_bordered] > a:before, #header-outer.transparent #top nav > ul > li[class*=button_bordered] > a:before {
    height: 38px
}

.material .sf-menu > li > a > .sf-sub-indicator [class^=icon-] {
    font-size: 18px
}

#top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {
    font-family: Source Serif Pro;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    #top .sf-menu a {
        font-family: Source Serif Pro !important;
        font-size: 14px !important
    }
}

#page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1 {
    font-family: Source Serif Pro;
    font-size: 50px;
    line-height: 62px;
    font-weight: 600
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    body .row .col.section-title h1, body h1, .full-width-content .recent-post-container .inner-wrap h2 {
        font-size: 37.5px;
        line-height: 46.5px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 35px;
        line-height: 43.4px
    }

    .full-width-content .recent-post-container .inner-wrap h2 {
        font-size: 35px;
        line-height: 43.4px
    }

    .wpb_wrapper h1.vc_custom_heading {
        font-size: 35px !important;
        line-height: 43.4px !important
    }
}

@media only screen and (max-width: 690px) {
    body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, body.single.single-post .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
        font-size: 32.5px;
        line-height: 40.3px
    }

    .wpb_wrapper h1.vc_custom_heading {
        font-size: 32.5px !important;
        line-height: 40.3px !important
    }
}

#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style=bold] p, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, body #error-404 h2, .woocommerce-page .woocommerce p.cart-empty {
    font-family: Source Serif Pro;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600
}

.single-product div.product h1.product_title {
    font-size: 48px;
    line-height: 58px
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    body h2, .single-product div.product h1.product_title {
        font-size: 40.8px;
        line-height: 49.3px
    }

    .row .span_2 h2, .row .span_3 h2, .row .span_4 h2, .row .vc_col-sm-2 h2, .row .vc_col-sm-3 h2, .row .vc_col-sm-4 h2 {
        font-size: 33.6px;
        line-height: 40.6px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .col h2, h2, .single-product div.product h1.product_title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style=bold] p {
        font-size: 38.4px;
        line-height: 46.4px
    }

    .wpb_wrapper h2.vc_custom_heading {
        font-size: 38.4px !important;
        line-height: 46.4px !important
    }
}

@media only screen and (max-width: 690px) {
    .col h2, h2, .single-product div.product h1.product_title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style=bold] p {
        font-size: 36px;
        line-height: 43.5px
    }

    .wpb_wrapper h2.vc_custom_heading {
        font-size: 36px !important;
        line-height: 43.5px !important
    }
}

body h3, .row .col h3, .toggle h3 a, .ascend #respond h3, .ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3, .masonry.classic_enhanced .masonry-blog-item h3.title, .woocommerce ul.products li.product.material h3, .woocommerce-page ul.products li.product.material h3, .portfolio-items[data-ps="8"] .col h3, .nectar-hor-list-item[data-font-family=h3], .woocommerce ul.products li.product h2, .nectar-quick-view-box h1 {
    font-family: Source Serif Pro;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600
}

@media only screen and (min-width: 1000px) {
    .ascend .comments-section .comment-wrap.full-width-section > h3#comments, .blog_next_prev_buttons[data-post-header-style=default_minimal] .col h3 {
        font-size: 76.5px;
        line-height: 84.5px
    }

    #ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
        font-size: 67.5px;
        line-height: 82.5px
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
        font-size: 38.25px;
        line-height: 46.75px
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
        font-size: 38.25px;
        line-height: 46.75px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
        font-size: 36px;
        line-height: 44px
    }

    .wpb_wrapper h3.vc_custom_heading {
        font-size: 36px !important;
        line-height: 44px !important
    }
}

@media only screen and (max-width: 690px) {
    .row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
        font-size: 36px;
        line-height: 44px
    }

    .wpb_wrapper h3.vc_custom_heading {
        font-size: 36px !important;
        line-height: 44px !important
    }
}

@media only screen and (min-width: 1300px) {
    .nectar-post-grid[data-columns="2"][data-masonry=yes] > div:nth-of-type(3n+1) h3 {
        font-size: 63px
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .nectar-post-grid[data-columns="2"][data-masonry=yes] > div:nth-of-type(3n+1) h3 {
        font-size: 53.55px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .nectar-post-grid[data-columns="2"][data-masonry=yes] > div:nth-of-type(3n+1) h3 {
        font-size: 50.4px
    }
}

body h4, .row .col h4, .portfolio-items .work-meta h4, .list-icon-holder[data-icon_type="numerical"] span, .portfolio-items .col.span_3 .work-meta h4, #respond h3, .blog-recent.related-posts h3.title, h3#comments, .portfolio-items[data-ps="6"] .work-meta h4, .nectar-hor-list-item[data-font-family=h4], .toggles[data-style=minimal_small] .toggle > h3 a, .woocommerce #reviews #reply-title, p.woocommerce.add_to_cart_inline > span.woocommerce-Price-amount, p.woocommerce.add_to_cart_inline ins > span.woocommerce-Price-amount, #header-outer .total, #header-outer .total strong {
    font-family: Source Serif Pro;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600
}

@media only screen and (min-width: 690px) {
    .portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
        font-size: 71.4px !important;
        line-height: 79.4px !important
    }

    .nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item > a:not(.remove) {
        font-family: Source Serif Pro !important;
        font-weight: 600 !important
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .row .col h4, body h4 {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .row .col h4, body h4 {
        font-size: 42px;
        line-height: 50px
    }
}

@media only screen and (max-width: 690px) {
    .row .col h4, body h4 {
        font-size: 37.8px;
        line-height: 45px
    }
}

body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family=h5] {
    font-family: Source Serif Pro;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600
}

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
    font-size: 41px
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .row .col h5, body h5 {
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .row .col h5, body h5 {
        font-size: 30px;
        line-height: 36px
    }
}

@media only screen and (max-width: 690px) {
    .row .col h5, body h5 {
        font-size: 30px;
        line-height: 36px
    }
}

body h6, .row .col h6, .nectar-hor-list-item[data-font-family=h6] {
    font-family: Source Serif Pro;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .row .col h6, body h6 {
        font-size: 24px;
        line-height: 30px
    }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    .row .col h6, body h6 {
        font-size: 24px;
        line-height: 30px
    }
}

@media only screen and (max-width: 690px) {
    .row .col h6, body h6 {
        font-size: 24px;
        line-height: 30px
    }
}

body i, body em, .masonry.meta_overlaid article.post .post-header .meta-author > span, .post-area.masonry.meta_overlaid article.post .post-meta .date, .post-area.masonry.meta_overlaid article.post.quote .quote-inner .author, .post-area.masonry.meta_overlaid article.post.link .post-content .destination, body .testimonial_slider[data-style=minimal] blockquote span.title {
    font-weight: 400;
    font-style: italic
}

body b, body strong, body .bold {
    font-weight: 700
}

form label, .woocommerce-checkout-review-order-table .product-info .amount, .woocommerce-checkout-review-order-table .product-info .product-quantity, .nectar-progress-bar p, .nectar-progress-bar span strong i, .nectar-progress-bar span strong, body.material .nectar_single_testimonial[data-style=basic] span.wrap, body.material .nectar_single_testimonial[data-style=basic_left_image] span.wrap, .testimonial_slider:not([data-style=minimal]) blockquote span, .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-ordering .select2-container .select2-choice > .select2-chosen, .tabbed[data-style=minimal_alt] > ul li a, .material .widget .nectar_widget[class*=nectar_blog_posts_] > li .post-title, body.material .tagcloud a, .material .widget li a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a, .material .recentcomments .comment-author-link, .single .post-area .content-inner > .post-tags a, .masonry.material .masonry-blog-item .grav-wrap a, .nectar-recent-posts-single_featured .grav-wrap a, .masonry.material .masonry-blog-item .meta-category a, .post-area.featured_img_left article .meta-category a, .post-area.featured_img_left article .grav-wrap .text a, .related-posts[data-style=material] .meta-category a, .masonry.auto_meta_overlaid_spaced article.post.quote .author, .masonry.material article.post.quote .author, body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 span, .material .tabbed > ul li a, .post-area.featured_img_left article.post.quote .author, .single .post.format-quote .author, .related-posts[data-style=material] .grav-wrap .text a, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a, [data-style=list_featured_first_row] .meta-category a, .nectar-recent-posts-single_featured .strong a, .nectar-recent-posts-single_featured.multiple_featured .controls li .title, body .woocommerce .nectar-woo-flickity[data-controls=arrows-and-text] .woo-flickity-count, body.woocommerce ul.products li.minimal.product span.onsale, .nectar-woo-flickity ul.products li.minimal.product span.onsale, .nectar-quick-view-box span.onsale, .nectar-quick-view-box .nectar-full-product-link a, body .nectar-quick-view-box .single_add_to_cart_button, .nectar-quick-view-box .single_add_to_cart_button, .woocommerce .cart .quantity input.qty, .woocommerce .cart .quantity input.plus, .woocommerce .cart .quantity input.minus, .pum-theme-salient-page-builder-optimized .pum-container .pum-content + .pum-close, .nectar-quick-view-box .cart .quantity input.qty, .nectar-quick-view-box .cart .quantity input.plus, .nectar-quick-view-box .cart .quantity input.minus, .woocommerce-account .woocommerce-form-login .lost_password, .woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs li a, .woocommerce div.product_meta, .woocommerce table.cart td.product-name, .woocommerce table.shop_table th, #header-outer .widget_shopping_cart .cart_list a, .woocommerce .yith-wcan-reset-navigation.button, .single-product .entry-summary p.stock.out-of-stock, .nectar-post-grid .nectar-post-grid-item .content .meta-category a {
    font-weight: 700 !important
}

body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1 {
    font-family: Source Serif Pro;
    font-weight: 600
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .overlaid-content h1 {
        font-size:;
        line-height:
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
        font-size:;
        line-height:
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    #page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
        font-size:;
        line-height:
    }
}

@media only screen and (max-width: 690px) {
    .overlaid-content h1 {
        font-size:;
        line-height:
    }
}

body #page-header-bg .span_6 span.subheader, #page-header-bg span.result-num, body .row .col.section-title > span, .nectar-box-roll .overlaid-content .subheader {
    font-family: Source Serif Pro;
    font-weight: 600
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    body #page-header-bg:not(.fullscreen-header) .span_6 span.subheader, body .row .col.section-title > span {
        font-size:;
        line-height:
    }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {
        font-size:;
        line-height:
    }

    #page-header-bg .span_6 span.subheader {
        font-size: 22px !important
    }
}

@media only screen and (max-width: 690px) {
    body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {
        font-size:;
        line-height:
    }

    #page-header-bg .span_6 span.subheader {
        font-size: 15px !important
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width: 768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width: 1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .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
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .7;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under;
    transition: all .2s ease-in-out
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1;
    text-decoration: none
}

.wc-block-components-notice-banner > svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner > .wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner > .wc-block-components-button > svg {
    margin: 0 !important
}

.wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error > svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning > svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success > svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info > svg {
    background-color: #007cba
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.icons-ul > li {
    position: relative;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"].hide, [class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-5x {
    font-size: 5em;
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .3em;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before, .icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before, .icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before, .icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before, .icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before, .icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before, .icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before, .icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before, .icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before, .icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before, .icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before, .icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155";
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156";
}

.icon-yen:before, .icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before, .icon-cny:before {
    content: "\f158";
}

.icon-won:before, .icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before, .fa-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'iconsmind';
    src: url(iconsmind.eot?qnd6ae);
    src: url(iconsmind.eot?qnd6ae#iefix) format('embedded-opentype'), url(iconsmind.ttf?qnd6ae) format('truetype'), url(iconsmind.woff?qnd6ae) format('woff'), url(iconsmind.svg?qnd6ae#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=iconsmind-], [class*=" iconsmind-"] {
    font-family: 'iconsmind' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconsmind-Aquarius:before {
    content: "\e900"
}

.iconsmind-Aquarius-2:before {
    content: "\e901"
}

.iconsmind-Aries:before {
    content: "\e902"
}

.iconsmind-Aries-2:before {
    content: "\e903"
}

.iconsmind-Cancer:before {
    content: "\e904"
}

.iconsmind-Cancer-2:before {
    content: "\e905"
}

.iconsmind-Capricorn:before {
    content: "\e906"
}

.iconsmind-Capricorn-2:before {
    content: "\e907"
}

.iconsmind-Gemini:before {
    content: "\e908"
}

.iconsmind-Gemini-2:before {
    content: "\e909"
}

.iconsmind-Leo:before {
    content: "\e90a"
}

.iconsmind-Leo-2:before {
    content: "\e90b"
}

.iconsmind-Libra:before {
    content: "\e90c"
}

.iconsmind-Libra-2:before {
    content: "\e90d"
}

.iconsmind-Pisces:before {
    content: "\e90e"
}

.iconsmind-Pisces-2:before {
    content: "\e90f"
}

.iconsmind-Sagittarus:before {
    content: "\e910"
}

.iconsmind-Sagittarus-2:before {
    content: "\e911"
}

.iconsmind-Scorpio:before {
    content: "\e912"
}

.iconsmind-Scorpio-2:before {
    content: "\e913"
}

.iconsmind-Taurus:before {
    content: "\e914"
}

.iconsmind-Taurus-2:before {
    content: "\e915"
}

.iconsmind-Virgo:before {
    content: "\e916"
}

.iconsmind-Virgo-2:before {
    content: "\e917"
}

.iconsmind-Add-Window:before {
    content: "\e918"
}

.iconsmind-Approved-Window:before {
    content: "\e919"
}

.iconsmind-Block-Window:before {
    content: "\e91a"
}

.iconsmind-Close-Window:before {
    content: "\e91b"
}

.iconsmind-Code-Window:before {
    content: "\e91c"
}

.iconsmind-Delete-Window:before {
    content: "\e91d"
}

.iconsmind-Download-Window:before {
    content: "\e91e"
}

.iconsmind-Duplicate-Window:before {
    content: "\e91f"
}

.iconsmind-Error-404Window:before {
    content: "\e920"
}

.iconsmind-Favorite-Window:before {
    content: "\e921"
}

.iconsmind-Font-Window:before {
    content: "\e922"
}

.iconsmind-Full-ViewWindow:before {
    content: "\e923"
}

.iconsmind-Height-Window:before {
    content: "\e924"
}

.iconsmind-Home-Window:before {
    content: "\e925"
}

.iconsmind-Info-Window:before {
    content: "\e926"
}

.iconsmind-Loading-Window:before {
    content: "\e927"
}

.iconsmind-Lock-Window:before {
    content: "\e928"
}

.iconsmind-Love-Window:before {
    content: "\e929"
}

.iconsmind-Maximize-Window:before {
    content: "\e92a"
}

.iconsmind-Minimize-Maximize-Close-Window:before {
    content: "\e92b"
}

.iconsmind-Minimize-Window:before {
    content: "\e92c"
}

.iconsmind-Navigation-LeftWindow:before {
    content: "\e92d"
}

.iconsmind-Navigation-RightWindow:before {
    content: "\e92e"
}

.iconsmind-Network-Window:before {
    content: "\e92f"
}

.iconsmind-New-Tab:before {
    content: "\e930"
}

.iconsmind-One-Window:before {
    content: "\e931"
}

.iconsmind-Refresh-Window:before {
    content: "\e932"
}

.iconsmind-Remove-Window:before {
    content: "\e933"
}

.iconsmind-Restore-Window:before {
    content: "\e934"
}

.iconsmind-Save-Window:before {
    content: "\e935"
}

.iconsmind-Settings-Window:before {
    content: "\e936"
}

.iconsmind-Share-Window:before {
    content: "\e937"
}

.iconsmind-Sidebar-Window:before {
    content: "\e938"
}

.iconsmind-Split-FourSquareWindow:before {
    content: "\e939"
}

.iconsmind-Split-Horizontal:before {
    content: "\e93a"
}

.iconsmind-Split-Horizontal2Window:before {
    content: "\e93b"
}

.iconsmind-Split-Vertical:before {
    content: "\e93c"
}

.iconsmind-Split-Vertical2:before {
    content: "\e93d"
}

.iconsmind-Split-Window:before {
    content: "\e93e"
}

.iconsmind-Time-Window:before {
    content: "\e93f"
}

.iconsmind-Touch-Window:before {
    content: "\e940"
}

.iconsmind-Two-Windows:before {
    content: "\e941"
}

.iconsmind-Upload-Window:before {
    content: "\e942"
}

.iconsmind-URL-Window:before {
    content: "\e943"
}

.iconsmind-Warning-Window:before {
    content: "\e944"
}

.iconsmind-Width-Window:before {
    content: "\e945"
}

.iconsmind-Window-2:before {
    content: "\e946"
}

.iconsmind-Windows-2:before {
    content: "\e947"
}

.iconsmind-Autumn:before {
    content: "\e948"
}

.iconsmind-Celsius:before {
    content: "\e949"
}

.iconsmind-Cloud-Hail:before {
    content: "\e94a"
}

.iconsmind-Cloud-Moon:before {
    content: "\e94b"
}

.iconsmind-Cloud-Rain:before {
    content: "\e94c"
}

.iconsmind-Cloud-Snow:before {
    content: "\e94d"
}

.iconsmind-Cloud-Sun:before {
    content: "\e94e"
}

.iconsmind-Clouds-Weather:before {
    content: "\e94f"
}

.iconsmind-Cloud-Weather:before {
    content: "\e950"
}

.iconsmind-Drop:before {
    content: "\e951"
}

.iconsmind-Dry:before {
    content: "\e952"
}

.iconsmind-Fahrenheit:before {
    content: "\e953"
}

.iconsmind-Fog-Day:before {
    content: "\e954"
}

.iconsmind-Fog-Night:before {
    content: "\e955"
}

.iconsmind-Full-Moon:before {
    content: "\e956"
}

.iconsmind-Half-Moon:before {
    content: "\e957"
}

.iconsmind-No-Drop:before {
    content: "\e958"
}

.iconsmind-Rainbow:before {
    content: "\e959"
}

.iconsmind-Rainbow-2:before {
    content: "\e95a"
}

.iconsmind-Rain-Drop:before {
    content: "\e95b"
}

.iconsmind-Sleet:before {
    content: "\e95c"
}

.iconsmind-Snow:before {
    content: "\e95d"
}

.iconsmind-Snowflake:before {
    content: "\e95e"
}

.iconsmind-Snowflake-2:before {
    content: "\e95f"
}

.iconsmind-Snowflake-3:before {
    content: "\e960"
}

.iconsmind-Snow-Storm:before {
    content: "\e961"
}

.iconsmind-Spring:before {
    content: "\e962"
}

.iconsmind-Storm:before {
    content: "\e963"
}

.iconsmind-Summer:before {
    content: "\e964"
}

.iconsmind-Sun:before {
    content: "\e965"
}

.iconsmind-Sun-CloudyRain:before {
    content: "\e966"
}

.iconsmind-Sunrise:before {
    content: "\e967"
}

.iconsmind-Sunset:before {
    content: "\e968"
}

.iconsmind-Temperature:before {
    content: "\e969"
}

.iconsmind-Temperature-2:before {
    content: "\e96a"
}

.iconsmind-Thunder:before {
    content: "\e96b"
}

.iconsmind-Thunderstorm:before {
    content: "\e96c"
}

.iconsmind-Twister:before {
    content: "\e96d"
}

.iconsmind-Umbrella-2:before {
    content: "\e96e"
}

.iconsmind-Umbrella-3:before {
    content: "\e96f"
}

.iconsmind-Wave:before {
    content: "\e970"
}

.iconsmind-Wave-2:before {
    content: "\e971"
}

.iconsmind-Windsock:before {
    content: "\e972"
}

.iconsmind-Wind-Turbine:before {
    content: "\e973"
}

.iconsmind-Windy:before {
    content: "\e974"
}

.iconsmind-Winter:before {
    content: "\e975"
}

.iconsmind-Winter-2:before {
    content: "\e976"
}

.iconsmind-Cinema:before {
    content: "\e977"
}

.iconsmind-Clapperboard-Close:before {
    content: "\e978"
}

.iconsmind-Clapperboard-Open:before {
    content: "\e979"
}

.iconsmind-D-Eyeglasses:before {
    content: "\e97a"
}

.iconsmind-D-Eyeglasses2:before {
    content: "\e97b"
}

.iconsmind-Director:before {
    content: "\e97c"
}

.iconsmind-Film:before {
    content: "\e97d"
}

.iconsmind-Film-Strip:before {
    content: "\e97e"
}

.iconsmind-Film-Video:before {
    content: "\e97f"
}

.iconsmind-Flash-Video:before {
    content: "\e980"
}

.iconsmind-HD-Video:before {
    content: "\e981"
}

.iconsmind-Movie:before {
    content: "\e982"
}

.iconsmind-Old-TV:before {
    content: "\e983"
}

.iconsmind-Reel:before {
    content: "\e984"
}

.iconsmind-Tripod-andVideo:before {
    content: "\e985"
}

.iconsmind-TV:before {
    content: "\e986"
}

.iconsmind-Video:before {
    content: "\e987"
}

.iconsmind-Video-2:before {
    content: "\e988"
}

.iconsmind-Video-3:before {
    content: "\e989"
}

.iconsmind-Video-4:before {
    content: "\e98a"
}

.iconsmind-Video-5:before {
    content: "\e98b"
}

.iconsmind-Video-6:before {
    content: "\e98c"
}

.iconsmind-Video-Len:before {
    content: "\e98d"
}

.iconsmind-Video-Len2:before {
    content: "\e98e"
}

.iconsmind-Video-Photographer:before {
    content: "\e98f"
}

.iconsmind-Video-Tripod:before {
    content: "\e990"
}

.iconsmind-Affiliate:before {
    content: "\e991"
}

.iconsmind-Background:before {
    content: "\e992"
}

.iconsmind-Billing:before {
    content: "\e993"
}

.iconsmind-Control:before {
    content: "\e994"
}

.iconsmind-Control-2:before {
    content: "\e995"
}

.iconsmind-Crop-2:before {
    content: "\e996"
}

.iconsmind-Dashboard:before {
    content: "\e997"
}

.iconsmind-Duplicate-Layer:before {
    content: "\e998"
}

.iconsmind-Filter-2:before {
    content: "\e999"
}

.iconsmind-Gear:before {
    content: "\e99a"
}

.iconsmind-Gear-2:before {
    content: "\e99b"
}

.iconsmind-Gears:before {
    content: "\e99c"
}

.iconsmind-Gears-2:before {
    content: "\e99d"
}

.iconsmind-Information:before {
    content: "\e99e"
}

.iconsmind-Layer-Backward:before {
    content: "\e99f"
}

.iconsmind-Layer-Forward:before {
    content: "\e9a0"
}

.iconsmind-Library:before {
    content: "\e9a1"
}

.iconsmind-Loading:before {
    content: "\e9a2"
}

.iconsmind-Loading-2:before {
    content: "\e9a3"
}

.iconsmind-Loading-3:before {
    content: "\e9a4"
}

.iconsmind-Magnifi-Glass:before {
    content: "\e9a5"
}

.iconsmind-Magnifi-Glass2:before {
    content: "\e9a6"
}

.iconsmind-Magnifi-Glass22:before {
    content: "\e9a7"
}

.iconsmind-Mouse-Pointer:before {
    content: "\e9a8"
}

.iconsmind-On-off:before {
    content: "\e9a9"
}

.iconsmind-On-Off-2:before {
    content: "\e9aa"
}

.iconsmind-On-Off-3:before {
    content: "\e9ab"
}

.iconsmind-Preview:before {
    content: "\e9ac"
}

.iconsmind-Pricing:before {
    content: "\e9ad"
}

.iconsmind-Profile:before {
    content: "\e9ae"
}

.iconsmind-Project:before {
    content: "\e9af"
}

.iconsmind-Rename:before {
    content: "\e9b0"
}

.iconsmind-Repair:before {
    content: "\e9b1"
}

.iconsmind-Save:before {
    content: "\e9b2"
}

.iconsmind-Scroller:before {
    content: "\e9b3"
}

.iconsmind-Scroller-2:before {
    content: "\e9b4"
}

.iconsmind-Share:before {
    content: "\e9b5"
}

.iconsmind-Statistic:before {
    content: "\e9b6"
}

.iconsmind-Support:before {
    content: "\e9b7"
}

.iconsmind-Switch:before {
    content: "\e9b8"
}

.iconsmind-Upgrade:before {
    content: "\e9b9"
}

.iconsmind-User:before {
    content: "\e9ba"
}

.iconsmind-Wrench:before {
    content: "\e9bb"
}

.iconsmind-Air-Balloon:before {
    content: "\e9bc"
}

.iconsmind-Airship:before {
    content: "\e9bd"
}

.iconsmind-Bicycle:before {
    content: "\e9be"
}

.iconsmind-Bicycle-2:before {
    content: "\e9bf"
}

.iconsmind-Bike-Helmet:before {
    content: "\e9c0"
}

.iconsmind-Bus:before {
    content: "\e9c1"
}

.iconsmind-Bus-2:before {
    content: "\e9c2"
}

.iconsmind-Cable-Car:before {
    content: "\e9c3"
}

.iconsmind-Car:before {
    content: "\e9c4"
}

.iconsmind-Car-2:before {
    content: "\e9c5"
}

.iconsmind-Car-3:before {
    content: "\e9c6"
}

.iconsmind-Car-Wheel:before {
    content: "\e9c7"
}

.iconsmind-Gaugage:before {
    content: "\e9c8"
}

.iconsmind-Gaugage-2:before {
    content: "\e9c9"
}

.iconsmind-Helicopter:before {
    content: "\e9ca"
}

.iconsmind-Helicopter-2:before {
    content: "\e9cb"
}

.iconsmind-Helmet:before {
    content: "\e9cc"
}

.iconsmind-Jeep:before {
    content: "\e9cd"
}

.iconsmind-Jeep-2:before {
    content: "\e9ce"
}

.iconsmind-Jet:before {
    content: "\e9cf"
}

.iconsmind-Motorcycle:before {
    content: "\e9d0"
}

.iconsmind-Plane:before {
    content: "\e9d1"
}

.iconsmind-Plane-2:before {
    content: "\e9d2"
}

.iconsmind-Road:before {
    content: "\e9d3"
}

.iconsmind-Road-2:before {
    content: "\e9d4"
}

.iconsmind-Rocket:before {
    content: "\e9d5"
}

.iconsmind-Sailing-Ship:before {
    content: "\e9d6"
}

.iconsmind-Scooter:before {
    content: "\e9d7"
}

.iconsmind-Scooter-Front:before {
    content: "\e9d8"
}

.iconsmind-Ship:before {
    content: "\e9d9"
}

.iconsmind-Ship-2:before {
    content: "\e9da"
}

.iconsmind-Skateboard:before {
    content: "\e9db"
}

.iconsmind-Skateboard-2:before {
    content: "\e9dc"
}

.iconsmind-Taxi:before {
    content: "\e9dd"
}

.iconsmind-Taxi-2:before {
    content: "\e9de"
}

.iconsmind-Taxi-Sign:before {
    content: "\e9df"
}

.iconsmind-Tractor:before {
    content: "\e9e0"
}

.iconsmind-traffic-Light:before {
    content: "\e9e1"
}

.iconsmind-Traffic-Light2:before {
    content: "\e9e2"
}

.iconsmind-Train:before {
    content: "\e9e3"
}

.iconsmind-Train-2:before {
    content: "\e9e4"
}

.iconsmind-Tram:before {
    content: "\e9e5"
}

.iconsmind-Truck:before {
    content: "\e9e6"
}

.iconsmind-Yacht:before {
    content: "\e9e7"
}

.iconsmind-Double-Tap:before {
    content: "\e9e8"
}

.iconsmind-Drag:before {
    content: "\e9e9"
}

.iconsmind-Drag-Down:before {
    content: "\e9ea"
}

.iconsmind-Drag-Left:before {
    content: "\e9eb"
}

.iconsmind-Drag-Right:before {
    content: "\e9ec"
}

.iconsmind-Drag-Up:before {
    content: "\e9ed"
}

.iconsmind-Finger-DragFourSides:before {
    content: "\e9ee"
}

.iconsmind-Finger-DragTwoSides:before {
    content: "\e9ef"
}

.iconsmind-Five-Fingers:before {
    content: "\e9f0"
}

.iconsmind-Five-FingersDrag:before {
    content: "\e9f1"
}

.iconsmind-Five-FingersDrag2:before {
    content: "\e9f2"
}

.iconsmind-Five-FingersTouch:before {
    content: "\e9f3"
}

.iconsmind-Flick:before {
    content: "\e9f4"
}

.iconsmind-Four-Fingers:before {
    content: "\e9f5"
}

.iconsmind-Four-FingersDrag:before {
    content: "\e9f6"
}

.iconsmind-Four-FingersDrag2:before {
    content: "\e9f7"
}

.iconsmind-Four-FingersTouch:before {
    content: "\e9f8"
}

.iconsmind-Hand-Touch:before {
    content: "\e9f9"
}

.iconsmind-Hand-Touch2:before {
    content: "\e9fa"
}

.iconsmind-Hand-TouchSmartphone:before {
    content: "\e9fb"
}

.iconsmind-One-Finger:before {
    content: "\e9fc"
}

.iconsmind-One-FingerTouch:before {
    content: "\e9fd"
}

.iconsmind-Pinch:before {
    content: "\e9fe"
}

.iconsmind-Press:before {
    content: "\e9ff"
}

.iconsmind-Rotate-Gesture:before {
    content: "\ea00"
}

.iconsmind-Rotate-Gesture2:before {
    content: "\ea01"
}

.iconsmind-Rotate-Gesture3:before {
    content: "\ea02"
}

.iconsmind-Scroll:before {
    content: "\ea03"
}

.iconsmind-Scroll-Fast:before {
    content: "\ea04"
}

.iconsmind-Spread:before {
    content: "\ea05"
}

.iconsmind-Star-Track:before {
    content: "\ea06"
}

.iconsmind-Tap:before {
    content: "\ea07"
}

.iconsmind-Three-Fingers:before {
    content: "\ea08"
}

.iconsmind-Three-FingersDrag:before {
    content: "\ea09"
}

.iconsmind-Three-FingersDrag2:before {
    content: "\ea0a"
}

.iconsmind-Three-FingersTouch:before {
    content: "\ea0b"
}

.iconsmind-Thumb:before {
    content: "\ea0c"
}

.iconsmind-Two-Fingers:before {
    content: "\ea0d"
}

.iconsmind-Two-FingersDrag:before {
    content: "\ea0e"
}

.iconsmind-Two-FingersDrag2:before {
    content: "\ea0f"
}

.iconsmind-Two-FingersScroll:before {
    content: "\ea10"
}

.iconsmind-Two-FingersTouch:before {
    content: "\ea11"
}

.iconsmind-Zoom-Gesture:before {
    content: "\ea12"
}

.iconsmind-Alarm-Clock:before {
    content: "\ea13"
}

.iconsmind-Alarm-Clock2:before {
    content: "\ea14"
}

.iconsmind-Calendar-Clock:before {
    content: "\ea15"
}

.iconsmind-Clock:before {
    content: "\ea16"
}

.iconsmind-Clock-2:before {
    content: "\ea17"
}

.iconsmind-Clock-3:before {
    content: "\ea18"
}

.iconsmind-Clock-4:before {
    content: "\ea19"
}

.iconsmind-Clock-Back:before {
    content: "\ea1a"
}

.iconsmind-Clock-Forward:before {
    content: "\ea1b"
}

.iconsmind-Hour:before {
    content: "\ea1c"
}

.iconsmind-Old-Clock:before {
    content: "\ea1d"
}

.iconsmind-Over-Time:before {
    content: "\ea1e"
}

.iconsmind-Over-Time2:before {
    content: "\ea1f"
}

.iconsmind-Sand-watch:before {
    content: "\ea20"
}

.iconsmind-Sand-watch2:before {
    content: "\ea21"
}

.iconsmind-Stopwatch:before {
    content: "\ea22"
}

.iconsmind-Stopwatch-2:before {
    content: "\ea23"
}

.iconsmind-Time-Backup:before {
    content: "\ea24"
}

.iconsmind-Time-Fire:before {
    content: "\ea25"
}

.iconsmind-Time-Machine:before {
    content: "\ea26"
}

.iconsmind-Timer:before {
    content: "\ea27"
}

.iconsmind-Watch:before {
    content: "\ea28"
}

.iconsmind-Watch-2:before {
    content: "\ea29"
}

.iconsmind-Watch-3:before {
    content: "\ea2a"
}

.iconsmind-A-Z:before {
    content: "\ea2b"
}

.iconsmind-Bold-Text:before {
    content: "\ea2c"
}

.iconsmind-Bulleted-List:before {
    content: "\ea2d"
}

.iconsmind-Font-Color:before {
    content: "\ea2e"
}

.iconsmind-Font-Name:before {
    content: "\ea2f"
}

.iconsmind-Font-Size:before {
    content: "\ea30"
}

.iconsmind-Font-Style:before {
    content: "\ea31"
}

.iconsmind-Font-StyleSubscript:before {
    content: "\ea32"
}

.iconsmind-Font-StyleSuperscript:before {
    content: "\ea33"
}

.iconsmind-Function:before {
    content: "\ea34"
}

.iconsmind-Italic-Text:before {
    content: "\ea35"
}

.iconsmind-Line-SpacingText:before {
    content: "\ea36"
}

.iconsmind-Lowercase-Text:before {
    content: "\ea37"
}

.iconsmind-Normal-Text:before {
    content: "\ea38"
}

.iconsmind-Numbering-List:before {
    content: "\ea39"
}

.iconsmind-Strikethrough-Text:before {
    content: "\ea3a"
}

.iconsmind-Sum:before {
    content: "\ea3b"
}

.iconsmind-Text-Box:before {
    content: "\ea3c"
}

.iconsmind-Text-Effect:before {
    content: "\ea3d"
}

.iconsmind-Text-HighlightColor:before {
    content: "\ea3e"
}

.iconsmind-Text-Paragraph:before {
    content: "\ea3f"
}

.iconsmind-Under-LineText:before {
    content: "\ea40"
}

.iconsmind-Uppercase-Text:before {
    content: "\ea41"
}

.iconsmind-Wrap-Text:before {
    content: "\ea42"
}

.iconsmind-Z-A:before {
    content: "\ea43"
}

.iconsmind-Aerobics:before {
    content: "\ea44"
}

.iconsmind-Aerobics-2:before {
    content: "\ea45"
}

.iconsmind-Aerobics-3:before {
    content: "\ea46"
}

.iconsmind-Archery:before {
    content: "\ea47"
}

.iconsmind-Archery-2:before {
    content: "\ea48"
}

.iconsmind-Ballet-Shoes:before {
    content: "\ea49"
}

.iconsmind-Baseball:before {
    content: "\ea4a"
}

.iconsmind-Basket-Ball:before {
    content: "\ea4b"
}

.iconsmind-Bodybuilding:before {
    content: "\ea4c"
}

.iconsmind-Bowling:before {
    content: "\ea4d"
}

.iconsmind-Bowling-2:before {
    content: "\ea4e"
}

.iconsmind-Box:before {
    content: "\ea4f"
}

.iconsmind-Chess:before {
    content: "\ea50"
}

.iconsmind-Cricket:before {
    content: "\ea51"
}

.iconsmind-Dumbbell:before {
    content: "\ea52"
}

.iconsmind-Football:before {
    content: "\ea53"
}

.iconsmind-Football-2:before {
    content: "\ea54"
}

.iconsmind-Footprint:before {
    content: "\ea55"
}

.iconsmind-Footprint-2:before {
    content: "\ea56"
}

.iconsmind-Goggles:before {
    content: "\ea57"
}

.iconsmind-Golf:before {
    content: "\ea58"
}

.iconsmind-Golf-2:before {
    content: "\ea59"
}

.iconsmind-Gymnastics:before {
    content: "\ea5a"
}

.iconsmind-Hokey:before {
    content: "\ea5b"
}

.iconsmind-Jump-Rope:before {
    content: "\ea5c"
}

.iconsmind-Life-Jacket:before {
    content: "\ea5d"
}

.iconsmind-Medal:before {
    content: "\ea5e"
}

.iconsmind-Medal-2:before {
    content: "\ea5f"
}

.iconsmind-Medal-3:before {
    content: "\ea60"
}

.iconsmind-Parasailing:before {
    content: "\ea61"
}

.iconsmind-Pilates:before {
    content: "\ea62"
}

.iconsmind-Pilates-2:before {
    content: "\ea63"
}

.iconsmind-Pilates-3:before {
    content: "\ea64"
}

.iconsmind-Ping-Pong:before {
    content: "\ea65"
}

.iconsmind-Rafting:before {
    content: "\ea66"
}

.iconsmind-Running:before {
    content: "\ea67"
}

.iconsmind-Running-Shoes:before {
    content: "\ea68"
}

.iconsmind-Skate-Shoes:before {
    content: "\ea69"
}

.iconsmind-Ski:before {
    content: "\ea6a"
}

.iconsmind-Skydiving:before {
    content: "\ea6b"
}

.iconsmind-Snorkel:before {
    content: "\ea6c"
}

.iconsmind-Soccer-Ball:before {
    content: "\ea6d"
}

.iconsmind-Soccer-Shoes:before {
    content: "\ea6e"
}

.iconsmind-Swimming:before {
    content: "\ea6f"
}

.iconsmind-Tennis:before {
    content: "\ea70"
}

.iconsmind-Tennis-Ball:before {
    content: "\ea71"
}

.iconsmind-Trekking:before {
    content: "\ea72"
}

.iconsmind-Trophy:before {
    content: "\ea73"
}

.iconsmind-Trophy-2:before {
    content: "\ea74"
}

.iconsmind-Volleyball:before {
    content: "\ea75"
}

.iconsmind-weight-Lift:before {
    content: "\ea76"
}

.iconsmind-Speach-Bubble:before {
    content: "\ea77"
}

.iconsmind-Speach-Bubble2:before {
    content: "\ea78"
}

.iconsmind-Speach-Bubble3:before {
    content: "\ea79"
}

.iconsmind-Speach-Bubble4:before {
    content: "\ea7a"
}

.iconsmind-Speach-Bubble5:before {
    content: "\ea7b"
}

.iconsmind-Speach-Bubble6:before {
    content: "\ea7c"
}

.iconsmind-Speach-Bubble7:before {
    content: "\ea7d"
}

.iconsmind-Speach-Bubble8:before {
    content: "\ea7e"
}

.iconsmind-Speach-Bubble9:before {
    content: "\ea7f"
}

.iconsmind-Speach-Bubble10:before {
    content: "\ea80"
}

.iconsmind-Speach-Bubble11:before {
    content: "\ea81"
}

.iconsmind-Speach-Bubble12:before {
    content: "\ea82"
}

.iconsmind-Speach-Bubble13:before {
    content: "\ea83"
}

.iconsmind-Speach-BubbleAsking:before {
    content: "\ea84"
}

.iconsmind-Speach-BubbleComic:before {
    content: "\ea85"
}

.iconsmind-Speach-BubbleComic2:before {
    content: "\ea86"
}

.iconsmind-Speach-BubbleComic3:before {
    content: "\ea87"
}

.iconsmind-Speach-BubbleComic4:before {
    content: "\ea88"
}

.iconsmind-Speach-BubbleDialog:before {
    content: "\ea89"
}

.iconsmind-Speach-Bubbles:before {
    content: "\ea8a"
}

.iconsmind-Aim:before {
    content: "\ea8b"
}

.iconsmind-Ask:before {
    content: "\ea8c"
}

.iconsmind-Bebo:before {
    content: "\ea8d"
}

.iconsmind-Behance:before {
    content: "\ea8e"
}

.iconsmind-Betvibes:before {
    content: "\ea8f"
}

.iconsmind-Bing:before {
    content: "\ea90"
}

.iconsmind-Blinklist:before {
    content: "\ea91"
}

.iconsmind-Blogger:before {
    content: "\ea92"
}

.iconsmind-Brightkite:before {
    content: "\ea93"
}

.iconsmind-Delicious:before {
    content: "\ea94"
}

.iconsmind-Deviantart:before {
    content: "\ea95"
}

.iconsmind-Digg:before {
    content: "\ea96"
}

.iconsmind-Diigo:before {
    content: "\ea97"
}

.iconsmind-Doplr:before {
    content: "\ea98"
}

.iconsmind-Dribble:before {
    content: "\ea99"
}

.iconsmind-Email:before {
    content: "\ea9a"
}

.iconsmind-Evernote:before {
    content: "\ea9b"
}

.iconsmind-Facebook:before {
    content: "\ea9c"
}

.iconsmind-Facebook-2:before {
    content: "\ea9d"
}

.iconsmind-Feedburner:before {
    content: "\ea9e"
}

.iconsmind-Flickr:before {
    content: "\ea9f"
}

.iconsmind-Formspring:before {
    content: "\eaa0"
}

.iconsmind-Forsquare:before {
    content: "\eaa1"
}

.iconsmind-Friendfeed:before {
    content: "\eaa2"
}

.iconsmind-Friendster:before {
    content: "\eaa3"
}

.iconsmind-Furl:before {
    content: "\eaa4"
}

.iconsmind-Google:before {
    content: "\eaa5"
}

.iconsmind-Google-Buzz:before {
    content: "\eaa6"
}

.iconsmind-Google-Plus:before {
    content: "\eaa7"
}

.iconsmind-Gowalla:before {
    content: "\eaa8"
}

.iconsmind-ICQ:before {
    content: "\eaa9"
}

.iconsmind-ImDB:before {
    content: "\eaaa"
}

.iconsmind-Instagram:before {
    content: "\eaab"
}

.iconsmind-Last-FM:before {
    content: "\eaac"
}

.iconsmind-Like:before {
    content: "\eaad"
}

.iconsmind-Like-2:before {
    content: "\eaae"
}

.iconsmind-Linkedin:before {
    content: "\eaaf"
}

.iconsmind-Linkedin-2:before {
    content: "\eab0"
}

.iconsmind-Livejournal:before {
    content: "\eab1"
}

.iconsmind-Metacafe:before {
    content: "\eab2"
}

.iconsmind-Mixx:before {
    content: "\eab3"
}

.iconsmind-Myspace:before {
    content: "\eab4"
}

.iconsmind-Newsvine:before {
    content: "\eab5"
}

.iconsmind-Orkut:before {
    content: "\eab6"
}

.iconsmind-Picasa:before {
    content: "\eab7"
}

.iconsmind-Pinterest:before {
    content: "\eab8"
}

.iconsmind-Plaxo:before {
    content: "\eab9"
}

.iconsmind-Plurk:before {
    content: "\eaba"
}

.iconsmind-Posterous:before {
    content: "\eabb"
}

.iconsmind-QIK:before {
    content: "\eabc"
}

.iconsmind-Reddit:before {
    content: "\eabd"
}

.iconsmind-Reverbnation:before {
    content: "\eabe"
}

.iconsmind-RSS:before {
    content: "\eabf"
}

.iconsmind-Sharethis:before {
    content: "\eac0"
}

.iconsmind-Shoutwire:before {
    content: "\eac1"
}

.iconsmind-Skype:before {
    content: "\eac2"
}

.iconsmind-Soundcloud:before {
    content: "\eac3"
}

.iconsmind-Spurl:before {
    content: "\eac4"
}

.iconsmind-Stumbleupon:before {
    content: "\eac5"
}

.iconsmind-Technorati:before {
    content: "\eac6"
}

.iconsmind-Tumblr:before {
    content: "\eac7"
}

.iconsmind-Twitter:before {
    content: "\eac8"
}

.iconsmind-Twitter-2:before {
    content: "\eac9"
}

.iconsmind-Unlike:before {
    content: "\eaca"
}

.iconsmind-Unlike-2:before {
    content: "\eacb"
}

.iconsmind-Ustream:before {
    content: "\eacc"
}

.iconsmind-Viddler:before {
    content: "\eacd"
}

.iconsmind-Vimeo:before {
    content: "\eace"
}

.iconsmind-Wordpress:before {
    content: "\eacf"
}

.iconsmind-Xanga:before {
    content: "\ead0"
}

.iconsmind-Xing:before {
    content: "\ead1"
}

.iconsmind-Yahoo:before {
    content: "\ead2"
}

.iconsmind-Yahoo-Buzz:before {
    content: "\ead3"
}

.iconsmind-Yelp:before {
    content: "\ead4"
}

.iconsmind-Youtube:before {
    content: "\ead5"
}

.iconsmind-Zootool:before {
    content: "\ead6"
}

.iconsmind-Bisexual:before {
    content: "\ead7"
}

.iconsmind-Cancer2:before {
    content: "\ead8"
}

.iconsmind-Couple-Sign:before {
    content: "\ead9"
}

.iconsmind-David-Star:before {
    content: "\eada"
}

.iconsmind-Family-Sign:before {
    content: "\eadb"
}

.iconsmind-Female-2:before {
    content: "\eadc"
}

.iconsmind-Gey:before {
    content: "\eadd"
}

.iconsmind-Heart:before {
    content: "\eade"
}

.iconsmind-Homosexual:before {
    content: "\eadf"
}

.iconsmind-Inifity:before {
    content: "\eae0"
}

.iconsmind-Lesbian:before {
    content: "\eae1"
}

.iconsmind-Lesbians:before {
    content: "\eae2"
}

.iconsmind-Love:before {
    content: "\eae3"
}

.iconsmind-Male-2:before {
    content: "\eae4"
}

.iconsmind-Men:before {
    content: "\eae5"
}

.iconsmind-No-Smoking:before {
    content: "\eae6"
}

.iconsmind-Paw:before {
    content: "\eae7"
}

.iconsmind-Quotes:before {
    content: "\eae8"
}

.iconsmind-Quotes-2:before {
    content: "\eae9"
}

.iconsmind-Redirect:before {
    content: "\eaea"
}

.iconsmind-Retweet:before {
    content: "\eaeb"
}

.iconsmind-Ribbon:before {
    content: "\eaec"
}

.iconsmind-Ribbon-2:before {
    content: "\eaed"
}

.iconsmind-Ribbon-3:before {
    content: "\eaee"
}

.iconsmind-Sexual:before {
    content: "\eaef"
}

.iconsmind-Smoking-Area:before {
    content: "\eaf0"
}

.iconsmind-Trace:before {
    content: "\eaf1"
}

.iconsmind-Venn-Diagram:before {
    content: "\eaf2"
}

.iconsmind-Wheelchair:before {
    content: "\eaf3"
}

.iconsmind-Women:before {
    content: "\eaf4"
}

.iconsmind-Ying-Yang:before {
    content: "\eaf5"
}

.iconsmind-Add-Bag:before {
    content: "\eaf6"
}

.iconsmind-Add-Basket:before {
    content: "\eaf7"
}

.iconsmind-Add-Cart:before {
    content: "\eaf8"
}

.iconsmind-Bag-Coins:before {
    content: "\eaf9"
}

.iconsmind-Bag-Items:before {
    content: "\eafa"
}

.iconsmind-Bag-Quantity:before {
    content: "\eafb"
}

.iconsmind-Bar-Code:before {
    content: "\eafc"
}

.iconsmind-Basket-Coins:before {
    content: "\eafd"
}

.iconsmind-Basket-Items:before {
    content: "\eafe"
}

.iconsmind-Basket-Quantity:before {
    content: "\eaff"
}

.iconsmind-Bitcoin:before {
    content: "\eb00"
}

.iconsmind-Car-Coins:before {
    content: "\eb01"
}

.iconsmind-Car-Items:before {
    content: "\eb02"
}

.iconsmind-CartQuantity:before {
    content: "\eb03"
}

.iconsmind-Cash-Register:before {
    content: "\eb04"
}

.iconsmind-Cash-register2:before {
    content: "\eb05"
}

.iconsmind-Checkout:before {
    content: "\eb06"
}

.iconsmind-Checkout-Bag:before {
    content: "\eb07"
}

.iconsmind-Checkout-Basket:before {
    content: "\eb08"
}

.iconsmind-Full-Basket:before {
    content: "\eb09"
}

.iconsmind-Full-Cart:before {
    content: "\eb0a"
}

.iconsmind-Fyll-Bag:before {
    content: "\eb0b"
}

.iconsmind-Home:before {
    content: "\eb0c"
}

.iconsmind-Password-2shopping:before {
    content: "\eb0d"
}

.iconsmind-Password-shopping:before {
    content: "\eb0e"
}

.iconsmind-QR-Code:before {
    content: "\eb0f"
}

.iconsmind-Receipt:before {
    content: "\eb10"
}

.iconsmind-Receipt-2:before {
    content: "\eb11"
}

.iconsmind-Receipt-3:before {
    content: "\eb12"
}

.iconsmind-Receipt-4:before {
    content: "\eb13"
}

.iconsmind-Remove-Bag:before {
    content: "\eb14"
}

.iconsmind-Remove-Basket:before {
    content: "\eb15"
}

.iconsmind-Remove-Cart:before {
    content: "\eb16"
}

.iconsmind-Shop:before {
    content: "\eb17"
}

.iconsmind-Shop-2:before {
    content: "\eb18"
}

.iconsmind-Shop-3:before {
    content: "\eb19"
}

.iconsmind-Shop-4:before {
    content: "\eb1a"
}

.iconsmind-Shopping-Bag:before {
    content: "\eb1b"
}

.iconsmind-Shopping-Basket:before {
    content: "\eb1c"
}

.iconsmind-Shopping-Cart:before {
    content: "\eb1d"
}

.iconsmind-Tag-2:before {
    content: "\eb1e"
}

.iconsmind-Tag-3:before {
    content: "\eb1f"
}

.iconsmind-Tag-4:before {
    content: "\eb20"
}

.iconsmind-Tag-5:before {
    content: "\eb21"
}

.iconsmind-This-SideUp:before {
    content: "\eb22"
}

.iconsmind-Broke-Link2:before {
    content: "\eb23"
}

.iconsmind-Coding:before {
    content: "\eb24"
}

.iconsmind-Consulting:before {
    content: "\eb25"
}

.iconsmind-Copyright:before {
    content: "\eb26"
}

.iconsmind-Idea-2:before {
    content: "\eb27"
}

.iconsmind-Idea-3:before {
    content: "\eb28"
}

.iconsmind-Idea-4:before {
    content: "\eb29"
}

.iconsmind-Idea-5:before {
    content: "\eb2a"
}

.iconsmind-Internet:before {
    content: "\eb2b"
}

.iconsmind-Internet-2:before {
    content: "\eb2c"
}

.iconsmind-Link-2:before {
    content: "\eb2d"
}

.iconsmind-Management:before {
    content: "\eb2e"
}

.iconsmind-Monitor-Analytics:before {
    content: "\eb2f"
}

.iconsmind-Monitoring:before {
    content: "\eb30"
}

.iconsmind-Optimization:before {
    content: "\eb31"
}

.iconsmind-Search-People:before {
    content: "\eb32"
}

.iconsmind-Tag:before {
    content: "\eb33"
}

.iconsmind-Target:before {
    content: "\eb34"
}

.iconsmind-Target-Market:before {
    content: "\eb35"
}

.iconsmind-Testimonal:before {
    content: "\eb36"
}

.iconsmind-Computer-Secure:before {
    content: "\eb37"
}

.iconsmind-Eye-Scan:before {
    content: "\eb38"
}

.iconsmind-Finger-Print:before {
    content: "\eb39"
}

.iconsmind-Firewall:before {
    content: "\eb3a"
}

.iconsmind-Key-Lock:before {
    content: "\eb3b"
}

.iconsmind-Laptop-Secure:before {
    content: "\eb3c"
}

.iconsmind-Layer-1532:before {
    content: "\eb3d"
}

.iconsmind-Lock:before {
    content: "\eb3e"
}

.iconsmind-Lock-2:before {
    content: "\eb3f"
}

.iconsmind-Lock-3:before {
    content: "\eb40"
}

.iconsmind-Password:before {
    content: "\eb41"
}

.iconsmind-Password-Field:before {
    content: "\eb42"
}

.iconsmind-Police:before {
    content: "\eb43"
}

.iconsmind-Safe-Box:before {
    content: "\eb44"
}

.iconsmind-Security-Block:before {
    content: "\eb45"
}

.iconsmind-Security-Bug:before {
    content: "\eb46"
}

.iconsmind-Security-Camera:before {
    content: "\eb47"
}

.iconsmind-Security-Check:before {
    content: "\eb48"
}

.iconsmind-Security-Settings:before {
    content: "\eb49"
}

.iconsmind-Securiy-Remove:before {
    content: "\eb4a"
}

.iconsmind-Shield:before {
    content: "\eb4b"
}

.iconsmind-Smartphone-Secure:before {
    content: "\eb4c"
}

.iconsmind-SSL:before {
    content: "\eb4d"
}

.iconsmind-Tablet-Secure:before {
    content: "\eb4e"
}

.iconsmind-Type-Pass:before {
    content: "\eb4f"
}

.iconsmind-Unlock:before {
    content: "\eb50"
}

.iconsmind-Unlock-2:before {
    content: "\eb51"
}

.iconsmind-Unlock-3:before {
    content: "\eb52"
}

.iconsmind-Ambulance:before {
    content: "\eb53"
}

.iconsmind-Astronaut:before {
    content: "\eb54"
}

.iconsmind-Atom:before {
    content: "\eb55"
}

.iconsmind-Bacteria:before {
    content: "\eb56"
}

.iconsmind-Band-Aid:before {
    content: "\eb57"
}

.iconsmind-Bio-Hazard:before {
    content: "\eb58"
}

.iconsmind-Biotech:before {
    content: "\eb59"
}

.iconsmind-Brain:before {
    content: "\eb5a"
}

.iconsmind-Chemical:before {
    content: "\eb5b"
}

.iconsmind-Chemical-2:before {
    content: "\eb5c"
}

.iconsmind-Chemical-3:before {
    content: "\eb5d"
}

.iconsmind-Chemical-4:before {
    content: "\eb5e"
}

.iconsmind-Chemical-5:before {
    content: "\eb5f"
}

.iconsmind-Clinic:before {
    content: "\eb60"
}

.iconsmind-Cube-Molecule:before {
    content: "\eb61"
}

.iconsmind-Cube-Molecule2:before {
    content: "\eb62"
}

.iconsmind-Danger:before {
    content: "\eb63"
}

.iconsmind-Danger-2:before {
    content: "\eb64"
}

.iconsmind-DNA:before {
    content: "\eb65"
}

.iconsmind-DNA-2:before {
    content: "\eb66"
}

.iconsmind-DNA-Helix:before {
    content: "\eb67"
}

.iconsmind-First-Aid:before {
    content: "\eb68"
}

.iconsmind-Flask:before {
    content: "\eb69"
}

.iconsmind-Flask-2:before {
    content: "\eb6a"
}

.iconsmind-Helix-2:before {
    content: "\eb6b"
}

.iconsmind-Hospital:before {
    content: "\eb6c"
}

.iconsmind-Hurt:before {
    content: "\eb6d"
}

.iconsmind-Medical-Sign:before {
    content: "\eb6e"
}

.iconsmind-Medicine:before {
    content: "\eb6f"
}

.iconsmind-Medicine-2:before {
    content: "\eb70"
}

.iconsmind-Medicine-3:before {
    content: "\eb71"
}

.iconsmind-Microscope:before {
    content: "\eb72"
}

.iconsmind-Neutron:before {
    content: "\eb73"
}

.iconsmind-Nuclear:before {
    content: "\eb74"
}

.iconsmind-Physics:before {
    content: "\eb75"
}

.iconsmind-Plasmid:before {
    content: "\eb76"
}

.iconsmind-Plaster:before {
    content: "\eb77"
}

.iconsmind-Pulse:before {
    content: "\eb78"
}

.iconsmind-Radioactive:before {
    content: "\eb79"
}

.iconsmind-Safety-PinClose:before {
    content: "\eb7a"
}

.iconsmind-Safety-PinOpen:before {
    content: "\eb7b"
}

.iconsmind-Spermium:before {
    content: "\eb7c"
}

.iconsmind-Stethoscope:before {
    content: "\eb7d"
}

.iconsmind-Temperature2:before {
    content: "\eb7e"
}

.iconsmind-Test-Tube:before {
    content: "\eb7f"
}

.iconsmind-Test-Tube2:before {
    content: "\eb80"
}

.iconsmind-Virus:before {
    content: "\eb81"
}

.iconsmind-Virus-2:before {
    content: "\eb82"
}

.iconsmind-Virus-3:before {
    content: "\eb83"
}

.iconsmind-X-ray:before {
    content: "\eb84"
}

.iconsmind-Auto-Flash:before {
    content: "\eb85"
}

.iconsmind-Camera:before {
    content: "\eb86"
}

.iconsmind-Camera-2:before {
    content: "\eb87"
}

.iconsmind-Camera-3:before {
    content: "\eb88"
}

.iconsmind-Camera-4:before {
    content: "\eb89"
}

.iconsmind-Camera-5:before {
    content: "\eb8a"
}

.iconsmind-Camera-Back:before {
    content: "\eb8b"
}

.iconsmind-Crop:before {
    content: "\eb8c"
}

.iconsmind-Daylight:before {
    content: "\eb8d"
}

.iconsmind-Edit:before {
    content: "\eb8e"
}

.iconsmind-Eye:before {
    content: "\eb8f"
}

.iconsmind-Film2:before {
    content: "\eb90"
}

.iconsmind-Film-Cartridge:before {
    content: "\eb91"
}

.iconsmind-Filter:before {
    content: "\eb92"
}

.iconsmind-Flash:before {
    content: "\eb93"
}

.iconsmind-Flash-2:before {
    content: "\eb94"
}

.iconsmind-Fluorescent:before {
    content: "\eb95"
}

.iconsmind-Gopro:before {
    content: "\eb96"
}

.iconsmind-Landscape:before {
    content: "\eb97"
}

.iconsmind-Len:before {
    content: "\eb98"
}

.iconsmind-Len-2:before {
    content: "\eb99"
}

.iconsmind-Len-3:before {
    content: "\eb9a"
}

.iconsmind-Macro:before {
    content: "\eb9b"
}

.iconsmind-Memory-Card:before {
    content: "\eb9c"
}

.iconsmind-Memory-Card2:before {
    content: "\eb9d"
}

.iconsmind-Memory-Card3:before {
    content: "\eb9e"
}

.iconsmind-No-Flash:before {
    content: "\eb9f"
}

.iconsmind-Panorama:before {
    content: "\eba0"
}

.iconsmind-Photo:before {
    content: "\eba1"
}

.iconsmind-Photo-2:before {
    content: "\eba2"
}

.iconsmind-Photo-3:before {
    content: "\eba3"
}

.iconsmind-Photo-Album:before {
    content: "\eba4"
}

.iconsmind-Photo-Album2:before {
    content: "\eba5"
}

.iconsmind-Photo-Album3:before {
    content: "\eba6"
}

.iconsmind-Photos:before {
    content: "\eba7"
}

.iconsmind-Portrait:before {
    content: "\eba8"
}

.iconsmind-Retouching:before {
    content: "\eba9"
}

.iconsmind-Retro-Camera:before {
    content: "\ebaa"
}

.iconsmind-secound:before {
    content: "\ebab"
}

.iconsmind-secound2:before {
    content: "\ebac"
}

.iconsmind-Selfie:before {
    content: "\ebad"
}

.iconsmind-Shutter:before {
    content: "\ebae"
}

.iconsmind-Signal:before {
    content: "\ebaf"
}

.iconsmind-Snow2:before {
    content: "\ebb0"
}

.iconsmind-Sport-Mode:before {
    content: "\ebb1"
}

.iconsmind-Studio-Flash:before {
    content: "\ebb2"
}

.iconsmind-Studio-Lightbox:before {
    content: "\ebb3"
}

.iconsmind-Timer2:before {
    content: "\ebb4"
}

.iconsmind-Tripod-2:before {
    content: "\ebb5"
}

.iconsmind-Tripod-withCamera:before {
    content: "\ebb6"
}

.iconsmind-Tripod-withGopro:before {
    content: "\ebb7"
}

.iconsmind-Add-User:before {
    content: "\ebb8"
}

.iconsmind-Add-UserStar:before {
    content: "\ebb9"
}

.iconsmind-Administrator:before {
    content: "\ebba"
}

.iconsmind-Alien:before {
    content: "\ebbb"
}

.iconsmind-Alien-2:before {
    content: "\ebbc"
}

.iconsmind-Assistant:before {
    content: "\ebbd"
}

.iconsmind-Baby:before {
    content: "\ebbe"
}

.iconsmind-Baby-Cry:before {
    content: "\ebbf"
}

.iconsmind-Boy:before {
    content: "\ebc0"
}

.iconsmind-Business-Man:before {
    content: "\ebc1"
}

.iconsmind-Business-ManWoman:before {
    content: "\ebc2"
}

.iconsmind-Business-Mens:before {
    content: "\ebc3"
}

.iconsmind-Business-Woman:before {
    content: "\ebc4"
}

.iconsmind-Checked-User:before {
    content: "\ebc5"
}

.iconsmind-Chef:before {
    content: "\ebc6"
}

.iconsmind-Conference:before {
    content: "\ebc7"
}

.iconsmind-Cool-Guy:before {
    content: "\ebc8"
}

.iconsmind-Criminal:before {
    content: "\ebc9"
}

.iconsmind-Dj:before {
    content: "\ebca"
}

.iconsmind-Doctor:before {
    content: "\ebcb"
}

.iconsmind-Engineering:before {
    content: "\ebcc"
}

.iconsmind-Farmer:before {
    content: "\ebcd"
}

.iconsmind-Female:before {
    content: "\ebce"
}

.iconsmind-Female-22:before {
    content: "\ebcf"
}

.iconsmind-Find-User:before {
    content: "\ebd0"
}

.iconsmind-Geek:before {
    content: "\ebd1"
}

.iconsmind-Genius:before {
    content: "\ebd2"
}

.iconsmind-Girl:before {
    content: "\ebd3"
}

.iconsmind-Headphone:before {
    content: "\ebd4"
}

.iconsmind-Headset:before {
    content: "\ebd5"
}

.iconsmind-ID-2:before {
    content: "\ebd6"
}

.iconsmind-ID-3:before {
    content: "\ebd7"
}

.iconsmind-ID-Card:before {
    content: "\ebd8"
}

.iconsmind-King-2:before {
    content: "\ebd9"
}

.iconsmind-Lock-User:before {
    content: "\ebda"
}

.iconsmind-Love-User:before {
    content: "\ebdb"
}

.iconsmind-Male:before {
    content: "\ebdc"
}

.iconsmind-Male-22:before {
    content: "\ebdd"
}

.iconsmind-MaleFemale:before {
    content: "\ebde"
}

.iconsmind-Man-Sign:before {
    content: "\ebdf"
}

.iconsmind-Mens:before {
    content: "\ebe0"
}

.iconsmind-Network:before {
    content: "\ebe1"
}

.iconsmind-Nurse:before {
    content: "\ebe2"
}

.iconsmind-Pac-Man:before {
    content: "\ebe3"
}

.iconsmind-Pilot:before {
    content: "\ebe4"
}

.iconsmind-Police-Man:before {
    content: "\ebe5"
}

.iconsmind-Police-Woman:before {
    content: "\ebe6"
}

.iconsmind-Professor:before {
    content: "\ebe7"
}

.iconsmind-Punker:before {
    content: "\ebe8"
}

.iconsmind-Queen-2:before {
    content: "\ebe9"
}

.iconsmind-Remove-User:before {
    content: "\ebea"
}

.iconsmind-Robot:before {
    content: "\ebeb"
}

.iconsmind-Speak:before {
    content: "\ebec"
}

.iconsmind-Speak-2:before {
    content: "\ebed"
}

.iconsmind-Spy:before {
    content: "\ebee"
}

.iconsmind-Student-Female:before {
    content: "\ebef"
}

.iconsmind-Student-Male:before {
    content: "\ebf0"
}

.iconsmind-Student-MaleFemale:before {
    content: "\ebf1"
}

.iconsmind-Students:before {
    content: "\ebf2"
}

.iconsmind-Superman:before {
    content: "\ebf3"
}

.iconsmind-Talk-Man:before {
    content: "\ebf4"
}

.iconsmind-Teacher:before {
    content: "\ebf5"
}

.iconsmind-Waiter:before {
    content: "\ebf6"
}

.iconsmind-WomanMan:before {
    content: "\ebf7"
}

.iconsmind-Woman-Sign:before {
    content: "\ebf8"
}

.iconsmind-Wonder-Woman:before {
    content: "\ebf9"
}

.iconsmind-Worker:before {
    content: "\ebfa"
}

.iconsmind-Anchor:before {
    content: "\ebfb"
}

.iconsmind-Army-Key:before {
    content: "\ebfc"
}

.iconsmind-Balloon:before {
    content: "\ebfd"
}

.iconsmind-Barricade:before {
    content: "\ebfe"
}

.iconsmind-Batman-Mask:before {
    content: "\ebff"
}

.iconsmind-Binocular:before {
    content: "\ec00"
}

.iconsmind-Boom:before {
    content: "\ec01"
}

.iconsmind-Bucket:before {
    content: "\ec02"
}

.iconsmind-Button:before {
    content: "\ec03"
}

.iconsmind-Cannon:before {
    content: "\ec04"
}

.iconsmind-Chacked-Flag:before {
    content: "\ec05"
}

.iconsmind-Chair:before {
    content: "\ec06"
}

.iconsmind-Coffee-Machine:before {
    content: "\ec07"
}

.iconsmind-Crown:before {
    content: "\ec08"
}

.iconsmind-Crown-2:before {
    content: "\ec09"
}

.iconsmind-Dice:before {
    content: "\ec0a"
}

.iconsmind-Dice-2:before {
    content: "\ec0b"
}

.iconsmind-Domino:before {
    content: "\ec0c"
}

.iconsmind-Door-Hanger:before {
    content: "\ec0d"
}

.iconsmind-Drill:before {
    content: "\ec0e"
}

.iconsmind-Feather:before {
    content: "\ec0f"
}

.iconsmind-Fire-Hydrant:before {
    content: "\ec10"
}

.iconsmind-Flag:before {
    content: "\ec11"
}

.iconsmind-Flag-2:before {
    content: "\ec12"
}

.iconsmind-Flashlight:before {
    content: "\ec13"
}

.iconsmind-Footprint2:before {
    content: "\ec14"
}

.iconsmind-Gas-Pump:before {
    content: "\ec15"
}

.iconsmind-Gift-Box:before {
    content: "\ec16"
}

.iconsmind-Gun:before {
    content: "\ec17"
}

.iconsmind-Gun-2:before {
    content: "\ec18"
}

.iconsmind-Gun-3:before {
    content: "\ec19"
}

.iconsmind-Hammer:before {
    content: "\ec1a"
}

.iconsmind-Identification-Badge:before {
    content: "\ec1b"
}

.iconsmind-Key:before {
    content: "\ec1c"
}

.iconsmind-Key-2:before {
    content: "\ec1d"
}

.iconsmind-Key-3:before {
    content: "\ec1e"
}

.iconsmind-Lamp:before {
    content: "\ec1f"
}

.iconsmind-Lego:before {
    content: "\ec20"
}

.iconsmind-Life-Safer:before {
    content: "\ec21"
}

.iconsmind-Light-Bulb:before {
    content: "\ec22"
}

.iconsmind-Light-Bulb2:before {
    content: "\ec23"
}

.iconsmind-Luggafe-Front:before {
    content: "\ec24"
}

.iconsmind-Luggage-2:before {
    content: "\ec25"
}

.iconsmind-Magic-Wand:before {
    content: "\ec26"
}

.iconsmind-Magnet:before {
    content: "\ec27"
}

.iconsmind-Mask:before {
    content: "\ec28"
}

.iconsmind-Menorah:before {
    content: "\ec29"
}

.iconsmind-Mirror:before {
    content: "\ec2a"
}

.iconsmind-Movie-Ticket:before {
    content: "\ec2b"
}

.iconsmind-Office-Lamp:before {
    content: "\ec2c"
}

.iconsmind-Paint-Brush:before {
    content: "\ec2d"
}

.iconsmind-Paint-Bucket:before {
    content: "\ec2e"
}

.iconsmind-Paper-Plane:before {
    content: "\ec2f"
}

.iconsmind-Post-Sign:before {
    content: "\ec30"
}

.iconsmind-Post-Sign2ways:before {
    content: "\ec31"
}

.iconsmind-Puzzle:before {
    content: "\ec32"
}

.iconsmind-Razzor-Blade:before {
    content: "\ec33"
}

.iconsmind-Scale:before {
    content: "\ec34"
}

.iconsmind-Screwdriver:before {
    content: "\ec35"
}

.iconsmind-Sewing-Machine:before {
    content: "\ec36"
}

.iconsmind-Sheriff-Badge:before {
    content: "\ec37"
}

.iconsmind-Stroller:before {
    content: "\ec38"
}

.iconsmind-Suitcase:before {
    content: "\ec39"
}

.iconsmind-Teddy-Bear:before {
    content: "\ec3a"
}

.iconsmind-Telescope:before {
    content: "\ec3b"
}

.iconsmind-Tent:before {
    content: "\ec3c"
}

.iconsmind-Thread:before {
    content: "\ec3d"
}

.iconsmind-Ticket:before {
    content: "\ec3e"
}

.iconsmind-Time-Bomb:before {
    content: "\ec3f"
}

.iconsmind-Tourch:before {
    content: "\ec40"
}

.iconsmind-Vase:before {
    content: "\ec41"
}

.iconsmind-Video-GameController:before {
    content: "\ec42"
}

.iconsmind-Conservation:before {
    content: "\ec43"
}

.iconsmind-Eci-Icon:before {
    content: "\ec44"
}

.iconsmind-Environmental:before {
    content: "\ec45"
}

.iconsmind-Environmental-2:before {
    content: "\ec46"
}

.iconsmind-Environmental-3:before {
    content: "\ec47"
}

.iconsmind-Fire-Flame:before {
    content: "\ec48"
}

.iconsmind-Fire-Flame2:before {
    content: "\ec49"
}

.iconsmind-Flowerpot:before {
    content: "\ec4a"
}

.iconsmind-Forest:before {
    content: "\ec4b"
}

.iconsmind-Green-Energy:before {
    content: "\ec4c"
}

.iconsmind-Green-House:before {
    content: "\ec4d"
}

.iconsmind-Landscape2:before {
    content: "\ec4e"
}

.iconsmind-Leafs:before {
    content: "\ec4f"
}

.iconsmind-Leafs-2:before {
    content: "\ec50"
}

.iconsmind-Light-BulbLeaf:before {
    content: "\ec51"
}

.iconsmind-Palm-Tree:before {
    content: "\ec52"
}

.iconsmind-Plant:before {
    content: "\ec53"
}

.iconsmind-Recycling:before {
    content: "\ec54"
}

.iconsmind-Recycling-2:before {
    content: "\ec55"
}

.iconsmind-Seed:before {
    content: "\ec56"
}

.iconsmind-Trash-withMen:before {
    content: "\ec57"
}

.iconsmind-Tree:before {
    content: "\ec58"
}

.iconsmind-Tree-2:before {
    content: "\ec59"
}

.iconsmind-Tree-3:before {
    content: "\ec5a"
}

.iconsmind-Audio:before {
    content: "\ec5b"
}

.iconsmind-Back-Music:before {
    content: "\ec5c"
}

.iconsmind-Bell:before {
    content: "\ec5d"
}

.iconsmind-Casette-Tape:before {
    content: "\ec5e"
}

.iconsmind-CD-2:before {
    content: "\ec5f"
}

.iconsmind-CD-Cover:before {
    content: "\ec60"
}

.iconsmind-Cello:before {
    content: "\ec61"
}

.iconsmind-Clef:before {
    content: "\ec62"
}

.iconsmind-Drum:before {
    content: "\ec63"
}

.iconsmind-Earphones:before {
    content: "\ec64"
}

.iconsmind-Earphones-2:before {
    content: "\ec65"
}

.iconsmind-Electric-Guitar:before {
    content: "\ec66"
}

.iconsmind-Equalizer:before {
    content: "\ec67"
}

.iconsmind-First:before {
    content: "\ec68"
}

.iconsmind-Guitar:before {
    content: "\ec69"
}

.iconsmind-Headphones:before {
    content: "\ec6a"
}

.iconsmind-Keyboard3:before {
    content: "\ec6b"
}

.iconsmind-Last:before {
    content: "\ec6c"
}

.iconsmind-Loud:before {
    content: "\ec6d"
}

.iconsmind-Loudspeaker:before {
    content: "\ec6e"
}

.iconsmind-Mic:before {
    content: "\ec6f"
}

.iconsmind-Microphone:before {
    content: "\ec70"
}

.iconsmind-Microphone-2:before {
    content: "\ec71"
}

.iconsmind-Microphone-3:before {
    content: "\ec72"
}

.iconsmind-Microphone-4:before {
    content: "\ec73"
}

.iconsmind-Microphone-5:before {
    content: "\ec74"
}

.iconsmind-Microphone-6:before {
    content: "\ec75"
}

.iconsmind-Microphone-7:before {
    content: "\ec76"
}

.iconsmind-Mixer:before {
    content: "\ec77"
}

.iconsmind-Mp3-File:before {
    content: "\ec78"
}

.iconsmind-Music-Note:before {
    content: "\ec79"
}

.iconsmind-Music-Note2:before {
    content: "\ec7a"
}

.iconsmind-Music-Note3:before {
    content: "\ec7b"
}

.iconsmind-Music-Note4:before {
    content: "\ec7c"
}

.iconsmind-Music-Player:before {
    content: "\ec7d"
}

.iconsmind-Mute:before {
    content: "\ec7e"
}

.iconsmind-Next-Music:before {
    content: "\ec7f"
}

.iconsmind-Old-Radio:before {
    content: "\ec80"
}

.iconsmind-On-Air:before {
    content: "\ec81"
}

.iconsmind-Piano:before {
    content: "\ec82"
}

.iconsmind-Play-Music:before {
    content: "\ec83"
}

.iconsmind-Radio:before {
    content: "\ec84"
}

.iconsmind-Record:before {
    content: "\ec85"
}

.iconsmind-Record-Music:before {
    content: "\ec86"
}

.iconsmind-Rock-andRoll:before {
    content: "\ec87"
}

.iconsmind-Saxophone:before {
    content: "\ec88"
}

.iconsmind-Sound:before {
    content: "\ec89"
}

.iconsmind-Sound-Wave:before {
    content: "\ec8a"
}

.iconsmind-Speaker:before {
    content: "\ec8b"
}

.iconsmind-Stop-Music:before {
    content: "\ec8c"
}

.iconsmind-Trumpet:before {
    content: "\ec8d"
}

.iconsmind-Voice:before {
    content: "\ec8e"
}

.iconsmind-Volume-Down:before {
    content: "\ec8f"
}

.iconsmind-Volume-Up:before {
    content: "\ec90"
}

.iconsmind-Back:before {
    content: "\ec91"
}

.iconsmind-Back-2:before {
    content: "\ec92"
}

.iconsmind-Eject:before {
    content: "\ec93"
}

.iconsmind-Eject-2:before {
    content: "\ec94"
}

.iconsmind-End:before {
    content: "\ec95"
}

.iconsmind-End-2:before {
    content: "\ec96"
}

.iconsmind-Next:before {
    content: "\ec97"
}

.iconsmind-Next-2:before {
    content: "\ec98"
}

.iconsmind-Pause:before {
    content: "\ec99"
}

.iconsmind-Pause-2:before {
    content: "\ec9a"
}

.iconsmind-Power-2:before {
    content: "\ec9b"
}

.iconsmind-Power-3:before {
    content: "\ec9c"
}

.iconsmind-Record2:before {
    content: "\ec9d"
}

.iconsmind-Record-2:before {
    content: "\ec9e"
}

.iconsmind-Repeat:before {
    content: "\ec9f"
}

.iconsmind-Repeat-2:before {
    content: "\eca0"
}

.iconsmind-Shuffle:before {
    content: "\eca1"
}

.iconsmind-Shuffle-2:before {
    content: "\eca2"
}

.iconsmind-Start:before {
    content: "\eca3"
}

.iconsmind-Start-2:before {
    content: "\eca4"
}

.iconsmind-Stop:before {
    content: "\eca5"
}

.iconsmind-Stop-2:before {
    content: "\eca6"
}

.iconsmind-Compass:before {
    content: "\eca7"
}

.iconsmind-Compass-2:before {
    content: "\eca8"
}

.iconsmind-Compass-Rose:before {
    content: "\eca9"
}

.iconsmind-Direction-East:before {
    content: "\ecaa"
}

.iconsmind-Direction-North:before {
    content: "\ecab"
}

.iconsmind-Direction-South:before {
    content: "\ecac"
}

.iconsmind-Direction-West:before {
    content: "\ecad"
}

.iconsmind-Edit-Map:before {
    content: "\ecae"
}

.iconsmind-Geo:before {
    content: "\ecaf"
}

.iconsmind-Geo2:before {
    content: "\ecb0"
}

.iconsmind-Geo3:before {
    content: "\ecb1"
}

.iconsmind-Geo22:before {
    content: "\ecb2"
}

.iconsmind-Geo23:before {
    content: "\ecb3"
}

.iconsmind-Geo24:before {
    content: "\ecb4"
}

.iconsmind-Geo2-Close:before {
    content: "\ecb5"
}

.iconsmind-Geo2-Love:before {
    content: "\ecb6"
}

.iconsmind-Geo2-Number:before {
    content: "\ecb7"
}

.iconsmind-Geo2-Star:before {
    content: "\ecb8"
}

.iconsmind-Geo32:before {
    content: "\ecb9"
}

.iconsmind-Geo33:before {
    content: "\ecba"
}

.iconsmind-Geo34:before {
    content: "\ecbb"
}

.iconsmind-Geo3-Close:before {
    content: "\ecbc"
}

.iconsmind-Geo3-Love:before {
    content: "\ecbd"
}

.iconsmind-Geo3-Number:before {
    content: "\ecbe"
}

.iconsmind-Geo3-Star:before {
    content: "\ecbf"
}

.iconsmind-Geo-Close:before {
    content: "\ecc0"
}

.iconsmind-Geo-Love:before {
    content: "\ecc1"
}

.iconsmind-Geo-Number:before {
    content: "\ecc2"
}

.iconsmind-Geo-Star:before {
    content: "\ecc3"
}

.iconsmind-Global-Position:before {
    content: "\ecc4"
}

.iconsmind-Globe:before {
    content: "\ecc5"
}

.iconsmind-Globe-2:before {
    content: "\ecc6"
}

.iconsmind-Location:before {
    content: "\ecc7"
}

.iconsmind-Location-2:before {
    content: "\ecc8"
}

.iconsmind-Map:before {
    content: "\ecc9"
}

.iconsmind-Map2:before {
    content: "\ecca"
}

.iconsmind-Map-Marker:before {
    content: "\eccb"
}

.iconsmind-Map-Marker2:before {
    content: "\eccc"
}

.iconsmind-Map-Marker3:before {
    content: "\eccd"
}

.iconsmind-Road2:before {
    content: "\ecce"
}

.iconsmind-Satelite:before {
    content: "\eccf"
}

.iconsmind-Satelite-2:before {
    content: "\ecd0"
}

.iconsmind-Street-View:before {
    content: "\ecd1"
}

.iconsmind-Street-View2:before {
    content: "\ecd2"
}

.iconsmind-Android-Store:before {
    content: "\ecd3"
}

.iconsmind-Apple-Store:before {
    content: "\ecd4"
}

.iconsmind-Box2:before {
    content: "\ecd5"
}

.iconsmind-Dropbox:before {
    content: "\ecd6"
}

.iconsmind-Google-Drive:before {
    content: "\ecd7"
}

.iconsmind-Google-Play:before {
    content: "\ecd8"
}

.iconsmind-Paypal:before {
    content: "\ecd9"
}

.iconsmind-Skrill:before {
    content: "\ecda"
}

.iconsmind-X-Box:before {
    content: "\ecdb"
}

.iconsmind-Add:before {
    content: "\ecdc"
}

.iconsmind-Back2:before {
    content: "\ecdd"
}

.iconsmind-Broken-Link:before {
    content: "\ecde"
}

.iconsmind-Check:before {
    content: "\ecdf"
}

.iconsmind-Check-2:before {
    content: "\ece0"
}

.iconsmind-Circular-Point:before {
    content: "\ece1"
}

.iconsmind-Close:before {
    content: "\ece2"
}

.iconsmind-Cursor:before {
    content: "\ece3"
}

.iconsmind-Cursor-Click:before {
    content: "\ece4"
}

.iconsmind-Cursor-Click2:before {
    content: "\ece5"
}

.iconsmind-Cursor-Move:before {
    content: "\ece6"
}

.iconsmind-Cursor-Move2:before {
    content: "\ece7"
}

.iconsmind-Cursor-Select:before {
    content: "\ece8"
}

.iconsmind-Down:before {
    content: "\ece9"
}

.iconsmind-Download:before {
    content: "\ecea"
}

.iconsmind-Downward:before {
    content: "\eceb"
}

.iconsmind-Endways:before {
    content: "\ecec"
}

.iconsmind-Forward:before {
    content: "\eced"
}

.iconsmind-Left:before {
    content: "\ecee"
}

.iconsmind-Link:before {
    content: "\ecef"
}

.iconsmind-Next2:before {
    content: "\ecf0"
}

.iconsmind-Orientation:before {
    content: "\ecf1"
}

.iconsmind-Pointer:before {
    content: "\ecf2"
}

.iconsmind-Previous:before {
    content: "\ecf3"
}

.iconsmind-Redo:before {
    content: "\ecf4"
}

.iconsmind-Refresh:before {
    content: "\ecf5"
}

.iconsmind-Reload:before {
    content: "\ecf6"
}

.iconsmind-Remove:before {
    content: "\ecf7"
}

.iconsmind-Repeat2:before {
    content: "\ecf8"
}

.iconsmind-Reset:before {
    content: "\ecf9"
}

.iconsmind-Rewind:before {
    content: "\ecfa"
}

.iconsmind-Right:before {
    content: "\ecfb"
}

.iconsmind-Rotation:before {
    content: "\ecfc"
}

.iconsmind-Rotation-390:before {
    content: "\ecfd"
}

.iconsmind-Spot:before {
    content: "\ecfe"
}

.iconsmind-Start-ways:before {
    content: "\ecff"
}

.iconsmind-Synchronize:before {
    content: "\ed00"
}

.iconsmind-Synchronize-2:before {
    content: "\ed01"
}

.iconsmind-Undo:before {
    content: "\ed02"
}

.iconsmind-Up:before {
    content: "\ed03"
}

.iconsmind-Upload:before {
    content: "\ed04"
}

.iconsmind-Upward:before {
    content: "\ed05"
}

.iconsmind-Yes:before {
    content: "\ed06"
}

.iconsmind-Barricade2:before {
    content: "\ed07"
}

.iconsmind-Crane:before {
    content: "\ed08"
}

.iconsmind-Dam:before {
    content: "\ed09"
}

.iconsmind-Drill2:before {
    content: "\ed0a"
}

.iconsmind-Electricity:before {
    content: "\ed0b"
}

.iconsmind-Explode:before {
    content: "\ed0c"
}

.iconsmind-Factory:before {
    content: "\ed0d"
}

.iconsmind-Fuel:before {
    content: "\ed0e"
}

.iconsmind-Helmet2:before {
    content: "\ed0f"
}

.iconsmind-Helmet-2:before {
    content: "\ed10"
}

.iconsmind-Laser:before {
    content: "\ed11"
}

.iconsmind-Mine:before {
    content: "\ed12"
}

.iconsmind-Oil:before {
    content: "\ed13"
}

.iconsmind-Petrol:before {
    content: "\ed14"
}

.iconsmind-Pipe:before {
    content: "\ed15"
}

.iconsmind-Power-Station:before {
    content: "\ed16"
}

.iconsmind-Refinery:before {
    content: "\ed17"
}

.iconsmind-Saw:before {
    content: "\ed18"
}

.iconsmind-Shovel:before {
    content: "\ed19"
}

.iconsmind-Solar:before {
    content: "\ed1a"
}

.iconsmind-Wheelbarrow:before {
    content: "\ed1b"
}

.iconsmind-Windmill:before {
    content: "\ed1c"
}

.iconsmind-Aa:before {
    content: "\ed1d"
}

.iconsmind-Add-File:before {
    content: "\ed1e"
}

.iconsmind-Address-Book:before {
    content: "\ed1f"
}

.iconsmind-Address-Book2:before {
    content: "\ed20"
}

.iconsmind-Add-SpaceAfterParagraph:before {
    content: "\ed21"
}

.iconsmind-Add-SpaceBeforeParagraph:before {
    content: "\ed22"
}

.iconsmind-Airbrush:before {
    content: "\ed23"
}

.iconsmind-Aligator:before {
    content: "\ed24"
}

.iconsmind-Align-Center:before {
    content: "\ed25"
}

.iconsmind-Align-JustifyAll:before {
    content: "\ed26"
}

.iconsmind-Align-JustifyCenter:before {
    content: "\ed27"
}

.iconsmind-Align-JustifyLeft:before {
    content: "\ed28"
}

.iconsmind-Align-JustifyRight:before {
    content: "\ed29"
}

.iconsmind-Align-Left:before {
    content: "\ed2a"
}

.iconsmind-Align-Right:before {
    content: "\ed2b"
}

.iconsmind-Alpha:before {
    content: "\ed2c"
}

.iconsmind-AMX:before {
    content: "\ed2d"
}

.iconsmind-Anchor2:before {
    content: "\ed2e"
}

.iconsmind-Android:before {
    content: "\ed2f"
}

.iconsmind-Angel:before {
    content: "\ed30"
}

.iconsmind-Angel-Smiley:before {
    content: "\ed31"
}

.iconsmind-Angry:before {
    content: "\ed32"
}

.iconsmind-Apple:before {
    content: "\ed33"
}

.iconsmind-Apple-Bite:before {
    content: "\ed34"
}

.iconsmind-Argentina:before {
    content: "\ed35"
}

.iconsmind-Arrow-Around:before {
    content: "\ed36"
}

.iconsmind-Arrow-Back:before {
    content: "\ed37"
}

.iconsmind-Arrow-Back2:before {
    content: "\ed38"
}

.iconsmind-Arrow-Back3:before {
    content: "\ed39"
}

.iconsmind-Arrow-Barrier:before {
    content: "\ed3a"
}

.iconsmind-Arrow-Circle:before {
    content: "\ed3b"
}

.iconsmind-Arrow-Cross:before {
    content: "\ed3c"
}

.iconsmind-Arrow-Down:before {
    content: "\ed3d"
}

.iconsmind-Arrow-Down2:before {
    content: "\ed3e"
}

.iconsmind-Arrow-Down3:before {
    content: "\ed3f"
}

.iconsmind-Arrow-DowninCircle:before {
    content: "\ed40"
}

.iconsmind-Arrow-Fork:before {
    content: "\ed41"
}

.iconsmind-Arrow-Forward:before {
    content: "\ed42"
}

.iconsmind-Arrow-Forward2:before {
    content: "\ed43"
}

.iconsmind-Arrow-From:before {
    content: "\ed44"
}

.iconsmind-Arrow-Inside:before {
    content: "\ed45"
}

.iconsmind-Arrow-Inside45:before {
    content: "\ed46"
}

.iconsmind-Arrow-InsideGap:before {
    content: "\ed47"
}

.iconsmind-Arrow-InsideGap45:before {
    content: "\ed48"
}

.iconsmind-Arrow-Into:before {
    content: "\ed49"
}

.iconsmind-Arrow-Join:before {
    content: "\ed4a"
}

.iconsmind-Arrow-Junction:before {
    content: "\ed4b"
}

.iconsmind-Arrow-Left:before {
    content: "\ed4c"
}

.iconsmind-Arrow-Left2:before {
    content: "\ed4d"
}

.iconsmind-Arrow-LeftinCircle:before {
    content: "\ed4e"
}

.iconsmind-Arrow-Loop:before {
    content: "\ed4f"
}

.iconsmind-Arrow-Merge:before {
    content: "\ed50"
}

.iconsmind-Arrow-Mix:before {
    content: "\ed51"
}

.iconsmind-Arrow-Next:before {
    content: "\ed52"
}

.iconsmind-Arrow-OutLeft:before {
    content: "\ed53"
}

.iconsmind-Arrow-OutRight:before {
    content: "\ed54"
}

.iconsmind-Arrow-Outside:before {
    content: "\ed55"
}

.iconsmind-Arrow-Outside45:before {
    content: "\ed56"
}

.iconsmind-Arrow-OutsideGap:before {
    content: "\ed57"
}

.iconsmind-Arrow-OutsideGap45:before {
    content: "\ed58"
}

.iconsmind-Arrow-Over:before {
    content: "\ed59"
}

.iconsmind-Arrow-Refresh:before {
    content: "\ed5a"
}

.iconsmind-Arrow-Refresh2:before {
    content: "\ed5b"
}

.iconsmind-Arrow-Right:before {
    content: "\ed5c"
}

.iconsmind-Arrow-Right2:before {
    content: "\ed5d"
}

.iconsmind-Arrow-RightinCircle:before {
    content: "\ed5e"
}

.iconsmind-Arrow-Shuffle:before {
    content: "\ed5f"
}

.iconsmind-Arrow-Squiggly:before {
    content: "\ed60"
}

.iconsmind-Arrow-Through:before {
    content: "\ed61"
}

.iconsmind-Arrow-To:before {
    content: "\ed62"
}

.iconsmind-Arrow-TurnLeft:before {
    content: "\ed63"
}

.iconsmind-Arrow-TurnRight:before {
    content: "\ed64"
}

.iconsmind-Arrow-Up:before {
    content: "\ed65"
}

.iconsmind-Arrow-Up2:before {
    content: "\ed66"
}

.iconsmind-Arrow-Up3:before {
    content: "\ed67"
}

.iconsmind-Arrow-UpinCircle:before {
    content: "\ed68"
}

.iconsmind-Arrow-XLeft:before {
    content: "\ed69"
}

.iconsmind-Arrow-XRight:before {
    content: "\ed6a"
}

.iconsmind-ATM:before {
    content: "\ed6b"
}

.iconsmind-At-Sign:before {
    content: "\ed6c"
}

.iconsmind-Baby-Clothes:before {
    content: "\ed6d"
}

.iconsmind-Baby-Clothes2:before {
    content: "\ed6e"
}

.iconsmind-Bag:before {
    content: "\ed6f"
}

.iconsmind-Bakelite:before {
    content: "\ed70"
}

.iconsmind-Banana:before {
    content: "\ed71"
}

.iconsmind-Bank:before {
    content: "\ed72"
}

.iconsmind-Bar-Chart:before {
    content: "\ed73"
}

.iconsmind-Bar-Chart2:before {
    content: "\ed74"
}

.iconsmind-Bar-Chart3:before {
    content: "\ed75"
}

.iconsmind-Bar-Chart4:before {
    content: "\ed76"
}

.iconsmind-Bar-Chart5:before {
    content: "\ed77"
}

.iconsmind-Bat:before {
    content: "\ed78"
}

.iconsmind-Bathrobe:before {
    content: "\ed79"
}

.iconsmind-Battery-0:before {
    content: "\ed7a"
}

.iconsmind-Battery-25:before {
    content: "\ed7b"
}

.iconsmind-Battery-50:before {
    content: "\ed7c"
}

.iconsmind-Battery-75:before {
    content: "\ed7d"
}

.iconsmind-Battery-100:before {
    content: "\ed7e"
}

.iconsmind-Battery-Charge:before {
    content: "\ed7f"
}

.iconsmind-Bear:before {
    content: "\ed80"
}

.iconsmind-Beard:before {
    content: "\ed81"
}

.iconsmind-Beard-2:before {
    content: "\ed82"
}

.iconsmind-Beard-3:before {
    content: "\ed83"
}

.iconsmind-Bee:before {
    content: "\ed84"
}

.iconsmind-Beer:before {
    content: "\ed85"
}

.iconsmind-Beer-Glass:before {
    content: "\ed86"
}

.iconsmind-Bell2:before {
    content: "\ed87"
}

.iconsmind-Belt:before {
    content: "\ed88"
}

.iconsmind-Belt-2:before {
    content: "\ed89"
}

.iconsmind-Belt-3:before {
    content: "\ed8a"
}

.iconsmind-Berlin-Tower:before {
    content: "\ed8b"
}

.iconsmind-Beta:before {
    content: "\ed8c"
}

.iconsmind-Big-Bang:before {
    content: "\ed8d"
}

.iconsmind-Big-Data:before {
    content: "\ed8e"
}

.iconsmind-Bikini:before {
    content: "\ed8f"
}

.iconsmind-Bilk-Bottle2:before {
    content: "\ed90"
}

.iconsmind-Bird:before {
    content: "\ed91"
}

.iconsmind-Bird-DeliveringLetter:before {
    content: "\ed92"
}

.iconsmind-Birthday-Cake:before {
    content: "\ed93"
}

.iconsmind-Bishop:before {
    content: "\ed94"
}

.iconsmind-Blackboard:before {
    content: "\ed95"
}

.iconsmind-Black-Cat:before {
    content: "\ed96"
}

.iconsmind-Block-Cloud:before {
    content: "\ed97"
}

.iconsmind-Blood:before {
    content: "\ed98"
}

.iconsmind-Blouse:before {
    content: "\ed99"
}

.iconsmind-Blueprint:before {
    content: "\ed9a"
}

.iconsmind-Board:before {
    content: "\ed9b"
}

.iconsmind-Bone:before {
    content: "\ed9c"
}

.iconsmind-Bones:before {
    content: "\ed9d"
}

.iconsmind-Book:before {
    content: "\ed9e"
}

.iconsmind-Bookmark:before {
    content: "\ed9f"
}

.iconsmind-Books:before {
    content: "\eda0"
}

.iconsmind-Books-2:before {
    content: "\eda1"
}

.iconsmind-Boot:before {
    content: "\eda2"
}

.iconsmind-Boot-2:before {
    content: "\eda3"
}

.iconsmind-Bottom-ToTop:before {
    content: "\eda4"
}

.iconsmind-Bow:before {
    content: "\eda5"
}

.iconsmind-Bow-2:before {
    content: "\eda6"
}

.iconsmind-Bow-3:before {
    content: "\eda7"
}

.iconsmind-Box-Close:before {
    content: "\eda8"
}

.iconsmind-Box-Full:before {
    content: "\eda9"
}

.iconsmind-Box-Open:before {
    content: "\edaa"
}

.iconsmind-Box-withFolders:before {
    content: "\edab"
}

.iconsmind-Bra:before {
    content: "\edac"
}

.iconsmind-Brain2:before {
    content: "\edad"
}

.iconsmind-Brain-2:before {
    content: "\edae"
}

.iconsmind-Brazil:before {
    content: "\edaf"
}

.iconsmind-Bread:before {
    content: "\edb0"
}

.iconsmind-Bread-2:before {
    content: "\edb1"
}

.iconsmind-Bridge:before {
    content: "\edb2"
}

.iconsmind-Broom:before {
    content: "\edb3"
}

.iconsmind-Brush:before {
    content: "\edb4"
}

.iconsmind-Bug:before {
    content: "\edb5"
}

.iconsmind-Building:before {
    content: "\edb6"
}

.iconsmind-Butterfly:before {
    content: "\edb7"
}

.iconsmind-Cake:before {
    content: "\edb8"
}

.iconsmind-Calculator:before {
    content: "\edb9"
}

.iconsmind-Calculator-2:before {
    content: "\edba"
}

.iconsmind-Calculator-3:before {
    content: "\edbb"
}

.iconsmind-Calendar:before {
    content: "\edbc"
}

.iconsmind-Calendar-2:before {
    content: "\edbd"
}

.iconsmind-Calendar-3:before {
    content: "\edbe"
}

.iconsmind-Calendar-4:before {
    content: "\edbf"
}

.iconsmind-Camel:before {
    content: "\edc0"
}

.iconsmind-Can:before {
    content: "\edc1"
}

.iconsmind-Can-2:before {
    content: "\edc2"
}

.iconsmind-Canada:before {
    content: "\edc3"
}

.iconsmind-Candle:before {
    content: "\edc4"
}

.iconsmind-Candy:before {
    content: "\edc5"
}

.iconsmind-Candy-Cane:before {
    content: "\edc6"
}

.iconsmind-Cap:before {
    content: "\edc7"
}

.iconsmind-Cap-2:before {
    content: "\edc8"
}

.iconsmind-Cap-3:before {
    content: "\edc9"
}

.iconsmind-Cardigan:before {
    content: "\edca"
}

.iconsmind-Cardiovascular:before {
    content: "\edcb"
}

.iconsmind-Castle:before {
    content: "\edcc"
}

.iconsmind-Cat:before {
    content: "\edcd"
}

.iconsmind-Cathedral:before {
    content: "\edce"
}

.iconsmind-Cauldron:before {
    content: "\edcf"
}

.iconsmind-CD:before {
    content: "\edd0"
}

.iconsmind-Charger:before {
    content: "\edd1"
}

.iconsmind-Checkmate:before {
    content: "\edd2"
}

.iconsmind-Cheese:before {
    content: "\edd3"
}

.iconsmind-Cheetah:before {
    content: "\edd4"
}

.iconsmind-Chef-Hat:before {
    content: "\edd5"
}

.iconsmind-Chef-Hat2:before {
    content: "\edd6"
}

.iconsmind-Chess-Board:before {
    content: "\edd7"
}

.iconsmind-Chicken:before {
    content: "\edd8"
}

.iconsmind-Chile:before {
    content: "\edd9"
}

.iconsmind-Chimney:before {
    content: "\edda"
}

.iconsmind-China:before {
    content: "\eddb"
}

.iconsmind-Chinese-Temple:before {
    content: "\eddc"
}

.iconsmind-Chip:before {
    content: "\eddd"
}

.iconsmind-Chopsticks:before {
    content: "\edde"
}

.iconsmind-Chopsticks-2:before {
    content: "\eddf"
}

.iconsmind-Christmas:before {
    content: "\ede0"
}

.iconsmind-Christmas-Ball:before {
    content: "\ede1"
}

.iconsmind-Christmas-Bell:before {
    content: "\ede2"
}

.iconsmind-Christmas-Candle:before {
    content: "\ede3"
}

.iconsmind-Christmas-Hat:before {
    content: "\ede4"
}

.iconsmind-Christmas-Sleigh:before {
    content: "\ede5"
}

.iconsmind-Christmas-Snowman:before {
    content: "\ede6"
}

.iconsmind-Christmas-Sock:before {
    content: "\ede7"
}

.iconsmind-Christmas-Tree:before {
    content: "\ede8"
}

.iconsmind-Chrome:before {
    content: "\ede9"
}

.iconsmind-Chrysler-Building:before {
    content: "\edea"
}

.iconsmind-City-Hall:before {
    content: "\edeb"
}

.iconsmind-Clamp:before {
    content: "\edec"
}

.iconsmind-Claps:before {
    content: "\eded"
}

.iconsmind-Clothing-Store:before {
    content: "\edee"
}

.iconsmind-Cloud:before {
    content: "\edef"
}

.iconsmind-Cloud2:before {
    content: "\edf0"
}

.iconsmind-Cloud3:before {
    content: "\edf1"
}

.iconsmind-Cloud-Camera:before {
    content: "\edf2"
}

.iconsmind-Cloud-Computer:before {
    content: "\edf3"
}

.iconsmind-Cloud-Email:before {
    content: "\edf4"
}

.iconsmind-Cloud-Laptop:before {
    content: "\edf5"
}

.iconsmind-Cloud-Lock:before {
    content: "\edf6"
}

.iconsmind-Cloud-Music:before {
    content: "\edf7"
}

.iconsmind-Cloud-Picture:before {
    content: "\edf8"
}

.iconsmind-Cloud-Remove:before {
    content: "\edf9"
}

.iconsmind-Clouds:before {
    content: "\edfa"
}

.iconsmind-Cloud-Secure:before {
    content: "\edfb"
}

.iconsmind-Cloud-Settings:before {
    content: "\edfc"
}

.iconsmind-Cloud-Smartphone:before {
    content: "\edfd"
}

.iconsmind-Cloud-Tablet:before {
    content: "\edfe"
}

.iconsmind-Cloud-Video:before {
    content: "\edff"
}

.iconsmind-Clown:before {
    content: "\ee00"
}

.iconsmind-CMYK:before {
    content: "\ee01"
}

.iconsmind-Coat:before {
    content: "\ee02"
}

.iconsmind-Cocktail:before {
    content: "\ee03"
}

.iconsmind-Coconut:before {
    content: "\ee04"
}

.iconsmind-Coffee:before {
    content: "\ee05"
}

.iconsmind-Coffee-2:before {
    content: "\ee06"
}

.iconsmind-Coffee-Bean:before {
    content: "\ee07"
}

.iconsmind-Coffee-toGo:before {
    content: "\ee08"
}

.iconsmind-Coffin:before {
    content: "\ee09"
}

.iconsmind-Coin:before {
    content: "\ee0a"
}

.iconsmind-Coins:before {
    content: "\ee0b"
}

.iconsmind-Coins-2:before {
    content: "\ee0c"
}

.iconsmind-Coins-3:before {
    content: "\ee0d"
}

.iconsmind-Colombia:before {
    content: "\ee0e"
}

.iconsmind-Colosseum:before {
    content: "\ee0f"
}

.iconsmind-Column:before {
    content: "\ee10"
}

.iconsmind-Column-2:before {
    content: "\ee11"
}

.iconsmind-Column-3:before {
    content: "\ee12"
}

.iconsmind-Comb:before {
    content: "\ee13"
}

.iconsmind-Comb-2:before {
    content: "\ee14"
}

.iconsmind-Communication-Tower:before {
    content: "\ee15"
}

.iconsmind-Communication-Tower2:before {
    content: "\ee16"
}

.iconsmind-Compass2:before {
    content: "\ee17"
}

.iconsmind-Compass-22:before {
    content: "\ee18"
}

.iconsmind-Computer:before {
    content: "\ee19"
}

.iconsmind-Computer-2:before {
    content: "\ee1a"
}

.iconsmind-Computer-3:before {
    content: "\ee1b"
}

.iconsmind-Confused:before {
    content: "\ee1c"
}

.iconsmind-Contrast:before {
    content: "\ee1d"
}

.iconsmind-Cookie-Man:before {
    content: "\ee1e"
}

.iconsmind-Cookies:before {
    content: "\ee1f"
}

.iconsmind-Cool:before {
    content: "\ee20"
}

.iconsmind-Costume:before {
    content: "\ee21"
}

.iconsmind-Cow:before {
    content: "\ee22"
}

.iconsmind-CPU:before {
    content: "\ee23"
}

.iconsmind-Cranium:before {
    content: "\ee24"
}

.iconsmind-Credit-Card:before {
    content: "\ee25"
}

.iconsmind-Credit-Card2:before {
    content: "\ee26"
}

.iconsmind-Credit-Card3:before {
    content: "\ee27"
}

.iconsmind-Croissant:before {
    content: "\ee28"
}

.iconsmind-Crying:before {
    content: "\ee29"
}

.iconsmind-Cupcake:before {
    content: "\ee2a"
}

.iconsmind-Danemark:before {
    content: "\ee2b"
}

.iconsmind-Data:before {
    content: "\ee2c"
}

.iconsmind-Data-Backup:before {
    content: "\ee2d"
}

.iconsmind-Data-Block:before {
    content: "\ee2e"
}

.iconsmind-Data-Center:before {
    content: "\ee2f"
}

.iconsmind-Data-Clock:before {
    content: "\ee30"
}

.iconsmind-Data-Cloud:before {
    content: "\ee31"
}

.iconsmind-Data-Compress:before {
    content: "\ee32"
}

.iconsmind-Data-Copy:before {
    content: "\ee33"
}

.iconsmind-Data-Download:before {
    content: "\ee34"
}

.iconsmind-Data-Financial:before {
    content: "\ee35"
}

.iconsmind-Data-Key:before {
    content: "\ee36"
}

.iconsmind-Data-Lock:before {
    content: "\ee37"
}

.iconsmind-Data-Network:before {
    content: "\ee38"
}

.iconsmind-Data-Password:before {
    content: "\ee39"
}

.iconsmind-Data-Power:before {
    content: "\ee3a"
}

.iconsmind-Data-Refresh:before {
    content: "\ee3b"
}

.iconsmind-Data-Save:before {
    content: "\ee3c"
}

.iconsmind-Data-Search:before {
    content: "\ee3d"
}

.iconsmind-Data-Security:before {
    content: "\ee3e"
}

.iconsmind-Data-Settings:before {
    content: "\ee3f"
}

.iconsmind-Data-Sharing:before {
    content: "\ee40"
}

.iconsmind-Data-Shield:before {
    content: "\ee41"
}

.iconsmind-Data-Signal:before {
    content: "\ee42"
}

.iconsmind-Data-Storage:before {
    content: "\ee43"
}

.iconsmind-Data-Stream:before {
    content: "\ee44"
}

.iconsmind-Data-Transfer:before {
    content: "\ee45"
}

.iconsmind-Data-Unlock:before {
    content: "\ee46"
}

.iconsmind-Data-Upload:before {
    content: "\ee47"
}

.iconsmind-Data-Yes:before {
    content: "\ee48"
}

.iconsmind-Death:before {
    content: "\ee49"
}

.iconsmind-Debian:before {
    content: "\ee4a"
}

.iconsmind-Dec:before {
    content: "\ee4b"
}

.iconsmind-Decrase-Inedit:before {
    content: "\ee4c"
}

.iconsmind-Deer:before {
    content: "\ee4d"
}

.iconsmind-Deer-2:before {
    content: "\ee4e"
}

.iconsmind-Delete-File:before {
    content: "\ee4f"
}

.iconsmind-Depression:before {
    content: "\ee50"
}

.iconsmind-Device-SyncwithCloud:before {
    content: "\ee51"
}

.iconsmind-Diamond:before {
    content: "\ee52"
}

.iconsmind-Digital-Drawing:before {
    content: "\ee53"
}

.iconsmind-Dinosaur:before {
    content: "\ee54"
}

.iconsmind-Diploma:before {
    content: "\ee55"
}

.iconsmind-Diploma-2:before {
    content: "\ee56"
}

.iconsmind-Disk:before {
    content: "\ee57"
}

.iconsmind-Dog:before {
    content: "\ee58"
}

.iconsmind-Dollar:before {
    content: "\ee59"
}

.iconsmind-Dollar-Sign:before {
    content: "\ee5a"
}

.iconsmind-Dollar-Sign2:before {
    content: "\ee5b"
}

.iconsmind-Dolphin:before {
    content: "\ee5c"
}

.iconsmind-Door:before {
    content: "\ee5d"
}

.iconsmind-Double-Circle:before {
    content: "\ee5e"
}

.iconsmind-Doughnut:before {
    content: "\ee5f"
}

.iconsmind-Dove:before {
    content: "\ee60"
}

.iconsmind-Down2:before {
    content: "\ee61"
}

.iconsmind-Down-2:before {
    content: "\ee62"
}

.iconsmind-Down-3:before {
    content: "\ee63"
}

.iconsmind-Download2:before {
    content: "\ee64"
}

.iconsmind-Download-fromCloud:before {
    content: "\ee65"
}

.iconsmind-Dress:before {
    content: "\ee66"
}

.iconsmind-Duck:before {
    content: "\ee67"
}

.iconsmind-DVD:before {
    content: "\ee68"
}

.iconsmind-Eagle:before {
    content: "\ee69"
}

.iconsmind-Ear:before {
    content: "\ee6a"
}

.iconsmind-Eggs:before {
    content: "\ee6b"
}

.iconsmind-Egypt:before {
    content: "\ee6c"
}

.iconsmind-Eifel-Tower:before {
    content: "\ee6d"
}

.iconsmind-Elbow:before {
    content: "\ee6e"
}

.iconsmind-El-Castillo:before {
    content: "\ee6f"
}

.iconsmind-Elephant:before {
    content: "\ee70"
}

.iconsmind-Embassy:before {
    content: "\ee71"
}

.iconsmind-Empire-StateBuilding:before {
    content: "\ee72"
}

.iconsmind-Empty-Box:before {
    content: "\ee73"
}

.iconsmind-End2:before {
    content: "\ee74"
}

.iconsmind-Envelope:before {
    content: "\ee75"
}

.iconsmind-Envelope-2:before {
    content: "\ee76"
}

.iconsmind-Eraser:before {
    content: "\ee77"
}

.iconsmind-Eraser-2:before {
    content: "\ee78"
}

.iconsmind-Eraser-3:before {
    content: "\ee79"
}

.iconsmind-Euro:before {
    content: "\ee7a"
}

.iconsmind-Euro-Sign:before {
    content: "\ee7b"
}

.iconsmind-Euro-Sign2:before {
    content: "\ee7c"
}

.iconsmind-Evil:before {
    content: "\ee7d"
}

.iconsmind-Eye2:before {
    content: "\ee7e"
}

.iconsmind-Eye-Blind:before {
    content: "\ee7f"
}

.iconsmind-Eyebrow:before {
    content: "\ee80"
}

.iconsmind-Eyebrow-2:before {
    content: "\ee81"
}

.iconsmind-Eyebrow-3:before {
    content: "\ee82"
}

.iconsmind-Eyeglasses-Smiley:before {
    content: "\ee83"
}

.iconsmind-Eyeglasses-Smiley2:before {
    content: "\ee84"
}

.iconsmind-Eye-Invisible:before {
    content: "\ee85"
}

.iconsmind-Eye-Visible:before {
    content: "\ee86"
}

.iconsmind-Face-Style:before {
    content: "\ee87"
}

.iconsmind-Face-Style2:before {
    content: "\ee88"
}

.iconsmind-Face-Style3:before {
    content: "\ee89"
}

.iconsmind-Face-Style4:before {
    content: "\ee8a"
}

.iconsmind-Face-Style5:before {
    content: "\ee8b"
}

.iconsmind-Face-Style6:before {
    content: "\ee8c"
}

.iconsmind-Factory2:before {
    content: "\ee8d"
}

.iconsmind-Fan:before {
    content: "\ee8e"
}

.iconsmind-Fashion:before {
    content: "\ee8f"
}

.iconsmind-Fax:before {
    content: "\ee90"
}

.iconsmind-File:before {
    content: "\ee91"
}

.iconsmind-File-Block:before {
    content: "\ee92"
}

.iconsmind-File-Bookmark:before {
    content: "\ee93"
}

.iconsmind-File-Chart:before {
    content: "\ee94"
}

.iconsmind-File-Clipboard:before {
    content: "\ee95"
}

.iconsmind-File-ClipboardFileText:before {
    content: "\ee96"
}

.iconsmind-File-ClipboardTextImage:before {
    content: "\ee97"
}

.iconsmind-File-Cloud:before {
    content: "\ee98"
}

.iconsmind-File-Copy:before {
    content: "\ee99"
}

.iconsmind-File-Copy2:before {
    content: "\ee9a"
}

.iconsmind-File-CSV:before {
    content: "\ee9b"
}

.iconsmind-File-Download:before {
    content: "\ee9c"
}

.iconsmind-File-Edit:before {
    content: "\ee9d"
}

.iconsmind-File-Excel:before {
    content: "\ee9e"
}

.iconsmind-File-Favorite:before {
    content: "\ee9f"
}

.iconsmind-File-Fire:before {
    content: "\eea0"
}

.iconsmind-File-Graph:before {
    content: "\eea1"
}

.iconsmind-File-Hide:before {
    content: "\eea2"
}

.iconsmind-File-Horizontal:before {
    content: "\eea3"
}

.iconsmind-File-HorizontalText:before {
    content: "\eea4"
}

.iconsmind-File-HTML:before {
    content: "\eea5"
}

.iconsmind-File-JPG:before {
    content: "\eea6"
}

.iconsmind-File-Link:before {
    content: "\eea7"
}

.iconsmind-File-Loading:before {
    content: "\eea8"
}

.iconsmind-File-Lock:before {
    content: "\eea9"
}

.iconsmind-File-Love:before {
    content: "\eeaa"
}

.iconsmind-File-Music:before {
    content: "\eeab"
}

.iconsmind-File-Network:before {
    content: "\eeac"
}

.iconsmind-File-Pictures:before {
    content: "\eead"
}

.iconsmind-File-Pie:before {
    content: "\eeae"
}

.iconsmind-File-Presentation:before {
    content: "\eeaf"
}

.iconsmind-File-Refresh:before {
    content: "\eeb0"
}

.iconsmind-Files:before {
    content: "\eeb1"
}

.iconsmind-File-Search:before {
    content: "\eeb2"
}

.iconsmind-File-Settings:before {
    content: "\eeb3"
}

.iconsmind-File-Share:before {
    content: "\eeb4"
}

.iconsmind-File-TextImage:before {
    content: "\eeb5"
}

.iconsmind-File-Trash:before {
    content: "\eeb6"
}

.iconsmind-File-TXT:before {
    content: "\eeb7"
}

.iconsmind-File-Upload:before {
    content: "\eeb8"
}

.iconsmind-File-Video:before {
    content: "\eeb9"
}

.iconsmind-File-Word:before {
    content: "\eeba"
}

.iconsmind-File-Zip:before {
    content: "\eebb"
}

.iconsmind-Financial:before {
    content: "\eebc"
}

.iconsmind-Finger:before {
    content: "\eebd"
}

.iconsmind-Fingerprint:before {
    content: "\eebe"
}

.iconsmind-Fingerprint-2:before {
    content: "\eebf"
}

.iconsmind-Firefox:before {
    content: "\eec0"
}

.iconsmind-Fire-Staion:before {
    content: "\eec1"
}

.iconsmind-Fish:before {
    content: "\eec2"
}

.iconsmind-Fit-To:before {
    content: "\eec3"
}

.iconsmind-Fit-To2:before {
    content: "\eec4"
}

.iconsmind-Flag2:before {
    content: "\eec5"
}

.iconsmind-Flag-22:before {
    content: "\eec6"
}

.iconsmind-Flag-3:before {
    content: "\eec7"
}

.iconsmind-Flag-4:before {
    content: "\eec8"
}

.iconsmind-Flamingo:before {
    content: "\eec9"
}

.iconsmind-Folder:before {
    content: "\eeca"
}

.iconsmind-Folder-Add:before {
    content: "\eecb"
}

.iconsmind-Folder-Archive:before {
    content: "\eecc"
}

.iconsmind-Folder-Binder:before {
    content: "\eecd"
}

.iconsmind-Folder-Binder2:before {
    content: "\eece"
}

.iconsmind-Folder-Block:before {
    content: "\eecf"
}

.iconsmind-Folder-Bookmark:before {
    content: "\eed0"
}

.iconsmind-Folder-Close:before {
    content: "\eed1"
}

.iconsmind-Folder-Cloud:before {
    content: "\eed2"
}

.iconsmind-Folder-Delete:before {
    content: "\eed3"
}

.iconsmind-Folder-Download:before {
    content: "\eed4"
}

.iconsmind-Folder-Edit:before {
    content: "\eed5"
}

.iconsmind-Folder-Favorite:before {
    content: "\eed6"
}

.iconsmind-Folder-Fire:before {
    content: "\eed7"
}

.iconsmind-Folder-Hide:before {
    content: "\eed8"
}

.iconsmind-Folder-Link:before {
    content: "\eed9"
}

.iconsmind-Folder-Loading:before {
    content: "\eeda"
}

.iconsmind-Folder-Lock:before {
    content: "\eedb"
}

.iconsmind-Folder-Love:before {
    content: "\eedc"
}

.iconsmind-Folder-Music:before {
    content: "\eedd"
}

.iconsmind-Folder-Network:before {
    content: "\eede"
}

.iconsmind-Folder-Open:before {
    content: "\eedf"
}

.iconsmind-Folder-Open2:before {
    content: "\eee0"
}

.iconsmind-Folder-Organizing:before {
    content: "\eee1"
}

.iconsmind-Folder-Pictures:before {
    content: "\eee2"
}

.iconsmind-Folder-Refresh:before {
    content: "\eee3"
}

.iconsmind-Folder-Remove:before {
    content: "\eee4"
}

.iconsmind-Folders:before {
    content: "\eee5"
}

.iconsmind-Folder-Search:before {
    content: "\eee6"
}

.iconsmind-Folder-Settings:before {
    content: "\eee7"
}

.iconsmind-Folder-Share:before {
    content: "\eee8"
}

.iconsmind-Folder-Trash:before {
    content: "\eee9"
}

.iconsmind-Folder-Upload:before {
    content: "\eeea"
}

.iconsmind-Folder-Video:before {
    content: "\eeeb"
}

.iconsmind-Folder-WithDocument:before {
    content: "\eeec"
}

.iconsmind-Folder-Zip:before {
    content: "\eeed"
}

.iconsmind-Foot:before {
    content: "\eeee"
}

.iconsmind-Foot-2:before {
    content: "\eeef"
}

.iconsmind-Fork:before {
    content: "\eef0"
}

.iconsmind-Formula:before {
    content: "\eef1"
}

.iconsmind-Fountain-Pen:before {
    content: "\eef2"
}

.iconsmind-Fox:before {
    content: "\eef3"
}

.iconsmind-Frankenstein:before {
    content: "\eef4"
}

.iconsmind-French-Fries:before {
    content: "\eef5"
}

.iconsmind-Frog:before {
    content: "\eef6"
}

.iconsmind-Fruits:before {
    content: "\eef7"
}

.iconsmind-Full-Screen:before {
    content: "\eef8"
}

.iconsmind-Full-Screen2:before {
    content: "\eef9"
}

.iconsmind-Full-View:before {
    content: "\eefa"
}

.iconsmind-Full-View2:before {
    content: "\eefb"
}

.iconsmind-Funky:before {
    content: "\eefc"
}

.iconsmind-Funny-Bicycle:before {
    content: "\eefd"
}

.iconsmind-Gamepad:before {
    content: "\eefe"
}

.iconsmind-Gamepad-2:before {
    content: "\eeff"
}

.iconsmind-Gay:before {
    content: "\ef00"
}

.iconsmind-Geek2:before {
    content: "\ef01"
}

.iconsmind-Gentleman:before {
    content: "\ef02"
}

.iconsmind-Giraffe:before {
    content: "\ef03"
}

.iconsmind-Glasses:before {
    content: "\ef04"
}

.iconsmind-Glasses-2:before {
    content: "\ef05"
}

.iconsmind-Glasses-3:before {
    content: "\ef06"
}

.iconsmind-Glass-Water:before {
    content: "\ef07"
}

.iconsmind-Gloves:before {
    content: "\ef08"
}

.iconsmind-Go-Bottom:before {
    content: "\ef09"
}

.iconsmind-Gorilla:before {
    content: "\ef0a"
}

.iconsmind-Go-Top:before {
    content: "\ef0b"
}

.iconsmind-Grave:before {
    content: "\ef0c"
}

.iconsmind-Graveyard:before {
    content: "\ef0d"
}

.iconsmind-Greece:before {
    content: "\ef0e"
}

.iconsmind-Hair:before {
    content: "\ef0f"
}

.iconsmind-Hair-2:before {
    content: "\ef10"
}

.iconsmind-Hair-3:before {
    content: "\ef11"
}

.iconsmind-Halloween-HalfMoon:before {
    content: "\ef12"
}

.iconsmind-Halloween-Moon:before {
    content: "\ef13"
}

.iconsmind-Hamburger:before {
    content: "\ef14"
}

.iconsmind-Hand:before {
    content: "\ef15"
}

.iconsmind-Hands:before {
    content: "\ef16"
}

.iconsmind-Handshake:before {
    content: "\ef17"
}

.iconsmind-Hanger:before {
    content: "\ef18"
}

.iconsmind-Happy:before {
    content: "\ef19"
}

.iconsmind-Hat:before {
    content: "\ef1a"
}

.iconsmind-Hat-2:before {
    content: "\ef1b"
}

.iconsmind-Haunted-House:before {
    content: "\ef1c"
}

.iconsmind-HD:before {
    content: "\ef1d"
}

.iconsmind-HDD:before {
    content: "\ef1e"
}

.iconsmind-Heart2:before {
    content: "\ef1f"
}

.iconsmind-Heels:before {
    content: "\ef20"
}

.iconsmind-Heels-2:before {
    content: "\ef21"
}

.iconsmind-Hello:before {
    content: "\ef22"
}

.iconsmind-Hipo:before {
    content: "\ef23"
}

.iconsmind-Hipster-Glasses:before {
    content: "\ef24"
}

.iconsmind-Hipster-Glasses2:before {
    content: "\ef25"
}

.iconsmind-Hipster-Glasses3:before {
    content: "\ef26"
}

.iconsmind-Hipster-Headphones:before {
    content: "\ef27"
}

.iconsmind-Hipster-Men:before {
    content: "\ef28"
}

.iconsmind-Hipster-Men2:before {
    content: "\ef29"
}

.iconsmind-Hipster-Men3:before {
    content: "\ef2a"
}

.iconsmind-Hipster-Sunglasses:before {
    content: "\ef2b"
}

.iconsmind-Hipster-Sunglasses2:before {
    content: "\ef2c"
}

.iconsmind-Hipster-Sunglasses3:before {
    content: "\ef2d"
}

.iconsmind-Holly:before {
    content: "\ef2e"
}

.iconsmind-Home2:before {
    content: "\ef2f"
}

.iconsmind-Home-2:before {
    content: "\ef30"
}

.iconsmind-Home-3:before {
    content: "\ef31"
}

.iconsmind-Home-4:before {
    content: "\ef32"
}

.iconsmind-Honey:before {
    content: "\ef33"
}

.iconsmind-Hong-Kong:before {
    content: "\ef34"
}

.iconsmind-Hoodie:before {
    content: "\ef35"
}

.iconsmind-Horror:before {
    content: "\ef36"
}

.iconsmind-Horse:before {
    content: "\ef37"
}

.iconsmind-Hospital2:before {
    content: "\ef38"
}

.iconsmind-Host:before {
    content: "\ef39"
}

.iconsmind-Hot-Dog:before {
    content: "\ef3a"
}

.iconsmind-Hotel:before {
    content: "\ef3b"
}

.iconsmind-Hub:before {
    content: "\ef3c"
}

.iconsmind-Humor:before {
    content: "\ef3d"
}

.iconsmind-Ice-Cream:before {
    content: "\ef3e"
}

.iconsmind-Idea:before {
    content: "\ef3f"
}

.iconsmind-Inbox:before {
    content: "\ef40"
}

.iconsmind-Inbox-Empty:before {
    content: "\ef41"
}

.iconsmind-Inbox-Forward:before {
    content: "\ef42"
}

.iconsmind-Inbox-Full:before {
    content: "\ef43"
}

.iconsmind-Inbox-Into:before {
    content: "\ef44"
}

.iconsmind-Inbox-Out:before {
    content: "\ef45"
}

.iconsmind-Inbox-Reply:before {
    content: "\ef46"
}

.iconsmind-Increase-Inedit:before {
    content: "\ef47"
}

.iconsmind-Indent-FirstLine:before {
    content: "\ef48"
}

.iconsmind-Indent-LeftMargin:before {
    content: "\ef49"
}

.iconsmind-Indent-RightMargin:before {
    content: "\ef4a"
}

.iconsmind-India:before {
    content: "\ef4b"
}

.iconsmind-Internet-Explorer:before {
    content: "\ef4c"
}

.iconsmind-Internet-Smiley:before {
    content: "\ef4d"
}

.iconsmind-iOS-Apple:before {
    content: "\ef4e"
}

.iconsmind-Israel:before {
    content: "\ef4f"
}

.iconsmind-Jacket:before {
    content: "\ef50"
}

.iconsmind-Jamaica:before {
    content: "\ef51"
}

.iconsmind-Japan:before {
    content: "\ef52"
}

.iconsmind-Japanese-Gate:before {
    content: "\ef53"
}

.iconsmind-Jeans:before {
    content: "\ef54"
}

.iconsmind-Joystick:before {
    content: "\ef55"
}

.iconsmind-Juice:before {
    content: "\ef56"
}

.iconsmind-Kangoroo:before {
    content: "\ef57"
}

.iconsmind-Kenya:before {
    content: "\ef58"
}

.iconsmind-Keyboard:before {
    content: "\ef59"
}

.iconsmind-Keypad:before {
    content: "\ef5a"
}

.iconsmind-King:before {
    content: "\ef5b"
}

.iconsmind-Kiss:before {
    content: "\ef5c"
}

.iconsmind-Knee:before {
    content: "\ef5d"
}

.iconsmind-Knife:before {
    content: "\ef5e"
}

.iconsmind-Knight:before {
    content: "\ef5f"
}

.iconsmind-Koala:before {
    content: "\ef60"
}

.iconsmind-Korea:before {
    content: "\ef61"
}

.iconsmind-Lantern:before {
    content: "\ef62"
}

.iconsmind-Laptop:before {
    content: "\ef63"
}

.iconsmind-Laptop-2:before {
    content: "\ef64"
}

.iconsmind-Laptop-3:before {
    content: "\ef65"
}

.iconsmind-Laptop-Phone:before {
    content: "\ef66"
}

.iconsmind-Laptop-Tablet:before {
    content: "\ef67"
}

.iconsmind-Laughing:before {
    content: "\ef68"
}

.iconsmind-Leaning-Tower:before {
    content: "\ef69"
}

.iconsmind-Left2:before {
    content: "\ef6a"
}

.iconsmind-Left-2:before {
    content: "\ef6b"
}

.iconsmind-Left-3:before {
    content: "\ef6c"
}

.iconsmind-Left--Right:before {
    content: "\ef6d"
}

.iconsmind-Left--Right3:before {
    content: "\ef6e"
}

.iconsmind-Left-ToRight:before {
    content: "\ef6f"
}

.iconsmind-Leg:before {
    content: "\ef70"
}

.iconsmind-Leg-2:before {
    content: "\ef71"
}

.iconsmind-Lemon:before {
    content: "\ef72"
}

.iconsmind-Leopard:before {
    content: "\ef73"
}

.iconsmind-Letter-Close:before {
    content: "\ef74"
}

.iconsmind-Letter-Open:before {
    content: "\ef75"
}

.iconsmind-Letter-Sent:before {
    content: "\ef76"
}

.iconsmind-Library2:before {
    content: "\ef77"
}

.iconsmind-Lighthouse:before {
    content: "\ef78"
}

.iconsmind-Line-Chart:before {
    content: "\ef79"
}

.iconsmind-Line-Chart2:before {
    content: "\ef7a"
}

.iconsmind-Line-Chart3:before {
    content: "\ef7b"
}

.iconsmind-Line-Chart4:before {
    content: "\ef7c"
}

.iconsmind-Line-Spacing:before {
    content: "\ef7d"
}

.iconsmind-Linux:before {
    content: "\ef7e"
}

.iconsmind-Lion:before {
    content: "\ef7f"
}

.iconsmind-Lollipop:before {
    content: "\ef80"
}

.iconsmind-Lollipop-2:before {
    content: "\ef81"
}

.iconsmind-Loop:before {
    content: "\ef82"
}

.iconsmind-Love2:before {
    content: "\ef83"
}

.iconsmind-Mail:before {
    content: "\ef84"
}

.iconsmind-Mail-2:before {
    content: "\ef85"
}

.iconsmind-Mail-3:before {
    content: "\ef86"
}

.iconsmind-Mail-Add:before {
    content: "\ef87"
}

.iconsmind-Mail-Attachement:before {
    content: "\ef88"
}

.iconsmind-Mail-Block:before {
    content: "\ef89"
}

.iconsmind-Mailbox-Empty:before {
    content: "\ef8a"
}

.iconsmind-Mailbox-Full:before {
    content: "\ef8b"
}

.iconsmind-Mail-Delete:before {
    content: "\ef8c"
}

.iconsmind-Mail-Favorite:before {
    content: "\ef8d"
}

.iconsmind-Mail-Forward:before {
    content: "\ef8e"
}

.iconsmind-Mail-Gallery:before {
    content: "\ef8f"
}

.iconsmind-Mail-Inbox:before {
    content: "\ef90"
}

.iconsmind-Mail-Link:before {
    content: "\ef91"
}

.iconsmind-Mail-Lock:before {
    content: "\ef92"
}

.iconsmind-Mail-Love:before {
    content: "\ef93"
}

.iconsmind-Mail-Money:before {
    content: "\ef94"
}

.iconsmind-Mail-Open:before {
    content: "\ef95"
}

.iconsmind-Mail-Outbox:before {
    content: "\ef96"
}

.iconsmind-Mail-Password:before {
    content: "\ef97"
}

.iconsmind-Mail-Photo:before {
    content: "\ef98"
}

.iconsmind-Mail-Read:before {
    content: "\ef99"
}

.iconsmind-Mail-Removex:before {
    content: "\ef9a"
}

.iconsmind-Mail-Reply:before {
    content: "\ef9b"
}

.iconsmind-Mail-ReplyAll:before {
    content: "\ef9c"
}

.iconsmind-Mail-Search:before {
    content: "\ef9d"
}

.iconsmind-Mail-Send:before {
    content: "\ef9e"
}

.iconsmind-Mail-Settings:before {
    content: "\ef9f"
}

.iconsmind-Mail-Unread:before {
    content: "\efa0"
}

.iconsmind-Mail-Video:before {
    content: "\efa1"
}

.iconsmind-Mail-withAtSign:before {
    content: "\efa2"
}

.iconsmind-Mail-WithCursors:before {
    content: "\efa3"
}

.iconsmind-Mans-Underwear:before {
    content: "\efa4"
}

.iconsmind-Mans-Underwear2:before {
    content: "\efa5"
}

.iconsmind-Marker:before {
    content: "\efa6"
}

.iconsmind-Marker-2:before {
    content: "\efa7"
}

.iconsmind-Marker-3:before {
    content: "\efa8"
}

.iconsmind-Martini-Glass:before {
    content: "\efa9"
}

.iconsmind-Master-Card:before {
    content: "\efaa"
}

.iconsmind-Maximize:before {
    content: "\efab"
}

.iconsmind-Megaphone:before {
    content: "\efac"
}

.iconsmind-Mexico:before {
    content: "\efad"
}

.iconsmind-Milk-Bottle:before {
    content: "\efae"
}

.iconsmind-Minimize:before {
    content: "\efaf"
}

.iconsmind-Money:before {
    content: "\efb0"
}

.iconsmind-Money-2:before {
    content: "\efb1"
}

.iconsmind-Money-Bag:before {
    content: "\efb2"
}

.iconsmind-Monitor:before {
    content: "\efb3"
}

.iconsmind-Monitor-2:before {
    content: "\efb4"
}

.iconsmind-Monitor-3:before {
    content: "\efb5"
}

.iconsmind-Monitor-4:before {
    content: "\efb6"
}

.iconsmind-Monitor-5:before {
    content: "\efb7"
}

.iconsmind-Monitor-Laptop:before {
    content: "\efb8"
}

.iconsmind-Monitor-phone:before {
    content: "\efb9"
}

.iconsmind-Monitor-Tablet:before {
    content: "\efba"
}

.iconsmind-Monitor-Vertical:before {
    content: "\efbb"
}

.iconsmind-Monkey:before {
    content: "\efbc"
}

.iconsmind-Monster:before {
    content: "\efbd"
}

.iconsmind-Morocco:before {
    content: "\efbe"
}

.iconsmind-Mouse:before {
    content: "\efbf"
}

.iconsmind-Mouse-2:before {
    content: "\efc0"
}

.iconsmind-Mouse-3:before {
    content: "\efc1"
}

.iconsmind-Moustache-Smiley:before {
    content: "\efc2"
}

.iconsmind-Museum:before {
    content: "\efc3"
}

.iconsmind-Mushroom:before {
    content: "\efc4"
}

.iconsmind-Mustache:before {
    content: "\efc5"
}

.iconsmind-Mustache-2:before {
    content: "\efc6"
}

.iconsmind-Mustache-3:before {
    content: "\efc7"
}

.iconsmind-Mustache-4:before {
    content: "\efc8"
}

.iconsmind-Mustache-5:before {
    content: "\efc9"
}

.iconsmind-Navigate-End:before {
    content: "\efca"
}

.iconsmind-Navigat-Start:before {
    content: "\efcb"
}

.iconsmind-Nepal:before {
    content: "\efcc"
}

.iconsmind-Netscape:before {
    content: "\efcd"
}

.iconsmind-New-Mail:before {
    content: "\efce"
}

.iconsmind-Newspaper:before {
    content: "\efcf"
}

.iconsmind-Newspaper-2:before {
    content: "\efd0"
}

.iconsmind-No-Battery:before {
    content: "\efd1"
}

.iconsmind-Noose:before {
    content: "\efd2"
}

.iconsmind-Note:before {
    content: "\efd3"
}

.iconsmind-Notepad:before {
    content: "\efd4"
}

.iconsmind-Notepad-2:before {
    content: "\efd5"
}

.iconsmind-Office:before {
    content: "\efd6"
}

.iconsmind-Old-Camera:before {
    content: "\efd7"
}

.iconsmind-Old-Cassette:before {
    content: "\efd8"
}

.iconsmind-Old-Sticky:before {
    content: "\efd9"
}

.iconsmind-Old-Sticky2:before {
    content: "\efda"
}

.iconsmind-Old-Telephone:before {
    content: "\efdb"
}

.iconsmind-Open-Banana:before {
    content: "\efdc"
}

.iconsmind-Open-Book:before {
    content: "\efdd"
}

.iconsmind-Opera:before {
    content: "\efde"
}

.iconsmind-Opera-House:before {
    content: "\efdf"
}

.iconsmind-Orientation2:before {
    content: "\efe0"
}

.iconsmind-Orientation-2:before {
    content: "\efe1"
}

.iconsmind-Ornament:before {
    content: "\efe2"
}

.iconsmind-Owl:before {
    content: "\efe3"
}

.iconsmind-Paintbrush:before {
    content: "\efe4"
}

.iconsmind-Palette:before {
    content: "\efe5"
}

.iconsmind-Panda:before {
    content: "\efe6"
}

.iconsmind-Pantheon:before {
    content: "\efe7"
}

.iconsmind-Pantone:before {
    content: "\efe8"
}

.iconsmind-Pants:before {
    content: "\efe9"
}

.iconsmind-Paper:before {
    content: "\efea"
}

.iconsmind-Parrot:before {
    content: "\efeb"
}

.iconsmind-Pawn:before {
    content: "\efec"
}

.iconsmind-Pen:before {
    content: "\efed"
}

.iconsmind-Pen-2:before {
    content: "\efee"
}

.iconsmind-Pen-3:before {
    content: "\efef"
}

.iconsmind-Pen-4:before {
    content: "\eff0"
}

.iconsmind-Pen-5:before {
    content: "\eff1"
}

.iconsmind-Pen-6:before {
    content: "\eff2"
}

.iconsmind-Pencil:before {
    content: "\eff3"
}

.iconsmind-Pencil-Ruler:before {
    content: "\eff4"
}

.iconsmind-Penguin:before {
    content: "\eff5"
}

.iconsmind-Pentagon:before {
    content: "\eff6"
}

.iconsmind-People-onCloud:before {
    content: "\eff7"
}

.iconsmind-Pepper:before {
    content: "\eff8"
}

.iconsmind-Pepper-withFire:before {
    content: "\eff9"
}

.iconsmind-Petronas-Tower:before {
    content: "\effa"
}

.iconsmind-Philipines:before {
    content: "\effb"
}

.iconsmind-Phone:before {
    content: "\effc"
}

.iconsmind-Phone-2:before {
    content: "\effd"
}

.iconsmind-Phone-3:before {
    content: "\effe"
}

.iconsmind-Phone-3G:before {
    content: "\efff"
}

.iconsmind-Phone-4G:before {
    content: "\f000"
}

.iconsmind-Phone-Simcard:before {
    content: "\f001"
}

.iconsmind-Phone-SMS:before {
    content: "\f002"
}

.iconsmind-Phone-Wifi:before {
    content: "\f003"
}

.iconsmind-Pi:before {
    content: "\f004"
}

.iconsmind-Pie-Chart:before {
    content: "\f005"
}

.iconsmind-Pie-Chart2:before {
    content: "\f006"
}

.iconsmind-Pie-Chart3:before {
    content: "\f007"
}

.iconsmind-Pipette:before {
    content: "\f008"
}

.iconsmind-Piramids:before {
    content: "\f009"
}

.iconsmind-Pizza:before {
    content: "\f00a"
}

.iconsmind-Pizza-Slice:before {
    content: "\f00b"
}

.iconsmind-Plastic-CupPhone:before {
    content: "\f00c"
}

.iconsmind-Plastic-CupPhone2:before {
    content: "\f00d"
}

.iconsmind-Plate:before {
    content: "\f00e"
}

.iconsmind-Plates:before {
    content: "\f00f"
}

.iconsmind-Plug-In:before {
    content: "\f010"
}

.iconsmind-Plug-In2:before {
    content: "\f011"
}

.iconsmind-Poland:before {
    content: "\f012"
}

.iconsmind-Police-Station:before {
    content: "\f013"
}

.iconsmind-Polo-Shirt:before {
    content: "\f014"
}

.iconsmind-Portugal:before {
    content: "\f015"
}

.iconsmind-Post-Mail:before {
    content: "\f016"
}

.iconsmind-Post-Mail2:before {
    content: "\f017"
}

.iconsmind-Post-Office:before {
    content: "\f018"
}

.iconsmind-Pound:before {
    content: "\f019"
}

.iconsmind-Pound-Sign:before {
    content: "\f01a"
}

.iconsmind-Pound-Sign2:before {
    content: "\f01b"
}

.iconsmind-Power:before {
    content: "\f01c"
}

.iconsmind-Power-Cable:before {
    content: "\f01d"
}

.iconsmind-Prater:before {
    content: "\f01e"
}

.iconsmind-Present:before {
    content: "\f01f"
}

.iconsmind-Presents:before {
    content: "\f020"
}

.iconsmind-Printer:before {
    content: "\f021"
}

.iconsmind-Projector:before {
    content: "\f022"
}

.iconsmind-Projector-2:before {
    content: "\f023"
}

.iconsmind-Pumpkin:before {
    content: "\f024"
}

.iconsmind-Punk:before {
    content: "\f025"
}

.iconsmind-Queen:before {
    content: "\f026"
}

.iconsmind-Quill:before {
    content: "\f027"
}

.iconsmind-Quill-2:before {
    content: "\f028"
}

.iconsmind-Quill-3:before {
    content: "\f029"
}

.iconsmind-Ram:before {
    content: "\f02a"
}

.iconsmind-Redhat:before {
    content: "\f02b"
}

.iconsmind-Reload2:before {
    content: "\f02c"
}

.iconsmind-Reload-2:before {
    content: "\f02d"
}

.iconsmind-Remote-Controll:before {
    content: "\f02e"
}

.iconsmind-Remote-Controll2:before {
    content: "\f02f"
}

.iconsmind-Remove-File:before {
    content: "\f030"
}

.iconsmind-Repeat3:before {
    content: "\f031"
}

.iconsmind-Repeat-22:before {
    content: "\f032"
}

.iconsmind-Repeat-3:before {
    content: "\f033"
}

.iconsmind-Repeat-4:before {
    content: "\f034"
}

.iconsmind-Resize:before {
    content: "\f035"
}

.iconsmind-Retro:before {
    content: "\f036"
}

.iconsmind-RGB:before {
    content: "\f037"
}

.iconsmind-Right2:before {
    content: "\f038"
}

.iconsmind-Right-2:before {
    content: "\f039"
}

.iconsmind-Right-3:before {
    content: "\f03a"
}

.iconsmind-Right-ToLeft:before {
    content: "\f03b"
}

.iconsmind-Robot2:before {
    content: "\f03c"
}

.iconsmind-Roller:before {
    content: "\f03d"
}

.iconsmind-Roof:before {
    content: "\f03e"
}

.iconsmind-Rook:before {
    content: "\f03f"
}

.iconsmind-Router:before {
    content: "\f040"
}

.iconsmind-Router-2:before {
    content: "\f041"
}

.iconsmind-Ruler:before {
    content: "\f042"
}

.iconsmind-Ruler-2:before {
    content: "\f043"
}

.iconsmind-Safari:before {
    content: "\f044"
}

.iconsmind-Safe-Box2:before {
    content: "\f045"
}

.iconsmind-Santa-Claus:before {
    content: "\f046"
}

.iconsmind-Santa-Claus2:before {
    content: "\f047"
}

.iconsmind-Santa-onSled:before {
    content: "\f048"
}

.iconsmind-Scarf:before {
    content: "\f049"
}

.iconsmind-Scissor:before {
    content: "\f04a"
}

.iconsmind-Scotland:before {
    content: "\f04b"
}

.iconsmind-Sea-Dog:before {
    content: "\f04c"
}

.iconsmind-Search-onCloud:before {
    content: "\f04d"
}

.iconsmind-Security-Smiley:before {
    content: "\f04e"
}

.iconsmind-Serbia:before {
    content: "\f04f"
}

.iconsmind-Server:before {
    content: "\f050"
}

.iconsmind-Server-2:before {
    content: "\f051"
}

.iconsmind-Servers:before {
    content: "\f052"
}

.iconsmind-Share-onCloud:before {
    content: "\f053"
}

.iconsmind-Shark:before {
    content: "\f054"
}

.iconsmind-Sheep:before {
    content: "\f055"
}

.iconsmind-Shirt:before {
    content: "\f056"
}

.iconsmind-Shoes:before {
    content: "\f057"
}

.iconsmind-Shoes-2:before {
    content: "\f058"
}

.iconsmind-Short-Pants:before {
    content: "\f059"
}

.iconsmind-Shuffle2:before {
    content: "\f05a"
}

.iconsmind-Shuffle-22:before {
    content: "\f05b"
}

.iconsmind-Singapore:before {
    content: "\f05c"
}

.iconsmind-Skeleton:before {
    content: "\f05d"
}

.iconsmind-Skirt:before {
    content: "\f05e"
}

.iconsmind-Skull:before {
    content: "\f05f"
}

.iconsmind-Sled:before {
    content: "\f060"
}

.iconsmind-Sled-withGifts:before {
    content: "\f061"
}

.iconsmind-Sleeping:before {
    content: "\f062"
}

.iconsmind-Slippers:before {
    content: "\f063"
}

.iconsmind-Smart:before {
    content: "\f064"
}

.iconsmind-Smartphone:before {
    content: "\f065"
}

.iconsmind-Smartphone-2:before {
    content: "\f066"
}

.iconsmind-Smartphone-3:before {
    content: "\f067"
}

.iconsmind-Smartphone-4:before {
    content: "\f068"
}

.iconsmind-Smile:before {
    content: "\f069"
}

.iconsmind-Smoking-Pipe:before {
    content: "\f06a"
}

.iconsmind-Snake:before {
    content: "\f06b"
}

.iconsmind-Snow-Dome:before {
    content: "\f06c"
}

.iconsmind-Snowflake2:before {
    content: "\f06d"
}

.iconsmind-Snowman:before {
    content: "\f06e"
}

.iconsmind-Socks:before {
    content: "\f06f"
}

.iconsmind-Soup:before {
    content: "\f070"
}

.iconsmind-South-Africa:before {
    content: "\f071"
}

.iconsmind-Space-Needle:before {
    content: "\f072"
}

.iconsmind-Spain:before {
    content: "\f073"
}

.iconsmind-Spam-Mail:before {
    content: "\f074"
}

.iconsmind-Speaker2:before {
    content: "\f075"
}

.iconsmind-Spell-Check:before {
    content: "\f076"
}

.iconsmind-Spell-CheckABC:before {
    content: "\f077"
}

.iconsmind-Spider:before {
    content: "\f078"
}

.iconsmind-Spiderweb:before {
    content: "\f079"
}

.iconsmind-Spoder:before {
    content: "\f07a"
}

.iconsmind-Spoon:before {
    content: "\f07b"
}

.iconsmind-Sports-Clothings1:before {
    content: "\f07c"
}

.iconsmind-Sports-Clothings2:before {
    content: "\f07d"
}

.iconsmind-Sports-Shirt:before {
    content: "\f07e"
}

.iconsmind-Spray:before {
    content: "\f07f"
}

.iconsmind-Squirrel:before {
    content: "\f080"
}

.iconsmind-Stamp:before {
    content: "\f081"
}

.iconsmind-Stamp-2:before {
    content: "\f082"
}

.iconsmind-Stapler:before {
    content: "\f083"
}

.iconsmind-Star:before {
    content: "\f084"
}

.iconsmind-Starfish:before {
    content: "\f085"
}

.iconsmind-Start2:before {
    content: "\f086"
}

.iconsmind-St-BasilsCathedral:before {
    content: "\f087"
}

.iconsmind-St-PaulsCathedral:before {
    content: "\f088"
}

.iconsmind-Structure:before {
    content: "\f089"
}

.iconsmind-Student-Hat:before {
    content: "\f08a"
}

.iconsmind-Student-Hat2:before {
    content: "\f08b"
}

.iconsmind-Suit:before {
    content: "\f08c"
}

.iconsmind-Sum2:before {
    content: "\f08d"
}

.iconsmind-Sunglasses:before {
    content: "\f08e"
}

.iconsmind-Sunglasses-2:before {
    content: "\f08f"
}

.iconsmind-Sunglasses-3:before {
    content: "\f090"
}

.iconsmind-Sunglasses-Smiley:before {
    content: "\f091"
}

.iconsmind-Sunglasses-Smiley2:before {
    content: "\f092"
}

.iconsmind-Sunglasses-W:before {
    content: "\f093"
}

.iconsmind-Sunglasses-W2:before {
    content: "\f094"
}

.iconsmind-Sunglasses-W3:before {
    content: "\f095"
}

.iconsmind-Surprise:before {
    content: "\f096"
}

.iconsmind-Sushi:before {
    content: "\f097"
}

.iconsmind-Sweden:before {
    content: "\f098"
}

.iconsmind-Swimming-Short:before {
    content: "\f099"
}

.iconsmind-Swimmwear:before {
    content: "\f09a"
}

.iconsmind-Switzerland:before {
    content: "\f09b"
}

.iconsmind-Sync:before {
    content: "\f09c"
}

.iconsmind-Sync-Cloud:before {
    content: "\f09d"
}

.iconsmind-Tablet:before {
    content: "\f09e"
}

.iconsmind-Tablet-2:before {
    content: "\f09f"
}

.iconsmind-Tablet-3:before {
    content: "\f0a0"
}

.iconsmind-Tablet-Orientation:before {
    content: "\f0a1"
}

.iconsmind-Tablet-Phone:before {
    content: "\f0a2"
}

.iconsmind-Tablet-Vertical:before {
    content: "\f0a3"
}

.iconsmind-Tactic:before {
    content: "\f0a4"
}

.iconsmind-Taj-Mahal:before {
    content: "\f0a5"
}

.iconsmind-Teapot:before {
    content: "\f0a6"
}

.iconsmind-Tee-Mug:before {
    content: "\f0a7"
}

.iconsmind-Telephone:before {
    content: "\f0a8"
}

.iconsmind-Telephone-2:before {
    content: "\f0a9"
}

.iconsmind-Temple:before {
    content: "\f0aa"
}

.iconsmind-Thailand:before {
    content: "\f0ab"
}

.iconsmind-The-WhiteHouse:before {
    content: "\f0ac"
}

.iconsmind-Three-ArrowFork:before {
    content: "\f0ad"
}

.iconsmind-Thumbs-DownSmiley:before {
    content: "\f0ae"
}

.iconsmind-Thumbs-UpSmiley:before {
    content: "\f0af"
}

.iconsmind-Tie:before {
    content: "\f0b0"
}

.iconsmind-Tie-2:before {
    content: "\f0b1"
}

.iconsmind-Tie-3:before {
    content: "\f0b2"
}

.iconsmind-Tiger:before {
    content: "\f0b3"
}

.iconsmind-Time-Clock:before {
    content: "\f0b4"
}

.iconsmind-To-Bottom:before {
    content: "\f0b5"
}

.iconsmind-To-Bottom2:before {
    content: "\f0b6"
}

.iconsmind-Token:before {
    content: "\f0b7"
}

.iconsmind-To-Left:before {
    content: "\f0b8"
}

.iconsmind-Tomato:before {
    content: "\f0b9"
}

.iconsmind-Tongue:before {
    content: "\f0ba"
}

.iconsmind-Tooth:before {
    content: "\f0bb"
}

.iconsmind-Tooth-2:before {
    content: "\f0bc"
}

.iconsmind-Top-ToBottom:before {
    content: "\f0bd"
}

.iconsmind-To-Right:before {
    content: "\f0be"
}

.iconsmind-To-Top:before {
    content: "\f0bf"
}

.iconsmind-To-Top2:before {
    content: "\f0c0"
}

.iconsmind-Tower:before {
    content: "\f0c1"
}

.iconsmind-Tower-2:before {
    content: "\f0c2"
}

.iconsmind-Tower-Bridge:before {
    content: "\f0c3"
}

.iconsmind-Transform:before {
    content: "\f0c4"
}

.iconsmind-Transform-2:before {
    content: "\f0c5"
}

.iconsmind-Transform-3:before {
    content: "\f0c6"
}

.iconsmind-Transform-4:before {
    content: "\f0c7"
}

.iconsmind-Tree2:before {
    content: "\f0c8"
}

.iconsmind-Tree-22:before {
    content: "\f0c9"
}

.iconsmind-Triangle-ArrowDown:before {
    content: "\f0ca"
}

.iconsmind-Triangle-ArrowLeft:before {
    content: "\f0cb"
}

.iconsmind-Triangle-ArrowRight:before {
    content: "\f0cc"
}

.iconsmind-Triangle-ArrowUp:before {
    content: "\f0cd"
}

.iconsmind-T-Shirt:before {
    content: "\f0ce"
}

.iconsmind-Turkey:before {
    content: "\f0cf"
}

.iconsmind-Turn-Down:before {
    content: "\f0d0"
}

.iconsmind-Turn-Down2:before {
    content: "\f0d1"
}

.iconsmind-Turn-DownFromLeft:before {
    content: "\f0d2"
}

.iconsmind-Turn-DownFromRight:before {
    content: "\f0d3"
}

.iconsmind-Turn-Left:before {
    content: "\f0d4"
}

.iconsmind-Turn-Left3:before {
    content: "\f0d5"
}

.iconsmind-Turn-Right:before {
    content: "\f0d6"
}

.iconsmind-Turn-Right3:before {
    content: "\f0d7"
}

.iconsmind-Turn-Up:before {
    content: "\f0d8"
}

.iconsmind-Turn-Up2:before {
    content: "\f0d9"
}

.iconsmind-Turtle:before {
    content: "\f0da"
}

.iconsmind-Tuxedo:before {
    content: "\f0db"
}

.iconsmind-Ukraine:before {
    content: "\f0dc"
}

.iconsmind-Umbrela:before {
    content: "\f0dd"
}

.iconsmind-United-Kingdom:before {
    content: "\f0de"
}

.iconsmind-United-States:before {
    content: "\f0df"
}

.iconsmind-University:before {
    content: "\f0e0"
}

.iconsmind-Up2:before {
    content: "\f0e1"
}

.iconsmind-Up-2:before {
    content: "\f0e2"
}

.iconsmind-Up-3:before {
    content: "\f0e3"
}

.iconsmind-Up--Down:before {
    content: "\f0e4"
}

.iconsmind-Up--Down3:before {
    content: "\f0e5"
}

.iconsmind-Upload2:before {
    content: "\f0e6"
}

.iconsmind-Upload-toCloud:before {
    content: "\f0e7"
}

.iconsmind-Usb:before {
    content: "\f0e8"
}

.iconsmind-Usb-2:before {
    content: "\f0e9"
}

.iconsmind-Usb-Cable:before {
    content: "\f0ea"
}

.iconsmind-Vector:before {
    content: "\f0eb"
}

.iconsmind-Vector-2:before {
    content: "\f0ec"
}

.iconsmind-Vector-3:before {
    content: "\f0ed"
}

.iconsmind-Vector-4:before {
    content: "\f0ee"
}

.iconsmind-Vector-5:before {
    content: "\f0ef"
}

.iconsmind-Vest:before {
    content: "\f0f0"
}

.iconsmind-Vietnam:before {
    content: "\f0f1"
}

.iconsmind-View-Height:before {
    content: "\f0f2"
}

.iconsmind-View-Width:before {
    content: "\f0f3"
}

.iconsmind-Visa:before {
    content: "\f0f4"
}

.iconsmind-Voicemail:before {
    content: "\f0f5"
}

.iconsmind-VPN:before {
    content: "\f0f6"
}

.iconsmind-Wacom-Tablet:before {
    content: "\f0f7"
}

.iconsmind-Walkie-Talkie:before {
    content: "\f0f8"
}

.iconsmind-Wallet:before {
    content: "\f0f9"
}

.iconsmind-Wallet-2:before {
    content: "\f0fa"
}

.iconsmind-Warehouse:before {
    content: "\f0fb"
}

.iconsmind-Webcam:before {
    content: "\f0fc"
}

.iconsmind-Wifi:before {
    content: "\f0fd"
}

.iconsmind-Wifi-2:before {
    content: "\f0fe"
}

.iconsmind-Wifi-Keyboard:before {
    content: "\f0ff"
}

.iconsmind-Window:before {
    content: "\f100"
}

.iconsmind-Windows:before {
    content: "\f101"
}

.iconsmind-Windows-Microsoft:before {
    content: "\f102"
}

.iconsmind-Wine-Bottle:before {
    content: "\f103"
}

.iconsmind-Wine-Glass:before {
    content: "\f104"
}

.iconsmind-Wink:before {
    content: "\f105"
}

.iconsmind-Wireless:before {
    content: "\f106"
}

.iconsmind-Witch:before {
    content: "\f107"
}

.iconsmind-Witch-Hat:before {
    content: "\f108"
}

.iconsmind-Wizard:before {
    content: "\f109"
}

.iconsmind-Wolf:before {
    content: "\f10a"
}

.iconsmind-Womans-Underwear:before {
    content: "\f10b"
}

.iconsmind-Womans-Underwear2:before {
    content: "\f10c"
}

.iconsmind-Worker-Clothes:before {
    content: "\f10d"
}

.iconsmind-Wreath:before {
    content: "\f10e"
}

.iconsmind-Zebra:before {
    content: "\f10f"
}

.iconsmind-Zombie:before {
    content: "\f110"
}

@charset "UTF-8";
@font-face {
    font-family: "linea-arrows-10";
    src: url(svg/font/linea-arrows-10.eot);
    src: url(svg/font/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-arrows-10.woff) format("woff"), url(svg/font/linea-arrows-10.ttf) format("truetype"), url(svg/font/linea-arrows-10.svg#linea-arrows-10) format("svg");
    font-weight: 400;
    font-style: normal
}

body [class^=icon-arrows], body [class*=" icon-arrows"], body [class^=icon-basic], body [class*=" icon-basic"], body [class^=icon-basic-elaboration], body [class*=" icon-basic-elaboration"], body [class^=icon-ecommerce], body [class*=" icon-ecommerce"], body [class^=icon-music], body [class*=" icon-music"], body [class^=icon-software], body [class*=" icon-software"], body [class^=icon-weather], body [class*=" icon-weather"] {
    height: auto;
    width: auto;
    line-height: inherit;
    background-color: transparent !important
}

[class^=icon-arrows]:before, [class*=" icon-arrows"]:before {
    font-family: "linea-arrows-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrows-anticlockwise:before {
    content: "\e000"
}

.icon-arrows-anticlockwise-dashed:before {
    content: "\e001"
}

.icon-arrows-button-down:before {
    content: "\e002"
}

.icon-arrows-button-off:before {
    content: "\e003"
}

.icon-arrows-button-on:before {
    content: "\e004"
}

.icon-arrows-button-up:before {
    content: "\e005"
}

.icon-arrows-check:before {
    content: "\e006"
}

.icon-arrows-circle-check:before {
    content: "\e007"
}

.icon-arrows-circle-down:before {
    content: "\e008"
}

.icon-arrows-circle-downleft:before {
    content: "\e009"
}

.icon-arrows-circle-downright:before {
    content: "\e00a"
}

.icon-arrows-circle-left:before {
    content: "\e00b"
}

.icon-arrows-circle-minus:before {
    content: "\e00c"
}

.icon-arrows-circle-plus:before {
    content: "\e00d"
}

.icon-arrows-circle-remove:before {
    content: "\e00e"
}

.icon-arrows-circle-right:before {
    content: "\e00f"
}

.icon-arrows-circle-up:before {
    content: "\e010"
}

.icon-arrows-circle-upleft:before {
    content: "\e011"
}

.icon-arrows-circle-upright:before {
    content: "\e012"
}

.icon-arrows-clockwise:before {
    content: "\e013"
}

.icon-arrows-clockwise-dashed:before {
    content: "\e014"
}

.icon-arrows-compress:before {
    content: "\e015"
}

.icon-arrows-deny:before {
    content: "\e016"
}

.icon-arrows-diagonal:before {
    content: "\e017"
}

.icon-arrows-diagonal2:before {
    content: "\e018"
}

.icon-arrows-down:before {
    content: "\e019"
}

.icon-arrows-down-double:before {
    content: "\e01a"
}

.icon-arrows-downleft:before {
    content: "\e01b"
}

.icon-arrows-downright:before {
    content: "\e01c"
}

.icon-arrows-drag-down:before {
    content: "\e01d"
}

.icon-arrows-drag-down-dashed:before {
    content: "\e01e"
}

.icon-arrows-drag-horiz:before {
    content: "\e01f"
}

.icon-arrows-drag-left:before {
    content: "\e020"
}

.icon-arrows-drag-left-dashed:before {
    content: "\e021"
}

.icon-arrows-drag-right:before {
    content: "\e022"
}

.icon-arrows-drag-right-dashed:before {
    content: "\e023"
}

.icon-arrows-drag-up:before {
    content: "\e024"
}

.icon-arrows-drag-up-dashed:before {
    content: "\e025"
}

.icon-arrows-drag-vert:before {
    content: "\e026"
}

.icon-arrows-exclamation:before {
    content: "\e027"
}

.icon-arrows-expand:before {
    content: "\e028"
}

.icon-arrows-expand-diagonal1:before {
    content: "\e029"
}

.icon-arrows-expand-horizontal1:before {
    content: "\e02a"
}

.icon-arrows-expand-vertical1:before {
    content: "\e02b"
}

.icon-arrows-fit-horizontal:before {
    content: "\e02c"
}

.icon-arrows-fit-vertical:before {
    content: "\e02d"
}

.icon-arrows-glide:before {
    content: "\e02e"
}

.icon-arrows-glide-horizontal:before {
    content: "\e02f"
}

.icon-arrows-glide-vertical:before {
    content: "\e030"
}

.icon-arrows-hamburger1:before {
    content: "\e031"
}

.icon-arrows-hamburger-2:before {
    content: "\e032"
}

.icon-arrows-horizontal:before {
    content: "\e033"
}

.icon-arrows-info:before {
    content: "\e034"
}

.icon-arrows-keyboard-alt:before {
    content: "\e035"
}

.icon-arrows-keyboard-cmd:before {
    content: "\e036"
}

.icon-arrows-keyboard-delete:before {
    content: "\e037"
}

.icon-arrows-keyboard-down:before {
    content: "\e038"
}

.icon-arrows-keyboard-left:before {
    content: "\e039"
}

.icon-arrows-keyboard-return:before {
    content: "\e03a"
}

.icon-arrows-keyboard-right:before {
    content: "\e03b"
}

.icon-arrows-keyboard-shift:before {
    content: "\e03c"
}

.icon-arrows-keyboard-tab:before {
    content: "\e03d"
}

.icon-arrows-keyboard-up:before {
    content: "\e03e"
}

.icon-arrows-left:before {
    content: "\e03f"
}

.icon-arrows-left-double-32:before {
    content: "\e040"
}

.icon-arrows-minus:before {
    content: "\e041"
}

.icon-arrows-move:before {
    content: "\e042"
}

.icon-arrows-move2:before {
    content: "\e043"
}

.icon-arrows-move-bottom:before {
    content: "\e044"
}

.icon-arrows-move-left:before {
    content: "\e045"
}

.icon-arrows-move-right:before {
    content: "\e046"
}

.icon-arrows-move-top:before {
    content: "\e047"
}

.icon-arrows-plus:before {
    content: "\e048"
}

.icon-arrows-question:before {
    content: "\e049"
}

.icon-arrows-remove:before {
    content: "\e04a"
}

.icon-arrows-right:before {
    content: "\e04b"
}

.icon-arrows-right-double:before {
    content: "\e04c"
}

.icon-arrows-rotate:before {
    content: "\e04d"
}

.icon-arrows-rotate-anti:before {
    content: "\e04e"
}

.icon-arrows-rotate-anti-dashed:before {
    content: "\e04f"
}

.icon-arrows-rotate-dashed:before {
    content: "\e050"
}

.icon-arrows-shrink:before {
    content: "\e051"
}

.icon-arrows-shrink-diagonal1:before {
    content: "\e052"
}

.icon-arrows-shrink-diagonal2:before {
    content: "\e053"
}

.icon-arrows-shrink-horizonal2:before {
    content: "\e054"
}

.icon-arrows-shrink-horizontal1:before {
    content: "\e055"
}

.icon-arrows-shrink-vertical1:before {
    content: "\e056"
}

.icon-arrows-shrink-vertical2:before {
    content: "\e057"
}

.icon-arrows-sign-down:before {
    content: "\e058"
}

.icon-arrows-sign-left:before {
    content: "\e059"
}

.icon-arrows-sign-right:before {
    content: "\e05a"
}

.icon-arrows-sign-up:before {
    content: "\e05b"
}

.icon-arrows-slide-down1:before {
    content: "\e05c"
}

.icon-arrows-slide-down2:before {
    content: "\e05d"
}

.icon-arrows-slide-left1:before {
    content: "\e05e"
}

.icon-arrows-slide-left2:before {
    content: "\e05f"
}

.icon-arrows-slide-right1:before {
    content: "\e060"
}

.icon-arrows-slide-right2:before {
    content: "\e061"
}

.icon-arrows-slide-up1:before {
    content: "\e062"
}

.icon-arrows-slide-up2:before {
    content: "\e063"
}

.icon-arrows-slim-down:before {
    content: "\e064"
}

.icon-arrows-slim-down-dashed:before {
    content: "\e065"
}

.icon-arrows-slim-left:before {
    content: "\e066"
}

.icon-arrows-slim-left-dashed:before {
    content: "\e067"
}

.icon-arrows-slim-right:before {
    content: "\e068"
}

.icon-arrows-slim-right-dashed:before {
    content: "\e069"
}

.icon-arrows-slim-up:before {
    content: "\e06a"
}

.icon-arrows-slim-up-dashed:before {
    content: "\e06b"
}

.icon-arrows-square-check:before {
    content: "\e06c"
}

.icon-arrows-square-down:before {
    content: "\e06d"
}

.icon-arrows-square-downleft:before {
    content: "\e06e"
}

.icon-arrows-square-downright:before {
    content: "\e06f"
}

.icon-arrows-square-left:before {
    content: "\e070"
}

.icon-arrows-square-minus:before {
    content: "\e071"
}

.icon-arrows-square-plus:before {
    content: "\e072"
}

.icon-arrows-square-remove:before {
    content: "\e073"
}

.icon-arrows-square-right:before {
    content: "\e074"
}

.icon-arrows-square-up:before {
    content: "\e075"
}

.icon-arrows-square-upleft:before {
    content: "\e076"
}

.icon-arrows-square-upright:before {
    content: "\e077"
}

.icon-arrows-squares:before {
    content: "\e078"
}

.icon-arrows-stretch-diagonal1:before {
    content: "\e079"
}

.icon-arrows-stretch-diagonal2:before {
    content: "\e07a"
}

.icon-arrows-stretch-diagonal3:before {
    content: "\e07b"
}

.icon-arrows-stretch-diagonal4:before {
    content: "\e07c"
}

.icon-arrows-stretch-horizontal1:before {
    content: "\e07d"
}

.icon-arrows-stretch-horizontal2:before {
    content: "\e07e"
}

.icon-arrows-stretch-vertical1:before {
    content: "\e07f"
}

.icon-arrows-stretch-vertical2:before {
    content: "\e080"
}

.icon-arrows-switch-horizontal:before {
    content: "\e081"
}

.icon-arrows-switch-vertical:before {
    content: "\e082"
}

.icon-arrows-up:before {
    content: "\e083"
}

.icon-arrows-up-double-33:before {
    content: "\e084"
}

.icon-arrows-upleft:before {
    content: "\e085"
}

.icon-arrows-upright:before {
    content: "\e086"
}

.icon-arrows-vertical:before {
    content: "\e087"
}

@font-face {
    font-family: "linea-basic-10";
    src: url(svg/font/inea-basic-10.eot);
    src: url(svg/font/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-basic-10.woff) format("woff"), url(svg/font/linea-basic-10.ttf) format("truetype"), url(svg/font/linea-basic-10.svg#linea-basic-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-basic]:before, [class*=" icon-basic"]:before {
    font-family: "linea-basic-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    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: "linea-basic-elaboration-10";
    src: url(svg/font/linea-basic-elaboration-10.eot);
    src: url(svg/font/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-basic-elaboration-10.woff) format("woff"), url(svg/font/linea-basic-elaboration-10.ttf) format("truetype"), url(svg/font/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-basic-elaboration]:before, [class*=" icon-basic-elaboration"]:before {
    font-family: "linea-basic-elaboration-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-basic-elaboration-bookmark-checck:before {
    content: "a"
}

.icon-basic-elaboration-bookmark-minus:before {
    content: "b"
}

.icon-basic-elaboration-bookmark-plus:before {
    content: "c"
}

.icon-basic-elaboration-bookmark-remove:before {
    content: "d"
}

.icon-basic-elaboration-briefcase-check:before {
    content: "e"
}

.icon-basic-elaboration-briefcase-download:before {
    content: "f"
}

.icon-basic-elaboration-briefcase-flagged:before {
    content: "g"
}

.icon-basic-elaboration-briefcase-minus:before {
    content: "h"
}

.icon-basic-elaboration-briefcase-plus:before {
    content: "i"
}

.icon-basic-elaboration-briefcase-refresh:before {
    content: "j"
}

.icon-basic-elaboration-briefcase-remove:before {
    content: "k"
}

.icon-basic-elaboration-briefcase-search:before {
    content: "l"
}

.icon-basic-elaboration-briefcase-star:before {
    content: "m"
}

.icon-basic-elaboration-briefcase-upload:before {
    content: "n"
}

.icon-basic-elaboration-browser-check:before {
    content: "o"
}

.icon-basic-elaboration-browser-download:before {
    content: "p"
}

.icon-basic-elaboration-browser-minus:before {
    content: "q"
}

.icon-basic-elaboration-browser-plus:before {
    content: "r"
}

.icon-basic-elaboration-browser-refresh:before {
    content: "s"
}

.icon-basic-elaboration-browser-remove:before {
    content: "t"
}

.icon-basic-elaboration-browser-search:before {
    content: "u"
}

.icon-basic-elaboration-browser-star:before {
    content: "v"
}

.icon-basic-elaboration-browser-upload:before {
    content: "w"
}

.icon-basic-elaboration-calendar-check:before {
    content: "x"
}

.icon-basic-elaboration-calendar-cloud:before {
    content: "y"
}

.icon-basic-elaboration-calendar-download:before {
    content: "z"
}

.icon-basic-elaboration-calendar-empty:before {
    content: "A"
}

.icon-basic-elaboration-calendar-flagged:before {
    content: "B"
}

.icon-basic-elaboration-calendar-heart:before {
    content: "C"
}

.icon-basic-elaboration-calendar-minus:before {
    content: "D"
}

.icon-basic-elaboration-calendar-next:before {
    content: "E"
}

.icon-basic-elaboration-calendar-noaccess:before {
    content: "F"
}

.icon-basic-elaboration-calendar-pencil:before {
    content: "G"
}

.icon-basic-elaboration-calendar-plus:before {
    content: "H"
}

.icon-basic-elaboration-calendar-previous:before {
    content: "I"
}

.icon-basic-elaboration-calendar-refresh:before {
    content: "J"
}

.icon-basic-elaboration-calendar-remove:before {
    content: "K"
}

.icon-basic-elaboration-calendar-search:before {
    content: "L"
}

.icon-basic-elaboration-calendar-star:before {
    content: "M"
}

.icon-basic-elaboration-calendar-upload:before {
    content: "N"
}

.icon-basic-elaboration-cloud-check:before {
    content: "O"
}

.icon-basic-elaboration-cloud-download:before {
    content: "P"
}

.icon-basic-elaboration-cloud-minus:before {
    content: "Q"
}

.icon-basic-elaboration-cloud-noaccess:before {
    content: "R"
}

.icon-basic-elaboration-cloud-plus:before {
    content: "S"
}

.icon-basic-elaboration-cloud-refresh:before {
    content: "T"
}

.icon-basic-elaboration-cloud-remove:before {
    content: "U"
}

.icon-basic-elaboration-cloud-search:before {
    content: "V"
}

.icon-basic-elaboration-cloud-upload:before {
    content: "W"
}

.icon-basic-elaboration-document-check:before {
    content: "X"
}

.icon-basic-elaboration-document-cloud:before {
    content: "Y"
}

.icon-basic-elaboration-document-download:before {
    content: "Z"
}

.icon-basic-elaboration-document-flagged:before {
    content: "0"
}

.icon-basic-elaboration-document-graph:before {
    content: "1"
}

.icon-basic-elaboration-document-heart:before {
    content: "2"
}

.icon-basic-elaboration-document-minus:before {
    content: "3"
}

.icon-basic-elaboration-document-next:before {
    content: "4"
}

.icon-basic-elaboration-document-noaccess:before {
    content: "5"
}

.icon-basic-elaboration-document-note:before {
    content: "6"
}

.icon-basic-elaboration-document-pencil:before {
    content: "7"
}

.icon-basic-elaboration-document-picture:before {
    content: "8"
}

.icon-basic-elaboration-document-plus:before {
    content: "9"
}

.icon-basic-elaboration-document-previous:before {
    content: "!"
}

.icon-basic-elaboration-document-refresh:before {
    content: "\""
}

.icon-basic-elaboration-document-remove:before {
    content: "#"
}

.icon-basic-elaboration-document-search:before {
    content: "$"
}

.icon-basic-elaboration-document-star:before {
    content: "%"
}

.icon-basic-elaboration-document-upload:before {
    content: "&"
}

.icon-basic-elaboration-folder-check:before {
    content: "'"
}

.icon-basic-elaboration-folder-cloud:before {
    content: "("
}

.icon-basic-elaboration-folder-document:before {
    content: ")"
}

.icon-basic-elaboration-folder-download:before {
    content: "*"
}

.icon-basic-elaboration-folder-flagged:before {
    content: "+"
}

.icon-basic-elaboration-folder-graph:before {
    content: ","
}

.icon-basic-elaboration-folder-heart:before {
    content: "-"
}

.icon-basic-elaboration-folder-minus:before {
    content: "."
}

.icon-basic-elaboration-folder-next:before {
    content: "/"
}

.icon-basic-elaboration-folder-noaccess:before {
    content: ":"
}

.icon-basic-elaboration-folder-note:before {
    content: ";"
}

.icon-basic-elaboration-folder-pencil:before {
    content: "<"
}

.icon-basic-elaboration-folder-picture:before {
    content: "="
}

.icon-basic-elaboration-folder-plus:before {
    content: ">"
}

.icon-basic-elaboration-folder-previous:before {
    content: "?"
}

.icon-basic-elaboration-folder-refresh:before {
    content: "@"
}

.icon-basic-elaboration-folder-remove:before {
    content: "["
}

.icon-basic-elaboration-folder-search:before {
    content: "]"
}

.icon-basic-elaboration-folder-star:before {
    content: "^"
}

.icon-basic-elaboration-folder-upload:before {
    content: "_"
}

.icon-basic-elaboration-mail-check:before {
    content: "`"
}

.icon-basic-elaboration-mail-cloud:before {
    content: "{"
}

.icon-basic-elaboration-mail-document:before {
    content: "|"
}

.icon-basic-elaboration-mail-download:before {
    content: "}"
}

.icon-basic-elaboration-mail-flagged:before {
    content: "~"
}

.icon-basic-elaboration-mail-heart:before {
    content: "\\"
}

.icon-basic-elaboration-mail-next:before {
    content: "\e000"
}

.icon-basic-elaboration-mail-noaccess:before {
    content: "\e001"
}

.icon-basic-elaboration-mail-note:before {
    content: "\e002"
}

.icon-basic-elaboration-mail-pencil:before {
    content: "\e003"
}

.icon-basic-elaboration-mail-picture:before {
    content: "\e004"
}

.icon-basic-elaboration-mail-previous:before {
    content: "\e005"
}

.icon-basic-elaboration-mail-refresh:before {
    content: "\e006"
}

.icon-basic-elaboration-mail-remove:before {
    content: "\e007"
}

.icon-basic-elaboration-mail-search:before {
    content: "\e008"
}

.icon-basic-elaboration-mail-star:before {
    content: "\e009"
}

.icon-basic-elaboration-mail-upload:before {
    content: "\e00a"
}

.icon-basic-elaboration-message-check:before {
    content: "\e00b"
}

.icon-basic-elaboration-message-dots:before {
    content: "\e00c"
}

.icon-basic-elaboration-message-happy:before {
    content: "\e00d"
}

.icon-basic-elaboration-message-heart:before {
    content: "\e00e"
}

.icon-basic-elaboration-message-minus:before {
    content: "\e00f"
}

.icon-basic-elaboration-message-note:before {
    content: "\e010"
}

.icon-basic-elaboration-message-plus:before {
    content: "\e011"
}

.icon-basic-elaboration-message-refresh:before {
    content: "\e012"
}

.icon-basic-elaboration-message-remove:before {
    content: "\e013"
}

.icon-basic-elaboration-message-sad:before {
    content: "\e014"
}

.icon-basic-elaboration-smartphone-cloud:before {
    content: "\e015"
}

.icon-basic-elaboration-smartphone-heart:before {
    content: "\e016"
}

.icon-basic-elaboration-smartphone-noaccess:before {
    content: "\e017"
}

.icon-basic-elaboration-smartphone-note:before {
    content: "\e018"
}

.icon-basic-elaboration-smartphone-pencil:before {
    content: "\e019"
}

.icon-basic-elaboration-smartphone-picture:before {
    content: "\e01a"
}

.icon-basic-elaboration-smartphone-refresh:before {
    content: "\e01b"
}

.icon-basic-elaboration-smartphone-search:before {
    content: "\e01c"
}

.icon-basic-elaboration-tablet-cloud:before {
    content: "\e01d"
}

.icon-basic-elaboration-tablet-heart:before {
    content: "\e01e"
}

.icon-basic-elaboration-tablet-noaccess:before {
    content: "\e01f"
}

.icon-basic-elaboration-tablet-note:before {
    content: "\e020"
}

.icon-basic-elaboration-tablet-pencil:before {
    content: "\e021"
}

.icon-basic-elaboration-tablet-picture:before {
    content: "\e022"
}

.icon-basic-elaboration-tablet-refresh:before {
    content: "\e023"
}

.icon-basic-elaboration-tablet-search:before {
    content: "\e024"
}

.icon-basic-elaboration-todolist-2:before {
    content: "\e025"
}

.icon-basic-elaboration-todolist-check:before {
    content: "\e026"
}

.icon-basic-elaboration-todolist-cloud:before {
    content: "\e027"
}

.icon-basic-elaboration-todolist-download:before {
    content: "\e028"
}

.icon-basic-elaboration-todolist-flagged:before {
    content: "\e029"
}

.icon-basic-elaboration-todolist-minus:before {
    content: "\e02a"
}

.icon-basic-elaboration-todolist-noaccess:before {
    content: "\e02b"
}

.icon-basic-elaboration-todolist-pencil:before {
    content: "\e02c"
}

.icon-basic-elaboration-todolist-plus:before {
    content: "\e02d"
}

.icon-basic-elaboration-todolist-refresh:before {
    content: "\e02e"
}

.icon-basic-elaboration-todolist-remove:before {
    content: "\e02f"
}

.icon-basic-elaboration-todolist-search:before {
    content: "\e030"
}

.icon-basic-elaboration-todolist-star:before {
    content: "\e031"
}

.icon-basic-elaboration-todolist-upload:before {
    content: "\e032"
}

@font-face {
    font-family: "linea-ecommerce-10";
    src: url(svg/font/linea-ecommerce-10.eot);
    src: url(svg/font/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-ecommerce-10.woff) format("woff"), url(svg/font/linea-ecommerce-10.ttf) format("truetype"), url(svg/font/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-ecommerce]:before, [class*=" icon-ecommerce"]:before {
    font-family: "linea-ecommerce-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ecommerce-bag:before {
    content: "a"
}

.icon-ecommerce-bag-check:before {
    content: "b"
}

.icon-ecommerce-bag-cloud:before {
    content: "c"
}

.icon-ecommerce-bag-download:before {
    content: "d"
}

.icon-ecommerce-bag-minus:before {
    content: "e"
}

.icon-ecommerce-bag-plus:before {
    content: "f"
}

.icon-ecommerce-bag-refresh:before {
    content: "g"
}

.icon-ecommerce-bag-remove:before {
    content: "h"
}

.icon-ecommerce-bag-search:before {
    content: "i"
}

.icon-ecommerce-bag-upload:before {
    content: "j"
}

.icon-ecommerce-banknote:before {
    content: "k"
}

.icon-ecommerce-banknotes:before {
    content: "l"
}

.icon-ecommerce-basket:before {
    content: "m"
}

.icon-ecommerce-basket-check:before {
    content: "n"
}

.icon-ecommerce-basket-cloud:before {
    content: "o"
}

.icon-ecommerce-basket-download:before {
    content: "p"
}

.icon-ecommerce-basket-minus:before {
    content: "q"
}

.icon-ecommerce-basket-plus:before {
    content: "r"
}

.icon-ecommerce-basket-refresh:before {
    content: "s"
}

.icon-ecommerce-basket-remove:before {
    content: "t"
}

.icon-ecommerce-basket-search:before {
    content: "u"
}

.icon-ecommerce-basket-upload:before {
    content: "v"
}

.icon-ecommerce-bath:before {
    content: "w"
}

.icon-ecommerce-cart:before {
    content: "x"
}

.icon-ecommerce-cart-check:before {
    content: "y"
}

.icon-ecommerce-cart-cloud:before {
    content: "z"
}

.icon-ecommerce-cart-content:before {
    content: "A"
}

.icon-ecommerce-cart-download:before {
    content: "B"
}

.icon-ecommerce-cart-minus:before {
    content: "C"
}

.icon-ecommerce-cart-plus:before {
    content: "D"
}

.icon-ecommerce-cart-refresh:before {
    content: "E"
}

.icon-ecommerce-cart-remove:before {
    content: "F"
}

.icon-ecommerce-cart-search:before {
    content: "G"
}

.icon-ecommerce-cart-upload:before {
    content: "H"
}

.icon-ecommerce-cent:before {
    content: "I"
}

.icon-ecommerce-colon:before {
    content: "J"
}

.icon-ecommerce-creditcard:before {
    content: "K"
}

.icon-ecommerce-diamond:before {
    content: "L"
}

.icon-ecommerce-dollar:before {
    content: "M"
}

.icon-ecommerce-euro:before {
    content: "N"
}

.icon-ecommerce-franc:before {
    content: "O"
}

.icon-ecommerce-gift:before {
    content: "P"
}

.icon-ecommerce-graph1:before {
    content: "Q"
}

.icon-ecommerce-graph2:before {
    content: "R"
}

.icon-ecommerce-graph3:before {
    content: "S"
}

.icon-ecommerce-graph-decrease:before {
    content: "T"
}

.icon-ecommerce-graph-increase:before {
    content: "U"
}

.icon-ecommerce-guarani:before {
    content: "V"
}

.icon-ecommerce-kips:before {
    content: "W"
}

.icon-ecommerce-lira:before {
    content: "X"
}

.icon-ecommerce-megaphone:before {
    content: "Y"
}

.icon-ecommerce-money:before {
    content: "Z"
}

.icon-ecommerce-naira:before {
    content: "0"
}

.icon-ecommerce-pesos:before {
    content: "1"
}

.icon-ecommerce-pound:before {
    content: "2"
}

.icon-ecommerce-receipt:before {
    content: "3"
}

.icon-ecommerce-receipt-bath:before {
    content: "4"
}

.icon-ecommerce-receipt-cent:before {
    content: "5"
}

.icon-ecommerce-receipt-dollar:before {
    content: "6"
}

.icon-ecommerce-receipt-euro:before {
    content: "7"
}

.icon-ecommerce-receipt-franc:before {
    content: "8"
}

.icon-ecommerce-receipt-guarani:before {
    content: "9"
}

.icon-ecommerce-receipt-kips:before {
    content: "!"
}

.icon-ecommerce-receipt-lira:before {
    content: "\""
}

.icon-ecommerce-receipt-naira:before {
    content: "#"
}

.icon-ecommerce-receipt-pesos:before {
    content: "$"
}

.icon-ecommerce-receipt-pound:before {
    content: "%"
}

.icon-ecommerce-receipt-rublo:before {
    content: "&"
}

.icon-ecommerce-receipt-rupee:before {
    content: "'"
}

.icon-ecommerce-receipt-tugrik:before {
    content: "("
}

.icon-ecommerce-receipt-won:before {
    content: ")"
}

.icon-ecommerce-receipt-yen:before {
    content: "*"
}

.icon-ecommerce-receipt-yen2:before {
    content: "+"
}

.icon-ecommerce-recept-colon:before {
    content: ","
}

.icon-ecommerce-rublo:before {
    content: "-"
}

.icon-ecommerce-rupee:before {
    content: "."
}

.icon-ecommerce-safe:before {
    content: "/"
}

.icon-ecommerce-sale:before {
    content: ":"
}

.icon-ecommerce-sales:before {
    content: ";"
}

.icon-ecommerce-ticket:before {
    content: "<"
}

.icon-ecommerce-tugriks:before {
    content: "="
}

.icon-ecommerce-wallet:before {
    content: ">"
}

.icon-ecommerce-won:before {
    content: "?"
}

.icon-ecommerce-yen:before {
    content: "@"
}

.icon-ecommerce-yen2:before {
    content: "["
}

@font-face {
    font-family: "linea-music-10";
    src: url(svg/font/linea-music-10.eot);
    src: url(svg/font/linea-music-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-music-10.woff) format("woff"), url(svg/font/linea-music-10.ttf) format("truetype"), url(svg/font/linea-music-10.svg#linea-music-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-music]:before, [class*=" icon-music"]:before {
    font-family: "linea-music-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-music-beginning-button:before {
    content: "a"
}

.icon-music-bell:before {
    content: "b"
}

.icon-music-cd:before {
    content: "c"
}

.icon-music-diapason:before {
    content: "d"
}

.icon-music-eject-button:before {
    content: "e"
}

.icon-music-end-button:before {
    content: "f"
}

.icon-music-fastforward-button:before {
    content: "g"
}

.icon-music-headphones:before {
    content: "h"
}

.icon-music-ipod:before {
    content: "i"
}

.icon-music-loudspeaker:before {
    content: "j"
}

.icon-music-microphone:before {
    content: "k"
}

.icon-music-microphone-old:before {
    content: "l"
}

.icon-music-mixer:before {
    content: "m"
}

.icon-music-mute:before {
    content: "n"
}

.icon-music-note-multiple:before {
    content: "o"
}

.icon-music-note-single:before {
    content: "p"
}

.icon-music-pause-button:before {
    content: "q"
}

.icon-music-play-button:before {
    content: "r"
}

.icon-music-playlist:before {
    content: "s"
}

.icon-music-radio-ghettoblaster:before {
    content: "t"
}

.icon-music-radio-portable:before {
    content: "u"
}

.icon-music-record:before {
    content: "v"
}

.icon-music-recordplayer:before {
    content: "w"
}

.icon-music-repeat-button:before {
    content: "x"
}

.icon-music-rewind-button:before {
    content: "y"
}

.icon-music-shuffle-button:before {
    content: "z"
}

.icon-music-stop-button:before {
    content: "A"
}

.icon-music-tape:before {
    content: "B"
}

.icon-music-volume-down:before {
    content: "C"
}

.icon-music-volume-up:before {
    content: "D"
}

@font-face {
    font-family: "linea-software-10";
    src: url(svg/font/linea-software-10.eot);
    src: url(svg/font/linea-software-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-software-10.woff) format("woff"), url(svg/font/linea-software-10.ttf) format("truetype"), url(svg/font/linea-software-10.svg#linea-software-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-software]:before, [class*=" icon-software"]:before {
    font-family: "linea-software-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-software-add-vectorpoint:before {
    content: "a"
}

.icon-software-box-oval:before {
    content: "b"
}

.icon-software-box-polygon:before {
    content: "c"
}

.icon-software-box-rectangle:before {
    content: "d"
}

.icon-software-box-roundedrectangle:before {
    content: "e"
}

.icon-software-character:before {
    content: "f"
}

.icon-software-crop:before {
    content: "g"
}

.icon-software-eyedropper:before {
    content: "h"
}

.icon-software-font-allcaps:before {
    content: "i"
}

.icon-software-font-baseline-shift:before {
    content: "j"
}

.icon-software-font-horizontal-scale:before {
    content: "k"
}

.icon-software-font-kerning:before {
    content: "l"
}

.icon-software-font-leading:before {
    content: "m"
}

.icon-software-font-size:before {
    content: "n"
}

.icon-software-font-smallcapital:before {
    content: "o"
}

.icon-software-font-smallcaps:before {
    content: "p"
}

.icon-software-font-strikethrough:before {
    content: "q"
}

.icon-software-font-tracking:before {
    content: "r"
}

.icon-software-font-underline:before {
    content: "s"
}

.icon-software-font-vertical-scale:before {
    content: "t"
}

.icon-software-horizontal-align-center:before {
    content: "u"
}

.icon-software-horizontal-align-left:before {
    content: "v"
}

.icon-software-horizontal-align-right:before {
    content: "w"
}

.icon-software-horizontal-distribute-center:before {
    content: "x"
}

.icon-software-horizontal-distribute-left:before {
    content: "y"
}

.icon-software-horizontal-distribute-right:before {
    content: "z"
}

.icon-software-indent-firstline:before {
    content: "A"
}

.icon-software-indent-left:before {
    content: "B"
}

.icon-software-indent-right:before {
    content: "C"
}

.icon-software-lasso:before {
    content: "D"
}

.icon-software-layers1:before {
    content: "E"
}

.icon-software-layers2:before {
    content: "F"
}

.icon-software-layout:before {
    content: "G"
}

.icon-software-layout-2columns:before {
    content: "H"
}

.icon-software-layout-3columns:before {
    content: "I"
}

.icon-software-layout-4boxes:before {
    content: "J"
}

.icon-software-layout-4columns:before {
    content: "K"
}

.icon-software-layout-4lines:before {
    content: "L"
}

.icon-software-layout-8boxes:before {
    content: "M"
}

.icon-software-layout-header:before {
    content: "N"
}

.icon-software-layout-header-2columns:before {
    content: "O"
}

.icon-software-layout-header-3columns:before {
    content: "P"
}

.icon-software-layout-header-4boxes:before {
    content: "Q"
}

.icon-software-layout-header-4columns:before {
    content: "R"
}

.icon-software-layout-header-complex:before {
    content: "S"
}

.icon-software-layout-header-complex2:before {
    content: "T"
}

.icon-software-layout-header-complex3:before {
    content: "U"
}

.icon-software-layout-header-complex4:before {
    content: "V"
}

.icon-software-layout-header-sideleft:before {
    content: "W"
}

.icon-software-layout-header-sideright:before {
    content: "X"
}

.icon-software-layout-sidebar-left:before {
    content: "Y"
}

.icon-software-layout-sidebar-right:before {
    content: "Z"
}

.icon-software-magnete:before {
    content: "0"
}

.icon-software-pages:before {
    content: "1"
}

.icon-software-paintbrush:before {
    content: "2"
}

.icon-software-paintbucket:before {
    content: "3"
}

.icon-software-paintroller:before {
    content: "4"
}

.icon-software-paragraph:before {
    content: "5"
}

.icon-software-paragraph-align-left:before {
    content: "6"
}

.icon-software-paragraph-align-right:before {
    content: "7"
}

.icon-software-paragraph-center:before {
    content: "8"
}

.icon-software-paragraph-justify-all:before {
    content: "9"
}

.icon-software-paragraph-justify-center:before {
    content: "!"
}

.icon-software-paragraph-justify-left:before {
    content: "\""
}

.icon-software-paragraph-justify-right:before {
    content: "#"
}

.icon-software-paragraph-space-after:before {
    content: "$"
}

.icon-software-paragraph-space-before:before {
    content: "%"
}

.icon-software-pathfinder-exclude:before {
    content: "&"
}

.icon-software-pathfinder-intersect:before {
    content: "'"
}

.icon-software-pathfinder-subtract:before {
    content: "("
}

.icon-software-pathfinder-unite:before {
    content: ")"
}

.icon-software-pen:before {
    content: "*"
}

.icon-software-pen-add:before {
    content: "+"
}

.icon-software-pen-remove:before {
    content: ","
}

.icon-software-pencil:before {
    content: "-"
}

.icon-software-polygonallasso:before {
    content: "."
}

.icon-software-reflect-horizontal:before {
    content: "/"
}

.icon-software-reflect-vertical:before {
    content: ":"
}

.icon-software-remove-vectorpoint:before {
    content: ";"
}

.icon-software-scale-expand:before {
    content: "<"
}

.icon-software-scale-reduce:before {
    content: "="
}

.icon-software-selection-oval:before {
    content: ">"
}

.icon-software-selection-polygon:before {
    content: "?"
}

.icon-software-selection-rectangle:before {
    content: "@"
}

.icon-software-selection-roundedrectangle:before {
    content: "["
}

.icon-software-shape-oval:before {
    content: "]"
}

.icon-software-shape-polygon:before {
    content: "^"
}

.icon-software-shape-rectangle:before {
    content: "_"
}

.icon-software-shape-roundedrectangle:before {
    content: "`"
}

.icon-software-slice:before {
    content: "{"
}

.icon-software-transform-bezier:before {
    content: "|"
}

.icon-software-vector-box:before {
    content: "}"
}

.icon-software-vector-composite:before {
    content: "~"
}

.icon-software-vector-line:before {
    content: "\\"
}

.icon-software-vertical-align-bottom:before {
    content: "\e000"
}

.icon-software-vertical-align-center:before {
    content: "\e001"
}

.icon-software-vertical-align-top:before {
    content: "\e002"
}

.icon-software-vertical-distribute-bottom:before {
    content: "\e003"
}

.icon-software-vertical-distribute-center:before {
    content: "\e004"
}

.icon-software-vertical-distribute-top:before {
    content: "\e005"
}

@font-face {
    font-family: "linea-weather-10";
    src: url(svg/font/linea-weather-10.eot);
    src: url(svg/font/linea-weather-10.eot?#iefix) format("embedded-opentype"), url(svg/font/linea-weather-10.woff) format("woff"), url(svg/font/linea-weather-10.ttf) format("truetype"), url(svg/font/linea-weather-10.svg#linea-weather-10) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-weather]:before, [class*=" icon-weather"]:before {
    font-family: "linea-weather-10" !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-weather-aquarius:before {
    content: "\e000"
}

.icon-weather-aries:before {
    content: "\e001"
}

.icon-weather-cancer:before {
    content: "\e002"
}

.icon-weather-capricorn:before {
    content: "\e003"
}

.icon-weather-cloud:before {
    content: "\e004"
}

.icon-weather-cloud-drop:before {
    content: "\e005"
}

.icon-weather-cloud-lightning:before {
    content: "\e006"
}

.icon-weather-cloud-snowflake:before {
    content: "\e007"
}

.icon-weather-downpour-fullmoon:before {
    content: "\e008"
}

.icon-weather-downpour-halfmoon:before {
    content: "\e009"
}

.icon-weather-downpour-sun:before {
    content: "\e00a"
}

.icon-weather-drop:before {
    content: "\e00b"
}

.icon-weather-first-quarter:before {
    content: "\e00c"
}

.icon-weather-fog:before {
    content: "\e00d"
}

.icon-weather-fog-fullmoon:before {
    content: "\e00e"
}

.icon-weather-fog-halfmoon:before {
    content: "\e00f"
}

.icon-weather-fog-sun:before {
    content: "\e010"
}

.icon-weather-fullmoon:before {
    content: "\e011"
}

.icon-weather-gemini:before {
    content: "\e012"
}

.icon-weather-hail:before {
    content: "\e013"
}

.icon-weather-hail-fullmoon:before {
    content: "\e014"
}

.icon-weather-hail-halfmoon:before {
    content: "\e015"
}

.icon-weather-hail-sun:before {
    content: "\e016"
}

.icon-weather-last-quarter:before {
    content: "\e017"
}

.icon-weather-leo:before {
    content: "\e018"
}

.icon-weather-libra:before {
    content: "\e019"
}

.icon-weather-lightning:before {
    content: "\e01a"
}

.icon-weather-mistyrain:before {
    content: "\e01b"
}

.icon-weather-mistyrain-fullmoon:before {
    content: "\e01c"
}

.icon-weather-mistyrain-halfmoon:before {
    content: "\e01d"
}

.icon-weather-mistyrain-sun:before {
    content: "\e01e"
}

.icon-weather-moon:before {
    content: "\e01f"
}

.icon-weather-moondown-full:before {
    content: "\e020"
}

.icon-weather-moondown-half:before {
    content: "\e021"
}

.icon-weather-moonset-full:before {
    content: "\e022"
}

.icon-weather-moonset-half:before {
    content: "\e023"
}

.icon-weather-move2:before {
    content: "\e024"
}

.icon-weather-newmoon:before {
    content: "\e025"
}

.icon-weather-pisces:before {
    content: "\e026"
}

.icon-weather-rain:before {
    content: "\e027"
}

.icon-weather-rain-fullmoon:before {
    content: "\e028"
}

.icon-weather-rain-halfmoon:before {
    content: "\e029"
}

.icon-weather-rain-sun:before {
    content: "\e02a"
}

.icon-weather-sagittarius:before {
    content: "\e02b"
}

.icon-weather-scorpio:before {
    content: "\e02c"
}

.icon-weather-snow:before {
    content: "\e02d"
}

.icon-weather-snow-fullmoon:before {
    content: "\e02e"
}

.icon-weather-snow-halfmoon:before {
    content: "\e02f"
}

.icon-weather-snow-sun:before {
    content: "\e030"
}

.icon-weather-snowflake:before {
    content: "\e031"
}

.icon-weather-star:before {
    content: "\e032"
}

.icon-weather-storm-11:before {
    content: "\e033"
}

.icon-weather-storm-32:before {
    content: "\e034"
}

.icon-weather-storm-fullmoon:before {
    content: "\e035"
}

.icon-weather-storm-halfmoon:before {
    content: "\e036"
}

.icon-weather-storm-sun:before {
    content: "\e037"
}

.icon-weather-sun:before {
    content: "\e038"
}

.icon-weather-sundown:before {
    content: "\e039"
}

.icon-weather-sunset:before {
    content: "\e03a"
}

.icon-weather-taurus:before {
    content: "\e03b"
}

.icon-weather-tempest:before {
    content: "\e03c"
}

.icon-weather-tempest-fullmoon:before {
    content: "\e03d"
}

.icon-weather-tempest-halfmoon:before {
    content: "\e03e"
}

.icon-weather-tempest-sun:before {
    content: "\e03f"
}

.icon-weather-variable-fullmoon:before {
    content: "\e040"
}

.icon-weather-variable-halfmoon:before {
    content: "\e041"
}

.icon-weather-variable-sun:before {
    content: "\e042"
}

.icon-weather-virgo:before {
    content: "\e043"
}

.icon-weather-waning-cresent:before {
    content: "\e044"
}

.icon-weather-waning-gibbous:before {
    content: "\e045"
}

.icon-weather-waxing-cresent:before {
    content: "\e046"
}

.icon-weather-waxing-gibbous:before {
    content: "\e047"
}

.icon-weather-wind:before {
    content: "\e048"
}

.icon-weather-wind-e:before {
    content: "\e049"
}

.icon-weather-wind-fullmoon:before {
    content: "\e04a"
}

.icon-weather-wind-halfmoon:before {
    content: "\e04b"
}

.icon-weather-wind-n:before {
    content: "\e04c"
}

.icon-weather-wind-ne:before {
    content: "\e04d"
}

.icon-weather-wind-nw:before {
    content: "\e04e"
}

.icon-weather-wind-s:before {
    content: "\e04f"
}

.icon-weather-wind-se:before {
    content: "\e050"
}

.icon-weather-wind-sun:before {
    content: "\e051"
}

.icon-weather-wind-sw:before {
    content: "\e052"
}

.icon-weather-wind-w:before {
    content: "\e053"
}

.icon-weather-windgust:before {
    content: "\e054"
}


.message-buttons {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.message-buttons a {
    display: inline-block;
    /*width: 50px;*/
    /*height: 50px;*/
    /*background-color: #fff;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
    /*overflow: hidden;*/
    text-align: center;
    /*line-height: 69px;*/
}

/*.message-buttons a {*/
/*    display: inline-block;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: #fff;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    line-height: 69px;*/
/*}*/

.message-buttons a img {
    width: 30px;
    height: 30px;
}
