/*
 * Webtickets Web Application
 * Copyright 2018 webtickets
 * Theme Styles
 */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-top: 0px !important;
    margin-left: -100px;
    padding: 10px 0 !important;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #ffffff;
    line-height: 1.5;
    -webkit-box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
    box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
}

/*--seating plan styles--*/
TABLE.seating {
    background-color: #eee;
}

#seating_list TD {
    font-size: 9px;
    width: 24px;
    padding: 3px 1px 3px 1px;
    text-align: center;
    font-family: arial,trebuchet ms;
    cursor: pointer;
}

TABLE.seating TR {
    background-color: #fff;
}

TABLE.seating TD {
    padding: 4px;
    font-size: 8pt;
    cursor: pointer;
    font-family: arial,trebuchet ms;
    width: 12px;
    text-align: center;
}

    TABLE.seating TD.off {
        color: #999;
        background-color: #eee;
    }

    TABLE.seating TD.on {
        background-color: #73CA59;
        color: white;
    }

    TABLE.seating TD.noseat {
        color: #999;
        background-color: #fafafa;
    }

    TABLE.seating TD.assigntodoor {
        color: #999;
        background-color: darkgreen;
    }

    TABLE.seating TD.reserved {
        background-color: #ccc;
        color: #333;
        cursor: auto;
    }

    TABLE.seating TD.reservedcomp {
        background-color: #ccc;
        color: white;
        cursor: pointer;
    }

    TABLE.seating TD.available {
        background-color: #73CA59;
        color: white;
        cursor: pointer;
    }

    TABLE.seating TD.warning {
        background-color: palevioletred;
        color: white;
        cursor: auto;
    }

    TABLE.seating TD.pending {
        background-color: lightblue;
        cursor: pointer;
    }

    TABLE.seating TD.pendingcomp {
        background-color: lightblue;
        color: white;
        cursor: pointer;
    }


    TABLE.seating TD.selectedwheelchair {
        background-color: #FF9500;
        color: #fff;
        cursor: pointer;
    }

    TABLE.seating TD.wheelchair {
        background-color: green;
        color: White;
        cursor: pointer;
    }

    TABLE.seating TD.selected {
        background-color: #FF9500;
        color: #fff;
        cursor: pointer;
    }

TR.datatableheader TD a {
    color: #fff;
    font-weight: 500;
}

TR.datatableheader TD {
    background-color: #3a3d3a !important;
    color: #fff;
    font-weight: 500;
}


TR.datatablesubfooter TD a {
    font-weight: 500;
}

TR.datatablesubfooter TD {
    font-weight: 500;
}


.soldoutmessage {
    color: green;
    float: left;
    font-size: 12px;
}

.soldoutrow {
}

.zoom_product {
    transition: transform .2s; /* Animation */
}

    .zoom_product:hover {
        cursor: pointer;
        transform: scale(2);
        margin-left: 60px;
        z-index: 999;
        border: solid 1px silver;
    }

.product_images {
    width: 100%;
}

.sub-menu::before, .sub-menu::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.sub-menu::after {
    margin-left: -8px;
    border-width: 8px;
    border-bottom-color: #ffffff;
}

.sub-menu::before {
    margin-left: -9px;
    border-width: 9px;
    border-bottom-color: #d2d2d2;
}

.sub-menu > li {
    display: block;
    position: relative;
}

    .sub-menu > li > a {
        display: block;
        padding: 5px 20px !important;
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #626262;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
    }

        .sub-menu > li > a > i {
            display: inline-block;
            margin-right: 6px;
            vertical-align: middle;
        }

    .sub-menu > li.sub-menu-user {
        display: table;
        width: 100%;
        padding: 4px 17px 6px;
    }

        .sub-menu > li.sub-menu-user .user-ava,
        .sub-menu > li.sub-menu-user .user-info {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
        }

        .sub-menu > li.sub-menu-user .user-ava {
            width: 44px;
        }

            .sub-menu > li.sub-menu-user .user-ava > img {
                display: block;
                width: 44px;
                padding: 3px;
                border: 1px solid #dfdfdf;
                border-radius: 50%;
            }


        .sub-menu > li.sub-menu-user .user-info {
            padding-left: 8px;
        }

            .sub-menu > li.sub-menu-user .user-info > .user-name {
                margin-bottom: 2px;
                font-size: 14px;
            }

            .sub-menu > li.sub-menu-user .user-info > span {
                display: block;
            }

    .sub-menu > li.sub-menu-separator {
        margin-top: 5px;
        margin-bottom: 3px;
        border-top: 1px solid #dfdfdf;
    }

    .sub-menu > li:hover > a {
        color: #7fbd52;
    }

    .sub-menu > li.active > a {
        color: #7fbd52;
    }

    .sub-menu > li.has-children > a {
        padding-right: 35px !important;
    }

        .sub-menu > li.has-children > a::after {
            display: block;
            position: absolute;
            top: 50%;
            right: 18px;
            width: 0;
            height: 0;
            margin-top: -4px;
            border-top: .3em solid transparent;
            border-bottom: .3em solid transparent;
            border-left: .32em solid;
            content: '';
        }

    .sub-menu > li > .sub-menu {
        top: -4px;
        left: 100%;
        margin-left: -5px;
    }

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 26px 0;
    border-top: 2px solid #cbd9c1;
    border-bottom: 2px solid #7fbd52;
    background-position: center;
    background-color: #f9fbfb;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
    box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
}

    .mega-menu .mega-menu-links {
        margin: 0;
        padding: 0;
        border-right: 1px solid #dfdfdf;
        list-style: none;
    }

        .mega-menu .mega-menu-links > li {
            display: block;
            margin-bottom: 13px;
            line-height: 1.5;
        }

            .mega-menu .mega-menu-links > li > a {
                display: block;
                color: #3a3d3a;
                font-size: 19px;
                font-weight: 500;
                text-decoration: none;
            }

                .mega-menu .mega-menu-links > li > a > .count {
                    margin-left: 8px;
                    color: #999999;
                    font-size: 12px;
                    font-weight: normal;
                }

                .mega-menu .mega-menu-links > li > a:hover > span:not(.count) {
                    text-decoration: underline;
                }

            .mega-menu .mega-menu-links > li .description {
                display: block;
                margin-top: -2px;
                color: #767676;
                font-size: 12px;
                font-weight: normal;
            }

    .mega-menu .mega-menu-horizontal-links {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        list-style: none;
    }

        .mega-menu .mega-menu-horizontal-links > li {
            display: block;
        }

            .mega-menu .mega-menu-horizontal-links > li > a {
                display: inline-block;
                padding-bottom: 3px;
                -webkit-transition: text-shadow .2s;
                transition: text-shadow .2s;
                border-bottom: 1px solid transparent;
                color: #3a3d3a;
                font-size: 20px;
                text-decoration: none;
            }

                .mega-menu .mega-menu-horizontal-links > li > a:hover {
                    text-shadow: 1px 0 0 #3a3d3a;
                }

            .mega-menu .mega-menu-horizontal-links > li.active > a {
                border-color: #7fbd52;
                text-shadow: 1px 0 0 #3a3d3a;
            }

    .mega-menu .owl-carousel.owl-hidden {
        opacity: 1 !important;
    }

    .mega-menu .owl-carousel .owl-stage > .owl-item {
        display: none;
    }

    .mega-menu .owl-carousel .owl-stage[style*='width'] > .owl-item {
        display: block;
        -webkit-animation: fadein .5s;
        animation: fadein .5s;
    }

@-webkit-keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes submenu-show {
    from {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes megamenu-show {
    from {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes megamenu-show {
    from {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #626262;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5;
}

a {
    color: #7fbd52;
    text-decoration: underline;
}

    a:hover {
        color: #7fbd52;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

.small, small {
    font-size: 85%;
}

.navi-link,
.navi-link-light {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #3a3d3a;
    text-decoration: none;
}

    .navi-link:hover,
    .navi-link-light:hover {
        color: #7fbd52;
    }

.navi-link-2 {
    color: #3a3d3a;
    text-decoration: none;
}

    .navi-link-2:hover {
        color: #3a3d3a;
        text-decoration: underline;
    }

.navi-link-light {
    color: #ffffff;
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

svg {
    max-width: 100%;
}

/* Responsive iframes */
iframe {
    width: 100%;
}

/* Box Model */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #dfdfdf;
}

    hr.hr-light {
        border-top-color: rgba(255, 255, 255, 0.15);
    }

pre {
    display: block;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    background-color: #f2f2f2;
}

::-moz-selection {
    background: #3a3d3a;
    color: #ffffff;
}

::selection {
    background: #3a3d3a;
    color: #ffffff;
}

::-moz-selection {
    background: #3a3d3a;
    color: #ffffff;
}

figure {
    position: relative;
    margin: 0;
}

    figure figcaption {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 12px;
        font-size: 14px;
    }

/* Bootstrap Overrides */
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* Bootstrap Overrides */
@media (min-width: 1600px) {
    .dashboard-container {
        width: 1570px;
        max-width: 1570px;
    }
}

@media (max-width: 1600px) {
    .dashboard-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}


.container-fluid {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.container-fluid-dashboard {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 0px;
}


@media (max-width: 1200px) {
    .container-fluid {
        padding: 0 15px;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

.close {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #626262;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer;
}

    .close:hover {
        opacity: .6;
    }

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-static {
    position: static !important;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.w-90 {
    width: 90px !important;
}

.w-110 {
    width: 110px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-250 {
    width: 250px !important;
}

.w-270 {
    width: 270px !important;
}

.w-300 {
    width: 300px !important;
}

.w-35 {
    width: 35% !important;
}

@media (max-width: 576px) {
    .w-35 {
        width: 100% !important;
    }
}

.w-30 {
    width: 30% !important;
}

@media (max-width: 576px) {
    .w-30 {
        width: 100% !important;
    }
}

.w-10 {
    width: 10% !important;
}

@media (max-width: 576px) {
    .w-10 {
        width: 100% !important;
    }
}

.wh-90 {
    width: 90px !important;
    height: 90px !important;
}

.border-default {
    border: 1px solid #dfdfdf;
}

    .border-default.border-light {
        border-color: rgba(255, 255, 255, 0.15);
    }

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.rounded {
    border-radius: 7px;
}

.rounded-top {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.rounded-right {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rounded-bottom {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.rounded-left {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.box-shadow {
    -webkit-box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
    box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
}

.img-thumbnail {
    padding: 5px !important;
    border: 1px solid #767676;
    border-radius: 7px;
    background-color: #ffffff;
}

.img-thumbnail-lg {
    border-radius: 16px;
}

.img-thumbnail.rounded-circle {
    border-radius: 50%;
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[class^='col-'] .img-cover {
    left: 15px;
    width: calc(100% - 30px);
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-90 {
    opacity: .9 !important;
}

.opacity-80 {
    opacity: .8 !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-60 {
    opacity: .6 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-25 {
    opacity: .25 !important;
}

.opacity-15 {
    opacity: .15 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.text-muted {
    color: #999999 !important;
}

.text-primary {
    color: #7fbd52 !important;
}

.text-info {
    color: #6584ad !important;
}

.text-warning {
    color: #ffb74f !important;
}

.text-success {
    color: #39d371 !important;
}

.text-danger {
    color: #cc2929 !important;
}

.text-gray-dark {
    color: #3a3d3a !important;
}

.text-body {
    color: #626262 !important;
}

.text-gray {
    color: #767676 !important;
}

.text-light,
.text-white {
    color: #ffffff !important;
}

.text-highlighted {
    background-color: #fff8b0 !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-crossed {
    text-decoration: line-through !important;
}

.text-shadow {
    text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}

.text-black {
    font-weight: 900 !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-medium {
    font-weight: 500 !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-thin {
    font-weight: 300 !important;
}

.text-uppercase {
    letter-spacing: .04em;
}

.bg-primary {
    background-color: #7fbd52 !important;
}

.bg-success {
    background-color: #39d371 !important;
}

.bg-info {
    background-color: #6584ad !important;
}

.bg-warning {
    background-color: #ffb74f !important;
}

.bg-danger {
    background-color: #cc2929 !important;
}

.bg-inverse {
    background-color: #3a3d3a !important;
}

.bg-faded,
.bg-secondary {
    background-color: #f2f2f2 !important;
}

.bg-lightest {
    background-color: #f9fbfb !important;
}

.bg-dark {
    background-color: #3a3d3a !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-0 {
    background: none !important;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-center {
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.border-primary {
    border-color: #7fbd52 !important;
}

.border-success {
    border-color: #39d371 !important;
}

.border-info {
    border-color: #6584ad !important;
}

.border-warning {
    border-color: #ffb74f !important;
}

.border-danger {
    border-color: #cc2929 !important;
}

.border-secondary {
    border-color: #f2f2f2 !important;
}

.border-dark {
    border-color: #3a3d3a !important;
}

.padding-top-1x {
    padding-top: 24px !important;
}

@media (max-width: 768px) {
    .padding-top-1x {
        padding-top: 16px !important;
    }
}

.padding-top-2x {
    padding-top: 48px !important;
}

@media (max-width: 768px) {
    .padding-top-2x {
        padding-top: 32px !important;
    }
}

.padding-top-3x {
    padding-top: 72px !important;
}

@media (max-width: 768px) {
    .padding-top-3x {
        padding-top: 48px !important;
    }
}

.padding-top-4x {
    padding-top: 96px !important;
}

@media (max-width: 768px) {
    .padding-top-4x {
        padding-top: 64px !important;
    }
}

.padding-top-5x {
    padding-top: 120px !important;
}

@media (max-width: 768px) {
    .padding-top-5x {
        padding-top: 80px !important;
    }
}

.padding-top-6x {
    padding-top: 144px !important;
}

@media (max-width: 768px) {
    .padding-top-6x {
        padding-top: 96px !important;
    }
}

.padding-top-7x {
    padding-top: 168px !important;
}

@media (max-width: 768px) {
    .padding-top-7x {
        padding-top: 112px !important;
    }
}

.padding-top-8x {
    padding-top: 192px !important;
}

@media (max-width: 768px) {
    .padding-top-8x {
        padding-top: 128px !important;
    }
}

.padding-top-9x {
    padding-top: 216px !important;
}

@media (max-width: 768px) {
    .padding-top-9x {
        padding-top: 144px !important;
    }
}

.padding-top-10x {
    padding-top: 240px !important;
}

@media (max-width: 768px) {
    .padding-top-10x {
        padding-top: 160px !important;
    }
}

.padding-bottom-1x {
    padding-bottom: 24px !important;
}

@media (max-width: 768px) {
    .padding-bottom-1x {
        padding-bottom: 16px !important;
    }
}

.padding-bottom-2x {
    padding-bottom: 48px !important;
}

@media (max-width: 768px) {
    .padding-bottom-2x {
        padding-bottom: 32px !important;
    }
}

.padding-bottom-3x {
    padding-bottom: 72px !important;
}

@media (max-width: 768px) {
    .padding-bottom-3x {
        padding-bottom: 48px !important;
    }
}

.padding-bottom-4x {
    padding-bottom: 96px !important;
}

@media (max-width: 768px) {
    .padding-bottom-4x {
        padding-bottom: 64px !important;
    }
}

.padding-bottom-5x {
    padding-bottom: 120px !important;
}

@media (max-width: 768px) {
    .padding-bottom-5x {
        padding-bottom: 80px !important;
    }
}

.padding-bottom-6x {
    padding-bottom: 144px !important;
}

@media (max-width: 768px) {
    .padding-bottom-6x {
        padding-bottom: 96px !important;
    }
}

.padding-bottom-7x {
    padding-bottom: 168px !important;
}

@media (max-width: 768px) {
    .padding-bottom-7x {
        padding-bottom: 112px !important;
    }
}

.padding-bottom-8x {
    padding-bottom: 192px !important;
}

@media (max-width: 768px) {
    .padding-bottom-8x {
        padding-bottom: 128px !important;
    }
}

.padding-bottom-9x {
    padding-bottom: 216px !important;
}

@media (max-width: 768px) {
    .padding-bottom-9x {
        padding-bottom: 144px !important;
    }
}

.padding-bottom-10x {
    padding-bottom: 240px !important;
}

@media (max-width: 768px) {
    .padding-bottom-10x {
        padding-bottom: 160px !important;
    }
}

.margin-top-1x {
    margin-top: 24px !important;
}

@media (max-width: 768px) {
    .margin-top-1x {
        margin-top: 16px !important;
    }
}

.margin-top-2x {
    margin-top: 48px !important;
}

@media (max-width: 768px) {
    .margin-top-2x {
        margin-top: 32px !important;
    }
}

.margin-top-3x {
    margin-top: 72px !important;
}

@media (max-width: 768px) {
    .margin-top-3x {
        margin-top: 48px !important;
    }
}

.margin-top-4x {
    margin-top: 96px !important;
}

@media (max-width: 768px) {
    .margin-top-4x {
        margin-top: 64px !important;
    }
}

.margin-top-5x {
    margin-top: 120px !important;
}

@media (max-width: 768px) {
    .margin-top-5x {
        margin-top: 80px !important;
    }
}

.margin-top-6x {
    margin-top: 144px !important;
}

@media (max-width: 768px) {
    .margin-top-6x {
        margin-top: 96px !important;
    }
}

.margin-top-7x {
    margin-top: 168px !important;
}

@media (max-width: 768px) {
    .margin-top-7x {
        margin-top: 112px !important;
    }
}

.margin-top-8x {
    margin-top: 192px !important;
}

@media (max-width: 768px) {
    .margin-top-8x {
        margin-top: 128px !important;
    }
}

.margin-top-9x {
    margin-top: 216px !important;
}

@media (max-width: 768px) {
    .margin-top-9x {
        margin-top: 144px !important;
    }
}

.margin-top-10x {
    margin-top: 240px !important;
}

@media (max-width: 768px) {
    .margin-top-10x {
        margin-top: 160px !important;
    }
}

.margin-bottom-1x {
    margin-bottom: 24px !important;
}

@media (max-width: 768px) {
    .margin-bottom-1x {
        margin-bottom: 16px !important;
    }
}

.margin-bottom-2x {
    margin-bottom: 48px !important;
}

@media (max-width: 768px) {
    .margin-bottom-2x {
        margin-bottom: 32px !important;
    }
}

.margin-bottom-3x {
    margin-bottom: 72px !important;
}

@media (max-width: 768px) {
    .margin-bottom-3x {
        margin-bottom: 48px !important;
    }
}

.margin-bottom-4x {
    margin-bottom: 96px !important;
}

@media (max-width: 768px) {
    .margin-bottom-4x {
        margin-bottom: 64px !important;
    }
}

.margin-bottom-5x {
    margin-bottom: 120px !important;
}

@media (max-width: 768px) {
    .margin-bottom-5x {
        margin-bottom: 80px !important;
    }
}

.margin-bottom-6x {
    margin-bottom: 144px !important;
}

@media (max-width: 768px) {
    .margin-bottom-6x {
        margin-bottom: 96px !important;
    }
}

.margin-bottom-7x {
    margin-bottom: 168px !important;
}

@media (max-width: 768px) {
    .margin-bottom-7x {
        margin-bottom: 112px !important;
    }
}

.margin-bottom-8x {
    margin-bottom: 192px !important;
}

@media (max-width: 768px) {
    .margin-bottom-8x {
        margin-bottom: 128px !important;
    }
}

.margin-bottom-9x {
    margin-bottom: 216px !important;
}

@media (max-width: 768px) {
    .margin-bottom-9x {
        margin-bottom: 144px !important;
    }
}

.margin-bottom-10x {
    margin-bottom: 240px !important;
}

@media (max-width: 768px) {
    .margin-bottom-10x {
        margin-bottom: 160px !important;
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.p-25 {
    padding: 25px !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.d-inline-block img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    color: #56566B;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        display: block;
        padding-top: 3px;
        color: #767676;
    }

h1, .h1 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.15;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 31px;
    }
}

h2, .h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 30px;
    }
}

h3, .h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.25;
}

@media (max-width: 768px) {
    h3, .h3 {
        font-size: 22px;
    }
}

h4, .h4 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.3;
}

h5, .h5 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.35;
}

h6, .h6 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.4;
}

.display-1, .display-2,
.display-3, .display-4 {
    font-weight: normal;
    line-height: 1.15;
}

.display-1 {
    font-size: 72px;
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 57px;
    }
}

.display-2 {
    font-size: 60px;
}

@media (max-width: 576px) {
    .display-2 {
        font-size: 48px;
    }
}

.display-3 {
    font-size: 50px;
}

@media (max-width: 576px) {
    .display-3 {
        font-size: 42px;
    }
}

.display-4 {
    font-size: 40px;
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 36px;
    }
}

p {
    margin: 0 0 16px;
}

.lead {
    font-size: 18px;
}

.text-lg {
    font-size: 16px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

@media (max-width: 576px) {
    .text-base-mobile {
        font-size: 16px;
    }
}

ul, ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 18px;
    line-height: 1.8;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.list-icon {
    padding: 0;
    list-style: none;
}

    .list-icon > li {
        position: relative;
        margin-bottom: 6px;
        padding-left: 22px;
    }

        .list-icon > li > i {
            display: block;
            position: absolute;
            left: 0;
            margin-top: 2px;
            line-height: inherit;
        }

    .list-icon.text-lg > li {
        padding-left: 25px;
    }

    .list-icon.text-sm > li {
        padding-left: 18px;
    }

    .list-icon.lead > li {
        padding-left: 26px;
    }

dl {
    margin-top: 0;
    margin-bottom: 16px;
}

dt, dd {
    line-height: 1.5;
}

dt {
    padding-top: 9px;
    border-top: 1px solid #dfdfdf;
    color: #56566B;
    font-weight: 500;
}

    dt:first-child {
        padding-top: 0;
        border: 0;
    }

dd {
    margin-top: 3px;
    margin-bottom: 15px;
    margin-left: 0;
}

blockquote {
    position: relative;
    margin: 0;
    margin-bottom: 16px;
    padding: 24px 0 24px 36px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #626262;
    font-size: 18px;
}

    blockquote::before {
        position: absolute;
        top: 24px;
        left: -17px;
        color: #7fbd52;
        font-size: 82px;
        font-style: italic;
        line-height: .8;
        content: '"';
    }

    blockquote cite {
        display: block;
        margin-top: 9px;
        color: #767676;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }

        blockquote cite::before {
            display: inline-block;
            margin-top: -2px;
            margin-right: 8px;
            color: #908f8f;
            font-family: 'FontAwesome';
            font-size: .95em;
            content: '\f007';
            vertical-align: middle;
        }

    blockquote p {
        margin-bottom: 0;
    }

    blockquote.blockquote-reverse {
        padding-right: 36px;
        padding-left: 0;
        border-left: 0;
        text-align: right;
    }

        blockquote.blockquote-reverse::before {
            right: 10px;
            left: auto;
        }

kbd {
    background-color: #626262;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0 18px 3px;
    border: 1px solid #dadada;
    border-radius: 22px;
    background-color: #ffffff;
    color: #626262;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-control:not(textarea) {
        height: 44px;
    }

    .form-control::-moz-placeholder {
        color: #626262;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #626262;
    }

    .form-control::-webkit-input-placeholder {
        color: #626262;
    }

    .form-control:focus {
        border-color: #7fbd52;
        outline: none;
        color: #626262;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .form-control[type='color'] {
        padding-bottom: 0 !important;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #fafafa;
        cursor: not-allowed;
    }

input.readonly {
    border: none;
    background: none;
}

textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}

select.form-control {
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiM2MDY5NzUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 9px 9px;
}

    select.form-control:not([size]):not([multiple]) {
        height: 44px;
    }


.custom-select-plaintext {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center; /* center the text horizontally */
    text-align-last: center; /* center the selected value */
    border: 1px solid silver; /* add bottom border */
    border-radius: 3px;
    background: transparent; /* remove background */
    padding: 0; /* remove padding */
    margin: 0;
    width: auto; /* shrink to fit text */
    box-shadow: none; /* remove Bootstrap shadows */
    font: inherit; /* inherit text font/size */
    color: inherit; /* inherit text color */
    cursor: default; /* normal text cursor */
}

    /* Remove the arrow in IE/Edge */
    .custom-select-plaintext::-ms-expand {
        display: none;
    }

.form-group {
    margin-bottom: 16px !important;
}

.form-group-sm {
    margin-bottom: 8px !important;
}

    .form-group-sm .col-form-label {
        -ms-flex-item-align: center !important;
        align-self: center !important;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
    }

.form-group label {
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

    .form-group label.col-form-label {
        -ms-flex-item-align: center !important;
        align-self: center !important;
        margin-bottom: 0;
        font-weight: 500;
    }

.count-input {
    display: inline-block;
    position: relative;
    xwidth: 95px;
    width: 100px;
    margin: 0;
}

    .count-input select {
        width: 80px;
        xwidth: 90%;
        height: 22px;
        xborder: 0;
        xborder-radius: 22px;
        xbackground: none;
        color: #3a3d3a;
        font-size: 18px;
        text-align: center;
        x-webkit-appearance: none;
        x-moz-appearance: none;
        -o-appearance: none;
        xappearance: none;
        margin-top: 0px;
        grid-column-align: center;
        xmargin-left: 22px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .count-input select:focus {
            outline: none;
        }

    .count-input .incr-btn {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 21px;
        height: 21px;
        margin-top: -10px;
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
        border-radius: 50%;
        background-color: #7fbd52;
        color: #ffffff;
        font-size: 24px;
        line-height: 19px;
        text-align: center;
        text-decoration: none;
    }

        .count-input .incr-btn:hover {
            background-color: #70ae42;
        }

        .count-input .incr-btn:first-child {
            right: auto;
            left: 0;
        }

.form-control-lg {
    border-radius: 27px;
    font-size: 16px;
}

    .form-control-lg:not(textarea) {
        height: 54px;
    }

    .form-control-lg.form-control-rounded {
        border-radius: 7px;
    }

    .form-control-lg.form-control-square {
        border-radius: 0;
    }

select.form-control.form-control-lg:not([size]):not([multiple]) {
    height: 54px;
}

.form-control-sm {
    padding-bottom: 2px;
    border-radius: 18px;
}

    .form-control-sm:not(textarea) {
        height: 36px;
    }

    .form-control-sm.form-control-rounded {
        border-radius: 3px;
    }

    .form-control-sm.form-control-square {
        border-radius: 0;
    }

select.form-control.form-control-sm:not([size]):not([multiple]) {
    height: 36px;
}

.form-text {
    padding-left: 18px;
}

.capitalize {
    text-transform: capitalize;
}

.custom-control {
    margin-bottom: 6px !important;
    padding-left: 1.5rem !important;
}

.custom-control-trim {
    margin-top: 3px !important;
    padding-left: 0rem !important;
}


.custom-control:focus {
    outline: 0;
}

.custom-control .custom-control-label {
    margin: 0;
    padding-left: 0;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: none;
}

.custom-control .custom-control-label-sm {
    font-size: 12px !important;
}

.custom-control .custom-control-label::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #7fbd52;
}

.custom-control .custom-control-input:disabled ~ .custom-control-label {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.checkbox.checkboxlist {
    margin-left: 20px;
}

    .checkbox.checkboxlist input[type="checkbox"] {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: -1.25rem;
        background-color: #7fbd52;
    }

    .checkbox.checkboxlist label {
        margin: 0;
        padding-left: 1px;
        font-size: 14px !important;
        font-weight: normal !important;
        text-transform: none;
    }


.custom-file,
.custom-file-input {
    height: 44px;
    border-radius: 22px;
    cursor: pointer;
}

    .custom-file:focus,
    .custom-file-input:focus {
        outline: none;
    }

        .custom-file:focus ~ .custom-file-label,
        .custom-file-input:focus ~ .custom-file-label {
            border-color: #7fbd52;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .custom-file:focus ~ .custom-file-label::after,
            .custom-file-input:focus ~ .custom-file-label::after {
                border-color: #7fbd52;
            }

.custom-file-label {
    font-weight: normal !important;
}

    .custom-file-label,
    .custom-file-label::after {
        height: 44px;
        border-radius: 22px;
        border-color: #dadada;
        color: #626262;
        line-height: 2.2;
    }

        .custom-file-label::after {
            height: 42px;
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            background-color: #f7f7f7;
            font-weight: 500 !important;
        }

.form-control-rounded {
    border-radius: 5px;
}

    .form-control-rounded .custom-file-control,
    .form-control-rounded .custom-file-control::before {
        border-radius: 5px;
    }

.form-control-square {
    border-radius: 0;
}

    .form-control-square .custom-file-control,
    .form-control-square .custom-file-control::before {
        border-radius: 0;
    }

.input-group {
    display: block;
    position: relative;
}

    .input-group .input-group-addon,
    .input-group .input-group-btn {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .input-group .input-group-addon {
        left: 15px;
        background-color: transparent !important;
        color: #7fbd52;
    }

    .input-group .form-control {
        padding-left: 35px;
    }

        .input-group .form-control:focus ~ .input-group-addon {
            color: #7fbd52;
        }

    .input-group .input-group-btn {
        right: 10px;
        margin-top: 1px;
    }

        .input-group .input-group-btn button {
            -webkit-transition: color .3s;
            transition: color .3s;
            border: 0;
            background: 0;
            color: #7fbd52;
            font-size: 1.2em;
            cursor: pointer;
        }

        .input-group .input-group-btn .btn {
            margin: 0;
            margin-right: 3px;
            padding: 0;
        }

        .input-group .input-group-btn ~ .form-control {
            padding-right: 35px;
            padding-left: 18px;
        }

.has-success label,
.has-success .form-control-feedback,
.has-success .custom-control,
.has-success .input-group .input-group-addon,
.has-success.input-group .input-group-addon,
.has-success .form-control:focus ~ .input-group-addon {
    color: #39d371;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #39d371;
}

.has-success .form-control-success {
    padding-right: 42px;
    background-position: center right 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDYuODM0IDQwNi44MzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNi44MzQgNDA2LjgzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjM4NS42MjEsNjIuNTA3IDE0Ni4yMjUsMzAxLjkwMSAyMS4yMTMsMTc2Ljg5MSAwLDE5OC4xMDQgMTQ2LjIyNSwzNDQuMzI3IDQwNi44MzQsODMuNzIgIiBmaWxsPSIjNDNkOWEzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
}

.has-warning label,
.has-warning .form-control-feedback,
.has-warning .custom-control,
.has-warning .input-group .input-group-addon,
.has-warning.input-group .input-group-addon,
.has-warning .form-control:focus ~ .input-group-addon {
    color: #ffb74f;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #ffb74f;
}

.has-warning .form-control-warning {
    padding-right: 42px;
    background-position: center right 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS40MDMsNDA2LjM5NEwyOTUuMzg5LDU4LjEwMmMtOC4yNzQtMTMuNzIxLTIzLjM2Ny0yMi4yNDUtMzkuMzktMjIuMjQ1Yy0xNi4wMjMsMC0zMS4xMTYsOC41MjQtMzkuMzkxLDIyLjI0NiAgICBMNi41OTUsNDA2LjM5NGMtOC41NTEsMTQuMTgyLTguODA0LDMxLjk1LTAuNjYxLDQ2LjM3YzguMTQ1LDE0LjQyLDIzLjQ5MSwyMy4zNzgsNDAuMDUxLDIzLjM3OGg0MjAuMDI4ICAgIGMxNi41NiwwLDMxLjkwNy04Ljk1OCw0MC4wNTItMjMuMzc5QzUxNC4yMDgsNDM4LjM0Miw1MTMuOTU1LDQyMC41NzQsNTA1LjQwMyw0MDYuMzk0eiBNNDc3LjAzOSw0MzYuMzcyICAgIGMtMi4yNDIsMy45NjktNi40NjcsNi40MzYtMTEuMDI2LDYuNDM2SDQ1Ljk4NWMtNC41NTksMC04Ljc4NC0yLjQ2Ni0xMS4wMjUtNi40MzVjLTIuMjQyLTMuOTctMi4xNzItOC44NjIsMC4xODEtMTIuNzY1ICAgIEwyNDUuMTU2LDc1LjMxNmMyLjI3OC0zLjc3Nyw2LjQzMy02LjEyNCwxMC44NDQtNi4xMjRjNC40MSwwLDguNTY1LDIuMzQ3LDEwLjg0Myw2LjEyNGwyMTAuMDEzLDM0OC4yOTIgICAgQzQ3OS4yMTEsNDI3LjUxMiw0NzkuMjgxLDQzMi40MDMsNDc3LjAzOSw0MzYuMzcyeiIgZmlsbD0iI2ZmYjc0ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1Ni4xNTQsMTczLjAwNWMtMTIuNjgsMC0yMi41NzYsNi44MDQtMjIuNTc2LDE4Ljg2NmMwLDM2LjgwMiw0LjMyOSw4OS42ODYsNC4zMjksMTI2LjQ4OSAgICBjMC4wMDEsOS41ODcsOC4zNTIsMTMuNjA3LDE4LjI0OCwxMy42MDdjNy40MjIsMCwxNy45MzctNC4wMiwxNy45MzctMTMuNjA3YzAtMzYuODAyLDQuMzI5LTg5LjY4Niw0LjMyOS0xMjYuNDg5ICAgIEMyNzguNDIxLDE3OS44MSwyNjguMjE2LDE3My4wMDUsMjU2LjE1NCwxNzMuMDA1eiIgZmlsbD0iI2ZmYjc0ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1Ni40NjUsMzUzLjMwNmMtMTMuNjA3LDAtMjMuODE0LDEwLjgyNC0yMy44MTQsMjMuODE0YzAsMTIuNjgsMTAuMjA2LDIzLjgxNCwyMy44MTQsMjMuODE0ICAgIGMxMi42OCwwLDIzLjUwNS0xMS4xMzQsMjMuNTA1LTIzLjgxNEMyNzkuOTcsMzY0LjEzLDI2OS4xNDQsMzUzLjMwNiwyNTYuNDY1LDM1My4zMDZ6IiBmaWxsPSIjZmZiNzRmIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
}

.has-danger label,
.has-danger .form-control-feedback,
.has-danger .custom-control,
.has-danger .input-group .input-group-addon,
.has-danger.input-group .input-group-addon,
.has-danger .form-control:focus ~ .input-group-addon {
    color: #cc2929;
}

.has-danger .form-control,
.has-danger .form-control:focus {
    border-color: #cc2929;
}

.has-danger .form-control-danger {
    padding-right: 42px;
    background-position: center right 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MS4xNzEgMjQxLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQxLjE3MSAyNDEuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggaWQ9IkNsb3NlIiBkPSJNMTM4LjEzOCwxMjAuNzU0bDk5LjExOC05OC41NzZjNC43NTItNC43MDQsNC43NTItMTIuMzE5LDAtMTcuMDExYy00Ljc0LTQuNzA0LTEyLjQzOS00LjcwNC0xNy4xNzksMCAgIGwtOTkuMDMzLDk4LjQ5MkwyMS4wOTUsMy42OTljLTQuNzQtNC43NTItMTIuNDM5LTQuNzUyLTE3LjE3OSwwYy00Ljc0LDQuNzY0LTQuNzQsMTIuNDc1LDAsMTcuMjI3bDk5Ljg3Niw5OS44ODhMMy41NTUsMjIwLjQ5NyAgIGMtNC43NCw0LjcwNC00Ljc0LDEyLjMxOSwwLDE3LjAxMWM0Ljc0LDQuNzA0LDEyLjQzOSw0LjcwNCwxNy4xNzksMGwxMDAuMTUyLTk5LjU5OWw5OS41NTEsOTkuNTYzICAgYzQuNzQsNC43NTIsMTIuNDM5LDQuNzUyLDE3LjE3OSwwYzQuNzQtNC43NjQsNC43NC0xMi40NzUsMC0xNy4yMjdMMTM4LjEzOCwxMjAuNzU0eiIgZmlsbD0iI2ZmNTI1MiIvPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 13px 13px;
    background-repeat: no-repeat;
}

.form-control-feedback {
    padding-top: 2px;
    padding-left: 18px;
}

.subscribe-form .input-group,
.search-form .input-group {
    width: calc(100% - 90px);
    float: left;
}

.subscribe-form .btn,
.search-form .btn {
    margin: 0;
    padding: 0 27px;
    float: right;
}

    .subscribe-form .btn > i,
    .search-form .btn > i {
        margin-top: -4px;
        font-size: 1.3em;
    }

.subscribe-form .form-text,
.search-form .form-text {
    padding-top: 12px;
}

.search-form .input-group {
    width: calc(100% - 104px);
}

    .search-form .input-group .input-group-addon {
        left: 20px;
        margin-top: 1px;
        color: #7fbd52 !important;
        font-size: 1.3em;
    }

.search-form .form-control {
    padding-left: 45px;
    border-color: #7fbd52;
    font-size: 16px;
}

.search-form .btn {
    padding: 0 30px;
    font-size: 16px;
}

@media (max-width: 576px) {
    .search-form .input-group {
        width: 100%;
    }

    .search-form .btn {
        display: none;
    }
}

.coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
}

.coupon-form .btn {
    margin-right: 0;
}

@media (max-width: 768px) {
    .coupon-form .form-control {
        display: block;
        max-width: 100%;
    }
}

.login-box {
    display: block;
    width: 100%;
    padding: 30px 24px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
}

.card-wrapper {
    margin: 30px 0;
}

@media (max-width: 576px) {
    .jp-card-container {
        width: 285px !important;
    }

    .jp-card {
        min-width: 250px !important;
    }
}

.table {
    border-bottom: solid 1px #dfdfdf;
}

.table-sm {
    font-size: 12px;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

.table thead a {
    color: white;
}

.table thead th, .table td, .table th {
    border-color: #dfdfdf;
}

.table.table-inverse {
    background-color: #3a3d3a;
    color: #ffffff;
}

    .table.table-inverse thead th, .table.table-inverse td, .table.table-inverse th {
        border-color: rgba(255, 255, 255, 0.15);
    }

.thead-inverse th {
    background-color: #3a3d3a;
    color: #ffffff;
}

.thead-default th {
    background-color: #f2f2f2;
    color: #626262;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.table-striped.table-inverse tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.08);
}

.table-hover tbody tr:hover {
    background-color: #f2f2f2;
}

.table-hover.table-inverse tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.table-active,
.table-active td,
.table-active th {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-success,
.table-success td,
.table-success th {
    background-color: rgba(57, 211, 113, 0.09);
}

.table-info,
.table-info td,
.table-info th {
    background-color: rgba(101, 132, 173, 0.09);
}

.table-warning,
.table-warning td,
.table-warning th {
    background-color: rgba(255, 183, 79, 0.09);
}

.table-danger,
.table-danger td,
.table-danger th {
    background-color: rgba(204, 41, 41, 0.09);
}

.btn {
    display: inline-block;
    position: relative;
    height: 44px;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0 22px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 22px;
    background-color: transparent;
    background-image: none;
    color: #626262;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn selectpicker {
        text-transform: lowercase;
    }


.btn-dropdown {
    display: inline-block;
    position: relative;
    height: 44px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0 0px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 22px;
    background-color: transparent;
    background-image: none;
    color: #626262;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.label-inline {
    padding-top: 6px;
}

.btn-inline {
    padding-top: 0px;
    margin-top: 0px;
}

.btn:hover,
.btn:focus .btn:active, .btn.active {
    outline: none;
    background-image: none;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    color: #626262;
}

.btn > i {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.btn[disabled], .btn.disabled {
    cursor: not-allowed;
    opacity: .55;
    pointer-events: none;
}

button:focus {
    outline: none;
}

.btn-lg {
    height: 54px;
    border-radius: 27px;
    line-height: 52px;
}

.btn-sm {
    height: 36px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 34px;
}

.btn-xs {
    height: 27px;
    padding: 0 15px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 25px;
}

.btn-rounded {
    border-radius: 5px;
}

    .btn-rounded.btn-lg {
        border-radius: 7px;
    }

    .btn-rounded.btn-sm {
        border-radius: 3px;
    }

.btn-square {
    border-radius: 0;
}

.btn-secondary {
    border-color: #dfdfdf;
    background-color: #f2f2f2;
}

    .btn-secondary:hover {
        background-color: #d9d8d8;
    }

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus,
    .btn-info:hover,
    .btn-info:active,
    .btn-info:focus,
    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning:focus,
    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger:focus {
        color: #ffffff;
    }

.btn-primary {
    background-color: #7fbd52;
}

    .btn-primary:hover {
        background-color: #669f3d;
    }

.btn-success {
    background-color: #39d371;
}

    .btn-success:hover {
        background-color: #27b25a;
    }

.btn-info {
    background-color: #6584ad;
}

    .btn-info:hover {
        background-color: #4d6b92;
    }

.btn-warning {
    background-color: #ffb74f;
}

    .btn-warning:hover {
        background-color: #ffa21c;
    }

.btn-danger {
    background-color: #cc2929;
}

    .btn-danger:hover {
        background-color: #a22020;
    }

.btn-white {
    background-color: #ffffff;
    color: #7fbd52;
}

    .btn-white:hover {
        color: #7fbd52;
    }

.btn-outline-secondary {
    border-color: #dfdfdf;
}

    .btn-outline-secondary:hover {
        background-color: #f2f2f2;
    }

.btn-outline-primary {
    border-color: #7fbd52;
    background-color: #ffffff;
    color: #7fbd52 !important;
}

    .btn-outline-primary:hover, .btn-select .btn.selected {
        background-color: #7fbd52;
        color: #ffffff !important;
    }

.btn-outline-success {
    border-color: #39d371;
    background-color: #ffffff;
    color: #39d371 !important;
}

    .btn-outline-success:hover {
        background-color: #39d371;
        color: #ffffff !important;
    }

.btn-outline-info {
    border-color: #6584ad;
    background-color: #ffffff;
    color: #6584ad !important;
}

    .btn-outline-info:hover {
        background-color: #6584ad;
        color: #ffffff !important;
    }

.btn-outline-warning {
    border-color: #ffb74f;
    background-color: #ffffff;
    color: #ffb74f !important;
}

    .btn-outline-warning:hover {
        background-color: #ffb74f;
        color: #ffffff !important;
    }

.btn-outline-danger {
    border-color: #cc2929;
    background-color: #ffffff;
    color: #cc2929 !important;
}

    .btn-outline-danger:hover {
        background-color: #cc2929;
        color: #ffffff !important;
    }

.btn-outline-white {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #ffffff !important;
    background-color: transparent;
}

    .btn-outline-white:hover {
        background-color: #ffffff;
        color: #ffffff !important;
    }

    .btn-outline-white:hover {
        color: #7fbd52 !important;
    }

.btn-link-secondary {
    color: #626262;
}

    .btn-link-secondary:hover {
        color: #494848;
    }

.btn-link-primary {
    color: #7fbd52;
}

    .btn-link-primary:hover {
        color: #669f3d;
    }

.btn-link-success {
    color: #39d371;
}

    .btn-link-success:hover {
        color: #27b25a;
    }

.btn-link-info {
    color: #6584ad;
}

    .btn-link-info:hover {
        color: #4d6b92;
    }

.btn-link-warning {
    color: #ffb74f;
}

    .btn-link-warning:hover {
        color: #ffa21c;
    }

.btn-link-danger {
    color: #cc2929;
}

    .btn-link-danger:hover {
        color: #a22020;
    }

.btn-link-white {
    color: #ffffff;
}

    .btn-link-white:hover {
        color: #e6e5e5;
    }

    .btn-link-secondary > i,
    .btn-link-primary > i,
    .btn-link-success > i,
    .btn-link-info > i,
    .btn-link-warning > i,
    .btn-link-danger > i,
    .btn-link-white > i {
        margin-top: -4px;
    }

.btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    vertical-align: middle;
}

    .btn-group .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0;
    }

        .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
            margin-right: -1px;
            padding-right: 12px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-secondary, .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-outline-secondary {
                border-right: 0;
            }

    .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn + .dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 8px;
}

.text-center .btn, .text-center .btn-group {
    margin-right: 6px;
    margin-left: 6px;
}

.text-right .btn, .text-right .btn-group {
    margin-right: 0;
    margin-left: 12px;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.scroll-to-top-btn {
    display: block;
    position: fixed;
    right: 16px;
    bottom: -88px;
    width: 44px;
    height: 44px;
    -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 21px;
    line-height: 44px;
    opacity: 0;
    z-index: 2000;
    text-align: center;
    text-decoration: none;
}

    .scroll-to-top-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #ffffff;
    }

    .scroll-to-top-btn:focus, .scroll-to-top-btn:active {
        color: #ffffff;
    }

    .scroll-to-top-btn.visible {
        bottom: 14px;
        opacity: 1;
    }

@media (max-width: 768px) {
    .scroll-to-top-btn {
        bottom: -72px;
        width: 36px;
        height: 36px;
        line-height: 35px;
    }
}

.like-link {
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #626262;
    text-transform: uppercase;
    text-decoration: none;
}

    .like-link > i {
        margin-top: -2px;
        margin-left: 6px;
        color: #ff5786;
        font-size: 1.3em;
        vertical-align: middle;
    }

    .like-link:hover {
        color: #ff5786;
    }

.whatsapp-link {
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #626262;
    text-decoration: none;
}

    .whatsapp-link > i {
        margin-top: -2px;
        margin-left: 6px;
        color: #7fbd52;
        font-size: 1.3em;
        vertical-align: middle;
    }

    .whatsapp-link:hover {
        color: #7fbd52;
    }


.liked-link {
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #ff5786;
    text-transform: uppercase;
    text-decoration: none;
}

    .liked-link > i {
        margin-top: -2px;
        margin-left: 6px;
        color: #626262;
        font-size: 1.3em;
        vertical-align: middle;
    }

    .liked-link:hover {
        color: #626262;
    }

.btn-select .btn {
    position: relative;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .btn-select .btn::after {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        border-radius: 50%;
        background-color: #ffffff;
        color: #7fbd52 !important;
        font-family: 'FontAwesome';
        line-height: 24px;
        text-align: center;
        content: '\f00c';
        opacity: 0;
    }

    .btn-select .btn:hover, .btn-select .btn.selected {
        padding-right: 40px;
    }

        .btn-select .btn:hover::after, .btn-select .btn.selected::after {
            opacity: 1;
        }

.btn-edit {
    display: inline-block;
    margin-left: 12px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    font-size: 16px;
    text-decoration: none;
    opacity: .6;
}

    .btn-edit:hover {
        opacity: 1;
    }

.btn-remove {
    display: inline-block;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    color: #cc2929;
    font-size: 19px;
    text-decoration: none;
}

    .btn-remove:hover {
        color: #cc2929;
        opacity: .7;
    }

.market-button {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 5px 14px 5px 45px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-position: center left 12px;
    background-color: #ffffff;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    text-decoration: none;
}

    .market-button:hover {
        background-color: #f2f2f2;
    }

    .market-button .mb-subtitle {
        display: block;
        margin-bottom: -4px;
        color: #767676;
        font-size: 12px;
    }

    .market-button .mb-title {
        display: block;
        color: #626262;
        font-size: 18px;
    }

    .market-button.apple-button {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    }

    .market-button.google-button {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .market-button.windows-button {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .market-button.blackberry-button {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiMyZTJlMmUiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .market-button.amazon-button {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=);
    }

    .market-button.mb-light-skin {
        border-color: rgba(255, 255, 255, 0.15);
        background-color: transparent;
    }

        .market-button.mb-light-skin .mb-subtitle,
        .market-button.mb-light-skin .mb-title {
            color: #ffffff;
        }

        .market-button.mb-light-skin .mb-subtitle {
            opacity: .55;
        }

        .market-button.mb-light-skin:hover {
            background-color: rgba(255, 255, 255, 0.06);
        }

        .market-button.mb-light-skin.apple-button {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
        }

        .market-button.mb-light-skin.blackberry-button {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
        }

        .market-button.mb-light-skin.amazon-button {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
        }

.facebook-btn,
.twitter-btn,
.google-btn {
    text-transform: none;
}

    .facebook-btn > i,
    .twitter-btn > i,
    .google-btn > i {
        margin-top: 0;
        font-size: 1.2em;
    }

.facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998;
}

    .facebook-btn:hover {
        background-color: #3b5998;
        color: #ffffff;
    }

.twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee;
}

    .twitter-btn:hover {
        background-color: #55acee;
        color: #ffffff;
    }

.google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39;
}

    .google-btn:hover {
        background-color: #dd4b39;
        color: #ffffff;
    }

/* Base class */
.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #626262;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
}

    .social-button.shape-circle, .social-button.shape-rounded, .social-button.shape-square {
        width: 36px;
        height: 36px;
        margin-right: 8px;
        border: 1px solid #dfdfdf;
        line-height: 35px;
        text-align: center;
    }

    .social-button.shape-circle {
        border-radius: 50%;
    }

    .social-button.shape-rounded {
        border-radius: 5px;
    }

    .social-button:focus {
        text-decoration: none;
    }

.text-center .social-button {
    margin-right: 9px;
    margin-left: 9px;
}

    .text-center .social-button.shape-circle, .text-center .social-button.shape-rounded, .text-center .social-button.shape-square {
        margin-right: 4px;
        margin-left: 4px;
    }

.text-right .social-button {
    margin-right: 0;
    margin-left: 18px;
}

    .text-right .social-button.shape-circle, .text-right .social-button.shape-rounded, .text-right .social-button.shape-square {
        margin-right: 0;
        margin-left: 8px;
    }

/* Amazon */
.sb-amazon {
    font-size: 1.15em !important;
}

    .sb-amazon:hover, .sb-amazon:focus {
        color: #ff9900 !important;
    }

/* Behance */
.sb-behance {
    font-size: 1.1em !important;
}

    .sb-behance:hover, .sb-behance:focus {
        color: #1769ff !important;
    }

/* DeviantArt */
.sb-deviantart {
    font-size: 1.2em !important;
}

    .sb-deviantart:hover, .sb-deviantart:focus {
        color: #4e6252 !important;
    }

/* Digg */
.sb-digg {
    font-size: 1.2em !important;
}

    .sb-digg:hover, .sb-digg:focus {
        color: #000000 !important;
    }

/* Dribbble */
.sb-dribbble:hover, .sb-dribbble:focus {
    color: #ea4c89 !important;
}

/* Email */
.sb-email:hover, .sb-email:focus {
    color: #7fbd52 !important;
}

/* Facebook */
.sb-facebook:hover, .sb-facebook:focus {
    color: #3b5998 !important;
}

/* Flickr */
.sb-flickr:hover, .sb-flickr:focus {
    color: #0063dc !important;
}

/* Foursquare */
.sb-foursquare:hover, .sb-foursquare:focus {
    color: #ef4b78 !important;
}

/* GitHub */
.sb-github:hover, .sb-github:focus {
    color: #4183c4 !important;
}

/* Google+ */
.sb-google-plus {
    font-size: 1.2em !important;
}

    .sb-google-plus:hover, .sb-google-plus:focus {
        color: #dd4b39 !important;
    }

/* Instagram */
.sb-instagram:hover, .sb-instagram:focus {
    color: #3f729b !important;
}

/* LastFM */
.sb-lastfm {
    font-size: 1.2em !important;
}

    .sb-lastfm:hover, .sb-lastfm:focus {
        color: #e31b23 !important;
    }

/* LinkedIn */
.sb-linkedin:hover, .sb-linkedin:focus {
    color: #0976b4 !important;
}

/* PayPal */
.sb-paypal {
    font-size: 1.15em !important;
}

    .sb-paypal:hover, .sb-paypal:focus {
        color: #253b80 !important;
    }

/* Pinterest */
.sb-pinterest:hover, .sb-pinterest:focus {
    color: #cc2127 !important;
}

/* Reddit */
.sb-reddit {
    font-size: 1.2em !important;
}

    .sb-reddit:hover, .sb-reddit:focus {
        color: #ff4500 !important;
    }

/* Reddit */
.sb-rss:hover, .sb-rss:focus {
    color: #f26522 !important;
}

/* Skype */
.sb-skype {
    font-size: 1.2em !important;
}

    .sb-skype:hover, .sb-skype:focus {
        color: #00aff0 !important;
    }

/* SoundCloud */
.sb-soundcloud {
    font-size: 1.2em !important;
}

    .sb-soundcloud:hover, .sb-soundcloud:focus {
        color: #ff8800 !important;
    }

/* Stack Overflow */
.sb-stackoverflow {
    font-size: 1.2em !important;
}

    .sb-stackoverflow:hover, .sb-stackoverflow:focus {
        color: #fe7a15 !important;
    }

/* StumbleUpon */
.sb-stumbleupon:hover, .sb-stumbleupon:focus {
    color: #eb4924 !important;
}

/* Tumblr */
.sb-tumblr:hover, .sb-tumblr:focus {
    color: #35465c !important;
}

/* Twitter */
.sb-twitter:hover, .sb-twitter:focus {
    color: #55acee !important;
}

/* Vimeo */
.sb-vimeo:hover, .sb-vimeo:focus {
    color: #1ab7ea !important;
}

/* Yahoo! */
.sb-yahoo:hover, .sb-yahoo:focus {
    color: #400191 !important;
}

/* Yelp */
.sb-yelp {
    font-size: 1.2em !important;
}

    .sb-yelp:hover, .sb-yelp:focus {
        color: #af0606 !important;
    }

/* YouTube */
.sb-youtube:hover, .sb-youtube:focus {
    color: #e52d27 !important;
}

.sb-light-skin {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9) !important;
}

    .sb-light-skin:hover, .sb-light-skin:focus {
        color: #ffffff !important;
    }

    .sb-light-skin.shape-circle, .sb-light-skin.shape-rounded, .sb-light-skin.shape-square {
        border-color: rgba(255, 255, 255, 0.15);
    }

        .sb-light-skin.shape-circle:hover, .sb-light-skin.shape-rounded:hover, .sb-light-skin.shape-square:hover {
            background-color: rgba(255, 255, 255, 0.06);
        }


.nav-tabs {
    border-bottom-color: #dfdfdf;
}

    .nav-tabs .nav-linkold {
        padding: 10px 20px;
        -webkit-transition: color .3s;
        transition: color .3s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #3a3d3a;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-decoration: none;
    }

    .nav-tabs .nav-linkold {
        padding: 10px 20px;
        -webkit-transition: color .3s;
        transition: color .3s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #3a3d3a;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-decoration: none;
    }


    .nav-tabs .nav-link:hover {
        color: #7fbd52;
    }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: transparent;
    }

    .nav-tabs .nav-link.disabled {
        cursor: not-allowed;
    }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover {
            color: #767676;
        }

    .nav-tabs .nav-link > i {
        margin-top: -3px;
        margin-right: 5px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-color: #dfdfdf #dfdfdf #ffffff;
        color: #6e6e6e;
    }


    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: transparent;
        border-color: transparent transparent white;
        border-bottom: 3px solid !important;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
        text-decoration: none;
        color: inherit;
    }

.inactive {
    background-color: #f2f2f2;
    text-decoration: underline;
}

.menu_active {
    text-decoration: none;
    color: #767676;
}


.tab-content {
    padding: 24px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
}

    .tab-content p:last-child, .tab-content ul:last-child, .tab-content ol:last-child {
        margin-bottom: 0;
    }

.nav-pills .nav-link {
    margin-right: 5px;
    padding: 8px 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 22px;
    color: #7fbd52;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    border: solid 1px #7fbd52;
}

    .nav-pills .nav-link:hover:not(.disabled) {
        background-color: #f2f2f2;
    }

    .nav-pills .nav-link.disabled {
        color: #767676;
        cursor: not-allowed;
    }

    .nav-pills .nav-link > i {
        margin-top: -4px;
        margin-right: 5px;
    }

    .nav-pills .nav-item.show .nav-link,
    .nav-pills .nav-link.active {
        background-color: #7fbd52 !important;
        color: #ffffff;
        cursor: default;
    }

.nav-pills + .tab-content {
    padding: 24px 0 0;
    border: 0;
    border-radius: 0;
}

.nav-pills.nav-justified .nav-link {
    margin-right: 0;
}

.nav-pills.justify-content-center .nav-link {
    margin: 0 3px;
}

.nav-pills.justify-content-end .nav-link {
    margin: 0 0 0 5px;
}

.nav-pills.flex-column .nav-link {
    margin: 0 0 5px;
}

.card {
    border-radius: 7px;
    border-color: #dfdfdf;
}

    .card .google-map {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

.card-header {
    border-bottom-color: #dfdfdf;
}

    .card-header h1, .card-header .h1, .card-header h2, .card-header .h2, .card-header h3, .card-header .h3,
    .card-header h4, .card-header .h4, .card-header h5, .card-header .h5, .card-header h6, .card-header .h6 {
        margin-bottom: 0;
    }

    .card-header:first-child {
        border-radius: 7px 7px 0 0;
    }

.card-header,
.card-footer {
    background-color: #f2f2f2;
}

.card-footer {
    border-top-color: #dfdfdf;
}

    .card-footer:last-child {
        border-radius: 0 0 7px 7px;
    }

.card-body p:last-child, .card-body ol:last-child, .card-body ul:last-child {
    margin-bottom: 0;
}

.card-body .tab-content {
    padding: 0;
    border: 0;
}

.card.bg-primary {
    border-color: #72b244;
}

    .card.bg-primary .card-header {
        border-bottom-color: #72b244;
        background-color: #7aba4b;
    }

.card.bg-secondary .card-header,
.card.bg-faded .card-header {
    background-color: #eaeaea;
}

.card.bg-success {
    border-color: #29ba5e;
}

    .card.bg-success .card-header {
        border-bottom-color: #29ba5e;
        background-color: #2bc262;
    }

.card.bg-info {
    border-color: #4a668b;
}

    .card.bg-info .card-header {
        border-bottom-color: #4a668b;
        background-color: #55759f;
    }

.card.bg-warning {
    border-color: #ff9e12;
}

    .card.bg-warning .card-header {
        border-bottom-color: #ff9e12;
        background-color: #ffaa30;
    }

.card.bg-danger {
    border-color: #991f1f;
}

    .card.bg-danger .card-header {
        border-bottom-color: #991f1f;
        background-color: #b32424;
    }

.card.bg-dark {
    border-color: #262826;
}

    .card.bg-dark .card-header {
        border-bottom-color: #262826;
        background-color: #2b2d2b;
    }

.text-white .card-title,
.text-light .card-title {
    color: #ffffff;
}

.card-group .card .card-footer {
    border-radius: 0;
}

.card-group .card:first-child .card-footer {
    border-bottom-left-radius: 7px;
}

.card-group .card:last-child .card-footer {
    border-bottom-right-radius: 7px;
}

.card-img-tiles {
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

    .card-img-tiles > .inner {
        display: table;
        width: 100%;
    }

    .card-img-tiles .main-img,
    .card-img-tiles .thumblist {
        display: table-cell;
        width: 65%;
        padding: 15px;
        vertical-align: middle;
    }

        .card-img-tiles .main-img > img,
        .card-img-tiles .thumblist > img {
            display: block;
            width: 100%;
            margin-bottom: 6px;
        }

            .card-img-tiles .main-img > img:last-child,
            .card-img-tiles .thumblist > img:last-child {
                margin-bottom: 0;
            }

    .card-img-tiles .thumblist {
        width: 35%;
        border-left: 1px solid #dfdfdf;
    }

.category-card .view-button {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.category-card:hover .view-button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.touchevents .category-card .view-button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 768px) {
    .category-card .view-button {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.accordion .card {
    margin-bottom: 8px;
}

    .accordion .card:first-of-type {
        border-bottom: 1px solid #dfdfdf;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 1px solid #dfdfdf;
        border-radius: 7px;
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

.accordion .card-header {
    padding: 0;
}

.accordion [data-toggle='collapse'] {
    display: block;
    position: relative;
    padding: .75rem 1.25rem;
    color: #3a3d3a;
    text-decoration: none;
}

    .accordion [data-toggle='collapse']::after {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        width: 0;
        height: 0;
        margin-top: -2px;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
        border-right: 5px solid transparent;
        border-bottom: 5px dashed;
        border-left: 5px solid transparent;
        content: '';
    }

    .accordion [data-toggle='collapse'].collapsed::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .accordion [data-toggle='collapse'] > i {
        margin-top: -2px;
        margin-right: 7px;
        vertical-align: middle;
    }

.accordion.accordion-alt .card {
    margin-bottom: 0;
    border: 0;
}

    .accordion.accordion-alt .card:first-of-type {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-radius: 0;
    }

    .accordion.accordion-alt .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 1px solid #dfdfdf;
        border-radius: 0;
    }

    .accordion.accordion-alt .card:last-of-type {
        border-bottom: 1px solid #dfdfdf;
        border-radius: 0;
    }

.accordion.accordion-alt .card-header {
    border: 0;
    border-radius: 0 !important;
    background: none;
}

.accordion.accordion-alt [data-toggle='collapse'] {
    padding: .85rem 1.25rem;
}

    .accordion.accordion-alt [data-toggle='collapse']::after {
        display: none !important;
    }

    .accordion.accordion-alt [data-toggle='collapse'] > div:first-child::after {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-left: 15px;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
        border: 0;
        border-radius: 50%;
        background-position: center;
        background-color: #7fbd52;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
        background-repeat: no-repeat;
        background-size: 10px 10px;
        text-align: center;
        content: '';
        vertical-align: middle;
    }

    .accordion.accordion-alt [data-toggle='collapse'].collapsed > div:first-child::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.accordion.accordion-alt .card:nth-child(odd) [data-toggle='collapse'].collapsed {
    background-color: #f2f4f7;
}

.accordion.accordion-alt .card:nth-child(even) [data-toggle='collapse'].collapsed {
    background-color: #fafbfc;
}

.accordion.accordion-alt .card-body {
    padding: .75rem 0 1.25rem;
}

.accordion.accordion-alt .collapse .owl-item, .accordion.accordion-alt .collapsing .owl-item {
    display: none;
}

    .accordion.accordion-alt .collapse .owl-item[style], .accordion.accordion-alt .collapsing .owl-item[style] {
        display: block;
    }

.pagination {
    display: table;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}

    .pagination > .column {
        display: table-cell;
        padding-top: 16px;
        vertical-align: middle;
    }

    .pagination .pages {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pagination .pages > li {
            display: inline-block;
            width: 36px;
            height: 36px;
            font-size: 14px;
            font-weight: 500;
            line-height: 34px;
            text-align: center;
        }

            .pagination .pages > li > a {
                display: block;
                width: 36px;
                height: 36px;
                -webkit-transition: all .3s;
                transition: all .3s;
                border: 1px solid transparent;
                border-radius: 50%;
                color: #626262;
                line-height: 34px;
                text-decoration: none;
            }

                .pagination .pages > li > a:hover {
                    border-color: #dfdfdf;
                    background-color: #f2f2f2;
                }

            .pagination .pages > li.active > a {
                border-color: #7fbd52;
                background-color: #7fbd52;
                color: #ffffff;
            }

    .pagination .btn > i {
        font-size: 1.1em !important;
    }

.entry-navigation {
    display: table;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    table-layout: fixed;
}

    .entry-navigation > .column {
        display: table-cell;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        vertical-align: middle;
    }

    .entry-navigation .btn {
        margin: 0;
    }

        .entry-navigation .btn > i {
            font-size: 1.1em !important;
        }

        .entry-navigation .btn.view-all {
            width: 44px;
            padding-right: 0;
            padding-left: 1px;
        }

            .entry-navigation .btn.view-all > i {
                font-size: 1.1em;
            }

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px;
}

    .comment .comment-author-ava {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
    }

        .comment .comment-author-ava > img {
            display: block;
            width: 100%;
        }

    .comment .comment-body {
        position: relative;
        padding: 24px;
        border: 1px solid #dfdfdf;
        border-radius: 7px;
        background-color: #ffffff;
    }

        .comment .comment-body::after, .comment .comment-body::before {
            position: absolute;
            top: 12px;
            right: 100%;
            width: 0;
            height: 0;
            border: solid transparent;
            content: '';
            pointer-events: none;
        }

        .comment .comment-body::after {
            border-width: 9px;
            border-color: transparent;
            border-right-color: #ffffff;
        }

        .comment .comment-body::before {
            margin-top: -1px;
            border-width: 10px;
            border-color: transparent;
            border-right-color: #dfdfdf;
        }

    .comment .comment-title {
        margin-bottom: 8px;
        color: #626262;
        font-size: 14px;
        font-weight: 500;
    }

    .comment .comment-text {
        margin-bottom: 12px;
    }

    .comment .comment-footer {
        display: table;
        width: 100%;
    }

        .comment .comment-footer > .column {
            display: table-cell;
            vertical-align: middle;
        }

            .comment .comment-footer > .column:last-child {
                text-align: right;
            }

    .comment .comment-meta {
        color: #767676;
        font-size: 13px;
    }

    .comment .reply-link {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #3a3d3a;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .07em;
        text-transform: uppercase;
        text-decoration: none;
    }

        .comment .reply-link > i {
            display: inline-block;
            margin-top: -3px;
            margin-right: 4px;
            vertical-align: middle;
        }

        .comment .reply-link:hover {
            color: #7fbd52;
        }

    .comment.comment-reply {
        margin-top: 30px;
        margin-bottom: 0;
    }

@media (max-width: 576px) {
    .comment {
        padding-left: 0;
    }

        .comment .comment-author-ava {
            display: none;
        }

        .comment .comment-body {
            padding: 15px;
        }

            .comment .comment-body::before, .comment .comment-body::after {
                display: none;
            }
}

.tooltip {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

    .tooltip.bs-tooltip-top .arrow::before {
        border-top-color: #303330;
    }

    .tooltip.bs-tooltip-right .arrow::before {
        border-right-color: #303330;
    }

    .tooltip.bs-tooltip-bottom .arrow::before {
        border-bottom-color: #303330;
    }

    .tooltip.bs-tooltip-left .arrow::before {
        border-left-color: #303330;
    }

    .tooltip.show {
        opacity: 1;
    }

.tooltip-inner {
    border-radius: 3px;
    background-color: #303330;
    color: #ffffff;
    font-size: 13px;
}

.popover {
    border-radius: 7px;
    border-color: #dfdfdf;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

    .popover.bs-popover-top .arrow::before {
        border-top-color: #d5d5d5;
    }

    .popover.bs-popover-right .arrow::before {
        border-right-color: #d5d5d5;
    }

    .popover.bs-popover-bottom .arrow::before {
        border-bottom-color: #d5d5d5;
    }

    .popover.bs-popover-bottom .arrow::after {
        border-bottom-color: #f7f7f7;
    }

    .popover.bs-popover-left .arrow::before {
        border-left-color: #d5d5d5;
    }

.popover-header {
    color: #56566B;
    font-family: inherit;
}

.popover-body {
    color: #626262;
}

.example-tooltip .tooltip {
    display: inline-block;
    position: relative;
    margin: 10px 20px;
    opacity: 1;
}

.example-popover .popover {
    display: block;
    position: relative;
    width: 260px;
    margin: 1.25rem;
    float: left;
}

.bs-tooltip-bottom-demo .arrow,
.bs-tooltip-top-demo .arrow {
    left: 50%;
    margin-left: -2px;
}

.bs-tooltip-left-demo .arrow,
.bs-tooltip-right-demo .arrow {
    top: 50%;
    margin-top: -6px;
}

.bs-popover-bottom-demo .arrow,
.bs-popover-top-demo .arrow {
    left: 50%;
    margin-left: -11px;
}

.bs-popover-left-demo .arrow,
.bs-popover-right-demo .arrow {
    top: 50%;
    margin-top: -8px;
}

.dropdown-menu {
    border-color: #dfdfdf;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
    box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
}

    .dropdown-menu .dropdown-item {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #626262;
        text-decoration: none;
    }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
            background: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            color: #7fbd52;
        }

        .dropdown-menu .dropdown-item.active {
            color: #7fbd52;
        }

    .dropdown-menu a.dropdown-item {
        font-weight: 500;
    }

.dropdown-toggle::after {
    margin-top: 1px;
    margin-left: .3em;
    vertical-align: .2em;
}

.btn.dropdown-toggle::after {
    vertical-align: .2em;
}

.show .dropdown-menu {
    -webkit-animation: dropdown-show .25s;
    animation: dropdown-show .25s;
}

@-webkit-keyframes dropdown-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes dropdown-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.list-group-item {
    border-color: #dfdfdf;
    background-color: #ffffff;
    text-decoration: none;
}

    .list-group-item:first-child {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .list-group-item i {
        margin-right: 8px;
        color: #b5b5b5;
        font-size: 1.1em;
        vertical-align: middle;
    }

    .list-group-item p, .list-group-item ul, .list-group-item ol, .list-group-item li, .list-group-item span {
        font-weight: normal !important;
    }

a.list-group-item,
.list-group-item-action {
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #3a3d3a;
    font-weight: 500;
}

    a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active,
    .list-group-item-action:hover,
    .list-group-item-action:focus,
    .list-group-item-action:active {
        background-color: #f2f2f2;
        color: #3a3d3a;
    }

a.list-group-item {
    padding-top: .87rem;
    padding-bottom: .87rem;
}

.with-badge {
    position: relative;
    padding-right: 3.3rem;
}

    .with-badge .badge {
        position: absolute;
        top: 50%;
        right: 1.15rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.badge {
    padding-top: .12em;
    padding-bottom: .14em;
    color: #ffffff;
    font-size: 90%;
    font-weight: 500;
}

    .badge.badge-default {
        border: 1px solid #dfdfdf;
        background-color: #f2f2f2;
        color: #626262;
    }

    .badge.badge-primary {
        background-color: #7fbd52;
    }

    .badge.badge-info {
        background-color: #6584ad;
    }

    .badge.badge-success {
        background-color: #39d371;
    }

    .badge.badge-warning {
        background-color: #ffb74f;
    }

    .badge.badge-danger {
        background-color: #cc2929;
    }

    .badge.badge-pill {
        padding-right: .45em;
        padding-left: .45em;
    }

.list-group-item.active {
    border-color: #7fbd52;
    background-color: #7fbd52;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

    .list-group-item.active h1, .list-group-item.active .h1, .list-group-item.active h2, .list-group-item.active .h2, .list-group-item.active h3, .list-group-item.active .h3,
    .list-group-item.active h4, .list-group-item.active .h4, .list-group-item.active h5, .list-group-item.active .h5, .list-group-item.active h6, .list-group-item.active .h6 {
        color: #ffffff;
    }

    .list-group-item.active > i {
        color: #ffffff;
    }

    .list-group-item.active .badge {
        border-color: #ffffff !important;
        background-color: #ffffff !important;
        color: #626262 !important;
    }

.list-group-item-info {
    background-color: rgba(101, 132, 173, 0.12);
    color: #6584ad !important;
}

    .list-group-item-info > *,
    .list-group-item-info h1, .list-group-item-info h2, .list-group-item-info h3, .list-group-item-info h4, .list-group-item-info h5, .list-group-item-info h6, .list-group-item-info p, .list-group-item-info ul, .list-group-item-info ol, .list-group-item-info a {
        color: #6584ad !important;
    }

.list-group-item-success {
    background-color: rgba(57, 211, 113, 0.12);
    color: #2ecf68 !important;
}

    .list-group-item-success > *,
    .list-group-item-success h1, .list-group-item-success h2, .list-group-item-success h3, .list-group-item-success h4, .list-group-item-success h5, .list-group-item-success h6, .list-group-item-success p, .list-group-item-success ul, .list-group-item-success ol, .list-group-item-success a {
        color: #2ecf68 !important;
    }

.list-group-item-warning {
    background-color: rgba(255, 183, 79, 0.12);
    color: #ffb140 !important;
}

    .list-group-item-warning > *,
    .list-group-item-warning h1, .list-group-item-warning h2, .list-group-item-warning h3, .list-group-item-warning h4, .list-group-item-warning h5, .list-group-item-warning h6, .list-group-item-warning p, .list-group-item-warning ul, .list-group-item-warning ol, .list-group-item-warning a {
        color: #ffb140 !important;
    }

.list-group-item-danger {
    background-color: rgba(204, 41, 41, 0.12);
    color: #cc2929 !important;
}

    .list-group-item-danger > *,
    .list-group-item-danger h1, .list-group-item-danger h2, .list-group-item-danger h3, .list-group-item-danger h4, .list-group-item-danger h5, .list-group-item-danger h6, .list-group-item-danger p, .list-group-item-danger ul, .list-group-item-danger ol, .list-group-item-danger a {
        color: #cc2929 !important;
    }

.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
    background-color: rgba(101, 132, 173, 0.24);
}

.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
    background-color: rgba(57, 211, 113, 0.24);
}

.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
    background-color: rgba(255, 183, 79, 0.24);
}

.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
    background-color: rgba(204, 41, 41, 0.24);
}

.card:not([class*='mb-']):not([class*='margin-bottom-']) + .list-group {
    margin-top: -1px;
}

    .card:not([class*='mb-']):not([class*='margin-bottom-']) + .list-group .list-group-item:first-child {
        border-radius: 0;
    }

.alert {
    position: relative;
    padding: 12px 16px;
    border: 5px solid transparent;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    text-decoration: none;
    z-index: 2;
}

    .alert i {
        display: inline-block;
        margin-top: -2px;
        vertical-align: middle;
    }

    .alert > *:last-child:not(.btn),
    .alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
        margin: 0;
    }

    .alert::before {
        display: block;
        position: absolute;
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        border: 1px solid transparent;
        border-radius: 5px;
        content: '';
        z-index: -1;
    }

    .alert.border-0::before {
        display: none;
    }

    .alert .alert-dismissible {
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
    }

        .alert .alert-dismissible.fade.show {
            opacity: 1;
        }

    .alert .alert-close {
        display: block;
        position: absolute;
        top: 6px;
        right: 10px;
        font-size: 13px;
        cursor: pointer;
    }

    .alert.promo-bar {
        display: block;
        width: 100%;
        min-height: 45px;
        padding: 10px 40px 10px 15px;
        border: 0;
        border-radius: 0;
        font-size: 15px;
    }

        .alert.promo-bar .alert-close {
            top: 50%;
            right: 18px;
            margin-top: -15px;
            font-size: 18px;
        }

        .alert.promo-bar p > i {
            font-size: 1.5em;
        }

        .alert.promo-bar::before {
            display: none;
        }

        .alert.promo-bar + .top-bar {
            margin-top: -8px;
        }

.alert-default {
    background-color: rgba(98, 98, 98, 0.05);
    color: #626262;
}

    .alert-default::before {
        border-color: rgba(98, 98, 98, 0.13);
    }

    .alert-default > *:not(.text-white), .alert-default > *:not(.text-light),
    .alert-default h1:not(.text-white),
    .alert-default h1:not(.text-light), .alert-default h2:not(.text-white), .alert-default h2:not(.text-light), .alert-default h3:not(.text-white), .alert-default h3:not(.text-light), .alert-default h4:not(.text-white), .alert-default h4:not(.text-light), .alert-default h5:not(.text-white), .alert-default h5:not(.text-light), .alert-default h6:not(.text-white), .alert-default h6:not(.text-light), .alert-default p:not(.text-white), .alert-default p:not(.text-light), .alert-default ul:not(.text-white), .alert-default ul:not(.text-light), .alert-default ol:not(.text-white), .alert-default ol:not(.text-light), .alert-default a:not(.text-white), .alert-default a:not(.text-light) {
        color: #626262;
    }

    .alert-default .alert-close {
        color: #626262;
    }

.alert-primary {
    background-color: rgba(127, 189, 82, 0.12);
    color: #7fbd52;
}

    .alert-primary::before {
        border-color: rgba(127, 189, 82, 0.25);
    }

    .alert-primary > *:not(.text-white), .alert-primary > *:not(.text-light),
    .alert-primary h1:not(.text-white),
    .alert-primary h1:not(.text-light), .alert-primary h2:not(.text-white), .alert-primary h2:not(.text-light), .alert-primary h3:not(.text-white), .alert-primary h3:not(.text-light), .alert-primary h4:not(.text-white), .alert-primary h4:not(.text-light), .alert-primary h5:not(.text-white), .alert-primary h5:not(.text-light), .alert-primary h6:not(.text-white), .alert-primary h6:not(.text-light), .alert-primary p:not(.text-white), .alert-primary p:not(.text-light), .alert-primary ul:not(.text-white), .alert-primary ul:not(.text-light), .alert-primary ol:not(.text-white), .alert-primary ol:not(.text-light), .alert-primary a:not(.text-white), .alert-primary a:not(.text-light) {
        color: #7fbd52;
    }

    .alert-primary .alert-close {
        color: #7fbd52;
    }

.alert-info {
    background-color: rgba(101, 132, 173, 0.12);
    color: #6584ad;
}

    .alert-info::before {
        border-color: rgba(101, 132, 173, 0.3);
    }

    .alert-info > *:not(.text-white), .alert-info > *:not(.text-light),
    .alert-info h1:not(.text-white),
    .alert-info h1:not(.text-light), .alert-info h2:not(.text-white), .alert-info h2:not(.text-light), .alert-info h3:not(.text-white), .alert-info h3:not(.text-light), .alert-info h4:not(.text-white), .alert-info h4:not(.text-light), .alert-info h5:not(.text-white), .alert-info h5:not(.text-light), .alert-info h6:not(.text-white), .alert-info h6:not(.text-light), .alert-info p:not(.text-white), .alert-info p:not(.text-light), .alert-info ul:not(.text-white), .alert-info ul:not(.text-light), .alert-info ol:not(.text-white), .alert-info ol:not(.text-light), .alert-info a:not(.text-white), .alert-info a:not(.text-light) {
        color: #6584ad;
    }

    .alert-info .alert-close {
        color: #6584ad;
    }

.alert-success {
    background-color: rgba(57, 211, 113, 0.12);
    color: #2ecf68;
}

    .alert-success::before {
        border-color: rgba(57, 211, 113, 0.25);
    }

    .alert-success > *:not(.text-white), .alert-success > *:not(.text-light),
    .alert-success h1:not(.text-white),
    .alert-success h1:not(.text-light), .alert-success h2:not(.text-white), .alert-success h2:not(.text-light), .alert-success h3:not(.text-white), .alert-success h3:not(.text-light), .alert-success h4:not(.text-white), .alert-success h4:not(.text-light), .alert-success h5:not(.text-white), .alert-success h5:not(.text-light), .alert-success h6:not(.text-white), .alert-success h6:not(.text-light), .alert-success p:not(.text-white), .alert-success p:not(.text-light), .alert-success ul:not(.text-white), .alert-success ul:not(.text-light), .alert-success ol:not(.text-white), .alert-success ol:not(.text-light), .alert-success a:not(.text-white), .alert-success a:not(.text-light) {
        color: #2ecf68;
    }

    .alert-success .alert-close {
        color: #2ecf68;
    }

.alert-warning {
    background-color: rgba(255, 183, 79, 0.12);
    color: #ffb140;
}

    .alert-warning::before {
        border-color: rgba(255, 183, 79, 0.25);
    }

    .alert-warning > *:not(.text-white), .alert-warning > *:not(.text-light),
    .alert-warning h1:not(.text-white),
    .alert-warning h1:not(.text-light), .alert-warning h2:not(.text-white), .alert-warning h2:not(.text-light), .alert-warning h3:not(.text-white), .alert-warning h3:not(.text-light), .alert-warning h4:not(.text-white), .alert-warning h4:not(.text-light), .alert-warning h5:not(.text-white), .alert-warning h5:not(.text-light), .alert-warning h6:not(.text-white), .alert-warning h6:not(.text-light), .alert-warning p:not(.text-white), .alert-warning p:not(.text-light), .alert-warning ul:not(.text-white), .alert-warning ul:not(.text-light), .alert-warning ol:not(.text-white), .alert-warning ol:not(.text-light), .alert-warning a:not(.text-white), .alert-warning a:not(.text-light) {
        color: #ffb140;
    }

    .alert-warning .alert-close {
        color: #ffb140;
    }

.alert-danger {
    background-color: rgba(204, 41, 41, 0.12);
    color: #cc2929;
}

    .alert-danger::before {
        border-color: rgba(204, 41, 41, 0.25);
    }

    .alert-danger > *:not(.text-white), .alert-danger > *:not(.text-light),
    .alert-danger h1:not(.text-white),
    .alert-danger h1:not(.text-light), .alert-danger h2:not(.text-white), .alert-danger h2:not(.text-light), .alert-danger h3:not(.text-white), .alert-danger h3:not(.text-light), .alert-danger h4:not(.text-white), .alert-danger h4:not(.text-light), .alert-danger h5:not(.text-white), .alert-danger h5:not(.text-light), .alert-danger h6:not(.text-white), .alert-danger h6:not(.text-light), .alert-danger p:not(.text-white), .alert-danger p:not(.text-light), .alert-danger ul:not(.text-white), .alert-danger ul:not(.text-light), .alert-danger ol:not(.text-white), .alert-danger ol:not(.text-light), .alert-danger a:not(.text-white), .alert-danger a:not(.text-light) {
        color: #cc2929;
    }

    .alert-danger .alert-close {
        color: #cc2929;
    }

.alert-image-bg {
    border: 0;
}

    .alert-image-bg::before {
        display: none;
    }

.iziToast {
    border: 1px solid #dfdfdf;
    background: #f2f2f2;
}

    .iziToast::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        -webkit-box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
        content: '';
        z-index: -1;
    }

    .iziToast > .iziToast-body {
        margin-left: 15px;
    }

        .iziToast > .iziToast-body > .iziToast-icon {
            margin-top: -10px;
            font-size: 16px;
        }

    .iziToast > .iziToast-close {
        width: 40px;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        background: none;
        background-position: center;
        background-color: transparent;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
        background-size: 8px;
        background-repeat: no-repeat;
    }

    .iziToast.iziToast-info {
        border-color: rgba(101, 132, 173, 0.3);
        background-color: #d3dce7;
        color: #5677a2;
    }

        .iziToast.iziToast-info > .iziToast-close {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=);
        }

    .iziToast.iziToast-success {
        border-color: rgba(57, 211, 113, 0.3);
        background-color: #cff4dd;
        color: #2bc262;
    }

        .iziToast.iziToast-success > .iziToast-close {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=);
        }

    .iziToast.iziToast-warning {
        border-color: rgba(255, 183, 79, 0.3);
        background-color: #fff1de;
        color: #ffb140;
    }

        .iziToast.iziToast-warning > .iziToast-close {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=);
        }

    .iziToast.iziToast-danger {
        border-color: rgba(204, 41, 41, 0.3);
        background-color: #f6d5d5;
        color: #cc2929;
    }

        .iziToast.iziToast-danger > .iziToast-close {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=);
        }

.modal {
    z-index: 9200;
}

.modal-content {
    border-radius: 7px;
    border-color: #dfdfdf;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 20px;
    padding-left: 20px;
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 12px;
}

    .modal-footer .btn {
        margin-right: 0;
        margin-left: 12px;
    }

.modal-open.hasScrollbar .navbar-stuck {
    width: calc(100% - 15px);
}

.modal-backdrop {
    z-index: 9100;
}

.example-modal .modal {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.progress {
    height: auto;
    border-radius: 9px;
    background-color: #ededed;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.progress-bar {
    height: 18px;
    background-color: #7fbd52;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage::after {
            display: block;
            height: 0;
            clear: both;
            line-height: 0;
            content: '.';
            visibility: hidden;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow: hidden;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item .owl-lazy {
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
            opacity: 0;
        }

        .owl-carousel .owl-item .from-top, .owl-carousel .owl-item .from-bottom,
        .owl-carousel .owl-item .from-left, .owl-carousel .owl-item .from-right,
        .owl-carousel .owl-item .scale-up, .owl-carousel .owl-item .scale-down {
            -webkit-transition: all .45s .3s ease-in-out;
            transition: all .45s .3s ease-in-out;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .owl-carousel .owl-item .from-top {
            -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
        }

        .owl-carousel .owl-item .from-bottom {
            -webkit-transform: translateY(45px);
            transform: translateY(45px);
        }

        .owl-carousel .owl-item .from-left {
            -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
        }

        .owl-carousel .owl-item .from-right {
            -webkit-transform: translateX(45px);
            transform: translateX(45px);
        }

        .owl-carousel .owl-item .scale-up {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        .owl-carousel .owl-item .scale-down {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .owl-carousel .owl-item .delay-1 {
            -webkit-transition-delay: .5s;
            transition-delay: .5s;
        }

        .owl-carousel .owl-item .delay-2 {
            -webkit-transition-delay: .7s;
            transition-delay: .7s;
        }

        .owl-carousel .owl-item .delay-3 {
            -webkit-transition-delay: .9s;
            transition-delay: .9s;
        }

        .owl-carousel .owl-item .delay-4 {
            -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
        }

        .owl-carousel .owl-item.active .from-top, .owl-carousel .owl-item.active .from-bottom {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .owl-carousel .owl-item.active .from-left, .owl-carousel .owl-item.active .from-right {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        .owl-carousel .owl-item.active .scale-up, .owl-carousel .owl-item.active .scale-down {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        .owl-carousel .owl-item > img {
            display: block;
            width: 100%;
        }

            .owl-carousel .owl-item > img.owl-lazy {
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
        opacity: 1;
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    .owl-carousel .owl-dots {
        display: block;
        width: 100%;
        margin-top: 18px;
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            margin: 0 6px;
            -webkit-transition: opacity .25s;
            transition: opacity .25s;
            border-radius: 50%;
            background-color: #626262;
            opacity: .3;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                opacity: .9;
            }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 36px;
        height: 36px;
        margin-top: -38px;
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
        border-radius: 50%;
        background-color: #7fbd52;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        color: #ffffff;
        line-height: 36px;
        text-align: center;
    }

        .owl-carousel .owl-prev:hover,
        .owl-carousel .owl-next:hover {
            background-color: #6ba740;
        }

        .owl-carousel .owl-prev.disabled,
        .owl-carousel .owl-next.disabled {
            background-color: #c7c7c7;
            cursor: default;
        }

            .owl-carousel .owl-prev.disabled:hover,
            .owl-carousel .owl-next.disabled:hover {
                background-color: #c7c7c7;
            }

    .owl-carousel .owl-prev {
        left: 20px;
        padding-right: 3px;
        background-position: 9px center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMC40ODgsMTQyLjQ2OEwyMjIuNjk0LDMwLjI2NGMxLjkwMi0xLjkwMywyLjg1NC00LjA5MywyLjg1NC02LjU2N2MwLTIuNDc0LTAuOTUxLTQuNjY0LTIuODU0LTYuNTYzTDIwOC40MTcsMi44NTcgICBDMjA2LjUxMywwLjk1NSwyMDQuMzI0LDAsMjAxLjg1NiwwYy0yLjQ3NSwwLTQuNjY0LDAuOTU1LTYuNTY3LDIuODU3TDYyLjI0LDEzNS45Yy0xLjkwMywxLjkwMy0yLjg1Miw0LjA5My0yLjg1Miw2LjU2NyAgIGMwLDIuNDc1LDAuOTQ5LDQuNjY0LDIuODUyLDYuNTY3bDEzMy4wNDIsMTMzLjA0M2MxLjkwNiwxLjkwNiw0LjA5NywyLjg1Nyw2LjU3MSwyLjg1N2MyLjQ3MSwwLDQuNjYtMC45NTEsNi41NjMtMi44NTcgICBsMTQuMjc3LTE0LjI2N2MxLjkwMi0xLjkwMywyLjg1MS00LjA5NCwyLjg1MS02LjU3YzAtMi40NzItMC45NDgtNC42NjEtMi44NTEtNi41NjRMMTEwLjQ4OCwxNDIuNDY4eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    }

    .owl-carousel .owl-next {
        right: 20px;
        padding-left: 3px;
        background-position: 11px center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyMi43MDEsMTM1LjlMODkuNjUyLDIuODU3Qzg3Ljc0OCwwLjk1NSw4NS41NTcsMCw4My4wODQsMGMtMi40NzQsMC00LjY2NCwwLjk1NS02LjU2NywyLjg1N0w2Mi4yNDQsMTcuMTMzICAgYy0xLjkwNiwxLjkwMy0yLjg1NSw0LjA4OS0yLjg1NSw2LjU2N2MwLDIuNDc4LDAuOTQ5LDQuNjY0LDIuODU1LDYuNTY3bDExMi4yMDQsMTEyLjIwNEw2Mi4yNDQsMjU0LjY3NyAgIGMtMS45MDYsMS45MDMtMi44NTUsNC4wOTMtMi44NTUsNi41NjRjMCwyLjQ3NywwLjk0OSw0LjY2NywyLjg1NSw2LjU3bDE0LjI3NCwxNC4yNzFjMS45MDMsMS45MDUsNC4wOTMsMi44NTQsNi41NjcsMi44NTQgICBjMi40NzMsMCw0LjY2My0wLjk1MSw2LjU2Ny0yLjg1NGwxMzMuMDQyLTEzMy4wNDRjMS45MDItMS45MDIsMi44NTQtNC4wOTMsMi44NTQtNi41NjdTMjI0LjYwMywxMzcuODA3LDIyMi43MDEsMTM1Ljl6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .owl-carousel.dots-inside .owl-dots {
        position: absolute;
        bottom: 0;
        margin: 0;
        padding-bottom: 24px;
    }

        .owl-carousel.dots-inside .owl-dots .owl-dot {
            background-color: #ffffff;
            opacity: .5;
        }

            .owl-carousel.dots-inside .owl-dots .owl-dot.active {
                opacity: 1;
            }

    .owl-carousel.dots-inside .owl-prev,
    .owl-carousel.dots-inside .owl-next {
        margin-top: -18px;
    }

    .owl-carousel.dots-inside.large-controls .owl-prev,
    .owl-carousel.dots-inside.large-controls .owl-next {
        margin-top: -27px;
    }

    .owl-carousel.nav-outside .owl-dots {
        display: none;
    }

    .owl-carousel.nav-outside .owl-prev {
        left: -55px;
    }

    .owl-carousel.nav-outside .owl-next {
        right: -55px;
    }

        .owl-carousel.nav-outside .owl-prev.disabled,
        .owl-carousel.nav-outside .owl-next.disabled {
            display: none;
        }

@media (max-width: 1280px) {
    .owl-carousel.nav-outside .owl-prev, .owl-carousel.nav-outside .owl-next {
        display: none;
    }

    .owl-carousel.nav-outside .owl-dots {
        display: block;
    }
}

.owl-carousel .widget {
    margin-bottom: 0;
}

    .owl-carousel .widget.widget-featured-posts > .entry {
        margin-bottom: 0;
    }

.no-js .owl-carousel {
    display: block;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.gallery-item {
    margin-bottom: 30px;
}

    .gallery-item > a {
        display: block;
        position: relative;
        width: 100%;
        border-radius: 7px;
        text-decoration: none;
        overflow: hidden;
    }

        .gallery-item > a > img {
            display: block;
            width: 100%;
        }

        .gallery-item > a::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            content: '';
            opacity: 0;
            z-index: 1;
            -webkit-transition: opacity .3s;
            transition: opacity .3s;
        }

        .gallery-item > a > i {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            margin-top: -14px;
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
            -webkit-transition: all .35s;
            transition: all .35s;
            color: #ffffff;
            font-size: 28px;
            text-align: center;
            opacity: 0;
            z-index: 5;
        }

        .gallery-item > a:hover::before {
            opacity: .45;
        }

        .gallery-item > a:hover > i {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .gallery-item > a[data-type='video'] > i {
            left: 50%;
            width: 46px;
            height: 46px;
            margin-top: -22px;
            margin-left: -22px;
            padding-left: 3px;
            -webkit-transform: none;
            transform: none;
            border-radius: 50%;
            background-color: #ffffff;
            color: #3a3d3a;
            font-size: 15px;
            line-height: 47px;
            -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
            opacity: 1;
        }

    .gallery-item .caption {
        display: none;
    }

    .gallery-item.no-hover-effect > a::before {
        display: none;
    }

.no-gutters .gallery-item {
    margin-bottom: 0;
}

    .no-gutters .gallery-item > a {
        border-radius: 0;
    }

.owl-carousel .gallery-item {
    margin-bottom: 0;
}

.pswp__zoom-wrap {
    text-align: center;
}

    .pswp__zoom-wrap::before {
        display: inline-block;
        height: 100%;
        content: '';
        vertical-align: middle;
    }

.wrapper {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

video {
    width: 100% !important;
    height: auto !important;
}

.pswp__caption__center {
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.countdown {
    display: inline-block;
}

    .countdown::after {
        display: block;
        clear: both;
        content: '';
    }

    .countdown .item {
        display: block;
        margin: 7px;
        float: left;
        text-align: center;
    }

        .countdown .item .days, .countdown .item .hours,
        .countdown .item .minutes, .countdown .item .seconds {
            width: 48px;
            height: 48px;
            margin-bottom: 5px;
            border: 1px solid #dfdfdf;
            border-radius: 7px;
            font-size: 22px;
            line-height: 46px;
        }

        .countdown .item .days_ref, .countdown .item .hours_ref,
        .countdown .item .minutes_ref, .countdown .item .seconds_ref {
            font-size: 12px;
            text-transform: uppercase;
        }

    .countdown.countdown-inverse .item .days, .countdown.countdown-inverse .item .hours,
    .countdown.countdown-inverse .item .minutes, .countdown.countdown-inverse .item .seconds {
        border-color: rgba(255, 255, 255, 0.15);
        color: #ffffff;
    }

    .countdown.countdown-inverse .item .days_ref, .countdown.countdown-inverse .item .hours_ref,
    .countdown.countdown-inverse .item .minutes_ref, .countdown.countdown-inverse .item .seconds_ref {
        color: rgba(255, 255, 255, 0.8);
    }

.sidebar {
    width: 100%;
}

.sidebar-toggle,
.sidebar-close {
    display: none;
}

@media (max-width: 991px) {
    .sidebar-offcanvas {
        position: fixed;
        top: 0;
        width: 320px;
        height: 100%;
        padding: 42px 24px 30px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
        z-index: 9910;
        overflow-y: auto;
        -ms-overflow-style: none;
    }

        .sidebar-offcanvas.position-right {
            right: -320px;
            -webkit-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
            transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
            transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
            transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
        }

        .sidebar-offcanvas.position-left {
            left: -320px;
            -webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
            transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
            transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
            transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
        }

        .sidebar-offcanvas.open {
            -webkit-box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
        }

            .sidebar-offcanvas.open.position-right {
                right: 0;
            }

            .sidebar-offcanvas.open.position-left {
                left: 0;
            }

    .sidebar-close {
        display: block;
        position: absolute;
        top: 8px;
        right: 15px;
        color: #626262;
        font-size: 22px;
        cursor: pointer;
    }

    .sidebar-offcanvas::-webkit-scrollbar {
        display: none;
    }

    .sidebar-toggle {
        display: block;
        position: fixed;
        top: 50%;
        width: 48px;
        height: 48px;
        margin-top: -24px;
        border: 1px solid #dfdfdf;
        background-color: #ffffff;
        color: #626262 !important;
        font-size: 26px;
        -webkit-box-shadow: 0 3px 10px 0 rgba(58, 61, 58, 0.2);
        box-shadow: 0 3px 10px 0 rgba(58, 61, 58, 0.2);
        cursor: pointer;
        z-index: 140;
        text-decoration: none;
        text-align: center;
    }

        .sidebar-toggle.position-right {
            right: 0;
            -webkit-transition: right .3s ease-in-out;
            transition: right .3s ease-in-out;
            border-top-left-radius: 24px;
            border-bottom-left-radius: 24px;
        }

            .sidebar-toggle.position-right.sidebar-open {
                right: -48px;
            }

        .sidebar-toggle.position-left {
            left: 0;
            -webkit-transition: left .3s ease-in-out;
            transition: left .3s ease-in-out;
            border-top-right-radius: 24px;
            border-bottom-right-radius: 24px;
        }

            .sidebar-toggle.position-left.sidebar-open {
                left: -48px;
            }

    .offcanvas-open .sidebar-toggle {
        display: none;
    }
}

.widget-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfdfdf;
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.widget {
    margin-bottom: 0px;
}

    .widget .form-group {
        margin-bottom: 0;
    }

.form-group-checkboxlist {
    margin-left: 10px;
    font-weight: 500;
    font-size: 13px;
}

.form-control-checkboxlist {
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%;
}

    .form-control-checkboxlist input {
        margin-top: 3px;
        margin-right: 5px;
        border: solid 1px black;
    }

    .form-control-checkboxlist label {
        vertical-align: top;
        width: 90%;
    }

.widget ul {
    margin-bottom: 12px;
}

.widget .market-button:last-child {
    margin-bottom: 0;
}

.widget .custom-control:last-child {
    margin-bottom: 0 !important;
}

.widget-categories ul,
.widget-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-categories ul > li,
    .widget-links ul > li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 14px;
    }

        .widget-categories ul > li:last-child,
        .widget-links ul > li:last-child {
            margin-bottom: 0;
        }

        .widget-categories ul > li::before,
        .widget-links ul > li::before {
            display: block;
            position: absolute;
            top: 12px;
            left: 0;
            width: 0;
            height: 0;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: -webkit-transform .35s;
            transition: -webkit-transform .35s;
            transition: transform .35s;
            transition: transform .35s, -webkit-transform .35s;
            border-top: 4px dashed;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            color: #858585;
            content: '';
        }

        .widget-categories ul > li > a,
        .widget-links ul > li > a {
            display: inline-block;
            -webkit-transition: color .3s;
            transition: color .3s;
            color: #3a3d3a;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
        }

            .widget-categories ul > li > a:hover,
            .widget-links ul > li > a:hover {
                color: #7fbd52;
            }

        .widget-categories ul > li.active > a,
        .widget-links ul > li.active > a {
            color: #7fbd52;
        }

        .widget-categories ul > li > span,
        .widget-links ul > li > span {
            margin-left: 4px;
            color: #767676;
        }

        .widget-categories ul > li.has-children ul,
        .widget-links ul > li.has-children ul {
            border-left: 1px solid gainsboro;
        }

            .widget-categories ul > li.has-children ul li::before,
            .widget-links ul > li.has-children ul li::before {
                top: 14px;
                width: 8px;
                height: 1px;
                -webkit-transform: none;
                transform: none;
                border: 0;
                background-color: gainsboro;
                color: transparent;
            }

            .widget-categories ul > li.has-children ul li a,
            .widget-links ul > li.has-children ul li a {
                font-size: 13px;
            }

            .widget-categories ul > li.has-children ul ul > li,
            .widget-links ul > li.has-children ul ul > li {
                margin-bottom: 0;
            }

        .widget-categories ul > li.has-children > ul,
        .widget-links ul > li.has-children > ul {
            max-height: 0;
            -webkit-transition: max-height .6s;
            transition: max-height .6s;
            overflow: hidden;
        }

        .widget-categories ul > li.has-children.expanded::before,
        .widget-links ul > li.has-children.expanded::before {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        .widget-categories ul > li.has-children.expanded > ul,
        .widget-links ul > li.has-children.expanded > ul {
            max-height: 1000px;
        }

        .widget-links ul > li::before {
            top: 11px;
            width: 5px;
            height: 5px;
            border: 0;
            border-radius: 50%;
            background-color: #858585;
        }

.widget-featured-posts > .entry,
.widget-featured-products > .entry {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}

    .widget-featured-posts > .entry .entry-thumb,
    .widget-featured-posts > .entry .entry-content,
    .widget-featured-products > .entry .entry-thumb,
    .widget-featured-products > .entry .entry-content {
        display: table-cell;
        vertical-align: middle;
    }

    .widget-featured-posts > .entry .entry-thumb,
    .widget-featured-products > .entry .entry-thumb {
        width: 62px;
        padding-right: 12px;
    }

        .widget-featured-posts > .entry .entry-thumb > a,
        .widget-featured-products > .entry .entry-thumb > a {
            display: block;
            border-radius: 50%;
            overflow: hidden;
        }

            .widget-featured-posts > .entry .entry-thumb > a > img,
            .widget-featured-products > .entry .entry-thumb > a > img {
                width: 100%;
            }

    .widget-featured-posts > .entry .entry-title,
    .widget-featured-products > .entry .entry-title {
        margin-bottom: 0;
        font-size: 14px;
    }

        .widget-featured-posts > .entry .entry-title > a,
        .widget-featured-products > .entry .entry-title > a {
            -webkit-transition: color .3s;
            transition: color .3s;
            color: #3a3d3a;
            font-weight: 500;
            text-decoration: none;
        }

            .widget-featured-posts > .entry .entry-title > a:hover,
            .widget-featured-products > .entry .entry-title > a:hover {
                color: #7fbd52;
            }

    .widget-featured-posts > .entry .entry-meta,
    .widget-featured-products > .entry .entry-meta {
        display: block;
        margin-bottom: 0;
        padding-top: 4px;
        color: #767676;
        font-size: 12px;
    }

.widget-featured-products > .entry {
    margin-bottom: 12px;
}

    .widget-featured-products > .entry .entry-thumb > a {
        border-radius: 0;
    }

    .widget-featured-products > .entry .entry-meta {
        color: #626262;
        font-size: 13px;
    }

.tag {
    display: inline-block;
    height: 28px;
    margin-right: 4px;
    margin-bottom: 8px;
    padding: 0 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 14px;
    color: #3a3d3a !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none !important;
    white-space: nowrap;
}

    .tag:hover {
        background-color: #f2f2f2;
        color: #3a3d3a !important;
    }

    .tag.active {
        border-color: #7fbd52;
        background-color: #7fbd52;
        color: #ffffff !important;
        cursor: default;
    }

.text-right .tag {
    margin-right: 0;
    margin-left: 4px;
}

.text-center .tag {
    margin-right: 2px;
    margin-left: 2px;
}

.widget-order-summary .table td {
    padding: 6px 0;
    border: 0;
}

    .widget-order-summary .table td:last-child {
        text-align: right;
    }

.widget-order-summary .table tr:first-child > td {
    padding-top: 0;
}

.widget-order-summary .table tr:last-child > td {
    padding-top: 12px;
    border-top: 1px solid #dfdfdf;
}

.widget-order-summary .table tr:nth-last-child(2) > td {
    padding-bottom: 12px;
}

.noUi-target,
.noUi-target * {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noUi-target {
    position: relative;
    border-radius: 3px;
    direction: ltr;
}

.noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        top: -6px;
        left: -8px;
        width: 16px;
        height: 16px;
    }

.noUi-background {
    background: #eaeaea;
}

.noUi-connect {
    -webkit-transition: background .45s;
    transition: background .45s;
    background: #767676;
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    border: 4px solid #767676;
    border-radius: 50%;
    background: #ffffff;
    cursor: default;
}

.price-range-slider {
    padding-top: 9px;
}

    .price-range-slider .ui-range-slider-footer {
        display: table;
        width: 100%;
        padding-top: 30px;
    }

        .price-range-slider .ui-range-slider-footer > .column {
            display: table-cell;
            vertical-align: middle;
        }

            .price-range-slider .ui-range-slider-footer > .column:first-child {
                width: 40%;
            }

            .price-range-slider .ui-range-slider-footer > .column:last-child {
                width: 60%;
                padding-left: 15px;
                text-align: right;
            }

        .price-range-slider .ui-range-slider-footer .btn {
            height: 28px;
            margin: 0;
            padding: 0 15px;
            line-height: 26px;
        }

    .price-range-slider .ui-range-values {
        display: inline-block;
    }

        .price-range-slider .ui-range-values .ui-range-value-min,
        .price-range-slider .ui-range-values .ui-range-value-max {
            display: inline-block;
            font-size: 14px;
        }

.widget-light-skin .widget-title {
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
}

.widget-light-skin.widget-categories ul > li::before, .widget-light-skin.widget-links ul > li::before {
    color: rgba(255, 255, 255, 0.4);
}

.widget-light-skin.widget-categories ul > li > a, .widget-light-skin.widget-links ul > li > a {
    color: #ffffff;
}

    .widget-light-skin.widget-categories ul > li > a:hover, .widget-light-skin.widget-links ul > li > a:hover {
        color: #7fbd52;
    }

.widget-light-skin.widget-categories ul > li.active > a, .widget-light-skin.widget-links ul > li.active > a {
    color: #7fbd52;
}

.widget-light-skin.widget-categories ul > li > span, .widget-light-skin.widget-links ul > li > span {
    color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-links ul > li::before {
    background-color: rgba(255, 255, 255, 0.4);
}

.widget-light-skin.widget-featured-posts > .entry .entry-title > a, .widget-light-skin.widget-featured-products > .entry .entry-title > a {
    color: #ffffff;
}

    .widget-light-skin.widget-featured-posts > .entry .entry-title > a:hover, .widget-light-skin.widget-featured-products > .entry .entry-title > a:hover {
        color: #7fbd52;
    }

.widget-light-skin.widget-featured-posts > .entry .entry-meta, .widget-light-skin.widget-featured-products > .entry .entry-meta {
    color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin .tag {
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
}

    .widget-light-skin .tag:hover {
        background-color: #f2f2f2;
        color: #3a3d3a !important;
    }

    .widget-light-skin .tag.active {
        border-color: #7fbd52;
        background-color: #7fbd52;
        color: #ffffff !important;
    }

.widget-light-skin .badge {
    border: 0 !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.steps {
    display: table;
    width: 100%;
    height: 46px;
    border: 1px solid #7fbd52;
    border-radius: 27px;
    table-layout: fixed;
}

    .steps > .step {
        display: table-cell;
        padding: 6px 12px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-right: 1px solid #7fbd52;
        color: #626262;
        font-size: 13px;
        font-weight: 400;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
    }

        .steps > .step:first-child {
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
        }

        .steps > .step:last-child {
            border-right: 0;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
        }

        .steps > .step > .step-inner {
            display: inline-block;
        }

        .steps > .step .step-addon {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 7px;
            border: 1px solid #d5d5d5;
            border-radius: 50%;
            background-color: #ffffff;
            color: #767676;
            line-height: 22px;
            text-align: center;
            vertical-align: middle;
        }

        .steps > .step:hover {
            background-color: #f9fbfb;
        }

        .steps > .step.active {
            xborder-color: #7fbd52;
            background-color: #7fbd52;
            color: #ffffff;
        }

            .steps > .step.active .step-addon {
                border-color: #7fbd52;
                background-color: #ffffff;
                color: #7fbd52;
            }

        .steps > .step.completed {
            border-right-color: #ffffff;
            background-color: #f2f2f2;
            color: gray;
        }

            .steps > .step.completed .step-addon {
                border-color: #ffffff;
                background-color: #ffffff;
                xcolor: #7fbd52;
                color: gray;
            }

@media (max-width: 768px) {
    .steps-wrap {
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px;
        background-color: #f2f2f2;
    }

    .steps {
        display: block;
        height: auto;
        border: 0;
        border-radius: 0;
        text-align: center;
    }

        .steps > .step {
            display: inline-block;
            border: 0 !important;
            border-radius: 0 !important;
        }

            .steps > .step:hover, .steps > .step.completed {
                background-color: transparent;
            }

            .steps > .step.completed {
                color: #626262;
            }

                .steps > .step.completed .step-addon {
                    border-color: #7fbd52;
                    background-color: #7fbd52;
                    color: #ffffff;
                }
}

.events-calendar {
    display: block;
    width: 100%;
}

    .events-calendar .ec-header,
    .events-calendar .ec-footer {
        position: relative;
        width: 100%;
        padding: 0 35px;
    }

    .events-calendar .ec-header {
        margin-bottom: 30px;
    }

    .events-calendar .ec-month {
        display: block;
        margin: 0;
        font-size: 26px;
        text-align: center;
    }

    .events-calendar .ec-control-prev,
    .events-calendar .ec-control-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
        border-radius: 50%;
        background-color: #7fbd52;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        color: #ffffff;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
    }

        .events-calendar .ec-control-prev:hover,
        .events-calendar .ec-control-next:hover {
            background-color: #6ba740;
        }

        .events-calendar .ec-control-prev.disabled,
        .events-calendar .ec-control-next.disabled {
            background-color: #c7c7c7;
            cursor: default;
        }

            .events-calendar .ec-control-prev.disabled:hover,
            .events-calendar .ec-control-next.disabled:hover {
                background-color: #c7c7c7;
            }

    .events-calendar .ec-control-prev {
        left: 0;
        background-position: 7px center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMC40ODgsMTQyLjQ2OEwyMjIuNjk0LDMwLjI2NGMxLjkwMi0xLjkwMywyLjg1NC00LjA5MywyLjg1NC02LjU2N2MwLTIuNDc0LTAuOTUxLTQuNjY0LTIuODU0LTYuNTYzTDIwOC40MTcsMi44NTcgICBDMjA2LjUxMywwLjk1NSwyMDQuMzI0LDAsMjAxLjg1NiwwYy0yLjQ3NSwwLTQuNjY0LDAuOTU1LTYuNTY3LDIuODU3TDYyLjI0LDEzNS45Yy0xLjkwMywxLjkwMy0yLjg1Miw0LjA5My0yLjg1Miw2LjU2NyAgIGMwLDIuNDc1LDAuOTQ5LDQuNjY0LDIuODUyLDYuNTY3bDEzMy4wNDIsMTMzLjA0M2MxLjkwNiwxLjkwNiw0LjA5NywyLjg1Nyw2LjU3MSwyLjg1N2MyLjQ3MSwwLDQuNjYtMC45NTEsNi41NjMtMi44NTcgICBsMTQuMjc3LTE0LjI2N2MxLjkwMi0xLjkwMywyLjg1MS00LjA5NCwyLjg1MS02LjU3YzAtMi40NzItMC45NDgtNC42NjEtMi44NTEtNi41NjRMMTEwLjQ4OCwxNDIuNDY4eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    }

    .events-calendar .ec-control-next {
        right: 0;
        background-position: 8px center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyMi43MDEsMTM1LjlMODkuNjUyLDIuODU3Qzg3Ljc0OCwwLjk1NSw4NS41NTcsMCw4My4wODQsMGMtMi40NzQsMC00LjY2NCwwLjk1NS02LjU2NywyLjg1N0w2Mi4yNDQsMTcuMTMzICAgYy0xLjkwNiwxLjkwMy0yLjg1NSw0LjA4OS0yLjg1NSw2LjU2N2MwLDIuNDc4LDAuOTQ5LDQuNjY0LDIuODU1LDYuNTY3bDExMi4yMDQsMTEyLjIwNEw2Mi4yNDQsMjU0LjY3NyAgIGMtMS45MDYsMS45MDMtMi44NTUsNC4wOTMtMi44NTUsNi41NjRjMCwyLjQ3NywwLjk0OSw0LjY2NywyLjg1NSw2LjU3bDE0LjI3NCwxNC4yNzFjMS45MDMsMS45MDUsNC4wOTMsMi44NTQsNi41NjcsMi44NTQgICBjMi40NzMsMCw0LjY2My0wLjk1MSw2LjU2Ny0yLjg1NGwxMzMuMDQyLTEzMy4wNDRjMS45MDItMS45MDIsMi44NTQtNC4wOTMsMi44NTQtNi41NjdTMjI0LjYwMywxMzcuODA3LDIyMi43MDEsMTM1Ljl6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .events-calendar .ec-days,
    .events-calendar .ec-week {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .events-calendar .ec-days {
        margin-bottom: 12px;
    }

    .events-calendar .ec-day {
        display: table-cell;
        padding: 5px 0;
        padding-left: 25px;
        color: #56566B;
        font-size: 23px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
    }

    .events-calendar .ec-date {
        display: table-cell;
        padding: 7px;
    }

        .events-calendar .ec-date > div, .events-calendar .ec-date > a {
            display: block;
            position: relative;
            width: 100%;
            height: 100px;
            border-radius: 5px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .events-calendar .ec-date > div > .ec-number, .events-calendar .ec-date > a > .ec-number {
                display: block;
                position: absolute;
                top: 0;
                right: 7px;
                font-size: 21px;
                font-weight: 500;
                text-align: right;
            }

        .events-calendar .ec-date > div {
            cursor: default;
        }

            .events-calendar .ec-date > div > .ec-number {
                color: #999999;
                font-weight: normal;
            }

        .events-calendar .ec-date > a {
            -webkit-transition: background-color .3s;
            transition: background-color .3s;
            background-color: #eaf4e2;
            color: #626262;
            text-decoration: none;
        }

            .events-calendar .ec-date > a > .ec-number {
                -webkit-transition: color .3s;
                transition: color .3s;
                color: #707070;
            }

            .events-calendar .ec-date > a > .ec-description {
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                padding: 15px 3px 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: color .3s;
                transition: color .3s;
                font-size: 15px;
                font-weight: normal;
                line-height: 1.2;
                text-align: center;
            }

            .events-calendar .ec-date > a:hover, .events-calendar .ec-date > a.active {
                background-color: #7fbd52;
            }

                .events-calendar .ec-date > a:hover > .ec-number,
                .events-calendar .ec-date > a:hover > .ec-description, .events-calendar .ec-date > a.active > .ec-number,
                .events-calendar .ec-date > a.active > .ec-description {
                    color: #ffffff;
                }

            .events-calendar .ec-date > a.active {
                cursor: default;
                pointer-events: none;
            }

            .events-calendar .ec-date > a.disabled {
                background-color: #ededed;
                cursor: default;
                pointer-events: none;
            }

                .events-calendar .ec-date > a.disabled > .ec-number {
                    color: #adadad;
                }

@media (max-width: 768px) {
    .events-calendar .ec-header {
        margin-bottom: 20px;
    }

    .events-calendar .ec-footer {
        margin-top: 20px;
    }

    .events-calendar .ec-month {
        font-size: 20px;
    }

    .events-calendar .ec-week {
        display: block;
    }

    .events-calendar .ec-date {
        display: block;
        width: 100%;
        padding: 0;
    }

        .events-calendar .ec-date > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: auto;
            margin-bottom: 9px;
            padding: 6px 13px;
            border-radius: 20px;
        }

            .events-calendar .ec-date > a > .ec-number,
            .events-calendar .ec-date > a > .ec-description {
                position: static;
                padding: 0;
            }

            .events-calendar .ec-date > a > .ec-number {
                font-size: 18px;
                text-align: left;
                white-space: nowrap;
            }

            .events-calendar .ec-date > a > .ec-description {
                top: auto;
                -webkit-transform: none;
                transform: none;
                text-align: right;
            }
}

.ec-arrow-down {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    background-position: center;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzYyNjI2MiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 12px 12px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ec-time-btn {
    display: table;
    width: 100%;
    margin-bottom: 13px;
    padding: 30px 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    background-color: #eaf4e2;
    color: #626262;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ec-time-btn > .ec-time,
    .ec-time-btn > .ec-price {
        display: table-cell;
        line-height: 1;
        white-space: nowrap;
        vertical-align: middle;
    }

    .ec-time-btn > .ec-time {
        font-size: 19px;
        font-weight: 500;
    }

        .ec-time-btn > .ec-time > i {
            margin-right: 10px;
            font-size: 1.1em;
            vertical-align: middle;
        }

    .ec-time-btn > .ec-price {
        font-size: 17px;
        font-weight: normal;
        text-align: right;
    }

    .ec-time-btn:hover, .ec-time-btn.active {
        background-color: #7fbd52;
        color: #ffffff;
    }

    .ec-time-btn.active {
        cursor: default;
        pointer-events: none;
    }

.scrollable-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

    .scrollable-menu .scrollable-menu-item {
        margin: 0 3px;
        -webkit-transition: border-color .3s;
        transition: border-color .3s;
        border-bottom: 2px solid transparent;
    }

        .scrollable-menu .scrollable-menu-item > a {
            display: block;
            padding: 5px 19px;
            -webkit-transition: all .3s;
            transition: all .3s;
            color: #3a3d3a;
            font-size: 18px;
            font-weight: normal;
            text-decoration: none;
            white-space: nowrap;
        }

        .scrollable-menu .scrollable-menu-item:hover, .scrollable-menu .scrollable-menu-item.active {
            border-color: #7fbd52;
        }

            .scrollable-menu .scrollable-menu-item.active > a {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

    .scrollable-menu.owl-carousel {
        padding-right: 28px;
        padding-left: 15px;
    }

        .scrollable-menu.owl-carousel .owl-prev,
        .scrollable-menu.owl-carousel .owl-next {
            top: auto;
            bottom: 10px;
            width: 20px;
            height: 20px;
            margin-top: 0;
            background-size: 11px 11px;
        }

            .scrollable-menu.owl-carousel .owl-prev.disabled,
            .scrollable-menu.owl-carousel .owl-next.disabled {
                display: none;
            }

        .scrollable-menu.owl-carousel .owl-prev {
            left: 0;
            background-position: 4px center;
        }

        .scrollable-menu.owl-carousel .owl-next {
            right: 0;
            background-position: 6px center;
        }

.controls-wrapper {
    position: relative;
}

    .controls-wrapper .control-prev,
    .controls-wrapper .control-next {
        display: block;
        position: absolute;
        top: 50%;
        width: 36px;
        height: 36px;
        margin-top: -38px;
        -webkit-transition: background-color .25s;
        transition: background-color .25s;
        border-radius: 50%;
        background-color: #7fbd52;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        color: #ffffff;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
    }

        .controls-wrapper .control-prev:hover,
        .controls-wrapper .control-next:hover {
            background-color: #6ba740;
        }

        .controls-wrapper .control-prev.disabled,
        .controls-wrapper .control-next.disabled {
            background-color: #c7c7c7;
            cursor: default;
        }

            .controls-wrapper .control-prev.disabled:hover,
            .controls-wrapper .control-next.disabled:hover {
                background-color: #c7c7c7;
            }

    .controls-wrapper .control-prev {
        left: -55px;
        padding-right: 3px;
        background-position: 9px center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMC40ODgsMTQyLjQ2OEwyMjIuNjk0LDMwLjI2NGMxLjkwMi0xLjkwMywyLjg1NC00LjA5MywyLjg1NC02LjU2N2MwLTIuNDc0LTAuOTUxLTQuNjY0LTIuODU0LTYuNTYzTDIwOC40MTcsMi44NTcgICBDMjA2LjUxMywwLjk1NSwyMDQuMzI0LDAsMjAxLjg1NiwwYy0yLjQ3NSwwLTQuNjY0LDAuOTU1LTYuNTY3LDIuODU3TDYyLjI0LDEzNS45Yy0xLjkwMywxLjkwMy0yLjg1Miw0LjA5My0yLjg1Miw2LjU2NyAgIGMwLDIuNDc1LDAuOTQ5LDQuNjY0LDIuODUyLDYuNTY3bDEzMy4wNDIsMTMzLjA0M2MxLjkwNiwxLjkwNiw0LjA5NywyLjg1Nyw2LjU3MSwyLjg1N2MyLjQ3MSwwLDQuNjYtMC45NTEsNi41NjMtMi44NTcgICBsMTQuMjc3LTE0LjI2N2MxLjkwMi0xLjkwMywyLjg1MS00LjA5NCwyLjg1MS02LjU3YzAtMi40NzItMC45NDgtNC42NjEtMi44NTEtNi41NjRMMTEwLjQ4OCwxNDIuNDY4eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    }

    .controls-wrapper .control-next {
        right: -55px;
        padding-left: 3px;
        background-position: 11px center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyMi43MDEsMTM1LjlMODkuNjUyLDIuODU3Qzg3Ljc0OCwwLjk1NSw4NS41NTcsMCw4My4wODQsMGMtMi40NzQsMC00LjY2NCwwLjk1NS02LjU2NywyLjg1N0w2Mi4yNDQsMTcuMTMzICAgYy0xLjkwNiwxLjkwMy0yLjg1NSw0LjA4OS0yLjg1NSw2LjU2N2MwLDIuNDc4LDAuOTQ5LDQuNjY0LDIuODU1LDYuNTY3bDExMi4yMDQsMTEyLjIwNEw2Mi4yNDQsMjU0LjY3NyAgIGMtMS45MDYsMS45MDMtMi44NTUsNC4wOTMtMi44NTUsNi41NjRjMCwyLjQ3NywwLjk0OSw0LjY2NywyLjg1NSw2LjU3bDE0LjI3NCwxNC4yNzFjMS45MDMsMS45MDUsNC4wOTMsMi44NTQsNi41NjcsMi44NTQgICBjMi40NzMsMCw0LjY2My0wLjk1MSw2LjU2Ny0yLjg1NGwxMzMuMDQyLTEzMy4wNDRjMS45MDItMS45MDIsMi44NTQtNC4wOTMsMi44NTQtNi41NjdTMjI0LjYwMywxMzcuODA3LDIyMi43MDEsMTM1Ljl6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

@media (max-width: 1280px) {
    .controls-wrapper .control-prev,
    .controls-wrapper .control-next {
        display: none;
    }
}

.promo-box {
    display: block;
    text-decoration: none;
}

    .promo-box .promo-box-title {
        margin-bottom: 0;
        padding-bottom: 20px;
        color: #3a3d3a;
        font-size: 20px;
        font-weight: 500;
    }

        .promo-box .promo-box-title > span:not(.count) {
            display: inline-block;
            padding-bottom: 3px;
            -webkit-transition: border-color .25s;
            transition: border-color .25s;
            border-bottom: 1px solid transparent;
        }

        .promo-box .promo-box-title > .count {
            display: inline-block;
            margin-left: 9px;
            color: #999999;
            font-size: 16px;
            font-weight: normal;
        }

    .promo-box > img {
        display: block;
        width: 100%;
        -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.3);
    }

    .promo-box:hover .promo-box-title > span:not(.count) {
        border-color: #7fbd52;
    }

.fw-section,
.fh-section {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .fw-section > .overlay,
    .fh-section > .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        content: '';
        opacity: 0.6;
        z-index: 1;
    }

    .fw-section .bg-angle,
    .fh-section .bg-angle {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }

    .fw-section .bg-inset-shadow-bottom,
    .fh-section .bg-inset-shadow-bottom {
        -webkit-box-shadow: inset 0 -5px 25px -2px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 -5px 25px -2px rgba(0, 0, 0, 0.12);
    }

    .fw-section .bg-inset-shadow-top,
    .fh-section .bg-inset-shadow-top {
        -webkit-box-shadow: inset 0 5px 25px -2px rgba(0, 0, 0, 0.17);
        box-shadow: inset 0 5px 25px -2px rgba(0, 0, 0, 0.17);
    }

    .fw-section .bg-inset-shadow-both,
    .fh-section .bg-inset-shadow-both {
        -webkit-box-shadow: inset 0 0 25px -1px rgba(0, 0, 0, 0.17);
        box-shadow: inset 0 0 25px -1px rgba(0, 0, 0, 0.17);
    }

    .fw-section.floating-section,
    .fh-section.floating-section {
        height: 250px;
        margin-top: -130px;
    }

@media (max-width: 991px) {
    .fw-section.floating-section,
    .fh-section.floating-section {
        height: 200px;
        margin-top: -150px;
    }
}

@media (max-width: 768px) {
    .fw-section.floating-section,
    .fh-section.floating-section {
        height: 140px;
        margin-top: -100px;
    }
}

@media (max-width: 576px) {
    .fw-section.floating-section,
    .fh-section.floating-section {
        height: 440px;
        margin-top: -400px;
    }
}

@media (max-width: 420px) {
    .fw-section.floating-section,
    .fh-section.floating-section {
        height: 320px;
        margin-top: -300px;
    }
}

.fw-section > .container,
.fw-section > .container-fluid,
.fw-section > div,
.fh-section > .container,
.fh-section > .container-fluid,
.fh-section > div {
    position: relative;
    z-index: 5;
}

.fw-section.bg-fixed,
.fh-section.bg-fixed {
    background-attachment: fixed;
}

.fw-section.no-cover-bg,
.fh-section.no-cover-bg {
    background-size: auto;
}

.fw-section {
    width: 100%;
}

.fh-section {
    height: 100vh;
}

.feature-icon {
    width: 92px;
    height: 62px;
    border-radius: 31px;
    background-color: #d8d8d8;
    color: #91909e;
    font-size: 38px;
    line-height: 62px;
    text-align: center;
}

.site-header,
.components-header {
    position: relative;
    width: 100%;
    background-color: #f9fbfb;
    z-index: 150;
}

    .site-header > .container-fluid,
    .components-header > .container-fluid {
        position: relative;
        z-index: 15;
    }

    .site-header > .container-fluid,
    .components-header {
        border-bottom: 2px solid #cbd9c1;
    }

.site-logo {
    display: inline-block;
    width: 100%;
    max-width: 210px;
    padding: 20px 0;
}

    .site-logo > img {
        display: block;
        width: 100%;
    }

.pnp-logo {
    xdisplay: inline-block;
    width: 100%;
    max-width: 100px;
    xpadding: 2px 0;
}

    .pnp-logo > img {
        display: block;
        width: 100%;
    }

.dashboard-logo {
    display: inline-block;
    width: 100%;
    max-width: 120px;
    padding: 8px 0;
    margin-left: 2px;
    margin-right: 2px;
}

    .dashboard-logo > img {
        display: block;
        width: 100%;
    }

.top-bar {
    width: 100%;
    height: 8px;
    background-position: center;
    background-color: #7fbd52;
    background-repeat: no-repeat;
    background-size: cover;
}

.dashboard-navbar,
.navbar {
    width: 100%;
}

    .navbar.search-open {
        position: relative;
    }

.top-menu,
.dashboard-top-menu,
.main-menu,
.dashboard-main-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-menu > li,
    .dashboard-top-menu > li,
    .main-menu > li,
    .dashboard-main-menu > li {
        display: inline-block;
    }

        .top-menu > li > a,
        .dashboard-top-menu > li > a,
        .dashboard-main-menu > li > a,
        .main-menu > li > a {
            display: block;
            -webkit-transition: color .3s;
            transition: color .3s;
            text-transform: uppercase;
            text-decoration: none;
        }

            .dashboard-top-menu > li > a > i,
            .top-menu > li > a > i,
            .dashboard-main-menu > li > a > i,
            .main-menu > li > a > i {
                -webkit-transition: color .3s;
                transition: color .3s;
            }

.menu-toggle {
    display: none;
}

.top-menu,
.dashboard-top-menu {
    position: relative;
    text-align: right;
    z-index: 25;
}

    .top-menu > li,
    .dashboard-top-menu > li {
        position: relative;
        margin-left: 22px;
    }

        .top-menu > li > a,
        .dashboard-top-menu > li > a {
            padding: 12px 0;
            color: #626262;
            font-size: 13px;
            font-weight: 500;
        }

.top-menu-small > li > a {
    font-size: 13px;
}

.top-menu > li > a > i,
.dashboard-top-menu > li > a > i {
    margin-right: 7px;
    color: #b5b5b5;
}

.top-menu > li:hover > a,
.top-menu > li:hover > a > i,
.dashboard-top-menu > li:hover > a,
.dashboard-top-menu > li:hover > a > i {
    color: #7fbd52;
}

.top-menu > li.active > a,
.top-menu > li.active > a > i,
.dashboard-top-menu > li.active > a,
.dashboard-top-menu > li.active > a > i {
    color: #7fbd52;
}

.top-menu > li:hover > .sub-menu,
.dashboard-top-menu > li:hover > .sub-menu {
    display: block;
    -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



.dashboard-main-menu {
    padding-left: 2px;
}

    .dashboard-main-menu > li > a {
        padding: 5px 15px;
        color: #3a3d3a;
        font-size: 14px;
        font-weight: 500;
    }

        .dashboard-main-menu > li > a > i {
            display: inline-block;
            margin-top: -2px;
            margin-right: 8px;
            color: #b5b5b5;
            font-size: 1.6em;
            vertical-align: middle;
        }

            .dashboard-main-menu > li > a > i.fa-edit, .dashboard-menu > li > a > i.fa-tags {
                font-size: 1.4em;
            }

    .dashboard-main-menu > li:hover > a,
    .dashboard-main-menu > li:hover > a > i {
        color: #7fbd52;
    }

    .dashboard-main-menu > li.active > a,
    .dashboard-main-menu > li.active > a > i {
        color: #7fbd52;
    }

    .dashboard-main-menu > li:hover > .sub-menu {
        display: block;
        -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .dashboard-main-menu > li:hover > .mega-menu {
        xdisplay: block;
        x-webkit-animation: megamenu-show 1.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        xanimation: megamenu-show 1.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }



.main-menu {
    padding-left: 22px;
}

    .main-menu > li > a {
        padding: 30px 22px;
        xpadding: 5px 15px;
        color: #3a3d3a;
        font-size: 14px;
        font-weight: 500;
    }


    .main-menu > li > a {
        padding: 30px 22px;
        color: #3a3d3a;
        font-size: 14px;
        font-weight: 500;
    }

        .main-menu > li > a > i {
            display: inline-block;
            margin-top: -2px;
            margin-right: 8px;
            color: #b5b5b5;
            font-size: 1.6em;
            vertical-align: middle;
        }

            .main-menu > li > a > i.fa-edit, .main-menu > li > a > i.fa-tags {
                font-size: 1.4em;
            }

    .main-menu > li:hover > a,
    .main-menu > li:hover > a > i {
        color: #7fbd52;
    }

    .main-menu > li.active > a,
    .main-menu > li.active > a > i {
        color: #7fbd52;
    }

    .main-menu > li:hover > .sub-menu {
        display: block;
        -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .main-menu > li:hover > .mega-menu {
        xdisplay: block;
        x-webkit-animation: megamenu-show 1.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        xanimation: megamenu-show 1.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 5;
}

    .toolbar .tool-search,
    .toolbar .tool-cart {
        display: block;
        width: auto;
        height: 44px;
        padding: 7px 16px 0;
        border: 1px solid #dfdfdf;
        border-radius: 22px;
        background-color: #ffffff;
        color: #626262;
        font-size: 14px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .toolbar .tool-search > i,
        .toolbar .tool-cart > i {
            display: inline-block;
            margin-right: 6px;
            color: #7fbd52;
            font-size: 1.3em;
            vertical-align: middle;
        }

    .toolbar .tool-search {
        padding-top: 9px;
        text-transform: uppercase;
    }

        .toolbar .tool-search > i {
            margin-top: -2px;
        }

    .toolbar .tool-cart {
        position: relative;
        margin-left: 15px;
    }

        .toolbar .tool-cart > a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 22px;
        }

        .toolbar .tool-cart::before {
            display: block;
            position: absolute;
            top: 100%;
            width: 100%;
            height: 18px;
            margin-top: -3px;
            content: '';
        }

        .toolbar .tool-cart > .count,
        .toolbar .tool-cart > .subtotal {
            display: inline-block;
            vertical-align: middle;
        }

        .toolbar .tool-cart > .subtotal {
            margin-left: 8px;
            padding-left: 8px;
            border-left: 1px solid #dfdfdf;
        }

    .toolbar .cart-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 260px;
        margin-top: 12px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
        box-shadow: 0 7px 22px -5px rgba(48, 51, 48, 0.2);
    }

        .toolbar .cart-dropdown::before, .toolbar .cart-dropdown::after {
            position: absolute;
            right: 55px;
            bottom: 100%;
            width: 0;
            height: 0;
            border: solid transparent;
            content: '';
            pointer-events: none;
        }

        .toolbar .cart-dropdown::after {
            margin-left: -8px;
            border-width: 8px;
            border-bottom-color: #ffffff;
        }

        .toolbar .cart-dropdown::before {
            margin-right: -1px;
            border-width: 9px;
            border-bottom-color: #d2d2d2;
        }

        .toolbar .cart-dropdown .cart-dropdown-item {
            padding: 0 18px;
            cursor: default;
        }

            .toolbar .cart-dropdown .cart-dropdown-item .inner {
                padding: 16px 0;
                border-top: 1px dashed #d2d2d2;
            }

            .toolbar .cart-dropdown .cart-dropdown-item .count {
                padding-right: 15px;
                color: #7fbd52;
                font-size: 35px;
                line-height: 1;
            }

            .toolbar .cart-dropdown .cart-dropdown-item:first-child .inner {
                border-top: 0;
            }

            .toolbar .cart-dropdown .cart-dropdown-item .item-title > a {
                display: block;
                color: #3a3d3a;
                font-size: 14px;
                font-weight: 500;
                line-height: 1.2;
                text-decoration: none;
                cursor: pointer;
            }

                .toolbar .cart-dropdown .cart-dropdown-item .item-title > a:hover {
                    text-decoration: underline;
                }

            .toolbar .cart-dropdown .cart-dropdown-item .item-title .item-remove {
                display: block;
                padding-left: 8px;
                color: #cc2929;
                cursor: pointer;
            }

                .toolbar .cart-dropdown .cart-dropdown-item .item-title .item-remove:hover, .toolbar .cart-dropdown .cart-dropdown-item .item-title .item-remove:focus {
                    outline: none;
                }

        .toolbar .cart-dropdown .cart-dropdown-footer {
            padding: 15px 20px;
            border-top: 1px solid #dfdfdf;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: #f9fbfb;
        }

    .toolbar .tool-cart:hover .cart-dropdown {
        display: block;
        -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.search-open .toolbar {
    right: 0;
}

.search-box {
    display: none;
    position: absolute;
    bottom: 0;
    left: 22px;
    width: calc(100% - 169px);
    padding: 20px 0;
    z-index: 20;
}

    .search-box input {
        padding-bottom: 4px;
        font-size: 16px;
    }

    .search-box .input-group .form-control {
        padding-left: 38px;
    }

    .search-box .input-group .input-group-addon {
        margin-top: 0;
        font-size: 1.1em;
    }

    .search-box .search-tools {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -14px;
        z-index: 5;
    }

        .search-box .search-tools .clear-search,
        .search-box .search-tools .close-search {
            display: inline-block;
            letter-spacing: .075em;
            text-transform: uppercase;
            cursor: pointer;
            vertical-align: middle;
        }

        .search-box .search-tools .clear-search {
            padding: 5px 0;
            -webkit-transition: color .25s;
            transition: color .25s;
            color: #767676;
            font-size: 12px;
            font-weight: 500;
        }

            .search-box .search-tools .clear-search:hover {
                color: #626262;
            }

        .search-box .search-tools .close-search {
            width: 12px;
            height: 12px;
            margin-left: 10px;
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OCAgIGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDIgICBDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzkgICBzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIgZmlsbD0iIzNhM2QzYSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 12px 12px;
        }

.search-open .search-box {
    display: block;
    -webkit-animation: fadein .25s;
    animation: fadein .25s;
}

.easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

    .easy-autocomplete-container > ul {
        display: none;
        margin-top: -2px;
        padding: 8px 25px 20px;
        border: 1px solid #7fbd52;
        border-top: 0;
        border-bottom-right-radius: 22px;
        border-bottom-left-radius: 22px;
        background-color: #ffffff;
        list-style: none;
    }

.eac-item > a {
    display: inline-block;
    padding: 5px 0;
    color: #3a3d3a;
    font-size: 17px;
    text-decoration: none;
}

    .eac-item > a > i {
        margin-right: 12px;
        color: #7fbd52;
        vertical-align: middle;
    }

    .eac-item > a > .ac-type {
        display: inline-block;
        margin-left: 10px;
        color: #999999;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .eac-item > a:hover > .ac-title {
        text-decoration: underline;
    }

.suggestion-visible {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 1200px) {
    .main-menu > li > a {
        padding: 30px 18px;
    }

    .toolbar {
        right: 15px;
    }
}

@media (max-width: 1150px) {
    .site-logo {
        max-width: 160px;
    }

    .main-menu > li > a > i {
        display: none;
    }
}

@media (max-width: 960px) {
    .top-menu,
    .main-menu,
    .toolbar .tool-search,
    .toolbar .tool-cart:hover .cart-dropdown {
        display: none;
    }

    .site-header .container-fluid {
        padding-left: 70px;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 100%;
        -webkit-transition: color .25s;
        transition: color .25s;
        border-right: 1px solid #dfdfdf;
        color: #3a3d3a;
        text-decoration: none;
        text-align: center;
    }

        .menu-toggle::before {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            margin-top: -10px;
            font-size: 20px;
            content: '\f0c9';
        }

        .menu-toggle:hover {
            color: #7fbd52;
        }

    .menu-open .menu-toggle::before {
        margin-top: -14px;
        font-size: 28px;
        content: '\f106';
    }
}

@media (max-width: 420px) {
    .navbar {
        width: auto;
    }

    .toolbar .tool-cart > .subtotal {
        display: none;
    }
}

.page-title {
    position: relative;
    width: 100%;
    margin-bottom: 56px;
    padding: 36px 0;
    border-bottom: 2px solid #cbd9c1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
}

    .page-title h1, .page-title h2, .page-title h3 {
        margin: 0;
        color: #767676;
        font-size: 24px;
        line-height: 1.25;
    }

    .page-title + .single-product-banner {
        margin-top: -56px;
    }

.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .breadcrumbs > li {
        display: inline-block;
        margin-left: 5px;
        padding: 5px 0;
        color: #7fbd52;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        cursor: default;
        vertical-align: middle;
    }

        .breadcrumbs > li.separator {
            padding: 0 5px;
            border-radius: 50%;
            color: #d9d8d8;
        }

        .breadcrumbs > li > a {
            -webkit-transition: color .25s;
            transition: color .25s;
            color: #767676;
            text-decoration: none;
        }

            .breadcrumbs > li > a:hover {
                color: #7fbd52;
            }

@media (max-width: 768px) {
    .page-title {
        margin-bottom: 48px;
        padding: 0;
    }

        .page-title .col-md-6:last-child {
            border-bottom: 1px solid #dfdfdf;
        }

        .page-title h1, .page-title h2, .page-title h3 {
            padding: 30px 0;
        }

        .page-title + .steps-wrap-container,
        .page-title + .checkout-page {
            position: relative;
            z-index: 2;
        }

        .page-title + .steps-wrap-container,
        .page-title + .single-product-banner,
        .page-title + .checkout-page {
            margin-top: -48px;
        }

    .breadcrumbs {
        padding: 8px 0;
        text-align: center;
    }

        .breadcrumbs > li {
            margin: 0;
            font-size: 10px;
        }

            .breadcrumbs > li.separator {
                padding: 0 3px;
            }
}

.mobile-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #7fbd52;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 30px -6px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

@media (min-width: 960px) {
    .mobile-menu-wrapper {
        display: none !important;
    }
}

.mobile-menu {
    padding: 0 25px 15px;
}

.mobile-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0;
    color: #626262;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

    .mobile-menu-item > span {
        display: block;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .mobile-menu-item > i {
        display: block;
        width: 27px;
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #b5b5b5;
        font-size: 1.5em;
        text-align: center;
    }

        .mobile-menu-item > i.fa-edit, .mobile-menu-item > i.fa-tags {
            font-size: 1.35em;
        }

    .mobile-menu-item[data-toggle='collapse'] {
        color: #7fbd52;
    }

        .mobile-menu-item[data-toggle='collapse'] > i {
            color: #7fbd52;
        }

        .mobile-menu-item[data-toggle='collapse'].collapsed {
            color: #626262;
        }

            .mobile-menu-item[data-toggle='collapse'].collapsed > i {
                color: #b5b5b5;
            }

    .mobile-menu-item:hover, .mobile-menu-item.active {
        color: #626262 !important;
    }

        .mobile-menu-item:hover > span, .mobile-menu-item:hover > i, .mobile-menu-item.active > span, .mobile-menu-item.active > i {
            color: #7fbd52 !important;
        }

.mobile-menu-divider {
    margin: 10px 0;
    border-top: 1px solid #7fbd52;
}

.mobile-submenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mobile-submenu > li {
        display: block;
    }

        .mobile-submenu > li > a {
            display: block;
            padding: 5px 10px;
            -webkit-transition: color .3s;
            transition: color .3s;
            color: #626262;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
        }

            .mobile-submenu > li > a > span {
                display: inline-block;
                margin-left: 5px;
                color: #999999 !important;
                font-size: 14px;
                font-weight: normal;
            }

        .mobile-submenu > li:last-child > a {
            margin-bottom: 15px;
        }

        .mobile-submenu > li:hover > a {
            color: #7fbd52;
        }

        .mobile-submenu > li.active > a {
            color: #7fbd52;
        }

.dashboard-content {
    padding: 15px;
    height: 100%;
}

.dashboard-menu-header {
    padding: 2px 5px 2px 15px;
    border-right: 1px solid silver;
    text-transform: uppercase;
}

.dashboard-content-header {
    padding: 12px 10px 15px 0px;
}

    .dashboard-content-header a {
        color: white;
    }

.dashboard-menu {
    padding: 12px 15px 15px 15px;
    background-color: whitesmoke;
    height: 100%;
    border-right: 1px solid rgba(48, 51, 48, 0.2);
}

.dashboard-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

    .dashboard-menu-item > span {
        display: block;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .dashboard-menu-item > i {
        display: block;
        width: 27px;
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #3a3d3a;
        font-size: 1.5em;
        text-align: center;
    }

        .dashboard-menu-item > i.fa-edit, .mobile-menu-item > i.fa-tags {
            font-size: 1.35em;
        }

    .dashboard-menu-item[data-toggle='collapse'] {
        color: #7fbd52;
    }

        .dashboard-menu-item[data-toggle='collapse'] > i {
            color: #7fbd52;
        }

        .dashboard-menu-item[data-toggle='collapse'].collapsed {
            color: #626262;
        }

            .dashboard-menu-item[data-toggle='collapse'].collapsed > i {
                color: #3a3d3a;
            }

    .dashboard-menu-item:hover, .dashboard-menu-item.active {
        color: #7fbd52 !important;
    }

        .dashboard-menu-item:hover > span, .dashboard-menu-item:hover > i, .dashboard-menu-item.active > span, .dashboard-menu-item.active > i {
            color: #7fbd52 !important;
        }

.dashboard-menu-divider {
    margin: 10px 0;
    border-top: 1px solid #3a3d3a;
}

.dashboard-submenu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dashboard-submenu > li {
        display: block;
    }

        .dashboard-submenu > li > a {
            display: block;
            padding: 3px 5px 3px 25px;
            -webkit-transition: color .3s;
            transition: color .3s;
            color: #626262;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
        }

            .dashboard-submenu > li > a > span {
                display: inline-block;
                margin-left: 5px;
                color: #999999 !important;
                font-size: 12px;
                font-weight: normal;
            }

        .dashboard-submenu > li:last-child > a {
            margin-bottom: 14px;
        }

        .dashboard-submenu > li:hover > a {
            color: #7fbd52;
        }

        .dashboard-submenu > li.active > a {
            color: #7fbd52;
        }

.account-link {
    display: table;
    width: 100%;
    padding: 25px 18px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-bottom: 1px solid #dfdfdf;
    text-decoration: none;
}

    .account-link .user-ava,
    .account-link .user-info {
        display: table-cell;
        vertical-align: middle;
    }

    .account-link .user-ava {
        width: 48px;
    }

        .account-link .user-ava > img {
            display: block;
            width: 48px;
            padding: 3px;
            border: 1px solid #dfdfdf;
            border-radius: 50%;
        }

    .account-link .user-info {
        padding-left: 8px;
    }

        .account-link .user-info > .user-name {
            margin-bottom: 2px;
        }

        .account-link .user-info > span {
            display: block;
        }

.site-footer {
    padding-top: 72px;
    background-color: #27374d;
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 48px;
    }
}

.footer-copyright {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: normal;
}

    .footer-copyright > a {
        -webkit-transition: color .25s;
        transition: color .25s;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

        .footer-copyright > a:hover {
            color: #7fbd52;
        }

.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 80px;
    padding-bottom: 30px;
    border: 1px solid #dfdfdf;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}

    .user-info-wrapper .user-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 110px;
        border-bottom: 1px solid #f3f3f3;
        background-position: center;
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .user-info-wrapper .user-cover .tooltip .tooltip-inner {
            width: 230px;
            max-width: 100%;
            padding: 10px 15px;
        }

    .user-info-wrapper .info-label {
        display: block;
        position: absolute;
        top: 18px;
        right: 18px;
        height: 26px;
        padding: 0 12px;
        border-radius: 13px;
        background-color: #ffffff;
        color: #626262;
        font-size: 12px;
        line-height: 26px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
        cursor: pointer;
    }

        .user-info-wrapper .info-label > i {
            display: inline-block;
            margin-right: 3px;
            font-size: 1.2em;
            vertical-align: middle;
        }

    .user-info-wrapper .user-info {
        display: table;
        position: relative;
        width: 100%;
        padding: 0 18px;
        z-index: 5;
    }

        .user-info-wrapper .user-info .user-avatar,
        .user-info-wrapper .user-info .user-data {
            display: table-cell;
            vertical-align: top;
        }

        .user-info-wrapper .user-info .user-avatar {
            position: relative;
            width: 115px;
        }

            .user-info-wrapper .user-info .user-avatar > img {
                display: block;
                width: 100%;
                border: 5px solid #ffffff;
                border-radius: 50%;
            }

            .user-info-wrapper .user-info .user-avatar .edit-avatar {
                display: block;
                position: absolute;
                top: -2px;
                right: 2px;
                width: 36px;
                height: 36px;
                padding-left: 2px;
                -webkit-transition: opacity .3s;
                transition: opacity .3s;
                border-radius: 50%;
                background-color: #ffffff;
                color: #626262;
                font-size: 16px;
                line-height: 34px;
                -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
                cursor: pointer;
                opacity: 0;
                text-align: center;
                text-decoration: none;
            }

            .user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
                opacity: 1;
            }

        .user-info-wrapper .user-info .user-data {
            padding-top: 48px;
            padding-left: 12px;
        }

            .user-info-wrapper .user-info .user-data h4 {
                margin-bottom: 2px;
            }

            .user-info-wrapper .user-info .user-data span {
                display: block;
                color: #767676;
                font-size: 13px;
            }

                .user-info-wrapper .user-info .user-data span > i {
                    color: #b5b5b5;
                }

    .user-info-wrapper + .list-group .list-group-item:first-child {
        border-radius: 0;
    }

.dropzone {
    padding: 30px;
    border: 2px dashed #7fbd52;
    border-radius: 5px;
    background-color: #ffffff;
}

    .dropzone .dz-message {
        font-size: 18px;
    }

    .dropzone .dz-preview .dz-remove {
        position: absolute;
        top: -8px;
        right: -8px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-position: center;
        background-color: #cc2929;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjZmZmZmZmIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
        background-size: 10px 10px;
        z-index: 100;
    }

.post-meta {
    display: block;
    margin-bottom: 24px;
    padding: 0;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    list-style: none;
}

    .post-meta > li {
        display: block;
        margin: 0;
        padding: 9px 12px;
        border-bottom: 1px solid #dfdfdf;
        color: #626262;
        font-size: 13px;
        cursor: default;
    }

        .post-meta > li:last-child {
            border-bottom: 0;
        }

        .post-meta > li > i, .post-meta > li > a {
            display: inline-block;
            vertical-align: middle;
        }

        .post-meta > li > i {
            margin-right: 3px;
            color: #767676;
        }

        .post-meta > li > a {
            -webkit-transition: color .25s;
            transition: color .25s;
            color: #626262;
            text-decoration: none;
        }

            .post-meta > li > a:hover {
                color: #7fbd52;
            }

.blog-post {
    margin-bottom: 48px;
}

    .blog-post p {
        margin-bottom: 0;
    }

.post-thumb {
    display: block;
    margin-bottom: 20px;
}

.post-title > a {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #56566B;
    text-decoration: none;
}

    .post-title > a:hover {
        color: #7fbd52;
    }

.single-post-meta {
    display: table;
    width: 100%;
    padding-bottom: 24px;
}

    .single-post-meta .column {
        display: table-cell;
        vertical-align: top;
    }

        .single-post-meta .column:last-child {
            text-align: right;
        }

    .single-post-meta .meta-link {
        display: inline-block;
        margin-right: 10px;
        color: #626262;
        font-size: 13px;
    }

        .single-post-meta .meta-link > span {
            margin-right: 4px;
            color: #767676;
        }

        .single-post-meta .meta-link > a {
            -webkit-transition: color .25s;
            transition: color .25s;
            color: #626262;
            text-decoration: none;
        }

            .single-post-meta .meta-link > a > i {
                display: inline-block;
                margin-top: -3px;
                margin-right: 5px;
                color: #767676 !important;
                font-size: 1.1em;
                vertical-align: middle;
            }

            .single-post-meta .meta-link > a:hover {
                color: #7fbd52;
            }

    .single-post-meta .column:last-child .meta-link {
        margin-right: 0;
        margin-left: 10px;
    }

@media (max-width: 768px) {
    .single-post-meta {
        display: block;
    }

        .single-post-meta .column {
            display: block;
            width: 100%;
        }

            .single-post-meta .column:last-child {
                padding-top: 5px;
                text-align: left;
            }

                .single-post-meta .column:last-child .meta-link {
                    margin-right: 10px;
                    margin-left: 0;
                }
}

.single-post-footer {
    padding-top: 12px;
    padding-bottom: 30px;
}

    .single-post-footer > .column {
        padding-top: 4px;
        padding-bottom: 6px;
    }

@media (min-width: 576px) {
    .single-post-footer {
        display: table;
        width: 100%;
    }

        .single-post-footer > .column {
            display: table-cell;
            vertical-align: middle;
        }

            .single-post-footer > .column:last-child {
                text-align: right;
            }
}

.single-post-footer .sp-tag {
    -webkit-transition: color .25s;
    transition: color .25s;
    color: #3a3d3a;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

    .single-post-footer .sp-tag:hover {
        color: #7fbd52;
    }

.entry-share span,
.entry-share .share-links {
    display: inline-block;
    vertical-align: middle;
}

.entry-share .social-button {
    margin-right: 0;
    margin-left: 8px;
}

.product-card .product-card-thumb {
    position: relative;
    border-radius: 7px;
}

    .product-card .product-card-thumb > a {
        display: block;
        position: relative;
        border-radius: 7px;
        text-decoration: none;
        overflow: hidden;
        z-index: 1;
    }

        .product-card .product-card-thumb > a > img {
            display: block;
            width: 100%;
        }

.product-card .product-card-like {
    display: block;
    position: absolute;
    right: 12px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    xbackground-color: red;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

.product-card .product-card-liked {
    display: block;
    position: absolute;
    right: 12px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background-color: #ff5786;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}


.product-card .product-card-like:hover, .product-card .product-card-like:focus {
    outline: none;
    background-color: #ff5786;
}


.product-card .product-card-liked:hover, .product-card .product-card-liked:focus {
    outline: none;
    background-color: #ff5786;
}


.product-card .product-card-add {
    display: block;
    position: absolute;
    right: 12px;
    bottom: -15px;
    width: 150px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #7fbd52;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}

.product-card .product-card-remove {
    display: block;
    position: absolute;
    right: 12px;
    bottom: -15px;
    width: 150px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background-color: #ff5786;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}


.product-card .product-card-add:hover, .product-card .product-card-add:focus {
    outline: none;
    background-color: #669f3d;
}


.product-card .product-card-remove:hover, .product-card .product-card-remove:focus {
    outline: none;
    background-color: #ff5786;
}






.product-card .product-card-meta {
    padding-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
    color: #6584ad;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.product-card .product-card-title {
    margin: 0;
    padding-top: 5px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 16px;
}

    .product-card .product-card-title > a {
        display: block;
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #3a3d3a;
        text-decoration: none;
    }

    .product-card .product-card-title:hover > a {
        text-decoration: underline;
    }

@media (max-width: 576px) {
    .product-card .product-card-title {
        font-size: 14px;
    }
}

.product-card .product-card-category {
    margin: 0;
    margin-top: 2px;
    padding: 0 4px;
    list-style: none;
}

    .product-card .product-card-category > li {
        display: inline-block;
        margin-right: 1px;
        color: #626262;
    }

        .product-card .product-card-category > li > a {
            color: #626262;
            font-size: 13px;
            text-decoration: none;
        }

            .product-card .product-card-category > li > a:hover {
                text-decoration: underline;
            }

.product-card .product-card-price {
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    color: #6584ad;
    font-size: 16px;
}

.product-card:hover .product-card-like {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.product-card:hover .product-card-liked {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.product-card.product-card-lg .product-card-meta {
    padding-top: 22px;
    font-size: 15px;
}

.product-card.product-card-lg .product-card-title {
    padding-top: 8px;
    font-size: 32px;
    font-weight: normal;
}

    .product-card.product-card-lg .product-card-title:hover > a {
        text-decoration: none;
    }

.product-card.product-card-lg .product-card-category > li > a {
    font-size: 18px;
}

.product-card.product-card-lg .product-card-price {
    font-size: 19px;
}

.touchevents .product-card .product-card-likexx {
    right: 10px;
    -webkit-transform: none;
    transform: none;
    opacity: 0;
}

@media (min-width: 576px) {
    .products-list .product-card .product-card-thumb {
        max-width: 280px;
    }

    .products-list .product-card .product-card-meta {
        font-size: 14px;
    }

    .products-list .product-card .product-card-title {
        padding-top: 8px;
        font-size: 18px;
    }

    .products-list .product-card .product-card-price {
        font-size: 19px;
    }
}

.single-product-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .single-product-banner .sp-background {
        display: block;
        position: absolute;
        top: 0;
        left: -50px;
        width: 110%;
        height: 110%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -o-filter: blur(20px);
        -ms-filter: blur(20px);
        filter: blur(20px);
    }

    .single-product-banner > img {
        display: block;
        position: relative;
        margin: auto;
        z-index: 5;
    }


.ticket-panel {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
}

.ticket-panel-no-bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dfdfdf;
}

.ticket-panel .ticket-panel-header {
    display: table;
}

    .ticket-panel .ticket-panel-header .ticket-panel-icon-wrap,
    .ticket-panel .ticket-panel-header .ticket-panel-title {
        display: table-cell;
        vertical-align: middle;
    }

    .ticket-panel .ticket-panel-header .ticket-panel-icon {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #7fbd52;
        color: #ffffff;
        font-size: 17px;
        line-height: 35px;
        text-align: center;
    }

    .ticket-panel .ticket-panel-header .ticket-panel-title {
        padding-left: 16px;
    }

.ticket-panel .collapse-toggle {
    display: inline-block;
    color: #7fbd52;
    font-weight: 500;
    text-transform: uppercase;
}

    .ticket-panel .collapse-toggle::before, .ticket-panel .collapse-toggle::after {
        display: inline-block;
        vertical-align: middle;
    }

    .ticket-panel .collapse-toggle::before {
        margin-right: 6px;
        font-family: 'FontAwesome';
        font-size: 1.6em;
        xcontent: '\f106';
    }

    .ticket-panel .collapse-toggle::after {
        content: 'Less Info';
        text-decoration: underline;
    }

    .ticket-panel .collapse-toggle.collapsed::before {
        xcontent: '\f107';
    }

    .ticket-panel .collapse-toggle.collapsed::after {
        content: 'More Info';
        text-decoration: underline;
    }

.ticket-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #7fbd52;
    color: #ffffff;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
}

.ticket-row {
    position: relative;
    padding: 25px 0 20px;
    border-bottom: 1px solid #dfdfdf;
}

    .ticket-row:last-child {
        border-bottom: 0;
    }

@media (max-width: 576px) {
    .ticket-row {
        margin-bottom: 15px;
        padding: 15px;
        border-bottom: 0;
        border-radius: 7px;
        background-color: #f2f2f2;
    }

        .ticket-row .btn-remove {
            position: absolute;
            top: 10px;
            right: 15px;
        }
}

.shopping-cart .item-row {
    position: relative;
    padding: 5px 0 5px;
    border-bottom: 1px solid #dfdfdf;
}

    .shopping-cart .item-row:last-child {
        border-bottom: 0;
    }

@media (max-width: 768px) {
    .shopping-cart .item-row {
        margin-bottom: 15px;
        padding: 15px;
        border-bottom: 0;
        border-radius: 7px;
        background-color: #f2f2f2;
    }

        .shopping-cart .item-row .btn-remove {
            position: absolute;
            top: 10px;
            right: 15px;
        }
}

.shopping-cart .btn {
    margin: 0;
}

.shopping-cart .remove-from-cart {
    display: inline-block;
    color: #cc2929;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.shopping-cart .count-input {
    display: inline-block;
    width: 100%;
    width: 86px;
}

.shopping-cart .product-item {
    display: table;
    min-width: 150px;
}

    .shopping-cart .product-item .product-thumb,
    .shopping-cart .product-item .product-info {
        display: table-cell;
        vertical-align: top;
    }

    .shopping-cart .product-item .product-thumb {
        width: 130px;
        padding-right: 20px;
    }

        .shopping-cart .product-item .product-thumb > img {
            display: block;
            width: 100%;
            border-radius: 5px;
        }

.product-thumb > img {
    display: block;
    width: 100%;
    border-radius: 5px;
}


@media (max-width: 860px) {
    .shopping-cart .product-item .product-thumb {
        display: none;
    }
}

.shopping-cart .product-item .product-info span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.shopping-cart .product-item .product-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

    .shopping-cart .product-item .product-title > a {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #3a3d3a;
        line-height: 1.5;
        text-decoration: none;
    }

        .shopping-cart .product-item .product-title > a:hover {
            text-decoration: underline;
        }

    .shopping-cart .product-item .product-title small {
        display: inline;
        margin-left: 6px;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .shopping-cart .product-item {
        display: block;
        width: 100%;
    }

        .shopping-cart .product-item .product-thumb {
            display: block;
            margin: auto;
            padding-right: 0;
            padding-bottom: 10px;
        }

        .shopping-cart .product-item .product-info {
            display: block;
            width: 100%;
        }
}

.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
}

    .shopping-cart-footer > .column {
        display: table-cell;
        padding: 5px 0;
        vertical-align: middle;
    }

        .shopping-cart-footer > .column:last-child {
            text-align: right;
        }

            .shopping-cart-footer > .column:last-child .btn {
                margin-right: 0;
                margin-left: 15px;
            }

@media (max-width: 768px) {
    .shopping-cart-footer > .column {
        display: block;
        width: 100%;
    }

        .shopping-cart-footer > .column:last-child {
            text-align: center;
        }

        .shopping-cart-footer > .column .btn {
            width: 100%;
            margin: 12px 0 !important;
        }
}

.wishlist-table {
    margin-bottom: 20px;
}

    .wishlist-table .table {
        margin-bottom: 0;
    }

    .wishlist-table .btn {
        margin: 0;
    }

    .wishlist-table > table > thead > tr > th,
    .wishlist-table > table > thead > tr > td,
    .wishlist-table > table > tbody > tr > th,
    .wishlist-table > table > tbody > tr > td {
        vertical-align: middle !important;
    }

    .wishlist-table > table thead th {
        padding-top: 17px;
        padding-bottom: 17px;
        border-width: 1px;
    }

    .wishlist-table .remove-from-cart {
        display: inline-block;
        color: #cc2929;
        font-size: 18px;
        line-height: 1;
        text-decoration: none;
    }

    .wishlist-table .product-item {
        display: table;
        width: 100%;
        min-width: 150px;
        margin-top: 5px;
        margin-bottom: 3px;
    }

        .wishlist-table .product-item .product-thumb,
        .wishlist-table .product-item .product-info {
            display: table-cell;
            vertical-align: top;
        }

        .wishlist-table .product-item .product-thumb {
            display: table-cell;
            width: 130px;
            padding-right: 20px;
        }

            .wishlist-table .product-item .product-thumb > img {
                display: block;
                width: 100%;
                border-radius: 5px;
            }

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important;
    }
}

.wishlist-table .product-item .product-info span {
    display: block;
    font-size: 13px;
}

    .wishlist-table .product-item .product-info span > em {
        font-weight: 500;
        font-style: normal;
    }

.wishlist-table .product-item .product-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

    .wishlist-table .product-item .product-title > a {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #3a3d3a;
        line-height: 1.5;
        text-decoration: none;
    }

        .wishlist-table .product-item .product-title > a:hover {
            text-decoration: underline;
        }

    .wishlist-table .product-item .product-title small {
        display: inline;
        margin-left: 6px;
        font-weight: 500;
    }

.shop-toolbar {
    display: table;
    width: 100%;
}

    .shop-toolbar > .column {
        display: table-cell;
        vertical-align: middle;
    }

        .shop-toolbar > .column:last-child {
            text-align: right;
        }

@media (max-width: 576px) {
    .shop-toolbar > .column {
        display: block;
        width: 100%;
        text-align: center;
    }

        .shop-toolbar > .column:last-child {
            padding-top: 24px;
            text-align: center;
        }
}

.shop-sorting label,
.shop-sorting .form-control,
.shop-sorting span {
    display: inline-block;
    vertical-align: middle;
}

.shop-sorting span {
    padding: 8px 0;
}

.shop-sorting label {
    margin: 0;
    padding: 8px 5px 8px 0;
    color: #767676;
    font-size: 14px;
    font-weight: normal;
}

.shop-sorting .form-control {
    width: 100%;
    max-width: 186px;
    margin-right: 10px;
}

@media (max-width: 576px) {
    .shop-sorting label,
    .shop-sorting .form-control {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-top: 0;
        padding-right: 0;
    }
}

.shop-view {
    display: inline-block;
}

    .shop-view::after {
        display: block;
        clear: both;
        content: '';
    }

    .shop-view > a {
        display: block;
        width: 43px;
        height: 43px;
        margin-left: 10px;
        padding: 13px;
        float: left;
        -webkit-transition: background-color .35s;
        transition: background-color .35s;
        border: 1px solid #dfdfdf;
        border-radius: 50%;
        background-color: #ffffff;
    }

        .shop-view > a span {
            display: block;
            position: relative;
            width: 3px;
            height: 3px;
            margin-bottom: 3px;
            background-color: #626262;
        }

            .shop-view > a span::before, .shop-view > a span::after {
                display: block;
                position: absolute;
                background-color: #626262;
            }

            .shop-view > a span:last-child {
                margin-bottom: 0;
            }

        .shop-view > a:hover {
            background-color: #f2f2f2;
        }

        .shop-view > a.active {
            border-color: #7fbd52;
            background-color: #7fbd52;
            cursor: default;
            pointer-events: none;
        }

            .shop-view > a.active span,
            .shop-view > a.active span::before,
            .shop-view > a.active span::after {
                background-color: #ffffff;
            }

        .shop-view > a.grid-view span::before, .shop-view > a.grid-view span::after {
            top: 0;
            width: 3px;
            height: 3px;
            content: '';
        }

        .shop-view > a.grid-view span::before {
            left: 6px;
        }

        .shop-view > a.grid-view span::after {
            left: 12px;
        }

        .shop-view > a.list-view span::before {
            top: 1px;
            left: 6px;
            width: 9px;
            height: 1px;
            content: '';
        }

.checkout-footer {
    display: table;
    width: 100%;
    margin-top: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    table-layout: fixed;
}

    .checkout-footer > .column {
        display: table-cell;
        padding: 10px 15px;
        vertical-align: middle;
    }

        .checkout-footer > .column:last-child {
            text-align: right;
        }

        .checkout-footer > .column:first-child {
            text-align: left;
        }

    .checkout-footer .btn {
        margin: 0;
    }

.checkoutMoreOptions ul {
    margin-top: -2px;
    padding: 0px;
    list-style-type: none;
}

.checkoutMoreOptions li {
    text-transform: lowercase;
    color: #8c8e90;
    margin: 0px;
    padding: 0px;
}

    .checkoutMoreOptions li a {
        color: green;
        text-decoration: none;
    }

        .checkoutMoreOptions li a:hover {
            text-decoration: underline;
        }

.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: inherit;
    overflow: visible;
}

.reveal-if-active-inline {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active-inline,
input[type="checkbox"]:checked ~ .reveal-if-active-inline {
    opacity: 1;
    max-width: inherit;
    overflow: visible;
}


.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 7px;
    border: 1px solid silver;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        xmargin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
            color: #999;
            content: '\2714';
            text-indent: .9em;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #7fbd52;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

#page-loader {
    position: fixed;
    display: none;
    z-index: 10000;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #7fbd52;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
