@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Tauri);
@import url(http://fonts.googleapis.com/css?family=Karla:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@font-face {
	font-family: 'entypo';
	src:url('../fonts/entypo.eot');
	src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/entypo.woff') format('woff'),
		url('../fonts/entypo.ttf') format('truetype'),
		url('../fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

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

a.link:hover{
	background: #42A0C0;
}

ul{
	list-style: none;
}

[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
}

body{
	font-family: Georgia, Times, "Times New Roman", serif;
}

wrapper{
	display: block;
}
header, footer{
	padding: 110px 20px;
	text-align: center;
	position: relative;
	z-index: 2;
	background: white;
}

header h1{
	padding: 0 0 50px;
}

header h2{
	font-family: 'Fjalla One', sans-serif;
	font-size: 64px;
	margin-bottom: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px gray;
}
.opener{
	position: relative;
	z-index: 3;
}
.more{
	font-size: 16px;
	font-weight: bold;
	background: #42A0C0;
	color: white;
	padding: 15px 50px;
	/* border-radius: 5px; */
	position: absolute;
	margin: -25px 0px 0px -125px;
	left: 50%;
	display: block;
	width: 250px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;

}

.more:hover{
	background: black;
}
content{
	display: block;
	color: white;

}
content > section{
	padding: 50px 40px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	z-index: 2;
}
content > section:first-child{
	background: #000;
}
content > section:nth-child(2){
	background: rgba(0,0,0,.8);
}
content > section:nth-child(3){
	background: #111;
}
content > section h2{
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #222;
}

content > section h3{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #222;
}


content > section stitle{
	display: block;
}
content > section stitle h2{
	width: auto;
}
content > section stitle p{
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
	position: relative;
	top: 10px;
	color: #cecece;
}
content > section columns{
	display: block;
	
}
content > section columns:after{
	clear: both;
	content:"";
}
content > section columns.three column{
	width: 33%;
	float: left;
	display: block;
	padding: 30px 2% 10px 0;
}

content > section columns.two column{
	width: 50%;
	float: left;
	display: block;
	padding: 30px 2% 10px 0;
}

content > section columns.four column{
	width: 25%;
	float: left;
	display: block;
	padding: 30px 2% 10px 0;
}

content > section columns.five column{
	width: 20%;
	float: left;
	display: block;
	padding: 30px 2% 10px 0;
}


content > section columns column:last-child{	
	padding-right: 0;
}
content > section .projects b{
	color: white;
}
content > section .projects{
	font-size: 13px;
	color: #cecece;
}

content > section .expertise{
	font-size: 12px;
	margin: 20px 0px 0px;
	color: #cecece;
}

content > section .expertise span{
	width: 150px;
	display: inline-block;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

content > section .expertise li{
	margin: 20px 0px;
}
content > section .expertise li:last-child{
	margin: 0px;
}

content section hslider{
	padding: 30px;
	display: block;
}

gallery{
	margin: 100px 0px 0px;
	display: block;
	text-align: center;
}

gallery > div{
	display: inline-block;
	position: relative;
	margin: 30px;
}
gallery .bg{
	opacity: 0;
	width: 220px;
	height: 124px;
	background: url(../resources/thumbnail-hover-small.png);
	display: block;
	position: absolute;
	top:0px;
	cursor: pointer;
	
}
gallery div:hover .bg{
	opacity: 1;
}

gallery span.info{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 220px;
	padding: 20px;
	text-align: left;
}

gallery span.info span, gallery span.info strong{
	display: block;
}
gallery span.info span{
	font-size: .8em;
}

footer{
	color: #929496;
}
footer h2{
	font-family: 'Fjalla One', sans-serif;
	font-size: 48px;
	margin-bottom: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #222;
}

header p{
	
	font-size: 24px;
	line-height: 1.5em;	
	color: #585858;
}
footer p{

	font-size: 18px;
	line-height: 1.5em;	
	color: #585858;
}

footer .icons{
	margin: 50px 0px;
}

footer .icons a{
	margin: 0px 30px;
}
footer .icons a.middle{
	color: #ccc;
}
footer .icons a.toblue:hover{
	color: #42A0C0;
}
footer .icons a.togray:hover{
	color: #1d1d1d;
}
footer .icons a.fb:hover{
	color: #4964A2;
}
footer .icons a.tw:hover{
	color: #0AA0D7;
	
}
footer .icons a.gp:hover{
	color: #C33B2B;
}

footer address p{
	font-style: normal;
	font-size: 14px;
	color: #666;
}
footer .contact{
	display: none;
	overflow: hidden;
	height: 250px;
	margin-bottom: 50px;
}
footer .sent{
	height: 250px;
	margin: 30px;
	padding: 100px;
}
footer form{
	text-align: center;
	width: 820px;
	margin: 0px auto;
}
footer form input, footer form textarea{
	padding: 10px 20px;
	border: 3px solid #929496;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	display: block;
	margin: 30px;
	width: 350px;
}

footer form input:focus, footer form textarea:focus{
	background: black;
	color: white !important;
	border-color: #333;
	outline: none;
}

footer form .error{
	background: #8d0808;
	color: white;
	border-color: #8d0808 !important;
}

footer form input[type=button]{
	background: black;
	color: white;
	border-color: #333;
	cursor: pointer;
}

footer form input[type=button]:hover{
	background: #333;
	color: white;
	border-color: #333;
}

footer form textarea{
	height: 120px;
}

.second-background{
	background: #000 url("../resources/finnair.jpg") no-repeat center center;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0px;
}

.animate{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;		
	transition: all .3s ease-in-out;
}
.blue{
	color: #42A0C0;
}
.gray{
	color: #333;
}
.white{
	color: white;
}

ul.bullets{
	list-style: disc;	
	list-style-position:inside;
}

ul.bullets li{
	margin: 20px 0;
}

.clear{
	clear: both;
}

.fleft{
	float: left;
}