@charset "UTF-8";
/* CSS Document */


.ajankohtaista {
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.ajankohtaista h2 {
	margin: 130px 0 30px;
}

.ajankohtaista h2.otsikon_alla {
	margin-top: 0px;
}

span.anfangi.ajankohtaista {
	line-height: .4;
	margin: 60px 50px 0 0;
}

.ajankohtaista p.intro {
    text-align: center;
}

	
.ajankohtaista p, .ajankohtaista ul {
	display:block;
	float:none;
	margin:0px auto 30px;
	line-height:1.5em;
	padding:0;
}

.ajankohtaista img {
	display:block;
	float:none;
	margin:auto;
}

.ajankohtaista ul img {
	display:block;
	float:left;
	margin-left:50px;
}
	
.ajankohtaista li {
	display:block;
}
	
.ajankohtaisgalleria {
	position: relative;
    float: left;
	width: calc(700px - 22px);
	padding: 10px;
	border: 1px;
	background-color: #515A8E;
	border-color: #888;
	border-style: solid;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
    -moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px #000000;
    margin: 20px auto 30px;
}

.ajankohtaisgalleria.pysty {
	width: 450px;
}



/*.thumb {
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
    -moz-box-shadow:0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px #000000;
}*/


.thumb:hover, .thumb:active {
	-webkit-box-shadow: 0px 0px 30px 0px #B5DEE6;
    -moz-box-shadow:0px 0px 30px 0px #B5DEE6;
	box-shadow: 0px 0px 30px #B5DEE6;
	opacity:1;
	zoom:1.3;
}


.ajankohtaisgalleria .isothumb {
	height: auto;
}


.ajankohtaisgalleria .isothumb img {
	width: 100%;
	height: auto;
}


#tyhjatkeinut.ajankohtaisgalleria img {
	width: 350px;
	height: auto;
}


.ajankohtaista .ajankohtaisgalleria p {
	margin-top: 20px;
} 

.videoikkuna {
    position: relative;
    overflow: hidden;
    width: 70%;
    margin: 20px auto;
    padding-top: 50%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    background-color: #515A8E;
    border: 10px #515A8E solid;
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
    -moz-box-shadow:0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px #000000;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
