.unslider {	position: relative;	width: 100%;	overflow: auto;	font-size: 18px;	line-height: 24px;	text-align: center;	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: transparent;	box-shadow: 0 1px 2px rgba(0,0,0,.25);    border-bottom: 3px solid #008429;
max-height:412px;
}
	.unslider ul {
		list-style: none;
		width: 300%;
		margin:0px !important;
		padding:0px !important;
	}
	.unslider ul li {		
	display: block;
	float: left;
	width: 33%;	
    background-repeat: no-repeat !important;
	min-height: 412px; 
	padding: 285px 0 110px;
    -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); 

	}
	
	.unslider h1, .unslider h2 {
		font-size: 40px;
		line-height: 52px;
		
		color: #fff;
	}
	
	.unslider .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;
	}
		.unslider .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.unslider .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));
		}
		
/*	.unslider .btn, .unslider .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));	}*/
	
	.unslider .dots {	
	position: absolute;
	/*		left: 0; */
	right: 25%;
	bottom: 0px; 
	margin:0px;	
	}
		.unslider .dots li {display: inline-block;
		width: 32px;
		height: 29px;
		line-height:29px;
		margin: -2px 4px;
/*	text-indent: -999em;
 			border-radius: 6px;
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
            border: 2px solid #008429;			
			opacity: .4;
			*/
			cursor: pointer;
            background:#C7C7C7;
			color:#FFF;
			}
			.unslider .dots li.active {
			background: #008429;
			opacity: 1; 
			color:#fff;	
			}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px), (max-width: 900px) {
	
	.unslider h1, .unslider h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.unslider ul li {
		padding-top: 100px;
		padding-bottom: 50px;
		height: 240px;
	}
	.unslider p {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
	}
}
}