/* START wpv Home Page Escorts */
/* ============================================= */

body {
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    font-size: 14px;
}


:root {
  --card-padding: 24px;
  --card-height: 384px;
  --card-skeleton: linear-gradient(lightgrey var(--card-height), transparent 0);
  --avatar-size: 80px;
  --avatar-position: var(--card-padding) var(--card-padding);
  --avatar-skeleton: radial-gradient(circle 55px at center, white 99%, transparent 0);
  --title-height: 0px;
  --title-width: 200px;
  --title-position: var(--card-padding) 180px;
  --title-skeleton: linear-gradient(white var(--title-height), transparent 0);
  --desc-line-height: 16px;
  --desc-line-skeleton: linear-gradient(white var(--desc-line-height), transparent 0);
  --desc-line-1-width: 210px;
  --desc-line-1-position: var(--card-padding) 140px;
  --desc-line-2-width: 210px;
  --desc-line-2-position: var(--card-padding) 165px;
  --footer-height: 40px;
  --footer-position: 0 calc(var(--card-height) - var(--footer-height));
  --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
  --blur-width: 200px;
  --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height));
}
/*
 * Card Skeleton for Loading
 */

.skeleton { 

  display: block;
  width: 100%;
  height: 100%;
/*   border-radius: 6px; */
/*   box-shadow: 0 10px 45px rgba(0, 0, 0, .1); */
  background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, .8) 50%, rgba(211, 211, 211, 0) 100%), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--card-skeleton);
  background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) var(--desc-line-height), var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
  background-position: -150% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
  background-repeat: no-repeat;
  animation: loading 1s infinite;
}
@keyframes loading {
  to {
    background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
  }
}

.escort .image a img {
     text-indent: -9999px;
}
.escort .image a img:before {
    content: "a";
    text-indent: -9999px;
}


.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    height: fit-content; 
    width: 100%;
}

.pd10 {
padding:10px;
}

.pd3 {
padding:3px;
}
.mb10 {
margin-bottom:10px;
}

.mb3 {
margin-bottom:3px;
}


.city-tax-search {
background:#EFF9FF;
margin:0px;
padding:5px 0px;
}


.city-tax-search b {
color:#35393F;
font-weight:normal;
}


.city-tax-search input {
height:22px;
border:1px solid #ccc;
border-radius:4px;
}


.wpv-filter-form select, .wpv-filter-form input {
border:1px solid #ABABAB;
border-radius:3px;
padding:0px 5px;
box-shadow:0px 2px 3px #E0DFDF inset;
}

.wpv-filter-form input.btnsearchfilter {
    padding: 3px;
    width: 125px;
    height: 24px;
    margin-top: 15px;
    box-shadow: none;
    border: none;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.afilters select, .afilters select option{
color: #000;
}



.filter-100-real-pics {
margin: 6px 20px 0px 0px;
display: inline-block;
    float: left;
}

.filter-verified-contact-details {
margin: 5px 20px 0 0px;
display: inline-block;
    float: left;
}

.filter-pornstar {
margin: 5px 20px 0 0px;
display: inline-block;
    float: left;
}

.filter-upload-video {
margin: 5px 20px 0 0px;
display: inline-block;
    float: left;

}



.filter-100-real-pics input[type="checkbox"],
.filter-verified-contact-details input[type="checkbox"],
.filter-pornstar input[type="checkbox"],
.filter-upload-video input[type="checkbox"],

{
 transform:scale(1.2, 1.2);
}


.filter-100-real-pics label {
  padding-left: 35px !important;
  background-position: 7px 2px;
  font-size: 13px !important;
  color: #2782C2;
  font-weight: bold !important;
  background: url("../images/icons/image-icon.png") no-repeat;
  background-size: 19px;
    background-position: 7px 2px;
}


.filter-verified-contact-details label  {
  padding-left: 35px !important;
  background-position: 7px 2px;
  font-size: 13px !important;
  color: #2782C2;
  font-weight: bold !important;
  background: url("../images/icons/user-check-128.png") no-repeat;
  background-size: 17px;
    background-position: 8px 1px;
}


.filter-pornstar label {
  padding-left: 35px !important;
  background-position: 7px 2px;
  font-size: 13px !important;
  color: #2782C2;
  font-weight: bold !important;
  background: url("../images/icons/star-icon.png") no-repeat;
  background-size: 22px;
    background-position: 7px 1px;
}

.filter-upload-video label {
  padding-left: 35px !important;
  background-position: 7px 2px;
  font-size: 13px !important;
  color: #2782C2;
  font-weight: bold !important;
  background: url("../images/icons/video-icon.png") no-repeat;
  background-size: 22px;
    background-position: 7px 1px;
}



#colapse-contaioner-1, #colapse-contaioner-2 {
    position: absolute;
    margin-top: 0px;
    background-color: #2782c2;
    z-index: 900;
    padding: 5px;
    /* border: 1px solid #888888; */
    border-radius: 3px;
    min-width: 200px;
    margin-top: 6px; 
    color: #fff;
}



#colapse-contaioner-1:before, #colapse-contaioner-2:before {

    content: '';
    position: absolute;
    top: -14px;
    left: 15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #2782c2;

}





.autofilters {
background:#EFF5FF;
display: inline-block;
}


.atitlefilters {
margin-top:5px;
}


.afilters {
margin:10px 0 0 10px;
}


.afilters .inline-select {
display:inline-block;
margin:5px 0px 5px 0;
padding:0px;
clear:both;
width: 100%;
}


.afilters .inline-select span {

font-size:12px;
padding:0;
margin:0;
text-decoration:none;
display:inline-block;
}


.afilters .inline-select select {
width:90px;
float: right;
}


.afilters .inline-select-others {
display:inline-block;
margin:5px 0px 0px 0;
padding:0px;
clear:both;
width: 100%;
}


.afilters .inline-select-others span {

font-size:12px;
padding:0;
margin:0;
text-decoration:none;
display:inline-block;
}


.afilters .inline-select-others select {
width:90px;
float: right;
}


.afilters .inline-select-others input {
display:inline-block;
vertical-align:middle;
padding:0px;
margin:0px;
border:1px solid #CC0000;
}


.afilters .inline-select-others label {
display:inline-block;
vertical-align:middle;
font-weight:normal;
font-size:12px;
padding:0px;
margin:0px;
}


.afilters .inline-select-others .wpcf-checkboxes-grou {
display:inline-block;
float:left;
width:50px;
}


.afilters .inline-select-others #wpv_control_checkbox_i-am-available-24-7 {
padding:0px;
margin:0px;
}


.afilters .wpcf-form-item-checkbox {
margin:0px;
padding:0px;
display:inline-block;
width:100%;
float:left;
line-height: 19px;
}



.afilters .filters-services .wpcf-form-item-checkbox {
width:25%;
}






.afilters .wpcf-form-item-checkbox label {
display:inline-block;
vertical-align:middle;
font-weight:normal;
font-size:11px;
padding:0px;
margin:0px;
}


.afilters .wpcf-form-item-checkbox input {
display:inline-block;
vertical-align:middle;
padding:0px;
margin:0px;
border:1px solid #CC0000;
}


.afilters .wpcf-form-radio {
margin:0px;
padding:0px;
display:inline-block;
width:150px;
float:left;
}


.afilters .wpcf-form-radio label {
display:inline-block;
vertical-align:middle;
font-weight:normal;
font-size:11px;
padding:0px;
margin:0px;
}


.afilters .colapse-href {

font-size:14px;
padding:0;
margin:0;
text-decoration:none;
}


.afilters .colapse-href span {
padding:0 7px 0 0;
font-size:11px;
font-weight:bold;
}


.afilters .title-filters {
color:#D8287F;
font-size:12px;
margin:0px 2px;
font-weight:600 !important;
}


.bottom-filters {
margin-top:15px;
}


.topfilters {
float:left;
position:relative;
width:20%;
display:inline;
margin:0px 10px 0 0;
padding:0px 0px 0px 0px;
}

.autofilters .select2-container, .topfilters select.js-wpv-filter-trigger {
    width: 100% !important;
    margin-top: 3px;
}

.title-autofilters {
margin-bottom:10px;
}


.spanfilters {
font-size:20px;
color:#3d3d3d;
padding:0px 7px 0px 7px;
}


input#wpv_control_textfield_wpv_post_search {
display:inline-block;
height:20px;
padding:4px 6px;
margin-bottom:10px;
font-size:14px;
line-height:20px;
color:#555555;
vertical-align:middle;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
}


.searchfilter {
position:relative;
border-bottom:1px dotted #C9E7FF;
margin:0 10px;
}


.searchfilterads {
position:relative;
width:100%;
*width:99.94680851063829%;
}


.filterss {
border-top:1px dotted #cccccc;
margin:0 7px;
}


.searchm {
margin-top:20px;
}


.input-append {
height:40px;
}


.input-append label {
display:inline;
position:relative;
vertical-align:middle;
font-weight:bold;
color:#fff;
text-align:center;
padding:0px 10px 0 0;
top:-5px;
margin-left:5px;
line-height:40px;
height:40px;
}


.input-append input {
padding:0;
border:0;
}


.input-append button {
display:inline;
position:relative;
vertical-align:middle;
top:-5px;
border:1px solid #fff;
}


.allfilters {
color:#000;
margin:45px 10px 0px 10px;
border:1px solid #cc0000;
background:#444444;
padding:10px;
}


.allfiltersads {
margin:15px 0px;
border-bottom:1px solid #CFCFCF;
background:#fff;
padding:0px;
color:#ccc;
}


.allfiltersads ul li button {
vertical-align:middle;
}


#form-inline {
display:inline;
}


#form-inline btnsearch {
float:right;
}


#form-inline ul {
display:inline;
list-style:none;
}


#form-inline ul li {
display:inline;
list-style:none;
padding:0 0 0 10px;
}


#form-inline ul li b {
position:relative;
font-weight:bold;
color:#fff;
font-size:12px;
top:-5px;
padding:0px 5px 0 0;
}


#form-inline select {
width:auto;
}


#form-inline select {
font-weight:normal;
width:auto;
height:24px;
padding:4px 4px;
margin-bottom:10px;
font-size:12px;
line-height:20px;
color:#555555;
vertical-align:middle;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}


.allfiltersads .form-inline input {
font-weight:normal;
width:auto;
height:24px;
padding:3px 4px;
margin-bottom:10px;
font-size:12px;
line-height:20px;
color:#555555;
vertical-align:middle;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
margin-top:12px;
}




.allfiltersads .form-inline label {
color:#333;
font-size: 14px;
}

.allfiltersads .form-inline .form-group {
margin-right: 7px;
}


.allfiltersads .form-inline select {
font-weight:normal;
width:auto;
height:24px;
padding:3px 4px;
margin-bottom:10px;
font-size:12px;
line-height:20px;
color:#555555;
vertical-align:middle;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
margin-top:12px;
}


.allfiltersads .form-inline ul li b {
position:relative;
font-weight:bold;
color:#38a0cc;
font-size:12px;
top:1px;
padding:0px 0px 0px 0px;
}


.topesc {
background:url('../images/escorts/line-separator.png') no-repeat 50% 100%;
margin-top:-20px;
padding:5px
10px 45px 10px;
height:280px;
}


.topesc2 {
margin-left:-10px;
margin-top:-35px;
padding:5px;
height:260px;
}


.title-bordered {
font-weight:bold;

padding:0px 7px;
color:#3d3d3d;
margin-bottom:15px;
    display: block;
    clear: both;
    height: 30px;
}


.title-bordered h4 {
    padding: 3px 0px 9px 0px;
    margin: 5px 0px 5px 0px;
    border-bottom: 1px dashed #a2a2a2;
    font-size: 23px;
    display: -webkit-box;
}


.title-bordered-h {
color:#D9007B;
font-weight:bold;
font-size:20px;
padding: 0px 7px;
margin-bottom: 10px;

}


.title-bordered-h-fbtn {
font-size:18px;
background-color:#ffffff;
border-left:4px solid #D8287F;
font-weight:bold;
margin-top:24px;
padding:0px 5px;
}


.title-bordered-h-fbtn .fbtn {
line-height:32px;
margin:0 0 0 -2px;
border-radius:4px;
color:white;
background:linear-gradient(to bottom,#1e5799 0%,#f24c87 0%,#d60f56 100%);
box-shadow:1px 1px 2px #bababa;
padding:6px 10px;
}


.title-bordered-center-fbtn {
color:#3d3d3d;
font-weight:bold;
font-size:25px;
background-color:#ffffff;
padding:0px;
border-bottom:1px dashed #C8E7FF;
margin-bottom:15px;
}


.title-bordered-center-fbtn .fbtn {
height:34px;
line-height:34px;
padding:0px 15px 0px 15px;
width:auto;
margin:15px auto 3px auto;
color:#333;
text-align:center;
display:table;
border-radius:5px;
}


#topagencies {
margin:10px 0 0 0;
padding:0px;
}


/* Private Area - Escort advertising - Start */

.privatesponsored {
    background: #cecece;
    border-radius: 3px;
    width: 20%;
    height: 262px;
    float: left;
    font-size: 1.1em;
    margin: 10px 6px 0 0;

}

.privatesponsored b.showname{

    color: #333;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    margin-left: 1px;
    line-height: 19px;
    overflow: hidden;
    display: block;
    margin: 5px 5px 5px 2px;

    }

.privatesponsored .image {width:100%;height:76%;overflow:hidden;position:relative;top:0px;}
.privatesponsored .image a {}

.privatesponsored .image img{max-width: 100%; height: auto; }

.privatesponsored .cityesc{position:relative;float:right; margin-top:0px; color:#FFBF00;font-weight:normal;text-align:left;font-size:11px;}

.privatesponsored .activedata {font-size:11px; color:#000; text-align:center;padding-top:3px}


.privatesponsored .locked {position:absolute;bottom:0px;margin-bottom:0px;margin-left:0px;width:40px;height:28px;  background:url('../images/escorts/lock.png') no-repeat; background-size: 70%;cursor:pointer}

.privatesponsored .unlocked {position:absolute;bottom:0px;margin-bottom:0px;margin-left:0px;width:40px;height:28px;background:url('../images/escorts/unlock.png') no-repeat; background-size: 70%;cursor:pointer}







#escortsponsoreddiv h4 {

}



.escortsponsored {
font-size:13px;
width:12.4%;
height:150px;
position:relative;
float:left;
padding:0px 0 0 5px;
}


.escortsponsored:hover {
}


.escortsponsored b.showname {
position:relative;
color:#1278C0;
font-size:14px;
}


.escortsponsored b.citytxt {
color:#E63272;
font-size:12px;
line-height:12px;
display: table-footer-group;
}


.escortsponsored b.showcity {
color:#D8287F;
font-weight:bold;
font-size:11px;
text-decoration:none;
margin-left:1px;
line-height:19px;
overflow:hidden;
display:block;
}


.escortsponsored .image {
overflow:hidden;
position:relative;
margin:0 auto;
height:110px;
max-width:168px;
border:1px solid #333;
}


.escortsponsored .featured {
position:absolute;
right:-2px;
bottom:0px;
width:45px;
height:45px;
background:url('../images/escorts/featured.png') no-repeat scroll 0 0px;
cursor:pointer;
z-index:2;
}


.escortsponsored .image a {
}


.escortsponsored .image img {
width:116px;
height:auto;
overflow:hidden;
}


.escortsponsored .cityesc {
position:relative;
float:right;
margin-top:0px;
color:#FFBF00;
font-weight:normal;
text-align:left;
font-size:11px;
}


.escortsponsored .activedata {
font-size:11px;
color:#fff;
text-align:center;
padding-top:3px;
}


.escortsponsored .locked {
position:absolute;
bottom:0px;
margin-bottom:15px;
margin-left:0px;
width:40px;
height:43px;
background:url('../images/escorts/lock.png') no-repeat scroll 0 0;
cursor:pointer;
}


.escortsponsored .unlocked {
position:absolute;
bottom:0px;
margin-bottom:20px;
margin-left:2px;
width:40px;
height:35px;
background:url('../images/escorts/unlock.png') no-repeat scroll 0 0;
cursor:pointer;
}




.escort-featured-home {
font-size:13px;
width:25%;
height:270px;
position:relative;
margin-right:5px; 
overflow: hidden;
}


.featured-esc-home {
    display: flex;
}

.featured-esc-home .escort-featured-home:last-child {
	margin-right:0px; 
}


.escort-featured-home b.showname {
    color: #ffffff;
    font-size: 13px;
    bottom: 0px;
    position: absolute;
    z-index: 100;
    background: #000;
    opacity: 0.8;
    color: #fff;
    padding: 5px 5px;
    width: 100%;
    left: 0px;
}


.escort-featured-home b.citytxt {
position:absolute;
color:#E63272;
font-size:11px;
line-height:11px;
	display: none;
}


.escort-featured-home b.showcity {
color:#D8287F;
font-weight:bold;
font-size:11px;
text-decoration:none;
margin-left:1px;
line-height:19px;
overflow:hidden;
display:none;
}


.escort-featured-home .image-featured {
overflow:hidden;
position:relative;
margin:0 auto;
height:270px;
border-radius: 3px;
background-image: url(../images/action_bn/applynow-featured.png);
background-size: contain;
}

.escort-featured-txt {
position: absolute;
top: 35%;
width: 100%;

}

.escort-featured-txt-t, .escort-featured-txt-st {
color: white;
text-align: center;
margin-bottom: 3px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
 .escort-featured-txt-st b {
color: #ffcc00;
}

.escort-featured-btn {
margin: 10px auto 0 auto;
text-align: center;
display: table;
font-size: 13px;
background: #a53131;
padding: 2px 8px;
color: #fff;
border-radius: 20px;

}



.escort-featured-home .featured {
position:absolute;
cursor:pointer;
z-index:2;
}




.escort-featured-home .image-featured img {
width:auo !important;
height:auto;
overflow:hidden;
}


.escort-featured-home .cityesc {
position:relative;
float:right;
margin-top:0px;
color:#FFBF00;
font-weight:normal;
text-align:left;
font-size:11px;
}


.escort-featured-home .activedata {
font-size:11px;
color:#fff;
text-align:center;
padding-top:3px;
}


.escort-featured-home .locked {
position:absolute;
bottom:0px;
margin-bottom:15px;
margin-left:0px;
width:40px;
height:43px;
background:url('../images/escorts/lock.png') no-repeat scroll 0 0;
cursor:pointer;
}


.escort-featured-home .unlocked {
position:absolute;
bottom:0px;
margin-bottom:20px;
margin-left:2px;
width:40px;
height:35px;
background:url('../images/escorts/unlock.png') no-repeat scroll 0 0;
cursor:pointer;
}
@media (min-width: 600px) and (max-width: 767px) {
}


@media (min-width: 768px) and (max-width: 991px) {
}


@media (min-width: 992px) and (max-width: 1199px) {
}


.escortsgirlmonth {
margin:15px 12% 0 12%;
}


.escortsgirlmonth .escort {
background:none;
-webkit-box-shadow:none;
box-shadow:none;
}


.escortsgirlmonth .escort:hover {
background:none;
-webkit-box-shadow:none;
box-shadow:none;
}


.escortsgirlmonth .escort a.showname {
text-align:left;
}


.block_div {
padding:0px;
margin:5px 0 0 0;
border:1px solid #CCCCCC;
background:#fff;
position:relative;
}


.block_div_body {
padding:5px 10px;
}


.block_div_body_img {
padding:0px 1px 1px 1px;
}


.block_div_body_img img {
padding:2px 0 0 0;
}


.block_div .head {
overflow:hidden;
width:100%;
list-style:none;
margin:0 0 0px 0;
padding:1px;
}


.block_div .head li {
padding:5px 15px 5px 15px;
color:#fff;
font-size:15px;
font-weight:bold;
background:#2B91D9;
}


.block_div .head li.newslatter {
padding:5px 10px 5px 33px;
background:#2B91D9 url('../images/escorts/icon_newslatter.png') no-repeat left;
background-position:2% 50%;
}


.block_div .head li.sponsors {
padding:5px 10px 5px 33px;
background:#2B91D9 url('../images/escorts/icon_ad.png') no-repeat left;
background-position:2% 70%;
}


.block_div .head li.messages {
padding:5px 10px 5px 33px;
background:#286090 url('../images/escorts/icon_messages.png') no-repeat left;
background-position:2% 70%;
}



.lastViewedListO {
background:#fff;
position:relative;
border:1px solid #333;
overflow:hidden;
width:100%;
list-style:none;
margin:5px 0 0px 0;
padding:1px 0px 1px 1px;
}

.lastViewedListO-head {
padding: 5px 20px 5px 10px;
color: #fff;
font-size: 16px;
background: #0678be;
}

.lastViewedListO .wrap {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.lastViewedListO .lv-info {
text-align: left;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    background: #000;
    width: 100%;
    /* height: 50px; */
    bottom: 0px;
    opacity: 0.8;
    margin-bottom: 1px;
    color: #fff;
    padding: 0 10px;
}


.lastViewedListO .lv-info a{
  color: #fff;
}



.lastViewedListO .lv-view-all {
    margin: 5px 0px;
    background: #0678be;
    padding: 5px 10px;
    width: 100%;
    display: block;
    border-radius: 4px;
    font-size: 14px;
}



body.visited-escorts .mainbody-side .lastViewedItem {
  width: 32%;
  float: left;
  margin: 5px;
  border:1px solid #ccc;
  padding:  2px;
 
}

body.visited-escorts .mainbody-side .lastViewedListO  {
 border: 0px;
}


body.visited-escorts .mainbody-side .lastViewedListO .lv-info {
  position: relative
}

body.visited-escorts .mainbody-side .lastViewedListO .lv-info .lastViewedTitle{
  margin:0px !important;
  padding: 10px 0px
}

body.visited-escorts .mainbody-side .lastViewedListO .lv-info .lv-view-all {
  display: none;
}


body.visited-escorts #modal-ready .lastViewedListO-head {
  display: none;
}



.girl-of-the-month {
padding:1px;
background:#fff;
position:relative;
border:1px solid #333;
}


.girl-of-the-month .tab {
overflow:hidden;
width:100%;
list-style:none;
margin:0 0 0px 0;
padding:0px;
}


.girl-of-the-month .tab li {
padding:5px 20px 5px 50px;
color:#fff;
font-size:16px;
font-weight:bold;
background:url('../images/escorts/calendar.png') no-repeat left,linear-gradient(to bottom,#434850 0%,#181a1d 100%);
}


.girl-of-the-month .wrap {

max-height:280px;
overflow:hidden;
position:relative;
}


.girl-of-the-month .gm-info {
position:relative;
margin:0px;
color:#205888;
font-weight:normal;
width:auto;
text-align:left;
font-size:14px;
height:auto;
     font-weight: bold;
}

.girl-of-the-month .gm-info p{
    text-align: center;
     font-weight: bold;
     font-size: 14px
}   



.girl-of-the-month .gm-info p.gm-month  {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 7px;

}


.girl-of-the-month .gm-info p.gm-location  {
margin-bottom: 10px;
}




.girl-of-the-month .gm-info p.btn-card {

margin:5px 0 0 0;
height:40px;
}





.h-gm .escort .image a img {
height:50%;
overflow:hidden;
}


.h-gm .escort a.showname {
color:#FF007E;
font-weight:bold;
font-size:14px;
text-decoration:none;
margin-left:2px;
margin-top:2px;
line-height:20px;
overflow:hidden;
display:block;
}


.h-gm .escort .cityesc {
position:relative;
margin-top:10px;
margin-left:10px;
color:#333;
font-weight:bold;
width:auto;
text-align:left;
font-size:11px;
height:auto;
overflow:hidden;
}


.h-gm .escort .cityesc p {
line-height:15px;
height:15px;
padding:0px;
margin:0px;
position:relative;
clear:both;
}


.filterescort {
display:inline;
float:left;
width:auto;
margin:15px;
padding:0 10px 10px 10px;
font-size:11px;
color:#cc0000;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #fff;
background:#000;
}


.filterradio {
width:100%;
color:#fff;
}


.filterhead {
width:100%;
height:23px;
border-bottom:1px dotted #ccc;
margin-bottom:10px;
}


.filterhead .filtertitle {
float:left;
clear:none;
font-size:12px;
font-weight:bold;
color:#fff;
line-height:23px;
margin-left:10px;
}


.filterfooter {
width:100%;
height:23px;
font-weight:normal;
}


.filterfooter .filtermore {
text-align:center;
}


.filtercontent {
height:50px;
width:100%;
overflow:hidden;
}


.filtercontent input, .filtercontent label {
display:inline;
}


.filtercontent label {
font-weight:normal;
}


.podTitles {
float:left;
clear:none;
font-size:12px;
font-weight:bold;
color:#3A3938;
line-height:23px;
margin-left:10px;
}


.widget_lastviewed h2 {
display:none;
}


.widget_lastviewed ul {
border:1px solid #ccc;
margin:10px;
padding:0px;
}


.widget_lastviewed ul li {
display:inline-block;
margin-right:10px;
}


#top_single_escort_adv {
margin:10px;
text-align:center;
}


#top_single_escort_adv a {
display:inline-block;
margin-right:10px;
}


#top_single_escort_adv a.last {
display:inline-block;
margin-right:0px;
}


#single_escort {
padding:10px;
}


#stats-date {
margin-bottom:10px;
}


#single_escort #gallery.viptags   {
padding-top: 15px;
    border-top: 4px solid #2274ad;
    border-right: 4px solid #2274ad;
    overflow: hidden;
}

#single_escort #gallery.premiumtag   {
padding-top: 15px;
    border-top: 4px solid #cc3883;
    border-right: 4px solid #cc3883;
}

#single_escort #gallery.verifiedtag {
padding-top: 30px;
}



#gallery {


   
    padding: 10px 0px;
    position: relative;
}



#gallery img {
margin:15px 0 15px 0;
cursor:pointer;
width:100%;
height:auto;
border-radius: 6px;

}


.escimage {
width:100%;
height:auto;
position:relative;
top:0px;
}


.imgsverified {
position:absolute;
left:7px;
top:7px;
width:70px;
height:70px;
background:url('../images/photos-verified.png') no-repeat scroll 0 0px;
cursor:pointer;
}


.diamodescorts {
position:absolute;
right:7px;
top:7px;
width:70px;
height:70px;
background:url('../images/diamond-escort.png') no-repeat scroll 0 0px;
cursor:pointer;
}


#gallery img.noclick {
cursor:default;
}


.span5extra {
height:100%;
padding-left:10px;
}


#singletabs {
overflow:hidden;
width:100%;
list-style:none;
border-bottom:3px solid #A70000;
margin-top:15px;
}


#singletabs li:first-child {
margin-left:-20px;
}


#singletabs li {
float:left;
margin-left:-4px;
}


#singletabs li div {
float:left;
margin:0px;
}


#singletabs li {
padding:8px 30px;
margin:0px;
color:#fff;
font-size:14px;
font-weight:bold;
background:#A70000;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
}


.blanktabs {
overflow:hidden;
width:100%;
list-style:none;
border-bottom:2px solid #ccc;
margin:0px 0 5px 0;
}


.blanktabs li {
padding:0px 0px 3px 0px;
color:#C36C3E;
font-size:14px;
font-weight:bold;
}


.titletabs {
overflow:hidden;
width:100%;
list-style:none;
border-bottom:1px dotted #ccc;
margin:0px 0 20px 0;
}


.titletabs li {
padding:10px 0px 7px 15px;
color:#C36C3E;
font-size:25px;
font-weight:bold;
}


#escorttabs {
overflow:hidden;
width:100%;
margin:0px 0px 0px 10px;
padding:0;
list-style:none;
}


#escorttabs li {
float:left;
margin:3px 4px 0 0;
}


#escorttabs a {
font-weight:bold;
font-size:12px;
float:left;
position:relative;
padding:2px 20px;
text-decoration:none;
color:#fff;
background:linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,158,195,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
}


#escorttabs a:hover {
border-bottom-color:#BA0D4A;
}


#escorttabs #current {
z-index:3;
background:linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%);
filter:alpha(opacity=100);
opacity:1;
}


#escorttabscontent {
background:#fff;
border-top:4px solid #258dc8;
border-bottom:1px solid #258dc8;
border-left:1px solid #258dc8;
border-right:1px solid #258dc8;
padding:2em;
}


#escorttabscontent h2,
    #escorttabscontent h3,
    #escorttabscontent p {
margin:0 0 15px 0;
}


.span12txt .span3 {
font-size:12px;
}


.span12txt .span6, .span12txt .span8 {
font-size:12px;
font-weight:bold;
}


.langstar1 {
display:block;
margin:4px 0 0 0;
height:12px;
background:url('../images/icons/languagesstar.png') no-repeat scroll 0 0;
padding:0px 0px 0px 55px;
cursor:pointer;
}


.langstar2 {
display:block;
margin:4px 0 0 0;
height:12px;
background:url('../images/icons/languagesstar.png') no-repeat scroll 0 -12px;
padding:0px 0px 0px 55px;
cursor:pointer;
}


.langstar3 {
display:block;
margin:4px 0 0 0;
height:12px;
background:url('../images/icons/languagesstar.png') no-repeat scroll 0 -24px;
padding:0px 0px 0px 55px;
cursor:pointer;
}


.langstar4 {
display:block;
margin:4px 0 0 0;
height:12px;
background:url('../images/icons/languagesstar.png') no-repeat scroll 0 -36px;
padding:0px 0px 0px 55px;
cursor:pointer;
}


.hotelstar1 {

    display: inline-block;
    position: absolute;
    margin-left: 10px;
    top: 3px;
    width: 110px;
    height: 18px;
background:url('../images/icons/rating-stars.png') no-repeat scroll 0 -258px;
cursor:pointer;
}
.hotelstar2 {

    display: inline-block;
    position: absolute;
    margin-left: 10px;
    top: 3px;
    width: 110px;
    height: 18px;
background:url('../images/icons/rating-stars.png') no-repeat scroll 0 -294px;
cursor:pointer;
}
.hotelstar3 {

    display: inline-block;
    position: absolute;
    margin-left: 10px;
    top: 3px;
    width: 110px;
    height: 18px;
background:url('../images/icons/rating-stars.png') no-repeat scroll 0 -330px;
cursor:pointer;
}
.hotelstar4 {

    display: inline-block;
    position: absolute;
    margin-left: 10px;
    top: 3px;
    width: 110px;
    height: 18px;
background:url('../images/icons/rating-stars.png') no-repeat scroll 0 -366px;
cursor:pointer;
}
.hotelstar5 {

    display: inline-block;
    position: absolute;
    margin-left: 10px;
    top: 3px;
    width: 110px;
    height: 18px;
background:url('../images/icons/rating-stars.png') no-repeat scroll 0 -402px;
cursor:pointer;
}








.ckyes {
display:block;
margin:2px 0 0 0;
height:16px;
background:url('../images/icons/checkicn.png') no-repeat scroll 0 0;
padding:0px 0px 0px 16px;
cursor:pointer;
}


.ckno {
display:block;
margin:2px 0 0 0;
height:16px;
background:url('../images/icons/checkicn.png') no-repeat scroll 0 -16px;
padding:0px 0px 0px 16px;
cursor:pointer;
}


.separator {
display:inline;
position:relative;
margin:0px 0 0 0;
height:25px;
background:url('../images/icons/separator.png') no-repeat scroll 0 0px;
padding:0px 0px 7px 7px;
cursor:pointer;
}


.diamodescort {
display:block;
position:relative;
margin:0px 0 0px 0;
height:40px;
background:url('../images/escorts/diamondescort.png') no-repeat center;
padding:0px 0px 5px 390px;
cursor:pointer;
}


.checkyes {
height:16px;
background:url('../images/icons/checkicn.png') no-repeat scroll 0 0;
padding:0px 3px 0px 16px;
display: inline-block;

}




.available-247 {
  display: inline-flex; /* make element size relative to content */
  align-items: center; /* vertical alignment of contents */
  line-height: 40px; /* control height with line-height or padding */
  padding: 0px 10px; /* horizontal with padding-l/r */
  font-size: 16px;
}


.checkno {
margin:2px 0 0 0;
height:16px;
background:url('../images/icons/checkicn.png') no-repeat scroll 0 -16px;
padding:0px 3px 0px 16px;
}


.caticn {
margin-left:25px;
height:16px;
background:url('../images/icons/catarrowr.png') no-repeat scroll 0 0;
padding:3px 8px 0px 12px;
}

.caticn-plus {
height: 18px;
background: url('../images/icons/plus.png') no-repeat scroll 0 0;
padding: 0px 10px 0px 12px;
display: inline;
}



#tab1 .row-fluid [class*="span"] {
min-height:25px;
}



.topdate {
font-size:12px;
font-weight:bold;
}


.addthis_button_tweet.at300b {
width:82px;
}


.addthis_button_pinterest_pinit.at300b {
width:37px;
}


.addthis_button_google_plusone.at300b {
width:60px;
}


.addthis_toolbox.addthis_default_style {
padding-top:15px;
}


.icn-mobile {
display:inline-block;
height:20px;
margin-top:5px;
margin-right:10px;
vertical-align:middle;
background:url('../images/mobile.png') no-repeat scroll 0 0;
padding:10px 0px 0px 20px;
cursor:pointer;
}


.icn-email {
display:inline-block;
height:16px;
margin-top:2px;
margin-right:14px;
vertical-align:middle;
background:url('../images/email.png') no-repeat scroll 0 0;
padding:5px 0px 0px 16px;
cursor:pointer;
}


.pagination-view {
position:relative;
width:300px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
/*border:1px solid #DC8200;
background:#FFFBE0;*/
text-align:center;
vertical-align:middle;
height:30px;
padding:5px 0 0 0;
}


.thumbnailads img {
border:1px solid white;
margin:0 5px 5px 0;
}


.thumbnailads:hover {
background-color:transparent;
}


.thumbnailads:hover img {
border:1px solid blue;
}


.thumbnailads span {
position:absolute;
background-color:#fff;
padding:5px;
margin-top:0px;
border:1px dashed gray;
visibility:hidden;
color:black;
text-decoration:none;
}


.thumbnailads span img {
border-width:0;
padding:2px;
}


.thumbnailads:hover span {
visibility:visible;
margin-top:0px;
margin-left:50px;
z-index:50;
}


.review-top {
border:1px solid #ccc;
background-color:#EDEDED;
font-size:12px;
color:#333;
margin-bottom:5px;
font-weight:normal;
}


table.review-top thead th {
border-bottom:1px dotted #CCE5F0;
}


table.review-top tbody th {
border-top:none;
}


.review-body {
padding:10px;
border:1px solid  #ccc;
background-color:#fff;
font-size:14px;
color:#333;
margin-bottom:20px;
}

.review-body .col-xs-12 {
margin:0px 0 5px 0;}



.review-img img {
border: 1px solid #ddd;
padding: 2px;
}


.review-img-btn {
background:#3498db;
background-image:linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0px;
color:#fff;
font-size:12px;
padding:3px 20px 3px 20px;
text-decoration:none;
margin-top:7px;
text-align:center;
}


.review-img-btn:hover {
background:#3cb0fd;
background-image:linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration:none;
}


.review-img-btn a {
color:#fff;
}


.review-img-btn1 {
border:1px solid #DC8200;
background:#FFFBE0;
text-align:center;
vertical-align:middle;
margin-top:7px;
font-size:12px;
padding:3px 0 0 0;
}


.review-look-1 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 0;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-2 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -19px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-3 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -38px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-4 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -57px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-5 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -76px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-6 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -95px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-7 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -114px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-8 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -133px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-9 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -152px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.review-look-10 {
display:block;
margin:4px 0 0 0;
height:16px;
background:url('../images/icons/stars_map.png') no-repeat scroll 0 -171px;
padding:0px 0px 0px 84px;
cursor:pointer;
}


.btnreview {
font-size:12px;
font-weight:bold;
color:#fff;
padding:5px;
margin-bottom:10px;
}


.escortcomments, .bwp-rc-ulist {
list-style:none;
margin:10px 0 0 0;
padding:0px;
height:auto;
position:relative;
}


.escortcomments li {

background-color: #efefef;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 10px 0;
}



.bwp-rc-ulist li {
border:1px dashed #ccc;
padding:10px;
margin:0 0 10px 0;
}


.bwp-rc-ulist li.recent-comment {
list-style:none;
border:1px dashed #CCE5F0;
background-color:#fff;
padding:10px;
margin:5px 0;
}


.recent-comment-text {
font-size:12px;
color:#ccc;
}


.authcom {
margin:0px 0px 0px 0px;
padding:1px 5px;
color:#003563;
font-weight:bold;
}



.vacantiontime {
width:100%;
font-size:12px;
font-weight:bold;
height:50px;
line-height:50px;
text-align:center;
vertical-align:middle;
color:#337ab7;
margin-bottom:10px;
padding:0px 10px;
}


.vacantiontime span {
background:url('../images/icons/vacation.png') no-repeat;
padding:12px 20px
}


.warning-view {
position:relative;
border:1px solid #eab30d;
background-color:#fce08b;
text-align:center;
vertical-align:middle;
font-size:11px;
padding:10px;
margin:10px;
}


.h-ag .escort {
color:#fff;
width:270px;
height:270px;
margin:2px 2px;
padding:1px;
float:left;
font-size:1.1em;
border:8px solid #999;
overflow:visible;
}


.h-ag .escort:hover {
background:none;
border:8px solid #FF95C3;
}


.h-ag .escort .esc-wrap-style-prem {
width:100%;
height:auto;
margin-top:0px;
padding-top:0px;
padding-left:0px;
border:none;
}


.h-ag .escort .image {
width:100%;
height:252px;
position:relative;
}


.h-ag .escort .image a img {
width:100%;
height:100%;
}


.h-ag .escort a.showname {
color:#FF007E;
font-weight:bold;
font-size:14px;
text-decoration:none;
margin-left:2px;
margin-top:2px;
line-height:20px;
overflow:hidden;
display:inline;
}


.h-ag .escort a.showname:hover {
text-decoration:underline;
}


.h-ag .escort .cityesc {
position:relative;
margin-top:10px;
margin-left:10px;
color:#333;
font-weight:bold;
width:auto;
text-align:left;
font-size:11px;
height:auto;
overflow:hidden;
}


.h-ag .escort .cityesc p {
line-height:15px;
height:15px;
padding:0px;
margin:0px;
position:relative;
clear:both;
}


.h-ag .escort .title-city {
position:absolute;
right:0px;
bottom:0px;
width:100%;
background:#D8287F;
opacity:1;
cursor:pointer;
font-size:12px;
letter-spacing:0.7px;
text-transform:uppercase;
padding:8px 0px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
border-top:1px dotted #FFF;
}


.h-ag .escort .count-ch {
position:absolute;
right:0px;
top:0px;
background:#FDC300 url('../images/icons/icon-a-girl.png') no-repeat left;
opacity:1;
cursor:pointer;
font-size:16px;
letter-spacing:0.7px;
text-transform:uppercase;
padding:6px 4px 6px 26px;
text-align:center;
color:#333333;
font-weight:bold;
}



.breadcrumbs {
margin:3px 0px 5px 0px;
background: #eef5ff;
border: 1px solid #c8e7ff;
padding:5px 10px;
font-weight: bold;
font-size: 12px;
color:#333;
}




.breadcrumbs a {
padding:0px;
color:#D8287F;
font-size:12px;
font-weight:bold;
}


.breadcrumbs a:hover {
color:#333;
}

.breadcrumbs-path::before {

    position: relative;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #959595;
    content: "»";
}


.img-b2px {
	border:1px solid #ccc;
	padding: 2px;
}

/*END*/


/*Video Profile*/
.wp-video-shortcode {
	border-radius: 6px !important; 
	overflow: hidden !important;
	margin-bottom: 10px;
}

/*End Video Profile*/


.cc-head-share img {
    width: 24px;
    padding: 10px 0;
}


.restricted-area, .pmpro_content_message{
    width: 44%;
    margin: 20px auto;
    border: 2px dashed #333;
    padding: 20px;
}

.pmpro_content_message .restricted-area{
    width: 100%;
    margin: none;
    border: none;
    padding: 0px;
}


.latest-photos p.attachment, .latest-photos .gdrts-rating-block {
    display: none !important;
}

.rate-photos p.attachment{
    display: none
}

.gdrts-with-fonticon.gdrts-fonticon-font.gdrts-font-heart.gdrts-stars-length-10 .gdrts-stars-empty::before, .gdrts-with-fonticon.gdrts-fonticon-font.gdrts-font-heart.gdrts-stars-length-10 .gdrts-stars-active::before, .gdrts-with-fonticon.gdrts-fonticon-font.gdrts-font-heart.gdrts-stars-length-10 .gdrts-stars-current::before {
    letter-spacing: 3px;
    font-size: 30px;
}




.rate-photos .wpv-filter-next-link , .rate-photos .wpv-filter-previous-link{

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
        color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;

}



.rate-photos .wpv-filter-next-link {

    float: right;
}


.rate-photos .wpv-filter-previous-link{


    float: left;
}



.gdrts-rating-block {
    width: 500px;
    padding: 10px 20px;
    height: auto !important;
    margin: 10px auto !important;
    border: 1px solid #9a213b;
    display: table;
}

.gdrts-with-fonticon .gdrts-stars-empty {
margin: 0px auto !important;
display: table !important ;
}



.gdrts-rating-text:before  {
 content: "My average score";
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    background: #fffce5;

}


.gdrts-rating-user:before  {
 content: "User vote";
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    background: #fffce5;

}


.gdrts-stars-rating:before  {
 content: "Evaluate my photo";
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    background: #fffce5;

}

.gdrts-stars-rating:lang(it):before  {
 content: "Evaluate my photo11";
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    background: #fffce5;

}



.gdrts-stars-rating  {
    margin: 0 0 10px 0;
    height: auto !important;
}

.gdrts-rating-text {

width: 49%;
float: left;
text-align: center;
}

.gdrts-rating-user {
width: 49%;
float: right;
text-align: center;
}

.rate-photos-img{


}

.rate-photos-img img{

    margin: 0 auto;
    border: 1px solid #9a213b;
    padding: 4px;
    background: #ffdde4;
}

.gdrts-rating-thanks {
    clear: both;
}



li.apps {
    display: flex;
    height: 30px !important;
}

.whatsapp {
background: url(../images/whatsapp.png) 0 0 no-repeat;
    height: 24px;
    float: left;
    padding-left: 26px;
    margin:0px 5px;
}


.sep {
    float: left;
    margin: 2px 5px 10px 5px;
    width: auto !important;
}

.viber {
      background: url(../images/viber.png) 0 0 no-repeat;
    height: 20px;
    width: 42px;
    float: left;
    margin:3px 5px 0px 5px;
}

.telegram {
    background: url(../images/telegram.png) 0 0 no-repeat;
    height: 24px;
    width: 24px;
    float: left;
        color: #337ab7;
      padding-left: 27px;
     margin:0px 5px;
}


.allfiltersads.meeting {
    margin: 10px 0px !important;
    background: #fffde2;
}

.allfiltersads.meeting .form-inline {
   padding: 7px 10px;
}


#meetingid label {
 margin-bottom: 0px !important; 
}


h1.meeting {
    padding: 0px 10px;
    font-size: 18px;
    color: #c53049;
    margin: 0px;
    position: relative;
    display: block;
    display: -webkit-inline-box;
}

p.meetingp {
    padding: 0 15px;
    margin-bottom: 10px;
    color: #333;
}

.wpv_date_input {
    cursor: pointer;
    border: 1px solid #333;
    color: #333;
    padding: 1px 3px;
    background: #dedede;
    min-width: 120px;
    display: block;
    min-height: 24px;
}



img.night-es-img {
    padding: 17px;
}

a.net-ngt {
    display: block;
    background: #3076ce;
    margin: 3px 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
}

span.info-ngt {
    display: block;
    background: #333;
    text-align: center;
    font-size: 12px;
    color: #ff0;
}


.escorts-ngt {
font-size:13px;
width:95px;
height:150px;
position:relative;
float:left;
padding:0px 0 0 5px;
}


.escorts-ngt:hover {
}


.escorts-ngt b.showname {
position:relative;
color:#1278C0;
font-size:13px;
}


.escorts-ngt b.citytxt {
position:re;
color:#E63272;
font-size:11px;
line-height:11px;
}


.escorts-ngt b.showcity {
color:#D8287F;
font-weight:bold;
font-size:11px;
text-decoration:none;
margin-left:1px;
line-height:19px;
overflow:hidden;
display:block;
}


.escorts-ngt .image {
overflow:hidden;
position:relative;
margin:0 auto;
height:110px;
max-width:168px;
border:1px solid #333;
}


.escorts-ngt .image a {
}


.escorts-ngt .image img {
width:88px;
height:auto;
overflow:hidden;
}


.content-overlay {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 999;
  
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  background-color: #fff;
}

.escort:hover .content-overlay {
  opacity: 0.9;
   top: 0;
}

/*.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

*/



.sidenav {
    width: 150px;
    position: fixed;
    z-index: 1;
    top: 40%;
    left: 0px;
    background: #444444;
    overflow-x: hidden;
    border-radius: 0 7px 7px 0;
}

.sidenav a {
    padding: 6px 8px 6px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #ccc;
}

.sidenav a.first {
    padding: 6px 8px 6px 10px;
}

.sidenav a.last {
    padding: 6px 8px 6px 10px;
    border-bottom: none;

}

.sidenav a.ccontact {
    background: #ff4084;
    border-bottom: 1px solid #ccc;
}

.sidenav a:hover {
    color: #e8e40b;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* Classified Page*/

.classified-box {
   border: 6px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 30px;
    color: #656565;
    max-height: 280px;
    overflow: hidden;

}

.classified-box .ad-pics {
    border-right: 6px solid #e8e8e8;
    padding: 0px;
}

.classified-box .ad-info {
    background: #fff;
    padding: 0px 5px;
    position: relative;
}

.classified-box .ad-info .ad-title {
    font-size: 18px;
    margin-bottom: 6px;
    color: #205888;
    margin-top: 6px;
  
}

.classified-box .ad-info .ad-date {
  font-size: 13px;
}
.classified-box .ad-info .ad-location {
  font-size: 13px;
}
.classified-box .ad-info .ad-category {
  font-size: 13px;
}
.classified-box .ad-info .ad-text {
     border-top: 1px solid #e8e8e8;
     font-size: 12px;
     margin-top: 10px;
     padding: 5px;
     height: 107px;
    overflow: hidden;
}

.classified-box  .ad-social {
    width: 65px;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    font-size: 16px;
}

.classified-box .ad-view {
    position: relative;
    bottom: 6px;
    float: right;
    right: 3px;
    width: 100%;
}

.classified-box .ad-view a{
width: 100%;
}

.classified-ad-single {

}

.classified-single-head {
margin: 15px 0px;
border-bottom: 1px solid #ccc;
}

.classified-single-head .ad-title{
   font-size: 24px;
    margin-bottom: 6px;
    color: #205888;
    margin-top: 6px;
}

.classified-single-head .ad-location {
   font-size: 18px; 
}

.classified-single-head .ad-phone {
    text-align: center;
    font-size: 24px;
    color: #ae2923;

}


.classified-single-head .ad-social a{
    text-align: right;
    float: right;
    margin-top: 5px;
}

.classified-single-images {

}

.classified-single-images .ad-single-pics{
    
}

.classified-single-images .ad-single-pics img{
      border: 6px solid #e8e8e8;
      border-radius: 3px;
    
}

.classified-single-info{
 margin-top: 20px      
}


.classified-single-info .ad-category{
    font-size: 18px
}

.classified-single-info .ad-text{
    margin-top: 10px;
    margin-bottom: 20px;
    
}




/* Agency Page*/

.agency-box {
   border: 6px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 30px;
    color: #656565;
    height: 435px;
    overflow: hidden;

}
.agency-box .agency-logo {
	width: auto;
	height: 180px;
	overflow: hidden;
 }



.agency-box .agency-girls {
    border-right: 6px solid #eff8ff;
    height: inherit;
    background: #eff8ff;
}

.agency-box .agency-right {
    background: #fff;
    padding: 0px 5px;
    position: initial;
    height: inherit;
}

.agency-box .agency-right .agency-title {
    font-size: 15px;
    margin-bottom: 6px;
    color: #205888;
    margin-top: 6px;
  
}

.agency-box .agency-right .agency-date {
  font-size: 13px;
}
.agency-box .agency-right .agency-location {
  font-size: 13px;
}
.agency-box .agency-right .agency-category {
  font-size: 13px;
}
.agency-box .agency-right .agency-text {
     border-top: 1px solid #e8e8e8;
     font-size: 12px;
     margin-top: 10px;
     padding: 5px;
     height: 128px;
    overflow: hidden;
}

.agency-box .agency-social {
    width: 65px;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    font-size: 16px;
}

.agency-box .agency-view {
    position: absolute;
        bottom: 42px;
}

.agency-box .count-ch {
    position: absolute;
    right: 21px;
    top: 6px;
    background: #67d5ff url(../images/icons/icon-a-girl.png) no-repeat left;
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 6px 4px 6px 26px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

.agency-girls-box-single {

    height: 70px;
    overflow: hidden;
    margin: 10px 0px;
}


.agency-girls-box-single img{

   border-radius: 4px;
}

/*Signin and Signup paghe*/

.signin-page, .signup-page{
    min-height: 700px;
    background: url('../images/girl-signin.png');
    background-repeat: no-repeat;
    background-position: top right;


}

.signin-page > div.row, .signup-page > div.row{
padding:10px;
  }

.signin-page label, .signup-page label{  
	display: block !important;
	}

.signin-page .wp-error, .signup-page .wp-error  {
    border: 1px solid #cc0000;
    padding: 3px;
    background: #ffdfdf;
    margin: 10px 0px;
}

.signin-page-newuser, .signup-page-user {
    margin: 50px 0 0 0;
}

.signup-page input {
    width: 100% !important;
}


.signup-successful {
    border: 1px solid #77ea38;
    padding: 10px;
    background: #f6ffef;
    margin-top: 25px;
}

/*Escort Profile*/

#myList li{ display:none;
}

ul#myList {
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#loadMore span{
    display: initial;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    padding: 10px 20px;
    color: #FFF;
    background: #fd6262;
}
#loadMore:hover {
    color:black;
}
#showLess span{
       display: initial;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    padding: 10px 20px;
    color: #FFF;
    background: #fd6262;
}
#showLess:hover {
    color:black;
}

#loadMore, #showLess {
    position: initial;
    margin-top: 10px;
    height: auto;
    text-align: center;
    padding: 10px;
    width: 230px;
    margin: 7px auto;
  
}

/*New Escort Home Slider*/


.new-esc-home {
    display: flex;
}

.new-esc-home .new-esc-home-list:last-child {
    margin-right:0px; 
}


.new-esc-home-list {
font-size:13px;
width:18%;
height:190px;
position:relative;
float:left;
margin-right: 5px;
overflow: hidden;
}


.new-esc-home-list:hover .new-escort {
transform: translate(-90px, 0px);
    -webkit-transform: translate(-90px, 0px);
}

.new-esc-home-list:hover b.citytxt {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
}

.new-esc-home-list .new-escort , .new-esc-home-list b.citytxt {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transition-timing-function: ease-out;
}



.new-esc-home-list .image .new-escort {

    position: absolute;
    left: -15px;
    top: 3px;
    width: 90px;
    height: 36px;
    background: url(../images/escorts/new-tag.png) no-repeat scroll 0px 0;
    cursor: pointer;
    background-size: 65%;
}


.new-esc-home-list b.showname {
position:relative;
color:#1278C0;
font-size:14px;
height: 19px;
overflow: hidden;
display: block;
}


.new-esc-home-list b.citytxt {
    color: #000000;
    font-size: 12px;
    position: absolute;
    padding: 5px 3px;
    display: table-footer-group;
    opacity: 0.7;
    bottom: 10px;
    background: #fff;
    width: 100%;
    height: 26px;
    border-radius: 0px 0px 3px 3px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 18px;
}


.new-esc-home-list b.showcity {
color:#D8287F;
font-weight:bold;
font-size:11px;
text-decoration:none;
margin-left:1px;
line-height:19px;
overflow:hidden;
display:block;
}


.new-esc-home-list .image {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 160px;
    border-radius: 3px;
}


.new-esc-home-list .featured {
position:absolute;
right:-2px;
bottom:0px;
width:45px;
height:45px;
background:url('../images/escorts/featured.png') no-repeat scroll 0 0px;
cursor:pointer;
z-index:2;
}


.new-esc-home-list .image a {
}


.new-esc-home-list .image img {
width:100%;
height:auto;
overflow:hidden;
}


/* Loading  */

p.js-wpv-dps-spinner {
    width: 100px;
    height: 35px;
    background: url('../wp-content/plugins/wp-views/embedded/res/img/ajax-loader.gif') no-repeat;
    background-position: center;
    margin: 0 auto 10px auto;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

p.js-wpv-dps-spinner img {
    margin: 0 auto;
    display: none;

}

/* Home InfoBanner */


.home-infobanner {
overflow: hidden;
}

.home-infobanner .ib-main {

position: relative;
margin: 0px auto;
}

/*     background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite; 

*/



@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}


/* Home Slider */
.home-slider {
    position: relative;
}
.slidetext {
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    margin: 0 50px;
}
.slidetext h1 { 
    font-size: 45px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.45);
    display: inline-flex;
    padding: 10px;
    color: #000000;

}

.slidetext h2 { 
color: #f9a4a4;

}

.slide-text-button {
    display: inline-flex;
}

.slide-text-button a {
    border: 2px solid #fff;
    padding: 20px 40px;
    color: #fff;
    margin: 50px 0px 0px 0px;
    border-radius: 7px;
    font-size: 20px;
    background: rgba(255, 16, 16, 0.31);
    text-transform: uppercase;
}

.slide-text-button a:hover {
text-decoration: none;
background: #e25555;
color: #333;
}


/* Fix easy-fancybox */

#fancybox-overlay {
  z-index: 999 !important;
}
#fancybox-wrap { 
  z-index: 999 !important;
}
/* Fix select2 */
.cc-popup-contact .select2-container {
width: auto !important;

}

#fancybox-content{
    background:#fff url("../images/loading3.gif") no-repeat 50% 50% !important;
}




.modal-nav {
  display: none;
}


/* Like button */
.likebtn-wrapper {
  width: 100%;   
}
.likebtn-button {
  width: 100%;
  background: #ffd433 !important;
  padding: 0px !important;
  display: flex !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 5px !important;
  max-width: 250px;
  
}

.likebtn-button.lb-voted {
 background: #cccccc !important;
}


.likebtn-button .lb-a{
  flex: 1 1 auto !important;
  display: inline-block;
  padding-left: 10px;
  border-radius: 5px !important ;


}

.likebtn-button .lb-count{
  flex: 1 1 auto !important;
   display: inline-block;
   background: #333333;
   text-align: center;
   color: #fff !important;
     font-size:14px !important;
     border-radius: 0px 5px 5px 0px;

}

.likebtn-button .lb-count::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #333333 transparent transparent;
    position: absolute;
    z-index: 15;
    top: 50%;
    margin-top: -6px;
    left: 0;
    margin-left: -6px;
}

.lb-style-custom .lb-like, .lb-style-custom .lb-dislike {
  border: none !important;   
}

.lb-style-custom .lb-a .likebtn-label, .lb-style-custom .lb-voted .likebtn-label {
   font-size:14px !important;
   text-transform: uppercase;
}

.lb-style-custom .lb-voted .lb-a .lb-like-label, .lb-style-custom .lb-voted .lb-a .lb-dislike-label {
  width: 100%;
  display: inline-flex !important;   
}

.click-to-show {
    border: 2px solid #ff6a6a;
    border-radius: 25px;
    padding: 0px 5px;
    color: #ff6a6a;
}

#share-buttons{
    margin: 15px 40% !important;
    width: 30%;
}

#share-buttons li{
  display: inline;
}

#share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#share-buttons img{
display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -10000px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}


input[id$="1-submit-1"] {

    font-size: 25px;
    text-align: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: 12px 40px;
    background: #f00;
    color: #fff;
}

/* Dashboard menu */
.dashboard-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 5px;
}

.dashboard-menu li a{
    display: block;
    padding: 10px 28px;
    font-size: 17px;
    line-height: 18px;
}

.dashboard-menu li.active a{
    display: block;
    padding: 10px 28px;
    font-size: 17px;
    line-height: 18px;
    background: #0678be;
    color: #fff;
    border-radius: 100px;
}

/* Dashboard menu */
.dashboard-menu .dashboard-submenu {

    list-style: none;
    padding-left: 30px;
}

.dashboard-menu .dashboard-submenu li a {
    background: url(../images/icons/catarrow.jpg) no-repeat;
    background-position: center left;
    padding: 8px 20px;
    font-size: 17px;
    font-size: 15px;

}


.dashboard-menu .dashboard-submenu li.active a{
    display: block;
    padding: 8px 28px;
    font-size: 15px;

    background: #0678be;
    color: #fff;
    border-radius: 100px;
}

#gcards_section li {
  padding: 10px 0px;
}
.gcards_li {
  position: relative;
  height: auto;
}


.gcards_form {
border: 2px dashed #de0064;
vertical-align: top;
width: 716px;
height: 729px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
}

.gcards_form.bestbuy {
    background-image: url('../images/gcards/bestbuy.jpg');
}

.gcards_form.lowes {
    background-image: url('../images/gcards/lowes.jpg');
}

.gcards_form.sephora {
    background-image: url('../images/gcards/sephora.jpg');
}

.gcards_guide {
    position: absolute;
    top: 385px;
    left: 142px;
}

#lowes  .gcards_guide , #sephora  .gcards_guide{
    position: absolute;
    top: 412px;
    left: 142px;
}


.gcards_guide .gcards_input {
    width: 272px;
    border: none;

}

.gcards_det {
  position: relative;
}


.gcards_det.gcards_se input {
height: 35px;
}
.gcards_det.gcards_ss {
    margin-top: 43px;
}
.gcards_det.gcards_ss input {

}

.gcards_det.gcards_sm {
    margin-top: 30px;
}
.gcards_det.gcards_sm input {
  height: 50px;

}
.gcards_guide .btn_copy {
position: absolute;
right: 0px;
}
.gcards_guide .gcards_det.gcards_ss .btn_copy {
    top: -4px;
}
.gcards_guide .gcards_det.gcards_sm .btn_copy {

}

.info_payments ol {
list-style-type:decimal;
font-size:26px;
color: #337ab7;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important; 
}

/* Table Info Price*/

.tb-infoprice tr[class*="0"] {
display:none;
}

/* Table Info Credits*/

.table_header:last-child {
    border-radius: 0px !important;
}

.table_header:first-child {
    border-radius: 0px !important;
    display: none;
}

.table_header:nth-child(5) {
      display: none;
}
.table_small:nth-child(5) {
      display: none;
}

#credit_buy_table .table_row .table_img {
  display: none;
}

#credit_buy_table  .table_small{
  border-bottom: 1px solid #ccc;
}
#credit_buy_table .table_row:last-child .table_small {
  border-bottom: 0px solid #ccc;
}

#credit_buy_table .theader {
    background: #d9edf7;
}

#credit_buy_table {
    border:1px solid #ccc !important;
}

#credit_buy_table .theader .table_header{
    text-align: left;
    padding: 15px 20px
}
body.user-verification {
  padding: 0px !important;
}

.label-terms  {
  margin: 15px 0 15px 20px;
}

.label-terms input {
  width: auto !important;
}
.label-terms label {
  display: inline-grid !important;
}

.media-toolbar-secondary .screen-reader-text, .media-frame-actions-heading { 
  display:none;
}


/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.3);
}

.js-wpt-repetitive img , .js-wpt-credfile-preview-item img{
    width: auto;
    max-width: 100%;
    height: auto;
}

input.wpt-credfile-delete.js-wpt-credfile-delete.js-toolset-media-field-delete {
    width: auto !important;
}

.wpv-archive-pagination-nav-links-container .page-link, .wpv-archive-pagination-nav-links .page-link, .wpv-pagination-nav-links-container .page-link, .wpv-pagination-nav-links .page-link, .wpv-pagination-preview-element .page-link {

      border: 0px solid #dee2e6 !important;
}


blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect { 
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}


textarea#comment {
    width: 100%;
}

#home-search-top {
      padding: 0px 0px 20px 0px;
      visibility: hidden;
}

.container-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}


.container-wide {
  display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.container-not-wide {
  display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.nav-top-header  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

h3.bl-p-title {
  display: inline-flex;
    height: 29px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bl-p-single {
    background: #eee;
    border-radius: 3px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.bl-p-slide {
  position:relative;
}

.bl-p-slide {
  position:absolut;
  bottom: 15px;
}

.bl-p-slide {
  position:relative;
  border-radius:3px;
  overflow: hidden;
}

.bl-p-slide-title {
    position: absolute;
    bottom: 15px;
    background: #000;
    opacity: 0.6;
    height: 65px;
    max-width: 90%;
    overflow: hidden;
}

.bl-p-slide-title a {
  color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 65px;
    font-size: 30px;
    padding: 0px 10px;
    display: block;
    height: 65px;
}
.bl-p-slide-title a:hover {
  text-decoration:none;
  
}

