[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none
}

body, html {
    -webkit-font-smoothing: subpixel-antialiased
}

body {
    position: relative;
    color: #c5c5c5;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #33343B
}

body.wait, body.wait * {
    cursor: wait !important
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.md-select-value.md-select-placeholder {
    -webkit-font-smoothing: subpixel-antialiased
}

.notifytooltip {
    padding: 5px;
    position: fixed;
    bottom: 217px;
    color: #ffffff;
    left: 30px;
    width: 114px;
    border-radius: 5px;
    height: auto;
    z-index: 20;
    background: rgba(236, 75, 130, 0.93);
    font-size: 12px;
    visibility: hidden
}

.notifytooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(236, 75, 130, 0.93) transparent transparent transparent
}

.md-fab2:hover + .uib-tooltip {
    visibility: visible
}

@keyframes notif {
    30% {
        transform: rotate(-20deg)
    }

    60% {
        transform: rotate(20deg)
    }

    100% {
        transform: none
    }
}

.md-fab2 > i {
    animation-delay: 2s;
    animation-iteration-count: 4;
    animation-name: notif;
    animation-duration: 2s
}

.btn-primary {
    position: relative;
    background-color: #fdd733;
    color: #333;
    border: 1px solid #222;
    z-index: 1111
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    background-color: #fff;
    color: #333
}

.btn-ghost, .btn-ghost:focus {
    border-color: #fcd733;
    background: none;
    color: #fcd733
}

.btn-ghost:hover, .btn-ghost:active, .btn-ghost:active:hover, .btn-ghost:focus:hover,
.btn-ghost:focus:active, .btn-ghost:focus:active:hover {
    background-color: #fcd733;
    color: #000
}

@font-face {
    font-family: 'naughtyIcons';
    src: url("/st/fonts/naughtyIcons.eot") format("embedded-opentype"), url("/st/fonts/naughtyIcons.woff") format("woff2"), url("/st/fonts/naughtyIcons.woff") format("woff"), url("/st/fonts/naughtyIcons.ttf") format("truetype"), url("/st/fonts/naughtyIcons.svg#naughtyIcons") format("svg");
    font-weight: normal;
    font-style: normal
}

i {
    font-family: 'naughtyIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-Q_small {
    font-family: naughtyIcons !important;
    vertical-align: bottom
}

.fa-Q_small:before {
    content: "\e600"
}

.material-icons {
    visibility: hidden;
    text-indent: -9999px
}

.material-icons.md-18 {
    font-size: 18px
}

.material-icons.md-24 {
    font-size: 24px
}

.material-icons.md-36 {
    font-size: 36px
}

.material-icons.md-48 {
    font-size: 48px
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54)
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26)
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3)
}

.wf-active .material-icons {
    visibility: visible !important;
    text-indent: 0px
}

a[ng-click] {
    cursor: pointer;
    text-decoration: underline
}

img[bn-lazy-src] {
    background-image: url("/img/blank.gif")
}

img.active {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#loading-bar, #loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all
}

#loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active {
    opacity: 0
}

#loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave {
    opacity: 1
}

#loading-bar .bar {
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
    background: #FFDE51;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

#loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    -moz-box-shadow: #FFDE51 1px 0 6px 1px;
    -ms-box-shadow: #FFDE51 1px 0 6px 1px;
    -webkit-box-shadow: #FFDE51 1px 0 6px 1px;
    box-shadow: #FFDE51 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 32px;
    width: 32px;
    overflow: show;
    margin: auto
}

#loading-bar-spinner .spinner-icon {
    width: 32px;
    height: 32px;
    border: solid 2px transparent;
    border-top-color: #FFDE51;
    border-left-color: #FFDE51;
    border-radius: 50%;
    margin-top: -16px;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.age-verification-bg {
    background: #292c31 url("/img/age_verification_bg.jpg") center 0 no-repeat;
    opacity: 1 !important
}

.age-verification .escort-profile-backdrop {
    background-color: #222 !important
}

.age-verification .escort-profile-backdrop.in {
    opacity: 0.85 !important
}

@keyframes rotatingBack {
    0%, 20% {
        -ms-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    35%, 100% {
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-moz-keyframes rotatingBack {
    0%, 20% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    35%, 100% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.flip-container {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    display: inline-block;
    position: relative
}

.flip-container .flipper {
    animation: rotatingBack 2s linear infinite alternate;
    transform-style: preserve-3d;
    position: relative;
    width: 35px;
    float: right
}

.flip-container .flipper:before, .flip-container .flipper:after {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 35px
}

.flip-container .flipper::before {
    content: "com";
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.flip-container .flipper::after {
    content: "me";
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(-180deg);
    left: 5px;
    color: #fdd733
}

.container {
    padding-right: 5px;
    padding-left: 5px
}

#content {
    margin: 0px auto 0px;
    padding-top: 60px;
    min-height: 1200px
}

#content #home-intro h1, #content #home-intro p {
    padding-left: 5px;
    padding-right: 5px
}

#content #home-intro h1 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px
}

#content #home-intro strong {
    font-weight: bold
}

#content #home-intro a {
    color: #fff
}

#content .intro-text {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 25px 5px 30px;
    border-bottom: 1px solid #444;
    font-size: 14px;
    color: #939393
}

#content .intro-text h1 {
    font-size: 22px;
    margin-top: 0
}

#content .intro-text h3 {
    font-size: 18px
}

#content .intro-text h1, #content .intro-text h2, #content .intro-text h3,
#content .intro-text h4 {
    font-weight: 400
}

#content #summary {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px 0px 40px;
    border-top: 1px solid #444
}

#content #summary > .container {
    padding-right: 35px;
    padding-left: 35px
}

#content #summary h2 {
    font-size: 26px;
    color: #b2b0b7;
    margin-bottom: 15px
}

#content #summary h3 {
    font-size: 17px;
    color: #b2b0b7;
    margin: 0px 0px 20px
}

#content #summary hr {
    border-top: 1px solid #76747b
}

#content #summary .gmaps {
    position: relative;
    cursor: pointer
}

#content #summary .gmaps h3 {
    margin: 20px 0px 20px
}

#content #summary .gmaps iframe {
    border: none !important
}

#content #summary .gmaps iframe.scrolloff {
    position: relative;
    pointer-events: none
}

#content .container section {
    padding-top: 10px;
    display: inline-block;
    width: 100%
}

#content .container section h3.tac {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fdd733;
    margin: 0px 0px 15px
}

#content .container section.spots, #content .container section.imported {
    padding-top: 18px
}

#content .container section.spots b, #content .container section.imported b {
    text-transform: capitalize
}

#content .container .timeline {
    position: relative;
    display: inline-block;
    width: auto;
    padding-top: 10px
}

#content .container .timeline .section-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 5px 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #666;
    color: #b2b0b7
}

#content .container .timeline .section-title .section-title-dot {
    font-size: 18px;
    font-weight: 300;
    box-shadow: none;
    font-family: "Roboto"
}

#content .container.main {
    position: relative;
    min-height: 1000px;
    margin-bottom: 30px
}

#content h2.category-title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    margin: 20px 10px 20px;
    color: #fdd733
}

#content .noscript {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%
}

#content .noscript p {
    display: block;
    margin: 25% auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em
}

.profile #content {
    min-height: 0
}

.pagination {
    width: 100%;
    margin: 40px 0 0px;
    text-align: right
}

.pagination .md-button {
    background-color: #fdd733;
    color: #222 !important;
    text-transform: capitalize
}

.network-bar-on #content {
    padding-top: 90px
}

.is-home #home-intro {
    background-color: rgba(0, 0, 0, 0.1)
}

.md-open-menu-container {
    z-index: 1100
}

.md-open-menu-container md-menu-content {
    padding: 10px 0 !important
}

.md-open-menu-container md-menu-content md-menu-item .md-button {
    font-size: 14px;
    padding-top: 0px
}

.md-open-menu-container md-menu-content md-menu-item .md-button .material-icons,
.md-open-menu-container md-menu-content md-menu-item .md-button span,
.md-open-menu-container md-menu-content md-menu-item .md-button .md-ripple-container {
    line-height: 32px
}

.md-open-menu-container md-menu-content md-menu-item .md-button .material-icons {
    font-size: 20px;
    margin-right: 10px
}

.md-open-menu-container md-menu-content md-menu-item .md-button:after {
    top: -2px !important;
    right: 10px !important
}

.md-open-menu-container md-menu-content md-menu-item .md-button:hover {
    color: #222
}

#flashMessage.message {
    width: 1100px;
    margin: 20px auto 0px;
    padding: 15px;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 14px
}

.alert {
    width: 100%;
    margin: 20px auto 0px;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    border-color: #222
}

.alert .close {
    right: 0px
}

.notification-box {
    display: none !important
}

.notification-box.on {
    display: block !important
}


@media (min-width: 768px) {
    .container {
        padding: 0px
    }

    #content .container {
        width: 756px;
        padding: 0px
    }

    #content .container section {
        padding-top: 5px
    }
}

@media (min-width: 992px) {
    #content .container {
        width: 992px;
        padding-left: 15px;
        padding-right: 15px
    }

    #content .container section {
        padding-top: 10px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    #content .container {
        width: 1170px;
        padding-right: 30px;
        padding-left: 30px
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.d-flex {
    display: flex !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

#header {
    height: auto;
    background-color: #272727;
    border-bottom: 1px solid #151515;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1040;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -1px 4px;
    -webkit-transform: translateZ(0);
    -webkit-transition: 100ms linear top;
    -moz-transition: 100ms linear top;
    -o-transition: 100ms linear top;
    transition: 100ms linear top
}

#header .logo {
    float: left;
    width: 200px;
    height: 60px;
    line-height: 60px
}

#header .logo a {
    width: 100%;
    height: 60px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    padding: 0 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    vertical-align: bottom;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .logo img {
    max-width: 100%;
}

#header .logo a:active, #header .logo a:focus {
    background-color: transparent
}

#header .logo .logo_holder {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 15px;
    padding-right: 0px;
    vertical-align: middle;
    width: 34px;
    padding-top: 1px;
    float: left
}

#header .nav {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-left: 40px;
    float: left
}

#header .nav a {
    height: 55px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 55px;
    padding: 0 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    vertical-align: bottom
}

#header .nav li {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    float: left
}

#header .nav li > a {
    width: auto;
    height: auto;
    line-height: 26px;
    display: inline-block;
    float: left;
    padding: 5px 10px 5px 12px;
    margin-top: 12px;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fdd733
}

#header .nav li > a:hover {
    color: #fdd733;
    background-color: transparent
}

#header .nav li > a:focus {
    background-color: transparent
}

#header .nav li > a.dropdown-toggle {
    color: #fdd733
}

#header .nav li > a.dropdown-toggle .material-icons {
    float: right;
    width: 24px
}

#header .nav li a .fa {
    margin-right: 5px;
    width: 20px
}

#header .nav li.agency .fa {
    width: 22px
}

#header .nav li.login {
    padding: 0 15px 0px 50px
}

#header .nav li.login > a:hover {
    color: #222 !important;
    background-color: #fdd733 !important
}

#header .nav li.login .btn {
    background-color: #fdd733;
    border: 2px solid #fdd733;
    display: inline-block;
    line-height: 25px;
    float: left;
    color: #333;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 15px 4px 17px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align: center
}

#header .nav li.members-login {
    padding: 0 15px 0px 0px
}

#header .nav li.members-login .btn {
    background-color: transparent;
    border: 2px solid #fdd733;
    display: inline-block;
    color: #fdd733;
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 4px 15px 4px 17px;
    font-family: Arial, sans-serif;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

#header .nav li.search a:hover {
    background-color: transparent
}

#header .nav li.search a .fa {
    margin-left: 0px
}

#header .nav li.search .smallSearch {
    display: inline-block;
    width: 24px;
    height: 60px;
    margin: 0px 10px
}

#header .nav li.search .smallSearch span {
    padding: 0px;
    height: auto;
    float: left;
    margin-top: 0px;
    cursor: pointer
}

#header .nav li.search .smallSearch span .material-icons {
    float: left;
    font-size: 26px;
    line-height: 60px
}

#header .nav li.search .smallSearch .searchform {
    position: relative;
    top: 0px;
    float: left;
    margin-top: 12px
}

#header .nav li.search .smallSearch .searchform input[type="text"] {
    background-color: #3d3d3d;
    border: 0px solid #000;
    box-shadow: none;
    font-size: 13px;
    float: right;
    height: 36px;
    line-height: 36px;
    color: #ccc;
    font-family: Arial, sans-serif;
    font-style: normal;
    min-width: auto;
    padding: 0px;
    padding-left: 0px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width: 0;
    box-sizing: border-box
}

#header .nav li.search .smallSearch.active {
    width: auto
}

#header .nav li.search .smallSearch.active > span {
    display: none
}

#header .nav li.search .smallSearch.active .searchform {
    display: block
}

#header .nav li.search .smallSearch.active .searchform input[type="text"] {
    width: 200px;
    padding-left: 10px;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
    box-sizing: border-box
}

#header .nav li .translatePage {
    background-color: transparent;
    border: none;
    padding: 0px 2px 0px 6px;
    opacity: 1
}

#header .nav li .translatePage.lang {
    opacity: 0.5
}

#header .nav li .translatePage.org {
    opacity: 1
}

#header .nav li.translate-on .lang {
    opacity: 1
}

#header .nav li.translate-on .org {
    opacity: 0.5
}

#header .nav .fav-count a {
    color: #fff
}

#header .nav .fav-count .material-icons {
    float: left;
    margin-right: 5px;
    color: #e74fa0
}

#header .nav .dropdown-menu {
    background-color: #333333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: none !important;
    margin-top: -6px;
    min-width: 200px;
    padding: 0px;
    overflow: hidden
}

#header .nav .dropdown-menu li {
    display: block;
    width: auto;
    float: none;
    width: 100%;
    height: auto;
    line-height: 34px;
    padding-bottom: 2px;
    border-bottom: 1px solid #272727;
    padding: 0px
}

#header .nav .dropdown-menu li a {
    display: block;
    font-size: 15px;
    line-height: 34px;
    color: #c4c4c4;
    float: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding: 2px 10px 3px 12px
}

#header .nav .dropdown-menu li a:hover {
    color: #fdd733
}

#header .nav .dropdown-menu li:last-child {
    border-bottom: none
}

#header .nav.user-nav li a .fa {
    margin-right: 5px;
    width: 20px
}

#header .nav.user-nav li.get-back a {
    padding-right: 15px
}

#header .nav.user-nav li.get-back a:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    height: 20px;
    border-right: 1px solid #ccc
}

#header .nav.user-nav li.user-nav-name {
    display: none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 60px;
    float: left;
    padding: 0 10px 0 12px;
    margin-top: 0;
    border: none;
    -webkit-font-smoothing: subpixel-antialiased
}

#header .nav.user-nav li.user-nav-profile md-menu-bar {
    padding-left: 0px;
    padding-right: 0px
}

#header .nav.user-nav li.user-nav-profile md-menu-bar button {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    color: #fff
}

#header .nav.user-nav li.user-nav-profile md-menu-bar button i {
    margin-left: 3px;
    line-height: 60px;
    float: right
}

#header .nav.user-nav li.user-nav-profile md-menu button {
    background-color: transparent !important
}

#header .nav.user-nav li.user-nav-profile md-menu:first-child button {
    padding: 0 15px 0px 10px
}

#header .nav.user-nav li.user-nav-profile md-menu:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    height: 20px;
    border-right: 1px solid #999
}

#header .nav.user-nav li.user-nav-profile md-menu._md-open > button,
#header .nav.user-nav li.user-nav-profile md-menu._md-open > button:focus {
    color: #fdd733;
    background-color: transparent !important
}

#header .home {
    float: right;
    height: auto;
    margin-left: 8px;
    padding-top: 10px;
    display: none
}

#header .home img {
    width: 38px;
    height: 38px
}

#header .hamburger-menu {
    float: right;
    margin-left: 8px;
    margin-top: 10px
}

#header .hamburger-menu img {
    width: 38px;
    height: 38px
}

#header .mobile-nav, #header .hamburger-menu {
    display: none
}

#header .mobile-nav {
    display: none;
    background-color: #2e2f35;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    padding: 20px 0px
}

#header .mobile-nav li {
    text-align: center;
    padding: 9px 0px
}

#header .mobile-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    padding: 0px 12px
}

#header .mobile-nav li.members-login a {
    color: #fbd106
}

#header .dropdown a.hover {
    color: #fdd733;
    background-color: #fdd733
}

#header .dropdown .dropdown-menu li:hover .sub-menu {
    visibility: visible
}

#header .dropdown .dropdown-toggle {
    color: #fff
}

#header .dropdown:hover .dropdown-menu {
    display: block
}

#header .dropdown:hover .dropdown-toggle {
    background-color: transparent;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding-bottom: 10px
}

#header .dropdown.open .dropdown-toggle {
    background-color: #333
}

#header .dropdown .nav-tabs .dropdown-menu, #header .dropdown .nav-pills .dropdown-menu,
#header .dropdown .navbar .dropdown-menu {
    margin-top: 0
}

body.visitor #header .nav {
    display: block !important
}

body.visitor #mnav {
    display: none;
    float: left;
    margin: 15px 10px 0
}

#network-bar {
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    background-color: #222;
    border-bottom: 1px solid #444
}

#network-bar h4 {
    margin: 0px 10px 0px 4px;
    float: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: bold
}

#network-bar .network-links > li {
    display: inline-block;
    float: left;
    padding: 0px 10px
}

#network-bar .network-links > li a {
    color: #ccc;
    text-decoration: none
}

#network-bar .network-links > li a .fa {
    margin-left: 5px
}

#network-bar .network-links > li a:hover {
    color: #fff
}

#network-bar .network-links > li .dropdown-menu {
    margin: 0px
}

#network-bar .network-links > li .dropdown-menu a {
    margin: 0px 5px;
    padding: 2px 5px;
    color: #333;
    font-size: 12px
}

#header .buttons {
    float: right;
    display: none;
    align-items: center;
    height: 60px;
}

#header .buttons .menu-btn,
.filters-btn {
    width: 30px;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.applied-filters .filters-btn {
    color: #222;
}


.filters-btn {
    position: relative;
    margin-left: 10px;
    width: 30px;
    height: 26px;
}

.filters-btn .search-btn,
.filters-btn .close-btn {
    position: absolute;
    top: 0;
    left: 0;
}

.filters-btn .close-btn {
    opacity: 0;
    transition: opacity .3s ease, transform .5s ease;
    transform: rotate(1turn);
    transform-origin: center center;
}

body.filter-opened .filters-btn .search-btn {
    opacity: 0;
    transition: opacity .3s ease, transform .5s ease;
    transform: rotate(1turn);
    transform-origin: center center;
}

body.filter-opened .filters-btn .close-btn {
    transition: opacity .3s ease, transform .5s ease;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    #header .nav li > a {
        padding: 5px 7px 5px 8px
    }

    #header .nav li.login {
        padding: 0 10px 0 10px
    }

    #header .nav li.search .smallSearch.active .searchform input[type="text"] {
        width: 150px
    }

    .box h2 {
        height: 32px !important
    }
}

@media screen and (max-width: 768px) {
    #header .nav {
        display: none
    }

    #header .mobile-nav {
        display: none;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.55);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.55)
    }

    #header .mobile-nav .agency > ul {
        display: none;
        padding: 20px 0px
    }

    #header .mobile-nav .agency-nav.open {
        position: relative;
        display: block;
        padding-bottom: 0px
    }

    #header .mobile-nav .agency-nav.open:before {
        content: "";
        position: absolute;
        border-top: 1px solid #999;
        display: inline-block;
        width: 10%;
        margin: 0 auto;
        text-align: center;
        top: 15px;
        left: 45%
    }

    #header .mobile-nav.open {
        display: block
    }

    #header .home, #header .hamburger-menu {
        display: block
    }

    body.network-bar-on #header .mobile-nav {
        top: 91px
    }
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    75%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    20% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    28% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    30% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    38% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    48% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    50% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    58% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    75%, 100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

#footer {
    background-color: #2e2f35;
    color: #C1C1C1;
    font-size: 12px;
    line-height: 1.42857143;
    margin-top: 0px;
    overflow: hidden
}

#footer #footer h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #dbdbda;
    clear: both
}

#footer a {
    color: #C1C1C1;
    outline: none
}

#footer ul {
    text-align: left;
    clear: both;
    margin-top: 4px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    padding-left: 0px
}

#footer ul li {
    display: inline;
    padding: 2px 0px;
    margin-right: 14px
}

#footer ul li p {
    font-size: 13px;
    text-align: center;
    padding: 0 20px
}

.e-services fieldset legend {
    display: block !important;
    float: none !important;
}

.e-services-wrap ul {
    display: block !important;
    padding: 0;
}

#footer ul li a, #footer ul li .simpleLink, .e-services ul li a {
    color: #aaa;
    font-weight: 400;
    text-transform: capitalize;
    display: inline;
    padding-bottom: 5px;
    font-size: 12px
}

#footer ul li a:hover, #footer ul li .simpleLink:hover {
    text-decoration: none;
    color: #ddd
}

#footer svg.q-mark {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: bottom;
    fill: #c1c1c1
}

#footer .share {
    width: 290px;
    padding-left: 30px;
    color: #fff;
    font-size: 0.9em
}

#footer .share dd {
    padding-bottom: 5px
}

#footer .share span {
    font-size: 1.3em
}

#footer .subscribe {
    background-color: rgba(0, 0, 0, 0.08)
}

#footer .subscribe .container {
    padding-bottom: 28px !important;
    padding: 30px 35px 30px !important
}

#footer .subscribe h4 {
    font-weight: 300;
    float: left;
    letter-spacing: 0.03em;
    line-height: 34px;
    margin: 0
}

#footer .subscribe .newsletterForm {
    text-align: center
}

#footer .subscribe .newsletterForm .newsletterForm div.input {
    float: none;
    margin-bottom: 10px;
    padding: 10px 8px 0 8px;
    text-align: center
}

#footer .subscribe .newsletterForm .newsletterForm input {
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1.4em;
    padding: 8px 6px;
    font-family: Arial, sans-serif;
    box-sizing: border-box
}

#footer .subscribe .btn.submit {
    background-color: #fdd733;
    color: #333;
    border-color: #DCC048;
    padding: 6px 24px
}

#footer .subscribe .btn.submit:hover {
    background-color: #E2B701
}

#footer .badges {
    padding: 30px 0px;
    border-top: 1px solid #444;
    text-align: center
}

#footer .badges a {
    margin: 0px 25px;
    display: inline-block
}

#footer .footer-body {
    padding: 35px 35px 0px;
    margin-bottom: 60px !important
}

#footer .footer-body h3 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    color: #C1C1C1;
    text-align: left
}

#footer .footer-body p a {
    color: #F5D75A
}

#footer .footer-body .legend {
    border: none
}

#footer .footer-body .legend p {
    margin-bottom: 15px
}

#footer .footer-body .legend ul li {
    font-size: 12px;
    line-height: 1.54em;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%
}

#footer .footer-body .legend ul li .material-icons {
    font-size: 20px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: bottom
}

#footer .footer-body .social-icons i {
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 12px;
    height: 35px;
    width: 35px;
    padding: 0px;
    text-align: center;
    display: block;
    color: #C1C1C1;
    margin: 0px 12px 0px 0px;
    float: left
}

#footer .footer-body .social-icons a:hover, #footer .footer-body .social-icons a:hover > .fa {
    color: #F5D75A;
    text-decoration: none;
    border-color: #F5D75A
}

#footer .footer-body .social-icons a:hover > i.fa {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    animation-name: wrench;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

#footer .footer-body .social-icons a span {
    display: inline-block;
    margin-top: 8px
}

#footer .footer-body .social-icons ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px
}

#footer .footer-body .social-icons ul li .fb-share-button {
    margin-top: 7px
}

#footer .footer-body .footer-links h5 {
    text-transform: uppercase;
    border-bottom: 1px solid #444;
    padding-bottom: 6px;
    letter-spacing: 0.05em;
    height: 24px
}

#footer .footer-body .footer-links ul, .e-services ul {
    font-size: 12px;
    margin: 0;
    line-height: inherit
}

#footer .footer-body .footer-links ul li, .e-services ul li {
    width: 100%;
    padding: 0;
    display: list-item;
    padding: 0px 0px 0px 0px;
    list-style: none
}

.e-services ul li:after {
    display: none;
}

#footer .footer-body .footer-links .escort-categories ul, .e-services ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3
}

.sidebar-section.e-services ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

#footer .footer-body .footer-links.row {
    margin-top: 20px
}

#footer .footer-body .footer-categories {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px
}

#footer .footer-body .footer-categories h3 {
    text-align: left;
    padding-bottom: 0px
}

#footer .footer-body .footer-categories ul li {
    float: left
}

#footer .footer-body .col-md-3 {
    padding-left: 45px
}

#footer .bottom-menu {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #444
}

#footer .bottom-menu i {
    font-size: 32px
}

#footer .bottom-menu .navbar {
    margin-bottom: 0px
}

#footer .bottom-menu .navbar .navbar-brand {
    padding: 0
}

#footer .bottom-menu .navbar .navbar-nav > li > a {
    line-height: 42px;
    padding-top: 0;
    letter-spacing: 0.01em
}

#footer .bottom-menu .navbar .navbar-nav > li > a:hover {
    background-color: transparent
}

#footer .bottom-menu .navbar .navbar-nav button {
    padding: 0 10px;
    margin: 4px 0px
}

#footer .bottom-menu .navbar #footer-navbar {
    float: right
}

#footer .bottom-menu .navbar #footer-navbar ul {
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: none
}

#footer .bottom-menu .navbar #footer-navbar ul li {
    padding-top: 0px;
    margin-right: 0px
}

#footer .bottom-menu .navbar #footer-navbar ul li a:after {
    content: ""
}

#footer .col-sm-6.e-services {
    padding-left: 45px
}

#footer .col-sm-6.e-services.offset {
    padding-left: 15px
}

#footer svg#quality-mark {
    height: 12px;
    vertical-align: -2px
}

#footer svg#quality-mark path {
    fill: #C1C1C1 !important
}

#footer .fb-share-button, #footer fb\:share {
    margin-left: 5px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#footer .fb-share-button span {
    height: 15px !important
}

@media screen and (min-width: 375px) and (max-width: 1024px) {
    #footer.megafooter .container {
        padding: 20px 10px 20px
    }

    #footer .subscribe h4 {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 15px;
        width: 100%
    }

    .footer-body .col-md-3, .col-sm-6.e-services {
        padding-left: 15px
    }

    #footer.megafooter .container-fluid {
        padding-right: 0px
    }

    #footer.megafooter .bottom-menu .navbar .navbar-nav > li > a {
        padding: 0 5px
    }

    #footer.megafooter .bottom-menu .navbar #footer-navbar {
        padding-right: 0px
    }
}

@media (min-width: 1025px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }

    .navbar-right-md {
        float: right;
        margin-right: -15px
    }
}

#search-extra .bar-header {
    display: none;
}

#search-extra .sortbar .sortbox select {
    display: none;
}

#search-extra .sortbar .sortbox .button-icon {
    display: none;
}

.applied-filters.active .button,
.applied-filters.active .filters-btn {
    display: none;
}

body.filter-opened {
    overflow: hidden;
}

body.filter-opened:after {
    content: '';
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .35);
}

.modal-content .escort-sidebar .VerifiedMessageWrap.mobile {
    display: none;
}

.escort-profile .phone-btn {
    display: none;
}

@media (max-width: 1000px) {
    .escort-profile .phone-btn {
        display: block;
        position: absolute;
        right: 35px;
        top: 470px;
        background: #4caf50;

        height: 56px;
        min-width: 56px;
        width: 56px;
        line-height: 56px;
        border-radius: 50%;
        padding: 0;
        border: none;
        overflow: hidden;
        box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
        z-index: 9999;
        transition: all .2s;
        transition-delay: 0ms;
    }

    .escort-profile .phone-btn .material-icons {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-12px, -12px);
        line-height: 24px;
        width: 24px;
        color: #fff;
    }

    #header .buttons {
        display: flex;
    }

    .escort-profile {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .escort-profile .modal-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .gallery-container {
        height: 500px;
    }

    .gallery-container .dm-car-container ul.dm-car {
        width: 100% !important;
        height: 500px !important;
    }

    .escort-profile .gallery-container .dm-car-container ul.dm-car .dm-car-item {
        width: 100% !important;
    }

    .gallery-container img {
        max-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .gallery-container .gallery-pagination {
        display: none !important;
    }

    .escort-profile .modal-content .modal-body {
        padding: 0 !important;
    }

    .escort-profile .gallery-thumbs {
        display: none;
    }

    .escort-sidebar {
        margin: 0 10px 50px !important;
    }

    .escort-profile .modal-content .escort-sidebar .VerifiedMessage.desktop {
        display: none !important;
    }

    .escort-profile .modal-content .escort-sidebar .VerifiedMessageWrap.mobile {
        display: block;
        margin: 50px 0 15px;
        padding: 15px 0;
        border-top: 1px dotted rgba(255, 255, 255, 0.2);
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }

    .escort-sidebar .sidebar-section .sidebar-title {
        float: none !important;
    }

    .escort-profile .modal-content .arrow-nav {
        position: absolute;
        z-index: 999999 !important;
        top: 0 !important;
        right: 0 !important;
        width: 50px !important;
        height: 50px !important;
    }

    #footer .navbar-header {
        text-align: center !important;
    }

    #footer .bottom-menu .navbar #footer-navbar {
        float: none !important;
    }

    #footer .navbar-collapse {
        text-align: center !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        border-top: 0 !important;
        box-shadow: none !important;
    }

    #footer .navbar-collapse ul {
        text-align: center !important;
    }

    .applied-filters.active {
        position: fixed;
        z-index: 9999;
        display: flex !important;
        align-items: center;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        padding: 0 10px;
        background: #fff;

        font-weight: 400;
        margin-left: 0;
        font-size: 16px;
        color: #222;
    }

    .applied-filters > span {
        flex: 1;
    }

    .applied-filters.active .button {
        display: block;
        color: #222;
        font-size: 17px;
        line-height: 1em;
        border: none;
        margin-right: 10px;
    }

    .applied-filters .tag {
        display: none !important;
    }

    .applied-filters.active .filters-btn {
        display: block;
    }

    #search-extra {
        position: fixed !important;
        z-index: 9999;
        overflow: hidden;
        width: 100%;
        min-height: 295px;
        height: auto !important;

        background-color: #2e2f35 !important;
        border-top: 1px solid #222;

        top: auto !important;
        bottom: 0 !important;
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 0 5px 0 rgba(0, 0, 0, .7);

        -webkit-transition: all .4s cubic-bezier(.1, .7, .1, 1);
        transition: all .4s cubic-bezier(.1, .7, .1, 1);

        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    #search-extra.open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #search-extra .bar-header {
        display: flex;
        align-items: center;
        height: 56px;
        padding: 5px;
    }

    #search-extra .bar-header .title {
        flex: 1;
        overflow: hidden;
        height: 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 17px;
        font-weight: 500;
        line-height: 56px;
    }

    #search-extra .bar-header .button {
        color: #ddd;
        padding-right: 2px;
        padding-left: 2px;
        font-weight: 300;
        font-size: 17px;
    }

    #search-extra.dark .sortbar {
        display: block;
        height: auto !important;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    #search-extra .sortbar .sortbox.col-md-2 {
        width: 100% !important;
        display: flex;
        height: 38px !important;
        border-bottom: 1px solid #444;
    }

    #search-extra .sortbar .sortbox .h5 {
        width: 160px;
    }

    #search-extra .sortbar .sortbox .md-select {
        display: none;
    }

    #search-extra .sortbar .sortbox select {
        display: block;
        background-color: transparent;
        color: #fff;
        padding: 0 36px 0 16px;
        height: auto;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        max-width: 65%;
        border: none;
        text-indent: .01px;
        text-overflow: "";
        white-space: nowrap;
        font-size: 14px;
        cursor: pointer;
        direction: rtl;
    }

    #search-extra .sortbar .sortbox:after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        color: #999;
        content: "";
        pointer-events: none;
    }

    #search-extra .sortbar .sortbox .button-icon {
        position: absolute;
        display: none;
        top: 6px;
        right: 1px;
        background-color: #2e2f35;
        line-height: 28px;
        height: 28px;
        z-index: 10;
        color: #fdd733;
        padding: 1px 2px;

        -webkit-transition: opacity .1s;
        transition: opacity .1s;
        min-width: 0;
        border-color: transparent;
    }

    #search-extra .sortbar .sortbox.selected select {
        color: #fdd733;
    }

    #search-extra .sortbar .sortbox.selected .button-icon {
        display: block;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right
    }

    .pull-left-lg {
        float: left
    }

    .megafooter .container .legend {
        width: 28%
    }

    .megafooter .container .social-icons {
        width: 22%
    }
}

@media screen and (max-width: 667px) {
    #footer .footer-body {
        margin-bottom: 0px !important
    }

    #footer.megafooter .container {
        width: auto;
        padding: 20px 20px 20px
    }

    #footer .footer-body {
        margin-bottom: 0px !important
    }

    #footer.megafooter .container {
        width: auto;
        padding: 20px 20px 20px
    }

    #footer.megafooter .container .form-group {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 375px) {
    #footer .subscribe h4 {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 15px
    }

    .footer-body .col-md-3, .col-sm-6.e-services {
        padding-left: 15px
    }

    #footer .footer-body h3 {
        font-size: 18px;
        margin-top: 10px
    }

    #footer.megafooter .fb_iframe_widget_fluid {
        display: inline-block
    }

    #footer.megafooter .fb_iframe_widget_fluid span {
        height: 14px !important
    }

    #footer.megafooter .bottom-menu {
        padding-top: 0px
    }

    #footer.megafooter .navbar {
        margin-bottom: 0px
    }
}

.box {
    position: relative;
    display: inline-block;
    width: 179px;
    height: 450px;
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
    border-radius: 0px;
    border: 1px solid #222;
    padding: 0px;
    margin: 3px 3px 3px;
    text-align: center;
    overflow: hidden;
    float: left;
    z-index: 1
}

.box:hover {
    border: 1px solid #000 !important
}

.box h2 {
    display: block;
    height: 39px;
    margin: 0px 0px 8px;
    font-size: 13px;
    line-height: 1.4em;
    font-family: "Roboto";
    font-weight: 500;
    overflow: hidden
}

.box h2 a {
    text-decoration: none;
    color: #fff
}

.box p {
    color: #b2b0b7;
    font-size: 11px;
    line-height: 1.4em;
    text-align: justify;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    max-height: 90px
}

.box p:first-letter {
    text-transform: capitalize
}

.box svg.q-mark {
    width: 16px;
    height: 16px;
    fill: #d8d8d8;
    vertical-align: top
}

.box .intro {
    display: inline-block;
    width: 100%;
    padding: 10px 13px 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none
}

.box .subborder {
    height: 100% !important;
    overflow: hidden
}

.box .subborder > a {
    position: relative;
    display: inline-block;
    width: 100%
}

.box .center-cropped {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 288px
}

.box .legend-container i {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    text-shadow: none;
    color: #d8d8d8 !important;
    font-size: 16px;
    line-height: 1em;
    vertical-align: top
}

.box .legend-container i img {
    vertical-align: baseline
}

.box .legend-container > span {
    margin-left: 4px
}

.box .action {
    display: inline-block;
    width: 39px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0px;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
    margin-bottom: 0px
}

.box .action .fa {
    font-size: 14px;
    line-height: 38px;
    color: #fff
}

.box .action .action-check-hidden {
    display: none !important
}

.box .action.compare-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ddd;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.box .action.compare-btn .fa-check {
    display: none
}

.box .action.compare-btn:hover {
    background-color: #363739;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.box .action.compare-btn:hover .fa {
    color: #fdd733
}

.box .action.fav-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.box .action.fav-btn i {
    font-size: 16px;
    line-height: 38px;
    color: #fff
}

.box .action.fav-btn:hover i {
    color: #e74fa0
}

.box md-bottom-sheet {
    display: table;
    width: 100%;
    height: 240px;
    border-top-style: none;
    transition-duration: .15s
}

.box md-bottom-sheet p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    color: #343434
}

.box md-bottom-sheet p a {
    color: #e91e63
}

.box md-backdrop.md-opaque {
    background-color: #eee
}

.box.compare-selected .compare-btn {
    background-color: #60b044
}

.box.compare-selected .compare-btn .fa-check {
    display: block;
    color: #fff
}

.box.compare-selected .compare-btn .fa-plus {
    display: none
}

.box.compare-selected .compare-btn:hover {
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #60b044
}

.box.compare-selected .compare-btn:hover .fa {
    color: #fff
}

.box.fav-selected .fav-btn i {
    background-color: #fff;
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
    color: #e74fa0;
    margin: 6px 0px
}

.box.disabled .compare-btn {
    display: none !important
}

.box.golden {
    background: #f6cb4c !important
}

.box.golden .intro {
    background: #f6cb4c !important
}

.box.silver {
    background: #f4f4f4 !important
}

.box.silver .intro {
    background: #f4f4f4 !important
}

.box.golden h2 a, .box.silver h2 a {
    color: #222
}

.box.golden svg.q-mark, .box.silver svg.q-mark {
    fill: #4d4d4d
}

.box.golden p, .box.silver p {
    color: #343434;
    margin-bottom: 0px
}

.box.golden .legend-container i, .box.silver .legend-container i {
    color: #4d4d4d !important
}

.box.inactive .subborder > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6
}

.box.inactive .subborder .intro {
    opacity: 0.4
}

.box.inactive .subborder .intro h2 a {
    color: #b2b0b7
}

@media (max-width: 1199px) {
    .box {
        width: 156px;
        height: 460px;
        margin: 2px
    }
}

@media (max-width: 991px) {
    #profiles .spots1 {
        display: flex;
        flex-flow: row wrap;

    }

    .box {
        width: 33.33333%;
        height: 300px;
        margin: 0;
    }

    .box h2 {
        font-size: 11px;
        height: 34px
    }

    .box .legend-container .fa {
        font-size: 12px
    }

    .box .center-cropped {
        height: 198px
    }

    .box .intro {
        padding: 5px 10px 0px
    }

    .box .intro p {
        font-size: 10px;
        line-height: 1.3em
    }
}

@media (max-width: 768px) {
    .box md-bottom-sheet {
        padding: 8px 8px 88px 8px
    }

    .box md-bottom-sheet p {
        font-size: 13px
    }

    .box md-bottom-sheet p a {
        display: block
    }
}

.boxalt {
    position: relative;
    display: inline-block;
    width: 99%;
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
    border-radius: 0px;
    border: 1px solid #222;
    padding: 0px;
    margin: 3px 3px 3px;
    text-align: center;
    overflow: hidden;
    float: left;
    z-index: 1
}

.boxalt:hover {
    border: 1px solid #000 !important
}

.boxalt h2 {
    display: block;
    height: 29px;
    margin: 0px 0px 8px;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 500;
    overflow: hidden
}

.boxalt h2 a {
    text-decoration: none;
    color: #fff
}

.boxalt p {
    color: #b2b0b7;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
    padding: 0px;
    overflow: hidden;
    text-align: left
}

.boxalt p:first-letter {
    text-transform: capitalize
}

.boxalt svg.q-mark {
    width: 16px;
    height: 16px;
    fill: #d8d8d8;
    vertical-align: top
}

.boxalt .intro {
    display: inline-block;
    width: 100%;
    padding: 10px 13px 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none
}

.boxalt .introtop {
    height: 86.5%
}

.boxalt .more {
    border: 1px #811313 dotted;
    color: #969696;
    padding: 5px;
    font-size: 120%;
    text-transform: uppercase
}

.boxalt a.more:hover, .boxalt a.more:active, .boxalt a.more:focus {
    color: #ffffff;
    text-decoration: none
}

.boxalt .subborder {
    height: 100% !important;
    overflow: hidden;
    display: flex
}

.boxalt .subborder > a {
    position: relative;
    text-align: left;
    display: inline-block
}

.boxalt .center-cropped {
    object-fit: cover;
    object-position: top;
    height: 288px
}

.boxalt .legend-container i {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    text-shadow: none;
    color: #d8d8d8 !important;
    font-size: 16px;
    line-height: 1em;
    vertical-align: top
}

.boxalt .legend-container i img {
    vertical-align: baseline
}

.boxalt .legend-container > span {
    margin-left: 4px
}

.boxalt .action {
    display: inline-block;
    width: 39px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0px;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
    margin-bottom: 0px
}

.boxalt .action .fa {
    font-size: 14px;
    line-height: 38px;
    color: #fff
}

.boxalt .action .action-check-hidden {
    display: none !important
}

.boxalt .action.compare-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ddd;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.boxalt .action.compare-btn .fa-check {
    display: none
}

.boxalt .action.compare-btn:hover {
    background-color: #363739;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.boxalt .action.compare-btn:hover .fa {
    color: #fdd733
}

.boxalt .action.fav-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.boxalt .action.fav-btn i {
    font-size: 16px;
    line-height: 38px;
    color: #fff
}

.boxalt .action.fav-btn:hover i {
    color: #e74fa0
}

.boxalt md-bottom-sheet {
    display: table;
    width: 100%;
    height: 240px;
    border-top-style: none;
    transition-duration: .15s
}

.boxalt md-bottom-sheet p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    color: #343434
}

.boxalt md-bottom-sheet p a {
    color: #e91e63
}

.boxalt md-backdrop.md-opaque {
    background-color: #eee
}

.boxalt.compare-selected .compare-btn {
    background-color: #60b044
}

.boxalt.compare-selected .compare-btn .fa-check {
    display: block;
    color: #fff
}

.boxalt.compare-selected .compare-btn .fa-plus {
    display: none
}

.boxalt.compare-selected .compare-btn:hover {
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #60b044
}

.boxalt.compare-selected .compare-btn:hover .fa {
    color: #fff
}

.boxalt.fav-selected .fav-btn i {
    background-color: #fff;
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
    color: #e74fa0;
    margin: 6px 0px
}

.boxalt.disabled .compare-btn {
    display: none !important
}

.boxalt.golden {
    background: #f6cb4c !important
}

.boxalt.golden .intro {
    background: #f6cb4c !important
}

.boxalt.silver {
    background: #f4f4f4 !important
}

.boxalt.silver .intro {
    background: #f4f4f4 !important
}

.boxalt.golden h2 a, .boxalt.silver h2 a {
    color: #222
}

.boxalt.golden svg.q-mark, .boxalt.silver svg.q-mark {
    fill: #4d4d4d
}

.boxalt.golden p, .boxalt.silver p {
    color: #343434;
    margin-bottom: 0px
}

.boxalt.golden .legend-container i, .boxalt.silver .legend-container i {
    color: #4d4d4d !important
}

.boxalt.inactive .subborder > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6
}

.boxalt.inactive .subborder .intro {
    opacity: 0.4
}

.boxalt.inactive .subborder .intro h2 a {
    color: #b2b0b7
}

@media (max-width: 1199px) {
    .boxalt {
        margin: 2px
    }
}

@media (max-width: 991px) {
    .boxalt {
        margin: 1px 1px 1px
    }

    .boxalt h2 {
        font-size: 18px;
        height: 34px
    }

    .boxalt .legend-container .fa {
        font-size: 12px
    }

    .boxalt .center-cropped {
        height: 198px
    }

    .boxalt .intro {
        padding: 5px 10px 0px
    }

    .boxalt .intro p {
        font-size: 10px;
        line-height: 1.3em
    }
}

@media (max-width: 768px) {
    .boxalt md-bottom-sheet {
        padding: 8px 8px 88px 8px
    }

    .boxalt md-bottom-sheet p {
        font-size: 13px
    }

    .boxalt md-bottom-sheet p a {
        display: block
    }
}

.boxalts {
    position: relative;
    display: inline-block;
    width: 179px;
    height: 200px;
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
    border-radius: 0px;
    border: 1px solid #222;
    padding: 0px;
    margin: 3px 3px 3px;
    text-align: center;
    overflow: hidden;
    float: left;
    z-index: 1
}

.boxalts:hover {
    border: 1px solid #000 !important
}

.boxalts h2 {
    display: block;
    height: 39px;
    margin: 0px 0px 8px;
    font-size: 13px;
    line-height: 1.4em;
    font-family: "Roboto";
    font-weight: 500;
    overflow: hidden
}

.boxalts h2 a {
    text-decoration: none;
    color: #fff
}

.boxalts p {
    color: #b2b0b7;
    font-size: 11px;
    line-height: 1.4em;
    text-align: justify;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    max-height: 90px
}

.boxalts p:first-letter {
    text-transform: capitalize
}

.boxalts svg.q-mark {
    width: 16px;
    height: 16px;
    fill: #d8d8d8;
    vertical-align: top
}

.boxalts .intro {
    display: inline-block;
    width: 100%;
    padding: 10px 13px 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none
}

.boxalts .subborder {
    height: 100% !important;
    overflow: hidden
}

.boxalts .subborder > a {
    position: relative;
    display: inline-block;
    width: 100%
}

.boxalts .center-cropped {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 288px
}

.boxalts .legend-container i {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    text-shadow: none;
    color: #d8d8d8 !important;
    font-size: 16px;
    line-height: 1em;
    vertical-align: top
}

.boxalts .legend-container i img {
    vertical-align: baseline
}

.boxalts .legend-container > span {
    margin-left: 4px
}

.boxalts .action {
    display: inline-block;
    width: 39px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0px;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
    margin-bottom: 0px
}

.boxalts .action .fa {
    font-size: 14px;
    line-height: 38px;
    color: #fff
}

.boxalts .action .action-check-hidden {
    display: none !important
}

.boxalts .action.compare-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ddd;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.boxalts .action.compare-btn .fa-check {
    display: none
}

.boxalts .action.compare-btn:hover {
    background-color: #363739;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
}

.boxalts .action.compare-btn:hover .fa {
    color: #fdd733
}

.boxalts .action.fav-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.boxalts .action.fav-btn i {
    font-size: 16px;
    line-height: 38px;
    color: #fff
}

.boxalts .action.fav-btn:hover i {
    color: #e74fa0
}

.boxalts md-bottom-sheet {
    display: table;
    width: 100%;
    height: 240px;
    border-top-style: none;
    transition-duration: .15s
}

.boxalts md-bottom-sheet p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    color: #343434
}

.boxalts md-bottom-sheet p a {
    color: #e91e63
}

.boxalts md-backdrop.md-opaque {
    background-color: #eee
}

.boxalts.compare-selected .compare-btn {
    background-color: #60b044
}

.boxalts.compare-selected .compare-btn .fa-check {
    display: block;
    color: #fff
}

.boxalts.compare-selected .compare-btn .fa-plus {
    display: none
}

.boxalts.compare-selected .compare-btn:hover {
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #60b044
}

.boxalts.compare-selected .compare-btn:hover .fa {
    color: #fff
}

.boxalts.fav-selected .fav-btn i {
    background-color: #fff;
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 20px;
    color: #e74fa0;
    margin: 6px 0px
}

.boxalts.disabled .compare-btn {
    display: none !important
}

.boxalts.golden {
    background: #f6cb4c !important
}

.boxalts.golden .intro {
    background: #f6cb4c !important
}

.boxalts.silver {
    background: #f4f4f4 !important
}

.boxalts.silver .intro {
    background: #f4f4f4 !important
}

.boxalts.golden h2 a, .boxalts.silver h2 a {
    color: #222
}

.boxalts.golden svg.q-mark, .boxalts.silver svg.q-mark {
    fill: #4d4d4d
}

.boxalts.golden p, .boxalts.silver p {
    color: #343434;
    margin-bottom: 0px
}

.boxalts.golden .legend-container i, .boxalts.silver .legend-container i {
    color: #4d4d4d !important
}

.boxalts.inactive .subborder > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6
}

.boxalts.inactive .subborder .intro {
    opacity: 0.4
}

.boxalts.inactive .subborder .intro h2 a {
    color: #b2b0b7
}

@media (max-width: 1199px) {
    .boxalts {
        width: 156px;
        height: 200px;
        margin: 2px
    }
}

@media (max-width: 991px) {
    .boxalts {
        width: 124px;
        height: 200px;
        margin: 1px 1px 1px
    }

    .boxalts h2 {
        font-size: 11px;
        height: 34px
    }

    .boxalts .legend-container .fa {
        font-size: 12px
    }

    .boxalts .center-cropped {
        height: 198px
    }

    .boxalts .intro {
        padding: 5px 10px 0px
    }

    .boxalts .intro p {
        font-size: 10px;
        line-height: 1.3em
    }
}

@media (max-width: 768px) {
    .boxalts md-bottom-sheet {
        padding: 8px 8px 88px 8px
    }

    .boxalts md-bottom-sheet p {
        font-size: 13px
    }

    .boxalts md-bottom-sheet p a {
        display: block
    }
}

#header {
    z-index: 1030 !important
}

.escort-profile {
    border-top: 20px solid #222;
    border-bottom: 20px solid #222;
    border-left: 0px solid #222;
    border-right: 0px solid #222
}

.escort-profile .arrow-nav {
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: auto;
    background-color: #222;
    –webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.escort-profile .arrow-nav .btn {
    width: 56px;
    height: 56px;
    font-size: 22px;
    line-height: 56px;
    border-radius: 0px;
    border: 1px solid #222;
    color: #ccc;
    text-indent: -9999px
}

.escort-profile .arrow-nav .btn.btn-cancel {
    padding: 0px;
    text-indent: -9999px;
    background: #fdd733 url("/st/img/close_w.png") 50% 50% no-repeat;
    border: 1px solid #fdd733
}

.escort-profile .arrow-nav .btn.btn-cancel:hover, .escort-profile .arrow-nav .btn.btn-cancel:focus {
    color: #f6d209;
    background-color: #fff;
    border: 1px solid #fff
}

.escort-profile .arrow-nav .btn.left-arrow, .escort-profile .arrow-nav .btn.right-arrow {
    border-right: none;
    border-left: none
}

.escort-profile .arrow-nav .btn.left-arrow:active, .escort-profile .arrow-nav .btn.left-arrow.focus,
.escort-profile .arrow-nav .btn.right-arrow:active, .escort-profile .arrow-nav .btn.right-arrow.focus {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none
}

.escort-profile .arrow-nav .btn.left-arrow {
    background: #33343B url(/st/img/left_w.png) 50% 50% no-repeat;
    border-top: none;
    border-bottom: none
}

.escort-profile .arrow-nav .btn.left-arrow:active, .escort-profile .arrow-nav .btn.left-arrow.focus {
    border-top: none
}

.escort-profile .arrow-nav .btn.right-arrow {
    background: #33343B url(/st/img/right_w.png) 50% 50% no-repeat
}

.escort-profile .modal-dialog {
    width: 100%;
    margin: 0px !important;
    transform: none !important;
    background-color: #33343B;
    display: inline-block
}

.escort-profile .modal-dialog:after, .escort-profile .modal-dialog:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 20px;
    background-color: #222
}

.escort-profile .modal-dialog:after {
    left: 0px
}

.escort-profile .modal-dialog:before {
    right: 0px
}

.escort-profile .modal-content {
    width: 1170px;
    min-height: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.escort-profile .modal-body {
    width: 100%;
    display: inline-block;
    background-color: transparent;
    color: #939393;
    padding: 15px 0px
}

.escort-profile-backdrop {
    background-color: #363739;
    color: #939393
}

.escort-profile-backdrop.in {
    opacity: 1 !important
}

body.modal-open {
    overflow: hidden !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}

body.modal-open.inner .modal-dialog {
    margin: 10% auto
}

body.modal-open.inner .escort-profile-backdrop {
    background-color: #000;
    opacity: 0.85 !important
}

body.modal-hidden .escort-profile, body.modal-hidden .escort-profile-backdrop {
    display: none !important
}

.escort-feed {
    position: relative
}

.escort-feed .escort-container {
    position: relative;
    text-align: center
}

.escort-feed .escort-container ul, .escort-feed .escort-container li {
    padding: 0px;
    margin: 0px;
    list-style: none
}

.escort-feed .escort-container button:focus {
    outline: none !important
}

.escort-sidebar {
    position: relative;
    margin-bottom: 50px;
    z-index: 2
}

.escort-sidebar a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px
}
.sidebar-info a {
    color: #337ab7;
    margin-left: 0;
}

.escort-sidebar a:hover {
    text-decoration: underline
}

.escort-sidebar .note {
    display: block;
    font-size: 11px;
    line-height: 1.3em;
    margin-top: 10px;
    width: 300px
}

.escort-sidebar .warn {
    margin-bottom: 10px;
    text-align: center;
    border: 1px #863939 dotted;
    display: block;
    font-size: 11px
}

.escort-sidebar .sidebar-section {
    display: inline-block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 12px 5px;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box
}

.escort-sidebar .sidebar-section a {
    text-decoration: none
}

.escort-sidebar .sidebar-section h3 {
    font-weight: bold;
    margin-bottom: 0px;
    color: #222;
    cursor: pointer
}

.escort-sidebar .sidebar-section .icon {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    background: transparent url("/st/img/sidebar-icons.png") 0 0 no-repeat
}

.escort-sidebar .sidebar-section fieldset {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis
}

.escort-sidebar .sidebar-section fieldset > a {
    line-height: 24px
}

.escort-sidebar .sidebar-section legend {
    display: inline;
    width: auto;
    float: left;
    color: #a5a5a5;
    font-size: 14px;
    line-height: 24px;
    border: none;
    margin-bottom: 0px
}

.escort-sidebar .sidebar-section legend .material-icons {
    float: left;
    margin-right: 5px
}

.escort-sidebar .sidebar-section .sidebar-title {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-align: left;
    width: 100%;
    float: left;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
    word-wrap: break-word
}

.escort-sidebar .sidebar-section .sidebar-title h1 {
    font-size: 20px;
    font-weight: 400;
}

.escort-sidebar .sidebar-section .sidebar-title .ratings {
    padding-bottom: 10px
}

.escort-sidebar .sidebar-section .sidebar-title .ratings .material-icons {
    font-size: 24px;
    opacity: 0.7;
    cursor: pointer
}

.escort-sidebar .sidebar-section .sidebar-title .ratings .material-icons.inactive {
    opacity: 0.4
}

.escort-sidebar .sidebar-section .sidebar-title .ratings .material-icons:hover {
    opacity: 1
}

.escort-sidebar .sidebar-section .sidebar-title legend {
    display: block;
    vertical-align: bottom;
    margin-top: 10px;
    float: none
}

.escort-sidebar .sidebar-section .sidebar-title legend svg {
    width: 26px;
    height: 26px;
    float: left;
    fill: #D8D8D8;
    padding: 2px;
    margin: 0 3px
}

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons {
    float: left;
    font-size: 26px;
    margin: 0px 3px
}

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons img {
    vertical-align: initial;
    margin: 1px 0px
}

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons.fa-check-circle {
    color: #88bd39
}

.escort-sidebar .sidebar-section .sidebar-title legend .material-icons.fa-star-o {
    color: #f6d209
}

.escort-sidebar .sidebar-section .mobile-icon {
    background: transparent url("/st/img/sidebar-icons.png") 0 0 no-repeat
}

.escort-sidebar .sidebar-section .whatsapp-icon {
    background-position: 0px -20px;
    margin-right: 0px
}

.escort-sidebar .sidebar-section .telegram-icon {
    background-position: 0px -80px;
    margin-right: 0px
}

.escort-sidebar .sidebar-section .email-icon {
    background-position: 0px -40px
}

.escort-sidebar .sidebar-section .website-icon {
    background-position: 0px -60px
}

.escort-sidebar .sidebar-section .appsbox div {
    margin-left: 7px
}

.escort-sidebar .sidebar-section .appsbox {
    position: absolute;
    top: 1px;
    right: 0px;
    display: flex;
    justify-content: flex-end
}

.escort-sidebar .sidebar-section.sidebar-desc {
    width: auto;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 10px 10px 15px;
    line-height: 1.2
}

.escort-sidebar .sidebar-section.sidebar-desc .sidebar-desc-content {
    margin-top: 10px;
    float: left;
    width: auto;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    word-break: break-word;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none
}

.escort-sidebar .sidebar-section.sidebar-desc .sidebar-desc-content p {
    word-wrap: break-word
}

.escort-sidebar .sidebar-section.sidebar-desc .sidebar-desc-content a {
    margin: 0
}

.escort-sidebar .sidebar-section.disclaimer_container .bigdisclaimer {
    background-color: #FDDE84;
    margin: 0px;
    padding: 10px 14px;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden
}

.escort-sidebar .sidebar-section.disclaimer_container .bigdisclaimer a {
    margin-left: 0px;
    text-decoration: underline !important
}

.escort-sidebar .sidebar-section.disclaimer_container .bigdisclaimer p {
    margin-bottom: 0px
}

.escort-sidebar .sidebar-section.disclaimer_container .bigdisclaimer p i {
    margin-right: 5px
}

.escort-sidebar .sidebar-section.sidebar-phone, .escort-sidebar .sidebar-section.sidebar-email,
.escort-sidebar .sidebar-section.sidebar-website {
    line-height: 20px
}

.escort-sidebar .sidebar-section.sidebar-phone a, .escort-sidebar .sidebar-section.sidebar-email a,
.escort-sidebar .sidebar-section.sidebar-website a, .escort-sidebar .sidebar-section.sidebar-video a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    color: #fff
}

.escort-sidebar .sidebar-section.sidebar-website a {
    display: inline-block;
    float: left;
    width: 240px
}

.escort-sidebar .sidebar-section .sidebar-contact, .escort-sidebar .sidebar-section .sidebar-compare {
    text-align: center
}

.escort-sidebar .sidebar-section .sidebar-contact .btn, .escort-sidebar .sidebar-section .sidebar-compare .btn {
    box-sizing: border-box;
    padding: 8px 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 0px;
    border-color: #222;
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-weight: normal;
    -moz-box-shadow: rgba(255, 255, 255, 0.05) 1px 1px 0px inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.05) 1px 1px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.05) 1px 1px 0px inset
}

.escort-sidebar .sidebar-section .sidebar-contact .compare-check-hidden,
.escort-sidebar .sidebar-section .sidebar-contact .action-check-hidden,
.escort-sidebar .sidebar-section .sidebar-compare .compare-check-hidden,
.escort-sidebar .sidebar-section .sidebar-compare .action-check-hidden {
    display: none !important
}

.escort-sidebar .sidebar-section .sidebar-contact .btn-group, .escort-sidebar .sidebar-section .sidebar-compare .btn-group {
    margin: 0 auto;
    display: block
}

.escort-sidebar .sidebar-section .sidebar-contact .btn-group .btn,
.escort-sidebar .sidebar-section .sidebar-compare .btn-group .btn {
    margin-bottom: 0px !important;
    outline: none
}

.escort-sidebar .sidebar-section .sidebar-contact .btn-group .btn.disabled,
.escort-sidebar .sidebar-section .sidebar-compare .btn-group .btn.disabled {
    color: #a5a5a5
}

.escort-sidebar .sidebar-section .sidebar-contact .fav-btn, .escort-sidebar .sidebar-section .sidebar-compare .fav-btn {
    font-size: 18px;
    width: 50px;
    border-right: none;
    padding: 6px 12px 5px
}

.escort-sidebar .sidebar-section .sidebar-contact .fav-btn .fa, .escort-sidebar .sidebar-section .sidebar-compare .fav-btn .fa {
    height: 20px;
    line-height: 20px
}

.escort-sidebar .sidebar-section .sidebar-contact .fav-btn .fa-check,
.escort-sidebar .sidebar-section .sidebar-compare .fav-btn .fa-check {
    display: none
}

.escort-sidebar .sidebar-section .sidebar-contact .fav-btn.fav-selected,
.escort-sidebar .sidebar-section .sidebar-compare .fav-btn.fav-selected {
    background-color: #e74fa0
}

.escort-sidebar .sidebar-section .sidebar-contact .action-compare,
.escort-sidebar .sidebar-section .sidebar-compare .action-compare {
    width: 300px;
    padding-right: 50px
}

.escort-sidebar .sidebar-section .sidebar-contact .action-compare[disabled],
.escort-sidebar .sidebar-section .sidebar-compare .action-compare[disabled] {
    color: #888
}

.escort-sidebar .sidebar-section .sidebar-contact {
    margin-bottom: 10px
}

.escort-sidebar .sidebar-section .sidebar-compare .compare-it > .btn {
    height: 38px
}

.escort-sidebar .sidebar-section .sidebar-compare .compare-it.selected .compare-btn {
    background-color: #60b044
}

.escort-sidebar .sidebar-section .sidebar-compare .compare-it.selected .compare-btn .fa-check {
    display: block
}

.escort-sidebar .sidebar-section .sidebar-compare .compare-it.selected .compare-btn .fa-plus {
    display: none
}

.escort-sidebar .sidebar-section .sidebar-compare.inactive {
    display: none !important
}

.escort-sidebar .sidebar-section.border-no {
    border: none !important;
    padding-bottom: 5px
}

.escort-sidebar .sidebar-section:last-child {
    border-bottom: none
}

.escort-sidebar .sidebar-info fieldset {
    padding: 2px 0px
}

.escort-sidebar .sidebar-info fieldset legend {
    display: inline-block;
    float: left;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 8px;
    color: #fff
}

.escort-sidebar .sidebar-info > div {
    margin-bottom: 15px
}

.escort-sidebar .sidebar-info .nav {
    margin-bottom: 15px;
    margin-top: 15px
}

.escort-sidebar .sidebar-info .nav li {
    float: left
}

.escort-sidebar .sidebar-info .nav li a {
    color: #a5a5a5;
    margin: 0px;
    padding: 0px 16px 0px 16px;
    margin-right: 0px;
    border-right: 1px solid #a5a5a5
}

.escort-sidebar .sidebar-info .nav li:last-child a {
    border-right: none
}

.escort-sidebar .sidebar-info .nav li.active a {
    color: #fdd733
}

.escort-sidebar .sidebar-info table {
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    color: #a5a5a5
}

.escort-sidebar .sidebar-info table th, .escort-sidebar .sidebar-info table td {
    padding: 4px 15px;
    border-top: none
}

.escort-sidebar .sidebar-info table th {
    text-align: left;
    font-weight: normal;
    width: 160px
}

.escort-sidebar .sidebar-info table td {
    text-align: right;
    width: auto;
    overflow: hidden;
    overflow: hidden;
    display: block
}

.escort-sidebar .sidebar-info table td.other-notes-cell {
    text-align: left
}

.escort-sidebar .sidebar-info .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(250, 250, 250, 0.05)
}

.escort-sidebar .sidebar-info ul {
    display: inline-block
}

.escort-sidebar .sidebar-info fieldset ul li {
    display: inline-block;
    margin-right: 10px
}

.escort-sidebar .sidebar-info fieldset ul li:after {
    content: ','
}

.escort-sidebar .sidebar-info fieldset ul li:last-child:after {
    content: ''
}

.escort-sidebar .sidebar-info fieldset.s-tags {
    padding: 10px 15px 15px;
    border-top: 1px dotted rgba(255, 255, 255, 0.2)
}

.escort-sidebar .sidebar-info fieldset.s-tags legend {
    margin-bottom: 5px
}

.escort-sidebar .read-more a {
    font-size: 14px
}

.escort-sidebar .sidebar-info .meeting-rates {
    clear: both;
    width: 100%
}

.escort-sidebar .unverifiedMessage, .escort-sidebar .VerifiedMessage {
    margin: 0px;
    border-bottom: none;
    font-style: normal;
    padding: 10px 15px;
    border-radius: 3px;
    float: none
}

.escort-sidebar .VerifiedMessage {
    color: #fff;
    background-color: #88bd39
}

.escort-sidebar .unverifiedMessage p, .escort-sidebar .VerifiedMessage p {
    margin-bottom: 0px
}

.escort-sidebar .VerifiedMessage .trusted-name {
    color: #fff
}

.escort-sidebar .VerifiedMessage .trusted-name span {
    color: rgba(255, 255, 255, 0.6)
}

.VerifiedMessage .checkMark, .VerifiedMessage .Verifiedtext {
    float: left;
    display: inline-block
}

.VerifiedMessage .checkMark {
    float: left;
    width: 44px;
    height: 44px
}

.VerifiedMessage .checkMark i {
    color: #fff;
    margin: 0px;
    font-size: 36px
}

.VerifiedMessage .Verifiedtext, .unverifiedMessage .Verifiedtext {
    padding: 0px;
    width: auto;
    text-align: left;
    float: none
}

.trusted-name {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0;
    margin-top: 8px;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #939393;
    text-transform: uppercase
}

.trusted-name span {
    font-weight: normal
}

.VerifiedMessage .Verifiedtext .trusted-name {
    color: #fff
}

.trusted-name span {
    font-size: 13px
}

.unverifiedMessage {
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    color: #939393;
    float: left;
    font-weight: normal;
    line-height: 19px;
    padding: 10px 25px;
    text-align: center;
    width: auto
}

.escort-sidebar .site-maintenance h1 {
    clear: both;
    border: 1px solid red;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff
}

.escort-sidebar .sidebar-services fieldset legend {
    display: block;
    font-weight: bold;
    color: #fff;
    float: none;
    margin-bottom: 5px
}

.gallery-thumbs {
    position: relative;
    margin: 20px 0px 20px;
    padding: 0px 0px
}

.gallery-thumbs .gallery-thumbs-inner {
    position: relative;
    padding: 0px 0px 0px;
    width: auto;
    height: 140px;
    margin-left: 55px;
    margin-right: 55px;
    overflow: hidden
}

.gallery-thumbs .gallery-thumbs-inner ul {
    transition: margin-left .4s ease;
    -ms-transition: margin-left .4s ease;
    -o-transition: margin-left .4s ease;
    -webkit-transition: margin-left .4s ease;
    -moz-transition: margin-left .4s ease
}

.gallery-thumbs .gallery-thumb {
    float: left;
    margin-right: 4px
}

.gallery-thumbs .gallery-thumb img {
    margin: 0px 2px;
    cursor: pointer
}

.gallery-thumbs .gallery-control {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    width: 55px;
    height: 50px;
    z-index: 2001;
    cursor: pointer;
    text-indent: -9999px
}

.gallery-thumbs .gallery-control.gallery-control-prev {
    left: 0px;
    background: url(/st/img/left_w.png) 50% 50% no-repeat
}

.gallery-thumbs .gallery-control.gallery-control-next {
    right: 0px;
    background: url(/st/img/right_w.png) 50% 50% no-repeat
}

.gallery-container {
    position: relative;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #222
}

.gallery-container > div {
    width: 100%;
    margin: 0px auto
}

.gallery-container img {
    max-width: 100%;
    margin: auto !important;
    display: inline-block !important
}

.gallery-container .gallery-pagination {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
    float: none;
    height: 55px;
    line-height: 55px;
    font-size: 13px
}

.gallery-container .dm-car-container {
    position: relative
}

.gallery-container .dm-car-container ul.dm-car {
    display: block;
    width: 600px;
    height: 900px;
    position: relative;
    overflow: hidden;
    margin: 0px auto 50px
}

.gallery-container .dm-car-container ul.dm-car li {
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    width: 600px;
    height: 100%;
    background-color: #313238
}

.gallery-container .dm-car-container ul.dm-car li.current {
    left: 0;
    opacity: 1;
    z-index: 100
}

.gallery-container .dm-car-container ul.dm-car li.next {
    z-index: 10
}

.gallery-container .dm-car-container ul.dm-car li.prev {
    z-index: 2
}

.gallery-container .dm-car-container .dm-car-controls .dm-car-control {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    width: 55px;
    height: 50px;
    z-index: 2001;
    cursor: pointer;
    text-indent: -9999px
}

.gallery-container .dm-car-container .dm-car-controls .dm-car-control.dm-car-control-prev {
    left: 0px;
    background: url(/st/img/left_w.png) 50% 50% no-repeat
}

.gallery-container .dm-car-container .dm-car-controls .dm-car-control.dm-car-control-next {
    right: 0px;
    background: url(/st/img/right_w.png) 50% 50% no-repeat
}

.entry-share {
    padding: 0 0 20px 0;
    width: 100%;
    display: inline-block;
    clear: both
}

.entry-share a {
    text-decoration: none
}

.entry-share .sharedaddy .sd-content {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    border-radius: 0px
}

.entry-share .sharedaddy .sd-content ul {
    display: table;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px
}

.entry-share .sharedaddy .sd-content ul li {
    display: table-cell;
    margin: 0 !important;
    padding: 0
}

.entry-share .sharedaddy .sd-content ul li a.sd-button {
    width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 10px;
    margin: 0 0 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none !important;
    color: #fff
}

.entry-share .sharedaddy .sd-content ul li a.sd-button span {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    padding-left: 26px;
    line-height: 24px
}

.entry-share .sharedaddy .sd-content ul li a.sd-button span i {
    position: absolute;
    top: 2px;
    left: 0
}

.entry-share .sharedaddy .sd-content ul li a.sd-button span:hover {
    color: #fdd733
}

.entry-share .sharedaddy .sd-content ul li:last-child {
    border-right: none
}

div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    display: none !important
}

div.sharedaddy .sd-content ul li a.sd-button span .share-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fdd733;
    padding: 4px 6px;
    color: #222;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-left: 8px
}

#escort-contact-form {
    background-color: #f4f4f4;
    border-radius: 4px
}

#escort-contact-form .modal-header, #escort-contact-form .modal-footer {
    padding: 15px 20px
}

#escort-contact-form .modal-header .close {
    margin-top: 0px
}

#escort-contact-form .modal-header .modal-title {
    font-size: 18px;
    color: #333
}

#escort-contact-form .modal-body {
    padding: 0px 20px
}

#escort-contact-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    text-align: left;
    cursor: pointer
}

#escort-contact-form .form-group input.ng-invalid.ng-touched, #escort-contact-form .form-group textarea.ng-invalid.ng-touched {
    border: 1px solid red
}

#escort-contact-form .form-group .form-control {
    font: 400 15px / 18px Arial;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0px;
    padding: 8px 10px
}

#escort-contact-form .form-group .form-control:focus {
    background-color: #f6f9fc;
    border-color: blue;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#escort-contact-form .form-group .help-block {
    text-align: left;
    font-size: 12px;
    color: red;
    padding: 0px 1px;
    margin-top: -2px
}

#escort-contact-form .submit {
    text-align: right
}

#escort-contact-form #contact-form-message {
    font-size: 14px;
    margin-top: 10px;
    border-color: #AFC79B;
    width: 100%
}

#escort-contact-form #contact-form-message.alert-danger {
    border-color: #ebccd1 !important
}

@media (max-width: 1400px) {
    .escort-profile .modal-content {
        width: auto;
        padding-left: 40px;
        padding-right: 100px
    }

    .escort-profile .modal-content .arrow-nav {
        top: 20px;
        right: 20px;
        bottom: 20px;
        width: 56px;
        height: auto;
        background-color: #222
    }

    .escort-profile .modal-content .arrow-nav .btn {
        width: 56px;
        height: 56px;
        line-height: 56px
    }

    .escort-profile .modal-content .arrow-nav .btn.right-arrow, .escort-profile .modal-content .arrow-nav .btn.left-arrow {
        border-left: none;
        background-color: #33343B
    }

    .escort-profile .modal-content .arrow-nav .btn.right-arrow:active,
    .escort-profile .modal-content .arrow-nav .btn.right-arrow.focus,
    .escort-profile .modal-content .arrow-nav .btn.left-arrow:active,
    .escort-profile .modal-content .arrow-nav .btn.left-arrow.focus {
        background-color: #fff;
        border: 1px solid #fff;
        box-shadow: none
    }
}

@media (max-width: 1024px) {
    .escort-profile-backdrop {
        background-color: #222
    }

    .escort-profile {
        border-top: 12px solid #222;
        border-bottom: 12px solid #222
    }

    .escort-profile .modal-dialog {
        background-color: #222
    }

    .escort-profile .modal-dialog:after, .escort-profile .modal-dialog:before {
        background-color: transparent;
        width: 12px
    }

    .escort-profile .modal-content {
        margin-left: 12px;
        margin-right: 60px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #33343B
    }

    .escort-profile .modal-content .arrow-nav {
        position: absolute;
        top: 0;
        right: -50px;
        bottom: 12px;
        width: 50px;
        height: auto;
        background-color: #222
    }

    .escort-profile .modal-content .arrow-nav .btn {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .escort-profile .modal-content .arrow-nav .btn.right-arrow, .escort-profile .modal-content .arrow-nav .btn.left-arrow {
        border-left: none;
        background-color: #33343B
    }

    .escort-profile .modal-content .modal-body {
        padding: 7px 0px
    }

    .escort-profile .modal-content .escort-sidebar .unverifiedMessage,
    .escort-profile .modal-content .escort-sidebar .VerifiedMessage {
        padding: 10px 12px !important;
        line-height: 1.4em
    }

    .escort-profile .modal-content .escort-sidebar .unverifiedMessage .checkMark,
    .escort-profile .modal-content .escort-sidebar .VerifiedMessage .checkMark {
        width: 34px
    }

    .escort-profile .modal-content .escort-sidebar .unverifiedMessage .checkMark i,
    .escort-profile .modal-content .escort-sidebar .VerifiedMessage .checkMark i {
        font-size: 26px !important
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section {
        font-size: 13px;
        padding-left: 0px;
        padding-right: 0px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section .note {
        width: auto
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section .sidebar-desc-content {
        font-size: 13px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section .sidebar-compare .action-compare {
        width: 233px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section.sidebar-website a {
        width: 190px
    }

    .escort-profile .entry-share {
        padding: 0 0 15px 0
    }

    .escort-profile .gallery-container .dm-car-container ul.dm-car {
        width: 500px
    }

    .escort-profile .gallery-container .dm-car-container ul.dm-car .dm-car-item {
        width: 500px
    }
}

@media (max-width: 768px) {
    .escort-profile .modal-dialog:after, .escort-profile .modal-dialog:before {
        background-color: transparent
    }

    .escort-profile .modal-content {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 12px;
        margin-right: 60px;
        background-color: #33343B
    }

    .escort-profile .modal-content .escort-sidebar .unverifiedMessage,
    .escort-profile .modal-content .escort-sidebar .VerifiedMessage {
        width: auto;
        display: block;
        margin: 0px 0px 0px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section {
        font-size: 14px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section .sidebar-desc-content {
        font-size: 14px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-section .sidebar-compare .action-compare {
        width: 300px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-contact {
        width: 350px;
        margin: 0px auto 10px
    }

    .escort-profile .modal-content .escort-sidebar .sidebar-contact .btn {
        padding: 8px 22px;
        display: inline-block
    }

    .escort-profile .modal-content .escort-sidebar .compare-it {
        width: 350px
    }

    .escort-profile .entry-share {
        display: block;
        padding-bottom: 10px
    }

    .escort-profile .gallery-container .dm-car-container ul.dm-car {
        width: 500px
    }

    .escort-profile .gallery-container .dm-car-container ul.dm-car li {
        background-color: transparent
    }

    .escort-profile .gallery-thumbs {
        margin: 20px 0px 50px
    }

    .escort-profile .gallery-thumbs .gallery-thumb {
        margin: 0 2px
    }
}

html.cheap {
    background-color: #757575
}

html.cheap body {
    background-color: #757575
}

html.cheap #header {
    background-color: #616161
}

html.cheap #header .nav li.login .btn {
    background-color: #039BE5;
    color: #fff;
    border: 2px solid #19a6ea
}

html.cheap #header .nav li.login > a:hover {
    background-color: #24b4fb !important
}

html.cheap #header .nav li > a.dropdown-toggle {
    color: #fff
}

html.cheap #header .nav .dropdown-menu li a:hover {
    color: #fff
}

html.cheap #content #search-extra .md-select .md-select-value {
    border-bottom-color: #fbfbfb
}

html.cheap #content #search-extra .sortbar .h5 {
    color: #fff
}

html.cheap #content #search-extra .sortbar .md-select .md-select-value.md-select-placeholder {
    color: #d2d2d2
}

html.cheap #content #search-extra .sortbar .md-select.disabled .md-select-placeholder {
    color: #868686
}

html.cheap #content #search-extra .sortbar .md-select.ng-not-empty .md-select-value {
    border-bottom-color: #039BE5
}

html.cheap #content #search-extra.dark {
    border-bottom-color: rgba(204, 204, 204, 0.4)
}

html.cheap #content .imported .box {
    background-color: #222
}

html.cheap #content .container .applied-filters {
    color: #d2d2d2
}

html.cheap #content .container .applied-filters strong, html.cheap #content .container .applied-filters .tag ul li {
    color: #64c8f7
}

html.cheap #content .container .timeline .section-title {
    border-bottom: 1px solid #b2b0b7
}

html.cheap .modal.escort-profile .modal-dialog {
    background-color: #757575
}

html.cheap .modal.escort-profile .modal-body {
    color: #d2d2d2
}

html.cheap .modal.escort-profile .arrow-nav .btn.btn-cancel {
    background-color: #006a9e;
    border: 1px solid #006a9e
}

html.cheap .modal.escort-profile .gallery-container .dm-car-container ul.dm-car li {
    background-color: #757575
}

html.cheap .modal.escort-profile .escort-sidebar .sidebar-info table {
    color: #d2d2d2
}

html.cheap .modal.escort-profile .escort-sidebar .sidebar-section legend {
    color: #d2d2d2
}

html.cheap .modal.escort-profile .escort-sidebar .sidebar-section.disclaimer_container .bigdisclaimer {
    background-color: #039BE5
}

html.alt {
    background-color: #452020
}

html.alt body {
    background-color: #452020
}

html.alt #content .container .timeline {
    width: 100%
}

.escort-feed .escort-container .comments-container {
    padding: 45px;
    background-color: rgba(0, 0, 0, 0.05)
}

.escort-feed .escort-container .comments-container .section-ctrls .btn {
    font-size: 12px;
    line-height: 20px
}

.escort-feed .escort-container .comments-container .section-ctrls .btn i {
    padding-right: 2px
}

.escort-feed .escort-container .comments-container .section-ctrls .btn-primary {
    border-color: #fcd733
}

.escort-feed .escort-container .comments-container .section-ctrls .btn-primary:hover,
.escort-feed .escort-container .comments-container .section-ctrls .btn-primary:focus,
.escort-feed .escort-container .comments-container .section-ctrls .btn-primary:active,
.escort-feed .escort-container .comments-container .section-ctrls .btn-primary:active:hover {
    border-color: #fcd733
}

.escort-feed .escort-container .comments-container .section-ctrls .btn-ghost {
    padding-left: 8px
}

.escort-feed .escort-container .comments-container li {
    padding: 15px 15px 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: rgba(250, 250, 250, 0.05)
}

.escort-feed .escort-container .comments-container li p {
    word-wrap: break-word;
    color: #b1b1b1
}

.escort-feed .escort-container .comments-container li .pending-note {
    text-align: center;
    color: #F5D75A
}

.escort-feed .escort-container .comments-container .post-details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.escort-feed .escort-container .comments-container .post-details .comment-author {
    color: #F5D75A
}

.escort-feed .escort-container .comments-container h3, .escort-feed .escort-container .comments-container label {
    font-weight: normal;
    color: #fff
}

.escort-feed .escort-container .comments-container .comment-reply i:hover {
    color: #fff
}

.escort-feed .escort-container .comments-container .comment-reply .md-icon-button {
    margin: 0
}

.escort-feed .escort-container .comments-container .comment-reply .md-icon-button:hover {
    color: #fff
}

.escort-feed .escort-container .comments-container button[disabled] {
    pointer-events: none
}

.escort-feed .escort-container .comments-container .reply-list {
    padding-top: 40px
}

.escort-feed .escort-container .comments-container form {
    position: relative
}

.escort-feed .escort-container .comments-container form.reply-form {
    padding: 10px 0
}

.escort-feed .escort-container .comments-container .must-login {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(49, 50, 56, 0.92);
    top: 0;
    bottom: 0;
    z-index: 1111;
    text-align: center;
    padding: 10% 10px;
    -ms-transform: scale(1.04, 1.1);
    -webkit-transform: scale(1.04, 1.1);
    transform: scale(1.04, 1.1)
}

.escort-feed .escort-container .comments-container .must-login a {
    color: #F5D75A
}

.sortbar h2.search span {
    color: orange
}

.sortbar select {
    float: left;
    margin-top: 3px;
    font-size: 16px
}

.sortbar ul > li {
    float: left;
    line-height: 28px;
    list-style-type: none
}

.sortbar ul li.more-options a {
    margin: 0px 15px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 1px dotted blue
}

.sortbar ul.pagination {
    float: right;
    min-width: 0px
}

.sortbar ul.pagination li {
    padding: 0px 5px;
    font-size: 14px;
    line-height: 28px
}

.sortbar ul.pagination li select {
    margin-left: 5px
}

.sortbar .btn {
    position: relative;
    font-size: 14px;
    padding: 4px 12px
}

.sortbar .btn .caret {
    margin-left: 6px;
    margin-right: -2px
}

.sortbar .btn.active {
    box-shadow: none
}

.sortbar .btn:focus {
    outline: 0 none
}

.sortbar .md-button {
    margin: 0px;
    border: 1px solid #999;
    line-height: 32px;
    min-height: 32px
}

.sortbar .md-button span {
    text-transform: none;
    font-weight: normal;
    color: #3F51B5
}

.sortbar .md-button span.on {
    color: #333;
    text-decoration: none
}

.sortbar .md-button ._md-select-icon {
    display: inline-block;
    align-items: flex-end;
    text-align: end;
    width: 24px;
    margin: 0 0px;
    transform: translate3d(0, 1px, 0);
    text-align: center;
    float: right;
    line-height: 30px
}

.sortbar .md-button ._md-select-icon:after {
    display: block;
    content: '\25BC';
    position: relative;
    top: 0px;
    speak: none;
    transform: scaleY(0.6) scaleX(1)
}

.sortbar .md-button.md-raised:not([disabled]) {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26)
}

.sortbar .md-button:not([disabled]):hover {
    background-color: #F5F5F5
}

.sortbar .filter-more {
    width: 100%;
    padding: 5px 0px 0px;
    text-align: left;
    clear: both;
    display: inline-block
}

.sortbar .filter-more .btn-group button {
    padding: 0px;
    border: none;
    background-color: transparent
}

.sortbar .filter-more .btn-group .btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sortbar .filter-more .btn-group .multiselect {
    background-color: transparent !important;
    text-align: left
}

.sortbar .filter-more .btn-group ul {
    padding-left: 0px
}

.sortbar .filter-more .btn-group ul.multiselect-container li {
    width: 100%
}

.sortbar .filter-more .btn-group ul.multiselect-container li label {
    padding-left: 0px;
    font-size: 13px;
    line-height: 24px;
    cursor: pointer
}

.sortbar .filter-more .btn-group ul.multiselect-container li label input {
    margin-right: 5px
}

.sortbar .filter-more .btn-group ul.multiselect-container li, .sortbar .filter-more .btn-group ul.multiselect-container .checkbox {
    color: #333
}

.sortbar .filter-more .btn-group ul.multiselect-container .checkbox,
.sortbar .filter-more .btn-group ul.multiselect-container .radio {
    color: #333;
    line-height: 22px;
    padding: 0px 0px 0px 30px;
    font-size: 13px
}

.sortbar .filter-more .btn-group.open .dropdown-toggle {
    background-color: transparent;
    box-shadow: none
}

.sortbar .filter-more .submit {
    padding: 15px 5px 0px;
    text-align: right;
    margin-top: 0px
}

.sortbar .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both
}

.sortbar.bottom {
    margin-bottom: 60px
}

.range-slider-container {
    position: relative;
    width: 100%;
    height: 48px
}

.range-slider-left {
    position: absolute;
    top: 0;
    width: 100%
}

.range-slider-left md-slider {
    min-width: 0px
}

.range-slider-left md-slider .md-thumb-container {
    z-index: 10
}

.range-slider-left md-slider .md-track {
    background-color: #3d4450
}

.range-slider-left md-slider .md-track.md-track-fill {
    background-color: #9e9e9e
}

.range-slider-right {
    position: absolute;
    top: 0;
    right: 0px
}

.range-slider-right md-slider {
    min-width: 0px
}

.range-slider-right md-slider .md-thumb-container {
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear
}

.range-slider-right md-slider .md-track-container .md-track {
    background-color: #9e9e9e
}

.range-slider-right md-slider .md-track-container .md-track.md-track-fill {
    background-color: #3d4450
}

md-checkbox {
    margin: 8px;
    cursor: pointer;
    padding-left: 18px;
    padding-right: 0;
    line-height: 26px;
    min-width: 18px;
    min-height: 18px
}

.md-select.active .md-select-menu {
    z-index: 1014;
    opacity: 1;
}

.md-select-menu {
    position: absolute;
    z-index: -1;
    opacity: 0;
    min-width: 136px;
    min-height: 48px;
    max-height: 256px;
    overflow-y: auto;
    transform: translate(-4px, -76px);
    transition: all .15s cubic-bezier(.55, 0, .55, .2)
}

.md-select-menu-inner {
    background: #fff;
}

.md-select-menu-content {

}

.md-select-menu-title {
    display: block;
    padding: 10px 10px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #333;
}

.md-select-menu-group-title {
    padding: 5px 10px 5px;
    font-weight: 500;
    color: #333;
}

.checkbox {
    padding-left: 40px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
    margin: 0 !important;
    height: 30px;
    font-size: 14px;
}

.checkbox input {
    visibility: hidden
}

.checkbox input, .checkbox input + label {
    position: absolute;
    display: block;
    top: 5px;
    left: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 !important;
}

.checkbox input + label {
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    cursor: pointer
}

.checkbox input + label:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    top: 3px;
    left: 2px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.checkbox input:checked + label {
    background: #E91E63;
    border-color: #E91E63;
}

.checkbox input:checked + label:after {
    opacity: 1
}

.checkbox:hover {
    background: rgb(238, 238, 238);
}

.checkbox .label {
    flex: 1;
    text-align: left;
    padding: 0;
    min-height: 0;
    font-size: 14px;
    line-height: 1.125;
    color: rgba(33, 33, 33, 0.87);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox .label .note {
    font-size: 12px;
}

.checkbox.checked {
    background: #FFFDE7;
}

.checkbox.checked .label {
    color: #E91E63;
}

.groupX {
    margin: 20px 0;
    color: #312e2e;
    text-transform: none;
    font-weight: 400;
    min-width: auto;
    float: left;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px
}

.md-button.left {
    border-radius: 3px 0 0 3px
}

.md-button.middle {
    border-radius: 0;
    border-left: none !important;
    border-right: none !important
}

.md-button.right {
    border-radius: 0 3px 3px 0
}

.md-button:not([disabled]):hover {
    background-color: rgba(193, 193, 193, 0.96);
    color: rgba(44, 65, 164, 0.96);
    transition: 0.3s
}

#profile-settings {
    color: #e3e3e3;
    margin-top: 40px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 0px 0px
}

#profile-settings hr {
    border-color: rgba(255, 255, 255, 0.15)
}

#profile-settings .profile-form {
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0px 15px 100px;
    padding: 10px 30px;
    clear: both
}

#profile-settings .profile-form h2 {
    font-size: 28px;
    color: #333;
    padding: 0px 0px;
    margin-bottom: 10px
}

#profile-settings .profile-form h4 {
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px
}

#profile-settings .profile-form label {
    display: block;
    color: #333
}

#profile-settings .profile-form form {
    display: inline-block;
    width: 100%;
    clear: both
}

#profile-settings .profile-form fieldset {
    margin: 24px 0 4px;
    padding: 0px 0px 0px
}

#profile-settings .profile-form fieldset legend {
    font-size: 16px;
    border-bottom: none
}

#profile-settings .profile-form input[type="text"], #profile-settings .profile-form input[type="email"],
#profile-settings .profile-form input[type="password"] {
    width: 400px;
    padding: 10px 15px;
    color: #333;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc
}

#profile-settings .profile-form .nav-tabs {
    margin-top: 30px
}

#profile-settings .profile-form .user-email {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px
}

#profile-settings .profile-form .btn {
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 0px;
    margin-left: 8px
}

#profile-settings .profile-form .instructions {
    font-size: 13px;
    margin-top: 20px;
    padding-left: 18px;
    color: #333
}

#profile-settings .profile-form #notifications {
    margin-top: 20px
}

#profile-settings .profile-form #notifications input[type="checkbox"] {
    float: left;
    margin-right: 8px;
    cursor: pointer
}

#profile-settings .profile-form .form-group i {
    display: block;
    color: #666;
    font-size: 12px;
    padding: 0px 0px 5px;
    line-height: 20px;
    margin-top: 0px
}

#profile-settings .profile-form .form-group.submit {
    font-size: 14px;
    line-height: 34px;
    padding-top: 20px;
    text-align: right;
    color: #333
}

#profile-settings .profile-form .form-group.submit a {
    margin: 0px 5px
}

@media screen and (max-width: 375px) {
    #profile-settings .profile-form {
        margin: 0px 0px 30px;
        padding: 10px 20px
    }

    #profile-settings .profile-form input[type="text"], #profile-settings .profile-form input[type="email"],
    #profile-settings .profile-form input[type="password"] {
        width: 100%
    }

    #profile-settings .profile-form #notifications input[type="checkbox"] {
        margin-top: 3px;
        margin-bottom: 30px
    }
}

h1.logo {
    display: block;
    width: 100%;
    font: 38px / 100px "Open Sans", sans-serif;
    letter-spacing: -0.015em;
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
    color: #444
}

h1.logo a {
    color: #fff;
    text-decoration: none
}

h1.logo .small {
    color: #fff;
    font-size: 1em
}

h1.logo .logo_holder {
    margin: -5px 10px 0px 0px;
    padding-right: 0px;
    padding-top: 0px;
    vertical-align: middle;
    width: 54px
}

.create-account, .password-recovery {
    background-color: #fff;
    border: 1px solid #222;
    margin-top: 0px;
    margin-bottom: 100px;
    border-radius: 0px;
    padding: 30px 40px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)
}

.create-account h2, .password-recovery h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #333
}

.create-account label, .password-recovery label {
    color: #333;
    font-weight: normal
}

.create-account input[type="text"], .create-account input[type="password"],
.create-account input[type="email"], .create-account input[type="email"],
.password-recovery input[type="text"], .password-recovery input[type="password"],
.password-recovery input[type="email"], .password-recovery input[type="email"] {
    font-size: 15px;
    height: auto;
    border-radius: 0px;
    padding: 9px 12px
}

.create-account .form-group.submit, .password-recovery .form-group.submit {
    padding-top: 20px;
    text-align: center
}

.create-account .error-message {
    padding: 6px 0px 0px;
    font-size: 12px;
    color: red
}

.create-account .btn-primary {
    font-size: 16px;
    background-color: #fbd106;
    border-color: #fbd106;
    color: #222;
    padding: 12px 25px
}

.create-account .forgotPassword {
    color: #333;
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: center
}

.create-account .loginBox {
    padding: 20px 0px
}

.create-account .loginBox input:focus {
    background-color: #ecf5ff
}

.create-account .loginInfo {
    color: #333;
    text-align: center;
    padding: 0px 50px
}

.create-account .form-group.error input[type="text"], .create-account .form-group.error input[type="password"] {
    border-color: red
}

.password-recovery h2 {
    text-align: left
}

.password-recovery .loginInfo {
    color: #333;
    padding: 0px 0px 15px
}

.password-recovery .form-group.submit .btn {
    font-size: 16px;
    background-color: #fbd106;
    border-color: #fbd106;
    color: #222;
    padding: 12px 25px;
    border-radius: 6px
}

@media screen and (max-width: 375px) {
    body[data-controller="visitors"][data-action="add"] #content,
    body[data-controller="visitors"][data-action="passrecovery"] #content {
        padding: 0px 0px;
        min-height: 400px
    }

    body[data-controller="visitors"][data-action="add"] #content .container,
    body[data-controller="visitors"][data-action="passrecovery"] #content .container {
        padding: 0px 10px
    }

    body[data-controller="visitors"][data-action="add"] #content .alert,
    body[data-controller="visitors"][data-action="passrecovery"] #content .alert {
        margin: 0px 10px 15px
    }

    h1.logo {
        margin: 10px 0px
    }

    h1.logo a {
        font-size: 22px
    }

    h1.logo .logo_holder {
        width: 36px
    }

    .create-account, .password-recovery {
        margin-bottom: 30px;
        border-radius: 0px;
        padding: 20px 20px 20px
    }

    .create-account h2 {
        line-height: 1.4em
    }

    .create-account .loginInfo {
        padding: 0px 0px
    }

    .create-account .btn-primary {
        font-size: 14px
    }

    #footer.megafooter {
        margin-top: 0px !important
    }
}

.splash h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px
}

.splash .lead {
    font-size: 18px
}

.splash .btn-outline {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    border: 2px solid #3c9600;
    border-radius: 4px;
    background-color: #3c9600;
    width: 220px;
    font-weight: 500;
    text-transform: uppercase
}

.splash .btn-outline:hover {
    color: #fff;
    background-color: #3c9600
}

.splash .v-no {
    display: block;
    color: #fff;
    text-decoration: underline
}

.splash .note {
    font-size: 12px;
    line-height: 1.54em;
    color: #999
}

.splash .let-me-in {
    padding: 0px 0px 70px
}

.splash .let-me-in p {
    margin: 10px 0px
}

.splash .let-me-in.rd-url {
    padding: 20px 0px
}

.splash .let-me-in.rd-url .btn {
    width: auto;
    max-width: 300px;
    min-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px
}

.splash .let-me-in.rd-url .btn.btn-outline {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase
}

.splash .let-me-in.rd-url .btn.btn-outline.v-yes2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: initial
}

.splash .let-me-in.rd-url .v-no {
    margin-top: 25px
}

.splash .modal-dialog {
    width: 720px;
    height: 480px;
    margin: 200px auto 0px
}

.splash .modal-dialog .modal-content {
    width: 720px;
    height: 480px;
    padding: 50px 50px 50px 260px;
    color: #fff;
    font-size: 18px;
    background-color: #000;
    background-image: url("/img/entrance2.jpg");
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    z-index: 10100
}

.splash .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 0px
}

.age-verification {
    overflow: hidden !important
}

.age-verification body {
    overflow: hidden !important
}

.age-verification #loading-bar {
    display: none !important
}

.age-verification #loading-bar-spinner .spinner-icon {
    display: none !important
}

@media screen and (max-width: 1024px) {
    .splash .modal-dialog {
        margin: 90px auto 0px
    }
}

@media screen and (max-width: 768px) {
    .splash .modal-dialog {
        margin: 200px auto 0px
    }
}

.splash-alt h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.splash-alt .lead {
    font-size: 18px
}

.splash-alt .btn-outline {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 2px;
    background-color: #ba3939;
    width: 220px;
    font-weight: 500
}

.splash-alt .btn-outline:hover {
    color: #fff;
    background-color: #b50c0c
}

.splash-alt .v-no {
    display: block;
    color: #fff;
    text-decoration: underline
}

.splash-alt .note {
    font-size: 12px;
    line-height: 1.54em;
    color: #999
}

.splash-alt .let-me-in {
    padding: 0px 0px 70px
}

.splash-alt .let-me-in p {
    margin: 10px 0px
}

.splash-alt .let-me-in.rd-url {
    padding: 20px 0px
}

.splash-alt .let-me-in.rd-url .btn {
    width: auto;
    font-size: 18px;
    padding: 11px 30px;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 50px 0 50px;
    text-transform: uppercase;
    color: black
}

.splash-alt .let-me-in.rd-url .btn.btn-outline {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase
}

.splash-alt .let-me-in.rd-url .btn.btn-outline.v-yes2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: initial
}

.splash-alt .let-me-in.rd-url .v-no {
    margin-top: 25px
}

.splash-alt .modal-dialog {
    width: 720px;
    height: 480px;
    margin: 200px auto 0px
}

.splash-alt .modal-dialog .modal-content {
    width: 720px;
    padding: 30px 40px 30px 40px;
    color: #dfb7b7;
    font-size: 18px;
    background-color: rgba(92, 23, 23, 0.94902);
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    z-index: 10100
}

.splash-alt .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 0px
}

.age-verification {
    overflow: hidden !important
}

.age-verification body {
    overflow: hidden !important
}

.age-verification #loading-bar {
    display: none !important
}

.age-verification #loading-bar-spinner .spinner-icon {
    display: none !important
}

@media screen and (max-width: 1024px) {
    .splash-alt .modal-dialog {
        margin: 90px auto 0px
    }
}

@media screen and (max-width: 768px) {
    .splash-alt .modal-dialog {
        margin: 200px auto 0px
    }
}

.howto-widget {
    position: fixed;
    display: block;
    top: 200px;
    left: -1px;
    width: 44px;
    height: 230px;
    background-color: #e5724e;
    border: 1px solid #222;
    border-radius: 0px 6px 6px 0px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    cursor: pointer
}

.howto-widget .v-text {
    display: block;
    width: 30px;
    height: 180px;
    margin: 12px 6px 6px;
    background: transparent url("/st/img/howto.png") no-repeat scroll left bottom;
    float: left
}

.howto-widget .fa-question-circle {
    color: #fff;
    margin: 0px 11px;
    font-size: 20px
}

.howto-info {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    float: left;
    height: 208px;
    padding: 15px;
    width: 128px
}

.howto-btn {
    width: 40px;
    float: left
}

.howto {
    width: 1000px;
    margin: 40px auto !important
}

.howto h2 {
    font: bold 24px / 36px Arial, sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-shadow: none;
    color: #333
}

.howto h2 > span {
    background-color: #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-bottom: -1px;
    margin-right: 10px;
    text-align: center
}

.howto h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 12px;
    line-height: 1.4em
}

.howto h3 .fa {
    vertical-align: baseline
}

.howto p {
    font-size: 14px;
    line-height: 1.54em
}

.howto .modal-header {
    padding: 10px 15px
}

.howto .modal-header h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #333
}

.howto .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    margin-top: 1px
}

.howto .carousel {
    height: 685px
}

.howto .carousel .item {
    text-align: center
}

.howto .carousel .item img {
    display: inline
}

.howto .carousel .item.next, .howto .carousel .item.prev {
    background: none !important;
    background-color: transparent !important;
    padding: 0px;
    border: none
}

.howto .carousel .carousel-caption {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px 0px 20px;
    width: 100%;
    height: 180px;
    display: table
}

.howto .carousel .carousel-caption h3 {
    color: #333;
    text-shadow: none;
    text-transform: none
}

.howto .carousel .carousel-caption i img {
    vertical-align: initial
}

.howto .carousel .carousel-caption > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 95px 0px
}

.howto .carousel .carousel-caption p {
    color: #333;
    text-shadow: none;
    padding-bottom: 0px
}

.howto .carousel .carousel-caption ul {
    list-style-type: circle;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px
}

.howto .carousel .carousel-caption ul li {
    color: #333;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.54em;
    font-weight: 300;
    padding: 2px 0px;
    text-align: left
}

.howto .carousel .carousel-caption ul li i {
    vertical-align: middle;
    font-size: 14px;
    padding-bottom: 3px
}

.howto .carousel .carousel-inner {
    height: 100%
}

.howto .carousel .carousel-indicators {
    bottom: 0px
}

.howto .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #666
}

.howto .carousel .carousel-indicators .active {
    height: 10px;
    width: 10px;
    background-color: #666
}

.howto .carousel-control {
    width: 80px
}

.howto .carousel-control .sr-only {
    display: none
}

.howto .carousel-control .glyphicon {
    display: block;
    background-color: #333;
    border-radius: 30px;
    margin-top: -115px;
    width: 34px;
    height: 34px;
    font-family: 'naughtyIcons';
    font-size: 20px;
    line-height: 34px
}

.howto .carousel-control .glyphicon i {
    vertical-align: baseline;
    margin: 5px 0px
}

.howto .carousel-control.left {
    background-image: none
}

.howto .carousel-control.right {
    background-image: none
}

.howto .glyphicon-chevron-right:before {
    content: "\f054";
    position: absolute;
    left: 35%
}

.howto .glyphicon-chevron-left:before {
    content: "\f053";
    position: absolute;
    right: 35%
}

.howto .fa-check-circle {
    color: #88bd39
}

.howto .fa-star-o {
    color: #f6d209
}

@media screen and (max-width: 1024px) {
    .howto-widget {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .howto .modal-dialog {
        width: 700px
    }
}

.results-wrapper {
    padding-top: 20px;
    margin-bottom: 40px
}

.results-wrapper .results {
    position: relative;
    margin: 5px;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #222;
    min-height: 220px
}

.results-wrapper .results.golden {
    background-color: #f6cb4c
}

.results-wrapper .results.silver {
    background-color: #f4f4f4
}

.results-wrapper .results.golden .search-desc h3 a, .results-wrapper .results.silver .search-desc h3 a {
    font-family: "Roboto";
    font-weight: 500;
    color: #343434
}

.results-wrapper .results.golden .search-desc p, .results-wrapper .results.silver .search-desc p {
    color: #343434
}

.results-wrapper .results.golden .search-desc #companionship_rates legend,
.results-wrapper .results.silver .search-desc #companionship_rates legend {
    color: #343434;
    background-color: rgba(0, 0, 0, 0.05)
}

.results-wrapper .results.golden .search-desc #companionship_rates table,
.results-wrapper .results.silver .search-desc #companionship_rates table {
    color: #343434
}

.results-wrapper .results.golden .search-sidebar .table-striped,
.results-wrapper .results.silver .search-sidebar .table-striped {
    color: #343434
}

.results-wrapper .results.golden .search-sidebar .table-striped > tbody > tr:nth-of-type(odd),
.results-wrapper .results.silver .search-sidebar .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.results-wrapper .results.golden .no-compare, .results-wrapper .results.silver .no-compare {
    border-left: 1px solid rgba(0, 0, 0, 0.25) !important
}

.results-wrapper .results.golden .no-compare .fa, .results-wrapper .results.silver .no-compare .fa {
    color: #343434
}

.results-wrapper .results svg.q-mark {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 4px;
    fill: #343434
}

.results-wrapper .results .search-thumb {
    float: left;
    width: 140px;
    margin-right: 0
}

.results-wrapper .results .search-thumb .searchpreview {
    padding-right: 0;
    max-width: 140px
}

.results-wrapper .results .search-thumb .center-cropped {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 220px
}

.results-wrapper .results .search-desc {
    padding: 12px 20px;
    float: left;
    width: 600px
}

.results-wrapper .results .search-desc h3 {
    margin-top: 0;
    font-size: 18px
}

.results-wrapper .results .search-desc h3 i {
    margin-right: 4px;
    font-size: 19px;
    float: left
}

.results-wrapper .results .search-desc h3 i img {
    vertical-align: initial
}

.results-wrapper .results .search-desc h3 a {
    font-weight: normal;
    text-decoration: none;
    color: #fff
}

.results-wrapper .results .search-desc p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.54em;
    color: #a5a5a5
}

.results-wrapper .results .search-desc #companionship_rates {
    font-size: 13px;
    line-height: 1.54em;
    margin-top: 20px
}

.results-wrapper .results .search-desc #companionship_rates legend {
    margin-bottom: 10px;
    background-color: rgba(250, 250, 250, 0.05);
    padding: 1px 6px;
    border-radius: 4px;
    border-bottom: none;
    width: auto;
    color: #939393;
    font-size: 13px
}

.results-wrapper .results .search-desc #companionship_rates table {
    display: inline-block;
    min-width: 100px
}

.results-wrapper .results .search-desc #companionship_rates table tr,
.results-wrapper .results .search-desc #companionship_rates table td {
    width: 100px;
    float: left
}

.results-wrapper .results .search-sidebar {
    position: relative;
    right: 0;
    width: 300px;
    height: 100%;
    float: right;
    margin-top: 0;
    margin-right: 40px;
    padding: 10px 10px 5px;
    color: #a5a5a5;
    z-index: 2
}

.results-wrapper .results .search-sidebar table {
    width: 100%;
    margin-bottom: 0
}

.results-wrapper .results .search-sidebar table th, .results-wrapper .results .search-sidebar table td {
    padding: 4px 15px;
    border-top: none;
    font-size: 13px
}

.results-wrapper .results .search-sidebar table th {
    width: 160px;
    text-align: left;
    font-weight: normal
}

.results-wrapper .results .search-sidebar .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(250, 250, 250, 0.05)
}

.results-wrapper .results .no-compare {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 40px;
    height: 100%;
    border-left: 1px solid #222 !important;
    text-align: center;
    background-color: transparent;
    border: none
}

.results-wrapper .results .no-compare i {
    margin-top: 14px;
    cursor: pointer;
    color: #333;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px
}

.results-wrapper .results .no-compare .action-check-hidden {
    display: none !important
}

@media screen and (max-width: 1024px) {
    .results-wrapper .results .search-desc {
        width: 460px
    }
}

@media screen and (max-width: 768px) {
    .results-wrapper .results .search-desc {
        width: 350px;
        padding: 8px 15px
    }

    .results-wrapper .results .search-desc p {
        font-size: 13px
    }

    .results-wrapper .results .search-desc h3 a {
        font-size: 16px
    }

    .results-wrapper .results .search-desc #companionship_rates {
        margin-top: 10px
    }

    .results-wrapper .results .search-desc #companionship_rates legend {
        font-size: 12px
    }

    .results-wrapper .results .search-desc #companionship_rates table {
        font-size: 12px
    }

    .results-wrapper .results .search-desc #companionship_rates table tr {
        width: 80px;
        margin-bottom: 3px
    }

    .results-wrapper .results .search-sidebar {
        width: 220px;
        margin-right: 25px;
        padding: 5px 10px 5px
    }

    .results-wrapper .results .search-sidebar table th, .results-wrapper .results .search-sidebar table td {
        padding: 4px 8px
    }

    .results-wrapper .results .no-compare {
        width: 30px
    }

    .results-wrapper .results .no-compare .fa {
        margin-top: 12px
    }
}

.pagination.desk-pagin {
    text-align: center;
    position: relative;
    padding: 20px 5px 20px 20px;
    margin-bottom: 0px;
    float: right;
    clear: both
}

.pagination.desk-pagin li a {
    font-size: 11px;
    font-family: Arial, sans-serif;
    border-radius: 0px !important;
    color: #efefef;
    border: 1px solid #060606;
    background: transparent
}

.pagination.desk-pagin li a:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #0a0a0a;
    border: 1px solid #060606
}

.pagination.desk-pagin li.current {
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #222;
    border-left: none;
    float: left;
    text-decoration: none;
    color: #131313;
    padding: 6px 10px 6px;
    background-color: #fdd733;
    display: inline-block;
    line-height: 1.42857143
}

.pagination.desk-pagin li.jumplink {
    font-size: 11px;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px 5px
}

.pagination.desk-pagin li.disabled {
    display: none
}

.pagination.desk-pagin li.pagination-counter span {
    font-size: 11px;
    font-family: Arial, sans-serif;
    border-radius: 0px !important;
    color: #efefef;
    border: 1px solid #060606;
    background: transparent
}

.fab .md-fab {
    position: fixed;
    bottom: 50px;
    left: 50px
}

.fab .md-fab.md-button {
    font-size: 30px
}

.fab .md-fab.md-button:hover {
    color: #FCE4EC
}

.fab .md-fab2 {
    position: fixed;
    bottom: 150px;
    left: 50px
}

.fab .md-fab2.md-button {
    font-size: 30px;
    z-index: 20;
    line-height: 56px;
    min-width: 0;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    background: black
}

.fab .md-fab2.md-button:hover {
    color: #FCE4EC
}

.member-area-tabs {
    border-bottom: 1px solid #444;
    background-color: rgba(0, 0, 0, 0.1)
}

.member-area-tabs ul {
    margin-bottom: 0px
}

.member-area-tabs ul li {
    float: left;
    list-style-type: none;
    line-height: 60px;
    min-height: 60px;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    padding-top: 4px
}

.member-area-tabs .showme {
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 0px;
    list-style-type: none
}

.member-area-tabs .showme > li {
    position: relative;
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px 14px;
    min-width: auto;
    color: #b2b0b7
}

.member-area-tabs .showme > li span {
    padding: 0px 5px
}

.member-area-tabs .showme > li span:hover {
    text-decoration: underline
}

.member-area-tabs .showme > li.active {
    color: #fff;
    border-bottom: 4px solid #fff
}

.member-area-tabs .showme .btn-group {
    margin-right: 8px
}

.member-area-tabs .showme .fav {
    padding-right: 38px;
    color: #b2b0b7 !important
}

.member-area-tabs .showme .fav b {
    position: absolute;
    top: 21px;
    right: 7px;
    background-color: #e74fa0;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    width: 24px;
    font-weight: normal
}

.member-area-tabs .showme .fav .on {
    color: #fff !important
}

.member-area-tabs .filter-btn {
    width: 120px;
    padding-left: 6px;
    padding-right: 6px
}

.member-area-tabs .filter-btn .md-button {
    border: 1px solid #555;
    background-color: #33343B;
    color: #fff;
    box-shadow: none !important;
    width: 80px;
    border-radius: 4px;
    min-width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    margin-left: 0px;
    margin-right: 0px
}

.member-area-tabs .filter-btn .md-button .fa {
    margin-left: 2px
}

.member-area-tabs .filter-btn .md-button:hover {
    border: 1px solid #fff;
    color: #222
}

.member-area-tabs .filter-btn.disabled {
    display: none !important
}

#search-extra {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0px 0px;
    margin-top: 0px
}

#search-extra.dataContent {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, height 0.5s linear
}

#search-extra.dataContent.activeContent {
    height: auto;
    display: block;
    visibility: visible;
    opacity: 1
}

#search-extra .sortbar {
    height: auto;
    border: none;
    border-radius: 4px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    height: 115px;
    z-index: 100
}

#search-extra .sortbar .h4, #search-extra .sortbar .h5 {
    color: #b2b0b7
}

#search-extra .sortbar.h4 {
    margin: 0px 4px 0px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal
}

#search-extra .sortbar .h5 {
    margin: 0px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-extra .sortbar .col-md-2, #search-extra .sortbar .col-md-4 {
    padding-left: 4px;
    padding-right: 4px
}

#search-extra .sortbar .sortbox {
    height: 76px;
    position: relative;
}

#search-extra .sortbar .md-select {
    margin-top: 0px;
    margin-bottom: 0px
}

#search-extra .sortbar .md-select .md-select-value {
    padding: 0px 0px 8px;
    border-bottom-color: #76747b;
    border-bottom-width: 2px;
    height: 30px;
    cursor: pointer;
}

#search-extra .sortbar .md-select .md-select-value.not-empty {
    color: #fff !important;
    border-bottom-color: #fdd733;
}

#search-extra .sortbar .md-select .md-select-value span {
    margin-left: 1px
}

#search-extra .sortbar .md-select .md-select-value.md-select-placeholder {
    color: #76747b
}

#search-extra .sortbar .md-select.disabled {
    cursor: not-allowed
}

#search-extra .sortbar .md-select.disabled .md-select-placeholder {
    color: #5f5c63
}

#search-extra .sortbar .md-select.select .md-select-placeholder {
    color: #fff
}

#search-extra .sortbar .md-select.ng-not-empty .md-select-value {
    color: #fff;
    border-bottom-color: #fdd733
}

#search-extra .sortbar #price-range ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px
}

#search-extra .sortbar #price-range ul li {
    width: 49%
}

#search-extra .sortbar #price-range ul li:first-child {
    margin-right: 1%
}

#search-extra .sortbar #price-range ul li:last-child {
    float: right
}

#search-extra .sortbar #price-range .select-price-range {
    clear: both
}

#search-extra .sortbar #price-range .select-price-range > span {
    color: #76747b;
    padding: 0px 0px 8px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block
}

#search-extra .sortbar #price-range .select-price-range .price-val {
    color: #fff;
    font-weight: normal
}

#search-extra .sortbar #price-range .select-price-range .ngrs-range-slider {
    margin: 0px 0px;
    padding-top: 1px
}

#search-extra .sortbar #price-range .select-price-range .ngrs-range-slider .ngrs-runner {
    height: 16px
}

#search-extra .sortbar #price-range .select-price-range .ngrs-range-slider .ngrs-handle {
    width: 16px
}

#search-extra .sortbar #price-range .select-price-range .ngrs-range-slider:before {
    top: 8px
}

#search-extra .sortbar #price-range .select-price-range md-slider {
    margin-top: -15px;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 1000
}

#search-extra .sortbar #price-range .select-price-range md-slider .md-track {
    background-color: #76747b
}

#search-extra .sortbar #price-range .select-price-range md-slider .md-track.md-track-fill {
    background-color: #448aff
}

#search-extra .sortbar #price-range .select-price-range md-slider .md-track-ticks {
    color: rgba(0, 0, 0, 0.8)
}

#search-extra .sortbar #price-range .select-price-range md-slider .md-sign .md-thumb-text {
    font-weight: normal
}

#search-extra .sortbar #price-range .select-price-range md-slider.md-default-theme .md-track {
    background-color: #76747b
}

#search-extra .sortbar #price-range .select-price-range md-slider.md-default-theme .md-track.md-track-fill {
    background-color: #448aff
}

#search-extra .sortbar #price-range .select-price-range md-slider.md-default-theme .md-track-ticks {
    color: rgba(0, 0, 0, 0.8)
}

#search-extra.member-area-filters {
    border-bottom: 1px solid #444
}

#search-extra.dark {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #444;
    height: 91px
}

#search-extra.dark .sortbar {
    height: 76px
}

.applied-filters {
    color: #76747b;
    padding: 20px 5px 0;
    font-size: 13px;
    line-height: 1.54em;
    display: none;
}

.applied-filters.active {
    display: block;
}

.applied-filters strong {
    color: #fdd733;
    font-weight: normal
}

.applied-filters strong.search-tag {
    font-weight: normal;
    text-transform: capitalize
}

.applied-filters > div {
    display: inline-block;
    text-transform: capitalize;
    color: #fff
}

.applied-filters .tag {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 0px;
    border-radius: 4px;
    margin: 0 2px;
    font-size: 13px;
    line-height: 1.54em;
    text-transform: none;
}

.applied-filters .tag ul {
    display: inline-block;
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

.applied-filters .tag ul li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    font-weight: normal;
    text-transform: none;
    padding-right: 3px;
    color: #fdd733
}

.applied-filters .tag ul li .fa {
    font-size: 11px
}

.applied-filters .tag ul li:after {
    content: ", "
}

.applied-filters .tag ul li:last-child:after {
    content: ""
}

.applied-filters .tag .material-icons {
    float: right;
    font-size: 18px
}

.applied-filters .tag.tag-rates li {
    text-transform: lowercase
}

.applied-filters .tag.tag-rates li span {
    text-transform: capitalize
}

@media (max-width: 768px) {
    #search-extra .sortbar .sortbox {
        float: left
    }

    #search-extra .sortbar .sortbox.col-md-4 {
        width: 33.33333333%
    }

    #search-extra .sortbar .sortbox.col-md-2 {
        width: 16.66666667%
    }

    #search-extra .sortbar ._md-select-value span {
        font-size: 13px
    }

    #search-extra .sortbar #price-range .select-price-range > span {
        font-size: 13px
    }

    .applied-filters {
        font-size: 13px
    }
}
