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

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



h1, h2, h3, h4, h5, h6 #nav ul li.level1 a { font-family: 'Montserrat', sans-serif;}
h1, h2, h3, h4, h5, h6 #nav ul li.level1 a { font-family: 'Varela Round', sans-serif;}

h1 { font-size: 40px; line-height:1.20em; font-weight:800; margin:0 0 10px; }
h2 { font-size: 28px; line-height:1.20em; font-weight:800; margin:0 0 10px; }
h3 { font-size: 20px; line-height:1.20em; font-weight:300; margin:0 0 10px; }
h4 { font-size: 18px; line-height:1.20em; font-weight:800; margin:0 0 10px; }
h5 { font-size: 44px; line-height:1.20em; font-weight:800; margin:0 0 10px; }
h6 { font-size: 24px; font-weight:500; }

}

h1 strong {
	color:#222;
	font-size:26px;
}

.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;}
.scase-hedis h5 span {font-size:38px; line-height: 1.10em;}


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


/* värit */
h1 {color:#222;}
h2 {color:#222;}
h3 {color:#222;}
h4 {color:#222;}



/* yleiset */
a {
	color:#77C5FC;
	font-weight:700;
	text-decoration:none;
}

a white  {
    color: white;
}
a.nappi {
    padding: 12px 35px;
    display: inline-block;
    margin: 7px 0;
    background: #77C5FC;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
	font-size: 14px;
    color: #fff;
    transition: all 200ms;
	    border-radius: 0px;
}
	a.nappi:hover {
		background:#000;
		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;
}


.terveys .palsta-sisalto {
	margin:20px;
	background:#f8f8f8;
	padding:30px;
}


#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 > .editor {
		padding-right:60px;
	}
	table.lomsku {
		width:100%;
	}
	table.lomsku h2 {
		text-align:left;
		color:#fff;
	}
	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;
		padding:15px 0;
		border-radius:5px;
	} 
	body.sivu69 tr.formField-plaintext td {
		padding-bottom:40px;

	}
	.lomsku button.formSubmit {
		padding: 12px 40px;
		border-radius: 0px;
		display: inline-block;
		margin: 10px 0;
		background: white;
		text-transform: none;
		font-weight: 700;
		color: #77C5FC;
		border: 0;
		cursor: pointer;
		transition: all 300ms;
		font-weight: bold;
		text-transform: uppercase;
	}
	.lomsku button.formSubmit:hover {
		background:#000;
		color:#fff;
	}

	.form {
   		 background: #77C5FC;
   		 padding: 50px;
    	color: #fff;
		border-radius:0px;
		margin:50px 0;
	}


/* ======== KUVABOXI ======== */
.boxit { padding:60px 0; }
.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:#fff;
	border-radius:10px;
	background-size: 100% auto;
	background-position: top center;
	background-repeat:no-repeat;
}
.boxi-kuva {
	height:140px;
	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:#fff;
}
.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-wrap:before {
		content:'';
		display:block;
		padding-top:100%;
	}
	.boxi.perusloota .boxi-kuva {
		height:260px;
		background-size:cover;
		display:none;
	}
	.boxi.perusloota .boxi-otsikko {
		margin:0;
		position:absolute;
		lefT:0;
		right:0;
		bottom:0;
	}
	.boxi.perusloota .boxi-otsikko h3 {
		padding:15px 10px;
	}
		/* hover */
		.boxi.perusloota .boxi-wrap:hover {
			background:#000;
		}
		.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 {
	
		background-size:cover;
		background-position:center center;
		border-radius:0;
	}
	.boxi.fullbox .boxi-wrap:before {
		content:'';
		display:block;
		padding-top:100%;
	}
	.boxi.fullbox .boxi-wrap:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2000;
		height: 80%;
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.boxi.fullbox .boxi-kuva {
		display:none;
	}
	.boxi.fullbox .boxi-otsikko {
		position:absolute;
		bottom:0;
		margin:0;
		left:0;
		right:0;
		z-index:3000;
	}
	.boxi.fullbox .boxi-otsikko h3 {
		font-size: 20px;
		line-height: 1.3em;
		color: #fff;
		display: block;
		
		margin: 0 auto 20px;
		transition: all 300ms;
		padding: 0px;
		position: relative;
		z-index: 100;
	}
	.boxi.fullbox .boxi-otsikko a {
		text-decoration:none;
		color: #fff;
	}
	/* hover */
	.boxi.fullbox .boxi-wrap:hover .boxi-otsikko h3 {
		color:#74ae68;
	}
	.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: 10px 0;
    text-align: Center;
	padding:20px;
}
.mobi-linkit ul li:first-child a {
	background:#77C5FC;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #fff;
	
}
.mobi-linkit ul li:last-child a {
	background:#222;
	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:10000 !important;
	border-top:0; 
}
#top #top-wrap {
	max-width:100%;
	margin:0 20px;
	position:relative;
}
#top p {margin:0;}




/* ======== HEADER ========*/
#yhteystiedot {
	display:block;
	background:#77C5FC;
	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: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:108px;
		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:17px;
	line-height:1.2em;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	padding:15px 15px;
	font-weight: bold;
}

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

	/* current */
	#nav ul li.level1.current {
		background:none;
	}
	#nav ul li.level1.current a {
   		 color: #77C5FC;
	}


/* 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;
	background: #74ae68;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	
}
#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:#fff;
	padding:15px;
}



/* ======== SHOWCASE + SLIDER ======== */
#showcase {
	padding:0 ;
    min-height:300px;
	position:relative;
	background-image:url(../images/showcase.jpg);
	background-color:#000;
	color:#fff;
	background-position:top center;
	background-repeat:no-repeat; 
	background-size: cover;
}
#showcase:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5000;
    height: 400px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
#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;

	}
body:not(.sivu1) #showcase {
	height:400px !important;
}


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


/* ======== MAIN-CONTENT ======== */
#main-content {
    padding: 60px 0 50px;
    background-color: #fff;
}
#main-content .palstat {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 50px;
	
}

.sivu1 #main-content .palstat+.palstat {
	margin: 0 -20px;
}

.sivu1 #main-content .palstat+.palstat .palsta-sisalto {
	min-height:390px;
	position:relative;
}
.sivu1 #main-content .palstat+.palstat .palsta-sisalto a.nappi {
	position:absolute;
	bottom:40px;
	lefT:30px;
}

.sss {
    margin-left: 70px;
    padding-top: 50px;
	
}




/* ======== BLUE AREA (GRID 50/50) ======== */
#bluearea {
	background-color:#77C5FC;
	color:#fff;
	text-align:left;
}
#bluearea .arkki {
	max-width:1400px !important;
	margin:0 auto;
}
#bluearea .boxit {
	position:relative;
}

	/* 50/50 grid */
	.boxi.txtbox {
		padding:0;
		margin-left:53%;
	}
		.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:20;
		line-height: 0;
		width: 50%;
		height: 80%;
		position: absolute;
		left: 0;
	}
		.boxi.picbox .boxi-wrap {
			border-radius:0;
			width:100%;
			height:100%;
			background-position:center center;
			background-size:cover;
		}
		.boxi.picbox .boxi-kuva {
			display:none;
		}
		.boxi.picbox .boxi-otsikko {
			display:none;
		}

	#bluearea h2 {
		color:#fff;
		margin-top:20px;
	}
	#bluearea h2 strong {
		display:block;
		font-size:60px;
		line-height:70px;
	}
	#bluearea a {
		color:;
	}
	#bluearea .nappi {
		background:none;
		color:#fff;
		border:1px solid #fff;
	}
	#bluearea .nappi:hover {
		background:#222;
		color:#fff;
	}



/* ======== BOTTOM ======== */
	#bottom {
		background:#74ae68;
		text-align:center;
		padding:50px 0;
		display:none;
	}
	/*.cta {
   		 color: white;
   		 text-align: center;
   		 padding: 60px 0 40px 15px;
	}*/
	#bottom h2 {
		color: white;
	}
	#top .cta {
   		 color: white;
   		 text-align: left;
   		 padding: 35px 0 40px 15px;
	}


	.cta #yht {
		background: white;
		padding: 0 !important;
		text-align: left;
		margin: 0 !important;
		color: #000;
		padding: 30px !important;
		width: 85%;
		border-radius: 15px;
	}
	
	div#bluearea .palsta-sisalto {
    text-align: left;
    padding: 60px 0 40px 0;
}



/* ======== FOOTER ======== */
#footer {
	background: #1f1d1d;
	padding:50px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	font-size:16px;
	line-height:22px;
	text-align:left;
}
#footer .arkki {
	max-width:100% !important;
}
#footer .palstat {
	max-width:1400px;
	margin:0 auto;
}
	#footer .palstat img {
		max-height:90px;
		width:auto;
		padding-bottom:10px;
	} 
	#footer .palstat a {
		color:#fff;
	}
	#footer .palstat ul {
		list-style:none;
		width:100%;
		text-align:center;
		margin:30px 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:transparent;
	text-align:center;
	margin:0;
	padding:5px 0 20px 0;
}
	#footer ul.footer-menu li {
		display:inline-block;
		width:auto;
		margin:0;
		padding:0;
	}
	#footer ul.footer-menu li a {
		color:#ffffff;
		font-weight:400;
		font-size:14px;
		padding:10px 15px !important;
		display:block;
	}


/* ======== COPY ======== */
#copy {
	background: #222;
	overflow:auto;
	padding:10px 0 8px;
}
#copy .arkki {
	max-width:1400px;
}
#copy a,
#copy {
	color:#aaa;
	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:10%;
		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;
	}
	
	/* 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%;
}

.scase-hedis h2 {margin-left:50%;width:50%;}
.scase-hedis h2 span {
    color: #fff;
    font-family: inherit;
    font-size: 60px;
    width: 50%;
    text-align: left;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}




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




/* 1200px */
@media (max-width:1200px) {
h1 { font-size: 30px;}
	h2 { }
	h3 { font-size: 24px;}
	h4 { }

#main-content {
    padding: 60px 30px 60px 30px;
    background-color: #fff;
}

}





/* 1024px */
@media (max-width:1024px) {	
	body {font-size:16px !important;}
	h1 { font-size: 31px;}
	h2 { }
	h3 { font-size: 24px;}
	h4 { }
	
	#main-content .palstat {
		
		padding: 50px 25px;
		
	}
	
	.scase-hedis h2 span {font-size:25px;} /* sama kuin h1 */
	.scase-hedis h3 span {font-size:24px;}
	
	/*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:-77px;
		right:10px;
		width:50px;
		z-index:15000;
		background:#000;
		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;		
	}
	.line {
		background:#fff;
		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:#000;
		text-align:left;
		font-size:16px !important;
		padding:14px 20px;
	}
	#nav ul li.level1 .submenu {
		background:#eee;
	}
	#nav ul li.level1 .submenu a {
		padding:14px 0;
		color:#fff;
	}
	/* 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;
	}
	/* scase */
	#showcase {
		min-height:240px;
	}
	/* main content */
	#main-content {
		padding: 60px 0px 60px 0px;
		background-color: #fff;
	}
	/* blueArea */
	.boxi.txtbox .boxi-wrap .boxi-content {
		padding:20px;
	}
	/* bottom */
	.cta {
		padding:0px;
	}
	
	.cta #yht {
		background: white;
		padding: 0 !important;
		text-align: left;
		margin: 0 !important;
		color: #000;
		padding: 0px !important;
		width: 90%;
		border-radius: 15px;
		margin-bottom:30px !important;
	}
	
	/* footer */
	#footer {
		padding:60px 0 0;
	}
	#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 {
		padding:60px 0 10px;
	}
	#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 > .editor {
		padding:0 0 20px;
	}
		#bottom .arkki {
		text-align: center;
		padding: 0 25px 0 25px;
	}
	#bluearea .arkki {
		text-align: left;
		padding: 0 25px 0 25px;
	}
	.scase-hedis h2 {
		margin-left: 0;
		width: 100%;
	}

}



/* 600px */
@media (max-width:600px) {
	body {font-size:14px !important;}
	h1 {font-size:30px;}
	h2 {font-size:21px;}
	h3 {font-size:16px;}
	h4 {font-size:14px;}
	h5 {font-size:22px;}
	h6 {font-size:14px;}
	
	.scase-hedis h5 span {font-size:18px;} /* sama kuin h1 */
	.scase-hedis h6 span {font-size:16px;}
	
	/* header */
	#header .editor p {
		padding:20px 10px 20px 10px;
	}
	#header img {
		max-height:55px;
	}
	/* nav */
	.valikko {
		top:82px;
	}
	.valikko-avaa {
		top:-68px;
		right:5px;
	}
	/* scase */
	#showcase {
		min-height:180px;
	}
	/* main content */
	#main-content {
		padding:50px 0px 0px 0px;
	}
	
	#main-content .palstat {
    	padding: 50px 0px;
	}
	/* bottom */
	.cta {
		padding:50px 0 25px;
	}
	
	
	.form {
   		 background: #77C5FC;
   		 padding: 20px;
    	color: #fff;
		border-radius:10px;
		margin:30px 0;
	}
	/* footer */
	#footer {
		padding:40px 0 5px;
	}
	#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;
	}
	.arkki.clearfix {
	text-align:left;
}

}


/* 480px */
@media (max-width:480px) {
	h1 {font-size:22px;}
	
	.scase-hedis h5 span {font-size:18px;} /* sama kuin h1 */
	.scase-hedis h6 span {font-size:15px;}


	#main-content {
		padding:50px 0px;
	}
	
	#main-content .palstat {
    	padding: 40px 0 0 0;
	}
	/* 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 h5 span,
	.scase-hedis h6 span {
		padding:0px;
	}
	/* 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;
	}
	
#bluearea {
	background-color:#77C5FC;
	color:#fff;
	text-align:left;
}
	
}



