@charset "utf-8";
/* CSS Document */

/** {
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
}*/

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

/*body {
	color: #a48d66;
	font: 14px/23px Georgia, "Times New Roman", Times, serif;
}*/

h1, h2, h3, h4 {
	font-weight: 300;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	}

/*	b {
		font-weight: 500;
		font-size: 16px;
		
		color: #c3522f;
	}*/

/*#logo {
	position: absolute;
	left: 80px;
	top: 40px;
	z-index: 2;
	
	margin-left: -17px;
}*/

.slideshowheader {
	position: relative;
	width: 998px;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	/*text-align: center;*/
	
	color: rgba(255,255,255,1);
	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);*/
	
	margin: 0 auto;
	}
	.slideshowheader ul {
		list-style: none;
		width: 998px;
	}
	.slideshowheader ul li {
		display: block;
		float: left;
		width: 998px;
		padding: 0 0 0 0;
		margin: 0;
/*		min-height: 350px;*/
		height: 350px;
		
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
  		-ms-background-size: 100% 100%;
		background-size: 100% 100%;
		
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		*/
		-webkit-box-shadow: inset 0px 1px 3px 1px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0px 1px 3px 1px rgba(0,0,0,.2);
		box-shadow: inset 0px 1px 3px 1px rgba(0,0,0,.2);
	}
	
	.slideshowheader h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform:none;		
		font-size: 34px;
		line-height: 42px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	
	.slideshowheader p {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform:none;		
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		margin: 0;
		padding: 0;
	}	
	.slideshowheader .btn {
		display: inline-block;
		margin: 12px 0 0 0;
		padding: 4px 12px 3px;
		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;*/
	}
		.slideshowheader .btn:hover {
			background: rgba(255,255,255,.3);
		}
		.slideshowheader .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));
		}
		
	.slideshowheader .btn, .slideshowheader .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));
	}
	
	.slideshowheader .dots {
		position: absolute;
		left: 463px;
		right: 0;
		bottom: 12px;
	}
		.slideshowheader .dots li {
			display: inline-block;
			width: 6px;
			height: 6px;
			margin: 0 4px;
			padding: 0;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .5;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;

		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;			*/	
		}
			.slideshowheader .dots li.active {
				background: #fff;
				opacity: 1;
			}

/*
.wrap {
	margin: 0 auto;
	width: 998px;
}*/
