﻿.bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
}

.row .row.collapse {
	height: 600px;
}

.more {
	color: #3aa8ff !important;
	text-decoration: none;
}
.team{
	width: 100%;
	background: #F176B3;
}
.team>div{
	display: inline-block;
	float: left;
	width: 25%;
	height: 140px;
}
.padding-25{
	padding: 20px;
	line-height: 1.2;
}
.team p{
    font-size: 14px;
}
.team img{
	width: 100%;
	height: 100%;
	transition-property: transform;
	transition-duration: 0.2s;
}
