@charset "utf-8";

#container{
}

#banner{
	background:url(../imgs/about_banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:359px;
}

.element{
	margin-top: 10px;
	margin-bottom: 10px;
}

.about{
	text-align: left;
}
.about video{float: left;} 
.about .text-about{
	float: left;
	width: 500px;
	margin-left: 20px;
	color:#4d4959;
	line-height:21px;
}
.about .text-about h2{
	margin-bottom: 20px;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.about .text-about p{
	font-weight:400;
	font-size: 14px;
	color:#8F8F8F;
	margin-top:10px;
	margin-bottom:10px;
	line-height:21px;
}

#RecomSite{
	background:url(../imgs/about_recom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top: 100px;
	padding-bottom:100px;
	margin-top:110px;
	text-align: center;
}
.wrapeBo{
	border: 1px solid white;
	z-index: 20;
	color: white;
}

.wrapeBoText{
	width: 800px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0px auto;
}
.wrapeBoText h1{
	color: #fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.wrapeBoText p{
	line-height: 21px;
	font-weight:400;
	font-size: 14px;
	color:#fff;
}



.workTD h3{
	font-size: 20px;
	font-weight: bold;
	color: #4d4959;
/*	text-transform:uppercase;*/
}
.workTD p{
	font-weight:400;
	font-size: 14px;
	color:#4F4F4F;
	margin-bottom:10px;
	line-height:21px;
}

.workTD{
	width: 300px;
	float: left;
	margin-right: 30px;
}


.winterRV{
	width: 970px;
	height: 742px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../imgs/about_winter.jpg);
}
.winterRVT {
	padding-top: 33% ;
	font-size: 11px;
	line-height: 20px;
} .winterRVT h3{ font-size: 14px;} .winterRVT a{ font-size: 25px; color: #4d4959;} 
.winterRVT a:hover{ color: #f4a48f; transition:all 0.5s ease;}


#picTeam{	
	margin: 0px auto;
    width: 1260px;
	color:#fff;
}
.member{
	width: 252px;
	height: 350px;
	float: left;		
	display:inline;
	cursor:pointer;
	color:#fff;
	text-align: center;
}



#picTeam .img-over:hover{
	opacity:1;
}


#picTeam .img-over{
	padding: 110px 10px;
    margin: 10px;
	background:rgba(255,149,150,0.8);
	opacity:0;
	transition:all 1s ease;
	color:#fff;
}

#picTeam .social .social-icon{
	padding:10px;
	margin-top: 10px;
	background:#fff;
	color:#4d4959;
	border-radius:50%;
	width: 20px;
	display: inline-block;
	margin-left: 5px;
    margin-bottom: 17px;
	cursor:pointer;
	transition:all 0.5s ease;
}

#picTeam .social .social-icon:hover{background:#4d4959; color:#fff;}
#picTeam .social .social-icon a{color:#4d4959;}
.img-over h3{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#fff;
}

.img-over p{
	font-size:16px;
	font-weight:200;
	letter-spacing:1px;
	color:#fff;
}
