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

#mainSliderArea {
	position: relative;
	background: url(images/bg-main.jpg) no-repeat center 0;
	width: 100%;
	overflow: hidden;
	/*
	height: 615px;
	margin-top: -226px;
	*/
	top: -162px;
	margin-bottom: -162px;
}
#mainSlider article {
	width: 100%;
	float: left;
	position: relative;
	height: 615px;
}
#mainSlider .bigimage {
	position: absolute;
	right: -131px;
	top: 69px;
}
#mainSlider .info {
	position: relative;
	z-index: 20;
	padding: 194px 0 50px;
	width: 432px;
}
#mainSlider .branch {
	font-size: 16px;
	font-weight: normal;
	color: #fefefe;
	margin: 0 0 19px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#mainSlider .name-light {
	font-size: 20px;
	font-weight: normal;
	color: #222222;
	line-height: 1.4;
	margin: 0 0 7px;
}
#mainSlider .name-bold {
	font-size: 33px;
	font-weight: 300;
	color: #353535;
	line-height: 1.2;
}
#mainSlider .name-strong {
	font-size: 57px;
	font-weight: 300;
	color: #222222;
	line-height: 1;
	text-align: right;
	margin: 0 19px 0 0;
}

#mainSliderNav {
	position: absolute;
	width: 200px;
	bottom: 20px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
}
#mainSliderNav a {
	display: inline-block;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 8px;
	text-indent: -9999px;
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.3);
}
#mainSliderNav a.selected {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	background: #01c7f1;
	background: -webkit-linear-gradient(top,  #01c7f1 0%,#056add 100%);
	background: -ms-linear-gradient(top,  #01c7f1 0%,#056add 100%);
	background: linear-gradient(to bottom,  #01c7f1 0%,#056add 100%);
}
