/* Tabs styles */

.tabs,
.tabs-inner {
    font-family: Tahoma,Arial,Verdana,Georgia,Helvetica,sans-serif;
	height: 1%;
	font-size: 11px;
	margin: 0 -10px;
}


.tabset,
.tabset-inner {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 10px 0 0 5px;
	padding: 0 14px 0 0;
}
.tabset li,
.tab-content .tabset-inner li {
	float: left;
	overflow: visible;
	position: relative;
	width: auto;
	margin: 0 -1px 0 0;
}
.tabset li a,
.tabset-inner li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 4px 6px;
	text-decoration: none;

	background: -o-linear-gradient(top,  #DD68A3 0%,#7E0C4B 4%,#7E0C4B 100%);
	background: -ms-linear-gradient(top,  #DD68A3 0%,#7E0C4B 4%,#7E0C4B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD68A3', endColorstr='#7E0C4B',GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DD68A3), color-stop(4%,#7E0C4B), color-stop(100%,#7E0C4B));
	background: linear-gradient(to bottom,  #DD68A3 0%,#7E0C4B 4%,#7E0C4B 100%);

	-moz-border-radius: 6px 12px 0 0 / 6px 30px 0 0;
	-ms-border-radius: 6px 12px 0 0 / 6px 30px 0 0;
	-o-border-radius: 6px 12px 0 0 / 6px 30px 0 0;

	-webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.75);
	font-size: 11px;
}

.tabset li.map a {
	background: #FBDE7F;
	background: -moz-linear-gradient(top,  #FBDE7F 0%, #FDC300 4%, #FDC300 100%);
	background: -o-linear-gradient(top,  #FBDE7F 0%,#FDC300 4%,#FDC300 100%);
	background: -ms-linear-gradient(top,  #FBDE7F 0%,#FDC300 4%,#FDC300 100%);
	background: linear-gradient(to bottom,  #FBDE7F 0%,#FDC300 4%,#FDC300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBDE7F', endColorstr='#FDC300',GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBDE7F), color-stop(4%,#FDC300), color-stop(100%,#FDC300));
	background: -webkit-linear-gradient(top,  #FBDE7F 0%,#FDC300 4%,#FDC300 100%);
	color: #333;
}

.tabset li.active.map a {
	color: #fff;
}
.tabset li.active,
.tabset-inner li.active {
	z-index: 100 !important;
}
.tabset li.active a,
.tabset-inner li.active a {
background: #d64a8e; /* Old browsers */
background: -moz-linear-gradient(top, #d64a8e 0%, #b00062 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d64a8e), color-stop(99%,#b00062)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d64a8e 0%,#b00062 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d64a8e 0%,#b00062 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d64a8e 0%,#b00062 99%); /* IE10+ */
background: linear-gradient(to bottom, #d64a8e 0%,#b00062 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64a8e', endColorstr='#b00062',GradientType=0 ); /* IE6-9 */
}
.tab-holder,
.tab-holder-inner {
	border-top: 4px solid #b00062;
	overflow: hidden;
	width: 100%;
	top: 38px;
}
.tab-frame {
	border: 1px solid #ED91C4;
	border-width: 0 1px 1px 1px;
	padding: 0px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	height: 100%;
	overflow: hidden;
	display: inline-table;
}




.tab-content,
.tab-content-inner {
	list-style: none;
	margin: 0;
	padding: 0px;
	position: relative;	
}
.tab-content li,
.tab-content-inner li {
	overflow: hidden;
}

#comments #reviews-inner{
min-height: 200px;
position:relative;

}

#comments .tabset li a, .tabset-inner li a {

	margin-left: 10px;
}


.tabset-inner li, .tab-content li#comments {
padding: 0px;
}


.tab-content .row{
padding-left:5px;
padding-right:5px;
margin:0px 0px 5px 0px;
}

.tab-content .row  .col-md-3 {

padding-left:0px;

}

.tab-content .row .col-xs-6, .tab-content .row .col-xs-8 {

font-weight:bold;

}

.agencyprofile {
  margin: 25px 15px;
}

.escort-head {

margin:0px;
background:#fff;
z-index:2;
position:relative;
background-color:#E7E7E7;
border-right:1px solid #ED91C4;
height:122px;
border-left:1px solid #ED91C4;
}

.escort-head span.escort-round-image {
display: inline-block;
float: left;
border-radius: 50em;
position: relative;
width: 60px;
height: 60px;
margin:10px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(216,40,128,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(216,40,128,1);
box-shadow: 0px 0px 2px 0px rgba(216,40,128,1);
}

.escort-head div {
display: inline-block;
float: left;

}

.escort-head .name_city {
margin:10px 3px;

}

.escort-head .name_city ul  {

list-style:none;
margin:0px;
padding:0px;
}
.escort-head .name_city ul li  {
font-size: 15px;
    font-weight: bold;
    color: #009ec3;
}
.escort-head .name_city ul li.escort-name {
margin-top:7px;
font-size:18px;
font-weight:bold;
color:#BC1770;
}



.escort-head .phone-n {
    margin-top: 7px;
    color: #009EC3;
    font-weight: 600;
    width: 100%;
    text-align: center;
}


.escort-head .phone-n  a{
    padding-left: 22px;
     background: url(../../images/icons/icon_p_phone.png) no-repeat left; 
     background-position-y: inherit;
     background-size: 18px;
     font-size: 14px;
}


.minigallery {
  margin: 10px 0px;
}

.minigallery .col-xs-4 {
 padding: 7px;
}

.minigallery img{
border:1px solid #333;
}


.tab-content .escort-name {

border-bottom:1px solid #F0F3F9;
margin-bottom:10px;
}

.tab-content .escort-name span {

font-size:18px;
padding:0px 0px 0px 35px;
height:30px;
line-height:30px;
font-weight:bold;
color:#BC1770;
background: url('../../images/icons/icon_p_girl.png') no-repeat;
background-size:26px auto;
background-position: 2% 35%
}





.tab-content .head-title {

border-bottom:1px solid #F0F3F9;
margin:10px 0px;
padding-left:5px;
}

.tab-content .head-title span{
font-size:14px;
font-weight:bold;
color:#333;
padding:10px 10px 15px 10px;
height:30px;
line-height:30px;
text-align:center;
 
}

.tab-content .about-me{
padding-left:5px;
padding-right:5px;
}


.tab-content .head-title span.i-services {
background: url('../../images/icons/icon_p_sex.png') no-repeat;
background-position: 2% 15%;
padding:10px 10px 15px 35px;
font-size:16px;
color:#A90000;
}

.tab-content .head-title span.i-rates {
background: url('../../images/icons/icon_p_rates.png') no-repeat;
background-position: 3% 15%;
padding:10px 10px 15px 35px;
font-size:16px;
background-size:26px auto;
color:#A90000;
}

.tab-content .head-title span.i-bio {
background: url('../../images/icons/icon_p_girl.png') no-repeat;
background-position: 4% 35%;
padding:10px 10px 15px 30px;
font-size:16px;
background-size:24px auto;
color:#A90000;
}

.tab-content .head-title span.i-tours {
background: url('../../images/icons/icon_p_city.png') no-repeat;
background-position: 4% 35%;
padding:10px 10px 15px 30px;
font-size:16px;
background-size:24px auto;
color:#A90000;
}

.tab-content .head-title span.i-map {
background: url('../../images/icons/icon_p_map.png') no-repeat;
background-position: 4% 35%;
padding:10px 10px 15px 30px;
font-size:16px;
background-size:24px auto;
color:#A90000;
}

.tab-content .head-title span.i-aboutme {
background: url('../../images/icons/icon_p_aboutme.png') no-repeat;
background-position: 4% 35%;
padding:10px 10px 15px 30px;
font-size:16px;
background-size:24px auto;
color:#A90000;
}


.tab-content .head-title span.i-contact {
background: url('../../images/icons/icon_p_contact.png') no-repeat;
background-position: 4% 35%;
padding:10px 10px 15px 30px;
font-size:16px;
background-size:24px auto;
color:#A90000;
}


.tab-content .head-title span.i-gallery {
background: url('../../images/icons/icon_p_gallery.png') no-repeat;
background-position: 4% 35%;
padding:10px 10px 15px 33px;
font-size:16px;
background-size:24px auto;
color:#A90000;
}
.tab-content #services ul {
margin:0 5%;
text-align:left;
clear:both;
padding-left:5px;
padding-right:5px;
}

.tab-content #services ul li {
display:inline-block;
float:left;
width:49%;
background: url('../../images/icons/icon_p_check.png') no-repeat left;
padding-left:20px;
margin-bottom:7px;
height:14px;
line-height:14px;


}

.tab-content #rates ul {
margin-top:10px;
padding-left:5px;
text-align:left;
clear:both;
}

.tab-content #rates ul li {
height:14px;
line-height:14px;
display:inline;
}


.tab-content #rates ul li div {
width:50%;
display:inline-flex;
font-weight:normal;
height:auto;
padding:2px 0px;
}
.tab-content #rates ul li div+div {
width:18%;
display:inline-block;
font-weight:bold;
}
.tab-content #rates ul li div+div+div {
display:inline-block;
font-weight:bold;
}


.tab-content #rates .escort-disclaimer {
padding:10px;
font-size:9px;

}




.tab-content #tours ul {
margin:0 10%;
padding-left:5px;
text-align:left;
clear:both;
}

.tab-content #tours ul li {
margin-bottom:7px;
height:14px;
line-height:14px;
}


.tab-content #tours ul li div {
width:40%;
display:inline-block;
font-weight:normal;
}
.tab-content #tours ul li div+div {
width:50%;
display:inline-block;
font-weight:bold;
}


.tab-content #contact .tabs-inner {

border-bottom: 4px solid #b00062;
margin-bottom:10px;

}




.tab-content #contact .tabs-inner {

border-bottom: 4px solid #b00062;
margin-bottom:10px;

}

.tab-content #contact .tabs-inner ul.tabset-inner {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 20px 0 0 5px;
	padding: 0 14px 0 0;

}



.tab-content #contact ul {
margin:0 5%;
padding-left:5px;
text-align:left;
clear:both;

}

.tab-content #contact ul li {
margin-bottom:7px;
height:14px;
line-height:14px;
}


.tab-content #contact ul li div {
width:40%;
display:inline-block;
font-weight:normal;
}
.tab-content #contact ul li div+div {
width:50%;
display:inline-block;
font-weight:bold;
}


.tab-content #contact ul.working-time  {
margin:20px 10% 0 10%;
padding-left:5px;
text-align:left;
clear:both;
}

.tab-content #contact ul.working-time li div {
font-weight:bold;
text-align:center;
padding:0px 10px;
width:45%;
}

.tab-content #contact ul.working-time li span.working-time-open {

margin:0px 0px 0px 10px;
padding:2px 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #55AB55;
color:#fff;
font-size:11px;

}

.tab-content #contact ul.working-time li span.working-time-closed {

margin:0px 0px 0px 10px;
padding:2px 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #BD362F;
color:#fff;
font-size:11px;
}


.tab-content #contact ul.avb {
margin-top:15px;
padding-left:5px;
text-align:left;
clear:both;

}

.tab-content #contact ul.avb li {
margin-bottom:7px;
height:35px;
line-height:35px;

    display: -webkit-box;
}


.tab-content #contact ul.avb li div {
width:100%;
display:block;
font-weight:bold;
text-align:left;
padding-left:20%;
}


.tab-content #contact ul.avb li span {
background: url('../../images/icons/icon_p_24-7-available.png') no-repeat;
padding:10px 10px 10px 30px;
}


.tab-content #contact ul.working-days {
margin:15px 0 0 20%;
}

.tab-content #contact ul.working-days li div {
width:35%;
}
.tab-content #contact ul.working-days li div+div {
font-weight:bold
}

.tab-content #photos {
	margin: 5px;
}

.agencyprofile .tab-content #photos {
	margin: 0px;
}


.agency_es_list {
margin:0 5px 10px 5px;
border:1px solid #337AB7;
padding:5px;
height:auto;
}

.agency_es_list .head_p_ag {
font-size:12px;
font-weight:bold;
clear:both;
margin-bottom:15px;
}

.agency_es_list .escorts_p_ag a{

}

.agency_es_list .escorts_p_ag a img{
border:1px solid #EEEEEE;
padding:2px;
}

.p-list-reviews {

border-bottom:1px dotted #D8287F;
margin:10px 0px 0px 0px;
}

.p-list-reviews-line1 {
margin-bottom:10px;

}

.p-list-reviews-line1 span {
display:inline-block;

}

.p-list-reviews-line1 .pl-looks span,
.p-list-reviews-line1 .pl-looks b,
.p-list-reviews-line1 .pl-services span,
.p-list-reviews-line1 .pl-services b
{
vertical-align: middle;

}

.p-list-reviews-line1 .pl-looks span,
.p-list-reviews-line1 .pl-services span
{
margin-right:20px;
}

.p-list-reviews-line1 .pl-looks ,
.p-list-reviews-line1 .pl-services
{
width:47%;
}
.p-list-reviews-line1 .pst-b {
vertical-align: middle;
line-height:16px;
height:16px;
width:100%;
margin-right:20px;
margin-bottom:2px;
}

.p-list-reviews-line1 .pst-b .p-member {
color:#D8287F;
font-weight:bold;
}

#reviews-inner .readmore {
position: relative;
float: right;
bottom: 0px;
right: 0px;
background: transparent linear-gradient(to bottom, rgba(234, 86, 175, 0.9) 0%, #B71169 100%) repeat scroll 0% 0%;
border-radius: 3px;
margin: 10px 10px 0px 0px;
color:#fff;
padding:0px 10px;
text-align: center;
display: block;
text-decoration: none;
line-height: 28px;
text-transform: uppercase;
font-size: 11px;
}

.no-comments {
margin:10px;

}

a.goback.btn.btn-xs.btn-primary {
  background-color: #8C8C8C;
  border-color: #333;
}


/* Agency */

.ag-leftside {
  background: #fff;
  z-index: 20;
  height: auto;
  position: relative;
  padding: 0px;
  margin: 0px;
}


.ag-leftside .escort-head {
  height: 80px;
  border: none;
  position: relative;
  padding: 0px;
  border-radius: 5px;
}

.ag-leftside .escort-head li.escort-city {
  font-size: 12px;
  margin-left: 0px;
}



.ag-leftside  .tab-content #contact ul {
  font-size: 12px;
}

.ag-leftside .tab-content .head-title {
  border-bottom: 1px solid #D9D9D9;
}


.ag-rightside {
  background: #fff;
  z-index: 20;
  height: auto;
  position: relative;
  padding: 0px;
  margin: 10px 0px;
}



.ag-rightside .ag-t-photo {
  font-size: 20px;
  color: #009EC3;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding: 2px 10px;
}

.ag-rightside .ag-t-photo span{
  color: #D8287F;

}

.ag-rightside .ag-smphoto {
width: 47%;
  display: inline-block;
  margin: 0px 0px 10px 5px;
}


.ag-rightside .ag-t-allesgirls {
  font-size: 20px;
  color: #009EC3;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding: 2px 10px;
}

.ag-rightside .ag-t-allesgirls span{
  color: #D8287F;

}

.ag-rightside .ag-es {
  width: 30%;
  display: inline-block;
  border: 1px solid #A0DBE9;
  height: auto;
  margin: 0px 0px 5px 5px;
}


.ag-rightside .ag-es .ag-esphoto {
  height: auto;
  overflow: hidden;

}

.ag-rightside .ag-es .ag-esphoto img {
padding:1px;
}

.ag-rightside .ag-es .ag-n-allesgirls {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  background: #E9E5DC;
  margin: 1px;
  color: #286090;
  text-align: center;
  font-weight: bold;
}

.ag-rightside .ag-es .ag-n-allesgirls span {
color: #D8287F;
}