/*
 * 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: 14px;
	line-height: 1.5;
	color: rgb(255,255,255);
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
a
{
	color: rgb(255,255,255);
	text-decoration: none;
}

article a
{
	color: rgb(65, 188, 241);
	text-decoration: none;
}


a:hover
{
	color: rgb(255,255,255);
	text-decoration: none;
}
.center
{
	text-align: center;
}
.section
{
	padding: 0 0 24px 0;
	margin: 0 auto;
}
/*
 * 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.3em;
				line-height: 1.2em;
				text-align: right;
				margin: 10px 0 0 0;
			}
				.phone span.blue
				{
					display: block;
					font-size: 0.8em;
					text-transform: uppercase;
					color: rgb(17, 80, 107);
					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;
			}
/*
 * PAGE ITEM
 */
.page-item-background
{
	display: block;
	color: rgb(51,51,51);
	width: 100%;
	margin: 0 auto;
	font-size: 1em;
	overflow: hidden;
	font-weight: 300;
	background-size: cover !important;
}
.page-item
{
	display: block;
	width: 80%;
	color: rgb(255,255,255);
	margin: 0 auto;
	font-size: 1em;
	padding: 1em 0;
	overflow: hidden;
	font-weight: 300;
}
	.page-item > h1
	{
	    display: block;
	    font-size: 1.7em;
	    line-height: 1.5;
	    color: rgb(64,152,181);
	    text-align: center;
	    text-transform: uppercase;
	}
		.page-item > h2
	{
	    display: block;
	    font-size: 1.3em;
	    line-height: 1.5;
	    color: rgb(255,255,255);
	    text-align: center;
	    text-transform: none;
	}
	.page-item > header,
	.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: 1.5;
	    color: rgb(255,255,255);
	    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;
	}
.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;
}

.escorts-list
{
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
}
	.escorts-duo-item {
		display: block;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
		.escorts-duo-item .escorts-duo-header {
			background-image: url('../../img/site/escorts_duo_header.png');
			background-position: center bottom;
			background-repeat: no-repeat;
			font-weight: 400;
			font-size: 1.4em;
			color: rgb(74,174,216); 
			padding: 30px 0 30px 0;
			margin: 0 0 30px 0;
			vertical-align: top;
		}
		.escorts-duo-item .escorts-item {
			display: inline-block;
			width: 283px !important;
			height: 500px !important;
			margin: 0;
			vertical-align: top;
		}
		.escorts-duo-item .escorts-plus {
			display: inline-block;
			width: 71px !important;
			height: 390px !important;
			background-image: url('../../img/site/escorts_plus.png');
			background-position: center center;
			background-repeat: no-repeat;
			padding: 0 45px;
		}
			.escorts-duo-item .escorts-item a {
				display: block;
				position: absolute;
				width: 283px;
			}
			/*.escorts-duo-item .escorts-item a img {
				border: 0;
			}*/
				.escorts-duo-item  .escorts-item-data .escorts-name a {
					font-weight: 700;
					font-size: 1.2em;
				}
				.escorts-duo-item  .escorts-item-data .escorts-comment {
					color: rgb(74,174,216); 
					font-weight: 700;
					font-size: 1.2em;
				}

	.escorts-item
	{
		display: inline-block;
		width: 283px !important;
		height: 500px !important;
		margin: 0 5px 10px 5px;
		vertical-align: top;
	}
	.escorts-item-index
	{
		display: inline-block;
		width: 283px !important;
		height: 500px !important;
		margin: 0;
		vertical-align: top;
		margin: 0 10px;	
	}
	.escorts-item > a,
	.escorts-item-index > a
	{
		display: block;
		width: 283px;
		height: 390px;
	}
		.escorts-item a img,
		.escorts-item-index a img
		{
			border: 4px solid rgb(68,173,218)
		}
		.escorts-item > .escorts-name,
		.escorts-item-index > .escorts-name
		{
			display: block;
			padding: 0 10px;
		}
			.escorts-item > .escorts-name a,
			.escorts-item-index > .escorts-name a
			{
				display: block;
				height: auto;
				width: auto;
				text-align: center;
				font-size: 1em;
				font-weight: 700;
				text-transform: uppercase;
				color: rgb(65,188,241);
			}
		.escorts-item > .escorts-location,
		.escorts-item-index > .escorts-location
		{
			display: block;
			padding: 0 10px;
		}
			.escorts-item > .escorts-location a,
			.escorts-item-index > .escorts-location a
			{
				display: block;
				height: auto;
				width: auto;
				text-align: center;
				font-size: 1em;
				text-transform: uppercase;
				color: rgb(255,255,255);
			}
		.escorts-item .escorts-comment,
		.escorts-item-index .escorts-comment
		{
			display: block;
			height: auto;
			width: auto;
			position: relative;
			text-align: center;
			font-size: 1em;
			overflow: hidden;
			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); */
		background: rgb(17, 80, 107);
		
	}
		.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: 283px !important;
		height: 525px !important;
		margin: 0 0.5em 1em 0.5em;
	}
	
	
	

	
	.escorts-item a
	{
		display: block;
		/* position: absolute; */
		width: 283px;
		/*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: 283px;
		padding: 10px 0 0 0;
		top: 358px;
	}
		.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;
	}

.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;
	}

.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: 0 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;
}

/*
 * Update 2016-04-26
 */
.escort-thumbnail-list
{
	display: block;
	text-align: center;
}
	.escort-thumbnail-list img
	{
		display: inline-block;
		border: 4px solid rgb(68,173,218);
		max-width: 100%;
		height: initial;
	}

.escorts-item-profile-left
{
    display: block;
    float: left;
    width: calc(50% - 21px);
    margin: 0 20px 0 0;
    border: 1px solid rgb(51,51,51);
    border-width: 0 1px 0 0;
}
	.escorts-item-profile-left .escorts-item-profile-information
	{
		width: 100%;
		padding: 10px;
	}
		.escorts-item-profile-left .table-header
		{
			font-weight: 700;
			text-align: left;
		}
		.escorts-item-profile-left .table-content
		{
			text-align: left;
		}
	.escorts-item-profile-left input[type="button"]
	{
		width: auto !important;
		margin: 10px 0 0 0;
	}
.escorts-item-profile-right
{
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 0 0;
}
	.escorts-item-profile-right .escorts-item-profile-rates
	{
		width: 100%;
		padding: 10px;
	}
		.escorts-item-profile-right .escorts-item-profile-rates th
		{
			font-weight: 700;
			text-align: left;
		}
		.escorts-item-profile-right .escorts-item-profile-rates td
		{
			text-align: left;
		}
	.escorts-item-profile-right input[type="button"]
	{
		width: auto !important;
		margin: 10px 0 0 0;
	}

/*
 * ESCORTS ITEM REVIEWS
 */
.escorts-item-profile-reviews
{
	display: block;
	margin: 0 0 15px 0;
}
	.escorts-item-profile-reviews header
	{
		text-transform: uppercase;
		color: rgb(255,255,255);
		font-size: 24px;
		line-height: 36px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.escorts-item-profile-reviews article
	{
		display: block;
		text-align: left;
		border: 1px solid rgb(68,173,218);
		border-width: 0 0 1px 0;
		padding: 5px 0 5px 0;
	}
		.escorts-item-profile-reviews article header
		{
			display: block;
			color: rgb(68,173,218);
			font-weight: 700;
			font-size: 14px;
			line-height: 21px;
			margin: 0 0 5px 0;
			text-align: left;
		}
			.escorts-item-profile-reviews article header time
			{
				color: rgb(255,255,255);
			}
		.escorts-item-profile-reviews article a
		{
			color: rgb(255,255,255);
		}

		.page-item > header,
		.page-item > .section > header,
		.page-item-header-inner header
		{
		    display: block;
		    font-size: 1.5em;
		    line-height: 1;
		    color: rgb(255,255,255);
		    margin: 20px 0;
		    text-align: center;
		    text-transform: uppercase;
		    font-weight: 600;
		}
/*
 *
 */
.reviews-index-list,
.news-index-list,
.articles-index-list,
.escorts-item-profile-reviews
{
	display: block;
	text-align: center;
}
	.reviews-index-list article,
	.news-index-list article,
	.articles-index-list article,
	.escorts-item-profile-reviews article
	{
		width: 380px;
		min-height: 210px;
		vertical-align: top;
		display: inline-block;
		margin: 0 10px 10px 0;
		padding: 10px;
		border: 1px solid rgb(204,204,204);
	}
	.reviews-index-list article header,
	.news-index-list article header,
	.articles-index-list article header,
	.escorts-item-profile-reviews article header
	{
		display: block;
		margin: 0 0 10px 0;
	}
		.reviews-index-list article time,
		.news-index-list article time,
		.articles-index-list article time,
		.escorts-item-profile-reviews article time
		{
			display: block;
			color: rgb(65,188,241);
			text-transform: uppercase;
			text-align: center;
			margin: 0 0 5px 0;
			font-weight: 700;
		}
		.reviews-index-list article header h3,
		.news-index-list article header h3,
		.articles-index-list article h3,
		.escorts-item-profile-reviews article h3
		{
			color: rgb(65,188,241);
			text-transform: uppercase;
			text-align: center;
			margin: 0 0 10px 0;
			font-weight: 700;
		}
	.reviews-index-list article footer,
	.news-index-list article footer,
	.articles-index-list article footer,
	.escorts-item-profile-reviews article footer,
	{
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
	}
		.news-index-list article footer > a,
		.reviews-index-list article footer > a,
		.articles-index-list article footer > a,
		.escorts-item-profile-reviews article footer > a
		{
			display: inline-block;
			color: rgb(65,188,241);
			margin: 0 auto;
			border: 0;
			text-transform: uppercase;
			text-decoration: underline;
		}
	.reviews-index-list article p,
	.news-index-list article p,
	.articles-index-list article p,
	.escorts-item-profile-reviews article p
	{
	    display: block;
	    min-height: 150px
	}
		.reviews-index-list article p > a,
		.news-index-list article p > a,
		.articles-index-list article p > a,
		.escorts-item-profile-reviews article p > a
		{
		    display: block;
		    float: left;
		    margin: 0 10px 0 0;
		}
/*
 *
 */
.article-item,
.review-item,
.news-item
{
	display: block;
	margin: 0 auto;
}
	.article-item article,
	.review-item article,
	.news-item article
	{
		display: inline-block;
		border: 1px solid rgb(204,204,204);
		padding: 10px;
		vertical-align: top;
	}
	.article-item > article > p,
	.review-item > article > p,
	.news-item > article > p
	{
		text-align: left;	
	}
		.article-item > article > p > a.media > img,
		.article-item > article > p > a.media,
		.review-item > article > p > img,
		.review-item > article > p > a,
		.news-item > article > p > img,
		.news-item > article > p > a
		{
			display: block;
			float: left;
			margin: 0 10px 0 0;
		}
		.review-item > article > p > strong
		{
			margin: 0 20px 0 0;
		}
	.article-item > article > footer,
	.review-item > article > footer,
	.news-item > article > footer
	{
		display: block;
		text-align: left;
		margin: 20px 0 0 0;
	}
	.article-item > article > footer > div,
	.review-item > article > footer > div,
	.news-item > article > footer > div
	{
		display: block;
	}
/*
 *
 */
.article-list,
.reviews-list,
.news-list
{
	display: block;
	margin: 0 auto;
}
	.article-list article,
	.reviews-list article,
	.news-list article
	{
		width: 430px;
		display: inline-block;
		border: 1px solid rgb(204,204,204);
		margin: 0 7px 14px 7px;
		padding: 10px;
		vertical-align: top;
	}
	
	@media screen and (max-width:1370px){
		.article-list article, .reviews-list article, .news-list article {
			width: 400px;
		}
	}
	
	.article-list > article > header,
	.reviews-list > article > header,
	.news-list > article > header
	{
		display: block;
		text-align: center;
		height: 84px;
		margin: 0 0 10px 0;
	}
		.article-list article header h3,
		.reviews-list article header h3,
		.news-list article header h3,
		.article-list article header h3 a,
		.reviews-list article header h3 a,
		.news-list article header h3 a
		{
			text-transform: uppercase;
			text-align: center;
			font-weight: 400;
			font-size: 20px;
			line-height: 1.5;
			color: rgb(64,188,241);
		}
		.article-list article header p,
		.reviews-list article header p,
		.news-list article header p
		{
			text-transform: uppercase;
			text-align: center;
			font-weight: 400;
			font-size: 16px;
			line-height: 1.5;
		}
	.article-list article footer,
	.reviews-list article footer,
	.news-list article footer
	{
		display: block;
		text-align: center;
	}
		.article-list article footer a,
		.reviews-list article footer a,
		.news-list article footer a
		{
			display: inline-block;
			color: rgb(64,188,241);
			margin: 0 auto;
			border: 0;
			text-transform: uppercase;
			text-decoration: underline;
		}
	.article-list > article > p,
	.reviews-list > article > p,
	.news-list > article > p
	{
		display: block;
		min-height: 150px;
	}
		.article-list > article > p > a,
		.reviews-list > article > p > a,
		.news-list > article > p > a
		{
			display: block;
			float: left;
			margin: 0 10px 0 0;
		}
/*
 * 
 */
.crumbs
{
	display: block;
	text-align: center;
	font-weight: 400;
	padding: 10px 0;
	color: rgb(65,188,241);
	font-size: 1.5em;
}
	.crumbs > a
	{
		color: rgb(65,188,241);
		margin: 0 10px;
	}
/*
 * 
 */
 

 
form
{
	display: block;
	width: 80%;
	margin: 0 auto;
}
	form > .input
	{
		display: block;
		text-align: left;
	}
	form > .input > label
	{
		display: inline-block;
		width: 30%;
		text-align: left;
		font-size: 1em;
		line-height: 2;
	}
	form > .input > input
	{
		display: inline-block;
		width: 50%;
		font-size: 1em;
		line-height: 18px;
	}
		form > .input > input:hover
		{
			border: 1px solid rgb(65,188,241);
		}
	form > .input > textarea
	{
		display: inline-block;
		width: 50%;
		height: 150px;
	}
		form > .input > textarea:hover
		{
			border: 1px solid rgb(65,188,241);
		}
	form > .input > span
	{
		display: inline-block;
		width: 10%;
		color: rgb(255,0,0);
		padding: 0 0 0 5px;
	}
	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 .submit
	{
		text-align: center;
		padding: 1em 0;
	}
		.form .submit input
		{
			width: 20%;
		}
	input[type="button"],
	input[type="submit"],
	a.button
	{
		background: rgb(65,188,241);
		border: 0;
		line-height: 2;
		color: rgb(255,255,255);
		text-transform: uppercase;
		padding: 5px 20px;
		font-weight: 700;
		cursor: pointer;
	}
		input[type="button"]:hover,
		input[type="submit"]:hover
		{
			background: rgb(204,0,153);
		}
	div.g-recaptcha
	{
		margin: 0 auto;
		width: 304px;
	}
#map
{
	height: 300px;
}


.featureds-container {
	padding: 0 30px;
	margin: 20px 0;
}
.featureds-container .featured-item {
	position: relative;
}

.featureds-container .info {
	position: absolute;
	bottom: 10px;
	left: 0; right: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 30px;
	text-align: left;
	background-color: #eee;
	opacity: .5;
}
.featureds-container .name {
	position: absolute;
	bottom: 10px;
	left: 0; right: 0;
	padding: 10px 30px;
	text-align: left;
	color: #000;
}
.featureds-container .slick-prev {
	left: 15px !important;
	z-index: 1;
}
.featureds-container .slick-next {
	right: 15px !important;
	z-index: 1;
}

.slick {
	padding: 0 30px;
}

.slick .slick-next {
	right: 0px;
	width: 7px;
}
.slick .slick-prev {
	left: 0px;
	width: 7px;
}
.news-index header h3 {
	color: rgb(65,188,241);
}

.escorts-item-profile-information  a:hover {
	text-decoration: underline;
}

.div-page-bg {
	background: url('../img/site/div_page_item_header_1.jpg') no-repeat center center;
}


.escorts-filter {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
	height: 35px;
	overflow: hidden;
	background: rgb(68,173,218) !important;
	/*margin: 0 10px 0 0;*/
	color: rgb(255,255,255);
	text-transform: uppercase;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 35px;
}




div.search-fields {
	text-align: center;
}


dl.search-field {
	display: inline-block;
	width: 180px;
	border:1px solid rgb(68,173,218);
	margin: 5px auto;
}

dl.search-field + dl.search-field {
	/*margin-left: 30px;*/
}

dl.search-field dt {
	/*padding: 5px;*/
	text-align: center;
}

dl.search-field a {
	display: block;
	color: #fff;
	padding: 5px;
}
dl.search-field a:hover {
	background: rgb(68,173,218);
	color: #000;
}
dl.search-field dd {
	/*display: none;*/
	position: absolute;
	background: #111;
	padding: 10px;
	display: none;
	border: 1px solid rgb(68,173,218);
	text-align: left;
	z-index: 100;
	overflow-y: scroll;
	max-height: 200px;
}
dl.search-field dd a {
	display: block;
	width: 200px;
}
dl.search-field dd a + a {
	border-top: 1px solid rgb(68,173,218);
}

div.search-fields {
	text-align: center;
}


@media screen and (min-width:768px) and (max-width:1025px){
	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 {
		font-size: 0.8rem;
	}
	bode{
		background:red;
	}
}



@media screen and (max-width: 800px) {
	dl.search-field {
		margin: 0 auto;
		display: block;
		width: 220px;
	}
	dl.search-field + dl.search-field {
		margin: 5px auto;
	}
}

@media screen and (max-width:768px){
	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 {
		font-size: 1rem;
	}
}



@media screen and (max-width:550px){
	.escort-thumbnail-list img {
		width: 95%;
	}
	.review-item article{
		border:none;
	}
	.review-item article a{
		display:block;
		clear: both;
		width: 98%;
	}
	.review-item article a img{
		width:100%;
	}
	.escorts-item-profile-left{
		width:95%;
	}
	
	.escorts-item {
		max-width: 50%;
		padding: 0;
		margin: 0;
		float: left;
		box-sizing: border-box;
	}
	.escorts-item a img{
		max-width: 100%;
		height: initial;
	}
	
	.escorts-list .escorts-item-data {
		position: relative;
		top: auto!important;
	}
	
	/*.escorts-item a img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}*/
	
	.escorts-item a,.escorts-item-data{
		max-width: 100%;
		width:99%;
		/* margin: 1%; */
	}
	
	
}




@media screen and (max-width: 450px){





.escort-block.escorts-item {
    width: 154px !important;
}

.escort-block.escorts-item {
    height: 290px !important;
}
.escorts-item-data .escorts-name a{
	font-size:0.7em;
}

.escort-block .escorts-item-data {
    top: 200px;
}

.escorts-list .escorts-item-data {
    top: 250px;
}

.vertical-photo{
	/*max-width:45%!important;*/
}

	.escorts-duo-item .escorts-item {
		width: 135px !important;
	}	
	
	.escorts-item a img {
		width: 100%;
		height: initial;
	}

	.escorts-item > a{
		height: 224px;
	}
	
	.escorts-item-data {
		top: 225px;
	}
	.escorts-item {
		height: 355px !important;
	}
	
	
	
	.escorts-item-data {
    top: 360px;
}
	

.escorts-item-index a img {
    max-width: 100%;
    height: initial;
}
	
.escorts-item > a, .escorts-item-index > a {
    height: 265px;
}
.escorts-item-index{
	height:300px!important;
}






	
	span.on-holidays {
		font-size: 11px;
	}
	.escorts-list .escorts-duo-item .escorts-item-data {
		top: 200px;
	}
	.escorts-list .escorts-duo-item .escorts-item {
		    width: 135px !important;
		height: 350px !important;
		min-height: 350px!important;
	}
	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 {
		font-size: 0.9rem;
	}
	.reviews-index-list article {
		width: 47.5%!important;
		margin: 1%!important;
		box-sizing: border-box;
		min-height: 336px!important;
	}
	
	/*dis for the image clearage */
	.reviews-index-list article a {
		width: 100%!important;
		clear: both;
		display: block;
	}
	
	.reviews-index-list article:nth-of-type(2n+1) {
		clear: both;
	}
	
	.article-list article, .reviews-list article, .news-list article{
		max-width: 99%!important;
		width: 99%!important;
		margin: 1%!important;
		box-sizing: border-box;
	}
	.page-footer-navigation,.page-copyright{
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	form > .input > textarea{
		max-width:100%;
	}
	.article-list article header h3, .reviews-list article header h3, .news-list article header h3, .article-list article header h3 a, .reviews-list article header h3 a, .news-list article header h3 a{
		font-size:15px!important;
	}
	.escorts-item-index,.escorts-item-index > a{
		width:160px!important;
	}
	/*.escorts-item-index a img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}*/
	.reviews-index-list article {
		min-height: 405px!important;
	}
	
}



@media screen and (max-width: 820px){
	.escorts-duo-item .escorts-item {
		width: 190px !important;
		    min-height: 400px!important;
	}
}

@media screen and (max-width:768px){
	ul.hamburger-navigation li {
		font-size: 22px!important;
		line-height: 30px!important;
	}
	.page-header-navigation {
		height: 55px!important;
	}
	.hamburger-block ul li {
		border-bottom: none!important;
		border-top: 1px solid #444444!important;
		background: rgb(43, 117, 142)!important;
	}
	.page-header-login{
		width: 100%!important;
	}
	.phone {
		position: absolute;
		top: 105px;
		height: 35px;
		left:10px;
	}
	.page-header-logo a img {
		margin: auto!important;
	}
	.phone span.blue,.phone span.white{
		display:inline;
		font-size: 17px;
	}
	.phone span.white a{
		font-size: 17px;
	}
}

@media screen and (max-width: 740px){
	.escort-thumbnail-list img {
		/* max-width: 300px; */
		max-width: inherit;
	}
	.escort-thumbnail-list img.horizontal {
		max-width: 600px;
	}
	.escorts-item-data .escorts-comment{
		font-size:1em;
	}
}

@media screen and (min-width: 415px) and (max-width:451px){
	.escorts-item {
		height: 390px !important;
	}
}

@media screen and (min-width: 374px) and (max-width:376px){
	.escorts-list .escorts-item-data {
		top: 215px;
	}
}
