

.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	height:410px;
	text-align: center;
		
	background: #5b4d3d;
}
	.banner ul {
		list-style: none;
		width: 300%; height:410px;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 0px;
		height:410px;
		min-height:inherit;
		
/*		-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 .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 0px;
		clear: both;
		
		
	}
		.banner .btn:hover {
			background: #000;
		}
		.banner .btn:active {
			background:url(../../images/white.png) no-repeat;
		}
		
	.banner .btn, .banner .dot {
		background:url(../../images/grey.png) no-repeat;
	}
	
	.banner .dots {
		position: absolute;
		right: 10px;
		bottom: 0px;
	}
	*+html .banner .dots {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
		.banner .dots li {
			display: inline-block; float:left;
			width: 5px;
			height: 0px;
			margin: 0px;
			border-image-width: auto;
			text-indent: -999em;
			border: none;
			cursor: pointer;
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background:url(../../images/white.png) no-repeat;
				opacity: 1;
			}
		


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {


	.wrap {
		width: 90%;
	}

	
	.banner h1, .banner h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner ul li {
		padding-top: 0px;
		padding-bottom: 0px;
		height: 240px;
	}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
	}
	pre {
		overflow: auto;
	}
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.features li:before {
		background: url('img/icons@2x.png');
		background-size: 100%;
	}
}