<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height:100%;
	background:#fff;
}

body {
	color: #000;
    font: normal normal 16px 'Roboto', sans-serif;
    line-height: 1.6em;
    font-weight: 400;
    overflow: hidden;
    background-image: url(/media/tiedostot/aaa.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left;
}




h1, h2, h3, h4 { font-family: 'Days One', sans-serif;}

h1 { font-size: 50px; line-height:1.25em; font-weight:800; margin:0 0 20px; }
h2 { font-size: 26px; line-height:1.25em; font-weight:800; margin:0 0 20px; }
h3 { font-size: 26px; line-height:1.25em; font-weight:300; margin:0 0 20px; }
h4 { font-size: 22px; line-height:1.25em; font-weight:800; margin:0 0 20px; }
h5 { font-size: 18px; font-weight:400; }
h6 { font-size: 12px; font-weight:400; }

.scase-hedis h2 span {font-size:50px; line-height: 1.15em;} /* sama kuin h1 */
.scase-hedis h3 span {font-size:32px; line-height: 1.15em;}

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

.yht .palsta-sisalto {
    background: #f1f1f1;
    padding: 30px !important;
}
/* vÃ¤rit */
h1 {color:#000;}
h2 {color:#000;}
h3 {color:#000;}
h4 {color:#000;}



/* yleiset */
a {
	color:#ff8100;
	font-weight:700;
	text-decoration:none;
}
a.nappi {
	padding:15px 20px;
	display:inline-block;
	margin:10px 0;
	background:#059ef2;
	text-transform:none;
	text-decoration:none;
	font-weight:400;
	color:#fff;
	transition:all 200ms;
	border-radius:5px;
	border: 1px solid #059ef2;
	
}
	a.nappi:hover {
		background:#fff;
		color: #059ef2;
		text-decoration:none;
		border: 1px solid #059ef2;
	}

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;
}
#top .arkki {max-width:100% !important;}


div#top a {
    color: #fff;
}

/* ======== 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 &gt; .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: 2px solid #009cf3;
		color: #333;
		padding: 10px 0 10px 3px;
		border-radius:3px;
	} 
	body.sivu69 tr.formField-plaintext td {
		padding-bottom:40px;

	}
	.lomsku button.formSubmit {
		padding: 15px 25px;
		border-radius: 5px;
		display: inline-block;
		margin: 10px 0;
		background: #ff8100;
		text-transform: none;
		font-weight: 400;
		color: #fff;
		border: 0;
		cursor: pointer;
		transition: all 300ms;
	}
	}
	.lomsku button.formSubmit:hover {
		background:Â´#000 !important;
		color:#44b359;
	}




/* ======== 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:#ff8100;
	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:#ff9b34;
}
.boxi .meega {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.boxi .meega:hover {
	background:rgba(0,0,0,0.5);
}

	/* BOX: perusloota */
	.boxi.perusloota .boxi-wrap {
		border-radius:0;
		transition:all 300ms;
	}
	.boxi.perusloota .boxi-kuva {
		height:260px;
		background-size:cover;
	}
	.boxi.perusloota .boxi-otsikko {
		margin:0;
	}
	.boxi.perusloota .boxi-otsikko h3 {
		padding:15px 10px;
	}
		/* hover */
		.boxi.perusloota .boxi-wrap:hover {
			background:red;
		}
		.boxi.perusloota .meega:hover {
			background:transparent;
		}
	
	/* BOX: tupla borderit */
	.boxi.tuplaborders {
		padding:0 20px;
	}
	.boxi.tuplaborders .outer {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:5px;
		border:2px solid #084b80;
		border-radius:0;
		background-size:cover;
		background-color:transparent;
	}
	.boxi.tuplaborders .boxi-wrap {
		border:2px solid #c1e5f4;
		padding: 35px 0 20px ;
		min-height:260px;
		border-radius:0;
		background:transparent;
		text-align: center;
	}
	.boxi.tuplaborders .boxi-otsikko {
		text-align:center;
		margin:40px 0 0 0;
	}
	.boxi.tuplaborders .boxi-otsikko h3 {
		background: #c1e5f4;
		font-size:20px;
		line-height:1.3em;
		color:#084b80;
		display:inline-block;
		transition:all 300ms;
		padding: 12px 12px;
		margin:0 20px;
		position: relative;
		z-index: 100;
	}
	.boxi.tuplaborders .boxi-otsikko h3 span {
		color:#fff;
	}
		/* hover */
		.boxi.tuplaborders .boxi-wrap:hover .boxi-otsikko h3 {
			padding: 12px 30px;
			background:#084b80;
			color:#fff;
		}
		.boxi.tuplaborders .meega:hover {
			background:transparent;
		}

	/* BOX: fullbox */
	.boxi.fullbox .boxi-wrap {
		height:300px;
		background-size:cover;
		background-position:center center;
		border-radius:0;
		border-radius:20px;
	}
	.boxi.fullbox .boxi-kuva {
		display:none;
	}
	.boxi.fullbox .boxi-otsikko {
		position:absolute;
		bottom:0;
		margin:0;
		left:0;
		right:0;
	}
	.boxi.fullbox .boxi-otsikko h3 {
		        /* background: #0000004a; */
		font-size: 20px;
		line-height: 1.3em;
		color: #ffffff;
		display: block;
		width: 70%;
		margin: 0 auto 20px;
		transition: all 300ms;
		padding: 15px 15px;
		position: relative;
		z-index: 100;
		font-weight: bold;
		text-shadow: 0 0px 5px #000;
	}
	.boxi.fullbox .boxi-otsikko a {
		text-decoration:none;
	}
	/* hover */
	.boxi.fullbox .boxi-wrap:hover .boxi-otsikko h3 {
		
    	color: #fff;
		text-decoration:underline;
	}
	.boxi.fullbox .meega:hover {
		background:transparent;
	}



/* ======== 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: 20px 0;
    text-align: Center;
    text-transform: uppercase;
}
.mobi-linkit ul li:first-child a {
	background:#029df3;
	color:#fff;
	text-decoration:none;
	font-family:inherit;
}
.mobi-linkit ul li:last-child a {
	background:#FE8100;
	color:#fff;
	text-decoration:none;
	font-family:inherit;
}




/* ======== TOP ======== */
#top {
	background:#000;
	background:transparent;
	margin-bottom:0px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin-bottom:0px;
	z-index:1000;
	border-top:0;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}
#top #top-wrap {
	max-width:100%;
	margin:0 auto;
	position:relative;
}
#top p {margin:0;}




/* ======== HEADER ========*/
#yhteystiedot {
	display:block;
	background:#009cf3;
	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 {
	display:none;
	}
		#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:30%;
	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:104px;
		width:auto;
	}



/* ======== NAV ========*/
#nav {
	width:70%;
	background:none;
}
#nav .arkki {
	margin:10px 0px;
}
#nav ul.menu {
	margin:30px 20px 0 0;
	text-align:right;
}
#nav ul li.level1 {
	display:inline-block;
	width:auto;
	margin:2px 0;
	transition:all 400ms;
} 
#nav ul li.level1 a {
	color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em ;
    position: relative;
    text-decoration: none;
    text-transform: none;
    padding: 10px 5px;
    font-family: 'Days One', sans-serif;
    text-shadow: 1px 1px 1px #000;
	text-transform:uppercase;
	
}

	/* hover */
	#nav ul li.level1:hover {
		
	}
	#nav ul li.level1:hover a {
		color: #ffffff;
   		 border-bottom: 2px solid #ff8100;
		text-decoration:none;
	}

	/* current */
	#nav ul li.level1.current {
		
	}
	#nav ul li.level1.current a {
		color: #ffffff;
  		  border-bottom: 2px solid #ff8100;
	}


/* 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;
	background-image:url(/media/tiedostot/showcase2.jpg);
	background-position:top center;
	background-repeat:no-repeat; 
	background-size: cover;
}
#showcase .arkki {
	height:100%;
	position:relative;
}

	/* VL:t */
	#showcase .arkki &gt; .editor {
		padding:250px 0 30px;
	}


/* ======== SHOWCASE + SLIDER ======== */
#showcase {
	padding:0 ;
	/*min-height:300px;*/
	position:relative;
	/*background-image:url(../images/tausta.jpg);*/
	background-color:#ddd;
	color:#fff;
	background-position:top center;
	background-repeat:no-repeat; 
	background-size: cover;
}
#showcase .arkki {
	height:100%;
	max-width:100% !important;
	position:relative;
	padding:0;
}
	#showcase .boxit {
		height:300px; /* jos txtboxia ei ole */
	}
	/* otsikko txt */
	#showcase .boxi.txtbox {
		margin:0;
		position:relative;
		z-index:2;
	}
	#showcase .boxi.txtbox .boxi-wrap {
		max-width: 1400px;
    	width: 100%;
    	margin: 0 auto;
    	float: none;
	}
	#showcase .boxi.txtbox .boxi-wrap .boxi-content {
		padding:150px 0 60px 0;
	}
	/* taustakuva */
	#showcase .boxi.picbox {
		width: 100% !important;

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



/* ======== MAIN-CONTENT ======== */
#main-content {
	padding:60px 0 50px;
	
}
	
div#main-content .boxit {
    padding-bottom: 50px;
}

/* ======== BLUE AREA (GRID 50/50) ======== */
#bluearea {
	background-color:#44b359;
	color:#fff;
}
#bluearea .arkki {
	max-width:100% !important;
	padding:0;
}
#bluearea .boxit {
	position:relative;
}

	/* 50/50 grid */
	.boxi.txtbox {
		padding:0;
		margin-left:50%;
	}
		.boxi.txtbox .boxi-wrap {
			border-radius:0;
			background:transparent;
			max-width:700px;
			float:left;
		}
		.boxi.txtbox .boxi-kuva {
			display:none;
		}
		.boxi.txtbox .boxi-otsikko {
			display:none;
		}
		.boxi.txtbox .boxi-wrap .boxi-content {
			padding:60px 20px 40px 60px;
		}
	/* kuva */
	.boxi.picbox {
		padding:0;
		line-height: 0;
		width: 50%;
		height: 100%;
		position: absolute;
		left: 0;
		padding: 0;
	}
		.boxi.picbox .boxi-wrap {
			border-radius:0;
			width:100%;
			height:100%;
			background-position:center;
			background-size:cover;
		}
		.boxi.picbox .boxi-kuva {
			display:none;
		}
		.boxi.picbox .boxi-otsikko {
			display:none;
		}

	#bluearea h2 {
		color:#fff;
	}
	#bluearea a {
		color:;
	}
	#bluearea .nappi {
		background:#fff;
		color:#44b359;
		border:none;
	}
	#bluearea .nappi:hover {
		background:#ff9b34;
		color:#fff;
	}

	#bluearea .boxi.picbox .boxi-wrap {
		background-position:bottom center;
	}

/* ======== BOTTOM ======== */
#bottom {
	background:#009cf3;
	text-align:center;
	    
}
	.cta {
		text-align:center;
		padding: 35px 0 0 0;
		color:#000;
	}

#bottom h2 {color:#000;}
#bottom p {color:#333;}
#bottom img {border-radius:0;}

/* ======== FOOTER ======== */
#footer {
    padding: 80px 0 0 0;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    background-image: url(/media/tiedostot/video-bg-1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    border-top: 1px solid #e8e8e8;
	    
}
#footer .arkki {
	max-width:100% !important;
}

#footer .palstat {
	max-width:1400px;
	margin:0 auto;
}
	#footer .palstat img {
	
		width:auto;
		padding-bottom:20px;
	} 
	#footer .palstat a {
		color:#059ef2;
	}
	#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;
	}
	

#footer ul.footer-menu {
		list-style:none;
		background:#009cf3;
		text-align:center;
		margin:0;
		padding:15px 0 20px 0;
}
	#footer ul.footer-menu li {
		display:inline-block;
		width:auto;
		margin:0;
		padding:0;
	}
	#footer ul.footer-menu li a {
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		padding: 10px 15px !important;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Days One', sans-serif;
	}


/* ======== COPY ======== */
#copy {
	background: #fff;
	overflow:auto;
	padding:10px 0 8px;
}
#copy .arkki {
	max-width:1400px;
}
#copy a,
#copy {
	color:#000;
	font-weight:400;
}

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






/* ETU */
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 h2  {
		
		
				color: #fff;
		font-size: 50px;
		text-shadow: 0px 0px 3px #000;
		font-weight: bold;
		float: right;
		width: 60%;
	} 
	.scase-hedis h2 span {
		color:#fff;
		font-family:inherit;
	}
	.scase-hedis h3 span {
		display:inline-block;
		background:rgba(0,0,0,0.5);
		padding:15px 20px;
		color:#fff;
		font-family:inherit;
		border-left:8px solid #fff;
	} 
	
	
	
	
	
	/* 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;
	}



/* OTA YHT */
body.sivu69 #bottom .arkki {
	max-width:100% !important;
	padding:0;
}
.mappis p {
	margin:0;
	line-height:0;
}
.mappis iframe {
	margin:0;
	width:100%;
	height:400px;
}



/* 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) {

}





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

	.scase-hedis h2 {font-size:40px;} /* sama kuin h1 */
	
	
	/*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 {
		
		margin: 0px;
		position: absolute;
		top: 197px;
		left: 0;
		right: 0;
		z-index:1000;
	}
	.valikko-avaa {
		position:absolute;
		top:-75px;
		right:10px;
		width:50px;
		z-index:15000;
		background:#ff8100;
		padding:0 5px;
		border-radius:5px;
		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;	
		margin-top:20px;
	}
	.line {
		background:#fff;
		display:block;
		margin:5px 0;
		height:5px;
		border-radius:3px;
	}
		.valikko-avaa.avattu {
			background:#ff8100;
		}
		.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:#000;
		text-align:left;
		font-size:13px !important;
		padding:14px 20px;
		text-shadow: none !important;
		background:#fff;
	}
	#nav ul li.level1 .submenu {
		background:#eee;
	}
	#nav ul li.level1 .submenu a {
		padding:14px 0;
		color:#000;
	}
	/* hover / focus */
	#nav li.level1 &gt; a:hover,
	#nav .submenu li a:hover,
	#nav li.level1 &gt; a:focus,
	#nav .submenu li a:focus,
	#nav li.level1.viimeinen &gt; a:hover, 
	#nav li.level1.viimeinen &gt; a:focus {
		text-decoration:none;
		text-indent:0px;
		color: #ffffff;
		border-bottom: none;
		background:#ff8100;
	}
	
	#nav ul li.level1.current a {
		color: #ffffff;
		border-bottom: none;
		background:#ff8100;
	}
/*	.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;
	}
	/* scase */
	#showcase {
		min-height:240px;
	}
	/* main content */
	#main-content {
		padding:40px 0 20px;
		background: #ffffff87;
	}
	/* blueArea */
	.boxi.txtbox .boxi-wrap .boxi-content {
		padding:40px 20px 20px 40px;
	}
	/* bottom */
	.cta {
		padding:50px 20px 25px;
	}
	/* footer */
	
	#footer .palstat ul {
		margin:40px 0;
	}
	
	/* ETU */
	.scase-hedis {
		bottom:60px;
	}
	/* BOX: tupla borderit */
	.boxi.tuplaborders {
		padding:0 10px;
	}
	.boxi.tuplaborders .boxi-wrap {
		padding:20px 0 20px;
	}
	.boxi.tuplaborders .boxi-kuva {
		background-size: auto 140px;
	}
	.boxi.tuplaborders .boxi-otsikko {
		margin:20px 0 0;
	}
	.boxi.tuplaborders .boxi-otsikko h3 {
		margin:0 5px;
	}
	/* BOX: fullbox */
	.boxi.fullbox .boxi-wrap {
		height:240px;
	}
	.boxi.fullbox .boxi-otsikko h3 {
		width:80%;
		padding:10px;
		font-size:18px;
	}
	/* BOX: perusloota */
	.boxi.perusloota .boxi-kuva {
		height:210px;
	}
	.boxi.perusloota .boxi-otsikko h3 {
		padding:12px 10px;
	}
}



/* 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;
	}

	/* yhteystiedot */
	#yhteystiedot .palsta:last-child {
		display:none;
	}
	/* blueArea */
	.boxi.txtbox {
		margin-left:0;
	}
	.boxi.txtbox .boxi-wrap {
		max-width:100%;
		float:none;
	}
	.boxi.txtbox .boxi-wrap .boxi-content {
		padding:40px 20px 20px;
	}
	/*footer*/
	
	
	#footer ul.footer-menu {
		display:none;
	}
	
	/*ETU*/
	/* BOX: tupla borderit */
	.boxi.tuplaborders {
    	padding: 0 0 20px;
	}
	.boxi.tuplaborders .boxi-wrap {
		min-height:1px;
		padding:5px 0 20px;
	}
	.boxi.tuplaborders .boxi-otsikko {
		margin:10px 0 0;
	}
	/* BOX: fullbox */
	.boxi.fullbox {
		padding:0 0 20px;
	}
	/* BOX: perusloota */
	.boxi.perusloota {
		padding:0  0 20px;
	}
	
	/* OTA YHT */
	body.sivu69 .grid_6 &gt; .editor {
		padding:0 0 20px;
	}
	.boxi.picbox {
		height: 350px;
		position: static;
	}
	
	
	/* SLOGAN ETUSIVU */
	.scase-hedis h2 {
		width: 100%;
		font-size:35px;
	}
	
	.scase-hedis h2 span {
		font-size:35px;
	}
	
	.scase-hedis img {
		width:60%;
	}

	div#main-content .boxit {
		padding-bottom:10px;
	}
}



/* 600px */
@media (max-width:600px) {
	body {font-size:14px !important;}
	h1 {font-size:32px;}
	h2 {font-size:21px;}
	h3 {font-size:18px;}
	h4 {font-size:18px;}
	
	/* SLOGAN ETUSIVU */
	.scase-hedis h2 {
		width: 100%;
		font-size:25px;
	}
	
	.scase-hedis h2 span {
		font-size:25px;
	}
	
	.scase-hedis img {
		width:60%;
	}
	
	/* header */
	#header .editor p {
		padding:20px 10px 20px 10px;
	}
	#header img {
		max-height:80px;
	}
	/* nav */
	.valikko {
		top:82px;
	}
	.valikko-avaa {
		top:-50px;
		right:5px;
	}
	/* scase */
	#showcase {
		min-height:180px;
	}
	/* main content */
	#main-content {
		padding:30px 0 10px;
		background: #ffffff87;
	}
	/* bottom */
	.cta {
		padding:50px 0 25px;
	}
	/* footer */
	
	#footer .palstat img {
    	max-height: 46px;
		padding:0;
	}
	#footer .palstat ul li img {
		height:18px;
	}
	
	/* ETU */
	body.sivu1 #showcase {
		height:500px !important;
	}
	.scase-hedis {
		bottom:40px;
	}
	.slick-slide .scase-palsta {
		background-position:center center;
	}
	
	
	div#main-content .boxit {
		padding-bottom:0px;
	}

}


/* 480px */
@media (max-width:480px) {
	h1 {font-size:28px;}
	
	/* SLOGAN ETUSIVU */
	.scase-hedis h2 {
		width: 100%;
		font-size:20px;
	}
	
	.scase-hedis h2 span {
		font-size:20px;
	}
	
	.scase-hedis img {
		width:60%;
	}


	/* 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 */
	#nav .valikko-koti a,
	#nav .valikko-avaa a {
		padding:10px !important;
	}


	/*ETU*/
	body.sivu1 #showcase {
		height:400px !important;
	}
	.scase-hedis {
		bottom:20px;
	}
	.scase-hedis h2 span,
	.scase-hedis h3 span {
		padding:10px;
	}
	/* BOX: fullbox */
	.boxi.fullbox .boxi-wrap {
		height:200px;
	}
	/* BOX: perusloota */
	.boxi.perusloota .boxi-kuva {
		height:170px;
	}
	.boxi.perusloota .boxi-otsikko h3 {
		padding:10px;
	}

	/* OTA YHT */
	body.sivu69 tr.formField-plaintext td {
		padding-bottom:15px;
	}
	table.lomsku td.formLabelHolder,
	table.lomsku td.formFieldHolder {
		width:100% !important; 
		padding:0 0 5px;
		display:block;
	}
	table.lomsku td.formFieldHolder {
		padding:0 0 15px;
	}
	table.lomsku tfoot td:first-child {
		display:none;
	}
	.mappis iframe {
		height:300px;
	}
	
}



</pre></body></html>