
/* GLOBAL */



html {
	margin:0;
	padding:0;
	height:100%;
}



body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

p
{
	margin:5px 0;
	line-height:25px;
}

a
{
	text-decoration:none;
	color:inherit;
	transition: color .25s ease;
}

strong
{
	font-weight:bold;
}

figcaption strong
{
	border-bottom: 1px solid #D6D0C1;
	padding-bottom:10px;
	margin: 10px 0;
	display:block;
}

figcaption
{
	line-height: 25px;
	font-size:14px;
	width:200px;
}

hr
{
	background-color: #D6D0C1;
	border:0;
	height:1px;
	margin:20px 0;
}

.clear {
	clear: both;
}


img.photo-full {
	width: 580px;
}


/* HEADER */



#container {
   min-height:100%;
   position:relative;
}




header {
	width: 882px;
	min-height: 60px;
	margin: 0px auto;
	text-align: center;
	padding-top: 30px;
}

header #logo {
	position: relative;
	margin-left: -102px;
	margin-top: -10px;
	left: 50%;
	width: 204px;
	height: 197px;
}

header #logo img {
	width: 204px;
	height: 177px;
	text-align: center;
}

header nav {
	width: auto;
	height: 50px;
	text-align: center;
}

header nav ul {
	text-align: center;
	display: inline-block;
	height: 26px;
}

header nav ul li {
	padding: 0px 18px;
	width: auto;
	height: 26px;
	line-height: 26px;
	float: left;
}

header nav ul li.sep {
}

header nav ul li a {
	display: inline-table;
	width: auto;
	height: 26px;
	font-family: 'Bree Serif', serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}

header nav ul li.active a, header nav ul li:hover a {
	border-bottom: 3px solid #ec1e24;
}




.main-box {
	width: 882px;
	height: auto;
	background: #fff;
	background: rgba(255,255,255,0.75);
	text-align: left;
	margin: 0px auto 0px auto;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	font-family: 'Open Sans', serif;
	font-size: 13px;
	line-height: 22px;
	color: rgba(0,0,0,0.65);
	border-radius: 3px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.25);
}

.main-box-small {
	background-color: transparent;
	background-image: url('../img/white-box.png');
	background-repeat: repeat-y;
	box-shadow: none;
}

.bottom-box {
	height: 70px;
}

.main-box a {
	color: #d33832;
	text-decoration: none;
}

.main-box a:hover {
	color: rgba(0,0,0,0.9);
}

.main-box p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.main-box ul, .main-box ol {
	padding-left: 25px;
}

.main-box li {
	list-style: disc;
}

.main-box img {
	border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.main-box .inner {
	width: 822px;
	height: auto;
	padding: 30px;
	min-height: 20px;
	overflow: hidden;
}

.main-box .inner-small {
	width: 580px;
	padding-left: 15px;
	float: left;
}

.main-box .submenu {
	width: 200px;
	height: auto;
	padding: 25px 25px 20px 25px;
	float: left;
}

.main-box .submenu h2 {
	padding-left: 2px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.main-box .submenu h2 a {
	color: rgba(0,0,0,0.9);
}

.main-box .submenu h2 a:hover {
	color: rgba(0,0,0,1);
}

.main-box .submenu ul {
	padding-left: 0px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.main-box .submenu ul li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-image: url('../img/submenu_bg.png');
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.main-box .submenu ul li a {
	font-size: 14px;
	font-weight: normal;
	color: rgba(0,0,0,0.8);
	display: inline-table;
	width: 174px;
	height: auto;
	padding: 7px 0px 7px 26px;
}

.main-box .submenu ul li.active, .main-box .submenu ul li:hover {
	background-image: url('../img/submenu_bg_active.png');
}

.main-box .submenu ul li.active a, .main-box .submenu ul li a:hover {
	color: rgba(0,0,0,1);
}


footer {
	width: 882px;
	height: 40px;
	position:absolute;
	bottom:0;
	margin: 26px 0px 0px -441px;
	left: 50%;
	text-align: right;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: rgba(255,255,255,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}

footer a {
	color: rgba(255,255,255,0.8);
	text-decoration: underline;
}

footer a:hover {
	color: rgba(255,255,255,1);
}




.slider-box { position: relative; overflow: auto; margin: 20px 0px 10px 0px; }
.main-box .slider-box ul { padding-left: 0px; }
.main-box .slider-box li { list-style: none; height: 435px; width: 580px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.slider-box ul li { float: left; }
.main-box .slider-box li span { display: inline-block; background-color: rgba(0,0,0,0.6); color: #fff; text-shadow: 0px 1px 0px #000; font-weight: 400; padding: 10px; width: 560px; }




.slider-box .unslider-arrow {
	top: 170px;
}

.unslider-arrow {
	display: block;
	width: 47px;
	height: 110px;
	position: absolute;
	z-index: 10;
	top: 176px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.prev {
	left: 0px;
	background-image: url('../img/slider-prev.png');
}

.next {
	right: 0px;
	background-image: url('../img/slider-next.png');
}

.prev:hover, .next:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}



.unslider-control {
	display: block;
	width: 43px;
	height: 43px;
	position: absolute;
	z-index: 10;
	bottom: 12px;
	left: 268px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.unslider-control:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.unslider-control-pause {
	background-image: url('../img/unslider-control-pause.png');
}

.unslider-control-play {
	background-image: url('../img/unslider-control-play.png');
}







@media (max-width: 920px)
{
	
	header {
		height: auto;
		width: auto;
		margin-bottom: 20px;
		padding-top: 0px;
	}
	
	header #logo {
		position: relative;
		margin-left: -102px;
		margin-top: 12px;
		left: 50%;
		
	}
	
	header nav {
		height: auto;
		text-align: center;
		padding: 16px 0px;
		background-color: rgba(255,255,255,0.6);
		box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
	}
	
	header nav ul {
		display: inline-table;
	}

	header nav ul li {
		height: 32px;
	}

	header nav ul li.sep {
		padding-left: 18px;
	}
	
	.main-box {
		width: 80%;
		margin: 30px 0px 40px 10%;
	}
	
	.main-box-small {
		background-color: rgba(255,255,255,0.75);
		background-image: none;
		box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
	}
	
	.main-box .submenu {
		float: none;
		width: auto;
	}
	
	.main-box .submenu ul li a {
		width: auto;
	}
	
	.main-box .inner {
		float: none;
		width: auto;
		min-height: 10px;
	}
	
	.main-box img {
		width: 100%;
	}
	
	footer {
		position: static;
		width: auto;
		left: 0px;
		text-align: center;
		margin: 0px;
	}
	
	.bottom-box {
		display: none;
	}

}






