/*
	Font-face
*/
@font-face{
	font-family: "BauerBodni Titl BT";
	src: url("../fonts/BAUBODTI_2.TTF");
}

@font-face {
    font-family: "MyriadPro Bold";
    src: url("/frontend/css/fonts/MyriadPro-Bold.otf");
}

@font-face {
	font-family: "Amazone BT";
	src: url("../fonts/amazone.ttf");
}

@font-face {
	font-family: "Century Gothic";
	src: url('./fonts/century_gothic.TTF');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
AUTHOR: Jeremy Hong(original);
*/
/* general style */
body{
	position: relative;
	width: 100%;
	font-family: Arial;
	visibility: hidden;
	line-height: 1.5;
}

.container {
	padding: 0 30px;
}

ul li{
	display: inline-block;
	list-style: none;
}

a:link,
a:hover{
	color: #eb942b;
	text-decoration: none;
}

p{
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

span.text-content{
	color: #000;
}

.button{
	display: block;
	padding: 12px 0;
	background: #f7941d;
	color: black;
}

.button:hover{
	color: white;
}

.loading img{
	width: 50px;
	height: auto;
	margin: 20px auto;
}

.vertical-gradient {
/*	background: #fbadc0 url('../images/elements/vertical-gradient.png') repeat-y top center;*/
        
	background-size: contain;
}

#header{
    background: url('../images/elements/headerBackground.png') no-repeat top center;
    background-size: cover;
}

.pink-cover {
/*	background: #fbadc0 url('../images/elements/employment-cover.png') no-repeat center center;*/
/*    background: url('../images/elements/background2.jpg') no-repeat center center;
    margin: 0px;
    background-position: 0px 0px;
    -webkit-background-size: 100% auto;

-moz-background-size: 100% auto;

-ms-background-size: 100% auto;

-o-background-size: 100% auto;

background-size: 100% auto;*/
}

.rates-cover {
	/*background: #fbadc0 url('../images/elements/rates-cover.png') no-repeat center center;*/
	background-size: cover;
}

.employment-cover {
	/*background: #fbadc0 url('../images/elements/employment-cover.png') no-repeat center center;*/
	background-size: cover;
}

#rates_text{
    position: relative;
    z-index: 0;
}

.warning-enter a,
.warning-leave a {
	display: block;
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	line-height: 26px;
	color: #eb942b;
}

.warning-enter a {
	color: #a42135;
}

/*bootstrap*/
.container-fluid{
	padding: 0;
}

.navbar-default{
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-collapse{
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

/*lightbox*/
#lightbox-container-image{
	min-height: 150px;
}

#lightbox-container-image-box,
#lightbox-container-image-data-box{
	width: 100% !important; 
	height: auto !important;
}

#lightbox-image{
	margin: 0 auto;
}

/* Header */
.header{
	position: fixed;
	top: 0;
	z-index: 1000;
}
.header > .container {
	background: transparent;
}
.header.container-fluid{
	position: relative;
	padding: 0;
	text-align: center;
}

.top-contact{
	display: block;
	margin-top: -60px;
}

.top-contact .phone {
	position: relative;
	left: 85px;
	text-align: center;
	margin-bottom: 0;
	font: normal 24px/20px "Century Gothic";
	color: #000;
	background: transparent;
}

.logo-bar #logo{
    margin: 0 auto;
    margin-top: -17px;
    height: auto;
}

.logo-bar .shop-info{
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: "Myriad Pro";
    font-size: 28px;
    color:white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb942b+0,ffdb93+25,b87033+50,ffdb93+75,eb942b+100 */
    background: #eb942b; /* Old browsers */
    background: -moz-linear-gradient(left,  #eb942b 0%, #ffdb93 25%, #b87033 50%, #ffdb93 75%, #eb942b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb942b', endColorstr='#eb942b',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.line{
    height: 1px;
    width: 521px;
    margin-top: -11px;
    margin-left: 288px;
    margin-bottom: 15px;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb942b+0,ffdb93+25,b87033+50,ffdb93+75,eb942b+100 */
    background: #eb942b; /* Old browsers */
    background: -moz-linear-gradient(left,  #eb942b 0%, #ffdb93 25%, #b87033 50%, #ffdb93 75%, #eb942b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb942b', endColorstr='#eb942b',GradientType=1 ); /* IE6-9 */
/*    -webkit-background-clip: text;*/
    -webkit-text-fill-color: transparent;
}

.botShopInfo{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Myriad Pro semibold";
    /*font-weight: bold;*/
    font-size: 21px;
    color:#dc9b44;
}

/* Nav */
.nav-bg {
	min-height: 70px;
/*	background: #ba2e44 url("../images/elements/nav-bg.png") repeat-x left center;*/
        background-image: url("../images/elements/navBackground.png");
        background-repeat: no-repeat;
	background-size: contain;
        background-size: cover;
}

.nav-bg > .container {
	background: transparent;
}

.nav-bg.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
/*	background: #000 url("../images/elements/nav-bg.png") repeat-x left center;*/
}

#nav {
	margin: 0;
  	font-size: 0;
}

#nav ul.navbar-nav{
       
	display: table;
	margin: 0;
}

#nav ul{
	width: 100%;
}

#nav li{
	display: block;
	text-align: center;
	border-bottom: 1px solid #474747;
}

#nav li:last-of-type{
	border-bottom: none;
}

#nav a{
	display: block;
	min-height: 50px;
	padding-top: 28px;
	padding-bottom: 28px;
	font: 21px/14px Arial, sans-serif;
        font-weight: bold;
	color: #000;
        
}

#nav a:hover,
#nav .active a{
	color: #000;
	background-color: #dc9b44;
}

.navbar-default .navbar-toggle{
	border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #000;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar{
	background-color: #000;
}

/* banner */

#banner-container{
	position: relative;
        margin-top: 20px;
	border: 2px solid #dc9b44;
}

#banner .swiper-slide{
	background-size: cover;
}

/* content */
#main{
	position: relative;
	margin-top: 284px;
/*	text-align: center;*/
	z-index: 100;
        background-color: #050c17;
        /*	background: #fbadc0 url('../images/elements/employment-cover.png') no-repeat center center;*/
    /*background: #050c17 url('../images/elements/background2.jpg') no-repeat center center;*/
    margin: 0px;
    background-position: 0px 0px;
    -webkit-background-size: 100% auto;

-moz-background-size: 100% auto;

-ms-background-size: 100% auto;

-o-background-size: 100% auto;

background-size: 100% auto;
}

.title {
	color: #fff;
}

h2.title{
	font-size: 24px;
}
.backgroundImage{
     background: #050c17 url('../images/elements/background2.jpg') no-repeat center center;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     height: 768px;
     background-position: top;
     background-size: cover;
}

.backgroundImage:after{
    display: block;
    content: '';
     background: #0a202f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #050c17); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #050c17); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #050c17); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #050c17); /* Standard syntax (must be last) */
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
/*.section-title span:before,*/
/*.section-title span:after{*/
	/*display: block;*/
	/*content: "";*/
	/*height: 9px;*/
	/*background: url("/frontend/images/elements/border.png") 0 0 no-repeat;*/
	/*background-position: 50%;*/
    /*position: absolute;*/
    /*left: -30%;*/
    /*top: 22px;*/
    /*width: 100%;*/
/*}*/

.section-title{
    position: relative;
	margin: 45px auto;
	font-family: "Times New Roman", sans-serif;
	font-size: 46px;
	font-weight: bold;
	color: #eb942b;
	text-align: center;
	text-transform: uppercase;
    
    
}

.section-title span {
    display: inline-block;
    position: relative;
    z-index: 0;
}

#girls .section-title span:after {
	display: none;
}

.section-content{
	margin-top: 35px;
        position: relative;
        z-index: 0;
        
}

.section-inner-content{
	margin-top: 25px;
        
}

/* welcome */
#welcome .section-content,
#employment .section-content {
	padding: 0 20px 50px 20px;
}

.welcome-title{
	margin-bottom: 10px;
	font: 48px/60px "Times New Roman";
        font-style: italic;
        font-weight: bold;
	color: #fff;
	text-transform: capitalize;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb942b+0,ffdb93+25,b87033+50,ffdb93+75,eb942b+100 */
    background: #eb942b; /* Old browsers */
    background: -moz-linear-gradient(left,  #eb942b 0%, #ffdb93 25%, #b87033 50%, #ffdb93 75%, #eb942b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb942b', endColorstr='#eb942b',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   text-align: left;
}

.welcome-subtitle {
	font: 48px/60px "Amazone BT";
	color: #a32135;
}

.premium-title {
	margin-bottom: 80px;
}

.rates-title {
	margin-bottom: 30px;
        position: relative;
        z-index: 0;
}

.rates-subtitle {
	margin-bottom: 35px;
	font: 48px/60px "Amazone BT";
	color: #fff;
}

.slide{
	margin: 28px 0;
}

.carousel-indicators{
	left: inherit;
	right: 0;
	width: inherit;
	margin-right: 20px; 
}

.carousel-indicators .active{
	background-color: #f7941d;
}

.carousel-indicators li{
	background-color: #c69c6d;
	border: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
}

/*swiper*/
.shop-slides-box {
    position: relative;
	margin-top: 15px;
	margin-bottom: 60px;
}

#shop-swiper{
	width: auto;
	margin: 0 auto;
}

#shop-swiper .swiper-slide img{
	background-size: cover;
	background-repeat: no-repeat;
	border: 3px solid #fff;
}

.shop-slides-box  .swiper-container {
    width: 100%;
    height: 100%;
}
.shop-slides-box  .swiper-slide {
    padding: 0px;
    text-align: center;
    font-size: 18px;  

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-button{
	position: absolute;
    width: 0;
	height: 0;
	z-index: 1;
    cursor: pointer;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.custom-prev-button {
	border-style: solid;
	border-width: 15px 12px 15px 0;
	border-color: transparent #eb942b transparent transparent;
	left: 0;
}

.custom-next-button{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 12px;
	border-color: transparent transparent transparent #eb942b;
	right: 0;
}

.custom-prev-button, 
.custom-next-button{
	top: 30%;
	font-size: 25px;
}

/*contact us*/
#contact-us{
	margin: 0 20px;
}

#contact-us h3{
	font-family: Arial;
	font-size: 20px;
	color: #f7941d;
}

.contact-info span{
	display: block;
	margin: 0 auto 20px auto;
	width: 72px;
	height: 72px;
}

.contact-info h3 {
    margin-bottom: 20px;
	font: 24px/24px Arial, sans-serif;
	color: #eb942b;
        text-align: center;
}

.contact-info p{
	text-align: center;
	color: #dc9b44;
}

.contact-info{
	margin-top: 40px;
    margin-bottom: 5px;
}

#contactus_text {
	margin-bottom: 20px;
}

#enquiry {
	margin-bottom: 30px;
}

#enquiry p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 40px;
}

span.map-marker{
	background: url("../images/elements/location_black1.png") no-repeat center center;
}

span.phone{
	background: url("../images/elements/call1.png") no-repeat center center;
}

span.email{
	background: url("../images/elements/email1.png") no-repeat center center;
}

span.wechat{
	background: url("../images/elements/wechat1.png") no-repeat center center;
}


/*contact form*/
.growlUI{
	text-align: right;
}

.growlUI h3,
.growlUI h4{
	font-family: Arial;
}

.growlUI h3{
	font-size: 18px;
}

.growlUI h4{
	font-size: 16px;
}

.contact-submit{
	width: 100%;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #ea8913;
	border-radius: 0;
	text-transform: uppercase;
}

.contact-submit:hover{
	color: #fff;
}

#google-map{
	margin: 0;
	height: 350px;
}

#contact-form{
	margin-bottom: 30px;
	padding: 0;
}

#contact-form .contact-input,
#contact-form .contact-submit{
	font-size: 18px;
	height: 46px;
	margin-bottom: 15px;
        
}

#contact-form textarea.contact-input-textarea{
	height: 108px;
        
}

#contact-form .contact-input:focus,
#contact-form .contact-textarea:focus,
#contact-form .submit-btn:focus{
	outline: none;
        
}

#contact-form .form-control,
#contact-form .form-control:focus{
	border-radius: 0;
	background-color: #fff;
	border-color: #ea8913;
	outline: 0;
	box-shadow: none;
}

#contact-form .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,55,81,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,55,81,.6);
}

::-webkit-input-placeholder {
   color: #ea8913 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ea8913 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ea8913 !important;
}

:-ms-input-placeholder {  
   color: #ea8913 !important;
}

/* footer */
.footer{
	text-align: center;
/*	background: #ba2e44;*/
background: url('../images/elements/headerBackground.png') no-repeat top center;
    background-size: cover;
}

.footer .container {
	padding: 40px 0;
}

.footer,
.footer a{
	color: #fff;
	font-size: 18px;
}

.footerLine{
    position: relative;
    height: 3px;
    z-index: 10;
    width: auto;
     background: #eb942b; /* Old browsers */
    background: -moz-linear-gradient(left,  #eb942b 0%, #ffdb93 25%, #b87033 50%, #ffdb93 75%, #eb942b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #eb942b 0%,#ffdb93 25%,#b87033 50%,#ffdb93 75%,#eb942b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb942b', endColorstr='#eb942b',GradientType=1 ); /* IE6-9 */
    -webkit-text-fill-color: transparent;
}

/*gallery*/
.girls-gallery{
	position: relative;
	margin-bottom: 50px;
	}

.girls-slides-box{
	position: relative;
}

.gallery-item{
	padding-bottom: 20px;
}

.gallery-item a,
.gallery-item a:hover{
	color: #fff;
}

.girl-thumb-container{
	position:relative;
	border: 3px solid #fff;
}

.girl-thumb{
	background-size: cover;
    width: 100%;
}

.premium-girl {

}

.premium-badge {
	position: absolute;
	top: -82px;
        left: 35px;
	width: 100%;
}

.girl-caption{
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	padding: 0 26px;
	opacity: 0;
	text-align: center;
	background-color: transparent;

	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.overlay {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-item a:hover .girl-caption{
	opacity: 1;
}

@media (max-width: 767px) {
	.gallery-item a:hover .girl-caption{
		opacity: 0;
	}
}

.gallery-item a .overlay {
	opacity: 0.7;
}

.gallery-item a:hover .overlay {
	background-color: #000;
}

.girl-caption p{
	margin: 0;
	font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: normal;
	color: #fff;
}

.girl-name{
	margin-top: 24px;
    margin-bottom: 40px;
	font-size: 24px;
	line-height: 24px;
    font-family: Arial, sans-serif;
    font-weight: bold;
	color: #fff;
        text-align: center;
}

.premium-girl-name {
	margin-bottom: 90px;
}

.gallery-item a:hover .girl-name {
	color: #eb942b;
}

#girls-upper-left{
	position: absolute;
	width: 163px;
	height: 128px;
	background-image: url("/frontend/images/elements/corner2.png");
	top: 0;
	left: 0;
	z-index: 100;
}
#girls-upper-right{
	position: absolute;
	width: 163px;
	height: 128px;
	background-image: url("/frontend/images/elements/corner2.png");
	top: 0;
	right: 0;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 100;

}
#girls-lower-left{
	position: absolute;
	width: 163px;
	height: 128px;
	background-image: url("/frontend/images/elements/corner2.png");
	bottom: 0;
	left: 0;
	-ms-transform: rotate(180deg) scaleX(-1); /* IE 9 */
	-o-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1); /* Safari */
    transform: rotate(180deg) scaleX(-1);
    z-index: 100;
}
#girls-lower-right{
	position: absolute;
	width: 163px;
	height: 128px;
	background-image: url("/frontend/images/elements/corner2.png");
	bottom: 0;
	right: 0;
	-ms-transform: rotate(180deg); /* IE 9 */
	-o-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    z-index: 100;
}

/*price list*/
#price-list{
	margin-bottom: 30px;
        position: relative;
        text-align: center;
}

#price-list .title span {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eb942b;
}

#price-list > ul > li {
	margin-bottom: 20px;
}

#price-list .title {
	margin-bottom: 10px;
}

#price-list ul li{
	display: block;
}

#price-list ul li span{
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
	color: #fff;
}

#girl-swiper-1 {
	margin-top: 25px;
	margin-bottom: 75px;
}

#roster .container {
	padding-bottom: 50px;
}

.roster-table {
	margin-top: 50px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border: none;
}

.roster-table th div {
    text-align: center;
    padding: 15px 0;
    font: bold 18px/18px "Arial", sans-serif;
    color: #fff;
    background: #ea8913;
	border: 1px solid #fff;
}

.roster-table td a {
    display: block;
    padding: 15px 0;
    color: #fff;
    background: #f3a546;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
}

.roster-table td a.other-images {
	padding: 0;
	background: transparent;
	border: none;
}

.roster-table td a:hover {
    color: #ea8913;
    background: #ffdb93;
	border-color: #fff;
	opacity: 1;
}

.contact-info .thumb-title .title {
	font-weight: bold;
}

.contact-info .content p,
.contact-info .content a {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 40px;
}

.contact-info .mobile-notice {
	display: none;
	width: 100%;
	text-align: center;
	color: #fff;
}


@media (max-width: 767px) {
.contact-info > div {
	margin-bottom: 30px;
}
.contact-info .content p {
	line-height: 24px;
}
.contact-info .mobile-notice {
	display: block;
}
}

.contact-info .content p.single_phone {
	margin-bottom: 0;
}

.footer .container,
.warning-container {
	position: relative;
	z-index: 100;
}

body,
#header {
	position: relative;
}

.girl-caption-mobile {
	display: none;
	width: 100%;
	margin-bottom: 70px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.girl-caption-mobile {
		display: block;
	}
}

.girl-caption-mobile .girl-name {
	margin: 10px 0 10px 0;
}

.girl-caption-mobile p {
	margin-bottom: 5px;
}

#lightboxOverlay {
	opacity: 0.95;
 }
 
 #enquiry p{
     text-align: center;
 }