/*
 * RESET CSS
 * 
 */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, td
{
	font-style: normal;
	font-weight: normal;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
.clear
{
	clear: both;
}
/*
 * DEFAULT CAKE DEBUG STYLE
 *
 */
table.cake-sql-log
{
	width: 95%;
	background: #ffffff;
	border: solid 1px #575757;
	border-width: 0 0 1px 1px;
	color: #000000;
	margin: 10px auto 10px auto;
}
table.cake-sql-log td, table.cake-sql-log th
{
	border: solid 1px #575757;
	border-width: 1px 1px 0 0;

	padding: 7px;
}
table.cake-sql-log th
{
	background: #dddddd;
}
/*
 * STATIC
 *
 */
.error-message
{
	display: block;
	text-align: center;
	font-size: 10px;   
	color: #ff0000;
}
body
{
	background: rgb(0,0,0);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(255,255,255);
	display: none;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
a
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a:hover
{
	color: rgb(255,255,255);
	text-decoration: none;
}
.center
{
	text-align: center;
}
/*
 * PAGE
 */
.page
{
	display: block;
	min-height: 720px;
	margin: 0;
}
	.page-header
	{
		display: block;
		width: 100%;
		margin: 0;
		z-index: 1;
	}
		.page-header-body
		{
			display: block;
			height: 85px;
			background: rgb(0,0,0);
		}
			.page-header-logo
			{
				display: block;
				float: left;
				width: 80%;
				height: 85px;
				margin: 0 10% 0 10%;
				position: absolute;
			}
				.page-header-logo a
				{
					display: block;
					margin: 0 auto 0 0;
				}
					.page-header-logo a img
					{
						display: block;
						margin: 0 auto;
					}
		.page-header-login
		{
			width: 280px;
			height: 85px;
			position: absolute;
			right: 10%;
		}
			.login
			{
				display: block;
				text-transform: uppercase;
				height: 68px;
				font-size: 1.4em;
				line-height: 1.3em;
				text-align: right;
			}
				.login form
				{
					padding: 13px 0 0 0;
				}
				.login input[type="text"],
				.login input[type="password"]
				{
					background: rgb(51,51,51);
					border: 0;
					line-height: 20px;
					height: 20px;
					padding: 0 10px;
					color: rgb(255,255,255);
					margin: 0 10px 0 0;
				}
				.login input[type="submit"]
				{
					background: rgb(196,20,109);
					border: 0;
					line-height: 20px;
					height: 20px;
					padding: 0 10px;
					color: rgb(255,255,255);
					margin: 0;
					font-size: 14px;
				}
			.phone
			{
				display: block;
				text-transform: uppercase;
				height: 65px;
				font-size: 1.4em;
				line-height: 1.3em;
				text-align: right;
				margin: 20px 0 0 0;
			}
				.phone span.blue
				{
					display: block;
					font-size: 0.8em;
					text-transform: uppercase;
					color: rgb(65,188,241);
					font-weight: 700;
					margin: 0 0 0 auto;
					font-style: italic;
				}
				.phone span.white
				{
					display: block;
					text-transform: uppercase;
					color: rgb(255,255,255);
					font-weight: 700;
					margin: 0 0 0 auto;
					font-style: italic;
				}
		.page-header-navigation
		{
			display: block;
			float: left;
			width: 100%;
			height: 30px;
			text-align: center;
		}
			ul.text-navigation
			{
				display: block;
				background: url('../../img/site/text-navigation_background.png') left top repeat-x;
			}
				ul.text-navigation li
				{
					display: inline-block;
					height: 30px;
					padding: 0 20px;
					line-height: 30px;
				}
					ul.text-navigation li a
					{
						font-family: 'PT Sans', sans-serif;
						font-size: 1.15em;
						color: rgb(255,255,255);
						font-weight: 400;
						text-decoration: none;
						line-height: 1em;
						text-transform: uppercase;
					}
					ul.text-navigation li.active
					{
						background: rgb(255,255,255);
					}
					ul.text-navigation li.active a.active
					{
						color: rgb(82,82,82);
					}
					ul.text-navigation li:first-child img
					{
						display: block;
						margin: 5px 0 0 0;
					}
			ul.text-navigation ul
			{
				position:absolute; 
				left:0; 
				display:none; 
				padding:0; 
				list-style:none;
			}
		ul.hamburger-navigation
		{
			margin: 7px 7px 10px auto;
			border: 3px solid rgb(255,255,255);
		    border-radius: 5px;
		    cursor: pointer;
		    display: block;
		    width: 100px;
		    position: relative;
		}
			ul.hamburger-navigation li
			{
				color: rgb(255,255,255);
				text-transform: uppercase;
				font-size: 32px;
				line-height: 60px;
			}
		.hamburger-block
		{
			opacity: 0;
			left: 0px;
			top: 0px;
			position: fixed;
			z-index: -128;
			width: 70%;
			height: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			overflow-x: hidden;
			overflow-y: auto;
			background: #3e3c3d;
			background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
			background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
			background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
			background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
			background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
		}
			.hamburger-block ul
			{
				list-style: none;
				margin: 0;
				width: 100%;
				padding: 0;
			}
				.hamburger-block ul li
				{
					position: relative;
					font-size: 2em;
					font-weight: bold;
					border-bottom: 1px solid #222222;
					border-top: 1px solid #444444;
					padding: 15px;
				}
					.hamburger-block ul li a
					{
						color: #fff;
						text-decoration: none;
					}
/*
 * PAGE ITEM
 */
.page-item
{
	display: block;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	margin: 0;
	font-size: 1.5em;
	line-height: 1.5em; 
	padding: 1em 0;
	overflow: hidden;
	font-weight: 300;
}
	.page-item > h1,
	.page-item-header > h1
	{
	    display: block;
	    font-size: 1.5em;
	    line-height: 1em;
	    color: rgb(64,152,181);
	    text-align: center;
	    margin: 0 0 1em 0;
	    text-transform: uppercase;
	}
	.page-item > section > header,
	.page-item-footer > section > header,
	.page-item-header > section > header,
	.page-item > section .form header,
	.page-item-header-inner > section > header
	{
	    display: block;
	    font-size: 1.5em;
	    line-height: 1em;
	    color: rgb(255,255,255);
	    margin: 0 0 1em 0;
	    text-align: center;
	    text-transform: uppercase;
	}
		.contact-block
		{
			display: block;
			text-align: center;
			margin: 3em auto 0 auto;
		}
		.page-item > section > p,
		.page-item-footer > section > p,
		.page-item-header > section > p
		{
		    display: block;
		    font-size: 1em;
		    color: rgb(113,20,22);
		    margin: 1em auto;
		    text-align: center;
		}
/*
 * PAGE ITEM HEADER 
 */
.page-item-header
{
	display: block;
	padding: 1em 0;
	font-size: 1.5em;
	line-height: 1.5em;
	background-size: cover !important;
	color: rgb(204,204,204);
	font-weight: 300;
}
	.page-item-header > .page-item-header-message
	{
		display: block;
		text-align: left;
		color: rgb(255,255,255);
		padding: 0;
		margin: 0 50% 0 0;
	}
	.page-item-header > .page-item-header-message > p
	{
	    font-size: 1em;
	    line-height: 1.4em;
	    margin: 0.5em 0;
	}
		.page-item-header-message h1
		{
			text-align: left;
			margin: 0 0 1em 0;
		}
/*
 * PAGE HEADER ITEM INNER
 */
.page-item-header-inner
{
	display: block;
	padding: 1em 0;
	font-size: 1.5em;
	line-height: 1.5em;
	background-size: cover !important;
	color: rgb(204,204,204);
	font-weight: 300;
}
	.page-item-header-inner > h1
	{
	    display: block;
	    font-size: 1.5em;
	    line-height: 1.5em;
	    color: rgb(255,255,255);
	    margin: 0 0 1em 0;
	    text-align: center;
	    text-transform: uppercase;
	    font-weight: 300;
	}
	.page-item-header-inner > p
	{
	    font-size: 1em;
	    line-height: 1.4em;
	    margin: 0.5em 0;
	}
/*
 * INDEX REVIEWS / NEWS
 */
section.reviews-index-list,
section.news-index-list,
article-index-list
{
	display: block;
}
	section.reviews-index-list article,
	section.news-index-list article
	{
		width: 25%;
		display: block;
		float: left;
		margin: 0 0 1em 0;
	}
	section.article-index-list article
	{
		width: 50%;
		display: block;
		float: left;
		margin: 0 0 1em 0;
	}
	section.reviews-index-list article header,
	section.news-index-list article header,
	section.article-index-list article header
	{
		display: block;
		margin: 0 0 0.5em 0;
	}
		section.reviews-index-list article time,
		section.news-index-list article time,
		section.article-index-list article time
		{
			display: block;
			color: rgb(68,173,218);
			text-transform: uppercase;
			text-align: center;
			margin: 0 0 0.25em 0;
			font-weight: 700;
		}
		section.reviews-index-list article header h3,
		section.news-index-list article header h3,
		section.article-index-list article h3
		{
			color: rgb(255,255,255);
			text-transform: uppercase;
			text-align: center;
			margin: 0 0 0.5em 0;
		}
		section.reviews-index-list article header p,
		section.news-index-list article header p
		{
			color: rgb(153,153,153);
			font-weight: 700;
			font-style: italic;
			text-align: center;
		}
	section.reviews-index-list article footer,
	section.news-index-list article footer,
	section.article-index-list article footer
	{
		display: block;
		margin: 0.5em 0 0 0;
		text-align: center;
	}
		section.reviews-index-list article footer a
		{
			display: inline-block;
			margin: 0 auto;
			border: 0;
			padding: 0.4em 0.6em;
			text-transform: uppercase;
			background: rgb(68,173,218);
		}
		section.article-index-list article footer a
		{
			display: inline-block;
			background: rgb(102,102,102);
			color: rgb(255,255,255);
			margin: 0 auto;
			border: 0;
			padding: 0.4em 0.6em;
			text-transform: uppercase;
		}
	section.reviews-index-list > article > p,
	section.news-index-list > article > p,
	section.article-index-list > article > p
	{
		display: block;
		min-height: 300px;
		margin: 0 0.25em;
    	font-size: 1em;
    	line-height: 1.4em;
    	color: rgb(218,218,218);
	}

.reviews-information
{
	display: block;
	float: left;
	width: 70%;
}
	.reviews-information table th
	{
		width: 20%;
	}
.reviews-photo
{
	display: block;
	float: left;
	width: 30%;
}
.reviews-photo img
{
	border: 10px solid rgb(255,255,255);
}

.page-item-footer
{
    display: block;
    background-image: url('../../img/site/div_page_item_footer.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.6em; 
	padding: 2em 4em;
}

section.escorts-index-list
{
	display: block;
	margin: 0 auto;
}
	.escorts-index-item
	{
		display: inline-block;
		position: relative;
		width: 183px !important;
		height: 365px !important;
		margin: 0 0.5em 1em 0.5em;
	}
	.escorts-index-item a
	{
		display: block;
		position: absolute;
		width: 183px;
		height: 258px;
	}
		.escorts-index-item a img
		{
			border: 4px solid rgb(68,173,218);
		}
		#featured-escorts .escorts-index-item a img
		{
			border: 10px solid rgb(117,12,151);
		}
		.escorts-index-item-hover
		{
			background: rgba(0,0,0,0.75);
			position: absolute;
			width: 175px;
			height: 250px;
			left: 4px;
			top: 4px;
			z-index: 8;
			cursor: pointer;
		}
		.escorts-index-item-hover > a
		{
				border: 1px solid rgb(255,255,255); 
				height: 20px;
				width: 150px;
				margin: 120px auto auto auto;
				position: relative;
				text-align: center;
				font-size: 14px;
				line-height: 20px;
				text-transform: uppercase;
				padding: 5px;
		}
	.escorts-index-item-data
	{
		display: block;
		position: absolute;
		width: 183px;
		padding: 10px 0 0 0;
		top: 258px;
	}
		.escorts-index-item-data .escorts-name
		{
			display: block;
			font-weight: 400;
		}
			.escorts-index-item-data .escorts-name a
			{
				display: block;
				height: auto;
				width: auto;
				position: relative;
				text-align: center;
				font-size: 1em;
				text-transform: uppercase;
				line-height: 1.5em;
				color: rgb(74,195,245);
			}
		.escorts-index-item-data .escorts-location
		{
			display: block;
		}
			.escorts-index-item-data .escorts-location a
			{
				display: block;
				height: auto;
				width: auto;
				position: relative;
				text-align: center;
				font-size: 1em;
			}
		.escorts-index-item-data .escorts-comment
		{
			display: block;
			height: auto;
			width: auto;
			position: relative;
			text-align: center;
			font-size: 0.85em;
			line-height: 1.3em;
			height: 60px;
			overflow: hidden;
		}
		.escorts-index-item-data .escorts-rate
		{
			color: rgb(255,255,255);
		}

.escort-galleries-list
{
	display: block;
	margin: 1em auto 0 auto;
}
.escort-galleries-list ul
{
	display: block;
	text-align: center;
	padding: 0.25em;
}
	.escort-galleries-list ul li
	{
		display: inline-block;
		padding: 0.25em 0.5em;
		margin: 0.25em 0;
		background: rgb(68,173,218);
	}
		.escort-galleries-list ul li a
		{
			display: inline-block;
			cursor: pointer;
		 	color: rgb(255,255,255);
		 	text-align: center;
		 	text-decoration: none;
		 	text-transform:uppercase;
		 	font-size: 0.8em;
		}
/*
 * FORMS
 */
.contact-form
{
	display: block;
	text-align: center;
	margin: 0 auto 0 auto;
}
	.input
	{
		margin: 0 0 10px 0;
	}
	.contact-form-left
	{
		display: block;
		width: calc(40% - 30px);
		float: left;
		text-align: center;
		margin: 0 auto 0 auto;
		padding: 0 30px 0 0;
	}
	.contact-form-right
	{
		display: inline-block;
		width: 60%;
		float: left;
		text-align: center;
		margin: 0 auto 0 auto;
	}
		input[type="text"]
		{
			background: rgba(244,244,244,0.5);
			border: 1px solid rgba(255,255,255,1);
			font-size: 0.75em;
			color: rgba(255,255,255,0.75);
			padding: 0.5em;
			box-sizing: border-box; 
		}
		textarea
		{
			background: rgba(244,244,244,0.5);
			border: 1px solid rgba(255,255,255,1);
			font-size: 0.75em;
			color: rgba(255,255,255,0.75);
			padding: 0.5em;
			width: 100%;
			height: 115px;
			box-sizing: border-box; 
		}
	label.error
	{
		color: rgb(255,0,0);
		text-align: left;
		font-weight: 400;
		font-style: italic;
		display: block;
		margin: 10px 0 0 0;
		line-height: 12px;
		height: 30px;
	}
	input.error,
	textarea.error
	{
		border: 1px solid rgb(255,0,0) !important;
		margin: 0;
	}
	a.button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"]
	{
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: rgba(68,173,218,0.75);
		padding: 0.5em 3em;
		border-radius: 0.25em;
		cursor: pointer;
		border: 0;
	 	color: rgb(255,255,255);
	 	text-align: center;
	 	text-decoration: none;
	 	text-transform:uppercase;
	 	-moz-transition: all 0.25s ease-in-out;
	 	-webkit-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
	 	-ms-transition: all 0.25s ease-in-out;
	 	transition: all 0.25s ease-in-out;
	 	font-size: 1em;
	 	font-weight: 700;
		/*box-shadow: inset 0 0 0 1px #fff;*/
	}
		a.button:hover,
		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover
		{
			background: rgba(68,173,218,1.0);
		}

		::-webkit-input-placeholder { /* WebKit browsers */
		    color: rgba(255,255,255,0.75);
		}
		:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
			color: rgba(255,255,255,0.75);
			opacity:  1;
		}
		::-moz-placeholder { /* Mozilla Firefox 19+ */
		    color: rgba(255,255,255,0.75);
			opacity:  1;
		}
		:-ms-input-placeholder { /* Internet Explorer 10+ */
		    color: rgba(255,255,255,0.75);
		}
/*
 * PAGE FOOTER
 */
.page-footer
{
	display: block;
	width: 100%;
	margin: 0;
	z-index: 1;
}
	.page-footer-body
	{
		display: block;
		height: 50px;
		background: rgb(68,173,218);
	}
		.page-copyright
		{
			display: block;
			float: left;
			height: 50px;
			text-align: center;
			line-height: 50px;
			font-size: 1.2em;
			color: rgb(255,255,255);
			width: 30%;
			margin: 0 0 0 10%;
		}
		.page-footer-navigation
		{
			display: block;
			float: left;
			height: 50px;
			text-align: center;
			width: 50%;
			margin: 0 10% 0 0;
		}
			.page-footer-navigation ul.text-navigation
			{
				display: block;
				background: none;
			}
				.page-footer-navigation ul.text-navigation li
				{
					display: inline-block;
					height: 50px;
					padding: 0 20px;
					line-height: 50px;
				}
					.page-footer-navigation ul.text-navigation li.active
					{
						color: rgb(192,16,101);
						background: rgb(255,255,255);
					}
				.page-footer-navigation ul.text-navigation li:first-child
				{
					background: none;
				}
					.page-footer-navigation ul.text-navigation li:first-child img
					{
						display: block;
						margin: 5px 0 0 0;
					}
					.page-footer-navigation ul.text-navigation li a
					{
						font-size: 1.15em;
						color: rgb(255,255,255);
						font-weight: 400;
						text-decoration: none;
						line-height: 1em;
						text-transform: uppercase;
					}
/*
 * ESCORTS-LIST
 */
.escorts-list
{
	display: block;
	margin: 1em auto 0 auto;
	text-align: center;
}
	.escorts-item
	{
		display: inline-block;
		position: relative;
		width: 183px !important;
		height: 400px !important;
		margin: 0 0.5em 1em 0.5em;
	}
	.escorts-item a
	{
		display: block;
		position: absolute;
		width: 183px;
		height: 258px;
	}
		.escorts-item a img
		{
			border: 4px solid rgb(68,173,218);
		}
		.escorts-item-hover
		{
			background: rgba(0,0,0,0.75);
			position: absolute;
			width: 175px;
			height: 250px;
			left: 4px;
			top: 4px;
			z-index: 8;
			cursor: pointer;
		}
		.escorts-item-hover > a
		{
			border: 1px solid rgb(255,255,255); 
			height: 20px;
			width: 150px;
			margin: 120px auto auto auto;
			position: relative;
			text-align: center;
			font-size: 14px;
			line-height: 20px;
			text-transform: uppercase;
			padding: 5px;
		}
	.escorts-item-data
	{
		display: block;
		position: absolute;
		width: 183px;
		padding: 10px 0 0 0;
		top: 258px;
	}
		.escorts-item-data .escorts-name
		{
			display: block;
			font-weight: 400;
		}
			.escorts-item-data .escorts-name a
			{
				display: block;
				height: auto;
				width: auto;
				position: relative;
				text-align: center;
				font-size: 1em;
				text-transform: uppercase;
				line-height: 1.5em;
				color: rgb(74,195,245);
			}
		.escorts-item-data .escorts-comment
		{
			display: block;
			height: auto;
			width: auto;
			position: relative;
			text-align: center;
			font-size: 0.85em;
			line-height: 1.3em;
			height: 60px;
			overflow: hidden;
		}
		.escorts-item-data .escorts-rate
		{
			color: rgb(255,255,255);
		}
/*
 * BANNERS-LIST
 */
.banners-list
{
	display: block;
	text-align: center;
}
	.banners-list .banners-item
	{
		display: inline-block;
		padding: 0 0.5em;
	}
/*
 * ESCORTS ITEM PROFILE
 */
.escorts-item-profile-image
{
	display: block;
	width: 500px;
	float: left;
	margin: 1em 0 0 0;
}
	.escorts-item-profile-image img
	{
		display: block;
		margin: 0 auto;
		border: 4px solid rgb(68,173,218);
	}
.escorts-item-profile-data
{
	display: block;
	width: calc(100% - 500px);
	float: left;
	font-size: 0.75em;
	margin: 1em 0 0 0;
}
	.escorts-item-profile-data p
	{
		margin: 0 0 1em 0;
	}
.escorts-item-profile-thumbnails
{
	display: block;
}
	.escorts-item-profile-thumbnails a
	{
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}
	.escorts-item-profile-thumbnails > a > img
	{
		display: block;
		border: 4px solid rgb(68,173,218);
		margin: 25px 0 0 0;
	}

.escorts-item-profile
{
	display: block;
	padding: 0 0 1em 0;
	width: calc(100% - 1020px);
	float: left;
}
	.escorts-item-profile > p
	{
		margin: 0 0 25px 0;
		padding: 0 10px 0 0;
	}
	.escorts-item-button
	{
		display: block;
		text-align: center;
		margin: 0 0 25px 0;
	}

table.escorts-item-profile-information
{
	width: 100%;
	color: rgb(255,255,255);
	display: table;
	margin: 0 0 25px 0;
}
tbody
{
	width: 100%;
}
.table-header
{
	width: 170px;
	font-weight: 700;
}
.table-content
{
	width: 170px;
}

table.escorts-item-profile-rates
{
	display: table;
	width: 100%;
	color: rgb(255,255,255);
	margin: 0 0 25px 0;
}
	table.escorts-item-profile-rates th
	{
		width: 33%;
		text-align: left;
		color: rgb(68,173,218);
		font-weight: 700;
	}
	table.escorts-item-profile-rates td,
	table.escorts-item-profile-information td
	{
		height: 1.5em;
		text-align: left;
		color: rgb(255,255,255);
	}


.escort-images
{
	display: block;
	float: left;
	width: 1020px;
}
	.escort-images img
	{
		border: 10px solid rgb(68,173,218);
		margin: 10px 10px 0 0;
		float: left;
	}

table.reviews-list
{
	width: 100%;
	margin: 0 0 1em 0;
}
	table.reviews-list th
	{
		text-transform: uppercase;
		border: 1px solid rgb(255,255,255);
		border-width: 0 0 1px 0;
		line-height: 3em;
		color: rgb(255,255,255);
	}
	table.reviews-list td
	{
		width: 20%;
		line-height: 2em;
		color: rgb(255,255,255);
	}
	table.reviews-list th.blue,
	table.reviews-list td.blue a
	{
		color: rgb(255,255,255);
		font-style: italic;
	}

.form
{
	display: block;
	width: 80%;
	margin: 0 auto;
}
	.form header
	{
		display: block;
		color: rgb(255,255,255);
		font-weight: 700;
		text-align: left;
		font-size: 1em;
		margin: 1em 0;
	}
	.form label
	{
		display: inline-block;
		width: 30%;
		color: rgb(255,255,255);
	}
	.form input
	{
		display: inline-block;
		width: calc(70% - 20px);
	}
	.form span
	{
		display: inline-block;
		width: 10px;
	}
	.form select
	{
		display: inline-block;
		width: 55%;
		background: rgba(244,244,244,0.5);
		border: 1px solid rgba(255,255,255,1);
		font-size: 0.75em;
		color: rgba(255,255,255,0.75);
		padding: 0.5em;
		box-sizing: border-box; 
		margin: 0 0 30px 0;
	}
	.form select option
	{
		color: rgba(0,0,0,1.0);
	}
	.form textarea
	{
		display: inline-block;
		width: 60%;
	}
	.form .submit
	{
		text-align: center;
		padding: 1em 0;
	}
		.form .submit input
		{
			width: 20%;
		}

#recaptcha_widget_div,
#recaptcha_area
{
	display: block;
	margin: 0 auto;
}
#recaptcha_table
{
	
}
label.recaptcha_input_area_text
{
	float: none;
	margin: 0;
	padding: 0;
}
.recaptcha_only_if_privacy
{
	display: none !important;
}













.input span
{
  font-weight : bold;
  font-size : 12px;	
  font-family : tahoma;   
  color : #FF0000;  
  padding-left: 5px;
}
  
#message_box
{
	display: none;
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2048;
	font-size: 1.2em;
	line-height: 30px;
	opacity: 0.75;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #067600;
}

.faq_question
{
	color: rgb(255,255,255);
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

.article
{
	display: block;
	border: 1px solid rgb(51,204,204);
	border-width: 1px 0 0 0;
}
	.article h2 a
	{
		display: block;
		color: rgb(51,204,204);
		font-size: 1.85em;
	}
	.article .date
	{
		display: block;
		margin: 0 0 20px 0;
	}
	.article .more
	{
		display: block;
		text-align: right;
		font-style: italic;
		margin: 10px 0 10px 0;
	}


.news-block
{
	display: block;
	border: 1px solid #ffffff;
	border-width: 1px 0 0 0;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
	.news-block h2
	{
		font-family: 'PT Sans', sans-serif;
		display: block;
		color: rgb(255,255,255);
		text-transform: capitalize;
		font-size: 1em;
		font-weight: 700;
		margin: 0 0 5px 0;
		text-align: left;
	}
	.news-block .date
	{
		margin: 0 0 10px 0;
		font-style: italic;
	}
	.news-block .news-image
	{
		display: block;
		float: left;
		margin: 0 10px 10px 0;
	}
		.news-block .news-image a img
		{
			border: 1px solid #ffffff;
		}
	.news-block .news-data
	{
		display: block;
	}
	.news-block .more
	{
		display: block;
		text-align: right;
		font-style: italic;
	}

.first
{
	border: 0;
}

table.tooltip
{
	display: block;
	width: 138px;
	height: 212px;
	left: 172px;
	top: 0;
	background: rgb(0,0,0);
	position: absolute;
	z-index: 512;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #efcc64;
}
/*
 * CALENDAR ITEM
 */
.calendar-list
{
	display: block;
}
	.calendar-list table
	{
		width: 100%;
		margin: 1em auto;
	}
		.calendar-list table thead th
		{
			width: 10%;
			background: rgb(68,173,218);
			color: rgb(255,255,255);
			text-align: center;
			height: 40px;
			line-height: 40px;
		}
		.calendar-list table tbody td
		{
			width: 10%;
			color: rgb(255,255,255);
			text-align: center;
			height: 80px;
			line-height: 80px;
		}
	.calendar-week-buttons
	{
		display: block;
	}
	.calendar-week-buttons-previuos
	{
		display: block;
		float: left;
		width: calc(50% - 10px);
		text-align: right;
		margin: 0 10px 0 0;
	}
	.calendar-week-buttons-next
	{
		display: block;
		float: left;
		width: calc(50% - 10px);
		text-align: left;
		margin: 0 0 0 10px;
	}
/*
 * ARTICLE LIST
 */
.article-list
{
	display: block;
	margin: 1em auto 0 auto;
	text-align: center;
}
	.article-list article
	{
		width: 33%;
		display: block;
		float: left;
		margin: 0 0 2em 0;
	}
	.article-list article header,
	{
		display: block;
		margin: 0 0 0.5em 0;
	}
		.article-list article header h3
		{
			color: rgb(255,255,255);
			text-transform: uppercase;
			text-align: center;
			margin: 0 0 0.5em 0;
		}
		.article-list article header p
		{
			color: rgb(68,173,218);
			font-weight: 700;
			font-style: italic;
			text-align: center;
		}
	.article-list article footer
	{
		display: block;
		margin: 0.5em 0 0 0;
		text-align: center;
	}
		.article-list article footer a
		{
			display: inline-block;
			margin: 0 auto;
			border: 0;
			padding: 0.4em 0.6em;
			text-transform: uppercase;
			border: 1px solid rgb(255,255,255);
		}
		.article-list article footer a
		{
			display: inline-block;
			background: rgb(68,173,218);
			color: rgb(255,255,255);
			margin: 0 auto;
			border: 0;
			padding: 0.4em 0.6em;
			text-transform: uppercase;
		}
	.article-list > article > p
	{
		display: block;
		min-height: 300px;
		margin: 0 0.25em;
    	font-size: 1.1em;
    	line-height: 1.4em;
	}
		.article-list article > p.image
		{
			color: rgb(68,173,218);
			font-weight: 700;
			font-style: italic;
			text-align: center;
			padding: 1em 0;
			min-height: auto;
		}
			.article-list article > p.image > a
			{
				display: block;
				width: 240px;
				height: 170px;
				margin: 0 auto;
			}
				.article-list article > p.image > a > img
				{
					display: block;
					width: 220px;
					height: 150px;
					margin: 0 auto;
					border: 10px solid rgb(193,17,102);
				}

.pages_container {
  text-align   : center;  
  line-height  : 25px;   
  padding      : 10px;
}     

.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  padding    : 2px 5px;  
  margin     : 0 1px;
  color      : white;   
  text-decoration : none;
}    

.pages_container a:hover {
  text-decoration : none;
  background : gray; 
}    

.page_current {
  padding    : 2px 5px;  
  margin     : 0 1px;
  background : gray; 
}  

.reviews-list-small
{
	display: block;
	width: 100%;
	margin: 1em 0;
}
	.reviews-list-small li
	{
		display: block;
		float: left;
		width: 25%;
	}
	.reviews-list-small li a
	{
		color: rgb(51,153,204);
	}
	.reviews-list-small li a:hover
	{
		color: rgb(255,255,255);
	}
.escorts-item-profile-phone
{
	color: rgb(255,255,255);
	font-weight: 700;
	margin: 0 0 1em 0;
}
	.escorts-item-profile-phone span.blue
	{
		color: rgb(55,176,229);
	}
.escort-search
{
	display: inline-block;
	width: 250px;
	height: 35px;
	overflow: hidden;
	background: rgb(68,173,218);
	margin: 1em 10px 0 0;
}
	.escort-search select
	{
		color: rgb(255,255,255);
		text-transform: uppercase;
		background: transparent;
		width: 250px;
		padding: 5px;
		font-size: 0.75em;
		line-height: 1;
		border: 0;
		border-radius: 0;
		height: 35px;
		-webkit-appearance: none;
	}
		.escort-search select option
		{
			background: rgb(51,51,51);
		}

.page-header-twitter
{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}

.crumbs
{
	display: block;
	text-align: center;
	font-weight: 400;
	padding: 10px 0;
}
.crumbs > ul
{
	display: block;	
}
.crumbs > ul > li
{
	display: inline-block;
	padding: 0 5px;
}
.crumbs > ul > li:first-child
{
	display: inline-block;
	padding: 0 5px 0 0;
}