/**
 * @category	Individ
 * 2013 Individ LTD (http://individ.ru)
 */

#mainSolutionsArea {
	background: url(images/bg-solutions.jpg) no-repeat center 0;
	width: 100%;
	height: 497px;
	overflow: hidden;
}

#mainSolutionsArea .head {
	color: #fff;
	padding: 37px 0 23px;
}
#mainSolutionsArea h2 {
	font-size: 43px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin: 0;
}
#mainSolutionsArea .head p {
	width: 620px;
	float: right;
}

#mainSolutions article {
	cursor: pointer;
	position: relative;
	width: 202px;
	height: 259px;
	float: left;
	background: #fff;
	padding: 14px;
	margin: 0 11px 43px;
}

#mainSolutions article:hover {
	box-shadow: 0 8px 28px -1px #004;
	color: #0085e0;
}

/*#mainSolutions article:hover:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 43px;
	left: 0;
	bottom: -43px;
	background: url(../../../../images/sh-image.png) no-repeat 0 0;
	background-size: 100% 43px;
}*/
#mainSolutions article img {
	margin: 0 0 7px;
}
#mainSolutionsArea article .name {
	font-size: 19px;
	line-height: 1;
}
#mainSolutionsArea article a {
	color: #0085e0;
	text-decoration: none;
}

#mainSolutionsSlider {
	width: 526px;
	margin: 0 auto;
}
