/*
 * 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;
}
/*
 * CAKE DEBUG STYLE
 */
table.cake-sql-log
{
	width: 95%;
	background: rgb(255,255,255);
	border: solid 1px #575757;
	border-width: 0 0 1px 1px;
	color: rgb(0,0,0);
	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;
}
/*
 * STYLE
 */
.error-message
{
	display: block;
	text-align: center;
	font-size: 10px;   
	color: #ff0000;
}
body
{
	background: rgb(0,0,0) url('../../img/site/body_background-new.jpg') center top no-repeat;
	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, a:hover
{
	color: rgb(255,255,255);
	text-decoration: none;
}
.center
{
	text-align: center;
}
.section
{
	padding: 0 0 24px 0;
	width: 80%;
	margin: 0 auto;
}
.phone
{
	display: block;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	font-weight: 700;
}
/*
 * PAGE
 */
.page
{
	display: block;
	min-height: 720px;
}
	.page-header
	{
		display: block;
		width: 100%;
		height: 200px;
	}
		.page-header-logo
		{
			display: block;
		}
			.page-header-logo > a
			{
				display: block;
				margin: 20px auto 0 auto;
			}
				.page-header-logo > a > img
				{
					display: block;
					margin: 0 auto;
				}

		.page > .page-navigation-top
		{
			display: block;
			background: rgb(51,51,51);
			width: 100%;
			height: 40px;
			text-align: center;
		}
			.page-navigation-top > ul.text-navigation-top
			{
				display: block;
			}
				.page-navigation-top > ul.text-navigation-top li
				{
					display: inline-block;
				}
				.page-navigation-top > ul.text-navigation-top li:first-child
				{
					border-width: 0;
				}
					.page-navigation-top > ul.text-navigation-top li a
					{
						font-size: 14px;
						line-height: 40px;
						color: rgb(255,255,255);
						font-weight: 400;
						text-decoration: none;
						text-transform: uppercase;
						padding: 0 10px;
					}
					.page-navigation-top > ul.text-navigation-top li.active
					{
						background: rgb(102,102,102);
					}
					.page-navigation-top > ul.text-navigation-top li.active a.active
					{
						color: rgb(255,255,255);
					}
			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;
			    display: none;
			}
				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
{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: block;
	padding: 0;
	overflow: hidden;
	font-weight: 400;
}
	.page-contact
	{
		background: rgb(25,7,55);
	}
	.page-item section, .page-contact section
	{
		width: 80%;
		margin: 0 auto;	
	}
		.page-item h1
		{
		    display: block;
		    font-size: 24px;
		    line-height: 4;
		    color: rgb(255,255,255);
		    font-weight: 600;
		    text-align: center;
		}
		.page-item > header,
		.page-item > .section > header
		{
		    display: block;
		    font-size: 16px;
		    line-height: 4;
		    color: rgb(255,255,255);
		    text-transform: uppercase;
		    font-weight: 600;
		}
		.page-contact > section > p
		{
		    text-align: center;
		    margin: 0 0 15px 0;
		}
		.page-item > section > .content-text
		{
		    display: block;
		    background: rgba(2,20,32,0.5);
			color: rgb(218,218,218);
			padding: 10px;
			font-weight: 300;
			margin: 0 0 10px 0;
		}
/*
 * HOME PAGE CONTACT FORM
 */
.contact-form textarea
{
	height: 96px !important;
	margin: 0 0 15px 0 !important;
}
/*
 * PAGE FOOTER
 */
.page-footer
{
	display: block;
	background: rgb(51,51,51);
}
	.page-footer .page-footer-logo
	{
		display: block;
		float: left;
		height: 100px;
		width: 300px;
	}
		.page-footer .page-footer-logo > a
		{
			display: block;
			margin: 23px auto;
			width: 254px;
			height: 54px;
		}
	.page-footer .page-footer-navigation
	{
		display: block;
		float: left;
		text-align: right;
		width: calc(100% - 300px);
	}
		.page-footer .page-footer-navigation > .page-copyright
		{
			display: block;
			line-height: 25px;
			text-align: right;
			font-size: 12px;
			color: rgb(153,153,153);
		}
			.page-footer .page-footer-navigation > .page-copyright > a
			{
				color: rgb(153,153,153);
			}
			.page-footer-navigation ul.text-navigation
			{
				display: block;
				line-height: 25px;
				padding: 25px 0 0 0;
			}
				.page-footer-navigation ul.text-navigation li
				{
				    display: inline-block;
				}
					.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: 14px;
						color: rgb(255,255,255);
						font-weight: 400;
						text-decoration: none;
						line-height: 25px;
						text-transform: uppercase;
				    	padding: 0 10px;
					}
/*
 * INDEX REVIEWS / NEWS
 */
.news-list-index
{
	display: block;
	margin: 0 auto;
}
	.news-list-index article
	{
		width: calc(33% - 40px);
		display: block;
		float: left;
		border: 1px solid rgb(102,102,102);
		margin: 0 10px;
		padding: 10px;
	}
	.news-list-index > article > header
	{
		display: block;
		text-align: center;
		margin: 0 0 10px 0;
	}
		.news-list-index article header p
		{
			text-transform: uppercase;
			text-align: center;
			font-weight: 600;
			font-size: 16px;
			line-height: 1.5;
		}
		.news-list-index article header h3
		{
			text-transform: uppercase;
			text-align: center;
			font-weight: 600;
			font-size: 16px;
			line-height: 1.5;
		}
	.news-list-index article header footer
	{
		display: block;
		text-align: center;
	}
		.news-list-index article footer a
		{
			display: inline-block;
			text-transform: uppercase;
			font-weight: 600;
			font-size: 16px;
			line-height: 1.5;
		}
	.news-list-index > article > p
	{
		display: block;
		min-height: 150px;
    	color: rgb(218,218,218);
	}
/*
 * ESCORTS INDEX
 */
.escorts-item-index
{
	display: inline-block;
	width: 155px !important;
	height: 350px !important;
	border: 1px solid rgb(51,51,51);
	padding: 20px 20px 0 20px;
	margin: 0;
}
.escorts-item
{
	display: inline-block;
	width: 155px !important;
	height: 350px !important;
	border: 1px solid rgb(51,51,51);
	padding: 20px 20px 0 20px;
	margin: 0 5px 10px 5px;
}
.escorts-item-index a,
.escorts-item a
{
	display: block;
	width: 155px;
}
	.escorts-item-index > a > img,
	.escorts-item > a > img
	{
		border: 0;
	}
		.escorts-item-index > .escorts-name,
		.escorts-item > .escorts-name
		{
			display: block;
			margin: 10px 0 10px 0;
		}
			.escorts-item-index > .escorts-name a,
			.escorts-item > .escorts-name a
			{
				display: block;
				text-align: center;
				font-size: 16px;
				line-height: 1;
				color: rgb(255,255,255);
				font-weight: 600;
				text-transform: uppercase;
			}
		.escorts-item-index > .escorts-location,
		.escorts-item > .escorts-location
		{
			display: block;
			height: 14px;
		}
			.escorts-item-index > .escorts-location > a,
			.escorts-item > .escorts-location > a
			{
				display: block;
				text-align: center;
				font-size: 14px;
				line-height: 1;
				font-weight: 600;
				color: rgb(153,153,153);
			}
		.escorts-item-index > .escorts-comment,
		.escorts-item > .escorts-comment
		{
			display: block;
			text-align: center;
			font-size: 12px;
			line-height: 1.5;
			font-weight: 600;
			color: rgb(153,153,153);
			height: 36px;
    		margin: 0 0 10px 0;
		}
		.escorts-item-index > .escorts-rate,
		.escorts-item > .escorts-rate
		{
			color: rgb(153,153,153);
		}
/*
 * ESCORTS ITEM
 */
.escort-thumbnail-list
{
	display: block;
	text-align: center;
}
	.escort-thumbnail-list a
	{
		display: inline-block;
	}
		.escort-thumbnail-list a img
		{
			border: 0;
			width: 100%;
			height:initial;	
		}


@media screen and (max-width: 1000px){
	.escort-thumbnail-list a{
		display:block;
	}
}

.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(102,51,255);
		border-width: 0 0 1px 0;
		padding: 5px 0 5px 0;
	}
		.escorts-item-profile-reviews article header
		{
			display: block;
			color: rgb(102,51,255);
			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);
		}
/*
 * ESCORTS ITEM MAP
 */
.escorts-item-profile-map
{
	display: block;
}
	.escorts-item-profile-map header
	{
		text-transform: uppercase;
		color: rgb(255,255,255);
		font-size: 24px;
		line-height: 36px;
		text-align: center;
		margin: 0 0 15px 0;
	}
/*
 * 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;
	}
		.form input[type="text"], .form input[type="password"], .form textarea
		{
			background: rgb(51,51,51);
		    border: 0;
		    font-size: 14px;
		    color: rgb(255,255,255);
		    padding: 5px;
		    box-sizing: border-box;
		    margin: 0;
		}
		textarea
		{
			background: rgba(244,244,244,0.2);
		    border: 1px solid rgba(80,78,83,0.2);
		    border-radius: 5px;
		    font-size: 14px;
			color: rgba(255,255,255,0.75);
		    padding: 10px;
			width: 100%;
			height: 120px;
			box-sizing: border-box;
			margin: 0 0 20px 0;
		}
		a.button, input[type="button"], input[type="submit"], input[type="reset"]
		{
			margin: 0 20px 0 0;
		    padding: 10px;
		    font-size: 14px;
		    line-height: 
			-webkit-appearance: none;
			position: relative;
			display: inline-block;
			background: rgb(51,51,51);
			cursor: pointer;
			border: 0;
		 	color: rgb(255,255,255);
		 	text-align: center;
		 	text-decoration: none;
		 	text-transform:uppercase;
			box-sizing: border-box;
		 	transition: all 0.25s ease-in-out;
		 	font-weight: 400;
			width: 100%;
		}
			a.button:hover,
			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover
			{
				background: rgb(102,102,102);
			}
	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;
	}

		::-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);
		}
div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
























/*
 * PAGE ITEM HEADER 
 */
.page-item-header
{
	display: block;
	padding: 1em 0;
	font-size: 1.6em;
	line-height: 1.6em;
	background-size: cover !important;
	color: rgb(255,255,255);
	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 0 0;
	font-size: 1.6em;
	line-height: 1.6em;
	background-size: cover !important;
	color: rgb(204,204,204);
	font-weight: 300;
}
	.page-item-header-inner > h1
	{
	    display: block;
	    font-size: 1.8em;
	    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;
	}


.escort-search
{
	display: inline-block;
	width: 250px;
	height: 35px;
	overflow: hidden;
	background: rgb(51,51,51);
	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);
		}

#content-text section
{
	display: block;
	margin: 0 auto;
	width: 80%;
}
.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: 195px !important;
		height: 365px !important;
		margin: 0;
	}
	.escorts-index-item a
	{
		display: block;
		position: absolute;
		width: 195px;
		height: 270px;
	}
		.escorts-index-item a img
		{
			border: 10px solid rgb(255,255,255);
		}
		#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: 10px;
			top: 10px;
			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: 195px;
		padding: 10px 0 0 0;
		top: 270px;
	}
		.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(255,255,255);
			}
		.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.8em;
			line-height: 1.2em;
			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
		{
			position: relative;
			display: inline-block;
			cursor: pointer;
		 	color: rgb(255,255,255);
		 	text-align: center;
		 	text-decoration: none;
		 	text-transform:uppercase;
		 	font-size: 0.8em;
		}
/*
 * BANNERS-LIST
 */
.banners-list
{
	display: block;
	text-align: center;
}
	.banners-list .banners-item
	{
		display: inline-block;
		padding: 0 0.5em;
	}
	.banners-list .banners-item > a
	{
		font-size: 14px;
		line-height: 1.4;
	}
/*
 * ESCORTS ITEM PROFILE
 */
.escorts-list-item-profile-image
{
	display: block;
}
.escorts-list-item-profile-text
{
	display:block;
	width: 80%;
	margin: 0 auto;
}
.escorts-list-item-profile-data
{
	display:block;
	width: 50%;
	margin: 0 auto 1em auto;
}
	.escorts-list-item-profile-buttons
	{
		text-align: center;
		margin: 0 0 1em 0;
	}
	.escorts-list-item-profile-bottom
	{
		display: block;
		background: rgb(0,0,0);
		margin: 0 0 1em 0;
		padding: 1em;
	}


.escort-images
{
	display: block;
	float: left;
	width: 1020px;
}
	.escort-images img
	{
		border: 10px solid rgb(68,173,218);
		margin: 10px 10px 0 0;
		
	}

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: 25%;
		line-height: 2em;
		color: rgb(255,255,255);
		text-align: left;
	}
	table.reviews-list th.blue,
	table.reviews-list td.blue a
	{
		color: rgb(255,255,255);
		font-style: italic;
	}

.form
{
	display: block;
	width: 40%;
	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: 40%;
		color: rgb(255,255,255);
	}
	.form input
	{
		display: inline-block;
		width: calc(60% - 20px);
	}
	.form span
	{
		display: inline-block;
		width: 10px;
	}
	.select
	{
	}
		.select select, .time select
		{
			background: rgb(51,51,51);
			display: inline-block;
			width: calc(60% - 20px);
			color: rgb(255,255,255);
			text-transform: uppercase;
			padding: 5px;
			font-size: 14px;
			line-height: 1;
			border: 0;
			height: 26px;
			-webkit-appearance: none;
		}
		.time select
		{
			width: 80px;
		}
			.select select option, .time select option
			{
				background: rgb(51,51,51);
			}
	.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;
}
input#recaptcha_response_field
{
	background: #ffffff;
}













.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-item
{
	display: block;
	width: 80%;
	margin: 0 auto;
}
	.news-item article
	{
		display: block;
		padding: 10px;
	}
	.news-item article > p
	{
		text-align: left;
	}
		.news-item article a.thumbnail
		{
			display: block;
			float: left;
			margin: 0 10px 10px 0;
		}
			.news-item article a.thumbnail img
			{
				display: block;
			}
	.news-item > article > header
	{
		display: block;
		text-align: center;
		margin: 0 0 10px 0;
	}
		.news-item article header p
		{
			text-transform: uppercase;
			text-align: center;
			font-weight: 600;
			font-size: 16px;
			line-height: 1.5;
		}
	.news-list-index > article > p
	{
		display: block;
		min-height: 150px;
    	color: rgb(218,218,218);
	}


/*
 * 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;
		min-height: 100px;
	}
		.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: 200px;
		overflow: hidden;
		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: 33%;
	}
	.reviews-list-small li a
	{
		color: rgb(51,153,204);
	}
	.reviews-list-small li a:hover
	{
		color: rgb(255,255,255);
	}

      #map {
        height: 300px;
      }

ul.escorts-list-index
{
	display: block;
	text-align: center;
}
	ul.escorts-list-index li
	{
		display: inline-block;
		float: left;
		background: url('../../img/site/escorts-list-index_li.png') left 6px no-repeat;
		padding: 0 0 0 20px;
		width: calc(25% - 20px);
	}
		ul.escorts-list-index li a
		{
			display: block;
			font-size: 18px;
			line-height: 24px;
			text-align: left;			
		}

.social-network-list
{
	display: block;
    float: left;
    width: 108px;
    height: 51px;
    padding: 19px 0 0 0;
}
	.social-network-list > a
	{
		display: inline-block;
	}

.crumbs
{
	display: block;
	text-align: center;
	font-weight: 400;
}
.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;
}



@media screen and (max-width: 800px){
	.escorts-list .escorts-item img{
		width: 100%;
	}
	.escorts-list .escorts-item {
		display: block;
		width: 48% !important;
		float: left;
		box-sizing: border-box;
		min-height: 570px;
		margin: 1%;
	}
	.escorts-list .escorts-item a{
		width: 100%!important;
	}
	.escorts-list .escorts-item a img{
		max-width:100%;
		height:initial;
	}
}

@media screen and (max-width: 705px){
	.escorts-list .escorts-item {
		min-height: 510px;
	}
}
@media screen and (max-width: 610px){
	.escorts-list .escorts-item {
		min-height: 450px;
	}
}
@media screen and (max-width: 450px){
	.escorts-list .escorts-item {
		min-height: 380px;
	}
	
}
