@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600|Josefin+Sans:400,300|Dosis:400,200,300,500,600|Yanone+Kaffeesatz:400,200,300,700|Astloch:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic);

@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body{
 font-family: 'Roboto';
width:100%;
height:100%;
font-weight: 200;
color: #FFFFFF;
letter-spacing: 1px;
line-height: 1.5em;
}

.navigation{
	position:fixed;
	z-index:1;
	top:20px;
	display: none;
}
.navigation li{
	color:#FFF;
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align:left;
	width:53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.logo{
/*position:fixed;
top:50%;
width:300px;
left:50%;
margin-left:-150px;
*/
margin-top: 12%;
z-index:1;
}

img.logo_small {
	width: 150px;
	height: auto;
	position: absolute;
	right: 30px;
	top: 30px;*/
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	/*box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);*/
}

.clouds {
	width:100%;
	height:100%;
	position: absolute;
	background-image: url(../images/clouds2.png);
	background-repeat: repeat-x;
	animation: moveclouds 150s linear infinite;
	-webkit-animation: moveclouds 150s linear infinite;
	-moz-animation: moveclouds 150s linear infinite;
	-o-animation: moveclouds 150s linear infinite;
	-ms-animation: moveclouds 150s linear infinite;
	background-size: 1200px auto;
	text-align: center;
}

@-webkit-keyframes moveclouds {
	0% {background-position: 0 0;}
	100% {background-position: 1200px 0;}
}
@-moz-keyframes moveclouds {
	0% {background-position: 0 0;}
	100% {background-position: 1200px 0;}
}

@-o-keyframes moveclouds {
	0% {background-position: 0 0;}
	100% {background-position: 1200px 0;}
}

@-ms-keyframes moveclouds {
	0% {background-position: 0 0;}
	100% {background-position: 1200px 0;}
}

@keyframes moveclouds {
	0% {background-position: 0 0;}
	100% {background-position: 1200px 0;}
}

.wrapper{
	/*width:960px;*/
	width: 100%;
	height:200px;
	margin:0 auto;
	position:absolute;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size: 1.5em;
	/*font-weight:bold;*/
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	margin-left: -25px;
	height:50px;
	position:absolute;
	bottom:30px;
	left:50%;
	background-color: rgba(161,174,178,0.3);
	/*background-color: rgba(255,255,0,0.3);*/
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	border-radius: 25px;
	z-index: 999;
}
.button:hover{
	background-color: #39fbe2;
	cursor:pointer;
}

.button.top{
	top:30px;
	background-image:url(../images/arrow2.png);
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	background-color: #ccc;
	background-image: url(../images/slider2.jpg);
	background-repeat: repeat-x;
	background-position: center center !important;
	
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-color:#fff;
	
}

#slide2 .center,
#slide4 .center {
	max-width: 780px;
	position: relative;
	margin:  0 auto;
	padding-top: 70px;
}

/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-color: #0d404f;
}
#slide3 img:first-child{
	position:absolute;
top: 700px;
left: 300px;
}
#slide3 img:nth-child(2){
	position:absolute;
	top:100px;
	left:100px;
}
#slide3 img:nth-child(3){
	position:absolute;
	top:150px;
	left:300px;
}
#slide3 img:nth-child(4){
	position:absolute;
	top:450px;
	left:300px;
}
#slide3 img:nth-child(5){
	position:absolute;
	top:200px;
	right:300px;
}
#slide3 img:nth-child(6){
	position:absolute;
	top:100px;
	right:300px;
}
/******************************
 SLIDE 4 
*******************************/

#slide4{
	/*background-image:url(../images/Slide4/desktop4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color: #ccc;
	background-image: url(../images/slider2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom !important;
}
#slide4 .parallaxbg {
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

.headline { width: 100%; padding: 0; color: #fff !important; text-align: center; margin: 50px 0 0;}
.headline h1 { font-size: 2em; font-weight: 200;}


ul.two_columns {
	width: 90%;
	overflow: hidden;
	padding: 5% 0 0 0;
	margin: 0 auto;
	display: inline-block;;
}

ul.two_columns:after {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.two_columns > li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

ul.two_columns > li li {
	padding: 15px 0 12px;
	background: url('../images/line.png') repeat-x top left transparent;
}

ul.two_columns > li h1 {
	font-size: 3em;
	font-weight: 200;
}

ul.two_columns li .inner{
	margin: 30% 20%;
}

.center {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 300;
}
a.white { color: #fff; text-decoration: none; font-size: 1.3em; font-weight: 200;}
a:hover.white { text-shadow: 0 0 50px #fff;}
.designed { position: absolute; z-index: 999; bottom: 30px; width: 100%; text-align: center;}
h1.verybig { font-size: 7em; text-shadow: 0 0 50px #fff; font-weight: 200;}

a { curser: pointer !important;}


.h1_who,
.who {
	color: #a1aeb2;
	text-transform: uppercase;
	font-weight: 300;
}

.h1_who {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 100px 0 50px;
}

h1.marketing {
	font-size: 2em;
	font-weight: 200;
	margin: 100px 0 100px 0;
}

.green {
	color: #2ECC71;
}


.btn {
    background-color: #2ECC71;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #FFFFFF;
    line-height: 22px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.25s ease 0s;
    font-size: 1em;
    line-height: 20px;
    padding: 12px 18px 11px;
    font-weight: 300;
    margin: 50px 20px;
    text-transform: uppercase;
}

.btn:hover {
	background-color: #39fbe2;
}
