﻿@font-face {
    font-family: 'Roboto Thin';
    src: url('/fonts/roboto-thin.eot');
    src: url('/fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-thin.woff2') format('woff2'),
         url('/fonts/roboto-thin.woff') format('woff'),
         url('/fonts/roboto-thin.ttf') format('truetype'),
         url('/fonts/roboto-thin.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Light';
    src: url('/fonts/roboto-light.eot');
    src: url('/fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-light.woff2') format('woff2'),
         url('/fonts/roboto-light.woff') format('woff'),
         url('/fonts/roboto-light.ttf') format('truetype'),
         url('/fonts/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('/fonts/roboto-regular.eot');
    src: url('/fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-regular.woff2') format('woff2'),
         url('/fonts/roboto-regular.woff') format('woff'),
         url('/fonts/roboto-regular.ttf') format('truetype'),
         url('/fonts/roboto-regular.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Medium';
    src: url('/fonts/roboto-medium.eot');
    src: url('/fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-medium.woff2') format('woff2'),
         url('/fonts/roboto-medium.woff') format('woff'),
         url('/fonts/roboto-medium.ttf') format('truetype'),
         url('/fonts/roboto-medium.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: url('/fonts/roboto-bold.eot');
    src: url('/fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-bold.woff2') format('woff2'),
         url('/fonts/roboto-bold.woff') format('woff'),
         url('/fonts/roboto-bold.ttf') format('truetype'),
         url('/fonts/roboto-bold.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 300;
	font-size: 16px;
	font-family: "Roboto Light", Roboto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 20px 0;
	line-height: 1.4em;
}
h1 {
	font-family: "Roboto Light", Roboto;
	font-size: 2.0em;
	line-height: 1.1em;
	font-weight: 100;
}
.date,
.details {
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: "Roboto Light", Roboto;
	font-weight: 400;
	color: #666;
}
h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-family: "Roboto Regular", Roboto;
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: "Roboto Regular", Roboto;
	font-weight: 400;
}
h4 {
	font-size: 1.0em;
	font-family: "Roboto Regular", Roboto;
	font-weight: 400;
}
strong {
	font-family: "Roboto Medium", Roboto;
}
table {
	border-color: #ECF4DC;
	border-collapse: collapse;
}
th, td {
	padding: 5px;
	border-color: #EEE;
}
thead th {
	font-family: "Roboto Bold", Roboto;
	text-align: left;
	background: #ECF4DC;
}
tbody tr.odd td {
	background-color: #F7FBF0;
}
th p, td p {
	margin: 0;
	line-height: 1em;
}
ul {
	margin: 15px 0;
	padding: 0;
}
li {
	margin: 0 0 10px 0;
}
li div {
	display: inline;
}
li h1,
li h2,
li h3,
li h4,
li p {
	display: inline;
	margin: 0;
}
ul li {
	list-style-type: none;
}
ol .icon {
	display: none;
}
.plain-list li {
	position: relative;
	padding-left: 0;
	list-style-type: none;
}
.plain-list li.with-link:hover .icon {
	opacity: 1.0;
}
a {
	color: #1087B4;
	font-family: "Roboto Regular", Arial, Helvetica, sans-serif;
	text-decoration: none;
	transition: border-color 300ms, color 300ms, opacity 300ms;
}
a:hover {
	color: #47C1EF;
}
a img {
	border: none;
}
a.mail {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
hr {
	width: 100%;
	margin: 30px 0;
	float: left;
	border: none;
	border-top: solid 1px #DDD;
}
iframe {
	max-width: 100%;
}
/* STRUCTURE */
.article {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.header {
	display: none;
}
.article {
	z-index: 1;
	background: #FFF;
}
.footer {
	display: none;
}
.container {
	position: relative;
	width: 92%;
	margin: 0 4%;
	text-align: left;
}
.section {
	margin: 15px 0;
}
.row {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	border-spacing: 0;
}
.row:first-child {
	margin-top: 20px;
}
.row .row {
	width: auto;
	margin: 0 -20px;
}
.row.full {
	display: block;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
	float: left;
}
.col {
	display: inline-block;
	width: 100%;
	min-height: 1px;
	vertical-align: top;
}
.col.label {
	padding: 10px 0;
}
.row.full .col {
	display: inline-block;
	float: left;
}
.quarter {
	width: 25%;
}
.half {
	width: 50%;
}
.fp-main-content,
.fp-sidebar,
.half-tablet {
	display: block;
	width: 100% !important;
}
.three-quarters,
.main-content-col.three-quarters {
	width: 75%;
}
.third {
	width: 33.33%;
}
.two-thirds {
	width: 66.66%;
}
.main-content-row {
	display: block;
	width: 96.8%;
	padding: 0 1.6%;
}
.sub-nav-col {
	display: none;
}
.main-content-col,
.main-content-col.three-quarters  {
	display: inline-block;
	width: 100%;
	float: right;
}
.main-content-container.with-sidebar {
	display: inline-block;
	width: 62.66%;
	float: left;
}
.sidebar-content-container {
	display: inline-block;
	width: 33.33%;
	margin-left: 4%;
	float: right;
}
.content {
	padding: 20px;
}
/* NAVIGATION */
.top-nav-mobi,
.yahoo {
	display: none;
}
.sub-nav {
	margin: 0 0 40px 0;
}
.sub-nav ul {
	margin: 10px 0;
}
.sub-nav li {
	display: block;
	margin: 5px 0;
	padding: 7px 0 5px 0;
	position: relative;
	overflow: visible;
	font-size: 1.0em;
	line-height: 1.1em;
	border-top: dotted 1px #BBB;
	vertical-align: top;
}
.sub-nav li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.sub-nav ul li,
.sub-nav ul li:first-child {
	margin: 0;
	padding: 8px 0 8px 15px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.sub-nav ul ul li,
.sub-nav ul ul li:first-child {
	padding-left: 0;
	line-height: 1.1em;
}
.sub-nav ul ul ul li,
.sub-nav ul ul ul li:first-child {
	margin-left: 10px;
	font-size: 1.0em;
	line-height: 1.0em;
}
.sub-nav ul .icon {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 3px;
	width: 7px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -159px -1px;
}
.sub-nav ul ul .icon {
	display: none;
	top: 4px;
}
.sub-nav ul a:hover .icon,
.sub-nav ul a.active .icon {
	background-position: -199px -1px;
}
.sub-nav a:hover,
.sub-nav a.active {
	color: #F08C0B;
}
.sub-nav a.active:hover {
	color: #1087B4;
}
.sub-nav a.active:hover .icon {
	background-position: -157px -1px;
}
/* PANEL */
.panel {
	margin: 0 0 20px 0;
	overflow: hidden;
	background-color: #FFF;
}
.panel.no-bottom-margin {
	margin-bottom: 0;
}
.panel.with-padding {
	padding: 20px 0;
}
.panel-heading {
	width: 92%;
	margin: 0 4%;
	padding: 20px 0;
	line-height: 1.3em;
	background: transparent;
}
.fp-sidebar .panel-heading,
.sidebar-content-container .panel-heading {
	width: 100%;
	margin: 0;
}
.panel-body {
	width: 92%;
	margin: 0 4%;
	float: left;
	overflow: hidden;
	border-top: solid 1px #CCC;
}
.fp-sidebar .panel-body,
.sidebar-content-container .panel-body {
	width: 100%;
	margin: 0 auto;
}
.panel-body.no-heading {
	border: none;
}

/* LISTS */
.list {
	list-style: none;
	padding-bottom: 15px;
}
.list.view li {
	list-style: none;
	margin-bottom: 20px;
}
.list a {
	font-family: "Roboto Medium", Roboto;
	text-decoration: none;
}
.list.view.archive li:first-child a {
	font-size: 1.8em;
	font-family: "Roboto Regular", Roboto;
	line-height: 1.4em;
}
.list.view.archive li:first-child .date {
	font-size: 1.2em;
	line-height: 1.2em;
}
.list .ingress {
	display: inline-block;
	width: 100%;
}
.panel .list {
	margin-bottom: 0;
}
.panel .list li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 1em;
	line-height: 1.3em;
}
.panel .list li .icon {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -119px -1px;
}
.panel .list.view li {
	padding: 0;
}
.links {
	margin: 0;
	padding: 20px;
	float: right;
}
.links li {
	margin: 0;
	padding: 0;
}
.view .links {
	position: absolute;
	bottom: 0;
	right: 0;
}
.container > .links {
	display: none;
}
.some-lnk {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	background: #FFF url(/images/gfx.png) no-repeat 0 -100px;
	opacity: 0.5;
	border-radius: 3px;
}
.some-lnk.twitter {
	background-position-x:  -40px;
}
.some-lnk.share {
	background-position-x:  -200px;
}
.some-lnk:hover {
	background-position-y:  -140px;
	opacity: 1;
}
.some-lnk.facebook:hover {
	background-color: #3B579D;
}
/* FORMS */
a.btn,
input,
select,
textarea {
	font-size: 1em;
	line-height: 1.3em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #777;
	resize: none;
	transition: border-color 300ms, color 300ms;
}
input:disabled,
select:disabled,
textarea:disabled {
	color: #CCC;
	opacity: 0.6;
}
a.btn,
input[type='text']:focus,
input[type='password']:focus,
select:focus,
textarea:focus {
	color: #333;
	border-color: #999;
}
input[type='text']:disabled {
	background-color: #EEE;
}
a.btn,
input[type='submit'],
input[type='button'] {
	padding: 10px;
	overflow: visible;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='text'],
input[type='password'],
select,
textarea {
	width: 96%;
	padding: 10px 2%;
	border: solid 1px #CCC;
}
input[type='file'] {
	width: 100%;
}
a.btn,
input[type='submit'],
input[type='button'] {
	font-family: "Roboto Medium", Roboto;
	color: #333;
	overflow: visible;
}
a.btn {
	display: inline-block;
}
a.btn.full {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
}
input[type='submit'] {
	background: #234D5F;
	border-color: #234D5F;
	color: #FFF;
}
.site-search {
	width: 250px;
	padding: 0 10px;
	border: solid 1px #CCC;
	background: #FFF;
}
.site-search input {
	width: 220px;
	padding: 0;
	border: none;
	font-size: 15px;
	font-family: "Roboto Light", Roboto;
}
.gfx-btn {
	display: inline-block;
	background: transparent url(/images/gfx.png) no-repeat -117px -11px;
	cursor: pointer;
}
.meta .gfx-btn {
	opacity: 0.5;
}
.meta .gfx-btn:hover {
	opacity: 1;
}
.gfx-btn.font-size-up,
.gfx-btn.font-size-down {
	position: relative;
	width: 13px;
	height: 9px;
	background-position: -171px -2px;
}
.gfx-btn.font-size-down {
	background-position: -184px -2px;
}
.gfx-btn.search {
	width: 23px;
	height: 24px;
	margin: 13px 0 0 0;
	float: right;
	background-position: -120px -11px;
}
.chkbxlst input {
	margin-left: 20px;
}
.chkbxlst input:first-child {
	margin-left: 0;
}
.no-margin {
	margin: 0 !important;
}
/* POPUP */
#popup {
	display: none;
}
/* IMAGE ROULETTE */
.image-roulette {
	display: none;
	height: 1px !important;
}
/* SLIDESHOW */
.slide-show-container.fp {
	padding: 0;
}
.slide-show {
	position: static;
	width: auto !important;
	height: auto !important;
	overflow: hidden;
	float: left;
}
.slide-show .slide {
	display: block !important;
	position: static !important;
	float: left;
	width: auto !important;
	height: auto !important;
}
.slide-show .slide-image {
	display: none;
}
.slide-show .slide-content {
	display: block;
	width: 100%;
	min-height: 1px;
	padding: 0;
}
.slide-arrow,
.slide-pager,
.slide-meter {
	display: none;
}
/* MISC */
.print-full {
	width: 100% !important;
}
.no-print {
	display: none !important;
}
.print-only-block {
	display: block !important;
}
.print-only-inline {
	display: inline !important;
}
.rss {
	display: inline-block;
	position: relative;
	top: -3px;
	width: 30px;
	height: 30px;
	float: right;
	line-height: 1px;
	background: #DDD url(/images/gfx.png) no-repeat -135px -75px;
	border-radius: 3px;
}
.rss:hover {
	background-color: #F08C0B;
}
.view {
	position: relative;
}
.with-padding {
	padding: 20px;
}
.rounded {
	border-radius: 3px;
}
.weather-symbol {
	display: inline-block;
	width: 50px;
	margin: 0 5px;
	background: transparent url(/images/gfx.png) no-repeat -119px -36px;
}
.font-size-reset {
	margin: 0 10px;
}
.msgbx {
	width: 96%;
	margin: 0 0 20px 0;
	padding: 20px 2%;
	float: left;
	background: #FFF;
	color: #333;
	border: solid 1px #CCC;
}
.error strong {
	color: #E33549;
}
.msgbx.info strong {
	color: #9F3A46;
}
.missing {
	font-family: "Roboto Bold", Roboto;
	color: #E33549;
}
.share-links {
	display: none;
}
.note {
	font-size: 0.8em;
	font-style: italic; 
	color: #777;
}
.panel .note {
	color: #FFF;
}
.alphaNav a {
	display: inline-block;
	width: 30px;
	margin: 0 2px 2px 0;
	padding: 0;
	text-align: center;
	line-height: 2em;
	border: none;
	text-decoration: none;
	background: #EEE;
	border: solid 1px #DDD;
	color: #333;
}
div.alphaNav a.Active,
div.alphaNav a:hover {
	color: #FFF;
	border-color: #1087b4;
	background: #1087b4;
}
.asiasanat {
	border-spacing: 0;
}
.asiasanat td {
	width: 25%;
	padding: 0;
	vertical-align: top;
}
.yhdistys-logo {
	width: 250px;
	overflow: hidden;
}
.yhdistys-logo img {
	width: 100%;
	max-width: 250px;
	height: auto;
}
/* EVENTS */
.event-list .row {
	margin: 5px 0;
	padding: 0;
}
.event-list .row.event-block {
	width: 96%;
	padding: 10px 2%;
	background: #F6F6F6;
}
.event-list .row.event-block:nth-child(even) {
	background: #F9F9F9;
}
.event-image {
	width: 250px;
	height: auto;
	border: solid 1px #DDD;
	background: #DDD no-repeat center center;
	background-size: cover;
	border-radius: 3px;
}
.event-image.inline {
	width: 250px;
	margin: 0 0 20px 20px;
	float: right;
}
.event-image.thumb {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	float: left;
	border: none;
	background: Transparent no-repeat center center;
	background-size: cover;
}
.event-content {
	overflow: hidden;
}
.event-main {
	padding-right: 30px;
}
.row.event-admin {
	width: 96% !important;
	margin: 0 0 10px 0 !important;
	padding: 10px 2% !important;
	overflow: hidden;
	background: #EEE;
	border-radius: 4px;
}
.event-admin .col {
	margin-top: 0;
	margin-bottom: 0;
}
.event-editor .chkbxlst {
	width: 100%;
}
.event-editor .chkbxlst td {
	width: 33%;
	vertical-align: top;
}
.event-editor .chkbxlst input {
	margin-left: 0;
	float: left;
}
.event-editor .chkbxlst label {
	width: 80%;
	float: left;
}
.event-editor .event-image {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: none;
	border: none;
}
.event-editor .event-image img {
	display: block;
	margin: 0 auto;
	border: solid 1px #DDD;
}
.event-editor .event-image input {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.event-editor .event-image:hover input {
	display: block;
}
/* CALENDAR */
.calendar,
.calendar-quick-links {
	width: 95%;
}
.calendar {
	overflow: hidden;
	border-radius: 3px;
	border: solid 1px #DDD;
}
.calendar div.loader {
	height: 100px;
	background: Transparent url(/images/loading.gif) no-repeat center center;
}
.calendar-header {
	position: relative;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	font-family: "Roboto Bold", Roboto;
	text-align: center;
}
.calendar-header a {
	display: block;
	position: absolute;
	top: 5px;
	width: 30px;
	height: 30px;
	background: transparent url(/images/gfx.png) no-repeat -249px -19px;
	border-radius: 3px;
}
.calendar-header .prev {
	left: 5%;
}
.calendar-header a:hover {
	background-color: #3B7993;
	background-position: -279px -19px;
}
.calendar-header .next {
	right: 5%;
	background-position: -249px -48px;
}
.calendar-header .next:hover {
	background-position: -279px -48px;
}
.calendar-body {
	position: relative;
	z-index: 999;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.calendar-body td {
	width: 12%;
	padding: 0;
	font-size: 0.8em;
	line-height: 2.0em;
	font-family: "Roboto Bold", Roboto;
	text-align: center;
	border: solid 1px #DDD;
	border-bottom: none;
	border-right: none;
}
.calendar-body td:first-child {
	border-left: none;
}
.calendar-body td div {
	position: relative;
}
.calendar-body td.hc {
	color: #FFF;
	border-color: #327089;
	background: #3B7993;
}
.calendar-body td.dc {
	background-color: #FFF;
	cursor: pointer;
}
.calendar-body td.ac {
	color: #FFF;
	background: #F08C0B;
	background: -moz-linear-gradient(top,  #F2C80C 0%, #F08C0B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2C80C), color-stop(100%, #F08C0B));
	background: -webkit-linear-gradient(top, #F2C80C 0%, #F08C0B 100%);
	background: -o-linear-gradient(top, #F2C80C 0%, #F08C0B 100%);
	background: -ms-linear-gradient(top, #F2C80C 0%, #F08C0B 100%);
	background: linear-gradient(to bottom, #F2C80C 0%, #F08C0B 100%);
}
.calendar-body td.bc {
	background-color: #EEE;
}
.calendar-body .nick {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: transparent url(/images/gfx.png) no-repeat -249px -80px;
}
.calTag {
	display: none;
	position: absolute;
	z-index: 99999;
	font-size: 12px;
	text-align: left;
	background: #234D5F;
	border: solid 1px #234D5F;
	border-radius: 5px;
	box-shadow: 2px 2px 5px -1px #000;
}
.calTag .point {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 13px;
	height: 13px;
	background: transparent url(/images/gfx.png) no-repeat -261px -80px;
	pointer-events: none;
}
.calTag ul {
	position: relative;
	margin: 0;
	padding: 5px;
}
.calTag li {
	position: relative;
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
	white-space: nowrap;
}
.calTag .icon {
	width: 6px;
	height: 10px;
	margin: 2px 4px 0 0;
	float: left;
	background: Transparent url(/images/gfx.png) no-repeat -117px 0;
}
.calTag li a {
	color: #FFF;
	text-decoration: none;
}
.calTag li a:hover {
	color: #47C1EF;
}
.calendar-quick-links a {
	display: block;
	padding: 4px;
	color: #333;
	text-align: center;
	border: solid 1px #DDD;
	border-radius: 3px;
}
.calendar-quick-links .divider {
	margin: 0;
	padding: 0;
}