@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: url(img/bg.gif) fixed;
	margin: 0;
	font-family: 'ZCOOL XiaoWei', serif;
	font-size: 14px;
	color: #fff;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none !important;
	outline-offset: 0px !important;
	text-decoration: none !important;
}
.spacer-single {
	width: 100%;
	height: 30px;
	clear: both;
	display: block;
}
.container {
	width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row:before, .row:after, .container:before, .container:after {
	display: table;
	content: " ";
}
.col-md-4 {
	width: 33.33333333%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
header {
	display: block;
}
.header-top {
	width: auto;
	height: auto;
	overflow: auto;
	background: #000000ad;
}
.header-top p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 3px 2px #2a1b1b;
}
.header-top p span {
	color: #950707;
	font-weight: bold;
}
.header-top img {
	margin: 0 auto;
	display: block;
}
.header-top ul {
	padding: 15px 0 0 0;
	margin: 0;
	float: right;
}
.header-top ul li {
	float: left;
	list-style-type: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-image: linear-gradient( 115deg, rgba(0,0,0,1) 5.8%, rgba(178,14,14,1) 112.6% );
	text-align: center;
	margin-right: 20px;
}
.header-top ul li a {
	font-size: 17px;
	color: #fff;
	line-height: 42px;
	display: block;
}
.menu-cont {
	width: 100%;
	z-index: 3;
	width: auto;
	height: auto;
	overflow: auto;
	padding: 15px 0;
	background: #760000;
}
.menu-cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}
.menu-cont li a {
	display: block;
	text-decoration: none;
	font-size: 19px;
	padding: 10px 27px !important;
	color: #fff;
	transition: all .3s ease-in-out;
}
.menu-cont li:last-child a {
	margin: 0
}
.menu-cont .logo {
	display: block;
	float: left;
	font-size: 2em;
	text-decoration: none;
	color: #b8b8b8;
	padding: 0!important;
	border: none!important
}
.menu-cont .logo img {
	width: 150px;
	height: auto
}
.menu-cont li a:hover {
	border-color: #000
}
.menu-cont .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
	margin-top: 22px
}
.menu-cont .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none
}
.menu-cont .menu-icon .navicon {
	background: #fff;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px
}
.menu-cont .menu-icon .navicon:before, .menu-cont .menu-icon .navicon:after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%
}
.menu-cont .menu-icon .navicon:before {
	top: 5px
}
.menu-cont .menu-icon .navicon:after {
	top: -5px
}
.menu-cont .menu-btn {
	display: none
}
.menu-cont .menu-btn:checked ~ .menu {
	max-height: 600px
}
.menu-cont .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent
}
.menu-cont .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg)
}
.menu-cont .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg)
}
.menu-cont .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .menu-cont .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0
}
.menu-cont .menu {
	float: none!important;
	display: table;
	margin: 0 auto
}
@media(min-width:768px) {
.menu-cont li {
	float: left
}
.menu-cont li a {
	padding: 0
}
.menu-cont .menu {
	clear: none;
	float: right;
	max-height: none !important;
}
.menu-cont .menu-icon {
	display: none
}
}
.main-bg {
	background: linear-gradient(90deg, hsla(350, 73%, 44%, 1) 0%, hsla(274, 65%, 12%, 1) 100%);
	height: auto;
	width: auto;
	overflow: auto;
	padding: 30px;
}
.banner img {
	width: 100%;
	display: block;
}
.col-md-3 {
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.col-md-6 {
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.drop-down-menu {
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #fff;
}
.menu-title {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #951938;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s background-color;
	font-size: 18px;
}
.menu-title:hover:before {
	border-top-color: #8db842;
}
.drop-down-menu:hover > .menu-title:before {
	border-top-width: 0;
	transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}
.menu-title:after {
	content: "";
	display: block;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid #ebebeb;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 101;
	transition: 0.2s border-bottom ease-in;
}
.menu-dropdown {
	min-width: 100%;
	padding: 15px 0;
	position: absolute;
	background: #951938;
	z-index: 100;
	transition: 0.5s padding, 0.5s background;
}
.drop-down-menu:not(:hover) > .menu-dropdown {
	padding: 4px 0;
	background: #951938;
	z-index: 99;
}
.drop-down-menu:not(:hover) > .menu-dropdown:after {
	border-top-color: #dddddd;
}
.drop-down-menu:not(:hover) > .menu-title:after {
	border-bottom-color: #dddddd;
}
.menu-dropdown > * {
	overflow: hidden;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0);
	white-space: nowrap;
	transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.menu-dropdown > *:hover {
	background: rgba(0, 0, 0, 0.1);
}
.drop-down-menu:not(:hover) > .menu-dropdown > * {
	visibility: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	color: rgba(25, 25, 25, 0);
	transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
	z-index: 99;
}
.menu-dropdown li a {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	display: block;
}
.hList > * + * {
	margin-left: 0;
}
.hList li {
	list-style-type: none;
	width: 100%;
}
.hList li a {
	color: #fff;
}
.hList {
	padding: 0;
}
.text-bg {
	background-image: linear-gradient( 115deg, rgba(0,0,0,1) 5.8%, rgba(178,14,14,1) 112.6% );
	clear: both;
	height: auto;
	width: auto;
	overflow: auto;
}
.col-md-9 {
	width: 75%;
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.rate-cont {
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 40px;
	transition: all 0.3s ease-in-out;
}
.rate-cont p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
}
.rate-cont span {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	letter-spacing: 4px;
	margin-bottom: 20px;
	display: block;
}
.rate-cont:hover {
	background: #951938;
	border-radius: 0px;
}
.col-md-2 {
	width: 16.66666667%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.girl-img img {
	width: 100%;
	display: block;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.girl-title {
	text-align: center;
}
.girl-title h3 {
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0;
	display: inline-block;
	padding: 15px 40px;
	transition: all 0.3s ease-in-out;
}
.girls-cont:hover .girl-img img {
	border-radius: 0px;
}
.girls-cont:hover .girl-title h3 {
	border-radius: 0px;
	background: #951938;
}
.girls a {
	color: #fff;
}
.text-area-bg {
	background: #951938;
	padding: 25px;
}
.text-area h1, .text-area h2, .text-area h3 {
	font-size: 35px;
	color: #fff;
	text-align: center;
}
.text-area ul li {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
}
.text-area p {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	text-align: justify;
}
.text-area p a {
	color: #00ffdc;
}
.img-bg {
	background: #080808;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.img-bg img {
	display: block;
	width: 100%;
}
.escorts-type ul {
	padding: 0;
	margin: 0;
}
.escorts-type ul li {
	list-style-type: none;
	background: #950707;
	padding: 5px 0;
}
.escorts-type ul li a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.8em;
	padding-left: 10px;
}
.escorts-type ul li a {
	font-size: 17px;
	color: #fff;
	display: block;
}
.type-bg2 {
	background: #000 !important;
}
.escorts-area-list a {
	min-width: calc(25% - 10px);
	border: 1px solid #3b3b3b;
	padding: 7px 20px;
	margin: 0 4px 10px 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background-image: linear-gradient( 115deg, rgba(0,0,0,1) 5.8%, rgba(178,14,14,1) 112.6% );
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.category {
	background: url(img/type-bg.jpg) no-repeat left top;
	padding: 100px 0;
}
.ftr-bg {
	background: #512da8;
	padding: 30px;
}
footer ul {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	display: table;
	float: none;
}
footer ul li {
	float: left;
}
footer ul li a {
	display: inline-block;
	margin-right: 30px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.ftr-menu {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.ftr-scl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.ftr-scl a {
	font-size: 16px;
}
.cp-ryt {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.cp-ryt P {
	color: #fff;
	font-size: 13px;
	margin: 0;
	text-align: center;
}
.contact-detail {
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 40px;
	transition: all 0.3s ease-in-out;
}
.contact-detail h4 {
	font-size: 25px !important;
}
.col-md-12 {
	width: 100%;
	padding-left: 15px;
	padding-left: 15px;
}
 @media (max-width:1199px) {
.container {
	width: 970px !important;
}
.menu-cont li a {
	padding: 10px 15px !important;
}
.girl-title h3 {
	display: block !important;
	padding: 15px 20px;
}
}
@media (max-width:991px) {
.container {
	width: 750px !important;
}
.menu-cont li a {
	padding: 10px 25px !important;
}
.available img, .book-now img {
	width: 100%;
}
.header-top img {
	width: 200px;
	height: auto;
}
.girl-title h3 {
	border: none;
	padding: 10px 0;
}
.rate-cont {
	padding: 20px;
}
.menu-cont {
	padding: 0;
}
}
@media (max-width:767px) {
.container {
	width: 100% !important;
}
.menu-cont li {
	border: none;
}
.menu-cont li a {
	display: block;
	text-align: center;
}
.menu-cont .menu {
	display: block;
}
header .col-md-4 {
	width: 100%;
	float: none;
	padding-bottom: 20px;
	padding-top: 20px;
}
.header-top p {
	text-align: center;
}
.header-top ul {
	float: none;
	display: table;
	margin: 0 auto;
}
.rate-cont {
	margin-bottom: 30px;
}
.col-sm-3, .img-bg, .col-md-2 {
	width: 50%;
}
.col-md-9 {
	width: 100%;
}
.text-area .col-md-3 {
	width: 100%;
}
.img-bg {
	float: left;
}
.w100 {
	width: 100% !important;
	float: none;
}
footer .col-md-3 {
	width: 100%;
}
footer ul {
	display: table;
	margin: 0 auto;
}
.ftr-menu li {
	float: none !important;
	margin-bottom: 10px;
}
footer ul li a {
	display: block;
	text-align: center;
	font-size: 20px;
}
footer h3 {
	text-align: center;
}
footer img {
	margin: 0 auto;
	display: block;
}
footer p {
	text-align: center;
}
}
@media (max-width:499px) {
.col-sm-3 {
	width: 100%;
	float: none;
}
.category {
	background-size: cover;
}
.text-area h1, .text-area h2, .text-area h3 {
	font-size: 28px;
}
.main-bg {
	padding: 10px;
}
}
