

#staff_wrap{
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
	font-size: 0;
}

#sub_title{
	text-align: center;
	margin-bottom: 25px;
}
#sub_title h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom: 1px solid #231815;
	display: inline-block;
	line-height: 100%;
}

h2{
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #231815;
	font-size: 30px;
	font-weight: bold;
}
#stylist{
	overflow: hidden;
}
.stylist_box{
	width: 300px;
	display: block;
	float: left;
	margin-right: 47px;
	margin-bottom: 50px;
	position: relative;
	margin-top: 2000px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	overflow: hidden;
	border: 1px solid #fff;
}
#stylist .stylist_box:nth-child(3n){
	margin-right: 0;
}

.stylist_box p{
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #fff;
}

.stylist_box p img{
	width: 100%;
	/*
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    */
}
.BWFilter{
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border: 1px solid transparent;
	top: 0!important;
	left: 0!important;
}

#assistant .stylist_box:nth-child(3n){
	margin-right: 0;
}


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



#sub_title{
	padding-bottom: 10%;
	margin-bottom: 0;
}
#sub_title h1{
	width: 35%;
}
#sub_title h1 img{
	width: 100%;
}
#staff_wrap{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
#stylist{
	margin-bottom: 30px;
	overflow: hidden;
}
h2{
	margin-bottom: 5%;
}
.stylist_box{
	width: 46%;
	height: inherit;
	margin-right: 0;
	margin-bottom:5%;
}
.stylist_box:nth-child(even){
	float: left;
}
.stylist_box:nth-child(odd){
	float: right;
}
.stylist_box p{
	width: 100%;
	box-sizing: border-box;
}
.BWFilter{
	display: none;
}
#assistant{
	overflow: hidden;
	margin-bottom: 15%;
}



}

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


#map{
	height: 250px;
}

}





































