.bg-body {
    background-color: #f0f2f5;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
}

.js_disabled {
    display: none;
}

.font-size-10 {
    font-size: 0.75rem !important;
}

.font-size-11 {
    font-size: 0.9rem !important;
}

.font-size-12 {
    font-size: 1.09rem !important;
}

.font-size-14 {
    font-size: 1.27rem !important;
}

.font-size-16 {
    font-size: 1.45rem !important;
}

.font-size-18 {
    font-size: 1.64rem !important;
}

.font-size-20 {
    font-size: 1.82rem !important;
}

.font-size-22 {
    font-size: 2rem !important;
}

.font-size-24 {
    font-size: 2.2rem !important;
}

.font-size-26 {
    font-size: 2.36rem !important;
}

.font-size-30 {
    font-size: 2.73rem !important;
}

.font-size-42 {
    font-size: 3.82rem !important;
}

.font-size-60 {
    font-size: 5.45rem !important;
}

.bg-grey {
    background-color: #f2f2f2 !important;
}

.bg-grey2 {
    background-color: #f1f1f1 !important;
}

.text-gold {
    color: #ffd700 !important;
}

.text-silver {
    color: #c0c0c0 !important;
}

.text-bronze {
    color: #cd7f32 !important;
}

.text-underline,
a.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.text-greya,
a.text-grey,
.text-grey {
    color: #777;
}

.text-grey-light a,
a.text-grey-light,
.text-grey-light {
    color: #ccc;
}

.bottom-line-blue {
    border-bottom: 1pxsolid #428bca;
    padding: 0 0 6px;
}

.bottom-line-black {
    border-bottom: 1px solid#000;
    padding: 0 0 6px;
}

.bottom-line-grey {
    border-bottom: 1px solid #f5f5f5;
    padding: 00 6px;
}

.featured-box {
    background: #fcf8e3 !important;
}

.top-ad-box {
    background: #e8f1ed !important;
}

.ad-img-position {
    width: fit-content !important;
    object-position: 75%25%;
    object-fit: cover;
}

div.card:hover,
div.card:focus {
    background: #f1f1f1;
}

.box-gallerydiv.thumbnail:hover,
.box-gallery div.thumbnail:focus {
    background: #f1f1f1;
}

.price-badge {
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
}

.no-stretched-link {
    z-index: 2;
    position: relative;
}

li.toggle_more_less {
    cursor: pointer;
    padding: 5px0 0 0;
}

.line-height-200 {
    line-height: 200%;
}

.absolute-text-20 {
    background: #f9f9f9;
    position: absolute;
    top: 5px;
    right: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.absolute-text-0 {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 5px;
    right: 0px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #fff;
    padding: 1px3px;
}

.relative-text-16 {
    background: #f9f9f9;
    margin-top: -23px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding: 2px5px;
}

.cat small.count {
    margin-left: 4em;
}

div.progress {
    height: 10px;
    margin-bottom: 2px;
}

#map_canvas {
    height: 540px;
    margin: 10px0;
    width: 100%;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0.2;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    background-color: transparent;
    color: #eee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 2rem;
    bottom: 3rem;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5sease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #777;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.6;
}

.scroll-top-wrapperi.fa {
    line-height: inherit;
}

.ribbon-box {
    position: relative;
}

.ribbon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbontop span {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: orange;
    background: linear-gradient(orange 0%, orange 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbontop span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3pxsolid orange;
    border-right: 3px solid transparent;
    border-bottom: 3px solidtransparent;
    border-top: 3px solid orange;
}

.ribbontop span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3pxsolid transparent;
    border-right: 3px solid orange;
    border-bottom: 3px solidtransparent;
    border-top: 3px solid orange;
}

.ribbonvip span {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #88050e;
    background: linear-gradient(#88050e 0%, #88050e 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbonvip span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3pxsolid #88050e;
    border-right: 3px solid transparent;
    border-bottom: 3px solidtransparent;
    border-top: 3px solid #88050e;
}

.ribbonvip span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3pxsolid transparent;
    border-right: 3px solid #88050e;
    border-bottom: 3px solidtransparent;
    border-top: 3px solid #88050e;
}

.ribbonpremium span {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbonpremium span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3pxsolid #79a70a;
    border-right: 3px solid transparent;
    border-bottom: 3px solidtransparent;
    border-top: 3px solid #79a70a;
}

.ribbonpremium span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3pxsolid transparent;
    border-right: 3px solid #79a70a;
    border-bottom: 3px solidtransparent;
    border-top: 3px solid #79a70a;
}

.ribbon-title {
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px10px 10px -15px;
    padding: 6px 20px 6px 30px;
    color: #fff;
    background-color: #d31f38;
    box-shadow: 0px1px 2px #bbb;
    -webkit-shadow: 0px 2px 4px #888;
    -moz-shadow: 0px 2px 4px #888;
    box-shadow: 0px2px 4px #888;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    min-width: 240px;
}

.ribbon-title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px10px;
    border-style: solid;
    border-color: #666 #666 transparent transparent;
}

.ribbon-vip {
    height: 28px;
    margin: 0 auto;
    position: absolute;
    width: 48px;
    left: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 20px;
    color: #f2f2f2;
    z-index: 2;
    background: linear-gradient(#d31f38 0%, #c72239 90%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    opacity: 0.7;
}

.ribbon-vip:after,
.ribbon-vip:before {
    content: "";
    position: absolute;
    border-top: 15px solid #d31f38;
    height: 0;
    width: 0;
    top: 100%;
}

.ribbon-top {
    background: linear-gradient(orange 0%, orange 90%) !important;
}

.ribbon-top:after,
.ribbon-top:before {
    border-top: 15px solid orange !important;
}

.ribbon-vip:after {
    border-left: 50px solid transparent;
    right: 0px;
}

.ribbon-vip:before {
    border-right: 50px solid transparent;
    left: 0px;
}

.submit-pay-img-button {
    width: 120px;
    height: 35px;
}

.is-invalid.form-control {
    background: #f2dede;
}

.contact-list {
    opacity: 0;
    -moz-opacity: 0;
    visibility: hidden;
}

.card:hover.contact-list {
    opacity: 90;
    -moz-opacity: 90;
    visibility: visible;
}

.ribbon-top-right {
    margin: 0auto;
    position: absolute;
    right: -15px;
    top: -10px;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}

.ribbon-top-left {
    margin: 0auto;
    position: absolute;
    left: 0;
    top: -12px;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}

.profile-pics {
    width: 100%;
    max-height: 315px;
    margin: auto;
    text-align: center;
    object-fit: cover;
    object-position: topcenter;
}

.badge-soft-primary {
    color: #1c4f93;
    background-color: #d5e5fa;
}

.badge-soft-primary[href]:focus,
.badge-soft-primary[href]:hover {
    text-decoration: none;
    color: #1c4f93;
    background-color: #a7c9f5;
}

.badge-soft-secondary {
    color: #7d899b;
    background-color: #e3e6ea;
}

.badge-soft-secondary[href]:focus,
.badge-soft-secondary[href]:hover {
    text-decoration: none;
    color: #7d899b;
    background-color: #c6ccd4;
}

.badge-soft-success {
    color: #00864e;
    background-color: #ccf6e4;
}

.badge-soft-success[href]:focus,
.badge-soft-success[href]:hover {
    text-decoration: none;
    color: #00864e;
    background-color: #a1eecd;
}

.badge-soft-info {
    color: #1978a2;
    background-color: #d4f2ff;
}

.badge-soft-info[href]:focus,
.badge-soft-info[href]:hover {
    text-decoration: none;
    color: #1978a2;
    background-color: #a1e3ff;
}

.badge-soft-warning {
    color: #c46632;
    background-color: #fde6d8;
}

.badge-soft-warning[href]:focus,
.badge-soft-warning[href]:hover {
    text-decoration: none;
    color: #c46632;
    background-color: #fbc7a7;
}

.badge-soft-danger {
    color: #932338;
    background-color: #fad7dd;
}

.badge-soft-danger[href]:focus,
.badge-soft-danger[href]:hover {
    text-decoration: none;
    color: #932338;
    background-color: #f4aab6;
}

.badge-soft-light {
    color: #9fa0a2;
    background-color: #fefeff;
}

.badge-soft-light[href]:focus,
.badge-soft-light[href]:hover {
    text-decoration: none;
    color: #9fa0a2;
    background-color: #cbcbff;
}

.badge-soft-dark {
    color: #070f19;
    background-color: #ced1d4;
}

.badge-soft-dark[href]:focus,
.badge-soft-dark[href]:hover {
    text-decoration: none;
    color: #070f19;
    background-color: #b3b8bc;
}

.nav-sidea:hover {
    border-bottom: 1px solid #007bff;
}

@media (min-width: 576px) {
    .nav-side {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar.dropdown-menu:before {
        position: absolute;
        top: -14px;
        left: 18px;
        display: inline-block;
        border-right: 14pxsolid transparent;
        border-bottom: 14px solid #ccc;
        border-left: 14px solidtransparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: "";
    }

    .navbar .dropdown-menu:after {
        position: absolute;
        top: -12px;
        left: 19px;
        display: inline-block;
        border-right: 14pxsolid transparent;
        border-bottom: 14px solid #fff;
        border-left: 14px solidtransparent;
        content: "";
    }

    .navbar .dropdown-menu {
        border-radius: 9px;
        border: 0;
    }
}
