@charset "utf-8";
/* CSS Document */

		body {
			/*background:url(../images/img_header_background.png) no-repeat center fixed;*/
			background:url(../images/bg.jpg) no-repeat center fixed;
			color: #fff;
			font-family: 'Roboto',sans-serif;
			font-size: 14px;
			text-align: center;
		}
		
       
		p{
			padding:10px;
			color:#fff;
			text-align:left;
			}
		ol,ul,li{
	list-style-type:none;}
		.header-container {
			  box-sizing:border-box;
			  -moz-box-sizing:border-box;
			  -webkit-box-sizing:border-box;
			}
		.head_wrap{
		  background-color:#525252;
		  overflow: hidden;
		}

		.quick_access_wrap {
		  background: url(../images/quick_access_wrap.gif) repeat-x scroll 0 0 #ECECEC;
		  overflow: hidden;
		}
		.main-container {
			/*background-color:rgba(255,255,255,0.8);*/
			background-color:rgba(63,74,84,0.8);
		  border: 1px solid #D0D0D0;
		  margin: 0 0 10px;
		  padding: 29px 0;
		  z-index: 1;
		}
		.header{
			}
/*////////////////////////////////OTHER FILE CSS//////////////////////////////////////*/
.oval-speech:after {
  -moz-transform: translate(-30px, -2px);
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom-right-radius: 40px 50px;
  bottom: -30px;
  content: "";
  height: 30px;
  position: absolute;
  right: 50%;
  width: 60px;

}
.oval-speech:before {
  -moz-transform: translate(0px, -2px);
  background: none repeat scroll 0 0 #5A8F00;
  border-bottom-right-radius: 80px 50px;
  border-right: 60px solid #5A8F00;
  bottom: -30px;
  content: "";
  height: 30px;
  position: absolute;
  right: 50%;
}
.oval-speech {
  background: -moz-linear-gradient(#B8DB29, #5A8F00) repeat scroll 0 0 transparent;
  border-radius: 220px 220px 220px 220px / 120px 120px 120px 120px;
  color: #FFFFFF;
  margin: 1em auto 50px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  width: 213px;
}
blockquote {
  
}

/*////////////////////////////////OTHER FILE CSS//////////////////////////////////////*/

select {
  -moz-appearance: none;
  background: none repeat scroll 0 0 #F8F8F8;
  border: medium none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 3px 0 #CCCCCC, 0 -1px #FFFFFF inset;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin: 14px 0 0;
  outline: medium none;
  padding: 5px 2px;
  width: 100%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

/*////////////////////////////////NAV MENU FILE CSS//////////////////////////////////////*/
a{
	text-decoration:none;}

#fdw nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul {
	display:block;
	z-index:999999;
}
#fdw nav ul li {
	display:inline-block;
	padding:15px 20px 15px;
	position:relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#fff;
	font:normal 14px;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
	font-weight:bold;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	border-bottom:2px solid #e25d29;
}
#fdw nav ul li.current a {
	color:#e25d29;
	cursor: default;
}
#fdw nav ul li.current a span {
	background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:90px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ececec;
	border-top:5px solid #e25d29;
	display:none;
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 150px;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:capitalize;
	color:#777;
}
#fdw nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
/*===================== end Header style ======================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* nav */
		#fdw nav ul li{
			margin-left:12px;
		}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

		/* nav menu ul & select */
		#fdw nav ul {
			display:none;
		}
		#fdw nav select {
			width:100%;
			display:block;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}


a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {z-index: 10;display: none;padding: 10px 10px;margin-top: -30px;margin-left:10px;width: 80px;line-height: 16px;}
.img_left{float: left;
    height: 100px !important;
    margin: 0 5px;
    width: 87px !important;}
a.tooltip:hover span{display:inline; position:absolute; color:#111;border:1px solid #DCA; background:#fff;}
.callout {z-index:20;position:absolute;top:30px;border:0;right:-12px;}    /*CSS3 extras*/
a.tooltip span{border-radius:4px;box-shadow: 1px 1px 3px 3px #d5cac4;}
.panel-container ul li {
	padding:20px 10px;
	border-bottom:dotted 1px #999;
	list-style-type:none;
	}
.escort_name li, .escort_name li a {
	text-align:left;
	color:#fff;
	list-style-type:none;
	padding:3px;}
.escort_name li a:hover{
	background-color:#000;
	color:#fff !important;
	padding:3px;
	}
.escort_name li h3{
	background-color:#666;
	color:#000;
	padding:5px;}
.page-title, .category-title {
  background:#2d2d2d;
  margin-bottom:5px;
  padding: 9px 19px 9px;
}
.page-title h1, .page-title h2,.page-title h1 a {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
.footer-col {
  border: 1px solid #D0D0D0;
}
.footer h4 {
  background: url(../images/title_footer.gif) repeat-x scroll 0 0 #ECECEC;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin: 3px 0;
  padding: 18px 15px 18px 20px;
  position: relative;
  height:25px;
}
.footer-col-content {
  background: url(../images/footer_col.gif) repeat-x scroll 0 0 transparent;
  padding: 17px 17px 14px 19px;
  background-color:#fff;
  color:#000;
}
.footer ul li a {
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align:left !important;
}
.location{
	clear:both;
	margin-top:20px;
	}
.tweet li{
	border-bottom:dotted 1px #999;
	}


.address {
  color: #777777;
  font-size: 12px;
  text-align:center;
}
.round ul li{
	display:inline;
	margin:11px;
	float:left;}
	
.round ul li a img{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 100%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100%;
  max-height:200px;
  max-width:200px;
  border:solid 3px #fff;
   }
 .round ul li a img:hover{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 100%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100%;
  max-height:200px;
  max-width:200px;
  border:solid 3px #d50024;
   }
   
 
 
.productss li{
	display:inline;
	margin:11px;
	float:left;}
	
.productss li a img{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 100%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100%;
  max-height:200px;
  max-width:200px;
  border:solid 3px #fff;
   }
 .productss li a img:hover{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 100%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100%;
  max-height:200px;
  max-width:200px;
  border:solid 3px #d50024;
   }  
   
   
   

.related li{
	display:inline;
	margin:11px;
	float:left;}
	
.related li a img{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 100%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100%;
  max-height:200px;
  max-width:200px;
  border:solid 3px #fff;
   }
 .related li a img:hover{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 100%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 100%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100%;
  max-height:200px;
  max-width:200px;
  border:solid 3px #d50024;
   }
   
   .product_type_simple{
	   display:none;}
	.woocommerce-result-count{
		display:none;}
   
   
.example-right {
	position:relative;
	padding:2px 30px;
	margin:0;
	color:#fff;
	background:rgba(82,82,82,0.5); /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.example-right:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-50px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 50px 0px;
}

.example-obtuse {
	position:relative;
	padding:15px 30px;
	margin:0;
	color:#fff;
	background:#fff; /* default background for browsers without gradient support */
	
	/* css3
	Using longhand to avoid inconsistencies between Safari 4 and Chrome 4
	*/
	-webkit-border-top-left-radius:25px 50px;
	-webkit-border-top-right-radius:25px 50px;
	-webkit-border-bottom-right-radius:25px 50px;
	-webkit-border-bottom-left-radius:25px 50px;
	-moz-border-radius:25px / 50px;
	border-radius:25px / 50px;
	/* NOTE: webkit gradient implementation is not as per spec */
	
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-obtuse + p {margin:10px 150px 2em 0; text-align:right; font-style:italic;}

/* creates the larger triangle */


/* creates the smaller triangle */
.example-obtuse:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-30px;
	right:110px; 
	width:0;
	height:0;
	border-width:0 0 30px 20px;
	
}



.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 1em;
	color:#fff;
	background:#f3961c;
	color:#fff; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	/*background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	opacity: 0.5;
*/
}



            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../img/a17.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }
            /*
            .jssorb01 div           (normal)
            .jssorb01 div:hover     (normal mouseover)
            .jssorb01 .av           (active)
            .jssorb01 .av:hover     (active mouseover)
            .jssorb01 .dn           (mousedown)
            */
            .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
            {
                filter: alpha(opacity=70);
                opacity: .7;
                overflow:hidden;
                cursor: pointer;
                border: #fff 1px solid;
            }
            .jssorb01 div { background-color: gray; }
            .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
            .jssorb01 .av { background-color: #fff; }
            .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
			.captionOrange{position:absolute; left:5px; top:5px; width:150px; height:30px;}

.wsubcategs li{
	text-align:left;
	padding:5px 2px;}
.wsubcategs li a:hover{
	background-color:#000;
	color:#fff !important;
	padding:5px 2px;
	}
.price{
	display:none;}
.foo{
	text-align:left !important;}
.foo ul li a{
	padding:5px;}
.foo ul li a:hover{
	padding:5px;
	background-color:#000;
	color:#fff !important;}
	
	/*PRICING PAGE*/
	
	
.gradent{
	background: #ED3066; /* Old browsers */
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}
.ratelletfbioo
{ color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight:400;
	font-size: 14px;
    height: auto;
    line-height: 25px;
    margin-right: 2%;
    text-decoration: none;
	width:30%;
	}
	

.call {
    color: #DE1E65;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    margin-right: 2%;
    text-decoration: none;
	clear:both;
}
.biobody {
    float: left;
    height: auto;
    padding: 3%;
    width: 94%;
}
.hdbiobody {
    border-bottom: 1px dotted #C1C1C1;
    color: #fff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    text-decoration: none;
    width: 100%;
	margin-top:10px;
}
.pries {
    color: #fff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    padding-top: 10px;
    width: 100%;
}
.halfbox {
    float: left;
    height: auto;
    width:100%;
}
.ratelletfbio {
    color: #fff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: 25px;
    margin-right: 2%;
    text-decoration: none;
    width:42%;
}
.ratelletfbio ul {
    margin: 0;
    padding: 0;
}
.ratelletfbio ul li {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight:bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.ratelletfbio2 {
    color: #fff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: 25px;
    margin-right: 2%;
    text-align: center;
    text-decoration: none;
    width: 25%;
}
.ratelletfbio2 {
    color: #fff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: 25px;
    margin-right: 2%;
    text-align: center;
    text-decoration: none;
    width: 25%;
}
.ratelletfbio2 ul li {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.entry-summary {
    float: right;
    width: 50%;
}
.images
{
	float: left;
    width: 48%;}



.call {
    color: #DE1E65;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    margin-right: 2%;
    text-decoration: none;
	clear:both;
}
.wsubcategs li{
	text-indent:10px;
	margin-left:10px;}