<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: top;
   background: transparent;
}
body {
   line-height: 1.2;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

#article_content a,
.col-md-6 a {
    color: #7145b1;
}

#articles h2 a, .revewtitle a {
	color: #7145b1;
}

.review-box a {
    color: #fff;
}

/* remember to define focus styles! */
:focus {
   outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
   text-decoration: none;
}
del {
   text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
   border-collapse: collapse;
   border-spacing: 0;
}

.clearfix, .clear {
   clear: both;
}
a { outline: none; }

/*  =FORMS
---------------------------------------------------*/

label {
	float       : left;
	width       : 300px;
	text-align  : right;    
	font-weight : lighter;   
	padding     : 3px 10px 3px 0;
}   

.input {  
	padding  : 2px;	
	clear : both;
} 

.input input, .input select, .input textarea, .pretty_input {  
	width   : 230px;
	border  : solid 1px #999;   
	padding : 3px 0 3px 5px;  
	color   : white;
	font-family : tahoma, arial;  
	background : #666666;     
	font-size: 12px;
}   

.input select {  
	width : 100px;
}   

.input input:hover, .input input:focus, .input textarea:hover, .input textarea:focus {  
	background : #666666;    
}   

.input input:focus, .input textarea:focus {  
	border : solid 1px #999999;   
}   

.input textarea {  
 	width  : 450px;   
  	height : 100px;
}   

.input span {
  font-weight : bold;
  font-size : 14px;	
  font-family : tahoma;   
  color : #C40000;  
  padding-left: 5px;
}  

.radio input {
	width : auto;
} 

.input table td {
	width : 50px;
} 

.submit {
	width  : auto;  
	border : 0 none #FFF;
	padding-top : 10px;
	text-align:center;
}  

.checkbox {
  padding : 2px 0 2px 160px;
  /*width   : auto;   */
  width: 170px;
}	

.checkbox label, .radio label {
  text-align   : right;    
  padding : 0 10px 0 8px;	
  display : inline;
  width   : auto;   
  float   : left;
}         

.checkbox input {
  width : auto;	
  float: right;
}	

.error-message {
	padding-left : 310px;
	font-size    : 10px;   
	color        : red;    
}  

.explanation {
	font-size : 10px;
	color : #404040;	
	padding-left : 165px;
}  

.form_container {
	width : 600px;
	margin : 0 auto;	
}   


input[type=submit], input.form_button {
	text-align : center;
	margin-top : 10px;  
	padding : 2px 20px;
	color : white;
	border : solid 0 #999;  
	font-size : 12px;  
	background : #141414;
	text-transform : uppercase;

	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;    
}  
input[type=radio] {
  background: transparent;
  border: 0px;
}
.submit input {
	background: url(../../img/site/btn1.png) 0 0 no-repeat;
}

fieldset {
} 

form h2 {         
	display : inline; 
	padding : 5px 20px 5px 0; 
	font-size : 16px;  
	color : white;
}   

.form {
	width : 100%;
	margin : 0 auto;
} 

/* ---------------- LINKS ---------------------------- */     
  
  
#links_breadcrumbs {
  width  : 100%;
}     

#links_categories {
  margin      : 10px auto; 
  text-align  : left; 
  width       : 600px; 
  line-height : 20px;
}

#links_container img {
  border : 0;	
}

.links_item {
  padding       : 20px 0;
  border-bottom : dotted 1px #1A6680;
}   

.links_banner_item { 
  margin-top : 5px;
} 


#message_box {
   overflow: hidden;
   z-index    : 10009;
   width : 100%;
   position : fixed;
   top : 0;
   left : 0;
   background : white;
   font-size : 20px;
   z-index    : 10000;
   color      : black;
   text-align : center;
   display : none;
   height: 0;
   font: 20px/40px arial, sans-serif;

   filter: alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;
}

.submit input {
	width: 170px;
	height: 30px;
}
.t-left * {
	text-align: left;
}

html { 	background: #000; }
body { font-family: Arial, Verdana; color: #fff; font-size: 13px; }
a { outline: none; color: #fff; text-decoration: none; }
.header {
	background: url(../../img/site/header.png) 0 0 no-repeat;
	height: 200px;
	position: relative;
}
.header .phones {
	position: absolute;
	right: 20px;
	top: 100px;
	font-size: 20px;
}
.contents, .header, .footer { 
	width: 100%;
	margin: 0 auto; 
}
.container {
	max-width: 1118px;
	padding:0;
}
ul.nav { 
	display: block;
	height: 36px;
	position: absolute;
	bottom: 9px;
	background: url(../../img/site/menubg.png) 0 0 no-repeat;
	width: 100% !important;
}

.nav li, .nav li a  {
	display: inline-block;
	text-align: center;
	height: 36px;
}
.nav a { 
	color: #fff; text-transform: uppercase;
	font-size: 15px;
	text-decoration: none; 
	line-height: 2.2;
	padding: 0 10px;
	overflow: hidden;
}


.nav li.first a:hover {
	background: url(../../img/site/menubg.png) 0px -37px no-repeat;
}
.nav li.last  {
	position: absolute;
	right: 0;
	float: right;
}
.nav li a:hover { 
	background: url(../../img/site/menubg.png) -20px -38px no-repeat;
}
.nav li.last a:hover {
	background: url(../../img/site/menubg.png) right -37px no-repeat;
}

#slider_box {
	width:100% !important;
}
#slider_box img {
	width:100% !important;
}
div#slider {
	width:100% !important;
}

.nav_bottom li  { 
	display: inline;
	padding: 0 5px;
}

.reviews-me {
	height: 32px;
}
a.nice-link { 
	display: block;
	height: 30px;
	width: 100%;
	background: url(../../img/site/btn1.png) center center no-repeat;
	text-align: center;
	line-height: 2;
	margin: 5px 0px 0px 0px;
	clear:both;
}
.f-r { float: right; }

.index-left { 
	float: left;
	width: 265px;
}
.index-right { 
	float: right;
	width: 323px;
}
.index-center {
	margin: 0 370px 0 285px;
}
.t-left { 
	text-align: left;
}

.contents p + p, .contents p:first-child  {
	margin-bottom: 20px;
}

#slider {  }

h1 { 
	border-bottom: 1px solid #48246b;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(../../img/site/drug2.png) left center no-repeat;
	text-indent: 35px;
}

.footer {
	border-top: 2px solid #2a143f; 
	margin-top: 10px;
	padding: 10px 0;
}

.titled-box { 
	margin-bottom: 10px;
	width: 100%;
 }
.titled-box dt {
	background: url(../../img/site/bohead_n1.png) repeat-x;
	border:1px solid #2F2F34;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	display: block;
	height: 30px;
	width: 100%;
	color: #fff;
	line-height: 1.7;
	font-size: 13px;
	text-transform: uppercase;
}
.titled-box dt .arrows {
	display: block;
	float: left;
	background: url(../../img/site/drug1.png) center bottom no-repeat;
	width: 36px; height: 14px;
	padding: 5px 0 0 5px;
}
.titled-box dd {
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	background: #2a143f;
	padding: 10px;
	text-align: center;
}
.titled-box dd img {
}

.titled-box2 { margin-bottom: 10px; width: 100%; }
.titled-box2 dt {
	background: url('../../img/site/bohead_n.png') repeat-x;
	border:1px solid #25153A;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	display: block;
	height: 30px;
	width: 100%;
	color: #fff;
	line-height: 1.9;
	font-size: 13px;
	text-transform: uppercase;
}
.titled-box2 dt .arrows {
	display: block;
	float: left;
	background: url(../../img/site/drug1.png) center bottom no-repeat;
	width: 36px; height: 14px;
	padding: 7px 0 0 5px;
}
.titled-box2 dd {
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	/*background: #171717;*/
	padding: 10px;
	text-align: center !important;
}

#article_content img {
	float: left;
	margin: 0 8px 8px 0;
	width: auto;
}

.escort img {
	width: 100%;
}

.titled-box3 { 
	margin-bottom: 10px; 
	width: 100%;
}
.titled-box3 dt {
	background: url('../../img/site/bohead_n.png') repeat-x;
	border:1px solid #25153A;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	display: block;
	height: 30px;
	width:100%;
	color: #fff;
	line-height: 1.9;
	font-size: 14px;
	text-transform: uppercase;
}
.titled-box3 dt .arrows {
	display: block;
	float: left;
	background: url(../../img/site/drug1.png) center bottom no-repeat;
	width: 36px; height: 14px;
	padding: 7px 0 0 5px;
}
.titled-box3 dd {
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	background: #171717;
	padding: 10px;
	text-align: center;
}
.titled-box3 dd img {
	max-width: 200px;
	max-height: 265px;
}
.titled-box dd.t-left, .titled-box dd.t-left * {
	text-align: left;
}


.titled-box4 { margin-bottom: 10px; }

.titled-box4 dd {
	border-right: 1px solid #1f1f1f;
	border-left: 1px solid #1f1f1f;
	background: #171717;
	padding: 10px;
	text-align: center;
}
.titled-box4 dd img {
	max-width: 200px;
	max-height: 265px;
}
.titled-box4 dd.head {
	border: none;
	height: 7px;
	background: url(../../img/site/box1_top.png) 0 0 no-repeat;
	padding: 0;
}
.titled-box4 dd.foot {
	padding: 0;
	border: none;
	height: 7px;
	background: url(../../img/site/box1_bot.png) 0 0 no-repeat;
}

.names-list {
	width: 1100px;
	display: block;
}
.names-list li { 
	display: block;
	float: left;
}
.names-list li a { 
	padding: 0 5px; 
}
.names-list .arrow { 
	color: #6600cc;
}


.featured-table {
	width: 305px;
	border-collapse: collapse;
}
.featured-table td {
 	padding: 2px;
}
.featured-table td.img {
	width: 160px;
	text-align: left;
}
.featured-table td.img img {
	width: 160px; height: 240px;
/*	border: 1px solid purple; */
}
.featured-table td.info { 
	width: 145px;
}
.featured-table .e-name {
	font-size: 13px;
}
.featured-table .location {
	color: #6633cc;
}
.comment {
	color: #999999;
}


.news-list li {
	margin-bottom: 10px;
}
.gar { color: #666; }

.gallery-list {
	width: 1115px;
	margin-top: 20px;
}
.gallery-list td .escort {
	background: #171717;
	padding-bottom: 10px;
	height: 360px;
	margin: 5px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #1f1f1f;
	padding: 5px;
	
}
.gallery-list td .escort img { 
/*	border: 1px solid purple; */
	margin-bottom: 5px;
	width: 200px;
	height: 285px;
}





.escort-info {
	float: left;
	width: 385px;
}
.escort-info th, .escort-info strong {
	font-weight: normal;
	color: #ccc;
	padding: 1px;
}
.escort-photos {
	text-align: center;
	margin-left: 400px;
}
.escort-photos img { 
	margin: 3px;
/*	border: 1px solid purple; */
}

#ind_rates_table .first { width: 100px; }
#ind_rates_table .second { width: 100px; }
#ind_rates_table .third { width: 100px; }



.reviews-list { 
	width: 100%
}
.reviews-list-table {
    width: 100%
	margin-bottom: 30px;
}
.reviews-list-table th {
	text-align: left;
}
.reviews-list-table a {
	color: #ccc;
}

.gallery-menu li, .locations-list li {
	display: inline;
	padding: 0 5px;
}
.gallery-menu li:first-child, .locations-list li:first-child  {
	padding: 0 5px 0 0;
}
.gallery-menu li a, .locations-list li a { 
	text-decoration: underline;
	color: #aaa;
}
.review-item-table th { 
	font-weight: normal;
	text-align: left;
	padding: 5px 20px 5px 0px;
}

.banners_list { 
	width: 1118px;	
}

.bookings label {
	text-align: left;
}

.navbar-toggle {
	padding: 0 !important;
	margin-top: 7px !important;
	border-radius: 0 !important;
}

.navbar-header button .icon-bar {
	background: white;
}

#navbar.navbar-collapse {
	overflow: hidden !important;
	z-index:999;
	position:relative;
}

#navbar.navbar-collapse.collapse.in {
	background:black;
}

#navbar.navbar-collapse.collapse.in ul {
	list-style-type: none;
}

#navbar.navbar-collapse.collapse.in ul li {
	display: block;
}

.info {
	padding: 4px;
	/*border:1px solid #8368a7;*/
	background: #171717;
	border: 1px solid #1f1f1f;
}

.info img {
	width: 100%;
}

.escort_container .info {
	/*min-height: 250px;*/
}

.escort {
	padding: 0 15px;
	margin-bottom: 30px;
}

@media (max-width: 750px) {

	.nav li a:hover {
		background:none !important;
	}

	#navbar.navbar-collapse {
		background: black;
		margin-top: 5px;
	}

	#navbar.navbar-collapse ul {
		list-style-type: none;
	}

	#navbar.navbar-collapse ul li {
		display: block;
		text-align: left;
		padding: 8px 0px;
		border-top: 1px solid #333;
		width:100%;
	}

	#nav ul li:hover a {
		background: none;
		border-radius: 0;
		box-shadow: none;
		color: white;
	}

	.info {
		/*min-height: 240px !important;*/
		overflow:hidden;
		font-size: 9px;
	}

	.info .comment, .info .rates, .info .location {
		font-size: 9px;
		line-height: 11px;
	}

	.input input, .input select, .input textarea, .pretty_input, textarea#EmploymentComments {
		width: 100% !important;
	}

	#phone, #email {
		position: absolute;
		text-align: center;
		top: 58px;
		left: 0;
		z-index: 9999;
	}

	#header .inner_header {
		background-size: cover;
		height: 80px;
	}

	.submit {
		text-align:center;
	}

	label {
		float: none !important;
		width       : 100% !important;
		text-align:left !important;
	}


	.header {
		background-size: contain !important;
		height: auto !important;
	}

	#nav {
		bottom: -30px !important;
	}

	.links_item img {
		width: 100%;
	}
	#wrapper {
		margin-top: 20px;
	}

	ul.nav {
		bottom: -15px !important;
	}

	.container .inner {
		margin-top: 20px;
	}

	.escort {
		padding: 0 2px !important;
		margin-bottom: 5px !important;
	}
}

a img {

	width: 100%;
}


.infoSub2 div.location {
	padding: 4px 0;
}

.infoSub2 {
	height: 70px;
	overflow: hidden;
	width: 100%;
	text-align:center;
}

.infoSub2 a, .info a {
	color: #7145b1;
	font-weight:bold;
}


@media (min-width:600px) {
	.col-md-2 {
		width: 20%;
	}
}


.crumbs {
	font-size: 15px;
	text-align:center;
	margin-bottom: 10px;
}

.crumbs a {
	padding: 0 10px;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.infoSub2 a, .info a {
		font-size: 18px;
		padding: 10px 0;
	}
	#slider_box, #slider_box img, div#slider {
		margin-bottom: 8px;
	}
	#slider_box .info {
		padding: 10px 10%;
	}
}

.more {
	position: absolute;
	bottom: 0;
}</pre></body></html>