



::selection {
	background: #bfa57c;
	color: #fff;
}


.banner h1 {
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
}
.banner	h2 {
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
		font-size: 28px;
		padding-bottom: 60px;
	}
.banner	b {
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		font-size: 16px;

		color: #c3522f;
	}

.banner p {
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
		/*color: #c7c2c1;*/
		/*color: orange;*/
		color: white;
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
}
#title {
	margin: 0;
	padding: 50px 0 50px 30px;
}
#title h1 {
	margin: 0;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
}
	
#logo {
	position: absolute;
	left: 80px;
	top: 40px;
	z-index: 2;

	margin-left: -17px;
}

.banner {
	position: relative;
	width: 100%;
	overflow: auto;

	font-size: 18px;
	line-height: 24px;
	text-align: center;

	color: rgba(255,255,255,.6);
	/*-remove text-*/
	/*
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	*/

	/*background: #5b4d3d; */
	background: transparent;
	/*background: rgb(222,178,123);*/
	/*background: white;*/
	
	/*box-shadow: 0 1px 2px rgba(0,0,0,.25);*/
	/*box-shadow: 0 1px 2px rgba(255,255,255,255);*/
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		/*width: 300%;*/
		width: 100%;
		/*padding-bottom: 130px;*/
		/*height: 569px;*/
	}
	.banner ul li {
		display: block;
		float: left;
		width: 100%; 		
		/*min-height: 438px;*/
		min-height: 238px;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		/*box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);*/
		/*box-shadow: inset 0 -3px 6px rgba(255,255,255,255);*/
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.banner .inner {
		/*padding: 295px 0 0px;*/
		padding: 0px 0 0px;
		margin-top: -90px;
		/*margin-bottom: 70px;*/
	}

	.banner h1, .banner h2 {
		/*font-size: 40px;*/
		font-size: 28px;
		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; */
		bottom: 10px;
	}
		.banner .dots li {
			display: inline-block;
			
			width: 10px;
			height: 10px;
			/*margin: 0 4px;*/
			margin: 0 6px;
			
			/*
			width: 20px;
			height: 20px;
			margin: 0 8px;
			*/
			/*text-indent: -999em; */

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;
			
			/*text-decoration: line-through 3px red;*/ 

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
		
		.banner .dots li > span {
			color:transparent;
		}
		
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		/*bottom: 20px;*/
		right: 20px;
		color: #fff;
		bottom: 5px;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}

.wrap {
	margin: 0 auto;
	width: 960px;
}

@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 {
		font-size: 24px;
		line-height: 30px;
	}
	.banner ul li {
		height: 240px;
	}
	.banner .inner {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.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%;
	}
}
