/* CSS Document */
*{
	margin:0;
	padding:0;
}
:focus{
	outline:none;
}
.clear{
	overflow:hidden;
	zoom:1;
	clear:both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background-color:#231815;
color: #FFF;

background-size:100%;
}
#contanter{
    width: 100%;
	margin:0 auto;
	text-align:center;
	max-width:1020px;
}
#contanter-90{
    width: 96%;
	float:left;
	margin-left:2%;
	text-align:center;
	max-width:1020px;
}



.m-tel,#m-baner{
	display:none;}

.m-main-top{
display: none;
}
	



#header {
	width: 100%;
	height:auto;	
	margin:0 auto;
	text-align:center;
	max-width:1020px;
}
#header img{
	width:100%;
	}
	
.m-tel{
	display:inline;
	text-align:right;
	}
.tel,#baner{
	display:none;
	}
	#m-menu  {
	width:100%;
	height:33px;
	margin:0 auto;
	/*background-color:#600;*/
	background:url(m-menu.png) no-repeat;
	background-size:cover;
   -moz-background-size:cover;
   -webkit-background-size:cover;
   -o-background-size:cover;
}

	
#m-baner{
	display:block;
	width: 94%;
	float:left;
	margin-left:3%;
	clear:both;
	padding-top:15px;
	text-align:center;
	}

#m-staff{
	display:block;
	width: 94%;
	float:left;
	margin-left:3%;
	clear:both;
	padding-top:15px;
	text-align:center;
	}

.m-foot{
	width:100%;
	float:left;
	color:#FFF;
	margin-top:2px;
	text-align:center;
	background-color:#FF7CA3;
	line-height:150%;
	font-weight:700;
	font-size:90%;
	letter-spacing:2px;
	margin-top:10px;
	}
.m-foot a{
	color:#FFF;}


#news{
	background-color:#FFF;
	filter:alpha(opacity=30); 
-moz-opacity:0.3; 
-khtml-opacity:0.3; 
opacity: 0.3; 
}	
#new-td{
	filter:alpha(opacity=100); 
-moz-opacity:1; 
-khtml-opacity:1; 
opacity: 1;
z-index:1000;
}	
ul, li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#girls li{
	min-height:200px;
	FLOAT: left;
}


#girls{
	min-height:200px;
	overflow: hidden;
	WIDTH: 400px;
	color:#FFF;
	position:absolute; 
	z-index:0;
	background-color:#0d0606;
	}
	
#girls UL {
	WIDTH: 400px; /* =(95+7)*9 */
	overflow: visible;
}

.m-tdname{
		color:#f18c19;
		text-align:center;
		font-size:120%;
		font-weight:600;
		}
.m-stafftb{
	  width:98%;
	  margin-left:1%;
		font-size:90%;
		/*color:#F0F;*/
		color:#FFF;
		}
.m-staff{
	 width:90%; 
	 float:left; text-align:center; margin-left:5%; margin-top:5px;
	 		border: dashed 1px #d8b55b;
			color:#be9846;
	}
	
	.menu-navi {
    background: url(../images/menu_bj.jpg) repeat-x;
    height: 60px;
    width: 100%;
    margin-bottom: 5px;
}

.navi {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.navi td {
    width: 20%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    padding:0;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
}

.navi td:last-child {
    border: none;
}

.navi td a {
    color: #FFFFFF;
    text-decoration: none;
}

.navi td span {
    display: block;
}

.navi-icon {
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 5px;
}
.headroom {
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    z-index: 100;
}

.headroom--unpinned {
    bottom: -100px;
}

.headroom--pinned {
    bottom: -10px;
}