/*
Theme Name: Dominus Custom Theme
Theme URI: ?
Description: Customized theme by Dominus
Author: Dominus
Author URI: https://dominus.fi
Version: 3.6
*/

/* base css */

	html{
		font-family:"Lora", serif !important;
		font-size:19px;
		line-height:1.5em;
		}
	*{ line-height:1.5em; }
	body{
		font-family:"Lora", serif !important;
		margin:0;
		overflow-y:scroll;
		position:relative;
		min-height:100vh;
		background-position:center center;
		background-size:cover;
		}
	body#tinymce{
		font-family:"Lora", serif !important;
		margin:20px;
		min-height:20px;
		}
	body#tinymce hr{
		clear: both;
		}
	span.shyphen{
		background: rgba(0,0,0,0.1);
		line-height: 0 !important;
		}
	body *{ position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; vertical-align:top; }
	a:hover{ text-decoration:none; }
	a img{ border:none; }
	img{ max-width:100%; height:auto; }
	iframe{ display:block; border:none; max-width:100%; }

	p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, ol:first-child{ margin-top:0; }
	p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, ul:last-child, ol:last-child{ margin-bottom:0; }
	ul, ol{ padding-left:1.5em; }
	p *, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { vertical-align:baseline; }
	sup{ vertical-align:super; }
	sub{ vertical-align:sub; }
	br{ line-height: 0; }
	.clear{ clear:both; }
	.clearfix::after{ content:""; clear:both; display:table; }

/* wp tweaks */

	/* #wpadminbar{ display:none!important; } */
	.alignright{ float:right; clear:right; margin-left:2rem; margin-bottom:1.5rem; z-index:1; }
	.alignleft{ float:left; clear:left; margin-right:2rem; margin-bottom:1.5rem; z-index:1; }
	.aligncenter{ display:block; margin:0 auto; z-index:1; }
	.wp-caption{ max-width:100%; font-size:75%; font-style:italic; z-index:1; }

/* common */
	
	.wrapper{
		max-width:100%;
		margin:0 auto;
		}
	table{
		width:100%!important;
		border-collapse:collapse;
		font-size:0.9em;
		height:auto!important;
		}
	table,
	table tr,
	table td,
	table th{
		height:auto!important;
		}
	table td{
		border: 1px solid #ccc !important;
		padding: 0.4em 0.7em;
		}
	table th{
		padding: 0.5em 0.8em;
		}
	table tr+tr th{
		padding-top: 1em;
		}
	@media screen and (max-width: 600px){
	table, tbody, tr, td, th{
		display:block;
		width:100%!important;
		}
	table td:first-of-type,
	table th:first-of-type {
		font-weight:bold;
		}
	table td:not(:first-of-type),
	table th:not(:first-of-type) {
		margin-left:1em;
		border:none!important;
		}
	table td:not(:first-of-type) + td,
	table td:not(:first-of-type) + th {
		border-top:1px solid #ddd!important;
		}
	}

	textarea.autosize{
		overflow-y: hidden;
		}

	.L-sect.Lclass-borderbox {
		border:3px solid #000;
		padding:50px;
		}

	div.infobox{
		padding:30px 40px 35px;
		margin:1em 0;
		background:#f2f2f2;
		color:#888;
		font-size:90%;
		}
	div.borderboxinline,
	div.borderbox{
		border:3px solid #000;
		padding:40px 50px 45px;
		margin:1em 0;
		}
	div.borderboxinline{
		display:inline-block;
		}
	div.infobox:first-child,
	div.borderboxinline:first-child,
	div.borderbox:first-child{
		margin-top:0;
		}
	div.infobox:last-child,
	div.borderboxinline:last-child,
	div.borderbox:last-child{
		margin-bottom:0;
		}

	div.graybox{
		padding:30px 40px 35px;
		margin:0 0 1em;
		}
	div.graybox:last-child{
		margin-bottom:0;
		}
	div.graybox{
		background:#D9EEFA;
		}

	img.circle,
	img.round{
		border-radius:100%;
		}
	img.photoframe{
		border: 6px solid #fff;
		box-shadow: 0 1px 6px rgba(0,0,0,0.33);
		}

	blockquote.inset{
		margin-left: 1.75em;
		border-left: 4px solid #ccc;
		padding-left: 1.25em;
		}
	blockquote.quote{
		margin-left: 1.75em;
		padding-left: 0;
		color:#aaa;
		font-style:italic;
		font-size: 1.2em;
		}
	blockquote.quote::before{
		content:'"';
		position:absolute;
		top: 0;
		left: -0.5em;
		font-size: 2.25em;
		}
	blockquote p{
		margin:0.5em 0;
		}

	span.inlinebox{
		display: inline-block;
		padding: 0.2em 0.5em;
		border: 2px solid #4a0;
		color: #4a0;
		vertical-align: baseline;
		}
	span.inlinebox *{
		color:#00f;
		}

	.smalltext{
		font-size:80%;
		}
	.para140{
		font-size:1.4em;
		}
	.para125{
		font-size:1.25em;
		}
	.ingerssersrer{
		font-size:1.1em;
		}
	.nomargin {
		margin:0!important;
		}

	a.buttonlink{
		display:inline-block;
		text-align:center;
		padding:0.4em 1em;
		color:#fff;
		text-transform:uppercase;
		font-size:90%;
		font-weight: bold;
		text-decoration: none;
		transition:background 0.2s, transform 0.2s;
		background:#1F83C4;
		transform:scale(1);
		vertical-align: baseline;
			font-family:"Montserrat", sans-serif !important;
			font-weight:bold;
		}
	a.buttonlink:hover{
		background:#1bf;
		transform:scale(1.05);
		}
	a.buttonlink::before{
		display:none;
		}

	a.buttonlink2{
		display:inline-block;
		text-align:center;
		padding:0.5em 2em;
		color:#fff;
		font-size:90%;
		font-weight: bold;
		text-decoration: none;
		transition:background 0.2s, transform 0.2s;
		background:#1F83C4;
		transform:scale(1);
		vertical-align: baseline;
			font-family:"Montserrat", sans-serif !important;
			font-weight:bold;
		}
	a.buttonlink2:hover{
		background:#1bf;
		transform:scale(1.05);
		}
	a.buttonlink2::before{
		display:none;
		}
	a.boxlink{
		display:inline-block;
		padding:1em 1.5em;
		margin:0 0 1em;
		transition:background 0.1s;
		background:#1F83C4;
		color:#fff;
		font-size: 1.3em;
		line-height: 1.2em;
		text-decoration: none;
			font-family:"Montserrat", sans-serif !important;
			font-weight:bold;
		}
	a.boxlink::before{
		display:none;
		}
	a.boxlink:last-child{
		margin-bottom:0;
		}
	a.boxlink:hover{
		background:#1bf;
		text-decoration:underline;
		}

	.L-type-text hr{
		border: 0;
		height: 1px;
		background: #ccc;
		margin: 1.5em 0;
		}

	#pageloaderanim{
		position:fixed;
		top: 10px;
		right: 10px;
		width:60px;
		height:60px;
		z-index: 1000;
		pointer-events:none;
		}
		#pageloaderanim div{
			position:absolute;
			width:20%;
			height:20%;
			background:#fff;
			border-radius:100%;
			animation: loaderlp 0.8s linear infinite;
			box-shadow:0 0 3px rgba(0,0,0,0.25);
			transform:scale(0.5);
			}
		@keyframes loaderlp {    from { transform:scale(1.3); } to { transform:scale(0.0); }    }
		#pageloaderanim .lp1{  top:0;     left:40%;  animation-delay:0.0s;  }
		#pageloaderanim .lp2{  top:40%;   right:0;   animation-delay:0.2s;  }
		#pageloaderanim .lp3{  bottom:0;  left:40%;  animation-delay:0.4s;  }
		#pageloaderanim .lp4{  top:40%;   left:0;    animation-delay:0.6s;  }
		#pageloaderanim .lp5{  top:13%;   left:67%;  animation-delay:0.1s;  }
		#pageloaderanim .lp6{  top:67%;   left:67%;  animation-delay:0.3s;  }
		#pageloaderanim .lp7{  top:67%;   left:13%;  animation-delay:0.5s;  }
		#pageloaderanim .lp8{  top:13%;   left:13%;  animation-delay:0.7s;  }

	#botnetnotice {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		color: #fff;
		text-align: center;
		padding: 8px;
		font-size:0.9em;
		cursor:pointer;
		z-index:9999;
		}
		.botnetdesc {
			top:0.2em;
			}
		.botnetbutton{
			display: inline-block;
			background: #fff;
			color: #000;
			padding: 4px 10px;
			border-radius: 5px;
			margin-left: 0.75em;
			transition:transform 0.1s;
			}
		.botnetbutton:hover{
			transform:scale(1.1);
			}
	
	.vslotcontainer{
		text-align: center;
		}
		.vslotsect{
			display:inline-block;
			padding:0 10px;
			text-align: left;
			}

	.L-dropbox{
		margin-bottom: 10px !important;
		}
		.L-dropboxtitle{
			background: #D9EEFA !important;
			padding: 10px 20px 10px 60px !important;
			font-family:"Montserrat", sans-serif !important;
			font-weight:bold;
			color:#212050;
			}
		.L-dropboxtitle .alignleft,
		.L-dropboxtitle .alignright{
			margin-bottom:0;
			}
		.L-dropboxtitle::before {
			left: 22px !important;
			}
		.L-dropbox .L-dropboxtitle::before {
			border-bottom: 10px solid rgba(0,0,0,0.4) !important;
			}
		.L-dropbox.closed .L-dropboxtitle::before {
			border-bottom: none !important;
			border-top: 10px solid rgba(0,0,0,0.4) !important;
			}
		.L-dropboxcontent > .L-row {
			padding-left: 30px !important;
			padding-right: 30px !important;
			}
		.L-dropboxcontent{
			border: 1px solid #ddd;
			border-top:none;
			}
		/* alternate style
		.L-dropboxtitle{
			background: none !important;
			}
		.L-dropboxcontent{
			border: 1px solid #ddd;
			} */

	.L-articleshape-normal .L-article,
	.L-articleshape-vertical .L-article {
		transition: background 0.2s;
		}
	.L-articleshape-wide .L-square,
	.L-articleshape-wide .L-article {
		transition:transform 0.2s;
		transform:scale(1);
		}
		.L-articleshape-wide .L-square:hover,
		.L-articleshape-wide .L-article:hover {
			transform:scale(1.05);
			}
	.L-articleshape-square .L-square,
	.L-articleshape-square .L-article {
		transition:transform 0.2s;
		transform:scale(1);
		}
		.L-articleshape-square .L-square:hover,
		.L-articleshape-square .L-article:hover {
			transform:scale(1.05);
			}

	.L-type-unigallery .L-galleryimage[href] img,
	.L-type-unigallery .L-galleryimage[href] .L-ginner {
		transition:transform 0.2s;
		transform:scale(1);
		}
		.L-type-unigallery .L-galleryimage[href]:hover img,
		.L-type-unigallery .L-galleryimage[href]:hover .L-ginner {
			transform:scale(1.05);
			}
	
	.L-type-unigallery.L-gsize-manual {
		margin: -20px -30px;
		width: calc(100% + 60px);
		}
		.L-gsize-manual .L-galleryimage {
			padding: 20px 30px;
			}

/* fonts and colors */
	
	a{
		color:#1F83C4;
		color:#212050;
		}
	p a:hover,
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	blockquote a:hover
		{ text-decoration:underline; }
	p a::before,
	h1 a::before,
	h2 a::before,
	h3 a::before,
	h4 a::before,
	h5 a::before,
	h6 a::before,
	blockquote a::before{
		content:"";
		background:#1F83C4;
		background:#212050;
		position:absolute;
		width: 0;
		height: 3px;
		bottom: 0;
		transition:width 0.2s;
		z-index:1;
		}
	p a:hover::before,
	h1 a:hover::before,
	h2 a:hover::before,
	h3 a:hover::before,
	h4 a:hover::before,
	h5 a:hover::before,
	h6 a:hover::before,
	blockquote a::before{
		width:100%;
		}

	.navig, h1, h2, h3, h4, h5, h6{
		/*font-family:"Open Sans", sans-serif;*/
		}
	p{
		font-size:1.2em;
		}
	#header p{
		font-size:1em;
		}
	/*h1{
		color:#1F83C4;
		color:#212050;
		font-weight:normal;
		letter-spacing:-0.02em;
		line-height: 1.2em;
		word-wrap: break-word;
		text-transform:uppercase;
		font-family:"Montserrat", sans-serif;
		font-weight:bold;
		}
	h1{
		font-size:3em;
		}
	h2,
	h3{
		font-size:1.3em;
		font-weight:normal;
		}
	h3, h4, h5, h6{
		}
	@media screen and (max-width: 1000px){
	h1{
		font-size:2.7em;
		}
	}
	@media screen and (max-width: 750px){
	html{
		font-size:18px;
		}
	h1{
		font-size:2.4em;
		}
	}
	@media screen and (max-width: 550px){
	html{
		font-size:17px;
		}
	h1{
		font-size:2.2em;
		}
	}
	@media screen and (max-width: 400px){
	html{
		font-size:17px;
		}
	h1{
		font-size:1.9em;
		}
	}*/
	h1, h2{
		color:#1F83C4;
		color:#212050;
		letter-spacing:-0.02em;
		line-height: 1.2em;
		word-wrap: break-word;
		}
	h1, h2, h3{
		font-family:"Montserrat", sans-serif !important;
		}
	h1{
		font-size:2.2em;
		text-transform:uppercase;
		}
	h2{
		font-size:1.7em;
		}
	h3{
		font-size:1.25em;
		}
	h3, h4, h5, h6{
		}
	@media screen and (max-width: 1000px){
	h1{
		font-size:2em;
		}
	h2{
		font-size:1.6em;
		}
	}
	@media screen and (max-width: 750px){
	html{
		font-size:18px;
		}
	h1{
		font-size:1.9em;
		}
	h2{
		font-size:1.5em;
		}
	}
	@media screen and (max-width: 550px){
	html{
		font-size:17px;
		}
	h1{
		font-size:1.8em;
		}
	h2{
		font-size:1.4em;
		}
	}
	@media screen and (max-width: 400px){
	html{
		font-size:17px;
		}
	h1{
		font-size:1.7em;
		}
	h2{
		font-size:1.3em;
		}
	}

/* navig */

	.navigouter li, .navigouter ul{ list-style:none; margin:0; padding:0; display:block; }
	/*.navigouter > ul > li:first-child{ display:none; }*/

	#pagewrapper{
		overflow:hidden;
		}
	.navig{
		position:fixed; top:0; right:0;
		z-index:5;
		text-align:center;
		background-color:#fff;
		background-color:rgba(255,255,255,0.9);
		width:0;
		max-width:100vw;
		transition:width 0.2s;
		}
		.navig.visible{
			width:600px;
			}
		.navigouter {
			overflow-y:hidden;
			width:100%;
			transition:width 0.2s;
			height:100vh;
			max-width:100vw;
			box-shadow:0 0 2px rgba(0,0,0,0.2);
			}
		.navig.visible .navigouter{
			width:600px;
			}
		.naviginner{
			overflow-y:auto;
			overflow-x: hidden;
			height:calc(100vh - 70px);
			height:calc(100vh - 110px);
			width:600px;
			max-width:100vw;
			}

		.navig a{
			font-size:1.3rem;
			text-decoration:none;
			letter-spacing:-0.01em;
			transition:color 0.2s;
			color:#212050;
			display:block;
			padding:0.4em 1em;
			cursor:pointer;
			}
		.navig a:hover,
		.navig .current-menu-item > a,
		.navig .current_page_item > a{
			color:#fff;
			}
		.navig .menu-item > a::before,
		.navig .page_item > a::before{
			content:"";
			position:absolute; top:0; left:0; width:100%; height:100%;
			box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
			transition:transform 0.1s, opacity 0.1s;
			transform:scaleX(0);
			opacity:0;
			background:#212050;
			}
		.navig .page_item > a:hover::before,
		.navig .menu-item > a:hover::before,
		.navig .current-menu-item > a::before,
		.navig .current_page_item > a::before{
			transform:scaleX(1);
			opacity:1;
			}
		.navig .menu-item > a:hover::before,
		.navig .page_item > a:hover::before{
			opacity:0.8;
			}
	
	.navig .children,
	.navig .sub-menu{
		background:rgba(0,0,0,0.05);
		margin: 0 1em;
		padding:0.25em 0;
		display:none;
		}
		.navig .children .children,
		.navig .sub-menu .sub-menu{
			display:none!important;
			}
		.nav_page_ancestor .children,
		.nav_page_ancestor .sub-menu,
		.nav_expanded .children,
		.nav_expanded .sub-menu{
			display:block;
			}
		.navig .children a,
		.navig .sub-menu a {
			font-size:1rem;
			padding:0.15em 1.5em;
			}

	.headertr{
		position: absolute;
		top: 0;
		right: 0;
		text-align:right;
		z-index: 1;
		padding-top:11px;
		}
		.searchh{
			padding: 15px;
			}
			.searchh .innerr{
				display: inline-block;
				width: 0;
				overflow: hidden;
				transition:width 0.2s;
				box-shadow: 1px 1px 4px rgba(0,0,0,0.33);
				}
			.searchh.open .innerr{
				width: 300px;
				}
			.searchh form{
				background: #fff;
				width: 300px;
				}
			.searchh input{
				padding: 0.4em 1.2em;
				border: none;
				width: 210px;
				font-size: 0.8rem;
				line-height: 1.2rem;
				height: 56px;
				}
			.searchh button{
				background: none;
				border: none;
				padding: 0.4em 1.2em;
				width: 90px;
				font-size: 0.9rem;
				line-height: 1.2rem;
				height: 56px;
				background:#E6F4FC;
				}
			.searchh button:hover{
				background:#eaf6ff;
				}
			.searchh form > img{
				width:40px;
				cursor:pointer;
				transition:transform 0.2s;
				margin-left:10px;
				filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
				}
			.searchh form > img:hover{
				transform:scale(1.2);
				}
			.searchh button img{
				width:26px;
				transition:transform 0.2s;
				}
			.searchh button:hover img{
				transform:scale(1.2);
				}
	.navigtogglebutton{
		display: flex;
		cursor:pointer;
		text-align:right;
		padding: 1em 35px!important;
		height:110px!important;
		background-color:#fff;
		text-decoration:none;
		justify-content: center;
		align-items: center;
		}
		.navigtogglebutton img{
			width:40px;
			transition:transform 0.2s;
			filter: hue-rotate(-10deg);
			}
		.navigtogglebutton:hover img{
			transform:scale(1.2);
			}
		.navig .navigtogglebutton img {
			width: 25px;
			}
		.navigtogglebutton span{
			display:inline-block;
			line-height:38px;
			padding-left:20px;
			color:#fff;
			font-weight:bold;
			letter-spacing:0.05em;
			}

	.navig .logo{
		display: inline-block;
		position: absolute;
		left: 10px;
		top: 10px;
		}
	.navig .logo img{
		height:35px;
		}

	.nav_bsoasppdasgsderh{
		height:1.2em;
		}
	.naviginner > div > ul > li > a,
	.naviginner > ul > li > a{
		font-family:"Montserrat", sans-serif !important;
		font-weight:bold;
		}

/* page structure */

	#header{
		background-position:center center;
		background-size:cover;
		text-align:center;
		}
		#header .L-picswitcher{
			min-height:300px;
			}
		#header .arbox:before{
			padding-top:20%;
			}
		#header.taller .arbox:before{
			padding-top:40%;
			}
		#header.taller .L-picswitcher{
			height:calc(100vh - 170px);
			}
		#header .logo{
			z-index: 2;
			display: inline-block;
			position: absolute;
			top: 3em;
			left: 5%;
			color: #fff;
			text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
			text-decoration: none;
			width: calc(90% - 110px);
			text-align: left;
			}
		#header .logo img{
			filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.33));
			}
		@media screen and (max-width:750px){
		#header .logo {
			top: 1em;
			width: calc(95% - 80px);
			}
		}
		#headertext {
			position: absolute;
			transform: translate(-50%, -50%);
			z-index:3;
			bottom: 11%;
			left: 6%;
			color: #fff;
			width: 40%;
			text-align: left;
			transform:unset;
			text-shadow:0 1px 3px rgba(0,0,0,0.5);
			font-size: 3em;
			font-family:"Montserrat", sans-serif !important;
			font-weight:bold;
			text-transform:uppercase;
			}
		#headertext * {
			color: #fff;
			line-height: 1em;
			}
		#headertext .graybox {
			background:rgba(0,0,0,0.5);
			padding: 40px 60px 50px;
			}
		#headertext .L-sect,
		#headertext .L-node {
			display:inline;
			display:contents;
			}
		@media screen and (max-width:1200px){
			#headertext {
				width: 60%;
			}
		}
		@media screen and (max-width:1000px){
			#headertext {
				width: 70%;
				font-size:2.7em;
			}
		}
		@media screen and (max-width:700px){
			#headertext {
				width: 80%;
				font-size:2.5em;
			}
		}
		@media screen and (max-width:500px){
			#headertext {
				width: 80%;
				font-size:2.3em;
			}
		}


	.pagesect{
		background-position: center center;
		background-size:cover;
		padding:6em 6%;
		}
		@media screen and (max-width:700px){
			.pagesect{
				padding:4em 6%;
				}
		}
		.pagesect > .wrapper {
			max-width:1300px;
			margin:0 auto;
			}
		.pagesect.fullwidth > .wrapper {
			max-width: 100%;
			}
		.pagesect.nopadding{
			padding:0;
			}
		.pagesect.connecttoprev{
			padding-top:0;
			}
		.pagesect.connecttonext{
			padding-bottom:0;
			}
		/*.pagesect .L-row{
			max-width:1100px;
			}
		.pagesect .L-row.Lclass-fullwidth {
			max-width: 100%;
			}*/
		
		.pagesect.Valkoinen
			{ background-color:#fff; }
		.pagesect.Vaaleaharmaa
			{ background-color:#eee; }
		.pagesect.Harmaa
			{ background-color:#999; }
		.pagesect.Tummaharmaa
			{ background-color:#2a2a2a; }
		.pagesect.Musta
			{ background-color:#000; }
		.pagesect.Punainen
			{ background-color:#d00; }
		.pagesect.Vihrea
			{ background-color:#0c0; }
		.pagesect.Vaaleasininen
			{ background-color:#1F83C4; }
		.pagesect.Tummasininen
			{ background-color:#212050; }
		.pagesect.Keltainen
			{ background-color:#ff8; }
		.pagesect.Harmaa,
		.pagesect.Harmaa a,
		.pagesect.Harmaa h1,
		.pagesect.Harmaa h2,
		.pagesect.Tummaharmaa,
		.pagesect.Tummaharmaa a,
		.pagesect.Tummaharmaa h1,
		.pagesect.Tummaharmaa h2,
		.pagesect.Musta,
		.pagesect.Musta a,
		.pagesect.Musta h1,
		.pagesect.Musta h2,
		.pagesect.Punainen,
		.pagesect.Punainen a,
		.pagesect.Punainen h1,
		.pagesect.Punainen h2,
		.pagesect.Vihrea,
		.pagesect.Vihrea a,
		.pagesect.Vihrea h1,
		.pagesect.Vihrea h2,
		.pagesect.Tummasininen,
		.pagesect.Tummasininen a,
		.pagesect.Tummasininen h1,
		.pagesect.Tummasininen h2,
		.pagesect.Vaaleasininen,
		.pagesect.Vaaleasininen a,
		.pagesect.Vaaleasininen h1,
		.pagesect.Vaaleasininen h2
			{ color:#fff; }
		.pagesect.Harmaa .L-spacerline,
		.pagesect.Tummaharmaa .L-spacerline,
		.pagesect.Musta .L-spacerline,
		.pagesect.Punainen .L-spacerline,
		.pagesect.Vihrea .L-spacerline,
		.pagesect.Tummasininen .L-spacerline,
		.pagesect.Vaaleasininen .L-spacerline
		{
			border-color: rgba(255,255,255,0.4)!important;
			}

	.pagesectbg{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-position: center center;
		background-size: cover;
		opacity: 0.2;
		}

	#footer{
		text-align:center;
		font-size:90%;
		padding-top:7em;
		padding-bottom:3em;
		}
		#footer .part{
			display:inline-block;
			}
		#footer .some{
			margin:3em 0;
		}
		@media screen and (max-width:650px){
			#footer .part{
				display:block;
				padding:0 0 1.5em;
				}
		}
		#footer .L-node {
			display:flex;
			flex-wrap:wrap;
			gap:5em 8em;
			justify-content: center;
		}

/* contact form */

	.wpcf7{
		}
	.wpcf7 .fields{
		width:500px;
		max-width:100%;
		margin:0 auto;
		text-align:left;
		}
		.wpcf7-response-output {
			margin:0 auto!important;
			max-width:500px;
			}
	.wpcf7 .field{
		display: block;
		margin-bottom: 0.75em;
		}
		.wpcf7 .field.submit{
			margin-bottom: 0;
			}
		.wpcf7 .fields p{
			display:contents;
			}
		.wpcf7 .fields br{
			display:none;
			}
	.wpcf7 .fieldtext{
		display: block;
		font-weight: bold;
		font-size:0.9em;
		}
	.wpcf7 .thefield{
		display:block;
		overflow: hidden;
		}
	.wpcf7 .field.nodesc .fieldtext{
		display:none;
		}
	.wpcf7 input.wpcf7-text,
	.wpcf7 input.wpcf7-number,
	.wpcf7 input.wpcf7-date,
	.wpcf7 select.wpcf7-select,
	.wpcf7 textarea{
		min-width:100%;
		max-width:100%;
		border:none;
		border-bottom:1px solid #aaa;
		padding:8px 14px;
		display:inline-block;
		font-size:1em;
		background:none;
		}
	.wpcf7 input.wpcf7-text:focus,
	.wpcf7 input.wpcf7-number:focus,
	.wpcf7 input.wpcf7-date:focus,
	.wpcf7 select.wpcf7-select:focus,
	.wpcf7 textarea:focus{
		border-color: #000;
		}
	.wpcf7 input.wpcf7-text::placeholder,
	.wpcf7 input.wpcf7-number::placeholder,
	.wpcf7 textarea::placeholder{
		color: #aaa;
		}
	.wpcf7-form-control-wrap{
		display:block;
		}
	.wpcf7 input.wpcf7-submit{
		padding:0.5em 1.5em;
		font-size:0.9em;
		border:none;
		color:white;
		font-weight:bold;
		cursor:pointer;
		float:right;
		text-transform: uppercase;
		background-color:#028;
		/*border-bottom:6px solid #05a;
		border-top: 0px solid #fff;
		transition: border 0.03s;*/
		}
		.wpcf7 input.wpcf7-submit:focus,
		.wpcf7 input.wpcf7-submit:hover{
			background-color:#05b;
			}
		.wpcf7 input.wpcf7-submit:active{
			/*border-bottom-width:0px;
			border-top-width:6px;*/
			}
			
	@media screen and (max-width:650px){
		.wpcf7 .fields {
			padding: 20px !important;
			}
	}

/* articlestuff */

	.articlenavig{
		display:none;
		padding-top:0.5rem;
		}
		.L-articlelist.L-pages .articlenavig{
			display: inline-block;
			}
	.articlenavig .pagenums{
		display:inline-block;
		padding:0 0.6rem;
		}
		.articlenavig .pagenums a{
			display:inline-block;
			padding:0.2rem 0.4rem;
			color:#999;
			text-decoration:none;
			}
		.articlenavig .pagenums a:hover{
			text-decoration:underline;
			}
		.articlenavig .pagenums a.current{
			font-weight:bold;
			color:#000;
			}
	.articlenavig a.anavbutton{
		display: inline-block;
		padding: 0.1rem 0.4rem;
		font-size: 1.1em;
		font-weight: bold;
		font-family: "Verdana", sans-serif !important;
		color:#ddd;
		text-decoration:none;
		}
		.articlenavig a.anavbutton[href]{
			color:#000;
			}
		.articlenavig a.anavbutton[href]:hover{
			text-decoration:underline;
			}

/* search */
	.searchbar{
		padding:1em;
		text-align:center;
		}
	.searchbar form{
		vertical-align:middle;
		}
	.searchbar *{
		vertical-align:middle;
		}
	.searchbar input{
		padding: 0.5em 1em;
		border: 1px solid #ccc;
		min-width: 33%;
		margin: 0 0.75em;
		}
	.searchbar input:focus{
		border: 1px solid #000;
		}
	.searchbar button{
		padding: 0.4em 1em;
		border: 1px solid #ccc;
		background:#f2f2f2;
		cursor:pointer;
		}
	.searchbar button:hover{
		background:#fff;
		}
	.searchbar button:active{
		border: 1px solid #aaa;
		box-shadow:1px 1px 3px rgba(0,0,0,0.25) inset;
		background:#f2f2f2;
		}
	.searchbar label span{
		font-size: 0.9em;
		}

/* custom */

.L-article-contents {
    font-size: 0.9em;
}
.L-articleshape-square.L-imagesenabled .L-article {
    background: #000;
}
.L-articleshape-square.L-imagesenabled .L-article-image {
   opacity:0.75;
}

/* vert center:  align-items: center; */
/* hori center:  justify-content: center; */
.L-type-bigboxlinks{
	margin: -20px;
	width: calc(100% + 20px * 2);
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	}
	.L-bigboxitem {
		display:inline-block;
		width:50%;
		padding:20px;
		text-decoration:none;
		color:#fff;
		text-align:center;
		}
	.L-bigboxitem .L-iteminner {
		height:100%;
		background-color:#212050;
		text-decoration:none;
		overflow:hidden;
		min-height: 250px;
		}
	.L-bigboxitem.L-hasimage .L-iteminner {
		color:#fff;
		text-shadow: 0 1px 3px rgba(0,0,0,1);
		}
	.L-bigboxitem .L-itembg{
		background-position:center center;
		background-size:cover;
		background-repeat:no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity:0.75;
		transition:top 0.5s, left 0.5s, width 0.5s, height 0.5s, opacity 0.2s;
		object-fit: cover;
		}
	.L-bigboxitem .L-itembg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		}
	.L-bigboxitem[href]:hover .L-itembg {
		left:-25px;
		top:-25px;
		width:calc(100% + 50px);
		height:calc(100% + 50px);
		opacity:1.0;
		}
	.L-bigboxitem .L-itemcontent{
		padding: 1.5em;
		font-size: 1.4em;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		font-family: "Montserrat", sans-serif !important;
		font-weight: bold;
		text-transform: uppercase;
		}
	.L-bigboxitem p{
		line-height:1.2em;
		}
	@media screen and (max-width:850px){
	.L-bigboxitem {
		width:100%;
		}
	}

.L-type-personcards {
	margin: -20px;
	width:calc(100% + 20px * 2);
	}
	.L-personcard {
		display: inline-block;
		padding: 20px;
    	width:50%;
		}
	.L-personcard .L-itemimage {
		float:left;
		width:200px;
		height:200px;
		background-position:center center;
		background-size:cover;
		}
	.L-personcard .L-itemcontent{
		float:left;
		width:calc(100% - 200px);
    	padding:1em 0 0 1.5em;
		}
	.L-personcard img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		}
	@media screen and (max-width:1200px){
	.L-personcard {
		width:100%;
		}
	}
	@media screen and (max-width:500px){
	.L-personcard .L-itemimage {
		float:none;
		}
	.L-personcard .L-itemcontent{
		float:none;
		width:100%;
    	padding:1em 0 0 0;
		}
	}




.L-article:hover {
    background-color: rgba(255,255,255,0.2);
}

.Lclass-sideside .L-articleshape-wide .L-article {
	width: calc(100% - 30px);
	background: none;
	display: flex;
	flex-wrap:wrap;
	margin:15px;
	overflow:unset;
}
.Lclass-sideside .L-articleshape-wide.L-imagesenabled .L-article {
	text-shadow: none;
}
.Lclass-sideside .L-articleshape-wide .L-article-image {
	position:relative;
	width:calc(50% - 10px);
	margin-right:20px;
	height:auto;
	min-height:400px;
	transition:transform 0.3s;
}
.Lclass-sideside .L-articleshape-wide .L-article:nth-child(2n+1) .L-article-image {
	order:2;
	margin-right:auto;
	margin-left:20px;
}
.Lclass-sideside .L-articleshape-wide .L-article-contents {
	width:calc(50% - 10px);
	display:block;
	color:#000;
	padding:3em 5% 4em;
	transition:transform 0.3s;
	display: flex;
	align-items: center;
	background:#c2e9ff;
}
.Lclass-sideside .L-articleshape-wide .L-article:nth-child(3n+1) .L-article-contents {
	background:#e0cfff;
}
.Lclass-sideside .L-articleshape-wide .L-article:nth-child(3n+2) .L-article-contents {
	background:#cbd9ff;
}
.Lclass-sideside .L-articleshape-wide .L-article:hover {
	transform:unset;
}
.Lclass-sideside .L-article:hover .L-article-contents {
	transform:translate(10px, 0);
}
.Lclass-sideside .L-article:hover .L-article-image {
	transform:translate(-10px, 0);
}
.Lclass-sideside .L-article:nth-child(2n):hover .L-article-contents {
	transform:translate(-10px, 0);
}
.Lclass-sideside .L-article:nth-child(2n):hover .L-article-image {
	transform:translate(10px, 0);
}
.Lclass-sideside .L-article-contents {
	font-size: 0.9em;
}
.Lclass-sideside .L-article .L-article-contents .L-article-title {
	font-size: 1.8em !important;
	line-height: 1.2em !important;
}
@media screen and (max-width:850px){
	.Lclass-sideside .L-articleshape-wide .L-article-image {
		width:100%;
		margin:0!important;
		min-height:250px;
		order:0!important;
	}
	.Lclass-sideside .L-articleshape-wide .L-article-contents {
		width:100%;
		padding:2em 5% 2.5em;
		order:1!important;
	}
	.Lclass-sideside .L-article:hover .L-article-contents {
		transform:translate(10px, 0)!important;
	}
	.Lclass-sideside .L-article:hover .L-article-image {
		transform:translate(-10px, 0)!important;
	}
}


.Lclass-slideroo {
	padding: 5em 0;
}
.Lclass-slideroo .L-type-articles {
	overflow:hidden;
}
.Lclass-slideroo .L-articleshape-vertical .L-article {
	padding: 20px;
	width: 330px;
	text-align:left;
	background:none!important;
}
.Lclass-slideroo .L-articleshape-vertical .L-article-image {
	height: 350px;
	transition:transform 0.2s;
}
.Lclass-slideroo .L-article-contents {
	font-size: 0.9em;
	transition:transform 0.2s;
}
.Lclass-slideroo .L-articleshape-vertical .L-article-title {
	line-height:1.2em;
	padding:1em 0 0;
}
.Lclass-slideroo .L-articleshape-vertical .L-article .L-article-contents .L-article-title {
	font-size: 1.3em !important;
}
.Lclass-slideroo .L-articleshape-vertical .L-article:hover .L-article-image {
	transform:translateY(10px);
}
.Lclass-slideroo .L-article:hover .L-article-contents {
}

.L-article-title {
	text-transform:uppercase;
}



.some a,
.some img{
	vertical-align:middle;
}
.some img{
	margin:0 0.5em;
}


.slideroo-buttons{
	padding-top:1em;
	}
	.slideroo-button{
		padding:6px;
		display:inline-block;
		}
	.slideroo-button div{
		width:24px;
		height:24px;
		border-radius:100%;
		background:#fff;
		transition:transform 0.15s, opacity 0.15s;
		background-position:center center;
		background-size:cover;
		opacity: 0.75;
		}
	.slideroo-button.current div,
	.slideroo-button:hover div{
		transform:scale(1.5);
		}
	.slideroo-button.current div{
		opacity: 1;
		}
.slideroo-prev,
.slideroo-next{
	position: absolute;
	top: 0;
	width: 20vw;
	height: 100%;
	max-width:120px;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	cursor:pointer;
	}
	.slideroo-prev{
		left: 0;
		background: linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0));
		}
	.slideroo-next{
		right: 0;
		background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.9));
		}
	.pagesect.Vaaleasininen .slideroo-prev{ background: linear-gradient(90deg, rgba(0,159,227,0.9), rgba(0,159,227,0)); }
	.pagesect.Vaaleasininen .slideroo-next{ background: linear-gradient(90deg, rgba(0,159,227,0), rgba(0,159,227,0.9)); }
	.pagesect.Tummasininen .slideroo-prev{ background: linear-gradient(90deg, rgba(33,32,80,0.9), rgba(33,32,80,0)); }
	.pagesect.Tummasininen .slideroo-next{ background: linear-gradient(90deg, rgba(33,32,80,0), rgba(33,32,80,0.9)); }
	.slideroo-prev img,
	.slideroo-next img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%) scale(1.0);
		transition:transform 0.15s;
		}
	.slideroo-prev:hover img,
	.slideroo-next:hover img{
		transform:translate(-50%, -50%) scale(1.2);
		filter:drop-shadow(0 0 6px rgba(0,0,0,0.5));
		}




.logoloo{
	height:110px;
	position:fixed;
	z-index: 4;
	background: #fff;
	top:0;
	left:0;
	width:100%;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	display:flex;
}
.logoloo.fake{
	position:relative;
}
.logoloo.fake,
.logoloo.fake *{
	opacity:0;
	pointer-events:none;
}
.logoloo .logo {
	display: flex;
	padding: 1em 1.5em 1em 4%;
	text-decoration:none;
	justify-content: left;
	align-items: center;
}
.logoloo .logo img{
	width:320px;
}
.logoloo .hankelogot{
	flex-grow: 1;
	padding: 0.75em 0;
	
	display:flex;
	padding: 2.1em 0.5em;
	text-decoration:none;
	justify-content: center;
	align-items: center;
}
.logoloo .hankelogot img{
	width: 750px;
	max-width: calc(100vw - 650px);
}
.logoloo .navigtogglebutton{
	padding: 35px;
}
.logoloo.fake,
.logoloo.fake *{
	visibility:0;
	opacity:0;
	user-select:none;
	pointer-events:none;
}
@media screen and (max-width:1000px){
.logoloo .logo {
	flex-grow: 1;
}
.logoloo .hankelogot{
display:none;
}
}
@media screen and (max-width:600px){
.headcont{
	padding: 0 0 40px 0;
	margin:0;
}
.headcorner1{
	display:none;
}
}


.spacewaster{
	position: absolute;
	bottom: 40px;
	right: 30px;
	z-index: 2;
	width: 100px;
}
@media screen and (max-width:600px){
.spacewaster {
    bottom: auto;
    top: 75px;
}
}

.Mysterygradient{
	/*background: linear-gradient(72deg, #028, #008dd4);*/
	background:#212050;
	color:#fff;
}
.Mysterygradient a{
	color:#fff;
}


.L-switcherimage .L-covercontent{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #fff;
	font-size: 3em;
	width: 40%;
	text-align: left;
	top:unset;
	transform:unset;
	text-shadow:0 1px 3px rgba(0,0,0,0.5);
	font-family:"Montserrat", sans-serif !important;
	font-weight:bold;
}
.L-switcherimage .L-covercontent *{
	line-height: 1.2em;
}

.Lclass-fillscreen iframe {
	height:56.25vw;
	max-height:calc(90vh - 110px);
	height:calc(90vh - 110px); /* 80px navig */
}
.Lclass-proportional iframe {
	height:56.25vw;
	max-height:calc(90vh - 110px);
}
.mapmask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:background 0.1s;
	}
.mapmask div{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	font-size:1.5em;
	width:100%;
	text-shadow:0 1px 6px rgba(0,0,0,0.33);
	opacity:0;
	transition:opacity 0.1s;
  color:#fff;
	}
.mapmask:hover{
	background:rgba(0,0,0,0.15);
	}
.mapmask:hover div{
	opacity:1;
	}
body .mapmask div::after{
	content:"Click to activate";
	}
body.pagelang-fi .mapmask div::after{
	content:"Avaa klikkaamalla";
	}
body.pagelang-ru .mapmask div::after{
	}



.uutiskirje .doogers{
	font-size: 0;
}
.uutiskirje .doogers > *{
	font-size: 1rem;
}
.uutiskirje .text{
	display:inline-block;
	display:block;
	line-height:2.2em;
	}
.uutiskirje .inputter{
	display:inline-block;
	}
	.uutiskirje .inputter input{
		padding:0.25em 1em!important;
		color:#fff;
		border:1px solid #fff;
		border-radius:2em 0 0 2em;
		width:250px;
		height:38px;
		font-family: "Montserrat", sans-serif !important;
		font-weight:bold;
		}
	.uutiskirje .inputter input:focus{
		border:1px solid #fff;
		background-color:rgba(255,255,255,0.1);
		}
@media screen and (max-width:450px){
	.uutiskirje .inputter input{
		width:150px;
		}
}
.uutiskirje .submitter{
	display:inline-block;
	}
	.uutiskirje .submitter input{
		float:none!important;
		border-radius:0 2em 2em 0;
		height:38px;
		background:#fff;
		color:#000;
		padding:0.1em 1.25em 0 1em;
		font-family: "Montserrat", sans-serif !important;
		font-weight:bold;
		}
	.uutiskirje .submitter input:active,
	.uutiskirje .submitter input:hover{
		background:#fff;
		opacity:0.8;
		}
	.uutiskirje .submitter .ajax-loader{
		display:block!important;
		}


.bloobob {
	/*background: linear-gradient(72deg, #028 50%, #008dd4);*/
	background-color:#fff;
	}
		.bloobob .L-sect,
		.bloobob .L-node {
			display:inline;
			display:contents;
			}
	.bloobob + #pagesections {
		background:#fff;
		}
	.bloobob .langbuttons{
		position:absolute;
		top:8px;
		right:0;
		z-index:2;
		}
	.bloobg {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 110px);
		background: #1F85C6;
		}
	.bloobg .bg-image,
	.bloobg2 .bg-image{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		transition:opacity 0.5s;
		overflow:hidden;
		}
		.bloobg .bg-image img,
		.bloobg2 .bg-image img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			}
		.bloobg .bg-current{
			opacity:1;
			}
		.bloobg2 .bg-current{
			opacity:0.075;
			}
		.bloobg video,
		.bloobg2 video{
			width:100%;
			height:100%;
			object-fit:cover;
			}
		.bloobg .bg-upcoming,
		.bloobg2 .bg-upcoming,
		.bloobg .bg-prev,
		.bloobg2 .bg-prev{
			opacity:0;
			}
	/*.bloobob a{
		color:#fff;
		}
	.bloobob a::before{
		background:#fff;
		}*/
.L-bibblerbobbler{
	}
	.L-bibblerbobbler .L-spacer2{
		height:90vh;
		}
	.L-bibblerbobbler:first-child .L-spacer1{
		height:40vh;
		}
	.L-bibblerbobbler:last-child .L-spacer2{
		height:60vh;
		}
	.L-bibblerbobbler .L-itemcontent{
		padding:4em 5%;
		font-size:1.1em;
		background:linear-gradient(rgba(33,32,80,0), rgba(33,32,80,0.9) 3em, rgba(33,32,80,0.9) calc(100% - 3em), rgba(33,32,80,0));
		background:linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9) 3em, rgba(255,255,255,0.9) calc(100% - 3em), rgba(255,255,255,0));
		color:#fff;
		color:#000;
		text-align:left;
		}
.bloobg2 {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50%;
	height: calc(100vh - 110px);
	display:none;
}
	/*.L-bibblerbobbler .L-itemcontent *{
		color:#fff;
		color:#000;
		}*/
@media (orientation: landscape) {
	.bloobg {
		width: 50%;
		}
	.bloobg2{
		display:block;
		}
	.L-bibblerbobbler .L-itemcontent{
		width:50%;
		left:50%;
		background:#fff;
		color:#000;
		}
	/*.L-bibblerbobbler .L-itemcontent *{
		color:#000;
		}*/
}




.exlinkemail,
.exlinknetti,
.exlinkvaraa,
.exlinksoita,
.exlinknavigoi{
	display: block;
	background-color: #1F83C4;
	color: #fff;
	padding: 0.75em 1.5em 0.75em 90px;
	font-size: 1.2rem;
	border-radius:1.75em;
	text-decoration:none;
	}
	.exlinkemail:hover,
	.exlinknetti:hover,
	.exlinkvaraa:hover,
	.exlinksoita:hover,
	.exlinknavigoi:hover{
		background-color: #0bf;
		}
	.exlinkemail:before,
	.exlinknetti:before,
	.exlinkvaraa:before,
	.exlinksoita:before,
	.exlinknavigoi:before{
		display: none;
		}
	.exlinkemail::before,
	.exlinknetti::before,
	.exlinkvaraa::before,
	.exlinksoita::before,
	.exlinknavigoi::before{
		content:"";
		display:block;
		width:80px;
		height:100%;
		background-position:top left;
		background-size:contain;
		background-repeat:no-repeat;
		background-color:unset!important;
		position:absolute;
		top:0;
		left:0;
		}
	.exlinkemail::before{
		background-image:url(/wp-content/uploads/2021/09/5.png);
		}
	.exlinknetti::before{
		background-image:url(/wp-content/uploads/2021/08/1.png);
		}
	.exlinkvaraa::before{
		background-image:url(/wp-content/uploads/2021/08/2.png);
		}
	.exlinksoita::before{
		background-image:url(/wp-content/uploads/2021/08/3.png);
		}
	.exlinknavigoi::before{
		background-image:url(/wp-content/uploads/2021/08/4.png);
		}

.L-articleshape-square .L-article {
    width: 300px!important;
    max-width: calc(100% - 20px)!important;
}


.srcresult{
border-top:1px solid #ddd;
padding:1em 0;
}



.L-imagesenabled .L-article-image img{
	object-fit: cover;
	width:100%;
	height:100%;
}
.L-articleshape-wide.L-imagesenabled .L-article{
	background:#212050;
    min-height: 250px;
	overflow:hidden;
	transform: unset;
}
.L-articleshape-wide.L-imagesenabled .L-article-image{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s, opacity 0.2s;
}
.L-articleshape-wide.L-imagesenabled .L-article:hover .L-article-image{
    left: -25px;
    top: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    opacity: 1.0;
}
.L-articleshape-wide.L-imagesenabled .L-article-contents {
    position: absolute;
    bottom: 0;
	font-size:0.9em;
}
.L-article .L-article-contents .L-article-title {
    line-height: 1.2em;
}
.L-articleshape-wide .L-article::before{
	content:"";
	display:block;
	padding-top:56.25%;
}
@media screen and (max-width: 1000px) {
	.L-articleshape-wide .L-article {
		margin: 10px;
		width: calc(100% - 20px);
	}
}


.L-article-title{
		font-family:"Montserrat", sans-serif !important;
}
@media screen and (max-width: 400px) {
.L-article .L-article-contents .L-article-title {
    font-size: 1.35em !important;
}
}
@media screen and (max-width: 350px) {
.L-article .L-article-contents .L-article-title {
    font-size: 1.2em !important;
}
}



.pagesect.lesspadding{
	padding:2em;
}



.Lclass-ikonlinkit .L-bigboxitem {
	width:calc(100% / 6);
	padding:2%;
	}
.Lclass-ikonlinkit p {
	font-size:1em!important;
	}
.Lclass-ikonlinkit .L-bigboxitem .L-iteminner {
	background-color: unset;
	min-height: unset;
	color: #000!important;
	text-shadow: unset!important;
	overflow:visible;
	}
.Lclass-ikonlinkit .L-bigboxitem .L-itembg{
	position:relative;
	width:100%;
	height:160px;
	margin:0 auto;
	/*filter:sepia(1) hue-rotate(185deg) saturate(4) brightness(0.55);*/
	background-size:contain;
	opacity:unset!important;
	}
.Lclass-ikonlinkit .L-bigboxitem .L-itembg img {
	width:auto!important;
}
.Lclass-ikonlinkit .L-bigboxitem[href]:hover .L-itembg {
	left: unset!important;
	top: 0.5em!important;
	width: 100%!important;
	height: 160px!important;
	opacity: 1;
	}
.Lclass-ikonlinkit .L-bigboxitem .L-itemcontent {
	padding: 1em 0 0;
	font-size: 1.2em;
	position: relative;
	width:100%;
	word-wrap: break-word;
	color:#212050;
	font-family:"Montserrat", sans-serif !important;
	font-weight:bold;
	text-transform: unset;
	}
@media screen and (max-width:1300px){
.L-type-bigboxlinks.Lclass-ikonlinkit {
    margin: -10px;
    width: calc(100% + 10px * 2);
}
.Lclass-ikonlinkit .L-bigboxitem {
	width:calc(100% / 3);
}
.Lclass-ikonlinkit .L-bigboxitem .L-itembg{
	width:100%;
	height:100px;
	}
.Lclass-ikonlinkit .L-bigboxitem[href]:hover .L-itembg {
	width: 100%!important;
	height: 100px!important;
	}
.Lclass-ikonlinkit .L-bigboxitem .L-itemcontent {
	font-size: 1.1em;
	}
}
@media screen and (max-width:600px){
.Lclass-ikonlinkit .L-bigboxitem .L-itembg{
	height:60px;
	}
.Lclass-ikonlinkit .L-bigboxitem[href]:hover .L-itembg {
	height: 60px!important;
	}
.Lclass-ikonlinkit .L-bigboxitem .L-itemcontent {
	font-size: 1em;
	}
}
@media screen and (max-width:360px){
.Lclass-ikonlinkit .L-bigboxitem {
	width:calc(100% / 2);
}
}

/* language stuff
	<div class="langbuttons">
		<a class="langtogglebutton langtoggle-fi" data-lang="fi" href="<?php echo get_lang_url("fi"); ?>"><img src="<?php echo $GLOBALS["url_uploads"]; ?>/flag_fi.png"></a>
		<a class="langtogglebutton langtoggle-en" data-lang="en" href="<?php echo get_lang_url("en"); ?>"><img src="<?php echo $GLOBALS["url_uploads"]; ?>/flag_uk.png"></a>
		<a class="langtogglebutton langtoggle-ru" data-lang="ru" href="<?php echo get_lang_url("ru"); ?>"><img src="<?php echo $GLOBALS["url_uploads"]; ?>/flag_ru.png"></a>
	</div>
	*/
	/*.langbuttons{
		display:inline-block;
		padding: 2px 11px;
		}
	.langtogglebutton{
		line-height: 0;
		display:inline-block!important;
		padding: 5px!important;
		}
	.langtogglebutton img{
		width:25px;
		border-radius:100%;
		transition:transform 0.2s;
		box-shadow:0 0 2px rgba(0,0,0,0.5);
		}
	.langtogglebutton:hover img{
		transform:scale(1.2);
		}
	body:not(.pagelang-fi) .lang-fi,
	body:not(.pagelang-en) .lang-en,
	body:not(.pagelang-ru) .lang-ru,
	body:not(.pagelang-de) .lang-de{
		display:none!important;
		}
	body.pagelang-fi .langtoggle-fi,
	body.pagelang-en .langtoggle-en,
	body.pagelang-ru .langtoggle-ru,
	body.pagelang-de .langtoggle-de{
		display:none!important;
		}*/
.langtogglor{
	display:flex;
	padding: 2.1em 0.5em;
	text-decoration:none;
	justify-content: center;
	align-items: center;
	}
	.langldb{
		width:25px;
		border-radius:100%;
		box-shadow:0 1px 4px rgba(0,0,0,0.6);
		display:none;
		transform:scale(1);
		transition:transform 0.2s;
	}
	.langtogglor:hover .langldb{
		transform:scale(1.2);
	}
	body.pagelang-fi .ldb-fi,
	body.pagelang-en .ldb-en,
	body.pagelang-de .ldb-de,
	body.pagelang-ru .ldb-ru
	{
		display:block;
	}
	.langpopper{
		display:none;
		position:absolute;
		background:rgba(255,255,255,1);
		width:140px;
		z-index:2;
		right:0;
		top:0;
		padding:10px;
		box-shadow:0 2px 5px rgba(0,0,0,0.3);
		text-align:center;
		font-size:0;
	}
	.langpopper .langltb{
		padding:10px;
		display:inline-block;
		opacity:0.5;
		transition:opacity 0.2s;
	}
	body.pagelang-fi .langpopper .ltb-fi,
	body.pagelang-en .langpopper .ltb-en,
	body.pagelang-de .langpopper .ltb-de,
	body.pagelang-ru .langpopper .ltb-ru,
	.langpopper .langltb:hover{
		opacity:1;
	}
	.langpopper .langltb img{
		width:40px;
		border-radius:100%;
		box-shadow:0 1px 3px rgba(0,0,0,0.4);
	}
	.langtogglor.open .langpopper{
		display:block;
	}



.weatherstuff *{
	float:none!important;
	padding:0!important;
	}
	.weatherstuff > div[style="clear:inherit;"] {
		display:none!important;
	}
	.wp-forecast-curr-right{
		font-size:3em!important;
		font-variant:unset!important;
	}
	.wp-forecast-curr-right div{
		line-height: 140px!important;
	}
	img.wp-forecast-curr-left{
		width:200px!important;
		height:auto!important;
	}
	.wp-forecast-curr-block > div {
		display:inline-block!important;
	}
	.wp-forecast-curr-head{
		display:none!important;
	}





.Lclass-fullpics .L-itemimage {
	background-size:contain!important;
	background-repeat:no-repeat;
}
.Lclass-fullpics .L-personcard img{
		object-fit: contain;
		}


.L-article-image video{
	width: 100%;
height: 100%;
object-fit: cover;
}


.L-article-icon{
  width:100px;
  height:100px;
  background-size:contain;
  position:absolute;
  top:10px;
  /*left:15px;*/
  right:10px;
  background-repeat:no-repeat;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
}

/*.pagelang-en .cli-plugin-button,
.pagelang-ru .cli-plugin-button{
  font-size:0!important;
}
.pagelang-en .cli-plugin-button::after,
.pagelang-ru .cli-plugin-button::after{
  font-size:13px;
}
.pagelang-en .cli_settings_button::after{
  content:"Cookie settings";
}
.pagelang-ru .cli_settings_button::after{
  content:"Cookie settings";
}
.pagelang-en .cli_action_button::after{
  content:"Accept all";
}
.pagelang-ru .cli_action_button::after{
  content:"Accept all";
}*/



.debydo{
	position: absolute;
bottom: 1em;
left: 50%;
transform: translateX(-50%);
font-size: 0.8em;
font-style: italic;
opacity: 0.75;

}






.L-itemboxpage-box .graybox{
	background: rgba(255,255,255,0.9);
	font-size:1.2em;
	padding: 2em 5%;
}
.L-itemboxpage-box .graybox h1{
	font-size:2.8em;
	margin:0.2em 0;
}

.L-itemboxpage-box h1,
.L-itemboxpage-box h2,
.L-itemboxpage-box h3
{
	margin:0.5em 0;
}
.L-itemboxpage-box{
	display:flex;
	font-size:1.1em;
}
.L-itemboxpage-box .L-itempart2,
.L-itemboxpage-box .L-itempart3{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:3em 5%;
	min-height:500px;
}
.L-itemboxpage-box.single .L-itempart3{
	display:none;
}
.L-itemboxpage-box.double .L-itempart2,
.L-itemboxpage-box.double .L-itempart3{
	width:50%;
}
.L-itemboxpage-box.single .L-itempart2{
	width:100%;
}

.L-itemboxpage-box .bgimg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1.0;
	background-position:center center;
	background-size:cover;
}
.L-itemboxpage-box .bgimg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		}
.L-itemboxpage-box .L-itempart2.hascolor > .bgimg,
.L-itemboxpage-box .L-itempart3.hascolor > .bgimg,
.L-itemboxpage-box.hascolor > .bgimg {
	opacity:0.3;
}

.L-itemboxpage-box.hseparator .L-itempart3{
	border-left:1px solid rgba(0,0,0,0.5);
}
.L-itemboxpage-box.hascolor.hseparator .L-itempart3,
.L-itemboxpage-box.hseparator .L-itempart3.hascolor{
	border-left:1px solid rgba(255,255,255,0.5);
}

.L-itemboxpage-box.hascolor .L-itempart2,
.L-itemboxpage-box.hascolor .L-itempart3,
.L-itemboxpage-box .L-itempart2.hascolor,
.L-itemboxpage-box .L-itempart3.hascolor,
.L-itemboxpage-box.hascolor .L-itempart2 *,
.L-itemboxpage-box.hascolor .L-itempart3 *,
.L-itemboxpage-box .L-itempart2.hascolor *,
.L-itemboxpage-box .L-itempart3.hascolor *{
	color:#fff;
}
@media screen and (max-width:850px){
.L-itemboxpage-box{
	flex-wrap:wrap;
}
.L-itemboxpage-box .L-itempart2,
.L-itemboxpage-box .L-itempart3{
	min-height:350px;
}
.L-itemboxpage-box.double .L-itempart2,
.L-itemboxpage-box.double .L-itempart3{
	width:100%;
}
.L-itemboxpage-box.hseparator .L-itempart3{
	border-left:none;
	border-top:1px solid rgba(0,0,0,0.5);
}
.L-itemboxpage-box.hascolor.hseparator .L-itempart3,
.L-itemboxpage-box.hseparator .L-itempart3.hascolor{
	border-left:none;
	border-top:1px solid rgba(255,255,255,0.5);
}
}









.L-sidesiderbox .L-iteminner {
	display:flex;
	background:#212050;
	flex-wrap:wrap;
}
.L-sidesiderbox {
}
.L-sidesiderbox .L-itemcontent,
.L-sidesiderbox .L-itembg {
	width:50%;
}
.L-sidesiderbox .L-itembg {
	background-size:cover;
	background-position:center center;
	min-height:25em;
}
.L-sidesiderbox .L-itembg img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		}
.L-sidesiderbox .L-itemcontent {
	margin-left:0;
	padding:4em 5%;
}
.L-sidesiderbox .L-itemcontent * {
	color:#fff;
}
.L-sidesiderbox:nth-child(2n) .L-itemcontent {
	order:-1;
}
@media screen and (max-width:850px){
.L-sidesiderbox .L-itemcontent,
.L-sidesiderbox .L-itembg {
	width:100%;
}
.L-sidesiderbox .L-itembg {
	min-height:20em;
}
.L-sidesiderbox .L-itemcontent {
	padding:2em 5% 2.5em;
}
.L-sidesiderbox:nth-child(2n) .L-itemcontent {
	order:unset;
}
}


h5.cli_messagebar_head{
	margin:0;
	font-size:1em;
}


.navig .hankelogot{
	    padding: 0.5em 5% 0;
}























#dudebox{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index: 99;
	opacity:0;
	transition:opacity 0.2s;
	}
	/*#dudebox iframe{
		position:absolute;
		top:6rem;
		left:3rem;
		width:calc(100% - 3rem * 2);
		height:calc(100% - 3rem * 2 - 3rem);
		max-height:calc(100% - 3rem * 2 - 3rem);
		background:#fff;
		border-radius:0 0 0.75rem 0.75rem;
		box-shadow:0 0 20px rgba(0,0,0,0.25);
		}*/
	#dudebox .safarifix{
		position:absolute;
		top:6rem;
		left:3rem;
		width:calc(100% - 3rem * 2);
		height:calc(100% - 3rem * 2 - 3rem);
		max-height:calc(100% - 3rem * 2 - 3rem);
		background:#fff;
		box-shadow:0 0 20px rgba(0,0,0,0.25);
		overflow-y:auto;
		}
	#dudebox iframe{
		width:100%;
		height:100%;
		}
	#dudebox .closeheader{
		position:absolute;
		top:3rem;
		left:3rem;
		height:3rem;
		text-align:right;
		background:#D9EEFA;
		width: calc(100% - 3rem * 2);
		padding:1rem;
		font-size:1.5rem;
		}
	#dudebox .closeheader::after{
		content:"X";
		top: -0.4em;
		position: relative;
		font-family:"Montserrat", sans-serif !important;
		font-weight:bold;
		}
	@media screen and (max-width:800px){
	#dudebox .safarifix{
		top:3rem;
		left:0rem;
		width:calc(100%);
		height:calc(100% - 3rem);
		max-height:calc(100% - 3rem);
		}
	#dudebox .closeheader{
		top:0rem;
		left:0rem;
		width: calc(100% - 0rem * 2);
		}
	}
#doerzcontainer{
	display:flex;
	flex-wrap:wrap;
	margin: -1em;
	width: calc(100% + 1em * 2);
	justify-content: center;
	overflow:hidden;
	}
	#doerzcontainer .articlelist{
		width: 100%;
		}
.doerzitem{
	width: calc(280px + 1em * 2);
	text-decoration: none;
	padding: 1em;
	max-width:unset;
	}
.doerzitem img{
	width:100%;
	height:200px;
	object-fit:cover;
	outline:0px solid rgba(255,255,255,0);
	transition:outline 0.2s;
	}
	.doerzitem:hover img{
		outline:5px solid rgba(100,120,160,0.5);
		opacity:0.9;
		}
	.pagesect.Tummasininen .doerzitem:hover img{
		outline:5px solid rgba(255,255,255,0.5);
		}
.doerzitem .submitter{
	font-size: 0.8em;
	margin: 1.2em 0 -1em;
	}
.doerzitem .title{
	font-weight:bold;
	font-size:1.1em;
	margin: 0.8em 0 0.5em;
	line-height: 1.4em;
	}
.doerzitem .description{
	font-size:0.8em;
	margin: 0.7em 0 1.2em;
	color: #678;
	display:none!important;
	}
.pagesect.Tummasininen .doerzitem .description{
	color: #bcd;
	}
.doerzitem .meta{
	}
	.doerzitem .location{
		font-size:0.8em;
		color: #678;
		text-align:right;
		}
	.doerzitem .price{
		display:inline-block;
		font-family:"Montserrat", sans-serif !important;
		font-weight:bold;
		padding:0.3em 1.2em;
		background-color:#1F83C4;
		color:#fff;
		}
	.pagesect.Tummasininen .doerzitem .location{
		color: #bcd;
		}
	.pagesect.Tummasininen .doerzitem .price{
		background-color:#fff;
		color:#000;
		}
/*.doerzitem.seemoreitem {
	background:none!important;
	}
	.doerzitem.seemoreitem .inner {
		height: 100%;
		text-align:center;
		background-color:rgba(255,255,255,0.15);
		transition:background-color 0.2s;
		}
	.doerzitem.seemoreitem:hover .inner {
		background-color:rgba(255,255,255,0.25);
		}
	.doerzitem.seemoreitem .fakeimage {
		font-size: 6em;
		height: 200px;
		line-height: 200px;
		opacity: 0.33;
		transition:opacity 0.3s;
		}
	.doerzitem.seemoreitem:hover .fakeimage {
		opacity: 0.66;
		}
	.doerzitem.seemoreitem .text {
		font-size: 1.4em;
		padding:1em 1em 0;
		font-weight:bold;
		}*/
.doerzitem.seemoreitem {
	background:none!important;
	margin-top:2em;
	width:100%;
	text-align:center;
	}
	.doerzitem.seemoreitem .inner {
		display:inline-block;
		background-color:#1F83C4;
		margin:0 auto;
		}
	.pagesect.Tummasininen .doerzitem.seemoreitem .inner {
		background:#fff;
		}
	.doerzitem.seemoreitem:hover .inner {
		opacity:0.8;
		}
	.doerzitem.seemoreitem .fakeimage {
		display:none;
		}
	.doerzitem.seemoreitem .text {
		font-size: 1.2em;
		padding:0.4em 2em;
		font-family:"Montserrat", sans-serif !important;
		font-weight:bold;
		color:#fff;
		}
	.pagesect.Tummasininen .doerzitem.seemoreitem .text {
		color:#000;
		}




.backwardsnavig {
	color:#999;
	color:#000;
	margin: -1em 0 0 -4%;
	font-size:0.9em;
}
.backwardsnavig * {
	vertical-align:baseline;
}
.backwardsnavig .divider {
	font-size: 0.6em;
	font-size: 1em;
	margin: 0 0.4em 0 0.7em;
	margin: 0 0.3em;
	top:-2px;
}
.backwardsnavig .divider::after{
	content:"►";
	content:"→";
}
.backwardsnavig .page {
	text-decoration:none;
	display:inline-block;
	color:#000;
}
.backwardsnavig strong {
	color:#000;
	font-weight:normal;
	font-style:italic;
}
.backwardsnavig a.page {
	text-decoration:none;
}
.backwardsnavig a.page:hover {
	text-decoration:underline;
}





.bluefooterlink,
.whitefooterlink{
	display: block;
	padding: 0.5em 1.5em;
	margin:0.75em 0;
	text-decoration: none;
	font-size: 1.1em;
	font-family:"Montserrat", sans-serif !important;
	font-weight: bold;
}
.bluefooterlink{
	color: #fff !important;
	background:#1F83C4;
}
.bluefooterlink:hover{
	background:#0bf;
}
.whitefooterlink{
	color: #000 !important;
	background-color: #fff;
}
.whitefooterlink:hover{
	background-color:rgba(255,255,255,0.8);
}





.wavefooter,
.wavetop,
.wavebottom{
	position:absolute;
	left:0;
	width:100%;
	height:18px;
	z-index:3;
	pointer-events:none;
}
.wavetop{
	top:0;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 29"><path fill="%23fff" d="M78,28C41.2,28,39.7,0,0,0v-1h156v1C116.3,0,114.8,28,78,28z"/></svg>');
	background-position: top center;
}
.wavebottom{
	bottom:0;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 29"><path fill="%23fff" d="M78,1C41.2,1,39.7,29,0,29v1h156v-1C116.3,29,114.8,1,78,1z"/></svg>');
	background-position: bottom center;
}
.wavefooter{
	top:-18px;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 29"><path fill="%23212050" d="M78,1C41.2,1,39.7,29,0,29v1h156v-1C116.3,29,114.8,1,78,1z"/></svg>');
	background-position: bottom center;
}

#pagesections .pagesect::before,
#pagesections .pagesect::after{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	height:18px;
	z-index:3;
	pointer-events:none;
}
#pagesections .pagesect::before{
	top:0;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 29"><path fill="%23fff" d="M78,28C41.2,28,39.7,0,0,0v-1h156v1C116.3,0,114.8,28,78,28z"/></svg>');
	background-position: top center;
}
#pagesections .pagesect::after{
	bottom:0;
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 29"><path fill="%23fff" d="M78,1C41.2,1,39.7,29,0,29v1h156v-1C116.3,29,114.8,1,78,1z"/></svg>');
	background-position: bottom center;
}






.articlecatbuttons{
	padding:0.5em 0;
}
.articlecatbutton{
	display:inline-block;
	padding:0.4em 1.5em;
	background:#eee;
	margin:0.2em;
	border-radius:1.5em;
	cursor:pointer;
}
.articlecatbutton:hover{
	background:#ddd;
}
.articlecatbutton.selected{
	background:#164194;
	color:#fff;
}
.articlecatbutton.selected::after{
	content:"";
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	border-top:8px solid #164194;
	border-left:8px solid rgba(0,0,0,0);
	border-right:8px solid rgba(0,0,0,0);
	transform:translateX(-50%);
}








.sighbox{
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	color:#fff;
	background:rgba(0,0,0,0.7);
	background:rgba(22,65,148,0.9);
	display:flex;
	justify-content: center;
	align-items: center;
	z-index:99999;
	padding:5vw;
	}
.sighbox .close{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75em;
	font-size: 2em;
	color: #000;
	line-height: 0.5em;
	/*text-shadow:0 3px 10px rgba(0,0,0,0.75);*/
	cursor:pointer;
	}
.sighbox .inner{
	display:flex;
	justify-content: center;
	align-items: center;
	padding:5vh 5vw;
	background:#fff;
	box-shadow:0 3px 10px rgba(0,0,0,0.75);
	border-radius:0.25em;
	}
.sighbox .innerinner{
	text-align:center;
	}
.sighbox .inner a{
	text-decoration:none;
	font-weight:bold;
	}
.sighbox .inner iframe{
	width:600px;
	max-width:100%;
	height:calc(90vh - 2em - 10vw);
	margin-top:1em;
	border: 1px solid #ddd;
	}



.groan{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	border-radius: 1.5em;
	background: #164194;
	font-size: 1rem;
	font-weight: bold;
	z-index: 5;
	scale:0;
	transition:scale 0.2s;
	display:flex;
	overflow:hidden;
	}
.groan > *{
	color: #fff;
	cursor: pointer;
	padding: 0.5rem 1.5rem;
	}
.groan > div{
	padding-right:0.75rem;
	}
.groan .close{
	font-size:1.5em;
	line-height:1.3rem;
	padding-left:0.75rem;
	}
.groan > *:hover{
	background: #25b;
	}
.groan.pop{
	scale:1;
	}











#cookie-law-info-again {
	font-size: 0 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100%!important;
	bottom: 10px !important;
	box-shadow: 0 1px 6px rgba(0,0,0,0.75) !important;
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNNzcuNiwxOC41Yy02LjIsMC0xMC42LTMuNy0xOC41LTExLjZjLTE0LjcsMC0yNy4xLDEwLjMtMzAuMywyNEMxNy42LDMxLjgsNy4xLDM4LjgsMi40LDUwYy0yLjgsNi44LTMuMSwxNC41LTAuOSwyMS41YzIuNyw4LjMsOC42LDE1LDE2LjUsMTguNmM0LjIsMiw4LjcsMi45LDEzLjEsMi45YzExLjcsMCwyMy02LjcsMjguMy0xOGMwLjktMiwxLjYtNCwyLjEtNmMxNi4xLTEuMiwyOC44LTE2LjIsMjguOC0zMi42QzkwLjIsMzQuOSw3OC40LDM0LjIsNzcuNiwxOC41ek01Ni4zLDczLjdjLTMuMSw2LjctOC43LDExLjgtMTUuNywxNC40Yy03LDIuNS0xNC41LDIuMi0yMS4yLTAuOUMxMi43LDg0LDcuNiw3OC40LDUsNzEuNWMtMi41LTctMi4yLTE0LjUsMC45LTIxLjJjNC43LTEwLjEsMTQuNy0xNi4xLDI1LjItMTYuMWMzLjksMCw3LjksMC44LDExLjcsMi42YzYuNywzLjEsMTEuOCw4LjcsMTQuNCwxNS43QzU5LjgsNTkuNCw1OS40LDY2LjksNTYuMyw3My43ek02Miw2NS43YzAuNy01LjctMC4yLTExLjYtMi44LTE3Yy0yLjgtNS45LTcuNS0xMC45LTEzLjItMTRjLTQuNC0yLjQtOS4xLTMuNi0xMy43LTMuOGMzLjItMTEuOCwxNC0yMC42LDI2LjgtMjAuNmMyLjksMy45LDcuNyw3LjcsMTEuOCw5LjhjLTAuMSwwLjMtMC4xLDAuNy0wLjEsMC45YzAuMSwwLjUsMC45LDAuNSwxLjQsMC41YzAuMywwLDAuNS0wLjIsMC43LTAuNWMwLjYsMC4yLDEuMiwwLjQsMS44LDAuNWMwLjMsMC4xLDAuNSwwLjMsMC41LDAuNkM3Ni4yLDMwLDgwLjUsMzUuNCw4Ni45LDM4Qzg2LjksNTIuNCw3Niw2NC4yLDYyLDY1Ljd6TTY2LDQ1LjFjMC40LDAuOCwwLjksMiwwLjUsMi43Yy0wLjYsMS4yLTIuOSwxLjUtNCwwLjhjLTEuMy0wLjgtMi0zLjUtMC45LTQuNkM2Mi43LDQzLDY1LjIsNDMuNiw2Niw0NS4xek03Mi41LDMyLjFjLTAuMSwwLjEtMC45LDAuNC0xLDAuNGMtMC4zLDAuMy0wLjYsMC4yLTEsMGMtMC40LTAuMi0wLjMtMC45LTAuMy0xLjNzMC4xLTAuOCwwLjUtMWMwLjQtMC4yLDEtMC42LDEuNC0wLjNjMC4xLDAuMSwwLjMsMC4zLDAuNCwwLjRDNzIuOCwzMC43LDcyLjksMzEuNiw3Mi41LDMyLjF6TTYxLjUsMjUuNmMtMC45LDAtMS40LDAuMi0yLTAuNGMtMC4zLTAuMy0yLjYtMS42LTIuNi0yLjFjMC0wLjksMS43LTEuNiwyLjQtMi4yYzAuNy0wLjYsMy41LTAuMyw0LjEsMC4zYzAuMywwLjMsMS44LDEuNSwxLjcsMS45YzAsMC45LTEsMS4zLTEuNywxLjlDNjIuOCwyNS43LDYyLjQsMjUuNiw2MS41LDI1LjZ6TTU1LjgsMzIuNWMwLDEuNC0wLjMsMi45LTIsMi45Yy0xLjgsMC0zLjMtMS41LTMuMy0yLjljMC0xLjQsMS42LTIuNywzLjMtMi43QzU1LjUsMjkuOCw1NS44LDMxLjEsNTUuOCwzMi41ek03Ni4yLDQ3YzAsMS4zLTAuNCwyLjUtMi4xLDIuNWMtMS43LDAtMC41LTEuMS0xLjQtMmMtMS0xLTAuMy0yLjMsMS40LTIuM0M3NS44LDQ1LjIsNzYuMiw0NS43LDc2LjIsNDd6TTQ2LDIzLjRjMCwwLjgtMC42LDEuMS0xLjcsMS4xYy0xLjEsMC0xLjctMC4zLTEuNy0xLjFjMC0wLjgsMC42LTEuOCwxLjctMS44QzQ1LjQsMjEuNyw0NiwyMi42LDQ2LDIzLjR6TTQzLjEsNTkuNGMwLjgsMS4xLDAuMSwzLjItMC45LDRjLTEuMiwwLjktNCwwLjQtNC41LTEuMWMtMC41LTEuNCwxLjItMy41LDIuOC0zLjZDNDEuMyw1OC42LDQyLjUsNTguNyw0My4xLDU5LjR6TTI4LjksNDguMWMwLTAuNC0wLjEtMS4yLDAuMy0xLjRjMC4xLTAuMSwwLjMtMC4xLDAuNS0wLjJjMC42LTAuMiwxLjQsMC4yLDEuNywwLjhjMC4xLDAuMSwwLDAuOSwwLDEuMWMwLjEsMC40LTAuMSwwLjYtMC41LDAuOWMtMC40LDAuMi0wLjktMC4xLTEuMy0wLjNDMjkuMSw0OC44LDI4LjksNDguNiwyOC45LDQ4LjF6TTE5LjYsNTYuMmMtMC4yLDAuMS0wLjksMC41LTEuNSwwLjljLTAuMy0wLjItMC42LTAuMy0wLjgtMC41Yy0wLjQtMC4yLTAuOC0wLjUtMS4yLTAuN2MtMC4xLDAtMC4xLTAuMS0wLjItMC4xYy0wLjEtMC40LTAuMS0wLjktMC4yLTEuMmMtMC4zLTAuOSwxLjItMy4zLDItMy42YzAuMy0wLjEsMS40LTAuNywyLjEtMC44YzAuNSwxLjIsMC45LDIuNCwxLjQsMy42Yy0wLjEsMC4yLTAuMiwwLjUtMC40LDAuOEMyMC41LDU1LjMsMjAuNCw1NS45LDE5LjYsNTYuMnpNMzAuMiwzOS44Yy0wLjQtMS4xLDAuOS0yLjgsMi4yLTIuOGMwLjcsMCwxLjcsMCwyLjEsMC42YzAuNiwwLjgsMC4xLDIuNi0wLjgsMy4yQzMyLjgsNDEuNCwzMC41LDQxLDMwLjIsMzkuOHpNMzguMiw0NS45Yy0wLjItMC43LDEtMi42LDEuNi0yLjljMC4zLTAuMSwxLjctMC44LDItMC42YzAuNiwwLjMsMC42LDEuMiwwLjgsMS44YzAuMiwwLjcsMCwwLjktMC4zLDEuNmMtMC4zLDAuNi0wLjMsMS4xLTEsMS4zYy0wLjMsMC4xLTIsMS4zLTIuMywxLjJDMzguNCw0OCwzOC41LDQ2LjYsMzguMiw0NS45ek0zMS45LDcyLjFjLTAuNywxLjYtMi44LDIuNC00LDEuOGMtMS4yLTAuNi0xLjgtMi42LTEuMS00LjJjMC43LTEuNiwyLjEtMS4yLDMuMy0wLjdDMzEuMyw2OS42LDMyLjYsNzAuNSwzMS45LDcyLjF6TTIzLjUsNzQuNGMwLjYsMC43LDEuNCwxLjIsMC45LDIuM2MtMC41LDEuMS0xLjMsMi0yLjIsMmMtMSwwLTIuMi0wLjctMi44LTEuNGMtMC42LTAuNy0wLjQtMS44LDAuMS0yLjhjMC41LTEuMSwxLjItMi42LDIuMS0yLjZDMjIuNSw3MS43LDIyLjksNzMuNiwyMy41LDc0LjR6TTM0LjksODMuN2MwLjEsMC41LTAuNSwwLjYtMC44LDFjLTAuMywwLjMtMS4yLDAuNi0xLjYsMC40Yy0wLjQtMC4yLTAuMi0wLjktMC4yLTEuM2MtMC4xLTAuNi0wLjItMS4zLDAuMy0xLjZjMC4xLDAsMC4yLDAsMC4yLDBjMC41LTAuMiwxLjUsMC4zLDEuNywwLjhDMzQuNSw4My4xLDM0LjksODMuNywzNC45LDgzLjd6TTQ3LjgsNTMuMWMtMC43LDEuNS0xLjIsMC0yLjQsMC40Yy0xLjMsMC41LTIuMi0wLjctMS41LTIuMmMwLjctMS41LDEuMy0xLjcsMi41LTEuMUM0Ny42LDUwLjgsNDguNiw1MS42LDQ3LjgsNTMuMXpNMTkuMiw0MS45YzAuMy0wLjcsMC41LTEsMS4xLTAuN2MwLjYsMC4zLDEuNywxLjIsMS40LDEuOWMtMC4yLDAuNS0wLjUsMS4yLTEsMS4xQzE5LjgsNDQsMTguOCw0Mi43LDE5LjIsNDEuOXpNMTEuMSw1OC4yYy0wLjUsMS0xLDEuNC0xLjcsMS4xQzguNiw1OC45LDgsNTgsOC40LDU3YzAuNS0xLDEuNi0xLjIsMi40LTAuOEMxMS41LDU2LjUsMTEuNSw1Ny4yLDExLjEsNTguMnpNNTMuMSw2OS4zYzAuMywwLjYsMC44LDEuNiwwLjMsMi43Yy0wLjUsMS4xLTEuNiwxLjgtMi4yLDEuN2MtMS41LTAuNC0xLjktMC41LTIuMi0xLjRjLTAuMi0wLjctMC40LTEuMiwwLjMtMi4zYzAuMi0wLjMsMS4yLTAuMiwxLjgtMC4zQzUxLjcsNjkuNSw1Mi43LDY4LjYsNTMuMSw2OS4zek02Ni40LDcxLjZsLTUuOSw2LjVsMS4zLDUuNWwxNS4xLTAuMWwtMC40LTcuNkw2Ni40LDcxLjZ6TTYzLjcsODEuMmwtMC42LTIuNGwzLjktNC4zbDcuMiwzbDAuMiwzLjZMNjMuNyw4MS4yek03Ny4xLDc4LjFsMi4zLDUuNWg3LjdsMC45LTQuM2wtNS4yLTMuOUw3Ny4xLDc4LjF6TTg1LjIsODEuMmgtNC4xbC0wLjgtMS45bDIuMy0xLjFsMi44LDIuMUw4NS4yLDgxLjJ6TTk2LDc1LjJsLTQuNCwzLjJsMS44LDQuMmg1LjlsMC43LTMuNEw5Niw3NS4yek05Ny4zLDgwLjJIOTVsLTAuNC0xbDEuMi0wLjlsMS42LDEuNkw5Ny4zLDgwLjJ6Ii8+PC9zdmc+);
}
#cookie-law-info-again:hover {
	background-color:#ddd!important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: rgb(30, 115, 190)!important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background-color: rgb(40, 130, 220)!important;
}


#wt-cli-reject-btn{
  border-radius:0;!important;
}
#wt-cli-accept-btn{
  margin:0 0.2em 0 1em!important;
}

/* START DATAHUB */

#product-search-results .product .product-wrapper {
	margin-bottom: 0.5rem;
}

#product-search-results .product .content-wrapper {
	text-align: left;
}

#product-search-results .product .image-wrapper {
	position: relative;
}

#product-search-results .product .image-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#product-search-results .product .image-wrapper .product-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn {
	display: block;
	padding: 0.5em 1.5em;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0.75em 0;
	font-family: "Montserrat", sans-serif !important;
	font-weight: bold;
	border-radius: 0 !important;
}

.btn.blue {
	color: #fff !important;
	background: #1F83C4 !important;
}

.btn.blue:hover {
	background: #65a6d1 !important;
}

#product-search-filters {
	margin-bottom: 2rem;
}

.pretty .state label {
	line-height: 18px;
	position: relative !important;
	top: 6px;
}

article.datahub_product #main-image {
	margin-bottom: 1rem;
}

#map-single {
	width: 100%;
	height: 400px;
	margin-top: 1rem;
}

.product-card {
	padding: 1rem 1rem 0 1rem; 
	background-color: #f6f6f6;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-top: -3px;
}

.datahub_product .info-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.datahub_product .info-wrapper ul li {
	margin: 0;
	padding: 0;
}

.datahub_product .image-gallery .image {
	width: 200px;
	height: 120px;
	object-fit: cover;
}

/* END DATAHUB */