/** Generated: Wednesday, 25th of June 2025, 01:48:34 PM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
html.shinybox-html {
  overflow: hidden!important;
}
.notransition {
  transition: none;
}
.shinybox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(13, 13, 13, 0.6);
  display: none;
}
.shinybox-html .shinybox-overlay {
  display: block;
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -4%;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -4%;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 4%;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 4%;
  }
  100% {
    margin-left: 0px;
  }
}
.shinybox-overlay img {
  border: none!important;
}
.shinybox-overlay .shinybox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  transition: left 0.4s ease;
}
.shinybox-overlay .shinybox-slider .slide {
  height: 100%;
  width: 98%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  margin: 0 1%;
}
.shinybox-overlay .shinybox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.shinybox-overlay .shinybox-slider .slide img,
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container,
.shinybox-overlay .shinybox-slider .slide .shinybox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-video-container .shinybox-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container {
  background: none;
  max-width: 1140px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.shinybox-overlay .shinybox-slider .slide .shinybox-pdf-container .shinybox-pdf iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.shinybox-overlay .shinybox-slider .loading {
  background: url("/site/templates/js/shinybox/img/loader.gif") no-repeat center center;
  height: 31px;
  width: 31px;
  margin: auto;
}
.shinybox-overlay.rightSpring .shinybox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.shinybox-overlay.leftSpring .shinybox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}
.shinybox-overlay .shinybox-bottom,
.shinybox-overlay .shinybox-top {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: linear-gradient(#0d0d0d, #000000);
  opacity: 0.95;
  transition: 0.5s;
}
.shinybox-overlay .shinybox-top {
  top: -50px;
}
.shinybox-overlay .shinybox-top.visible-bars {
  top: 0;
}
.shinybox-overlay .shinybox-top.force-visible-bars {
  top: 0!important;
}
.shinybox-overlay .shinybox-bottom {
  text-align: right;
  bottom: -50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shinybox-overlay .shinybox-bottom.visible-bars {
  bottom: 0;
}
.shinybox-overlay .shinybox-bottom.force-visible-bars {
  bottom: 0!important;
}
.shinybox-overlay .shinybox-prev,
.shinybox-overlay .shinybox-next,
.shinybox-overlay .shinybox-close {
  background-image: url("/site/templates/js/shinybox/img/icons.svg");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.shinybox-overlay .shinybox-close {
  background-position: 10px 0px;
  float: right;
}
.shinybox-no-close-button .shinybox-overlay .shinybox-close {
  display: none;
}
.shinybox-overlay .shinybox-prev {
  background-position: -32px 0px;
}
.shinybox-overlay .shinybox-prev.disabled {
  opacity: 0.3;
}
.shinybox-overlay .shinybox-next {
  background-position: -78px 0px;
}
.shinybox-overlay .shinybox-next.disabled {
  opacity: 0.3;
}
.shinybox-overlay .shinybox-caption {
  color: white!important;
  font-size: 15px;
  line-height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

/* reset.css is here */
*{padding: 0;margin: 0;box-sizing: border-box;}
fieldset,img{border:0;}
figure {margin: 0;}
img{border:0;max-width: 100%;display: block;height: auto;}
address,caption,cite,code,dfn,strong,em,th,var {font-style:normal; font-weight:normal; }
q:before,q:after {content:'';}
strong {font-weight: 500;}
header,nav,section,article,aside,footer,hgroup,figure,main {display: block; }
a {display:  block;outline: none; color: #20419a; font-weight: 500; font-size: 13px; font-family: 'Work Sans', sans-sans-serif;margin: 1em 0;}
ol,ul{list-style: none;margin:  0;}
h1{font-size: 52px;line-height: 58px;margin: 1em 0;font-family: 'Montserrat', sans-serif;font-weight: 700;color: #ffffff; overflow-wrap: break-word;}
h2{font-size: 48px;line-height: 56px;margin: 1em 0;font-family: 'Gochi Hand', cursive;font-weight: 400; color:#fff;}
h3{font-size: 46px;line-height: 48px;margin: 1em 0;font-family: 'Montserrat', sans-serif;font-weight: 700;color: #20419a;}
h4{font-size: 24px;line-height: 40px;margin: 1em 0;font-family: 'Montserrat', sans-serif;font-weight: 700; color: #20419a;}
h5{font-size: 32px;line-height: 38px;margin: 1em 0;font-family: 'Montserrat', sans-serif;font-weight: normal;}
h6{font-size: 18px;line-height: 22px;margin: 1em 0;font-family: 'Work Sans', sans-serif;font-weight: 500;}
p,
.gallery_title ol,
.gallery_title ul {font-size: 17px;line-height: 1.5em;margin: 1.6em 0;font-family: 'Work Sans', sans-serif;font-weight: 300; padding: 0; color: #1b2542;}
p {margin-top: 0;}
.clear:after {content: '';clear: both;font-size: 1px;line-height: 1px;display: block;height: 0;}
.clearfix:after {content: '';clear: both;display: block;}
.transition {transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.flt_lt {float: left;}
.flt_rt {float: right;}
.pad_last {padding: 0 !important;}
/* reset.css ends here */
.wrapper {max-width: 100%;margin: 0 auto;position: relative;background: #ffffff;font-family: 'Montserrat', sans-serif;padding: 74px 0 0 0;}
.container {max-width: 1110px;margin: 0 auto;padding: 0 0px;}
/*font-family: 'Work Sans', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Gochi Hand', cursive;*/

.keksikyselyModalElement .keksikyselyContent a {
	display: inline-block !important;
	font-size: 17px !important;
}

.keksikyselyModalElement .keksikyselyContent p {
	line-height: 1em;
	margin: 0;
}
.keksikyselyButtons btn.allowCookies {
	padding-right: 1em !important;	
}
.keksikyselyModalElement .keksikyselyButtons {
	margin-bottom: -1em !important;
	margin-top: 2em !important;
	margin-right: 1em !important;
}
/*LayOut Starts Here*/
.social_wrapper {display: flex;position: relative;}
.some_right {margin: 0 5%;}
.some_left {width: 50%;}
.some_left a {margin: 0; display: block;}
.some_left,
.banner_bottom_right_main {margin: 40px 0;}
.linewrapper { display: inline-block; overflow-wrap: break-word; }
/*Index Page Starts Here*/
/*Header Block Starts Here*/
header {position: fixed;width: 100%;left: 0;top: 0;background: #ffffff;z-index: 9;}
.header_block {padding: 7px 0 0 0;}
.logo_block {float: left;}
.nav_icon {display: none;}
.menu_block {float: right;padding: 3px 0 0 0;}
.menu_block a {text-decoration: none; margin: 0;}
.menu_block h6 {font-size: 13px;line-height: 15px;color: #20419a;text-align: right;font-family: 'Work Sans', sans-serif;padding: 0 0 10px 0; margin: 0;}
nav > ul > li {display: inline-block;vertical-align: top; padding: 0 15px 0 15px;}
nav > ul > li > a {font-size: 16px;line-height: 18px;font-family: 'Work Sans', sans-serif;font-weight: 500;color: #20419a;display: inline-block;position: relative;padding: 15px 0 15px 0; text-decoration: none;}
nav > ul {display: inline-block;vertical-align: top;padding: 0 7px 0 0;}
nav > ul > li > a:after {content: "";display: block;height: 1px;left: 0;right: 0;bottom: 14px;opacity: 0;position: absolute;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);background: #4964ad;-webkit-transition: opacity .2s,-webkit-transform .2s;-o-transition: opacity .2s,transform .2s;transition: opacity .2s,transform .2s;transition: opacity .2s,transform .2s,-webkit-transform .2s;}
.ytlink {float: left; width: auto; margin-top: 2rem; display: flex;}

.ytlink a {text-decoration: none; margin: 0;}
.ytlink h4 {font-size: 26px !important; margin: 0; margin-left: 0.5em; margin-top: 0.1em !important;}
.social_icons ul li a {width: 20px;height: 20px;border-radius: 50%;background: #20419a;color: #fff;text-align: center;line-height: 20px;font-size: 12px;border: 1px solid transparent;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.social_icons ul li a:hover {border-color: #20419a;background: #ffffff;color: #20419a;}
.dropdown {text-align: center;}
.dropdown ul {padding: 0 80px 0 0;text-align: right;}
.dropdown li {display: inline-block;padding: 0 15px;}
.dropdown li:last-child {padding-right: 0;}
.dropdown li a {font-size: 16px;line-height: 18px;font-family: 'Work Sans', sans-serif;font-weight: 300;color: #ffffff;display: inline-block;position: relative; padding: 5px 0;}

.dropdown li a:after {content: "";display: block;height: 1px;left: 0;right: 0;bottom: 4px;opacity: 0;position: absolute;-webkit-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);background: #ffffff;-webkit-transition: opacity .2s,-webkit-transform .2s;-o-transition: opacity .2s,transform .2s;transition: opacity .2s,transform .2s;transition: opacity .2s,transform .2s,-webkit-transform .2s;}
.dropdown li.active > a:after,
.dropdown li a:hover:after {opacity: 1;-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}
nav > ul > li.active > a:after,
nav > ul > li:hover > a:after {opacity: 1;-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}
.social_icons ul li {display: inline-block;vertical-align: top; padding: 0;}
.social_icons {display: inline-block;vertical-align: top;padding-top: 11px;}
/*Header Block Ends Here*/
/* contact block starts */
.finnamyl_blk {padding: 63px 0 66px 0;}
.finnamyl { padding: 78px 0;}
.finnamyl_cnt { float: left; width: 50%; }
.finnamyl_cnt h3 {color: #20419a; padding: 0;  margin: 0 auto 1em auto;}
#google_maps { float: right; width: 48%; height: 355px; }
#google_maps a { display: block; margin: 8px 0 0 0; }
#google_maps a img { display: block; }
.staff_blk { padding: 0; background: url('/site/templates/images/kasvattajat_bg.png') repeat; }
.staff { padding: 79px 0 14px 0; }
.staff h2 { padding: 0; margin: 0 0 1em 0; text-align: center; color: #fff;}
.staff p {padding: 0 0 57px 0; text-align: center; color: #fff; margin: 0;}
.staff a {font-size: 17px; font-weight: 300; margin-bottom: 0;}
.staff_details ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; display: -webkit-flex;
    /* Safari 6.1+ */
    display: flex;
    /* Safari */
    -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; flex-flow: row wrap;}
.staff_details ul li {display: block; flex: 0 0 auto; margin-bottom: 60px; width: 30%;}
.staff_list {position: relative; }
.staff_list figure { display: block; }
.staff_list figure img { display: block; width: 100%;}
.staff_cnt { width: auto; padding: 26px 0; background: #ffffff; justify-content: center;align-items: center;}
.staff_cnt p{color: inherit; padding: 0;margin: 0;}
.staff_cnt strong p {font-weight: 600; font-size: 20px;}
.staff_cnt p a {color: #000;}
.staff_cnt a{text-decoration: none;}
/*Reseptit Banner Section Starts Here*/
.reseptit_banner_main {background: url('/site/templates/images/banner_index25.jpg') no-repeat center center;background-size: cover;height: 520px;}
.reseptit_banner_block {margin: 0 95px 0 0;position: relative;}
.reseptit_banner_in {position: absolute;right: 0;top: 89px;text-align: right;}
.reseptit_banner_in h1 {padding: 0 0 39px 0; margin: 0 0 0 40%;}
/*Reseptit Banner Section Ends Here*/
/*Banner Bottom Section Starts Here*/
.banner_bottom_main {background: url(/site/templates/images/twitter_block_bg.jpg) repeat center center;position: relative; }
.banner_bottom_left_main {width: 50%;background: url('/site/templates/images/facebook_block_bg.jpg') repeat;position: absolute;height: 100%;}
.banner_bottom_right_main {width: 50%;}
.banner_bottom_image_section {max-width: 40%; float: left;margin-right: 5%;}
.banner_bottom_image_section figure {line-height: 0;}
.banner_bottom_facebook_block, .banner_bottom_some_block { width: 52%; margin-right: 2%; float: left;}
.icon_block span {width: 37px;height: 37px;background: #ffffff;color: #182442;display: inline-block;border-radius: 50%;text-align: center;line-height: 37px;font-size: 21px;}
.banner_bottom_right_main .icon_block span {color: #20419a;}
.icon_block {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end; margin-bottom: 1em;}
.icon_block small {font-size: 13px;line-height: 15px;color: #ffffff;font-weight: 500;font-family: 'Work Sans', sans-serif;padding: 0 0 0 15px;display: inline-block;}
.banner_bottom_facebook_block p,
.banner_bottom_facebook_block a,
.banner_bottom_some_block p,
.banner_bottom_some_block a,
.banner_bottom_right_main p,
.banner_bottom_right_main a {color: #ffffff;line-height: 19px; font-weight: 400; text-decoration: none; font-size: 16px; word-break: break-word;}
.banner_bottom_facebook_block a,
.banner_bottom_some_block a,
.banner_bottom_right_main a {margin: 0;}
.banner_bottom_facebook_block p,
.banner_bottom_some_block p,
.banner_bottom_right_main p {margin: 0;}
/*Banner Bottom Section Ends Here*/
/*Gallery Section Starts Here*/
.gallery_section_main{padding: 54px 0 54px 0; background: white;}
.gallery_title {max-width: 770px;margin: 0 auto;}
.gallery_title ol {list-style: decimal;}
.gallery_title ol li {margin: 1em 0;}
.gallery_title ol,
.gallery_title ul  {margin: 1em 0 1em 2em;}
.gallery_title ul > li {list-style: disc; list-style-position: outside;}
.gallery_title li > ul,
.gallery_title li > ol {list-style: disc; list-style-position: outside; margin-left: 2em;}
.gallery_title a {text-decoration: underline;}
.gallery_title :last-child {margin-bottom: 0; margin-top: 0;}
.gallery_title :first-child {padding-top: 0; margin-top: 0;}
.gallery_title h3 {color: #20419a;text-align: center; font-size: 40px;}
.gallery_title h2 {color: #20419a;}
.ingress,
.gallery_title h6,
.kasvattajat_block p,
.footer_top_block p {text-align: center !important; letter-spacing: 0.6px !important; font-weight: 300 !important; line-height: 1.4em;}
.ingress {font-size: 19px !important; margin: 0 0 1.6em 0;}
 .kasvattajat_block p,
 .footer_top_block p {font-size: 19px; margin: 1.6em 0;}
.ingress a {text-decoration: underline;}
.ingress.left {text-align: left !important;}
.gallery_image_block {margin-top: 2vw;}
.gallery_image_block a {text-decoration: none;}
.gallery_image_in {position: relative;}
.gallery_image_in .bg-opacity {position: absolute; background-color: rgba(0,0,0,0.2); z-index: auto; border-radius: 50%; width: 286px; height: 286px; top: 0; bottom: 0; left: 0; right: 0;}
.gallery_image_in h5 { position: absolute; bottom: 23%;left: 0;right: 0;color: #ffffff;text-align: center;font-family: 'Gochi Hand', cursive;padding: 0 38px;line-height: 30px; margin: 0;font-size: 36px;font-weight: 400; max-width: 286px;}
.gallery_image_block ul {display: -webkit-flex;display: -ms-flexbox;/*! display: flex; *//*! margin: 0 -30px; */padding: 0 66px;justify-content: space-between;}
.gallery_image_block ul li {width: 30%;}
.gallery_image_in figure img {border-radius: 50%;}
/*Gallery Section Ends Here*/
/*Person Section Starts Here*/
.person_main_section {background: url('/site/templates/images/suomalaian_block_bg.png') repeat;background-size: cover;padding: 64px 0 0px 0;}
.person_block_content a {text-decoration: underline;}
.person_block_content h1 {font-family: 'Gochi Hand', cursive; color: #20419a;line-height: 53px; font-weight: 400; margin-bottom: 0.6em;}
.person_block_content :first-child {margin-top: 0; padding-top: 0;}
.person_block_text  {max-width: 65%;}
.person_block {padding: 0 66px;display: -webkit-flex;display: -ms-flexbox;display: flex;position: relative;}
.person_block_content .btn {margin: 21px 0 0 0;}
.person_block_content {width: 82%;padding: 0 0 77px 0;}
.person_block_content {margin-top: 0; margin-bottom: 0;}
.person_block_image figure {position: absolute;bottom: 0;right: 61px;}
/*Person Section Ends Here*/
/*Recipe Section Starts Here*/
.recipe_main_block {background: #ffffff;padding: 58px 0 46px 0;}
/*Recipe Section Ends Here*/
/*Footer SEction Starts Here*/
footer {background: url('/site/templates/images/footer_bg.png') repeat;padding: 30px 0;}
.footer_block {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.copy_details {padding: 0 0 0 16px;}
.copy_details a{display: inline-block;color: #ffffff; font-weight: 300; text-decoration: none;}
.copy_details p {color: #ffffff;font-weight: 300;font-size: 13px;letter-spacing: 0.3px; margin-bottom: 0;}
.footer_right_link {margin-left: auto;}
.footer_right_link a {margin-left: 2em; display: inline-block; color: #ffffff;font-size: 13px;font-weight: 500;font-family: 'Work Sans', sans-serif; text-decoration: none;}
.footer_right_link a:hover {opacity: 0.8;}
.footer_social_icon {padding: 0 0 0 22px;}
.footer_social_icon .social_icons ul li a {background: #ffffff;color: #20419a;}
/*Footer Section Ends Here*/
/*Index Page Ends Here*/
/*Content Page Starts Here*/
/*Banner Section Starts Here*/
.banner_main_section {background: url('/site/templates/images/banner.jpg') no-repeat center center;height: 450px;background-size: cover;position: relative;}
.banner_main_section .gradient {background: linear-gradient(0deg, rgba(26,36,66,0.9) 0%, rgba(2,0,36,0) 36%); position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner_text {text-align: center;position: absolute;bottom: 10%;left: 50%;right: 0;width: 760px;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
/*Banner Section Ends Here*/
/*Nosto Section Starts Here*/
.nosto_main {padding: 45px 0 13px 0;max-width: 790px;margin: 0 auto;}
.nosto_block h6 {text-align: center;color: #1b2542;font-weight: 300;line-height: 25px;padding: 0 0 36px 0;letter-spacing: 0.4px;}
.nosto_block p {padding: 0;}
.nosto,
.nosto_block h4 {color: #20419a !important;font-family: 'Gochi Hand', cursive;max-width: 540px;margin: 1em auto !important; line-height: 1.1em !important;padding: 0;font-weight: 400;}
.nosto {font-size: 36px !important;}
/*Nosto Section Ends Here*/
.suomalainen_main_section {padding: 63px 0 66px 0; background-color: #ffffff;}
.withbackground {background: url('/site/templates/images/suomalaian_block_bg.png') repeat center center;}
/* .suomalainen_block {font-size: 0;} */
.youtube-container {width: 100%; position: relative; padding-bottom: 56%;}
.youtubeiframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.suomalainen_title h3 {color: #20419a;padding: 0;text-align: center; margin: 0 auto 1em auto;}
.suomalainen_main_block {display: flex; justify-content: space-between;}
.kuvansijainti-2 .suomalainen_main_block {flex-direction: row-reverse;}
.suomalainen_left_block  {flex: 0 1 auto;width: 100%;vertical-align: top;}
.suomalainen_left_block .nosto {max-width: none;margin: 2vw 25% 2vw 0 !important;}
.suomalainen_left_block :last-child {margin-bottom: 0;}
.suomalainen_left_block a {text-decoration: underline;}
.suomalainen_block ul li {list-style: inside; color: #1b2542; font-weight:300; line-height: 1.5em; font-size: 17px; font-family: 'Work Sans', sans-serif;}
.suomalainen_block ul {margin-bottom: 1em;}
.kasvattajat_right_block .btn,
.kasvattajat_bottom_block .btn,
.gallery_title .btn,
.suomalainen_left_block .btn,
.footer_top_block .btn,
.kasvattajat_block .btn {margin: 3em 0 2em !important; font-weight: 500; font-size: 14px; display: inline-block;}
.kasvattajat_right_block a,
.kasvattajat_bottom_block a,
.gallery_title a,
.suomalainen_left_block a,
.kasvattajat_block a  {display: inline; font-size: 17px;line-height: 1.5em;margin: 1.6em 0;font-family: 'Work Sans', sans-serif;font-weight: 500; padding: 0; text-decoration: none;}
.kasvattajat_right_block a:hover,
.kasvattajat_bottom_block a:hover,
.gallery_title a:hover,
.suomalainen_left_block a:hover,
.kasvattajat_block a:hover {text-decoration: underline;}
.suomalainen_right_block {flex: 0 1 auto;width: 48%;vertical-align: top;margin: 0 0 2vw 5vw;float: right;}
.kuvansijainti-2 .suomalainen_right_block {margin: 0 5vw 2vw 0;float: left;}
.suomalainen_right_block img {width: 100%; height: auto;}
.suomalainen_left_block > :first-child {margin-top: 0; padding-top: 0;}
.suomalainen_left_block h2 {font-family: 'Gochi Hand', cursive;font-weight: 400;padding: 0 0 15px 0;color: #20419a;letter-spacing: 0.2px; font-size: 32px; line-height: 38px;}
.htmlblock {color: #20419a;}
.htmlblock h2 {color: #20419a;}
.htmlblock p {color: #1b2542;}

/*Nosto Section Ends Here*/
/*Kasvattajat Section Starts Here*/
.kasvattajat_section {padding: 78px 0;background: url('/site/templates/images/kasvattajat_bg.png') repeat;}
.kasvattajat_block h2 {text-align: center;line-height: 52px; padding: 0;}
.kasvattajat_block :first-child {margin-top: 0; padding-top: 0; }
.kasvattajat_block .nosto {color:#fff !important;}
.kasvattajat_block p,
.footer_top_block p {color: #fff !important;}
.kasvattajat_block {max-width: 770px;margin: 0 auto; text-align: center;}
.kasvattajat_block :last-child {margin-bottom: 0;}
.kasvattajat_block .btn {margin-top: 2em !important; background: #1a2340;}
.kasvattajat_bottom_block {position: relative;}
.kasvattajat_bottom_block .btn {margin-bottom: 1em;}
.kuvansijainti-1.kasvattajat_bottom_block {flex-direction: row-reverse;}
.kuvansijainti-1 .kasvattajat_right_block {margin-right: 45%;}
.kuvansijainti-1 .kasvattajat_left_block{right: 0;}
.kuvansijainti-2 .kasvattajat_left_block{left: 0;}
.kuvansijainti-2 .kasvattajat_right_block {margin-left: 45%;}
.kasvattajat_left_block {width: 39.5%;flex: 0 1 auto;vertical-align: top;position: absolute; height: 100%; background-size: cover; overflow: hidden;}
.kasvattajat_right_block {width: 55%;flex: 0 1 auto;vertical-align: top;padding: 57px 0;}
.kasvattajat_right_block a {text-decoration: underline;}
.kasvattajat_right_block h3 {color: #20419a;}
.kasvattajat_right_block > :first-child {margin-top: 0; padding: 0;}
.kasvattajat_right_block > :last-child {padding-bottom: 0;}

.kasvattajat_right_block p {padding: 0;}
.kasvattajat_right_block p:last-of-type,
.suomalainen_left_block p:last-of-type {margin-bottom: 0;}
.btn {background: #20419a;color: #ffffff;font-size: 14px;line-height: 16px;font-family: 'Work Sans', sans-serif;font-weight: 500;padding: 8px 34px !important ;display: inline-block;margin: 24px 0 0 0;border: 1px solid transparent;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; text-decoration: none !important; text-transform: uppercase; letter-spacing: 1px;}
.btn:hover {background-color: #1b2542;}
/*Kasvattajat Section Ends Here*/
/*Recipe Section Starts Here*/
.recipe_main_block_1 {background: url('/site/templates/images/recipe_block_bg.png') repeat;padding: 77px 0 32px 0;}
.recipe_block :first-child {margin-top: 0;}
.recipe_block h3 {color: #20419a;text-align: center;}
.recipe_block ul {font-size: 0;display: flex; justify-content: space-between; flex-wrap: wrap;}
.recipe_block ul li {vertical-align: top; width: 31%;}
.recipe_block ul :last-child {margin-top: 0; margin-top: 0;}
.recipe_details h5 {font-family: 'Gochi Hand', cursive;text-align: center;color: #1f4099; margin: 0.5em 0;}
.recipe_block a {text-decoration: none;}
.recipe_details figure {padding: 0 0 20px 0;}
.recipe_details p {padding: 0 0 15px 0;}
/*Recipe Section Ends Here*/
/*Footer Top Section Starts Here*/
.footer_top_section {background: url('/site/templates/images/footer_top_bg.png') no-repeat center center;background-size: cover;position: relative;}
.footer_top_section .pattern {background: url('/site/templates/images/just-waves_vaalsin.png') repeat;opacity: 0.4;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 4;}
.footer_top_section .color {background: rgba(0, 6, 21, 0.46);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
.footer_top_section .gradient {background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(2,0,36,0) 50%, rgba(16,22,54,0.5606617647058824) 63%, rgb(26, 36, 66) 74%);position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;}
.footer_top_section .container {position: relative; z-index: 5;}
.footer_top_block {padding: 100px 0; text-align: center;width: 70%; margin:  0 auto;}
.footer_top_block :first-child {margin-top: 0; padding-top: 0;}
.footer_top_block p:last-of-type {margin-bottom: 0; padding-bottom: 0;}
.footer_top_block h3 {text-align: center; color: #fff;}

nav > ul > li:nth-last-of-type(2) {
  padding-right: 0;
}
nav > ul > li:nth-last-of-type(2):after {
    content: "|";
    padding-left: 7px;
}
nav > ul > li:last-of-type {
  padding-left: 8px;
}

/*Footer Top Section Ends Here*/
/*Content Page Ends Here*/
/*Recipe Page Starts Here*/
/*Kalkkuna Section Starts Here*/
.kalkkuna_main_block {background: url('/site/templates/images/recipe_main_bg.png') no-repeat top center;background-size: auto 700px;padding: 413px 0 86px 0; position:relative;}
.kalkkuna_main_block .gradient {
    background: linear-gradient(
        rgba(26,36,66, 0) 0px,
        rgba(26,36,66, 0.013) 8.1px,
        rgba(26,36,66, 0.049) 15.5px,
        rgba(26,36,66, 0.104) 22.5px,
        rgba(26,36,66, 0.175) 29px,
        rgba(26,36,66, 0.259) 35.3px,
        rgba(26,36,66, 0.352) 41.2px,
        rgba(26,36,66, 0.45) 47.1px,
        rgba(26,36,66, 0.55) 52.9px,
        rgba(26,36,66, 0.648) 58.8px,
        rgba(26,36,66, 0.741) 64.7px,
        rgba(26,36,66, 0.825) 71px,
        rgba(26,36,66, 0.896) 77.5px,
        rgba(26,36,66, 0.951) 84.5px,
        rgba(26,36,66, 0.987) 91.9px,
        rgba(26,36,66, 1) 100px,
        rgba(26,36,66, 1) 100%
    );
    position: absolute; left: 0;  width: 100%; height: calc(100% - 600px); z-index: 1;top: 600px;}
.kalkkuna_main_block .pattern {background: url('/site/templates/images/just-waves_vaalsin.png') repeat;opacity: 0.1;position: absolute;bottom: 0;left: 0;width: 100%;height: calc(100% - 760px);z-index: 4;top: 760px;}
.kalkkuna_block {padding: 55px 65px 60px 65px;background: #ffffff; position: relative; z-index: 5;}
.kalkkuna_block h1 {color: #20419a;text-align: center;}
.kalkkuna_block :first-child {margin-top: 0;}
.kalkkuna_details {display: -webkit-flex;display: -ms-flexbox;display: flex;}
.kalkkuna_left_block {width: 39%; padding-right: 5vw;}
.kalkkuna_left_block :first-child,
.kalkkuna_right_block :first-child {margin-top: 0;}
.kalkkuna_right_block {width: 61%;}
.kalkkuna_details h4 {font-family: 'Gochi Hand', cursive; color: #20419a;font-size: 36px; font-weight: 400;}
.kalkkuna_left_block h6 {font-weight: 600;color: #1b2542;padding: 0 0 1px 0;}
.kalkkuna_details p {margin: 0 auto;}
.kalkkuna_details p:empty { height: 1em; }
.kalkkuna_details p strong {font-weight: 600;}
.kalkkuna_right_block p {font-size: 19px;margin: 0 0 26px 0;line-height: 23px;}
.kalkkuna_right_block :last-child {margin-bottom: 0;}
.kalkkuna_right_block .social_icons {float: right;margin: 5vw 0 0 0;}
.kalkkuna_right_block .social_icons ul li a {width: 30px;height: 30px;line-height: 30px;font-size: 17px;}
/*Kalkkuna Section Ends Here*/
/*Recipe Section Starts Here*/
.recipe_main_block_2 {padding: 72px 0 53px 0;}

.recommendations {display: flex; justify-content: center; flex-wrap: wrap;}
.recommendations .recommendation { text-align: center; flex: 0 0 auto; width: 120px; height: 160px; margin: 15px 15px 15px 15px; position: relative; }
.recommendations .fa-circle { color: #ffffff; font-size: 8.125em; position: absolute; bottom: -75px; left: 3px; opacity: 0.4; }
.recommendations .recommendation p { margin: 0 0 10px; color: white; }
.recommendations p.proportion { position: absolute; left: 45px; bottom: 0;}

.recommendation { position: relative; width: 180px; height: 240px; overflow: hidden; background: #1f419a; text-align: center; padding: 15px; margin: 15px; color: #ffffff; float: left; border-radius: 4px 4px 4px 4px; }
.recommendation h3 { font-size: 1.250em; margin-top: 5px; line-height: 22px; color: white;}
.recommendation dt { font-size: 1em; font-weight: normal; }
.recommendation dd { font-size: 1em; font-weight: bold; margin-bottom: 15px; }
.recommendation dl { position: absolute; top: 75px; left: 0; width: 100%; }
.recommendation .percent { display: block; font-size: 2em; font-weight: 600; margin: 0; padding: 0; line-height: 1em; }

.container table { width: 100%; font-size: 17px; line-height: 1.5em; margin: 1.6em 0; font-family: 'Work Sans', sans-serif; font-weight: 300; padding: 0; color: #1b2542; }
.container table td { padding: 0.2em 0.5em; }
.container table tr td:first-child {padding-left: 0;}
.container table tr td:last-child {padding-right: 0;}
.container table td.nowrap {white-space: nowrap;}
.container caption {font-weight: 500; text-align: left;}

.chart-legend {margin-top: 1em;}
.chart-legend li {display: inline-block; margin: 0 0.5em 0.5em 0.5em}
.chart-legend span {display: inline-block; height: 20px; width: 20px; vertical-align: -2px; margin-right: 10px;}

.videoa_content{display:block;position:relative;height: 100%; min-height: 510px; overflow: hidden;}
.videoa_middle{display:block;width:100%;height: 100%; position: absolute;}
.videoa_content p {font-family: 'Montserrat', sans-serif;font-weight:700;font-size:32px;line-height:42px;color:#fff;text-align:center;width: 60%; margin: 1em auto; text-align: center;}
.videoa_content p img {display: inline-block;}
.video_tab{display:table;width:100%; height: 100%;min-height: 510px;}
.video_cell{display:table-cell;width:100%;height: 100%;vertical-align: middle;}
.parallax-window { min-height: 510px; background: transparent;}
.video-background {min-width: 100%;min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);z-index: -5;}

@media screen and (max-width:1200px){
    .kasvattajat_right_block {width: 45%;}
    .gallery_image_in .bg-opacity {width: 100%; height: 100%;}
    .container {max-width: 100%;padding: 0 5%;}
    .recipe_block ul {margin: 0;}
/*Banner Section Starts Here*/
    h1 {font-size: 46px;line-height: 54px;}
    .reseptit_banner_in h1 {padding: 0 0 25px 0; margin-left: 30%;}
    .dropdown ul {padding-right: 72px;}
/*Banner Section Ends Here*/
/*Banner Bottom Section Section Starts Here*/
    /* .banner_bottom_left_main {padding: 25px 20px 25px 20px;width: 70%;} */
    /* .banner_bottom_right_main {padding: 25px 20px 25px 20px;width: 30%;} */
    /* .banner_bottom_facebook_block {padding: 0 0 0 15px;} */
    /* .icon_block {-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important;} */
/*Banner Bottom Section Ends Here*/
/*Gallery SEction Starts Here*/
    .gallery_section_main {padding: 40px 0 40px 0;}
    .gallery_title h3,
    h3 {font-size: 38px;line-height: 46px;}
/*Gallery SEction Ends Here*/
/*Person Section Starts Here*/
    h2 {font-size: 40px;}
    .person_block_content h1 {line-height: 48px;}
/*Person Section Ends Here*/
/*Recipe Section Starts Here*/
    .recipe_main_block {padding: 40px 0;}
/*Recipe Section Ends Here*/
/*Index Page Ends Here*/
/*Content Page Starts Here*/
/*    Banner Section Starts Here*/
    .banner_text {width: 80%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);padding: 0 15px;max-width: inherit;}
/*Banner Section Ends Here    */
/*Suomalainen Section Starts Here*/
    .suomalainen_main_section {padding: 45px 0;}
/*Suomalianen Section Ends Here*/
/*Kasvattajatt Section Starts Here*/
    .kasvattajat_section {padding: 65px 0;}
    .kasvattajat_block h2 {line-height: 48px;}
    .kasvattajat_left_block {width: 50%;}
    .kuvansijainti-2 .kasvattajat_right_block {padding: 50px 0; width: 45%; margin-left: 55%;}
/*Kasvattajatt Section Ends Here*/
/*Content Page Ends Here*/
/*Recipe Page Starts Here*/
    .kalkkuna_main_block {padding: 225px 0 60px 0;}
/*Recipe Page Ends Here*/
}

@media screen and (max-width:1140px){
    .recipe_block ul {margin: 0;}
    .staff_details ul li{justify-content: center;}
    .staff_list figure img {width: 100%;}
    .gallery_image_in h5 {padding: 0 20px;}

    .kalkkuna_main_block { background-size: auto 490px; }
    .kalkkuna_main_block .gradient { top: 350px; height: calc(100% - 350px);}
    .kalkkuna_main_block .pattern {top: 450px; height: calc(100% - 450px);}
    .footer_top_block {width: 85%;}
}
@media screen and (max-width:1024px){
/*Header Block Starts Here*/
    nav ul li {padding: 0 15px 5px 15px;}
    .logo_block a {/*! margin: 5px 0 0 0; */}
    .logo_block a img {width: 140px;}
    .header_block {display: -webkit-box!important;display: -ms-flexbox!important;display: flex!important;-webkit-box-align: center!important;
    -ms-flex-align: center!important;align-items: center!important;-webkit-box-pack: justify!important;-ms-flex-pack: justify!important;justify-content: space-between!important;}
    .logo_block {float: none;}
    .menu_block {float: none;}
    .header_block .clear {display: none;}
    nav > ul > li > a {/*! font-size: 14px; */}
    .dropdown li a {font-size: 14px;}
/*Header Block Ends Here*/
/*Banner Section Starts Here*/
    h1 {font-size: 42px;line-height: 50px;}
    .reseptit_banner_in h1 {padding: 0 0 25px 0; margin-left: 20%;}
    .reseptit_banner_block {margin: 0;position: static;}
    .reseptit_banner_in {top: 50%;left: 50%;transform: translate(-50%, -50%);width: 75%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
    .reseptit_banner_in h1 br {display: none;}
    .reseptit_banner_main {position: relative;}
/*Banner Section Ends Here*/
/*Banner Bottom Section Starts Here*/
/*Banner Bottom Section Ends Here*/
/*Gallery SEction Starts Here*/
    .gallery_title h3,
    h3 {font-size: 34px;line-height: 40px;}
    .nosto {font-size: 30px !important;}
    h4 {font-size: 32px !important;line-height: 42px !important;}
    .gallery_image_block ul {padding: 0 18px;}
/*Gallery SEction Ends Here*/
/*Person Section Starts Here*/
    h2 {font-size: 36px;}
    .person_block_content h1 {line-height: 44px;}
    .person_block {padding: 0 35px;}
    .person_block_image figure {right: 0;}
    .person_block_image figure img {width: 380px;}
    .person_block_content {padding: 0 0 60px 0;}
/*Person Section Ends Here*/
/*Recipe Section Starts Here*/
    .recipe_main_block {padding: 30px 0;}
    h5 {font-size: 30px;line-height: 32px;}
    .recipe_details figure {padding: 0 0 15px 0;}
/*Recipe Section Ends Here*/
/*Index Page Ends Here*/
/*Content Page Starts Here*/
/*Nosto Section STarts Here  */
    .nosto_main {padding: 40px 0 0 0;width: 80%;max-width: inherit;}
    .nosto_block h4 {text-align: center;padding: 0 0 20px 0;}
    .nosto_block h6 {padding: 0 0 28px 0;}
    .nosto_block p{padding: 0 0 28px 0;}
/*Nosto Section Ends Here*/
/*Suomalainen Section Starts Here*/
    .suomalainen_main_section {padding: 40px 0;}
/*Suomalianen Section Ends Here*/
/*Kasvattajatt Section Starts Here*/
    .kasvattajat_section {padding: 40px 0;}
    .kasvattajat_block h2 {line-height: 44px;}
    .kasvattajat_right_block h3 {padding: 0 0 28px 0;}
    .kasvattajat_left_block,
    .kasvattajat_right_block {width: 100% !important;}
    .kasvattajat_left_block {position: relative; height: 50vw;}
    .kasvattajat_right_block {padding: 45px 0; margin: 0 !important;}
    .kuvansijainti-1.kasvattajat_bottom_block,
    .kasvattajat_bottom_block {display: flex; flex-direction: column; align-items: center;}
/*Kasvattajatt Section Ends Here*/
/*Footer Top Section Starts Here*/
    .footer_top_block p {padding: 0 20px;}
/*Footer Top Section Ends Here*/
/*Content Page Ends Here*/
/*Recipe Page Starts Here*/
/*Kalkkuna Section Starts Here*/
    .kalkkuna_block {padding: 40px 30px;}
/*Kalkkuna Section Ends Here*/
/*Recipe Page Ends Here*/
}
@media screen and (max-width:991px){
    nav ul li {padding: 0 10px 5px 10px;}
    .kalkkuna_left_block {padding-right: 6vw;}
       .gallery_section_main {padding: 40px 0 65px 0;}
    .person_block_content {padding: 0 0 50px 0;}
    .person_main_section {padding: 50px 0 0 0;}
    /*Kasvattajatt Section Starts Here*/
    .kasvattajat_right_block h3 {padding: 0 0 18px 0;}
    .person_block_text {max-width: 60%;}
    .gallery_image_in h5 {font-size: 26px;line-height: 26px;}
    .dropdown ul {padding-right: 67px;}
/*Kasvattajatt Section Ends Here*/

    .graphContainer .suomalainen_main_block {flex-direction: column-reverse !important;}
    .graphContainer .suomalainen_left_block {width: auto;}
    .graphContainer .suomalainen_right_block {width: auto;padding-bottom: 5vw;float: none; margin: 0;}
    .graphContainer .kuvansijainti-2 .suomalainen_right_block {width: auto;padding-bottom: 5vw;float: none; margin: 0;}
    .graphContainer .suomalainen_right_block figure img {margin: 0 auto;}
    .graphContainer .suomalainen_title h3 {width: auto;}
}
@media screen and (max-width:900px) {
    .menu_block {position: fixed;width: 280px;height: 100%;background: #ffffff;right: -280px;top: 0;padding: 27px 25px 15px 25px;}
    .header_block{padding: 0;}
    header {padding: 12px 0;}
    .wrapper {padding: 67px 0 0 0;}
    nav > ul {display: block;padding: 15px 0 15px 0;}
	nav > ul > li:last-of-type,
    nav > ul > li {display: block;padding: 5px 0; position: relative;}
	nav > ul > li:nth-last-of-type(2)::after {display: none;}
    nav > ul > li > a {padding: 0 0 5px 0;line-height: 15px;}
    nav > ul > li > a:after {bottom: 4px;}
    nav > ul > li > span:after {content: '\f107'; position: absolute; right: 0; color: #20419a; font-family: FontAwesome; font-size: 16px; font-weight: 600; top: 7px; width: 16px; text-align: center; height: 16px;}
    nav > ul > li > span.active:after {content: '\f106';}
    .menu_block h6 {text-align: left;}
    .dropdown {display: none;}
    .dropdown li a {font-size: 14px;line-height: 15px; display:block;}
    .dropdown li a:hover:after {display: none;}
    .dropdown ul {padding: 0;text-align: left;}
    .dropdown li a:after {background: #20419a;}
    .social_icons ul li a {width: 30px; height: 30px; line-height: 30px; font-size: 17px;}
    /*    Mobile Menu*/
    .nav_icon {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;z-index: 9;width: 39px;height: 37px;padding: 5px !important;text-align: center;position: absolute;right: 2vw;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);background: none;border: none;display: block;outline: none;}
    .nav_icon span {display: block;position: absolute;height: 3px;width: 80%;background: #20419a;opacity: 1;left: 0px;right: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;text-align: center;margin: 0px auto !important;padding: 0px 0;}
    .nav_icon span:nth-child(1) {top: 8px;}
    .nav_icon span:nth-child(2) {top: 17px;}
    .nav_icon span:nth-child(3) {top: 26px;}
    .nav_icon.open span:nth-child(1) {top: 17px;-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);}
    .nav_icon.open span:nth-child(2) {opacity: 0;left: -60px;}
    .nav_icon.open span:nth-child(3) {top: 17px;-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg);-o-transform: rotate(-135deg);transform: rotate(-135deg);}
    .open_menu .menu_block {right: 0;overflow-y: auto;box-shadow: 14px 4px 23px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 14px 4px 23px 8px rgba(0,0,0,0.5);-moz-box-shadow: 14px 4px 23px 8px rgba(0,0,0,0.5);-ms-box-shadow: 14px 4px 23px 8px rgba(0,0,0,0.5);-o-box-shadow: 14px 4px 23px 8px rgba(0,0,0,0.5);}
    /*Header Block Starts Here*/
    .menu_block {position: fixed;width: 280px;height: 100%;background: #ffffff;right: -280px;top: 0;padding: 27px 25px 15px 25px;}
    header {padding: 12px 0;}
    .wrapper {padding: 67px 0 0 0;}
    nav > ul {display: block;padding: 40px 0 15px 0;}
    nav > ul > li {display: block;padding: 5px 0; position: relative;}
    nav > ul > li > a {padding: 0 0 5px 0;line-height: 15px;}
    nav ul li a:after {display: none !important;}
    .dropdown li.active a {font-weight: 500;}
    nav > ul > li > span:after {content: '\f107'; position: absolute; right: 0; color: #20419a; font-family: FontAwesome; font-size: 26px; font-weight: 400; top: 2px; width: 26px;text-align: center; height: 26px;}
    nav > ul > li > span.active:after {content: '\f106';}
    .menu_block h6 {text-align: left;}
    .dropdown {display: none; padding: 6px 0; font-size: 16px;}
    .dropdown li {display: block; padding: 0;}
    .dropdown li a {font-size: 16px;line-height: normal; display:block;padding: 5px 0;color: #20419a;}
    .dropdown li a:hover:after {display: none;}
    .dropdown ul {padding: 0;text-align: left;}
    .reseptit_banner_in {text-align: center;}
    .reseptit_banner_in h1 {margin-left: 0;}

    .footer_top_block p {padding: 0;}
    .footer_logo {width: 100%;}
    .footer_logo img {margin-left: auto; margin-right: auto;}
    .footer_block {flex-wrap: wrap; justify-content: space-between; }
    .footer_right_link {order: -1; width: 100%;text-align: center;}
    .footer_right_link a {margin-left: 1em; margin-right: 1em;}
    .footer_top_block {width: 100%;}
    .footer_block {justify-content: center;}
    .copy_details {padding-left: 0;}
    .copy_details p {text-align: center;}
    .social_icons {padding-top: 0;}
    .footer_social_icon {width: 100%;text-align: center; padding-left: 0;}
}
@media screen and (max-width:767px) {
    .suomalainen_left_block .nosto {width: 100%; margin: 1em auto !important; max-width: none;}
    .footer_social_icon .social_icons ul li a {margin: 0;}
    .copy_details a {margin: 0;}
    .footer_right_link a {margin-top: 0;}
    .nav_icon {right: 4vw;}
    .gallery_image_in .bg-opacity {display: none;}
    .kalkkuna_block {padding: 5vw 5%;}
    .person_block_text {max-width: none;}
    .some_left {padding: 5vw 5%; width: 100%; margin: 0; background: url('/site/templates/images/facebook_block_bg.jpg') repeat;}
    .banner_bottom_main .container {padding: 0;}
    .social_wrapper {display: flex;flex-direction: column;}
    .twitter, .some_right { margin: 0;}
    .banner_bottom_image_section {float: right;}
    .banner_bottom_facebook_block, .banner_bottom_some_block { margin: 0; width: 52%; float: left; }
    .banner_bottom_left_main {width: 100%; display: none;}
    .banner_bottom_right_main {width: 100%;float: none;padding: 0 5%; margin: 5vw 0;}
    .kasvattajat_right_block h3 {padding: 0;}

/*Banner Section Starts Here*/
    h1 {font-size: 34px;line-height: 42px;}
    .reseptit_banner_main {height: 450px;}
/*Banner Section Ends Here*/
/*Banner Bottom Section Section Starts Here*/

/*Banner Bottom Section Ends Here*/
/*Gallery SEction Starts Here*/
    .gallery_title h3,
    h3 {font-size: 30px;line-height: 38px;}
    .nosto {font-size: 26px !important;}
    h4 {font-size: 28px;}
    .gallery_image_in h5 {line-height: 34px;color: #1f4099;position: relative;margin-top: 20px;}
    .ingress,
    h6 {font-size: 17px !important;}
    .footer_top_block p {font-size: 17px;}
    .kasvattajat_block p  {font-size: 17px;}
    .gallery_title h6 {line-height: 22px;}
    .gallery_title h6 {padding: 0 0 30px 0;}
    .gallery_section_main {padding: 30px 0;}
    .gallery_image_block ul li {width: 40% !important ; padding: 0;margin: 0 15px;}
    .gallery_image_block ul {-webkit-flex-wrap:wrap !important;-ms-flex-wrap: wrap!important;flex-wrap: wrap!important;-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important; padding: 0;}
/*Gallery SEction Ends Here*/
/*Person Section Section Starts Here*/
    .person_block {-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap: wrap-reverse!important;flex-wrap: wrap-reverse!important;}
    .person_block_content  {width: 100%; padding: 0;}
    .person_block_image {width: 100%;padding: 0 0 20px 0;}
    .person_block_image figure {position: static;}
    .person_main_section {padding: 40px 0;}
    .person_block_image {display: none;}
    .person_block {padding: 0;}
    h2 {font-size: 32px;}
    .person_block_content h1 {line-height: 40px;}
/*Person Section Ends Here*/
/*Recipe Section Starts Here*/
    h5 {font-size: 26px;line-height: 28px;}
    .recipe_block ul li {width: 48%;}
    .recipe_details figure {padding: 0 0 12px 0;}
    .recipe_details h5 {padding: 0;}
    .recipe_main_block {padding: 40px 0;}
/*Recipe Section Ends Here*/
/*Footer Section Starts Here*/
    .footer_block {-webkit-flex-wrap:wrap !important;-ms-flex-wrap: wrap!important;flex-wrap: wrap!important;}
    .copy_details p {margin: 0;}
    .copy_details {width: 100%; padding: 0;}
/*Footer Section Ends Here*/
/*Index Page Ends Here*/
/*Content Page Starts Here*/
/*Banner Section Starts Here*/
    .banner_main_section {height: 400px;}
    .banner_text {width: 100%}
/*Banner Section Ends Here*/
/*Nosto Section Starts Here*/
    .nosto_main {padding: 30px 0 0 0;width: 90%;}
    .nosto_block h6 {padding: 0 0 22px 0;}
    .nosto_block p {padding: 0 0 22px 0;line-height: 20px;}
    .nosto,
    .nosto_block h4 {line-height: 32px !important;}
    .nosto_block h6 {line-height: 22px;}
/*Nosto Section Ends Here*/
/*Suomalinen Section Starts Here*/
    .suomalainen_main_block {flex-direction: column-reverse !important;}
    .suomalainen_left_block {width: auto;}
    .suomalainen_right_block {width: auto;padding-bottom: 40px;float: none; margin: 0;}
    .kuvansijainti-2 .suomalainen_right_block {width: auto;padding-bottom: 40px;float: none; margin: 0;}
    .suomalainen_right_block figure img {margin: 0 auto;}
    .suomalainen_title h3 {width: auto;}
    .suomalainen_main_section {padding: 40px 0;}
/*Suomalainen Section Ends Here*/
/*Kasvattajatt Section Starts Here*/
    .kasvattajat_section {padding: 40px 0;}
    .kasvattajat_block h2 {padding: 0;line-height: 36px;}
    .kasvattajat_block p {line-height: 20px;padding: 0;}
    .kasvattajat_left_block {width: 100%; padding: 0 5%;}
    .kuvansijainti-1 .kasvattajat_right_block,
     .kuvansijainti-2 .kasvattajat_right_block {padding: 40px 0;}
    .kasvattajat_bottom_block.kuvansijainti-1,
     .kasvattajat_bottom_block.kuvansijainti-2 {padding-bottom: 40px;}
/*Kasvattajatt Section Ends Here*/
/*Footer Top Section Starts Here*/
/*Footer Top Section Ends Here*/
/*Content Page Ends Here*/
/*Recipe Page Starts Here*/
/*Kalkkuna Section Starts Here*/
    .kalkkuna_details {-webkit-flex-wrap:wrap !important;-ms-flex-wrap: wrap!important;flex-wrap: wrap!important;}
    .kalkkuna_left_block {width: 100%;padding: 0 0 40px 0;}
    .kalkkuna_right_block {width: 100%;padding-top: 40px;}
/*Kalkkuna Section Ends Here*/
/*Recipe Page Ends Here*/
    .finnamyl {padding: 0;}
    .finnamyl_blk,
    .staff {padding: 40px 0;}
    .finnamyl_cnt,
    #google_maps {width: 100%; float: none;}
    .finnamyl_cnt {text-align: center;}
    .staff h2 {padding: 0; margin-bottom: 40px;}
    .staff p {padding: 0; margin: 40px 0;}
    .staff_details ul li {width: 46%; margin-bottom: 30px;}
    .staff-ct {padding: 40px 0;}
    .staff_cnt p {margin: 1vw 0;}
    .copy_details {margin: 1em 0;}
}
@media screen and (max-width:575px) {
    .ytlink {width: 100%;}
    footer {padding: 7vw 0 40px 0;}
    .gallery_image_in figure img {border-radius: 0; width: 100%; height: 200px; object-fit: cover;}
    .gallery_image_in .bg-opacity {display: block;border-radius: 0;}
    .gallery_image_block {margin-top: 40px;}
    .banner_bottom_left_main {-ms-flex-wrap: wrap!important;flex-wrap: wrap!important;}
    .banner_bottom_image_section {display: none;}
    .banner_bottom_facebook_block, .banner_bottom_some_block {width: 100%; margin: 0;}
    .gallery_image_in h5 {margin: 0;  position: absolute; color: #fff;padding: 0;transform: translate(-50%,-50%);left: 50%;font-size: 40px;width: 100%;max-width: none; top: 50%;}
/*Banner Section Starts Here*/
    h1 {font-size: 30px;line-height: 42px;}
    .reseptit_banner_main {height: 360px;}
    .reseptit_banner_in h1 {padding: 0;}
    .container table,
    p {font-size: 16px;}
    .banner_bottom_facebook_block p,
    .banner_bottom_facebook_block a,
    .banner_bottom_some_block p,
    .banner_bottom_some_block a,
    .banner_bottom_right_main p,
    .banner_bottom_right_main a {font-size: 14px; line-height: 18px; margin: 0;}
/*Banner Section Ends Here*/
/*Gallery SEction Starts Here*/
    .gallery_title h3,
    h3 {font-size: 26px;line-height: 34px;}
    .nosto {font-size: 22px !important;}
    h4 {font-size: 24px;}
    .nosto {line-height: 32px !important;}
    .gallery_title h6 {padding: 0 0 25px 0;}
    .gallery_section_main {padding: 25px 0;}
    .gallery_image_block ul li {width: 100% !important; margin: 0 0 4vw 0;}
    .gallery_image_block ul :last-child {margin-bottom: 0;}
/*Gallery SEction Ends Here*/
/*Person Section Starts Here*/
    h2 {font-size: 28px;}
    .person_block_content h1 {line-height: 36px;}
/*Person SEction Ends Here*/
/*Recipe Section Starts Here*/
    .recipe_block ul li {width: 100%;}
    .recipe_details figure img {/*! margin: 0 auto; */width: 100%;height: 100%;}
    h5 {font-size: 24px;line-height: 26px;}
/*Recipe Section Ends Here*/
/*Index Page Ends Here*/
/*Content Page Starts Here*/
/*Banner Section Starts Here*/
  .banner_main_section {height: 360px;}
/*Banner Section Ends Here*/
/*Nosto Section Starts Here*/
    .nosto_block h4 {line-height: 28px;}
    .nosto_main {width: 100%;}
    .nosto_block h6 {padding: 0 0 16px 0;}
/*Nosto Section Ends Here*/
/*Suomalainen Section Starts Here*/
/*Suomalainen Section Ends Here*/
/*Kasvattajatt Section Starts Here*/
    .kasvattajat_block h2 {line-height: 30px;}
    .kasvattajat_block p {line-height: 20px;padding: 0;}
    .nosto_block p {padding: 0 0 16px 0;}
    .nosto_main {padding: 30px 0 14px 0;}
/*Kasvattajatt Section Ends Here*/ 
 /*Footer Top Section Starts Here*/
/*Footer Top Section Ends Here*/
/*Content Page Ends Here*/
/*Recipe Page Starts Here*/
/*Kalkkuna Section Starts Here*/
    .kalkkuna_right_block p {font-size: 16px;line-height: 20px;}
/*Kalkkuna Section Ends Here*/
/*Recipe Page Ends Here*/
.kalkkuna_details h4  {font-size: 26px !important;}

}
@media screen and (max-width:479px) {
/*Banner Section Starts Here*/
    .reseptit_banner_main {height: 300px;}
    .reseptit_banner_in h1 {padding: 0;}
    .reseptit_banner_in {width: 95%;}
/*Banner Section Ends Here*/
/*Banner Bottom Section Starts Here*/

/*Banner Bottom Section Ends Here*/
/*Gallery SEction Starts Here*/
    h4 {font-size: 18px;}
    .gallery_image_in h5 {line-height: normal; font-size: 30px;}
    .gallery_title h6 {padding: 0 0 20px 0;}
    .gallery_section_main {padding: 20px 0;}
/*Gallery SEction Ends Here*/
/*Person Section Starts Here*/
    h2 {font-size: 28px;}
    .person_block_content h1 {line-height: 32px;}
/*Person SEction Ends Here*/
/*Recipe Section Starts Here*/
/*Recipe Section Ends Here*/
/*Index Page Ends Here*/
/*Content Page Starts Here*/
/*Banner Section Starts Here*/
  .banner_main_section {height: 300px;}
/*Banner Section Ends Here*/
/*Nosto Section Starts Here*/
    .nosto,
    .nosto_block h4 {line-height: 1.2em !important;}
/*Nosto Section Ends Here*/
/*Content Page Ends Here*/

    .staff_details ul {display: block;}
    .staff_details ul li {width: auto; margin-bottom: 30px;}


}
@media screen and (min-width:899px) {
    nav ul li:hover .dropdown {opacity: 1;visibility: visible}
    .dropdown {position: absolute;width: 100%;top: 100.2%;left: 0;background: #1b2542;z-index: 99999;padding: 17px 0 23px 17px;opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
}

