/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL ----------------------------------------------- */
html, body {
	height: 100%;
}
body {
	background: #171717;
	font-family: 'Ubuntu', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	min-width: 990px;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}
hr.clear {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
}

/* BOX -------------------------------------------------- */
.box {
	color: #fdfdfe;
	background: #1c1c1c;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.6);
	margin-bottom: 20px;
}
.box_content {
	background: url(../img/box_bg.gif) no-repeat center top;
	padding: 16px 20px 6px;
}
.box a:link, .box a:visited {
	color: #fdfdfe;
	text-decoration: none;
}
.box a:hover, .box a:active, .box a:focus {
	color: #b8b8b8;
}
.box h2 {
	font-size: 15px;
	font-weight: 300px;
	line-height: 20px;
	padding: 12px 20px 10px;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}
.box p {
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 13px;
	text-shadow: 1px 1px 0px #000;
}

/* BOX FORM --------------------------------------------- */
.box form {
	margin-bottom: 13px;
}
.box input.text {
	background: #262626;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000; 
	border-right: 1px solid #373737;
	border-bottom: 1px solid #373737;
	color: #9c9c9c;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 5px;
	text-shadow: 1px 1px 0px #000;
	width: 102px;
}
.box input.name {
	margin-right: 12px;
}
.box textarea {
	background: #262626;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000; 
	border-right: 1px solid #373737;
	border-bottom: 1px solid #373737;
	color: #9c9c9c;
	font-family: 'Ubuntu', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 5px;
	text-shadow: 1px 1px 0px #000;
	width: 228px;
}
.box .submit_de {
	border: none;
	width: 74px;
	height: 23px;
}

/* PAGE ------------------------------------------------- */
.page {
	background: url(../img/page_bg.gif) repeat-x left top;
	min-height: 100%;
	position: relative;
}

/* MAIN ------------------------------------------------- */
.main {
	/*background: url(../img/main_bg.png) no-repeat center top;*/
	width: 100%;
	min-height: 472px;
	margin: 0 auto;
	/*padding-bottom: 163px;*/
}
.landingpage .main {
	background: none;
	min-width: 990px; 
}


h1, h2, h3, h4, h5 {
	color: #fdfdfe;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 1.8em;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}

p {
	font-size: 16px;
	line-height: 1.5;
}

ol, ul {
	color: #fdfdfe;
	font-size:16px;
	margin-bottom:1.8em;
    display: block;
    list-style-type: disc;
    padding-left: 30px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}


/* NAVI ------------------------------------------------- */
.nav_wrapper {
	background: url(../img/nav_bg.png) no-repeat left 36px;
	margin: 0 auto 18px;
	width: 990px;
	height: 131px;
	padding-top: 36px;
}
ul.nav {
	margin: 45px 26px 0 0;
	text-align: right;
}
ul.nav li {
	display: inline;
}
ul.nav a:link, ul.nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
	font-weight: 300;
	margin-left: 25px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #b8b8b8;
}
ul.nav a.active {
	color: #b8b8b8;
}

/* LANGUAGE WRAPPER ------------------------------------- */
.language_wrapper {
	width: 990px;
	height: 350px;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	top: 50%;
	padding-top:150px;
}
.language_links {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 2px;
	text-shadow: 1px 1px 0px #000; 
	background: url(../img/language_bg.png) no-repeat center top;
	height: 86px;
	width: 990px;
	margin-top: 99px;
	padding-top: 47px;
}
.language_links a:link, .language_links a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.language_links a:hover, .language_links a:active, .language_links a:focus {
	color: #b8b8b8;
}

/* HOME ------------------------------------------------- */
.content_home {
	/*background: url(../img/hr.png) no-repeat left bottom;*/
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.content_home p.quote {
	position: absolute;
	left: 390px;
	top: 130px;
	color: #fdfdfe;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000; 
}
.content_home p.quote .author {
	display: block;
	font-size: 12px;
	margin-left: 254px;
}

/* ABOUT ------------------------------------------------ */
.content_about {
	margin: 0 auto;
	width: 730px;
}
.content_about h1 {
	color: #fdfdfe;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.content_about p {
	color: #fdfdfe;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 22px;
}
.content_about .col_1 {
	float: left;
	width: 435px;
	padding-top: 95px;
}
.content_about .col_2 {
	margin-left: 555px;
}

/* GALLERY ---------------------------------------------- */
.content_gallery {
	margin: 0 auto;
	width: 940px;
	padding-bottom:38px;
}
.peKenBurns {
	width: 930px;
	height: 510px;
}                             
/* set border size to 0px */
.peKenBurns .peKb_slides {
	padding: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
}                         
/* set controls margins to 0px */
.peKenBurns .peKb_controlsInner .peKb_holder{
	margin: 0px;
}

/* CONTACT ---------------------------------------------- */
.content_contact {
	margin: 0 auto;
	width: 940px;
	padding-bottom:18px;
}
.content_contact .col_1 {
	float: left;
	width: 630px;
}
.content_contact .col_2 {
	float: right;
	width: 280px;
}
.content_contact .peKenBurns {
	width: 630px;
	height: 510px;
}  

/* LEGAL NOTICE ----------------------------------------- */
.content_legal-notice {
	margin: 0 auto;
	width: 940px;
}
.content_legal-notice h1 {
	color: #fdfdfe;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.content_legal-notice p {
	color: #fdfdfe;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 22px;
}
.content_legal-notice a:link, .content_legal-notice a:visited {
	color: #b8b8b8;
	text-decoration: none;
}
.content_legal-notice a:hover, .content_legal-notice a:active, .content_legal-notice a:focus {
	color: #fff;
}

/* FOOTER ----------------------------------------------- */
.footer {
	background: url(../img/footer_bg.gif) repeat-x left top;
	color: #3f3f3f;
	font-size: 12px;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 103px;
}
.footer a:link, .footer a:visited {
	color: #3f3f3f;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #fff;
}
.footer .col_wrapper {
	background: url(../img/footer_gradient_bg.gif) no-repeat center top;
	width: 940px;
	height: 103px;
	margin: 0 auto;
}
.footer .col_1 {
	float: left;
	padding-top: 42px;
}
.footer .col_1 p {
	text-shadow: 1px 1px 0px #000; 
}
.footer .col_2 {
	padding-top: 36px;
	float: right;
}
.footer .link_facebook {
	margin-right: 9px;
}