* {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


::selection {
	background: #bfa57c;
	color: #fff;
}


   .banner {
		position: relative;
		max-width: 900px;
		min-width: 900px;
		overflow: auto;
		
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		min-height:200px;
		max-height:200px;
		color: rgba(255,255,255,.6);
		text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
		
		background: #5b4d3d;
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

    .banner ul {
		list-style: none;
		width: 100%;
		max-height: 200px;
		max-height: 200px;
	}
	
		
	.banner ul li {
		display: block;
		float: left;
		width: 100%;
		padding: 160px 0 110px;
		
		max-height: 200px;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	
	

.banner2 {
    

    position: relative;
	width: 225px;
	overflow: hidden;
	text-align: center;
	height:450px !important;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
	background: silver;
	
}

.banner2 ul  {
		list-style: none;
		width: 225px;
		height:450px;
	}



	
	
.banner2 ul li{
		display: block;
		float: left;
		width: 100%;
		padding: 160px 0 110px;
		max-height: 450px;
        height:450px;
		min-height: 450px;
		
/*		-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{
		font-size: 40px;
		line-height: 52px;
		
		color: #fff;
	}
	
	.banner .btn  {
		display: inline-block;
		margin: 5px 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, .banner2 .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active, .banner2 .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, .banner2 .btn, .banner2 .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 .arrows1 {
		position: absolute;
		left: 0;
		right: 0;
		
		bottom: 30px;

		filter: alpha(opacity=100);
	
		/* Older than Firefox 0.9 */
		-moz-opacity:1;
		
		/* Safari 1.x (pre WebKit!) */
		-khtml-opacity: 1;
		
		/* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
		opacity: 1;
	}
	
	
	.banner .arrows2 {
		position: absolute;
		left:100;
		right: 0;
		
		bottom: 30px;

		filter: alpha(opacity=100);
	
		/* Older than Firefox 0.9 */
		-moz-opacity:1;
		
		/* Safari 1.x (pre WebKit!) */
		-khtml-opacity: 1;
		
		/* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
		opacity: 1;
	}
	
	
	
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			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 , .banner2 .dots li.active{
				background: #fff;
				opacity: 1;
			}
		
	
	

	

.wrap {
	margin: 0 auto;
	width: 900px;
	max-height: 200px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {
	.wrap {
		width: 90%;
	}
	#logo {
		left: 50px;
		top: 30px;
	}
	
	.banner h1, .banner h2, .banner2 h1, .banner2 h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner ul li {
		padding-top: 100px;
		padding-bottom: 50px;
		height: 200px;
	}
	.banner p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
	}
	pre {
		overflow: auto;
	}
	.features li {
		width: 100%;
		margin-left: 10px;
		margin-bottom: 30px;
	}
	.how li {
		width: 90%;
	}
	.how pre {
		position: static;
		width: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.features li:before {
		background: url('img/icons2x.png');
		background-size: 100%;
	}
}