.single-post article {
    margin-bottom: 0px;
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.post-slideshow {
    text-align: center;
}

.entry-title {
    margin-top: 0px;
}

.sub-title {
    text-transform: uppercase;
}

article.post .post-date {
    width: 40px;
    text-align: center;
    margin-right: 10px;
    float: left;
}

.post-item .post-date {
    width: 40px;
    text-align: center;
    margin-right: 10px;
    float: left;
}

article.post .post-date .month {
    padding: 0px 0px 2px;
    border-radius: 0px 0px 2px 2px;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    display: block;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.07);
}

.post-item .post-date .month {
    padding: 0px 0px 2px;
    border-radius: 0px 0px 2px 2px;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    display: block;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.07);
}

article.post .post-date .day {
    background: rgb(244, 244, 244);
    padding: 10px 0px;
    border-radius: 2px 2px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.post-item .post-date .day {
    background: rgb(244, 244, 244);
    padding: 10px 0px;
    border-radius: 2px 2px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

article.post .post-date .sticky {
    background: rgb(98, 185, 89);
    padding: 2px 0px 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.07);
}

.post-item .post-date .sticky {
    background: rgb(98, 185, 89);
    padding: 2px 0px 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.07);
}

article.post .post-date .format {
    padding: 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 1.28em;
    margin-top: 5px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.07);
}

.post-item .post-date .format {
    padding: 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 1.28em;
    margin-top: 5px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.07);
}

article.post .read-more {
    display: inline-block;
}

.post-item .read-more {
    display: inline-block;
}

article.post .read-more-block {
    margin-top: 20px;
    display: block;
}

.post-item .read-more-block {
    margin-top: 20px;
    display: block;
}

article.post h4.title-short {
    padding-top: 8px;
    margin-bottom: 2px;
}

.post-item h4.title-short {
    padding-top: 8px;
    margin-bottom: 2px;
}

article.post .author-name a {
    color: inherit;
}

.post-item .author-name a {
    color: inherit;
}

article.post h2 a {
    text-decoration: none;
}

article.post h4 a {
    text-decoration: none;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

body.single-post article.post .post-meta {
    margin-bottom: 20px;
}

article.post .post-meta > span {
    padding-right: 8px;
    display: inline-block;
}

article.post .post-meta > .post-views {
    padding-right: 8px;
    display: inline-block;
}

article.post .post-meta i {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

article.post .post-meta .post-views-icon.dashicons {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

article.post .post-image {
    margin-bottom: 15px;
}

    article.post .post-image.single {
        margin-bottom: 30px;
    }

article.post .post-item .post-meta {
    font-size: 1em;
}

article.post .post-item .read-more {
    font-size: 1em;
}

article.post-full {
    margin-left: 60px;
}

article.post-large {
    margin-left: 60px;
}

article.post-full h2.entry-title {
    margin-bottom: 5px;
}

article.post-large h2.entry-title {
    margin-bottom: 5px;
}

article.post-full .post-image {
    margin-left: -60px;
}

article.post-large .post-image {
    margin-left: -60px;
}

article.post-full .post-date {
    margin-left: -60px;
}

article.post-large .post-date {
    margin-left: -60px;
}

article.post-full.hide-post-date {
    margin-left: 0px;
}

article.post-large.hide-post-date {
    margin-left: 0px;
}

article.post-full.hide-post-date .post-image {
    margin-left: 0px;
}

article.post-large.hide-post-date .post-image {
    margin-left: 0px;
}

@media all and (max-width:480px) {
    article.post-full {
        margin-left: 0px;
    }

    article.post-large {
        margin-left: 0px;
    }

    article.post-full .post-image {
        margin-left: 0px;
    }

    article.post-large .post-image {
        margin-left: 0px;
    }

    article.post-full .post-date {
        margin-left: 0px;
    }

    article.post-large .post-date {
        margin-left: 0px;
    }
}

article.post-large-alt {
    margin-left: 60px;
}

    article.post-large-alt h2 {
        margin-bottom: 5px;
    }

    article.post-large-alt .post-date {
        margin-left: -60px;
    }

    article.post-large-alt.hide-post-date {
        margin-left: 0px;
    }

        article.post-large-alt.hide-post-date .post-image {
            margin-left: 0px;
        }

@media all and (max-width:480px) {
    article.post-large-alt {
        margin-left: 0px;
    }

        article.post-large-alt .post-date {
            margin-left: 0px;
        }

        article.post-large-alt .post-image {
            margin-left: 60px;
        }
}

article.post-grid .owl-carousel .owl-dots {
    margin-top: 5px;
}

article.post-timeline .owl-carousel .owl-dots {
    margin-top: 5px;
}

article.post-grid .post-image {
    margin-bottom: 5px;
}

article.post-timeline .post-image {
    margin-bottom: 5px;
}

article.post-grid .post-image.single {
    margin-bottom: 15px;
}

article.post-timeline .post-image.single {
    margin-bottom: 15px;
}

article.post-grid .post-image.thumb-info-side-image-wrapper {
    margin-bottom: 0px;
}

article.post-timeline .post-image.thumb-info-side-image-wrapper {
    margin-bottom: 0px;
}

.post-gap {
    margin: 45px 0px 0px;
}

.post-gap-small {
    margin: 15px 0px 0px;
}

.post-block {
    margin: 15px 0px 0px;
    padding: 20px 0px 15px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.post-share {
    margin: 15px 0px 0px;
    padding: 20px 0px 15px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

article.post .comment-respond {
    margin: 15px 0px 0px;
    padding: 20px 0px 15px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

article.portfolio .comment-respond {
    margin: 15px 0px 0px;
    padding: 20px 0px 15px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.post-block h3 {
    margin: 0px 0px 20px;
    font-size: 1.8em;
    font-weight: 200;
}

.post-share h3 {
    margin: 0px 0px 20px;
    font-size: 1.8em;
    font-weight: 200;
}

article.post .comment-respond h3 {
    margin: 0px 0px 20px;
    font-size: 1.8em;
    font-weight: 200;
}

article.portfolio .comment-respond h3 {
    margin: 0px 0px 20px;
    font-size: 1.8em;
    font-weight: 200;
}

.post-block h3 i {
    margin-right: 7px;
}

.post-share h3 i {
    margin-right: 7px;
}

article.post .comment-respond h3 i {
    margin-right: 7px;
}

article.portfolio .comment-respond h3 i {
    margin-right: 7px;
}

.post-share {
    padding-bottom: 0px;
}

    .post-share h3 {
        text-transform: none;
        margin-top: 5px;
        margin-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .post-share .share-links {
        margin-top: -5px;
        display: inline-block;
    }

.post-share-advance {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    right: 15px;
    bottom: calc(0px - 20px);
    position: absolute;
    z-index: 2;
}

.post-share-advance-bg {
    background: rgb(46, 53, 62);
    padding: 11px 6px 32px;
    border-radius: 50px;
    transition: max-height 400ms;
    width: 42px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    float: right;
    max-height: 41px;
}

    .post-share-advance-bg:hover {
        height: 100%;
        max-height: 370px;
    }

article.post-title-simple .post-share-advance.post-block.post-share {
    margin: 0px;
}

.post-share-advance .fa-share-alt {
    background: rgb(46, 53, 62);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    right: 1px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    position: absolute;
}

.post-share-advance > h3 {
    margin: 0px;
    width: 100%;
    text-align: right;
    bottom: -32px;
    position: absolute;
}

.post-share-advance .share-links a:first-child {
    opacity: 0;
}

.post-share-advance:hover .share-links a:first-child {
    opacity: 0.5;
}

    .post-share-advance:hover .share-links a:first-child:hover {
        opacity: 1;
    }

.post-share-advance .share-links a {
    display: block;
}

.post-share-advance-bg .share-links {
    display: block;
}

.post-share-advance .fa-share-alt {
    color: rgb(255, 255, 255);
}

.post-share-advance .share-links a {
    background: 0px 0px;
    margin-right: 0px;
    opacity: 0.5;
}

    .post-share-advance .share-links a:hover {
        background: none;
        opacity: 1;
    }

.post-share-advance .share-links .tooltip {
    display: none !important;
}

.post-author {
    margin: 15px 0px 0px;
}

    .post-author img {
        height: auto;
        max-width: 80px;
    }

@media all and (max-width:767px) {
    .post-author img {
        max-width: 60px;
    }
}

.post-author p {
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    font-size: 0.9em;
}

    .post-author p .name {
        font-size: 1.1em;
    }

        .post-author p .name a {
            text-decoration: none;
        }

.post-author .img-thumbnail {
    margin-right: 20px;
    float: left;
    display: inline-block;
}

@media all and (max-width:767px) {
    .post-author .img-thumbnail {
        margin-right: 12px;
    }
}

.post-comments {
    margin-top: 45px;
}

ul.comments {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.comments ul.children {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        ul.comments ul.children > li {
            padding: 10px 0px 0px 115px;
            clear: both;
        }

    ul.comments > li {
        padding: 10px 0px 0px 115px;
        clear: both;
    }

    ul.comments ul.children > li img.avatar {
        height: auto;
        max-width: 80px;
    }

    ul.comments > li img.avatar {
        height: auto;
        max-width: 80px;
    }

    ul.comments ul.children > li a {
        text-decoration: none;
    }

    ul.comments > li a {
        text-decoration: none;
    }

    ul.comments ul.children > li .img-thumbnail {
        margin-left: -115px;
        position: absolute;
    }

    ul.comments > li .img-thumbnail {
        margin-left: -115px;
        position: absolute;
    }

    ul.comments ul.children > li .comment-body {
        margin-bottom: 10px;
    }

    ul.comments > li .comment-body {
        margin-bottom: 10px;
    }

    ul.comments ul.children > li .pull-right span {
        margin-left: 5px;
    }

    ul.comments > li .pull-right span {
        margin-left: 5px;
    }

    ul.comments .comment-arrow {
        left: -15px;
        top: 28px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(244, 244, 244);
        border-bottom-color: transparent;
        border-top-width: 15px;
        border-right-width: 15px;
        border-bottom-width: 15px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
    }

    ul.comments .comment-block {
        background: rgb(244, 244, 244);
        padding: 20px 20px 35px;
        border-radius: 5px;
        position: relative;
    }

        ul.comments .comment-block p {
            margin: 0px;
            padding: 0px;
            line-height: 21px;
            font-size: 0.9em;
        }

        ul.comments .comment-block .comment-by {
            margin: 0px;
            padding: 0px 0px 5px;
            line-height: 21px;
            font-size: 1em;
            display: block;
        }

            ul.comments .comment-block .comment-by span {
                margin-left: 8px;
                display: inline-block;
            }

        ul.comments .comment-block .date {
            color: rgb(153, 153, 153);
            font-size: 0.9em;
            margin-top: 5px;
        }

@media all and (max-width:767px) {
    ul.comments ul.children {
        padding-left: 10px;
        border-left-color: rgb(221, 221, 221);
        border-left-width: 8px;
        border-left-style: solid;
    }

        ul.comments ul.children > li {
            padding: 0px;
        }

    ul.comments > li {
        padding: 0px;
    }

    ul.comments ul.children > li .comment-body {
        background: rgb(244, 244, 244);
        padding: 10px;
        border-radius: 5px;
    }

    ul.comments > li .comment-body {
        background: rgb(244, 244, 244);
        padding: 10px;
        border-radius: 5px;
    }

    ul.comments ul.children > li .comment-body::before {
        display: table;
        content: " ";
    }

    ul.comments > li .comment-body::before {
        display: table;
        content: " ";
    }

    ul.comments ul.children > li .comment-body::after {
        display: table;
        content: " ";
    }

    ul.comments > li .comment-body::after {
        display: table;
        content: " ";
    }

    ul.comments ul.children > li .comment-body::after {
        clear: both;
    }

    ul.comments > li .comment-body::after {
        clear: both;
    }

    ul.comments ul.children > li .img-thumbnail {
        margin: 0px 12px 10px 0px;
        float: left;
        position: static;
    }

    ul.comments > li .img-thumbnail {
        margin: 0px 12px 10px 0px;
        float: left;
        position: static;
    }

    ul.comments ul.children > li img.avatar {
        max-width: 60px;
    }

    ul.comments > li img.avatar {
        max-width: 60px;
    }

    ul.comments .comment-block {
        padding: 0px;
        position: static;
    }

    ul.comments .comment-arrow {
        display: none;
    }
}

article .comment-respond {
    padding-top: 45px;
    padding-bottom: 0px;
    margin-top: 25px;
}

    article .comment-respond h3 {
        margin: 0px 0px 40px;
    }

    article .comment-respond input[type='submit'] {
        padding: 0.55em 0.88em;
        border-radius: 6px;
        line-height: 1.33;
        font-size: 1.28em;
    }

article #cancel-comment-reply-link {
    margin-left: 10px;
}

.comment-form label {
    display: block;
}

.comment-form input[type='email'] {
    width: 100%;
}

.comment-form input[type='number'] {
    width: 100%;
}

.comment-form input[type='password'] {
    width: 100%;
}

.comment-form input[type='search'] {
    width: 100%;
}

.comment-form input[type='tel'] {
    width: 100%;
}

.comment-form input[type='text'] {
    width: 100%;
}

.comment-form input[type='url'] {
    width: 100%;
}

.comment-form input[type='color'] {
    width: 100%;
}

.comment-form input[type='date'] {
    width: 100%;
}

.comment-form input[type='datetime'] {
    width: 100%;
}

.comment-form input[type='datetime-local'] {
    width: 100%;
}

.comment-form input[type='month'] {
    width: 100%;
}

.comment-form input[type='time'] {
    width: 100%;
}

.comment-form input[type='week'] {
    width: 100%;
}

.comment-form select {
    width: 100%;
}

.comment-form textarea {
    width: 100%;
}

.related-posts {
    margin-top: 35px;
}

    .related-posts h3 {
        font-weight: 200;
    }

.post-carousel .post-slide {
}

    .post-carousel .post-slide::before {
        display: table;
        content: " ";
    }

    .post-carousel .post-slide::after {
        display: table;
        content: " ";
    }

    .post-carousel .post-slide::after {
        clear: both;
    }

    .post-carousel .post-slide.no-single .post-item {
        margin-bottom: 20px;
    }

.post-carousel h4 {
    margin-bottom: 7px;
}

.post-carousel h5 {
    margin-bottom: 7px;
}

.post-carousel.owl-carousel .owl-dots {
    margin-top: 0px;
}

.post-carousel .post-item {
    margin: 0px 15px;
}

    .post-carousel .post-item .post-date {
        margin: 3px 10px 8px 0px;
        float: left;
    }

.post-grid .post-item .post-date {
    margin: 3px 10px 8px 0px;
    float: left;
}

.post-timeline .post-item .post-date {
    margin: 3px 10px 8px 0px;
    float: left;
}

.post-carousel .post-item .post-excerpt {
    margin-bottom: 10px;
}

.post-grid .post-item .post-excerpt {
    margin-bottom: 10px;
}

.post-timeline .post-item .post-excerpt {
    margin-bottom: 10px;
}

.post-carousel .post-item .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

.post-grid .post-item .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

.post-timeline .post-item .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

body.single-post .post-carousel .post-item .post-meta {
    margin-bottom: 20px;
}

body.single-post .post-grid .post-item .post-meta {
    margin-bottom: 20px;
}

body.single-post .post-timeline .post-item .post-meta {
    margin-bottom: 20px;
}

.post-carousel .post-item .post-meta > span {
    padding-right: 8px;
    display: inline-block;
}

.post-grid .post-item .post-meta > span {
    padding-right: 8px;
    display: inline-block;
}

.post-timeline .post-item .post-meta > span {
    padding-right: 8px;
    display: inline-block;
}

.post-carousel .post-item .post-meta > .post-views {
    padding-right: 8px;
    display: inline-block;
}

.post-grid .post-item .post-meta > .post-views {
    padding-right: 8px;
    display: inline-block;
}

.post-timeline .post-item .post-meta > .post-views {
    padding-right: 8px;
    display: inline-block;
}

.post-carousel .post-item .post-meta i {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

.post-grid .post-item .post-meta i {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

.post-timeline .post-item .post-meta i {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

.post-carousel .post-item .post-meta .post-views-icon.dashicons {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

.post-grid .post-item .post-meta .post-views-icon.dashicons {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

.post-timeline .post-item .post-meta .post-views-icon.dashicons {
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 3px !important;
}

.post-carousel .post-item.style-2 .post-excerpt {
    margin-bottom: 20px;
}

.post-grid .post-item.style-2 .post-excerpt {
    margin-bottom: 20px;
}

.post-timeline .post-item.style-2 .post-excerpt {
    margin-bottom: 20px;
}

.post-carousel .post-item.style-4 .post-meta {
    font-size: 1em;
}

.post-grid .post-item.style-4 .post-meta {
    font-size: 1em;
}

.post-timeline .post-item.style-4 .post-meta {
    font-size: 1em;
}

.post-carousel .post-item.style-4 .read-more {
    margin-top: 10px;
}

.post-grid .post-item.style-4 .read-more {
    margin-top: 10px;
}

.post-timeline .post-item.style-4 .read-more {
    margin-top: 10px;
}

.post-carousel .post-item.style-5 .cat-names {
    text-transform: uppercase;
    font-weight: 600;
}

.post-grid .post-item.style-5 .cat-names {
    text-transform: uppercase;
    font-weight: 600;
}

.post-timeline .post-item.style-5 .cat-names {
    text-transform: uppercase;
    font-weight: 600;
}

.post-carousel .post-item.style-5 .cat-names a {
    text-transform: uppercase;
    text-decoration: none;
}

.post-grid .post-item.style-5 .cat-names a {
    text-transform: uppercase;
    text-decoration: none;
}

.post-timeline .post-item.style-5 .cat-names a {
    text-transform: uppercase;
    text-decoration: none;
}

.post-carousel .post-item.style-5 .post-views {
    float: right;
}

.post-grid .post-item.style-5 .post-views {
    float: right;
}

.post-timeline .post-item.style-5 .post-views {
    float: right;
}

.post-item-small {
    margin: 0px 15px;
    padding: 15px 0px;
    border-top-color: rgb(236, 236, 236);
    border-top-width: 1px;
    border-top-style: solid;
}

    .post-item-small::before {
        display: table;
        content: " ";
    }

    .post-item-small::after {
        display: table;
        content: " ";
    }

    .post-item-small::after {
        clear: both;
    }

:first-child.post-item-small {
    padding-top: 0px;
    border-top-width: 0px;
}

.post-item-small .post-image {
    margin: 0px 10px 0px 0px;
    float: left;
}

    .post-item-small .post-image img {
        width: 50px;
        height: auto;
    }

.post-item-small .post-date {
    font-size: 0.92em;
}

.entry-content {
    margin: 20px 0px 30px;
}

article.post-title-simple h2.entry-title {
    font-size: 2.2em;
    margin-bottom: 15px;
}

article.post-title-simple .post-block {
    padding-top: 40px;
    margin-top: 37px;
}

article.post-title-simple .post-share {
    border-width: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

article.post-title-simple .comment-respond {
    padding-top: 60px;
    margin-top: 25px;
}

.post-item.post-title-simple h4 a {
    color: inherit;
}

.post-views.entry-meta > span {
    height: 1em;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

.blog-posts {
    position: relative;
}

    .blog-posts::before {
        display: table;
        content: " ";
    }

    .blog-posts::after {
        display: table;
        content: " ";
    }

    .blog-posts::after {
        clear: both;
    }

    .blog-posts article {
        padding-bottom: 10px;
        margin-bottom: 50px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .blog-posts article h2.show-content {
            margin-bottom: 25px;
        }

    .blog-posts .pagination {
        margin: -10px 0px 20px;
    }

.pagination-wrap {
    text-align: center;
}

    .pagination-wrap .pagination {
        float: none;
    }

    .pagination-wrap .page-links {
        float: none;
    }

    .pagination-wrap .pagination > a {
        margin: 0px 2.5px 5px;
        float: none;
    }

    .pagination-wrap .page-links > a {
        margin: 0px 2.5px 5px;
        float: none;
    }

    .pagination-wrap .pagination > span {
        margin: 0px 2.5px 5px;
        float: none;
    }

    .pagination-wrap .page-links > span {
        margin: 0px 2.5px 5px;
        float: none;
    }

.pagination {
    margin: 20px 0px 0px;
    font-size: 0.92em;
    float: right;
}

.page-links {
    margin: 20px 0px 0px;
    font-size: 0.92em;
    float: right;
}

.pagination::before {
    display: table;
    content: " ";
}

.page-links::before {
    display: table;
    content: " ";
}

.pagination::after {
    display: table;
    content: " ";
}

.page-links::after {
    display: table;
    content: " ";
}

.pagination::after {
    clear: both;
}

.page-links::after {
    clear: both;
}

.pagination > a {
    margin: 0px 0px 5px 5px;
    padding: 0px 0.5em;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    height: 2.2em;
    text-align: center;
    line-height: 2.1em;
    text-decoration: none;
    vertical-align: top;
    float: left;
    display: inline-block;
    min-width: 2.2em;
}

.page-links > a {
    margin: 0px 0px 5px 5px;
    padding: 0px 0.5em;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    height: 2.2em;
    text-align: center;
    line-height: 2.1em;
    text-decoration: none;
    vertical-align: top;
    float: left;
    display: inline-block;
    min-width: 2.2em;
}

.pagination > span {
    margin: 0px 0px 5px 5px;
    padding: 0px 0.5em;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    height: 2.2em;
    text-align: center;
    line-height: 2.1em;
    text-decoration: none;
    vertical-align: top;
    float: left;
    display: inline-block;
    min-width: 2.2em;
}

.page-links > span {
    margin: 0px 0px 5px 5px;
    padding: 0px 0.5em;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    height: 2.2em;
    text-align: center;
    line-height: 2.1em;
    text-decoration: none;
    vertical-align: top;
    float: left;
    display: inline-block;
    min-width: 2.2em;
}

.pagination span.dots {
    border-width: 0px;
    padding: 0px;
    min-width: 0px;
}

.page-links span.dots {
    border-width: 0px;
    padding: 0px;
    min-width: 0px;
}

.pagination a:hover {
    color: rgb(255, 255, 255);
}

.page-links a:hover {
    color: rgb(255, 255, 255);
}

.pagination a:focus {
    color: rgb(255, 255, 255);
}

.page-links a:focus {
    color: rgb(255, 255, 255);
}

.pagination span.current {
    color: rgb(255, 255, 255);
}

.page-links span.current {
    color: rgb(255, 255, 255);
}

.pagination .prev {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.page-links .prev {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.pagination .previouspagelink {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.page-links .previouspagelink {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.pagination .next {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.page-links .next {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.pagination .nextpostslink {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.page-links .nextpostslink {
    width: 2.2em;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.pagination .prev::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.page-links .prev::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.pagination .previouspagelink::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.page-links .previouspagelink::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.pagination .next::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.page-links .next::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.pagination .nextpostslink::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.page-links .nextpostslink::before {
    left: 0px;
    top: 1px;
    right: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    position: absolute;
}

.pagination .prev::before {
    content: "\f0d9";
}

.page-links .prev::before {
    content: "\f0d9";
}

.pagination .previouspagelink::before {
    content: "\f0d9";
}

.page-links .previouspagelink::before {
    content: "\f0d9";
}

.pagination .next::before {
    content: "\f0da";
}

.page-links .next::before {
    content: "\f0da";
}

.pagination .nextpagelink::before {
    content: "\f0da";
}

.page-links .nextpagelink::before {
    content: "\f0da";
}

.infinite-container .pagination {
    display: none;
}

.infinite-container .page-links {
    display: none;
}

.page-links {
    float: none;
}

    .page-links::before {
        display: table;
        content: " ";
    }

    .page-links::after {
        display: table;
        content: " ";
    }

    .page-links::after {
        clear: both;
    }

    .page-links .screen-reader-text {
        display: none !important;
    }

    .page-links .page-links-title {
        border-width: 0px;
        margin: 0px;
        padding: 0px;
    }

.blog-posts article.post-grid {
    border-width: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.posts-grid .grid-box {
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
    border-image: none;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.04);
}

    .posts-grid .grid-box .img-thumbnail {
        max-width: 100%;
    }

    .posts-grid .grid-box .img-thumbnail {
        padding: 0px;
        border-radius: 0px;
        border: 0px currentColor;
        border-image: none;
    }

        .posts-grid .grid-box .img-thumbnail img {
            padding: 0px;
            border-radius: 0px;
            border: 0px currentColor;
            border-image: none;
        }

    .posts-grid .grid-box .owl-carousel {
        padding: 0px;
        border-radius: 0px;
        border: 0px currentColor;
        border-image: none;
        box-shadow: none;
    }

        .posts-grid .grid-box .owl-carousel .owl-stage-outer {
            border-radius: 0px;
        }

@media all and (max-width:767px) {
    .posts-grid .post {
        transition: none !important;
        width: 100%;
        position: static !important;
        transform: none !important;
        -webkit-transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -moz-transform: none;
        -o-transform: none;
    }
}

.blog-share {
    margin-bottom: 25px;
}

    .blog-share .share-links a {
        margin: 0.28em 0px 0.28em 0.57em;
    }

.posts-medium-alt > article:last-child {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.posts-medium-alt .img-thumbnail {
    padding: 0px;
    border: currentColor;
    border-image: none;
}

    .posts-medium-alt .img-thumbnail img {
        max-width: 95%;
    }

.posts-medium-alt .custom-border-radius {
    padding: 11px 30px !important;
    border-radius: 35px !important;
}

.posts-medium-alt .blog-post-date {
    padding: 25px 15px;
    top: 60%;
    text-align: center;
    right: 10px;
    line-height: 1;
    font-size: 3em;
    position: absolute;
    z-index: 6;
    transform: translateY(-50%);
}

    .posts-medium-alt .blog-post-date .month-year {
        font-size: 0.4em;
        display: block;
    }

.blog-like i {
    display: none;
}

.blog-liked i {
    display: none;
}

article.portfolio .portfolio-image.single {
    margin-bottom: 30px;
}

article.portfolio h2 a {
    text-decoration: none;
}

article.portfolio h4 a {
    text-decoration: none;
}

.popup-inline-content hr.solid {
    margin-right: -30px;
    margin-left: -30px;
}

.mfp-content .ajax-container hr.solid {
    margin-right: -30px;
    margin-left: -30px;
}

.popup-inline-content .portfolio-image.wide {
    margin-right: -15px;
    margin-left: -15px;
}

.mfp-content .ajax-container .portfolio-image.wide {
    margin-right: -15px;
    margin-left: -15px;
}

@media all and (max-width:767px) {
    .popup-inline-content .portfolio-image.wide {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .mfp-content .ajax-container .portfolio-image.wide {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
}

body.boxed .portfolio .portfolio-image.wide {
    margin-right: -30px;
    margin-left: -30px;
}

body.boxed #portfolioAjaxBox .portfolio-image.wide {
    margin-right: -30px;
    margin-left: -30px;
}

body.boxed .portfolio hr.solid {
    margin-right: -30px;
    margin-left: -30px;
}

body.boxed #portfolioAjaxBox hr.solid {
    margin-right: -30px;
    margin-left: -30px;
}

.main-boxed#main .portfolio .portfolio-image.wide {
    margin-right: -30px;
    margin-left: -30px;
}

.main-boxed#main #portfolioAjaxBox .portfolio-image.wide {
    margin-right: -30px;
    margin-left: -30px;
}

.main-boxed#main .portfolio hr.solid {
    margin-right: -30px;
    margin-left: -30px;
}

.main-boxed#main #portfolioAjaxBox hr.solid {
    margin-right: -30px;
    margin-left: -30px;
}

@media all and (max-width:767px) {
    body.boxed .portfolio .portfolio-image.wide {
        margin-right: -15px;
        margin-left: -15px;
    }

    body.boxed #portfolioAjaxBox .portfolio-image.wide {
        margin-right: -15px;
        margin-left: -15px;
    }

    body.boxed .portfolio hr.solid {
        margin-right: -15px;
        margin-left: -15px;
    }

    body.boxed #portfolioAjaxBox hr.solid {
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-boxed#main .portfolio .portfolio-image.wide {
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-boxed#main #portfolioAjaxBox .portfolio-image.wide {
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-boxed#main .portfolio hr.solid {
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-boxed#main #portfolioAjaxBox hr.solid {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.mfp-content .ajax-container .portfolio-title {
    margin-top: 0px !important;
}

#portfolioAjaxBox .portfolio-title {
    margin-top: 0px !important;
}

.portfolio-image {
    margin-bottom: 15px;
}

.portfolio-slideshow {
    text-align: center;
}

.portfolio-title {
    margin-bottom: -15px;
}

    .portfolio-title a {
        display: inline-block;
    }

    .portfolio-title .fa {
        font-size: 1.7em;
    }

    .portfolio-title .portfolio-nav {
        margin-top: 11px;
    }

    .portfolio-title .portfolio-nav-all {
        margin-top: 11px;
    }

    .portfolio-title .portfolio-nav {
        text-align: right;
    }

        .portfolio-title .portfolio-nav a {
            width: 40%;
            max-width: 27px;
        }

    .portfolio-title .portfolio-nav-all .fa {
        font-size: 2em;
        margin-left: 1px;
    }

    .portfolio-title .portfolio-nav-prev {
        text-align: left;
    }

        .portfolio-title .portfolio-nav-prev i::before {
            content: "\f053";
        }

    .portfolio-title .portfolio-nav-next {
        text-align: right;
    }

        .portfolio-title .portfolio-nav-next i::before {
            content: "\f054";
        }

.portfolio-desc {
    margin-top: 10px;
}

.portfolio-info {
    margin: 7px 0px 10px;
    float: right;
}

.page-portfolios .portfolio-info {
    margin-top: 2px;
}

.portfolio-info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .portfolio-info ul li {
        color: rgb(177, 177, 177);
        padding-right: 8px;
        font-size: 0.9em;
        margin-right: 8px;
        border-right-color: rgb(230, 230, 230);
        border-right-width: 1px;
        border-right-style: solid;
        display: inline-block;
    }

        .portfolio-info ul li:last-child {
            padding-right: 0px;
            margin-right: 0px;
            border-right-color: currentColor;
            border-right-width: 0px;
            border-right-style: none;
        }

        .portfolio-info ul li a {
            color: rgb(177, 177, 177);
            text-decoration: none;
            cursor: pointer;
        }

        .portfolio-info ul li .fa {
            width: 1em;
            height: 1em;
            line-height: 1;
            font-size: 1em !important;
            margin-right: 4px !important;
        }

        .portfolio-info ul li .post-views-icon.dashicons {
            width: 1em;
            height: 1em;
            line-height: 1;
            font-size: 1em !important;
            margin-right: 4px !important;
        }

.portfolio-like {
    text-decoration: none;
    cursor: pointer;
}

.portfolio-liked {
    text-decoration: none;
    cursor: pointer;
}

.portfolio-like i {
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 4px !important;
}

.portfolio-liked i {
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 1em !important;
    margin-right: 4px !important;
}

.portfolio-like:hover {
    text-decoration: none;
}

.portfolio-liked:hover {
    text-decoration: none;
}

.portfolio-like.linked {
    text-decoration: none;
}

.portfolio-liked.linked {
    text-decoration: none;
}

.portfolio-like:hover .fa-heart {
    color: rgb(229, 63, 81);
}

.portfolio-liked:hover .fa-heart {
    color: rgb(229, 63, 81);
}

.portfolio-like.linked .fa-heart {
    color: rgb(229, 63, 81);
}

.portfolio-liked.linked .fa-heart {
    color: rgb(229, 63, 81);
}

.related-portfolios {
    margin-top: 35px;
}

    .related-portfolios.full .row {
        margin-right: 0px;
        margin-left: 0px;
    }

.portfolio-carousel .portfolio-slide {
}

    .portfolio-carousel .portfolio-slide::before {
        display: table;
        content: " ";
    }

    .portfolio-carousel .portfolio-slide::after {
        display: table;
        content: " ";
    }

    .portfolio-carousel .portfolio-slide::after {
        clear: both;
    }

.portfolio-carousel .portfolio-item {
    margin: 0px 15px 20px;
}

    .portfolio-carousel .portfolio-item.full {
        margin: 0px;
        max-width: 100%;
    }

.portfolio-carousel.owl-carousel .owl-dots {
    margin-top: 0px;
}

.portfolio-item-small {
    margin: 0px 0px 8px;
    padding: 0px 4px;
    width: 33.33%;
    float: left;
    max-width: 92px;
}

:first-child.portfolio-item-small {
    padding-top: 0px;
    border-top-width: 0px;
}

.portfolio-item-small .portfolio-image {
    margin: 0px;
}

    .portfolio-item-small .portfolio-image img {
        width: 100%;
        height: auto;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
    }

        .portfolio-item-small .portfolio-image img:hover {
            filter: none;
            -webkit-filter: none;
        }

ul.portfolio-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.portfolio-list .portfolio-item {
        margin-bottom: 30px;
    }

.portfolio-item.outimage {
    text-align: center;
}

.portfolio-item .thumb-info .thumb-info-type .portfolio-like i {
    text-shadow: none;
}

.portfolio-item .thumb-info .thumb-info-type .portfolio-liked i {
    text-shadow: none;
}

.portfolio-item .thumb-info .thumb-info-type .portfolio-like i::before {
    content: "\f08a";
}

.portfolio .thumb-info .tooltip {
    display: none !important;
}

.portfolio-item .thumb-info .tooltip {
    display: none !important;
}

ul.portfolio-details {
    list-style: none;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    font-size: 0.9em;
}

    ul.portfolio-details h5 {
        font-size: 1em;
        margin-bottom: 5px;
    }

    ul.portfolio-details li {
        margin: 0px 0px 20px;
        padding: 0px;
    }

    ul.portfolio-details p {
        margin: 0px;
        padding: 0px;
    }

    ul.portfolio-details blockquote {
        margin: 15px 0px 0px;
        padding: 0px 0px 0px 10px;
        color: rgb(153, 153, 153);
    }

    ul.portfolio-details ul.list-skills {
        margin-left: 0px;
    }

        ul.portfolio-details ul.list-skills li {
            margin-right: 20px;
            margin-bottom: 5px;
        }

    ul.portfolio-details.inline li {
        margin-right: 20px;
        vertical-align: top;
        display: inline-block;
    }

        ul.portfolio-details.inline li p {
            display: inline-block;
        }

        ul.portfolio-details.inline li strong {
            margin-right: 5px;
        }

        ul.portfolio-details.inline li ul {
            display: inline-block;
        }

        ul.portfolio-details.inline li .share-links {
            display: inline-block;
        }

        ul.portfolio-details.inline li.pull-right {
            margin-right: 0px;
        }

    ul.portfolio-details .testimonial {
        font-size: 1.11em;
    }

.page-portfolios.portfolios-full .portfolio {
    padding-bottom: 0px;
}

.page-portfolios.portfolios-large .portfolio {
    padding-bottom: 0px;
}

.page-portfolios.portfolios-medium .portfolio {
    padding-bottom: 0px;
}

.portfolio-row {
    margin: 0px -15px;
    position: relative;
}

    .portfolio-row .portfolio {
        padding: 0px 15px;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
        float: left;
    }

    .portfolio-row .portfolio-col-1 {
        width: 100%;
    }

    .portfolio-row .portfolio-col-2 {
        width: 50%;
    }

        .portfolio-row .portfolio-col-2.w2 {
            width: 100%;
        }

@media all and (max-width:767px) {
    .portfolio-row .portfolio-col-2 {
        width: 100%;
    }
}

.portfolio-row .portfolio-col-3 {
    width: 33.33%;
}

    .portfolio-row .portfolio-col-3.w2 {
        width: 66.66%;
    }

@media all and (max-width:767px) {
    .portfolio-row .portfolio-col-3 {
        width: 50%;
    }

        .portfolio-row .portfolio-col-3.w2 {
            width: 100%;
        }
}

@media all and (max-width:480px) {
    .portfolio-row .portfolio-col-3 {
        width: 100%;
    }
}

.portfolio-row .portfolio-col-4 {
    width: 25%;
}

    .portfolio-row .portfolio-col-4.w2 {
        width: 50%;
    }

@media all and (max-width:991px) {
    .portfolio-row .portfolio-col-4 {
        width: 33.33%;
    }

        .portfolio-row .portfolio-col-4.w2 {
            width: 66.66%;
        }
}

@media all and (max-width:767px) {
    .portfolio-row .portfolio-col-4 {
        width: 50%;
    }

        .portfolio-row .portfolio-col-4.w2 {
            width: 100%;
        }
}

@media all and (max-width:480px) {
    .portfolio-row .portfolio-col-4 {
        width: 100%;
    }
}

.portfolio-row .portfolio-col-5 {
    width: 20%;
}

    .portfolio-row .portfolio-col-5.w2 {
        width: 40%;
    }

@media all and (max-width:991px) {
    .portfolio-row .portfolio-col-5 {
        width: 25%;
    }

        .portfolio-row .portfolio-col-5.w2 {
            width: 50%;
        }
}

@media all and (max-width:767px) {
    .portfolio-row .portfolio-col-5 {
        width: 33.33%;
    }

        .portfolio-row .portfolio-col-5.w2 {
            width: 66.66%;
        }
}

@media all and (max-width:480px) {
    .portfolio-row .portfolio-col-5 {
        width: 50%;
    }

        .portfolio-row .portfolio-col-5.w2 {
            width: 100%;
        }
}

.portfolio-row .portfolio-col-6 {
    width: 16.66%;
}

    .portfolio-row .portfolio-col-6.w2 {
        width: 33.33%;
    }

@media all and (max-width:1169px) {
    .portfolio-row .portfolio-col-6 {
        width: 20%;
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 40%;
        }
}

@media all and (max-width:991px) {
    .portfolio-row .portfolio-col-6 {
        width: 25%;
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 50%;
        }
}

@media all and (max-width:767px) {
    .portfolio-row .portfolio-col-6 {
        width: 33.33%;
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 66.66%;
        }
}

@media all and (max-width:480px) {
    .portfolio-row .portfolio-col-6 {
        width: 50%;
    }

        .portfolio-row .portfolio-col-6.w2 {
            width: 100%;
        }
}

@media all and (max-width:1169px) {
    .column2 .portfolio-row .portfolio-col-4 {
        width: 33.33%;
    }

        .column2 .portfolio-row .portfolio-col-4.w2 {
            width: 66.66%;
        }
}

@media all and (max-width:767px) {
    .column2 .portfolio-row .portfolio-col-4 {
        width: 50%;
    }

        .column2 .portfolio-row .portfolio-col-4.w2 {
            width: 100%;
        }
}

@media all and (max-width:480px) {
    .column2 .portfolio-row .portfolio-col-4 {
        width: 100%;
    }
}

.column2 .portfolio-row .portfolio-col-5 {
    width: 20%;
}

.column2 .portfolio-row .portfolio-col-6 {
    width: 20%;
}

.column2 .portfolio-row .portfolio-col-5.w2 {
    width: 40%;
}

.column2 .portfolio-row .portfolio-col-6.w2 {
    width: 40%;
}

@media all and (max-width:1169px) {
    .column2 .portfolio-row .portfolio-col-5 {
        width: 25%;
    }

    .column2 .portfolio-row .portfolio-col-6 {
        width: 25%;
    }

    .column2 .portfolio-row .portfolio-col-5.w2 {
        width: 50%;
    }

    .column2 .portfolio-row .portfolio-col-6.w2 {
        width: 50%;
    }
}

@media all and (max-width:767px) {
    .column2 .portfolio-row .portfolio-col-5 {
        width: 33.33%;
    }

    .column2 .portfolio-row .portfolio-col-6 {
        width: 33.33%;
    }

    .column2 .portfolio-row .portfolio-col-5.w2 {
        width: 66.66%;
    }

    .column2 .portfolio-row .portfolio-col-6.w2 {
        width: 66.66%;
    }
}

@media all and (max-width:480px) {
    .column2 .portfolio-row .portfolio-col-5 {
        width: 50%;
    }

    .column2 .portfolio-row .portfolio-col-6 {
        width: 50%;
    }

    .column2 .portfolio-row .portfolio-col-5.w2 {
        width: 100%;
    }

    .column2 .portfolio-row .portfolio-col-6.w2 {
        width: 100%;
    }
}

.portfolio-row.full {
    margin: 0px;
}

body.boxed .portfolio-row.full {
    margin-right: -30px;
    margin-left: -30px;
}

@media all and (max-width:767px) {
    body.boxed .portfolio-row.full {
        margin-right: -15px;
        margin-left: -15px;
    }
}

body.boxed [data-vc-stretch-content].vc_row .portfolio-row.full {
    margin-right: 0px;
    margin-left: 0px;
}

.portfolio-row.full .portfolio {
    padding: 0px;
    margin-bottom: 0px;
}

.portfolio-modal .mfp-arrow {
    display: none;
}

.portfolio-ajax-modal .mfp-arrow {
    display: none;
}

.portfolio-modal .mfp-close {
    display: none;
}

.portfolio-ajax-modal .mfp-close {
    display: none;
}

.portfolio-modal .container {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.portfolio-ajax-modal .container {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.portfolio-modal .uvc-vc-full-width {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-ajax-modal .uvc-vc-full-width {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-modal [data-vc-full-width].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-ajax-modal [data-vc-full-width].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-modal .ult-vc-hide-row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-ajax-modal .ult-vc-hide-row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-modal [data-vc-stretch-content].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.portfolio-ajax-modal [data-vc-stretch-content].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-modal .uvc-vc-full-width {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-ajax-modal .uvc-vc-full-width {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-modal [data-vc-full-width].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-ajax-modal [data-vc-full-width].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-modal .ult-vc-hide-row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-ajax-modal .ult-vc-hide-row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-modal [data-vc-stretch-content].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

body.boxed .portfolio-ajax-modal [data-vc-stretch-content].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-modal .uvc-vc-full-width {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-ajax-modal .uvc-vc-full-width {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-modal [data-vc-full-width].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-ajax-modal [data-vc-full-width].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-modal .ult-vc-hide-row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-ajax-modal .ult-vc-hide-row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-modal [data-vc-stretch-content].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

.main-boxed#main .portfolio-ajax-modal [data-vc-stretch-content].vc_row {
    margin: 0px !important;
    left: 0px !important;
    width: 100% !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    max-width: 100% !important;
}

@media all and (max-width:767px) {
    .portfolio-modal .uvc-vc-full-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-ajax-modal .uvc-vc-full-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-modal [data-vc-full-width].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-ajax-modal [data-vc-full-width].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-modal .ult-vc-hide-row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-ajax-modal .ult-vc-hide-row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-modal [data-vc-stretch-content].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .portfolio-ajax-modal [data-vc-stretch-content].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-modal .uvc-vc-full-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-ajax-modal .uvc-vc-full-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-modal [data-vc-full-width].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-ajax-modal [data-vc-full-width].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-modal .ult-vc-hide-row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-ajax-modal .ult-vc-hide-row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-modal [data-vc-stretch-content].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    body.boxed .portfolio-ajax-modal [data-vc-stretch-content].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-modal .uvc-vc-full-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-ajax-modal .uvc-vc-full-width {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-modal [data-vc-full-width].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-ajax-modal [data-vc-full-width].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-modal .ult-vc-hide-row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-ajax-modal .ult-vc-hide-row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-modal [data-vc-stretch-content].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .main-boxed#main .portfolio-ajax-modal [data-vc-stretch-content].vc_row {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.portfolio-load-more-loader {
    height: 49px;
    display: none;
    position: relative;
}

.btn-portfolio-lazy-load {
    opacity: 0;
}

@media all and (max-width:991px) {
    .portfolio-nav {
        display: none;
    }

    .portfolio-nav-all {
        display: none;
    }
}

.sort-source {
    clear: both;
}

    .sort-source > li > a {
        padding: 6px 12px;
        cursor: pointer;
    }

    .sort-source.sort-source-style-2 {
        margin: 0px auto;
    }

        .sort-source.sort-source-style-2 > li {
            float: none;
            display: inline-block;
        }

            .sort-source.sort-source-style-2 > li > a {
                background: none;
                margin: 0px;
                padding: 18px 28px;
                border-radius: 0px;
                color: rgb(255, 255, 255);
                display: inline-block;
                position: relative;
            }

                .sort-source.sort-source-style-2 > li > a:focus {
                    background: none;
                    margin: 0px;
                    padding: 18px 28px;
                    border-radius: 0px;
                    color: rgb(255, 255, 255);
                    display: inline-block;
                    position: relative;
                }

                .sort-source.sort-source-style-2 > li > a:hover {
                    background: none;
                    margin: 0px;
                    padding: 18px 28px;
                    border-radius: 0px;
                    color: rgb(255, 255, 255);
                    display: inline-block;
                    position: relative;
                }

                .sort-source.sort-source-style-2 > li > a::after {
                    transition: margin 0.3s;
                    left: 50%;
                    width: 0px;
                    height: 0px;
                    margin-top: 0px;
                    margin-left: -20px;
                    border-top-color: rgb(204, 204, 204);
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-top-width: 15px;
                    border-right-width: 20px;
                    border-left-width: 20px;
                    border-top-style: solid;
                    border-right-style: solid;
                    border-left-style: solid;
                    display: block;
                    position: absolute;
                    z-index: 1;
                    content: " ";
                    opacity: 0;
                    -webkit-transition: margin 0.3s;
                    -moz-transition: margin 0.3s;
                }

            .sort-source.sort-source-style-2 > li.active > a {
                background: none;
            }

                .sort-source.sort-source-style-2 > li.active > a:focus {
                    background: none;
                }

                .sort-source.sort-source-style-2 > li.active > a:hover {
                    background: none;
                }

                .sort-source.sort-source-style-2 > li.active > a::after {
                    margin-top: 18px;
                    opacity: 1;
                }

@media all and (max-width:767px) {
    .sort-source.sort-source-style-2 > li {
        display: block;
    }

        .sort-source.sort-source-style-2 > li.active > a::after {
            display: none !important;
        }
}

.ajax-box .bounce-loader {
    z-index: 1;
}

.ajax-box .porto-ajax-loading {
    z-index: 1;
}

.portfolio-stripes .owl-carousel .owl-nav .owl-prev {
}

.portfolio-stripes .owl-carousel .owl-nav .owl-next {
}

.portfolio-stripes .owl-item .portfolio-item {
    width: calc(100% + 2px);
}

    .portfolio-stripes .owl-item .portfolio-item .thumb-info {
        border: currentColor;
        border-image: none;
    }

        .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
            height: calc(100vh - 89px);
        }

            .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before {
                left: 0px;
                width: 100%;
                bottom: 0px;
                display: block;
                position: absolute;
                z-index: 1;
                content: "";
                box-shadow: 0px 50px 190px 110px #182027;
            }

            .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image {
                transition: 0.3s;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                position: absolute;
                background-size: cover;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
            }

        .portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image {
            transform: scale(1.1);
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
        }

.thumb-info.thumb-info-basic-info .thumb-info-title {
    background: none;
    padding: 0px;
    left: 5%;
    bottom: 5.5%;
    line-height: 1;
    font-size: 2em;
    text-shadow: none;
}

.portfolio-parallax {
    height: 40vh;
}

    .portfolio-parallax::before {
        background: rgba(10, 12, 36, 0);
        transition: 300ms;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        position: absolute;
        content: "";
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

    .portfolio-parallax h2 {
        margin: 0px;
        padding: 0px;
        left: 1%;
        bottom: 7%;
        line-height: 1;
        font-size: 2em;
        position: absolute;
    }

:not(.hidden-plus).portfolio-parallax:hover::before {
    background: rgba(10, 12, 36, 0.5);
}

html.gecko .thumb-info {
    z-index: 1;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
}

@media all and (max-width:991px) {
    .portfolio-parallax {
        height: 30vh;
    }
}

@media all and (max-width:767px) {
    .portfolio-parallax {
        height: 25vh;
    }
}

.porto-portfolios-lighbox-thumbnails {
    width: 100%;
    text-align: center;
    bottom: 2.5%;
    position: fixed;
    z-index: 99999;
}

    .porto-portfolios-lighbox-thumbnails .owl-carousel {
        margin-bottom: 0px;
    }

        .porto-portfolios-lighbox-thumbnails .owl-carousel .owl-stage {
            margin: 0px auto;
        }

    .porto-portfolios-lighbox-thumbnails .owl-item {
        cursor: pointer;
    }

        .porto-portfolios-lighbox-thumbnails .owl-item.current {
            cursor: default;
            opacity: 0.5;
        }

.portfolios-lightbox.with-thumbs .porto-portfolios-lighbox-thumbnails {
    visibility: hidden;
}

@media all and (max-width:1023px) {
    .porto-portfolios-lighbox-thumbnails {
        display: none;
    }
}

article.member h2 a {
    text-decoration: none;
}

article.member h4 a {
    text-decoration: none;
}

.member-container-top {
    padding-top: 35px;
}

.member-container-bottom {
    padding-bottom: 35px;
}

.member-image {
    margin-bottom: 15px;
}

    .member-image.single {
        margin-bottom: 30px;
    }

.member-slideshow {
    text-align: center;
}

.member-title {
    margin-bottom: -10px;
}

    .member-title a {
        display: inline-block;
    }

    .member-title .fa {
        font-size: 2.5em;
    }

.member-share-links {
    padding: 15px 0px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

    .member-share-links a {
        border-radius: 500px;
    }

.member-row {
    margin: 0px -15px;
    position: relative;
}

    .member-row .member {
        padding: 0px 15px;
        width: 100%;
        margin-bottom: 30px;
        float: left;
    }

    .member-row .member-col-2 {
        width: 50%;
    }

@media all and (max-width:767px) {
    .member-row .member-col-2 {
        width: 100%;
    }
}

.member-row .member-col-3 {
    width: 33.33%;
}

@media all and (max-width:767px) {
    .member-row .member-col-3 {
        width: 50%;
    }
}

@media all and (max-width:480px) {
    .member-row .member-col-3 {
        width: 100%;
    }
}

.member-row .member-col-4 {
    width: 25%;
}

@media all and (max-width:991px) {
    .member-row .member-col-4 {
        width: 33.33%;
    }
}

@media all and (max-width:767px) {
    .member-row .member-col-4 {
        width: 50%;
    }
}

@media all and (max-width:480px) {
    .member-row .member-col-4 {
        width: 100%;
    }
}

.member-row .member-col-5 {
    width: 20%;
}

@media all and (max-width:991px) {
    .member-row .member-col-5 {
        width: 25%;
    }
}

@media all and (max-width:767px) {
    .member-row .member-col-5 {
        width: 33.33%;
    }
}

@media all and (max-width:480px) {
    .member-row .member-col-5 {
        width: 50%;
    }
}

.member-row .member-col-6 {
    width: 16.66%;
}

@media all and (max-width:1169px) {
    .member-row .member-col-6 {
        width: 20%;
    }
}

@media all and (max-width:991px) {
    .member-row .member-col-6 {
        width: 25%;
    }
}

@media all and (max-width:767px) {
    .member-row .member-col-6 {
        width: 33.33%;
    }
}

@media all and (max-width:480px) {
    .member-row .member-col-6 {
        width: 50%;
    }
}

@media all and (max-width:1169px) {
    .column2 .member-row .member-col-4 {
        width: 33.33%;
    }
}

@media all and (max-width:767px) {
    .column2 .member-row .member-col-4 {
        width: 50%;
    }
}

@media all and (max-width:480px) {
    .column2 .member-row .member-col-4 {
        width: 100%;
    }
}

.column2 .member-row .member-col-5 {
    width: 20%;
}

.column2 .member-row .member-col-6 {
    width: 20%;
}

@media all and (max-width:1169px) {
    .column2 .member-row .member-col-5 {
        width: 25%;
    }

    .column2 .member-row .member-col-6 {
        width: 25%;
    }
}

@media all and (max-width:767px) {
    .column2 .member-row .member-col-5 {
        width: 33.33%;
    }

    .column2 .member-row .member-col-6 {
        width: 33.33%;
    }
}

@media all and (max-width:480px) {
    .column2 .member-row .member-col-5 {
        width: 50%;
    }

    .column2 .member-row .member-col-6 {
        width: 50%;
    }
}

.member-item.member-item-3 .thumb-info {
    border-radius: 4px 4px 0px 0px;
}

.member-item.member-item-3 .thumb-info-wrapper {
    margin: 0px;
    border-radius: 4px 4px 0px 0px;
}

    .member-item.member-item-3 .thumb-info-wrapper img {
        border-radius: 3px 3px 0px 0px;
    }

.member-item.member-item-3 .thumb-info-caption {
    background: rgb(255, 255, 255);
    padding: 0px;
    transition: 0.3s;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.member-item.member-item-3 .thumb-info-caption-title {
    padding: 30px 15px 28px;
    display: block;
    position: relative;
}

.member-item.member-item-3 .thumb-info-caption-text {
    margin: -15px 0px 0px;
    padding: 0px 15px 28px;
}

.member-item.member-item-3 .thumb-info-social-icons {
    padding-right: 13px;
    padding-left: 13px;
}

.member-item.member-item-3 .view-more {
    top: 50%;
    right: 15px;
    font-size: 1.9em;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.related-members {
    margin-top: 35px;
}

.related.products {
    margin-top: 35px;
}

.member-carousel .member-slide {
}

    .member-carousel .member-slide::before {
        display: table;
        content: " ";
    }

    .member-carousel .member-slide::after {
        display: table;
        content: " ";
    }

    .member-carousel .member-slide::after {
        clear: both;
    }

.member-carousel .member-item {
    margin: 0px 15px 20px;
}

@media all and (max-width:767px) {
    .member-carousel .member-item {
        padding: 0px;
        border: currentColor;
        border-image: none;
    }
}

.member-carousel.owl-carousel .owl-dots {
    margin-top: 0px;
}

.member-modal .mfp-arrow {
    display: none;
}

.member-ajax-modal .mfp-arrow {
    display: none;
}

.page-slideshow {
    text-align: center;
}

.page-meta > * {
    display: block;
}

.page-share {
    padding: 20px 0px 0px;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .page-share h3 {
        margin: 5px 15px 10px;
        text-transform: none;
        font-size: 1.8em;
        font-weight: 200;
        display: inline-block;
    }

        .page-share h3 i {
            margin-right: 7px;
        }

    .page-share .share-links {
        margin-top: -5px;
        display: inline-block;
    }

    .page-share.container {
        margin-bottom: 70px;
    }

.container :not(.porto-wrap-container).container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.custom-post-event {
    position: relative;
}

    .custom-post-event .post-event-date {
        padding: 15px 20px;
        left: 0px;
        top: 0px;
        position: absolute;
    }

        .custom-post-event .post-event-date span {
            display: block;
        }

            .custom-post-event .post-event-date span.day {
                font-size: 1.9em;
            }

            .custom-post-event .post-event-date span.year {
                font-size: 0.9em;
            }

        .custom-post-event .post-event-date.custom-xlg-space {
            left: 30px;
            top: 30px;
        }

    .custom-post-event .post-event-content p {
        font-size: 0.9em;
    }

.custom-event-infos ul {
    margin: 0px;
    padding: 0px;
}

    .custom-event-infos ul li {
        list-style: none;
        font-size: 0.9em;
        margin-left: 15px;
        display: inline-block;
    }

        .custom-event-infos ul li:first-child {
            margin-left: 0px;
        }

        .custom-event-infos ul li i {
            color: rgb(31, 34, 43);
            font-size: 1.2em;
            font-weight: bold;
        }

.custom-event-top-image img {
    margin: auto;
}

:last-child.custom-post-event hr.solid {
    display: none;
}

:last-child.event-row hr.solid {
    display: none;
}

[data-appear-animation] {
    opacity: 0;
}

.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.appear-animation {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.flash {
    animation-name: flash;
    -webkit-animation-name: flash;
}

.shake {
    animation-name: shake;
    -webkit-animation-name: shake;
}

.bounce {
    animation-name: bounce;
    -webkit-animation-name: bounce;
}

.tada {
    animation-name: tada;
    -webkit-animation-name: tada;
}

.swing {
    transform-origin: center top;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
}

.wobble {
    animation-name: wobble;
    -webkit-animation-name: wobble;
}

.wiggle {
    animation-name: wiggle;
    animation-timing-function: ease-in;
    -webkit-animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
    -webkit-animation-name: fadeInUpBig;
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
    -webkit-animation-name: fadeInDownBig;
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
    -webkit-animation-name: fadeInLeftBig;
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
    -webkit-animation-name: fadeInRightBig;
}

.bounceIn {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
}

.bounceInUp {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
}

.bounceInDown {
    animation-name: bounceInDown;
    -webkit-animation-name: bounceInDown;
}

.bounceInLeft {
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
}

.bounceInRight {
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
}

.rotateIn {
    animation-name: rotateIn;
    -webkit-animation-name: rotateIn;
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
    -webkit-animation-name: rotateInUpLeft;
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
    -webkit-animation-name: rotateInDownLeft;
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
    -webkit-animation-name: rotateInUpRight;
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
    -webkit-animation-name: rotateInDownRight;
}

.menuFadeInUp {
    animation-name: menuFadeInUp;
    -webkit-animation-name: menuFadeInUp;
}

.menuFadeInDown {
    animation-name: menuFadeInDown;
    -webkit-animation-name: menuFadeInDown;
}

.menuFadeInLeft {
    animation-name: menuFadeInLeft;
    -webkit-animation-name: menuFadeInLeft;
}

.menuFadeInRight {
    animation-name: menuFadeInRight;
    -webkit-animation-name: menuFadeInRight;
}

.mega-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .mega-menu::before {
        display: table;
        content: " ";
    }

    .mega-menu::after {
        display: table;
        content: " ";
    }

    .mega-menu::after {
        clear: both;
    }

    .mega-menu li.menu-item {
        margin: 0px;
        display: block;
        position: relative;
    }

        .mega-menu li.menu-item > a {
            text-align: left;
            line-height: 24px;
            font-family: inherit;
            font-size: inherit;
            font-weight: 400;
            text-decoration: none;
            margin-top: 0px;
            margin-bottom: 0px;
            display: block;
            position: relative;
        }

        .mega-menu li.menu-item > h5 {
            text-align: left;
            line-height: 24px;
            font-family: inherit;
            font-size: inherit;
            font-weight: 400;
            text-decoration: none;
            margin-top: 0px;
            margin-bottom: 0px;
            display: block;
            position: relative;
        }

        .mega-menu li.menu-item > a > .fa {
            width: 18px;
            text-align: center;
        }

        .mega-menu li.menu-item > h5 > .fa {
            width: 18px;
            text-align: center;
        }

        .mega-menu li.menu-item > a > .fa {
            margin-right: 5px;
        }

        .mega-menu li.menu-item > h5 > .fa {
            margin-right: 5px;
        }

        .mega-menu li.menu-item > a > .avatar {
            margin-right: 5px;
        }

        .mega-menu li.menu-item > h5 > .avatar {
            margin-right: 5px;
        }

        .mega-menu li.menu-item > a > .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .mega-menu li.menu-item > h5 > .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .mega-menu li.menu-item > a > .flag {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .mega-menu li.menu-item > h5 > .flag {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .mega-menu li.menu-item > a > [class*='flag-'] {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .mega-menu li.menu-item > h5 > [class*='flag-'] {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .mega-menu li.menu-item > a > .flag::before {
            display: none;
        }

        .mega-menu li.menu-item > h5 > .flag::before {
            display: none;
        }

        .mega-menu li.menu-item > a > [class*='flag-']::before {
            display: none;
        }

        .mega-menu li.menu-item > h5 > [class*='flag-']::before {
            display: none;
        }

        .mega-menu li.menu-item > a > .thumb-info-preview {
            background: none;
            margin: 15px 0px 0px;
            border: 0px currentColor;
            transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            border-image: none;
            left: 100%;
            top: -1000px;
            overflow: visible;
            padding-left: 10px;
            display: block;
            position: absolute;
            max-width: none;
            opacity: 0;
            transform: translate3d(-30px, 0px, 0px);
            -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        }

        .mega-menu li.menu-item > h5 > .thumb-info-preview {
            background: none;
            margin: 15px 0px 0px;
            border: 0px currentColor;
            transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            border-image: none;
            left: 100%;
            top: -1000px;
            overflow: visible;
            padding-left: 10px;
            display: block;
            position: absolute;
            max-width: none;
            opacity: 0;
            transform: translate3d(-30px, 0px, 0px);
            -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        }

        .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper {
            background: rgb(255, 255, 255);
            margin: 0px;
            padding: 4px;
            border-radius: 4px;
            border: 0px currentColor;
            border-image: none;
            text-align: left;
            display: block;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
        }

        .mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper {
            background: rgb(255, 255, 255);
            margin: 0px;
            padding: 4px;
            border-radius: 4px;
            border: 0px currentColor;
            border-image: none;
            text-align: left;
            display: block;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
        }

        .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image {
            transition: 5s linear;
            width: 182px;
            height: 136px;
            min-height: 0px;
            -webkit-transition: all 5s linear 0s;
            -moz-transition: all 5s linear 0s;
        }

        .mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image {
            transition: 5s linear;
            width: 182px;
            height: 136px;
            min-height: 0px;
            -webkit-transition: all 5s linear 0s;
            -moz-transition: all 5s linear 0s;
        }

        .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image {
            background-position: left top;
            background-size: auto 100%;
        }

        .mega-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image.fixed-image {
            background-position: left top;
            background-size: auto 100%;
        }

        .mega-menu li.menu-item > a:hover {
            z-index: 1;
        }

        .mega-menu li.menu-item > h5:hover {
            z-index: 1;
        }

        .mega-menu li.menu-item > a:hover > .thumb-info-preview {
            top: 0px;
            margin-top: -5px;
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

        .mega-menu li.menu-item > h5:hover > .thumb-info-preview {
            top: 0px;
            margin-top: -5px;
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

        .mega-menu li.menu-item > h5 {
            cursor: default;
        }

    .mega-menu ul.sub-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .mega-menu > li.menu-item {
        margin-right: 2px;
        float: left;
    }

    .mega-menu > li:last-child.menu-item {
        margin-right: 0px;
    }

    .mega-menu > li.menu-item.narrow {
        position: relative;
    }

    .mega-menu > li.menu-item.has-sub > a .thumb-info-preview {
        display: none;
    }

    .mega-menu > li.menu-item.has-sub > h5 .thumb-info-preview {
        display: none;
    }

    .mega-menu > li.menu-item > a {
        padding: 9px 12px 8px;
        line-height: 20px;
        font-size: 0.85em;
        font-weight: bold;
        display: inline-block;
    }

    .mega-menu > li.menu-item > h5 {
        padding: 9px 12px 8px;
        line-height: 20px;
        font-size: 0.85em;
        font-weight: bold;
        display: inline-block;
    }

@media all and (max-width:1169px) {
    .mega-menu > li.menu-item > a {
        padding: 9px 9px 8px;
    }

    .mega-menu > li.menu-item > h5 {
        padding: 9px 9px 8px;
    }
}

.mega-menu > li.menu-item > a > .fa {
    width: auto;
}

.mega-menu > li.menu-item > h5 > .fa {
    width: auto;
}

.mega-menu > li.menu-item > a .tip {
    top: -9px;
    right: 10px;
    position: absolute;
}

.mega-menu > li.menu-item > h5 .tip {
    top: -9px;
    right: 10px;
    position: absolute;
}

.mega-menu > li.menu-item > a .tip .tip-arrow::before {
    left: 2px;
    top: auto;
    width: auto;
    height: auto;
    bottom: -3px;
    content: "\f125";
}

.mega-menu > li.menu-item > h5 .tip .tip-arrow::before {
    left: 2px;
    top: auto;
    width: auto;
    height: auto;
    bottom: -3px;
    content: "\f125";
}

.mega-menu > li.menu-item > a > .thumb-info-preview {
    margin: auto;
    left: -100%;
    width: 190px;
    right: -100%;
    padding-top: 10px;
    padding-left: 0px;
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
}

.mega-menu > li.menu-item > h5 > .thumb-info-preview {
    margin: auto;
    left: -100%;
    width: 190px;
    right: -100%;
    padding-top: 10px;
    padding-left: 0px;
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
}

.mega-menu > li.menu-item > a:hover > .thumb-info-preview {
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}

.mega-menu > li.menu-item > h5:hover > .thumb-info-preview {
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}

.mega-menu > li.menu-item.active > a {
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.mega-menu > li.menu-item:hover > a {
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.mega-menu > li.menu-item.active > h5 {
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.mega-menu > li.menu-item:hover > h5 {
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

.mega-menu > li.menu-item.has-sub:hover {
    z-index: 111;
}

    .mega-menu > li.menu-item.has-sub:hover > a {
        border-radius: 4px 4px 0px 0px;
        padding-bottom: 11px;
        margin-bottom: -3px;
    }

    .mega-menu > li.menu-item.has-sub:hover > h5 {
        border-radius: 4px 4px 0px 0px;
        padding-bottom: 11px;
        margin-bottom: -3px;
    }

.menu-arrow .mega-menu > li.has-sub > a::after {
    font-family: "FontAwesome";
    content: "\f0d7";
}

.menu-arrow .mega-menu > li.has-sub > h5::after {
    font-family: "FontAwesome";
    content: "\f0d7";
}

.mega-menu .popup {
    margin: 2px 0px 0px;
    left: 0px;
    top: 100%;
    text-align: left;
    display: none;
    position: absolute;
    z-index: 111;
    min-width: 100%;
}

    .mega-menu .popup > .inner {
    }

        .mega-menu .popup > .inner::before {
            display: table;
            content: " ";
        }

        .mega-menu .popup > .inner::after {
            display: table;
            content: " ";
        }

        .mega-menu .popup > .inner::after {
            clear: both;
        }

    .mega-menu .popup ul.sub-menu {
        position: relative;
    }

    .mega-menu .popup li.menu-item {
        padding: 0px;
        float: none;
    }

.mega-menu .wide .popup {
    border-radius: 4px;
    left: 0px;
    right: auto;
    border-top-color: rgb(204, 204, 204);
    border-top-width: 5px;
    border-top-style: solid;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
}

    .mega-menu .wide .popup > .inner {
        background: rgb(255, 255, 255);
        padding: 25px 20px 10px;
        border-radius: 0px 0px 4px 4px;
    }

        .mega-menu .wide .popup > .inner > ul.sub-menu {
            max-width: 100%;
        }

            .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
                padding: 0px 15px 10px;
                float: left;
            }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a {
                    color: rgb(51, 51, 51);
                    padding-bottom: 5px;
                    font-size: 1em;
                    font-weight: 600;
                }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
                    color: rgb(51, 51, 51);
                    padding-bottom: 5px;
                    font-size: 1em;
                    font-weight: 600;
                }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu {
                    padding-bottom: 5px;
                }

                    .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu ul.sub-menu {
                        padding-bottom: 0px;
                    }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a {
                    padding: 4px 8px;
                    border-radius: 4px;
                    line-height: 20px;
                    font-size: 0.9em;
                    font-weight: normal;
                    margin-left: -8px;
                }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
                    padding: 4px 8px;
                    border-radius: 4px;
                    line-height: 20px;
                    font-size: 0.9em;
                    font-weight: normal;
                    margin-left: -8px;
                }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover {
                    background: rgb(244, 244, 244);
                }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
                    background: rgb(244, 244, 244);
                }

                .mega-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
                    padding-left: 10px;
                }

            .mega-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
                margin-bottom: -20px;
            }

        .mega-menu .wide .popup > .inner li.menu-item > a.has-preview {
            display: inline-block;
        }

        .mega-menu .wide .popup > .inner li.menu-item > h5.has-preview {
            display: inline-block;
        }

        .mega-menu .wide .popup > .inner .container {
            padding: 0px;
            width: auto;
        }

.mega-menu .wide.pos-left .popup {
    border-radius: 0px 4px 4px;
}

.mega-menu .wide.pos-right .popup {
    border-radius: 4px 0px 4px 4px;
}

.mega-menu .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0px 4px 4px;
}

.mega-menu .narrow .popup ul.sub-menu {
    padding: 5px;
    border-top-color: rgb(204, 204, 204);
    border-top-width: 0px;
    border-top-style: solid;
    z-index: 10;
    min-width: 180px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

    .mega-menu .narrow .popup ul.sub-menu ul.sub-menu {
        border-radius: 4px;
        left: 100%;
        display: none;
        position: absolute;
        opacity: 0;
    }

    .mega-menu .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
        top: -5px;
    }

.mega-menu .narrow .popup li.menu-item > a {
    padding: 8px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 0.9em;
    font-weight: 400;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
}

.mega-menu .narrow .popup li.menu-item > h5 {
    padding: 8px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 0.9em;
    font-weight: 400;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
}

.mega-menu .narrow .popup li:last-child.menu-item > a {
    border-bottom-width: 0px;
}

.mega-menu .narrow .popup li:last-child.menu-item > h5 {
    border-bottom-width: 0px;
}

.mega-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
    display: block;
    opacity: 1;
}

.mega-menu .narrow .popup li.menu-item-has-children > a {
    padding-right: 20px;
}

.mega-menu .narrow .popup li.menu-item-has-children > h5 {
    padding-right: 20px;
}

.mega-menu .narrow .popup li.menu-item-has-children > a::before {
    line-height: 22px;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: -14px;
    float: right;
    content: "\f0da";
}

.mega-menu .narrow .popup li.menu-item-has-children > h5::before {
    line-height: 22px;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: -14px;
    float: right;
    content: "\f0da";
}

.mega-menu .narrow .popup li.menu-item-has-children > a .thumb-info-preview {
    display: none;
}

.mega-menu .narrow .popup li.menu-item-has-children > h5 .thumb-info-preview {
    display: none;
}

.mega-menu .narrow.pos-left .popup {
    left: 0px;
    right: auto;
}

    .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu {
        border-radius: 0px 4px 4px;
    }

    .mega-menu .narrow.pos-left .popup ul.sub-menu ul.sub-menu {
        left: 100%;
        right: auto;
    }

    .mega-menu .narrow.pos-left .popup li.menu-item-has-children > a::before {
        content: "\f0da";
    }

    .mega-menu .narrow.pos-left .popup li.menu-item-has-children > h5::before {
        content: "\f0da";
    }

    .mega-menu .narrow.pos-left .popup li.menu-item > a > .thumb-info-preview {
        left: 100%;
        right: auto;
        padding-right: 0px;
        padding-left: 10px;
        transform: translate3d(-30px, 0px, 0px);
    }

    .mega-menu .narrow.pos-left .popup li.menu-item > h5 > .thumb-info-preview {
        left: 100%;
        right: auto;
        padding-right: 0px;
        padding-left: 10px;
        transform: translate3d(-30px, 0px, 0px);
    }

    .mega-menu .narrow.pos-left .popup li.menu-item > a:hover > .thumb-info-preview {
        transform: translate3d(0px, 0px, 0px);
    }

    .mega-menu .narrow.pos-left .popup li.menu-item > h5:hover > .thumb-info-preview {
        transform: translate3d(0px, 0px, 0px);
    }

.mega-menu .narrow.pos-right .popup {
    left: auto;
    right: 0px;
}

    .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu {
        border-radius: 4px 0px 4px 4px;
    }

    .mega-menu .narrow.pos-right .popup ul.sub-menu ul.sub-menu {
        left: auto;
        right: 100%;
    }

    .mega-menu .narrow.pos-right .popup li.menu-item-has-children > a::before {
        content: "\f0d9";
    }

    .mega-menu .narrow.pos-right .popup li.menu-item-has-children > h5::before {
        content: "\f0d9";
    }

    .mega-menu .narrow.pos-right .popup li.menu-item > a > .thumb-info-preview {
        left: auto;
        right: 100%;
        padding-right: 10px;
        padding-left: 0px;
        transform: translate3d(30px, 0px, 0px);
    }

    .mega-menu .narrow.pos-right .popup li.menu-item > h5 > .thumb-info-preview {
        left: auto;
        right: 100%;
        padding-right: 10px;
        padding-left: 0px;
        transform: translate3d(30px, 0px, 0px);
    }

    .mega-menu .narrow.pos-right .popup li.menu-item > a:hover > .thumb-info-preview {
        transform: translate3d(0px, 0px, 0px);
    }

    .mega-menu .narrow.pos-right .popup li.menu-item > h5:hover > .thumb-info-preview {
        transform: translate3d(0px, 0px, 0px);
    }

.mega-menu .tip {
    padding: 2px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 9px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

    .mega-menu .tip.hot {
        background-color: rgb(235, 39, 113);
    }

        .mega-menu .tip.hot .tip-arrow::before {
            color: rgb(235, 39, 113);
        }

    .mega-menu .tip .tip-arrow::before {
        margin: auto;
        left: -4px;
        top: 0px;
        width: 4px;
        height: 6px;
        text-align: right;
        bottom: 0px;
        font-family: "Elusive-Icons";
        font-size: 5px;
        display: inline-block;
        position: absolute;
        content: "\f126";
    }

.mega-menu.effect-down .popup {
    top: -2000px;
}

    .mega-menu.effect-down .popup li.menu-item > a {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

    .mega-menu.effect-down .popup li.menu-item > h5 {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

.mega-menu.effect-down > li.menu-item .popup {
    transition: transform 0.2s ease-out;
    transform: translate3d(0px, -5px, 0px);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
}

.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mega-menu.effect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mega-menu.effect-down > li.menu-item:hover .popup {
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mega-menu.effect-down > li.menu-item:hover li.menu-item > a {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mega-menu.effect-down > li.menu-item:hover li.menu-item > h5 {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mega-menu.effect-fadein-up > li.menu-item .popup {
    animation: menuFadeInUp 0.2s ease-out;
    -webkit-animation: menuFadeInUp 0.2s ease-out;
}

.mega-menu.effect-fadein-down > li.menu-item .popup {
    animation: menuFadeInDown 0.2s ease-out;
    -webkit-animation: menuFadeInDown 0.2s ease-out;
}

.mega-menu.effect-fadein > li.menu-item .popup {
    animation: fadeIn 0.2s ease-out;
    -webkit-animation: fadeIn 0.2s ease-out;
}

.mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
    transition: transform 0.2s ease-out;
    top: -2000px;
    display: block !important;
    transform: translate3d(0px, -5px, 0px);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
}

    .mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

    .mega-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

.mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

    .mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    .mega-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

.mega-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.mega-menu.subeffect-fadein-left .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.mega-menu.subeffect-fadein-left .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.mega-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.mega-menu.subeffect-fadein-right .narrow.pos-left .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.mega-menu.subeffect-fadein-right .narrow.pos-right .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.mega-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInUp 0.2s ease-out;
    -webkit-animation: menuFadeInUp 0.2s ease-out;
}

.mega-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInDown 0.2s ease-out;
    -webkit-animation: menuFadeInDown 0.2s ease-out;
}

.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: fadeIn 0.2s ease-out;
    -webkit-animation: fadeIn 0.2s ease-out;
}

.mega-menu.show-arrow > li.has-sub > a::after {
    margin: 0px 0px 0px 5px;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 0.83em;
    font-weight: normal;
    display: inline-block;
    content: "\f0d7";
}

.mega-menu.show-arrow > li.has-sub > h5::after {
    margin: 0px 0px 0px 5px;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 0.83em;
    font-weight: normal;
    display: inline-block;
    content: "\f0d7";
}

.mega-menu.menu-flat li.menu-item > a > .thumb-info-preview .thumb-info-wrapper {
    border-radius: 0px !important;
}

.mega-menu.menu-flat li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper {
    border-radius: 0px !important;
}

.mega-menu.menu-flat > li.menu-item {
    margin-right: 0px;
}

    .mega-menu.menu-flat > li.menu-item.active > a {
        border-radius: 0px !important;
    }

    .mega-menu.menu-flat > li.menu-item:hover > a {
        border-radius: 0px !important;
    }

    .mega-menu.menu-flat > li.menu-item.active > h5 {
        border-radius: 0px !important;
    }

    .mega-menu.menu-flat > li.menu-item:hover > h5 {
        border-radius: 0px !important;
    }

    .mega-menu.menu-flat > li.menu-item.has-sub:hover > a {
        border-radius: 0px !important;
    }

    .mega-menu.menu-flat > li.menu-item.has-sub:hover > h5 {
        border-radius: 0px !important;
    }

.mega-menu.menu-flat .popup {
    margin: 0px;
}

.mega-menu.menu-flat .wide .popup {
    border-radius: 0px !important;
}

    .mega-menu.menu-flat .wide .popup > .inner {
        border-radius: 0px !important;
    }

        .mega-menu.menu-flat .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a {
            border-radius: 0px !important;
        }

        .mega-menu.menu-flat .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
            border-radius: 0px !important;
        }

.mega-menu.menu-flat .wide.pos-left .popup {
    border-radius: 0px !important;
}

.mega-menu.menu-flat .wide.pos-right .popup {
    border-radius: 0px !important;
}

.mega-menu.menu-flat .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0px !important;
}

.mega-menu.menu-flat .narrow .popup ul.sub-menu ul.sub-menu {
    border-radius: 0px !important;
}

.mega-menu.menu-flat .narrow.pos-left .popup > .inner > ul.sub-menu {
    border-radius: 0px !important;
}

.mega-menu.menu-flat .narrow.pos-right .popup > .inner > ul.sub-menu {
    border-radius: 0px !important;
}

.mega-menu.menu-flat-border > li.menu-item > a {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-width: 1px;
    border-right-style: solid;
}

.mega-menu.menu-flat-border > li.menu-item > h5 {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-width: 1px;
    border-right-style: solid;
}

.mega-menu.menu-flat-border > li:last-child.menu-item > a {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.mega-menu.menu-flat-border > li:last-child.menu-item > h5 {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.accordion-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
}

    .accordion-menu > li {
        position: relative;
    }

    .accordion-menu ul.sub-menu > li {
        position: relative;
    }

    .accordion-menu li.menu-item {
        margin: 0px;
    }

        .accordion-menu li.menu-item > a {
            margin: 1px 0px 0px;
            padding: 5px 6px;
            transition: 0.25s;
            text-align: left;
            line-height: 25px;
            font-family: inherit;
            font-size: inherit;
            font-weight: 400;
            text-decoration: none;
            display: block;
            position: relative;
            -webkit-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
        }

        .accordion-menu li.menu-item > h5 {
            margin: 1px 0px 0px;
            padding: 5px 6px;
            transition: 0.25s;
            text-align: left;
            line-height: 25px;
            font-family: inherit;
            font-size: inherit;
            font-weight: 400;
            text-decoration: none;
            display: block;
            position: relative;
            -webkit-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
        }

        .accordion-menu li.menu-item > a > .fa {
            width: 18px;
            text-align: center;
        }

        .accordion-menu li.menu-item > h5 > .fa {
            width: 18px;
            text-align: center;
        }

        .accordion-menu li.menu-item > a > .fa {
            margin-right: 5px;
        }

        .accordion-menu li.menu-item > h5 > .fa {
            margin-right: 5px;
        }

        .accordion-menu li.menu-item > a > .avatar {
            margin-right: 5px;
        }

        .accordion-menu li.menu-item > h5 > .avatar {
            margin-right: 5px;
        }

        .accordion-menu li.menu-item > a > .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .accordion-menu li.menu-item > h5 > .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .accordion-menu li.menu-item > a > .flag {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -3px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .accordion-menu li.menu-item > h5 > .flag {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -3px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .accordion-menu li.menu-item > a > [class*='flag-'] {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -3px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .accordion-menu li.menu-item > h5 > [class*='flag-'] {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -3px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .accordion-menu li.menu-item > a > .flag::before {
            display: none;
        }

        .accordion-menu li.menu-item > h5 > .flag::before {
            display: none;
        }

        .accordion-menu li.menu-item > a > [class*='flag-']::before {
            display: none;
        }

        .accordion-menu li.menu-item > h5 > [class*='flag-']::before {
            display: none;
        }

        .accordion-menu li.menu-item.has-sub > a {
            padding-right: 33px;
        }

        .accordion-menu li.menu-item.has-sub > h5 {
            padding-right: 33px;
        }

    .accordion-menu ul.sub-menu {
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 10px;
        display: none;
    }

    .accordion-menu .arrow {
        border-radius: 3px;
        transition: 0.25s;
        top: 6px;
        width: 25px;
        height: 25px;
        text-align: center;
        right: 0px;
        line-height: 25px;
        font-family: "FontAwesome";
        vertical-align: top;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
    }

        .accordion-menu .arrow::before {
            content: "\f067";
        }

    .accordion-menu .open > .arrow::before {
        content: "\f068";
    }

    .accordion-menu .tip {
        padding: 2px;
        border-radius: 2px;
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 9px;
        margin-left: 10px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

        .accordion-menu .tip.hot {
            background-color: rgb(235, 39, 113);
        }

            .accordion-menu .tip.hot .tip-arrow::before {
                color: rgb(235, 39, 113);
            }

        .accordion-menu .tip .tip-arrow::before {
            margin: auto;
            left: -4px;
            top: 0px;
            width: 4px;
            height: 6px;
            text-align: right;
            bottom: 0px;
            font-family: "Elusive-Icons";
            font-size: 5px;
            display: inline-block;
            position: absolute;
            content: "\f126";
        }

@media all and (max-width:991px) {
    #main-sidebar-menu {
        display: none;
    }
}

.widget_sidebar_menu {
    background: rgb(251, 251, 251);
    border-radius: 7px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-top: 0px;
}

    .widget_sidebar_menu + .widget-block {
        margin-top: 20px;
    }

    .widget_sidebar_menu + .widget_product_categories {
        margin-top: 15px;
    }

    .widget_sidebar_menu + .widget_price_filter {
        margin-top: 15px;
    }

    .widget_sidebar_menu + .widget_layered_nav {
        margin-top: 15px;
    }

    .widget_sidebar_menu + .widget_layered_nav_filters {
        margin-top: 15px;
    }

    .widget_sidebar_menu + .widget_rating_filter {
        margin-top: 15px;
    }

@media all and (max-width:991px) {
    .widget_sidebar_menu {
        overflow: hidden;
    }
}

.widget_sidebar_menu.closed .widget-title {
    border-radius: 7px;
    margin-bottom: -1px;
}

.widget_sidebar_menu .widget-title {
    background: rgb(245, 245, 245);
    margin: 0px;
    padding: 12px 15px;
    border-radius: 7px 7px 0px 0px;
    transition: 0.25s;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 0.92em;
    font-weight: 700;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

@media all and (max-width:1169px) {
    .widget_sidebar_menu .widget-title {
        padding: 10px 15px;
        line-height: 13px;
        font-size: 0.85em;
    }
}

.widget_sidebar_menu .widget-title .toggle {
    background: rgb(255, 255, 255);
    margin: auto;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    transition: 0.25s;
    border-image: none;
    top: 1px;
    width: 1.85em;
    height: 1.85em;
    text-align: center;
    right: 1.07em;
    bottom: 0px;
    color: rgb(204, 204, 204);
    line-height: 1.75em;
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

    .widget_sidebar_menu .widget-title .toggle::before {
        content: "\f0d8";
    }

    .widget_sidebar_menu .widget-title .toggle:hover {
        color: rgb(255, 255, 255);
    }

    .widget_sidebar_menu .widget-title .toggle.closed::before {
        content: "\f0d7";
    }

.sidebar-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .sidebar-menu::before {
        display: table;
        content: " ";
    }

    .sidebar-menu::after {
        display: table;
        content: " ";
    }

    .sidebar-menu::after {
        clear: both;
    }

    .sidebar-menu li.menu-item {
        margin: 0px;
        display: block;
        position: relative;
    }

        .sidebar-menu li.menu-item > a {
            text-align: left;
            line-height: 24px;
            font-family: inherit;
            font-size: inherit;
            font-weight: 400;
            text-decoration: none;
            margin-top: 0px;
            margin-bottom: 0px;
            display: block;
            position: relative;
        }

        .sidebar-menu li.menu-item > h5 {
            text-align: left;
            line-height: 24px;
            font-family: inherit;
            font-size: inherit;
            font-weight: 400;
            text-decoration: none;
            margin-top: 0px;
            margin-bottom: 0px;
            display: block;
            position: relative;
        }

        .sidebar-menu li.menu-item > a > .fa {
            width: 18px;
            text-align: center;
        }

        .sidebar-menu li.menu-item > h5 > .fa {
            width: 18px;
            text-align: center;
        }

        .sidebar-menu li.menu-item > a > .fa {
            margin-right: 5px;
        }

        .sidebar-menu li.menu-item > h5 > .fa {
            margin-right: 5px;
        }

        .sidebar-menu li.menu-item > a > .avatar {
            margin-right: 5px;
        }

        .sidebar-menu li.menu-item > h5 > .avatar {
            margin-right: 5px;
        }

        .sidebar-menu li.menu-item > a > .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .sidebar-menu li.menu-item > h5 > .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

        .sidebar-menu li.menu-item > a > .flag {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .sidebar-menu li.menu-item > h5 > .flag {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .sidebar-menu li.menu-item > a > [class*='flag-'] {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .sidebar-menu li.menu-item > h5 > [class*='flag-'] {
            width: 16px;
            height: 11px;
            line-height: 0;
            margin-top: -2px;
            margin-right: 6px;
            margin-left: 1px;
            vertical-align: middle;
            display: inline-block;
        }

        .sidebar-menu li.menu-item > a > .flag::before {
            display: none;
        }

        .sidebar-menu li.menu-item > h5 > .flag::before {
            display: none;
        }

        .sidebar-menu li.menu-item > a > [class*='flag-']::before {
            display: none;
        }

        .sidebar-menu li.menu-item > h5 > [class*='flag-']::before {
            display: none;
        }

        .sidebar-menu li.menu-item > a > .thumb-info-preview {
            background: none;
            margin: 15px 0px 0px;
            border: 0px currentColor;
            transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            border-image: none;
            left: 100%;
            top: -1000px;
            overflow: visible;
            padding-left: 10px;
            display: block;
            position: absolute;
            max-width: none;
            opacity: 0;
            transform: translate3d(-30px, 0px, 0px);
            -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        }

        .sidebar-menu li.menu-item > h5 > .thumb-info-preview {
            background: none;
            margin: 15px 0px 0px;
            border: 0px currentColor;
            transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            border-image: none;
            left: 100%;
            top: -1000px;
            overflow: visible;
            padding-left: 10px;
            display: block;
            position: absolute;
            max-width: none;
            opacity: 0;
            transform: translate3d(-30px, 0px, 0px);
            -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
            -moz-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        }

        .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper {
            background: rgb(255, 255, 255);
            margin: 0px;
            padding: 4px;
            border-radius: 4px;
            border: 0px currentColor;
            border-image: none;
            text-align: left;
            display: block;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
        }

        .sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-wrapper {
            background: rgb(255, 255, 255);
            margin: 0px;
            padding: 4px;
            border-radius: 4px;
            border: 0px currentColor;
            border-image: none;
            text-align: left;
            display: block;
            box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
        }

        .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image {
            transition: 5s linear;
            width: 182px;
            height: 136px;
            min-height: 0px;
            -webkit-transition: all 5s linear 0s;
            -moz-transition: all 5s linear 0s;
        }

        .sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image {
            transition: 5s linear;
            width: 182px;
            height: 136px;
            min-height: 0px;
            -webkit-transition: all 5s linear 0s;
            -moz-transition: all 5s linear 0s;
        }

        .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-image.fixed-image {
            background-position: left top;
            background-size: auto 100%;
        }

        .sidebar-menu li.menu-item > h5 > .thumb-info-preview .thumb-info-image.fixed-image {
            background-position: left top;
            background-size: auto 100%;
        }

        .sidebar-menu li.menu-item > a:hover {
            z-index: 1;
        }

        .sidebar-menu li.menu-item > h5:hover {
            z-index: 1;
        }

        .sidebar-menu li.menu-item > a:hover > .thumb-info-preview {
            top: 0px;
            margin-top: -5px;
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

        .sidebar-menu li.menu-item > h5:hover > .thumb-info-preview {
            top: 0px;
            margin-top: -5px;
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

        .sidebar-menu li.menu-item > h5 {
            cursor: default;
        }

    .sidebar-menu ul.sub-menu {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .sidebar-menu > li.menu-item {
        float: none;
    }

    .sidebar-menu > li:first-child.menu-item > a {
        border-top-width: 0px;
    }

    .sidebar-menu > li:first-child.menu-item > h5 {
        border-top-width: 0px;
    }

    .sidebar-menu > li:last-child.menu-item:hover {
        border-radius: 0px 0px 7px 7px;
    }

    .sidebar-menu > li:last-child.menu-item.menu-item-has-children:hover {
        border-radius: 0px 0px 0px 7px;
    }

.right-sidebar .sidebar-menu > li:last-child.menu-item.menu-item-has-children:hover {
    border-radius: 0px 0px 7px;
}

.sidebar-menu > li.menu-item.has-sub > a .thumb-info-preview {
    display: none;
}

.sidebar-menu > li.menu-item.has-sub > h5 .thumb-info-preview {
    display: none;
}

.sidebar-menu > li.menu-item > a {
    margin: 0px 10px -1px;
    padding: 12px 5px;
    line-height: 17px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
}

.sidebar-menu > li.menu-item > h5 {
    margin: 0px 10px -1px;
    padding: 12px 5px;
    line-height: 17px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
}

@media all and (max-width:1169px) {
    .sidebar-menu > li.menu-item > a {
        padding: 9px 5px;
        line-height: 17px;
        font-size: 0.92em;
    }

    .sidebar-menu > li.menu-item > h5 {
        padding: 9px 5px;
        line-height: 17px;
        font-size: 0.92em;
    }
}

.sidebar-menu > li.menu-item.active:hover > a {
    color: rgb(255, 255, 255);
}

.sidebar-menu > li.menu-item.active:hover > h5 {
    color: rgb(255, 255, 255);
}

.sidebar-menu > li.menu-item:hover > a {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.sidebar-menu > li.menu-item:hover > h5 {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.sidebar-menu > li.menu-item:hover > .arrow::before {
    border-left-color: rgb(255, 255, 255);
}

.sidebar-menu > li.menu-item > .arrow {
    margin: auto;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    right: 5px;
    bottom: 0px;
    line-height: 30px;
    position: absolute;
}

@media all and (max-width:991px) {
    .sidebar-menu > li.menu-item > .arrow {
        margin: 0px;
        top: 7px;
    }

    .right-sidebar .sidebar-menu > li.menu-item > .arrow {
        margin: 0px;
        top: 7px;
    }
}

.sidebar-menu > li.menu-item > .arrow::before {
    width: 0px;
    height: 0px;
    margin-right: 5px;
    margin-left: 5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(51, 51, 51);
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: inline-block;
    position: relative;
    content: "";
}

.sidebar-menu .popup {
    margin: 0px;
    left: 100%;
    top: 0px;
    text-align: left;
    display: none;
    position: absolute;
    z-index: 111;
    min-width: 0px;
}

@media all and (max-width:991px) {
    .sidebar-menu .popup {
        margin-bottom: -1px;
        position: static;
    }
}

.right-sidebar .sidebar-menu .popup {
    left: auto;
    right: 100%;
}

.sidebar-menu .popup > .inner {
    margin: 0px;
}

.sidebar-menu .popup ul.sub-menu {
    position: relative;
}

.sidebar-menu .popup li.menu-item {
    padding: 0px;
}

.sidebar-menu .wide .popup {
    border-radius: 0px 6px 6px;
    margin-left: -1px;
    border-left-color: rgb(204, 204, 204);
    border-left-width: 10px;
    border-left-style: solid;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
}

.right-sidebar .sidebar-menu .wide .popup {
    border-radius: 6px 0px 6px 6px;
    margin-right: -1px;
    margin-left: 0px;
    border-right-color: rgb(204, 204, 204);
    border-right-width: 10px;
    border-left-width: 0px;
    border-right-style: solid;
}

.sidebar-menu .wide .popup > .inner {
    background: rgb(255, 255, 255);
    padding: 25px 20px 10px;
    border-radius: 0px 6px 6px;
    margin-left: -5px;
}

    .sidebar-menu .wide .popup > .inner::before {
        display: table;
        content: " ";
    }

    .sidebar-menu .wide .popup > .inner::after {
        display: table;
        content: " ";
    }

    .sidebar-menu .wide .popup > .inner::after {
        clear: both;
    }

.right-sidebar .sidebar-menu .wide .popup > .inner {
    border-radius: 6px 0px 6px 6px;
    margin-right: -5px;
    margin-left: 0px;
}

.sidebar-menu .wide .popup > .inner > ul.sub-menu {
    max-width: 100%;
}

    .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item {
        padding: 0px 15px 10px;
        float: left;
    }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > a {
            color: rgb(51, 51, 51);
            padding-bottom: 5px;
            font-size: 1em;
            font-weight: 600;
        }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
            color: rgb(51, 51, 51);
            padding-bottom: 5px;
            font-size: 1em;
            font-weight: 600;
        }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu {
            padding-bottom: 5px;
        }

            .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item ul.sub-menu ul.sub-menu {
                padding-bottom: 0px;
            }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a {
            padding: 3px 8px;
            border-radius: 4px;
            line-height: 20px;
            font-size: 0.9em;
            font-weight: normal;
            margin-left: -8px;
        }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5 {
            padding: 3px 8px;
            border-radius: 4px;
            line-height: 20px;
            font-size: 0.9em;
            font-weight: normal;
            margin-left: -8px;
        }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > a:hover {
            background: rgb(244, 244, 244);
        }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > h5:hover {
            background: rgb(244, 244, 244);
        }

        .sidebar-menu .wide .popup > .inner > ul.sub-menu > li.menu-item li.menu-item > ul.sub-menu {
            padding-left: 10px;
        }

    .sidebar-menu .wide .popup > .inner > ul.sub-menu > .menu-block-item {
        margin-bottom: -20px;
    }

.sidebar-menu .wide .popup > .inner li.menu-item > a.has-preview {
    display: inline-block;
}

.sidebar-menu .wide .popup > .inner li.menu-item > h5.has-preview {
    display: inline-block;
}

.sidebar-menu .wide .popup > .inner .container {
    padding: 0px;
    width: auto;
}

@media all and (max-width:991px) {
    .sidebar-menu .wide .popup {
        margin: 0px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        box-shadow: none;
    }

    .right-sidebar .sidebar-menu .wide .popup {
        margin: 0px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        box-shadow: none;
    }

    .sidebar-menu .wide .popup .inner {
        margin: 0px;
        border-radius: 0px;
    }

    .right-sidebar .sidebar-menu .wide .popup .inner {
        margin: 0px;
        border-radius: 0px;
    }
}

.sidebar-menu .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0px 6px 6px;
}

.right-sidebar .sidebar-menu .narrow .popup > .inner > ul.sub-menu {
    border-radius: 6px 0px 6px 6px;
}

.sidebar-menu .narrow .popup ul.sub-menu {
    padding: 5px;
    border-radius: 6px;
    z-index: 10;
    min-width: 180px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
}

@media all and (max-width:991px) {
    .sidebar-menu .narrow .popup ul.sub-menu {
        border-radius: 0px;
        box-shadow: none;
    }
}

.sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
    left: 100%;
    top: -5px;
    display: none;
    position: absolute;
}

@media all and (max-width:991px) {
    .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
        padding: 0px 0px 0px 5px;
        position: static;
    }
}

.right-sidebar .sidebar-menu .narrow .popup ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%;
}

.sidebar-menu .narrow .popup li.menu-item > a {
    padding: 7px 15px 7px 8px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 0.9em;
    font-weight: 400;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
}

.sidebar-menu .narrow .popup li.menu-item > h5 {
    padding: 7px 15px 7px 8px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 0.9em;
    font-weight: 400;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a > .thumb-info-preview {
    left: auto;
    right: 100%;
    padding-right: 10px;
    padding-left: 0px;
    transform: translate3d(30px, 0px, 0px);
}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5 > .thumb-info-preview {
    left: auto;
    right: 100%;
    padding-right: 10px;
    padding-left: 0px;
    transform: translate3d(30px, 0px, 0px);
}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item > a:hover > .thumb-info-preview {
    transform: translate3d(0px, 0px, 0px);
}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item > h5:hover > .thumb-info-preview {
    transform: translate3d(0px, 0px, 0px);
}

.sidebar-menu .narrow .popup li:last-child.menu-item > a {
    border-bottom-color: transparent;
}

.sidebar-menu .narrow .popup li:last-child.menu-item > h5 {
    border-bottom-color: transparent;
}

.sidebar-menu .narrow .popup li.menu-item:hover > ul.sub-menu {
    display: block;
}

.sidebar-menu .narrow .popup li.menu-item-has-children > a {
    padding-right: 15px;
}

.sidebar-menu .narrow .popup li.menu-item-has-children > h5 {
    padding-right: 15px;
}

.sidebar-menu .narrow .popup li.menu-item-has-children > a::before {
    line-height: 22px;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: -13px;
    float: right;
    content: "\f0da";
    opacity: 0.65;
}

.sidebar-menu .narrow .popup li.menu-item-has-children > h5::before {
    line-height: 22px;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: -13px;
    float: right;
    content: "\f0da";
    opacity: 0.65;
}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a::before {
    content: "\f0d9";
}

.right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5::before {
    content: "\f0d9";
}

@media all and (max-width:991px) {
    .sidebar-menu .narrow .popup li.menu-item-has-children > a::before {
        content: "\f0d7";
    }

    .sidebar-menu .narrow .popup li.menu-item-has-children > h5::before {
        content: "\f0d7";
    }

    .sidebar-menu .narrow .popup li.menu-item-has-children > a::before {
        margin-right: -7px;
    }

    .sidebar-menu .narrow .popup li.menu-item-has-children > h5::before {
        margin-right: -7px;
    }

    .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > a::before {
        margin-right: -7px;
    }

    .right-sidebar .sidebar-menu .narrow .popup li.menu-item-has-children > h5::before {
        margin-right: -7px;
    }
}

.sidebar-menu .narrow .popup li.menu-item-has-children > a .thumb-info-preview {
    display: none;
}

.sidebar-menu .narrow .popup li.menu-item-has-children > h5 .thumb-info-preview {
    display: none;
}

.sidebar-menu .narrow .popup li.menu-item-has-children:hover > a::before {
    opacity: 1;
}

.sidebar-menu .narrow .popup li.menu-item-has-children:hover > h5::before {
    opacity: 1;
}

.sidebar-menu .tip {
    padding: 2px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 8px;
    font-style: normal;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

    .sidebar-menu .tip.hot {
        background-color: rgb(235, 39, 113);
    }

        .sidebar-menu .tip.hot .tip-arrow::before {
            color: rgb(235, 39, 113);
        }

    .sidebar-menu .tip .tip-arrow::before {
        margin: auto;
        left: -4px;
        top: 0px;
        width: 4px;
        height: 6px;
        text-align: right;
        bottom: 0px;
        font-family: "Elusive-Icons";
        font-size: 5px;
        display: inline-block;
        position: absolute;
        content: "\f126";
    }

.sidebar-menu .menu-custom-block span {
    display: none;
}

.sidebar-menu .menu-custom-block a {
    margin: 0px 10px -1px;
    padding: 12px 5px;
    line-height: 18px;
    text-decoration: none;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
}

@media all and (max-width:1169px) {
    .sidebar-menu .menu-custom-block a {
        padding: 9px 5px;
        line-height: 16px;
        font-size: 0.92em;
    }
}

.sidebar-menu .menu-custom-block a:hover {
    color: rgb(255, 255, 255);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    z-index: 1;
}

.sidebar-menu .menu-custom-block a:last-child:hover {
    border-radius: 0px 0px 7px 7px;
}

.sidebar-menu.has-main-menu > li:first-child.menu-item > a {
    border-top-width: 1px;
}

.sidebar-menu.has-main-menu > li:first-child.menu-item > h5 {
    border-top-width: 1px;
}

.sidebar-menu.has-side-menu > li:last-child.menu-item:hover {
    border-radius: 0px;
}

.sidebar-menu.has-side-menu .menu-custom-block a:last-child:hover {
    border-radius: 0px;
}

.sidebar-menu.subeffect-down .popup {
    top: -2000px;
}

    .sidebar-menu.subeffect-down .popup li.menu-item > a {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

    .sidebar-menu.subeffect-down .popup li.menu-item > h5 {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

.sidebar-menu.subeffect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > a {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.sidebar-menu.subeffect-down > li.menu-item.wide .popup > .inner > ul.sub-menu > li.menu-item > h5 {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.sidebar-menu.subeffect-down > li.menu-item:hover .popup {
    top: 0px;
}

.sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > a {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.sidebar-menu.subeffect-down > li.menu-item:hover li.menu-item > h5 {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu {
    top: -2000px;
    display: block !important;
}

    .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > a {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

    .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu ul.sub-menu li.menu-item > h5 {
        transition: transform 0.2s ease-out;
        transform: translate3d(0px, -5px, 0px);
        -webkit-transform: translate3d(0, -5px, 0);
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -moz-transform: translate3d(0, -5px, 0);
        -o-transform: translate3d(0, -5px, 0);
    }

.sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: -5px;
}

    .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > a {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    .sidebar-menu.subeffect-down .narrow .popup ul.sub-menu li.menu-item:hover > ul.sub-menu > li.menu-item > h5 {
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

.sidebar-menu.subeffect-fadein-left > li.menu-item .popup {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.right-sidebar .sidebar-menu.subeffect-fadein-left > li.menu-item .popup {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.right-sidebar .sidebar-menu.subeffect-fadein-left .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-right > li.menu-item .popup {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.right-sidebar .sidebar-menu.subeffect-fadein-right > li.menu-item .popup {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInRight 0.2s ease-out;
    -webkit-animation: menuFadeInRight 0.2s ease-out;
}

.right-sidebar .sidebar-menu.subeffect-fadein-right .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInLeft 0.2s ease-out;
    -webkit-animation: menuFadeInLeft 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-up > li.menu-item .popup {
    animation: menuFadeInUp 0.2s ease-out;
    -webkit-animation: menuFadeInUp 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-up .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInUp 0.2s ease-out;
    -webkit-animation: menuFadeInUp 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-down > li.menu-item .popup {
    animation: menuFadeInDown 0.2s ease-out;
    -webkit-animation: menuFadeInDown 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein-down .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: menuFadeInDown 0.2s ease-out;
    -webkit-animation: menuFadeInDown 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein > li.menu-item .popup {
    animation: fadeIn 0.2s ease-out;
    -webkit-animation: fadeIn 0.2s ease-out;
}

.sidebar-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: fadeIn 0.2s ease-out;
    -webkit-animation: fadeIn 0.2s ease-out;
}

.header-wrapper.wide .container {
    width: 100%;
}

#header {
    clear: both;
}

    #header a {
        text-decoration: none;
    }

        #header a:hover {
            text-decoration: none;
        }

    #header .header-top .container {
        display: table;
        position: relative;
    }

    #header .header-main .container {
        display: table;
        position: relative;
    }

    #header .header-top .container > div {
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    #header .header-main .container > div {
        vertical-align: middle;
        display: table-cell;
        position: relative;
    }

    #header .header-left {
        text-align: left;
    }

    #header .header-center {
        text-align: left;
    }

    #header .header-right {
        text-align: right;
    }

.header-loaded#header .header-main {
    transition: background 0.3s;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
}

#header .header-main {
    position: relative;
}

    #header .header-main .container {
        min-height: 68px;
    }

@media all and (max-width:480px) {
    #header .header-main .container {
        min-height: 43px;
    }
}

.fixed-header #header .header-main .container {
    min-height: 0px;
}

#header .header-main .container .header-left {
    padding: 20px 0px;
}

@media all and (max-width:767px) {
    #header .header-main .container .header-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#header .header-main .container .header-center {
    padding: 20px 40px;
}

@media all and (max-width:767px) {
    #header .header-main .container .header-center {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#header .header-main .container .header-right {
    padding: 20px 0px;
}

@media all and (max-width:767px) {
    #header .header-main .container .header-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#header .header-main .container .header-right .header-minicart {
    padding-right: 60px;
    position: relative;
}

@media all and (max-width:480px) {
    #header .header-main .container .header-right .header-minicart {
        padding-right: 0px;
        position: static;
    }
}

#header .header-main .container .header-right .header-minicart-box {
    padding-right: 85px;
    position: relative;
}

@media all and (max-width:480px) {
    #header .header-main .container .header-right .header-minicart-box {
        padding-right: 0px;
        position: static;
    }
}

#header .header-main .container .header-right .searchform-popup {
    margin-right: 3px;
}

#header .header-main .container #main-menu {
    vertical-align: middle;
    display: inline-block;
}

#header .header-top {
    font-size: 0.78em;
    position: relative;
    z-index: 1001;
}

@media all and (max-width:991px) {
    #header .header-top .gap {
        display: none;
    }

    #header .header-top .switcher-gap {
        display: inline;
    }
}

.logo-center#header .header-main .container .header-left {
    width: 35%;
    padding-right: 20px;
}

@media all and (max-width:991px) {
    .logo-center#header .header-main .container .header-left {
        width: auto;
        display: inline-block;
    }
}

.logo-center#header .header-main .container .header-center {
    width: 30%;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

    .logo-center#header .header-main .container .header-center .logo {
        margin: 0px auto !important;
    }

        .logo-center#header .header-main .container .header-center .logo img {
            transform-origin: center center;
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -o-transform-origin: center center;
        }

@media all and (max-width:991px) {
    .logo-center#header .header-main .container .header-center {
        width: auto;
        text-align: left;
        display: inline-block;
    }

        .logo-center#header .header-main .container .header-center .logo {
            margin: 0px !important;
        }

            .logo-center#header .header-main .container .header-center .logo img {
                transform-origin: left center;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
            }
}

@media all and (max-width:480px) {
    .logo-center#header .header-main .container .header-center .logo {
        margin: 0px auto !important;
    }
}

.logo-center#header .header-main .container .header-right {
    width: 35%;
    padding-left: 20px;
}

@media all and (max-width:991px) {
    .logo-center#header .header-main .container .header-right {
        width: auto;
    }
}

#header .gap {
    margin: 0px 10px;
    font-weight: 300;
}

    #header .gap.switcher-gap {
        margin: 0px 5px;
    }

#header .mobile-show {
    display: none;
}

@media all and (max-width:991px) {
    #header .mobile-hide {
        display: none;
    }

    #header .mobile-show {
        display: inline;
    }
}

.sticky-header#header .header-main {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

    .sticky-header#header .header-main.change-logo .container > div {
        padding-top: 8px;
        padding-bottom: 8px;
    }

@media all and (max-width:480px) {
    .sticky-header#header .header-main.change-logo .container > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.sticky-header#header .header-main.change-logo .logo img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.sticky-header#header .header-main.sticky {
    left: 0px;
    top: 0px;
    width: 100%;
    right: 0px;
    position: fixed;
    z-index: 1001;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
}

    .sticky-header#header .header-main.sticky .container.absolute {
        margin: auto;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
    }

.header-reveal .sticky-header#header .header-main.sticky {
    animation: header-reveal 0.4s ease-in;
    margin-top: 0px;
    -webkit-animation: header-reveal 0.4s ease-in;
}

.sticky-header#header .logo {
    min-width: 0px;
}

@media all and (max-width:480px) {
    .sticky-header#header .logo {
        display: none;
    }
}

.sticky-header#header .main-menu-wrap {
    padding: 8px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    right: 0px;
    border-bottom-width: 0px !important;
    position: fixed;
    z-index: 1001;
}

.header-reveal .sticky-header#header .main-menu-wrap {
    animation: header-reveal 0.4s ease-in;
    margin-top: 0px;
    -webkit-animation: header-reveal 0.4s ease-in;
}

.sticky-header#header .main-menu-wrap {
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
}

.fixed-header .sticky-header#header .main-menu-wrap {
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
}

.sticky-header#header .main-menu-wrap.menu-flat {
    padding: 0px;
}

.fixed-header .sticky-header#header .main-menu-wrap.menu-flat {
    padding: 0px;
}

.sticky-header#header .main-menu-wrap.menu-flat-border {
    padding: 0px;
}

.fixed-header .sticky-header#header .main-menu-wrap.menu-flat-border {
    padding: 0px;
}

.sticky-header-calc#header .header-main.sticky {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.sticky-header-calc#header .main-menu-wrap {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.sticky-header-calc#header .logo img {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.sticky-header-calc#header .header-main.change-logo .container > div {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.fixed-header.header-transparent-bottom-border #header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.fixed-header #header {
    left: 0px;
    top: auto;
    width: 100%;
    right: 0px;
    border-top-width: 0px;
    position: absolute;
    z-index: 1001;
}

    .fixed-header #header .header-main {
        top: 0px;
        position: relative;
    }

    .fixed-header #header .main-menu-wrap {
        top: 0px;
        position: relative;
    }

.fixed-header .sticky-header#header {
    padding-bottom: 0px !important;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

    .fixed-header .sticky-header#header .header-main {
        position: fixed;
    }

    .fixed-header .sticky-header#header .main-menu-wrap {
        position: fixed;
    }

.fixed-header #header .header-main .container > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fixed-header #header .searchform {
    transition: background 0.3s, border 0.3s;
    -webkit-transition: background 0.3s ease 0s, border 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s, border 0.3s ease 0s;
}

.fixed-header #header .main-menu-wrap #main-menu .mega-menu {
    background: none;
}

.fixed-header #header #main-menu .mega-menu {
    transition: background 0.3s;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
}

.fixed-header .sticky-header#header .main-menu-wrap {
    padding: 8px 0px;
}

#header-boxed {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

    #header-boxed .sticky-header#header .header-main.sticky {
        margin-right: auto;
        margin-left: auto;
    }

@media all and (min-width:768px) {
    #header-boxed .sticky-header#header .header-main.sticky {
        max-width: 750px;
    }
}

@media all and (min-width:992px) {
    #header-boxed .sticky-header#header .header-main.sticky {
        max-width: 990px;
    }
}

#header-boxed .sticky-header#header .main-menu-wrap {
    margin-right: auto;
    margin-left: auto;
}

@media all and (min-width:992px) {
    #header-boxed .sticky-header#header .main-menu-wrap {
        max-width: 990px;
    }
}

#header .logo {
    margin: 0px;
    padding: 0px;
    min-width: 100px;
}

@media all and (max-width:991px) {
    #header .logo {
        min-width: 0px;
    }
}

@media all and (max-width:480px) {
    #header .logo {
        margin: -15px auto 0px;
        text-align: center;
    }
}

#header .logo a {
    display: inline-block;
    max-width: 100%;
}

#header .logo img {
    transform-origin: left center;
    color: transparent;
    display: inline-block;
    max-width: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
}

@media not all, only screen and (min-resolution:144dpi), not all {
    #header .logo img.standard-logo {
        display: none;
    }

    #header .logo img.retina-logo {
        display: inline-block !important;
    }
}

#header .logo-transition img {
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#header .logo-text {
    display: inline-block;
}

#header .welcome-msg {
    vertical-align: middle;
    display: inline-block;
}

    #header .welcome-msg p {
        margin: 12px 0px;
    }

#header .switcher-wrap {
    display: inline-block;
    white-space: nowrap;
}

    #header .switcher-wrap ul:first-child {
        margin-left: 0px;
    }

#header .currency-switcher {
    margin: 3px 0px;
    font-size: 0.78em;
    vertical-align: middle;
    display: inline-block;
}

#header .view-switcher {
    margin: 3px 0px;
    font-size: 0.78em;
    vertical-align: middle;
    display: inline-block;
}

#header .top-links {
    margin: 3px 0px;
    font-size: 0.78em;
    vertical-align: middle;
    display: inline-block;
}

#header .currency-switcher > li.menu-item {
    margin-right: 0px;
}

#header .view-switcher > li.menu-item {
    margin-right: 0px;
}

#header .top-links > li.menu-item {
    margin-right: 0px;
}

#header .currency-switcher > li.menu-item::after {
    margin: 0px 10px 0px 5px;
    top: -1px;
    font-weight: 300;
    position: relative;
    content: "|";
}

#header .view-switcher > li.menu-item::after {
    margin: 0px 10px 0px 5px;
    top: -1px;
    font-weight: 300;
    position: relative;
    content: "|";
}

#header .top-links > li.menu-item::after {
    margin: 0px 10px 0px 5px;
    top: -1px;
    font-weight: 300;
    position: relative;
    content: "|";
}

#header .currency-switcher > li:last-child.menu-item::after {
    display: none;
}

#header .view-switcher > li:last-child.menu-item::after {
    display: none;
}

#header .top-links > li:last-child.menu-item::after {
    display: none;
}

#header .currency-switcher > li.menu-item > a {
    padding: 0px 5px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 1em;
    font-weight: normal;
}

#header .view-switcher > li.menu-item > a {
    padding: 0px 5px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 1em;
    font-weight: normal;
}

#header .top-links > li.menu-item > a {
    padding: 0px 5px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 1em;
    font-weight: normal;
}

#header .currency-switcher > li.menu-item > h5 {
    padding: 0px 5px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 1em;
    font-weight: normal;
}

#header .view-switcher > li.menu-item > h5 {
    padding: 0px 5px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 1em;
    font-weight: normal;
}

#header .top-links > li.menu-item > h5 {
    padding: 0px 5px;
    border-radius: 4px;
    line-height: 26px;
    font-size: 1em;
    font-weight: normal;
}

#header .currency-switcher > li.menu-item:hover > a {
    border-radius: 4px 4px 0px 0px;
}

#header .view-switcher > li.menu-item:hover > a {
    border-radius: 4px 4px 0px 0px;
}

#header .top-links > li.menu-item:hover > a {
    border-radius: 4px 4px 0px 0px;
}

#header .currency-switcher > li.menu-item:hover > h5 {
    border-radius: 4px 4px 0px 0px;
}

#header .view-switcher > li.menu-item:hover > h5 {
    border-radius: 4px 4px 0px 0px;
}

#header .top-links > li.menu-item:hover > h5 {
    border-radius: 4px 4px 0px 0px;
}

#header .currency-switcher > li.menu-item.has-sub:hover > a {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#header .view-switcher > li.menu-item.has-sub:hover > a {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#header .top-links > li.menu-item.has-sub:hover > a {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#header .currency-switcher > li.menu-item.has-sub:hover > h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#header .view-switcher > li.menu-item.has-sub:hover > h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#header .top-links > li.menu-item.has-sub:hover > h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#header .currency-switcher > li.menu-item > .popup {
    border-width: 0px;
    margin-top: 0px;
}

#header .view-switcher > li.menu-item > .popup {
    border-width: 0px;
    margin-top: 0px;
}

#header .top-links > li.menu-item > .popup {
    border-width: 0px;
    margin-top: 0px;
}

#header .currency-switcher .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0px 0px 6px 6px;
    box-shadow: none;
}

#header .view-switcher .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0px 0px 6px 6px;
    box-shadow: none;
}

#header .top-links .narrow .popup > .inner > ul.sub-menu {
    border-radius: 0px 0px 6px 6px;
    box-shadow: none;
}

#header .currency-switcher .narrow .popup ul.sub-menu {
    padding: 5px;
    min-width: 0px;
}

#header .view-switcher .narrow .popup ul.sub-menu {
    padding: 5px;
    min-width: 0px;
}

#header .top-links .narrow .popup ul.sub-menu {
    padding: 5px;
    min-width: 0px;
}

#header .currency-switcher .narrow .popup li.menu-item > a {
    padding: 0px 7px;
    line-height: 25px;
    font-size: 1em;
    border-bottom-width: 0px;
}

#header .view-switcher .narrow .popup li.menu-item > a {
    padding: 0px 7px;
    line-height: 25px;
    font-size: 1em;
    border-bottom-width: 0px;
}

#header .top-links .narrow .popup li.menu-item > a {
    padding: 0px 7px;
    line-height: 25px;
    font-size: 1em;
    border-bottom-width: 0px;
}

#header .currency-switcher .narrow .popup li.menu-item > h5 {
    padding: 0px 7px;
    line-height: 25px;
    font-size: 1em;
    border-bottom-width: 0px;
}

#header .view-switcher .narrow .popup li.menu-item > h5 {
    padding: 0px 7px;
    line-height: 25px;
    font-size: 1em;
    border-bottom-width: 0px;
}

#header .top-links .narrow .popup li.menu-item > h5 {
    padding: 0px 7px;
    line-height: 25px;
    font-size: 1em;
    border-bottom-width: 0px;
}

#header .currency-switcher {
    margin-left: 11px;
}

#header .view-switcher {
    margin-left: 11px;
}

#header .woocs-switcher li {
    cursor: pointer !important;
}

    #header .woocs-switcher li > h5 {
        cursor: pointer !important;
    }

#header .top-links {
    white-space: nowrap;
}

@media all and (max-width:991px) {
    #header .top-links {
        display: none;
    }
}

#header .top-links > li.menu-item {
    margin-left: -6px;
    float: left;
    display: inline-block;
}

    #header .top-links > li.menu-item.active > a {
        background: none;
    }

    #header .top-links > li.menu-item:hover > a {
        background: none;
    }

    #header .top-links > li.menu-item.has-sub:hover > a {
        background: none;
    }

    #header .top-links > li.menu-item.active > h5 {
        background: none;
    }

    #header .top-links > li.menu-item:hover > h5 {
        background: none;
    }

    #header .top-links > li.menu-item.has-sub:hover > h5 {
        background: none;
    }

#header .header-top .currency-switcher {
    margin: 0px;
    font-size: 1em;
}

#header .header-top .view-switcher {
    margin: 0px;
    font-size: 1em;
}

#header .header-top .top-links {
    margin: 0px;
    font-size: 1em;
}

#header .header-top .currency-switcher > li.menu-item > a {
    border-radius: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#header .header-top .view-switcher > li.menu-item > a {
    border-radius: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#header .header-top .top-links > li.menu-item > a {
    border-radius: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#header .header-top .currency-switcher > li.menu-item > h5 {
    border-radius: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#header .header-top .view-switcher > li.menu-item > h5 {
    border-radius: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#header .header-top .top-links > li.menu-item > h5 {
    border-radius: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media all and (max-width:1169px) {
    #header .header-top .currency-switcher > li.menu-item > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #header .header-top .view-switcher > li.menu-item > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #header .header-top .top-links > li.menu-item > a {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #header .header-top .currency-switcher > li.menu-item > h5 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #header .header-top .view-switcher > li.menu-item > h5 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    #header .header-top .top-links > li.menu-item > h5 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }
}

#header .header-top .welcome-msg {
    line-height: 36px;
}

@media all and (max-width:1169px) {
    #header .header-top .welcome-msg {
        line-height: 32px;
    }
}

#header .searchform {
    padding: 0px;
    border-radius: 20px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 468px;
    line-height: 40px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

    #header .searchform::before {
        display: table;
        content: " ";
    }

    #header .searchform::after {
        display: table;
        content: " ";
    }

    #header .searchform::after {
        clear: both;
    }

    #header .searchform::before {
        border-width: 11px;
        border-style: solid;
        border-image: none;
        left: 27px;
        top: -23px;
        width: 22px;
        height: 22px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
        display: none;
        position: absolute;
        content: "";
    }

    #header .searchform fieldset {
        margin-right: -2px;
    }

@media all and (max-width:1169px) {
    #header .searchform {
        width: 368px;
    }
}

@media all and (max-width:991px) {
    #header .searchform {
        border-width: 5px;
        border-radius: 25px;
        left: -25px;
        top: 45px;
        width: 378px;
        display: none;
        position: absolute;
        z-index: 1002;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
    }

        #header .searchform::before {
            display: block;
        }
}

#header .searchform .text {
    text-align: left;
    float: left;
    display: inline-block;
}

#header .searchform .cat {
    text-align: left;
    float: left;
    display: inline-block;
}

#header .searchform .button-wrap {
    text-align: left;
    float: left;
    display: inline-block;
}

#header .searchform .selectric-cat {
    text-align: left;
    float: left;
    display: inline-block;
}

#header .searchform input {
    background: none;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    height: 40px;
    margin-bottom: 0px;
    float: left;
    box-shadow: none;
}

#header .searchform select {
    background: none;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    height: 40px;
    margin-bottom: 0px;
    float: left;
    box-shadow: none;
}

#header .searchform button {
    background: none;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    height: 40px;
    margin-bottom: 0px;
    float: left;
    box-shadow: none;
}

#header .searchform input:-ms-input-placeholder {
    opacity: 0.7;
}

#header .searchform select:-ms-input-placeholder {
    opacity: 0.7;
}

#header .searchform button:-ms-input-placeholder {
    opacity: 0.7;
}

#header .searchform input {
    padding: 0px 15px 0px 20px;
    border-radius: 20px 0px 0px 20px;
    width: 420px;
}

@media all and (max-width:1169px) {
    #header .searchform input {
        width: 320px;
    }
}

#header .searchform.searchform-cats input {
    width: 290px;
}

@media all and (max-width:1169px) {
    #header .searchform.searchform-cats input {
        width: 190px;
    }
}

#header .searchform button {
    padding: 0px 20px 0px 13px;
    border-radius: 0px 20px 20px 0px;
    font-size: 14px;
    text-shadow: none;
}

#header .searchform select {
    padding: 0px 10px;
    width: 130px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    #header .searchform select::-ms-expand {
        display: none;
    }

#header .searchform .selectric-cat {
    width: 130px;
    text-align: left;
}

#header .searchform .selectric {
    background: none;
    border-width: 0px;
}

    #header .searchform .selectric .label {
        margin: 0px;
        padding: 0px 10px;
        border-radius: 0px;
        height: 40px;
        text-align: left;
        line-height: 42px;
        font-size: 14px;
        font-weight: normal;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

#header .searchform .selectric-open {
    z-index: 10000;
}

#header .searchform .selectric-items {
    left: -1px;
    max-width: 250px;
}

    #header .searchform .selectric-items ul {
        line-height: 18px;
        min-height: 18px;
    }

    #header .searchform .selectric-items li {
        line-height: 18px;
        min-height: 18px;
    }

    #header .searchform .selectric-items li {
        border-width: 0px;
        padding: 6px 8px;
    }

    #header .searchform .selectric-items:focus {
    }

#header .searchform input {
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-right-style: solid;
}

#header .searchform select {
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-right-style: solid;
}

#header .searchform .selectric {
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-right-style: solid;
}

#header .searchform .autocomplete-suggestions {
    padding: 0px;
    border-radius: 0px;
    left: 15px;
    width: auto !important;
    right: 15px;
}

#header .searchform .autocomplete-suggestion {
    padding: 6px;
    text-align: left;
    line-height: 15px;
    min-height: 0px;
}

    #header .searchform .autocomplete-suggestion::before {
        display: table;
        content: " ";
    }

    #header .searchform .autocomplete-suggestion::after {
        display: table;
        content: " ";
    }

    #header .searchform .autocomplete-suggestion::after {
        clear: both;
    }

    #header .searchform .autocomplete-suggestion .yith_wcas_result_image {
        margin-right: 10px;
        margin-left: 0px;
        float: left;
    }

    #header .searchform .autocomplete-suggestion .yith_wcas_result_content {
        margin: 0px;
    }

    #header .searchform .autocomplete-suggestion img {
        border-radius: 4px;
    }

    #header .searchform .autocomplete-suggestion span.yith_wcas_result_on_sale {
        padding: 3px 5px;
        border-radius: 2px;
    }

    #header .searchform .autocomplete-suggestion span.yith_wcas_result_featured {
        padding: 3px 5px;
        border-radius: 2px;
    }

    #header .searchform .autocomplete-suggestion div.badges {
        left: auto;
        right: 8px;
        line-height: 1;
    }

    #header .searchform .autocomplete-suggestion del {
        font-size: 0.8em;
    }

    #header .searchform .autocomplete-suggestion ins {
        text-decoration: none;
    }

.search-md#header .searchform {
    width: 398px;
}

    .search-md#header .searchform input {
        width: 350px;
    }

    .search-md#header .searchform.searchform-cats input {
        width: 220px;
    }

@media all and (max-width:1169px) {
    .search-md#header .searchform {
        width: 338px;
    }

        .search-md#header .searchform input {
            width: 290px;
        }

        .search-md#header .searchform.searchform-cats input {
            width: 160px;
        }
}

@media all and (max-width:991px) {
    .search-md#header .searchform {
        width: 348px;
    }

        .search-md#header .searchform input {
            width: 292px;
        }

        .search-md#header .searchform.searchform-cats input {
            width: 162px;
        }
}

.search-sm#header .searchform {
    width: 348px;
}

    .search-sm#header .searchform input {
        width: 300px;
    }

    .search-sm#header .searchform.searchform-cats input {
        width: 170px;
    }

@media all and (max-width:1169px) {
    .search-sm#header .searchform {
        width: 288px;
    }

        .search-sm#header .searchform input {
            width: 240px;
        }

        .search-sm#header .searchform.searchform-cats input {
            width: 110px;
        }
}

@media all and (max-width:991px) {
    .search-sm#header .searchform {
        width: 298px;
    }

        .search-sm#header .searchform input {
            width: 242px;
        }

        .search-sm#header .searchform.searchform-cats input {
            width: 112px;
        }
}

#header .searchform-popup {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

    #header .searchform-popup .search-toggle {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 1.28em;
        display: none;
        position: relative;
        z-index: 1003;
        cursor: pointer;
    }

@media all and (max-width:991px) {
    #header .searchform-popup .search-toggle {
        display: block;
    }
}

#header .show-menu-search .searchform-popup {
    margin: auto;
    left: 0px;
    top: 0px;
    height: 40px;
    bottom: 0px;
    position: absolute;
    z-index: 110;
}

@media all and (max-width:991px) {
    #header .show-menu-search .searchform-popup {
        left: 0px;
        position: relative;
    }
}

#header .search-popup .search-toggle {
    display: inline-block;
}

#header .search-popup .searchform {
    border-width: 5px;
    border-radius: 25px;
    left: -25px;
    top: 45px;
    width: 478px;
    display: none;
    position: absolute;
    z-index: 1003;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

@media all and (max-width:1169px) {
    #header .search-popup .searchform {
        width: 378px;
    }
}

#header .search-popup .searchform::before {
    display: block;
}

.search-md#header .search-popup .searchform {
    width: 408px;
}

@media all and (max-width:1169px) {
    .search-md#header .search-popup .searchform {
        width: 348px;
    }
}

.search-sm#header .search-popup .searchform {
    width: 358px;
}

@media all and (max-width:1169px) {
    .search-sm#header .search-popup .searchform {
        width: 298px;
    }
}

#header .header-left.search-popup .searchform-popup {
    left: 0px;
}

#header .header-left.search-popup .searchform {
    left: 45px;
    top: -5px;
}

    #header .header-left.search-popup .searchform::before {
        left: -23px;
        top: 9px;
        border-right-color: inherit;
        border-bottom-color: transparent;
    }

@media all and (max-width:991px) {
    #header .header-left .searchform-popup {
        left: 0px;
    }

    #header .header-left .searchform {
        left: 45px;
        top: -5px;
    }

        #header .header-left .searchform::before {
            left: -23px;
            top: 9px;
            border-right-color: inherit;
            border-bottom-color: transparent;
        }
}

#header .header-right.search-popup .searchform {
    left: auto;
    right: -22px;
}

    #header .header-right.search-popup .searchform::before {
        left: auto;
        right: 27px;
    }

@media all and (max-width:991px) {
    #header .header-right .searchform {
        left: auto;
        right: -22px;
    }

        #header .header-right .searchform::before {
            left: auto;
            right: 27px;
        }
}

@media all and (max-width:767px) {
    #header .header-left .searchform {
        width: 338px;
    }

    #header .header-center .searchform {
        width: 338px;
    }

    #header .header-right .searchform {
        width: 338px;
    }

    #header .header-left.search-popup .searchform {
        width: 338px;
    }

    #header .header-center.search-popup .searchform {
        width: 338px;
    }

    #header .header-right.search-popup .searchform {
        width: 338px;
    }

    #header .header-left .searchform input {
        width: 282px;
    }

    #header .header-center .searchform input {
        width: 282px;
    }

    #header .header-right .searchform input {
        width: 282px;
    }

    #header .header-left.search-popup .searchform input {
        width: 282px;
    }

    #header .header-center.search-popup .searchform input {
        width: 282px;
    }

    #header .header-right.search-popup .searchform input {
        width: 282px;
    }

    #header .header-left .searchform.searchform-cats input {
        width: 150px;
    }

    #header .header-center .searchform.searchform-cats input {
        width: 150px;
    }

    #header .header-right .searchform.searchform-cats input {
        width: 150px;
    }

    #header .header-left.search-popup .searchform.searchform-cats input {
        width: 150px;
    }

    #header .header-center.search-popup .searchform.searchform-cats input {
        width: 150px;
    }

    #header .header-right.search-popup .searchform.searchform-cats input {
        width: 150px;
    }
}

@media all and (max-width:480px) {
    #header .header-left .searchform {
        width: 288px;
    }

    #header .header-center .searchform {
        width: 288px;
    }

    #header .header-right .searchform {
        width: 288px;
    }

    #header .header-left.search-popup .searchform {
        width: 288px;
    }

    #header .header-center.search-popup .searchform {
        width: 288px;
    }

    #header .header-right.search-popup .searchform {
        width: 288px;
    }

    #header .header-left .searchform input {
        width: 236px;
    }

    #header .header-center .searchform input {
        width: 236px;
    }

    #header .header-right .searchform input {
        width: 236px;
    }

    #header .header-left.search-popup .searchform input {
        width: 236px;
    }

    #header .header-center.search-popup .searchform input {
        width: 236px;
    }

    #header .header-right.search-popup .searchform input {
        width: 236px;
    }

    #header .header-left .searchform.searchform-cats input {
        width: 120px;
        padding-right: 10px;
    }

    #header .header-center .searchform.searchform-cats input {
        width: 120px;
        padding-right: 10px;
    }

    #header .header-right .searchform.searchform-cats input {
        width: 120px;
        padding-right: 10px;
    }

    #header .header-left.search-popup .searchform.searchform-cats input {
        width: 120px;
        padding-right: 10px;
    }

    #header .header-center.search-popup .searchform.searchform-cats input {
        width: 120px;
        padding-right: 10px;
    }

    #header .header-right.search-popup .searchform.searchform-cats input {
        width: 120px;
        padding-right: 10px;
    }

    #header .header-left .searchform.searchform-cats select {
        padding: 0px 8px;
        width: 116px;
    }

    #header .header-center .searchform.searchform-cats select {
        padding: 0px 8px;
        width: 116px;
    }

    #header .header-right .searchform.searchform-cats select {
        padding: 0px 8px;
        width: 116px;
    }

    #header .header-left.search-popup .searchform.searchform-cats select {
        padding: 0px 8px;
        width: 116px;
    }

    #header .header-center.search-popup .searchform.searchform-cats select {
        padding: 0px 8px;
        width: 116px;
    }

    #header .header-right.search-popup .searchform.searchform-cats select {
        padding: 0px 8px;
        width: 116px;
    }

    #header .header-left .searchform.searchform-cats .selectric-cat {
        width: 116px;
    }

    #header .header-center .searchform.searchform-cats .selectric-cat {
        width: 116px;
    }

    #header .header-right .searchform.searchform-cats .selectric-cat {
        width: 116px;
    }

    #header .header-left.search-popup .searchform.searchform-cats .selectric-cat {
        width: 116px;
    }

    #header .header-center.search-popup .searchform.searchform-cats .selectric-cat {
        width: 116px;
    }

    #header .header-right.search-popup .searchform.searchform-cats .selectric-cat {
        width: 116px;
    }

    #header .header-left .searchform.searchform-cats .selectric .label {
        padding: 0px 8px;
    }

    #header .header-center .searchform.searchform-cats .selectric .label {
        padding: 0px 8px;
    }

    #header .header-right .searchform.searchform-cats .selectric .label {
        padding: 0px 8px;
    }

    #header .header-left.search-popup .searchform.searchform-cats .selectric .label {
        padding: 0px 8px;
    }

    #header .header-center.search-popup .searchform.searchform-cats .selectric .label {
        padding: 0px 8px;
    }

    #header .header-right.search-popup .searchform.searchform-cats .selectric .label {
        padding: 0px 8px;
    }

    #header .header-left .searchform-popup {
        left: 45px;
        top: 1px;
        bottom: auto;
        position: absolute;
    }

    #header .header-center .searchform-popup {
        left: 45px;
        top: 1px;
        bottom: auto;
        position: absolute;
    }

    #header .header-right .searchform-popup {
        left: 45px;
        top: 1px;
        bottom: auto;
        position: absolute;
    }

    #header .header-left.search-popup .searchform-popup {
        left: 45px;
        top: 1px;
        bottom: auto;
        position: absolute;
    }

    #header .header-center.search-popup .searchform-popup {
        left: 45px;
        top: 1px;
        bottom: auto;
        position: absolute;
    }

    #header .header-right.search-popup .searchform-popup {
        left: 45px;
        top: 1px;
        bottom: auto;
        position: absolute;
    }

    #header .header-left .searchform-popup .searchform {
        border-width: 3px;
        left: -25px;
        top: 42px;
        right: auto;
    }

    #header .header-center .searchform-popup .searchform {
        border-width: 3px;
        left: -25px;
        top: 42px;
        right: auto;
    }

    #header .header-right .searchform-popup .searchform {
        border-width: 3px;
        left: -25px;
        top: 42px;
        right: auto;
    }

    #header .header-left.search-popup .searchform-popup .searchform {
        border-width: 3px;
        left: -25px;
        top: 42px;
        right: auto;
    }

    #header .header-center.search-popup .searchform-popup .searchform {
        border-width: 3px;
        left: -25px;
        top: 42px;
        right: auto;
    }

    #header .header-right.search-popup .searchform-popup .searchform {
        border-width: 3px;
        left: -25px;
        top: 42px;
        right: auto;
    }

    #header .header-left .searchform-popup .searchform::before {
        border-width: 7px;
        left: 34px;
        top: -23px;
        width: 14px;
        right: auto;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
    }

    #header .header-center .searchform-popup .searchform::before {
        border-width: 7px;
        left: 34px;
        top: -23px;
        width: 14px;
        right: auto;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
    }

    #header .header-right .searchform-popup .searchform::before {
        border-width: 7px;
        left: 34px;
        top: -23px;
        width: 14px;
        right: auto;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
    }

    #header .header-left.search-popup .searchform-popup .searchform::before {
        border-width: 7px;
        left: 34px;
        top: -23px;
        width: 14px;
        right: auto;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
    }

    #header .header-center.search-popup .searchform-popup .searchform::before {
        border-width: 7px;
        left: 34px;
        top: -23px;
        width: 14px;
        right: auto;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
    }

    #header .header-right.search-popup .searchform-popup .searchform::before {
        border-width: 7px;
        left: 34px;
        top: -23px;
        width: 14px;
        right: auto;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: inherit;
        border-left-color: transparent;
    }
}

#header .header-contact {
    margin: 5px 0px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
}

    #header .header-contact p {
        margin-bottom: 0px;
    }

    #header .header-contact a {
        font-size: 0.85em;
    }

    #header .header-contact .gap {
        margin: 0px 12px;
    }

    #header .header-contact i {
        margin: 0px 5px;
        display: inline-block;
    }

    #header .header-contact .nav-top a {
        padding: 6px 10px;
        font-size: 0.9em;
    }

    #header .header-contact .nav-top span {
        padding: 6px 10px;
        font-size: 0.9em;
    }

    #header .header-contact .nav-top i {
        top: 1px;
        margin-right: 6px;
        margin-left: 0px;
        position: relative;
    }

    #header .header-contact .nav-top span {
        line-height: 14px;
        margin-top: 5px;
        margin-bottom: 2px;
        display: block;
    }

#header .header-top .header-contact {
    margin: 0px;
    font-size: 1.15em;
}

    #header .header-top .header-contact a {
        font-size: 1em;
    }

    #header .header-top .header-contact span {
        font-size: 1em;
    }

#header .share-links {
    margin: 5px 0px 5px 5px;
    vertical-align: middle;
    display: inline-block;
}

    #header .share-links > a {
        transition: 0.3s;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

#header .header-top .share-links {
    margin: 0px 5px 0px -5px;
    font-size: 1.45em;
}

    #header .header-top .share-links > a {
        background: none;
        margin: 0px;
        width: 1.75em;
        height: 2em;
        box-shadow: none;
    }

#mini-cart {
    margin: -22px auto;
    top: 50%;
    height: 45px;
    right: 0px;
    bottom: 50%;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}

    #mini-cart .cart-head {
        text-align: center;
        margin-top: 0px;
        position: relative;
        cursor: pointer;
        min-width: 50px;
    }

    #mini-cart .minicart-icon {
        font-size: 36px;
        vertical-align: middle;
        display: inline-block;
    }

    #mini-cart .minicart-icon2 {
        margin-left: -6px;
    }

    #mini-cart .minicart-icon3 {
        margin-left: -8px;
    }

    #mini-cart .cart-items {
        left: 0px;
        top: 11px;
        height: 22px;
        text-align: center;
        right: 0px;
        bottom: 10px;
        overflow: hidden;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        position: absolute;
    }

        #mini-cart .cart-items .items-loading {
            background: url("../images/ajax-loader@2x.gif") no-repeat center / 16px 16px;
            width: 16px;
            height: 16px;
            margin-top: -4px;
            vertical-align: middle;
            display: inline-block;
        }

    #mini-cart .cart-head2 .cart-items {
        left: 3px;
        top: 5px;
        font-size: 13px;
    }

    #mini-cart .cart-head3 .cart-items {
        left: 2px;
        top: 9px;
        font-size: 13px;
    }

    #mini-cart .cart-head4 .cart-items {
        top: 16px;
        font-size: 14px;
    }

.minicart-box#mini-cart {
    margin: -30px auto;
    border: 1px solid rgb(230, 230, 230);
    border-image: none;
    width: 68px;
    height: 60px;
    text-align: center;
}

    .minicart-box#mini-cart .cart-head {
        margin-top: 11px;
    }

.minicart-inline#mini-cart {
    margin: 3px 0px 3px 7px;
    border-radius: 4px;
    top: auto;
    width: auto;
    height: auto;
    bottom: auto;
    font-size: 0.78em;
    position: relative;
}

    .minicart-inline#mini-cart .minicart-icon {
        font-size: 1.27em;
        margin-left: 0px;
        vertical-align: top;
    }

    .minicart-inline#mini-cart .minicart-icon2 {
        margin-left: -2px;
    }

    .minicart-inline#mini-cart .minicart-icon3 {
        margin-left: -2px;
    }

    .minicart-inline#mini-cart .cart-head {
        padding: 0px 10px;
        height: 26px;
        line-height: 26px;
        margin-top: 1px;
        margin-bottom: -1px;
        white-space: nowrap;
    }

    .minicart-inline#mini-cart .cart-items {
        top: -1px;
        font-size: 1em;
        margin-left: 3px;
        position: relative;
    }

    .minicart-inline#mini-cart .cart-head2 .cart-items {
        left: 0px;
        top: 0px;
    }

    .minicart-inline#mini-cart .cart-popup {
        margin-top: 8px;
    }

        .minicart-inline#mini-cart .cart-popup::before {
            right: 18px;
        }

@media all and (max-width:480px) {
    #header #mini-cart {
        border-width: 0px;
        margin: 0px;
        border-radius: 4px;
        top: 9px;
        width: auto;
        height: auto;
        right: 15px;
        bottom: auto;
        font-size: 0.84em;
        position: absolute;
    }

        #header #mini-cart .minicart-icon {
            font-size: 1.27em;
            margin-left: 0px;
            vertical-align: baseline;
        }

        #header #mini-cart .minicart-icon2 {
            margin-left: -2px;
        }

        #header #mini-cart .minicart-icon3 {
            margin-left: -2px;
        }

        #header #mini-cart .cart-head {
            margin: 0px;
            padding: 0px 10px;
            height: 26px;
            line-height: 26px;
            white-space: nowrap;
        }

        #header #mini-cart .cart-items {
            top: -3px;
            font-size: 1em;
            margin-left: 3px;
            vertical-align: middle;
            position: relative;
        }

        #header #mini-cart .cart-head2 .cart-items {
            left: 2px;
            top: -2px;
        }

        #header #mini-cart .cart-popup {
            margin-top: 8px;
        }

            #header #mini-cart .cart-popup::before {
                right: 18px;
            }
}

#mini-cart .cart-popup {
    border-width: 9px medium medium;
    border-style: solid none none;
    border-color: rgb(204, 204, 204) currentColor currentColor;
    padding: 0px;
    border-radius: 6px;
    border-image: none;
    left: auto;
    width: 340px;
    right: 0px;
    z-index: 1003;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

    #mini-cart .cart-popup::before {
        top: -16px;
        right: 17px;
        border-right-color: transparent !important;
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: transparent !important;
        border-right-width: 8px !important;
        border-bottom-width: 8px;
        border-left-width: 8px !important;
        border-right-style: solid !important;
        border-bottom-style: solid;
        border-left-style: solid !important;
        position: absolute;
        content: "";
    }

.header-minicart-box #mini-cart .cart-popup::before {
    right: 25px;
}

#mini-cart .cart-popup .widget_shopping_cart_content {
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 4px;
    margin-top: -4px;
}

@media all and (max-width:767px) {
    #mini-cart .cart-popup {
        width: 290px;
    }
}

#mini-cart .widget_shopping_cart li.empty {
    padding: 10px 0px;
    text-align: center;
}

#mini-cart .widget_shopping_cart .buttons {
    margin-bottom: 0px;
}

#mini-cart .widget_shopping_cart .cart-loading {
    background: url("../images/ajax-loader@2x.gif") no-repeat center / 16px 16px;
    width: 100%;
    height: 64px;
    opacity: 0.6;
}

#mini-cart .cart_list {
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    min-height: 45px;
    max-height: 300px;
}

    #mini-cart .cart_list.scroll-scrolly_visible li {
        padding-right: 20px;
    }

.effect-down#mini-cart .cart-popup {
    top: -2000px;
    display: block;
}

.effect-down#mini-cart .cart_list {
    margin-top: -10px;
}

.effect-down#mini-cart .widget_shopping_cart .total {
    margin-top: -10px;
}

.effect-down#mini-cart .widget_shopping_cart .buttons {
    margin-top: -10px;
}

.effect-down.open#mini-cart .cart-popup {
    top: 100%;
}

.effect-down.open#mini-cart .cart_list {
    transition: margin-top 0.2s;
    margin-top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.effect-down.open#mini-cart .widget_shopping_cart .total {
    transition: margin-top 0.2s;
    margin-top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.effect-down.open#mini-cart .widget_shopping_cart .buttons {
    transition: margin-top 0.2s;
    margin-top: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.effect-fadein-up.open#mini-cart .cart-popup {
    animation: menuFadeInUp 0.2s;
    -webkit-animation: menuFadeInUp 0.2s ease;
}

.effect-fadein-down.open#mini-cart .cart-popup {
    animation: menuFadeInDown 0.2s;
    -webkit-animation: menuFadeInDown 0.2s ease;
}

.effect-fadein.open#mini-cart .cart-popup {
    animation: menuFadeIn 0.2s;
    -webkit-animation: menuFadeIn 0.2s ease;
}

@media all and (max-width:991px) {
    .main-menu-wrap {
        display: none;
    }
}

.main-menu-wrap .container {
    display: table;
}

.main-menu-wrap .menu-left {
    transition: transform 0.3s;
    top: -2000px;
    position: absolute;
    transform: translate3d(0px, -10px, 0px);
    -webkit-transform: translate3d(0, -10px, 0);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
}

.main-menu-wrap .menu-right {
    transition: transform 0.3s;
    top: -2000px;
    position: absolute;
    transform: translate3d(0px, -10px, 0px);
    -webkit-transform: translate3d(0, -10px, 0);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
}

.main-menu-wrap .menu-left {
    vertical-align: middle;
    display: table-cell;
}

.main-menu-wrap .menu-right {
    vertical-align: middle;
    display: table-cell;
}

.main-menu-wrap .menu-center {
    vertical-align: middle;
    display: table-cell;
}

.main-menu-wrap .menu-left {
    text-align: left;
}

.main-menu-wrap .menu-right {
    text-align: right;
    padding-left: 10px;
}

    .main-menu-wrap .menu-right #mini-cart {
        margin-top: -16px;
        display: none;
        position: relative;
    }

    .main-menu-wrap .menu-right .minicart-inline#mini-cart {
        margin-top: 3px;
        margin-left: 5px;
    }

    .main-menu-wrap .menu-right .minicart-box#mini-cart {
        margin-top: -30px;
        margin-left: 5px;
    }

#header .main-menu-wrap .menu-right .searchform-popup {
    display: none;
}

    #header .main-menu-wrap .menu-right .searchform-popup .search-toggle {
        display: block;
    }

    #header .main-menu-wrap .menu-right .searchform-popup .searchform {
        border-width: 5px;
        border-radius: 25px;
        left: auto;
        top: 48px;
        width: 476px;
        right: -22px;
        display: none;
        position: absolute;
        z-index: 1002;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
    }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform::before {
            left: auto;
            right: 27px;
            display: block;
        }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform input {
            padding: 0px 15px 0px 20px;
            width: 420px;
        }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform select {
            padding: 0px 10px;
        }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label {
            padding: 0px 10px;
        }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform button {
            padding: 0px 20px 0px 13px;
        }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
            width: 290px;
        }

@media all and (max-width:1169px) {
    #header .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 376px;
    }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform input {
            width: 320px;
        }

        #header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
            width: 190px;
        }
}

.search-md#header .main-menu-wrap .menu-right .searchform-popup .searchform {
    width: 406px;
}

    .search-md#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 350px;
    }

    .search-md#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
        width: 220px;
    }

@media all and (max-width:1169px) {
    .search-md#header .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 346px;
    }

        .search-md#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
            width: 290px;
        }

        .search-md#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
            width: 160px;
        }
}

.search-sm#header .main-menu-wrap .menu-right .searchform-popup .searchform {
    width: 356px;
}

    .search-sm#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 300px;
    }

    .search-sm#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
        width: 170px;
    }

@media all and (max-width:1169px) {
    .search-sm#header .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 296px;
    }

        .search-sm#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
            width: 240px;
        }

        .search-sm#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats input {
            width: 110px;
        }
}

.sticky-header .main-menu-wrap .menu-left {
    position: static;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.sticky-header .main-menu-wrap .menu-right {
    position: static;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.sticky-header .main-menu-wrap .logo img {
    transform-origin: left center;
    transition: none !important;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: none;
    -moz-transition: none;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
}

.sticky-header .main-menu-wrap .hide-sticky-content .menu-custom-content {
    display: none;
}

.sticky-header .main-menu-wrap .menu-right {
    min-width: 95px;
}

    .sticky-header .main-menu-wrap .menu-right #mini-cart {
        display: inline-block;
    }

.sticky-header#header .main-menu-wrap .menu-right .searchform-popup {
    display: inline-block;
}

.main-menu-wrap .mega-menu > li.menu-item > a {
    padding: 10px 13px;
}

.main-menu-wrap .mega-menu > li.menu-item > h5 {
    padding: 10px 13px;
}

.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > a {
    padding-bottom: 13px;
    margin-bottom: -3px;
}

.main-menu-wrap .mega-menu > li.menu-item.has-sub:hover > h5 {
    padding-bottom: 13px;
    margin-bottom: -3px;
}

.main-menu-wrap #main-menu .mega-menu .menu-custom-block {
    margin: 0px;
    padding: 0px;
}

    .main-menu-wrap #main-menu .mega-menu .menu-custom-block a {
        padding: 10px 13px 9px;
    }

    .main-menu-wrap #main-menu .mega-menu .menu-custom-block span {
        padding: 10px 13px 9px;
    }

    .main-menu-wrap #main-menu .mega-menu .menu-custom-block .tip {
        top: -5px;
    }

#main-menu {
    position: relative;
}

@media all and (max-width:480px) {
    #main-menu {
        display: inline !important;
    }
}

#main-menu .mega-menu {
    border-radius: 6px;
}

@media all and (max-width:991px) {
    #main-menu .mega-menu {
        display: none;
    }
}

#header .header-main .container #main-menu .mega-menu {
    background: none;
    text-align: left;
}

    #header .header-main .container #main-menu .mega-menu > li.menu-item {
        margin: 1px 2px 1px 0px;
    }

.centered#main-menu .menu-center {
    text-align: center;
}

.centered#main-menu .mega-menu {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    display: inline-block;
}

    .centered#main-menu .mega-menu > li.menu-item {
        margin: 0px 1px;
    }

.header-center.show-menu-search #main-menu {
    padding-left: 45px;
}

@media all and (max-width:991px) {
    .header-center.show-menu-search #main-menu {
        padding-left: 0px;
    }
}

.header-left.show-menu-search #main-menu {
    padding-left: 50px;
}

@media all and (max-width:991px) {
    .header-left.show-menu-search #main-menu {
        padding-left: 0px;
    }
}

#main-menu .menu-custom-block {
    padding: 10px 0px 9px;
    line-height: 21px;
    font-size: 0.85em;
    font-weight: 600;
    margin-left: -10px;
}

    #main-menu .menu-custom-block a {
        padding: 0px 15px;
        font-weight: 700;
        display: inline-block;
        position: relative;
    }

    #main-menu .menu-custom-block span {
        padding: 0px 15px;
        font-weight: 700;
        display: inline-block;
        position: relative;
    }

    #main-menu .menu-custom-block .tip {
        padding: 2px;
        border-radius: 2px;
        top: -14px;
        right: 10px;
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 9px;
        font-style: normal;
        margin-left: 10px;
        display: inline-block;
        position: absolute;
    }

        #main-menu .menu-custom-block .tip.hot {
            background-color: rgb(235, 39, 113);
        }

            #main-menu .menu-custom-block .tip.hot .tip-arrow::before {
                color: rgb(235, 39, 113);
            }

        #main-menu .menu-custom-block .tip .tip-arrow::before {
            margin: auto;
            left: 2px;
            top: auto;
            width: auto;
            height: auto;
            text-align: right;
            bottom: -3px;
            font-family: "Elusive-Icons";
            font-size: 5px;
            font-style: normal;
            display: inline-block;
            position: absolute;
            content: "\f125";
        }

    #main-menu .menu-custom-block .fa {
        text-align: center;
    }

    #main-menu .menu-custom-block .fa {
        margin-right: 5px;
    }

    #main-menu .menu-custom-block .avatar {
        margin-right: 5px;
    }

        #main-menu .menu-custom-block .avatar img {
            margin-top: -5px;
            margin-bottom: -4px;
        }

@media all and (max-width:991px) {
    #header .contact-gap {
        display: none;
    }
}

@media all and (max-width:767px) {
    #header .header-top {
        display: none;
    }

    #header .header-contact {
        display: none;
    }

    #header .switcher-wrap {
        display: none;
    }

    #header .gap {
        display: none;
    }
}

@media all and (max-width:480px) {
    #header .header-main .container {
        padding-top: 28px;
        padding-bottom: 15px;
        display: block;
    }

        #header .header-main .container > *:not(.porto-tooltip) {
            padding: 0px !important;
            display: inline !important;
            position: static !important;
        }

            #header .header-main .container > *:not(.porto-tooltip) #main-menu {
                display: inline;
                position: static;
            }
}

#main-toggle-menu {
    position: relative;
}

@media all and (max-width:991px) {
    #main-toggle-menu {
        overflow: hidden;
    }
}

#main-toggle-menu .menu-title {
    background: rgb(48, 48, 48);
    margin: 0px;
    padding: 10px 15px;
    transition: 0.25s;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 20px;
    font-size: 0.85em;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

    #main-toggle-menu .menu-title:hover {
        background-color: rgb(85, 85, 85);
    }

    #main-toggle-menu .menu-title .toggle {
        margin: 0px 5px 0px 0px;
        padding: 0px;
        font-family: "FontAwesome";
        display: inline-block;
    }

        #main-toggle-menu .menu-title .toggle::before {
            content: "\f0c9";
        }

#main-toggle-menu .toggle-menu-wrap {
    background: rgb(255, 255, 255);
    left: 0px;
    top: 100%;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 1001;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

    #main-toggle-menu .toggle-menu-wrap > ul {
        border-bottom-color: rgb(48, 48, 48);
        border-bottom-width: 5px;
        border-bottom-style: solid;
    }

.closed#main-toggle-menu .toggle-menu-wrap {
    display: none;
}

.show-always#main-toggle-menu .menu-title {
    background: rgb(48, 48, 48);
    cursor: default;
}

.show-always#main-toggle-menu .toggle-menu-wrap {
    height: auto !important;
    display: block !important;
}

#main-toggle-menu .sidebar-menu > li:last-child.menu-item:hover {
    border-radius: 0px;
}

.right-sidebar #main-toggle-menu .sidebar-menu > li:last-child.menu-item:hover {
    border-radius: 0px;
}

#header .mobile-toggle {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.28em;
    vertical-align: middle;
    display: none;
    cursor: pointer;
}

@media all and (max-width:991px) {
    #header .mobile-toggle {
        display: inline-block;
    }
}

@media all and (max-width:480px) {
    #header .mobile-toggle {
        left: 5px;
        top: 1px;
        position: absolute;
    }
}

.header-extra-info {
    list-style: none;
    margin: 0px;
}

    .header-extra-info::before {
        display: table;
        content: " ";
    }

    .header-extra-info::after {
        display: table;
        content: " ";
    }

    .header-extra-info::after {
        clear: both;
    }

    .header-extra-info li {
        text-align: left;
        margin-left: 25px;
        float: left;
    }

.logo-overlay-header#header .overlay-logo {
    display: none;
}

@media all and (min-width:992px) {
    .logo-overlay-header#header .overlay-logo {
        top: 0px;
        display: inline-block;
        position: absolute;
        z-index: 1;
        opacity: 1;
    }

    .logo-overlay-header#header .overlay-logo-transition {
        transition: 0.3s;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .logo-overlay-header#header .logo {
        opacity: 0;
        transform: translate3d(87px, 0px, 0px);
        -webkit-transform: translate3d(87px, 0, 0);
        -moz-transform: translate3d(87px, 0, 0);
        -o-transform: translate3d(87px, 0, 0);
    }

    .logo-overlay-header#header .logo-transition {
        transition: 0.3s;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .logo-overlay-header.sticky-header#header .overlay-logo {
        top: -90px;
        opacity: 0;
    }

    .logo-overlay-header.sticky-header#header .logo {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

@media all and (min-width:992px) {
    .header-separate#header .header-main {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

        .header-separate#header .header-main .logo img {
            transition: none;
            transform: scale(1);
            -webkit-transform: scale(1);
            -webkit-transition: none;
            -moz-transition: none;
            -moz-transform: scale(1);
            -o-transform: scale(1);
        }
}

@media all and (max-width:991px) {
    .header-5#header .header-main .container .header-left {
        display: inline-block;
    }

    .header-5#header .header-main .container .header-center {
        display: inline-block;
    }
}

@media all and (max-width:991px) {
    .header-7#header .header-main .container .header-left {
        display: none;
    }
}

@media all and (min-width:992px) {
    .header-corporate#header .header-main .container .header-right {
        padding-left: 30px;
    }

        .header-corporate#header .header-main .container .header-right .searchform-popup {
            margin-right: 0px;
        }

    .header-corporate#header .searchform {
        width: auto;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    }

        .header-corporate#header .searchform input {
            height: 34px;
            line-height: 34px;
        }

        .header-corporate#header .searchform select {
            height: 34px;
            line-height: 34px;
        }

        .header-corporate#header .searchform button {
            height: 34px;
            line-height: 34px;
        }

        .header-corporate#header .searchform .selectric .label {
            height: 34px;
            line-height: 36px;
        }

        .header-corporate#header .searchform input {
            padding: 0px 12px;
            border: currentColor;
            border-image: none;
            width: 140px;
        }

        .header-corporate#header .searchform select {
            padding-left: 5px;
            margin-right: -3px;
            border-left-color: rgb(204, 204, 204);
            border-left-width: 1px;
            border-left-style: solid;
        }

        .header-corporate#header .searchform .selectric {
            border-left-color: rgb(204, 204, 204);
            border-left-width: 1px;
            border-left-style: solid;
        }

            .header-corporate#header .searchform .selectric .label {
                padding-left: 5px;
                margin-right: -3px;
            }

        .header-corporate#header .searchform button {
            padding: 0px 13px;
        }
}

.header-corporate#header .share-links {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .header-corporate#header .share-links a {
        margin: 0px 2px;
        border-radius: 30px;
        transition: 0.2s;
        width: 30px;
        height: 30px;
        color: rgb(51, 51, 51);
        overflow: hidden;
        font-size: 14px;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
        background-color: rgb(255, 255, 255);
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
    }

        .header-corporate#header .share-links a:hover {
            color: rgb(255, 255, 255);
        }

@media all and (max-width:991px) {
    .header-10#header .header-right-top {
        display: inline;
    }

    .header-10#header .header-right-bottom {
        display: inline;
    }

    .header-10#header .share-links {
        display: none;
    }
}

@media all and (min-width:992px) {
    .header-10#header .header-main .container .header-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-10#header .header-main .container .header-center {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-10#header .header-main .container .header-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-10#header .header-main .container .header-right-bottom {
        margin-top: 10px;
    }

    .header-10#header .header-main.sticky .header-right-top {
        display: none;
    }

    .header-10#header .header-main.sticky .container .header-right-bottom {
        margin-top: 0px;
    }

    .header-10#header .header-contact {
        margin: 0px 0px 4px;
    }

    .header-10#header .searchform {
        margin-bottom: 4px;
        margin-left: 15px;
    }

    .header-10#header #mini-cart {
        margin: 0px 0px 0px 15px;
    }
}

:not(.header-10).header-corporate#header .header-main .searchform-popup {
    display: none;
}

:not(.header-10).header-corporate#header .header-main #mini-cart {
    display: none;
}

@media all and (min-width:768px) {
    :not(.header-10).header-corporate#header .switcher-wrap {
        margin-right: 5px;
    }

    :not(.header-10).header-corporate#header .block-inline {
        line-height: 50px;
        margin-bottom: 5px;
    }

    :not(.header-10).header-corporate#header .header-left .block-inline {
        margin-right: 8px;
    }

        :not(.header-10).header-corporate#header .header-left .block-inline > * {
            margin: 0px 7px 0px 0px;
        }

    :not(.header-10).header-corporate#header .header-right .block-inline {
        margin-left: 8px;
    }

        :not(.header-10).header-corporate#header .header-right .block-inline > * {
            margin: 0px 0px 0px 7px;
        }

    :not(.header-10).header-corporate#header .share-links {
        line-height: 1;
    }
}

:not(.header-10).header-corporate#header .header-top .welcome-msg {
    font-size: 1.15em;
}

:not(.header-10).header-corporate#header .header-top .minicart-inline#mini-cart {
    font-size: 1em;
}

:not(.header-10).header-corporate#header .header-top :first-child.minicart-inline#mini-cart {
    margin-right: 0px;
    margin-left: 0px;
}

@media all and (max-width:991px) {
    :not(.header-10).header-corporate#header .header-top .header-left > * {
        display: none;
    }

    :not(.header-10).header-corporate#header .header-top .header-right > * {
        display: none;
    }

    :not(.header-10).header-corporate#header .header-top .header-left > .block-inline {
        display: block;
    }

    :not(.header-10).header-corporate#header .header-top .header-right > .block-inline {
        display: block;
    }

    :not(.header-10).header-corporate#header .header-top .searchform-popup {
        display: none;
    }

    :not(.header-10).header-corporate#header .header-top #mini-cart {
        display: none;
    }

    :not(.header-10).header-corporate#header .header-main .searchform-popup {
        display: inline-block;
    }

    :not(.header-10).header-corporate#header .header-main #mini-cart {
        display: inline-block;
    }
}

@media all and (min-width:992px) {
    .header-11#header .header-main .container .header-left {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-12#header .header-main .container .header-left {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-11#header .header-main.sticky .container .header-left {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-12#header .header-main.sticky .container .header-left {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-11#header .header-main .container .header-center {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-12#header .header-main .container .header-center {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-11#header .header-main.sticky .container .header-center {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-12#header .header-main.sticky .container .header-center {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-11#header .header-main .container .header-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-12#header .header-main .container .header-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-11#header .header-main.sticky .container .header-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-12#header .header-main.sticky .container .header-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a {
        padding-top: 33px;
        padding-bottom: 24px;
    }

    .header-12#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a {
        padding-top: 33px;
        padding-bottom: 24px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 {
        padding-top: 33px;
        padding-bottom: 24px;
    }

    .header-12#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 {
        padding-top: 33px;
        padding-bottom: 24px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip {
        top: 15px;
    }

    .header-12#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip {
        top: 15px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 15px;
    }

    .header-12#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 15px;
    }

    .header-11#header .header-main #main-menu .mega-menu > li.menu-item {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .header-12#header .header-main #main-menu .mega-menu > li.menu-item {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .header-11#header #main-menu .mega-menu > li.menu-item > a {
        border-radius: 0px;
        padding-top: 38px;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    .header-12#header #main-menu .mega-menu > li.menu-item > a {
        border-radius: 0px;
        padding-top: 38px;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    .header-11#header #main-menu .mega-menu > li.menu-item > h5 {
        border-radius: 0px;
        padding-top: 38px;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    .header-12#header #main-menu .mega-menu > li.menu-item > h5 {
        border-radius: 0px;
        padding-top: 38px;
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    .header-11#header #main-menu .mega-menu > li.menu-item > a .tip {
        top: 20px;
    }

    .header-12#header #main-menu .mega-menu > li.menu-item > a .tip {
        top: 20px;
    }

    .header-11#header #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 20px;
    }

    .header-12#header #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 20px;
    }

    .header-11#header #main-menu .mega-menu .popup {
        margin-top: 0px;
    }

    .header-12#header #main-menu .mega-menu .popup {
        margin-top: 0px;
    }

    .header-11#header #main-menu .mega-menu .wide .popup {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .wide .popup {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .wide .popup > .inner {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .wide .popup > .inner {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .wide.pos-left .popup {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .wide.pos-left .popup {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .wide.pos-right .popup {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .wide.pos-right .popup {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .wide.pos-left .popup > .inner {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .wide.pos-left .popup > .inner {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .wide.pos-right .popup > .inner {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .wide.pos-right .popup > .inner {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow .popup {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow .popup {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow.pos-left .popup {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow.pos-left .popup {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow.pos-right .popup {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow.pos-right .popup {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow .popup > .inner {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow .popup > .inner {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow.pos-left .popup > .inner {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow.pos-left .popup > .inner {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow.pos-right .popup > .inner {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow.pos-right .popup > .inner {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow .popup > .inner > ul.sub-menu {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow .popup > .inner > ul.sub-menu {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow.pos-left .popup > .inner > ul.sub-menu {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow.pos-right .popup > .inner > ul.sub-menu {
        border-radius: 0px;
    }

    .header-11#header #main-menu .mega-menu .narrow ul.sub-menu ul.sub-menu {
        border-radius: 0px;
    }

    .header-12#header #main-menu .mega-menu .narrow ul.sub-menu ul.sub-menu {
        border-radius: 0px;
    }
}

@media all and (min-width:992px) {
    .header-12#header .header-main.change-logo .share-links {
        margin-top: 8px;
    }
}

@media all and (min-width:992px) {
    .header-12#header .header-main .share-links {
        margin-top: 12px;
    }
}

@media all and (max-width:991px) {
    .header-12#header .header-main .share-links {
        margin-left: 0px;
    }
}

@media all and (max-width:480px) {
    .header-12#header .header-main .share-links {
        display: none;
    }
}

.header-11#header .searchform {
    margin-left: 15px;
}

.header-15#header .searchform {
    margin-left: 15px;
}

.header-16#header .searchform {
    margin-left: 15px;
}

@media all and (max-width:991px) {
    .header-11#header .share-links {
        display: none;
    }

    .header-15#header .share-links {
        display: none;
    }

    .header-16#header .share-links {
        display: none;
    }
}

@media all and (max-width:991px) {
    .header-16#header .share-links {
        display: none;
    }
}

@media all and (min-width:992px) {
    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a {
        padding-top: 36px;
        padding-bottom: 20px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 {
        padding-top: 36px;
        padding-bottom: 20px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a .tip {
        top: 18px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 .tip {
        top: 18px;
    }

    .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item {
        margin-top: 0px;
    }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item.active {
            margin-top: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover {
            margin-top: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > a {
            border-width: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item.active > a {
            border-width: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > a {
            border-width: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item > h5 {
            border-width: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item.active > h5 {
            border-width: 0px;
        }

        .header-11#header .header-main.change-logo #main-menu .mega-menu > li.menu-item:hover > h5 {
            border-width: 0px;
        }

    .header-11#header .header-main.change-logo .share-links {
        margin-top: 13px;
    }

    .header-11#header .header-main #main-menu .mega-menu > li.menu-item {
        margin-right: 0px;
        margin-left: 0px;
    }

        .header-11#header .header-main #main-menu .mega-menu > li.menu-item > a {
            padding-top: 62px;
        }

        .header-11#header .header-main #main-menu .mega-menu > li.menu-item > h5 {
            padding-top: 62px;
        }

        .header-11#header .header-main #main-menu .mega-menu > li.menu-item > a .tip {
            top: 44px;
        }

        .header-11#header .header-main #main-menu .mega-menu > li.menu-item > h5 .tip {
            top: 44px;
        }

    .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item {
        margin-top: 0px;
    }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item.active {
            margin-top: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item:hover {
            margin-top: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item > a {
            border-width: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item.active > a {
            border-width: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item:hover > a {
            border-width: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item > h5 {
            border-width: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item.active > h5 {
            border-width: 0px;
        }

        .header-11#header .header-main .show-header-top#main-menu .mega-menu > li.menu-item:hover > h5 {
            border-width: 0px;
        }

    .header-11#header .share-links {
        margin-top: 36px;
    }
}

@media all and (max-width:991px) {
    .header-13#header .header-main .container .header-left {
        display: none;
    }
}

.header-17#header .main-menu-wrap .menu-right {
    top: auto;
    padding-left: 0px;
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

    .header-17#header .main-menu-wrap .menu-right #mini-cart {
        display: inline-block;
    }

    .header-17#header .main-menu-wrap .menu-right .searchform-popup {
        display: inline-block;
    }

        .header-17#header .main-menu-wrap .menu-right .searchform-popup .search-toggle {
            display: none;
        }

        .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform {
            background: rgba(0, 0, 0, 0.07);
            border-width: 0px;
            border-radius: 0px;
            width: 249px;
            display: block;
            position: static;
            box-shadow: none;
        }

            .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats {
                width: 369px;
            }

@media all and (max-width:1169px) {
    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform {
        width: 246px;
    }

        .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform.searchform-cats {
            width: 366px;
        }
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform::before {
    display: none;
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform fieldset {
    margin-right: 0px;
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
    border-radius: 0px;
    height: 60px;
    color: rgb(255, 255, 255);
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform select {
    border-radius: 0px;
    height: 60px;
    color: rgb(255, 255, 255);
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button {
    border-radius: 0px;
    height: 60px;
    color: rgb(255, 255, 255);
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform input:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    opacity: 0.4;
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform select:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    opacity: 0.4;
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button:-ms-input-placeholder {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    opacity: 0.4;
}

@media all and (max-width:1169px) {
    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
        height: 50px;
    }

    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform select {
        height: 50px;
    }

    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button {
        height: 50px;
    }
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label {
    height: 60px;
    line-height: 62px;
}

@media all and (max-width:1169px) {
    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label {
        height: 50px;
        line-height: 52px;
    }
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
    padding: 6px 12px 6px 22px;
    width: 200px;
    font-weight: 700;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

@media all and (max-width:1169px) {
    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform input {
        width: 197px;
    }
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform select {
    padding: 6px 12px 6px 22px;
    width: 120px;
    font-weight: 700;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform .selectric-cat {
    width: 120px;
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform .selectric .label {
    padding: 6px 12px 6px 22px;
    font-weight: 700;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

.header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button {
    padding: 6px 15px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: -1px;
    opacity: 0.4;
}

    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button:hover {
        color: rgb(0, 0, 0);
    }

    .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button .fa {
        font-family: "Simple-Line-Icons";
    }

        .header-17#header .main-menu-wrap .menu-right .searchform-popup .searchform button .fa::before {
            content: "\e090";
        }

@media all and (min-width:768px) {
    .header-17#header .header-main .container > div {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.header-17#header .feature-box .feature-box-icon {
    padding-left: 0px;
    float: left;
}

.header-17#header .feature-box .feature-box-info {
    padding-left: 0px;
    float: left;
}

.header-17#header .feature-box .feature-box-icon {
    top: 0px;
    height: auto;
    margin-right: 0px;
}

    .header-17#header .feature-box .feature-box-icon > i {
        margin: 0px;
        line-height: 110px;
    }

.header-17#header .feature-box .feature-box-info > h4 {
    margin: 0px;
    line-height: 110px;
}

.header-17#header .header-contact {
    margin: 0px;
}

.header-17#header .header-extra-info li {
    padding-right: 32px;
    margin-left: 22px;
    border-right-color: rgb(233, 233, 233);
    border-right-width: 1px;
    border-right-style: solid;
}

@media all and (max-width:1169px) {
    .header-17#header .header-extra-info li {
        padding-right: 30px;
        margin-left: 20px;
    }
}

.header-17#header .header-extra-info li:first-child {
    margin-left: 0px;
}

.header-17#header .header-extra-info li:last-child {
    padding-right: 0px;
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

@media all and (max-width:991px) {
    .header-17#header .header-extra-info li {
        padding-right: 15px;
        margin-left: 0px;
        border-right-color: currentColor;
        border-right-width: medium;
        border-right-style: none;
    }

        .header-17#header .header-extra-info li:last-child {
            padding-right: 15px;
        }
}

.sticky-header.header-9 .main-menu-wrap .menu-right {
    margin: auto;
    top: 0px;
    height: 40px;
    right: 15px;
    bottom: 0px;
    position: absolute;
}

    .sticky-header.header-9 .main-menu-wrap .menu-right #mini-cart {
        top: auto;
        bottom: auto;
        padding-top: 2px;
    }

    .sticky-header.header-9 .main-menu-wrap .menu-right .minicart-inline#mini-cart {
        padding-top: 0px;
    }

    .sticky-header.header-9 .main-menu-wrap .menu-right .minicart-box#mini-cart {
        margin: -38px auto -34px;
        height: 56px;
    }

        .sticky-header.header-9 .main-menu-wrap .menu-right .minicart-box#mini-cart .cart-head {
            margin-top: 9px;
        }

.header-wrapper.header-side-nav #header .side-top {
    text-align: center;
    display: block;
}

    .header-wrapper.header-side-nav #header .side-top::before {
        display: table;
        content: " ";
    }

    .header-wrapper.header-side-nav #header .side-top::after {
        display: table;
        content: " ";
    }

    .header-wrapper.header-side-nav #header .side-top::after {
        clear: both;
    }

    .header-wrapper.header-side-nav #header .side-top > .container {
        padding-top: 0px;
        padding-bottom: 0px;
        display: block;
        position: static;
        min-height: 0px !important;
    }

        .header-wrapper.header-side-nav #header .side-top > .container > * {
            padding: 0px !important;
            display: inline-block;
        }

            .header-wrapper.header-side-nav #header .side-top > .container > *:first-child {
                margin-right: 0px;
                margin-left: 0px;
            }

.header-wrapper.header-side-nav #header .share-links {
    margin: 0px 0px 8px;
}

    .header-wrapper.header-side-nav #header .share-links a {
        margin: 5px;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        box-shadow: none;
    }

        .header-wrapper.header-side-nav #header .share-links a:hover {
            color: rgb(255, 255, 255);
        }

    .header-wrapper.header-side-nav #header .share-links .share-twitter:hover {
        background: rgb(26, 169, 225);
    }

    .header-wrapper.header-side-nav #header .share-links .share-facebook:hover {
        background: rgb(59, 90, 154);
    }

    .header-wrapper.header-side-nav #header .share-links .share-linkedin:hover {
        background: rgb(0, 115, 178);
    }

    .header-wrapper.header-side-nav #header .share-links .share-rss:hover {
        background: rgb(255, 130, 1);
    }

    .header-wrapper.header-side-nav #header .share-links .share-googleplus:hover {
        background: rgb(221, 75, 57);
    }

    .header-wrapper.header-side-nav #header .share-links .share-pinterest:hover {
        background: rgb(204, 33, 39);
    }

    .header-wrapper.header-side-nav #header .share-links .share-youtube:hover {
        background: rgb(195, 25, 30);
    }

    .header-wrapper.header-side-nav #header .share-links .share-instagram:hover {
        background: rgb(124, 74, 58);
    }

    .header-wrapper.header-side-nav #header .share-links .share-skype:hover {
        background: rgb(0, 176, 246);
    }

    .header-wrapper.header-side-nav #header .share-links .share-email:hover {
        background: rgb(221, 75, 57);
    }

    .header-wrapper.header-side-nav #header .share-links .share-vk:hover {
        background: rgb(99, 131, 168);
    }

    .header-wrapper.header-side-nav #header .share-links .share-xing:hover {
        background: rgb(26, 117, 118);
    }

    .header-wrapper.header-side-nav #header .share-links .share-tumblr:hover {
        background: rgb(48, 78, 108);
    }

    .header-wrapper.header-side-nav #header .share-links .share-reddit:hover {
        background: rgb(255, 65, 7);
    }

    .header-wrapper.header-side-nav #header .share-links .share-vimeo:hover {
        background: rgb(82, 184, 234);
    }

    .header-wrapper.header-side-nav #header .share-links .share-telegram:hover {
        background: rgb(0, 136, 204);
    }

    .header-wrapper.header-side-nav #header .share-links .share-yelp:hover {
        background: rgb(196, 18, 0);
    }

    .header-wrapper.header-side-nav #header .share-links .share-flickr:hover {
        background: rgb(0, 99, 220);
    }

    .header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover {
        background: rgb(60, 138, 56);
    }

@media all and (min-width:992px) {
    .header-wrapper.header-side-nav {
        top: 0px;
        bottom: 0px;
        position: absolute;
        z-index: 1002;
    }

        .header-wrapper.header-side-nav #header {
            padding: 10px 15px 145px;
            left: 0px;
            top: 0px;
            width: 256px;
            position: fixed;
            min-height: 100vh;
        }

        .header-wrapper.header-side-nav .initialize#header {
            position: absolute;
        }

        .header-wrapper.header-side-nav .fixed-bottom#header {
            top: auto;
            bottom: 0px;
            position: fixed;
        }

        .header-wrapper.header-side-nav #header .side-top > .container {
            padding: 0px;
            width: 100%;
        }

        .header-wrapper.header-side-nav #header .header-main {
            background: none;
            position: static;
        }

            .header-wrapper.header-side-nav #header .header-main > .container {
                padding: 0px;
                width: 100%;
                display: block;
                position: static;
            }

                .header-wrapper.header-side-nav #header .header-main > .container > * {
                    padding: 0px;
                    display: block;
                    position: static;
                }

        .header-wrapper.header-side-nav #header .logo {
            margin: 30px auto;
            text-align: center;
        }

        .header-wrapper.header-side-nav #header .searchform {
            border-radius: 5px;
            width: 226px;
            margin-bottom: 20px;
        }

            .header-wrapper.header-side-nav #header .searchform input {
                border-width: 0px;
                padding: 0px 10px;
                border-radius: 5px 0px 0px 5px;
                width: 190px;
            }

            .header-wrapper.header-side-nav #header .searchform.searchform-cats input {
                width: 95px;
            }

            .header-wrapper.header-side-nav #header .searchform button {
                padding: 0px 10px;
                border-radius: 0px 5px 5px 0px;
            }

            .header-wrapper.header-side-nav #header .searchform select {
                border-width: 0px;
                padding: 0px 5px;
                width: 93px;
            }

            .header-wrapper.header-side-nav #header .searchform .selectric-cat {
                width: 93px;
            }

            .header-wrapper.header-side-nav #header .searchform .selectric {
                border-width: 0px;
            }

                .header-wrapper.header-side-nav #header .searchform .selectric .label {
                    padding: 0px 5px;
                }

            .header-wrapper.header-side-nav #header .searchform .autocomplete-suggestions {
                left: -1px;
                right: -1px;
            }

        .header-wrapper.header-side-nav #header .top-links {
            font-size: 0.8em;
            margin-bottom: 20px;
            display: block;
        }

            .header-wrapper.header-side-nav #header .top-links li.menu-item {
                margin: 0px;
                float: none;
                display: block;
            }

                .header-wrapper.header-side-nav #header .top-links li.menu-item::after {
                    display: none;
                }

                .header-wrapper.header-side-nav #header .top-links li.menu-item > a {
                    border-color: rgba(128, 128, 128, 0.15) !important;
                    margin: 0px;
                    border-radius: 0px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    border-top-width: 1px;
                    border-top-style: solid;
                }

                .header-wrapper.header-side-nav #header .top-links li.menu-item > h5 {
                    border-color: rgba(128, 128, 128, 0.15) !important;
                    margin: 0px;
                    border-radius: 0px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    border-top-width: 1px;
                    border-top-style: solid;
                }

            .header-wrapper.header-side-nav #header .top-links li:first-child.menu-item > a {
                border-top-width: 0px;
            }

            .header-wrapper.header-side-nav #header .top-links li:first-child.menu-item > h5 {
                border-top-width: 0px;
            }

        .header-wrapper.header-side-nav #header .header-contact {
            margin: 0px 0px 8px;
            white-space: normal;
        }

        .header-wrapper.header-side-nav #header .header-copyright {
            font-size: 0.9em;
        }

        .header-wrapper.header-side-nav .minicart-inline#mini-cart .cart-popup {
            left: 0px;
            right: auto;
        }

            .header-wrapper.header-side-nav .minicart-inline#mini-cart .cart-popup::before {
                left: 10px;
                right: auto;
            }

        .header-wrapper.header-side-nav .side-bottom {
            margin: 20px 10px;
            left: 0px;
            text-align: center;
            right: 0px;
            bottom: 0px;
            position: absolute;
        }

    .page-wrapper.side-nav .page-top.fixed-pos {
        width: 100%;
        position: fixed;
        z-index: 1001;
        box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
    }
}

.header-side-nav .sidebar-menu {
    margin-bottom: 20px;
}

    .header-side-nav .sidebar-menu > li.menu-item > a {
        border-color: rgba(128, 128, 128, 0.18) !important;
        margin-right: 0px;
        margin-left: 0px;
    }

    .header-side-nav .sidebar-menu > li.menu-item > h5 {
        border-color: rgba(128, 128, 128, 0.18) !important;
        margin-right: 0px;
        margin-left: 0px;
    }

    .header-side-nav .sidebar-menu > li.menu-item > .arrow {
        right: -5px;
    }

    .header-side-nav .sidebar-menu > li:last-child.menu-item:hover {
        border-radius: 0px;
    }

    .header-side-nav .sidebar-menu .menu-custom-block a {
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 0px;
        margin-left: 0px;
    }

        .header-side-nav .sidebar-menu .menu-custom-block a:last-child:hover {
            border-radius: 0px;
        }

    .header-side-nav .sidebar-menu .menu-custom-block .fa {
        width: 18px;
        text-align: center;
    }

    .header-side-nav .sidebar-menu .menu-custom-block .fa {
        margin-right: 5px;
    }

    .header-side-nav .sidebar-menu .menu-custom-block .avatar {
        margin-right: 5px;
    }

    .header-side-nav .sidebar-menu .menu-custom-block > .avatar img {
        margin-top: -5px;
        margin-bottom: -4px;
    }

@media all and (max-width:991px) {
    .header-wrapper.header-side-nav #header .side-top {
        padding: 10px 0px 0px;
    }

        .header-wrapper.header-side-nav #header .side-top .currency-switcher {
            float: left;
        }

        .header-wrapper.header-side-nav #header .side-top .view-switcher {
            float: left;
        }

        .header-wrapper.header-side-nav #header .side-top .mini-cart {
            float: right;
        }

    .header-wrapper.header-side-nav #header .logo {
        margin-bottom: 5px;
    }

    .header-wrapper.header-side-nav #header .sidebar-menu {
        display: none;
    }

    .header-wrapper.header-side-nav #header .share-links {
        margin: 0px 0px 0px 10px;
    }

        .header-wrapper.header-side-nav #header .share-links a:last-child {
            margin-right: 0px;
        }

    .header-wrapper.header-side-nav #header .header-copyright {
        display: none;
    }
}

@media all and (max-width:991px) {
    .header-wrapper.header-side-nav #header .side-top {
        padding-top: 0px;
    }

        .header-wrapper.header-side-nav #header .side-top > .container > * {
            display: none !important;
        }

        .header-wrapper.header-side-nav #header .side-top > .container > .mini-cart {
            top: 50%;
            height: 26px;
            right: 15px;
            bottom: 50%;
            margin-top: -12px;
            display: block !important;
            position: absolute !important;
            z-index: 1001;
        }

    .header-wrapper.header-side-nav #header .logo {
        margin: 0px;
    }

    .header-wrapper.header-side-nav #header .share-links {
        display: none;
    }

    .header-wrapper.header-side-nav #header .show-minicart .header-contact {
        margin-right: 80px;
    }
}

@media all and (max-width:480px) {
    .header-wrapper.header-side-nav #header .logo {
        margin: 0px auto;
    }
}

@media all and (min-width:992px) {
    body.boxed.body-side {
        padding-right: 30px;
        padding-left: 286px;
    }

        body.boxed.body-side.modal-open {
            padding-right: 30px !important;
            padding-left: 286px !important;
        }

        body.boxed.body-side .header-wrapper.header-side-nav {
            left: -276px;
            margin-top: -30px;
        }

        body.boxed.body-side .page-wrapper.side-nav {
            max-width: 100%;
        }

            body.boxed.body-side .page-wrapper.side-nav > * {
                padding-left: 0px;
            }

            body.boxed.body-side .page-wrapper.side-nav .container {
                padding-right: 30px;
                padding-left: 30px;
            }

            body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos {
                left: 286px;
                width: auto;
                right: 30px;
            }
}

#nav-panel {
    transition: transform 0.2s ease-in-out;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 100%;
    font-size: 0.9em;
    position: fixed;
    z-index: 9001;
    -ms-overflow-x: hidden;
    -ms-overflow-y: scroll;
    transform: translate(-260px);
    -webkit-transform: translate(-260px);
    -webkit-transition: transform 0.2s ease-in-out 0s;
    -moz-transition: transform 0.2s ease-in-out 0s;
    -moz-transform: translate(-260px);
    -o-transform: translate(-260px);
    botom: 0;
}

.panel-left#nav-panel {
    left: 0px;
    right: auto;
    transform: translate(-260px);
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -o-transform: translate(-260px);
}

.panel-right#nav-panel {
    left: auto;
    right: 0px;
    transform: translate(260px);
    -webkit-transform: translate(260px);
    -moz-transform: translate(260px);
    -o-transform: translate(260px);
}

#nav-panel-close {
    border-radius: 0px 6px 6px 0px;
    left: 260px;
    top: 85px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 17px;
    text-decoration: none;
    margin-left: -40px;
    display: block;
    position: fixed;
    z-index: 9000;
    transform: translate(-260px);
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -o-transform: translate(-260px);
}

.panel-left#nav-panel-close {
    border-radius: 0px 6px 6px 0px;
    left: 260px;
    right: auto;
    margin-right: auto;
    margin-left: -40px;
    transform: translate(-260px);
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -o-transform: translate(-260px);
}

.panel-right#nav-panel-close {
    border-radius: 6px 0px 0px 6px;
    left: auto;
    right: 260px;
    margin-right: -40px;
    margin-left: auto;
    transform: translate(260px);
    -webkit-transform: translate(260px);
    -moz-transform: translate(260px);
    -o-transform: translate(260px);
}

.panel-overlay {
    opacity: 0;
}

    .panel-overlay.active {
        background: rgb(0, 0, 0);
        transition: opacity 0.2s ease-in-out;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: fixed;
        z-index: 8999;
        min-height: 100vh;
        opacity: 0.35;
        -webkit-transition: opacity 0.2s ease-in-out 0s;
        -moz-transition: opacity 0.2s ease-in-out 0s;
    }

html.panel-opened body > * {
    z-index: 0;
}

html.panel-opened body #nav-panel {
    transition: transform 0.3s ease-in-out;
    z-index: 9001;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -webkit-transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
}

html.panel-opened body #nav-panel-close {
    transition: transform 0.3s ease-in-out, margin ease-in-out;
    margin-left: 0px;
    z-index: 9000;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -webkit-transition: transform 0.3s ease-in-out 0s, margin ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s, margin ease-in-out 0s;
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
}

html.panel-opened body .panel-left#nav-panel-close {
    margin-right: auto;
    margin-left: 0px;
}

html.panel-opened body .panel-right#nav-panel-close {
    margin-right: 0px;
    margin-left: auto;
}

html.panel-opened #wpadminbar {
    z-index: 8000;
}

#nav-panel .welcome-msg {
    margin: 15px 0px;
    padding: 0px 10px;
    text-align: center;
    display: block;
}

    #nav-panel .welcome-msg p {
        margin: 5px 0px;
    }

    #nav-panel .welcome-msg .pull-left {
        float: none !important;
    }

    #nav-panel .welcome-msg .pull-right {
        float: none !important;
    }

#nav-panel .accordion-menu {
    font-size: 0.85em;
}

    #nav-panel .accordion-menu .arrow {
        right: 5px;
    }

#nav-panel .mobile-menu {
    font-size: 1em;
}

#nav-panel .switcher-wrap {
    margin: 15px 0px;
    padding: 0px 10px;
}

#nav-panel .woocs-switcher li {
    cursor: pointer !important;
}

    #nav-panel .woocs-switcher li > h5 {
        cursor: pointer !important;
    }

#nav-panel .menu-wrap {
    margin: 15px 0px;
    padding: 0px 10px;
}

#nav-panel .menu-custom-block {
    margin: 15px 0px;
    padding: 0px 10px;
}

    #nav-panel .menu-custom-block a {
        display: block;
    }

    #nav-panel .menu-custom-block span {
        display: block;
    }

    #nav-panel .menu-custom-block a {
        padding: 5px 6px;
        text-decoration: none;
    }

    #nav-panel .menu-custom-block .tip {
        padding: 2px;
        border-radius: 2px;
        color: rgb(255, 255, 255);
        line-height: 1;
        font-size: 9px;
        font-style: normal;
        margin-left: 10px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

        #nav-panel .menu-custom-block .tip.hot {
            background-color: rgb(235, 39, 113);
        }

            #nav-panel .menu-custom-block .tip.hot .tip-arrow::before {
                color: rgb(235, 39, 113);
            }

        #nav-panel .menu-custom-block .tip .tip-arrow::before {
            margin: auto;
            left: -4px;
            top: 0px;
            width: 4px;
            height: 6px;
            text-align: right;
            bottom: 0px;
            font-family: "Elusive-Icons";
            font-size: 5px;
            font-style: normal;
            display: inline-block;
            position: absolute;
            content: "\f126";
        }

#nav-panel .share-links {
    margin: 15px 0px;
    padding: 0px 5px;
    text-align: center;
    font-size: 1em;
}

.page-top {
    padding: 8px 0px 6px;
    text-align: left;
    position: relative;
    min-height: 40px;
    background-color: rgb(23, 23, 23);
}

[data-plugin-parallax].page-top {
    background-position: 50% 50%;
}

.page-top.wide .container {
    width: 100%;
}

.page-top .breadcrumbs-wrap {
    font-size: 0.9em;
}

.page-top .breadcrumbs-prefix {
    margin-right: 10px;
}

.page-top ul.breadcrumb {
    background: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

    .page-top ul.breadcrumb > li {
        text-shadow: none;
    }

        .page-top ul.breadcrumb > li a {
            background: none;
            border-color: transparent;
            text-transform: none;
            display: inline-block;
        }

        .page-top ul.breadcrumb > li + li::before {
            display: none;
        }

        .page-top ul.breadcrumb > li .delimiter {
            width: 20px;
            text-align: center;
            font-family: "FontAwesome";
            font-style: normal;
            display: inline-block;
        }

            .page-top ul.breadcrumb > li .delimiter::before {
                right: -2px;
                position: relative;
                content: "/\00a0";
            }

            .page-top ul.breadcrumb > li .delimiter.delimiter-2::before {
                right: -1px;
                content: "\f105";
            }

    .page-top ul.breadcrumb li span {
        margin-left: 5px;
    }

        .page-top ul.breadcrumb li span:first-child {
            margin-left: 0px;
        }

.page-top .yoast-breadcrumbs {
    font-size: 12px;
}

    .page-top .yoast-breadcrumbs a {
        margin-right: 5px;
    }

    .page-top .yoast-breadcrumbs span {
        margin-left: 5px;
    }

    .page-top .yoast-breadcrumbs .breadcrumb_last {
        margin-left: 5px;
    }

.page-top .page-title {
    margin: 0px;
    padding: 0px 0px 2px;
    text-transform: none;
    line-height: 46px;
    letter-spacing: -1px;
    font-size: 2.2em;
    font-weight: 200;
    display: inline-block;
    position: relative;
    z-index: 2;
    min-height: 37px;
}

@media all and (max-width:767px) {
    .page-top .page-title {
        font-size: 2em;
    }
}

.page-top .page-sub-title {
    line-height: 1.4;
    letter-spacing: -1px;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .page-top .page-sub-title {
        font-size: 1.2em;
    }
}

.page-top .product-nav {
    top: 50%;
    height: 30px;
    right: 15px;
    bottom: 50%;
    margin-top: -15px;
    position: absolute;
}

    .page-top .product-nav::before {
        display: table;
        content: " ";
    }

    .page-top .product-nav::after {
        display: table;
        content: " ";
    }

    .page-top .product-nav::after {
        clear: both;
    }

    .page-top .product-nav .product-prev {
        float: left;
        display: inline-block;
    }

    .page-top .product-nav .product-next {
        float: left;
        display: inline-block;
    }

    .page-top .product-nav .product-prev:hover .product-popup {
        display: block;
    }

    .page-top .product-nav .product-next:hover .product-popup {
        display: block;
    }

    .page-top .product-nav a {
        display: block;
    }

    .page-top .product-nav .product-link {
        width: 26px;
        height: 30px;
        text-align: center;
        font-size: 1.14em;
        text-decoration: none;
        display: inline-block;
    }

        .page-top .product-nav .product-link.disabled {
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            cursor: default;
            opacity: 0.5;
            -webkit-filter: grayscale(30%);
        }

        .page-top .product-nav .product-link::before {
            line-height: 30px;
            font-family: "FontAwesome";
        }

    .page-top .product-nav .product-prev .product-link::before {
        content: "\f054";
    }

    .page-top .product-nav .product-prev .product-popup::before {
        right: 6px;
    }

    .page-top .product-nav .product-next .product-link::before {
        content: "\f053";
    }

    .page-top .product-nav .product-next .product-popup::before {
        right: 32px;
    }

    .page-top .product-nav .featured-box {
        border-width: 0px;
        margin: 0px;
        text-align: left;
        display: block;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
    }

        .page-top .product-nav .featured-box .box-content {
            padding: 10px;
            display: block;
        }

            .page-top .product-nav .featured-box .box-content::before {
                display: table;
                content: " ";
            }

            .page-top .product-nav .featured-box .box-content::after {
                display: table;
                content: " ";
            }

            .page-top .product-nav .featured-box .box-content::after {
                clear: both;
            }

    .page-top .product-nav .product-popup {
        top: 30px;
        width: 250px;
        right: 0px;
        font-size: 0.92em;
        display: none;
        position: absolute;
        z-index: 999;
    }

        .page-top .product-nav .product-popup::before {
            top: -5px;
            border-right-color: transparent !important;
            border-bottom-color: rgb(204, 204, 204);
            border-left-color: transparent !important;
            border-right-width: 7px !important;
            border-bottom-width: 7px;
            border-left-width: 7px !important;
            border-right-style: solid !important;
            border-bottom-style: solid;
            border-left-style: solid !important;
            position: absolute;
            content: "";
        }

        .page-top .product-nav .product-popup .product-image {
            padding: 3px;
            border-radius: 5px;
            width: 90px;
            float: left;
        }

            .page-top .product-nav .product-popup .product-image img {
                border-radius: 3px;
                width: 100%;
                height: auto;
            }

        .page-top .product-nav .product-popup .product-details {
            width: 130px;
            float: right;
        }

            .page-top .product-nav .product-popup .product-details .product-title {
                display: block;
            }

            .page-top .product-nav .product-popup .product-details .amount {
                color: rgb(68, 68, 68);
                line-height: 1;
                font-size: 1.07em;
                font-weight: 600;
                vertical-align: middle;
            }

                .page-top .product-nav .product-popup .product-details .amount .currency {
                    font-size: 0.75em;
                    font-weight: 400;
                }

                .page-top .product-nav .product-popup .product-details .amount .decimal {
                    font-size: 0.75em;
                    font-weight: 400;
                }

                .page-top .product-nav .product-popup .product-details .amount .currency .decimal {
                    font-size: 1em;
                }

            .page-top .product-nav .product-popup .product-details ins {
                text-decoration: none;
                vertical-align: baseline;
            }

            .page-top .product-nav .product-popup .product-details del {
                color: rgb(167, 167, 167);
                font-size: 0.8em;
                margin-right: 3px;
                vertical-align: baseline;
            }

            .page-top .product-nav .product-popup .product-details .from {
                color: rgb(167, 167, 167);
                font-size: 0.8em;
                margin-right: 3px;
                vertical-align: baseline;
            }

            .page-top .product-nav .product-popup .product-details del .amount {
                color: rgb(167, 167, 167);
            }

            .page-top .product-nav .product-popup .product-details .from .amount {
                color: rgb(167, 167, 167);
            }

.page-top .sort-source {
    right: 15px;
    bottom: 0px;
    position: absolute;
}

    .page-top .sort-source::before {
        display: table;
        content: " ";
    }

    .page-top .sort-source::after {
        display: table;
        content: " ";
    }

    .page-top .sort-source::after {
        clear: both;
    }

    .page-top .sort-source > li {
        float: none;
        display: inline-block;
    }

        .page-top .sort-source > li.active > a {
            background: none !important;
        }

@media all and (max-width:767px) {
    .page-top .sort-source {
        left: 0px;
        text-align: right;
        right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        z-index: 1;
    }
}

.page-top .hide-title .sort-source {
    bottom: -6px;
}

body.single-product .page-top.page-header-1 .breadcrumbs-wrap {
    padding-right: 55px;
}

body.single-product .page-top.page-header-2 .breadcrumbs-wrap {
    padding-right: 55px;
}

.page-top.page-header-1 .page-title {
    padding-bottom: 17px;
    margin-bottom: -16px;
}

.page-top.page-header-3 .product-nav {
    height: auto;
    margin-top: 0px;
    position: static;
}

.page-top.page-header-4 .product-nav {
    height: auto;
    margin-top: 0px;
    position: static;
}

.page-top.page-header-5 .product-nav {
    height: auto;
    margin-top: 0px;
    position: static;
}

.page-top.page-header-3 .product-nav .product-prev {
    top: 50%;
    height: 30px;
    bottom: 50%;
    margin-top: -15px;
    float: none;
    position: absolute;
}

.page-top.page-header-4 .product-nav .product-prev {
    top: 50%;
    height: 30px;
    bottom: 50%;
    margin-top: -15px;
    float: none;
    position: absolute;
}

.page-top.page-header-5 .product-nav .product-prev {
    top: 50%;
    height: 30px;
    bottom: 50%;
    margin-top: -15px;
    float: none;
    position: absolute;
}

.page-top.page-header-3 .product-nav .product-next {
    top: 50%;
    height: 30px;
    bottom: 50%;
    margin-top: -15px;
    float: none;
    position: absolute;
}

.page-top.page-header-4 .product-nav .product-next {
    top: 50%;
    height: 30px;
    bottom: 50%;
    margin-top: -15px;
    float: none;
    position: absolute;
}

.page-top.page-header-5 .product-nav .product-next {
    top: 50%;
    height: 30px;
    bottom: 50%;
    margin-top: -15px;
    float: none;
    position: absolute;
}

.page-top.page-header-3 .product-nav .product-prev {
    right: 10px;
}

.page-top.page-header-4 .product-nav .product-prev {
    right: 10px;
}

.page-top.page-header-5 .product-nav .product-prev {
    right: 10px;
}

.page-top.page-header-3 .product-nav .product-next {
    left: 10px;
}

.page-top.page-header-4 .product-nav .product-next {
    left: 10px;
}

.page-top.page-header-5 .product-nav .product-next {
    left: 10px;
}

.page-top.page-header-3 .product-nav .product-next .product-popup {
    left: 0px;
    right: auto;
}

.page-top.page-header-4 .product-nav .product-next .product-popup {
    left: 0px;
    right: auto;
}

.page-top.page-header-5 .product-nav .product-next .product-popup {
    left: 0px;
    right: auto;
}

.page-top.page-header-3 .product-nav .product-next .product-popup::before {
    left: 6px;
    right: auto;
}

.page-top.page-header-4 .product-nav .product-next .product-popup::before {
    left: 6px;
    right: auto;
}

.page-top.page-header-5 .product-nav .product-next .product-popup::before {
    left: 6px;
    right: auto;
}

.page-top.page-header-3 .sort-source {
    border-width: 0px;
    text-align: center;
    margin-top: 5px;
    position: static;
}

.page-top.page-header-4 .sort-source {
    border-width: 0px;
    text-align: center;
    margin-top: 5px;
    position: static;
}

.page-top.page-header-5 .sort-source {
    border-width: 0px;
    text-align: center;
    margin-top: 5px;
    position: static;
}

@media all and (max-width:991px) {
    .page-top.page-header-4 .pt-left {
        text-align: center;
        float: none !important;
    }

    .page-top.page-header-5 .pt-left {
        text-align: center;
        float: none !important;
    }

    .page-top.page-header-4 .pt-right {
        text-align: center;
        float: none !important;
    }

    .page-top.page-header-5 .pt-right {
        text-align: center;
        float: none !important;
    }

    .page-top.page-header-4 .page-sub-title {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .page-top.page-header-5 .page-sub-title {
        margin-top: 0px;
        margin-bottom: 5px;
    }
}

@media all and (min-width:992px) {
    .page-top.page-header-4 .page-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-top.page-header-5 .page-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-top.page-header-4 .breadcrumbs-wrap {
        margin-top: 23px;
        margin-bottom: 22px;
    }

    .page-top.page-header-5 .breadcrumbs-wrap {
        margin-top: 23px;
        margin-bottom: 22px;
    }

    .page-top.page-header-4 .breadcrumbs-wrap.breadcrumbs-with-subtitle {
        margin-top: 39px;
        margin-bottom: 38px;
    }

    .page-top.page-header-5 .breadcrumbs-wrap.breadcrumbs-with-subtitle {
        margin-top: 39px;
        margin-bottom: 38px;
    }

    .page-top.page-header-4 .product-nav {
        height: 30px;
        vertical-align: middle;
        display: inline-block;
        position: static;
    }

    .page-top.page-header-5 .product-nav {
        height: 30px;
        vertical-align: middle;
        display: inline-block;
        position: static;
    }

    .page-top.page-header-4 .product-nav .product-prev {
        position: relative;
    }

    .page-top.page-header-5 .product-nav .product-prev {
        position: relative;
    }

    .page-top.page-header-4 .product-nav .product-next {
        position: relative;
    }

    .page-top.page-header-5 .product-nav .product-next {
        position: relative;
    }

    .page-top.page-header-4 .product-nav {
        margin-left: 10px;
    }

    .page-top.page-header-5 .product-nav {
        margin-left: 10px;
    }

    .page-top.page-header-4 .product-nav .product-prev {
        left: 0px;
        float: left;
    }

    .page-top.page-header-5 .product-nav .product-prev {
        left: 0px;
        float: left;
    }

    .page-top.page-header-4 .product-nav .product-prev .product-popup {
        left: -26px;
        right: auto;
    }

    .page-top.page-header-5 .product-nav .product-prev .product-popup {
        left: -26px;
        right: auto;
    }

    .page-top.page-header-4 .product-nav .product-prev .product-popup::before {
        left: 32px;
        right: auto;
    }

    .page-top.page-header-5 .product-nav .product-prev .product-popup::before {
        left: 32px;
        right: auto;
    }

    .page-top.page-header-4 .product-nav .product-next {
        left: 0px;
        float: left;
    }

    .page-top.page-header-5 .product-nav .product-next {
        left: 0px;
        float: left;
    }

    .page-top.page-header-4 .product-nav .product-next .product-popup {
        left: 0px;
        right: auto;
    }

    .page-top.page-header-5 .product-nav .product-next .product-popup {
        left: 0px;
        right: auto;
    }

    .page-top.page-header-4 .product-nav .product-next .product-popup::before {
        left: 6px;
        right: auto;
    }

    .page-top.page-header-5 .product-nav .product-next .product-popup::before {
        left: 6px;
        right: auto;
    }
}

@media all and (min-width:992px) {
    .page-top.page-header-4 .product-nav {
        height: auto;
    }
}

#breadcrumbs-boxed {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media all and (max-width:479px) {
    .page-top .page-title {
        line-height: 37px;
    }
}

@media all and (max-width:991px) {
    .mobile-hide-sidebar {
        display: none;
    }
}

.mobile-sidebar {
    background: rgb(255, 255, 255);
    transition: transform 0.2s ease-in-out;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 100%;
    position: fixed;
    z-index: 9000;
    transform: translate(-260px);
    -webkit-transform: translate(-260px);
    -webkit-transition: transform 0.2s ease-in-out 0s;
    -moz-transition: transform 0.2s ease-in-out 0s;
    -moz-transform: translate(-260px);
    -o-transform: translate(-260px);
    botom: 0;
}

    .mobile-sidebar .sidebar-toggle {
        background: rgb(255, 255, 255);
        border-width: 1px 1px 1px 0px;
        border-style: solid;
        border-color: rgb(204, 204, 204);
        margin: auto;
        border-radius: 0px 6px 6px 0px;
        transition: 0.2s ease-in-out;
        border-image: none;
        top: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        right: -40px;
        bottom: 40px;
        line-height: 38px;
        font-size: 17px;
        text-decoration: none;
        display: none;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
    }

        .mobile-sidebar .sidebar-toggle i::before {
            content: "\f054";
        }

        .mobile-sidebar .sidebar-toggle:hover {
            color: rgb(29, 33, 39);
            box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
        }

@media all and (max-width:991px) {
    .mobile-sidebar .sidebar-toggle {
        display: block;
    }
}

.mobile-sidebar .sidebar-content {
    padding: 15px;
    height: 100%;
    display: block;
    -ms-overflow-x: hidden;
    -ms-overflow-y: scroll;
}

.sidebar-overlay {
    opacity: 0;
}

    .sidebar-overlay.active {
        background: rgb(0, 0, 0);
        transition: opacity 0.2s ease-in-out;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        position: fixed;
        z-index: 8999;
        min-height: 100vh;
        opacity: 0.35;
        -webkit-transition: opacity 0.2s ease-in-out 0s;
        -moz-transition: opacity 0.2s ease-in-out 0s;
    }

html.sidebar-opened body > * {
    z-index: 0;
}

html.sidebar-opened body .mobile-sidebar {
    transition: transform 0.3s ease-in-out;
    z-index: 9000;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    -webkit-transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -moz-transform: translate(0px);
    -o-transform: translate(0px);
}

    html.sidebar-opened body .mobile-sidebar .sidebar-toggle i::before {
        content: "\f00d";
    }

html.sidebar-opened #wpadminbar {
    z-index: 8000;
}

.section-title {
    color: rgb(49, 49, 49);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: normal;
    font-size: 1.14em;
    font-weight: 700;
    margin-bottom: 1.25em;
}

section.section {
    background: rgb(244, 244, 244);
    margin: 30px 0px;
    padding: 50px 0px;
    border-top-color: rgb(241, 241, 241);
    border-top-width: 5px;
    border-top-style: solid;
}

.vc_row.section {
    background: rgb(244, 244, 244);
    margin: 30px 0px;
    padding: 50px 0px;
    border-top-color: rgb(241, 241, 241);
    border-top-width: 5px;
    border-top-style: solid;
}

.vc_column_container.section {
    background: rgb(244, 244, 244);
    margin: 30px 0px;
    padding: 50px 0px;
    border-top-color: rgb(241, 241, 241);
    border-top-width: 5px;
    border-top-style: solid;
}

section.section.section-center {
    text-align: center;
}

.vc_row.section.section-center {
    text-align: center;
}

.vc_column_container.section.section-center {
    text-align: center;
}

section.section.section-text-light {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light {
    color: rgb(255, 255, 255);
}

section.section.section-text-light h1 {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light h1 {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light h1 {
    color: rgb(255, 255, 255);
}

section.section.section-text-light h2 {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light h2 {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light h2 {
    color: rgb(255, 255, 255);
}

section.section.section-text-light h3 {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light h3 {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light h3 {
    color: rgb(255, 255, 255);
}

section.section.section-text-light h4 {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light h4 {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light h4 {
    color: rgb(255, 255, 255);
}

section.section.section-text-light h5 {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light h5 {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light h5 {
    color: rgb(255, 255, 255);
}

section.section.section-text-light h6 {
    color: rgb(255, 255, 255);
}

.vc_row.section.section-text-light h6 {
    color: rgb(255, 255, 255);
}

.vc_column_container.section.section-text-light h6 {
    color: rgb(255, 255, 255);
}

section.section.section-text-light p {
    color: rgb(230, 230, 230);
}

.vc_row.section.section-text-light p {
    color: rgb(230, 230, 230);
}

.vc_column_container.section.section-text-light p {
    color: rgb(230, 230, 230);
}

section.section.section-text-dark {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark h1 {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark h1 {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark h1 {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark h2 {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark h2 {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark h2 {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark h3 {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark h3 {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark h3 {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark h4 {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark h4 {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark h4 {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark h5 {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark h5 {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark h5 {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark h6 {
    color: rgb(29, 33, 39);
}

.vc_row.section.section-text-dark h6 {
    color: rgb(29, 33, 39);
}

.vc_column_container.section.section-text-dark h6 {
    color: rgb(29, 33, 39);
}

section.section.section-text-dark p {
    color: rgb(51, 58, 68);
}

.vc_row.section.section-text-dark p {
    color: rgb(51, 58, 68);
}

.vc_column_container.section.section-text-dark p {
    color: rgb(51, 58, 68);
}

section.section.section-background {
    border: 0px currentColor;
    border-image: none;
    background-repeat: repeat;
}

.vc_row.section.section-background {
    border: 0px currentColor;
    border-image: none;
    background-repeat: repeat;
}

.vc_column_container.section.section-background {
    border: 0px currentColor;
    border-image: none;
    background-repeat: repeat;
}

section.section.section-overlay {
    position: relative;
}

.vc_row.section.section-overlay {
    position: relative;
}

.vc_column_container.section.section-overlay {
    position: relative;
}

section.section.section-overlay::before {
    background: url("../images/video-overlay.png") 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    content: "";
}

.vc_row.section.section-overlay::before {
    background: url("../images/video-overlay.png") 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    content: "";
}

.vc_column_container.section.section-overlay::before {
    background: url("../images/video-overlay.png") 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    content: "";
}

section.section.section-video {
    background: none !important;
    border: 0px currentColor;
    border-image: none;
}

.vc_row.section.section-video {
    background: none !important;
    border: 0px currentColor;
    border-image: none;
}

.vc_column_container.section.section-video {
    background: none !important;
    border: 0px currentColor;
    border-image: none;
}

section.section.section-parallax {
    border: 0px currentColor;
    border-image: none;
    background-color: transparent;
}

.vc_row.section.section-parallax {
    border: 0px currentColor;
    border-image: none;
    background-color: transparent;
}

.vc_column_container.section.section-parallax {
    border: 0px currentColor;
    border-image: none;
    background-color: transparent;
}

section.section.section-with-divider {
    margin: 56px 0px 35px;
}

.vc_row.section.section-with-divider {
    margin: 56px 0px 35px;
}

.vc_column_container.section.section-with-divider {
    margin: 56px 0px 35px;
}

section.section.section-with-divider .section-divider {
    margin: -56px 0px 44px;
}

.vc_row.section.section-with-divider .section-divider {
    margin: -56px 0px 44px;
}

.vc_column_container.section.section-with-divider .section-divider {
    margin: -56px 0px 44px;
}

section.section.section-with-divider-footer {
    margin: 35px 0px 56px;
}

.vc_row.section.section-with-divider-footer {
    margin: 35px 0px 56px;
}

.vc_column_container.section.section-with-divider-footer {
    margin: 35px 0px 56px;
}

section.section.section-with-divider-footer .section-divider {
    margin: 44px 0px -56px;
}

.vc_row.section.section-with-divider-footer .section-divider {
    margin: 44px 0px -56px;
}

.vc_column_container.section.section-with-divider-footer .section-divider {
    margin: 44px 0px -56px;
}

section.section.section-footer {
    margin-bottom: -50px;
}

.vc_row.section.section-footer {
    margin-bottom: -50px;
}

.vc_column_container.section.section-footer {
    margin-bottom: -50px;
}

section.section :last-child.porto-section > div > *:last-child {
    margin-bottom: 0px;
}

.vc_row.section :last-child.porto-section > div > *:last-child {
    margin-bottom: 0px;
}

.vc_column_container.section :last-child.porto-section > div > *:last-child {
    margin-bottom: 0px;
}

section.section.section-no-borders {
    border-width: 0px;
}

.vc_row.section.section-no-borders {
    border-width: 0px;
}

.vc_column_container.section.section-no-borders {
    border-width: 0px;
}

.vc_row.section.section-with-divider .section-divider {
    left: 0px;
    top: 50px;
    width: 100%;
    position: absolute;
}

.vc_column_container.section.section-with-divider .section-divider {
    left: 0px;
    top: 50px;
    width: 100%;
    position: absolute;
}

.vc_row.section.section-with-divider-footer .section-divider {
    left: 0px;
    width: 100%;
    bottom: 55px;
    position: absolute;
}

.vc_column_container.section.section-with-divider-footer .section-divider {
    left: 0px;
    width: 100%;
    bottom: 55px;
    position: absolute;
}

.vc_row.section {
    margin-right: -15px;
    margin-left: -15px;
}

    .vc_row.section.section-with-divider {
        margin-right: -15px;
        margin-left: -15px;
    }

    .vc_row.section.section-with-divider-footer {
        margin-right: -15px;
        margin-left: -15px;
    }

.vc_column_container.section {
    margin: 0px;
    padding: 50px 20px;
}

.vc_row.section > .vc_column_container .wpb_wrapper > div:last-child {
    margin-bottom: 0px;
}

.vc_row.section > .porto-container > .vc_row > .vc_column_container .wpb_wrapper > div:last-child {
    margin-bottom: 0px;
}

.vc_column_container.section .wpb_wrapper > div:last-child {
    margin-bottom: 0px;
}

.col-half-section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    position: relative;
    min-height: 1px;
    max-width: 540px;
}

    .col-half-section.col-half-section-right {
        float: right;
    }

@media all and (max-width:1169px) {
    .col-half-section {
        max-width: 450px;
    }
}

@media all and (max-width:991px) {
    .col-half-section {
        margin: 0px auto !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        float: none !important;
        max-width: 100%;
    }
}

.slider-title {
    color: rgb(49, 49, 49);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: normal;
    font-size: 1.14em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 1.25em;
    position: relative;
}

    .slider-title .line {
        width: 0px;
        height: 1px;
        bottom: 0.7em;
        display: block;
        position: relative;
        content: "";
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    }

@media all and (max-width:480px) {
    .slider-title .line {
        display: none !important;
    }
}

.master-slider {
    direction: ltr;
}

    .master-slider .ms-container .ms-nav-prev {
        background: none;
        border-radius: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1;
        font-family: "FontAwesome";
        font-size: 2.85em;
        margin-top: -25px;
    }

    .master-slider .ms-container .ms-nav-next {
        background: none;
        border-radius: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1;
        font-family: "FontAwesome";
        font-size: 2.85em;
        margin-top: -25px;
    }

    .master-slider .ms-container .ms-slide-vpbtn {
        background: none;
        border-radius: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1;
        font-family: "FontAwesome";
        font-size: 2.85em;
        margin-top: -25px;
    }

    .master-slider .ms-container .ms-video-btn {
        background: none;
        border-radius: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 1;
        font-family: "FontAwesome";
        font-size: 2.85em;
        margin-top: -25px;
    }

    .master-slider .ms-container .ms-nav-prev::before {
        line-height: 50px;
        font-size: 1.5em;
        display: block;
        text-shadow: 0px 0px 3px #fff;
    }

    .master-slider .ms-container .ms-nav-next::before {
        line-height: 50px;
        font-size: 1.5em;
        display: block;
        text-shadow: 0px 0px 3px #fff;
    }

    .master-slider .ms-container .ms-slide-vpbtn::before {
        line-height: 50px;
        font-size: 1.5em;
        display: block;
        text-shadow: 0px 0px 3px #fff;
    }

    .master-slider .ms-container .ms-video-btn::before {
        line-height: 50px;
        font-size: 1.5em;
        display: block;
        text-shadow: 0px 0px 3px #fff;
    }

    .master-slider .ms-container .ms-nav-prev {
        left: 0px;
    }

        .master-slider .ms-container .ms-nav-prev::before {
            content: "\f104";
        }

    .master-slider .ms-container .ms-nav-next {
        right: 0px;
    }

        .master-slider .ms-container .ms-nav-next::before {
            content: "\f105";
        }

    .master-slider .ms-container .ms-slide-vpbtn::before {
        font-size: 1.1em;
        content: "\f04b";
        text-shadow: none;
    }

    .master-slider .ms-container .ms-video-btn::before {
        font-size: 1.1em;
        content: "\f04b";
        text-shadow: none;
    }

    .master-slider .ms-container .ms-bullet {
        margin: 5px 7px !important;
        border-radius: 20px;
        width: 10px;
        height: 10px;
        opacity: 0.5;
        background-image: none;
    }

    .master-slider .ms-container .ms-bullet-selected {
        opacity: 1;
    }

    .master-slider .ms-loading-container .ms-loading {
        border-radius: 0px;
        opacity: 1;
        box-shadow: none;
        background-image: none;
        background-color: transparent;
    }

    .master-slider .ms-slide .ms-slide-loading {
        border-radius: 0px;
        opacity: 1;
        box-shadow: none;
        background-image: none;
        background-color: transparent;
    }

    .master-slider .ms-loading-container .ms-loading::before {
        border-width: 3px 5px 2px 0px;
        border-style: solid;
        margin: auto;
        border-radius: 20px;
        border-image: none;
        left: 0px;
        top: 0px;
        width: 32px;
        height: 32px;
        right: 0px;
        bottom: 0px;
        vertical-align: middle;
        border-bottom-color: transparent !important;
        display: inline-block !important;
        position: absolute;
        content: " ";
        -webkit-animation: 1s linear 0s normal none infinite running spin;
    }

    .master-slider .ms-slide .ms-slide-loading::before {
        border-width: 3px 5px 2px 0px;
        border-style: solid;
        margin: auto;
        border-radius: 20px;
        border-image: none;
        left: 0px;
        top: 0px;
        width: 32px;
        height: 32px;
        right: 0px;
        bottom: 0px;
        vertical-align: middle;
        border-bottom-color: transparent !important;
        display: inline-block !important;
        position: absolute;
        content: " ";
        -webkit-animation: 1s linear 0s normal none infinite running spin;
    }

    .master-slider .ms-slide {
        overflow: hidden;
    }

#content .master-slider {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-top .master-slider {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-bottom .master-slider {
    border-radius: 7px;
    overflow: hidden;
}

#content .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-top .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 7px;
    overflow: hidden;
}

#content .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 7px;
    overflow: hidden;
}

#content .rev_slider_wrapper {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-top .rev_slider_wrapper {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-bottom .rev_slider_wrapper {
    border-radius: 7px;
    overflow: hidden;
}

#content .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 7px;
    overflow: hidden;
}

#content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 7px;
    overflow: hidden;
}

body.wide #content .master-slider {
    border-radius: 0px;
}

body.wide #content-inner-top .master-slider {
    border-radius: 0px;
}

body.wide #content-inner-bottom .master-slider {
    border-radius: 0px;
}

.column1.wide #content .master-slider {
    border-radius: 0px;
}

.column1.wide #content-inner-top .master-slider {
    border-radius: 0px;
}

.column1.wide #content-inner-bottom .master-slider {
    border-radius: 0px;
}

body.wide #content .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
}

body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
}

body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
}

.column1.wide #content .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
}

.column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
}

.column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
}

body.wide #content .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
}

body.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
}

body.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
}

.column1.wide #content .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
}

.column1.wide #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
}

.column1.wide #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
}

body.wide #content .rev_slider_wrapper {
    border-radius: 0px;
}

body.wide #content-inner-top .rev_slider_wrapper {
    border-radius: 0px;
}

body.wide #content-inner-bottom .rev_slider_wrapper {
    border-radius: 0px;
}

.column1.wide #content .rev_slider_wrapper {
    border-radius: 0px;
}

.column1.wide #content-inner-top .rev_slider_wrapper {
    border-radius: 0px;
}

.column1.wide #content-inner-bottom .rev_slider_wrapper {
    border-radius: 0px;
}

body.wide #content .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
}

body.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
}

body.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
}

.column1.wide #content .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
}

.column1.wide #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
}

.column1.wide #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
}

.wide#main #content .master-slider {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-top .master-slider {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-bottom .master-slider {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-top .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-bottom .master-slider .ms-slide .ms-slide-bgcont {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-top .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-bottom .master-slider .ms-slide .ms-slide-bgvideocont {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content .rev_slider_wrapper {
    border-radius: 0px;
}

.wide#main #content-inner-top .rev_slider_wrapper {
    border-radius: 0px;
}

.wide#main #content-inner-bottom .rev_slider_wrapper {
    border-radius: 0px;
}

.wide#main #content .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-top .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
    overflow: visible;
}

.wide#main #content-inner-bottom .rev_slider_wrapper li.tp-revslider-slidesli {
    border-radius: 0px;
    overflow: visible;
}

.rev_slider_wrapper {
    line-height: 1.4285;
    z-index: 0;
}

.tparrows {
    border-radius: 6px;
}

    .tparrows.tparrows-carousel {
        padding: 20px 0px;
        width: 30px;
        height: auto;
        display: inline-block;
        position: absolute;
    }

        .tparrows.tparrows-carousel.tp-leftarrow {
            border-radius: 0px 4px 4px 0px;
            left: -30px !important;
            right: auto !important;
        }

            .tparrows.tparrows-carousel.tp-leftarrow::before {
                left: -1px;
                top: 1px;
                font-family: FontAwesome;
                position: relative;
                content: "\f053";
            }

        .tparrows.tparrows-carousel.tp-rightarrow {
            border-radius: 4px 0px 0px 4px;
            left: auto !important;
            right: -60px !important;
        }

            .tparrows.tparrows-carousel.tp-rightarrow::before {
                left: 2px;
                top: 1px;
                font-family: FontAwesome;
                position: relative;
                content: "\f054";
            }

.tp-visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.rev_slider embed {
    border: currentColor !important;
    border-image: none !important;
}

.rev_slider iframe {
    border: currentColor !important;
    border-image: none !important;
}

.rev_slider object {
    border: currentColor !important;
    border-image: none !important;
}

.rev_slider video {
    border: currentColor !important;
    border-image: none !important;
}

.tp-caption.coverscreenvideo {
    left: 0px;
    right: auto;
}

.caption.fullscreenvideo {
    left: 0px;
    right: auto;
}

.tp-caption.fullscreenvideo {
    left: 0px;
    right: auto;
}

.hesperiden .tp-tab-content {
    padding: 15px 15px 15px 85px;
}

.hesperiden .tp-tab-image {
    float: left;
}

.hesperiden .tp-tab-title {
    text-align: left;
}

body.boxed #revolutionSliderCarouselContainer {
    width: auto;
    margin-right: -30px;
    margin-left: -30px;
}

.main-boxed#main #revolutionSliderCarouselContainer {
    width: auto;
    margin-right: -30px;
    margin-left: -30px;
}

.mfp-content .ajax-container #revolutionSliderCarouselContainer {
    width: auto;
    margin-right: -30px;
    margin-left: -30px;
}

@media all and (max-width:767px) {
    body.boxed #revolutionSliderCarouselContainer {
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-boxed#main #revolutionSliderCarouselContainer {
        margin-right: -15px;
        margin-left: -15px;
    }

    .mfp-content .ajax-container #revolutionSliderCarouselContainer {
        margin-right: -15px;
        margin-left: -15px;
    }
}

#revolutionSliderCarousel {
    border-top-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.rev_slider_wrapper #revolutionSliderCarousel {
    border-radius: 0px;
}

    .rev_slider_wrapper #revolutionSliderCarousel li.tp-revslider-slidesli {
        border-radius: 0px;
        overflow: visible;
    }

#revolutionSliderCarousel ul {
    list-style: none;
    padding: 0px;
    text-align: center;
}

.banner-container {
    position: relative;
    z-index: 0;
}

    .banner-container .banner-fixed {
        top: 0px;
        position: fixed;
    }

    .banner-container .porto-block .ult-carousel-wrapper {
        margin-bottom: 0px;
    }

    .banner-container .master-slider {
        overflow: hidden;
        max-width: 100%;
    }

    .banner-container .ms-thumb-list {
        padding-bottom: 6px;
    }

    .banner-container .ms-thumb-frame {
        border: 3px solid rgba(0, 0, 0, 0.25);
        transition: 0.3s ease-out;
        border-image: none;
        opacity: 1;
        box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
    }

        .banner-container .ms-thumb-frame:hover {
            border-color: rgb(255, 255, 255);
        }

    .banner-container .ms-thumb-frame-selected {
        border-color: rgb(255, 255, 255);
    }

.side-nav .banner-container {
    margin-top: -1px;
}

    .side-nav .banner-container .master-slider {
        max-width: none;
    }

.banner-wrapper-boxed#banner-wrapper {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

body .ads-container {
    background: rgb(251, 251, 251);
    margin: 20px 0px 0px;
    border-radius: 3px;
    border: 1px solid rgb(225, 225, 225);
    border-image: none;
    color: rgb(119, 119, 119);
}

    body .ads-container .left-icon.aio-icon-box {
        margin: 0px !important;
        padding: 20px 0px;
        text-align: center;
        display: block;
    }

    body .ads-container .left-icon .aio-icon-left {
        display: inline-block;
    }

    body .ads-container .left-icon .aio-icon.none {
        text-align: right;
    }

    body .ads-container .left-icon .aio-icon-img.none {
        text-align: right;
    }

@media all and (max-width:991px) {
    body .ads-container .left-icon .aio-icon.none {
        text-align: center;
    }

    body .ads-container .left-icon .aio-icon-img.none {
        text-align: center;
    }
}

body .ads-container .left-icon .aio-ibd-block {
    text-align: left;
    display: inline-block;
}

@media all and (max-width:991px) {
    body .ads-container .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}

body .ads-container .left-icon .aio-icon-left .aio-icon {
    margin: 0px 10px 0px 0px;
}

body .ads-container .left-icon .aio-icon-left .aio-icon-img {
    margin: 0px 10px 0px 0px;
}

body .ads-container .left-icon .aio-icon-header {
    width: auto;
    float: none;
}

body .ads-container .left-icon .aio-icon-description {
    width: auto;
    float: none;
}

body .ads-container .left-icon h3.aio-icon-title {
    line-height: 1.1;
}

body .ads-container .left-icon .aio-icon-description {
    line-height: 1.2;
    margin-top: 3px;
}

body .ads-container .vc_column_container {
    border-left-color: rgb(225, 225, 225);
    border-left-width: 1px;
    border-left-style: solid;
}

body .ads-container :first-child.vc_column_container {
    border-left-width: 0px;
}

@media all and (max-width:991px) {
    body .ads-container .vc_column_container {
        width: 100%;
        border-left-width: 0px;
        float: none;
    }
}

body .ads-container-full {
    margin-top: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

body .menu-ads-container {
    background: rgb(246, 246, 246);
    border-radius: 0px 0px 3px 3px;
    border: 2px solid rgb(255, 255, 255);
    border-image: none;
    color: rgb(119, 119, 119);
    margin-top: 0px;
    margin-right: -35px;
    margin-left: -35px;
}

    body .menu-ads-container .vc_column_container {
        border-left-color: rgb(255, 255, 255);
        border-left-width: 2px;
        border-left-style: solid;
    }

    body .menu-ads-container :first-child.vc_column_container {
        border-left-width: 0px;
    }

@media all and (max-width:1169px) {
    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon.aio-icon-box {
        padding: 15px 0px;
    }

    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left {
        display: block;
    }

        body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-icon-left .aio-icon {
            font-size: 25px !important;
            margin-bottom: 10px;
        }

    body .sidebar-menu .menu-ads-container .vc_column_container .left-icon .aio-ibd-block {
        text-align: center;
        display: block;
    }
}

body .ads-container-light {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    color: rgb(119, 119, 119);
    margin-top: 20px;
    margin-bottom: 0px;
    border-top-color: rgb(245, 245, 245);
    border-bottom-color: rgb(245, 245, 245);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

    body .ads-container-light .left-icon.aio-icon-box {
        margin: 0px !important;
        padding: 20px 0px;
        text-align: center;
        display: block;
    }

    body .ads-container-light .left-icon .aio-icon-left {
        display: inline-block;
    }

    body .ads-container-light .left-icon .aio-icon.none {
        text-align: right;
    }

    body .ads-container-light .left-icon .aio-icon-img.none {
        text-align: right;
    }

@media all and (max-width:991px) {
    body .ads-container-light .left-icon .aio-icon.none {
        text-align: center;
    }

    body .ads-container-light .left-icon .aio-icon-img.none {
        text-align: center;
    }
}

body .ads-container-light .left-icon .aio-ibd-block {
    text-align: left;
    display: inline-block;
}

@media all and (max-width:991px) {
    body .ads-container-light .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}

body .ads-container-light .left-icon .aio-icon-left .aio-icon {
    margin: 0px 10px 0px 0px;
}

body .ads-container-light .left-icon .aio-icon-left .aio-icon-img {
    margin: 0px 10px 0px 0px;
}

body .ads-container-light .left-icon .aio-icon-header {
    width: auto;
    float: none;
}

body .ads-container-light .left-icon .aio-icon-description {
    width: auto;
    float: none;
}

body .ads-container-light .left-icon h3.aio-icon-title {
    line-height: 1.1;
}

body .ads-container-light .left-icon .aio-icon-description {
    line-height: 1.2;
    margin-top: 3px;
}

body .ads-container-light .vc_column_container {
    border-left-color: rgb(245, 245, 245);
    border-left-width: 1px;
    border-left-style: solid;
}

body .ads-container-light :first-child.vc_column_container {
    border-left-width: 0px;
}

@media all and (max-width:991px) {
    body .ads-container-light .vc_column_container {
        width: 100%;
        border-left-width: 0px;
        float: none;
    }
}

body .ads-container-blue {
    background: rgb(0, 136, 204);
    padding: 10px 0px;
    border-radius: 3px;
    border: 1px solid rgb(0, 136, 204);
    border-image: none;
    color: rgb(255, 255, 255);
    margin-right: -30px !important;
    margin-left: -30px !important;
}

    body .ads-container-blue .left-icon.aio-icon-box {
        margin: 0px !important;
        padding: 20px 0px;
        text-align: center;
        display: block;
    }

    body .ads-container-blue .left-icon .aio-icon-left {
        display: inline-block;
    }

    body .ads-container-blue .left-icon .aio-icon.none {
        text-align: right;
    }

    body .ads-container-blue .left-icon .aio-icon-img.none {
        text-align: right;
    }

@media all and (max-width:991px) {
    body .ads-container-blue .left-icon .aio-icon.none {
        text-align: center;
    }

    body .ads-container-blue .left-icon .aio-icon-img.none {
        text-align: center;
    }
}

body .ads-container-blue .left-icon .aio-ibd-block {
    text-align: left;
    display: inline-block;
}

@media all and (max-width:991px) {
    body .ads-container-blue .left-icon .aio-ibd-block {
        min-width: 215px;
    }
}

body .ads-container-blue .left-icon .aio-icon-left .aio-icon {
    margin: 0px 10px 0px 0px;
}

body .ads-container-blue .left-icon .aio-icon-left .aio-icon-img {
    margin: 0px 10px 0px 0px;
}

body .ads-container-blue .left-icon .aio-icon-header {
    width: auto;
    float: none;
}

body .ads-container-blue .left-icon .aio-icon-description {
    width: auto;
    float: none;
}

body .ads-container-blue .left-icon h3.aio-icon-title {
    line-height: 1.1;
}

body .ads-container-blue .left-icon .aio-icon-description {
    line-height: 1.2;
    margin-top: 3px;
}

body .ads-container-blue .vc_column_container {
    border-left-color: rgb(20, 156, 224);
    border-left-width: 1px;
    border-left-style: solid;
}

body .ads-container-blue :first-child.vc_column_container {
    border-left-width: 0px;
}

@media all and (max-width:991px) {
    body .ads-container-blue .vc_column_container {
        width: 100%;
        border-left-width: 0px;
        float: none;
    }
}

body .newsletter-banner {
    text-align: center;
}

    body .newsletter-banner .widget_wysija_cont p {
        margin: 0px auto 10px;
        vertical-align: top;
        display: inline-block;
        position: relative;
    }

    body .newsletter-banner .widget_wysija_cont .wysija-submit {
        margin: 0px auto 10px;
        vertical-align: top;
        display: inline-block;
        position: relative;
    }

@media all and (max-width:767px) {
    body .newsletter-banner .widget_wysija_cont p {
        display: block;
    }

    body .newsletter-banner .widget_wysija_cont .wysija-submit {
        display: block;
    }
}

body .newsletter-banner .widget_wysija_cont .wysija-submit {
    border-radius: 0px 3px 3px 0px;
    margin-left: -7px;
}

@media all and (max-width:767px) {
    body .newsletter-banner .widget_wysija_cont .wysija-submit {
        border-radius: 3px;
        margin-left: auto;
    }
}

body .newsletter-banner .widget_wysija_cont .wysija-input {
    background: rgb(227, 226, 226);
    width: 350px;
    color: rgb(102, 102, 102);
}

@media all and (max-width:767px) {
    body .newsletter-banner .widget_wysija_cont .wysija-input {
        width: 250px;
    }
}

body .newsletter-banner .widget_wysija_cont .formError {
    left: 0px !important;
    top: 36px !important;
}

@media all and (max-width:767px) {
    body .newsletter-banner .widget_wysija_cont .formError {
        position: static !important;
    }
}

body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {
    background: none;
    border: currentColor;
    border-image: none;
    text-align: left;
    color: rgb(235, 52, 14);
    line-height: 1.1;
}

@media all and (max-width:767px) {
    body .newsletter-banner .widget_wysija_cont .formError .formErrorContent {
        margin: 0px auto 5px;
        text-align: center;
    }
}

body .banner-container strong {
    font-weight: 600;
}

body .banner-container small {
    font-size: 11px;
    display: block;
}

body .banner-container .ult-new-ib-title {
    text-align: left;
    line-height: 1;
}

body .banner-title-bottom .ult-new-ib-title {
    left: 0px;
}

body .banner-title-top .ult-new-ib-title {
    left: 0px;
    top: 0px;
}

    body .banner-title-top .ult-new-ib-title small {
        font-size: 8px;
    }

body.boxed .ads-container-full {
    margin-right: -30px !important;
    margin-left: -30px !important;
}

.main-boxed#main .ads-container-full {
    margin-right: -30px !important;
    margin-left: -30px !important;
}

body.boxed .wide#main .ads-container-full {
    margin-right: -30px !important;
    margin-left: -30px !important;
}

@media all and (max-width:767px) {
    body.boxed .ads-container-full {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .main-boxed#main .ads-container-full {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    body.boxed .wide#main .ads-container-full {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.home-intro {
    padding: 20px 0px;
    text-align: left;
    overflow: hidden;
    position: relative;
    background-color: rgb(23, 23, 23);
}

    .home-intro p {
        color: rgb(153, 153, 153);
        line-height: 24px;
        padding-top: 10px;
        font-size: 1.15em;
        font-weight: 300;
        display: inline-block;
        max-width: 800px;
    }

        .home-intro p strong {
            color: rgb(255, 255, 255);
            padding-bottom: 5px;
            font-size: 1.3em;
            font-weight: 300;
            display: block;
        }

        .home-intro p em {
            font-size: 1.6em;
        }

    .home-intro .get-started {
        text-align: right;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
    }

        .home-intro .get-started .btn {
            position: relative;
        }

            .home-intro .get-started .btn i {
                font-size: 1.1em;
                font-weight: normal;
                margin-left: 5px;
            }

        .home-intro .get-started a {
            color: rgb(255, 255, 255);
        }

        .home-intro .get-started p {
            padding: 0px;
            font-size: 1em;
        }

    .home-intro .learn-more {
        margin-left: 15px;
        vertical-align: middle;
        display: inline-block;
        white-space: nowrap;
    }

    .home-intro.light {
        background-color: rgb(226, 226, 226);
    }

        .home-intro.light.secondary {
            background-color: rgb(224, 225, 228);
        }

.page-not-found {
    margin: 50px 0px;
}

    .page-not-found h2 {
        line-height: 140px;
        letter-spacing: -10px;
        font-size: 140px;
        font-weight: 600;
    }

    .page-not-found p {
        line-height: 36px;
        font-size: 1.4em;
    }

@media all and (max-width:479px) {
    .page-not-found {
        margin: 0px;
    }

        .page-not-found h2 {
            line-height: 100px;
            letter-spacing: 0px;
            font-size: 100px;
        }
}

input.wpcf7-not-valid {
    border-color: rgb(169, 68, 66);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

textarea.wpcf7-not-valid {
    border-color: rgb(169, 68, 66);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

select.wpcf7-not-valid {
    border-color: rgb(169, 68, 66);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

span.wpcf7-not-valid-tip {
    padding: 0px;
    color: rgb(193, 0, 0);
    font-size: 0.9em;
    margin-top: 3px;
}

div.wpcf7-response-output {
    margin: 0px 0px 20px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
}

    div.wpcf7-response-output h4 {
        color: inherit;
        margin-top: 0px;
    }

    div.wpcf7-response-output .alert-link {
        font-weight: bold;
    }

    div.wpcf7-response-output > p {
        margin-bottom: 0px;
    }

    div.wpcf7-response-output > ul {
        margin-bottom: 0px;
    }

    div.wpcf7-response-output > p + p {
        margin-top: 5px;
    }

div.wpcf7-validation-ok {
    border-color: rgb(214, 233, 198);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

div.wpcf7-validation-errors {
    border-color: rgb(250, 235, 204);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

span.wpcf7-list-item {
    margin-right: 1em;
    margin-left: 0px;
}

.wpcf7-captchac {
    margin-top: 5px;
}

.footer-wrapper.wide .container {
    width: 100%;
}

.footer-top :last-child.widget {
    margin-bottom: 0px;
}

#footer {
    padding: 0px;
    clear: both;
    font-size: 0.9em;
    position: relative;
}

    #footer a:hover {
        text-decoration: underline;
    }

    #footer p {
        font-size: 1em;
    }

    #footer ul.list li {
        margin-bottom: 5px;
    }

    #footer .widget > div > ul li {
        line-height: 24px;
    }

    #footer .widget > ul li {
        line-height: 24px;
    }

    #footer .footer-ribbon {
        margin: -70px 0px 0px;
        padding: 10px 20px 6px;
        color: rgb(255, 255, 255);
        font-size: 1.6em;
        position: absolute;
        z-index: 101;
    }

        #footer .footer-ribbon::before {
            left: -10px;
            top: 0px;
            width: 7px;
            height: 0px;
            border-top-color: transparent;
            border-right-color: rgb(100, 100, 100);
            border-top-width: 16px;
            border-right-width: 10px;
            border-top-style: solid;
            border-right-style: solid;
            display: block;
            position: absolute;
            content: "";
        }

    #footer .footer-main > .container {
        padding-top: 40px;
        padding-bottom: 10px;
    }

.show-ribbon#footer .footer-main > .container {
    padding-top: 54px;
}

#footer .container {
    position: relative;
}

    #footer .container input:focus {
        box-shadow: none;
    }

#footer .logo {
    margin-right: 25px;
    display: inline-block;
}

@media all and (max-width:991px) {
    #footer .logo {
        margin-right: 0px;
        margin-bottom: 15px;
        display: block;
    }
}

#footer .logo img {
    display: inline-block;
    max-width: 80px;
}

#footer .footer-bottom {
    padding: 15px 0px;
}

    #footer .footer-bottom .container {
        display: table;
        table-layout: fixed;
    }

@media all and (max-width:991px) {
    #footer .footer-bottom .container {
        display: block;
    }
}

#footer .footer-bottom .container > div {
    vertical-align: middle;
    display: table-cell;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .container > div {
        display: block;
    }
}

#footer .footer-bottom .container .footer-left {
    padding: 10px 8px 10px 0px;
    width: 100%;
    text-align: left;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .container .footer-left {
        padding: 10px 0px;
    }
}

#footer .footer-bottom .container .footer-center {
    padding: 10px 8px;
    width: 100%;
    text-align: center;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .container .footer-center {
        padding: 10px 0px;
        width: auto;
        text-align: left;
    }
}

#footer .footer-bottom .container .footer-right {
    padding: 10px 0px 10px 8px;
    width: 100%;
    text-align: right;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .container .footer-right {
        padding: 10px 0px;
        text-align: left;
    }
}

#footer .widgettitle {
    font-size: 1.26em;
    margin-bottom: 15px;
}

#footer .widget-title {
    font-size: 1.26em;
    margin-bottom: 15px;
}

#footer .widgettitle {
    text-transform: none;
    font-weight: 400;
}

#footer .widget-title {
    text-transform: none;
    font-weight: 400;
}

#footer .widgettitle a {
    text-transform: none;
    font-weight: 400;
}

#footer .widget-title a {
    text-transform: none;
    font-weight: 400;
}

#footer .widgettitle img {
    margin-top: -2px;
    margin-right: 3px;
}

#footer .widget-title img {
    margin-top: -2px;
    margin-right: 3px;
}

#footer .thumbnail {
    background: none;
    border-width: 0px;
    padding: 0px;
}

#footer .img-thumbnail {
    background: none;
    border-width: 0px;
    padding: 0px;
}

#footer .thumbnail img {
    border-radius: 3px;
}

#footer .img-thumbnail img {
    border-radius: 3px;
}

#footer .widget p {
    font-size: 1em;
}

#footer .widget > div > ul {
    font-size: 1em;
}

#footer .widget > ul {
    font-size: 1em;
}

#footer .widget .tagcloud a {
    background: none;
    text-decoration: none;
}

    #footer .widget .tagcloud a:hover {
        color: rgb(255, 255, 255);
    }

#footer .widget p {
    margin-top: -3px;
    margin-bottom: 13px;
}

#footer .widget.contact-info .widget-title {
    margin-botom: 10px;
}

#footer .footer-bottom .widget {
    margin: 0px;
    display: inline-block;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .widget {
        margin-top: 5px;
        display: block;
    }
}

#footer .footer-bottom .widget > div > ul {
    border-width: 0px;
}

#footer .footer-bottom .widget > ul {
    border-width: 0px;
}

#footer .footer-bottom .widget > div > ul li {
    border-width: 0px;
}

#footer .footer-bottom .widget > ul li {
    border-width: 0px;
}

#footer .footer-bottom .widget_nav_menu ul {
    margin: 0px;
}

    #footer .footer-bottom .widget_nav_menu ul li {
        padding: 0px 0px 0px 6px;
        display: inline-block;
    }

        #footer .footer-bottom .widget_nav_menu ul li:first-child {
            padding: 0px;
        }

        #footer .footer-bottom .widget_nav_menu ul li::before {
            display: none;
        }

        #footer .footer-bottom .widget_nav_menu ul li::after {
            margin: 0px 0px 0px 9px;
            top: -1px;
            font-weight: 300;
            position: relative;
            content: "|";
        }

        #footer .footer-bottom .widget_nav_menu ul li:last-child::after {
            display: none;
        }

        #footer .footer-bottom .widget_nav_menu ul li + li {
            margin-left: 0px;
        }

#footer .footer-bottom .footer-left .widget {
    margin-right: 20px;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .footer-left .widget {
        margin-right: 0px;
    }
}

#footer .footer-bottom :first-child.footer-left {
    margin-right: 0px;
}

#footer .footer-bottom .footer-right .widget {
    margin-left: 20px;
}

@media all and (max-width:991px) {
    #footer .footer-bottom .footer-right .widget {
        margin-left: 0px;
    }
}

#footer .footer-bottom :first-child.footer-right {
    margin-left: 0px;
}

#footer .footer-bottom .tooltip {
    display: none !important;
}

.footer-wrapper.simple #footer {
    background: none;
    padding-top: 0px;
}

.footer-wrapper.fixed #footer {
    background: none;
    padding-top: 0px;
}

.footer-wrapper.simple #footer .footer-bottom {
    padding: 0px;
}

.footer-wrapper.fixed #footer .footer-bottom {
    padding: 0px;
}

.footer-wrapper.simple #footer .footer-bottom .logo {
    display: none;
}

.footer-wrapper.fixed #footer .footer-bottom .logo {
    display: none;
}

.footer-wrapper.simple #footer .footer-bottom .container {
    display: table;
}

.footer-wrapper.fixed #footer .footer-bottom .container {
    display: table;
}

.footer-wrapper.simple #footer .footer-bottom .container > div {
    padding-top: 8px;
    padding-bottom: 8px;
    float: none;
    display: table-cell;
}

.footer-wrapper.fixed #footer .footer-bottom .container > div {
    padding-top: 8px;
    padding-bottom: 8px;
    float: none;
    display: table-cell;
}

@media all and (max-width:991px) {
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-center {
        display: none;
    }

    .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-center {
        display: none;
    }
}

@media all and (max-width:480px) {
    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-right {
        display: none;
    }

    .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-right {
        display: none;
    }

    .footer-wrapper.simple #footer .footer-bottom .container > div.footer-left {
        text-align: center;
    }

    .footer-wrapper.fixed #footer .footer-bottom .container > div.footer-left {
        text-align: center;
    }
}

.footer-wrapper.fixed {
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 10;
}

#footer-boxed {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

body {
    background: rgb(255, 255, 255);
}

    body.wide .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        max-width: 100%;
    }

.porto-wrap-container .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

@media all and (max-width:767px) {
    .container {
        width: 100%;
    }
}

.page-wrapper {
    left: 0px;
    position: relative;
}

@media all and (min-width:992px) {
    .page-wrapper.side-nav > * {
        padding-left: 256px;
    }
}

@media all and (min-width:992px) {
    .page-wrapper.side-nav .container {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (min-width:992px) {
    body:not(.boxed) .side-nav [data-vc-stretch-content].vc_row {
        left: 0px !important;
        width: 100% !important;
        right: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.header-wrapper {
    position: relative;
}

.column2-left-sidebar .main-content {
    float: right;
}

.column2-left-sidebar .main-content {
    float: right;
}

@media all and (max-width:991px) {
    .column2-left-sidebar .main-content {
        float: none;
    }

    .column2-left-sidebar .main-content {
        float: none;
    }
}

.left-sidebar {
    position: relative;
}

.right-sidebar {
    position: relative;
}

#main {
    background: rgb(255, 255, 255);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

body.wide #main {
    max-width: 100%;
}

.wide#main .vc_row {
    margin-right: 0px;
    margin-left: 0px;
}

.wide#main .container .vc_row {
    margin-right: -15px;
    margin-left: -15px;
}

.wide#main .ads-container.vc_row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.wide#main .main-content {
    padding: 0px;
}

.wide#main > .container > .row {
    margin-right: -15px;
    margin-left: -15px;
}

.boxed#main .porto-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.main-content {
    padding-top: 35px;
    padding-bottom: 40px;
}

.no-breadcrumbs .main-content {
    padding-top: 20px;
}

body.woocommerce .main-content {
    padding-top: 20px;
}

.left-sidebar {
    padding-top: 35px;
    padding-bottom: 40px;
}

.right-sidebar {
    padding-top: 35px;
    padding-bottom: 40px;
}

.no-breadcrumbs .left-sidebar {
    padding-top: 20px;
}

.no-breadcrumbs .right-sidebar {
    padding-top: 20px;
}

body.woocommerce .left-sidebar {
    padding-top: 20px;
}

body.woocommerce .right-sidebar {
    padding-top: 20px;
}

@media all and (max-width:991px) {
    .left-sidebar {
        padding-top: 0px;
        margin-top: -40px;
    }

    .right-sidebar {
        padding-top: 0px;
        margin-top: -40px;
    }

    .no-breadcrumbs .left-sidebar {
        padding-top: 0px;
        margin-top: -40px;
    }

    .no-breadcrumbs .right-sidebar {
        padding-top: 0px;
        margin-top: -40px;
    }

    body.woocommerce .left-sidebar {
        padding-top: 0px;
        margin-top: -40px;
    }

    body.woocommerce .right-sidebar {
        padding-top: 0px;
        margin-top: -40px;
    }
}

.content-bottom-wrapper {
    padding-bottom: 20px;
}

#banner-wrapper .ult-carousel-wrapper {
    margin-bottom: 20px;
}

#content-top .ult-carousel-wrapper {
    margin-bottom: 20px;
}

#content-bottom .ult-carousel-wrapper {
    margin-bottom: 20px;
}

#content-inner-top .ult-carousel-wrapper {
    margin-bottom: 20px;
}

#content-inner-bottom .ult-carousel-wrapper {
    margin-bottom: 20px;
}

#banner-wrapper .ult-carousel-wrapper .vc_single_image-wrapper {
    width: 100%;
}

#content-top .ult-carousel-wrapper .vc_single_image-wrapper {
    width: 100%;
}

#content-bottom .ult-carousel-wrapper .vc_single_image-wrapper {
    width: 100%;
}

#content-inner-top .ult-carousel-wrapper .vc_single_image-wrapper {
    width: 100%;
}

#content-inner-bottom .ult-carousel-wrapper .vc_single_image-wrapper {
    width: 100%;
}

#banner-wrapper .ult-carousel-wrapper .vc_single_image-wrapper img {
    width: 100%;
}

#content-top .ult-carousel-wrapper .vc_single_image-wrapper img {
    width: 100%;
}

#content-bottom .ult-carousel-wrapper .vc_single_image-wrapper img {
    width: 100%;
}

#content-inner-top .ult-carousel-wrapper .vc_single_image-wrapper img {
    width: 100%;
}

#content-inner-bottom .ult-carousel-wrapper .vc_single_image-wrapper img {
    width: 100%;
}

#content-top {
    background: rgb(255, 255, 255);
    overflow: hidden;
}

#content-bottom {
    background: rgb(255, 255, 255);
    overflow: hidden;
}

body.modal-open {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.clearfix {
    overflow: visible;
}

@media all and (max-width:767px) {
    .porto-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.page-wrapper.coming-soon #header .header-top {
    display: block;
}

    .page-wrapper.coming-soon #header .header-top .container {
        min-height: 50px;
    }

    .page-wrapper.coming-soon #header .header-top .header-contact {
        display: block;
    }

@media all and (max-width:767px) {
    .page-wrapper.coming-soon #header .header-top .header-right {
        display: none;
    }
}

.page-wrapper.coming-soon #footer .footer-bottom {
    background: none;
}

body.boxed {
    padding: 25px 0px;
}

@media all and (max-width:767px) {
    body.boxed {
        padding: 0px;
    }
}

body.boxed #header {
    border-top-width: 0px;
}

body.boxed .banner-container {
    overflow: hidden;
}

body.boxed .page-wrapper {
    background: rgb(255, 255, 255);
    margin: 0px auto;
    border-radius: 5px;
    border-top-color: rgb(204, 204, 204);
    border-bottom-color: rgb(29, 33, 39);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
}

@media all and (max-width:767px) {
    body.boxed .page-wrapper {
        border-width: 0px;
        border-radius: 0px;
        width: 100% !important;
        overflow: hidden;
    }
}

body.boxed .porto-container.container {
    margin-right: -15px;
    margin-left: -15px;
}

.main-boxed#main .porto-container.container {
    margin-right: -15px;
    margin-left: -15px;
}

body.boxed [data-vc-stretch-content].vc_row {
    margin-right: 0px;
    margin-left: 0px;
}

.main-boxed#main [data-vc-stretch-content].vc_row {
    margin-right: 0px;
    margin-left: 0px;
}

body.boxed .ult-vc-hide-row {
    margin-right: 0px;
    margin-left: 0px;
}

.main-boxed#main .ult-vc-hide-row {
    margin-right: 0px;
    margin-left: 0px;
}

@media all and (min-width:768px) {
    body.boxed .ult-vc-hide-row {
        left: auto !important;
        overflow: hidden;
        max-width: 750px;
    }

    .main-boxed#main .ult-vc-hide-row {
        left: auto !important;
        overflow: hidden;
        max-width: 750px;
    }

    body.boxed .ult-vc-hide-row.section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-boxed#main .ult-vc-hide-row.section {
        padding-right: 15px;
        padding-left: 15px;
    }

    body.boxed .ult-vc-hide-row.vc_row-no-padding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .main-boxed#main .ult-vc-hide-row.vc_row-no-padding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media all and (min-width:992px) {
    body.boxed .ult-vc-hide-row {
        max-width: 990px;
    }

    .main-boxed#main .ult-vc-hide-row {
        max-width: 990px;
    }
}

body.boxed [data-vc-stretch-content].vc_row.section {
    padding-right: 15px;
    padding-left: 15px;
}

.main-boxed#main [data-vc-stretch-content].vc_row.section {
    padding-right: 15px;
    padding-left: 15px;
}

@media all and (min-width:768px) {
    body.boxed [data-vc-stretch-content].vc_row {
        left: auto !important;
        margin-right: -30px !important;
        margin-left: -30px !important;
        max-width: 750px;
    }

    .main-boxed#main [data-vc-stretch-content].vc_row {
        left: auto !important;
        margin-right: -30px !important;
        margin-left: -30px !important;
        max-width: 750px;
    }
}

@media all and (min-width:992px) {
    body.boxed [data-vc-stretch-content].vc_row {
        max-width: 990px;
    }

    .main-boxed#main [data-vc-stretch-content].vc_row {
        max-width: 990px;
    }
}

@media all and (max-width:767px) {
    body.boxed [data-vc-stretch-content].vc_row {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .main-boxed#main [data-vc-stretch-content].vc_row {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.main-boxed#main .container .container {
    width: 100%;
}

.main-boxed.wide#main .porto-container.container {
    margin-right: 0px;
    margin-left: 0px;
}

@media all and (min-width:768px) {
    .main-boxed.wide#main [data-vc-stretch-content].vc_row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media all and (min-width:768px) {
    body.boxed .wide#main [data-vc-stretch-content].vc_row {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

body.boxed .wide#main [data-vc-stretch-content].vc_row .porto-wrap-container {
    padding-right: 30px;
    padding-left: 30px;
}

@media all and (max-width:767px) {
    body.boxed .wide#main [data-vc-stretch-content].vc_row .porto-wrap-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media all and (min-width:768px) {
    body.boxed .wide#main .ult-vc-hide-row {
        overflow: visible;
    }
}

body.boxed .wide#main .container .vc_row {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: -30px;
    margin-left: -30px;
}

@media all and (max-width:767px) {
    body.boxed .wide#main .container .vc_row {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
}

body.boxed .wide#main .container .vc_row .vc_row {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

body.boxed .wide#main > .container > .row {
    margin-right: 0px;
    margin-left: 0px;
}

body.boxed .wide#main .porto-wrap-container {
    margin: 0px;
    padding: 0px;
    width: auto;
}

body.boxed .sticky-header#header .header-main.sticky {
    margin-right: auto;
    margin-left: auto;
}

@media all and (min-width:768px) {
    body.boxed .sticky-header#header .header-main.sticky {
        max-width: 750px;
    }
}

@media all and (min-width:992px) {
    body.boxed .sticky-header#header .header-main.sticky {
        max-width: 990px;
    }
}

body.boxed .sticky-header#header .main-menu-wrap {
    margin-right: auto;
    margin-left: auto;
}

@media all and (min-width:992px) {
    body.boxed .sticky-header#header .main-menu-wrap {
        max-width: 990px;
    }
}

body.boxed .fixed-header #header {
    position: absolute;
}

body.boxed .footer-wrapper.fixed {
    position: absolute;
}

#header .porto-tooltip {
    top: 5px;
    width: 20px;
    right: 0px;
    position: absolute !important;
}

#footer .porto-tooltip {
    top: 5px;
    width: 20px;
    right: 0px;
    position: absolute !important;
}

@media all and (max-width:480px) {
    #header .porto-tooltip {
        display: none !important;
    }

    #footer .porto-tooltip {
        display: none !important;
    }
}

#header .tooltip-icon {
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.2s ease-in-out;
    animation: tooltip-animation 1s ease-in infinite;
    border-image: none;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 5px;
    color: rgb(0, 0, 0);
    line-height: 20px;
    font-size: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-animation: tooltip-animation 1s ease-in infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

#footer .tooltip-icon {
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.2s ease-in-out;
    animation: tooltip-animation 1s ease-in infinite;
    border-image: none;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 5px;
    color: rgb(0, 0, 0);
    line-height: 20px;
    font-size: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-animation: tooltip-animation 1s ease-in infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

#header .tooltip-popup {
    padding: 20px;
    border-radius: 10px;
    top: -2px;
    width: 300px;
    text-align: left;
    right: 0px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    font-size: 12px;
    display: none;
    position: absolute;
    z-index: 2000;
    box-shadow: 0px 0px 8px rgba(255,255,255,0.5);
    background-color: rgb(17, 17, 17);
}

#footer .tooltip-popup {
    padding: 20px;
    border-radius: 10px;
    top: -2px;
    width: 300px;
    text-align: left;
    right: 0px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    font-size: 12px;
    display: none;
    position: absolute;
    z-index: 2000;
    box-shadow: 0px 0px 8px rgba(255,255,255,0.5);
    background-color: rgb(17, 17, 17);
}

#header .tooltip-popup h4 {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

#footer .tooltip-popup h4 {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

#header .tooltip-popup p {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

#footer .tooltip-popup p {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

#header .tooltip-popup em {
    font-size: 10px;
}

#footer .tooltip-popup em {
    font-size: 10px;
}

#header .tooltip-close {
    top: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
    position: absolute;
    cursor: pointer;
}

#footer .tooltip-close {
    top: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
    position: absolute;
    cursor: pointer;
}

#header .porto-tooltip {
    z-index: 1000;
}

#footer .porto-tooltip {
    top: 30px;
    right: 15px;
}

@media all and (min-width:992px) {
    .header-wrapper.header-side-nav #header .tooltip-popup {
        left: -5px;
        right: auto;
    }
}
