.pulse-green {
    width: 10px;
    height: 10px;
    background: rgb(5, 204, 69);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 150px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: animate 2s linear infinite;
    margin-right: 10px;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(89, 255, 0), 0 0 0 0 rgba(66, 255, 0, 0.9);
    }

    40% {
        box-shadow: 0 0 0 15px rgba(255, 0, 64, 0), 0 0 0 0 rgb(103, 255, 7);
    }

    80% {
        box-shadow: 0 0 0 15px rgba(255, 0, 64, 0), 0 0 0 5px rgba(255, 0, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 5px rgba(255, 0, 64, 0);
    }
}

.pulse-red {
    width: 10px;
    height: 10px;
    background: rgb(204, 44, 5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 150px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 10px;
}

.recommended {
    position: absolute;
    top: 10px;
    left: -6px;
    padding: 10px;
    width: 130px;
}

nav#masseuses-sallons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

nav#masseuses-sallons a {
    padding: 5px 10px;
    color: #fff;
}

nav#masseuses-sallons a:hover, nav#masseuses-sallons a.active-menu {
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 3px;
}

.saloon-name-map {
    font-size: 14px;
    background-color: #00592654;
    /*padding: 5px;*/
    line-height: 38px;
    color: #fff9;
    cursor: pointer;
}

@media (max-width: 570px) {
    .saloon-name-map {
        font-size: 13px;
        background-color: rgba(0, 89, 38, 0.9);
        /*padding: 5px;*/
        line-height: 38px;
        color: #fff9;
        cursor: pointer;
    }

    nav#masseuses-sallons a {
        font-size: 11px;
        /* flex: 1; */
    }
}

.saloon-name-map:hover {
    background-color: #00592676;
}

/*.saloon-name-map:before {*/
/*    content: "";*/
/*    background-image: url("http://galadmin.local/images/pinpoint.svg");*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    display:inline-block;*/
/*}*/

.iframe-saloon {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.hidden2 {
    overflow: visible !important;
}

.iframe-saloon iframe {
    position: absolute;
    width: 100%;
    height: calc(100% - 3.5rem);
    border: 0;
    left: 0;
    bottom: 0;
}

.iframe-saloon .iframe-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: green;
    color: #fff;
    text-align: center;
    line-height: 3rem;
}

.iframe-saloon .iframe-title > a {
    line-height: 3.5rem;
}

.iframe-saloon .iframe-title > a:hover {
    color: #fff;
}

.iframe-saloon .iframe-title .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 32px;
    font-size: 32px;
}

.model-container {
    overflow: hidden;
}

.flip-in-hor-top {
    -webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-out-bottom {
    -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
}

@keyframes slide-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
}

body {
    background-color: transparent;
}

body:after {
    background: none;
}

.artivle-body-bg {
    padding: 0;
}

.article-header {
    margin: 20px 0;
}


body {
    background: none;
    font-family: Lato, sans-serif;
}

.page-title {
    /*border: 1px solid rgba(255, 255, 255, 0.15);*/
    box-shadow: none;
    text-shadow: 1px 1px 2px #000000;
}

.artivle-body-bg {
    background: none;
    border: none;
    /*padding: 15px;*/
}

.modeltitle a {
    background: rgba(255, 255, 255, 0.22);
    /*display: block;*/
    /*line-height: 2.5em;*/
    /*margin-top: 0px;*/
    /*width: 100%;*/
    color: #fff;
}

.price-incall {
    display: none;
}

.price-outcall {
    display: none;
}