@font-face {
	font-family: 'vinkel';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/vinkel-regular-webfont.eot');
	src: url('fonts/vinkel-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/vinkel-regular-webfont.woff') format('woff'),
		url('fonts/vinkel-regular-webfont.ttf') format('truetype'),
		url('fonts/vinkel-regular-webfont.svg#vinkel_rgregular') format('svg');
}

@font-face {
	font-family: 'vinkelmedium';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/vinkel-medium-webfont.eot');
	src: url('fonts/vinkel-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/vinkel-medium-webfont.woff') format('woff'),
		url('fonts/vinkel-medium-webfont.ttf') format('truetype'),
		url('fonts/vinkel-medium-webfont.svg#vinkelmedium') format('svg');
}

@font-face {
	font-family: 'vinkelbold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/vinkel-bold-webfont.eot');
	src: url('fonts/vinkel-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/vinkel-bold-webfont.woff') format('woff'),
		url('fonts/vinkel-bold-webfont.ttf') format('truetype'),
		url('fonts/vinkel-bold-webfont.svg#vinkel_rgbold') format('svg');
}

@font-face {
	font-family: 'TangerSerifWide-Book';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/348170_0_0.eot');
	src: url('fonts/348170_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/348170_0_0.woff2') format('woff2'),
		url('fonts/348170_0_0.woff') format('woff'),
		url('fonts/348170_0_0.ttf') format('truetype');
}


/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
	color: #4a4a4a;
}

html {
	font-size: 14px;
	line-height: 1.4;
}

::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

::selection {
	text-shadow: none;
	background: #b3d4fc;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #ccc;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	padding: .2em 0;
	margin: .2em 0;
	color: #000;
	background: #ccc;
}

/* ==========================================================================
Custom resets
========================================================================== */

*,
input[type='search'] {
	box-sizing: border-box;
}

input[type='search'] {
	border-radius: 0;

	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

.menu,
.subnav-wrap ul,
.popular ul,
.dd-input-content ul,
.dd-content,
.login-helpers,
.login-menu,
footer ul,
.related-wiki,
.sidemenu ul,
.wiki-popular ul,
.wiki-search {
	padding: 0;
	margin: 0;
	list-style: none outside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	margin: 0 0 .5em 0;
	font-family: 'klavika-web-condensed', sans-serif;
	font-weight: 700;
	hyphens: manual;

	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
}

h1:after {
	display: none;
	content: '';
}

.hero h2,
.hero h2 a {
	font-family: 'klavika-web-display', sans-serif;
	font-weight: 900;
}

.hero h2 {
	font-size: 2em;
}

h2 span.search-terms {
	font-family: 'klavika-web-display';
	font-weight: 300;
}

h3 {
	font-size: 1.8em;
}

h4 {
	margin: 0 0 .25em 0;
	font-family: vinkelbold, sans-serif;
	font-size: .9em;
	font-weight: 300;
	text-transform: uppercase;
}

.main-content h4 {
	font-size: 1.4em;
	text-transform: none;
}

p {
	margin: 0 0 .5em 0;

	-webkit-locale: fi;
}

blockquote {
	margin: 1.5em 0;
	background: url('../images/quotes.png') no-repeat 20px 30px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.main-content blockquote p,
.main-content blockquote h2,
.main-content blockquote h3 {
	margin: 1em 1em 1em 2.5em;
	font-family: 'klavika-web-display', sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #afca0b;
}

.news-article blockquote {
	margin: 1.5em 0;
	background: url('../images/quote-article.jpg') no-repeat 0 1.75em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.news-article blockquote p,
.news-article blockquote h2,
.news-articleblockquote h3 {
	font-family: 'klavika-web-display', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1.5em;
	margin: 1em 1em 1em 1.75em;
}

.dd-label,
.slick-dots li,
.touch-tools,
.subtoggle,
.arrow,
.folder-heading,
.print-button {
	user-select: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}


/* ==========================================================================
Basic elements
========================================================================== */

body {
	color: #4a4a4a;
	background: #000;
}

.pattern {
	background-color: #ededed;
}

header,
nav,
section.main,
footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

header,
nav {
	max-width: 1201px;
}

header {
	z-index: 20;
}

nav {
	position: absolute;
	z-index: 19;
}

section.main {
	z-index: 10;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

span.viewAsLink {
	cursor: pointer;
}

::-webkit-input-placeholder {
	font-weight: 400;
	color: #909090;
}

:-moz-placeholder {
	font-weight: 400;
	color: #909090;
}

::-moz-placeholder {
	font-weight: 400;
	color: #909090;
}

:-ms-input-placeholder {
	font-weight: 400;
	color: #909090;
}

header ::-webkit-input-placeholder {
	text-transform: uppercase;
}

header :-moz-placeholder {
	text-transform: uppercase;
}

header ::-moz-placeholder {
	text-transform: uppercase;
}

header :-ms-input-placeholder {
	text-transform: uppercase;
}

/* ==========================================================================
Colors and backgrounds
========================================================================== */

/* red */
a,
.main-content .searchResults h3 a,
span.viewAsLink,
.box.yellow-box h3,
.red,
.box.bulletin h3,
.box.bulletin h3 a {
	color: #e30513;
}

.dd-label,
.box.red-box > div,
.box.red-box > a,
.box.red-box.img-link-box > a,
.main .red-dd-box .dd-label,
.box.black-box .dd-content,
.box.darkred-box > div,
.box.darkred-box.img-link-box > a {
	background: #e30513;
}

/* white */
nav a,
footer,
footer h2,
.login-menu a,
.dd-content a,
.dd-content li,
.red-box a,
.black-box a,
.red-box,
.darkred-box,
.black-box,
.green-box,
.dd-label,
.red-box h3,
.darkred-box h3,
.youtube-video h3,
.red-box h4,
.hero h2 a,
.box.bulletin,
.main .red-dd-box .dd-label,
.calendar-tooltip a,
.black-box > a p,
.black-box.magazine-box a,
.blue-box a,
.blue-box div,
.blue-box h4,
.box.purple-box h3,
.box.pink-box h3,
.darkgrey-box a,
.darkgrey-box div,
.darkgrey-box h3,
.black-box h3,
.box-wrapper.punainen a,
.box-wrapper.sininen a,
.box-wrapper.musta a{
	color: #fff;
}

header,
.box > div,
.box > a,
.dd-input-content,
.ad-box > a,
.main .dd-label {
	background: #fff;
}

/* black */
.main-box h2 a,
.main-box h3 a,
.main-box h4 a,
h2,
h3,
h4,
.category-date,
.tagcloud a,
.main .dd-label,
.purple-box.img-link-box > a h3,
.purple-box a,
.purple-box div,
.pink-box.img-link-box > a h3,
.pink-box a,
.pink-box div,
.yellow-box a,
.yellow-box div,
.green-box.sidemenu a,
.green-box a,
.green-box a p,
.green-box h3,
.grey-box a {
	color: #000;
}

footer,
.dd-content,
.subnav-wrap,
.black-box > div,
.black-box > a {
	background: #000;
}

/* yellow */
.yellow-box > div,
.yellow-box > a {
	background: #ffed00;
}

.pink-box > div,
.pink-box > a,
.purple-box > div,
.purple-box > a {
	/*background: #e6007e;*/
	background: #e5007d;
}

/* green */
footer h3,
footer a {
	color: #afca0b;
}

.green-box > div,
.green-box > a {
	background: #afca0b;
}

/* magenta */

.pink-box.img-link-box > a,
.purple-box.img-link-box > a {
	background: #ec008c;
}

/* blue */
.black-box.twitter a {
	/*color: #00ade5;*/
	color: #009ee3;
}

.blue-box > a,
.blue-box > div {
	/*background: #00ade5;*/
	background: #009ee3;
}

/* grey */

.grey-box > a,
.grey-box > div {
	background: #d0d0d0;
}

/* darkgrey */

.darkgrey-box > a,
.darkgrey-box > div {
	background: #494949;
}

/* others */
.box.sidemenu li.current a {
	background: rgba(0,0,0,.12);
}

.dd-content li.current {
	background: #5c5c5c;
}

.commenter {
	color: #866baf;
}

.img-link-box a span {
	font-style: normal;
	/*color: #c0c0c0;*/
	color: #fff;
}

.img-link-box.grey-box a span {
	color: #000;
}

.ad-box h3 {
	color: #313131;
}

footer h3,
footer a {
	font-weight: 300;
}

/* ==========================================================================
Main menu & sidemenu
========================================================================== */

.menu .level1 > a,
.tabletmenu a,
nav > p,
.login-toggle,
.login-menu {
	font-family: vinkelbold, 'Trebuchet MS', sans-serif;
}

.menu,
.tabletmenu,
nav > p,
.login-menu li {
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 7px;
	background: #000;
}

.menu .level1,
.tabletmenu li {
	position: relative;
}

.menu .level1 > a,
.tabletmenu a,
nav > p a,
.login-menu a {
	display: block;
	padding: 15px 25px;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.subnav-wrap {
	display: none;
}

.subnav-wrap a {
	display: block;
	padding: 10px 25px 10px 0;
	font-weight: 400;
	color: #afca0b;
}
.subnav-wrap a:before {
	float: left;
	padding: 0 10px 0 25px;
	content: '/';
}

.subtoggle,
.arrow {
	position: absolute;
	top: 2px;
	right: 0;
	width: 70px;
	height: 50px;
	cursor: pointer;
	background: url('../images/plusminus.png') no-repeat center top;
}
.subtoggle.open {
	background-position: center bottom;
}

nav > p {
	position: relative;
	display: block;
}

.arrow {
	background-image: url('../images/arrow.png');
}

.mobile-search {
	padding: 20px 20px;
	margin: 0 7px;
	background: #000;
	border-top: 1px solid #4a4a4a;
}

.login-menu {
	position: absolute;
	top: 149px;
	z-index: 11;
	display: none;
	width: 100%;
}

.login-menu li {
	margin: 0;
}

.login-menu li.first {
	padding-top: 10px;
}

.login-menu .login-helpers {
	padding: 10px 0;
	background: #000;
	border-top: 1px solid #4a4a4a;
}

.login-menu .login-helpers a {
	padding: 5px 25px;
	color: #626262;
}

.login-arrow,
.moveUp .arrow-up {
	position: absolute;
	top: 0;
	right: 7px;
	display: block;
	width: 70px;
	height: 52px;
	background: url('/media/layout/images/arrow-login.png') no-repeat center top;
}

.login-toggle.open .login-arrow {
	background-position: bottom;
}

.sidemenu ul a {
	display: block;
	padding: 9px 7px;
	font-family: vinkelbold, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.sidemenu ul .level3 a {
	padding: 9px 15px;
	font-family: Arial, sans-serif;
	line-height: 1.7;
	background: #c5384c;
}

/* ==========================================================================
Header
========================================================================== */

.logo {
	float: left;
	width: 70%;
	height: 97px;
	max-width: 196px;
	padding: 10px 0 10px 10px;
}

.logo h1 {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}

.logo a {
	display: table-cell;
	width: 100%;
	margin: 0;
	vertical-align: middle;
}

.logo img {
	display: block;
	width: 100%;
	margin: 0;
}

.search {
	display: none;
	width: 100%;
	padding: 0 25px 0 0;
	background: #fff;
}

.toplinks {
	height: 36px;
	padding: 10px 0 0 0;
}

.language-link:not(:last-of-type) {
	margin-right: 17px;
}

body:not(.lang-fi) .language-link:nth-child(2) {
	margin-left: 13px;
}

body:not(.lang-fi) .language-link:not(:last-of-type) {
	margin-right: 13px;
}

.toplinks a {
	margin-left: 10px;
	font-family: vinkelmedium, sans-serif;
	font-size: .78em;
	font-weight: 400;
	color: #626262;
	text-transform: uppercase;
}

.toplinks a.rus,
.toplinks a.RU {
	font-weight: 700;
}

.toplinks span:first-child a {
	margin-left: 0;
}

.tools {
	display: none;
	/*width: 230px;*/
	padding: 0 25px 0 0;
	width: 260px;
}

.touch-tools {
	float: right;
	width: 70px;
	height: 77px;
	margin: 10px 7px 10px 10px;
}

.touch-tools > span {
	float: left;
	cursor: pointer;
}

.touch-tools .login-toggle {
	position: absolute;
	top: 137px;
	left: 0;
	z-index: 15;
	width: 100%;
	padding: 15px 25px;
	font-size: 1.15rem;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: #e30513;
}

.touch-tools .menu-toggle {
	display: none;
}

.touch-tools .nav-toggle {
	width: 70px;
	height: 70px;
	margin: 3.5px 0 0 0;
	background: url('../images/menu.png') no-repeat center top;
}

.touch-tools .search-toggle {
	display: none;
	float: left;
	width: 70px;
	height: 70px;
	margin: 3.5px 0 0 0;
	font-size: 40px;
    color: #e30513;
    text-align: center;
    padding-top: 4px;
}

.touch-tools .open {
	background-color: #000;
	background-position: center bottom;
}

.touch-tools .open:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 70px;
	/*height: 15px;*/
	height: 29px;
	background: #000;
	content: ' ';
}

.touch-tools .search-toggle.open,
.touch-tools .search-toggle.open:after {
	background: #fdfcfc;
	border: solid 1px #e0e0e0;
}

.touch-tools .search-toggle.open:after {
	border-bottom: none;
	border-top: none;
	margin-left: -1px;
}

.dd-search .input-icon {
    background-image: url(../images/search-icon-new.png);
}

/* ==========================================================================
Footer
========================================================================== */

footer {
	z-index: 9;
	padding: 50px 0;
}

footer h2 {
	padding-bottom: .25em;
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.7em;
	border-bottom: 1px solid #4e4e4e;
}

footer h3,
footer ul {
	margin: .5em 0 .25em 0;
	font-family: vinkelbold, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

footer ul {
	text-align: center;
}

footer ul a {
	font-weight: 300;
	line-height: 2;
}

.footer-wrap {
	max-width: 1215px;
	padding: 20px 30px;
	margin: 0 auto;
}

.somelink {
	display: block;
	height: 120px;
	margin: 0 1%;
	text-align: center;
	background: #101010;
}

.somelink img {
	margin-top: 30px;
}

.moveUp {
	position: relative;
	display: block;
	margin: 1em 0 0 0;
	font-family: 'klavika-web-disp-cond', sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	cursor: pointer;
}

.moveUp .arrow-up {
	right: 0;
	width: 24px;
	height: 33px;
	background-position: -14px -62px;
}

.fixed header {
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #e0e0e0;
	z-index: 99;
}

.fixed header .touch-tools {
	width: 140px;
}

.fixed header .touch-tools .search-toggle {
	display: inline-block;
}

.fixed header .dd-search,
.fixed header .login-toggle {
	display: none;
}

@media only screen and (max-width: 440px) {
	.fixed header .touch-tools {
		margin: 10px 0px 10px 0px;
	}

	.fixed header .logo {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.login-menu {
	    top: 191px;
	}
}
/* ==========================================================================
Forms, inputs & dropdowns
========================================================================== */

.button,
.more-news-button,
button {
	display: inline-block;
	min-width: 40px;
	padding: 0 20px;
	font-family: vinkelbold, sans-serif;
	font-size: .9rem;
	line-height: 38px;
	color: #fff !important;
	text-transform: uppercase;
	cursor: pointer;
	background: #e30513;
	border: 1px solid #e0e0e0;
	user-select: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}

.button.full {
	width: 100%;
	text-align: center;
}

.showmore {
	display: block;
	width: 120px;
	margin: 0 auto;
	font-family: sans-serif;
	font-size: 18px;
	font-size: 1.3rem;
	text-align: center;
	border: 0;
}

.print-button {
	float: right;
	width: 100%;
	height: 40px;
	padding: 0 20px 0 40px;
	margin: 10px 0 0 0;
	font-family: vinkelbold;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: #fff url('/media/layout/images/print-icon.png') no-repeat 35% center;
	border: 1px solid #cfcfcf;
	transition: all 100ms linear;

	-webkit-transition: all 100ms linear;
}

.print-button:hover {
	color: #866baf;
	border: 1px solid #e0e0e0;
}

.button.disabled,
button.disabled {
	cursor: not-allowed;
	opacity: .5;
	filter: alpha(50);
}

form.form {
	margin: 1.5em 0 0 0;
}

.event-search .fieldwrap.smalltext + .fieldwrap.smalltext:before {
	position: absolute;
	display: block;
	margin-top: 10px;
	margin-left: -2.5%;
	font-weight: bold;
	content: '-';
}

.event-search .fieldwrap.submitfield button {
	width: 100%;
	padding: 0 15px;
	text-align: left;
	background: #e30513 url('../images/zoom.png') no-repeat 65px 50%;
}

.textareawrap,
.submitwrap,
.fieldwrap.full,
.fullfieldwrap,
.fieldwrap {
	margin: 0 0 1.5em 0;
}

.submitwrap {
	position: relative;
	margin: 2% 0;
	text-align: center;
}

.linespace {
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	background: #fff;
}

.submitwrap:after {
	position: absolute;
	top: 20px;
	display: block;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	content: '';
}

label,
span.error {
	display: block;
	margin-bottom: .25em;
	font-family: vinkelbold, sans-serif;
	font-size: .9rem;
	font-weight: 400;
}

.validationError label {
	color: #b23348;
}

h3.success {
	color: #afca0b;
}

span.error {
	float: right;
	color: #b23348;
}

.form-reply h3 {
	color: #afca0b;
}

input[type='text'],
input[type='search'],
input[type='email'],
input[type='tel'],
input[type='number'],
textarea {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	font-family: vinkel, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	background: #fdfcfc;
	border: 1px solid #e0e0e0;
	outline: 0;
	box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .05);
}

input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='tel']:focus,
textarea:focus {
	outline: 1px solid #e30513;
}

textarea {
	height: auto;
	min-height: 140px;
	padding: 10px;
}

.lt-ie9 input[type='text'],
.lt-ie9 input[type='search'],
.lt-ie9 input[type='email'] {
	line-height: 40px;
}

input.error,
textarea.error {
	border: 1px solid #b23348;
}

label.formRadioLabelHolder,
label.formCheckboxLabelHolder {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: .5em;
	margin-right: -4px;
	line-height: 22px;
	vertical-align: top;
	cursor: pointer;
}

label.formRadioLabelHolder input,
label.formCheckboxLabelHolder input,
.fieldwrap select {
	display: none;
}

label.formRadioLabelHolder span,
label.formCheckboxLabelHolder span {
	display: block;
	padding-left: 30px;
	line-height: 22px;
	/*background:url('/media/layout/images/boxsprite-b-v2.png') no-repeat left 0;*/
	background:url('/media/layout/images/boxsprite-cb-v3.png') no-repeat left 0;
}

label.formRadioLabelHolder span{
	background:url('/media/layout/images/boxsprite-radio-v3.png') no-repeat left 0;
}

label.formCheckboxLabelHolder span {
	/*background-position: left -88px;*/
	background-position: left 0px;
}

label.formRadioLabelHolder input:checked + span {
	/*background-position: left -44px;*/
	background-position: left -250px;
}

/*label.formRadioLabelHolder input.checked + span {
	background-position: left -44px;
}*/

label.formCheckboxLabelHolder input:checked + span {
	/*background-position: left -132px;*/
	background-position: left -250px;
}

/*label.formCheckboxLabelHolder input.checked + span {
	background-position: left -132px;
}*/

.contactsearch .fieldwrap {
	width: 100%;
	margin: 0 0 1em 0;
	/* width: 34%;
	margin: 0; */
}

.selectfield + .selectfield .dd-wrapper {
	z-index: 9;
}

.selectfield + .selectfield + .selectfield .dd-wrapper {
	z-index: 8;
}

.selectfield + .selectfield + .selectfield + .selectfield .dd-wrapper {
	z-index: 7;
}

.contactsearch .fieldwrap.submitfield button {
	width: 100%;
	padding: 0;
	text-indent: -9999px;
	background-image: url('../images/zoom.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.input-wrapper,
.input,
.dd-wrapper,
.dd-input-wrapper,
.dd-input {
	position: relative;
	width: 100%;
	height: 40px;
	font-family: vinkelbold, sans-serif;
}

#top-search {
	float: left;
	max-width: 500px;
	margin-right: 10px;
}

.top-search__advanced {
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 11px;
	font-family: vinkelbold, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.top-search__advanced.mobile {
	display: block;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 1.3em;
}

.dd-wrapper select {
	display: none;
}

.fullfieldwrap .dd-wrapper,
.fieldwrap .dd-wrapper {
	z-index: 10;
}

.input-label,
.dd-label,
.dd-content,
.dd-input-label,
.dd-input-content {
	position: absolute;
	width: 100%;
	font-size: .85em;
	text-transform: uppercase;
}

.dd-label {
	z-index: 2;
}

.erimielisyys .dd-label,
.erimielisyys .dd-content {
	font-size: 12px;
}

.contactsearch-dd .dd-label {
	text-transform: none;
}

.contactsearch-dd .dd-label span span {
	font-family: vinkel, sans-serif;
}

.dd-label {
	top: 0;
	left: 0;
	height: 40px;
	padding: 0 40px 0 15px;
	overflow: hidden;
	line-height: 40px;
	cursor: pointer;
}

.dd-label-arrow,
.input-icon,
.main .red-dd-box .dd-label-arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 14px;
	height: 8px;
	padding-right: 0;
	background: transparent url('../images/dd-label-arrow.png') no-repeat center top;
}

.main .dd-label-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 38px;
	height: 38px;
	background: #fff url('../images/dd-arrow.png') no-repeat 10px top;
}

.main .dd-label span.label-placeholder {
	position: absolute;
}

.input-icon {
	top: 12px;
	z-index: 2;
	width: 16px;
	height: 16px;
}

.input-icon.input-button {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: center center;
	border: 0;
}

.main .dd-wrapper.open .dd-label-arrow {
	background-position: 10px bottom;
}

.dd-wrapper.open .dd-label-arrow,
.main .red-dd-box.open .dd-label-arrow {
	background-position: left bottom;
}

.dd-content,
.dd-input-content {
	top: 40px;
	display: none;
	max-height: 400px;
	padding: 10px 0;
	overflow: auto;
	line-height: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.main .dd-content,
.main .dd-input-content {
	box-shadow: 0 0 10px 1px rgba(255,255,255,.75);
}

.news-category-dd .dd-content {
	z-index: 1;
}


.dd-input-content {
	padding: 10px 15px;
}

.dd-content li {
	padding: 0 15px;
}

.dd-content ul li {
	padding: 0;
}

.dd-content li a {
	display: block;
}

.dd-content.selectable li,
.dd-content.sortable li {
	cursor: pointer;
}

.dd-input-content {
	text-transform: none;
	border: 1px solid #e0e0e0;
	border-top: 0;
}

.dd-input-content li {
	border-top: 1px solid #e0e0e0;
}
.dd-input-content li:first-child {
	border: 0;
}

.dd-input-label {
	height: 40px;
	font-weight: normal;
	text-transform: none;
}

.dd-input {
	padding: 0 45px 0 15px;
}

#top-search .input-icon,
#wiki-search .input-icon,
.mobile-search .input-icon,
.advanced-search .input-icon {
	background-image: url('../images/search-icon-new.png');
}

.dd-wrapper .login-helpers {
	padding-top: 10px;
	margin-top: 5px;
	line-height: 1.8;
	text-transform: none;
	border-top: 1px solid #333;
}

.dd-wrapper .login-helpers a {
	font-family: vinkel, sans-serif;
	font-weight: 400;
	color: #e30513;
}

.main .dd-label {
	border: 1px solid #cfcfcf;
}

.main .dd-wrapper.open .dd-label {
	border-bottom: 0;
}

.main .red-dd-box .dd-label {
	border: 0;
}

/* ==========================================================================
Hero
========================================================================== */

.hero-frontpage,
.hero-wrapper {
	position: relative;
	top: 0;
	z-index: 9;
	width: 100%;
    margin-top: 92px;
	text-align: center;
	background-color: #000;
}

.hero-wrapper {
	overflow: hidden;
}

.hero {
	position: relative;
	width: 100%;
	height: 300px;
	padding: 5em 0;
	font-family: 'klavika-web-display', sans-serif;
	font-weight: 300;
	color: #fff;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.hero[data-href] {
	cursor: pointer;
}

.hero-text {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 1.65em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .75);
}

.hero-text-mid {
	display: table-cell;
	height: 100%;
	padding: 0;
	vertical-align: middle;
}

.hero-text h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.hero-overlay {
	position: absolute;
	top: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear;

	-webkit-transition: all 300ms linear;
}

.hero-overlay.open {
	opacity: 1;
	visibility: visible;
}

.hero-frontpage .slick-dots {
	position: absolute;
	top: 15px;
	z-index: 200;
	display: block;
	width: 100%;
	height: 24px;
	padding: 0 6px 0 0;
	margin: 0;
	text-align: right;
	list-style: none outside;
}

.hero-frontpage .slick-dots li {
	display: inline-block;
}


.slick-dots span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 4px;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	background: #313131;
	border-radius: 50%;
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.news-box .slick-dots {
	position: absolute;
	top: 103%;
	top: calc(95% + 30px);
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none outside;
}

.news-box .slick-dots li {
	float: left;
	margin: 0 0 0 6px;
}

.news-box .slick-dots span {
	width: 24px;
	height: 24px;
	margin: 0;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-indent: 0;
	box-shadow: none;
}

.slick-dots li.slick-active span {
	background: #e30513;
	box-shadow: inset -1px -2px 4px 0 rgba(0, 0, 0, .3);
}

.box.bulletin:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-width: 10px 15px 0 15px;
	border-style: solid;
	border-color: rgba(0,0,0,.85) transparent transparent transparent;
	content: '';
}

.box.bulletin > div,
.box.bulletin > a {
	text-align: left;
	background: rgba(0,0,0,.85);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.bulletin-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 17px;
	height: 17px;
	background: transparent url('../images/bulletin-icons.png') no-repeat -1px -18px;
	border: 1px solid #fff;
}

.hero-wrapper .box.bulletin.open {
	width: 610px;
	max-width: 100%;
}

.bulletin.open .bulletin-icon {
	background-position: -1px -1px;
}

.box.bulletin.preview h3 {
	margin: 0;
	font-size: 2em;
	text-align: center;
}

.box.bulletin p {
	margin-bottom: 0;
	font-size: 14px;
}

.box.bulletin p.bulletin-exclamation {
	float: left;
	margin: 0 0 0 15px;
	font-size: 40px;
	font-weight: 900;
	line-height: .9;
}

.bulletin-content,
.bulletin-ingress,
.bulletin-exclamation {
	display: none;
}

.bulletin-container {
	position: relative;
	bottom: -16em;
	z-index: 11;
	width: 100%;
	max-width: 1215px;
	margin: 0 auto 2em 0;
}
.bulletin-container.appeared {
	top: auto !important;
	bottom: -4.5em !important;
}

.box.bulletin {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

/* ==========================================================================
Boxes
========================================================================== */

.box,
.masonry-container {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 20px;
}

.masonry-container {
	padding: 0;
}

.box > div,
.box > a {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
}

.box-1-1 > div,
.box-1-1 > a,
.box-2-2 > div,
.box-2-2 > a {
	height: 0;
	padding-bottom: 68.25%;
}

.box.img-text-box > a,
.magazine-box > div {
	height: 100%;
	padding: 0 15px 20px 15px;
}

.news-box > div,
.popular > div,
.material-box > div {
	padding: 20px 15px 0 15px;
}

.box.img-box > a,
.box.img-box > div,
.box.img-link-box > a,
.box.youtube-video.cover > div,
.box.ad-box > a {
	height: 100%;
	padding: 0 15px;
}

.fb-box > div {
	min-height: 354px;
}

.img-text-box > div {
	height: 100%;
	padding: 0 15px 20px 15px;
}

.box > a {
	display: block;
}

.box p {
	font-size: .85em;
}

.box .image-wrapper {
	position: relative;
	display: block;
	max-height: 100%;
	margin: 0 -15px;
	overflow: hidden;
}

.box-1-2 .image-wrapper {
	padding: 10px;
}

.box .image-wrapper img {
	width: 100%;
}

.box .text-content {
	position: relative;
}

.box .text-content p {
	color: #4a4a4a;
}

.img-link-box .image-wrapper {
	opacity: .2;
}

.box.img-link-box .text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box.img-link-box .text-content {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.box.img-link-box.ajankohtaista-box .text-content h3 {
	color:#e30513;
}

.box.img-link-box.ajankohtaista-box .text-content {
	text-align:left;
	display:flex;
	flex-direction:column;
}

.box.img-link-box.ajankohtaista-box .text-content ul{
	padding:0px;
}
.box.img-link-box.ajankohtaista-box .text-content ul li{
	padding:0px;
	list-style-type:none;
	margin-bottom:10px;
	font-size:1.125em;
	font-family: 'TangerSerifWide-Book', sans-serif;
}
.box.img-link-box.ajankohtaista-box .text-content ul li:last-child{
	margin-bottom:0px;
}

.box.img-link-box.ajankohtaista-box .text-content .box-wrapper{
	padding:15px 10px;
	margin-top:10px;
	flex-grow:1;
}

.box.img-link-box.ajankohtaista-box .text-content .punainen,
.box.img-link-box.ajankohtaista-box .text-content .red-box{
	background:#e30513;
}

.box.img-link-box.ajankohtaista-box .text-content .sininen{
	background:#009ee3
}

.box.img-link-box.ajankohtaista-box .text-content .musta{
	background:#000000;
}

.box.ajankohtaista-box .text-content p{
	color:#fff;
}

.box.ajankohtaista-box .text-content a:hover{
	color:#fff;
	text-decoration:underline;
}

.box.img-link-box .text-cell {
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}

.img-link-box h3 {
	margin: 0;
	font-size: 1.65em;
	text-transform: uppercase;
}

.img-link-box.wide h3 {
	font-size: 2em;
}

.magazine-box .text-content,
.img-text-box .text-content {
	margin-top: 15px;
}

.magazine-box h3 {
	margin-bottom: .1em;
}

.magazine-box .text-content p {
	font-size: 13px;
	font-weight: bold;
}

.box[class*='box-1-'] h3:after,
.box[class*='box-2-'] h3:after {
	display: block;
	width: 80px;
	height: 2px;
	margin: .3em 0;
	background: #000;
	content: ' ';
}

.box.sidemenu h3 {
	padding-bottom: .3em;
	margin-bottom: 0;
	border-bottom: 2px solid #fff;
}

.box.red-box h3:after,
.box.darkred-box h3:after,
.box.black-box h3:after,
.box.youtube-video h3:after,
.box.blue-box h3:after,
.box.darkgrey-box h3:after {
	background: #fff;
}

.box.img-link-box h3:after,
.box.magazine-box h3:after,
.box.popular h3:after,
.box.ad-box h3:after,
.box.fb-box h3:after,
.box.sidemenu h3:after,
.box.wiki-popular h3:after,
.box.bulletin h3:after,
.box.tag-box h3:after,
.box.material-box h3:after {
	display: none;
}

.fb-like-box {
	border-top: 1px solid #d8dfea;
}

.youtube-video {
	cursor: pointer;
}

.youtube-video h3 {
	position: absolute;
	top: 20px;
}

.youtube-video .youtube-start {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url('../images/video-play.png') no-repeat center center;
}

.popular ul {
	font-size: .85em;
}

.wiki-popular ul {
	font-size: 13px;
	font-size: .93rem;
	border-bottom: 1px solid #cfcfcf;
}

.popular ul li,
.wiki-popular ul li {
	padding: .6em 0;
	border-top: 1px solid #cfcfcf;
}

.popular ul li a,
.wiki-popular ul li a {
	font-weight: normal;
	color: #000;
}

.wiki-popular ul li a span {
	padding: 0 5px 0 0;
	font-size: 14px;
	font-size: 1rem;
	color: #afca0b;
}

.events strong {
	font-size: 1.1em;
	line-height: 1.8;
	text-transform: uppercase;
}

.events a {
	font-weight: 400;
}

.contact-box p {
	margin-bottom: 1.5em;
}

.ad-box h3 {
	margin-top: .65em;
	font-size: 1.25em;
	text-align: center;
}

.box p a {
	text-decoration: underline;
}
.box.events p a,
.box.twitter p a,
.box.main-box p a {
	text-decoration: none;

}

/* ==========================================================================
Calendar
========================================================================== */

.calendar-top {
	margin-bottom: 1em;
}

.calendar-divider {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #cfcfcf;
}
/*
.main-content .calendar-top h2 {
margin-bottom: 0;
line-height: 1;
}
*/
.main-content .calendar-top p {
	margin-top: 0;
	font-family: vinkel, sans-serif;
}

.main-content h3.monthTitle {
	padding-bottom: 15px;
	margin: 1em 0 15px 0;
	font-size: 2.85em;
	text-transform: capitalize;
	border-bottom: 1px solid #cfcfcf;
}

.datebox {
	float: left;
	width: 55px;
	margin-right: 15px;
	margin-bottom: 1em;
}

.datebox .date {
	display: block;
	font-family: 'klavika-web-disp-cond', sans-serif;
	font-size: 48px;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1.15;
	color: #fff;
	text-align: center;
	background: #e30513;
}

.datebox .day {
	display: block;
	font-family: vinkelbold, sans-serif;
	font-size: 13px;
	font-size: .9rem;
	line-height: 1.65;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #b23348;
}

.main-content p.event {
	margin: .5em 0 .5em 70px;
}

.main-content .event-search-results p.event {
	padding: 0 0 1em 0;
	margin: .5em 0 1.5em 0;
	border-bottom: 1px solid #e9e9e9;
}

p.event a {
	color: #626262;
}

p.event a span.raquo {
	margin-right: .25em;
	color: #b23348;
}

.calendar-monthnavi {
	float: right;
	margin-top: 20px;
}

.calendar-monthnavi a {
	font-family: vinkelbold, sans-serif;
	font-size: 13px;
	font-size: .9rem;
	color: #000;
	text-transform: uppercase;
}

.calendar-monthnavi span {
	display: inline-block;
	background: url('../images/calendar-nav.png') no-repeat;
}

.calendar-monthnavi .prevmonth {
	padding-left: 12px;
	background-position: 0 -6px;
}

.calendar-monthnavi .nextmonth {
	padding-right: 12px;
	margin-left: 20px;
	background-position: 100% -26px;
}

.calendar {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.calendar th,
.calendar td {
	width: 14.285714%;
	font-family: 'klavika-web-disp-cond', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	background: #fff url('../images/eventstars.png') no-repeat 300px 300px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.calendar th {
	font-family: vinkelbold, sans-serif;
	font-size: 13px;
	font-size: .9rem;
	line-height: 1.65;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #b23348;
}

.calendar th:first-child {
	border-left: 1px solid #ddd;
}

.calendar td {
	height: 65px;
	padding: 8px 10px;
	vertical-align: top;
}

.calendar td.current {
	color: #fff;
	background-color: #e30513;
}

.calendar td.eventstar {
	cursor: pointer;
	background-position: 42px 44px;
}

.calendar td.current.eventstar {
	background-position: 42px -44px;
}

.calendar td.gray {
	color: #c0c0c0;
}

.calendar-tooltip {
	position: absolute;
	z-index: 100;
	display: none;
	width: 300px;
	height: auto;
	padding: 20px;
	background: #000;
}

.calendar-tooltip:before {
	position: absolute;
	top: -8px;
	left: 142px;
	display: block;
	width: 16px;
	height: 8px;
	background: url('../images/tooltipnub.png') no-repeat center center;
	content: '';
}

.calendar-tooltip .content {
	position: relative;
	font-family: vinkelbold, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
}

.calendar-tooltip .content p {
	margin: 0 0 1em 0;
}
.calendar-tooltip .content p:last-child {
	margin: 0;
}

.event-page {
	border-top: 1px solid #cfcfcf;
}

.event-section {
	padding-bottom: 2em;
	border-bottom: 1px solid #e0e0e0;
}

.main-content .event-page h3 {
	margin: 1em 0;
}

.main-content .event-page p {
	margin: 0 0 .25em 0;
}

.main-content .event-page p.event-info {
	float: left;
	margin: 1.25em 4px 0 0;
}

.main-content .event-page .event-description {
	margin-top: 1.5em;
}

.event-page .datebox {
	margin: 0 40px 0 25px;
}

.event-page .event-info-wrap {
	margin-left: 120px;
}

.event-info-wrap p span {
	color: #b23348;
}

.event-page a {
	font-weight: bold;
}

/* ==========================================================================
Main section
========================================================================== */

.breadcrumb {
	padding: .7em 20px 0 20px;
}

.breadcrumb span {
	font-family: vinkelbold, 'Trebuchet MS', sans-serif;
	font-size: 12px;
	font-size: .85rem;
	text-transform: uppercase;
}

.main-content h2,
.news-page h2 {
	margin: .25em 0;
	font-size: 2.7em;
	letter-spacing: -.01em;
}

.main-content h2.underline {
	padding-bottom: .25em;
	margin-bottom: 0;
	border-bottom: 1px solid #cfcfcf;
}

.main-content h3 {
	margin: 1em 0 .3em 0;
}

.news-box h2,
.news-page h3 {
	margin: .15em 0 .3em 0;
	font-size: 1.8em;
	line-height: 1.1;
}

.mobtap .news-box h2,
.mobtap .news-page h3,
.mobtap .wiki-box h2 {
	hyphens: auto;
	word-break: break-all;
	word-break: break-word;

	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}

.wiki-box h2.ru-wikititle {
	font-size: 2.5em;
}

.event-search h2,
.calendar-box h2 {
	font-size: 2.75em;
}

.calendar-box h2 {
	text-transform: capitalize;
}

.news-page h3 {
	font-size: 2.1em;
}

.small-news h2 {
	margin-bottom: 0;
}

.news-elem {
	padding-top: 1.5em;
	margin-top: 1.5em;
	border-top: 1px solid #cfcfcf;
}

.news-page:first-child .news-elem:first-child {
	padding-top: 0;
	margin-top: 0;
	border: 0;
}

.news-elem p {
	font-size: 1em;
}

.news-elem p.news-teaser-image img {
	width: 100%;
}

.news-elem-comments {
	position: relative;
	display: block !important;
	float: right;
	font-size: 13px;
	line-height: 16px;
}

.news-elem-comments:before {
	display: inline-block;
	width: 22px;
	height: 16px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: transparent url('../images/comment-bubble.png') no-repeat center center;
	background-size: 22px 16px;
	content: '';
}

.archivelink {
	display: block;
	width: 100%;
	padding: .75em 0;
	border-top: 1px solid #cfcfcf;
}

.archivelink a,
.wiki-search .updated {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 400;
}

.img-link-box span{
	font-family: 'TangerSerifWide-Book', serif;
}

.news-box .archivelink {
	margin-top: 1.5em;
}

.main-content p {
	margin: .5em 0 1em 0;
	font-size: 1em;
}

.related h3,
.formwrap h3 {
	padding-bottom: .25em;
	margin-top: 1.25em;
	margin-bottom: .25em;
	border-bottom: 2px solid #000;
}

.related-wiki + .button {
	margin-top: 1.5em;
}

.related-wiki li {
	border-bottom: 1px solid #d0d0d0;
}
.related-wiki a {
	display: block;
	padding: 7px 25px 7px 0;
	font-family: vinkelbold, sans-serif;
	font-size: .9rem;
	line-height: 1.4em;
	background: url('../images/wiki-icon.png') no-repeat right center;
}

.related-wiki li.wikilist-clear {
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
}

.related .news-elem {
	padding: 0 0 .5em 0;
	margin: 0 0 1.5em 0;
	border-top: 0;
	border-bottom: 1px solid #cfcfcf;
}

.related .news-elem h4 {
	margin: .25em 0 .5em 0;
	font-size: 1.5em;
	text-transform: none;
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
}

.related .news-elem h4 > a {
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
}

.related .news-toprow {
	margin-top: 10px;
}

.news-elem p {
	font-size: 1em;
}

.category-date {
	font-family: vinkelmedium, sans-serif;
	font-size: .85em;
	text-transform: uppercase;
}

.category-date a {
	font-family: vinkelbold, sans-serif;
}

.frontpage-newslist .jscroll-inner {
	padding: 0;
}

.frontpage-newslist .category-date {
	display: block;
	margin-bottom: 10px;
}

.frontpage-newslist-fact-word {
	padding-left: 10px;
	text-transform: none;
	color: #e30513;
	font-family: "TangerSerifWide-Book", Arial, sans-serif !important;
}

.frontpage-newslist .frontpage-newslist-container {
	padding: 25px;
}

.news-page .frontpage-newslist-container {
	padding: 0;
}

.frontpage-newslist .frontpage-newslist-container h3 {
	font-size: 1.5em;
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
}

.frontpage-newslist-col-right {
	padding-left: 0;
}

.frontpage-newslist .news-article-arrow, .related .news-article-arrow {
	padding-right: 0;
}

.frontpage-newslist a:hover > .frontpage-newslist-readmore, .related a:hover > .related-newslist-readmore {
	color: #afca0b;
}

.frontpage-newslist-readmore, .related-newslist-readmore {
	color: #e30513;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.frontpage-newslist .archivelink {
	border-top: 0;
}

.frontpage-newslist .more-news-container {
	padding: .75em 0;
	float: right;
}

.frontpage-newslist .more-news-button {
	padding-top: 7px;
	padding-bottom: 5px;
	line-height: 1.5;
	color: #fff;
}

.frontpage-small-news-listing hr {
	color: #000;
	margin: 0.75em 0;
}

.frontpage-small-news-listing a {
	color: #000;
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.frontpage-small-news-listing p {
	margin: 0;
}

.infocard {
	padding: 20px 20px 10px 20px;
	margin: 0;
	font-family: vinkel;
	font-size: .9rem;
	color: #000;
	background: #f0f0f0;
}

.infocard strong {
	font-family: vinkelbold, sans-serif;
	font-weight: 400;
}

.wiki-top {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e0e0e0;
}

.wiki-search {
	margin-bottom: 1em;
}

.wiki-search li {
	display: table;
	width: 100%;
	font-family: vinkelbold, sans-serif;
	font-size: .9rem;
	line-height: 2.7em;
	text-align: left;
	border-bottom: 1px solid #cfcfcf;
}

.wiki-search li.hidden {
	display: none;
}

.wiki-search li span {
	font-size: .85rem;
}

.wiki-search li a {
	display: table-cell;
}

.wiki-search .updated {
	display: table-cell;
	width: 130px;
	color: #909090;
	text-align: right;
}

.pamplus-moreinfo {
	margin-top: 3em;
	border-bottom: 2px solid #cfcfcf;
}

.pamplus-moreinfo .heading {
	margin-bottom: .5em;
}

.pamplus-moreinfo .content-toggler {
	position: relative;
	float: right;
	padding-right: 26px;
	margin-top: 16px;
	font-family: vinkelbold, sans-serif;
	font-size: .9em;
	cursor: pointer;
}
.pamplus-moreinfo .content-toggler:after {
	position: absolute;
	top: 2px;
	right: 5px;
	display: block;
	width: 11px;
	height: 11px;
	background: url('../images/plus-toggler.png') no-repeat center bottom;
	content: '';
}

.pamplus-moreinfo .content-toggler.open:after {
	background-position: top;
}

.pamplus-moreinfo .toggle-content {
	display: none;
	padding: 30px 40px;
	background: #fdfdfd;
	border-top: 2px solid #cfcfcf;
}

p.kuvateksti {
	margin: -.5em 0 1em 0;
	font-size: 13px;
	font-size: .9rem;
	font-style: italic;
}

p.ingress {
	font-size: 17px;
	font-size: 1.2rem;
	font-style: italic;
}

.taglist {
	display: none;
}

.wikitagcloud {
	margin: 10px 0;
}

.tag-box .tagcloud,
.material-box .folders {
	width: 100%;
	height: 290px;
	padding: 1em 0;
	margin-top: -.5em;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.material-box .folders {
	height: 264px;
	padding: 0;
	overflow: auto;
	border: 0;
}

.material-box.no-archive-link .folders {
	height: 290px;
}

.wikilisting {
	padding-bottom: 20px;
	border-bottom: 2px solid #000;
}

p.author {
	margin: 1.75em 0 2em 0;
	font-style: italic;
}

p.author span {
	font-style: normal;
	font-weight: 700;
}

.news-article {
	position: relative;
}

p.tweet,
p.postdate {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.6;
}

p.postdate {
	line-height: 1;
	color: #c0c0c0;
}

p.twitterauthor {
	position: absolute;
	bottom: 15px;
	margin: 0;
}

#fb-root {
	display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

.googlemaps iframe {
	width: 100% !important;
	height: 360px !important;
	border: none;
}

.news-page {
	width: 100%;
}

.pagination {
	padding-top: 2.5em;
	margin-top: 1.5em;
	font-family: vinkelbold, sans-serif;
	font-size: .85rem;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #cfcfcf;
}

.pagination span {
	margin: 0 10px;
}

.numbering {
	display: none;
}

.comment {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
}

.comment p {
	margin-bottom: .5em;
}

.commenter {
	font-family: vinkel, sans-serif;
	font-style: italic;
}

.comment-title {
	font-family: vinkelbold, sans-serif;
}

.news-article + h3 {
	padding-top: 1em;
	border-top: 1px solid #e0e0e0;
}

.box-icon {
	position: absolute;
	right: 15px;
	bottom: 13px;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url('../images/icon-sprite.png') no-repeat 0 top;
}

.box-icon.suurennuslasi {
	background-position: 0 top;
}

.box-icon.ihmiset {
	background-position: -20px top;
}

.box-icon.kalenteri {
	background-position: -40px top;
}

.box-icon.ostoskassi {
	background-position: -60px top;
}

.box-icon.twitter {
	background-position: -80px top;
}

.box-icon.sydan {
	background-position: -100px top;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	position: relative;
	/* 	padding-bottom: 56.25%;
	padding-top: 25px; */
	height: 100%;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.news-article-newslist h3 {
	text-align: center;
	background-color: #000;
	color: #fff;
	margin: 1em 0 .8em 0;
	padding: .1em 0;
}

.news-article-newslist img {
	margin-bottom: .8em;
}

.news-article .news-article-heading {
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
	font-size: 2em;
	margin-top: .5em;
}

.news-article .fact-word {
	margin: 0;
	color: #e30513;
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
}

.news-article-read-more {
	padding-top: .1em;
}

.news-article-read-more h4 {
	border-bottom: 1px solid #000;
	padding-bottom: .5em;
	margin-bottom: .25em;
	margin-top: .5em;
}

.news-article-arrow, .related .news-article-read-more .news-article-arrow {
	color: #e30513;
	padding-right: .5em;
}

.news-article-arrow.fa-arrow-right {
	font-size: 18px;
}

.news-article-banner {
	margin: 3em 0 1em 0;
	text-align: center;
}

.share-section {
	padding: 20px 0;
}

.news-article .share-section {
	float: left;
	padding: 0 0 2em 0;
}

.share-section > div {
	float: right;
	margin: 0 0 0 20px;
}

.share-section > div:last-child {
	margin-left: 0;
}

.share-section .share-button {
	display: inline-block;
}

.share-section .share-button > div {
	float: left;
}

.share-button .share {
	width: 31px;
	height: 20px;
	background: url('../images/share-icons3.png') no-repeat left top;
}

#twitter .share-button .share {
	background-position: left -20px;
}

#googleplus .share-button .share {
	background-position: left -40px;
	border-radius: 3px;
}
#googleplus .share-button .count {
	display: none;
}

#linkedin .share-button .share{
	background-position: left -100px;
	border-radius: 3px;
}

#whatsapp .share-button .share {
	width: 31px;
	background-position: left -80px;
}

.share-button .count {
	display: none;
	width: 30px;
	height: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	color: #a0a0a0;
	text-align: center;
	background: #fafafa;
	border: solid #cfcfcf;
	border-width: 1px 1px 1px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
}

.contactsearch-dd {
	margin-top: 2%;
}

.contactsearch-results {
	padding-top: 1%;
	margin-top: 1.5em;
	border-top: 1px solid #e0e0e0;
}

.contactsearch-results .result-row {
	padding-bottom: 1%;
	margin-bottom: 1%;
	border-bottom: 1px solid #e0e0e0;
}

.main-content .result-row h3 {
	margin: .75em 0 0 0;
}

.result-row p {
	margin: 0 0 1.5em 0;
}

.result-row p.result-image {
	float: left;
	margin: 0 30px 0 0;
}

.main-content .tableContainer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.tableContainer .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:         linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.ie9 .tableContainer .overlay {
	filter: none;

	-webkit-filter: none;
}

.main-content table {
	width: 100%;
	min-width: 645px;
	text-align: left;
	border: 0;
}

.main-content.box-4-auto table {
	min-width: 888px;
}

.main-content.box-5-auto table {
	min-width: 1131px;
}

.main-content.box-5-auto table.filelist,
.main-content.box-4-auto table.filelist,
.main-content.box-3-auto table.filelist {
	min-width: 100%;
}

.main-content thead {
	font-family: vinkelbold;
	font-size: 13px;
	text-transform: uppercase;
}

.main-content thead td {
	padding: 8px 3px;
	text-align: left;
	border-bottom: 1px solid #a7a7a7;
}

.main-content tbody {
	font-size: 12px;
}

.main-content table.filelist tbody {
	font-size: 14px;
}

.main-content tbody td {
	padding: 8px;
	vertical-align: top;
	border-bottom: 1px solid #dcdcdc;
}

.main-content tbody tr:nth-child(odd) td {
	background: #f5f5f5;
}

p.wiki-image {
	margin: 2em 0;
	text-align: center;
}

.related .folderlist {
	margin: 2em 0;
}

.related .folderlist h3 {
	border-bottom: 0;
}

.related .folderlist .folder-heading.open h3 {
	border-bottom: 2px solid #000;
}

.wiki-box .folderlist {
	margin-top: 30px;
}

.minifolder,
.folder {
	padding: 15px 0 0 0;
	border-top: 1px solid #cfcfcf;
}

.folder-content {
	display: none;
}

.folder-heading .toggle-icon,
.minifolder .folder-heading .toggle-icon {
	display: none;
	float: right;
	width: 13px;
	height: 13px;
	margin: 3px 3px 0 0;
	background: url('../images/folder-spriteb.png') no-repeat left center;
}

.folder-heading.open .toggle-icon,
.minifolder .folder-heading.open .toggle-icon {
	display: block;
	background-position: -71px center;
}

.folder-heading,
.minifolder .folder-heading {
	min-height: 24px;
	margin-bottom: 15px;
	cursor: pointer;
}

.minifolder .folder-heading.open {
	min-height: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
}

.minifolder td {
	padding: 2px 0 6px 0;
}

.folder-icon,
.minifolder .folder-icon {
	float: left;
	width: 28px;
	height: 22px;
	background-size: cover;
}

.folder-heading.open .folder-icon,
.minifolder .folder-heading.open .folder-icon {
	display: none;
}

.minifolder .folder-heading h3 {
	float: left;
	max-width: 79%;
	margin: 4px 0 0 10px;
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-weight: 700;
}

.folder-heading h3 {
	float: left;
}

.folder-heading.open h3,
.minifolder .folder-heading.open h3 {
	margin: 4px 0 0 0;
	border: 0;
}

.minifolder .folder-itemlist {
	max-height: 182px;
	padding: 0;
	overflow: auto;
}

.no-archive-link .minifolder .folder-itemlist {
	max-height: 219px;
}

.main-content .folder-itemlist table.filelist {
	float: left;
	width: 100%;
	text-align: left;
}

.main-content .folder-itemlist table.filelist th,
.main-content .folder-itemlist table.filelist td {
	padding: 4px;
	background: transparent;
	border-bottom: 0;
}

.main-content .folder-itemlist table.filelist .file-icon {
	width: 50px;
	padding: 4px 0;
	text-align: center;
}

table.filelist .file-icon span,
.minifolder table.filelist .file-icon span {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	background: url('../images/ext-icons.png') no-repeat left center;
}

table.filelist .file-icon.ppt span {
	background-position: -24px center;
}
table.filelist .file-icon.doc span,
table.filelist .file-icon.docx span {
	background-position: -72px center;
}
table.filelist .file-icon.xls span {
	background-position: -96px center;
}
table.filelist .file-icon.pdf span {
	background-position: -144px center;
}
table.filelist .file-icon.file-icon--lnk span {
	background: url('../images/external-link-icon.png') no-repeat center center;
	background-size: auto 20px;
}

.main-content.box-4-auto .folder-itemlist .file-title {
	width: 50%;
	padding: 4px 4px 4px 0;
}

.file-title p.folder-image-description {
	display: none;
}

.wiki-box.box-3-auto .folder-itemlist .file-title {
	width: 70%;
}

.folder-itemlist .file-title a {
	color: #4a4a4a;
}

.box-3-auto:not(.wiki-box) .folder-itemlist .file-type {
	display: none;
}

.folder-itemlist .file-size {
	width: 22%;
}

.box-3-auto.wiki-box .folder-itemlist .file-size {
	display: none;
}

.folder-itemlist th {
	text-align: left;
	cursor: pointer;
}

.folder-itemlist th .toggle-icon {
	display: inline-block;
	width: 10px;
	height: 19px;
	margin-left: 5px;
	background: url('../images/folder-sprite.png') no-repeat -60px center;
}

.folder-itemlist .sortbythis .toggle-icon {
	background-position: -50px center;
}

.folder-imagelist {
	padding: 0 0 20px 47px;
}

.folder-image {
	float: left;
	width: 25%;
	padding-left: 3%;
}

.box-3-auto .folder-image {
	width: 33.333%;
}

.folder-image-wrapper {
	position: relative;
	display: block;
}

.folder-image-layer {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(233, 66, 84, .85) url('../images/zoom-big.png') no-repeat center center;
	opacity: 0;
	visibility: hidden;
}

.folder-image-wrapper:hover .folder-image-layer {
	opacity: 1;
	visibility: visible;
}

p.folder-image-description {
	margin: 1em 0 1.5em 0;
	overflow: hidden;
	color: #626262;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-content .searchResult {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #cfcfcf;
}

.main-content .searchResult p {
	margin-bottom: 0;
}

.main-content .searchResults h3 {
	margin-bottom: .25em;
}

.main-content .searchResults h3,
.main-content .searchResults h3 a {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.main-content .searchResults h4,
.main-content .searchResults h4 a {
	font-family: vinkelbold;
	font-size: 12px;
	text-transform: uppercase;
}

.searchPagination,
.eri-pagination {
	padding: 20px 0 5px 0;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.searchPagination span,
.eri-pagination span {
	margin: 0 5px;
}

.eri-pagination {
	font-family: vinkelbold;
	font-size: .85em;
	text-transform: uppercase;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
	min-width: 100% !important;
}

#sortform {
	position: relative;
}

#sortform .dd-wrapper {
	z-index: 9999;
	display: none;
}

#sortform .dd-label {
	height: 36px;
	line-height: 37px;
}

#sortform .dd-label-arrow {
	top: 2px;
	height: 35px;
}

#sortform .dd-content {
	top: 36px;
}

table.erimielisyys {
	table-layout: fixed;
}

.erimielisyys th {
	padding: 8px;
	font-family: vinkelbold, sans-serif;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid #a7a7a7;
}

.erimielisyys th.no-sort {
	cursor: default;
}

.erimielisyys th.eri-asia {
	width: 10%;
}

.erimielisyys th.eri-ammatti {
	width: 14%;
}

.erimielisyys th.eri-toimiala {
	width: 15%;
}

.erimielisyys th.eri-sijainti {
	width: 14%;
}

.erimielisyys th.eri-koko {
	width: 13%;
}

.erimielisyys th.varalta-eri-kuvaus {
	width: 11%;
}

.erimielisyys th.varalta-eri-lopputulos {
	width: 11%;
}

.erimielisyys th.eri-lisatietoja {
	width: 12%;
}

.erimielisyys.avoimet .varalta-eri-kuvaus,
.erimielisyys.avoimet .varalta-eri-lopputulos {
	display: none;
}

.erimielisyys.avoimet th.eri-asia {
	width: 12%;
}

.erimielisyys.avoimet th.eri-ammatti,
.erimielisyys.avoimet th.eri-toimiala {
	width: 20%;
}

.erimielisyys.avoimet th.eri-sijainti {
	width: 18%;
}

.erimielisyys.avoimet th.eri-koko {
	width: 16%;
}

.erimielisyys.avoimet th.eri-lisatietoja {
	width: 14%;
}

.erimielisyys th .toggle-arrow {
	display: inline-block;
	width: 13px;
	height: 16px;
	margin-left: 5px;
	background: transparent url('/media/layout/images/dd-arrow.png') no-repeat center -12px;
}

.erimielisyys.ammattiosastot {
	table-layout: fixed;
}

.erimielisyys.ammattiosastot td {
	overflow: hidden;
}

.erimielisyys .hiddenContent {
	display: none;
}

.erimielisyys .hiddenContent p {
	margin: 0;
}

.ammattiosastot th.ynimi {
	width: 40%;
}

.ammattiosastot th.jy_tunnus {
	width: 10%;
}

.ammattiosastot th.internetosoite {
	width: 25%;
}

.ammattiosastot th.l1nimi {
	width: 25%;
}

.dd-content li.divider:after {
	display: block;
	margin: 5px 0;
	border-top: 1px solid #5c5c5c;
	content: '';
}

.galleryPreview {
	position: relative;
	display: none;
	width: 100%;
	margin-bottom: 4px;
	overflow: hidden;
	text-align: center;
}

.galleryPreview a {
	position: relative;
	display: none;
}

.galleryPreview a.active {
	display: block;
}

.galleryPreview img {
	display: block;
}

.zoomGlass {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 5;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.25) url('../images/zoom.png') no-repeat center center;
}

.imageCarousel {
	padding: 0 20px;
	margin: 0 0 2em 0;
}

.imageCarousel button.slick-prev,
.imageCarousel button.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 11px;
	height: 22px;
	min-width: 11px;
	padding: 0;
	margin-top: -11px;
	line-height: 1em;
	text-indent: -9999px;
	cursor: pointer;
	background: url('../images/gallery-arrows.png') no-repeat left top;
	border: 0;
	outline: 0;
}

.imageCarousel button.slick-prev {
	left: 0;
}

.imageCarousel button.slick-next {
	right: 0;
	background-position: left bottom;
}

.imageCarousel button.slick-disabled {
	opacity: .5;
	filter: alpha(50);
}

.imageCarousel img {
	display: block;
	width: 100%;
	padding: 5px;
	cursor: pointer;
}

.fancybox-title .dl-link {
	float: right;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	background: url('../images/download-icon.png') no-repeat center center;
}

.text-italic {
	font-style:italic;
}

.to-top {
	display: none;
	position: fixed;
    bottom: 15px;
	right: 15px;
    padding: 8px 19px;
	background-color: #e30613;
	z-index: 99;
}

.to-top:hover {
	background-color: #afca0b;
}

.to-top span {
	display: inline-block;
	width: 14px;
    height: 8px;
    background: transparent url(../images/dd-label-arrow.png) no-repeat left bottom;
}

.news-yt-video {
	position: relative;
}

.news-yt-video img {
	opacity: 0.9;
}

.news-yt-video:hover img {
	opacity: 1;
}

.news-yt-video span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: -28px;
    margin-top: -28px;
}

/* ==========================================================================
Media Queries
========================================================================== */

@media only screen and (max-width: 767px) {
	nav {
		display: none;
	}

	.menu {
		display: block !important;
		padding: 10px 0;
	}

	.menu.menu2 {
		padding-top: 0;
		margin-top: -10px;
	}

	nav > p {
		border-top: 2px solid #4e4e4e;
		border-bottom: 2px solid #4e4e4e;;
	}

	.tabletmenu {
		padding: 10px 0;
	}

	.tabletmenu a {
		padding: 5px 25px;
		color: #626262;
	}

	.touch-tools .login-toggle.open {
		background-color: #e30513;
	}

	.touch-tools .login-toggle.open:after {
		display: none;
	}
	
	.touch-tools .dd-input-wrapper {
		position: absolute;
		left: 0;
		top: 97px;
		display: block;
	}

	footer .col-1-5 {
		display: none;
	}
	.news-article h2 {
		width: 100%;
		display: block;
		float: left;
	}
	.news-article .upper-share-section {
		padding: 1em 0;
	}
	
	.news-hero .hero {
		display: none;
	}
	
	.to-top {
		display: block;
	}

}

@media only screen and (max-width: 1025px) {
	.touch-tools .dd-input-wrapper {
		position: absolute;
		left: 0;
		top: 97px;
		display: block;
	}
}

@media only screen and (min-width: 400px) {
	.print-button {
		width: auto;
		padding-left: 50px;
		background-position: 20px center;
	}
}

@media only screen and (min-width: 600px) {
	.news-elem.news-with-image p.news-teaser-image {
		float: left;
		max-width: 215px;
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: 0;
	}

	.frontpage-newslist .news-elem.news-with-image p.news-teaser-image {
		float: left;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}

	.breadcrumb {
		position: absolute;
		top: -20px;
		left: 7px;
		padding: 0;
	}

	.breadcrumb span {
		display: inline-block;
		margin-right: 3px;
		font-family: vinkelmedium, 'Trebuchet MS', sans-serif;
		color: #fff;
		text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	}

	.breadcrumb span a {
		color: #fff;
	}

	section.main {
		padding: 0;
		margin-bottom: 60px;
	}

	.bulletin-container {
		bottom: -18em;
		margin: 0 auto;
	}

	.imageCarousel img {
		opacity: .5 !important;
		filter: alpha(50) !important;
	}

	.imageCarousel .activeImage img {
		opacity: 1 !important;
		filter: alpha(100) !important;
	}

	.box,
	.masonry-container {
		float: left;
	}

	.box {
		padding: 7px;
	}

	.logo {
		width: 236px;
		max-width: 236px;
		padding: 0 25px;
	}

	.box-1-1,
	.box-1-2,
	.box-1-3,
	.box-1-4,
	.box-1-auto,
	.box-2-1,
	.box-2-2,
	.box-2-3,
	.box-2-4,
	.box-2-auto {
		width: 50%;
	}

	.somelink {
		float: left;
		width: 31.3333333%;
		height: 200px;
	}

	.four-elements .somelink {
		width: 23%;
	}

	.somelink img {
		margin-top: 70px;
	}

	.box.bulletin:after {
		bottom: -3px;
	}
}

@media only screen and (min-width: 768px) {
	.menu.menu2 {
		display: none !important;
	}

	/* 768px */
	.print-button {
		margin-right: 10px;
	}

	.hero-frontpage,
	.hero-wrapper {
		margin-top: 0;
	}

	.box-1-1,
	.box-1-2,
	.box-1-3,
	.box-1-4,
	.box-1-auto,
	.box-2-1,
	.box-2-2,
	.box-2-3,
	.box-2-4,
	.box-2-auto,
	.masonry-container {
		width: 33.33333333%;
	}

	.box-3-1,
	.box-3-2,
	.box-3-3,
	.box-3-4,
	.box-3-5,
	.box-3-6,
	.box-3-auto,
	.box-4-auto {
		width: 66.66666666%;
	}

	.masonry-container .box-1-1,
	.masonry-container .box-1-2,
	.masonry-container .box-1-3,
	.masonry-container .box-1-4,
	.masonry-container .box-1-auto,
	.masonry-container .box-2-1,
	.masonry-container .box-2-2,
	.masonry-container .box-2-3,
	.masonry-container .box-2-4,
	.masonry-container .box-2-auto {
		width: 100%;
	}

	.box.bulletin {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	nav {
		position: relative;
		display: block !important;
		height: 38px;
		max-height: 38px;
		min-height: 38px;
		background: #e30513;
	}

	.mobile-search,
	.menu,
	.arrow,
	.login-arrow {
		display: none;
	}

	nav > p {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		display: block !important;
		margin: 0 10px 0 0;
		font-size: .85em;
		line-height: 38px;
		text-transform: uppercase;
		background: none;
	}

	nav > p a {
		float: left;
		padding: 0 15px;
		font-size: 1em;
	}

	.login-menu {
		top: 97px;
		z-index: 21;
	}

	.tabletmenu {
		position: absolute;
		top: 0;
		z-index: 5;
		display: block;
		padding: 0 5px;
		margin: 0;
		font-size: .85em;
		line-height: 38px;
		text-transform: uppercase;
		background: transparent;
	}

	.tabletmenu li {
		position: static;
		float: left;
		padding: 0 3px;
	}

	.tabletmenu li > a {
		display: block;
		padding: 0 15px;
		font-size: 1em;
	}

	.hero-frontpage,
	.hero-wrapper,
	.hero {
		height: 300px;
	}

	.hero-text-mid {
		padding: 0 25px;
	}

	.search {
		width: auto;
		background: transparent;
	}

	html[lang='ru'] .search {
		padding-top: 36px;
	}

	.header-wrap {
		display: table !important;
		width: 100%;
		table-layout: fixed;
	}

	.logo,
	.search,
	.touch-tools {
		display: table-cell !important;
		float: none;
		vertical-align: top;
	}

	.search {
		width: 100%;
	}

	.touch-tools {
		width: 137px;
		padding: 27px 7px 10px 0;
		margin: 0;
	}

	.touch-tools .login-toggle {
		position: static;
		display: block;
		width: 60px;
		height: 60px;
		padding: 0;
		margin-right: 10px;
		text-indent: -9999px;
		background-color: transparent;
		background-image: url('../images/loginb.png');
		background-repeat: no-repeat;
	}

	.touch-tools .nav-toggle {
		display: none;
	}

	.touch-tools .menu-toggle {
		display: block;
		width: 60px;
		height: 60px;
		margin: 0;
		background-image: url('../images/menutab.png');
	}

	.touch-tools .open:after {
		width: 60px;
	}
	
	.touch-tools .dd-input-wrapper {
		display: none;
	}

	.footer-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-wrap > .row {
		padding-bottom: 20px;
		border-bottom: 1px solid #4e4e4e;
	}

	.related-wiki li {
		float: left;
		width: 48.5%;
		margin: 0 0 0 3%;
		border-bottom: 1px solid #d0d0d0;
	}
	.related-wiki li:nth-child(3n+1) {
		margin-left: 0;
	}

	.related .news-toprow .news-elem {
		float: left;
		width: 48.5%;
		padding: 1em 10px 0 10px;
		margin-left: 3%;
		background: #f9f9f9;
	}

	.related .news-toprow .news-elem:first-child {
		margin-left: 0;
	}

	.news-elem p.news-teaser-image {
		float: right;
		width: auto;
		max-width: 150px;
		margin-left: 20px;
	}

	.dd-wrapper.news-category-dd,
	.dd-wrapper.current-month-dd {
		float: right;
		width: 180px;
		margin-top: 8px;
	}

	.dd-wrapper.erimielisyys-dd,
	.dd-wrapper.ammattiosastot-dd {
		z-index: 5;
		float: right;
		width: 250px;
		margin-top: 8px;
	}

	.dd-wrapper.news-category-dd,
	.dd-wrapper.erimielisyys-dd {
		margin-top: 10px;
	}

	.dd-wrapper.ammattiosastot-dd {
		margin-top: -7px;
	}

	.news-elem.small-news,
	.box-3-3 .news-elem.small-news:nth-child(3) {
		float: left;
		width: 52%;
		padding-left: 4%;
	}
	.news-elem.small-news:nth-child(3) {
		width: 48%;
		padding-left: 0;
	}

	.news-elem.small-news.left-side-elem {
		width: 48%;
		padding-left: 0;
	}

	.folderlist {
		border-top: 1px solid #cfcfcf;
	}

	.folder {
		padding: 20px 0 0 0;
		border-top: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.folder .folder:last-child {
		border-bottom: 0;
	}

	.folder td {
		padding: 0;
	}

	.folder-itemlist {
		padding: 0 0 20px 22px;
	}

	.folder-heading {
		min-height: 42px;
		margin-bottom: 25px;
	}

	.folder-icon {
		width: 52px;
		height: 42px;
		background: url('../images/newfolder.png') no-repeat left top;
	}

	.folder-icon img {
		display: none;
	}

	.folder-heading:hover .folder-icon {
		background-position: left bottom;
	}

	.folder-heading .toggle-icon {
		display: block;
		float: right;
		width: 25px;
		height: 21px;
		margin: 10px 20px 0 0;
		background: url('../images/folder-sprite.png') no-repeat left center;
	}

	.folder-heading.open .toggle-icon {
		background-position: -25px center;
	}

	.folder-heading:hover .toggle-icon {
		background-position: -70px center;
	}

	.folder-heading.open:hover .toggle-icon {
		background-position: -95px center;
	}

	.minifolder .folder-heading:hover .toggle-icon {
		background-position: -71px center;
	}

	.folder-heading h3 {
		float: left;
		max-width: 73%;
		margin: 6px 0 0 20px;
	}

	.folder-heading.open h3 {
		border-bottom: 2px solid #000;
	}

	table.filelist .file-icon span {
		margin: 0 0 0 15px;
	}

	.folder-heading.open h3 {
		margin: 6px 0 0 20px;
	}

	.folder-heading.open .folder-icon {
		display: block;
	}

	.news-article .share-section {
		float: right;
		padding: 0;
		margin-top: -3.25em;
	}

	.news-article .upper-share-section {
		margin-top: -1.5em;
	}

	blockquote {
		background-position: 35px 36px;
	}

	.news-article blockquote {
		margin: 1.5em 0;
		background: url('../images/quote-article.jpg') no-repeat 0 1.75em;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.main-content blockquote p,
	.main-content blockquote h2,
	.main-content blockquote h3 {
		margin: 1em 1em 1em 3.5em;
		font-size: 28px;
	}

	.news-article blockquote p,
	.news-article blockquote h2,
	.news-articleblockquote h3 {
		font-family: 'klavika-web-display', sans-serif;
		font-weight: 300;
		color: #000;
		font-size: 1.5em;
		margin: 1em 1em 1em 1.75em;
	}

	.frontpage-newslist .frontpage-newslist-col-right {
		padding-left: 0;
	}

}

@media only screen and (min-width: 1024px) {
	.hero {
		height: 300px;
	}

	.hero-frontpage,
	.hero-frontpage .hero {
		height: 320px;
	}

	.hero-text h2 {
		font-size: 2em;
	}

	.box-1-1,
	.box-1-2,
	.box-1-3,
	.box-1-4,
	.box-1-auto {
		width: 25%;
	}

	.box-2-1,
	.box-2-2,
	.box-2-3,
	.box-2-4,
	.box-2-auto,
	.box-3-1,
	.box-3-2,
	.box-3-3,
	.box-3-4,
	.box-3-5,
	.box-3-6,
	.box-3-auto,
	.masonry-container {
		width: 50%;
	}

	.masonry-container .box-1-1,
	.masonry-container .box-1-2,
	.masonry-container .box-1-3,
	.masonry-container .box-1-4,
	.masonry-container .box-1-auto {
		width: 50%;
	}

	.masonry-container.one-column .box-1-1,
	.masonry-container.one-column .box-1-2,
	.masonry-container.one-column .box-1-3,
	.masonry-container.one-column .box-1-4,
	.masonry-container.one-column .box-1-auto,
	.masonry-container .box-2-1,
	.masonry-container .box-2-2,
	.masonry-container .box-2-3,
	.masonry-container .box-2-4,
	.masonry-container .box-2-auto {
		width: 100%;
	}

	.box-4-auto {
		width: 75%;
	}

	.masonry-container.one-column {
		width: 25%;
	}

	.box.bulletin.preview.titleonly > div {
		padding: 40px 15px;
	}

	.event-search .fieldwrap.full {
		float: none;
		width: 100%;
	}

	.event-search .fieldwrap {
		float: left;
		width: 49%;
	}

	.event-search .fieldwrap + .fieldwrap {
		margin-left: 2%;
	}

	.event-search .fieldwrap.smalltext {
		width: 35%;
		margin-left: 0;
	}

	.event-search .fieldwrap.smalltext + .fieldwrap.smalltext {
		margin-left: 4%;
	}

	.event-search .fieldwrap.submitfield {
		width: 24%;
		margin-left: 2% !important;
	}
}

@media only screen and (min-width: 1025px) {
	.contactsearch .fieldwrap {
		float: left;
		width: 34%;
		margin: 0;
	}

	.contactsearch .fieldwrap.selectfield {
		width: 27.5%;
		margin-left: 1.5% !important;
	}

	.contactsearch.hallinto .fieldwrap.selectfield,
	.contactsearch.hallinto .fieldwrap {
		width: 45%;
	}

	.contactsearch .fieldwrap.submitfield {
		width: 6.5%;
		margin-left: 1.5% !important;
	}

	.contactsearch.hallinto .fieldwrap.submitfield {
		width: 7%;
	}

	.on1024-show {
		display: block;
	}

	.tabletmenu {
		display: none;
	}

	.login-menu {
		display: none !important;
	}

	/*** MAIN MENU ***/

	nav {
		z-index: 19;
	}

	nav > p {
		z-index: 11;
	}

	.menu {
		display: block !important;
		padding: 0 5px;
		margin: 0;
		font-size: .85em;
		line-height: 38px;
		text-transform: uppercase;
		background: transparent;
	}

	.menu.menu2 {
		display: none !important;
	}

	.menu .level1 {
		position: static;
		float: left;
		padding: 0 3px;
	}

	.menu .level1 > a {
		display: block;
		padding: 0 15px;
		font-size: 1em;
	}

	.menu .level1.current > a {
		color: #000;
	}

	.subnav-wrap a {
		display: block;
		padding: 0;
		color: #fff;
	}

	.subnav-wrap a:before {
		display: none;
	}

	.menu .level2 {
		float: left;
		width: 25%;
		padding-left: 25px;
		margin: 0 0 20px 0;
		font-family: vinkelmedium, sans-serif;
		line-height: 1.8;
	}

	.menu li.level2.first,
	.menu li.level2.on-left {
	}

	.menu li.level2.hasSubItems {
		margin-bottom: 10px;
	}

	.menu li.level2 > a {
		display: block;
		font-size: 1.1em;
		border-bottom: 1px solid #4e4e4e;
	}

	.menu li.level2 ul {
		padding: 10px 0 0 20px;
	}

	.menu li.level3 {
		text-transform: none;
	}

	.menu li.level3 a {
		display: block;
		font-size: 13px;
		font-size: .9rem;
		color: #afca0b;
	}

	.subtoggle {
		display: none;
	}

	/*** OTHER STYLES ***/

	.box.bulletin p {
		font-size: 17px;
	}

	.box.bulletin p.bulletin-exclamation {
		font-size: 60px;
	}

	.touch-tools {
		display: none !important;
	}

	.tools {
		display: table-cell !important;
		vertical-align: top;
	}

	.subnav-wrap {
		position: absolute;
		top: 38px;
		left: 0;
		display: none;
		width: 100%;
		padding: 35px 25px 10px 0;
	}

	.subnav-wrap > ul {
		padding: 0;
	}

	/*** HOVERS ***/
	a,
	.box > a h3,
	.box > a h3:after,
	.box > a p,
	button,
	.button,
	.folder-image-layer,
	span.viewAsLink {
		transition: all 100ms linear;

		-webkit-transition: all 100ms linear;
	}

	/* lime */
	a:hover,
	.dd-content .login-helpers a:hover,
	.toplinks a:hover,
	.ad-box a:hover h3,
	.breadcrumb a:hover,
	.tagcloud a:hover,
	span.viewAsLink:hover,
	.green-box > a:hover h3,
	.subnav-wrap ul li a:hover,
	.box.bulletin h3 a:hover,
	.black-box > div a:hover {
		color: #afca0b;
	}

	.button:hover,
	.more-news-button:hover,
	button:hover {
		background-color: #afca0b;
	}

	button.input-icon:hover {
		background-color: transparent;
	}

	/* white */
	.menu li.level3 a:hover,
	.red-box > a:hover,
	.green-box > a:hover,
	.green-box > a:hover p,
	.black-box > a:hover h3,
	.yellow-box > a:hover,
	.purple-box > a:hover,
	.pink-box > a:hover,
	.yellow-box > a:hover p,
	.purple-box > a:hover p,
	.pink-box > a:hover p,
	.green-box > div a:hover,
	.purple-box.img-link-box > a:hover h3,
	.pink-box.img-link-box > a:hover h3,
	.blue-box > a:hover,
	.grey-box > a:hover,
	.grey-box > a:hover h3,
	.grey-box.img-link-box > a:hover span,
	.darkgrey-box > a:hover,
	.darkgrey-box > a:hover h3,
	footer a:hover {
		color: #fff;
	}

	.yellow-box > a:hover h3:after,
	.green-box > a:hover h3:after,
	.purple-box > a:hover h3:after,
	.pink-box > a:hover h3:after,
	.grey-box > a:hover h3:after,
	.darkgrey-box > a:hover h3:after {
		background: #fff;
	}

	/*.purple-box > a:hover { color: #e6007e; }*/
	.purple-box > a:hover,
	.pink-box > a:hover {
		color: #e5007d;
	}

	/* black */
	.box a:hover .text-content p,
	.red-box > div a:hover,
	.yellow-box > div a:hover,
	nav a:hover,
	.wiki-popular a:hover,
	.main-content .searchResults h3 a:hover,
	.black-box .dd-content li:hover,
	.black-box .dd-content a:hover,
	.hero h2 a:hover,
	.darkred-box.img-link-box > a:hover h3,
	.red-box.img-link-box > a:hover h3,
	.archivelink a:hover,
	.black-box a:hover,
	.blue-box > div a:hover,
	.black-box > a:hover h3 {
		color: #000;
	}

	.red-box > a:hover,
	.green-box > a:hover,
	.blue-box > a:hover,
	.purple-box > a:hover,
	.pink-box > a:hover,
	.grey-box > a:hover,
	.darkgrey-box > a:hover {
		background: #000;
	}

	/* red */
	.main-box h2 a:hover,
	.main-box h3 a:hover,
	.main-box h4 a:hover,
	.related .news-elem h4 a:hover,
	.dd-content a:hover,
	.dd-content li:hover,
	/*.red-box.img-link-box > a:hover h3,*/
	.red-box > a:hover h3,
	.img-text-box > a:hover h3,
	.popular li a:hover,
	.calendar-tooltip a:hover,
	p.event a:hover,
	.popular ul li a:hover,
	.wiki-popular ul li a:hover {
		color: #e30513;
	}

	.pink-box.img-link-box > a:hover,
	.purple-box.img-link-box > a:hover,
	.yellow-box > a:hover,
	.black-box > a:hover {
		background: #e30513;
	}

	/* yellow */
	.yellow-box > a:hover h3 {
		color: #ffed00;
	}

	/* magenta */
	.black-box.magazine-box a:hover {
		color: #ec008c;
	}

	.red-box.img-link-box > a:hover,
	.darkred-box.img-link-box > a:hover,
	.red-box.img-link-box > a:hover {
		background: #ec008c;
	}

	/* blue */
	.blue-box > a:hover h3 {
		color: #009ee3;
	}

	.menu li.level1.hasSubItems:hover > a {
		color: #fff;
		background: #000;
	}

	.hero-frontpage .bulletin-ingress,
	.bulletin-content.exclamation {
		margin-left: 60px;
	}

	.bulletin-ingress,
	.bulletin-exclamation {
		display: block;
	}

	.box.bulletin.preview h3 {
		margin: 0 0 .5em 0;
		font-size: 1.8em;
		text-align: left;
	}

	.box.bulletin.preview.titleonly h3 {
		margin: 0;
		font-size: 36px;
		text-align: center;
	}

	tr.image-item {
		display: none !important;
	}

	/* purple */

	.pink-box > a:hover h3,
	.purple-box > a:hover h3 {
		/*color: #e6007e;*/
		color: #e5007d;
	}
}

.event-search .field {
		float: left;
		width: 100%;
		margin-bottom: 1.5em;
}

@media only screen and (min-width: 1215px) {
	.print-button {
		margin-top: 20px;
	}
	/*
	.infocard {
	float: right;
	width: 260px;
	margin: -32px -25px 10px 10px;
	padding: 97px 20px 10px 20px;
}
	*/
	.textareawrap,
	.submitwrap,
	.fieldwrap.full,
	.fullfieldwrap {
		float: left;
		width: 100%;
	}

	.fieldwrap {
		float: left;
		width: 48%;
	}

	.fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap {
		margin-left: 4%;
	}

	.fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap {
		margin-left: 0;
	}

	.fieldwrap.full {
		margin-left: 0 !important;
	}

	.fieldwrap.full + .fieldwrap,
	.fieldwrap.full + .fieldwrap + .fieldwrap + .fieldwrap,
	.fieldwrap.full + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap {
		margin-left: 0 !important;
	}

	.fieldwrap.full + .fieldwrap + .fieldwrap,
	.fieldwrap.full + .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap {
		margin-left: 4% !important;
	}

	.event-search .fieldwrap + .fieldwrap + .fieldwrap + .fieldwrap.submitfield {
		width: 24%;
		margin-left: 2% !important;
	}
	
	/*.event-search .field {
		float: left;
		width: 100%;
		margin-bottom: 1.5em;
	}*/

	.fieldwrap.korota label {
		position: relative;
		min-height: 38px;
	}

	.fieldwrap.korota2 label,
	.fieldwrap.korota3 label {
		position: relative;
		min-height: 57px;
	}

	.fieldwrap.korota label span,
	.fieldwrap.korota2 label span,
	.fieldwrap.korota3 label span {
		position: absolute;
		bottom: 0;
	}

	label.formRadioLabelHolder,
	label.formCheckboxLabelHolder {
		width: 28%;
		margin-left: 8%;
	}

	.fullfieldwrap label.formRadioLabelHolder,
	.fullfieldwrap label.formCheckboxLabelHolder {
		width: 100%;
		margin-left: 0;
	}
	
	label.formRadioLabelHolder:nth-child(3n+2),
	label.formCheckboxLabelHolder:nth-child(3n+2),
	span.error + label + label.formRadioLabelHolder,
	span.error + label + label.formCheckboxLabelHolder,
	.vertical-order label.formRadioLabelHolder,
	.vertical-order label.formCheckboxLabelHolder {
		margin-left: 0;
	}

	.vertical-order label.formRadioLabelHolder,
	.vertical-order label.formCheckboxLabelHolder {
		width: 48%;
		margin-left: 0;
	}

	.dd-wrapper.news-category-dd,
	.dd-wrapper.erimielisyys-dd {
		margin-top: 20px;
	}

	nav {
		margin-bottom: 206px;
	}

	nav.frontpage {
		margin-bottom: 281px;
	}

	.menu li.level1 {
		padding: 0 5px;
	}

	.hero-frontpage {
		position: absolute;
		height: 880px;
	}

	.hero-frontpage .hero {
		height: 880px;
	}

	.hero-wrapper {
		position: absolute;
		height: 750px;
	}

	.hero-wrapper .hero {
		height: 750px;
	}

	.hero-text h2 {
		margin-top: -210px;
		font-size: 2.5em;
	}

	.hero-wrapper .hero-text h2 {
		margin-top: -180px;
	}

	.hero-frontpage .slick-dots {
		top: auto;
		bottom: 473px;
		height: 8px;
		padding: 0;
		text-align: center;
	}

	.hero-frontpage .slick-dots span,
	.slick-dots span {
		width: 8px;
		height: 8px;
		margin: 0 2px;
	}

	section.main {
		width: 1215px;
	}

	.prevnext {
		position: relative;
	}

	.prevnext .prev {
		position: absolute;
		left: 0;
		float: none;
	}

	.prevnext .next {
		position: absolute;
		right: 0;
		float: none;
	}

	.numbering {
		display: block;
	}

	.news-elem:first-child {
		padding-top: 0;
		margin-top: 0;
		border: 0;
	}

	.related .news-elem:first-child {
		border-bottom: 1px solid #cfcfcf;
	}

	.box-1-1,
	.box-1-2,
	.box-1-3,
	.box-1-4,
	.box-1-auto {
		width: 20%;
	}

	.box-1-1 > div,
	.box-2-2 > div {
		height: 100%;
		padding-bottom: 20px;
	}
	.box.box-2-2.youtube-video > div {
		padding: 0 15px;
	}

	.img-box > div,
	.img-link-box > a
	.youtube-video > div,
	.ad-box > a {
		height: 100%;
		padding: 0 15px;
	}

	.img-text-box > div,
	.img-text-box > a,
	.magazine-box > div {
		height: 100%;
		padding: 0 15px 20px 15px;
	}

	.box.img-box > a,
	.box.img-text-box > a {
		height: 100%;
	}

	.box-2-1,
	.box-2-2,
	.box-2-3,
	.box-2-4,
	.box-2-auto,
	.masonry-container {
		width: 40%;
	}

	.masonry-container.one-column {
		width: 20%;
	}

	.box-3-1,
	.box-3-2,
	.box-3-3,
	.box-3-4,
	.box-3-5,
	.box-3-6,
	.box-3-auto {
		width: 60%;
	}

	.box-4-auto {
		width: 80%;
	}

	.box-1-1,
	.box-2-1,
	.box-3-1 {
		height: 190px;
	}

	.box-1-2,
	.box-2-2,
	.box-3-2 {
		height: 380px;
	}

	.ru .box-1-2.magazine-box {
		height: auto;
		min-height: 380px;
	}

	.box-1-3
	.box-2-3,
	.box-3-3 {
		height: 570px;
	}

	.box-1-4
	.box-2-4,
	.box-3-4 {
		height: 760px;
	}

	.box-3-5 {
		height: 950px;
	}

	.box-3-6 {
		height: 1140px;
	}

	.masonry-container .box-1-1,
	.masonry-container .box-1-2,
	.masonry-container .box-1-3,
	.masonry-container .box-1-4,
	.masonry-container .box-1-auto {
		width: 50%;
	}

	.masonry-container.one-column .box-1-1,
	.masonry-container.one-column .box-1-2,
	.masonry-container.one-column .box-1-3,
	.masonry-container.one-column .box-1-4,
	.masonry-container.one-column .box-1-auto,
	.masonry-container .box-2-1,
	.masonry-container .box-2-2,
	.masonry-container .box-2-3,
	.masonry-container .box-2-4,
	.masonry-container .box-2-auto {
		width: 100%;
	}

	.box-3-1 > div,
	.box-3-2 > div,
	.box-3-3 > div,
	.box-3-4 > div,
	.box-3-5 > div,
	.box-3-6 > div {
		padding: 30px 25px 10px 25px;
	}

	.box-3-auto > div,
	.box-4-auto > div,
	.box-5-auto > div {
		padding: 30px 35px;
	}

	.box-3-auto.wiki-box > div {
		padding: 20px 25px;
		border: 10px solid #afca0b;
	}

	.img-text-box .text-content {
		margin-top: 8px;
	}

	.magazine-box .text-content {
		margin-top: 10px;
	}

	.news-box .archivelink {
		position: absolute;
		top: 670px;
		margin-top: 0;
	}

	.news-box.box-3-5 .archivelink,
	.news-box.box-3-6 .archivelink {
		top: 102%;
		top: calc(95% + 20px);
	}

	.main-content h2,
	.news-page h2 {
		font-family: 'klavika-web-disp-cond', sans-serif;
		font-size: 3.5em;
	}

	.main-content h2 a,
	.news-page h2 a {
		font-family: 'klavika-web-disp-cond', sans-serif;
	}

	.main-content .small-news h2 a,
	.news-page .small-news h2 a {
		font-family: 'klavika-web-condensed', sans-serif;
	}

	.news-box h2,
	.news-page h3 {
		font-size: 2.3em;
	}

	.news-box h2.smaller-text {
		font-size: 2em;
	}

	p.ingress {
		font-size: 20px;
		font-size: 1.45rem;
	}

	.bulletin-container {
		top: 20em;
		bottom: auto;
	}
	.bulletin-container.appeared {
		top: -396px !important;
		bottom: auto !important;
	}

	.hero-wrapper .bulletin-container {
		top: 20em;
		bottom: auto;
	}
	.hero-wrapper .bulletin-container.appeared {
		top: -340px !important;
		bottom: auto !important;
	}

	.fancybox-nav {
		width: 50%;
	}

	.fancybox-nav span {
		opacity: .5;
		filter: alpha(50);
	}

	.fancybox-nav:hover span {
		opacity: 1;
		filter: alpha(100);
	}

	.fancybox-prev {
		left: -100px;
	}

	.fancybox-next {
		right: -100px;
	}

	.fancybox-prev span {
		left: 37px;
	}

	.fancybox-next span {
		right: 37px;
	}

	.news-box .small-news h2 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 1214px) {
	.tablet-button {
		display: inline-block;
		padding: 0 15px;
		font-size: 1rem;
		line-height: 40px;
		color: #fff;
		background: #e30513;
	}
}

@media only screen and (max-width: 1023px) {
	.on1024-show {
		display: none;
	}

	.box.bulletin.open {
		width: 610px;
		max-width: 100%;
	}

		.event-search .fieldwrap.full {
		padding-bottom: 4%;
		margin-bottom: 4%;
		border-bottom: 1px solid #cfcfcf;
	}

	.event-search .fieldwrap {
		float: none;
		width: 100%;
		margin: 0 0 4% 0;
	}

	.event-search .fieldwrap.smalltext {
		float: left;
		width: 47%;
	}

	.event-search .fieldwrap.smalltext + .fieldwrap.smalltext {
		margin-left: 6%;
	}

	.event-search .fieldwrap.smalltext + .fieldwrap.smalltext:before {
		margin-left: -3.5%;
	}

	.event-search .fieldwrap.submitfield {
		float: left;
		width: 100%;
		padding: 4% 0 0 0;
		margin: 0;
		border-top: 1px solid #cfcfcf;
	}

	.main-content .folder-itemlist table.filelist {
		table-layout: fixed;
	}

	.file-type {
		display: none;
	}

	.file-icon {
		max-width: 50px;
	}

	.folder-itemlist .file-size {
		width: 30%;
	}

	.main-content .folder-itemlist .file-title {
		width: 40%;
	}

	.folder-imagelist {
		display: none !important;
	}
	.news-article-newslist .col-md-33 {
		margin-bottom: 2em;
	}
	.news-article-newslist .col-md-33:last-child {
		margin-bottom: 0;
	}
	.news-article-banner {
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	nav {
		z-index: 20;
	}
	
	.fixed nav {
		z-index: 14;
	}

	.main-content .folder-itemlist .file-title {
		width: auto !important;
	}

	.folder-itemlist .file-size,
	.main-content .folder-itemlist tr:first-child {
		display: none;
	}

	.folder td {
		padding: 2px 0 6px 0 !important;
	}

	.folder table.filelist {
		margin-bottom: 1em;
	}

	.folder-heading h3 {
		max-width: 80%;
		margin: 4px 0 0 10px;
		font-family: Arial, sans-serif;
		font-size: .9em;
		font-weight: 700;
	}
	.frontpage-newslist-col-right {
		margin-top: 5px;
	}
	.frontpage-newslist .more-news-container {
		float: left;
	}
	.frontpage-small-news-listing .hidden-mobile{
		display: none;
	}
	.frontpage-small-news-listing {
		margin-top: 0;
		padding-top: 1em;
	}
}

@media only screen and (max-width: 599px) {
	footer {
		padding-bottom: 0;
	}

	.somelinks {
		padding-bottom: 50px;
		border-bottom: 1px solid #4e4e4e;
	}

	.somelink {
		height: auto;
		padding: 75px 0 0 0;
	}
	.somelink:first-child {
		padding: 50px 0 0 0;
	}

	.somelink img {
		margin: 0 auto;
	}

	.fancy-title-text {
		display: block;
		max-width: 50%;
	}

	.calendar-tooltip {
		left: 5% !important;
		width: 90% !important;
	}
}

@media only screen and (max-width: 400px) {
	.result-row p.result-image {
		width: 25%;
		margin-top: 1em;
		margin-bottom: 2em;
	}
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}

/* ==========================================================================
Helper classes
========================================================================== */

.hidden,
.ui-helper-hidden-accessible,
.currentDate {
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}

.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}

.ir {
	overflow: hidden;
	background-color: transparent;
	border: 0;

	*text-indent: -9999px;
}

.ir:before {
	display: block;
	width: 0;
	height: 150%;
	content: '';
}

.clearfix:before,
.clearfix:after,
.news-elem:before,
.news-elem:after,
.formwrap:before,
.formwrap:after,
.news-page:before,
.news-page:after,
.fancybox-title:after,
.fancybox-title:before,
.news-article:after,
.news-article:before {
	display: table;
	content: ' ';
}

.clearfix:after,
.news-elem:after,
.formwrap:after,
.news-page:after,
.fancybox-title:after,
.news-article:after {
	clear: both;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}

	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: .5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	nav,
	footer,
	.hero-wrapper,
	.hero-slider,
	.breadcrumb,
	.dd-wrapper,
	.eri-pagination,
	.search,
	.tools,
	.touch-tools,
	.varalta-eri-kuvaus,
	.varalta-eri-lopputulos,
	.masonry-container,
	.share-section,
	.related,
	.print-button {
		display: none;
	}

	table {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.main-content tbody {
		font-size: 10px;
	}

	.box > div {
		padding: 0;
	}

	.logo {
		padding-bottom: 0;
		padding-left: 0;
		margin: 10px 20px 0 20px;
	}
}

/* ==========================================================================
Columns mainly for footer
========================================================================== */

.row:before,
.row:after,
.main.frontpage:before,
.main.frontpage:after {
	display: table;
	content: ' ';
}

.row:after,
.main.frontpage:after {
	clear: both;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row.somelinks {
	margin-right: -1%;
	margin-left: -1%;
}
.col,
.col-xs-1,
.col-xs-2,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-25,
.col-sm-50,
.col-sm-75,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-33,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-50,
.col-lg-33 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	width: 100%;
	float: left;
}
.col-hide {
	display: none;
}
@media (min-width: 600px) {
	.col-hide {
		display: block;
	}
	.col-xs-hide {
		display: none;
	}
	.col-xs-1,
	.col-xs-2 {
		float: left;
	}
	.col-xs-2 {
		width: 100%;
	}
	.col-xs-1 {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.col-xs-hide {
		display: block;
	}
	.col-sm-hide {
		display: none;
	}
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-25,
	.col-sm-50,
	.col-sm-75 {
		float: left;
	}
	.col-sm-3 {
		width: 100%;
	}
	.col-sm-2 {
		width: 66.66666667%;
	}
	.col-sm-1 {
		width: 33.33333333%;
	}
	.col-sm-50 {
		width: 50%;
	}
	.col-sm-25 {
		width: 25%;
	}
	.col-sm-75 {
		width: 75%;
	}

	.news-article .carousel-image-text .slick-slide {
		text-align: left;
	}
}
@media (min-width: 1024px) {
	.col-sm-hide {
		display: block;
	}
	.col-md-hide {
		display: none;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-33 {
		float: left;
	}
	.col-md-4 {
		width: 100%;
	}
	.col-md-3 {
		width: 75%;
	}
	.col-md-2 {
		width: 50%;
	}
	.col-md-1 {
		width: 25%;
	}
	.col-md-66 {
		width: 66.66666667%;
	}
	.col-md-33 {
		width: 33.33333333%;
	}
	.col-md-50 {
		width: 50%;
	}
}
@media (min-width: 1215px) {
	.col-md-hide {
		display: block;
	}
	.col-lg-hide {
		display: none;
	}
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-50,
	.col-lg-33 {
		float: left;
	}
	.col-lg-5 {
		width: 100%;
	}
	.col-lg-4 {
		width: 80%;
	}
	.col-lg-3 {
		width: 60%;
	}
	.col-lg-2 {
		width: 40%;
	}
	.col-lg-1 {
		width: 20%;
	}
	.col-lg-50 {
		width: 50%;
	}
	.col-lg-33 {
		width: 33.33333333%;
	}
}

/* responsive YouTube videos */
.videoWrapper {
	position: relative;
	height: 0;
	padding-top: 25px;
	padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*--------------------------------------
#Wikilist
--------------------------------------*/


.wikilist {
	margin: 0 -.625rem;
}


.wikilist-item {
	padding-bottom: 0;
}


.wikilist-item-link {
	display: block;
	padding: 7px 25px 7px 0;
	font-family: vinkelbold, sans-serif;
	font-size: .9rem;
	line-height: 1.4;
	background: url('../images/wiki-icon.png') no-repeat right center;
	border-bottom: 1px solid #d0d0d0;
}


.wikilist + .button {
	margin-top: 1.5em;
}


.wikifilters {
	display: block !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}


.wikifilters-tab {
	display: inline-block;
	margin: 0 5px;
	font-family: vinkelbold, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #626262;
	cursor: pointer;
	transition: color 150ms linear;

	-webkit-transition: color 150ms linear;
}

.wikifilters-tab.current,
.wikifilters-tab:hover {
	color: #afca0b;
}





/*--------------------------------------
#Leikkauslaskuri
--------------------------------------*/


#leikkauslaskuri-results {
	display: none;
}


.leikkauslaskuri-ul {
	padding: 0;
	margin: 0;
	list-style: none outside;
}


.leikkauslaskuri-li {
	display: table;
	width: 100%;
	line-height: 1.4;
	border-bottom: 1px solid #e0e0e0;
	table-layout: fixed;
}

.leikkauslaskuri-li:nth-child(2n+0) {
	background-color: #f4f4f4;
}


.leikkauslaskuri-label,
.leikkauslaskuri-value {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}


.leikkauslaskuri-value {
	width: 80px;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}






/*--------------------------------------
#News-module
--------------------------------------*/


.news-module-box h3.news-module-title:after {
	display: none;  content: none;
}


.news-module-item {
	padding: 7px 0;
	border-top: 1px solid #cfcfcf;
}

.news-module-item:before,
.news-module-item:after {
	display: table;
	content: '';
}

.news-module-item:after {
	clear: both;
}


.news-module-img {
	float: left;
	margin-right: 7px;
}


h4.news-module-item-title {
	margin: 0;
	overflow: hidden;
}


.news-module-item-titlelink {
	font-size: 1.6em;
	color: #000;
	text-transform: none;
}

.news-module-item-titlelink:hover {
	color: #e30513;
}


.news-module-box .archivelink {
	padding-bottom: 0;
}


.folder-content:before,
.folder-content:after {
	display: table;
	content: '';
}

.folder-content:after {
	clear: both;
}

.red-hr {
	border-top: 2px solid #e30513;
}

.p-fact {
	padding: 1rem 2rem;
	margin: 1.5rem 0;
}

.news-article .p-fact {
    float: left;
    background-color: #ebcec0;
	max-width: 100%;
}

/* GALLUP & REVIEW */

.border-radius-50 {
	border-radius: 50%;
}

.gallup-section {
	display: inline-block;
	margin: 1rem 0;
	width:100%;
}
.gallup-section img {
	display: block;
	margin: 0 auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.gallup-content {
	width: 100%;
	text-align: center;
}
@media (min-width: 560px) {
	.gallup-section img {
		margin: 0 0;
		display: inline-block;
	}

	.gallup-content {
		float: right;
		width: 70%;
		text-align: left;
	}
}
@media (min-width: 1215px) {
	.gallup-content {
		width: 76%;
	}
}

.reviewer-name {
	font-weight: bold;
	text-transform: uppercase;
}


/* NEWSPAGE NEW ELEMENTS 11/2017 */

.fact-box-begin {
	clear: both;
	display: block;
}

p.tekstinosto {
	font-family: "TangerSerifWide-Book", Arial, sans-serif;
	line-height: 30px;
	font-weight: bold;
	display: block;
	font-size: 22px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 1rem 0.5rem;
	margin: 1rem;
}
p.tekstinosto:before {
	content: "\201D";
	font-weight: initial;
	font-size: 70px;
	line-height: 0;
	color: #e30513;
	vertical-align: -0.4em;
	margin-right: 6px;
}

@media (min-width: 560px) {
	p.tekstinosto {
		width: 50%;
		float: right;
	}
}

.carousel-container {
	max-width: 90%;
	margin: 1.5rem auto;
}

.carousel-image-text .slick-slide {
	text-align: center;
}

.carousel-image-text .slick-slide img {
	display: initial;
}

.carousel-image-text .slick-dots {
	list-style-type: none;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

@media (min-width: 560px) {
	.carousel-image-text .slick-dots {
		display: none !important;
	}

	.slick-custom-pagination {
		display: block !important;
		color: #e30513;
		font-size: 45px;
		cursor: pointer;
		font-family: "TangerSerifWide-Book", Arial, sans-serif;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;
	}
}

.slick-custom-pagination {
	display: none;
}

.slick-custom-pagination .prev-image {
	position: absolute;
	top: 42%;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.slick-custom-pagination .prev-image:hover {
	color: #000;
}

.slick-custom-pagination .next-image {
	position: absolute;
	top: 42%;
	right: 0;
	-webkit-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.slick-custom-pagination .next-image:hover {
	color: #000;
}

.pos-relative {
	position: relative;
}

.news-article .p-fact h4 {
	word-wrap: break-word;
}

/* LOADING ANIMATION */
.js-button-animation {
	margin-top: 0 !important;
}
.loader2 {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	background: #e30513;
	background: -moz-linear-gradient(left, #e30513 10%, rgba(233,0,17, 0) 42%);
	background: -webkit-linear-gradient(left, #e30513 10%, rgba(233,0,17, 0) 42%);
	background: -o-linear-gradient(left, #e30513 10%, rgba(233,0,17, 0) 42%);
	background: -ms-linear-gradient(left, #e30513 10%, rgba(233,0,17, 0) 42%);
	background: linear-gradient(to right, #e30513 10%, rgba(233,0,17, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader2:before {
	width: 50%;
	height: 50%;
	background: #e30513;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader2:after {
	background: #fbfffc;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* AMMATTIOSASTOILMOITUKSEN FIELDWRAPIN HOTFIX */

#event-topic {
	margin-left: 0% !important;
}

@media (min-width: 1215px) {
	#event-topic {
		margin-left: 4% !important;
	}
}

/*News*/

.frontpage-newslist a:hover > .frontpage-newslist-readmore,
.related a:hover > .related-newslist-readmore,
.frontpage-newslist .row.hover .frontpage-newslist-readmore{
    color: #afca0b;
}

a.link-color {
	color: #000000;
}

/* Gallup */

.text-italic {
	font-style:italic;
}

/* Cookie box */

.cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 999;
	display: none;
	max-width: 600px;
	width: 100%;
	color: #000;
	box-shadow:0 1px 6px rgba(0,0,0,.1);
}

.cookie-notice .btn {
	color: #356c25;
	background: none;
	border: none;
	font-weight: bold;
	position: absolute;
	right: 7px;
	top: 5px;
	margin: 0;
	padding: 0;
	display: none;
}

.cookie-notice .button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	background-color: #e30513;
	border-radius: 0;
}

.cookie-notice .button:hover {
	background-color: #db0311;
}

.cookie-notice .fa-times {
	font-size: 1.1em;
}

.cookie-notice .fa-times:hover {
	color: #3e802b;
}

.cookie-notice .content {
	padding: 15px 20px;
}

.cookie-notice p {
	margin-bottom: 10px;
}

.news-room__contacts .table{
	display: flex;
	/*flex-direction: column;*/
	flex-wrap: wrap;
}

.news-room__contacts .contact.first_column_last{
	padding-bottom:1px;
}

/*
@media only screen and (max-width: 750px) {
	.news-room__contacts .contact{
		width:auto !important;
	}
} */

@media only screen and (max-width: 599px) {
	.news-room__contacts .contact{
		width: 50% !important;
	}
}

@media only screen and (max-width: 470px) {
	.news-room__contacts .contact{
		width: 100% !important;
	}
} 

.custom-form-error {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.cityshoppari-form label {
	min-height: 38px;
}


.test {
	margin-bottom:50px;

}

.yt-iframe .videoWrapper {
	width: 800px;
	height: 600px;
}

@media (max-width: 840px) {
	.yt-iframe .videoWrapper {
		width: 560px;
		height: 315px; 
	}
}

@media (max-width: 600px) {
	.yt-iframe .videoWrapper {
		width: 320px;
		height: 180px;
	}
}