@charset "UTF-8";

html {
	height: 100%;			
}

body {
	height: 100%;
	/*background: #83a225;*/
	background: #FFFFFF;
	margin: 0px;
}

img {
	display: block;
	border: none;
}

iframe {
	display: block;
}

.container {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: url(../images/img_bckg_page.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bckg {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	behavior: url(PIE.htc);
}


/*************************************
	Menu
 *************************************/


nav {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #000000;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	margin: 0;
	padding: 0;
	z-index: 1000;
}

nav a {
	color: #FFFFFF;
	text-decoration: none;
}

nav a:hover, nav .active {
	font-weight: 700;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	display: inline;
	list-style: none;
}

nav #cont {
	position: relative;
	display: block;
	width: 820px;
	margin: 0 auto 0 auto;
	padding: 0;
}

nav #main {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 64px;
	margin: 0;
	padding: 0;
}

nav #main li {
	padding: 0 10px 0 0;
}

/*nav #main li:nth-child(1) {
	position: fixed;
	font-family: 'Bree Serif', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 56px;
}

nav #main li:nth-child(1) .active, nav #main li:nth-child(1) a:hover {
	font-weight: 400;
}*/

nav #main li:nth-last-child(1) {
	padding: 0;
}


nav #home li {
	position: absolute;
	font-family: 'Bree Serif', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 54px;
	margin: 0;
	padding: 0;
}

nav #home li .active, nav #home li a:hover {
	font-weight: 400;
}


/*************************************
	Page
 *************************************/


a {
	color: inherit;
	text-decoration: none;
}

p, .author {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

button {
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.bt {
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #A8C745;
	font-size: 14px;
	line-height: 26px;
	border: solid 1px rgba(0, 0, 0, 0.4);
	padding: 0 25px 0 25px;
}

.page {
	position: relative;
	width: 820px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.page p {
	font-size: inherit;
	font-weight: 400;
	line-height: 24px;
	color: inherit;
	text-shadow: inherit;
	margin-bottom: 20px;
}

.author {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
	margin-top: 10px;
}

.page h1 {
	font-family: 'Bree Serif', serif;
	font-size: 32px;
	font-weight: 300;
	color: #a8c745;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.45);
}

.page h2 {
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	font-weight: 300;
	color: #a8c745;
	margin-bottom: 20px;
}

.page h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	color: #666666;
}

.nrm {
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

.alt {
	font-size: 14px;
	color: #333333;
	text-shadow: none;
}

.enlarge {
	font-size: 18px;
}

.page .bold {
	font-weight: 700;
}

.page .italic {
	font-style: italic;
}

.col {
	float: left;
	width: 400px;
}

.supp_cont {
	position: relative;
}

.supp {
	width: 615px;
	height: 468px;
	background: #FFFFFF;
}

.supp_mask {
	position: absolute;
	width: 615px;
	height: 468px;
	overflow: hidden;
}


/*************************************
	Slider
 *************************************/


.slider-nav { 
	display: none;
	margin-top: -40px;
}

.slider-nav button {
	display: block;
	float: left;
	background: #FFFFFF;
	margin: 0 10px 0 0;
}

.slider {
	width: 820px;
	height: 468px;
	overflow: scroll;
	margin: 25px 0 0 0;
}

.slider ul {
	width: 10000px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider li {
	float: left;
	width: 820px;
	margin: 0;
	padding: 0;
}

.slider .col {
	float: left;
	width: 180px;
	margin: 0 25px 0 0;
}

.slider button {
	display: inline;
}