.page h1{
	border: none;
}
body{
	background-color: #f8f8f8;
}
div.header {
	background-color: #ffffff;
}
.team{
	width:904px;
	margin: auto;
}
.team > div{
	background-color: #ffffff;
	display: block;
	float: left;
	width:284px;
/*	height: 170px;*/
	position: relative;
	margin-right: 26px;
	margin-bottom: 26px;
}
.team > div:nth-child(3n){
	margin-right: 0;
}
.team > div a h3{
	font-family: UniversLTCYR-45Light;
	font-size: 14px;
	color: #9f6847;
	text-align: center;
	letter-spacing: 0.0714em;
	line-height: 24px;
	padding: 16px 0 0 0;
	text-transform: uppercase;
}
.team > div a .thumb{
	height: 130px;
    background: url(../images/trans.gif) center center  no-repeat;
}
.team > div .about{
	text-align: center;
	margin: -15px 0 25px;
	line-height: 18px;
}
.team > div .controls{
	position: absolute;
	right: 0px !important;
	top: auto !important;
	bottom: 10px;
	opacity:0;
}
.team.firstRow > div{
	background-color: transparent;
	width:904px;
	/*margin: 0 310px !important;*/
}
.team.firstRow > div > a{
	background-color: #ffffff;
	width:284px;
	float: left;
}
.team.firstRow > div > .about{
	background-color: #ffffff;
	width:542px;
	float: right;
	margin: 0;
	height: 150px;
	padding: 20px 26px 0 26px;
	text-align: left;
	line-height: 21px;
}

.team:hover > div .controls{
	opacity:0.1;
}
.team > div:hover .controls{
	opacity:0.5;
}
.team > div .controls:hover{
	opacity:1;
}
.team > div > a:hover{
	text-decoration: none;
}




body.phone .team{
	width:auto;
    padding: 0 12px;
}
body.phone .team> div {
    display: block;
    float: none;
    width: 100%;
    /* height: 170px; */
    margin-right: 0;
    margin-bottom: 12px;
}
body.phone .team.firstRow > div > a {
    display: block;
    background-color: #ffffff;
    width: 100%;
    float: none;
    margin-bottom: 12px;
}

body.phone .team.firstRow > div > .about {
    background-color: #ffffff;
    width: auto;;
    float: none;
    margin: 0;
    height: auto;
    padding: 20px 26px 12px 26px;
}