/* 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;
}
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;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.ubuntu-book,
.ubuntu, 
.ubuntu-semibold,
.ubuntu-bold {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
}

.ubuntu-book {
	font-weight: 300;
}
 
.ubuntu-semibold {
	font-weight: 600;
}

.ubuntu-bold {
 font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
}

.wrapper {
	margin: 0 auto;
	width: 95%;
}

html,
body,
#main,
#content {
	height: 100%;
}

body {
 min-width: 720px;

	line-height: 150%;
	font-family: arial, helvetica, verdana;
	font-size: 75%;
	color: #FFF;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}

body a {
	color: #FFF;
	text-decoration: underline;
}

body a.active,
body a:hover,
body a:active,
body a:focus {
	color: #FFF;
	text-decoration: none;
}

#main-bg-box {
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
}

#main-bg {
	position: fixed;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
}

#main {
	position: relative;
}

#main header {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 15px;	
	height: 50px;
	width: 100%;
	
	background: #231f20;
	background: rgba(35, 31, 32, 0.7);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}

#main header h1 {
	margin-top: -5px;
	float: left;
}

#header-menu {
	float: right;
}

#header-menu ul {

}

#header-menu ul li {
	display: inline;
	border-left: 1px solid #FFF;
	margin-left: 9px;
	padding-left: 11px;
}

#header-menu ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#lang-menu {
 margin-left: 20px;
 float: right;
}

#lang-menu li {
	display: inline;
	border-left: 1px solid #FFF;
	margin-left: 9px;
	padding-left: 11px;
}

#lang-menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#lang-menu li a {
 line-height: 100%;
 font-size: 115%;
 text-decoration: none;
}

#lang-menu li a.active {
 color: rgba(255, 255, 255, 0.5);
}

#arrow {
 display: none;
 position: fixed;
 top: 90%;
 right: 5%;
 margin: -27px -27px 0 0;
 
 z-index: 10; 
}

#arrow img {
 display: block;
}

#content {

}

.slide {
	padding-top: 10%;
	height: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}

#slide-1 {
	padding-left: 10%;
}

#slide-1 h1{
	margin: 30px 0;

	line-height: 130%;
	font-size: 280%;
}

#slide-1 p {
	line-height: 130%;
	font-size: 125%;
} 

#slide-2 {

}

#slide-2 ul {

}

#slide-2 ul li {
	display: inline-block;
	margin-right: -4px;
	width: 25%;
	
	text-align: center;
	vertical-align: top;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}

#slide-2 ul li img,
#slide-2 ul li p {
	margin: 0 auto;
}

#slide-2 ul li p {
	/* width: 218px; */
}

#slide-2 ul li p strong {
	display: block;
	
	text-align: center;
}

#slide-2 strong {
	margin: 30px 0;

	line-height: 130%;
	font-size: 220%;
}

#slide-2 p {
	line-height: 130%;
	font-size: 125%;
} 

#slide-3 {
	padding-top: 5%;
	
	text-align: center;
}

#slide-3 h1 {
	margin: 20px 0 10px 0;

	line-height: 110%;
	font-size: 300%;
}

#slide-3 h1 span {
	font-size: 50%;
}

#slide-3 p {
	line-height: 130%;
	font-size: 125%;
} 

#slide-4 {
	padding-top: 20%;
	padding-left: 65%;
}

#slide-4 h1 {
	margin: 0 0 30px 0;

	line-height: 150%;
	font-size: 300%;
	visibility: hidden;
}

#slide-4 h1 strong {
	font-size: 160%;
}

#slide-4 p {
	padding-left: 5px;

	line-height: 130%;
	font-size: 125%;
} 