@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700&display=swap&subset=cyrillic');
@import url('https://fonts.cdnfonts.com/css/lato');

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/raleway:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/fonts/fontawesome-webfont.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: 'DelphianATT', "Oleo Script Swash Caps";
    src: url('../fonts/DelphianATT.eot?#iefix') format('embedded-opentype'), url('../fonts/DelphianATT.woff') format('woff'), url('../fonts/DelphianATT.ttf') format('truetype'), url('../fonts/DelphianATT.svg#DelphianATT') format('svg'), url('../fonts/OleoScriptSwashCaps-Bold.ttf') format ('truetype'), url('../fonts/OleoScriptSwashCaps-Regular.ttf') format ('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'El Messiri', sans-serif; 
    src: url(../fonts/ELMESSIRI-REGULAR.OTF), url(../fonts/ELMESSIRI-BOLD.OTF), url(../fonts/ELMESSIRI-MEDIUM.OTF);
    font-display: swap;
}
*/
html, button, input, select, textarea {
    color: #222;
}
::-moz-selection {
    background: #ECC731;
    color: #444;
    text-shadow: none;
}
::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Lato', sans-serif;  
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    background: #0f0f0f;
    /*background: #0f0f0f url(../im/home_page_stars.jpg) no-repeat top center;*/
    width: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.odd a img {
    background: #f5f5f5;
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 80px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon_top.png') no-repeat;
}
/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #ff1616;
}
h1 {
    font-weight: 500;
    padding: 30px 0;
    font-size: 34px;
}
h2 {
    color: #ff1616;
    font-weight: 500;
}
.col-xs-12 .full-container h2 {
    margin-bottom: 0px;
    margin-top: 0;
}
.full-container h2 {
    margin-bottom: 40px;
}
/* Paragraph & Typographic */

.fn-section-header h1 {
    padding: 0px;
}
.fn-section-header h2, .fn-section-header h3 {
    color: #fff;
    text-transform: none;
    margin-top: 0;
}
.text-center {
    text-align: center;
    color: #ffffff;
}
.height-column {
    /*  min-height: 680px;*/
}
.fa-17x {
    font-size: 1.7em!important;
}
.mobile {
    padding-top: 50px;
}
.phone-red {
    color: #f20000;
}
.phone-green {
    color: #55b536;
}
.phone-wellow {
    color: #ffc107;
}
.home-title strong {
    display: inline-block;
    font-weight: 500;
    padding: 30px 0;
    font-size: 34px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #ff1616;
    margin-right: 8px;
}
.home-title h1 {
    display: inline-block;
}
.text-yellow {
    color: #ffffff!important;
}
p {
    line-height: 22px;
    margin-bottom: 20px;
}
p.large {
    font-size: 18px;
    margin-bottom: 50px;
}
strong {
    font-weight: 700;
}
em {
    font-weight: 300;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
.border {
    border: 1px solid #000;
}
/* Links */

a {
    color: #ff1616;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
    color: #ff1616;
    text-decoration: none;
    outline: 0;
}
a:before, a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
#our-gallery h2 {
    margin: 40px 0;
}
.hideContent {
    overflow: hidden;
    max-height: 300px;
}
.help-block {
    /*    display: inline-block;*/
    display: block;
    font-size: 12px;
}
.help-block ul {
    margin-bottom: 0px;
}
.fn-section-header {
    /*margin-bottom: 50px;*/
}
.section-title {
    text-transform: uppercase;
    color: #ffffff;
}
.section-padding {
    padding: 60px 0;
}
.show-more span a {
    margin: 0 auto;
    color: #fe1616;
}
.show-more span a:hover {
    opacity: 0.9;
}
.show-more-today span a {
    text-align: center;
    margin: 0 auto;
    color: #fe1616;
    display: block;
}
.show-more-today span a:hover {
    opacity: 0.9;
}
/* ==========================================================================
   NAVBAR
   ========================================================================== */

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ff0000;
    background-color: transparent;
}
.navbar-default {
    background-color: transparent!important;
    padding: 5px 0 0px 0;
    /*box-shadow: 0 0 3px #ccc;*/
    font-weight: 500;
    border-color: transparent!important;
}
.navbar-default .navbar-brand {
    font-weight: 700;
    font-size: 26px;
    color: #E9D686;
    /* font-family: 'DelphianATT', Gill Sans; */
    font-family: 'Lato', sans-serif;  
}
.navbar-default .navbar-brand span {
    color: #b71625;
    font-size: 34px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #b71625;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #171717;
}
.navbar-brand .fa {
    color: #ECC731;
    margin-right: 10px;
}
.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
    margin-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ff0000;
}
.nav>li>a {
    /*    padding: 10px 10px;*/
    padding: 10px 5px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 30px 8px 20px 8px;
    text-transform: uppercase;
    font-size: 13px;
}
/*body #navbar-main * {
    transition: all .3s linear!important;
}*/

.logo {
    width: 300px;
}
.mobile-header-btn {
    display: none;
}
/*.resize .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 15px;
}*/

/*.resize.logo {
    width: 220px;
    transition: all .3s linear!important;
}*/

/*.resize.navbar-default {
    padding: 5px 0 0px 0;
}*/

/* ==========================================================================
   SLIDER TODAY ESCORTS
   ========================================================================== */

#slider .block .owl-carousel a img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    min-height: 300px;
    max-height: 300px;
}
#slider .block .owl-carousel a:hover img {
    opacity: 0.7;
}
/* ==========================================================================
   CAROUSEL
   ========================================================================== */

.carousel-caption h2 {
    font-size: 40px;
    color: #fff;
}
.carousel-caption p {
    font-size: 30px;
    color: #fff;
    display: block;
    margin: 50px 0 0 0;
}
.carousel-caption p span a {
    font-size: 34px;
    color: #ECC731;
    font-weight: 900;
}
#fn-home-carousel {
    overflow: hidden;
    position: relative;
}
#fn-home-carousel img {
    width: 100%;
    background-size: cover;
}
.carousel-fade .carousel-inner .item {
    max-height: 700px;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-inner .item:after {
    background: rgba(15, 15, 0, 0.33) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.carousel-fade .carousel-control {
    z-index: 20
}
/* Caption style
/* ------------------------------ */

#fn-home-carousel .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}
#fn-home-carousel .carousel-caption h3 {
    color: #FFFFFF;
    font-size: 75px;
    line-height: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 40px;
}
#fn-home-carousel .carousel-caption h3 span {
    font-weight: 900;
    color: #b71625;
}
#fn-home-carousel .carousel-caption p {
    color: #FFFFFF;
    font-size: 25px;
    margin-bottom: 70px;
}
#fn-home-carousel .carousel-caption .btn {
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border-color: #ECC731;
    border-radius: 30px;
    padding: 20px 58px;
}
#fn-home-carousel .carousel-caption .btn:hover {
    background: #ECC731;
    border-color: transparent;
    color: #fff;
}
/* Next and previous button
/* ------------------------------ */

#fn-home-carousel>.item-prev {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#fn-home-carousel>.item-next {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#fn-home-carousel:hover .item-prev, #fn-home-carousel:hover .item-next {
    opacity: 1;
}
#fn-home-carousel>.item-prev i, #fn-home-carousel>.item-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    background-color: #DDDDDD;
}
#fn-home-carousel>.item-prev i:hover, #fn-home-carousel>.item-next i:hover {
    background-color: #b71625;
    color: #ffffff;
}
.verticle-line {
    position: absolute;
    top: -150px;
    height: 200px;
    width: 1px;
    content: "";
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Text animation delay
/* ------------------------------ */

.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-4 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
/* ==========================================================================
   PAGE HEADER
   ========================================================================== */

.stars-bgr {
    /*background: url('../im/header-stars.png') no-repeat;*/
    width: 457px;
    height: 233px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}
.navbar-right {
    position: relative;
    z-index: 12;
}
#navbar-main {
    /*
    position: relative;
    z-index: 4;
*/
}
.navbar-default.resize {
    background-color: #030303!important;
    border-color: #ffffff36!important;
    box-shadow: 0 0 25px #ffffff45;
    z-index: 1040;
}
.stars-bgr.resize {
    opacity: 0;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}
/*.navbar.resize {
    min-height: 0px;
    margin-bottom: 0px;
}*/

.page-header {
    background-position: 0% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    height: auto;
    margin: 0px;
    border: none;
}
.today {
    background-image: url(../images/today.jpg);
}
.allescorts {
    background-image: url(../images/allescorts.jpg);
}
.duoescorts {
    background-image: url(../images/duoescorts.jpg);
}
.details {
    background-image: url(../images/details.jpg);
}
.booking {
    background-image: url(../images/booking.jpg);
}
.today {
    background-image: url(../images/today.jpg);
}
.employment {
    background-image: url(../images/employment.jpg);
}
.elite {
    background-image: url(../images/elite.jpg);
}
.areas {
    background-image: url(../images/areas.jpg);
}
.contacts {
    background-image: url(../images/contacts.jpg);
}
.rates {
    background-image: url(../images/rates.jpg);
}
.conditions {
    background-image: url(../images/conditions.jpg);
}
.car {
    background-image: url(../images/car.jpg);
}
.reception {
    background-image: url(../images/reception.jpg);
}
.page-header.booking {
    /*  display: none;*/
    padding: 25px;
}
/* ==========================================================================
   CALL SECTION 
   ========================================================================== */

.call-section {
    display: none;
    background-color: #b71625;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: 74px;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}
.call-section.resize {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    /*margin-top: 56px;*/
}
.call-section h2 {
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
.call-section h2 b {
    color: #fff;
}
.call-section h2 span {
    color: #ffffff;
}
.call-section h2 span a {
    color: #ffffff;
    font-family: 'Lato', sans-serif;  
    font-weight: bold;
}
.book-btn {
    background-color: #171717;
    border: 2px solid #fff;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    padding: 6px 20px;
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.book-btn:hover {
    background-color: #000000;
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.banner-top {
    margin-top: 20px;
}
.banner-links � {
    display: block;
}
.call-us {
    margin: 0 0 10px 0;
    background-color: #b80619;
    padding: 15px;
}
.call-us strong {
    font-size: 17px;
}
.call-us span a {
    font-size: 17px;
    font-weight: 600;
    color: #ffc107;
}
/* ==========================================================================
  ESCORT LIST SECTION 
   ========================================================================== */

/*.todays {
   float: left;
   position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}*/

.list-block {
    padding-bottom: 30px;
}
.thumbnail {
    padding: 10px;
    border: none;
    width: 19%;
    float: left;
    margin: 0.5%;
    text-align: center;
    background-color: #272727;
    position: relative;
    z-index: 1;
}
.thumbnail img {
    border-radius: 4px;
    min-height: 300px;
    max-height: 300px;
}
.thumbnail a:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
}
.thumbnail a {
    color: #ffffff;
    text-decoration: none;
}
.thumbnail_name {
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    font-weight: 500;
}
.thumbnail-home {
    margin-bottom: 25px;
    border: none;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 310px;
}
.thumbnail-home img {
    border-radius: 5px;
    min-height: 230px;
    max-height: 230px;
    min-width: 153px;
}
.thumbnail-home a:hover img {
    opacity: 0.6;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
}
.thumbnail-home a:hover {}
.thumbnail_name_home a {
    display: block;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
/* ==========================================================================
 NEW DUO ESCORTS
   ========================================================================== */

.thumbnail-duo {
    padding: 10px;
    border: none;
    width: 100%;
    float: left;
    margin: 0.5% 0.5% 5% 0.5%;
    text-align: center;
    background-color: #272727;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.thumbnail-duo-heading {
    font-family: 'Lato', sans-serif;  
    font-size:25px ;
    background: #0f0f0f;
    border: 1px solid #0f0f0f;
    border-radius: 4px;
    padding: 10px 0px;
    text-align: center;
    color: #ff1615;
    margin: 3px 3px 10px 3px;
    display: block;
    clear: both;
}
.thumbnail-duo-heading span {
    color: #fff;
}
.thumbnail-duo-left {
    float: left;
    padding: 0px;
    width: 48%;
    margin: 0 2% 0 0;
}
.thumbnail-duo-right {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 50%;
}
.short-descr {
    text-align: center;
    font-family: 'Lato', sans-serif;  
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0px;
    padding: 0px;
}
.short-descr a {
    color: #f20000;
    font-weight: 400
}
.short-descr a:hover {
    text-decoration: underline;
}
.thumbnail-duo a>img {
    width: 250px;
    max-height: 350px;
    min-height: 350px;
    border-radius: 4px;
}
/* ==========================================================================
  END NEW DUO ESCORTS
   ========================================================================== */

.seo_text1 {
    margin: 0 15px 5px 15px;
    font-size: 13px;
}
.seo_text2 {
    margin: 15px 15px 15px 15px;
    font-size: 13px;
}
/* ==========================================================================
  ABOUT SECTION 
   ========================================================================== */

#about {
    padding-top: 90px;
    /* padding-top: 110px; */
    padding-bottom: 20px;
    /*background: url("../images/about.jpg") #000000;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#about:before {
    /*content: "";*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.8;
}
/* ==========================================================================
   FOOTER SECTION 
   ========================================================================== */

.fn-footer {
    background: #171717 url('../im/footer-stars.webp') repeat;
    color: #fff;
}
#sub-footer {
    border-top: 1px solid #9b9ca0;
    /*    background: #171717;*/
}
.fn-footer {
    padding: 20px 0 0 0;
}
.fn-footer a {
    color: #fff;
}
.fn-footer a:hover {
    color: #E2E2E2;
}
.fn-footer h1, .fn-footer h2, .fn-footer h3, .fn-footer h4 {
    color: #fff;
    font-weight: bold;
}
.fn-footer h2 {
    font-size: 18px;
}
.fn-footer a h3 {
    font-weight: 300;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
ul.social-network {
    list-style: none;
    margin: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.fn-footer ul.social-network li i {
    font-size: 16px;
}
.fn-footer ul.social-network li a {
    background: #b80e20;
    border-radius: 50%;
    padding: 10px 13px;
    width: 30px;
    height: 30px;
}
#sub-footer {
    margin: 20px 0 0;
    padding: 15px 0;
    text-shadow: none;
}
#sub-footer p {
    margin: 0;
    padding: 15px 0 0 0;
}
#sub-footer span {}
.copyright {
    text-align: left;
}
#sub-footer ul.social-network {
    /*    float: right;*/
    padding: 15px 0 0 0;
    float: left;
}
.fn-footer h3 {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    background: #b80e20;
    padding: 5px 10px;
    border-radius: 3px;
}
.fn-footer ul.link-list {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fn-footer ul.link-list li {
    float: none;
    list-style: outside none none;
    margin: 0px 20px 0px 0px;
    padding: 4px 0;
}
.fn-footer ul.link-list li a {
    color: #fff;
}
ul.link-list {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.link-list li {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 4px 0;
}
.fn-footer ul.link-list li a {
    color: #fff;
    text-transform: uppercase;
}
.fn-footer ul.link-list li a:hover {
    text-decoration: underline;
}
/*.gdpr {
    float: right;
    margin: 0px auto -45px auto;
    clear: left;
    position: relative;
    bottom: 35px;
}*/

/* ==========================================================================
  TODAY/ALLESCORTS SECTION 
   ========================================================================== */

#today {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/contact-form.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#today:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}
#allescorts {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/contact-form.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#allescorts:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}
/* ==========================================================================
  PREMIUM SECTION 
   ========================================================================== */

.premium-box {
    background-color: #252525;
    position: relative;
    padding-bottom: 10px;
    margin: 15px 0;
    height: 400px;
}
.premium-img {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.premium-txt {
    padding: 10px;
}
.premium-txt strong a {
    display: block;
    padding: 10px 0px;
    color: #ff1616;
}
.premium-txt p {
    line-height: 20px;
    min-height: 50px;
}
/* ==========================================================================
  END PREMIUM SECTION 
   ========================================================================== */

/* ==========================================================================
  BOOKING SECTION 
   ========================================================================== */

#booking {
    padding-top: 0px;
    padding-bottom: 50px;
    background: url("../images/booking-form.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#booking:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}
#booking h3 {
    /*    padding-bottom: 30px;*/
}
.bookingpreview {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.bookingpreview img {
    border: 1px solid #555;
    padding: 5px;
    max-width: 220px;
}
.bookingpreview ul.leaders {}
.bookingpreview ul.leaders>li {
    line-height: 1.7em;
}
.bookingpreview ul.leaders span+span {
    background: none;
}
.bookingpreview ul.leaders span:first-child {
    background: none;
}
.bookingpreview ul.leaders li:before {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . ."". . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . "". . . . . . . . . . . . . . . . . . . . ";
}
#details_section.title h2 {
    margin: 0px 0px 20px 0px;
}
/* ==========================================================================
   BOOKING FORMS
   ========================================================================== */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #9E9E9E;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-addon:last-child {
    background: transparent;
    border: 1px solid #757575;
}
.form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.form-control:-moz-placeholder {
    color: #ffffff
}
.form-control::-moz-placeholder {
    color: #ffffff;
}
.form-control:-ms-input-placeholder {
    color: #ffffff;
}
.form-control option {
    color: #333;
}
.btn-booking {
    color: #fff;
    background-color: #b80f20;
    border: 2px solid #ffffff!important;
    border-radius: 0!important;
    font-size: 20px!important;
    padding: 6px 0px!important;
    margin: 0px 0px 10px 0!important;
    width: 100%!important;
    text-transform: uppercase;
}
.btn-booking:hover {
    color: #fff;
    background-color: #171717;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.book-form .required {
    margin: 0px 0 10px 0px;
    padding-right: 15px;
    display: flex;
    position: relative;
    z-index: 999;
    float: left;
    font-size: 14px;
}
.book-form .required a {
    color: #ff142b;
}
.row-txt:last-child {
    margin-left: 3px;
}
#form_agree {
    display: inline-block;
}
.required>div {
    display: inline-block;
}
/*
#time_of_booking_h {
    width: 45%;
    float: left;
    margin-right: 10%;
}
*/

#time_of_booking_m {
    /*
    width: 45%;
    float: left;
    margin-right: 0;*/
    margin-top: 23px;
}
#call_of_booking_m {
    margin-top: 23px;
}
.mar-bot-15 {
    margin-bottom: 15px;
}
.mar-bot-50 {
    margin-bottom: 50px;
}
.label-txt {
    margin-bottom: 5px;
    font-size: 0.82em;
}
.productpageprice {
    position: relative;
    color: #ffffff;
    text-align: right;
    float: left;
    margin-bottom: 20px;
}
#amount {
    font-size: 20px;
    font-weight: bold;
    background: #b80f20;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 5px 5px;
    margin: 0;
}
#total_price {
    font-size: 20px;
    font-weight: bold;
    background: #b80f20;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 0;
}
#extra_charge {
    font-size: 14px;
    background: #b80f20;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 0;
}
.alert {
    font-weight: bold;
}
/* ==========================================================================
  EMPLOYMENT SECTION 
   ========================================================================== */

#employment {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/employment-form.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#employment:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}
#employment h3 {
    padding-bottom: 30px;
}
#employment p {
    color: #ccc;
    text-align: center;
}
#employment .required {
    margin: 0 0 10px 0px;
    padding-left: 15px;
    display: inline-block;
    width: 350px;
}
#employment .required a {
    color: #ff142b;
}
.call>div {
    margin-right: 15px;
    display: inline-block;
    width: 80px;
}
.call>div label {
    font-weight: 500;
}
.g-recaptcha {
    margin-top: 20px;
}
/* ==========================================================================
  FILE UPLOAD
   ========================================================================== */

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
.fileupload {
    margin-bottom: 9px;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}
.fileupload-inline .fileupload-controls {
    display: inline;
}
.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
/* .fileupload .fileupload-preview {
    color: #fff;
    overflow-wrap: break-word;
} */
.fileupload .fileupload-preview {
    color: #fff;
    overflow-wrap: normal;
    max-width: 70px;
    font-size: 11px;
    line-height: normal;
    padding-left: 5px;
    padding-right: 5px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #C81817;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close:focus, .close:hover {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
/* ==========================================================================
  CONTACT SECTION 
   ========================================================================== */

#contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/contact-form.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#contact:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}
#contact h3 {
    padding-bottom: 30px;
}
#contact p {
    color: #ccc;
    text-align: center;
}
span.glyphicon.glyphicon-envelope, .glyphicon-earphone, .glyphicon-info-sign {
    font-size: 2em;
    border-radius: 60px;
    border: 2px solid #f10f0f;
    padding: 1em 0em 1em 1em;
    color: #f10f0f;
}
.contacts-info p {
    line-height: 1.6em;
    color: #ffffff;
    font-size: 24px;
    padding: 15px 0 0 0;
}
.contacts-info p.info {
    line-height: normal;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0 0 0;
}
.contacts-info p a {
    display: block;
    color: #ffffff;
}
/* ==========================================================================
  AREAS SECTION 
   ========================================================================== */

/*#areas {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/london-night.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#areas:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}

#areas-list {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/london-night.jpg") #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#areas-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.9;
}*/

.areas-list-item {
    height: 300px;
}
.areas-list-item h2 {
    font-size: 22px;
}
.areas-list-item h2 a {
    color: #ffffff;
}
.area-img {
    margin: 0 auto;
    padding: 30px 0 20px;
}
.area-img:hover {
    opacity: 0.8;
}
.areas-map a {
    font-size: 18px;
    color: #333;
}
.area-head-img {
    margin: 0 auto;
    padding: 0px 0 30px;
}
.btn-back {
    color: #fff;
    background-color: #b80f20;
    border-radius: 0!important;
    font-size: 16px!important;
    padding: 6px 30px!important;
    margin: 20px 0px!important;
}
.btn-back:hover {
    background-color: #a20e1d;
    color: #fff;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
#areas-list a img {
    background-color: transparent;
}
.area-thumb {
    margin: 0 auto;
    padding: 10px;
    min-height: 245px;
    max-height: 245px;
}
.area-thumb:hover {
    opacity: 0.8;
}
.btn-area {
    width: 100%;
    background-color: #b80f20;
    color: #fff;
    border-radius: 0!important;
    font-size: 16px!important;
    padding: 6px 30px!important;
}
.btn-area:hover {
    background-color: #a60c1c;
    color: #fff;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.area-list {
    background: #1a1a1a;
    opacity: 0.8;
    border: 1px solid #222222;
    padding: 0px;
    margin-bottom: 20px;
}
.area-list h2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: normal;
    min-height: 40px;
    max-height: 55px;
}
.area-list h2 a {
    color: #ff0f0f;
}
/*.area-list p {
    overflow: hidden;
    height: 100px;
}*/

.txt-holder {
    display: block;
    overflow: hidden;
    height: 90px;
    margin-bottom: 15px;
}
.txt-holder p {
    line-height: 22px;
    margin-bottom: 0px;
}
.area-txt {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/*----------------------------------*/

@media (min-width: 980px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.dropdown-menu {
    background-color: #b80f20;
}
.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}
/* ==========================================================================
  TABS
   ========================================================================== */

ul.tabrow {
    /* width: 1170px; */
    width: 100%;
    margin: 40px 0 28px 0;
    list-style: none;
    position: relative;
    padding: 0;
}
ul.tabrow:after, ul.tabrow:before {
    display: table;
    content: " ";
}
ul.tabrow>li {
    float: left;
    /* margin-bottom: 0; */
    margin-bottom: -1px;
}
ul.tabrow>li.active>a, ul.tabrow>li>a:hover, ul.tabrow>li>a:focus {
    border-color: #0d0d0d;
    color: #ffffff;
    background-color: #0d0d0d;
}
ul.tabrow>li>a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    margin-right: 0;
    margin-top: 0px;
    background-color: #b80f20;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-radius: 0;
}
.tabs-border {
    border-bottom: 4px solid #b80f20;
}
.tabrow.nav-tabs {
    border-bottom: 4px solid #b80f20;
}
/* ==========================================================================
  DETAILS
   ========================================================================== */

.escort {
    display: inline-table;
}
.escort-name {
    margin-bottom: 30px;
    text-align: center;
}
.escort-name h1 {
    padding: 30px 0 0 0;
    display: inline-block;
}
.escort_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.escort_image-new {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #0f0f0f;
    border-radius: 3px;
}
.escort img {
    /*height: auto;*/
    max-width: 100%;
}
.escort a img:hover {
    opacity: 0.8;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.escort-vertical {
    height: 495px;
    width: 328px !important;
}
.escort-vertical-new {
    height: 405px;
    width: 270px!important
}
.escort-horizontal {
    height: auto;
    width: 670px !important;
}
.escort-horizontal-new {
    height: auto;
    width: 545px!important
}
.widget ul {
    padding: 0;
    margin: 0;
}
.widget ul li {
    padding: 5px 0;
    list-style: none;
    /* deep nesting */
}
.textwidget>h3 {
    padding-bottom: 15px;
}
.sidebar_content.widget {
    margin-bottom: 15px;
    /*padding: 0;*/
    margin-top: 0px;
}
.sidebar_content.widget .testimonial-control {
    display: none;
}
.sidebar_content.widget .testimonial-content>p {
    display: table-cell;
    font-size: 15px;
    height: 120px;
    padding-top: 10px;
    top: 15px;
    vertical-align: middle;
}
.sidebar_content.widget .testimonial-content {}
.sidebar_content.widget .client-name {
    display: none;
}
.sidebar_content.widget ul li {
    /*border-bottom: 1px solid #333333;*/
    line-height: 1.2em;
}
.sidebar_content.widget h1 {
    background: none repeat scroll 0 0 #212121;
    border: 1px solid #444444;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    /*    background: url("bqbg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.sidebar_content.widget blockquote h1 {
    background: transparent;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 2px dotted #999999;
    border-top: 2px dotted #999999;
    line-height: 1em;
}
.sidebar_content.widget blockquote {
    padding: 15px;
}
.fancy {
    line-height: 0.5;
    text-align: center;
    padding: 0px 20px;
    overflow: hidden;
}
.fancy span {
    display: inline-block;
    position: relative;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
}
.fancy span:before, .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ff0000;
    border-top: 1px solid #ff0000;
    top: 17px;
    width: 500px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
.fancy.small-line span:before, .fancy.small-line span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ff0000;
    border-top: 1px solid #ff0000;
    top: 17px;
    width: 500px;
    margin-right: 160px;
    margin-left: 105px;
}
.sidebar_content.widget h1 {
    text-align: center;
}
.leaders {
    color: #dedede;
    line-height: 20px;
    text-align: justify;
}
ul.leaders {
    list-style: none outside none;
    max-width: 60em;
    overflow-x: hidden;
    padding: 0;
}
ul.leaders li:before {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . .";
    float: left;
    white-space: nowrap;
    width: 0;
    color: #555555;
}
ul.leaders span:first-child {
    background: none repeat scroll 0 0 #151515;
    padding-right: 0.33em;
}
ul.leaders span+span {
    background: none repeat scroll 0 0 #151515;
    float: right;
    padding-left: 0.33em;
}
ul.leaders {
    margin: 0 !important;
    padding: 0 !important;
}
.leaders p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: normal;
}
.leaders>li {
    /*border-bottom: 1px solid #333333;*/
    margin-bottom: 0;
    line-height: 2px;
    color: #fff;
}
.leaders>li:last-child {
    border-bottom: 0 none;
}
.box {
    background: #171717;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.sidebar_content h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 7px 0px 20px 0px;
}
.rates_details_elite {
    background: none;
    font-size: 0.85em;
    color: #FFFFFF!important;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.rates_details_elite .time_rates_img {
    position: relative;
    width: 20px;
    height: auto;
    float: left!important;
    /*left:180px!important;*/
    left: 12%!important;
    top: 0px!important;
    margin: 0!important;
}
.rates_details_elite td {
    padding: 10px 6px!important;
    vertical-align: middle;
    /*width: 50%;*/
    line-height: 1em!important;
}
.rates_details_elite tr:first-child {
    /*text-align: center;*/
}
.rates_details_elite tr:nth-child(odd) {
    background: #262626;
    border-bottom: 1px solid #272727;
}
.rates_details_elite tr:nth-child(even) {
    background: #1e1e1e;
    border-bottom: 1px solid #272727;
}
.rates_details_elite i {
    font: bold 10px Gill Sans;
    font-style: bolder!important;
    color: #9c9c9c;
}
.rates_details_elite td img {
    /*float:right!important;
vertical-align: middle;*/
}
.tooltip img {
    width: 16px;
}
.label_elite {
    position: relative;
    top: 0;
    left: 0;
    width: 428px;
    height: 640;
}
.watermark {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 0;
}
.watermark img {
    width: 100px!important;
    height: auto;
    min-height: auto!important;
    border-radius: 0;
}
.new-watermark {
    position: absolute;
    left: 8%;
    top: 5px;
    height: 0;
}
.new-watermark img {
    width: 37px;
    min-width: 37px!important;
    height: auto;
    min-height: auto!important;
    border-radius: 0;
}
/*.duo-watermark {
    position: relative;
    left: 0px;
    top: -150px;
    min-width: 160px;
    max-width: 300px;
    height: 0;
}*/

.duo-watermark {
    position: relative;
    left: 0px;
    top: -180px;
    min-width: 160px;
    max-width: 300px;
    height: 0;
}
.duo-watermark img {
    width: 70%;
    height: auto;
    min-height: auto!important;
    border-radius: 0;
}
.duo-watermark-detail {
    position: relative;
    left: 100px;
    top: -210px;
    min-width: 160px;
    max-width: 300px;
    height: 0;
}
.duo-watermark-detail img {
    width: 70%;
    height: auto;
}
/* START DUO ESCORTS DETAILS NEW*/

.main-duo-container {
    background: #171717;
    border: 1px solid #171717;
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    margin: 0 0 20px 0px;
}
.duo-details-bgr {
    background: #262626;
    border: 1px solid #262626;
    border-radius: 5px;
}
.single-duo-container1 {
    background: none;
    text-align: center;
    padding: 10px;
}
.single-duo-container2 {
    text-align: center;
    padding: 10px;
}
.single-duo-container1 img, .single-duo-container2 img {
    width: 235px;
    height: auto;
    border-radius: 5px;
}
.single-duo-description {
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
}
ul.single-duo-description {
    list-style: none outside none;
    max-width: 60em;
    overflow-x: hidden;
    padding: 0;
}
ul.single-duo-description li::before {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . .";
    float: left;
    white-space: nowrap;
    width: 0;
    color: #555555;
}
ul.single-duo-description span+span {
    background: none;
    float: right;
    padding-left: 0.33em;
}
.single-duo-description li {
    line-height: 2.5em;
    margin: 0;
    padding: 0;
}
/* END DUO ESCORTS DETAILS NEW*/

.profile-new-xmas-box {
    background: url(../img/2020_profile_bgr_main.jpg) no-repeat right top;
    position: relative;
    padding: 20px 10px 5px 10px;
    margin: 0px auto 20px auto;
}
.profile-pic-xmas:hover {}
.xmas-link-img img:hover {
    color: #000!important;
    background: #000000!important;
    visibility: visible;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.profile-pic-xmas img {
    border: 8px double #000;
}
/*.profile-pic-xmas img:hover {
    background: #000!important;
    opacity: 0.9;
    visibility: visible;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    
}*/

.xmas-divider:after {
    content: url(../img/stars-divider-home.png);
    position: absolute;
    top: 10em;
    left: 0;
    margin: 0 0 0 -0.8em;
}
h4.xmas {
    font: 28px/25px 'Lato';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 2px 0px #000000;
    z-index: 555!important;
    min-height: 1.7em;
}
/*.xmas-divider {
    margin: 0px 12px;
}*/

.xmas-hat {
    /* position: absolute;
    top: 3.6em;
    right: -0.3em;*/
    display: none;
}
.xmas-bottom-bgr1 {
    /*background: url(../img/girl-bgr1.png) no-repeat bottom;
    width: 119px;
    height: 211px;
    position: absolute;
    bottom: -8px;
    right: -90px;
    z-index: 1020;*/
    display: none;
}
.xmas-bottom-bgr2 {
    /*background: url(../img/girl-bgr2.png) no-repeat bottom;
    width: 278px;
    height: 154px;
    position: absolute;
    bottom: -10px;
    right: -185px;
    z-index: 1020;*/
    display: none;
}
.xmas-bottom-bgr3 {
    /*background: url(../img/girl-bgr3.png) no-repeat bottom;
    width: 125px;
    height: 242px;
    position: absolute;
    bottom: -28px;
    right: -115px;
    z-index: 1020;*/
    display: none;
}
/*.video-watermark {
    position: absolute;
    left: 25px;
    bottom: 70px;
    height: 0;
}
.video-watermark img {
    width: 63px;
    height: auto;
    min-height: auto!important;
    border-radius: 0;
}*/

.video-watermark {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 153px;
    height: 20px;
    font-weight: 500;
    color: #0f0f0f;
    background-color: #ffc107;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video-watermark-all {
    position: absolute;
    left: 10px;
    bottom: 37px;
    width: 197px;
    height: 22px;
    font-weight: 500;
    color: #0f0f0f;
    background-color: #ffc107;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.available_now-watermark {
    text-transform: uppercase;
    font-size: 14px;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    color: #ffc107;
}
.selfie-watermark {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 153px;
    height: 20px;
    font-weight: 500;
    color: #ffffff;
    background-color: #9c27b0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.vip-watermark {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 153px;
    height: 20px;
    font-weight: 500;
    color: #ffffff;
    background-color: #e91e63;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.duo-mark {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 153px;
    height: 20px;
    font-weight: 500;
    color: #ffffff;
    background-color: #9C27B0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rates_details_elite td a {
    display: inline-block;
    float: none;
    margin: 0;
    color: #b71625;
}
.rates_details_elite td b {
    text-transform: uppercase;
    padding: 15px 0px 15px 0px;
    font-size: 12px;
    line-height: normal;
}
.note_pb {
    color: #ff0000;
    font-size: 1em;
    line-height: normal;
    margin: 0;
}
@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    color: #FF0000!important;
    font: 11px Gill Sans!important;
    text-transform: capitalize!important;
}
.available-today {
    text-align: center;
    padding: 0px 0 15px 0;
}
.available-today span {
    color: #4db42d;
    font-size: 18px;
}
.available-today span:before {
    background-image: url(../im/available.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    content: '';
    background-size: 13px 13px;
    display: inline-block;
}
.available-today-not span {
    color: #ff1616;
    font-size: 18px;
}
.available-today-not span:before {
    background-image: url(../im/not-available.svg);
    fill: #ff1616;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    content: '';
    background-size: 13px 13px;
    display: inline-block;
}
/* ==========================================================================
  PAGINATION
   ========================================================================== */

ul.page_pagination {
    text-align: center;
    margin: 30px 0;
    padding: 0;
}
ul.page_pagination li {
    display: inline-block;
    margin: 0 4px;
    line-height: 40px;
    height: 40px;
}
ul.page_pagination li a {
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    border-radius: 3px;
    padding: 5px 10px;
    background: white;
    color: #272727;
    font-weight: 600;
}
ul.page_pagination li a.active, .page_pagination li a:hover {
    color: #fff;
    background-color: #b80f20;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #b80f20;
    border-color: #ffffff;
}
.pagination>li>a, .pagination>li>span {
    color: #ffffff;
}
.pagination>li>a, .pagination>li>span {
    background-color: #232322;
}
/* ==========================================================================
SORT
 ==========================================================================*/

#sort {
    background: #272727;
    padding: 3px 0px 3px 15px;
    width: auto;
    margin: 0 auto 15px auto;
    font: 15px Gill Sans;
    height: 54px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
}
#sort .styled {
    float: left;
    display: inline-block;
    margin: 6px 8px;
    padding: 0px;
    text-align: left;
    width: 210px;
    overflow: hidden;
    height: 35px;
}
#sort select {
    background: #181818 url(../im/down_select_arrow.gif) no-repeat 98% 50%;
    border: 1px solid #464646;
    border-radius: 4px;
    height: 35px;
    padding: 5px;
    width: 210px;
    color: #c4c4c4;
    font: 14px Gill Sans;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}
#sort p {
    float: left;
    display: inline-block;
    line-height: normal;
    margin: 16px 10px 0px 0px;
}
#sort img {
    width: 1em;
    height: 1em;
    margin: 0px 4px 0px 0px;
    float: left;
    display: inline-block;
}
.check-container {
    float: right;
    color: #fff;
    display: inline-block;
    clear: both;
    position: relative;
    top: -40px;
    right: 5px;
}
.checkbox_filter {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    text-transform: uppercase;
}
/* Hide the browser's default checkbox */

.checkbox_filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #d1d1d1;
    border: 1px solid #585858;
}
/* On mouse-over, add a grey background color */

.checkbox_filter:hover input~.checkmark {
    background-color: #000000;
}
/* When the checkbox is checked, add a blue background */

.checkbox_filter input:checked~.checkmark {
    background-color: #090909;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.checkbox_filter input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.checkbox_filter .checkmark:after {
    left: 3px;
    top: -2px;
    width: 7px;
    height: 12px;
    border: solid #ff0f0f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#clear-filter {
    display: block;
    float: right;
    clear: both;
    font-size: 12px;
    cursor: pointer;
    margin: 5px 0px 0px 0px;
}
/*END SORT*/

/* ==========================================================================
ESCORT BY TYPE
 ==========================================================================*/

.filter-escorts {
    height: 100px;
    /* margin-bottom: 2em; */
}
.filter-escorts select {
    /*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #b71625 url(../im/arrow-down.png) no-repeat right;
    background-size: 24px;
    border: 1px solid #d23544;
    color: #fff;
    padding: 13px 10px;
    border-radius: 2px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(134, 1, 14, 1);
    background: -moz-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 1, 14, 1)), color-stop(50%, rgba(182, 22, 38, 1)), color-stop(100%, rgba(134, 1, 14, 1)));
    background: -webkit-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: -o-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: -ms-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86010e', endColorstr='#86010e', GradientType=0);
    background-image: url(../im/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 24px;
    background-color: #b71625;
    border: 1px solid #8a0410;
    color: #fff;
    padding: 13px 10px;
    border-radius: 3px;
    font-size: 17px;
    width: 100%;
    text-transform: uppercase
}
.search-filter-gallery {
    /*    background: #b71625;
    padding: 11px;
    border-radius: 2px;
    border: 1px solid #d23544;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;*/
    background: background: rgba(134, 1, 14, 1);
    background: -moz-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 1, 14, 1)), color-stop(50%, rgba(182, 22, 38, 1)), color-stop(100%, rgba(134, 1, 14, 1)));
    background: -webkit-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: -o-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: -ms-linear-gradient(top, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 1, 14, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 1, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86010e', endColorstr='#86010e', GradientType=0);
    padding: 14px!important;
    border-radius: 3px;
    border: 1px solid #780000;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 100%
}
.search-filter-gallery::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
}
.search-filter-gallery:-moz-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
}
.search-filter-gallery::-moz-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
}
.search-filter-gallery:-ms-input-placeholder {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
}
/*.filter-escorts select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #b71625 url(../im/arrow-down.png) no-repeat right;
    background-size: 24px;
    border: 1px solid #d23544;
    color: #fff;
    padding: 13px 10px;
    border-radius: 2px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
}*/

#button_show_search_filters {
    display: none;
}
select.filter_id_type option {
    background: #a4003a;
    color: #fff;
}
.duration-price-pound-book-link {
    display: flex;
    padding: 2px 0px 0px 0px;
}
table.rates_details_elite_new tr td {
    border-top: none;
    padding: 8px;
}
/*END ESCORT BY TYPE*/

/* ==========================================================================
   SITEMAP 
   ========================================================================== */

.sitemap strong {
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 0;
}
.sitemap a {
    display: inline-block;
    color: #f00906;
    font-size: 15px;
    padding: 3px 0;
}
.sitemap a:hover {
    color: #e00018;
    text-decoration: underline;
}
/*END SITEMAP */

/* ==========================================================================
  VIDEO
   ========================================================================== */

.players {
    /* margin-top: 20px; */
}
.media-wrapper {
    /* margin: 20px 0; */
}
.btn-booking-video {
    color: #fff;
    background-color: #b80f20;
    border: 2px solid #ffffff!important;
    border-radius: 0!important;
    font-size: 20px!important;
    padding: 6px 0px!important;
    margin: 0px 0px 10px 0!important;
    width: 480px!important;
    text-transform: uppercase;
}
.btn-booking-video:hover {
    color: #fff;
    background-color: #171717;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.btn-booking-container {
    width: 640px;
    margin: 15px auto;
}
.video-container .players, .video-container .media-wrapper {
    margin: 0px 0;
}
.video-detail {
    margin: 30px 0;
}
/*END VIDEO*/

/*START BANNER TOP HOME*/

#banner-home {
    background: #0f0f0f url(../im/banner_bgr.png) no-repeat;
    width: 1060px;
    height: 200px;
    border-radius: 5px;
    margin: 0px auto 0px auto;
    padding: 0px;
}
.web {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    font: 36px calibri;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.phone-banner {
    text-align: right;
    color: #ffc201;
    text-decoration: none;
    font-weight: 900;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font: bold 36px calibri;
    margin: 0px 15px 0px 0px;
}
.caption-banner {
    float: left;
    padding: 0px;
    margin: 90px 0px 0px 15px;
    font: bold 60px "Monotype Corsiva"!important;
    font-style: italic;
    color: #ff0000;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.blink {
    animation: blinker 1s linear infinite;
    /*text-shadow:1px 1px 15px red;*/
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.web a:link, .web a:visited {
    color: #b71625;
    text-decoration: none;
    font-weight: 700;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.web a:active, .web a:hover {
    color: #ff0000;
    text-decoration: none;
    font-weight: 700;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
/*END BANNER TOP HOME*/

/*BANNER VIP IN PROFILES HOME*/

.vip-banner {
    margin: 20px 0;
}
.vip-banner img {
    margin: 0 auto;
}
.vip-banner img:hover {
    opacity: 0.8;
}
/*END VIP IN PROFILES HOME*/

/*BANNER CHRISTMAS HOME*/

.chr-banner {
    margin: 20px 0;
}
.chr-banner img {
    margin: 0 auto;
}
.chr-banner img:hover {
    opacity: 0.8;
}
/*END BANNER CHRISTMAS HOME*/

/*ADVERT BANNER BOTTOM HOME*/

#advert {
    margin: 30px 0;
}
.cheap-advert, .elite-advert {
    position: relative;
    height: 310px;
    line-height: 295px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 8px;
}
.cheap-advert img, .elite-advert img {
    width: 100%;
}
.cheap-advert a, .elite-advert a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.cheap-advert a {
    color: #ffd302;
}
.elite-advert a {
    color: #b71625;
}
.cheap-advert {
    background-color: #b71625;
}
.elite-advert {
    background-color: #ffd302;
}
.cheap-advert span {
    position: absolute;
    left: -40px;
    font-size: 28.5em;
    opacity: 0.1;
    font-family: initial;
    font-style: italic;
    overflow: hidden;
}
.elite-advert span {
    position: absolute;
    left: -40px;
    font-size: 28.5em;
    opacity: 0.3;
    font-family: initial;
    font-style: italic;
    overflow: hidden;
}
.elite-advert:before, .elite-advert:after, .cheap-advert:before, .cheap-advert:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    z-index: 4;
}
.cheap-advert::before {
    border-top: 8px solid #ffd302;
    border-bottom: 8px solid #ffd302;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
.cheap-advert::after {
    border-right: 8px solid #ffd302;
    border-left: 8px solid #ffd302;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    cursor: pointer;
}
.elite-advert::before {
    border-top: 8px solid #b71625;
    border-bottom: 8px solid #b71625;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
.elite-advert::after {
    border-right: 8px solid #b71625;
    border-left: 8px solid #b71625;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    cursor: pointer;
}
.elite-advert:hover:before, .elite-advert:hover:after, .cheap-advert:hover:before, .cheap-advert:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*END ADVERT BANNER BOTTOM HOME*/

/*SMALL BANNER HOME*/

.escorts-wanted {
    background-color: #b71625;
    padding: 10px;
    border-radius: 5px;
    /*    min-height: 230px;
    max-height: 230px;
    min-width: 153px;*/
    height: 100%;
}
.escorts-wanted strong {
    color: #ffc107;
    display: block;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 2px solid #ffffff;
}
.escorts-wanted span {
    color: #ffffff;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}
.escorts-wanted i {
    font-style: normal;
    font-size: 26px;
    color: #fec101;
    display: block;
    margin-top: 30px;
}
/*END SMALL BANNER HOME*/

/*SEARCH IN TODAY GALLERY*/

.search-gallery {
    width: 100%;
    margin: -10px auto 40px auto;
    text-align: center!important;
}
.search-todays-gallery {
    background: #fff;
    padding: 10px 0px 10px 10px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;  
    color: #424242;
    text-transform: capitalize;
    /*width: 28%;*/
    width: 48%;
}
::placeholder {
    font-family: 'Lato', sans-serif;  
    font-size: 14px;
    text-transform: uppercase;
    color: #424242;
}
#promo::placeholder {
    text-transform: lowercase;
}
input.inservideo {
    color: #ffffff;
}
.form-employment .dividers {
    height: 1px;
    font-size: 0;
    line-height: 0;
    background-color: #707070;
    margin-bottom: 40px;
    /* margin-top: 67px; */
    clear: both;
}
.find-in-gallery {
    background: #b71625 url(../im/search.png) no-repeat center center;
    padding: 13px 32px;
    border-radius: 3px;
    border: 1px solid #b71625;
    color: #fff;
    position: relative;
    top: -2px;
    left: -40px;
    cursor: pointer;
}
.input-find-gal {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    widows: 1%;
}
.fa {
    font-family: "FontAwesome";
    display: inline-block;
    font: normal;
    text-rendering: auto;
    font-size: inherit;
}
a.twitter:before {
    content: "\f099";
    color: #fff;
    font-size: 1em;
    font-family: FontAwesome;
}
/*END OF SEARCH IN TODAY GALLERY*/

/*START OTHER PROFILES*/

.other-profiles {
    margin: 30px 0;
}
.other-profiles .fancy {
    margin-bottom: 20px;
}
.other-profiles h3 {
    font-size: 28px;
    color: #ffffff;
    margin: 5px 0px 20px 0px;
}
.banners-bottom {
  margin-top: 30px;
}
.banners-bottom a {
    float: left;
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
}
.banners-bottom img {
    /*height: 50px;*/
    height:32px;
    width: auto;
    overflow: hidden;
}
@media (max-width:767px) {
    .directory, .banners-bottom {
        display: none;
    }
}
/*END OTHER PROFILES*/

/* WISHLIST */

/*.navbar-default .navbar-nav>li>a.wishlist {
    position: relative;
}
.navbar-default .navbar-nav>li>a.wishlist:hover {
    color: #ffffff;
}
a.wishlist {
    position: relative;
    color: #ffffff;
}
*/

a.wishlist {
    position: relative;
    color: #ffffff;
    float: right;
    padding-top: 8px;
}
a.wishlist:hover>span.wishlist-count {
    color: #ffffff!important;
}
a.wishlist:before {
    content: "\f004";
    padding: 7px 7px;
    color: #ffffff;
    font: normal normal normal 18px FontAwesome;
    font-size: 18px;
    border-radius: 4px;
    background: #b80f20;
}
/*.navbar-default .navbar-nav>li>a.wishlist>span.wishlist-count {
    position: absolute;
    font-size: .8em;
    top: 36px;
    left: 30px;
}
.navbar-default.resize .navbar-nav>li>a.wishlist>span.wishlist-count {
    position: absolute;
    font-size: .8em;
    top: 18px;
    left: 30px;
}

a.wishlist>span.wishlist-count {
    position: absolute;
    font-size: .8em;
    top: 36px;
    left: 30px;
}
*/

a.wishlist>span.wishlist-count {
    position: absolute;
    font-size: .8em;
    bottom: 13px;
    left: 27px;
}
.navbar-default .navbar-nav>li>a.wishlist>span.wishlist-txt {
    display: none;
}
.add-wishlist {
    display: inline-block;
    margin-left: 5px;
}
.add-wishlist>a:hover {
    opacity: 0.8;
}
a.heard {
    color: #ffffff;
    font: normal normal normal 22px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -15px;
}
a.heard:before {
    content: "\f08a";
    padding: 0px 0 0 15px;
    color: #ffffff;
}
a.heard:hover:before {
    content: "\f004";
    padding: 0px 0 0 15px;
    color: #b80f20;
}
a.heard-liked {
    color: #b80f20;
    font: normal normal normal 24px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
a.heard-liked:before {
    content: "\f004";
    padding: 0px 0 0 15px;
    color: #b80f20;
}
.profile-info a.heard {
    color: #ffffff;
    font: normal normal normal 18px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.profile-info a.heard:before {
    content: "\f08a";
    padding: 0px;
    color: #ffffff;
}
.profile-info a.heard:hover:before {
    content: "\f004";
    padding: 0px;
    color: #b80f20;
}
.profile-info a.heard-liked {
    color: #b80f20;
    font: normal normal normal 18px FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.profile-info a.heard-liked:before {
    content: "\f004";
    padding: 0px;
    color: #b80f20;
}
a.remove-from-wishlist {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
a.remove-from-wishlist:before {
    content: "\f00d";
    color: #b80f20;
    font: normal normal normal 28px FontAwesome;
    font-size: 28px;
}
/* END WISHLIST */

.write-review {
    background: #262626 url(../im/write_review.png) no-repeat 8% 48%;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin: 0px 0px 20px 0px;
}
.write-review img {
    float: right;
    margin: 0px;
    position: relative;
    top: 0.3em;
    right: 1em;
}
.write-review-new {
    background: #262626 url(../im/write_review.png) no-repeat 17% 48%;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Lato', sans-serif; 

    font-size: 15px;
    margin: 0px 0px 20px 0px;
    border-radius: 2px;
}
.write-review-new img {
    float: right;
    margin: 0px;
    position: relative;
    top: 0.3em;
    right: 1em;
}
.comment-container {
    padding: 20px 10px;
}
.comment-header {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #d9d9d9!important;
    text-align: left;
    margin: 0px 0px 8px 0px;
}
.comment-header em {
    font: 18px oleo script swash caps;
    color: #d21313;
    font-style: normal;
}
.comment-txt {
    font-family: 'Raleway', sans-serif!important;
    color: #ffffff!important;
    font-size: 14px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #3c3c3c;
    padding: 0px 0px 15px 0px;
}
.star-container  {
	display: inline-block;
	margin-left: 10px;
}
.star-container span {
    padding-left: 2px;
}
.star-container span.fa-star.checked {
	color: #ffc926;
}
.rating-container.rating-md {
    font-size: 2em;
}
.rating-container .filled-stars {
    color: #ffc926!important;
    -webkit-text-stroke:0px!important;
    text-shadow: none!important;
}
.rating-container .caption .label-default {
    background-color: #4b4b4b!important;
}
.rating-container .caption .label {
    padding: .2em .6em .2em!important;
    font: 75% 'Lato', sans-serif!important;
}
label.lb_stars {
	font: 18px 'Lato', sans-serif;
}
.clear-rating-active:hover {
    color: #9d2a36!important;
}
.replied {
    color: #fff;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    padding: 0;
}
.replied em {
    font: 18px oleo script swash caps;
    color: #d21313;
    font-style: normal;
}
.review-input {
    background: #262626;
    color: #8b8b8b;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #303030;
    text-transform: capitalize;
}
.btn-danger, .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover {
    color: #fff;
    /*    background-color: #171717;*/
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    background-color: #b80f20;
    border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    padding: 6px 0px !important;
    margin: 0px 0px 10px 0 !important;
    width: 100% !important;
    text-transform: uppercase;
}
.in-outcalls {
    color: #fff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;  
    text-align: center;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
    line-height: 26px;
}
/*NEW GRID*/

.full-container {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.centered {
    text-align: center;
}
#escorts-all, .gallery-news {
    margin-top: 30px;
}
.gallery-item-holder {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.gallery-item-holder a {
    /* float: left; */
}
#gallery-featured .gallery-item-holder, #escorts-duo .gallery-item-holder {
    width: 49%;
}
.gallery-item {
    /*background-color: #181818;*/
    /* float: left; */
    width: 100%;
    position: relative;
    text-align: center;
}
.profile-thumbnail {
    position: relative;
    background: url(../im/logo_4.gif) no-repeat;
    background-position: center;
    background-size: contain;
}
.gallery-item img {
    width: 100%;
}
/*.profile-thumbnail a:hover {
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
}*/

.gallery-item .profile-info {
    /* float: left; */
    width: 100%;
    text-align: center;
    padding-top: 10px;
    height: 100px;
}
.gallery-item .profile-info a {
    text-transform: uppercase;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    color: #6cff00;
}
.gallery-item .profile-info div {
    text-transform: uppercase;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    color: #6cff00;
}
.gallery-item .profile-info p {
    margin-bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.gallery-item .profile-info p:last-child, h2.featured-heading span, h1.gallery-heading span, h2.gallery-heading span, #profile-reviews p#reviewer-details, #ymal h2 span {
    /*    color: #ffc107;*/
}
.gallery-item .profile-info p span {
    text-transform: capitalize;
}
a.tel-button {
    line-height: normal;
    /* line-height: 2em; */
    font-size: 1.5em;
}
a.tel-button-other{
    line-height: 2em;
    font-size: 1.5em;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.other-profil-last-updated {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #fe0000;
    text-transform: uppercase;
    font-weight: bold;
    font: 10px 'Lato', sans-serif;
}
.other-profil-last-updated-elite { 
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #fe0000;
    text-transform: uppercase;
    font-weight: bold;
    font: 10px 'Lato', sans-serif;
    width: max-content;
}
.gallery-item-holder .other {
    position: relative;
    top:-32px;
}
#gallery #content-right {
    margin-top: 51px;
}
#gallery .click-nav ul, #gallery .click-nav1 ul, #gallery .click-nav2 ul {
    margin-bottom: 10px;
}
#gallery .click-nav ul .clicker, #gallery .click-nav1 ul .clicker1, #gallery .click-nav2 ul .clicker2 {
    margin-top: 0;
}
#gallery .content .select2-container {
    margin-top: 0;
}
.duo-gallery {
    margin-bottom: 30px;
}
.duo-gallery .profile-info {
    margin-bottom: 11px;
}
/*.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(6, 6, 6, 0.4);
}

.overlay:hover {
    opacity: 1;
}

.overlay span {
    color: #FFF;
    text-transform: lowercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -14px;
}*/

.overlay span {
    display: none;
}
.gallery-item img.notavailable {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.gallery-item img.notavailable:hover {
  -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.busy-tag {
    color: red!important;
    font-size: 14px!important;
    position: absolute;
    right: 3%;
    top: 8px;
    height: 20px;
    line-height: 20px;
    width: max-content;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #323232;
}
.other a {
    float: none;
}
/**
 * Profiles
 */

.next-previous {
    margin-bottom: 11px;
}
.next-previous a {
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
}
#profile-right {
    padding: 0 10%;
    margin-top: 38px;
}
#profile-right .full-container {
    margin-bottom: 30px;
}
.list-group-item {
    background: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 0 1px;
    margin-bottom: 0;
}
.list-group-item span, .table>tbody>tr>td.rate, .next-previous a span {
    color: #d4b657;
}
#profile-right .table, .well p {
    margin-bottom: 0;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 0 1px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.content #profile-right p {
    font-size: 16px;
    font-weight: bold;
}
.small-thumbs {
    padding: 30px 15px 0;
}
#profile-right #profile-reviews {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #a99b7c;
}
#profile-reviews p {
    margin-bottom: 10px;
}
p#profile-bio {
    margin-bottom: 0;
}
/*.tag-vip {
    position: absolute;
    right: 3%;
    top: 8px;
    background: #ff9800;
    width: max-content;
    padding: 3px 8px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 0px;
}*/

.profile-banner--vip {
    position: absolute;
    right: 12%;
    top: 8px;
    height: 20px;
    line-height: 20px;
    width: max-content;
    padding: 0px 8px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 0px;
}
.tag-holder {
    position: absolute;
    display: flex;
    list-style: none;
    bottom: 0;
    right: 0;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}
.tag-holder span {
    color: #ffffff;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 0px;
}
/*.profile-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 1px;
    color: #fff;
    text-transform: uppercase;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    transition-delay: 0s;
}*/

.profile-thumbnail:hover {
    background: #000;
    opacity: 0.6;
    visibility: visible;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.profile-banner-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}

.verified {
    display:block;
    background-image:url(../im/verified.png);
    background-repeat:no-repeat;
    background-size: cover;
        width: 30px;
    height: 30px;
}
.hidden {
display: none;
}
.profile-taglines {
    white-space: initial;
    min-height: 60px;
    /*height:75px;
    height: auto;*/
}
.profile-banner--video {
    background-color: #ffc107;
    color: #0f0f0f!important;
}
.profile-banner--verified {
    background-color: rgb(29, 155, 240);
    color: #ffffff!important;
}
.profile-banner--duo {
    /*    background-color: #9C27B0;*/
    background-color: rgba(156, 39, 176, 0.7);
}
.profile-banner--vip {
    /*    background-color: #e91e63;*/
    background-color: #323232;
}
.profile-banner--incall {
    /*    background-color: #54c600;*/
    background-color: rgba(84, 198, 0, 0.7);
    display: none;
}
.profile-banner--outcall {
    background-color: rgb(230, 81, 255, 0.7);
    display: none;
}
.profile-banner--pornstar {
    width: 60px;
    height: auto;
    position: absolute;
    top: -40px;
    left: 145px;
}
.profile-banner--reviws {
    background-color: #007786;
}
.profile-banner--selfie {
    background-color: #d23200;
}
.profile-banner--ts {
    background-color: #222222;
}
span.profile-banner:nth-of-type(1) {
    bottom: 0px;
}
span.profile-banner:nth-of-type(2) {
    bottom: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
span.profile-banner:nth-of-type(3) {
    bottom: 48px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
span.profile-banner:nth-of-type(4) {
    bottom: 72px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.available-tag {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3%;
    top: 10px;
    background: #7afd25;
}
.available-tag-mobile {
  display: none;
}

/*.available-tag {
    color: #ffc107!important;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}*/
/*.profile-thumbnail:hover span.profile-banner {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}*/

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1400px) {
    .gallery-item-holder {
        width: 19.77%;
        padding: 0 1px;
    }
}
@media (max-width: 1200px) {
    .gallery-item-holder {
        width: 24.73%;
    }
    .gallery-item .profile-info {
        text-align: center;
    }
    .gallery-item .profile-info p {
        /*width: 100%;*/
        text-align: center;
    }
    .gallery-item {
        background-color: transparent;
    }
}
@media (max-width: 991px) {
    .gallery-item-holder {
        width: 33%;
    }
    #gallery #content-right {
        margin-top: 0;
    }
    #profile-right {
        padding: 0 15px;
    }
    .escorts-wanted strong {
        font-size: inherit;
    }
    .escorts-wanted span {
        font-size: inherit;
    }
    .escorts-wanted i {
        font-size: inherit;
        margin-top: 10px;
    }
    .vip-banner {
        margin: 20px 15px;
    }
}
@media (max-width: 767px) {
    .profile-banner--pornstar {
        width: 45%;
        height: auto;
        position: absolute;
        top: -33px;
        left: 65%;
    }
    .gallery-item-holder {
        width: 49%;
        padding: 0 10px;
    }
    .new-watermark {
        left: 5%;
    }
}
@media (max-width: 767px) {
    .profile-taglines {
        white-space: nowrap;
        /*height: 60px;*/
        height: auto;
    }
    p.content-padded {
        padding: 0 15px;
    }
    .wsnh {
        width: 25%;
        float: right;
        margin-top: -49px;
    }
    @media (max-width: 575px) {
        .col-xxs-12 {
            width: 100%;
        }
        .gallery-item {
            padding: 0px;
            border: 0px
        }
        .profile-thumbnail {
            margin: -7.5px;
            margin-bottom: 0px;
        }
        .vip-banner {
            margin: -20px 10px 20px 10px;
        }
        .xmas-bottom-bgr1 {
            display: none;
        }
        .xmas-bottom-bgr2 {
            display: none;
        }
        .xmas-bottom-bgr3 {
            display: none;
        }
        .profile-pic-xmas img {
            width: 100%;
            height: auto;
        }
        h4.xmas {
            font: 18px/15px 'Lato';
            min-height: 2.5em;
        }
        .xmas-hat {
            /* position: absolute;
            top: 3.6em;
            left: 6.8em;*/
            display: none;
        }
        /* .xmas-hat img {
            max-width: 100%;
            height: auto;
        }*/
        .profile-new-xmas-box {
            padding: 10px 10px 10px 10px;
            margin-top: 0.8em;
        }
        .xmas-divider::after {
            top: 4em;
        }
    }
    @media (max-width: 385px) {
    
     .gallery-item .profile-info p {
     	display: block ruby;
     	white-space:nowrap;
     }
        
        .profile-taglines {
            white-space: initial;
        }
    }
    @media (min-width: 768px) {
        #profiles {
            margin-left: 0;
            margin-right: 0;
        }
    }
}
@media only screen and (max-width: 600px) {
    .width-80 {
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .gallery-item-holder {
        width: 19.5%;
        padding: 0px 1px;
    }
}
@media (min-width:1600px) {
    .gallery-item-holder {
        width: 16.6666%;
        padding: 0px 1px;
    }
    .gallery-item-holder.other {
        width: 16.4%;
    }
    .vip-banner {
        width: 90%;
        float: none;
        margin: -10px auto 20px auto;
    }
}
/*END NEW GRID*/

.heading-premium-pack {
    position: absolute;
    background: transparent url(../im/service_heading_bgr.png) no-repeat;
    z-index: 9;
    padding: 22px 20px 20px 20px;
    left: 0;
    top: 25px;
    width: 100%;
}
.heading-premium-pack a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 2px 3px #000;
    text-transform: uppercase;
}
.read-more {
    text-align: center;
}
.read-more a:link, .read-more a:visited {
    background: #b71625;
    padding: 10px;
    border: 1px solid #b71625;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.read-more a:active, .read-more a:hover {
    opacity: 0.8;
}
.profile-param-links {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
a.profile-param-links:hover {
    color: #fff;
}
/*NEW DESIGN PROFILE DETAILS CSS */

.name-heading {
/*    background: transparent url(../im/heading_bgr.png) no-repeat top left;*/
    font: 45px "Oleo Script Swash Caps";
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    position: absolute;
    top: -70px;
    left: -15px;
    padding: 10px 0px 30px 35px;
    margin: 0;
    width: 100%;
    text-align: left;
    z-index: 1030;
}
.top_head.name-heading h1 {
    color: #fc0202!important;
}
.border-gradient {
    background: rgba(106, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(106, 0, 0, 1) 0%, rgba(241, 0, 0, 1) 50%, rgba(106, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106, 0, 0, 1)), color-stop(50%, rgba(241, 0, 0, 1)), color-stop(100%, rgba(106, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(106, 0, 0, 1) 0%, rgba(241, 0, 0, 1) 50%, rgba(106, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(106, 0, 0, 1) 0%, rgba(241, 0, 0, 1) 50%, rgba(106, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(106, 0, 0, 1) 0%, rgba(241, 0, 0, 1) 50%, rgba(106, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(106, 0, 0, 1) 0%, rgba(241, 0, 0, 1) 50%, rgba(106, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0000', endColorstr='#6a0000', GradientType=0);
    padding: 1px;
    border-radius: 3px;
}
.border-gradient2 {
    background: rgba(67, 67, 67, 1);
    background: -moz-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(67, 67, 67, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67, 67, 67, 1)), color-stop(51%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(67, 67, 67, 1)));
    background: -webkit-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(67, 67, 67, 1) 100%);
    background: -o-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(67, 67, 67, 1) 100%);
    background: -ms-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(67, 67, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(67, 67, 67, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(67, 67, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#434343', GradientType=0);
    padding: 2px;
    border-radius: 5px;
}
.available-now-bgr {
    background: url(../im/available_now_bgr.png) no-repeat top center;
    position: absolute;
    top: -50px;
    right: 0;
    font: 25px/15px "Oleo Script Swash Caps";
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 55px 50px;
    z-index: 1000;
}
.pornstar-label-img {
    top: -5%;
    right: -3%;
    z-index: 55;
    width: 20%;
    position: absolute;
    text-align: right;
}
.pornstar-label-img img {
    max-width: 100%;
}
.box-new {
    background: #000;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
}
.box-new-reviews {
    background: #000;
    border-radius: 3px;
    padding: 0.9em 0.9em 0.9em 0.9em;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}
.box-new2 {
    background: none;
    border: 1px solid #464646;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
}
.breadcrumb-new {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: none;
    border-radius: 3px;
    font: 'Lato'!important;
    text-transform: uppercase;
}
.breadcrumb-new .home {
    float: left;
}
.breadcrumb-new span:before {
    content: '\f015';
    color: #fff;
    font-size: 0.9em;
    font-family: FontAwesome;
    vertical-align: middle;
    float: left;
    margin: 0px 5px 0px 0px;
}
.breadcrumb-new a.home {
    color: #fff;
    text-transform: uppercase;
    font: 14px 'Lato'!important;
    text-decoration: underline;
}
.breadcrumb-new a.home:after {
    content: '/';
    color: #fff;
    margin: 0px 4px;
    text-decoration: none !important;
}
.breadcrumb-new .home:active, .breadcrumb-new .home:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
.breadcrumb-new .prev-next {
    float: left;
    color: #fccb1c;
    /*margin-left:20px;*/
}
.breadcrumb-new a.prev-next:before {
    content: '\f053';
    color: #fccb1c;
    font-size: 0.8em;
    font-family: FontAwesome;
    vertical-align: middle;
    margin: 0px 5px;
    text-decoration: none !important;
}
.breadcrumb-new a.prev-next:after {
    content: '\f054';
    color: #fccb1c;
    font-size: 0.8em;
    font-family: FontAwesome;
    vertical-align: middle;
    margin: 0px 5px;
    text-decoration: none !important;
}
.breadcrumb-new .prev-next:link {
    color: #fccb1c;
    text-transform: uppercase;
    font: 12px 'Lato'!important;
    text-decoration: underline;
}
.breadcrumb-new .prev-next:hover {
    opacity: 0.8;
}
.fancy-new {
    line-height: .5;
    text-align: left;
    padding: 0 1px;
    overflow: hidden;
    border-left: 1px solid red;
    height: 35px;
    margin-right: 1px;
    position: relative;
}
.fancy-new span {
    display: inline-block;
    position: relative;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.fancy-new .updated-before {
    color: #9e9e9e;
    position: absolute;
    font: 15px 'Lato', sans-serif;
    top: 15px;
    right: 0px;
    font-size: 13px;
    text-transform: uppercase;
}
.vertical-border {
    border-left: 5px solid red;
    height: 35px;
    margin-right: 0px;
}
.fancy-new h2 {
    font: 28px 'Lato', sans-serif;
    color: #fff;
    text-align: left;
    margin: -35px 0px 10px 15px;
}
.fancy-new h1.first-heading-right {
    font: 24px 'Lato', sans-serif;
    color: red;
    text-align: left;
    text-transform: uppercase;
    margin: -30px 0px 10px 15px;
    background: none;
    border: 0;
    padding: 0;
}
.fancy-new h2 em {
    font: 28px 'Lato', sans-serif;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    font-style: normal;
    margin: -35px 0px 10px 0px;
}
.profile-description {
    font: 20px 'Lato', sans-serif;
    float: left;
    margin: 15px 0px 0px 0px;
}
.profile-descr {
    margin: 20px 25px 0px 0px;
    padding: 0px;
}
.profile-name {
    margin: 20px -10px 0px 0px;
    padding: 0px;
}
.widget .profile-descr ul li {
    font: 16px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    height: 2em;
}
.widget .profile-descr ul li:nth-child(2n) {
    margin-bottom: 25px;
}
.widget .profile-name ul li a {
    font-size: 16px;
    line-height: inherit;
    color: #fe0000;
    text-decoration: underline;
    font-weight: inherit;
}
.widget .profile-name ul li {
    font: 15px 'Lato', sans-serif;
    color: #fe0000;
    margin: 0px 0px 0px 0px;
    height: 2.1em;
}
.widget .profile-name ul li:nth-child(2n) {
    margin-bottom: 25px;
}
.widget .profile-name ul li:before {
    content: '|';
    color: #fff;
    margin: 0px 4px 0px 0px;
}
.profile-name i {
    float: left;
    font-style: normal;
    color: #fff;
    margin: 0px 5px 0px 0px;
}
.btn-call {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    padding: 2px;
    margin: 0px 10px 0px 10px;
    border-radius: 3px;
}
.btn-call a:link, .btn-call a:visited {
    display: block;
    padding: 15px 0px 10px 0px;
    font: 23px 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    border-radius: 3px;
    background: rgba(134, 2, 13, 1);
    background: -moz-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 2, 13, 1)), color-stop(50%, rgba(182, 22, 38, 1)), color-stop(100%, rgba(134, 2, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86020d', endColorstr='#86020d', GradientType=0);
}
.btn-call a:active, .btn-call a:hover {
    opacity: 0.8;
}
.show-more-profiles {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    padding: 2px;
    margin: 10px auto 30px auto;
    border-radius: 3px;
    width: max-content;
}
.show-more-profiles button {
    display: block;
    padding: 15px;
    font: 23px 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    border-radius: 3px;
    border: none;
    background: rgba(134, 2, 13, 1);
    background: -moz-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 2, 13, 1)), color-stop(50%, rgba(182, 22, 38, 1)), color-stop(100%, rgba(134, 2, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 50%, rgba(134, 2, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86020d', endColorstr='#86020d', GradientType=0);
}
.btn-call a:active, .btn-call a:hover {
    opacity: 0.8;
}
.additional-txt-serv {
    font: 16px/1.2em 'Lato', sans-serif;
    color: #ff0000;
    font-weight: 600;
    margin: 15px 0px 0px 5px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #1a1a1a;
}
.widget ul.services li {
    list-style-image: url(../im/allstars_check_serv.gif);
    font: 16px/1.2em 'Lato', sans-serif;
    font-weight: 600;
    margin: 15px 0px 0px 23px;
    padding: 0;
}
.widget ul.services li span {
    color: #00ff00;
    display: contents;
}
.widget ul.services li a {
    text-decoration: underline;
    color: #fff;
}
.widget ul.services li a:hover {
    text-decoration: none;
    color: #fff;
}
.linkk {
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.linkk a {
    font: 14px 'Lato', sans-serif;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}
.linkk a:hover {
    text-decoration: none;
}
.linkk-map {
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.linkk-map a {
    font: 16px 'Lato', sans-serif;
    color: #00a1fe!important;
    text-decoration: underline;
}
.linkk-map a:hover {
    text-decoration: none;
}
.locations-links {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.locations-links a {
    font: 16px 'Lato', sans-serif;
    color: #fff;
    text-decoration: underline;
}
.locations-links a:hover {
    font: 16px 'Lato', sans-serif;
    color: #fff;
    text-decoration: none;
}
.info-prof-txt {
    font: 16px/22px 'Lato', sans-serif;
    color: #fff;
    text-align: justify;
    margin: 15px 0px 0px 0px;
}
.info-prof-txt a {
    color: #ff0000;
}
.info-prof-txt2 {
    font: 14px/22px 'Lato'!important;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0px 0px 0px;
}
.info-prof-txt2 a symbol {
    font: 14px/22px 'Lato', sans-serif;
}
.info-prof-txt2 a:before {
    content: '\f004';
    color: #fff;
    font-size: 0.7em;
    font-family: FontAwesome!important;
}
.info-prof-txt2 a:hover:before {
    color: #ff0000;
}
.info-prof-txt2 a:link {
    color: #fff;
}
.info-prof-txt2 a:hover {
    color: #ff0000;
}
.video-detail-container {
    margin:0 -15px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video-box {
    margin-top: 12px;
}
.video-detail-new {
    margin: 7px 7px 0px 0px;
    border-radius: 5px;
}
.more-videos-heading {
    font: 28px/22px 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    margin: 10px 0px 20px 0px;
}
.more-videos {
    background: #202020;
    border: 1px solid #202020;
    border-radius: 3px;
    padding: 10px 10px 30px 10px;
    margin: 5px 15px;
}
.escort-video-thumb {
    border: 1px solid #000;
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.escort-video-thumb img {
    width: 100%;
    height: auto;
}
.more-videos-name {
    font: 16px/22px 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
}
.more-videos-name a:link {
    text-decoration: underline;
    color: #ff0000;
}
.more-videos-name a:hover {
    text-decoration: none;
    opacity: 0.8;
}
table.rates_details_elite_new tr td {
    border-top: none;
    padding: 8px;
    width: 50%;
}
.rates_details_elite_new {
    font-family: 'Lato', sans-serif; 
    background: 0 0;
}
.rates_details_elite_new td {
    /*padding:15px 6px!important;
vertical-align: middle;
line-height: 1em!important*/
}
.rates_details_elite_new tr:first-child {}
.rates_details_elite_new tr:nth-child(odd) {
    background: #262626;
    border-bottom: 1px solid #272727
}
.rates_details_elite_new tr:nth-child(even) {
    background: #1e1e1e;
    border-bottom: 1px solid #272727
}
.rates_details_elite_new i {
    font: 700 10px Gill Sans;
    font-style: bolder!important;
    color: #9c9c9c
}
.rates_details_elite_new .rates-butt-order {
    background: rgba(134, 2, 13, 1);
    background: -moz-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 51%, rgba(134, 2, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134, 2, 13, 1)), color-stop(51%, rgba(182, 22, 38, 1)), color-stop(100%, rgba(134, 2, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 51%, rgba(134, 2, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 51%, rgba(134, 2, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 51%, rgba(134, 2, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(134, 2, 13, 1) 0%, rgba(182, 22, 38, 1) 51%, rgba(134, 2, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86020d', endColorstr='#86020d', GradientType=0);
    border-radius: 3px;
    padding: 8px 10px;
}
.duration-price-pound-book-link {
    display: flex;
    padding: 2px 0px 0px 0px;
}
.duration-price-pound-book-link:hover {
    opacity: 0.7;
}
.duration-price-pound-book-link .duration {
    font-family: 'Lato', sans-serif; 
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    width: 43%;
}
.duration-price-pound-book-link .price-pound {
    font-family: 'Lato', sans-serif; 
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 25%;
}
.duration-price-pound-book-link .book-link {
    font-family: 'Lato', sans-serif; 
    font-size: 20px;
    font-weight: 600;
    color: #f4e8a4;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    text-align: right;
    width: 32%;
}
.duration {
    font-family: 'Lato', sans-serif; 
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    width: 50%;
    float: left;
}
.duration-additional {
    font-family: 'Lato', sans-serif; 
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 10px;
}
.price-pound2 {
    font: 18px 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 50%;
    float: right;
    padding: 0px 0px 0px 5px;
}
.vip-customer {
    font-size: 20px;
    color: #FFC107;
    margin-bottom: 15px;
    background: #262626;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
}
.vip-customer a {
    font-size: 18px;
    color: #ffd203;
    margin-left: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.vip-customer a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ffd203;
}
.location-link a {
    font: 16px 'Lato', sans-serif;
    color: #ff1616;
    text-decoration: underline;
    float: right;
    margin: 10px 0px 0px 0px;
}
.location-link a:hover {
    opacity: 0.7;
}

.review-container {
    background: #141414;
    padding: 15px;
    border: 1px solid #181818;
    margin: 10px 0;
}
.review-image img {
    border: 1px solid #fff;
}
.review-content {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    min-height: 211px;
}
.review-content a:hover {
    text-decoration: underline;
}
.review-content-home {
    min-height: auto;
}
.review-content h3 {
    text-align: left;
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.review-content h3 a {
    color: #ff1616;
}
.review-content strong {
    padding: 3px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #ffd203;
    display: inline-block;
}
.review-content i {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    clear: both;
}
.review-content p {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    font-style: italic;
}
.more-reviews-btn {
    margin-top: 25px;
}
.replied-by {
    margin-top: 10px;
}


.review-new {
    float: right;
    position: absolute;
    width: 45%;
    top: 10px;
    right: 10px;
}
.review-content-bgr {
    font: 16px 'Lato'!important;
    background: #252525;
    padding: 10px 15px 45px 15px;
    border: 1px solid #252525;
    border-radius: 3px;
}
.review-content-bgr .btn.btn-danger {
    width: 300px!important;
    margin-top: 20px!important;
}
.circle {
    border: 3px solid #ff1514;
    background-color: #000;
    width: 120px;
    height: 120px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    overflow: hidden;
    display: inline-block;
}
.circle a {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
.circle img {
    max-width: 100%;
}
.reviews-home-page h4 {
    margin: 15px auto 35px auto;
}
.reviews-home-page h4 a {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 15px auto 35px auto;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ff1616;
}
.reviews-home-page h4 a:hover {
    text-decoration: none;
    color: #ff1616;
}
.reviews-home-page a img:hover {
    background: #000;
    opacity: 0.6;
    visibility: visible;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.reviews-home-txt {
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    margin: 0;
    padding: 0;
    /* min-height: 110px; */
    font-size: 14px;
}
.reviews-home-page h2 img {
    margin: 10px auto 55px auto;
}
.review-content h3 strong {
margin-left: 10px;
}
.review-content h3 strong .fa.fa-star.checked{
color: #ffc926;
}
.review-content h3 span {
    padding-left: 2px;
}
.all-review:nth-child(1), .all-review:nth-child(2), .all-review:nth-child(3) {
    height:680px;
}
.all-review:nth-child(4), .all-review:nth-child(5), .all-review:nth-child(6) {
    height:680px;
}
.all-review:nth-child(7), .all-review:nth-child(8), .all-review:nth-child(9) {
    height: 640px;
}
.all-review:nth-child(10), .all-review:nth-child(11), .all-review:nth-child(12) {
    height: 680px;
}
.all-review:nth-child(13), .all-review:nth-child(14), .all-review:nth-child(15) {
    height:780px;
}
.all-review:nth-child(16), .all-review:nth-child(17), .all-review:nth-child(18)  {
    height:660px;
}
.all-review:nth-child(19), .all-review:nth-child(20), .all-review:nth-child(21) {
    height:700px;
}
.all-review:nth-child(22), .all-review:nth-child(23), .all-review:nth-child(24) {
    height: 700px;
}
.all-review:nth-child(25), .all-review:nth-child(26), .all-review:nth-child(27) {
    height: 660px;
}
.all-review:nth-child(28), .all-review:nth-child(29), .all-review:nth-child(30) {
    height: 660px;
}

.all-review:nth-child(31), .all-review:nth-child(32), .all-review:nth-child(33) {
    height: 680px;
}

.all-review:nth-child(34), .all-review:nth-child(35), .all-review:nth-child(36) {
    height:730px;
}

.all-review:nth-child(37), .all-review:nth-child(38), .all-review:nth-child(39) {
    height:700px;
}

.all-review:nth-child(40), .all-review:nth-child(41), .all-review:nth-child(42) {
    height:660px;
}


.allstars-reply {
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    margin: 10px 0px 0px 0px;
    padding: 0;
    min-height: 100px;
}
.allstars-reply p {
    line-height: normal;
    /* min-height: 200px; */
}
.allstars-reply-all {
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    margin: 10px 0px 0px 0px;
    padding: 0;
    min-height: 100px;
}
.allstars-reply em {
    font: 18px oleo script swash caps;
    color: #d21313;
    font-style: normal;
}
.allstars-reply-all em {
    font: 18px oleo script swash caps;
    color: #d21313;
    font-style: normal;
}
.review-autor {
    font: 20px oleo script swash caps;
    color: #d21313;
    font-style: normal;
}
.review-date {
    color: #ccc;
    font-size: 13px;
    font-style: italic;
    padding-left: 10px;
}
.divider {
    border-bottom: 1px solid #585858;
    padding: 5px 0px;
    max-width: 60%;
    margin: 0 auto 10px auto;
}
.divider-all {
    border-bottom: 1px solid #585858;
    padding: 5px 0px;
    max-width: 60%;
    margin: 0 auto 10px auto;
}
.reviews-divider {}
.reviews-home-page .quotes:before {
    content: open-quote;
    color: #fefefe;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    float: left;
}
.reviews-home-page .quotes:after {
    content: close-quote;
    color: #fefefe;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    float: right;
    display: inline-block;
}
.full-container .elongation {
    padding: 0px 0px 0px 0px;
}
.elongation {
    padding: 30px 0px 0px 0px;
}
.detailContainer {
	position: relative;
}
.last-updated {
	font-size: 10px!important;
	font-weight: 600!important;
	height: 15px!important;
	color:#bababa!important;
	text-transform: lowercase!important;
    color: #fe0000!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font: 10px 'Lato', sans-serif!important;
}
ul.vip sup {
    color: #ffc107;
    font-size: 16px;
    top: 0;
}
ul.vip li {
    list-style: disc;
    margin-left: 30px;
}
.vip-sup {
    margin-top: 10px;
}
.vip-sup sup {
    color: #ffc107;
    font-size: 16px;
    top: 0;
    margin-right: 5px;
}
@media screen and (min-width: 992px) {
    .sticky-sidebar {
        float: right;
    }
}
/*END CSS NEW DESIGN PROFILE DETAILS*/

/* Popular-searches */

.popular-searches {
    text-align: center;
    margin: 50px auto;
}

ul.cloud {
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 5.75rem;
  width: 1000px;
  margin: 0 auto;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #ffc107;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 6rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 3; }
ul.cloud a[data-weight="2"] { --size: 4;font-weight: 600; }
ul.cloud a[data-weight="3"] { --size: 5; }
ul.cloud a[data-weight="4"] { --size: 8;font-weight: 600;  }
ul.cloud a[data-weight="5"] { --size: 10;}
ul.cloud a[data-weight="6"] { --size: 12; }
ul.cloud a[data-weight="7"] { --size: 14; }
ul.cloud a[data-weight="8"] { --size: 16; }
ul.cloud a[data-weight="9"] { --size: 17;font-weight: 600; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a { --color: #ffc107; /* #21cf21 */}
ul.cloud li:nth-child(3n+1) a { --color: #ffc107; /* #00bcd4 */}
ul.cloud li:nth-child(4n+1) a { --color: #ffc107; /* #ff4153 */ } 

ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}

/* END Popular-searches */

.text-nad-profili {
    text-align: center;
    font-size: 17px;
/*    background: #b71625;*/
    padding: 10px;
    border-radius: 5px;
    line-height: 24px;
}

/* .form-vertical-uniforms .checkbox{
margin-top: 0px;
    line-height: 30px;
    vertical-align: middle;
}
.form-vertical-uniforms div.form-group{
   float: left; 
   width: 100%;
}
.form-vertical-uniforms .checkbox label input[type=checkbox]{
margin-top: 8px;
}
.form-vertical-uniforms:after {
  content: "";
  display: table;
  clear: both;
}
.form-vertical-uniforms .form-group {
    padding: 5px;
    margin-bottom: 1px;
}
.form-vertical-uniforms .checkbox label {
    float: left;
    font-weight: bold;
    font-size: 12px;
    width: 210px;
}
.form-vertical-uniforms label {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
}
.form-vertical-uniforms .form-group .form-control.price {
    width: 80px;
}
.form-vertical-uniforms .form-group:nth-child(even) { background: #242424; }
.form-vertical-uniforms .form-group:nth-child(odd) { background: #191919; } */

.form-vertical-uniforms {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.form-vertical-uniforms .checkbox {
    margin-top: 0px;
    line-height: normal;
    vertical-align: middle;
    margin-bottom: 0px;
}
.form-vertical-uniforms div.form-group{
   float: left; 
   width: 100%;
}
.form-vertical-uniforms .checkbox label input[type=checkbox]{
/* margin-top: 8px; */
top: 3px;
}
.form-vertical-uniforms:after {
  content: "";
  display: table;
  clear: both;
}
.form-vertical-uniforms div.form-group {
    width: 187px;
}
.form-vertical-uniforms .form-group {
    padding: 0px;
    margin-bottom: 0px;
}
.form-vertical-uniforms .checkbox label {
    float: left;
    font-weight: bold;
    font-size: 12px;
    width: max-content;
    /* width: 210px; */
        min-height: 25px;
        margin-bottom: unset;
}
.form-vertical-uniforms label {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
}


/* .form-vertical-1-column .checkbox{
margin-top: 0px;
    line-height: 30px;
    vertical-align: middle;
}
.form-vertical-1-column div.form-group{
   float: left; 
   width: 100%;
}
.form-vertical-1-column .checkbox label input[type=checkbox]{
margin-top: 8px;
}
.form-vertical-1-column:after {
  content: "";
  display: table;
  clear: both;
}
.form-vertical-1-column .form-group {
    padding: 5px;
    margin-bottom: 1px;
}
.form-vertical-1-column .checkbox label {
    float: left;
    font-weight: bold;
    font-size: 12px;
    width: 210px;
}
.form-vertical-1-column label {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
}
.form-vertical-1-column .form-group .form-control.price {
    width: 80px;
}
.form-vertical-1-column .form-group:nth-child(even) { background: #242424; }
.form-vertical-1-column .form-group:nth-child(odd) { background: #191919; } */

.form-vertical-1-column {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.form-vertical-1-column .checkbox {
    margin-top: 0px;
    line-height: normal;
    vertical-align: middle;
    margin-bottom: 0px;
}
.form-vertical-1-column div.form-group{
   float: left; 
   width: 100%;
}
.form-vertical-1-column .checkbox label input[type=checkbox]{
/* margin-top: 8px; */
top: 3px;
}
.form-vertical-1-column:after {
  content: "";
  display: table;
  clear: both;
}
.form-vertical-1-column div.form-group {
    width: 187px;
}
.form-vertical-1-column .form-group {
    padding: 0px;
    margin-bottom: 0px;
}
.form-vertical-1-column label {
    /* float: left; */
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
}
.form-vertical-1-column .checkbox label {
    /* float: left; */
    font-weight: bold;
    font-size: 12px;
    width: max-content;
    /* width: 210px; */
        min-height: 25px;
        margin-bottom: unset;
}
.form-vertical-1-column .form-group .form-control.price {
    width: 60px;
    /* float: left; */
}
.form-group {
    position: relative;
}

/* .form-vertical-1-column .form-group:nth-child(even) { background: #242424; }
.form-vertical-1-column .form-group:nth-child(odd) { background: #191919; } */

.form-vertical div.form-group {
  float: left;
  width: 50%;
}

.form-vertical:after {
  content: "";
  display: table;
  clear: both;
}

.form-vertical .form-group {
    padding: 5px;
    margin-bottom: 1px;
}
.form-vertical .checkbox label {
    float: left;
    font-weight: bold;
    font-size: 12px;
    width: 220px;
}
.form-vertical label {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 12px;
}
.form-vertical .form-group .form-control.price {
    width: 80px;
}

.form-vertical .form-group:nth-child(4n), .form-vertical .form-group:nth-child(4n+1) { background: #242424; }
.form-vertical .form-group:nth-child(4n+2), .form-vertical .form-group:nth-child(4n+3) { background: #191919; }


.form-vertical-3-colums div.form-group {
float: left;
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.form-vertical-3-colums:after {
  content: "";
  display: table;
  clear: both;
}

.form-vertical-3-colums .form-group {
    padding: 5px;
    margin-bottom: 1px;
}
.form-vertical-3-colums .checkbox label {
    float: left;
    font-weight: bold;
    font-size: 12px;
    /* width: 220px; */
}
.form-vertical-3-colums label {
    float: left;
    margin-right: 10px;
    padding-top: 0px;
    font-size: 12px;
}
.form-vertical-3-colums label input[type=checkbox] {
    margin: 0px 0 0 -20px;
}
.form-vertical-3-colums .form-group .form-control.radiobutton {
    width: 16px;
    height: 16px;
    margin: 0px 0 0;
}


.wrapper {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}
.pull-right {
	float: right;
}
.arrow-steps .step {
	font-size: 18px;
    font-weight: 500;
	text-align: center;
	color: #a2a2a2;
	cursor: default;
	margin: 0 3px;
	padding: 10px 10px 8px 30px;
	min-width: 180px;
	float: left;
	position: relative;
	background-color: #363636;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #363636;	
	z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #161110;	
	z-index: 0;
}
.arrow-steps .step:first-child:before {
	border: none;
}
.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.arrow-steps .step span {
	position: relative;
}
.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: 2px;
	left: -20px;
	color: #06ac77;
}
.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}
.arrow-steps .step.current {
	color: #fff;
	background-color: #b80f20;
}
.arrow-steps .step.current:after {
	border-left: 17px solid #b80f20;	
}
.btn-danger.prev, .btn-danger.next {
    width: 200px!important;
}
.nav.bottom-btn {
    margin-top: 30px;;
}
.tabfw {
    display: table;
    width: 90%
}

.tabfw .tab-cell {
    display: table-cell;
    vertical-align: middle;
    width: 30%
}

.tab-cell.hide {
    display: none!important
}

.tab-cell.tab-cell-right {
    text-align: right
}

.tab-cell.tab-cell-left {
    text-align: left
}

.tab-cell.tab-cell-center {
    text-align: center
}

.tab-cell.tab-valign-middle {
    vertical-align: middle
}

.tab-cell.tab-valign-top,.tab-row.tab-valign-top>.tab-cell,.tab-valign-top>.tab-row>.tab-cell {
    vertical-align: top
}

.tab-row {
    display: table-row
}

.tab-cell {
    display: table-cell
}
.vpd-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.form-employment .tablerates-row .tablerates-cell.tablerates-cell-first .form-input.form-input-darkred {
    overflow: hidden;
    border-right: none;
}
.form-employment .form-input {
    padding: 10px;
    position: relative;
}
.form-input.form-input-darkred {
    background-color: transparent;
    border: 1px solid #9E9E9E;
    color: #ffffff;
}
.form-employment .form-input.form-input-darkred input, .form-employment .form-input.form-input-darkred select, .form-employment .form-input.form-input-darkred textarea, .form-employment .form-input.form-input-darkred select option, .form-employment .form-input.form-input-darkred select.selected {
    color: #fff!important;
    font-size: inherit!important;
    background: 0 0;
    border: none;
    outline: none;
    width: 100%;
    resize: none;
    letter-spacing: inherit;
    margin: 0;
}
.form-employment .tablerates-row .tablerates-cell.tablerates-cell-last .form-input.form-input-darkred {
    overflow: hidden;
}
.has-error input[type="text"], .has-error input[type="email"], .has-error select {
    border: 1px solid #a94442;
}
.price-required {
    border: 1px solid #a94442!important;
    background-color: #a94442!important;
    color: #fff!important;
}
.selectLanguage {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #9E9E9E;
    border-radius: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.selectLanguage option {
    color: #333;
}
/* .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:last-child, .lg-css3.lg-slide.lg-use-css3 .lg-item:last-child {
    display: none;
}
.lg-outer .lg-item.lg-complete.lg-zoomable:last-child .lg-image {
    display: none;
} */
.stickey-absolute {
    padding: 0 17px !important;
    /* padding: 0 23px !important; */
}
.tube-stations table {
    margin-top: 20px;
    margin-bottom: 0;
    
}
.tube-stations table.table-borderless {
    border: none;
}
.tube-stations .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #0f0f0f;
}
.tube-stations .table>tbody>tr>td, .tube-stations .table>tbody>tr>th  {
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
    font-size: 12px;
}
.tube-stations .table>tbody>tr:first-child  {
    border-top: none;
}
.tube-stations .table>tbody>tr  {
    border-top: 1px solid #262626;
}
.tube-stations .table>tbody>tr>td  {
    padding:5px 8px;
    /* border-top: 1px solid #262626; */
    border-top: none;
}
.tube-stations .table>tbody>tr>th  {
    /* border-top: 1px solid #262626; */
    border-top: none;
    padding:8px;
}
.tube-stations a {
    overflow: hidden;
    position: relative;
    height: 37px;
    width: 50px;
    top: 2px;
    display: block;
}
.tube-stations img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.ph-numb {
    width: 25px;
    display: inline-block;
}
  .form-vertical-1-column label.valuta {
    display: none;
  }
  
  .checkbox-item:checked ~ .valuta {
    display: inline-block;
  }
.hide-asterisk option:first-child:before {
    content: "LANGUAGES";
}
.hide-asterisk option:not(:first-child):before {
    content: "";
}
h1.duo-names {
    margin:0px;
    padding:30px 0 0 0;
}
.book-btn-container {
    padding-top: 35px;
}
.agree-container input[type=checkbox] {
    margin: 0;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
input[type="date"] {
    position: relative;
}

input[type="date"]:after {
    font-family: FontAwesome;
    font-weight: 500; 
    content: "\f073";
    color: #fff;
    padding: 0 5px;
}
input[type="date"]:hover:after {
    color: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 .mb-1 {
    margin-bottom: 10px;
 }
.prev_img div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.prev_img div img {
    width: 40px;
    line-height: 40px;
    padding-right: 5px;
    padding-bottom: 0px;
    float: left;
}
.thumb-holder {
    min-height: 50px;
}
@media (max-width: 765px) {
	.arrow-steps .step {
		min-width: 35px;
        padding: 10px 0px 8px 20px;
        font-size: 14px;
	}
.arrow-steps .step span:before {
    top: 1px;
    left: -13px;
}  
.tabfw {
    width: 100%;
}
.book-btn-container {
    padding-top: 0px;
    margin-top: 80px;
}
.form-vertical-1-column div.form-group, .form-vertical-uniforms div.form-group {
    width: 175px;
}
.prev_img div {
    justify-content: center;
}
}
@media (min-width: 800px) {
.form-vertical-3-colums .form-group:nth-child(even) { background: #242424; }
}

