body {
	margin: 0;
	padding: 0;
	background-color: #380f12;
	background-image: url("../images/bg.jpg");
}

.darts {
	position: absolute;
}

.header {
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
	min-height: 498px;
	padding-top: 70px;
	padding-bottom: 50px;
}

.header img {
	float: left;
	position: relative;
	top: -24px;
}

.header .logo {
	font-family: 'Pathway Gothic One';
	font-size: 30px;
	color: #FFF;
	letter-spacing: 1px;
	float: left;
	padding-left: 15px;
	-webkit-text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}

.header .aukioloaika {
	font-family: 'Pathway Gothic One';
	font-size: 18px;
	color: #FFF;
	letter-spacing: 1px;
	float: right;
	-webkit-text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
	position: relative;
	top: 12px;
}

.imgslider {
	margin-left:auto;
	margin-right:auto;
	height: 300px;
}

.slider {
	width: 960px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.slider li {
	display: none;
	position: absolute; 
	left: 0; 
	right: 0;
}

.slider li img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.header h3 {
	font-family: 'Pathway Gothic One';
	font-size: 22px;
	color: #FFF;
}

.header p, .header span, .header li {
	font-family: arial;
	font-size: 14px;
	color: #efdadd;
}

.lista {
	padding-left: 15px;
}

.header a {
	color: #ecd5d7;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.header a:hover {
	color: #FFF;
}

.events_top {
	height: 20px;
	background-color: #70330f;
	background-image: url("../images/events_top.jpg");
	background-repeat: repeat-x;
}

.events {
	background-color: #272e25;
	background-image: url("../images/events_bg.jpg");
	padding-top: 30px;
	padding-bottom: 70px;
	min-height: 300px;
	-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px 0px 30px 10px rgba(0,0,0,0.20);
	box-shadow: inset 0px 0px 30px 10px rgba(0,0,0,0.20);
}

.events h1 {
	font-family: 'finger paint';
	font-size: 30px;
	color: #bbe3ad;
	padding-bottom: 20px;
}

.events td {
	font-family: 'finger paint';
	font-size: 20px;
	color: #FFFFFF;
	vertical-align:top;
	padding-bottom: 15px;
}

.events .date {
	font-family: 'finger paint';
	font-size: 20px;
	color: #8bccee;
	padding-right: 50px;
}

.liitulogo {
	position: absolute;
	top: 50%;
	height: 343px;
	width: 362px;
	margin-top: -171px;
}

.sieni {
	position: relative;
	top: -40px;
	right: 230px;
}

.lvalkoinen {
	position: relative;
	top: -40px;
	right: 210px;
}

.lvihrea {
	position: relative;
	top: -40px;
	left: 410px;
}

.lsininen {
	position: relative;
	top: -40px;
	left: 360px;
}

.publeague_top {
	height: 60px;
	background-color: #eee;
	background-image: url("../images/publeague_top.jpg");
	background-repeat: repeat-x;
}

.publeague {
	background-color: #eee;
	background-image: url("../images/publeague_bg.jpg");
	padding-top: 10px;
	padding-bottom: 50px;
	min-height: 240px;
}

.publeague h1 {
	font-family: arial;
	font-size: 30px;
	color: #fff;
}

.publeague p {
	font-family: arial;
	font-size: 14px;
	color: #bbe3ad;
}

.publeague_bottom {
	height: 60px;
	background-color: #eee;
	background-image: url("../images/publeague_bottom.jpg");
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.20);
}

.kivi {
	position: relative;
	top: 80px;
	right: 60px;
}

.b1 {
	position: relative;
	top: 104px;
	right: 140px;
}

.b4 {
	position: relative;
	top: 340px;
}

.b8 {
	position: relative;
	top: 60px;
	left: 440px;
}

.b13 {
	position: relative;
	top: 180px;
	right: 240px;
}

.b15 {
	position: relative;
	top: 100px;
	left: 680px;
}

.publeague a {
	color: #d1ebc8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.publeague a:hover {
	color: #FFF;
}

.footer {
	height: 30px;
	padding-top: 15px;
}

.left {
	color: #431e21;
	font-family: arial;
	font-size: 12px;
	float: left;
}

.right {
	color: #431e21;
	font-family: arial;
	font-size: 12px;
	float: right;
}

img {
	border: none;
}