<style> @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
	box-sizing: border-box;
}
body {
	font-family: Lato, sans-serif;
	line-height: 150%;
	text-align: center;
	background-color: #fff;
}

@keyframes fadeinout {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadeinout { /* Firefox */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadeinout { /* Safari and Chrome */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadeinout { /* Opera */
from {
opacity:0;
}
to {
opacity: 1;
}
}
section {
	color: #fff;
	text-align: center;
}

article {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 20px;
	display: inline-block;
}
h1 {
	font-size: 6vw;
	line-height: 10vh;
	margin: 0 30px 50px 30px;
	padding-top: 55%;
	padding-left: 50px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
}
h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	margin: 0 0 0.75rem 0;
	text-transform: uppercase;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	letter-spacing: 2px;
}/* Pattern styles */
.container {
	width: 100%;
}
.left-half {
	background-color: transparent;	/*background-image: url(bg_index.gif);	background-repeat: repeat;*/
	position: absolute;
	left: 0px;
	width: 50%;
	display: block;
}/*h1 a {	color: rgba(255, 255, 255, 0.8);	text-decoration: none;	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);	letter-spacing: 1px;}h1 a:hover {	color: rgba(255, 255, 255, 0.9);}*/
.left-half:hover {
	background-color: transparent;
	background-image: url(bg_index.png);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	width: 50%;
}
.right-half {	/*background-image: url(bg_index.gif);	background-repeat: repeat;*/
	position: absolute;
	right: 0px;
	width: 50%;
}
.right-half:hover {
	background-color: transparent;
	background-image: url(bg_index.png);
	background-repeat: repeat;
	position: absolute;
	right: 0px;
	width: 50%;
}
.rotate {
	position: absolute;
	color: #f3f3f3;
	font: .50em Lato, 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	right: 20px;
	bottom: 20px;
	height: 20px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-align: right;
}
/* DOWN */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}/*RIGHT 01*/
.animated-R {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
	animation-iteration-count: 1;
}
.move-me {
	display: inline-block;
	padding: 20px;
	color: white;
	position: relative;
	margin: 0 0 10px 0;
}
.move-me-1 {
	animation: move-in-steps 0.3s;
}
.move.move-me {
	display: inline-block;
	padding: 20px;
	color: white;
	position: relative;
	margin: 0 0 10px 0;
}
.move-me-1 {
	animation: move-in-steps 0.3s;
}
.move-me-2 {
	animation: move-in-steps 0.3s;
}
.move-me-3 {
	animation: move-in-steps 0.3s;
}
.move-me-4 {
	animation: move-in-steps 0.3s;
}
.move-me-5 {
	animation: move-in-steps 0.3s;
}
body {
	padding: 20px;
}
@keyframes move-in-steps {
0% {
opacity: 0;
transform: translateX(-1000px);
}
60% {
opacity: 0.1;
transform: translateX(10px);
}
80% {
opacity: 0.4;
transform: translateX(-30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}

/* CV TYPO */
h3 {
	color: rgba(0,0,0,.9);
	background-color: transparent;
	text-decoration: none;
	outline: 0;
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 0.16em;
	line-height: 20px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px 14px 12px 14px;
	width: 920px;
	text-align: left;
	border-bottom: 1px solid rgba(140,137,125,.1);
	margin-bottom: 12px;
	text-transform: uppercase;
}
h3 i {
	font-style: italic;
	letter-spacing: 0.29em;
	font-size: 18px;
	color: rgba(0,0,0,.9);
}

h4 {
	width: auto;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 24px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200 !important;
	letter-spacing: 0.06em;
	padding: 0;
	text-align: left;
	margin-left: -80px;
}
h4 i{
	font-weight: 200 !important;
	letter-spacing: 0.06em;
	font-style: italic;
}
dd h4 {
	margin-left: -80px;
	
}
dt {
	color: rgba(0,0,0,.9);
	text-align: left;
	width: auto;
	float: none;
	padding: 0 14px 8px 20px;
	min-height: 24px;
}
dt h3{
	text-align: left;
	color: rgba(0,0,0,.9);
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 0.06em;
	padding: 0 14px 12px 0;
	width: auto;
	min-height: 24px;
	border-bottom: 1px solid rgba(140,137,125,.5);
	text-transform: none;
	max-width: 740px;
}
dt p {
	text-align: right;
	text-decoration: none;
    line-height: 12px;
    color: rgba(0,0,0,.9);
	border-bottom: 0px solid #fff;
	padding: 0 4px 8px 0;
	background-color: transparent;
    height: 24px;
	font-weight: 200;
	margin-top: -8px;
}
dt p a{
    color: rgba(0,0,0,.9);
	font-size: 11px;
	border-bottom: 0px solid #fff;
	letter-spacing: 0.06em;
}
dt p a:hover{
    color: rgba(40,40,40,.9);
	font-size: 11px;
	border-bottom: 0px solid #fff;
	letter-spacing: 0.06em;
}
dd {
	color: rgba(0,0,0,.9);	
	width: auto;
	float: left;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 24px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 10px 14px 0px 20px;
	text-align: left;
	border-left: 0px solid rgba(140,137,125,.5);
	margin-left: 80px;
	-webkit-text-size-adjust: 90%
}
.arc {
	color: rgba(0,0,0,.9);
	width: 650px;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 24px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px 14px 12px 21px;
	text-align: left;
	white-space: nowrap;
	-webkit-text-size-adjust: 90%
}
b {
	width: 80px;
	float: left;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 24px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200 !important;
	letter-spacing: 0.06em;
	padding: 0;
	text-align: left;
	margin-left: -80px;
}
.bBTJ {
	width: auto;
	font-size: 24px;
	letter-spacing: 0.06em;
	line-height: 24px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0 14px 0 0;
	text-align: left;
}
dd.clear {
	float: none;
	margin: 0;
	height: 0px;
	clear: both;
	border: 0;
	background-color: transparent;
}
.kielivalinta a{
	margin: 0;
	color: rgba(0,0,0,.9);
	background-color: rgba(140,137,125,.1);
	text-decoration: none;
	outline: 0;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 0.16em;
	line-height: 26px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 2px 35px 12px 25px;
	height: 18px;
	float: right;
	text-transform: uppercase;
	z-index: 8001;
	display: block;
	top: 0;
	right: 0;
	position: fixed;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}
.kielivalinta a:hover{
	margin: 0;
	color: #000;
	background-color: rgba(140,137,125,.3);
	text-decoration: none;
	outline: 0;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 0.16em;
	line-height: 26px;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 2px 35px 12px 25px;
	height: 18px;
	float: right;
	text-transform: uppercase;
	border-bottom: 0px solid #fff;
}
p {
	text-align: left;
	line-height: 24px;
	padding-left: 25px;
	padding-right: 55px;
	padding-bottom: 12px;
	white-space: normal;
}
 a {
    color: rgba(40,40,40,.9);
	text-decoration: none;
}
a:hover {
     color: rgba(0,0,0,.9);
	text-decoration: none;
}