html {
	height:100%;
	background:#fff;
}

body {
	color:#fff;
	font:normal normal 18px 'Raleway', sans-serif;
	line-height:1.6em;
	font-weight:400;
	background-color:#000;
	/*background-image:url(../images/tausta.jpg);
	background-position:top center;
	background-repeat:no-repeat; 
	background-size: cover;*/
	overflow:hidden;
}

* {font-family: 'Raleway', sans-serif;}

h1, h2, h3, h4, a.nappi, #nav ul li.level1 a {font-family: 'Poppins', sans-serif;}

h1 { font-size: 16px; line-height:1.25em; font-weight:400; margin:0 0 5px; text-transform:uppercase; }
h2 { font-size: 32px; line-height:1.25em; font-weight:400; margin:0; }
h3 { font-size: 40px; line-height:1.25em; font-weight:400; margin:0 0 25px; }
h4 { font-size: 22px; line-height:1.25em; }
h5 { font-size: 18px; font-weight:400; }
h6 { font-size: 12px; font-weight:400; }



.scase-hedis h2 span {font-size:30px; line-height: 1.15em; text-transform:uppercase;}
.scase-hedis h3 span {font-size:88px; line-height: 1.15em;}

/*h1+h3 {margin-bottom:20px;}*/


/* värit */
h1 {color:#fff;}
h2 {color:#e0b654;}
h3 {color:#e0b654;}





/* yleiset */
a {
	color:#e0b654;
	font-weight:700;
	text-decoration:underline;
}
a.nappi {
	border:2px solid #e0b653;
	padding:12px 20px;
	display:inline-block;
	margin:10px 0 0;
	background:transparent;
	text-transform:none;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	transition:all 200ms;
}
	a.nappi:hover {
		background:#e0b653;
		color:#fff;
		text-decoration:none;
	}

strong,
b {
	font-weight:700;
}


.arkki {
	max-width:1400px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	padding:0 20px;
}


/* sisalto palstat */
.pad-vas .palsta-sisalto {
	padding-left:60px;
}
.pad-oik .palsta-sisalto {
	padding-right:60px;
}





/* ======== LOMAKE ======== */
.lomake input,
.lomake textarea,
.googlemaps #reittiAlku {
	background:#fdfdfd;
	border:1px solid #aaa;
	color:#333;
}
.lomake select,
.lomake option {
	background:#fff;
	border:1px solid #aaa;
	color:#333;
}
.lomake input:focus,
.lomake textarea:focus,
.lomake input:active,
.lomake textarea:active,
.googlemaps #reittiAlku:focus,
.googlemaps #reittiAlku:active {
	border:1px solid #444;
	background:#fff;
}

.lomake h2 {
	text-transform: uppercase;
	color:#fff;
	font-size:70px;
	line-height:70px;
	text-align:Center;
}

.lomake .lomake-rivi {
	background:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lomake-rivi.laheta .label {display:none;}
.lomake-rivi.laheta .kentta {width:100% !important; text-align:center;padding:0;}
.lomake-rivi.laheta {
	background:none !important;
	
}
.lomake-rivi input, .lomake-rivi textarea {
	background:rgba(0,0,0,0.1);
	border:0;
	border-radius:5px;
	text-indent:10px;
	margin:-10px 0 !important;
	height:auto !important;
}
.lomake-rivi textarea {
	margin-top:-5px !important;
	min-height: 150px;
}
.lomake-rivi input[type="text"],
.lomake-rivi input[type="tel"],
.lomake-rivi input[type="email"] {height:40px !important;}
.lomake-rivi.laheta button {
	background:#8ec44d;
	color:#fff;
	border:0;
	display:block;
	width:100%;
	border-radius:7px;
	padding:20px 0px 19px 0;
	font-size:14px;
	text-transform: uppercase;
	font-weight:900;
}
	
	/* ota yhteyttä -vl */
	body.sivu69 .grid_6 > .editor {
		padding-right:60px;
	}
	table.lomsku {
		width:100%;
	}
	table.lomsku h2 {
		text-align:left;
	}
	table.lomsku td {
		padding:0 0 15px;
	}
	table.lomsku td.formLabelHolder {
		width:35% !important;
		padding-right:20px;
	}
	table.lomsku td.formFieldHolder {
		width:65% !important;
	}
	table.lomsku .formTextinput,
	table.lomsku .formTelinput,
	table.lomsku .formEmailinput,
	table.lomsku textarea.formTextarea {
		width:99%;
		background:#fdfdfd;
		border:1px solid #aaa;
		color:#333;
	} 
	body.sivu69 tr.formField-plaintext td {
		padding-bottom:40px;

	}
	.lomsku button.formSubmit {
		padding:10px 20px;
		border-radius:40px;
		display:inline-block;
		margin:10px 0;
		background:red;
		text-transform:none;
		font-weight:400;
		color:#fff;
		border:0;
		cursor:pointer;
		transition:all 300ms;
	}
	.lomsku button.formSubmit:hover {
		background:#000;
	}




/* ======== KUVABOXI ======== */
.boxit { }
.boxi {
	padding:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.boxi-wrap {
	position:relative;
	padding:0px;
	overflow:hidden;
	background:#115296;
	border-radius:10px;
	background-size: 100% auto;
	background-position: top center;
	background-repeat:no-repeat;
}
.boxi-kuva {
	height:180px;
	background-size:auto;
	background-position: center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.boxi-otsikko {
	position:relative;
}
.boxi-linkit {
	text-align:Center;
}
.boxi-linkit a {
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding:5px 15px;
	font-size:17px;
	margin:10px auto 0 auto;
	background:rgba(0,0,0,0.2);
}
.boxi-linkit a:hover {
	text-decoration:none;
}
.boxi-sisalto {
	text-align:Center;
	color:#fff;
	line-height:20px;
	margin-top:15px;
}
.boxi-otsikko {
	margin-top:0px;
	margin-bottom:20px;
	
}
.boxi-otsikko h3 {
	color:#fff;
	font-weight:400;
	font-size:18px;
	margin:0;
	text-align:center;
	line-height:30px;
}
.boxi-otsikko h3 span {
	color:#e3402e;
}
.boxi .meega {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.boxi .meega:hover {
	background:rgba(0,0,0,0.5);
}

	



/* ======== MOBI-LINKIT ======== */
.mobi-linkit {
    display: none;
}
.mobi-linkit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50000;
}
.mobi-linkit ul li {
	list-style-type: none;
    margin: 0;
    float: left;
    width: 50%;
    display: inline-block;
}
.mobi-linkit ul li a {
    display: block;
    padding: 15px 0;
    text-align: Center;
}
.mobi-linkit ul li:first-child a {
	background:#e0b654;
	color:#fff;
	text-decoration:none;
}
.mobi-linkit ul li:last-child a {
	background:#111;
	color:#fff;
	text-decoration:none;
}




/* ======== TOP ======== */
#top {
	background:transparent;
	margin-bottom:0px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin-bottom:0px;
	z-index:1000;
	border-top:0;
}
#top #top-wrap {
	/*max-width:1400px;*/
	max-width:100%;
	margin:0 auto;
	position:relative;
}
#top p {margin:0;}




/* ======== HEADER ========*/
#yhteystiedot {
	display:block;
	background:#555;
	/*padding:3px 0 3px;*/
	color:#fff;
	font-size:13px;
}
	#yhteystiedot ul {
		list-style:none;
		margin:0;
	}
	#yhteystiedot ul li {
		margin:0;
		display:inline-block;
		float:left;
		padding:0;
		color:#fff;
	}
	#yhteystiedot .palsta:first-child ul {
	}
		#yhteystiedot .palsta:first-child ul li {
			padding:0 15px 0 0;
		}
		#yhteystiedot .palsta:first-child img {
			height:12px;
			width:auto;
		}
	#yhteystiedot .palsta:last-child ul {
		float:right;
	}	
		#yhteystiedot .palsta:last-child ul li {
			padding:0 0 0 40px; 
		}

		
#header,
#nav {
	display:inline-block;
	float:left;
	margin:0;
}
#header {
	width:50%;
	line-height:1;
	margin-top:0;
	margin-bottom:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	/*#header .editor p {
		margin:0;
		padding:25px 10px 25px 20px;
		color:#000;
	}
	#header img {
		max-height:54px;
		width:auto;
	}*/
	#header h2 {
		background:rgba(0,0,0,0.65);
		display:inline-block;
		padding:15px;
		margin:15px 0 0;
	}
	#header h2 span {
		font-family:inherit;
		color:#fff;
	}


/* ======== NAV ========*/
#nav {
	width:50%;
	background:none;
	float:right;
	background:transparent;
}
#nav .arkki {
	margin:10px 0px;
}
#nav ul.menu {
	margin:30px 20px 0 40px;
	text-align:left;
}
#nav ul li.level1 {
	display:inline-block;
	width:auto;
	margin:2px 0;
	transition:all 400ms;
} 
#nav ul li.level1 a {
	color:#fff;
	font-weight:700;
	font-size:16px;
	line-height:1.2em;
	position:relative;
	text-decoration:none;
	text-transform:none;
	padding:15px 20px;
	text-transform: uppercase;
}

	/* hover */
	#nav ul li.level1:hover {
		background:#f0f0f0;
	}
	#nav ul li.level1:hover a {
		color:#c79317;
		text-decoration:none;
	}

	/* current */
	#nav ul li.level1.current {
		background:#fff;
	}
	#nav ul li.level1.current a {
		color:#444;
	}


/* sub nav */
.avaaSubnav {
	display:none;
}
#subnav {
	margin-bottom:0px;
}
#subnav li a {
	padding:0 5px;
	margin:0 5px;
	text-align:center;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
}
#subnav li a:hover {
	background:rgba(0,0,0,0.05);
	text-decoration:none;
}
#subnav li.current a {
	font-weight:bold;
}
#nav .submenu ul,
#nav .submenu li {
	margin:0px;
	padding:0px;
}
#nav .submenu li a {
	padding:5px 8px;
	font-size:12px !important;
}
#nav ul li.level1 .submenu li a:before {
	display:none !important;
}
#nav ul li.level1 .submenu {
	background:#fff;
}
#nav ul li.level1 .submenu a {
	color:#000;
	padding:10px;
}




/* ======== SHOWCASE + SLIDER ======== */
#showcase {
	padding:0 ;
	/*min-height:300px;*/
	position:relative;
	background-color:#ddd;
	color:#fff;
}
#showcase .arkki {
	height:100%;
	position:relative;
}



/* ======== CONTENT-TOP ======== */
#content-top {
	background:transparent;
} 



/* ======== MAIN-CONTENT ======== */
body:not(.sivu1) #main-content {
    padding: 0 0;
    background:transparent;
    height: 100vh;
    position: relative;

}
#main-content .arkki {
	padding:0;
	max-width:100% !important;
}
	/* 50/50 grid */
	.boxi.txtbox {
		padding:0;
		position:absolute;
		z-index:2;
		top:0;
		right:0;
		bottom:0;
		width:50%;
		background:rgba(0,0,0,0.75);
	}
		.boxi.txtbox .boxi-wrap {
			border-radius:0;
			background:transparent;
			max-width:700px;
			position:absolute;
			bottom:0;
		}
		.boxi.txtbox .boxi-kuva {
			display:none;
		}
		.boxi.txtbox .boxi-otsikko {
			display:none;
		}
		.boxi.txtbox .boxi-wrap .boxi-content {
			padding:60px 40px 60px 60px;
		}
	/* kuva */
	.boxi.picbox {
		padding:0;
		line-height: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		right:0;
		top:0;
		bottom:0;
		left: 0;
		padding: 0;
	}
		.boxi.picbox .boxi-wrap {
			border-radius:0;
			width:100%;
			height:100%;
			background-position:center center;
			background-size:cover;
			background-color:#000;
		}
		.boxi.picbox .boxi-kuva {
			display:none;
		}
		.boxi.picbox .boxi-otsikko {
			display:none;
		}


/* ======== BLUE AREA (GRID 50/50) ======== */
#bluearea {
	background-color:#777;
	color:#fff;
}



/* ======== BOTTOM ======== */
#bottom {
	background:#aaa;
}
	.cta {
		text-align:center;
		padding: 70px 10% 40px;
	}

	


/* ======== FOOTER ======== */
#footer {
	background: #444;
	padding: 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-size:16px;
	line-height:24px;
	text-align:left;
}
#footer .arkki {
	max-width:100% !important;
}
#footer .palstat {
	max-width:1400px;
	margin:0 auto;
}
	#footer .palstat img {
		max-height:55px;
		width:auto;
		padding-bottom:20px;
	} 
	#footer .palstat a {
		color:#fff;
	}
	#footer .palstat ul {
		list-style:none;
		width:100%;
		text-align:center;
		margin:60px 0;
	}
	#footer .palstat ul li {
		display:inline-block;
		padding:0 10px;
		margin:0;
	}
	#footer .palstat ul li img {
		height:22px;
		padding:0;
		width:auto;
	}
	

/* ======== COPY ======== */
#copy {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:5;
	background:transparent;
	overflow:auto;
	padding:10px 0 8px;
}
#copy .arkki {
	max-width:1400px;
}
#copy a,
#copy {
	color:#ddd;
	font-weight:400;
}

.sitemap,
.copyright {
	font-size:12px !important;
}






/* ETU */
body.sivu1 #nav ul.menu {
	text-align:right;
}
body.sivu1 #showcase .arkki {
	padding:0;
	max-width:100% !important;
}
	.scase-hedis {
		z-index:10;
		position:absolute;
		bottom:15%;
		left:0;
		right:0;
	}
	.scase-hedis > div {
		max-width:1400px;
		margin:0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0 20px;
	}
	.scase-hedis div > div {
		/*background:rgba(0,0,0,0.65);
		display:inline-block;*/
		padding:0 20px;
	}
	.scase-hedis h2,
	.scase-hedis h3 {
		margin:0;
	}
	.scase-hedis h2 span {
		display:inline-block;
		color:#fff;
		font-family:inherit;
		padding:0 0 10px;
		text-shadow:0 0 20px #000, 0 0 20px #000;
	} 
	.scase-hedis h3 span {
		display:inline-block;
		color:#e0b654;
		font-family:inherit;
		text-shadow:0 0 20px #000, 0 0 20px #000;

	} 
	/* slider */
	.caro-slide {
		position:absolute !important;
		top:0;
		right:0;
		left:0;
		bottom:0;
	}
	.slide,
	.scase-palsta {
		height:100%;
	}
	.slick-list,
	.slick-track {
		height:100%;
	}
	.slick-list div {
		height:100%;
	}
	.slick-slide .scase-palsta {
		background-size:cover;
	}
	.slick-list .editor {
		height:auto;
		max-width:1400px;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		bottom:200px;
	}
	body.sivu1 #main-content,
	body.sivu1 #footer,
	body.sivu1 #copy {
		display:none;
	}
	



/* OTA YHT */
body.sivu69 #main-content .grid_5 {
	background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	width:41%;
}
	body.sivu69 #main-content .grid_5 .editor {
		max-width: 700px;
    	position: absolute;
    	bottom: 0;
	}
	body.sivu69 #main-content .grid_5 .editor div {
		padding:60px 40px 60px 60px;
	}
		



/* GALLERIA */
.galleria .galleria-kuva a {
	background-color:#f5f5f5;
	display:block;
	background-size:100% auto;
}
.galleria-kuva {padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;}

.galleria .galleria-kuva a:before {
	content:'';
	display:block;
	padding-top:100%;
}




/* =============================================== */
/* ==================== RESPO ==================== */ 
/* ====================       ==================== */ 
/* ==================== RESPO ==================== */ 
/* =============================================== */




/* 1200px */
@media (max-width:1200px) {
	#header {
		width:42%;
	}
	#nav {
		width:58%;
	}
	#nav ul.menu {
		margin:30px 20px 0 10px;
	}
	.boxi.txtbox {
		width:58%;
	}
	.boxi.txtbox .boxi-wrap .boxi-content {
		padding:20px 30px 40px 30px;
	}
	
	
	/* ETU */

}





/* 1024px */
@media (max-width:1024px) {	
	body {font-size:16px !important;}
	h1 {font-size:;}
	h2 {font-size:;}
	h3 {font-size:30px;}
	h4 {font-size:;}

	.scase-hedis h2 span {font-size:24px;}
	.scase-hedis h3 span {font-size:72px;}
	
	/*top+nav*/
	#yhteystiedot .palsta:last-child ul li {
		padding:0 0 0 25px;
	}
	
	#top-wrap {
		position:relative;
	}
	#header,
	#nav {
		text-align:left;
	}
	#header {
		width:100%;
		margin:0 0;
	}
	#header .editor p {
		background:transparent;
		padding:20px 10px 20px 20px;
	}
	#nav {
		width:100%;
		float:right;
		margin:0;
	}
	
	.valikko {
		background: #fff;
		margin: 0px;
		position: absolute;
		top: 97px;
		left: 0;
		right: 0;
		z-index:1000;
	}
	.valikko-avaa {
		position:absolute;
		top:-73px;
		right:10px;
		width:50px;
		z-index:15000;
		background:#fff;
		padding:0 5px;
		border-radius:0;
		transition:all 300ms;
	}
	.valikko-koti,
	.valikko-avaa {	
		background-position: center;
		background-repeat:repeat-x;
		margin-bottom:6px;
	}
	.valikko-koti a,
	.valikko-avaa a {
		color:#fff;
		font-size:16px; 
		text-align:center;
		padding:10px;
	}
	.valikko-avaa.avattu .icon-th-list {
		background-image: url("../../../images/glyphicons-halflings.png") !important; 
	}
	.valikko-avaa.avattu a {
		color:#000 !important;
	}
	.valikko-lista {
		display:none;
		margin:0;
		padding:0;
		position: fixed;
		top: 0;
    	lefT: 0;
    	right: 0;
    	bottom: 0;
    	padding-bottom: ;
    	overflow: scroll;
    	background-color: #000;
		background-image:url(../images/tausta-mobiili.jpg);
		background-size:cover;
	}
	.line {
		background:#e0b654;
		display:block;
		margin:5px 0;
		height:5px;
		border-radius:3px;
	}
		.valikko-avaa.avattu {
			background:#999;
		}
		.valikko-avaa.avattu .line {
			background:#fff;
		}
	.submenu {
		display:none;
	}
	.avaaSubnav {background:rgba(0,0,0,0.3); position:absolute; right:3px; 
		padding:0px;
		text-align:center;
		width:45px;
		height:44px;
		top:1px;
		line-height:44px;
		display:inline-block;
		z-index:2000;
		cursor:default;
		color:#fff;
		font-weight:700;
	}
	.avaaSubnav:hover {
		background:rgba(0,0,0,0.6);
	}
	#nav ul.menu {
		margin:0 0;
		/*box-shadow:0px 10px 10px 0px rgba(0,0,0,0.5);*/
	}
	#nav ul li.level1 {
		display:block;
		width: 100%;
   		margin: 0;
		border-bottom:1px solid rgba(0,0,0,0.1) !important;
	}
	#nav ul li.level1:last-child a {
		border-radius:0px;
	}
	#nav ul li.level1 a {
		color:#fff;
		text-align:left;
		font-size:18px !important;
		padding:25px 20px;
	}
	#nav ul li.level1 .submenu {
		background:#eee;
	}
	#nav ul li.level1 .submenu a {
		padding:14px 0;
		color:#000;
	}
	/* hover / focus */
	#nav li.level1 > a:hover,
	#nav .submenu li a:hover,
	#nav li.level1 > a:focus,
	#nav .submenu li a:focus,
	#nav li.level1.viimeinen > a:hover, 
	#nav li.level1.viimeinen > a:focus {
		background:rgba(0,0,0,0.1) !important;
		text-decoration:none;
		text-indent:0px;
	}
/*	.avaaNavi {
		height:50px; 
		width:50px; 
		position:fixed; top:10px; right:10px;
		border-radius:5px;
		-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		z-index:5000;
		opacity:0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background:#00903E url(../images/valikko.png) center no-repeat;
		background-size:70% Auto;
	}
	.avaaNavi.show {
		opacity:1;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	} */
	#nav .logo {
		position:Relative;
		top:50px;
		left:auto;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-top:5px;
		width:auto;
	}
	#top.fixed .logo {
		displaY:none;
	}
	#top.fixed {
		background:#fff;
		padding:0;
	}
	#top.fixed #top-wrap {
		padding:0;
	}
	
	.boxi.txtbox {
		width:50%;
	}
}



/* 800px */
@media (max-width:800px) {
	.piiloon {
		display:none;
	} 
	.pad-vas .palsta-sisalto {
		padding-left:0;
	}
	.pad-oik .palsta-sisalto {
		padding-right:0;
	}
	
	/* mobi-linkit */
	.mobi-linkit {
		display:block;
	}


	.boxi.txtbox {
		width:100% !important;
		background:rgba(0,0,0,0.65);
	}
	.boxi.txtbox .boxi-wrap .boxi-content {
		padding:0 20px 80px;
	}

	/* ETU */
	.scase-hedis h2 span {font-size:24px;}
	.scase-hedis h3 span {font-size:62px;}
	.slick-slide .scase-palsta {
		background-position:center center;
	}
}



/* 600px */
@media (max-width:600px) {
	body {font-size:14px !important;}
	h1 {font-size:;}
	h2 {font-size:28px;}
	h3 {font-size:26px;}
	h4 {font-size:;}
	
	.scase-hedis h2 span {font-size:21px;}
	.scase-hedis h3 span {font-size:50px;}
	
	/* header */
	#header h2 {
		margin:11px 0 0;
	}
	/* nav */
	.valikko {
		top:82px;
	}
	.valikko-avaa {
		top:-65px;
		right:5px;
	}
	
	body:not(.sivu1) #main-content {
		/*height:auto;*/
		overflow:scroll;
	}
	.boxi.txtbox {
		position:relative;
		background:none;
	}
	.boxi.txtbox .boxi-wrap {
		position:relative;
	}
	.boxi.txtbox .boxi-wrap .boxi-content {
		padding:140px 20px 60px;
	}
	.boxi.picbox {
		position:fixed;
	}
	.boxi.picbox .boxi-content {
		position: absolute;
    	display: block;
    	background: rgba(0,0,0,0.65);
    	top: 0;
    	right: 0;
    	left: 0;
    	bottom: 0;
	}
	#copy {
		/*position:relative;*/
	}
}


/* 480px */
@media (max-width:480px) {
	h1 {font-size:14px;}
	h2 {font-size:22px;}
	h3 {font-size:24px; margin:0 0 20px;}
	
	.scase-hedis h2 span {font-size:18px;}
	.scase-hedis h3 span {font-size:38px;}


	/* yhteystiedot */
	#yhteystiedot .palsta:first-child {
		display:none;
	}
	#yhteystiedot .palsta:last-child {
		width:100% !important;
		clear:both;
		float:none !important;
	}
	#yhteystiedot ul {
		float:none;
		width:100%;
	}
	#yhteystiedot .palsta:last-child ul li {
		padding:0;
		width:100%;
		float:none;
		text-align:center;	
	}
	/* nav */
	.valikko-avaa {
		top:-70px;
	}
	#nav .valikko-koti a,
	#nav .valikko-avaa a {
		padding:10px !important;
	}
	#nav ul li.level1 a {
		font-size:16px !important;
		padding:15px 15px;
	}

	/* ETU */
	.scase-hedis {
		bottom:20%;
	}
	.scase-hedis div > div {
		padding:0;
	}
	
}



