/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b {
	font-weight: bold;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

footer {
	margin-top: 2em; /* ui grid margin: -1em;*/
}
#content {
	color: #444;
}
.moduuli {
	padding: 10px;
}
.module_content ul {
    list-style-type: circle;
    padding-left: 10px;
    margin-left: 10px;
}

table {
	border-collapse: separate;
}
.boksi {
	display: block;
	padding: 15px;
	background: rgba(0,0,0,0.1);
	margin: 10px 0;
}
.slide_trigger {
	cursor: pointer;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
div.nomargin {
	margin: 0 !important;
	padding: 0 !important;
}
/******* PALSTAT ************/
.palsta {
	display: inline-block;
	min-height: 20px;
	vertical-align: top;
}
.palsta2 {
	width: 50%;
}
div.row .row {
	margin: 0;
}

.ease {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
 	        transition: all .2s ease;
}

/***********************************************/
/***************** NAPIT ***********************/
/***********************************************/

input.button_style, .button_style {
	display: inline-block;
	border:1px solid #0c799e;
	min-width:100px;
	padding: 10px 10px;
	font-size:16px;
	line-height: 20px;
	font-weight:700;
	color:#fff;
	border-radius:3px;
	background:linear-gradient(to bottom,#59d0f8 5%,#49c0e8 100%);
	cursor:pointer;
	text-decoration: none;
	text-align: center;
}
input.button_style:hover, .button_style:hover {
	background:linear-gradient(to bottom,#49c0e8 5%,#59d0f8 100%)
}
.button_style2, #content .button_style2 {
	border: 1px solid #59b4d4;
	background: #0078a3;
	color: #eee;
	padding: 5px 20px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}
.button_style2:hover, #content .button_style2:hover {
	border:1px solid #666;
	background:#555;
	color:#fff
}

.button_style3 {
	display:inline-block;
	padding: 10px 25px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border: 0;
}
.button_style3:hover {
	color: gray;
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;

}

.button {
	display: inline-block;
	padding: 5px 20px;
	background: #1779ba;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
 	        transition: all .2s ease;
}
.button:hover {
	background: #14679e;
	cursor: pointer;
	text-decoration: none;
	color: #ddd;
}
.button_rounded {
	border-radius: 5px;
}
.small {
	font-size: .8rem;
}
/********** ANKKURIT **********/
.anchor:before {
  display: block;
  content: " ";
  margin-top: -85px;
  height: 75px;
  visibility: hidden;
}

/************************ YLÄPALKKI DROPDOWN-VALIKKO ******************/
nav.dropdownvalikko .ui.secondary.menu > .item {
	display: inline-block;
}
nav.dropdownvalikko > .ui.menu {
	display: block;
	line-height: 65px;
}
nav.dropdownvalikko .ui.secondary.menu .ui.dropdown .item {
	display: flex !important;
}
nav.dropdownvalikko .ui.secondary.menu .ui.dropdown .item a {
	flex-grow: 1;
}
nav.dropdownvalikko .ui.secondary.menu .ui.dropdown .dropdown.icon {
	float: none !important;
}

/***************** YLÄPALKKI - VALIKKO ************/

	nav.oletusvalikko ul {
		-webkit-font-smoothing:antialiased;
		/*text-shadow:0 1px 0 #333;*/
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav.oletusvalikko li {
		/*float: left;*/
		margin: 0;
		margin-left: 1px;
		padding: 0;
		position: relative;
		width: 100%;
		/*background: #bde;*/
		display: inline-block;
	}
	nav.oletusvalikko > ul > li {
		display: inline-block;
		width: auto;
		padding: 0 20px;
	}
	nav.oletusvalikko > ul > li:last-child.dropdown {
		padding-right: 100px;
	}
	nav.oletusvalikko > ul > li:nth-last-child(-n+3) > ul > li > ul {
		left: -190px;
	}
	nav.oletusvalikko > ul > li > a {
		color: #333;
	}
	nav.oletusvalikko a {
		/*background: #ddd;*/
		color: #eee;
		display: block;
		font: bold 14px/37px sans-serif;
		/*padding: 0 25px;*/
		height: 38px;
		text-align: center;
		text-decoration: none;

	}
nav.oletusvalikko li ul {
	float: left;
	text-align: left;
	left: -2px;
	opacity: 0;
	margin: 0;
	padding:0;
	position: absolute;
	top: 37px;
	visibility: hidden;
	display: none;
	/*overflow: hidden;*/
	width: 191px;
	background: #252829;
	border: 0px solid #fad;
	border-top: 0px;
	z-index: 100;
}
nav.oletusvalikko > ul > li > ul {
	top: 65px;
}
nav.oletusvalikko li ul li {
    float: none;
    width: 99%;
    height: 10px;
	z-index: 100;
}
nav.oletusvalikko li ul a {
	text-align: left;
	opacity: 1;
	font: 12px/20px sans-serif;
	padding: 5px 15px;
	height: auto;
}
nav.oletusvalikko li ul li ul {
	/*overflow: hidden;*/
	left: 100%;
	top:0;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
 	        transition: all .2s ease;
}
nav.oletusvalikko li ul li:hover ul {
	visibility: visible;
}

nav.oletusvalikko li ul li:hover {
	background-color: rgba(80,83,123,0.5);
}

.valikko-ikoni {
	max-height: 40px;
	max-width: 40px;
}
.valikko-ikoni:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
@media (min-width: 993px) {
	nav.oletusvalikko > ul > li > a {
		height: 65px;
		line-height: 65px;
	}
	nav.oletusvalikko li:hover > ul {
		opacity: 1;
		visibility: visible;
		z-index: 100;
		display: block;
	}
	nav.oletusvalikko li:hover > ul > li {
		height: auto;
	}
	nav.oletusvalikko .avaa_valikkokohta {
		display: none;
	}
	nav.oletusvalikko li ul a {
		padding: 15px 15px;
	}
	nav.oletusvalikko > ul > li:hover > a {
		color: #666;
	}
	nav.oletusvalikko li ul li:hover > a {
	   	color: #fff;
		text-decoration: none;
	}
}

@media (max-width: 992px) {
	nav.oletusvalikko > ul > li {
		display: block;
	}
	nav.oletusvalikko ul li {
		height: auto !important;
	}
	nav.oletusvalikko li a {
		text-align: left;
		color: #333;
		padding-right: 0 !important;
	}
	nav.oletusvalikko li ul {
		float: none;
		text-align: left;
		opacity: 1;
		position: static;
		visibility: visible;
		display: none;
		width: 100%;
		background: none;
		border: 0px solid #fad;
		border-top: 0px;
		z-index: 100;
	}
	nav.oletusvalikko li ul.dropdown.dropdown_avoinna {
		display: block;
		padding-bottom: 10px;
	}
	nav.oletusvalikko li ul ul {
		padding-left: 20px;
	}
	nav.oletusvalikko li ul li {
		width: 100%;
	}
	nav.oletusvalikko li ul li:hover {
		background: none;
	}
	nav.oletusvalikko li span {
		float:right;
	}
	nav.oletusvalikko li:hover > a {
		color: #666;
	}
	nav.oletusvalikko {
		display: none;
	}
	#menupalkki .ylapalkkimenu[ylavalikkonakyvissa="1"] {
		display: block;
	}
}

/************************* MOBIILIVALIKKO ***********************/
.mobile_nav {
	list-style-type: none;
	background: rgba(91, 181, 203, 0.7);
	box-shadow: 0 0 18px rgba(0, 0, 0, .4);
	width: auto;
	display: none;
	border-color: #444;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	padding-left: 10px;
	margin: 0;
}
.mobile_nav li a {
	font-size: 20px;
	text-decoration: none;
	line-height: 30px;
	display: block;
	color: #333;
}
.mobile_nav li a:hover {
	color: #666;
}
.mobile_nav li ul {
	padding-left: 10px;
}
.mobile_menu_trigger {
	display: none;
	cursor: pointer;
}


/****************** Linkki **********************/
/*.module_content a:after {
	content: " (" attr(href) ")";
}*/

/************************************************************/
/************************ SKAALAUS **************************/
/************************************************************/

/*@media (max-width: 750px) {
	nav > ul > li {
		padding: 0 10px;
	}
	nav a {
		font-size: 12px;
	}
	.mobile_menu_trigger {
		display: inline-block;
		vertical-align: middle;
	}
}

@media (max-width: 600px) {
	.valikko_div {
		display: none;
	}
}*/



/************************* SEMANTIC UI *********************/
.ui.megamenucontainer.container {
  display: none;
}
.ui.nobackground.button {
    box-shadow: none !important;
    background: none !important;
}
.ui.nobackground.white.button {
	color: white !important;
    background: none !important;
}
.ui.nobackground.white.button:hover {
	color: gray !important;
    background: none !important;
}

.ui.form .transparent.inverted input:focus {
	color: white;
}
.ui.pagination.menu span:hover {
    cursor: pointer;
}
.right_aligned {
	text-align: right !important;
}

div.swiper-container {
	z-index: 0;
}

@media (max-width: 765px) {
	.mobile_right_aligned {
		text-align: right !important;
	}
}

/**************** KIELIVALINTA **********************/
.popupwidget img, .popupwidget_text img {
	max-height: 15px;
	vertical-align: middle;
}

/******************** SIVUPRINTTAUS *********************/
@media screen and (min-width: 920px) {
	page[size="A4"] {
	  background: white;
	  width: 21cm;
	  height: 29.7cm;
	  display: block;
	  margin: 0 auto;
	  padding: 30px;
	  margin-bottom: 1.5cm;
	  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	}
	body {
		padding: 15mm;
	}
}
@media print {
	page[size="A4"] {
		padding: 0;
		margin: 0;
		box-shadow: 0;
		page-break-after: always;
	}
}

@media screen and (min-width: 920px) {
	page[size="A4width"] {
	  background: white;
	  width: 21cm;
	  min-height: 29.7cm;
	  display: block;
	  margin: 0 auto;
	  padding: 30px;
	  margin-bottom: 1.5cm;
	  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	}
	body {
		padding: 15mm;
	}
}
@media print {
	page[size="A4width"] {
		padding: 0;
		margin: 0;
		box-shadow: 0;
		page-break-after: always;
	}
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: 400;
}
 
h2 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 400;
}
 
h3 {
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: 400;
}
 
h4 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
}
 
h5 {
	font-size: 1.2rem;
	line-height: 1.7rem;
	font-weight: 400;
}
 
h6 {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	/*word-wrap: break-word;*/
}
p {
	margin: 1em 0;
	color: #222;
	font-size: 1rem;
}

b {
	font-weight: bold;
}
a, a:active {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
a:active { outline: none; }  
a:focus{ -moz-outline-style: none; }
/*.pagecontent a {
	text-decoration: underline;
	color: #3333aa;
}
.pagecontent a:hover {
	text-decoration: underline;
}*/
small {
	font-size: 0.7rem;
}
i:not(.icon), em {
	font-style: italic;
}

/*blockquote {
	display: block;
	margin-left: 20px;
	padding: 10px 0px 10px 60px;
	color: #444;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 60px;
	font-weight: bold;
	color: #999;

	position: absolute;
	left: 10px;
	top:0px;
}
blockquote cite {
	display: block;
	margin: 10px 0px;
}
blockquote cite:before {
	content: "\2014 \0020";
}*/

.pagecontent ul {
	list-style-type: circle;
	padding-left: 10px;
	margin-left: 10px;
}
.module_content {
	font-size: 1rem;
	color: #222;
}
.moduuli {
	color: #222;
}


/************************************************************/
/************************ SKAALAUS **************************/
/************************************************************/

@media (max-width: 750px) {
	
}

/********************** FORM ********************************/
/*input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #444444;
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
legend {
    border: 0;
    padding: 0;
}


/************************* SEMANTIC UI ****************************/
.text.white {
  color: #FFFFFF;
}
.text.grey {
  color: #CCCCCC;
}
.text.black {
  color: #1B1C1D;
}
.text.yellow {
  color: #F2C61F;
}
.text.teal {
  color: #00B5AD;
}
.text.red {
  color: #D95C5C;
}
.text.purple {
  color: #564F8A;
}
.text.pink {
  color: #D9499A;
}
.text.orange {
  color: #E07B53;
}
.text.green {
  color: #5BBD72;
}
.text.blue {
  color: #3B83C0;
}
.textcontent table {
	width: 100%;
}
.textcontent a[tyyppi='kaava'] {
	color: inherit;
}

.textcontent table {
	width: 100%;
}

.ui.grid.positiveverticalmargin {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ui.grid.noverticalmargin {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
.disable-last-child-margin-bottom .ui.segment:last-child {
	margin-bottom: 1rem;
}
.left.aligned {
  float: left !important; }

.right.aligned {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
/* Accordionin sisällä saa sieltä tyylejä */
.ui.search>.results .result .title {
	padding: 0;
	border: 0;
}
.ui.search>.results .result .content {
	padding: 0;
}

/* mobile displays */
@media only screen {
  .show-for-mobile-only, .show-for-mobile-up, .show-for-mobile, .show-for-mobile-down, .hide-for-tablet-only, .hide-for-tablet-up, .hide-for-tablet, .show-for-tablet-down, .hide-for-computer-only, .hide-for-computer-up, .hide-for-computer, .show-for-computer-down {
    display: inherit !important; }

  .hide-for-mobile-only, .hide-for-mobile-up, .hide-for-mobile, .hide-for-mobile-down, .show-for-tablet-only, .show-for-tablet-up, .show-for-tablet, .hide-for-tablet-down, .show-for-computer-only, .show-for-computer-up, .show-for-computer, .hide-for-computer-down {
    display: none !important; }

  .visible-for-mobile-only, .visible-for-mobile-up, .visible-for-mobile, .visible-for-mobile-down, .hidden-for-tablet-only, .hidden-for-tablet-up, .hidden-for-tablet, .visible-for-tablet-down, .hidden-for-computer-only, .hidden-for-computer-up, .hidden-for-computer, .visible-for-computer-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-mobile-only, .hidden-for-mobile-up, .hidden-for-mobile, .hidden-for-mobile-down, .visible-for-tablet-only, .visible-for-tablet-up, .visible-for-tablet, .hidden-for-tablet-down, .visible-for-computer-only, .visible-for-computer-up, .visible-for-computer, .hidden-for-computer-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.show-for-mobile-only, table.show-for-mobile-up, table.show-for-mobile, table.show-for-mobile-down, table.hide-for-tablet-only, table.hide-for-tablet-up, table.hide-for-tablet, table.show-for-tablet-down, table.hide-for-computer-only, table.hide-for-computer-up, table.hide-for-computer, table.show-for-computer-down {
    display: table !important; }

  thead.show-for-mobile-only, thead.show-for-mobile-up, thead.show-for-mobile, thead.show-for-mobile-down, thead.hide-for-tablet-only, thead.hide-for-tablet-up, thead.hide-for-tablet, thead.show-for-tablet-down, thead.hide-for-computer-only, thead.hide-for-computer-up, thead.hide-for-computer, thead.show-for-computer-down {
    display: table-header-group !important; }

  tbody.show-for-mobile-only, tbody.show-for-mobile-up, tbody.show-for-mobile, tbody.show-for-mobile-down, tbody.hide-for-tablet-only, tbody.hide-for-tablet-up, tbody.hide-for-tablet, tbody.show-for-tablet-down, tbody.hide-for-computer-only, tbody.hide-for-computer-up, tbody.hide-for-computer, tbody.show-for-computer-down {
    display: table-row-group !important; }

  tr.show-for-mobile-only, tr.show-for-mobile-up, tr.show-for-mobile, tr.show-for-mobile-down, tr.hide-for-tablet-only, tr.hide-for-tablet-up, tr.hide-for-tablet, tr.show-for-tablet-down, tr.hide-for-computer-only, tr.hide-for-computer-up, tr.hide-for-computer, tr.show-for-computer-down {
    display: table-row; }

  th.show-for-mobile-only, td.show-for-mobile-only, th.show-for-mobile-up, td.show-for-mobile-up, th.show-for-mobile, td.show-for-mobile, th.show-for-mobile-down, td.show-for-mobile-down, th.hide-for-tablet-only, td.hide-for-tablet-only, th.hide-for-tablet-up, td.hide-for-tablet-up, th.hide-for-tablet, td.hide-for-tablet, th.show-for-tablet-down, td.show-for-tablet-down, th.hide-for-computer-only, td.hide-for-computer-only, th.hide-for-computer-up, td.hide-for-computer-up, th.hide-for-computer, td.hide-for-computer, th.show-for-computer-down, td.show-for-computer-down {
    display: table-cell !important; } }
/* tablet displays */
@media only screen and (min-width: 768px) {
  .hide-for-mobile-only, .show-for-mobile-up, .hide-for-mobile, .hide-for-mobile-down, .show-for-tablet-only, .show-for-tablet-up, .show-for-tablet, .show-for-tablet-down, .hide-for-computer-only, .hide-for-computer-up, .hide-for-computer, .show-for-computer-down {
    display: inherit !important; }

  .show-for-mobile-only, .hide-for-mobile-up, .show-for-mobile, .show-for-mobile-down, .hide-for-tablet-only, .hide-for-tablet-up, .hide-for-tablet, .hide-for-tablet-down, .show-for-computer-only, .show-for-computer-up, .show-for-computer, .hide-for-computer-down {
    display: none !important; }

  .hidden-for-mobile-only, .visible-for-mobile-up, .hidden-for-mobile, .hidden-for-mobile-down, .visible-for-tablet-only, .visible-for-tablet-up, .visible-for-tablet, .visible-for-tablet-down, .hidden-for-computer-only, .hidden-for-computer-up, .hidden-for-computer, .visible-for-computer-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-mobile-only, .hidden-for-mobile-up, .visible-for-mobile, .visible-for-mobile-down, .hidden-for-tablet-only, .hidden-for-tablet-up, .hidden-for-tablet, .hidden-for-tablet-down, .visible-for-computer-only, .visible-for-computer-up, .visible-for-computer, .hidden-for-computer-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-mobile-only, table.show-for-mobile-up, table.hide-for-mobile, table.hide-for-mobile-down, table.show-for-tablet-only, table.show-for-tablet-up, table.show-for-tablet, table.show-for-tablet-down, table.hide-for-computer-only, table.hide-for-computer-up, table.hide-for-computer, table.show-for-computer-down {
    display: table !important; }

  thead.hide-for-mobile-only, thead.show-for-mobile-up, thead.hide-for-mobile, thead.hide-for-mobile-down, thead.show-for-tablet-only, thead.show-for-tablet-up, thead.show-for-tablet, thead.show-for-tablet-down, thead.hide-for-computer-only, thead.hide-for-computer-up, thead.hide-for-computer, thead.show-for-computer-down {
    display: table-header-group !important; }

  tbody.hide-for-mobile-only, tbody.show-for-mobile-up, tbody.hide-for-mobile, tbody.hide-for-mobile-down, tbody.show-for-tablet-only, tbody.show-for-tablet-up, tbody.show-for-tablet, tbody.show-for-tablet-down, tbody.hide-for-computer-only, tbody.hide-for-computer-up, tbody.hide-for-computer, tbody.show-for-computer-down {
    display: table-row-group !important; }

  tr.hide-for-mobile-only, tr.show-for-mobile-up, tr.hide-for-mobile, tr.hide-for-mobile-down, tr.show-for-tablet-only, tr.show-for-tablet-up, tr.show-for-tablet, tr.show-for-tablet-down, tr.hide-for-computer-only, tr.hide-for-computer-up, tr.hide-for-computer, tr.show-for-computer-down {
    display: table-row; }

  th.hide-for-mobile-only, td.hide-for-mobile-only, th.show-for-mobile-up, td.show-for-mobile-up, th.hide-for-mobile, td.hide-for-mobile, th.hide-for-mobile-down, td.hide-for-mobile-down, th.show-for-tablet-only, td.show-for-tablet-only, th.show-for-tablet-up, td.show-for-tablet-up, th.show-for-tablet, td.show-for-tablet, th.show-for-tablet-down, td.show-for-tablet-down, th.hide-for-computer-only, td.hide-for-computer-only, th.hide-for-computer-up, td.hide-for-computer-up, th.hide-for-computer, td.hide-for-computer, th.show-for-computer-down, td.show-for-computer-down {
    display: table-cell !important; } }
/* computer displays */
@media only screen and (min-width: 992px) {
  .hide-for-mobile-only, .show-for-mobile-up, .hide-for-mobile, .hide-for-mobile-down, .hide-for-tablet-only, .show-for-tablet-up, .hide-for-tablet, .hide-for-tablet-down, .show-for-computer-only, .show-for-computer-up, .show-for-computer, .show-for-computer-down {
    display: inherit !important; }

  .show-for-mobile-only, .hide-for-mobile-up, .show-for-mobile, .show-for-mobile-down, .show-for-tablet-only, .hide-for-tablet-up, .show-for-tablet, .show-for-tablet-down, .hide-for-computer-only, .hide-for-computer-up, .hide-for-computer, .hide-for-computer-down {
    display: none !important; }

  .hidden-for-mobile-only, .visible-for-mobile-up, .hidden-for-mobile, .hidden-for-mobile-down, .hidden-for-tablet-only, .visible-for-tablet-up, .hidden-for-tablet, .hidden-for-tablet-down, .visible-for-computer-only, .visible-for-computer-up, .visible-for-computer, .visible-for-computer-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-mobile-only, .hidden-for-mobile-up, .visible-for-mobile, .visible-for-mobile-down, .visible-for-tablet-only, .hidden-for-tablet-up, .visible-for-tablet, .visible-for-tablet-down, .hidden-for-computer-only, .hidden-for-computer-up, .hidden-for-computer, .hidden-for-computer-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-mobile-only, table.show-for-mobile-up, table.hide-for-mobile, table.hide-for-mobile-down, table.hide-for-tablet-only, table.show-for-tablet-up, table.hide-for-tablet, table.hide-for-tablet-down, table.show-for-computer-only, table.show-for-computer-up, table.show-for-computer, table.show-for-computer-down {
    display: table !important; }

  thead.hide-for-mobile-only, thead.show-for-mobile-up, thead.hide-for-mobile, thead.hide-for-mobile-down, thead.hide-for-tablet-only, thead.show-for-tablet-up, thead.hide-for-tablet, thead.hide-for-tablet-down, thead.show-for-computer-only, thead.show-for-computer-up, thead.show-for-computer, thead.show-for-computer-down {
    display: table-header-group !important; }

  tbody.hide-for-mobile-only, tbody.show-for-mobile-up, tbody.hide-for-mobile, tbody.hide-for-mobile-down, tbody.hide-for-tablet-only, tbody.show-for-tablet-up, tbody.hide-for-tablet, tbody.hide-for-tablet-down, tbody.show-for-computer-only, tbody.show-for-computer-up, tbody.show-for-computer, tbody.show-for-computer-down {
    display: table-row-group !important; }

  tr.hide-for-mobile-only, tr.show-for-mobile-up, tr.hide-for-mobile, tr.hide-for-mobile-down, tr.hide-for-tablet-only, tr.show-for-tablet-up, tr.hide-for-tablet, tr.hide-for-tablet-down, tr.show-for-computer-only, tr.show-for-computer-up, tr.show-for-computer, tr.show-for-computer-down {
    display: table-row; }

  th.hide-for-mobile-only, td.hide-for-mobile-only, th.show-for-mobile-up, td.show-for-mobile-up, th.hide-for-mobile, td.hide-for-mobile, th.hide-for-mobile-down, td.hide-for-mobile-down, th.hide-for-tablet-only, td.hide-for-tablet-only, th.show-for-tablet-up, td.show-for-tablet-up, th.hide-for-tablet, td.hide-for-tablet, th.hide-for-tablet-down, td.hide-for-tablet-down, th.show-for-computer-only, td.show-for-computer-only, th.show-for-computer-up, td.show-for-computer-up, th.show-for-computer, td.show-for-computer, th.show-for-computer-down, td.show-for-computer-down {
    display: table-cell !important; } }


/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }

  .hide-on-print,
  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }

/*# sourceMappingURL=visibility.css.map */
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/close.png) url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/loading.gif) url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/prev.png) url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(https://www.bee.ovh/scripts/lightbox2-master/dist/css/../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}/**
 * Swiper 6.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

.full-screen-modal-modal {
	margin: auto;
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	width: 80%;
	/*max-width: 630px;
	min-width: 320px;*/
	height: auto;
	z-index: 1000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.full-screen-modal-show {
	visibility: visible;
}

.full-screen-modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	background: rgba(#e4f0e3, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.full-screen-modal-show ~ .full-screen-modal-overlay {
	opacity: 1;
	visibility: visible;
}

.full-screen-modal-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.full-screen-modal-show ~ .full-screen-modal-overlay {
	background-color: rgba(255,255,255,1);
} 

.full-screen-modal-content h3,
.full-screen-modal-content {
	background: transparent;
}

.full-screen-modal-show .full-screen-modal-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.htmlmuokkain, .htmlmuokkain_content {
	display: flex;
	flex-direction: column;
}
.htmlmuokkain_content {
	flex-grow:1;
}

.htmlmuokkain_valikko .ui.buttons {
	margin-right: 10px;
}

.htmlmuokkain_valikko .ui.buttons, .htmlmuokkain_valikko .ui.button {
	vertical-align: top;
}

.ui.button.taustavari_button, .ui.button.tekstivari_button {
	vertical-align: top;
}

.muokkain_vaributton {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-width: 3px;
	border-style: solid;
}
.muokkain_vaributton:hover {
	cursor: pointer;
	border-color: #fafafa !important;
	transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.entitymerkki {
	height: 25px;
	width: 25px;
	display: inline-block;
	font-size: 1.5rem;
	padding: 4px;
}
.entitymerkki:hover {
	cursor: pointer;
	background-color: #ccc;
	transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.lisaataulukko_popup_solu {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 1px;
	border: 1px #666 solid;
	background: #ddd;
}
.lisaataulukko_popup_solu.active {
	background: #acf;
}
.lisaataulukko_popup_solu:hover {
	opacity: 0.7;
}
.htmlmuokkain iframe {
	width: 100%;
	display: block;
	min-height:400px;
	border: 1px #cbcbcb solid;
	border-radius: 3px;
}


/*****************************************************************************/
#devmuokkaus_content *, #devmuokkaus_content *:before, #devmuokkaus_content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
}

.kokoruutu {
	position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}
.kokoruutu iframe {
	height: 100%;
}

#muokkausvalikko li ul li a pre,
#muokkausvalikko li ul li a address,
#muokkausvalikko li ul li a p,
#muokkausvalikko li ul li a h1,
#muokkausvalikko li ul li a h2,
#muokkausvalikko li ul li a h3,
#muokkausvalikko li ul li a h4,
#muokkausvalikko li ul li a h5,
#muokkausvalikko li ul li a h6 {
	margin: 0;
	color: inherit;
}


.button_images, .button_links, .button_taulukko_muok, .poista_rivi, .poista_sarake, .lisaa_rivi, .lisaa_sarake, .ui.button.button_anchor {
	display: none;
}
#menupalkki {
	display: flex;
	flex-direction: row;
}
.fui_megamenu {
	display: block;
	clear: none;
	background: white;
	vertical-align: top;
    line-height: 67px;
	flex-grow: 1;
}
.logokuva_hide_mobile {
	display: inline-block;
}
.fui_megamenu > ul {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.fui_megamenu .mega-menu {
    background-color: #eee;
    border-bottom: 2px #eee solid;
    border-left: 2px #eee solid;
    border-right: 2px #eee solid;
    position: absolute;      
    left: 0;
    right: 0;
 	padding: 0 20px;
 
    margin: 0;
    margin-top: 20px;
   -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    display: block;
    visibility:hidden;
	max-width: 90%;
	
	margin-left: 10% !important;
	right: 10% !important;
	width: 80% !important;
	color: #353451;
	max-width: 100% !important;
}
.fui_megamenu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fui_megamenu .has-mega-menu:hover > .mega-menu {
	opacity: 1;
	visibility:visible;
}
.fui_megamenu > ul > li {
	padding: 20px 10px;
	flex-grow: 1;
	line-height: 20px;
	text-align: center;
}
.fui_megamenu ul ul li {
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: left;
}
.fui_megamenu .ui.grid {
	margin: 0;
}
.fui_megamenu > ul > li > a {
	color: #333;
	vertical-align: middle;
	height: 100%;
    display: block;
    position: relative;
}

.fui_megamenu .mega-menu ul li {
  display: list-item;
  list-style-type: none;
  border: 0;
}

.fui_megamenu .mega-menu a {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}


.fui_megamenu > ul > li:hover > a {
	color: #111;
}
.fui_megamenu .ui.button.megamenu_avaa_block {
	display: none;
}

.fui_megamenu .mega-menu > li {
  overflow: auto;
}

/****************** ALAVIIVA ********************/
.fui_megamenu > ul > li > a:after {
	content: '';
	display: block;
	margin: 0 auto;
	background-color: #fff;
   -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fui_megamenu > ul > li:hover > a:after {
	background-color: grey;
}
@media (min-width: 992px) {
	.fui_megamenu > ul > li > a:after {
		width: 1px;
		height: 2px;
		margin-top: 10px;
	}
	.fui_megamenu > ul > li:hover > a:after {
		width: 100%;
	}
}


/**************** MOBIILI ****************/
#main-menu-icon {
	cursor: pointer;
	transition: 0.4s;
}

@media (max-width: 991px) {
	#menupalkki, .fui_megamenu {
		flex-direction: column;
	}
	.fui_megamenu > ul {
		display: block;
		padding-left: 15px;
	}
	#menupalkki .ylavalikko {
		display: none;
	}
	#menupalkki .ylavalikko[ylavalikkonakyvissa="1"] {
		display: block;
	}
	.fui_megamenu .row .column {
		width: 50% !important;
	}
	.fui_megamenu .mega-menu {
		position: static;
		display: block;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		padding: 0;
		border: 0;
		margin: 0;
		opacity: 1;
		visibility: visible;
		background: none;
		max-height: 0;
		overflow: hidden;
	}
	.fui_megamenu > ul > li {
		text-align: left;
		padding: 10px 5px;
	}
	.fui_megamenu > ul > li > a {
		padding-left: 0;
	}
	.fui_megamenu .ui.button.megamenu_avaa_block {
		display: inline-block;
	}
	.fui_megamenu li.has-mega-menu.avattu .mega-menu {
		display: block;
	}
	li.has-mega-menu .mega-menu {
		line-height: 0px !important;
	}
	li.has-mega-menu.avattu .mega-menu {
		line-height: 30px !important;
	}
}

/*******************************************************/

.fui_megamenu .mega-menu .column {
	padding-top: 0.7em !important;
	padding-bottom: 0.7em !important;
}


.fui_megamenu .mega-menu h2, .fui_megamenu .mega-menu h2 a {
    margin: 0;
    padding: 0;
    line-height: 15px;
}
.fui_megamenu .mega-menu h2 a {
	font-size: 1.3rem;
	font-variant: small-caps;
	font-weight: normal;
	white-space: normal;
}
.fui_megamenu .mega-menu h2 a:hover, .fui_megamenu .mega-menu a:hover {
	color: #999;
}

/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}


.fui_megamenu > .has-mega-menu .scroll-up,
.fui_megamenu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}




/* Mobile menu toggle button */

.main-menu-btn {
  float: left;
  margin: 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

/*#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}*/

@media (min-width: 1000px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}



/* Mobile */
@media only screen and (max-width: 767px) {
  .fui_megamenu .mega-menu {
    width: auto !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fui_megamenu .mega-menu {
    width: 723px !important;
    margin-left: calc((100% - 723px)/2) !important;
    margin-right: calc((100% - 723px)/2) !important;
  }
}

/* Small Monitor */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fui_megamenu .mega-menu {
    width: 933px !important;
    margin-left: calc((100% - 933px)/2) !important;
    margin-right: calc((100% - 933px)/2) !important;
  }
}

/* Large Monitor */
@media only screen and (min-width: 1200px) {
  .fui_megamenu .mega-menu {
    width: 1127px !important;
    margin-left: calc((100% - 1127px)/2) !important;
    margin-right: calc((100% - 1127px)/2) !important;
  }
}
/** Trumbowyg v2.14.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
#trumbowyg-icons,#trumbowyg-icons svg{height:0;width:0}#trumbowyg-icons{overflow:hidden;visibility:hidden}.trumbowyg-box *,.trumbowyg-box ::after,.trumbowyg-box ::before,.trumbowyg-modal *,.trumbowyg-modal ::after,.trumbowyg-modal ::before{box-sizing:border-box}.trumbowyg-box svg,.trumbowyg-modal svg{width:17px;height:100%;fill:#222}.trumbowyg-box,.trumbowyg-editor{display:block;position:relative;border:1px solid #DDD;width:100%;min-height:300px;margin:17px auto}.trumbowyg-box .trumbowyg-editor{margin:0 auto}.trumbowyg-box.trumbowyg-fullscreen{background:#FEFEFE;border:none!important}.trumbowyg-editor,.trumbowyg-textarea{position:relative;box-sizing:border-box;padding:20px;min-height:300px;width:100%;border-style:none;resize:none;outline:0;overflow:auto}.trumbowyg-editor.trumbowyg-autogrow-on-enter,.trumbowyg-textarea.trumbowyg-autogrow-on-enter{transition:height .3s ease-out}.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:transparent!important;text-shadow:0 0 7px #333}@media screen and (min-width:0 \0){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(200,200,200,.6)!important}}.trumbowyg-box-blur .trumbowyg-editor hr,.trumbowyg-box-blur .trumbowyg-editor img{opacity:.2}.trumbowyg-textarea{position:relative;display:block;overflow:auto;border:none;font-size:14px;font-family:Inconsolata,Consolas,Courier,"Courier New",sans-serif;line-height:18px}.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea{height:1px!important;width:25%;min-height:0!important;padding:0!important;background:0 0;opacity:0!important}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea{display:block}.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor{display:none}.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea{opacity:.8;background:0 0}.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before{content:attr(placeholder);color:#999;pointer-events:none}.trumbowyg-button-pane{width:100%;min-height:36px;background:#ecf0f1;border-bottom:1px solid #d7e0e2;margin:0;padding:0 5px;position:relative;list-style-type:none;line-height:10px;backface-visibility:hidden;z-index:11}.trumbowyg-button-pane::after{content:" ";display:block;position:absolute;top:36px;left:0;right:0;width:100%;height:1px;background:#d7e0e2}.trumbowyg-button-pane .trumbowyg-button-group{display:inline-block}.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-button-pane .trumbowyg-button-group::after{content:" ";display:inline-block;width:1px;background:#d7e0e2;margin:0 5px;height:35px;vertical-align:top}.trumbowyg-button-pane .trumbowyg-button-group:last-child::after{content:none}.trumbowyg-button-pane button{display:inline-block;position:relative;width:35px;height:35px;padding:1px 6px!important;margin-bottom:1px;overflow:hidden;border:none;cursor:pointer;background:0 0;vertical-align:middle;transition:background-color 150ms,opacity 150ms}.trumbowyg-button-pane button.trumbowyg-textual-button{width:auto;line-height:35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.trumbowyg-button-pane button.trumbowyg-disable,.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button){opacity:.2;cursor:default}.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before{background:#e3e9eb}.trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#FFF;outline:0}.trumbowyg-button-pane .trumbowyg-open-dropdown::after{display:block;content:" ";position:absolute;top:25px;right:3px;height:0;width:0;border:3px solid transparent;border-top-color:#555}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after{top:17px;right:7px}.trumbowyg-modal,.trumbowyg-modal-box{top:0;left:50%;transform:translateX(-50%);backface-visibility:hidden;position:absolute}.trumbowyg-button-pane .trumbowyg-right{float:right}.trumbowyg-dropdown{width:200px;border:1px solid #ecf0f1;padding:5px 0;border-top:none;background:#FFF;margin-left:-1px;box-shadow:rgba(0,0,0,.1) 0 2px 3px;z-index:12}.trumbowyg-dropdown button{display:block;width:100%;height:35px;line-height:35px;text-decoration:none;background:#FFF;padding:0 10px;color:#333!important;border:none;cursor:pointer;text-align:left;font-size:15px;transition:all 150ms}.trumbowyg-dropdown button:focus,.trumbowyg-dropdown button:hover{background:#ecf0f1}.trumbowyg-dropdown button svg{float:left;margin-right:14px}.trumbowyg-modal{max-width:520px;width:100%;height:350px;z-index:12;overflow:hidden}.trumbowyg-modal-box{max-width:500px;width:calc(100% - 20px);padding-bottom:45px;z-index:1;background-color:#FFF;text-align:center;font-size:14px;box-shadow:rgba(0,0,0,.2) 0 2px 3px}.trumbowyg-modal-box .trumbowyg-modal-title{font-size:24px;font-weight:700;margin:0 0 20px;padding:15px 0 13px;display:block;border-bottom:1px solid #EEE;color:#333;background:#fbfcfc}.trumbowyg-modal-box .trumbowyg-progress{width:100%;height:3px;position:absolute;top:58px}.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar{background:#2BC06A;width:0;height:100%;transition:width 150ms linear}.trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:29px;line-height:29px;overflow:hidden}.trumbowyg-modal-box label .trumbowyg-input-infos{display:block;text-align:left;height:25px;line-height:25px;transition:all 150ms}.trumbowyg-modal-box label .trumbowyg-input-infos span{display:block;color:#69878f;background-color:#fbfcfc;border:1px solid #DEDEDE;padding:0 7px;width:150px}.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-modal-box label.trumbowyg-input-error textarea{border:1px solid #e74c3c}.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos{margin-top:-27px}.trumbowyg-modal-box label input{position:absolute;top:0;right:0;height:27px;line-height:27px;border:1px solid #DEDEDE;background:#fff;font-size:14px;max-width:330px;width:70%;padding:0 7px;transition:all 150ms}.trumbowyg-modal-box label input:focus,.trumbowyg-modal-box label input:hover{outline:0;border:1px solid #95a5a6}.trumbowyg-modal-box label input:focus{background:#fbfcfc}.trumbowyg-modal-box label input[type=checkbox]{left:5px;top:5px;right:auto}.trumbowyg-modal-box label input[type=checkbox]+.trumbowyg-input-infos span{width:auto;padding-left:25px}.trumbowyg-modal-box .error{margin-top:25px;display:block;color:red}.trumbowyg-modal-box .trumbowyg-modal-button{position:absolute;bottom:10px;right:0;text-decoration:none;color:#FFF;display:block;width:100px;height:35px;line-height:33px;margin:0 10px;background-color:#333;border:none;cursor:pointer;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif;font-size:16px;transition:all 150ms}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{right:110px;background:#2bc06a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#40d47e;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#25a25a}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{color:#555;background:#e6e6e6}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#fbfbfb;outline:0}.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#d5d5d5}.trumbowyg-overlay{position:absolute;background-color:rgba(255,255,255,.5);height:100%;width:100%;left:0;display:none;top:0;z-index:10}body.trumbowyg-body-fullscreen{overflow:hidden}.trumbowyg-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;padding:0;z-index:99999}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen.trumbowyg-box{border:none}.trumbowyg-fullscreen .trumbowyg-editor,.trumbowyg-fullscreen .trumbowyg-textarea{height:calc(100% - 37px)!important;overflow:auto}.trumbowyg-fullscreen .trumbowyg-overlay{height:100%!important}.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#222;fill:transparent}.trumbowyg-editor embed,.trumbowyg-editor img,.trumbowyg-editor object,.trumbowyg-editor video{max-width:100%}.trumbowyg-editor img,.trumbowyg-editor video{height:auto}.trumbowyg-editor img{cursor:move}.trumbowyg-editor.trumbowyg-reset-css{background:#FEFEFE!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;line-height:1.45em!important;color:#333}.trumbowyg-editor.trumbowyg-reset-css a{color:#15c!important;text-decoration:underline!important}.trumbowyg-editor.trumbowyg-reset-css blockquote,.trumbowyg-editor.trumbowyg-reset-css div,.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css p,.trumbowyg-editor.trumbowyg-reset-css ul{box-shadow:none!important;background:0 0!important;margin:0 0 15px!important;line-height:1.4em!important;font-family:"Trebuchet MS",Helvetica,Verdana,sans-serif!important;font-size:14px!important;border:none}.trumbowyg-editor.trumbowyg-reset-css hr,.trumbowyg-editor.trumbowyg-reset-css iframe,.trumbowyg-editor.trumbowyg-reset-css object{margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css blockquote{margin-left:32px!important;font-style:italic!important;color:#555}.trumbowyg-editor.trumbowyg-reset-css ul{list-style:disc}.trumbowyg-editor.trumbowyg-reset-css ol,.trumbowyg-editor.trumbowyg-reset-css ul{padding-left:20px!important}.trumbowyg-editor.trumbowyg-reset-css ol ol,.trumbowyg-editor.trumbowyg-reset-css ol ul,.trumbowyg-editor.trumbowyg-reset-css ul ol,.trumbowyg-editor.trumbowyg-reset-css ul ul{border:none;margin:2px!important;padding:0 0 0 24px!important}.trumbowyg-editor.trumbowyg-reset-css hr{display:block;height:1px;border:none;border-top:1px solid #CCC}.trumbowyg-editor.trumbowyg-reset-css h1,.trumbowyg-editor.trumbowyg-reset-css h2,.trumbowyg-editor.trumbowyg-reset-css h3,.trumbowyg-editor.trumbowyg-reset-css h4{color:#111;background:0 0;margin:0!important;padding:0!important;font-weight:700}.trumbowyg-editor.trumbowyg-reset-css h1{font-size:32px!important;line-height:38px!important;margin-bottom:20px!important}.trumbowyg-editor.trumbowyg-reset-css h2{font-size:26px!important;line-height:34px!important;margin-bottom:15px!important}.trumbowyg-editor.trumbowyg-reset-css h3{font-size:22px!important;line-height:28px!important;margin-bottom:7px!important}.trumbowyg-editor.trumbowyg-reset-css h4{font-size:16px!important;line-height:22px!important;margin-bottom:7px!important}.trumbowyg-dark .trumbowyg-textarea{background:#111;color:#ddd}.trumbowyg-dark .trumbowyg-box{border:1px solid #343434}.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen{background:#111}.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{text-shadow:0 0 7px #ccc}@media screen and (min-width:0 \0){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}@supports (-ms-accelerator:true){.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before{color:rgba(20,20,20,.6)!important}}.trumbowyg-dark .trumbowyg-box svg{fill:#ecf0f1;color:#ecf0f1}.trumbowyg-dark .trumbowyg-button-pane{background-color:#222;border-bottom-color:#343434}.trumbowyg-dark .trumbowyg-button-pane::after{background:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after{background-color:#343434}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg{color:transparent}.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after{background-color:#2a2a2a}.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover{background-color:#333}.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after{border-top-color:#fff}.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg{color:#ecf0f1;fill:transparent}.trumbowyg-dark .trumbowyg-dropdown{border-color:#222;background:#333;box-shadow:rgba(0,0,0,.3) 0 2px 3px}.trumbowyg-dark .trumbowyg-dropdown button{background:#333;color:#fff!important}.trumbowyg-dark .trumbowyg-dropdown button:focus,.trumbowyg-dark .trumbowyg-dropdown button:hover{background:#222}.trumbowyg-dark .trumbowyg-modal-box{background-color:#222}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title{border-bottom:1px solid #555;color:#fff;background:#3c3c3c}.trumbowyg-dark .trumbowyg-modal-box label{display:block;position:relative;margin:15px 12px;height:27px;line-height:27px;overflow:hidden}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span{color:#eee;background-color:#2f2f2f;border-color:#222}.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error{color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea{border-color:#e74c3c}.trumbowyg-dark .trumbowyg-modal-box label input{border-color:#222;color:#eee;background:#333}.trumbowyg-dark .trumbowyg-modal-box label input:focus,.trumbowyg-dark .trumbowyg-modal-box label input:hover{border-color:#626262}.trumbowyg-dark .trumbowyg-modal-box label input:focus{background-color:#2f2f2f}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit{background:#1b7943}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover{background:#25a25a}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active{background:#176437}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset{background:#333;color:#ccc}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover{background:#444}.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active{background:#111}.trumbowyg-dark .trumbowyg-overlay{background-color:rgba(15,15,15,.6)}.module_SQL_taulukko .table td {
	padding: 5px;
}
.dataTables_filter input[type="search"] {
	width: auto;
}
.module_ajankohtaista .ajankoht_pvm {
	color: #aaa;
}
.ajankoht_table {
	display: table;
}
.ajankoht_table > span {
	display: table-cell;
	vertical-align: middle;
}
.ajankoht_table > span:first-child {
	text-align: center;
	padding-right: 5px;
}
.ajankoht_table span.ajankoht_paiva {
	font-size: 40px;
}


.blogiTekstiKaikki {
	display: none;	
}
.module_blogi:first-child {
	display: block;
}
.glide > .glidetrack, .glide > div > ul {
	height: 100%;
}
.swiper-pagination-bullet-active {
	background: #acacac;
}
.banneriswiper .swiper-slide {
	background-size: cover;
}

.header-text-div {
	margin-top: 50px;
	display: inline-block;
	padding: 20px;
	background: rgba(0,0,0,0.6);
}
.chat_mainform {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.chat_wrap {
    height: 100%;
}
.chat_admin_wrap .chat_area {
    height: 300px;
}
.ui.comments.chat_area {
	/*height: 200px;*/
	border: 1px #ccc solid;
	border-radius: 5px;
	width: 100%;
	max-width: none;
	padding: 10px;
	overflow-y: auto;
	margin-bottom: 0;
	margin-top: 0;
	background: #fefefe;
    flex-grow: 1
}
.chat_wrap .ui.comments.chat_area {
	border-radius: 0px;
}

#chat_area .grid {
	margin: 5px 0;
	padding: 0;
}
#chat_area .grid .column {
	padding: 0.5rem;
}
.ui.grid.chat_header_div .column {
	padding: 3px !important;
	text-align: right;
}

.ui.comments.chat_area .chat_oma_viesti {
	/*max-width: 40%;
	float:right;
	clear: both;*/
}

.ui.comments.chat_area .author {
	word-break: break-all;
}
.avaa_emojit_button, .chat_input {
	background: white !important;
}

.chat_bubble {
	background: #f2f2f2;
	border-radius: 5px;
}

.chat_oma_viesti {
	background: white;
	border: 1px #dfdfdf solid;
}

.chat_alkuform, .chat_closedform {
	padding: 10px;
	border: 2px #dfdfdf solid;
	border-radius: 5px;
	background: white;
}

.ui.button.chat_open_float_button {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.chat_float_wrap {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 80px;
	/*max-height: 350px;*/
	max-height: 430px;
	width: 300px;
}
.chat_float_wrap.chat_kaynnissa {
	height: 300px;
}
.module_content img {
	max-width: 100%;
}
div.module_content {
	display:block;
	word-wrap: break-word;	
	padding: 0;
}
.module_content > div {
	padding: 10px;
}
.module_content_inner {
	max-width: 62.5rem;
	margin: 0 auto;
}
.module_content p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.module_content:after { /* FLOAT-KUVIEN KORJAUS */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.muokkaus_nappi {
	cursor: pointer;
	display: inline-block;
}
.muokkaus_nappi span {
	line-height: 20px;
	vertical-align: top;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 1em;
}

.captiondiv {
	border: 1px #ddd solid;
	margin: 3px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
}
.captiondiv div {
	padding: 3px;
}


/******* TEKSTI CLASS **********/
.module_content .valkoinen, .module_content .valkoinen p {
    color: white;
    text-shadow: 0px 0px 2px black;
}
div.module_content_vaihto {
	display:block;
	word-wrap: break-word;	
	padding: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.module_content_vaihto img {
	max-width: 100%;
}

.module_content_vaihto > div {
	padding: 0px;
}
.module_content_vaihto > div > ul {
	list-style-type: none;
	width: 400%;
	margin-left: 0%;
	padding: 0;
}
.change_ease {
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
	    -ms-transition: all 2s ease;
	     -o-transition: all 2s ease;
 	        transition: all 2s ease;
 }
.module_content_vaihto > div > ul > li {
	display: inline-block;
	width: 25%;
	padding: 10px 3%;
	vertical-align: top;
}
.module_content_vaihto span.arrow {
	position: absolute;
	top: 40%;
	font-size: 2rem;
	color: gray;
}
span.arrow_left {
	left: 1%;
}
span.arrow_right {
	right: 1%;
}

.module_ajankohtaista .ajankoht_pvm {
	color: #aaa;
}

.module_contentpicture_wrapper {
	display: flex;
}
.module_contentpicture_sivukuva {
	width: 50%;
	background-size: cover;
}

.module_contentpicture img {
	max-width: 100%;
}
div.module_contentpicture {
	display:block;
	word-wrap: break-word;	
	padding: 0;
}
.module_contentpicture > div {
	/*padding: 10px;*/
}
.module_contentpicture_inner {
	max-width: 62.5rem;
	margin: 0 auto;
	width: 50%;
	padding: 0 30px;
}
.module_contentpicture p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.module_contentpicture:after { /* FLOAT-KUVIEN KORJAUS */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.muokkaus_nappi {
	cursor: pointer;
	display: inline-block;
}
.muokkaus_nappi span {
	line-height: 20px;
	vertical-align: top;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.2em 1em;
}

.captiondiv {
	border: 1px #ddd solid;
	margin: 3px;
	display: inline-block;
	background: #eee;
	vertical-align: top;
}
.captiondiv div {
	padding: 3px;
}


/******* TEKSTI CLASS **********/
.module_contentpicture .valkoinen, .module_contentpicture .valkoinen p {
    color: white;
    text-shadow: 0px 0px 2px black;
}
.module_embed_iframe iframe, .module_embed_iframe video {
	display: block;
	width: 100%;
	min-height: 300px;
}
/* Otsikon tausta turkoosiksi, fontti valkoiseksi */
.module_forum h3.ui.top.attached.center.aligned.header.vari {
	background-color: #00948D;
	color: white;
	font-size: 25px;
}

/* Forumin otsikkolinkit */
.module_forum a.threadlink {
	color: black;
	font-size: 17px;
}
.module_forum a.threadlink:hover {
	color: #00948D;
	font-size: 17px;
}


/* Polun tyylit */
.module_forum div.ui.breadcrumb a {
	font-size: .92857143rem;
	font-weight: 700;
}
.module_forum div.active.section {
	color: black;
}
.module_forum div.ui.breadcrumb a.section {
	color: #00948D;
}
.module_forum div.ui.breadcrumb a.section:hover {
	color: grey;
}

/* Alun "Myyntipalstalla viestejä: lkm" muotoilu */
.module_forum div.ui.bottom.attached.segment > span strong { 
	color: black;
}





#content .row .row {
	margin: 0;
}

.forum_widget_otsikko {
	font-size: 1.5rem
}
.forum_widget_img_thread {
	height: 20px;
	padding: 4px;
}
.forum_widget_otsake_pvm {
	font-size: 0.9rem
}
div.forum_widget_otsake {
	padding: 0;
	padding-left: 10px;
	font-size: 1.1rem;
}

.module_galleria img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    -webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
 	        transition: all .2s ease;
}

/* GALLERIA-SIVU */
#lightGallery_page_div {
    display: block;
    /*background: #eee;
    border: 1px #888 solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 15px;*/
    padding: 5px;
    margin: 5px 0px 10px 0px;
}
#lightGallery_page_content {
    display: inline-block;
    position: relative;
    min-height: 100px;
    width: 100%;
}
#lightGallery_path {
    font-size: 16px;
    color: #333333;
    display: block;
}
.lightGallery_loading {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 200px;
}
.lightGallery_palaa {
    float: right;
}
.lightGallery_page_ul {
    list-style-type: none;
    display: inline;
    padding: 0px;
    overflow-x: auto;
}
.lightGallery_page_ul li, .lightGallery_page_kansio {
    display: block;
    margin: 8px;
    width: 140px;
    height: 140px;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    float:left;
    line-height: 120px;
 }
.lightGallery_page_kansio {
	padding-top: 0;
}
 .lightGallery_page_ul li:hover, .lightGallery_page_kansio:hover {

    background: #eee;
 }
.galleria_img {
    max-width: 120px;
    max-height: 120px;
    display: inline-block;
    cursor: pointer;
}

.haku_widget_form {
	display: inline-block;
}
.hakuform .ui.input input[type=text].hakuinput {
	width: auto;
}
@media (max-width: 767px) {
	.ui.form.haku_widget_form {
		display: block;
		width: 100%;
		padding: 0;
	}
	.ui.form.haku_widget_form .input {
		display: block;
	}
}

.hakutulokset_div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap; /* Make products overflow on new row */
	/*justify-content: center;*/
}
.hakutulokset_div > section {
	flex: 1 1 250px; /* Prevent the extra space around content */
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 400px;
	padding: 5px;
}

.hakutulokset_div .tuotekategoria_tuotetekstit h2 {
	font-size: 1.2rem
}
.hakutulokset_div > section > aside > h6 {
	font-size: 0.9rem;
}
.hakutulokset_div > section > .tuotekategoria_tuotekuva img {
	max-width: 200px;
	max-height: 150px;
}
.hakutulokset_div > section > .tuotekategoria_tuotekuva {
	height: 170px;
}
.hakutulokset_div > section > .tuotekategoria_tuotetekstit {
	flex-grow: 1;
}
.hakutulokset_tuotediv_vaaka > section {
	flex-direction: row;
	align-items: flex-start;
	max-width: none;
	flex-basis: auto;
	width: 100%;
}
.hakutulokset_tuotediv_vaaka .tuotekategoria_tuotetekstit {
	text-align: left;
}
.hakutulokset_tuotediv_vaaka > section > .tuotekategoria_tuotekuva {
	width: 150px;
	padding: 5px;
}
.hakutulokset_tuotediv_vaaka > section > .tuotekategoria_tuotekuva img {
	max-width: 130px;
}
.hakutulokset_tuotediv_vaaka .tuotekategoria_lisatiedot {
	width: 100px;
	flex: none;
}
@media screen and (max-width: 500px) {
	.hakutulokset_tuotediv_vaaka > section > .tuotekategoria_tuotekuva {
		width: 100px;
	}
	.hakutulokset_tuotediv_vaaka > section > .tuotekategoria_tuotekuva img {
		max-width: 80px;
	}
}


/******************** SISÄLTÖHAKU *********************/
.hakuotsikko {
	font-size: 16px;
	margin: 10px 0;
	border-bottom: 1px gray solid;
	
}
.hakusisalto {
	border-left: 1px gray dashed;
	padding-left: 10px;
}

.module_haku input[type=text], .module_haku input[type=password] {
	border-radius: 5px;
	margin: 3px;
	width: 80%;
	padding: 3px;
	display: inline-block;
}
.module_haku input[type=submit],.module_haku input[type=button] {
	border:1px solid #59b4d4;
	background:#0078a3;
	color:#eee;
	padding:5px 20px;
	border-radius:5px;
	cursor:pointer;
	text-decoration: none;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 15px;
}
.module_haku input[type=submit]:hover, .module_haku input[type=button]:hover {
	border:1px solid #666;
	background:#555;
	color:#fff;
}
.module_imageslider {
	text-align: center;

}
#content ul.imageslider {
	display: none;
	margin:0;
	padding:0;
	
}

.imageslide_div_content {
	display: block;
	text-align: center;
	overflow: hidden;
}
.imageslide_div_content img {
	display: block;
	margin: 0 auto;
	max-height: 400px;
	max-width: 100%;
	transition: opacity 1000ms ease-in-out;
}

.imageslide_div {
	position: relative;
	/*background: #333;*/
	min-height: 100px;
	display: block;
	margin: 0 auto;
	text-align: left;

}
.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  /*position: absolute;
  width: 100%;
  left: 0;
  top: 0;*/
	    list-style-type: none;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  border: 0;
}

p.caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
	opacity: 0;
	-moz-opacity: 0;
filter: alpha(opacity=0);
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
	background: transparent url(https://www.bee.ovh/moduulit/imageslider_uusi/nuolet.gif) no-repeat left top;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.imageslide_div:hover .callbacks_nav {
	opacity: 0.7;
}

.rslides img {
	width: auto;
}

@media (max-width: 600px) {
	.callbacks_nav {
		opacity: 0.7;
		-moz-opacity: 0.7;
	}
}
@media (max-width: 400px) {
	.rslides img {
		width: 100%;
	}
}
#script-warning {
	display: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 10px;
}
.ui-timepicker-table td a {
	width: auto;
}
.aikainput {
	max-width: 100px;
}
.module_kuva {
	padding: 5px 2px;
}
.module_kuva figure {
	position: relative; 
	overflow: hidden;
	display: inline-block;
}
.module_kuva figcaption {
	position: absolute;
	bottom: -100px;
	background: rgba(0,0,0,0.4);
	padding: 10px;
	color: #eee;
	opacity: 0;
	bottom: 0; 
	left: -30%;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.module_kuva figure:hover figcaption {
	opacity: 1;
	left: 0;
}
/*.module_loginform input[type=text], .module_loginform input[type=password] {
	border-radius: 5px;
	margin: 3px;
	width: 90%;
	padding: 3px;
	display: inline-block;
}
.module_loginform input[type=submit],.module_loginform input[type=button] {
	border:1px solid #59b4d4;
	background:#0078a3;
	color:#eee;
	padding:5px 20px;
	border-radius:5px;
	cursor:pointer;
	text-decoration: none;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 15px;
}
.module_loginform input[type=submit]:hover, .module_loginform input[type=button]:hover {
	border:1px solid #666;
	background:#555;
	color:#fff;
}*/

.loginwidget_text {
	text-align: left;
}
@media only screen and (max-width: 450px) {
	.ui.button.mobile_login_button {
		padding: .78571429em .78571429em .78571429em; /* .ui.icon.button */
	}
	.mobile_login_button_text {
		display: none;
	}
}
.module_muokkaa_ryhmia input[type=submit], .module_muokkaa_ryhmia input[type=button], .module_muokkaa_ryhmia .button_style2 {
	border:1px solid #59b4d4;
	background:#0078a3;
	color:#eee;
	padding:5px 20px;
	border-radius:5px;
	cursor:pointer;
	text-decoration: none;
	font-size: 14px;
}
.module_muokkaa_ryhmia input[type=submit]:hover, .module_muokkaa_ryhmia input[type=button]:hover, .module_muokkaa_ryhmia .button_style2:hover {
	border:1px solid #666;
	background:#555;
	color:#fff
}

.module_muokkaa_ryhmia .ui-accordion .ui-accordion-content {
    padding: 4px;
}

.tietojenmuutos_div {
	padding: 15px 30px;
	max-width: 600px;
}
.module_otayhteytta {

}
.module_otayhteytta input, .module_otayhteytta select, .module_otayhteytta textarea {
	display:block;
	width: 80%;
	max-width: 500px;
}
.module_otayhteytta > div {
	max-width: 500px;
	margin: 0 auto;
}

.module_parallax_image {
	position: relative;
	text-align: center;

	padding: 1rem;
	opacity:0.8;
}
.module_parallax_image {
	max-width: none;
}
.module_parallax_image_bg {
	position: absolute;
	top: 0; 
	left: 0;
	bottom: 0;
	right: 0;
	/*width: 100%; 
	height: 100%; */ 
	opacity: .4; 
	z-index: -1;
}
.module_parallax_image_teksti {
	opacity:1.0;
	margin: 0 auto;
	max-width: 62.5rem
}
.module_parallax_image .valkoinen, .module_parallax_image .valkoinen p {
    color: white;
    text-shadow: 0px 0px 2px black;
}
.module_kalenteri {
	text-align:center;
	font-size: 11px;
}
.module_kalenteri table {
	table-layout: fixed;
}
.module_kalenteri table tbody tr td, .module_kalenteri table tr td, .module_kalenteri table tr th, .module_kalenteri table, .module_kalenteri tr {
    line-height: 1em;
	padding: 0rem 0rem;
	font-size: inherit;
	background: none;
	margin: 0;
	text-align: center;
}
 .module_kalenteri table tr td span {
	padding: 0 4px;
}

.module_kalenteri h3 {
	font-size: 20px;
	font-weight: normal;
	text-align:center;
}
.module_kalenteri th {
	border-bottom: 2px #036F71 solid;
	height: 30px;
	vertical-align: middle;
	text-transform: uppercase;
}
.module_kalenteri td {
	height: 25px;
	vertical-align: middle;
}
.module_kalenteri .kalenteri_paiva {
	height: 25px;
	width: 25px;
	line-height: 23px;
	display: inline-block;
}
.module_kalenteri .kalenteri_tanaan {
	color: #fff;
	background: #036F71;
	/*border: 1px #333 solid;*/
	border-radius: 15px;
}
.module_kalenteri .kalenteri_ed_kk_paiva {
	color: #999;
}
/* SIVUPALKKI */
.module_sivuvalikko_uusi h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	font-weight: normal;
	color: inherit; /*#3d3d3d;*/
}
.module_sivuvalikko_uusi h2 a {
	text-decoration: none;
	color: inherit;
}
.tekstibox_sivu {
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	overflow:hidden;
}
.module_sivuvalikko_uusi > .tekstibox_sivu > .dropdown {
	margin-left: 0;
	padding-left: 0;
}
div.module_sivuvalikko_uusi ul {
	padding-left: 10px;
	margin-left: 0;
	list-style-type: none;
}
.module_sivuvalikko_uusi ul a {
	color: #333;
	text-decoration: none;
	padding: 5px 0;
	display: block;
}
.module_sivuvalikko_uusi ul a:hover {
	color: #aaa;
	/*background: #cde;
	border-radius: 15px;*/
}
#valittusivu {
	font-weight: bold;
}
.sivuvalikko_enemman {
	color: gray;
	margin-left: 20px;
}
.sivuvalikko_enemman:hover {
	color: #000;
}

@media (max-width: 700px) {
	.module_sivuvalikko h2 {
		font-size: 14px;
	}
	
}
.module_sivuvalikko_uusi .ui.button.slide_trigger {
	display: none;
	margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
	.module_sivuvalikko_uusi .slide_content {
		display: none;
	}
	.module_sivuvalikko_uusi .ui.button.slide_trigger {
		display: block;
	}
}
/* Muut itsetehdyt tapahtumaa kuvaavat kuvaikonit */
.tapahtumalista_div span.ui.avatar.tiny.image.ikonikuva, .tapahtumalista_div span.ui.avatar.tiny.image.ikonikuva > img {
	padding: 0px !important;
	margin: 0px !important;
	font-size: .85714286rem;
	width: 2.2em;
    height: 2.15em;
    line-height: 1!important;
}
/* Muut tapahtumaa kuvaavat ikonit */
.tapahtumalista_div i.circular.icon {
	margin: 0px !important;
}

/* Tapahtumien otsikot */
.tapahtumalista_div h2.ui.header {
	font-size: 20px;
	margin-bottom: 5px;
}

/* Ylägridin paddingin poisto */
.tapahtumalista_div div.sixteen.wide.column {
	padding-bottom: 0px !important;
}

/* Kartta modaalissa */
.tapahtumalista_div #map { 
	height: 400px; 
	width: 400px;
	margin-left: 15px;
	margin-top: 15px;
}

/* Modaali */
.tapahtumalista_div div.ui.modal.karttamodaali {
	position: absolute;
    top: 50px;
    right: 200px;
    width: 1000px;
    height: 500px;
}
.tapahtumalista_div button.ui.button.basic.tiny.piilotaKartta {
	float: right;
}

.tapahtumalista_div .kuvaus .grid .column {
	padding-top: 0.3em !important;
	padding-bottom: 0.3em !important;
}
/*
.tapahtumalista_div .kuvaus .grid {
	margin: 0 !important;
}
*/
.features {
  text-align: center; }
  .features hr {
    width: 25%;
    margin: 1rem auto; }
  .features .round-icon {
    background-color: #E87E04;
    border-radius: 50%;
    display: table;
    height: 120px;
/*    margin: -61px auto 1rem;*/
    margin: 10px auto 1rem;
    width: 120px;
    font-size: 4rem; }
    .features .round-icon span {
      color: #fff;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  @media only screen and (max-width: 40em) {
    .features .columns {
      margin-bottom: 5rem; } }

.module_three_content a {
	text-decoration: none;
}
.module_three_content a:hover {
	text-decoration: none;
	color: gray;
}
.module_three_content a:hover .round-icon {
	background-color: rgba(77,148,255,0.45);
}
.module_three_content .round-icon {
	padding: 3px;
}

.module_three_content .margintop .round-icon {
	margin-top: -70px;
}

@media only screen and (max-width: 640px) {
	.module_three_content .margintop .round-icon {
		margin-top: 0px;
	}
	
}
.features {
  text-align: center; }
  .features hr {
    width: 25%;
    margin: 1rem auto; }
  .features .image-block {
    background-size: auto 170px;
    background-position: center center;
    border: 8px rgba(255,255,255,0.2) solid;
    display: table;
/*    margin: -61px auto 1rem;*/
    margin: 10px auto 1rem;
    width: 170px;
    height: 140px;
    font-size: 4rem; }
    .features .image-block span {
      color: #fff;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  @media only screen and (max-width: 40em) {
    .features .columns {
      margin-bottom: 5rem; } }

.module_three_content_pictures .round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 50%; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%;
  
    height: 170px;
    border: 1px solid #fff;
}
.module_three_content_pictures a {
	text-decoration: none;
}
.module_three_content_pictures a:hover {
	text-decoration: none;
	color: gray;
}
.module_three_content_pictures a:hover .round {
    border: 1px solid #fff;

}
.module_three_content_pictures a:hover .image-block {
	background-color: rgba(77,148,255,0.45);
	opacity:0.9;
    border: 1px solid #fff;
}
.module_three_content_pictures .image-block {
	padding: 3px;
}

.module_three_content_pictures .margintop .image-block {
	margin-top: -70px;
}

@media only screen and (max-width: 640px) {
	.module_three_content_pictures .margintop .image-block {
		margin-top: 0px;
	}
	
}
#content .folder_tree ul {
    list-style: none outside none;
	padding-left: 5px;
	border-left: 3px #f93 solid;
}
.folder_tree ul li span {
    line-height: 30px;
	display: block;
}
.folder_tree  ul > li > span {
    font-weight: normal;
    position: relative;
    text-decoration: none;
	cursor: pointer;
}
.folder_tree  ul > li > span.file:hover{
	color: gray;
}
.folder_tree li > span.folder {
    padding: 0 0 0 28px;
}
.folder_tree ul li > span.folder:before {
    background-image: url(https://www.bee.ovh/moduulit/tiedostolistaus/../../img/cms/plus_minus_icons.png);
    background-position: 25px center;
     content: ""; 
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0px;
    vertical-align: middle;
    width: 23px;
}
.folder_tree ul li.active > span:before {
    background-position: 0 center;
}
.folder_tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 10px;
}
.folder_tree ul li ul li {
    position: relative;
}
.folder_tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}
.chathallinta_wrap {
	margin: 10px auto;
	max-width: 600px;	
}

.chathallinta_rooms {
	max-height: 350px;
	overflow-y: auto;
}

.chathallinta_rooms .segment:hover, .chathallinta_rooms .segment.active {
	background: #f7f7f7;
	cursor: pointer;
}

.chathallinta_header_div {
	/*line-height: 25px;*/
}

