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

body {
	color:#444;
	font:normal normal 18px 'Roboto', sans-serif;
	line-height:1.6em;
	font-weight:400;
	background-color:#fff;
	overflow:hidden;
}

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

h1, h2, h3, h4 {font-family: 'Fira Sans', sans-serif;}

h1 { font-size: 40px; line-height:1.68em; font-weight:300; margin:0 0 20px; }
h2 { font-size: 32px; line-height:1.35em; font-weight:300; margin:0 0 20px; }
h3 { font-size: 24px; line-height:1.25em; font-weight:400; margin:0 0 0; }
h4 { font-size: 18px; font-weight:400; }
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;}*/

h1 strong {
	font-size:66px;
	font-family:inherit;
	font-weight:900;
	color:#000;
}
h2 strong {
	font-family:inherit;
	font-weight:900;
}

h2 a {
	font-family:inherit;
	font-weight:900;
}


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



/* yleiset */
a {
	color:#d0352b;
	font-weight:700;
	text-decoration:underline;
}
a.nappi {
	padding:15px 20px;
	display:inline-block;
	margin:10px 0;
	background:#d0352b;
	text-transform:none;
	text-decoration:none;
	font-weight:400;
	color:#fff;
	transition:all 200ms;
}
	a.nappi:hover {
		background:#eee;
		color:#d0352b;
		text-decoration:none;
	}

strong,
b {
	font-weight:700;
	font-family:inherit;
}


.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:15px 20px;
		display:inline-block;
		margin:10px 0;
		background:#d0352b;
		text-transform:none;
		font-weight:400;
		color:#fff;
		border:0;
		cursor:pointer;
		transition:all 300ms;
	}
	.lomsku button.formSubmit:hover {
		background:#eee;
		color:#d0352b;
	}




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

	/* BOX: fullbox */
	.boxi.fullbox .boxi-wrap {
		height:380px;
		background-size:cover;
		background-position:center center;
		border-radius:0;
	}
	.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:#d0352b;
		font-size: 20px;
		font-weight:400;
		line-height: 1.3em;
		color: #fff;
		display: block;
		width: 80%;
		margin: 0 auto 20px;
		transition: all 300ms;
		padding: 15px 15px;
		position: relative;
		z-index: 100;
	}
	.boxi.fullbox .boxi-otsikko a {
		text-decoration:none;
	}
	/* hover */
	.boxi.fullbox .boxi-wrap:hover .boxi-otsikko h3 {
		background:#eee;
		color:#d0352b;
	}
	.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: 15px 0;
    text-align: Center;
}
.mobi-linkit ul li:first-child a {
	background:#d0352b;
	color:#fff;
	text-decoration:none;
}
.mobi-linkit ul li:last-child a {
	background:#5a5a5a;
	color:#fff;
	text-decoration:none;
}




/* ======== TOP ======== */
#top {
	background:#fff;
	/*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;
	margin:0 auto;
	position:relative;
}
#top p {margin:0;}




/* ======== HEADER ========*/
#yhteystiedot {
	display:block;
	background:#222;
	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:25%;
	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:15px 10px 13px 20px;
		color:#000;
	}
	#header img {
		max-height:84px;
		width:auto;
	}



/* ======== NAV ========*/
#nav {
	width:75%;
	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:#d0352b;
	font-weight:700;
	font-size:20px;
	line-height:1.2em;
	position:relative;
	text-decoration:none;
	text-transform:none;
	padding:15px 25px;
}

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

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


/* 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:350px;
	position:relative;
	background-color:#ddd;
	color:#fff;
	background-image:url(../images/bg-scase.jpg);
	background-position:center bottom;
	background-repeat:no-repeat; 
	background-size: cover;
}
#showcase .arkki {
	height:100%;
	position:relative;
}

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



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



/* ======== MAIN-CONTENT ======== */
#main-content {
	padding:60px 0 40px;
	background:#fff;
}
	#main-content .palsta.kuvitus p {
		line-height:0;
		margin:0;
	}
	.palsta.kuvitus img {
		box-shadow:10px 10px #eee;
	}





/* ======== BOTTOM ======== */
#bottom {
	background-color:#eee;
	background-image:url(../images/bg-bottom.jpg);
	background-position:center center;
	background-repeat:no-repeat; 
	background-size: cover;
}
	#bottom .arkki {
		padding:0 0;
	}
	.cta {
		text-align:center;
		padding: 65px 15% 45px;
	}

	


/* ======== FOOTER ======== */
#footer {
	background: #222;
	padding:120px 0 100px;
	-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 h2 {
		color:#d0352b;
	}
	#footer h2 strong {
		color:#fff;
	}
	#footer .palstat a {
		color:#fff;
	}

	


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

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






/* ETU */
body.sivu1 #showcase {
	background:none;
	height:650px !important;
}
	body.sivu1 #showcase .arkki {
		padding:0;
		max-width:100% !important;
	}
	.scase-hedis {
		z-index:10;
		position:absolute;
		bottom:60px;
		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 {
		max-width:66%;
		background:rgba(0,0,0,0.65);
		padding:10px 15px 20px 20px;
		margin:0;
		border-left:10px solid #d0352b;
	}
	.scase-hedis h2 {
		margin:0 0 10px;
	}
	.scase-hedis h2 span {
		font-size:72px;
		font-weight:900;
		font-family:inherit;
		display:inline-block;
		color:#fff;
	} 
	.scase-hedis h3 {
		margin:0;
	}
	.scase-hedis h3 span {
		font-size:42px;
		font-weight:300;
		font-family:inherit;
		display:inline-block;
		color:#d0352b;
	} 
	/* 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;
		background-position:center center;
	}
	.slick-list .editor {
		height:auto;
		max-width:1400px;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		bottom:200px;
	}
body.sivu1 #main-content {
	padding:80px 0 200px;
}
	#bottom .boxit {
		margin-top:-100px;
	}
	#bottom .boxit .boxi {
		padding:0 20px;
	}
	body.sivu1 .cta {
		text-align:center;
		padding: 100px 15% 70px;
	}



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



/* ekh / GALLERIA */
.galleria {
	padding-top:60px;
}
.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%;
}


/* MYYTÄVÄT */
body.sivu83 #bluearea {
	padding:0 0 40px;
}



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




/* 1200px */
@media (max-width:1200px) {
	#nav ul li.level1 a {
		padding:15px 20px;
		font-size:18px;
	}
	#showcase {
		min-height:300px;
	}
	
	/* ETU */
	body.sivu1 #showcase {
		height:600px !important;
	}
}





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

	
	/*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:15px 10px 15px 20px;
	}
	#header .editor img {
		height:72px;
	}
	#nav {
		width:100%;
		float:right;
		margin:0;
	}
	.valikko {
		background: #fff;
		margin: 0px;
		position: absolute;
		top: 105px;
		left: 0;
		right: 0;
		z-index:1000;
	}
	.valikko-avaa {
		position:absolute;
		top:-80px;
		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:#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;
	}
	/* scase */
	#showcase {
		min-height:240px;
	}
	/* main content */
	#main-content {
		padding:40px 0 20px;
	}
	/* bottom */
	.cta {
		padding:40px 20px 30px;
	}
	/* footer */
	#footer {
		padding:60px 0 40px;
	}



	/* ETU */
	body.sivu1 #showcase {
		height:560px !important;
	}
	.scase-hedis div div {
		max-width:80%;
	}
	.scase-hedis h2 span {
		font-size:60px;
	}
	.scase-hedis h3 span {
		font-size:36px;
	}
	body.sivu1 #main-content {
		padding:60px 0 150px;
	}
	body.sivu1 #bottom .arkki {
		padding: 0 10px;
	}
	#bottom .boxit .boxi {
		padding:0 10px;
	}
	.boxi.fullbox .boxi-wrap {
		height:280px;
	}
	.boxi.fullbox .boxi-otsikko h3 {
		font-size:18px;
		width:90%;
		padding:12px 5px;
	}
	body.sivu1 .cta {
		padding:60px 20px 40px;
	}
	

	/* EKH galleria */
	.galleria {
		padding-top:40px;
	}
}



/* 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 {
		display:none;
	}
	
	
	/* ETU */
	body.sivu1 #showcase {
		height:500px !important;
	}
	.scase-hedis h2 span {
		font-size:50px;
	}
	.scase-hedis h3 span {
		font-size:30px;
	}
	body.sivu1 #main-content {
		padding:40px 0 140px;
	}
	body.sivu1 #bottom .arkki {
		padding: 0 20px;
	}
	#bottom .boxit .boxi {
		padding:0 0 20px;
	}
	.boxi.fullbox .boxi-wrap {
		height:220px;
	}
	body.sivu1 .cta {
		padding:40px 0 40px;
	}
	

	/* MYYTÄVÄT */
	body.sivu83 .palsta.kuvitus .palsta-sisalto {
		padding-right:10px;
	}
	
	
}



/* 600px */
@media (max-width:600px) {
	body {font-size:14px !important;}
	h1 {font-size:24px;}
	h1 strong {font-size:36px;}
	h2 { font-size:22px;}
	h3 { font-size:18px; margin:0 0 5px;}
	
	/* header */
	#header .editor p {
		padding:12px 10px 12px 15px;
	}
	#header img {
		height:60px;
	}
	/* nav */
	.valikko {
		top:98px;
	}
	.valikko-avaa {
		top:-78px;
		right:5px;
	}
	/* scase */
	#showcase {
		min-height:180px;
	}
	/* main content */
	#main-content {
		padding:30px 0 10px;
	}
	/* bottom */
	.cta {
		padding:40px 20px 25px;
	}
	/* footer */
	#footer {
		padding:50px 0 30px;
	}

	/* ETU */
	body.sivu1 #showcase {
		height:400px !important;
	}
	.scase-hedis {
		bottom:40px;
	}
	.scase-hedis h2 span {
		font-size:36px;
	}
	.scase-hedis h3 span {
		font-size:24px;
	}
	body.sivu1 #main-content {
		padding:30px 0 130px;
	}
	.boxi.fullbox .boxi-wrap {
		height:200px;
	}
	body.sivu1 .cta {
		padding:20px 0 20px;
	}

}


/* 480px */
@media (max-width:480px) {
	h1 {font-size:21px;}
	h1 strong {font-size:32px;}
	h2 { font-size:18px;}
	h3 { font-size:16px;}


	/* 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:360px !important;
	}
	.scase-hedis {
		bottom:25px;
	}
	.scase-hedis div div {
		padding:10px 15px 15px 15px;
		border-left: 6px solid #d0352b;
	}
	.scase-hedis h2 span {
		font-size:26px;
	}
	.scase-hedis h3 span {
		font-size:21px;
	}
	body.sivu1 #main-content {
		padding:30px 0 120px;
	}
	.boxi.fullbox .boxi-wrap {
		height:180px;
	}
	.boxi.fullbox .boxi-otsikko h3 {
		font-size:16px;
		padding:10px 5px;
	}

	

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



