#special{
	background: #4b4f53 url('/img/main/sale.jpg') no-repeat center;
	height:380px;
	width: 100%;
	transition: height 0.5s;
	position: relative;
}

#special:hover{
	height: 400px;
}

#special div{
	width: 948px;
	margin: auto;
}

#support{
	padding: 60px 0;
	background: url('/img/features_bg.jpg');
}

.minibanner{
	height:130px;
	width: 100%;
	transition: all 0.3s;
	box-shadow: 0 0 20px #666;
	display: block;
	text-decoration: none;
	position: relative;
}

.minibanner h2{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	color: #fff;
	text-shadow: 0 2px 3px #333;
}

.minibanner p{
	position: absolute;
	top: 50%;
	margin-top: 15px;
	font-family: 'Din Thin', sans-serif;
	font-size: 15px;
}

#special h2{
	width: 948px;
	text-align: right;
	margin-top: 80px;
}

#special p{
	margin-top: 130px;
	color: #fff;
	text-align: right;
	width: 948px;
}

.minibanner div{
	width: 948px;
	margin: auto;
}

.minibanner:hover{
	height: 150px;
	margin-top: -20px;
}

#dur{
	background: #e3d0ca url('/img/main/dur.jpg') no-repeat center;
}

#gun{
	background: #dbd6d3 url('/img/main/gun.jpg') no-repeat center;
}

#shr{
	background: #beafd0 url('/img/main/shr.jpg') no-repeat center;
}

#aeg{
	background: #d9d7dc url('/img/main/aeg.jpg') no-repeat center;
}

#cole{
	background: #d9d7dc url('/img/main/cole.jpg') no-repeat center;
}

#cols{
	background: #d9d7dc url('/img/main/cols.jpg') no-repeat center;
}

#kuv{
	background: #d9d7dc url('/img/main/kuv.jpg') no-repeat center;
}

#support h2{
	color: #fff;
	text-shadow: 0 2px 3px #333;
}

#download{
	display: block;
	background: #6c49a7;
	border: none;
	color: #fff;
	width: 264px;
	height: 67px;
	float: right;
	line-height: 67px;
	text-align: center;
	margin-top: 15px;
	margin-right: 0;
	text-decoration: none;
	font-size: 15px;
	margin-top: -150px;
}

#download:hover{
	color: #fff;
	background: #553590;
}

#about{
	background: #fcfbfa url('/img/gallery_bg.png');
	padding: 60px 0;
}

#about h1{
	font-family: Din, sans-serif;
	font-weight: 300;
	font-size: 44px;
	margin-bottom: 25px;
	color: #333;
	text-decoration: none;
}