* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height:30px;
	font-style:italic;
	text-align: center;
   	/*text-shadow:-1px 1px 0 rgba(7,123,182,.56) !important;*/
	color:fff;
	background:transparent;
}

.banner ul {
	list-style: none;
	width: 300%;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	padding: 50px 0 90px;
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
}
	
.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;
		color: #fff;
}
	
.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
}

.banner .btn:hover {
			background: rgba(255,255,255,.05);
}

.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
		
.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
	
.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
}

.banner .dots li {
			display: inline-block;
			width: 15px;
			height: 15px;
			margin: 0 4px; 				
			background: #000;
			text-indent: -999em;
	
			border: 2px solid #fff;
			border-radius: 10px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
}

.banner .dots li.active {
				background: #000;
				opacity: 1;
}

		
.footer {
	padding: 80px 0 60px;
	text-align: center;
}

.footer .btn {
		display: inline-block;
		padding: 13px 24px 10px;
		margin-bottom: 15px;
		
		background-color: #c4652d;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d07936), to(#b95124));
		background-image: -webkit-linear-gradient(top, #d07936, #b95124);
		background-image: -moz-linear-gradient(top, #d07936, #b95124);
		background-image: -o-linear-gradient(top, #d07936, #b95124);
		background-image: -ms-linear-gradient(top, #d07936, #b95124);
		background-image: linear-gradient(top, #d07936, #b95124);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d07936', EndColorStr='#b95124');
		
		border-radius: 5px;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), inset 0 -1px 2px rgba(0,0,0,.15), inset 0 2px 0 rgba(255,255,255,.2), 0 1px 1px rgba(0,0,0,.1);
		
		color: #fff;
		text-shadow: 0 1px 2px rgba(0,0,0,.2);
		
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		text-transform: uppercase;
		
		border: none;
}
.footer .btn:hover {
			opacity: .95;
			color: #fff;
	}
.footer .btn:active {
			opacity: 1;
			background-color: #bc5f29;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#b55625), to(#c3692d));
			background-image: -webkit-linear-gradient(top, #b55625, #c3692d);
			background-image: -moz-linear-gradient(top, #b55625, #c3692d);
			background-image: -o-linear-gradient(top, #b55625, #c3692d);
			background-image: -ms-linear-gradient(top, #b55625, #c3692d);
			background-image: linear-gradient(top, #b55625, #c3692d);
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b55625', EndColorStr='#c3692d');
			
			box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), inset 0 -1px 2px rgba(255,255,255,.1), inset 0 2px 2px rgba(0,0,0,.2), 0 1px 1px rgba(0,0,0,.1);
	}
	.footer a {
		margin: 0 4px;
		
		color: #79654e;
		text-decoration: none;
		border-bottom: 1px solid #ddd2c6;
}
.footer a:hover {
			color: #665139;
			border-color: #d1bfa9;
	}

.wrap {
	margin: 0 auto;
	width: 960px;
}

@media only screen and (min-width:760px) and (max-width: 1010px) {
	.wrap {
		width: 90%;
}

	.banner h1, .banner h2 {
		font-size: 24px;
		line-height: 30px;
}
	.banner ul li {
		padding-top: 50px;
		padding-bottom:100px;

}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
}

}


@media only screen and (min-width:421px) and (max-width: 759px) {
	.wrap {
		width: 90%;
}

	.banner h1, .banner h2 {
		font-size: 24px;
		line-height: 30px;
}
	.banner ul li {
		padding-top: 50px;
		padding-bottom:100px;

}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
}

}

@media screen and (max-width: 420px){
	
		.wrap {
		width: 90%;
}

	.banner h1, .banner h2 {
		font-size: 24px;
		line-height: 30px;
}
	.banner ul li {
		padding-top: 50px;
		padding-bottom:100px;

}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
}

}






@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.features li:before {
		background: url('img/icons@2x.png');
		background-size: 100%;
}
}