@import url("normalize.css");
@import url("bootstrap/css/bootstrap-grid.css");
@import url("carousel.css");
@import url("mfp.css");

@font-face {
    font-family: 'Xlamma v1.0';
    src: url("fonts/xlamma-v1-0.eot?52443625");
    src: url("fonts/xlamma-v1-0.eot?52443625#iefix") format("embedded-opentype"), url("fonts/xlamma-v1-0.woff2?52443625") format("woff2"), url("fonts/xlamma-v1-0.woff?52443625") format("woff"), url("fonts/xlamma-v1-0.ttf?52443625") format("truetype"), url("fonts/xlamma-v1-0.svg?52443625#xlamma-v1-0") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
a {
    color: #05c;
    /* color: #08c; */
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: none;
}
a:hover, a:active {
    outline: 0;
}
h3 {
    font-size: 24.5px;
}
strong {
    font-weight: bold;
}

/* Layout */
header, main, footer {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px;
    zoom: 1;
}
header {
    margin-top: 14px;
}

/* Conditionals */
body:not(.user_loggedin) .visible_loggedin {
    display: none !important;
}
body.user_loggedin .visible_loggedout {
    display: none !important;
}

/* Header */
.mfp-container {
    position: fixed;
}
.logo {
    line-height: 1;
}
.logo img {
    max-height: 70px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.logo h1 {
    /* color: #6e7fc9; */
    color: #3D50A4;
    font-size: 17px;
    font-size: 120%;
    margin: 0 0 0 6px;
    font-weight: normal;
    line-height: 1;
}

/* Nav */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav {
    list-style: none;
    margin-top: 0;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs > li, .nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px;
}
.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    margin-top: 1px;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs .active a {
    color: #DA0A69;
}

/* Pagination */
.pagination {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    text-align: center;
    margin-top: 16px;
    background-color: #E5E5E5;
    padding-top: 11px;
    padding-bottom: 7px;
    overflow: hidden;
    list-style: none;
}
.pagination li {
    display: inline;
    font-size: 1.8em;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 3px;
}
.pagination li.disabled {
    color: #CCC;
}
.pagination li span,
.pagination li a {
    padding: 0 5px;
    border: 1px solid transparent;
}
.pagination li a,
.pagination li a:link,
.pagination li a:visited {
    text-decoration: none;
    color: #C10000;
}
.pagination li a:hover {
    border: 1px solid #09F;
    background-color: #FFC;
}

/* Listings */
.c-listing {
    margin-bottom: 8px;
    padding-top: 6px;
    background-color: #FFFBCA;
    overflow: hidden;
    cursor: pointer;
}
body.why-personals .c-listing {
    background-color: #FFFFFF;
}
.c-listing .c-listing-img {
    float: left;
    margin-right: 10px;
}
.c-listing .c-listing-img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.c-listing-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-wrap: break-word;
}
.c-listing-header {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.c-listing-header h3 {
    display: inline;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    color: black;
}
.c-listing-header h3:hover {
    border-bottom: 1px solid #666;
    color: black;
}
.c-listing-icons {
    display: inline;
}
.c-listing-body {
    font-size: 12px;
    line-height: 15px;
}
.c-listing-copy {
    padding-top: 6px;
    word-wrap: anywhere;
    width: calc(100% - 210px);
    float: left;
}
.c-listing-copy p {
    margin: 3px 0 3px 0;
}
@media (min-width: 768px) {
    .viewmode-featured.row {
        gap: 2.56%;
        margin-left: 0;
        margin-right: 0;
    }
    .viewmode-featured.row > .c-listing.col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.72%;
        flex: 0 0 48.72%;
        max-width: 48.72%;
    }

    .viewmode-gallery.row {
        gap: 1%;
        margin-left: 0;
        margin-right: 0;
    }
    .viewmode-gallery.row > .c-listing.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
        padding: 6px;
    }
}
.c-listing-example-text li {
    margin-bottom: 1px;
}
.c-report {
    font-size: 11px;
    text-align: right;
}

/* Forms */
.btn-primary,
.nav-pills > li > a.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.nav-pills > li > a.btn-large {
    padding: 14px 17px;
    font-size: 17.5px;
    border-radius: 6px;
    margin: -3px 1px 0 0;
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
}
.btn-small {
    padding: 3px 10px;
    border-radius: 4px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}
h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 2px;
}
.escorts .col-12 h2, h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 2px;
}
h4 {
    font-size: 17.5px;
}

/* Responsive hidden blocks */
.col-sm-0,
.col-md-0,
.col-lg-0,
.col-xl-0 {
    display: none;
}
@media (min-width: 768px) {
    .col-sm-0 {
        display: inherit;
    }
}
@media (min-width: 992px) {
    .col-md-0 {
        display: inherit;
    }
}
@media (min-width: 1200px) {
    .col-lg-0 {
        display: inherit;
    }
}

.mt-3 {
    margin-top: 1em;
}
.mb-3 {
    margin-bottom: 1em;
}
.pb-3 {
    padding-bottom: 1em;
}

/* Custom Classes */
body header, body main, body footer {
    transition: all 300ms
}
button {
    cursor: pointer;
}
body.popup-open header,
body.popup-open main,
body.popup-open footer {
    /* filter: blur(15px); */
}
.mfp-bg {
    opacity: 0.5;
}
.c-overlay-popup {
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
    background: white;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 0 25px 15px rgba(0,0,0,.5);
    transition: all 300ms;
}
.c-overlay-popup .text {
    text-align: left;
}
.text-right {
    text-align: right;
}

/* Custom IDs */
#menu {
    margin: 0 0 0 auto;
    float: right;
}

#searchSelector {
    background: #CCE8FF;
    margin: 20px 0 0 0;
    padding: 4px 6px 9px 6px;
    box-shadow: 0 0 1px 2px rgba(214,214,214,0.2);
    border-radius: 4px;
}
#searchSelector select {
    padding: 2px;
    margin-bottom: 4px;
    width: 250px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #fff;
}

#searchSelector > div {
    float: left;
}
#searchSelector::after {
    clear: both;
    display: block;
    content: "";
}
#searchSelector > .searchFilters {
    min-height: 54px;
    padding: 0 0 0 2em;
}
#searchSelector > .searchFilters .searchFilterWAY {
    display:inline-block;
    margin: 16px 2px 0 2px;
}
#searchSelector > .searchFilters .searchFilterWAY > a {
    background: #CC0000;
    border-radius: 99px;
    color: white;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 12px;
    border: none !important;
    display: inline-block;
}

#searchSelector > .searchFilters .searchFilterWAY > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: inherit;
}

#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY {
    position:relative;
    z-index: 1;
}

#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-female > a {
    color: #840d16;
    background: linear-gradient(white, #F34956AA);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-female > a:hover {
    background: linear-gradient(white, #F34956FF);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-female > a::before {
    background: linear-gradient(#F34956AA, white);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-female.selected > a::before {
    background: linear-gradient(#F34956FF, white);
}

#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-trans > a {
    color: #840d16;
    background: linear-gradient(white, #F8C72DAA);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-trans > a:hover {
    background: linear-gradient(white, #F8C72DFF);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-trans > a::before {
    background: linear-gradient(#F8C72DAA, white);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-trans.selected > a::before {
    background: linear-gradient(#F8C72DFF, white);
}

#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-male > a {
    color: #4e641e;
    background: linear-gradient(white, #9CC640AA);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-male > a:hover {
    background: linear-gradient(white, #9CC640FF);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-male > a::before {
    background: linear-gradient(#9CC640AA, white);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-male.selected > a::before {
    background: linear-gradient(#9CC640FF, white);
}

#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-personals > a {
    color: #156a67;
    background: linear-gradient(white, #2DD4CDAA);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-personals > a:hover {
    background: linear-gradient(white, #2DD4CDFF);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-personals > a::before {
    background: linear-gradient(#2DD4CDAA, white);
}
#searchSelector > .searchFilters .searchFilterWAY.searchFilterWAY-personals.selected > a::before {
    background: linear-gradient(#2DD4CDFF, white);
}


/* Read More */
.readmore-container {
    max-height: 4.5rem;
    overflow: hidden;
    position: relative;
    transition: max-height 300ms;
}
.readmore-container.expanded {
    max-height: 100rem;
    overflow: hidden;
    position: relative;
}
.readmore-container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: repeat-x;
}
.review.readmore-container::before {
    background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 66%,rgba(245,245,245,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.readmore-container .readmore::before {
    content: "Read more";
    position: absolute;
    bottom: 0;
    left: 0;
    color: #d1385d;
    cursor: pointer;
}
.readmore-container.expanded .readmore::before {
    content: "Read less";
}
.readmore-container.expanded::before {
    display: none;
}
.readmore-container.expanded {
    padding-bottom: 1.4rem;
}

/* Listings */
.c-pictures-grid img {
    max-width: 100%;
    object-fit: contain;
}
.country_cities_list > h2 {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: bold;
    background-color: #CCE8FF;
    padding: 2px 2px 2px 2px;
}
.country_cities_list > h2 > a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}
.country_cities_list > h2 > a:hover {
    border-bottom: 1px solid #666;
}


.footer_banner > .mfcus-loader {
    padding-top: 1em;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 2.56%;
}
.footer_banner > .mfcus-loader > .mfcus-loader-item {
    flex: 0 0 48.72%;
    max-width: 48.72%;
}
main .footer p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
}
.c-content-box::after {
    clear:both;
    content:"";
    display:block;
}

/* Snippets */
.snippet-img {
    float:left;
    padding:0 1em 0.5em 0;
    max-width:144px;
}
.snippet p {
    overflow: auto;
}
.snippet .c-content-box__heading {
    background-color: #fd0;
    padding: 15px 24px;
}
.snippet.c-content-box {
    background-color: #fff3ab;
    padding-bottom: 12px;
    margin-bottom: 1em;
}
.snippet .c-content-box__body {
    padding: 0 24px 0 24px;
}


/* Escorts listings */
.escorts p {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
}
.escorts h2 {
    font-size: 14px;
    font-weight: normal;
}
.escorts .country_cities_list h2 {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 26px;
    font-weight: bold;
}
.escorts .country_cities_list h2:first-child {
    margin-top: 14px;
}
.no-overflow {
    overflow:hidden;
}

/* Badges */
.c-listing-verified {
    display: inline-block;
    color: #00DD00;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 4px;
    line-height: 15px;
}
.c-listing-verified::before {
    content: '✔';
    left: 0;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #00DD00;
}
.mf-livenow,
.c-listing-availablenow {
    position: relative;
    display: inline-block;
    color: #00DD00;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 4px;
    line-height: 15px;
    border: 2px solid #00DD00;
    float: right;
}
/* .c-listing-availablenow::before {} */
.mf-livenow::before {
    left: 0;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    content: 'AVAILABLE NOW';
}


/* Forms */
.c-form__group {
    margin-bottom: 20px;
    *zoom: 1;
}

.c-form__labels.req {
    font-weight: bold;
}
.c-form__labels {
    padding-top: 5px;
}
label {
    display: block;
    margin-bottom: 5px;
}
input[type=checkbox] + label {
    display: inline-block;
    margin-left: 5px;
}

@media (min-width: 61.25em) {
    .c-form__fields {
        *display: inline-block;
        *padding-left: 20px;
        margin-left: 180px;
        *margin-left: 0;
        width: 200px;
    }

    .c-form__labels {
        float: left;
        width: 160px;
        text-align: right;
    }
}

.c-form__fields--wide {
    width: 100%;
    max-width: calc(100% - 180px);
}
p.c-form__field-info {
    display: block;
}
.c-info-block.error {
    color: #FF0000;
}
p.text-center {
    text-align: center;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;

}
textarea {
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-radius: 4px;
    vertical-align: middle;
    min-height: 30px;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-radius: 4px;
    vertical-align: middle;
    min-height: 30px;
}

/* Media Preview */

.o-media {
    display: block
}

.o-media:after {
    content: "" !important;
    display: block !important;
    clear: both !important
}

.o-media__img {
    float: left;
    margin-right: 24px
}

.o-media__img > picture > img,
.o-media__img > img {
    display: block
}

.o-media__body {
    overflow: hidden;
    display: block
}

.o-media__body, .o-media__body > :last-child {
    margin-bottom: 0
}

.o-media--tiny > .o-media__img {
    margin-right: 6px
}

.o-media--tiny.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 6px
}

.o-media--small > .o-media__img {
    margin-right: 12px
}

.o-media--small.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 12px
}

.o-media--large > .o-media__img {
    margin-right: 48px
}

.o-media--large.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 48px
}

.o-media--huge > .o-media__img {
    margin-right: 96px
}

.o-media--huge.o-media--reverse > .o-media__img {
    margin-right: 0;
    margin-left: 96px
}

.o-media--reverse > .o-media__img {
    float: right;
    margin-right: 0;
    margin-left: 24px
}

.o-media--flush > .o-media__img {
    margin-right: 0;
    margin-left: 0
}

.o-box {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.uk-table.uk-table-rates {
    width: 100%;
}
.uk-table.uk-table-rates input {
    width: 100%;
}

.uk-table.uk-table-faq {
    width: 100%;
}
.uk-table.uk-table-faq td {
    padding: 0.5em;
}
.uk-table.uk-table-faq td input[type=text] {
    width: 100%;
}
.uk-table.uk-table-faq thead td {
    font-weight: bold;
}
.uk-table.uk-table-faq thead td,
.uk-table.uk-table-faq tbody td {
    border-bottom: 1px solid #EEE;
}

@media (max-width: 600px) {
    table.uk-table-rates {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    table.uk-table-rates thead,
    table.uk-table-rates tbody {
        display: contents; /* makes children act as direct children of table */
    }

    table.uk-table-rates thead > tr,
    table.uk-table-rates tbody > tr {
        display: flex;
        flex-direction: column;
        flex: 1 1 33.33%;
        box-sizing: border-box;
        border: 0;
    }

    table.uk-table-rates th,
    table.uk-table-rates td {
        padding: 0 3px;
        margin: 0;
        min-height: 34px;
        line-height: 30px;
        border: 0;
    }
    table.uk-table-rates td .c-select-list input {
        padding: 0;
        margin: 0;
        vertical-align: top;
    }
}


/* Headings */
.c-heading-section {
    margin-bottom: 1em;
}

/* Buttons */
.c-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.c-btn--primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.c-btn--large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* Login Form */
.c-form__box1 input[type="email"],
.c-form__box1 input[type="text"],
.c-form__box1 input[type="password"] {
    width: 90%;
}

.c-form__box1 {
    max-width: 400px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.c-form__box1 fieldset {
    border: 0;
}
.c-form__box1 .c-form__labels {
    width: 100%;
    float: none;
    text-align: left;
}
.c-form__box1 .c-form__fields {
    margin-left: 0;
    max-width: 100%;
}
.c-form__box1 textarea {
    width: 100%;
    min-height: 60px;
}

ul.o-layout {
    list-style: none;
    padding-left: 0;
}

/* Alerts */


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

/* Dropzone */

.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

/* My Account */

.c-header-filter {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.c-header-filter__heading {
    display: inline-block;
    margin: 0;
    text-transform: uppercase
}

.c-header-filter__heading-item {
    font-size: 18px;
    font-weight: 400;
    padding-left: .7em;
    text-transform: capitalize
}

.c-header-filter__options {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 0
}

@media (max-width: 61.24em) {
    .c-header-filter__options {
        padding-top: 6px
    }
}

.c-header-filter__options-item > a {
    display: inline-block;
    padding-left: 6px;
    color: black;
}

.c-header-filter__options-item:not(:last-child) > a {
    padding-right: 6px
}

.c-header-filter__options-item--current > a {
    color: #0c0b0c
}

.c-media-box {
    background-color: #fff3ab;
    margin-bottom: 6px
}

.c-media-box__header {
    padding-right: 85px;
    padding-bottom: 6px;
    position: relative
}

.c-media-box__header > a {
    display: inline-block
}

.c-media-box__header--free-ad {
    padding-bottom: 6px
}

.c-media-box__img {
    display: block;
    position: relative
}

@media (max-width: 29.99em) {
    .c-media-box__img {
        margin-right: 0;
        margin-bottom: 12px;
        float: none;
        padding-bottom: calc(100% / 1.33333)
    }
}

@media (min-width: 30em) and (max-width: 46.24em) {
    .c-media-box__img {
        margin-right: 12px;
        padding-bottom: calc(50% / 1.33333);
        width: 50%
    }
}

@media (min-width: 46.25em) {
    .c-media-box__img {
        padding-bottom: 195px;
        width: 195px;
        margin-left: 32px;
        margin-right: 32px
    }
}

.c-media-box__img > picture > img,
.c-media-box__img > img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 100%
}

@media (min-width: 46.25em) {
    .c-media-box__img--free-ad {
        padding-bottom: calc(130px / 1.53333);
        width: 65px
    }
}

@media (max-width: 29.99em) {
    .c-media-box__img--free-ad {
        width: 100px !important;
        height: 100px !important;
        display: block !important;
        float: left !important;
        margin-right: 10px !important;
        padding-bottom: 0
    }
}

.c-media-box__copy {
    font-size: 14px
}

.c-media-box__copy > p {
    margin-bottom: 6px
}

.c-media-box__icons {
    position: absolute;
    top: 0;
    right: 0
}

.c-media-box__icons-item {
    display: inline-block;
    padding-left: 24px;
    position: relative
}

.c-media-box__icons-item:not(:last-child) {
    margin-right: 6px
}

.c-media-box__icons-item--photo:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e809";
    font-family: "Xlamma v1.0";
    font-size: 18px;
    line-height: 1.3333333333
}

.c-media-box__icons-item--video:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e806";
    font-family: "Xlamma v1.0";
    font-size: 18px;
    line-height: 1.3333333333
}

.c-media-box--free-ad {
    background-color: transparent;
    border: 1px solid #ddd
}


.c-media-box__externallink {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 1em;
    display: inline-block;
}
.c-media-box__externallink:hover {
    color: #fff;
}

.c-media-block {
    padding: 6px;
    background-color: #fff3ab;
    border: 1px solid #ddd;
    margin-bottom: 12px
}

.c-media-block__header {
    padding-bottom: 6px
}

.c-media-block__img {
    display: inline-block;
    padding-bottom: 195px;
    position: relative;
    width: 100%;
    max-width: 195px;
    max-height: 195px;
    overflow: hidden;
}

.c-media-block__img > picture > img,
.c-media-block__img > img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 100%;
    width: 100%;
    height: auto;
}

.c-media-block__body {
    padding-top: 3px;
    padding-bottom: 3px
}

.c-media-block__copy {
    font-size: 12px
}

.c-media-block__copy > p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-upgrade-summary__content-wrapper {
    border-bottom: 0
}

.c-tinaa {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media (max-width: 61.24em) {
    .c-tinaa {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-tinaa__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width: 61.25em) {
    .c-tinaa__body {
        border-right: 1px solid #ddd
    }
}

.c-tinaa__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px
}

@media (max-width: 46.24em) {
    .c-tinaa__img {
        margin-right: 15px
    }
}

.c-tinaa__heading {
    font-size: 18px;
    margin-bottom: 0
}

.c-tinaa__misc {
    margin-bottom: 0
}

.c-tinaa__meta {
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px
}
.c-tinaa__meta_top {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px
}

@media (max-width: 61.24em) {
    .c-tinaa__meta_top,
    .c-tinaa__meta {
        border-bottom: 1px solid #ddd
    }
}

.c-tinaa__status {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
    text-align: center
}

.c-tinaa__status--live {
    color: green
}

.c-tinaa__status--not-live {
    color: red
}

.c-tinaa__stats {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    padding: 10px 5px
}

@media (min-width: 46.25em) {
    .c-tinaa__stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.c-tinaa__stats > * {
    padding: 0 3px
}

@media (max-width: 46.24em) {
    .c-tinaa__stats > * {
        margin-bottom: 2px
    }
}

@media (min-width: 46.25em) {
    .c-tinaa__stats > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.c-tinaa__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0
}

@media (min-width: 61.25em) {
    .c-tinaa__controls {
        padding-left: 0;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-tinaa__controls > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width: 61.24em) {
    .c-tinaa__controls > *:not(:last-child) {
        border-right: 1px solid #ddd
    }
}

@media (min-width: 61.25em) {
    .c-tinaa__controls > *:not(:last-child) {
        border-bottom: 1px solid #ddd
    }
}

.c-tinaa__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-weight: bold;
    line-height: 1.25;
    padding: 12px 10px
}

@media (max-width: 46.24em) {
    .c-tinaa__btn {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px
    }
}

@media (min-width: 61.25em) {
    .c-tinaa__btn {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.c-tinaa__btn:hover:not(.c-tinaa__btn--primary) {
    background-color: #f1f1f1
}

.c-tinaa__btn--primary {
    background-color: green;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.c-tinaa__btn--primary:hover {
    background-color: #006700
}

.c-tinaa__btn--upgrade:before, .c-tinaa__btn--edit:before, .c-tinaa__btn--faq:before, .c-tinaa__btn--repost:before, .c-tinaa__btn--hide:before {
    font-family: 'Xlamma v1.0';
    font-size: 14px;
    line-height: 1;
    padding-right: 3px
}

@media (min-width: 46.25em) {
    .c-tinaa__btn--upgrade:before, .c-tinaa__btn--edit:before, .c-tinaa__btn--faq:before, .c-tinaa__btn--repost:before, .c-tinaa__btn--hide:before {
        font-size: 18px;
        line-height: 1.1111111111;
        padding-right: 6px
    }
}

.c-tinaa__btn--upgrade:before {
    content: "\f0aa"
}

.c-tinaa__btn--edit:before {
    content: "\e812"
}
.c-tinaa__btn--faq:before {
    content: "\f086"
}

.c-tinaa__btn--hide:before {
    content: "\e813"
}

.c-tinaa__btn--repost:before {
    content: "\e805"
}

@media (max-width: 46.24em) {
    .c-block-side-cta {
        text-align: center
    }
}

@media (min-width: 46.25em) {
    .c-block-side-cta__body > * {
        margin-bottom: 0
    }
}

@media (min-width: 46.25em) {
    .c-block-side-cta__cta {
        text-align: right
    }
}

.c-block-center-check {
    text-align: center
}

.c-block-center-check, .c-block-center-check:last-child {
    margin-bottom: 15px
}

@media (min-width: 46.25em) {
    .c-block-center-check__text, .c-block-center-check__checkbox {
        display: inline-block
    }
}

@media (max-width: 46.24em) {
    .c-block-center-check__text {
        margin-bottom: 10px
    }
}

@media (min-width: 46.25em) {
    .c-block-center-check__text {
        margin-right: 20px
    }
}

.c-block-center-check__link-more {
    display: inline-block
}

.c-more-info:before {
    color: #0c0b0c;
    content: "\f086";
    font-family: "Xlamma v1.0";
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    margin-left: 3px
}

.c-page-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px
}

.c-page-footer__section {
    padding: 15px;
    font-size: 12px
}

#footer {
    font-size: 12px;
}

input.parsley-success, select.parsley-success, textarea.parsley-success, .bootstrap-tagsinput.parsley-success {
    color: #468847;
    background-color: #dff0d8
}

input.parsley-error, select.parsley-error, textarea.parsley-error, .bootstrap-tagsinput.parsley-error {
    color: #b94a48;
    background-color: #f2dede
}

.c-select-list {
    position: relative;
}

.c-form__field-wrapper--select select ~ .parsley-errors-list {
    position: absolute;
    bottom: -1.5em;
    left: 0
}

.c-form__field-wrapper--select select.parsley-success ~ .parsley-errors-list {
    margin: 0
}

.c-form__field-wrapper--select.parsley-error {
    margin-bottom: 18px
}

.bootstrap-tagsinput.parsley-error {
    margin-bottom: 20px
}

.tt-input.parsley-error, .tt-input.prasley-success {
    border: 0
}

.tt-input ~ .parsley-errors-list {
    position: absolute;
    bottom: -1.5em;
    left: -7px
}

@media (min-width: 30em) {
    .c-form__field--other-tags ~ .parsley-errors-list {
        position: absolute;
        bottom: -1.5em;
        left: 64px
    }
}

.parsley-errors-list {
    color: #b94a48;
    margin: 5px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
    opacity: 1
}



#dropzoneMainImage img, #dropzoneImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-tinaa__img {
    width: 120px
}

.c-form__field-wrapper.disabled .c-form__checkbox-label {
    color: grey
}

/* 2020 */
.adbanner {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px;
}

/* Tag lists */

.tag-list-group {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 12px;
}
.tag-list-group .tag-list-group-name {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 6px 40px 5px 20px;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
}
.tag-list-group .tag-list-group-name::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    content: "\f107";
    display: inline-block;
    font-family: "Xlamma v1.0";
    font-size: 16px;
    line-height: .5;
    opacity: .7;
    pointer-events: none;
}
.tag-list-group .tag-list-items {
    display: block;
    position: absolute;
    margin: 12px 0 0 3px;
    background: white;
    width: 300px;
    max-width: 100%;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
    z-index: 20;
    overflow: hidden;
    height: auto;
    transition: all 100ms ease-out;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.tag-list-group .tag-list-items.tag-list-items-shown {
    max-height: 1500px;
    opacity: 1;
    pointer-events: all;
}
.tag-list-group .tag-list-items .tag-list-subgroup > a,
.tag-list-group .tag-list-items > a {
    font-size: 1rem;
    display: block;
    line-height: 1.4rem;
    color: #333;
}
.tag-list-subgroup-dropdown-name {
    font-size: 1rem;
    border-bottom: 1px solid #AAA;
    display: block;
    color: #999;
}
.tag-list-subgroup {
    margin-bottom: 1rem;
}
.tag-list-subgroup:last-child {
    margin-bottom: 0;
}
.tag-list-outer {
    padding-top: 15px;
}
.c-header-filter {
    padding-bottom: 5px;
}
.widget {
    width: 100%;
}

/* Mobile styling */
@media (max-width: 991px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #searchSelector > .searchFilters {
        padding-left: 0;
        float: none;
        clear: left;
    }
}
@media (max-width: 479px) {
    .c-listing .c-listing-img {
        float: none;
        text-align: center;
        display: block;
    }
    .c-listing .c-listing-img img {
        margin: 0 auto;
    }
    .c-listing-copy {
         width: 100%;
         max-height: 105px;
         text-overflow: ellipsis;
         overflow: hidden;
    }
    .c-listing::after {
        content  : "";
        position : absolute;
        z-index  : 1;
        bottom   : 0;
        left     : 0;
        pointer-events   : none;
        background-image : linear-gradient(to bottom,
        rgba(255,255,255, 0),
        rgba(255,255,255, 1) 90%);
        width    : 100%;
        height   : 2em;
    }
}


@media only screen and (min-width: 992px) {
    .mobile-menu, .mobile-only {
        display: none !important
    }
}
@media only screen and (max-width: 991px) {
    #menu {
        display: none
    }
    .desktop-only {
        display: none !important
    }
    .mobile-only {
        display: inherit;
    }
    .mobile-menu {
        display: block !important;
        color: #08c;
        width: 20%;
        text-align: right;
        font-size: 26px;
        float: right;
        cursor: pointer;
        line-height: 44px
    }
    .logo {
        width: 80%;
        float: left;
    }
}

#mobile-menu .nav {
    background: #CCE8FF;
    margin: 10px 0 0 0;
    width: 100%;
}
#mobile-menu .nav > li {
    width: 100%;
    border: 1px solid #CCC;
    border-bottom: 0;
}
#mobile-menu .nav > li::last-child {
    border-bottom: 1px solid #CCC;
}

/* Empty search */
.widget + .search-empty {
    display: none;
}

select + .parsley-errors-list {
    position: static !important;
}
#searchSelector select + .select2 {
    font-weight: bold;
}
#citySelector + .select2 input {
    margin: 0;
}
.footer h2 {
    font-size: 21px;
}
.mce-i-xlammalink::before {
    content: "\e011";
}
.mfcus-loader {
    height: 164px;
    display: block;
}

#footermnu {
    background: black;
    background-image: url('/assets/images/footerbg.png');
    background-image: image-set(
            "/assets/images/footerbg.webp" type("image/webp"),
            "/assets/images/footerbg.png" type("image/png")
    );
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

#footermnu a {
    padding: 2px 0;
    display: block;
}

/* New Design */
.citySidelist {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    background: #EEE;
    border: 2px solid #DDD;
}
.citySidelist > li {
    border-bottom: 1px dotted #777777;
    padding-left: 20px;
}
.citySidelist > li > ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.citySidelist > li > ul > li {
    border-top: 1px dotted #777777;
    padding-left: 20px;
}
.citySidelist > li > ul > li > ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.citySidelist > li > ul > li > ul > li {
    border-top: 1px dotted #777777;
    padding-left: 20px;
}
.citySidelist > li > ul > li > ul > li > ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.citySidelist > li > ul > li > ul > li > li > ul {
    border-top: 1px dotted #777777;
    padding-left: 20px;
}
.citySidelist > li:last-child {
    border-bottom: none;
}

/* Collapsible Side */
.citySidelist .collapsible {
    overflow: hidden;
}
.citySidelist > li > a:not([data-bs-toggle="collapse"]) {
    padding-left: 0px;
}
.citySidelist li > a {
    display: block;
}
.citySidelist a::before {
    border: none;
    padding: 3px 3px 0px 5px;
    content: "";
}
.citySidelist [data-bs-toggle="collapse"]::before {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    left: -10px;
    content: "";
    transform: rotate(-45deg);
    transition: transform 300ms;
}
.citySidelist [data-bs-toggle="collapse"][aria-expanded="true"]::before {
    transform: rotate(45deg);
}
.citySidelist [data-bs-toggle="collapse"][aria-expanded="false"]::before {

}
.tag-list-subgroup .selected {
    color: #333 !important;
    font-weight: bold;
}

#search-filters .collapseSearchHidden {
    display: none !important;
}
#search-filters .card.card-body {
    margin: 0 8px;
    background: #EEE;
    border: 1px solid #CCC;
    padding: 10px;
}
#search-filters .card select {
    background: white;
}
#search-filters .card select:disabled {
    background: #CCC;
}