/*
 * 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;
}

a {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}
/* Hamburger menu */

a {
	color: #ccc;
}

.page .phone__ {
		position: absolute;
		/*top:50px;*/
		/*left:0;*/
		text-align: center;
		/*right: 0;*/
		font-size: 22px;
		width: 1120px;
		margin: 0 auto;
		text-align: right;
	}
ul.hamburger-navigation {
    cursor: pointer;
    display: block;
}

.header_new .hamburger-navigation {
	display: inline-block;
    float: left;
}
.header_new .logo {
    display: inline-block;
    float: left;
}

.header_new .page {
    min-height: 100px;
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
	position:relative;
}

.inline-block{
	display:inline-block;
}
.flex{
	display:flex;
}
.space-around{
	justify-content:space-around;
}
.space-between{
	justify-content:space-between;
}
.align-center{
	align-items:center;
}


.header-phone{
	font-family:  'Roboto Condensed', sans-serif;
	font-size:25px;
	text-transform:uppercase;
	color:#cccccc;
	font-weight:bold;
}
.header-phone strong{
	font-weight:bold;
}
.header-phone a{
	color: #fff;
	text-decoration:none;
}
.members-block {
    display: inline-block;
    padding: 25.5px 10px;
    font-size: 16px;
    margin-left: 20px;
    background: #1c1c1c;
}
.red-bg{
	background:#323234;
	color:#fff!important;
	padding:30px 0;
}

.box-title{
	font-size:23px;
	font-weight:bold;
}

.slick-prev {
    left: -50px!important;
}
.slick-next {
    right: -50px!important;
}
.slick-prev, .slick-next{
	height: 40px!important;
	width:40px!important;
}
.escorts-item-index,.eg-escort {
	position:relative;
}
.escorts-item-index .info,.eg-escort .info{
	display:flex;
	justify-content:space-between;
	align-items: center;
	position:absolute;
	background:#373334d1;
	bottom:0;
	width:100%;
	padding:12px 8px;
	
}
.eg-escort .info .name,
.escorts-item-index .info .name,
.escort-thumbnail-list-red-arrows .info .name{
	font-family:  'Roboto Condensed', sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#fff;
}
.eg-escort .info .location,
.escorts-item-index .info .location,
.escort-thumbnail-list-red-arrows .info .location{
	font-family:  'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:normal;
}
.eg-escort .info .location a,
.escorts-item-index .info .location a,
.escort-thumbnail-list-red-arrows .info .location a{
	color:#fff;
	text-decoration:none;
}
.members-block .human{
	display:inline-block;
	width:38px;
	height:48px;
	vertical-align: middle;
	background-image: url(/themed/vip4/img/site/member.png);
	background-repeat:no-reapeat;
	background-size:cover;
}
.members-block a{
	color:#fff;
	text-decoration:none;
}
ul.hamburger-navigation li {
	/*color: #333;*/
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	display: inline-block;
	line-height: 1.7;
	/*line-height: 50px;*/
}
ul.hamburger-navigation li + li {
	padding-left: 25px;
}
ul.hamburger-navigation li span {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
}
ul.hamburger-navigation li span.human {
	background: url(../../img/site/human.png) top left no-repeat;
	width: 32px;
}
ul.hamburger-navigation li span.menu {
	background: url(../../img/site/menu_burger.png) top left no-repeat;
	width: 40px;
}
.hamburger-block {
	display: none;
	left: 0px;
	top: 100px;
	z-index: 9999;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
}
.hamburger-block ul {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
.hamburger-block ul li {
	position: relative;
	font-size: 1em;
	font-weight: bold;
	/*border-bottom: 1px solid #;*/
	border-top: 1px solid #999;
	padding: 5px;
	background: #aaa;
	text-align: left;
}
.hamburger-block ul li a {
	display: block;
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-align: center;
}

.title-div h2{
	color: #cccccc;
    text-transform: uppercase;
    font-size: 24px;
	margin: 20px 0;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.red-bg .title-div h2{
	color:#fff;
}


/* top navigation */
.page-header-navigation
		{

			display: block;
			float: left;
			width: 100%;
			/*height: 30px;*/
			text-align: center;
		}
			ul.text-navigation
			{
				display: block;
				position: relative;
				/*bottom: 62px;*/
			}
				ul.text-navigation li
				{
					display: inline-block;
					height: 30px;
					padding: 0 30px;
					line-height: 30px;
				}
					ul.text-navigation li a
					{
						font-family: 'PT Sans', sans-serif;
						font-size: 13px;
						/*color: #333;*/
						font-weight: 400;
						text-decoration: none;
						line-height: 1em;
						text-transform: uppercase;
					}
					ul.text-navigation li:hover {

					}
					ul.text-navigation li:hover a {
						color: #000;
					}
					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 li + li {
						background: url(../../img/site/navbg.png) left center no-repeat;
					}
			ul.text-navigation ul
			{
				position:absolute;
				left:0;
				display:none;
				padding:0;
				list-style:none;
			}

div.page-footer-navigation {
	padding: 30px 0;
	margin-top: 30px;
}
.page-footer-navigation .copyright {
	padding: 5px 0;
	text-align: right;
}

			ul.footer-navigation{
				display: block;
				text-align: right;
			}
				ul.footer-navigation li:nth-last-of-type{
					padding-right:0;
				}
				ul.footer-navigation li
				{
					display: inline-block;
					height: 30px;
					padding: 0 20px;
					line-height: 30px;

				}
				ul.footer-navigation li + li a {
					border-left: 1px solid #fff;
					padding-left: 30px;
				}
					ul.footer-navigation li a
					{
						font-family: 'PT Sans', sans-serif;
						font-size: 1em;
						/*color: #660000;*/
						font-weight: 400;
						text-decoration: none;
						line-height: 1em;
						/*text-transform: uppercase;*/
					}
					ul.footer-navigation li.active
					{
						/*background: rgb(255,255,255);*/
					}
					ul.footer-navigation li.active a.active
					{
						/*color: rgb(82,82,82);*/
					}
					ul.footer-navigation li:first-child img
					{
						display: block;
						margin: 5px 0 0 0;
					}
			ul.footer-navigation ul
			{
				position:absolute;
				left:0;
				display:none;
				padding:0;
				list-style:none;
			}

.browse-links {
	display: block;
}
.browse-links dt {
	display: block;
    text-align: left !important;
    background: url(../../img/site/fl.png) left bottom no-repeat !important;
}

.browse-links dt span {
    color: #333;
    text-align: left;
    display: block;
    line-height: 3.4;
    text-indent: 30px;
    font-size: 20px;
    height: 60px;
    background: transparent url(../../img/site/dbl2.png) left bottom repeat-x;
}

.browse-links ul.links-simple li {
    width: 170px;
    text-align: left;
}


ul.links-simple li {
    /* width: 185px; */
    min-height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    zoom: 1;
    _height: 15px;
    width: 200px;
}

ul.links-simple a {
    color: #000;
}
ul.links-simple a:before {
	content: '- ';
	color: #F7E2AD;
}

body {
	/*padding-top: 20px;*/
	background: #000000;
	color: #cccccc;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

.page {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 10px;
}

.articles-block .reviews-item{
	background:#d6d3d3;
	color:#373334;
}
.articles-block .reviews-item h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	font-weight:700;
	margin-bottom:15px;
}
.articles-block .reviews-item footer a{
	margin-top:15px;
	text-transform:uppercase;
}

.footer {
	background: #373334;
	color:#fff;
	width: 100%;
	padding: 30px 0;
	margin: 30px 0 0 0;
}
.footer a {
	color:#fff;
}
.footer .f-phone, .footer .f-email {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding: 10px 0 0px 50px;
}
.footer .f-phone {
	background: url(../../img/site/phone_.png) 0px 10px no-repeat;
	padding: 8px 50px;
}
.footer .f-email {
	background: url(../../img/site/email_.png) 0px 8px no-repeat;
	padding: 6px 50px;
}
.footer .left-box {
	width: 566px;
	float: left;

}
.footer .right-box {
	margin-left: 600px;
}
.footer .copyright {
	padding-top: 20px;
	text-align:right;
	font-family:  'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:300;
}
.header_new {
	background:#323234;
	min-height: 100px;
	position: relative;
	color:#fff;
}


.header_new .filters .search-field {
	width: 150px;
	margin: 5px 0 0 0;
}
.header_new .filters dl.search-field dd {
	right: 0;
}


.page h1 {
	color:#cccccc;
	text-transform: uppercase;
	font-size: 30px;
	padding: 10px 0 10px 40px;
	margin: 5px 0 20px 0;
	font-weight: 700;
	text-align: center;
	font-family:  'Roboto Condensed', sans-serif;
}

.page .index-content {
	margin-left: 370px;
	margin-right: 370px;
}
.page .index-featured {
	width: 360px;
	min-height: 500px;
	float: left;
	position: relative;
	text-align: center;
	margin-top: -30px;
}

.index-featured h2 {
	text-align: center;
	font-size: 14px;
	color: #000;
}

.page .index-featured2 {
	width: 360px;
	min-height: 500px;
	float: right;
	position: relative;
	text-align: center;
	margin-top: -30px;
}

.index-featured2 h2 {
	text-align: center;
	font-size: 14px;
	color: #000;
}


.if-escort {
	display: inline-block;
	margin: 10px;
	width: 303px;
	text-align: center;
	position: relative;
	vertical-align: top;
}

.if-escort .image {
	position: relative;
}
.if-escort .image .overlay {
	color: transparent;
}

.if-escort .image:hover .overlay {
	position: absolute;
	color: #fff;
	/*height: 455px;*/
	/*width: 100%;*/
	background: #333333AA;
	padding-top: calc(50%);
	color: #fff;
}

.if-escort .image:hover .overlay.red {
	position: absolute;
	background: #98586590;
	padding-top: calc(50%);
	color: #fff;
}

.if-escort img {
	clear: both;
	width: 100%;
	height: auto;
}


.escort-names li a {
	color: rgb(249,229,176);
	font-size: 1em;
	font-weight: 400;
}
.escort-names li a:before {
	content: "- ";
}
.escort-names li {
	display: inline-block;
	width: 200px;
}
.escort-names {
	text-align: center;
}

.bottom-line {
	border-color: #000;
	/*border-top:1px dashed;*/
	height: 50px;
}


.escorts-list {
	text-align: center;
}
.eg-escort * {
	text-decoration: none;
	color: #FFF;
}
.eg-escort {
	display: inline-block;
	width: 23%;
    margin: 1%;
	position:relative;
}
.eg-escort .image {
	position: relative;
}
.eg-escort .image .overlay {
	color: transparent;
}
.eg-escort .image:hover .overlay {
	position: absolute;
	background: #333333AA;
	padding-top: calc(50%);
	color: #fff;
}

.eg-escort .image:hover .overlay.red {
	position: absolute;
	background: #98586590;
	padding-top: calc(50%);
	color: #fff;
}


.eg-escort img {
	display: block;
	width: 100%;
	height: auto;
}


.escorts-list .eg-escort:nth-of-type(4n+4){
	margin-right:0;
}

.escorts-list .eg-escort:nth-of-type(4n+1){
	margin-left:0;
}

.profile-left {
	float: left;
	width: 390px;
}


.profile-left h3 {
	font-size: 1.3em;
	margin: 10px 0;
	
}
.profile-left th {
	font-weight: 700;
	min-width: 120px;
	/*color: red;*/
}

.profile-right {
	/*margin-left: 400px;*/
	float: right;
	width: 1050px;
}
.profile-right img.vertical {
	margin: 5px;
    width: calc(49% - 10px);/*margin*/
	height: auto;
}

.profile-right img.horizontal {
    display: block;
	width: calc(98% - 5px);
    margin: 0 5px 7px;
    height: initial;
}

.direction-buttons{
	width:100%;
}
.direction-buttons .button-direction{
	display:block;
	width:49%;
	background: #373334;
	color:#fff;
	text-decoration:none;
	float:left;
	padding: 10px;
	margin-bottom:15px;
	text-align:center;
}
.direction-buttons .button-direction:nth-of-type(1){
	margin-right:2%;
}

h3 {
	padding: 5px 0;
}



.dashed-box {
	display: block;
	border-color: #fff;
	border-left: 1px dashed;
	padding: 5px 10px 10px 10px;
}


.index-galleries {
	max-width: 650px;
	float: right;
}
.index-galleries h2 {
	text-align: center;
	color: #F7E2AD;
	margin: 10px 0;
	font-size: 20px;
}
.index-galleries .gallery-item {
	display: inline-block;
	max-width: 150px;
	margin: 3px;
	text-align: center;
}
.index-galleries img {
	background: url(../../img/site/gallery_bg.gif) top left no-repeat;
	padding: 5px;
	width: 150px;
}


dl.search-field {
	background:#cccccc;
	display: inline-block;
	width: 180px;
	margin: 2px 2px;
	
}

dl.search-field dt a{
}

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

dl.search-field dt {
	text-align: center;
}

dl.search-field a {
	display: block;
	text-decoration:none;
	color:#fff;
	padding: 5px 0;
}
dl.search-field a:hover {
	background:#7b7676;
}
dl.search-field dd {
	/*display: none;*/
	position: absolute;
	background: #999999;
	padding: 5px;
	display: none;
	/*border: 1px solid #000;*/
	text-align: left;
	z-index: 100;
	overflow-y: scroll;
	max-height: 300px;
	z-index: 9999999999999999999999999999999;
}
dl.search-field dd a {
	display: block;
	width: 200px;
}
dl.search-field dd a + a {
	border-top: 1px solid #999;
}

div.search-fields {
	text-align: center;
	padding: 30px 0;
}


.box {
	margin-top: 10px;
	border-radius: 10px;
}

.box .box-title {
	z-index: 10;
	display: inline-block;
	position: relative;
	margin: 0 20px;

}

.box .box-title h2 {
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
}
.box .box-shadow {
	min-height: 29px;
	line-height: 1.8;
	padding: 0 20px;
	font-size: 16px;
}

.box .box-body {
	position: relative;
	z-index: 1;
	padding: 20px;
	padding-top: 20px;
	border-radius: 10px;
}
.box .box-body.single {
	padding: 5px;
}
.box .box-title + .box-body {
	margin-top: -20px;
}

.index-featured .box-title, .index-featured2 .box-title {
	margin: 0;
}
.index-featured .box-shadow, .index-featured2 .box-shadow {
	min-width: 220px;
}


.row {
	margin: 0 -5px;
	vertical-align: top;
}
.row .random-word {
	vertical-align: top;
	display: inline-block;
	width: 30%;
	border: 1px solid #666666;
	margin: 4px;
	text-align: center;
	line-height: 3;
	padding: 5px 0;
	

}


.highlight-box {
	font-size: 20px;
	padding: 20px;
	background: #dddbdc;
	text-align: center;
	margin-bottom: 20px;
}

.highlight-box .line-1 {
	font-size: 28px;
	padding-bottom: 20px;
}

.highlight-box .line-2 {
	font-weight: 700;
}

.highlight-box .line-3 {
	color: #660033;
	padding-bottom: 20px;
}


.book-now {
	color: #fff;
	background: #cccccc;
	padding: 10px 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	text-decoration:none;
}

.box.no-round {
	border-radius: 0;
}

.profile-description {
	padding: 20px 0;
}


.index-news-item .date {
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
}
.index-news-item + .index-news-item {
	margin-top: 20px;
}


.form-50 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

h2.mh {
	font-size: 28px;
	margin: 20px 0;
	text-align: center;
}

.bigger-text {
	font-size: 20px;
}
.colored {
	color: #cccccc;
}
.italic {
	font-style: italic;
}

.header-phone {
	padding: 5px 0px;
	text-align: center;
}

.half-width-blocks .reviews-item:nth-of-type(2n+2){
	margin-right:0;
}

.half-width-blocks .reviews-item:nth-of-type(2n+1){
	margin-left:0;
	clear:both;
}



/*
 *
 */
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: 30px;
	}
	form > .input > select {
		margin: 0 0 10px 0;
		display: inline-block;
		padding: 5px;
		font-size: 16px;
		line-height: 16px;
		background: #d1cfd0;
		color: rgb(0,0,0);
		font-style: italic;
		/*border: 1px solid rgb(255,255,255);*/
	}
		form > .input > select > option {
			background: #d1cfd0;
			color: #fff;
		}
	form > .input > input {
		margin: 0 0 10px 0;
		display: inline-block;
		width: 50%;
		padding: 5px;
		font-size: 16px;
		line-height: 16px;
		background: #d1cfd0;
		color: #000;
		border: 1px solid #666;
	}
		form > .input > input:hover {
		}
	form > .input > textarea {
		margin: 0 0 10px 0;
		display: inline-block;
		width: 50%;
		padding: 5px;
		font-size: 16px;
		line-height: 16px;
		background: #d1cfd0;
		color: #000;
		/*border: 1px solid #fff;*/
	}
		form > .input > textarea:hover {
		}
	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: #d1cfd0;
		border: 1px solid #666;
		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: 25%;
		}
	input[type="button"], input[type="submit"], a.button {
		background: #d1cfd0;
		border: 0;
		line-height: 2;
		color: rgb(255,255,255);
		text-transform: uppercase;
		padding: 5px 20px;
		font-weight: 700;
		cursor: pointer;
		background: #999999;
	}
		input[type="button"]:hover, input[type="submit"]:hover {
			background: #736a6e;
		}
	div.g-recaptcha {
		margin: 0 auto;
		width: 304px;
	}


.news-item {
	text-align: left;
}
.news-item img {
	float: left;
	margin: 0 10px 10px 0;
}

.news-list article .text{
	margin:20px 0;
}
.news-list article a.colored{
	clear:both;
	float: left;
	text-transform:uppercase;
    padding: 6px 15px;
    background: #999999;
    color: #fff;
    text-decoration: none;
}
.news-list article,.article-list article {
	clear: both;
	background: #cccccc;
	color:#373334;
	padding:20px;
	margin-bottom:30px;
}
.news-list h3.big {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size: 27px;
	margin: 10px 0;
}
.news-list article img {
	float: left;
	margin: 0 10px 10px 0;
}
.news-list footer * {
	font-style: italic;
}

/*.news-list p, .news-list footer {
	margin-left: 140px;
}*/
.review-item {
	text-align: left;
}
.review-item img {
	float: left;
	margin: 0 10px 10px 0;
}
.reviews-item {
	width: 100%;
    max-width: 49%;
    margin: 1%;
	float: left;
	padding: 20px;
	background:#373334;
	color:#ccc;
}
.reviews-item a{
	color:#fff;
}


	.escorts-list .eg-escort .image .escorts-comment {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% ,-50%);
		background: #0000005c;
		padding: 7px 20px;
		width: 100%;
		font-size:16px;
	}

@media screen and (max-width: 1600px){
	.page{
		max-width:100%;
	}
	.slick-next {
		right: 10px !important;
	}
	.slick-prev {
		left: 10px !important;
	}
	.escort-thumbnail-list.slick-slider,.escort-thumbnail-list-red-arrows{
		padding: 0 60px;
	}
	
}
@media screen and (max-width: 1040px){
	.escort-thumbnail-list.slick-slider,.escort-thumbnail-list-red-arrows{
		padding: 0!important;
	}
	.escorts-item-index .info, .eg-escort .info{
		flex-direction:column;
	}
	.escorts-list .eg-escort .image .escorts-comment {
		font-size:14px;
	}
}
@media screen and (max-width: 550px){
	.reviews-item {
		max-width: 96%;
	}
}

.reviews-list article {
	clear: both;
	margin-bottom:30px;
	border-bottom:2px solid #cccccc;
	padding:20px 0;
}
.reviews-list article img, .reviews-item img {
	float: left;
	margin: 0 10px 10px 0;
}
.reviews-list article footer .author_time {
	color:#cccccc;
	font-weight:bold;
	float:left;
}
.reviews-list article footer a {
	clear: both;
    float: right;
    text-transform: uppercase;
    padding: 6px 35px;
    background: #999999;
    color: #fff;
    text-decoration: none;
}
.reviews-item footer a {
	float: left;
	padding: 3px 10px;
	background: #999999;
	color: #fff;
	text-decoration:none;
}
.reviews-item .reviews-index-author {
	color: #fff;
}

.reviews-item h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.reviews-flex{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.pages_container a {
	padding: 0 3px;
}

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

	.page {
		width: 1120px;
		margin: 0 auto;
		padding: 0 10px;
	}

	/*.page h1 {
		text-transform: uppercase;
		font-size: 30px;
		padding: 10px 0 10px 40px;
		margin: 5px 0 20px 0;
		font-weight: 400;
		color: #000;
		text-align: center;
		display: block;
		background: url(../../img/site/h1line.png) bottom center no-repeat;
		margin-top:50px;
	}*/

	.page .index-content {
		margin-left: 260px;
		margin-right: 260px;
	}
	.page .index-featured {
		width: 250px;
		min-height: 500px;
		float: left;
		position: relative;
		text-align: center;
		margin-top: -30px;
	}

	.index-featured h2 {
		text-align: center;
		font-size: 14px;
		color: #000;
	}

	.page .index-featured2 {
		width: 250px;
		min-height: 500px;
		float: right;
		position: relative;
		text-align: center;
		margin-top: -30px;
	}

	.index-featured2 h2 {
		text-align: center;
		font-size: 14px;
		color: #000;
	}


	.if-escort {
		display: inline-block;
		margin: 10px;
		max-width: 198px;
		text-align: center;
		position: relative;
	}
	.if-escort .overlay {
		/*height: 300px;*/
	}


}




@media only screen and (max-width: 1470px) {
	.profile-right {
		/*margin-left: 400px;*/
		float: right;
		width: 700px;
	}
}


.article-list img {
	float: left;
	margin: 0 10px 10px 0;
}
.article-list article {
	/* clear: both; */
	padding-bottom: 20px;
}
.article-list article:nth-of-type(odd) {
	clear: both;
}
.article-list article:nth-of-type(2) {
	clear: none;
}
.article-list footer * {
	font-style: italic;
}
.float-left-margin {
	float: left;
	margin: 0 10px 10px 0;
}
.if-escort .location{
	font-weight:normal;
}
p+p{
margin-top:20px; }
@media only screen and (max-width: 1024px) {
	body {
		background-position: top left;
	}
}



#banners-list {
	display: block;
	text-align: center;
}

@media screen and (max-width: 800px) {
	body {
		font-size: 1.1em;
	}
	.page {
		width: 100%;
		padding: 0;
		position: relative;
		margin: 0 10px;
	}
	/*.page .header {
		background-size: contain;
		position: relative;
		min-height: auto;
		height: 180px;
		background-position:  0 80px;
	}*/
	.page .phone {
		/*position: absolute;*/
		display: block;
		top:-50px;
		left:0;
		text-align: center;
		right: 0;
		font-size: 22px;
		width: auto;
		/*margin: 0 auto;*/
		/*text-align: right;*/
	}

	ul.hamburger-navigation {
		display: block;
	}
	ul.text-navigation {
		display: none;
	}
	.page-header-navigation {
		background: none;
	}
	ul.hamburger-navigation {
		margin: 0 auto;
		position: relative;
	}

	.page .index-content {
		margin: auto;
	}

	.page .index-featured {
		float: none;
		width: auto;
	}
	.page .index-featured2 {
		float: none;
		width: auto;
	}
	.eg-escort {
		text-align: center;
		width: 24%;
		padding: 1px;
		min-height: auto;
		margin: 0;
		margin-bottom: 5px;
	}
	.eg-escort img {
		background: none;
		width: 100%;
		border: 0;
		padding: 0;
		margin: 0;
	}
	

	.profile-left {
		float: none;
	}
	.profile-right {
		float: none;
		margin: auto;
		width: auto;
	}
	.profile-right img {
		/*display: block;*/
		width: 98%;
	}

	
	
	.profile-left {
		display: block;
		margin: 0 auto;
		width: auto;
	}

	.page h1 {
		/*margin: 0;*/
		/*display: none;*/
	}
	.page .index-featured {
		margin-top: 0;
		text-align: center;
	}
	.page .index-featured2 {
		margin-top: 0;
		text-align: center;
	}
	ul.footer-navigation {
		width: 90%;
	}
	.footer-navigation li {
		display: block;
		width: 100%;
	}

	.titled-box2, .titled-box3, .titled-box4, .titled-box {
		width: 100%;
		/*display: inline-block;*/
	}
	.titled-box2 *, .titled-box3 *, .titled-box4 *, .titled-box * {
		/*display: inline-block;*/
	}
	dl.search-field {
		margin: 0 auto;
		display: block;
	}
	dl.search-field + dl.search-field {
		margin: 5px auto;
	}

	/*.page h1 {
		text-transform: capitalize;
		font-size: 15px;
		padding: 10px 20px 10px 40px;
		margin: 5px 0 20px 0;
		font-weight: 400;
		color: #fff;
		text-align: center;
		display: block;
		background: url(../../img/site/h1bg.png) bottom center no-repeat;
		margin-top: 0;
	}*/
	.footer .left-box {
		width: auto;
		float: none;
	}
	.footer .left-box img {
		width: calc(90%);
	}

	.submit {
		padding: 0;
	}
	form > .input > label {
		display: block;
		float: none;
		text-align: left;
		width: calc(80%);
	}
	form > .input > input {
		width: calc(90%);
	}
	.form {
		width: 300px;
		margin:0 auto;
		display: block;
	}

	ul.footer-navigation li + li a {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.hide-on-small {
		display: none !important;
	}

	.row {
		margin: 0 2px;
		vertical-align: top;
	}
	ul.hamburger-navigation li {
		display: block;
	}
	.hamburger-block {
		width: 100%;
	}

	.if-escort .image .overlay {
		position: absolute;
		color: #fff;
		/* background: #333333AA; */
		padding-top: calc(50%);
		color: #fff;

		font-size: 15px !important;
	}

	.if-escort .image .overlay.red {
		position: absolute;
		color: #fff;
		/* background: #98586590; */
		padding-top: calc(50%);
		color: #fff;
	}

	.eg-escort {
		width: auto;
	}

	.eg-escort .image .overlay {
		position: absolute;
		/*height: 455px;*/
		/*width: 100%;*/
		/* background: #333333AA; */
		padding-top: calc(50%);
		color: #fff;
		font-size: 15px !important;
	}

	.eg-escort .image .overlay.red {
		position: absolute;
		/*height: 455px;*/
		/*width: 100%;*/
		/* background: #98586590; */
		padding-top: calc(60%);
		color: #fff;
	}

	div.page-footer-navigation {
		/*width: 80%;*/
	}

	.form-50 {
		width: auto;
		display: block;
	}

		.form .submit input
		{
			width: auto;
		}

	.news-item {
		text-align: left;
	}
	.news-item img {
		float: none;
	}

	.review-item {
		text-align: left;
	}
	.review-item img {
		float: none;
	}
	/*.content {
		width: 98%;
	}*/
	.page {
		width: 96%;
	}
}


.faq-question{
	font-weight:bold;
}
.members-only{
	color:#fff;
	position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  width: 100%;
  font-weight: 500;
}
.relative{
	position:relative;
}
span.relative .members-only {
	color:#fff;
    position: absolute;
    top: -180%;
    left: 50%;
    transform: translate(-20%,-50%);
    font-size: 20px;
    width: 100%;
    font-weight: 500;
}
span.is_new{
    background-image: url('../../../../img/new.png');
    height: 120px;
    width: 120px;
    display: block;
    z-index: 9;
    position: absolute;
    right: 0;
	top:0
}

	span.is_available {
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
		width: 85px;
		height: 27px;
		background: url('/img/site/available-icon.png');
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		border-radius: 9px;
	}
	span.is_discount {
		display: block;
		position: absolute;
		left: 10px;
		top: 40px;
		width: 140px;
		height: 40px;
		background: url('/img/site/members.png');
		z-index: 999;
		background-size: contain;
		background-repeat: no-repeat;
		border-radius: 9px;
	}


span.is_exclusive{
    background-image: url('/img/site/exclusive.png'); 
    height: 90px;
    width: 90px;
    display: block;
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 58px;
    background-size: cover;
}
@media screen and (max-width: 1000px){
	span.is_exclusive{
		height: 60px;
		width: 60px;
	}
	.escorts-list span.is_exclusive{
		height: 60px;
		width: 60px;
		margin-bottom: 64px;
	}
}

@media screen and (max-width : 750px){
	span.is_available {
		width: 70px;
		height: 22px;
		left:0
	}
	span.is_discount {
		width: 109px;
		top: 34px;
		height: 28px;
		left:0
	}
	
}
@media screen and (max-width : 550px){
	.page .header {
		height: 155px;
	}
	.page-item span.relative {
		display: block;
		width: 50%;
		float: left;
	}
	.page-item span.relative img {
		width: 98%;
	}
	.page-item span.relative .members-only {
		top: 80%;
		left: 50%;
		transform: translateX(-50%);
		width:max-content;
	}
	.page-item .book-now {
		clear: both;
	}
	.footer .f-phone, .footer .f-email {
		font-size: 14px;
	}
}
@media screen and (max-width : 420px){
	.page-item span.relative {
		display: block;
		width: 100%;
		float: none;
	}
	.footer .f-email {
		font-size: 11.5px;
	}
	.eg-escort {
		width: auto!important;
	}
}
/*
* after header loads there were in the head
*/


a {
	text-decoration: underline;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}			
.full-width-blocks .reviews-item{
	max-width:95%!important;
	width:95%;
}
.content-center{
	text-align: center;
}

.full-link{
	display: inline-block;
	width:100%;
	background: #cccccc;
	margin: 20px auto 0;
	float: none;
	padding: 7px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
 
.news-block .half-width-blocks{
	display: flex;
    flex-flow: wrap;
}
 
 .news-item footer a {
	margin: auto;
	float: none;
}

 .news-item footer{
	padding-top: 15px;
}

/*.if-escort img{
	min-height:350px;
}*/
.index-content h2,.index-content h3,.index-content h4,.index-content h5 {
	color: #cccccc;
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
.index-content .reviews-item footer a{
	background:#cccccc;
}
.banners-item a{
	margin:auto;
}
@media screen and (max-width: 800px){
	.eg-escort {
		width: 48%!important;
	}
	.eg-escort .info .location{
		font-size:12px;
	}
}
@media screen and (max-width: 1200px){
	.header_new .page{
		flex-flow:column-reverse;
		width:100%;
		padding:0;
		margin:0;
	}
	.header_new .page .left,
	.header_new .page .right
	{
		width:100%;
		padding: 0 10px;
	}
	.header_new .logo img{
		max-width:100%;
	}
	
	.header_new .page .right{
		background: #cccccc;
		display: flex;
		flex-flow: row-reverse;
		justify-content: space-between;
	}
	.header-phone{
		color:#fff
	}
	.members-block{
		padding: 5px;
	}
	.members-block .human{
		width: 24px;
		height: 30px;
	}
	.header_new .page .left{
		justify-content:space-between;
	}
	.header_new .page .left .menu,.header_new .logo{
		margin-top: 10px;
	}
	.slick-arrow{
		display:none!important;
	}
}
@media screen and (max-width: 670px){
	span.is_new {
	height: 50px;
	width: 50px;
	background-size: contain;
	}
}
.overlay.red {
position: relative!important;

}

.eg-escort .image:hover .overlay.red,.if-escort .image:hover .overlay.red {
background:transparent!important;
}

.eg-escort .image .overlay {
color: #fff!important;
}

