.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	z-index: 9999;
	/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
	display: none;
	left:0px;
	font-weight:300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px;
}.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.gdpr-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.gdpr-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
	overflow: hidden
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2));
	}
}
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}
.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
	display: none;
}
.gdpr-tab-content>.active {
	display: block;
}
.gdpr-fade {
	transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
	display: block;
}
.cli-fade {
	transition: opacity .15s linear;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;

}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
	font-size:0;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #fff;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	color:#2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #ffffff;
	border-radius: 0;
}

.cli-tab-footer {
	width:100%;
	text-align:right;
	padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}
.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}
.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
	position: relative;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#000;
	text-transform: capitalize;

}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: transparent;
	border:none;
	min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}
.wt-cli-privacy
{
	display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size:12px;
	text-align:right;
	min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color:#000;
	text-decoration: underline;
}
.cli-modal-footer {
	position: relative;
}
a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
	transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
	fill: #000;
}
span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
	display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
	overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}
.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);

  }
  .cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
	animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	99.9% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes blowUpContentTwo {
	0% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes blowUpModal {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes blowUpModalTwo {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	50% {
		transform: scale(0.5);
		opacity: 0;
	  }
	100% {
	  transform: scale(0);
	  opacity: 0;
	}
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}
.cli_settings_button
{
	cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
	display: none;
	font-size:16px;
}
/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}
/* GDPR Bar Version 2 */
.cli-bar-container{
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}
.cli-style-v2 a
{
	cursor: pointer;
}
.cli-bar-btn_container a {
	white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
	font-weight:inherit;
}
.cli-style-v2
{
	font-size: 11pt;
	line-height: 18px;
	font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
	display: block;
}
.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
	width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
	flex-wrap: wrap;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
	text-align: left;
	/* padding-left: 15px; */
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
	margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}
/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
	padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
	padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
	text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}
.wt-cli-necessary-checkbox {
	display: none !important;
}
@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message
	{
		width:100%;
	}
	.cli-style-v2.cli-bar-container
	{
		justify-content:left;
		flex-wrap: wrap;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left:0px;
		margin-top: 10px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
	{
		padding: 25px 25px;
	}
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111111;
	font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
	width: 65px;
	margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
	padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){

	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}/* Värit */

.footer li a:hover, .tablepress tfoot th, .tablepress thead th, .burger span {
	background: #f58231;
}

/* Oranssi taustaväri */

.main-nav a:hover, .main-nav li.active a, .burger span, a, a:visited {
	color: #f58231;
}

/* Oranssi väri */

.harmaatausta {
	background: #49545a;
}

/* Harmaa taustavärit */

.harmaavari, .headerinfo a, .headerinfo span {
	color: #49545a;
}

/* Harmaa tekstiväri */

.main-nav ul ul {
	border-top: 3px solid #f58231;
}

.palvelutsivu .palvelutdiv:hover {
	border: 1px solid #f58231;
}

/* Fontit */

body, input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="submit"], a.button3, .button3 {
	font-family: 'Saira Extra Condensed', sans-serif;
}

/* Animoinnit */

a.button:after, .etusivu2 a:after, .etusivu2 a, .headerinfo, .sticky, .logo img, .tuotteet211 img, a.button3, .tapahtumateksti, h3.tapahtumaotsikko:after, .laskutustiedot {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

/* Muut */

.headerinfo {
	padding: 8px 0;
	max-height: 100px;
}

.headerinfo a.ylalinkki {
	font-weight: 500;
	float: right;
	line-height: 15px;
	font-size: 16px;
	border-right: 1px solid #49545a;
	padding: 0 20px 0 0;
	margin: 5px 20px 5px 0;
}

.headerinfo a.ylafb {
	border-right: none;
	margin: 0;
}

.kielivalikko {
	float: right;
	line-height: 25px;
	font-size: 16px;
}

.kielivalikko span {
	font-weight: 500;
	padding: 0 5px 0 0;
}

.wpml-ls-legacy-dropdown {
	float: right;
	width: auto;
}

.wpml-ls-legacy-dropdown a {
	border: none;
	padding: 7px 5px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 20px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	border: .15em solid transparent;
	border-top: 0.2em solid #777;
	right: 7px;
	top: calc(50% - .075em);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	background: #eee;
}

.wpml-ls-legacy-dropdown a:hover {
	background: #ccc;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	display: block;
}

.iframediv {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.blogsidebar {
	padding-top: 0;
}

.laatikko {
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	padding: 25px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width: 100%;
	box-sizing: border-box;
}

.logo {
	z-index: 99999;
}

.logo img {
	padding: 0;
	max-height: 100px;
	z-index: 99999;
	width: 290px;
}

.main-nav a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	color: #49545a;
}

.ajankohtaista h2, .otsikkoviiva h2, .etusivuteksti h2 {
	margin: 0 0 30px 0;
	color: #444;
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 120%;
}

.etusivuteksti h2 {
	margin-top: 0;
}

.keskitys {
	text-align: center
}

.sisalto {
	padding: 20px;
	background: #f5f5f5;
}

.sisaltoalue, .sidebar {
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 20px 0;
	padding: 20px;
}

.clear {
	clear: both;
}

.wp-block-image img {
	height: auto;
}

.blogpost:first-of-type {
	padding-top: 0;
}

.blogpost:last-of-type {
	border-bottom: 0;
}

.single-image img {
	width: 100%;
	height: auto;
}

.button, a.button {
	background: transparent;
	border: 2px solid #f58231;
}

a.button:after {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/nappinuoli.png);
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translate(0, -50%);
}

a.button:hover:after {
	right: 30px;
	filter: brightness(0) invert(1);
}

li.menu-item-has-children a {
	padding-right: 25px;
	position: relative;
}

li.menu-item-has-children a:after {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/alavalikkonuoli.png);
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%);
	line-height: 0;
}

.main-nav li.active ul a {
	color: #49545a;
}

.main-nav ul ul a {
	font-size: 20px;
	width: 200px;
}

.main-nav ul ul a:after {
	content: none;
}

.secondary-nav ul {
	background: #f58231;
	margin-left: 20%;
}

.main-nav.secondary-nav a {
	color: #fff;
	position: relative;
	font-size: 24px;
}

.main-nav.secondary-nav a:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	top: 50%;
	right: 0;
	background: #fff;
	transform: translate(50%, -50%);
}

.main-nav.secondary-nav li:last-child a:after {
	content: none;
}

.main-nav.secondary-nav a:hover, .main-nav.secondary-nav a:focus, .main-nav.secondary-nav li.active a {
	color: #111;
}

.valikko1 .footer-secondary-nav a {
	background: #f58231;
	margin: 3px 0;
}

.valikko1 .footer-secondary-nav a:hover, .valikko1 .footer-secondary-nav a:focus {
	color: #111;
}

.topscroll {
	position: fixed;
	bottom: 20px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: #f58231;
	transition: .3s all ease;
	cursor: pointer;
	z-index: 999999;
}

.topscroll.nakyy {
	right: 20px;
}

span.viiva {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
	height: 3px;
	width: 10px;
	background: #fff;
}

span.viiva2 {
	transform: translate(-50%, -50%) rotate(-45deg);
	right: 8px;
}

.sticky {
	border-top: 15px solid #49545a;
}

.sticky.kelluva {
	margin-top: -15px;
	border-bottom: 1px solid #c3cdd2;
}

.kelluva .headerinfo {
	opacity: 0;
	max-height: 0;
	padding: 0;
	overflow: hidden;
}

.kelluva .logo img {
	max-height: 50px;
}

.kelluva .valikko {
	margin-top: 0;
}

.burger {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
}

.burger span {
	display: block;
	width: 40px;
	height: 6px;
	margin: 0 0 6px 0;
	position: relative;
	top: 0;
	transition: all ease-in-out 0.4s;
}

.burger.burgeropen span:nth-child(2) {
	width: 0;
	opacity: 0;
}

.burger.burgeropen span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
	box-shadow: none;
}

.burger.burgeropen span:nth-child(3) {
	transform: rotate(-45deg);
	top: -12px;
	box-shadow: none;
}

.valikko1 {
	height: 0;
	opacity: 0;
	position: fixed;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	width: 100%;
	padding: 0;
	background: #49545a;
	top: -1000px;
	left: 0;
}

.valikko1hide {
	height: auto;
	opacity: 1;
	z-index: 1;
	top: 54px;
}

.valikko1hide {
	display: block;
}

.valikko1 ul {
	border-top: none;
	margin: 0;
	padding: 0;
}

.valikko1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.valikko1 a {
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	padding: 13px 0;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	line-height: 100%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.valikko1 a:hover {
	background: #f58231;
}

.valikkoala {
	width: 100%;
	display: table;
}

.valikkoala a {
	width: 50%;
	height: 100%;
	vertical-align: middle;
	padding: 20px 0;
	border-top: 1px solid #888;
	font-weight: 400;
	font-size: 18px;
	color: #ccc;
	box-sizing: border-box;
}

.valikkoala a:last-of-type {
	border-left: 1px solid #888;
}

.valikko1 a, .valikkoala a {
	display: none;
}

.valikko1hide a {
	display: block;
}

.valikko1hide .valikkoala a {
	display: table-cell;
}

ul.mobiilikielet {
	text-align: center;
	border-top: 1px solid #3c454a;
}

.mobiilikielet li {
	display: inline-block;
}

.mobiilikielet li a {
	padding: 10px;
	width: auto;
	font-size: 18px;
	font-weight: bold;
}

.ylaosa1 {
	position: relative;
	margin: 144px 0 0 0;
	padding: 200px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.ylaosa1__palvelukuvake {
	padding: 100px 0;
}

.ylaosa1 h1 {
	color: #fff;
	text-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
	max-width: 750px;
	margin: 0 auto;
	line-height: 100%;
	font-size: 80px;
}

.ylaosa11 {
	display: flex;
	position: absolute;
	width: calc(70% - 20px);
	max-width: 1100px;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.ylaosa111 {
	width: 50%;
	border-top: 15px solid #f58231;
	border-left: 15px solid #f58231;
	border-bottom: 15px solid #f58231;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}

.ylaosa112 {
	width: 50%;
	border-top: 15px solid #49545a;
	border-right: 15px solid #49545a;
	border-bottom: 15px solid #49545a;
	box-sizing: border-box;
	margin: 0 0 0 10px;
}

.ylaosa-icon {
	margin: 0 0 30px 0;
}

.etusivu11 {
	background: #fff;
	padding: 60px 30px;
	text-align: center;
	margin: -100px 0 0 0;
}

.kavennus {
	max-width: 800px;
	margin: 0 auto;
}

.etusivu2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.etusivu21 {
	width: 50%;
	padding: 150px 50px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
}

.etusivu2 h2 {
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 100%;
}

.etusivu2 p {
	color: #fff;
	margin: 0 0 25px 0;
	font-weight: 300px;
}

.etusivu2 a {
	color: #fff;
	padding: 10px 30px 10px 20px;
	position: relative;
	border: 2px solid #fff;
	display: inline-block;
	line-height: 100%;
}

.etusivu2 a:hover {
	background: #fff;
	color: #f58231;
	text-decoration: none;
}

.etusivu2 a:after {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/nappinuoli.png);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	filter: brightness(0) invert(1);
}

.etusivu2 a:hover:after {
	right: 15px;
	filter: none;
}

.etusivu3 {
	padding: 100px 0;
	text-align: center;
	overflow: hidden;
}

.etusivu3 h2 {
	color: #f58231;
	font-size: 50px;
}

.etusivu31 {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}

.etusivu311 {
	width: 50%;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
}

.etusivu311 img {
	width: 100%;
	height: auto;
	display: block;
}

.etusivu311 h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	line-height: 110%;
	width: 100%;
	padding: 0 15%;
	box-sizing: border-box;
}

a.etusivu311:hover h3 {
	color: #f58231;
}

.someseina, .rssfeed {
	padding: 60px 0;
	background: #e9e7e8;
	text-align: center;
	margin: 20px 0;
}

.someseina a.fbotsikko, a.rssotsikko {
	margin: 0 0 40px 0;
	font-size: 40px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 45px;
	display: inline-block;
}

.someseina a.fbotsikko:before, a.rssotsikko:before {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/fb1.png);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.someseina a.fbotsikko {
	margin: 0;
}

a.rssotsikko:before {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/rss1.png);
}

.rssfeed1 {
	display: flex;
	flex-wrap: wrap;
}

.rssfeed2 {
	width: 50%;
	text-align: left;
	padding: 0 40px 40px 0;
	box-sizing: border-box;
}

.rssfeed2 h3 {
	font-size: 26px;
	font-weight: 900;
}

.rssfeed2 h3 span {
	font-size: 16px;
	font-weight: 500;
}

.rssfeed2 h3 a {
	color: #13457f;
}

.rssfeed2 h3 a:hover {
	text-decoration: underline;
}

.rssfeed2 ul {
	margin: 0;
}

#main .rssfeed2 li {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	position: relative;
	font-size: 22px;
	list-style-type: none;
	line-height: 130%;
}

.rssfeed2 li a {
	color: #49545a;
}

.rssfeed2 li:before {
	content: "›";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
}

span.rssaika {
	font-size: 16px;
	margin: 0 0 0 10px;
}

.sisalto1 {
    margin: 5rem auto;
}

.tuotteet1 {
	text-align: center;
}

.tuotteet2 {
	text-align: center;
	background: #e9e8e8;
	padding: 1px 0 80px 0;
}

.tuotteet2 h2 {
	margin: 80px 0 40px 0;
	color: #f58231;
}

.tuotteet21 {
	display: flex;
	flex-wrap: wrap;
}

.tuotteet211 {
	width: 33.333333%;
}

.tuotteet211:nth-child(3n-2) {
	text-align: left;
}

.tuotteet211:nth-child(3n) {
	text-align: right;
}

.tuotteet211 img {
	max-width: 100%;
	height: auto;
	display: block;
	z-index: 3;
}

.tuotteet211 img:hover {
	opacity: 0.8;
}

.tuotteet211 a.kuvalinkki {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.tuotteet211 a.kuvalinkki:before {
	z-index: -1;
	content: "";
	position: absolute;
	width: 45%;
	height: 100%;
	border-top: 5px solid #f58231;
	border-left: 5px solid #f58231;
	border-bottom: 5px solid #f58231;
	top: -12px;
	left: -12px;
	padding: 7px;
}

.tuotteet211 a.kuvalinkki:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 45%;
	height: 100%;
	border-top: 5px solid #49545a;
	border-right: 5px solid #49545a;
	border-bottom: 5px solid #49545a;
	top: -12px;
	right: -12px;
	padding: 7px;
}

.tuotteet211 h3, .tuotteet211 h3 a {
	max-width: 255px;
	color: #49545a;
	text-transform: uppercase;
	line-height: 100%;
	text-align: center;
	font-size: 35px;
	margin: 25px 0 0 0;
}

.tuotteet211 h3 a:hover {
	color: #f58231;
}

.tuotteet211:nth-child(3n-1) h3 {
	margin: 25px auto 0 auto;
}

.tuotteet211:nth-child(3n) h3 {
	text-align: center;
	float: right;
}

.tuotteet31 {
	padding: 50px 0 0 0;
}

h2.tuotteetotsikko {
	color: #fff;
	font-size: 52px;
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0 10px 0;
	padding: 60px 10px 60px 10px;
	box-sizing: border-box;
	background-color: #49545a;
	background-image: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/valiotsikon-pohja.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tuotteetkuva img {
	width: 100%;
	height: auto;
}

.tuotteetkuva {
	max-height: 600px;
	overflow: hidden;
}

.tuotteetvaliotsikko {
	text-align: center;
}

.tuotteetvaliotsikko h3 {
	max-width: 950px;
	margin: 50px auto;
	font-size: 35px;
}

.tuotteet311 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1920px;
    margin: auto;
}

.tuotteet311:nth-child(odd) {
	direction: rtl;
}

.tuotteet3111 {
	width: 50%;
	direction: ltr;
}

.tuotteet3111 img {
	max-width: 100%;
	height: auto;
	display: block;
}

.tuotteet3112 {
	width: 50%;
	padding: 100px 80px;
	box-sizing: border-box;
	direction: ltr;
	max-width: 750px;
	margin: auto;
}

.tuotteet311-1 {
	margin: 5rem auto;
	text-align: center;
}

.tuotteet4 {
	margin: 0 0 80px 0;
}

.tuotteet312 {
	margin: 80px auto;
	width: 400px;
	max-width: 80%;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	z-index: 2;
}

.tuotteet312:before {
	z-index: -1;
	content: "";
	position: absolute;
	width: 47%;
	height: 100%;
	border-top: 5px solid #f58231;
	border-left: 5px solid #f58231;
	border-bottom: 5px solid #f58231;
	top: -12px;
	left: -12px;
	padding: 7px;
}

.tuotteet312:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 47%;
	height: 100%;
	border-top: 5px solid #49545a;
	border-right: 5px solid #49545a;
	border-bottom: 5px solid #49545a;
	top: -12px;
	right: -12px;
	padding: 7px;
}

.tuotteet312 h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 26px;
}

.tuotteet312 p {
	margin: 0;
}

.kumppanuus1 {
	margin: 0 0 80px 0;
}

.kumppanuus11 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	max-width: 1920px;
	margin: auto;
}

.kumppanuus11:nth-child(even) {
	direction: rtl;
}

.kumppanuus111 {
	width: 50%;
	padding: 170px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	direction: ltr;
}

.kumppanuus112 {
	width: 50%;
	padding: 100px 80px;
	box-sizing: border-box;
	max-width: 650px;
	direction: ltr;
}

.kumppanuus112 h3 {
	color: #f58231;
	text-transform: uppercase;
	font-size: 35px;
}

.yritys1 {
	padding: 80px 0 140px 0;
	text-align: center;
	background-image: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/historia-tausta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

h2.historiaotsikko {
	margin: 0 0 50px 0;
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.timeline * {
	box-sizing: border-box;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #f58231;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

span.alku {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	color: #f58231;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 5px solid #f58231;
	padding: 10px 0;
	line-height: 100%;
}

span.loppu {
	color: #f58231;
	font-size: 35px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	padding: 10px 20px;
	border-top: 5px solid #f58231;
	line-height: 100%;
}

.container1 {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.container1::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: #49545a;
	border: 4px solid #fff;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.left {
	left: 0;
}

.right {
	left: 50%;
}

.left::before {
	content: "";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

.right::before {
	content: "";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

.right::after {
	left: -16px;
}

.content {
	padding: 20px 30px 1px 30px;
	background-color: white;
	position: relative;
	border-radius: 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	text-align: left;
}

span.vuosi {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}

h3.tapahtumaotsikko {
	font-size: 30px;
	color: #f58231;
	display: block;
	cursor: pointer;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 10px 0;
}

h3.tapahtumaotsikko:after {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/historianuoli.png);
	position: absolute;
	right: 0;
	top: 0;
}

h3.tapahtumaotsikko:hover {
	color: #49545a;
}

h3.tapahtumaotsikko.active:after {
	transform: rotate(-180deg);
}

.tapahtumateksti {
	max-height: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.tapahtumateksti.show {
	max-height: 2000px;
}

.content img {
	padding: 5px;
	background: #fff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	margin: 0 0 0 4px;
	max-width: 96%;
	height: auto;
}

.timeline p, #main .timeline li {
	font-size: 22px;
}

.yritys2 {
	padding: 100px 0;
	text-align: center;
}

.yritys1-1 {
	padding: 0 0 100px 0;
}

h2.otsikko2 {
	color: #f58231;
	line-height: 100%;
}

.yritys21 {
	display: flex;
	flex-wrap: wrap;
}

.yritys211 {
	width: 33.333333%;
	padding: 30px;
	box-sizing: border-box;
}

.yritys211 h3 {
	font-size: 30px;
}

.yritys3 {
	padding: 0 0 80px 0;
	text-align: center;
}

.gallery a {
	color: transparent;
}

.gallery a img {
	float: left;
	width: 33.333333%;
	height: auto;
	border: none;
	padding: 10px;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
	box-sizing: border-box;
}

.gallery img:hover, .gallery img:focus {
	border: none;
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.harmaatausta {
	background-color: #e9e8e8;
}

.ura1 {
	text-align: center;
	padding: 80px 0;
}

div.accordion {
	background-color: #48535a;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	padding: 25px 100px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 22px;
	line-height: 125%;
	transition: all 0.15s;
	border-radius: 0;
	margin: 5px 0 0 0;
	box-sizing: border-box;
	position: relative;
}

div.accordion:before {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/plussa.png);
	position: absolute;
	left: 43px;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.15s;
}

div.accordion:hover:before, div.accordion.active:before {
	filter: brightness(0) invert(1);
}

.accordion11 {
	float: left;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}

.accordion12 {
	float: left;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}

div.accordion span {
	display: block;
}

span.accotsikko {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

div.accordion.active, div.accordion:hover {
	background-color: #f58231;
	color: #fff;
}

div.accordion.active span.accotsikko, div.accordion:hover span.accotsikko {
	color: #fff;
}

div.panel {
	padding: 0 30px;
	max-height: 0;
	background-color: #e9e8e8;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	opacity: 0;
	text-align: left;
}

div.panel h3 {
	margin: 30px 0 5px 0;
	font-size: 22px;
	font-weight: 500;
}

div.panel p {
	padding: 0;
	margin: 10px 0;
}

div.panel.show {
	opacity: 1;
	max-height: 2500px;
	padding: 15px 0 0 0;
}

div.panel .sisa1 {
	padding: 0 30px;
}

div.panel .sisa2 {
	margin: 30px 0 0 0;
	padding: 10px 30px;
}

.lomake1 {
	display: flex;
	flex-wrap: wrap;
}

div.lomake1 p {
	margin: 0;
}

.lomakepuolikas1 {
	width: 50%;
	box-sizing: border-box;
}

.lomakepuolikas1:nth-child(odd) {
	padding: 0 30px 0 0;
}

.lomakepuolikas1:nth-child(even) {
	padding: 0 0 0 30px;
}

.lomakepuolikas2 {
	display: flex;
	flex-wrap: wrap;
}

.lomakepuolikas21 {
	width: 50%;
	box-sizing: border-box;
}

.lomakepuolikas21:nth-child(odd) {
	padding: 0 5px 0 0;
}

.lomakepuolikas21:nth-child(even) {
	padding: 0 0 0 5px;
}

.wpcf7 .keskitys {
	margin: 20px 0 0 0;
}

.wpcf7 .keskitys a {
	font-size: 20px;
	color: #49545a;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 2px solid #9e9e9e;
	padding: 15px;
	outline: none;
	font-size: 24px;
	color: #49545a;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-top: 10px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

input[type="submit"] {
	background: #f58231;
	cursor: pointer;
	display: block;
	font-size: 30px;
	color: #fff;
	padding: 10px;
	width: 100%;
	font-weight: 300;
	box-sizing: border-box;
	margin: 15px 0 0 0;
}

span.wpcf7-not-valid-tip {
	font-size: 18px;
	line-height: 150%;
}

select {
	cursor: pointer;
	padding: 5px 15px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e8e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e9e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e8e8', GradientType=0);
}

.ura2 {
	padding: 10px 0 80px 0;
}

.ura2 h2 {
	margin: 0 0 40px 0;
}

.yhteys1 {
	padding: 0 0 80px 0;
	text-align: center;
}

.yhteys11 {
	display: flex;
	flex-wrap: wrap;
}

.yhteys111 {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
}

.yhteys111 h3 {
	font-size: 30px;
	margin: 0 0 5px 0;
}

.yhteys111 p {
	margin: 0 0 5px 0;
}

/* .yhteys1111 { margin-top:auto; } */

a.button3, .button3 {
	cursor: pointer;
	text-transform: none;
	font-size: 26px;
	background: transparent;
	margin: 10px auto 0 auto;
	color: #49545a;
	border: 2px solid #49545a;
	padding: 5px;
	width: 190px;
	line-height: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
}

a.button3:hover, .button3:hover, .button3.active1 {
	color: #fff;
	background: #49545a;
	text-decoration: none;
}

.laskutustiedot {
	max-height: 0;
	overflow: hidden;
	margin: 25px 0 0 0;
}

.laskutustiedot p {
	margin: 0;
	font-size: 20px;
}

.laskutustiedot.show1 {
	max-height: 1500px;
}

.yhteys2 {
	padding: 0 0 80px 0;
}

.yhteys21 {
	background: #e9e8e8;
	padding: 40px;
}

/* Checkbox style
.wpcf7-form-control-wrap.kiinnostukset { display:flex; flex-wrap:wrap; }
.wpcf7-form-control-wrap.kiinnostukset span.wpcf7-list-item label { display:flex; float:left; }
.wpcf7-form-control-wrap.kiinnostukset span.wpcf7-list-item .wpcf7-list-item-label { margin:0 0 0 5px; }
.wpcf7-form-control-wrap.kiinnostukset input[type="checkbox"] { margin-top:7px; }
span.wpcf7-list-item label { margin:0; width:50%; padding:0 20px 10px 0; box-sizing:border-box; line-height:100%; }
*/

/* Radio style */

.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-radio>span {
	width: 50%;
	margin: 0;
	padding: 0 20px 10px 0;
	box-sizing: border-box;
	line-height: 100%;
}

.wpcf7-radio>span>label {
	display: flex;
	cursor: pointer;
}

.wpcf7-form-control-wrap.kiinnostukset span.wpcf7-list-item .wpcf7-list-item-label {
	margin: 0 0 0 5px;
	font-size: 24px;
}

.wpcf7-form-control-wrap.kiinnostukset input[type="radio"] {
	margin-top: 6px;
}

div.lomake1 p.lomakepmargin {
	margin: 0 0 5px 0;
}

.valinta1teksti {
	display: none;
	position: fixed;
}

.valinta1tekstinakyva {
	display: block;
}

span.valintaselite {
	display: none;
	max-width: 250px;
	padding: 10px;
	background: #fff;
	font-size: 20px;
	line-height: 125%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

span.valintaseliteshow {
	display: block;
	position: fixed;
	overflow: hidden;
}

.yhteys3 .tuotteet211 {
	width: 25%;
	padding: 30px;
	box-sizing: border-box;
}

.yhteys3 .tuotteet211:nth-child(3n) h3 {
	float: none;
}

.yhteys4 {
	text-align: center;
	padding: 80px 0;
}

.yhteys411 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
	justify-content: center;
}

.yhteys4111 {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
}

.yhteys4111 h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
}

.yhteys4111 p {
	margin: 0 0 10px 0;
}

.mediapankki1 {
	padding: 40px 0 80px 0;
}

.mediapankki11 {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.mediapankki111 {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

ul.mediapankki1111 {
	background: #e9e8e8;
	padding: 20px;
	margin: 0;
	text-align: left;
}

#main .mediapankki1111 li {
	margin: 0 0 5px 0;
	list-style-type: none;
	padding: 0 0 0 35px;
	position: relative;
}

#main .mediapankki1111 li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -55%);
	line-height: 0;
}

#main .mediapankki1111 li.tyyppi-pdf:before {
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/pdf.png);
}

#main .mediapankki1111 li.tyyppi-kuva:before {
	width: 22px;
	height: 30px;
	background-image: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/file-image-light.svg);
	background-size: 22px 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

.mediapankki1111 li a {
	color: #49545a;
}

.mediapankki1111 li a:hover {
	color: #f58231;
}

.ff-loadmore-wrapper {
	display: none;
}

.ff-item .ff-img-holder {
	max-height: 220px;
	overflow: hidden;
}

.ff-stream {
	min-height: 0!important;
}

.addtoany_share_save_container {
	position: relative;
	margin: 80px 0 10px 0;
}

.addtoany_list {
	padding: 0 0 0 60px;
}

.addtoany_share_save_container:before {
	position: absolute;
	top: -50px;
	content: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/jako.png);
}

div.wpcf7-response-output {
	margin: 0;
	padding: 20px;
	border-top: none!important;
	border-bottom: none!important;
	border-right: none!important;
	background: #f5f5f5;
}

.footer {
	background-image: url(//www.woodcomp.fi/wp-content/themes/woodcomp/images/woodcomp-footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.footer1 {
	display: flex;
	flex-wrap: wrap;
}

.footer11 {
	width: 25%;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}

.footer12 {
	width: 50%;
	padding: 0 40px;
	box-sizing: border-box;
}

.footer13 {
	width: 25%;
}

.footer p, .footer li, .footer li a, .footer a {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}

.footer p {
	margin: 0 0 20px 0;
}

.footer11 img {
	margin: 0 0 20px 0;
	max-width: 100%;
	height: auto;
}

.footer11 h3 {
	font-size: 22px;
	margin: 0 0 5px 0;
}

.footer11 p {
	margin: 0 0 5px 0;
}

.footer12 {
	text-align: center;
}

.footer121 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px 0;
}

.footer1211 {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.footer1211 img {
	max-width: 100%;
	height: auto;
}

.footer13 {
	text-align: right;
}

.footer li a {
	border: none;
	padding: 0;
}

.footer li a:hover {
	background: transparent;
	text-decoration: underline;
}

.footersomet {
	margin: 25px 0 0 0;
}

/* Ajankohtaista */

.ylaosa2 {
	margin: 119px 0 0 0;
	padding: 50px 0 0 0;
	text-align: center;
}

.ylaosa2 h1 {
	margin: 0;
}

.ajankohtaista1 {
	padding: 20px 30px;
	margin: 30px auto;
	background: #e9e8e8;
	max-width: 500px;
}

ul.ajankohtaista11 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ajankohtaista11 li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	list-style-type: none;
}

.ajankohtaista11 li:last-child {
	border-bottom: 0;
}

.ajankohtaista11 a {
	color: #49545a;
}

/* Social share style */

.social-share-container {
	margin: 40px 0;
	text-align: center;
}

.social-link, a.social-link {
	padding: 0.5em 1em;
	color: #fff;
	font-size: 1em;
	margin: 0 5px 5px 0;
	cursor: pointer;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	display: inline-block;
	text-decoration: none;
}

.social-link:hover, .social-link:active, a.social-link:hover {
	color: #fff;
	text-decoration: none;
}

.social-twitter {
	background: #00aced;
}

.social-twitter:hover, .social-twitter:active {
	background: #0084b4;
}

.social-facebook {
	background: #3B5997;
}

.social-facebook:hover, .social-facebook:active {
	background: #2d4372;
}

.social-pinterest {
	background: #bd081c;
}

.social-pinterest:hover, .social-pinterest:active {
	background: #980515;
}

.social-linkedin {
	background: #0074A1;
}

.social-linkedin:hover, .social-linkedin:active {
	background: #006288;
}

a.social-whatsapp {
	background: #43d854;
	display: none;
}

a.social-whatsapp:hover, a.social-whatsapp:active {
	background: #009688;
}

.social-email {
	background: #0166ff;
}

.social-email:hover, .social-email:active {
	background: #024bbb;
}

.social-social {
	text-align: left;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}

.social-share-title {
	display: block;
	margin: 0 0 20px 0;
}

/* Palvelusivut */

.content-3__heading {
	padding: 80px 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.content-3__heading::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #6F6F6F;
    mix-blend-mode: multiply;
}

.content-3__heading h2 {
	color: #fff;
	margin: 0;
}

.content-3__content {
	margin: 80px 0;
	text-align: center;
}

.three-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto 50px auto;
}

.three-columns__column {
	width: 33.333333%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.three-columns img {
	padding: 5px;
	border: 5px solid #f48232;
	border-radius: 50%;
}

.three-columns p {
	font-size: 22px;
	margin: 10px 0;
	line-height: 1.4;
}

.persons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

.reveal .persons .person img {
	height: 220px;
	width: 220px;
}

.reveal .content-3__heading .container h2 {
	font-weight: 300;
	text-transform: uppercase;
}

.persons .person {
	width: 50%;
}

.person {
	margin: 80px 0;
	text-align: center;
}

.person .tuotteet312 {
	margin: 12px auto 0 auto;
}

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

@media (max-width: 1299px) {
	.yhteys4111 {
		width: 33.333333%;
	}
	.etusivu311 h3, .tuotteet211 h3, .tuotteet211 h3 a {
		font-size: 30px;
	}
	.main-nav.secondary-nav a {
		font-size: 23px;
	}
}

@media (max-width: 1299px) {
	.yhteys111 {
		width: 50%;
		margin: 0 0 40px 0;
	}
	.main-nav a, .main-nav.secondary-nav a {
		font-size: 20px;
	}
	.logo img {
		max-width: 200px;
	}
}

@media (max-width: 1199px) {
	.yhteys111 {
		width: 50%;
		margin: 0 0 40px 0;
	}
	.main-nav a, .main-nav.secondary-nav a {
		font-size: 20px;
	}
}

@media (max-width: 1099px) {
	.main-nav a {
		padding: 0 10px;
	}
	.yritys211 {
		width: 50%;
	}

	.etusivu311 {
		width: 33%;
	}

	.tuotteet211 {
		padding: 20px;
		box-sizing: border-box;
	}
	.yhteys3 .tuotteet211 {
		padding: 20px;
	}
	.tuotteet211 h3 a {
		font-size: 25px;
	}
}

@media (max-width: 999px) {
	.headerblock {
		display: inline-block;
		width: 100%;
	}
	.main-nav.secondary-nav li a:after {
		content: none;
	}
	.main-nav a, .main-nav.secondary-nav a {
		font-size: 16px;
		padding: 0 24px;
	}
	.sticky {
		position: fixed;
		border-top: none;
	}
	.burger {
		display: block;
		top: 10px;
		right: 15px;
	}
	.logo {
		position: relative;
		margin: 0;
		text-align: left;
		left: 0;
		top: 3px;
		display: inline-block;
		transform: none;
	}
	.logo img, .kelluva .logo img {
		max-height: 48px;
	}
	.headerblock {
		display: inline-block;
		width: 100%;
		height: 54px;
	}
	.main-nav a, .main-nav.secondary-nav a {
		font-size: 14px;
		padding: 0 24px;
	}
	.main-nav ul ul {
		border-top: none;
	}
	.main-nav ul a {
		width: 370px;
	}
	.headerinfo {
		display: none;
	}
	.ylaosa1, .ylaosa1__palvelukuvake {
		margin: 54px 0 0 0;
		padding: 150px 0;
	}
	.ylaosa2 {
		margin: 54px 0 0 0;
	}
	.sticky.kelluva {
		margin-top: 0;
	}
	.tuotteet3112, .kumppanuus112 {
		padding: 20px;
	}
	.gallery a img, .yhteys4111 {
		width: 50%;
	}
	.lomakepuolikas1 {
		width: 100%;
		padding: 0!important;
	}
	.yhteys2 .lomakepuolikas1:last-of-type {
		margin: 15px 0 0 0;
	}
	.yhteys3 .tuotteet211 {
		width: 50%;
		text-align: center!important;
		padding: 20px 20px 40px 20px;
	}
	.tuotteet211 h3, .tuotteet211 h3 a {
		max-width: initial;
	}
	.mediapankki111 {
		width: 100%;
	}
	.timeline::after {
		left: 31px;
	}
	span.alku {
		left: 0;
		transform: translate(0, -100%);
	}
	span.loppu {
		left: 0;
		transform: translate(0, 100%);
	}
	.container1 {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.container1::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	.left::after, .right::after {
		left: 15px;
	}
	.right {
		left: 0%;
	}
	.yritys1 {
		text-align: left;
	}
	.three-columns__column {
		width: 50%;
	}
	.ylaosa1 h1, .ylaosa2 h2 {
		font-size: 70px;
	}
	h2.tuotteetotsikko {
		font-size: 40px;
	}
}

@media (max-width: 749px) {
	.etusivuartikkeli, .etusivusisalto, .etusivuartikkeli, .etusivupalvelut li, .etusivusisalto>a:nth-child(1)>div, .etusivusisalto>a:nth-child(2)>div, .etusivusisalto>a:nth-child(3)>div, .palvelutsivu li, .palvelutdivulko, .footer .one-third.column, .seven.columns, .five.columns, .four.columns, .eight.columns, .two.columns, .three.columns, .six.columns, .nine.columns {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	.persons .person {
		margin: 40px 0;
		width: 100%;
	}
	.ls-wp-fullwidth-container, .headerinfo {
		display: none;
	}
	.etusivuteksti2 {
		padding: 0;
		height: auto;
		display: block;
		text-align: center;
		padding: 20px;
	}
	.etusivuyla {
		padding: 40px 0;
		height: auto;
		display: block;
	}
	.palvelutdiv p {
		min-height: 0;
	}
	.lomake {
		padding: 10px;
	}
	.footer .menu {
		border-top: 0;
	}
	.palvelutsivu .palvelutdiv {
		margin: 0;
	}
	.sisalto {
		padding: 20px 0;
	}
	.column, .columns {
		margin-left: 0;
	}
	.yhteystiedot, .lomake {
		text-align: center;
	}
	.accordion11, .accordion12 {
		width: 100%;
		float: none;
	}
	.accordion1 .clear {
		display: none;
	}
	div.accordion {
		padding: 18px 25px 18px 100px;
	}
	.etusivu2 {
		flex-wrap: wrap;
	}
	.etusivu21 {
		width: 100%;
		padding: 100px 20px;
	}
	.etusivu311, .yritys211 {
		width: 100%;
	}
	.rssfeed2 {
		width: 100%;
		padding: 0;
	}
	.footer11, .footer12, .footer13 {
		width: 100%;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.tuotteet211 {
		width: 50%;
	}
	.tuotteet3111, .tuotteet3112 {
		width: 100%;
	}
	.topscroll.nakyy {
		bottom: 10px;
		right: 10px;
	}
	a.social-whatsapp {
		display: inline-block;
	}
	.social-social {
		padding: 0;
	}
	.social-social:before {
		left: -20px;
	}
	.ylaosa1 h1, .ylaosa2 h1 {
		font-size: 50px;
	}
	h2.tuotteetotsikko, h2, .kumppanuus112 h3, h3.tapahtumaotsikko, span.alku, span.loppu, .tuotteetvaliotsikko h3, h3 {
		font-size: 30px;
	}
	p, #main li {
		font-size: 22px;
	}
}

@media (max-width: 549px) {
	.tuotteet211, .three-columns__column {
		width: 100%;
		text-align: center!important;
		margin: 0 0 30px 0;
		padding: 0;
	}
	.tuotteet211 h3 {
		float: none!important;
	}
	.gallery a img, .kumppanuus112, .kumppanuus111, .yhteys111, span.wpcf7-list-item, .yhteys3 .tuotteet211, .yhteys4111, .wpcf7-radio>span {
		width: 100%;
	}
	div.accordion {
		padding: 18px 25px 18px 60px;
	}
	div.accordion:before {
		left: 20px;
	}
	.lomakepuolikas21 {
		width: 100%;
		padding: 0!important;
	}
	.content {
		padding: 20px 10px 1px 10px;
	}
	.wpcf7-form-control-wrap.kiinnostukset input[type="checkbox"] {
		margin-top: 4px;
	}
	.ylaosa1 h1, .etusivu3 h2, .ylaosa2 h1 {
		font-size: 40px;
	}
	.etusivu2 h2 {
		font-size: 35px;
	}
	.someseina a.fbotsikko, a.rssotsikko {
		font-size: 30px;
	}
	span.accotsikko, h3.tapahtumaotsikko, h3 {
		font-size: 22px;
	}
	p, #main li, .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], #main .rssfeed2 li, .footer p, .footer li, .footer li a, .footer a, input[type="text"], input[type="password"], input[type="email"], textarea, select, .timeline p, #main .timeline li, .wpcf7-form-control-wrap.kiinnostukset span.wpcf7-list-item .wpcf7-list-item-label {
		font-size: 20px;
	}
}

@media (max-width: 399px) {
	.yritys211 h3 {
		font-size: 22px;
	}
	.timeline p, #main .timeline li {
		font-size: 16px;
	}
	.mediapankki111 {
		padding: 0 0 40px 0;
	}
}

/*URASIVU*/

.ura1 .kysymys.hidden {
	display: none;
}

.uranosto {
	max-width: 1920px;
    margin: auto;
	margin-bottom: 5rem;
}

.uranosto .owl-carousel .owl-stage{
	display: flex;
}

.uranosto .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: auto;
}

.uranosto .tuotteet311  {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	align-items: stretch;
	justify-content: flex-end;
}

.uranosto .tuotteet311 .tuotteet3111 {
	position: relative;
    z-index: 1;
}

.uranosto .tuotteet311 .tuotteet3112 {
    width: 50%;
    padding: 0;
    box-sizing: border-box;
    direction: ltr;
    max-width: unset;
}

@media (max-width: 950px) {
	.uranosto .tuotteet311 .tuotteet3112, .uranosto .tuotteet311 .tuotteet3111 {
		width: 100%;
		position: initial;
	}
}

.uranosto .tuotteet311 .tuotteet3111:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ff6900;
	opacity: 0.8;
}

.uranosto .tuotteet311 .tuotteet3111 .solu {
	padding: 8rem;
	height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width: 550px) {
	.uranosto .tuotteet311 .tuotteet3111 .solu {
		padding: 3rem;
		height: auto;
	}

	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
}

.uranosto .tuotteet311 .tuotteet3111 h3 {
	color: #fff;
	position: relative;
}

.uranosto .tuotteet311 .tuotteet3111 p {
	position: relative;
	text-shadow: none;
	text-align: left;
}

.uranosto .tuotteet311 .tuotteet3111 a.button {
    border: 2px solid #fff;
	color: #fff;
}

/*KATEGORIA*/
.uranosto.kategoria .tuotteet311 {
	direction: ltr;
}

.uranosto.kategoria .tuotteet311 .tuotteet3111 h2 {
	color: #ff6900;
	position: relative;
}

.uranosto.kategoria .tuotteet311 .tuotteet3111 a.button {
    border: 2px solid #ff6900;
	color: #ff6900;
}

.uranosto.kategoria .tuotteet311 .tuotteet3111 a.button:hover {
	color: #fff;
}

.uranosto.kategoria .tuotteet311 .tuotteet3111:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FFFFFF;
	opacity: 0.8;
}

.uranosto.kategoria .owl-carousel .owl-nav button.owl-prev, .uranosto.kategoria .owl-carousel .owl-nav button.owl-next {
	filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(322deg) brightness(103%) contrast(150%);
}

.oranssi {
	background-color: #f58231;
	text-align: center;
	padding: 3rem 0;
}

.oranssi .button {
	border: 2px solid #fff;
	color: #fff;
	margin-right: 1rem;
	transition: all ease 300ms;
	cursor: pointer;
	box-sizing: border-box;
	text-transform: capitalize;
	padding: 10px 30px 10px 20px;
}

.oranssi .button.active {
	background-color: #fff;
	color: #f58231;
	transition: all ease 300ms;
}

@media (max-width: 550px) {

	.oranssi {
		padding: 3rem 1rem;
	}
	
	.oranssi .button {
		width: 100%;
		max-width: 100%;
	}
}

.oranssi .whitebutton {
    text-decoration: underline;
	color: #fff;
	width: fit-content;
    margin: auto;
	margin-top: 1rem;
	transition: all ease 300ms;
	cursor: pointer;
	padding: 1rem;
}

.oranssi .whitebutton:before {
    content: '✕';
    display: inline-block;
    padding-right: 8px;
    border: 2px solid #fff;
    border-radius: 70%;
    padding-left: 8px;
    line-height: 1;
    padding-bottom: 5px;
    margin-right: 6px;
    padding-top: 7px;
    font-weight: 600;
    font-size: 20px;
}

.oranssi .whitebutton:hover {
	background-color: #fff;
	color: #f58231;
	transition: all ease 300ms;
}

.oranssi .button:hover {
	background-color: #fff;
	color: #f58231;
	transition: all ease 300ms;
}

.reveal.hidden {
	display: none;
}

.yritysboksi {
	margin: 5rem auto 5rem;
	display: flex;
    flex-wrap: wrap;
}

.yritysboksi .sisusboksi {
	width: 50%;
    text-align: left;
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {

	.yritysboksi .sisusboksi {
		width: 100%;
		padding: 0 20px 40px 20px;
	}
}

.yritysboksi .sisusboksi img {
	max-width: 100%;
}

.yritysboksi .sisusboksi p {
	font-size: 24px;
}

.yritysboksi .sisusboksi h3 {
	font-weight: 400;
	margin-top: 1rem;
	margin-bottom: 0px;
	font-size: 24px;
}

.yritysboksi .sisusboksi .button {
	display: block;
	text-align: center;
	padding: 10px 50px 10px 40px;
}

.yritysboksi .sisusboksi h6 {
	font-weight: 300;
	margin-top: -1rem;
	margin-bottom: 0px;
	font-size: 16px;
}

.yritysboksi .sisusboksi .laskutustiedot{
	max-height: unset;
}

.yritysboksi .sisusboksi .laskutustiedot .button {
	border: 2px solid #f58231;
	overflow: auto;
	padding: 10px 50px 10px 40px;
    margin: 10px 0 0 0;
	color: #f58231;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	transition: ease all 300ms;
}

.yritysboksi .sisusboksi .laskutustiedot .button:before {
	content: '+';
	display: inline-block;
	padding-right: 1rem;
}

.yritysboksi .sisusboksi .laskutustiedot .button.active:before {
	content: '-';
	display: inline-block;
	padding-right: 1rem;
}

.yritysboksi .sisusboksi .laskutustiedot .button:hover {
	background-color: #f58231;
	color: #fff;
	transition: ease all 300ms;
}

.yritysboksi .sisusboksi .hidden {
	display: block;
	color: #49545a;
	margin: 1rem;
}

.yritysboksi .sisusboksi .hidden.active {
	display: none;
}

/*KOLMEPALSTAA*/

.kolmepalstaa {
	background-size: cover;
    background-position: center;
}

.kolmepalstaa h3.otsikko{
	color: #f48232;
	text-align: center;
	padding: 5rem 0;
}

.kolmepalstaa .three-columns {
	max-width: 1920px;
}

.kolmepalstaa .three-columns .kuva img {
    padding: 0px;
    border: 0px solid #f48232;
    border-radius: 0%;
	width: 100%;
}

.kolmepalstaa .container .three-columns .kuva img {
	width: auto;
	border: 4px solid #f48232;
	border-radius: 70%;
	padding: 2px;
}

.kolmepalstaa .three-columns h3{
    color: #f48232;
	text-transform: uppercase;
	width: 90%;
    margin: auto;
}

.kolmepalstaa .three-columns p{
	width: 90%;
    margin: auto;
	color: #fff;
}

.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
	font-size: 1rem;
    padding: 4px 10px;
}

.cli-bar-message, 
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button, 
.cli-tab-container p, .cli-privacy-content-text,
a.cli-privacy-readmore,
.cli-tab-header a.cli-nav-link,
span.cli-necessary-caption,
.wt-cli-cookie-description,
.cli-switch .cli-slider:after,
.cli-btn {
	font-size: 1.25rem;
}

.cli-tab-container h4, .cli-tab-container h1 {
	font-size: 20px;
}