/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */



.bottomFooter, .cvContent, .mainContent-1, .mainContent, .picContent, .mainPic {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}

.mainPic {
	background-image: url('../images/indexMainBg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
	padding: 0;
}

.mainContent {
	background-color: #fff;
	padding: 5% 0 5% 0;
}

.mainContent-1 {
	background-color: #fff;
	padding: 5% 0 5% 0;
}

.mainContent h2, .cvContent h2, .mainContent-1 h2 {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.mainContent h5 {
	padding-bottom: 0;
	margin-bottom: 5px;
}

.picContent h2 {
	color: #fff;
	border-bottom: 1px solid #c6c6c6;
	padding: 0 0 10px 0;
	margin-bottom: 25px;
}

.picContent blockquote {
	color: #fff;
}

.mainContent h4, .mainContent-1 h4 {
	border: 1px solid #c6c6c6;
	padding: 5px 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.line {
	border-right: 1px solid #cecece;
	display: block;
}

.date {
	margin: 0 0 2% 0;
	border-bottom: 1px solid #c6c6c6;
}

.place {
	margin: 0;
}

.place h5 {
	font-weight: 600;
}

.placeNews {
	margin: 0;
	width: 100%;
}

.placeNews p span {
	font-style: oblique;
}

.placeNews p {
	margin-bottom: 5%;
}

.uutiset {
	text-align: center;
	font-family: 'Cambo', serif;
	margin: 25px 0 35px 0;
}

img.half {
	width: 50%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
img.half-right {
	width: 50%;
	height: auto;
	float: right;
	margin-left: 20px;
}

p.imgtext {
	margin-top: 40px;
}

.info {
	border: 1px solid #c6c6c6;
}

.date span, .place span {
	font-size: 16px;
	line-height: 40px;
	padding: 0 0 0 10px;
}

.picContent {
	background-color: #222;
	padding: 5% 0 5% 0;
}

.sampleBox1, .sampleBox2, .sampleBox3, .sampleBox4, .sampleBox5, .sampleBox6 {
	background-color: #f2f2f2;
	text-align: center;
/* 	height: 200px; */
	padding: 5% 0 70% 0;
	margin: 25px 0;
	position: relative;
}

/*
.sampleBox5 {
	background-color: #f2f2f2;
	text-align: center;
	height: 320px;
	padding: 5% 0;
	margin: 25px 0;
	position: relative;
}
*/

/*
@media only screen and (min-width: 960px) and (max-width: 1223px) {
	.sampleBox5 { height: 246px;}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.sampleBox5 { height: 195px;}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.sampleBox5 { height: 226px;}
}
*/

.sampleBox1 a, .sampleBox2 a, .sampleBox3 a, .sampleBox4 a, .sampleBox5 a {
	display: block;
}

.sampleBox1 h4, .sampleBox2 h4, .sampleBox3 h4, .sampleBox4 h4, .sampleBox5 h4 {
	margin-bottom: 5%;
}

.nega {
	color: #fff;
	text-align: center;
}

.work-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -6000px;
	background-color: #fff;
	opacity: 0;
}

.work-link:hover {
	opacity: 0.1;
}

.sampleBox1 {
	background-image: url(../images/work-1BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
}
.sampleBox2 {
	background-image: url(../images/work-2BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
}
.sampleBox3 {
	background-image: url(../images/work-3BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
}
.sampleBox4 {
	background-image: url(../images/work-4BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
}

.sampleBox5 {
	background-image: url(../images/work-5BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
}

.sampleBox6 {
	background-image: url(../images/work-6BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: inherit;
}

.cvContent {
	background-color: #444;
	padding: 5% 0 5% 0;
}

.cvContent a {
	color: #999;
}

.cvContent a:hover {
	color: #ff9412;
}

.cvContent h2, .cvContent h4, .cvContent p {
	color: #fff;
}

.cvContent h5 {
	color: inherit;
}

.current {
	background-color: #faf9f6;
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-position-y: center;
}

.current {
	color: #222;
}

.mask {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.mainDiv {
	height: 45vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.mainDiv h1 {
	line-height: 1.5;
	font-weight: 300;
	padding-left: 2%;
}

@media (min-width: 320px) and (max-width: 480px) {
	.mainDiv h1 { font-size: 10vw; }
}

@media (min-width: 481px) and (max-width: 767px) {
	.mainDiv h1 { font-size: 9vw; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mainDiv h1 { font-size: 8vw; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.mainDiv h1 { font-size: 7vw; }
}

@media (min-width: 1281px) {
	.mainDiv h1 { font-size: 6vw; }
}

.mainDiv h3 {
	font-weight: 300;
	padding-left: 2%;
}

.bottomFooter {
	background-color: #222;
	padding: 0 0 5% 0;
}

.bottomFooter a {
	color: #ff6c0a;
}

.bottomFooter a:hover {
	color: #ff9412;
}

.bottomFooter h3 {
	color: #fff;
	padding: 5% 0 0 0;
}

.bottomFooter ul li {
	list-style: none;
	color: #fff;
}

.quote {
	padding: 0 5% 5% 5%;
	font-size: 26px;
	line-height: 32px;
	color: #888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	float: left;
}

.about {
	display: flex;
}

.textcol {
	display: flex;
	flex-direction: column;
}
.textcol {
	display: flex;
	flex-direction: column;
}

.janna {
	place-content: center;
}

.imgcol {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-start;
}

.imgcol img {
	width: 100%;
	height: auto;
}

@media (min-width: 320px) and (max-width: 480px) {
	.about { flex-direction: column; }
	.textcol { width: 100%; padding: 0; }
	.imgcol { width: 100%; padding: 0; margin-bottom: 10%; }
}

@media (min-width: 481px) and (max-width: 767px) {
	.about { flex-direction: column; }
	.textcol { width: 100%; padding: 0; }
	.imgcol { width: 100%; padding: 0; margin-bottom: 10%; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.about { flex-direction: column; }
	.textcol { width: 70%; margin: 0 15%; }
	.imgcol { width: 70%; margin: 0 15% 5%; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.about { flex-direction: row; }
	.textcol { width: 48%; margin: 1%; }
	.imgcol { width: 48%; margin: 1%; }
}

@media (min-width: 1281px) {
	.about { flex-direction: row; }
	.textcol { width: 48%; margin: 1%; }
	.imgcol { width: 48%; margin: 1%; }
}

/*gallery*/

.gallery {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	clear: both;
	flex-wrap: wrap;
}

/*
.serie {
	width: 18%;
	height: auto;
	margin: 0 1%;
}
*/
@media (min-width: 320px) and (max-width: 480px) {
	.serie { width: 100%; margin: 0; }
}

@media (min-width: 481px) and (max-width: 767px) {
	.serie { width: 100%; margin: 0; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.serie { width: 70%; margin: 0 15%; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.serie { width: 30%; margin: 0; }
}

@media (min-width: 1281px) {
	.serie { width: 30%; margin: 0; }
}

/* Accordion */

.aboutcv {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}

.container .columns {
	float: left;
}

.six.columns.cv {
	margin-left: 1%;
}

@media (min-width: 320px) and (max-width: 480px) {
	.six.columns.cv { width: 100%; margin: 0; }
	.twelve.columns { width: 100%; }
}

@media (min-width: 481px) and (max-width: 767px) {
	.six.columns.cv { width: 100%; margin: 0; }
	.twelve.columns { width: 100%; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.six.columns.cv { width: 70%; margin: 0 15%; }
	.twelve.columns { width: 100%; }
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.six.columns.cv { width: 48%; margin: 0 1%; }
}

@media (min-width: 1281px) {
	.six.columns.cv { width: 48%; margin: 0 1%; }
}

.note a {
	text-decoration: none;
	color: #66ccff;
}
.accordion {
   margin: 0;
   clear: both;
}
      
.accordion dt {
   padding: 0;
   margin: 0;
}
      
.accordion a {
	display: block;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position-y: center;
}

.accordion a:hover {
	display: block;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position-y: center;
}
   
.accordion dd {
    border-top: 0; 
    margin: 25px 0 0 0;
}

.accordionHeadline {
	font-size: 16px;
	line-height: 40px;
	margin: 0 0 25px 0;
	border: 1px solid #ccc;
	padding: 5px 0 5px 25px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.accordionHeadline2 {
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 25px 25px;
	padding: 5px 10px;
}

.accordion h4, .accordion ul {
	color: #fff;
}

.up {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	background-color: #222;
}

.up a {
	padding: 10px;
	font-size: 24px;
	background-color: #444;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.caption {
	font-size: 12px;
	color: #555;
}

.copyr {
	text-align: center;
	font-size: 12px;
	color: #555;
	margin: 50px 0 0 0;
}
/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	/* @media only screen and (max-width: 959px) {} */

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* @media only screen and (min-width: 768px) and (max-width: 959px) {} */

	/* All Mobile Sizes (devices and browser) */
	/* @media only screen and (max-width: 767px) {} */

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	/* @media only screen and (min-width: 480px) and (max-width: 767px) {} */

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	/* @media only screen and (max-width: 479px) {} */
	

