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,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
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: inherit;
	vertical-align: top;
	color: #999999;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
footer ul {
	list-style: none;
	display: block;
	float: left;
	background: #CCC;
}
footer h3 {
	font-weight: 100;
	margin-bottom: 0;
}
footer {
	background: #CCC;
	padding-top: 20px;
	text-align: center;
	height: 300px;
}
footer a {
	font-size: 14px;
	color: #333;
}
.orange {
	color: orange;
	font-size: 35px;
	font-weight: 100;
	margin: 5px 5px 0;
}
.green {
	color: green;
	font-size: 35px;
	font-weight: 100;
	margin: 5px 5px 0;
}
.blue {
	color: blue;
	font-size: 35px;
	font-weight: 100;
	margin: 5px 5px 0;
}
@media(max-width:479px) {
	footer ul {
		list-style: none;
		display: block;
		float: left;
		background: #CCC;
	}
	footer h3 {
		font-weight: 100;
		margin-bottom: 0;
	}
	footer {
		background: #CCC;
		padding-top: 10px;
		text-align: center;
		height: 300px;
	}
	footer a {
		font-size: 10px;
		color: #333;
	}
	.orange {
		color: orange;
		font-size: 15px;
	}
	.green {
		color: green;
		font-size: 15px;
	}
	.blue {
		color: blue;
		font-size: 15px;
	}
}
ol,
ul {
	list-style: none;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.row {
	margin-left: -30px;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="grid_"] {
	float: left;
	min-height: 1px;
	margin-left: 30px;
}
.grid_8 {
	width: 770px;
}
.grid_4 {
	width: 370px;
}
.grid_3 {
	width: 270px;
}
.container {
    width: 1170px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container2:before,
.container2:after {
	display: table;
	content: "";
	line-height: 0;
}
.container2:after {
	clear: both;
}
.container2 {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.container-media:before,
.container-media:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-media:after {
	clear: both;
}
.container-media {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:900px;
}
.sitemap {
	margin: 0 auto;
	width: 700px;
	background-color: #CCC;
}
.sitemap:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
@media(min-width:980px) and (max-width:1199px) {
	.row {
		margin-left: -20px;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="grid_"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container {
		width: 748px;
	}
	.container-media {
		width: 748px;
	}
	.grid_8 {
		width: 492px;
	}
	.grid_4 {
		width: 236px;
	}
	.grid_3 {
		width: 172px;
	}
}
@media(max-width:767px) {
	.container {
		width: 420px;
		padding: 0;
	}
	.container-media {
		width: 420px;
		padding: 0;
	}
	.row {
		margin-left: 0;
	}
	[class*="grid_"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	*+.row,
	[class*="grid_"]+[class*="grid_"] {
		margin-top: 30px;
	}
}
@media(max-width:479px) {
	body {
		padding: 0;
	}
	.container {
		width: 300px;
		padding: 0 15px;
	}
	.container-media {
		width: 300px;
		padding: 0 15px;
	}
	.row {
		margin-left: 0;
	}
}
@font-face {
	font-family: 'FontAwesome';
    font-display: block;
    src: url('/fonts/fontawesome-webfont.eot');
	src: url('/fonts/fontawesome-webfont.woff2') format('woff2'), url('/fonts/fontawesome-webfont.woff');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-flickr:before {
	content: "\f16e";
}
@font-face {
	font-family: 'Open Sans';
    font-display: block;
    font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
    font-display: block;
    font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
    font-display: block;
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
    font-display: block;
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Quattrocento';
    font-display: block;
	font-style: normal;
	font-weight: 400;
	src: local('Quattrocento'), url(https://fonts.gstatic.com/s/quattrocento/v7/WZDISdyil4HsmirlOdBRFOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/quattrocento/v7/WZDISdyil4HsmirlOdBRFHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
	font-family: 'Anton';
    font-display: block;
	font-style: normal;
	font-weight: 400;
	src: local('Anton'), url(https://fonts.gstatic.com/s/anton/v6/o-91-t7-bPc7W26HmS2N4Q.woff2) format('woff2'), url(https://fonts.gstatic.com/s/anton/v6/tilmJBBU81h1G7ZsdY3Hmw.woff) format('woff');
}
.t__center {
	text-align: center;
    font-size: 30px;
	color: #000;
}
@media (max-width: 767px) {
	.t__center-767 {
		text-align: center;
	}
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	background: #ffffff;
	color: #666666;
	background-color: #FFFFFF;
}
.large,
address,
.policy-link {
	font: 600 18px/36px 'Open Sans', sans-serif;
	font-family: "Open Sans", sans-serif;
	color: #333;
}
address {
	text-align: center;
	margin-top: 31px;
	font-family: "Open Sans", sans-serif;
}
address p + p {
	margin-top: 0;
}
address a {
	color: #010101;
}
address a:hover {
	text-decoration: underline;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
h2 {
	color: #333;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size:24px;
	color: #010101;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #dc8152;
}
h1 {
	color: #333;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	text-transform: uppercase;
	color: #010101;
}
h5 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}
h6 {
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}
.tumma {
	color: #333;
}
.header-wrapper {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.taikurinappi {
	margin: 0 auto;
	display:inline-block;
	text-align: center;
	padding: 12px 24px;
	border: 1px solid #3e7bad;
	border-radius: 8px;
	background: #65c9ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#65c9ff), to(#3e7bad));
	background: linear-gradient(to bottom, #65c9ff, #3e7bad);
	text-shadow: #2c587c 2px 2px 2px;
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none;
	
}
.taikurinappi:hover,
.taikurinappi :focus {
    border: 1px solid #58aff7;
    background: #79f1ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#79f1ff), to(#4a94d0));
    background: linear-gradient(to bottom, #79f1ff, #4a94d0);
    color: #ffffff;
    text-decoration: none;
}
.taikurinappi :active {
    background: #3e7bad;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e7bad), to(#3e7bad));
    background: linear-gradient(to bottom, #3e7bad, #3e7bad);
}
.taikurinappi :before{
    margin: 0 auto;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    position: relative;
    top: 0px;
    left: 0px;
    /*background: url no-repeat left center transparent;*/
    background-size: 100% 100%;
}
.taikuriteksti {
	font-size:32px;
	text-align:center;
	margin:auto 0;
	color:#999999;
	text-transform: uppercase;
	}
@media (max-width: 479px) {
	.taikuriteksti {
	font-size:20px;
	text-align:center;
	margin:auto;
	color: #999999;
	text-transform: uppercase;
	}
.taikurinappi {
	margin: 0 auto;
	display:inline-block;
	text-align: center;
	padding: 12px 24px;
	border: 1px solid #3e7bad;
	border-radius: 8px;
	background: #65c9ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#65c9ff), to(#3e7bad));
	background: linear-gradient(to bottom, #65c9ff, #3e7bad);
	text-shadow: #2c587c 2px 2px 2px;
	font: normal normal bold 20px arial;
	color: #ffffff;
	text-decoration: none;
	
}}
	
@media (max-width: 979px) {
	.header-wrapper {
		height: 388px;
		background: url("../images/taikuri-979.jpg") no-repeat;
		background-size: cover;
	}
}
@media (max-width: 479px) {
	.header-wrapper {
		height: 300px;
		background: url("../images/taikuri-pieni.jpg") no-repeat;
	}
}
@media (min-width: 1000px) {
	.header-wrapper {
		height: auto;
		min-height: 450px;
		background: url("../images/taikuri-iso.jpg") no-repeat;
		background-size: cover;
		padding-top: 35%;
	}
}
.logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 30%;
	text-align: center;
	margin-top: -148px;
}
.logo span {
	position: relative;
	padding: 39px 50px 79px;
	font-size: 120px;
	line-height: 120px;
	display: inline-block;
	color: #fff;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.logo span img {
	position: absolute;
	left: 0;
	top: 0;
}
.logo span a {
	position: relative;
}
.logo_lapset {
	position: absolute;
	top: 50%;
	left: 0;
	right: 40%;
	text-align: center;
	margin-top: -148px;
}
.logo_lapset span {
	position: relative;
	padding: 70px 10px 79px;
	font-size: 90px;
	line-height: 90px;
	display: inline-block;
	color: #fff;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.logo_lapset span img {
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 480px) {
	.logo_lapset span a {
		font-size: 33px !important;
		vertical-align: middle !important;
	}
	.logo_lapset span {
		font-size: 40px !important;
		line-height: 10px !important;
	}
	.logo_lapset {
		margin-left: 10px !important;
		margin-top: -80px !important;
	}
}
@media (max-width: 767px) {
	.logo span {
		display: block;
		padding: 45px 0 67px;
		font-size: 100px;
		line-height: 100px;
	}
}
@media (max-width: 479px) {
	.logo span {
		padding: 30px 0 50px;
		font-size: 60px;
		line-height: 60px;
	}
}
.logo_slogan {
	font: 400 54px/54px 'Quattrocento', sans-serif;
	color: #ffffff;
}
@media (max-width: 479px) {
	.logo_lapset {
		margin-top: -100px;
	}
}
@media (max-width: 479px) {
	.logo_lapset span {
		padding: 30px 0 50px;
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width: 479px) {
	.logo_lapset {
		margin-top: -100px;
	}
}
@media (max-width: 767px) {
	.company {
		float: none;
		text-align: center;
		width:100%!important;
	}
}
.header-nav {
	margin-top: 8px;
	padding-bottom: 5px;
}
nav {
	display: table;
	float: right;
	width: 80%;
}
@media (max-width: 767px) {
	nav {
		float: none;
		width: 100%;
	}
}
.sf-menu {
	display: table-row;
	width: 100%;
}
.sf-menu > li {
	position: relative;
	display: table-cell;
	text-align: center;
	width: 15%;
}
.sf-menu > li > a {
	display: block;
	text-align: left;
	position: relative;
	padding: 22px 2px 21px 40px;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5f5f5f;
}
.sf-menu > li > a span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
.sf-menu > li > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: url("/images/border-menu.png") repeat-y;
}
.sf-menu > li > a:hover {
	text-decoration: none;
	background: #f6f5f5;
}
@media (min-width: 980px) and (max-width: 1199px) {
	.sf-menu > li > a {
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		padding-left: 10px;
	}
}
.sf-menu > li:first-child a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: url("/images/border-menu.png") repeat-y;
}
.sf-menu > li.current > a {
	background: #f6f5f5;
}
.sf-menu > li.sfHover > a {
	background: #f6f5f5;
}
.sf-menu a {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu a:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu ul {
	position: absolute;
	top: 90px;
	left: 0;
	width: 200px;
	z-index: 4;
	text-align: center;
	padding: 20px 5px;
	background: #ffffff;
	display: none;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.sf-menu ul li {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #5f5f5f;
}
.sf-menu ul li + li {
	margin-top: 12px;
}
.sf-menu ul li a:hover {
	text-decoration: none;
	color: #010101;
}
.sf-menu ul ul {
	position: absolute;
	top: 0;
	left: 205px;
	z-index: 4;
	background: #ffffff;
}
@media only screen and (max-width: 767px) {
	.sf-menu {
		display: none;
	}
}
.select-menu {
	display: block!important;
    display: none!important;
	clear: both;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	margin: 14px auto;
	padding: 0;
	height: 40px;
	background: #ffffff url(/images/select.png) 99% center no-repeat;
	color: #05090d;
	border-radius: 0;
}
.isStuck {
	background: #ffffff;
	z-index: 999;
}
#header .isStuck .header-nav {
	margin-top: 2px;
	padding-bottom: 3px;
}
#header .isStuck .sf-menu > li > a {
	padding: 10px 2px 10px 52px;
}
#header .isStuck .company {
	margin-top: 3px;
}
#header .isStuck .sf-menu > li > ul {
	top: 53px;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}
.bg-content {
	background-color: #FFF;
}
.bg-content2 {
	background-color: #CCC;
}
.bg {
	background: #252525;
	color: #ffffff;
}
.bg p span {
	font-weight: 700;
}
.wrapper1 {
	padding: 42px 0 51px;
}
.wrapper1__off1 {
	margin-top: 11px;
}
.wrapper1__ins1 {
	padding-bottom: 39px;
}
.quote {
	color: #fffffe;
}
.quote p {
	position: relative;
}
.quote p span {
	position: absolute;
	top: 22px;
	left: -40px;
	color: #ffffff;
	font-size: 72px;
}
.quote p + .author {
	font-family: "Open Sans";
	font-weight: 600;
	margin-top: 8px;
}
.quote p:first-child {
	text-indent: 40px;
}
.quote .author {
	font-family: 'Open Sans';
}
.fancy {
	display: inline-block;
	position: relative;
	margin: 0 2px 6px 0;
}
.fancy .video-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -10px;
	color: #ffffff;
	font-size: 24px;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.fancy .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.fancy:hover span {
	opacity: 1;
}
.fancy:hover .overlay {
	background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.owl-dots {
	margin-top: 20px;
}
.owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	margin-right: 7px;
	border-radius: 50%;
}
.owl-dot.active,
.owl-dot:hover {
	background: #dc8152;
}
.video iframe {
	width: 100%;
	height: 364px;
}
.video {
	margin: 26px;
	float: left;
	width: 620px;
}
@media (max-width: 479px) {
	.video iframe {
		height: 300px;
	}
}
@media (max-width: 479px) {
	.video {
		height: 300px;
		margin: 10px;
		float: left;
		width: 420px;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.copyright .divider {
		display: none;
	}
}
@media (max-width: 767px) {
	.copyright {
		float: none;
	}
}
.social-list {
	float: right;
	font-size: 16px;
    color: #666;
}
.social-list li {
	display: inline-block;
	margin-left: 11px;
}
.social-list li a {
	line-height: 20px;
}
.social-list a:hover {
	color: #dc8152;
}
@media (max-width: 767px) {
	.social-list {
		float: none;
	}
}
.stellar {
	background-repeat: no-repeat;
	overflow: hidden;
}
.stellar p {
	width: 500px;
	font: 400 18px/36px 'Quattrocento', sans-serif;
}
@media (max-width: 767px) {
	.stellar {
		background-position: 0 0 !important;
      background-size: cover;
	}
}
@media only screen and (max-width: 768px) {
     .lang-menu {
        margin-right: 10px;
        margin-left: 10px;
     }
}

.stellar1 {
	padding: 70px 0 47px;
	background-position: 0 0;
	background-image: url(/images/lastentaikuri.jpg);
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.stellar1 {
		background-position: 0 0 !important;
		background-image: url(/images/lastentaikuri.jpg);
	}
}
@media (min-width: 1000px) and (max-width: 1024px) {
	.stellar1 {
		background-position: 0 0 !important;
		background-image: url(/images/lastentaikuri-ipad.jpg);
	}
}
@media (max-width: 800px) {
	.stellar1 {
		background-position: 0 0 !important;
		background-image: url(/images/lastentaikuri-767.jpg);
	}
}
@media (max-width: 479px) {
	.stellar1 {
		background-position: 0 0 !important;
		background-image: url(/images/lastentaikuri-479.jpg);
	}
}
@media (max-width: 479px) {
	#owl1 .quote p {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 479px) {
	.stellar p {
		width: 250px;
	}
}
@media (min-width: 2000px) {
	.stellar1 {
		background-position: 0 0 !important;
		background-image: url(/images/lastentaikuri-2560.jpg);
	}
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	z-index: 20;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #010101;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#toTop:hover {
	background: #dc8152;
}
@media (max-width: 1366px) {
	#toTop {
		width: 50px;
		height: 50px;
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1199px) {
	#toTop {
		display: none !important;
	}
}
.tummempi {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.blogiteksti {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.blogiotsikko {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.logoswe {
	position: absolute;
	top: 50%;
	left: 0;
	right: 40%;
	text-align: center;
	margin-top: -148px;
}
.logoswe span {
	position: relative;
	padding: 70px 10px 79px;
	font-size: 90px;
	line-height: 90px;
	display: inline-block;
	color: #fff;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.logoswe span img {
	position: absolute;
	left: 0;
	top: 0;
}
.logoswe span a {
	position: relative;
}
@media (max-width: 767px) {
	.logoswe span {
		display: block;
		padding: 45px 0 67px;
		font-size: 100px;
		line-height: 100px;
	}
}
.logoswe_slogan {
	font: 400 54px/54px 'Quattrocento', sans-serif;
	color: #ffffff;
}
@media (max-width: 480px) {
	
	.logoswe span a {
		font-size: 33px !important;
		vertical-align: middle !important;
	}
	.logoswe span {
        padding: 30px 0 50px;
		font-size: 40px !important;
		line-height: 10px !important;
	}
	.logoswe {
		margin-left: 10px !important;
		margin-top: -90px !important;
	}
}
* {
	-webkit-text-size-adjust: none;
	color: #333;
}
.pieni {
	color: #333;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
}
h3,
h4,
h5 {
	color: #010101;
}
.white {
	color: #ffffff;
}
a[data-gal] {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
a[data-gal] img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 1199px) {
	a[data-gal] img {
		width: 100%;
	}
}
a[data-gal]:hover {
	text-decoration: none;
}
a[data-gal]:hover img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.shadow,
.header-nav,
.box,
.fact-box {
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.page {
	overflow: hidden;
}
h5 + p,
h5 + .fancy-wrap {
	margin-top: 26px;
}
p + p {
	margin-top: 36px;
}
@media (max-width: 979px) {
	.header-wrapper {
		height: 388px;
		background: url("/images/taikuri-979.jpg") no-repeat;
		background-size: cover;
	}
}
@media (max-width: 479px) {
	.header-wrapper {
		height: 300px;
		background: url("/images/taikuri-pieni.jpg") no-repeat;
	}
}
@media (min-width: 1000px) {
	.header-wrapper {
		height: auto;
		min-height: 450px;
		background: url("/images/taikuri-iso.jpg") no-repeat;
		background-size: cover;
		padding-top: 35%;
	}
}
.header-wrapper.page2 {
	height: 388px;
	background: url("/images/taikuri-iso.jpg") no-repeat;
	background-size: cover;
}
@media (max-width: 479px) {
	.header-wrapper.page2 {
		height: 300px;
		background: url("/images/taikuri-pieni.jpg") no-repeat;
	}
}
@media (max-width: 767px) {
	.logo span {
		display: block;
		padding: 45px 0 67px;
		font-size: 100px;
		line-height: 100px;
	}
}
@media (max-width: 479px) {
	.logo span {
		padding: 30px 0 50px;
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width: 479px) {
	.logo_slogan {
		font: 200 45px/45px 'Quattrocento', sans-serif;
		color: #ffffff;
	}
}
@media (max-width: 479px) {
	.logo {
		margin-top: -100px;
	}
}
.company {
	float: left;
	margin-top: 20px;
	width:20%;
}
@media (max-width: 767px) {
	.company {
		float: none;
		text-align: center;
	}
}
@media (max-width: 767px) {
	nav {
		float: none;
		width: 100%;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.sf-menu > li > a {
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		padding-left: 7px;
	}
}
@media only screen and (max-width: 767px) {
	.sf-menu {
		display: none;
	}
	.select-menu {
		display: block;
		clear: both;
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin: 14px auto;
		padding: 0;
		height: 40px;
		background: #ffffff url(/images/select.png) 99% center no-repeat;
		color: #05090d;
		border-radius: 0;
		-webkit-appearance: none;
		outline: none;
		font-size: 14px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
}
.wrapper2 {
	padding: 48px 0 50px;
}
.wrapper2__ins1 {
	padding-bottom: 122px;
}
.wrapper2__ins2 {
	padding-bottom: 42px;
}
.box {
	display: inline-block;
	padding: 4px 4px 10px;
	background: #ffffff;
}
.box_cnt {
	padding: 0 18px;
}
.box p + .markered-list {
	margin-top: 18px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	.box img {
		width: 100%;
	}
}
.box__mod {
	padding-bottom: 30px;
}
.box__mod .box_cnt {
	color: #010101;
	padding: 0 18px;
}
.img-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.img-wrapper img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.img-wrapper .event {
	position: absolute;
	color: #ffffff;
	bottom: 24px;
	left: 19px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.img-wrapper .event p {
	font: 700 18px/19px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.img-wrapper .event p.date {
	font: 400 60px/60px 'Anton', sans-serif;
	color: #FFF;
}
.img-wrapper .event p + p {
	margin-top: 3px;
}
@media (min-width: 980px) and (max-width: 1199px) {
	.img-wrapper .event p {
		font-size: 15px;
	}
	.img-wrapper .event p.date {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.img-wrapper .event p {} .img-wrapper .event p.date {
		display: block;
		font-size: 36px;
		line-height: 36px;
		color: #FFF;
	}
}
@media (max-width: 479px) {
	.img-wrapper .event p {} .img-wrapper .event p.date {
		display: block;
		font-size: 36px;
		line-height: 36px;
	}
}
.img-wrapper + .box_cnt {
	margin-top: 31px;
}
.img-wrapper:hover img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.img-wrapper:hover .event {
	color: #dc8152;
}
.markered-list li {
	position: relative;
	padding-left: 24px;
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: 700;
}
.markered-list li:before {
	content: "\f005";
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 30px;
	color: #010101;
}
.markered-list li a:hover {
	text-decoration: underline;
}
.markered-list li + li {
	margin-top: 6px;
}
@media (max-width: 767px) {
	.icon-box {
		margin-top: 20px;
	}
}
.post {
	position: relative;
}
@media (max-width: 479px) {} .post p span,
.post p a {
	color:#010101;
	font-size:14px;
	line-height:none;
}
.post img + p {
	margin-top: 25px;
}
.post + .post:before {
	content: '';
	display: block;
	margin: 30px 0 40px;
	height: 2px;
	background: url("/images/post_border.png") repeat-x;
}
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
}
.copyright {
	background-color: #999;
	color: #333;
	text-align: center;
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright .divider {
	margin: 0 8px;
}
@media (max-width: 479px) {
	.copyright .divider {
		display: none;
	}
}
@media (max-width: 767px) {
	.copyright {
		float: none;
	}
}
@media (max-width: 1366px) {
	#toTop {
		width: 50px;
		height: 50px;
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1199px) {
	#toTop {
		display: none !important;
	}
}
.icon {
	display: inline-block;
	width: 166px;
	height: 166px;
	border-radius: 50%;
}
.icon_i1 {
	background: url("/images/taikuri_3.jpg") no-repeat;
}
.icon_i2 {
	background: url("/images/taikurit_3.jpg") no-repeat;
}
.icon_i3 {
	background: url("/images/taikureita_3.jpg") no-repeat;
}
.icon-box {
	margin: -85px 0 40px;
	text-align: center;
}
.icon-box .icon + h5 {
	margin-top: 26px;
}
@media (max-width: 767px) {
	.icon-box {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.logo_swe span a {
		font-size: 33px !important;
		vertical-align: middle !important;
	}
	.logo_swe span {
		font-size: 40px !important;
		line-height: 10px !important;
	}
	.logo_swe {
		margin-left: 10px !important;
		margin-top: -90px !important;
	}
}
.logo_swe {
	position: absolute;
	top: 50%;
	left: 0;
	right: 40%;
	text-align: center;
	margin-top: -148px;
}
.logo_swe span {
	position: relative;
	padding: 70px 10px 79px;
	font-size: 90px;
	line-height: 90px;
	display: inline-block;
	color: #fff;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.logo_swe span img {
	position: absolute;
	left: 0;
	top: 0;
}
.logo_swe span a {
	position: relative;
}
@media (max-width: 767px) {
	.logo_swe span {
		display: block;
		padding: 25px 0 37px;
		font-size: 80px;
		line-height: 80px;
	}
}
.logo_swe_slogan {
	font: 400 54px/54px 'Quattrocento', sans-serif;
	color: #ffffff;
	padding-top: 10px;
}
@media (max-width: 480px) {
	.logo_juhlat span a {
		font-size: 33px !important;
		vertical-align: text-bottom !important;
	}
	.logo_juhlat span {
		font-size: 30px !important;
		line-height: 10px !important;
      margin-top: 20px;
	}
	.logo_juhlat {
		margin-left: 10px !important;
		margin-top: -90px !important;
	}

}
@media (max-width: 480px) {
  .logojuhlat_text{
   font: 200 30px/30px; 
  }}
.logo_juhlat {
	position: absolute;
    color: #ffffff;
	top: 50%;
	left: 0;
	right: 30%;
	text-align: center;
	margin-top: -148px;
}
.logo_juhlat span {
	position: relative;
	padding: 70px 10px 79px;
	font-size: 70px;
	line-height: 70px;
	display: inline-block;
	color: #fff;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
}
.logo_juhlat span img {
	position: absolute;
	left: 0;
	top: 0;
}
.logo_juhlat span a {
	position: relative;
}
@media (max-width: 767px) {
	.logo_juhlat span {
		display: block;
		padding: 25px 0 37px;
		font-size: 80px;
		line-height: 80px;
	}
}
.logo_juhlat_slogan {
	font: 400 54px/54px 'Quattrocento', sans-serif;
	color: #ffffff;
	padding-top: 10px;
}
.lasten_text {
	font-size: 100%;
	color: #333;
}
.form-wrapper {
	margin: 42px 0 14px;
}
#contact-form {
	position: relative;
}
#contact-form label {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}
#contact-form label + label {
	margin-top: 26px;
}
#contact-form label.message {
	margin: 0;
	width: 100%;
}
#contact-form fieldset {
	border: none;
}
#contact-form input[type='text'] {
	background-color: #ffffff;
	border-radius: 0;
	line-height: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 17px 7px 19px;
	color: #010101;
	outline: none;
	height: 54px;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	cursor: text;
}
#contact-form ._placeholder {
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 17px 7px 19px;
	color: #010101;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	cursor: text;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form .file ._placeholder {
	display: none;
}
#contact-form .btn-wrapper {
	margin-top: 24px;
	text-align: center;
}
#contact-form .btn-wrapper .form-btn {
	display: inline-block;
	min-width: 228px;
	font: 700 18px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 17px 0;
	text-align: center;
	color: #fff;
	background: #010101;
}
#contact-form .btn-wrapper .form-btn:hover {
	background: #DC8152;
}
#contact-form textarea {
	width: 100%;
	margin-top: 0;
	background-color: #ffffff;
	border-radius: 0;
	line-height: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 17px 7px 19px;
	color: #010101;
	outline: none;
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	resize: none;
	height: 214px !important;
	overflow: auto;
}
#contact-form .empty-message,
#contact-form .error-message {
	position: absolute;
	right: 3px;
	top: 2px;
	color: red;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .contact-form-loader {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(247, 247, 247, 0.48) url('/images/form-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 5%;
	opacity: 0;
}
.nav-row {
	width:100%;
	height: 40px;
}
.lang-switcher {
	display:inline-block;
	float: right;
	margin: 0;
	padding: 0;
}
.lang-menu-text {
	display:inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.lang-menu {
	display:inline-block;
	float: left;
	margin: 0;
	padding: 1px;
}
.lang-menu a {
	display: inline-block;
	width: 32px;
	height: 30px;
}
.modal-open {
	overflow: hidden;
}
#contact-form .modal {
	letter-spacing: normal;
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
#contact-form .modal h4 {
	color: #000;
	padding: 0;
	margin: 0;
	font: 700 34px/36px 'Comfortaa', sans-serif;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	        transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 20px;
	color: #534e47;
}
.modal-dialog {
	width: 600px;
	margin: 10px auto;
}
@media only screen and (max-width: 768px) {
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 10px;
	}


	.sitemap {
		margin: 0 auto;
		width: 100%;
		background-color: #CCC;
	}

	.footer {
		height: auto;
		display:inline-block;
		width: 100%;
	}

	footer ul {
		float:none;

	}

	footer h3 {
		margin-top: 25px;
	}
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}
	.clearfix:before,
	.clearfix:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.clearfix:after {
		clear: both;
	}
	.container .alpha {
		margin-left: 0;
	}
	.container .omega {
		margin-right: 0;
	}
	.row {
		margin-left: -30px;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="grid_"] {
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}
	.container {
		width: 1170px;
        margin-right: auto;
		margin-left: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	}
	.container2 {
		width: 900px;
      margin-right: auto;
		margin-left: auto;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.grid_10 {
		width: 970px;
	}
	.grid_8 {
		width: 770px;
	}
	.grid_6 {
		width: 570px;
	}
	.grid_4 {
		width: 370px;
	}
	.grid_3 {
		width: 270px;
	}
	.grid_2 {
		width: 170px;
	}
	.container:before,
	.container:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.container:after {
		clear: both;
	}
	.container2:before,
	.container2:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.container2:after {
		clear: both;
	}
}
@media(min-width:980px) and (max-width:1199px) {
	.row {
		margin-left: -20px;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="grid_"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container {
		width: 940px;
	}
	.container2 {
		width: 940px;
	}
	.grid_10 {
		width: 780px;
	}
	.grid_8 {
		width: 620px;
	}
	.grid_6 {
		width: 460px;
	}
	.grid_4 {
		width: 300px;
	}
	.grid_3 {
		width: 220px;
	}
	.grid_2 {
		width: 140px;
	}
}
@media(min-width:768px) and (max-width:979px) {
	.row {
		margin-left: -20px;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="grid_"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container {
		width: 748px;
	}
	.container2 {
		width: 748px;
	}
	.container-media {
		width: 748px;
	}
	.grid_10 {
		width: 620px;
	}
	.grid_8 {
		width: 492px;
	}
	.grid_6 {
		width: 364px;
	}
	.grid_4 {
		width: 236px;
	}
	.grid_3 {
		width: 172px;
	}
	.grid_2 {
		width: 108px;
	}
}
@media(max-width:767px) {
	.container {
		width: 420px;
		padding: 0;
	}
	.container2 {
		width: 420px;
		padding: 0;
	}
	.row {
		margin-left: 0;
	}
	[class*="grid_"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.select-menu {
		display: block!important;
	}
	*+.row,
	[class*="grid_"]+[class*="grid_"] {
		margin-top: 30px;
	}
}
@media(max-width:479px) {
	body {
		padding: 0;
	}
	.container {
		width: 300px;
		padding: 0 15px;
	}
	.container2 {
		width: 300px;
		padding: 0 15px;
	}
	.row {
		margin-left: 0;
	}
	.lang-menu-text {
		font-size:smaller!important;
	}

	#owl1 .quote p {
		font-size: 12px;
		line-height: 14px;
	}
}
.center {
	text-align: center;
	vertical-align: top;
}

@media(max-width: 359px) {
	.lang-menu-text {
		font-size: xx-small!important;
	}
}
.fin {
  width: 54;
  height: 50;
  background: url(images/flags.png) 0 0;
}
.swe {
  width: 54;
  height: 50;
  background: url(images/flags.png) 54 0;
}
.eng {
  width: 54;
  height: 50;
  background: url(images/flags.png) 108 0;
}
