/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */


/* Typoraphy */

html {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
	color: #666;
}

h1 {
	font-size: 2.3rem;
	margin-bottom: 1em;
	font-weight: bold;
	color: #000;
}

/* Icons */

@font-face {
  font-family: 'lala_icons';
  src: url('icons/lala_icons.eot?45146824');
  src: url('icons/lala_icons.eot?45146824#iefix') format('embedded-opentype'),
       url('icons/lala_icons.woff?45146824') format('woff'),
       url('http://hannelemajaniemi.com/icons/lala_icons.ttf?45146824') format('truetype'),
       url('icons/lala_icons.svg?45146824#lala_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lala_icons';
    src: url('icons/lala_icons.svg?45146824#lala_icons') format('svg');
  }
}
*/
 
[class^="icon-"]:before,[class*=" icon-"]:before,
a[href$=".pdf"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".xls"]:before, a[href$=".xlsx"]:before, a[href$=".ppt"]:before,
[class^="icon-"] a:before,[class*=" icon-"] a:before {
  font-family: "lala_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before { content: '\e800'; } /* 'î €' */
.icon-tumblr:before { content: '\e801'; } /* 'î ' */
.icon-menu:before { content: '\e802'; } /* 'î ‚' */
.icon-cancel:before { content: '\e803'; } /* 'î ƒ' */
.icon-linkedin:before { content: '\e804'; } /* 'î „' */
.icon-vkontakte:before { content: '\e805'; } /* 'î …' */
.icon-file-pdf:before { content: '\e806'; } /* 'î †' */
.icon-file-word:before { content: '\e807'; } /* 'î ‡' */
.icon-file-excel:before { content: '\e808'; } /* 'î ˆ' */
.icon-file-powerpoint:before { content: '\e809'; } /* 'î ‰' */
.icon-file-image:before { content: '\e80a'; } /* 'î Š' */
.icon-search:before { content: '\e80b'; } /* 'î ‹' */
.icon-down-dir:before { content: '\e80c'; } /* 'î Œ' */
.icon-left-dir:before { content: '\e80d'; } /* 'î ' */
.icon-right-dir:before { content: '\e80e'; } /* 'î Ž' */
.icon-up-dir:before { content: '\e80f'; } /* 'î ' */
.icon-file-archive:before { content: '\e810'; } /* 'î ' */
.icon-file-audio:before { content: '\e811'; } /* 'î ‘' */
.icon-rss:before { content: '\e812'; } /* 'î ’' */
.icon-facebook:before { content: '\e813'; } /* 'î “' */
.icon-youtube:before { content: '\e814'; } /* 'î ”' */
.icon-instagram:before { content: '\f16d'; } /* 'ï…­' */
.icon-pinterest:before { content: '\f231'; } /* 'ïˆ±' */


/* Layout */

#container {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 15px;
}

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

#main {
	margin-top: 20px;
}

header h1 {
	display: inline-block;
	margin-bottom: 0px;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.links {
	display: block;
	text-align: center;
}

.links img {
	opacity: 0.6;
}

.soon {
	margin: 30px;
	
}
.contact {
	text-transform: none;
	line-height: 2.5;
}

footer {
	margin: 40px 0;
	text-transform: none;
	font-size: 0.8rem;
}

/* Slider */

.slider_container {
	position: relative;
}

.rslides_nav {
	position: absolute;
	top: 40%;
	color: #fff;
	z-index: 1000;
	font-size: 4rem;
	font-weight: 400;
}

.prev {
	left: 20px;
}

.next {
	right: 20px;
}

.rslides img {
	margin-bottom: 10px;
}

.caption {
	font-size: 0.8rem;
	font-weight: 400;
}

@media only screen and (max-width: 460px) {
    .flex {
    	display: block;
    }

    .flex span {
    	display: block
    }

    .flex .links span {
    	display: inline-block;
    	margin-top: 10px;
    }
}