<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Exo+2:300,400|Rokkitt:400,700|Lato:300,400,700|Open+Sans|Titillium+Web:300,400,600);

body {
	font-family: 'Open Sans', Arial, Helvetica, Trebuchet MS, sans-serif; 
	background-color: #ffffff;
	font-size: 16px; 
	line-height: 27px; 
	color: #373737;
}
a {
	color: #0488ca; 
	text-decoration: none; 
	font-weight: normal;
}
a:focus, a:hover {
	color: #373737; 
	text-decoration: none;
}
p { 
	font-size: 16px;
}
.ingress { 
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	color: #7e7e7e;
	font-family: 'Rokkitt', serif;
	margin-bottom: 18px;
}
hr {
  border-top-color: #c1c1c1;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Rokkitt', sans-serif;
	font-weight: 600;
	color: #0488ca;
	line-height: normal;
}
h1 {
	text-transform: uppercase;
	font-size: 38px;
}

h2 {
	font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
	color: #373737;
}

.breadcrumb {
	color: #ffffff; 
	background-color: #222222;
}

.white {
	color: #ffffff;
}
.red {
	color: #e31e25;
	font-size: 28px;
}
footer {
	background-color: #1a171b; 
	color: #ffffff;
}
footer a {
	color: #ffffff;
}
.padding-pieni {	
	padding-left: 9px;
	padding-right: 9px;
}
.etusivu-otsikko { 
	color: #2a2a2a;
	text-transform: uppercase;
	font-weight: 300;
}

.bannerit {	
	background-color: #ffffff; 
	padding-top: 20px; 
	padding-bottom: 15px;
border-top: 1px solid #e3e3e3;
}

.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 25px;
	text-align: center;
}


/* HEADER/NAVBAR
------------------------------------------------------------------------------------------*/

nav {
	color: #404040;
}
.navbar-default {
	background-color: #0089ce;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #ffffff; 
	text-decoration: none; 
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, Trebuchet MS, sans-serif;
	font-weight: 400;
}
.navbar-nav &gt; li &gt; a {
    padding-bottom: 35px;
    padding-top: 15px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
	background-color: #ffffff; 
	color: #1a171b; 
}
.navbar-default .navbar-nav &gt; .active &gt; a {
	background-color: #1a171b; 
	color: #ffffff; 
}
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
	background-color: #ffffff; 
	color: #0089ce; 
}
.navbar .navbar-nav {
	margin-top: 27px;
}
.navbar-toggle {
	background-color: transparent; 
	border: none; 
	padding: 7px 7px;
	margin-top: 35px; 
	margin-left: 5px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff; 
	width: 30px; 
	height: 3px;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
    background-color: #ffffff;
    color: #1a171b;
}
.navbar-nav &gt; li &gt; .dropdown-menu {
	margin-top: 0px; 
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #c2c2c2;
	border-radius: 0px;
}
.dropdown-menu {
	background-color: #ffffff; 
	border: 0px solid rgba(0, 0, 0, 0.15); 
	border-radius: 4px; 
	box-shadow: none; 
	padding: 0px 0px; 
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05); 
	font-size: 16px;
}
.dropdown-menu &gt; li &gt; a {
	font-family: 'Exo 2', Arial, Helvetica, Trebuchet MS, sans-serif;
	padding: 6px 20px; 
	font-weight: 400; 
	color: #2d2d2d; 
	text-decoration: none;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
    background-color: #1a171b;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

/* KUVALINKKI
------------------------------------------------------------------------------------------*/

.etusivu-pikalinkit {
	background-color: #000000;
    padding-bottom: 10px;
    padding-top: 45px;
}
.etusivu-pikalinkit .container {
    padding-left: 21px;
    padding-right: 21px;
}
.link-text {
    color: #e31e25;
    font-weight: 300;
	font-size: 28px;
}
.img-link {
    display: block;
    overflow: hidden;
    text-align: center;
}
.img-link .img-content {
    overflow: hidden;
}
.img-link .img-content img {
    transform: scale(1.01);
    transition: all 0.5s ease-in-out 0s;
}
.img-link:hover .img-content img {
    transform: scale(1.1);
}
.img-link .img-content::after {
    bottom: 0;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
}
.img-link .text-content {
    background-color: #0089ce;
	text-align: center;
    color: #ffffff;
    padding: 1px 6px 10px 6px;
    transition: all 0.3s ease-in-out 0s;
text-transform: uppercase;
}
.img-link .img-content img {
    max-width: 100%;
    transform: scale(1.01);
    transition: all 0.3s ease-in-out 0s;
}
.no-margin {
    margin-left: 0;
    margin-right: 0;
}


/* AJANKOHTAISTA
------------------------------------------------------------------------------------------*/

.uutiset-main {
    margin-bottom: 10px;
}
.uutiset-otsikko {
    background-color: #606060;
	padding-left: 26px;
	padding-right: 23px;
	padding-top: 13px;
	padding-bottom: 13px;
}
.uutiset-sisalto {
    padding: 0px;
	padding-top: 4px;
	background-color: #ffffff;
	overflow: hidden;
}
.otsikko {
    color: #ffffff;
    font-family: 'Open Sans',sans-serif;
	font-family: 'Rokkitt', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
	text-transform: uppercase;
}



.ajankohtaista-main {background-color: #FFF; margin-bottom: 30px;}
.ajankohtaista-otsikko {padding: 15px 19px; background-color: #e5e5e5;}
.ajankohtaista-sisalto {padding: 0.8em 1.0em; background-color: #FFF; border-bottom: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1; border-left: 1px solid #c1c1c1;}

.ajankohtaista{background: #f5f5f5; padding-top: 40px; padding-bottom: 40px; border-top: 1px solid #e3e3e3;}
.media {color: #000; padding: 1.2em 1.4em 0.6em 1.4em; background-color: #fff; border-radius: 2px; box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.04); border-left: 12px solid #0488ca; margin-top: 22px;}




/* BUTTON
------------------------------------------------------------------------------------------*/
.btn-primary {
	background-color: #0488ca; 
	font-size: 16px; 
	color: #ffffff; 
	border-color: #0488ca; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 5px; 
	padding-bottom: 7px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #1a171b; 
	border-color: #1a171b; 
	color: #2d2d2d; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info normaali
------------------------------------------------------------------------------------------*/
.btn-default {
	background-color: #606060; 
	font-size: 16px; 
	color: #ffffff; 
	border-color: #606060; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top:5px; 
	padding-bottom:7px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-default:hover, .btn-default:focus {
	background-color: #d1d1d1; 
	border-color: #d1d1d1;
	color: #2d2d2d; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info normaali nega
------------------------------------------------------------------------------------------*/
.btn-success { 
	background-color: #ffffff; 
	font-size: 16px; 
	color: #606060; 
	border-color: #606060; 
	padding-left: 17px; 
	padding-right: 17px; 
	padding-top: 17px; 
	padding-bottom: 17px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-success:hover, .btn-success:focus {
	background-color: #606060; 
	border-color: #606060; 
	color: #ffffff;
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}

/* btn-info iso nega painike
------------------------------------------------------------------------------------------*/
.btn-info { 
	background-color: #ffffff; 
	font-size: 28px; 
	color: #606060; 
	border-color: #606060; 
	padding-left: 23px; 
	padding-right:23px; 
	border-radius: 3px; 
	-webkit-transition: .4s ease-out; 
	transition: .4s ease-out;
}
.btn-info:hover, .btn-info:focus {
	background-color: #606060; 
	border-color: #606060; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}
.btn {
	font-family: 'Open Sans', Verdana, Helvetica, Trebuchet MS, sans-serif; 
	font-weight: 400; 
	text-align: center; 
	border: 0px solid transparent;
}

/* warning
------------------------------------------------------------------------------------------*/
.btn-warning {
	color: #ffffff; 
	background-color: #6d6d6d; 
	padding-top: 8px; 
	padding-bottom: 10px; 
	padding-right: 18px; 
	padding-left: 18px; 
	border: 0px solid #ffffff;
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
}
.btn-warning:hover {
	background-color: #606060; 
	border-color: #606060; 
	color: #ffffff;
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.btn-warning:focus {
	background-color: #606060; 
	border-color: #606060; 
	color: #ffffff; 
	-webkit-transition: .3s ease-in; 
	transition: .3s ease-in;
}
.btn {
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border-radius: 0px;
}

/* SLIDE VAIHTUMINEN
------------------------------------------------------------------------------------------*/

.carousel-indicators {
    bottom: 0px;
}
.carousel-caption {
	left: 0px; 
	right: 0px;
	top: 20%;
	padding-top: 0px; 
	padding-bottom: 0px; 
	position: absolute; 
	z-index: 200; 
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-caption p {
	display: inline; 
	font-weight: 400; 
	padding-top: 0px; 
	padding-bottom: 0px;
    text-shadow: 0 0px 2px rgba(0,0,0,.1);
	color: #303030;
}
.slogan-bg {
	background-color: #606060;
	margin-bottom: 12px;
	padding: 12px 10px 17px 35px;
}

/* @MEDIA
------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
body {
	margin-top: 90px; 
}
.navbar-header {
	height: 90px;
}
.navbar .navbar-nav {
	margin-top: 0px;
}
.navbar-brand {
	padding: 3px 5px 14.5px 15px;
	width: 130px; 
	margin-top: 0px;
	float: left;
}
.margin-bottom {
	margin-bottom: 20px;
}
h1 { 
	font-size: 28px;
}
.ingress {
	font-size: 20px; 
	line-height: 30px;
}
.link-margin-bottom {
	margin-bottom: 15px;
}
.text-box-text {
	font-size: 25px;
}
.link-text {
	font-size: 26px;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #606060;
}
.navbar .navbar-nav {
    margin-top: 20px;
}
.navbar-nav &gt; li &gt; a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.etusivu-otsikko {
	font-size: 26px;
}
}
/* 768
------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
body {
	margin-top: 116px;
}
.navbar-header {
	height: 100px;
}
.navbar-brand {
	padding: 3px 15px; 
	width: 170px; 
	margin-top: 0px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 15px;
	padding-left: 9px;
	padding-right: 9px;
}
.link-margin-bottom {
	margin-bottom: 30px;
}
.link-text {
	font-size: 28px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-nav {
	margin-top: 40px;
}
.etusivu-otsikko { 
	font-size: 29px;
}
.carousel-caption {
	top: 12%;
	width: 720px;
}
.slogan-leveys {
	width: 44%;
}
.slogan {
	color: #ffffff !important;
	font-size: 30px; 
	line-height: 30px;
	font-weight: 300 !important;
	font-family: 'Exo 2', sans-serif;
}
.slogan-vali {
	margin-bottom: 18px;
}
}

/* 992
------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
body {
	margin-top: 155px; 
}
.navbar-header {
	height: 140px;
}
.navbar-brand {
	padding: 11px 15px; 
	width: 200px; 
	margin-top: 0px;
}
.header-pienempi {
	height: 434px; 
	background-size: 1400px 434px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
}
.link-text {
	font-size: 28px;
}
.navbar-right {
    float: right !important;
}
.navbar .navbar-nav {
	margin-top: 70px;
}
.etusivu-otsikko { 
	font-size: 32px;
}
.slogan-leveys {
	width: 41%;
}
.slogan {
	font-size: 38px; 
	line-height: 38px;
	font-weight: 300;
}
.slogan-vali {
	margin-bottom: 22px;
}
.carousel-caption {
	top: 14%;
	width: 940px;
}
}
/* 1200
------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
body {
	margin-top: 165px;
}
.navbar-header {
	height: 150px;
}
.navbar-brand {
	padding: 11px 15px; 
	width: 200px; 
	margin-top: 0px;
}
.navbar .navbar-nav {
	margin-top: 80px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}
.link-text {
	font-size: 32px;
}
.bg-1 {
	background-size: 100% auto;
}
.etusivu-otsikko { 
	font-size: 38px;
}
.slogan-leveys {
	width: 40%;
}
.slogan {
	font-size: 47px; 
	line-height: 47px;
	font-weight: 300;
}
.slogan-vali {
	margin-bottom: 33px;
}
.carousel-caption {
	top: 19%;
	width: 1140px;
}
}</pre></body></html>