@font-face {
	font-family: "fontawesome";
	src: url("/styles/fonts/fontawesome-webfont.eot");
	src: 	url("/styles/fonts/fontawesome-webfont.woff") format("woff"), 
				url("/styles/fonts/fontawesome-webfont.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}


html{margin: 0; padding: 0;}

body{
	width: 100%;
	margin: 0px;
	padding: 75px 0 0 0;
	font-family: 'Open Sans','Open Sans',Arial,serif;
	background: url("/images/dark_brick.jpg");
	font-size: 10pt;
	color: #D6DADA;
}
img{border: 0px;}
h1{text-align: center; font-size: 26pt; font-weight: normal;}
h2{text-align: center; font-size: 20pt; font-weight: normal;}
h3{text-align: center; font-size: 17pt; font-weight: normal;}
a{color: #D6DADA;; text-decoration: none;}
a:hover{}
fieldset{border: 0;}
p{text-align: left; text-indent: 1.5em;}
.age{display: none;}
@media screen and (min-width: 601px) {
	ul.salon-info{
		width: 600px;
		float: left;
		margin: 0 0 0 calc(50% - 300px);
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	ul.salon-info{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}
}
	ul.salon-info > li{
		width: 100%;
		float: left;
		margin: 0;
		padding: 4px 0;
		line-height: 24px;
		list-style: none;
		text-align: left;
		border-bottom: 1px dotted #ccc;
	}
		ul.salon-info > li > span:first-child{
			width: 100px;
			float: left;
		}
		ul.salon-info > li > span:last-child{
			/*width: 500px;*/
			float: left;
		}

.inner{
	width: 1170px;
	float: left;
	margin: 0 0 0 calc(50% - 585px);
}
.header{
	width: calc(100% - 30px);
	height: 75px;
	padding: 0 15px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	float: left;
	background: url("/images/dark_brick.jpg");
	color: #fff;
	-webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 5px 2px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 5px 2px 0px rgba(0, 0, 0, 0.7);
}
	.header > div.logo{
		width: 280px;
		height: 75px;
		margin: 10px 0 0 0;
		float: left;
	}
		.header > div.logo > a > img{margin-top: -30px;}
	@media screen and (min-width: 901px) {
		.header > div.topMenu{
			width: calc(100% - 300px);
			line-height: 75px;
			padding: 0;
			margin: 0 0 0 20px;
			float: left;
		}
			.header > div.topMenu > ul{
				width: 100%;
				float: left;
				padding: 0;
				margin: 0;
				text-align: left;
				display: block;
			}
				.header > div.topMenu > ul > li{
					display: inline-block;
					margin: 0 0 0 22px;
					padding: 0;
					font-size: 11pt;
					text-transform: uppercase;
				}
				.header > div.topMenu > ul > li > a{
					color: #fff;
				}
				.menuMob {display: none;}
	}
.bottomImg{
		width: 100%;
		height: 424px;
		float: left;
		margin: 0 0 -30px 0;
		background: url("/images/Callboys_PNG.png") center bottom no-repeat;
	}
.banner{
	width: 100%;
	height: 680px;
	float: left;
	position: relative;
	background: url("/images/main.png") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 800;
}
	.bannerInner{
		height: 350px;
		background: url("/images/main.png") center -120px no-repeat;
		width: 100%;
		float: left;
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: 800;
	}
	

	.banner > .contact,
	.bannerInner > .contact{
		position: absolute;
		width: 240px;
		height: 74px;
		color: #fff;
		left: auto;
		right: 20px;
		top: 25px;
		text-align: right;
		padding: 5px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: rgba(2,16,23,0.7);
	}
		.banner > .contact > span,
		.bannerInner > .contact > span{
			width: 100%;
			float: left;
		}
			.banner > .contact > span.phone,
			.bannerInner > .contact > span.phone{
				font-size: 18pt;
				letter-spacing: 1px;
			}
				.banner > .contact > span.phone > a,
				.bannerInner > .contact > span.phone > a{border-bottom: 0;}
			.banner > .contact > span.metro,
			.bannerInner > .contact > span.metro{
				font-size: 9.5pt;
				margin: 2px 0;
			}
			.banner > .contact > span.time,
			.banner > .contact > span.map,
			.bannerInner > .contact > span.time,
			.bannerInner > .contact > span.map{
				width: 50%;
				height: 30px;
				font-size: 9pt;
				text-align: right;
				margin: 5px 0 0 0;
				color: #fff;
			}
			.banner > .contact > span > a,
			.bannerInner > .contact > span > a{
				color: #fff;
				text-decoration: none;
				border-bottom: 1px dotted #fff;
			}

			.banner > .contact > span.time::before,
			.banner > .contact > span.map::before,
			.bannerInner > .contact > span.time::before,
			.bannerInner > .contact > span.map::before{
				color: #ffd684;
				margin: 0 4px 0 0;
				position: relative;
				display: inline-block;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				text-indent: initial;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				
			}
			.banner > .contact > span.time::before,
			.bannerInner > .contact > span.time::before{
				content: "\f017";
			}
			.banner > .contact > span.map::before,
			.bannerInner > .contact > span.map::before{
				content: "\f124";
			}
.about{
	background: url("/images/Rentboy_L2.png");
}

.content{
	width: calc(100% - 30px);
	float: left;
	padding: 30px 15px;
	color: #D6DADA;
}
	.content > .inner{text-align: center;}

.cityList{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	text-align: center;
	display: block;
}

	.cityList > ul{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}
		.cityList > ul > li{
			margin: 0 20px;
			line-height: 24px;
			list-style-type: none;
			padding: 0;
			display: inline-block;
		}
			.cityList > ul > li > a{
				color: #fff;
				text-decoration: none;
				border-bottom: 1px dotted #fff;
			}


.boys{
	width: 100%;
	float: left;
}
	.boys > .thumb{
		width: 66.66666667%;
		float: left;
	}
		.boys > .thumb > .mainPhoto{
			width: 100%;
			height: 400px;
			float: left;
		}
		.boyThumbs{width: 100%; float: left; text-align: center;}
	.boys > .boyDesc{
		width: 33.33333333%;
		float: left;
		margin: 0;
	}
	.boyCat > .boyDesc > .boyDesc__info {
			color: #fff;
			width: 100%;
			float: left;
			line-height: 30px;
			font-size: 10pt;
		}
	.boys > .boyDesc > hr{
		width: 100%;
		float: left;
		border-top-color: rgba(0,12,18,0.2);
		border-bottom-color: rgba(0,12,18,0.4);
	}
	.boys > .boyDesc > h1{
		font-size: 400%;
		line-height: 1.1;
		font-weight: bold;
        margin-top: 0;
	}
	.boys > .boyDesc > .param{
		width: 25%;
		float: left;
		margin: 8px 0;
		text-align: left;
		font-size: 11pt;
		line-height: 30px;
	}
		.boys > .boyDesc > .param > b{
			font-size: 15pt;
		}
	.boys > .boyDesc > .descr{
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	.boys > .boyDesc > .descr > table{color: #000;}
	.boys > .boyDesc > .descr > h2{
		font-size: 16pt;
	}
	.boys > .boyDesc > .phone{
		font-size: 25pt;
		font-weight: bold;
		float: left;
		text-align: center;
		width: 100%;
		margin: 20px 0;
	}
		.boys > .boyDesc > .phone > a{color: #D6DADA; text-decoration: none;}

	.boys > .boyDesc > .price{
		color: #fff;
		font-size: 14pt;
		float: left;
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}
		.boys > .boyDesc > .price > b{
			color: #dbab8e;
			font-size: 18pt;
		}
		.materialImages{
			width: 220px;
			height: 350px;
			display: inline-block;
			margin: 10px 12px;
		}

@media screen and (max-width: 500px) {
		.materialImages{
			width: 290px;
			height: 390px;
		}
}

	.boys > .boyDesc > .checked{
		width: 100%;
		float: left;
		margin: -10px 0 20px 0;
		text-align: center;
		font-size: 12pt;
		color: #7D000F;
	}

	.boys > .boyDesc > .checked__photo{
		width: 100%;
		float: left;
		margin: -10px 0 10px 0;
		text-align: center;
		font-size: 12pt;
		font-weight: bold;
		color: red;
	}

@media screen and (max-width: 900px) {
	.boys > .thumb{
		width: 100%;
	}
	.boys > .boyDesc{
		width: 100%;
	}
}
.boyCat{
	width: 250px;
	height: 380px;
	display: inline-block;
	margin: 20px 15px;
	position: relative;
	background: #D6DADA;
}
	.boyCat > .image{
				width: 100%;
				height: 380px;
				position: absolute;
				top: 0;
				left: 0;
				opacity: 1;
    		visibility: visible;
				webkit-transition: all 1.2s;
				-moz-transition: all 1.2s;
				-o-transition: all 1.2s;
				transition: all 1.2s;
			}
			.boyCat:hover > .image{
				opacity: 0;
    		visibility: hidden;
				webkit-transition: all 1.2s;
				-moz-transition: all 1.2s;
				-o-transition: all 1.2s;
				transition: all 1.2s;
			}

			.boyCat > .second_thumb{
				width: 100%;
				height: 380px;
				float: left;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				opacity: 0;
    		visibility: hidden;
				webkit-transition: all 1.2s;
				-moz-transition: all 1.2s;
				-o-transition: all 1.2s;
				transition: all 1.2s;
			}
			.boyCat:hover > .second_thumb{
				opacity: 1;
    		visibility: visible;
				webkit-transition: all 1.2s;
				-moz-transition: all 1.2s;
				-o-transition: all 1.2s;
				transition: all 1.2s;
			}

	.boyCat > .boyDesc{
		position: absolute;
		height: 70px;
		width: 100%;
		color: #fff;
		bottom: 0;
		left: 0;
		height: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.8);
		-webkit-transition-duration: .8s;
		-o-transition-duration: .8s;
		-moz-transition-duration: .8s;
		transition-duration: .8s;
	}

	.boyCat:hover > .boyDesc{
		display: block;
		height: 380px;
		-webkit-transition-duration: .8s;
		-o-transition-duration: .8s;
		-moz-transition-duration: .8s;
		transition-duration: .8s;
	}

		.boyCat > .boyDesc > .boyName{
			color: #fff;
			width: 100%;
			float: left;
			line-height: 30px;
			font-size: 16pt;
		}
		.boyCat > .boyDesc {color: #fff; text-decoration: none; display: block;}
		
		.boyCat > .boyDesc > .text{
			color: #fff;
			width: 98%;
			padding: 10px 1% 0 1%;
			float: left;
			text-align: justify;
			line-height: 20px;
			font-size: 10pt;
		}

.map{
	width: 100%;
	height: 800px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
	.map > .blackHead{
		padding: 20px 0;
		width: 100%;
		height: 210px;
		background: #222;
		float: left;
	}
		.map > .blackHead > a {color: #fff;}

	.map > .blackHead > .phone{color: #fff; font-size: 20pt; width: 100%; float: left;}
    .map > .blackHead > .phone > a{color: #fff;}
	.blackHeadLink{
		font-size: 11pt;
		margin: 0 0 20px 0;
		width: 100%;
		float: left;
		color: #fff;
	}
		.blackHeadLink > a{color: #fff; text-decoration: underline;}
	.blackHeadLink::before {
		font-family: FontAwesome;
		content: "\f124";
		font-size: 10pt;
		margin-right: 10px;
  }

  .blackHead > h4{color: #fff; font-size: 22pt;}

  .mapBlock{
  	width: 100%;
  	float: left;
  	height: 550px;
  	background: none;
  }

#map_container{
	width: 100%;
	height: 550px;
	float: left;
}

.footer{
	width: 100%;
	height: 380px;
	padding: 15px 0;
	background: #D6DADA;
	background: url("/images/dark_brick.jpg") center top no-repeat;
	float: left;
}
	.footer > .inner > .footer-col{
		width: 30%;
		float: left;
		margin: 20px 20px 0 0;
		color: #fff;
	}
		.footer > .inner > .footer-col > span.head,
		.footer > .inner > .footer-col-wide > span.head{
			color: #ffd684;
			font-size: 120%;
			text-align: left;
			width: 100%;
			float: left;
			text-align: center;
			text-transform: uppercase;
			margin: 0;
			font-weight: bold;
		}
		.footer > .inner > .footer-col > ul{
			width: 100%;
			float: left;
			margin: 10px 0;
			padding: 0;
		}
			.footer > .inner > .footer-col > ul > li{
				width: 100%;
				float: left;
				margin: 5px 0;
				padding: 0;
				font-size: 11pt;
				list-style-type: none;
				line-height: 28px;
			}
				.footer > .inner > .footer-col > ul > li > a{
					color: #fff;
					text-decoration: underline;
				}

				.footer > .inner > .footer-col > ul > li > a:hover{
					text-decoration: none;
				}

	.footer-col-wide{
		width: 40%;
		float: left;
		margin: 20px 20px 0 0;
		color: #fff;
	}
		.footer-col-wide > div{
			line-height: 28px;
			margin: 5px 0;
			float: left;
			width: 100%;
		}
		.footer-col-wide > .footer-contact{
			width: 100%;
			float: left;
		}
			.footer-col-wide > .footer-contact > span:first-child{
				width: 100px;
				float: left;
			}
			.footer-col-wide > .footer-contact > span:last-child{
				width: calc(100% - 100px);
				float: left;
			}
            .footer-contact > span > a{color: #fff;}

@media only screen and (max-width: 900px){
    .footer > .inner > .footer-col, .footer > .inner > .footer-col-wide{width: 98%; margin: 0 1% 25px 1%;}
	body{
		overflow-x: hidden;
	}
	.header{
		width: 100%;
		padding: 5px 0;
	}
		.header > .logo{
			margin-left: 15px;
		}

	.banner{
		height: 300px;
	}
	
	.bannerInner{
			background: url("/images/main.png") center -10px no-repeat;
			-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
	
	.banner > .contact,
	.bannerInner > .contact{
		top: 205px;
	}

	.content{
		width: 98%;
		margin: 0;
		padding: 20px 1%;
		float: left;
	}
	.inner{
		width: 100%;
		float: left;
		margin: 0;
	}
}

@media screen and (max-width: 900px) {
		.menuMob {
			display: block;
			float: right;
			margin: 20px 10px 0 0;
			width: 114px;
			height: 40px;
			line-height: 40px;
			font-size: 14pt;
		}
			.menuMob img {filter: brightness(0) invert(1);}
		.header > div.topMenu{display: none;}
		.header > div.topMenu{
			width: 100%;
			float: left;
			margin: 0;
			padding: 10px 0;
			background: rgba(0,0,0,0.95);
		}
			.header > div.topMenu > ul{
				float: left;
				width: 98%;
				margin: 0;
				padding: 0 1%;
				text-align: right;
				display: block;
			}
				.header > div.topMenu > ul > li{
					float: left;
					width: 100%;
					margin: 0;
					padding: 0;
					font-size: 14pt;
					line-height: 40px;
					text-align: right;
					list-style-type: none;
					font-weight: bold;
					text-transform: uppercase;
				}
				.header > div.topMenu > ul > li > a{
					color: #ffd684;
				}
		.age{
			display: block;
			position: absolute;
			top: 28px;
			right: 140px;
			width: 30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			border: 2px solid #ea3a1f;
			color: #ea3a1f;
			-webkit-border-radius: 17px;
			-moz-border-radius: 17px;
			border-radius: 17px;
		}
	}
@media screen and (max-width: 410px) {
		.age{
			top: 4px;
			right: 20px;
		}
		.menuMob{
			position: absolute;
			top: 26px;
			right: 10px;
		}
	}
