/* TYPOGRAPHY */

@font-face {
    font-family: 'Platform Web';
    src: url(font/Platform-Medium-Web.eot);
    src: url(font/Platform-Medium-Web-.eot#iefix) format("embedded-opentype"), url(font/Platform-Medium-Web.woff) format("woff"), url(../font/Platform-Medium-Web.ttf) format("truetype"), url(font/Platform-Medium-Web.svg#Platform%20Web) format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'Platform Web Bold';
    src: url(font/Platform-Bold-Web.eot);
    src: url(font/Platform-Bold-Web-.eot#iefix) format("embedded-opentype"), url(font/Platform-Bold-Web.woff) format("woff"), url(font/Platform-Bold-Web.ttf) format("truetype"), url(font/Platform-Bold-Web.svg#Platform%20Web) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}
.Platform-Medium-Web {
    font-family: 'Platform Web';
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

/* BASICS */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 18px;
    font-size: 1.5vw;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #f5f2e4;
    height: 100%;
}
body {
    margin: 0;
    font: 1rem/1.15rem "Platform Web", sans-serif;
    color: #322a25;
    line-height: 1.15em;
    -moz-font-feature-settings: "liga", "kern";
    -moz-font-feature-settings: "liga=1, kern=1";
    -ms-font-feature-settings: "liga", "kern";
    -o-font-feature-settings: "liga", "kern";
    -webkit-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    overflow: hidden;
    /* LM overflow-x */
    min-height: 100%;
    background: url('images/footer-full.jpg') no-repeat center bottom;
    background-size: 100%;
}
* {
    font-weight: inherit;
    font-family: "Platform Web", sans-serif;
    font-style: inherit;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
*:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
main,
li {
    display: block;
}
ol,
ul {
    list-style: none outside none;
    margin: 0;
}
h1,
h2,
h3,
h4,
p {
    font-size: inherit;
    margin: 0;
}
h1,
h2 {
    font-family: "Platform Web Bold";
    font-weight: 700;
}
h1 {
    font-size: 3.6rem;
    line-height: 3.6rem;
}
h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
}
h3,
h4 {
    font-size: 1.5rem;
}
strong {
    font-weight: bold;
}
a,
button {
    color: inherit;
    transition: .3s;
}
a,
a:hover {
    text-decoration: none;
    transition: color 0.1s ease;
}
a svg,
a:hover svg {
    transition: fill 0.1s ease;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img,
a img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* EOF BASICS */

.fluid {
    /* fix rounding errors by -1px bottom margin */
    margin: 0 auto -1px auto;
    padding: 0;
    /* make elements fit to content */
    /*   overflow: auto;  */
    overflow: hidden;
    position: relative;
}
.nopadding {
    padding: 0!important;
    margin: 0!important
}
.scrolloff {
    pointer-events: none;
}

/* HEADER & NAVIGATION */

.menu-paavalikko-container {
    display: block;
    background: #322a25;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.8rem 1rem 0.5rem 1rem;
}
.menu-paavalikko-container ul {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-block;
}
.menu-paavalikko-container li {
    float: left;
    margin-left: 1em;
    /* color: #fff; */
    /*    color: #946c50; */
    color: #af8a72;
    fill: #af8a72;
}
.filter-icon-nav {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: -0.1rem;
    fill: #af8a72;
}
.filter-icon-nav:hover {
    fill: #fff;
}
.filter-icon-sa {
    width: 1.2rem;
    height: 1.2rem;
    fill: #322a25;
}
.menu-paavalikko-container li:first-child {
    margin-left: 0;
}
.menu-paavalikko-container li a:hover {
    color: #fff;
    fill: #fff;
}
.mobiilinav .menu-paavalikko-container li a:hover {
    color: #ff6600;
}

/* LOGO-NAVI */

.logo-header {
    width: 100%;
    position: absolute;
    z-index: 888;
}
.logo-header .logo-basic {
    float: left;
}
.logo-header .logo-basic img.logo-round {
    margin-left: 1rem;
    margin-top: 1rem;
    width: 10.5rem;
    height: 10.5rem;
    /*    max-width: 300px;
    max-height: 300px */
}
.logo-row {
    position: absolute;
    left: 1rem;
    top: 0.2rem;
    width: 15rem;
}
.logo-header .logo-sticky {
    display: none;
}
.menu-alavalikko-container {
    display: block;
    float: right;
    margin: 1.5rem 2.4rem 0 0;
    font-size: 1.7rem;
    color: #322a25;
}
.menu-alavalikko-container ul {
    padding-top: .5rem;
}
.menu-alavalikko-container ul li {
    padding-left: 1.4rem;
    float: left;
}
.menu-alavalikko-container ul li:first-child {
    padding-left: 0;
}
.menu-alavalikko-container ul li a:link,
.menu-alavalikko-container ul li a:visited,
{
    color: #332e2a;
}
.menu-alavalikko-container ul li a:hover {
    color: #ff6600;
}
.menu-alavalikko-container.frontpage ul li a:hover {
    color: #fff;
}

/* STICKY NAVIGATION */

.logo-header.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    height: 4em;
    width: 100%;
    z-index: 10
}
.sticky .logo-basic {
    display: none;
}
.sticky .logo-sticky {
    display: block;
}
.sticky .logo-sticky img.logo-row {
    margin-left: 1em;
    margin-top: 0;
    height: 4em;
    float: left
}
.sticky .menu-alavalikko-container {
    float: right;
    margin: .5em 1.5em 0 0;
    font-size: 1.5rem;
    color: #322a25;
}

/* MOBIILI */

.menu-toggle {
    position: absolute;
    display: none;
    width: 2em;
    top: 1em;
    right: 1em;
    color: #ff0000;
    z-index: 101;
}
.mobiilinav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    overflow: hidden;
    /* zoom: 1;
    display: none; 
    position: fixed; */
    top: 0;
    width: 100%;
    z-index: 101;
    padding: 1rem;
    background: #fff;
}
.mobiilinav .menu-alavalikko-container,
.mobiilinav .menu-paavalikko-container {
    display: block;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
}
.mobiilinav .menu-alavalikko-container ul,
.mobiilinav .menu-paavalikko-container ul {
    width: 100%;
    padding: 0;
    text-align: center;
    clear: both;
}
.mobiilinav .menu-alavalikko-container ul li,
.mobiilinav .menu-paavalikko-container ul li {
    clear: both;
    float: none;
    padding: 0.5rem;
    margin: 0;
    color: #322a25;
}
.mobiilinav .menu-alavalikko-container ul li:hover,
.mobiilinav .menu-paavalikko-container ul li:hover {
    color: #ff6600;
}
.mobiilinav.closed {
    max-height: none;
}
.mobiilinav.opened {
    max-height: 100vh;
}
.ladder {
    width: 1.75rem;
    height: 1.75rem;
    fill: #322a25;
}
.ladder:hover {
    fill: #fff;
}

/* FRONTPAGE STYLES */


/* FRONTPAGE ISlide */

.someslider,
#front-slider {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slider-arrow {
    width: 3.5rem;
    height: 3.5rem;
    fill: #322a25;
}
.slider-arrow:hover {
    fill: #fff;
}
.slider-arrow use {
    cursor: pointer;
}
.big-slide {
    width: 100%;
    height: 720px;
    width: 100vw;
    height: 55vw;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.big-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-in;
}
.big-slider-arrow.left {
    left: 0;
    -webkit-transform: translate(-2rem, -50%);
    -moz-transform: translate(-2rem, -50%);
    -ms-transform: translate(-2rem, -50%);
    -o-transform: translate(-2rem, -50%);
    transform: translate(-2rem, -50%);
}
.big-slider-arrow.right {
    right: 0;
    -webkit-transform: translate(2rem, -50%);
    -moz-transform: translate(2rem, -50%);
    -ms-transform: translate(2rem, -50%);
    -o-transform: translate(2rem, -50%);
    transform: translate(2rem, -50%);
}
#big:hover .big-slider-arrow {
    opacity: 1;
}
#big:hover .big-slider-arrow.right,
#big:hover .big-slider-arrow.left {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*  FRONTPAGE MAAILMAN PARASTA */

.teasers,
.maailman_paras {
    overflow: auto;
    /* sets div size to child borders */
    background: url(images/wallp1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.maailman_paras_text {
    position: relative;
    width: 50%;
    margin: 3rem auto;
    text-align: center;
    padding: 2.5rem 5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
}
.maailman_paras_text p {
    margin-top: 0.7rem;
}
.maailman_paras_text p:first-child {
    margin-top: 0;
}
.maailman_paras_text h2 {
    margin-bottom: 0.3em;
}

/* SECTION COLORS */

.section-some {
    background: #0a9d6d;
    color: #fff;
}
.section-googlemaps {
    background-color: #ff6600;
    color: #fff;
    margin-bottom: 0;
}

/* OTSIKKOPALKKI */

.section-header {
    text-align: center;
}
.section-header.some {
    background: #2aba7a;
}
.section-header h3 {
    padding: 1.9rem 1rem 1.8rem 1rem;
    font-size: 2rem;
    line-height: 2.3rem;
    font-family: "Platform Web Bold";
}
.section-header.googlemaps h3 {
    padding-bottom: 1.2rem;
}
.some-header-icons {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
.header-icon {
    width: 3rem;
    height: 3rem;
    margin-left: 0.5rem;
    fill: #0a9d6d;
}
.header-icon:hover {
    fill: #fff;
}

/*
.middleholder {
    padding: 1rem;
    text-align: center;
    width: 100%;
}
*/

.some-header {
    display: inline-block;
}
.someholder h3 {
    /*    float: left; */
    padding-top: 0.3rem;
    padding-right: 1rem;
}
.someholder a {
    float: left;
}

/* SOME */


/* SOME FEED */

.somefeed {
    width: 100%;
    height: 50vw!important;
    color: #fff;
    /*    overflow: hidden; */
}
.fbpost {
    position: relative!important;
    display: block;
    height: 16.66666667vw;
    padding: 0.5rem 3rem 1.1rem 3rem;
    text-align: center;
    background: #0a9d6d;
    fill: #fff;
    transition: all 0.2s ease;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.fbpost:hover {
    color: #0a9d6d;
    fill: #0a9d6d;
    background: #fff;
}
.fb-feed {
    fill: #2aba7a;
    display: block;
    clear: both;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.fbpost span:hover {
    cursor: pointer;
}
.fbpost #fbwrapper {
    /* VERTIKAALI KESKITYS */
    /*    position: relative;
    top: 50%;
    transform: translateY(-50%); */
    height: 100%;
    width: 100%;
}
.instapic {
    display: block;
    height: 33.33333333vw;
    background-size: cover!important;
}
a.instapic:hover {
    background-color: #fff;
}

/* GOOGLE MAPS */

.haku_holder {
    float: left;
}
.kartta-subnavi {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
    visibility: hidden;
    -webkit-transition: transform 0.3s ease-in, opacity 0.3s ease, visibility 0.4s;
    -moz-transition: transform 0.3s ease-in, opacity 0.3s ease, visibility 0.4s;
    -o-transition: transform 0.3s ease-in, opacity 0.3s ease, visibility 0.4s;
    transition: transform 0.3s ease-in, opacity 0.3s ease, visibility 0.4s;
}
.nav-wrapper {
    padding: 0.8rem;
}
.kartta-subnavi.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    transform: translateY(0rem);
}
.kartta-subnavi a {
    /*    margin-left: 0.6rem;
    font-size: 0.8rem;
    padding: 0.5rem 0.7rem;
    border-radius: 1rem;
    background-color: #fff; */
    margin-left: 0.3rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    padding: 0.3rem 0.7rem;
    border-radius: 1rem;
    display: inline-block;
}
.kartta-subnavi a:nth-child(1) {
    margin-left: 0;
}
.map-nav-button .filter-icon {
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}
.map-nav-button.active-btn .filter-icon {
    transform: rotate(180deg);
}
.kartta-subnavi.maat a,
.kartta-subnavi.kaupungit a {
    background-color: #ff6600;
    color: #fff;
}
.kartta-subnavi.maat a:hover,
.kartta-subnavi.kaupungit a:hover {
    background-color: #fff;
    color: #ff6600;
}
.kartta-subnavi.kartalla a {
    background-color: #fff;
}
.kartta-subnavi.kartalla a:hover {
    background-color: #ff6600;
    color: #fff;
}

/* OBSOLETE */

.karttasivupalkki.off {
    max-height: 0;
    -webkit-transition: max-height 0.1s ease-in;
    -moz-transition: max-height 0.1s ease-in;
    -o-transition: max-height 0.1s ease-in;
    transition: max-height 0.1s ease-in;
}
.karttapalkki h3 {
    float: none;
}
.karttapalkki a:link {
    font-size: .8rem
}
.etusivukartta {
    min-height: 40vh;
    height: 40vw;
    background: #f5f2e4;
    position: relative;
    overflow: hidden;
}
.map-navigation {
    clear: both;
    display: inline-block;
    overflow: auto;
    padding: 0.7rem 0;
}
.map-navigation a {
    float: left;
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
    background-color: #e15a00;
    border-radius: 0.2rem;
    margin-left: 0.5rem;
    fill: #fff;
}
.map-navigation a:nth-child(1) {
    margin-left: 0;
}
.map-nav-button.active-btn,
.map-navigation a:hover {
    fill: #f66000;
    background-color: #fff;
    color: #ff6600;
}
#osoitehaku {
    display: none;
    border-bottom: solid 1px #ff6600;
    margin: 0!important;
    font-size: 1rem;
}
#hakuesiin.active #osoitehaku {
    display: inline-block;
}
#hakuesiin.active {
    fill: #f66000;
    background-color: #fff;
    color: #ff6600;
}
#hakuesiin.active .filter-icon:hover {
    fill: #322a25;
}
.filter-icon {
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.2rem;
}
#haku-maa .filter-icon,
#haku-kaupunki .filter-icon {
    margin-bottom: -0.6rem;
    margin-top: 0.1rem;
    margin-right: 0.5rem;
    float: left;
}
.value {
    display: none;
}
.submenuholder {}

/* GOOGLEMAPS */

.map-holder {
    min-height: 40vh;
    height: 40vw;
    width: 100%;
    overflow: hidden;
}
.gm-style-iw {
    -webkit-transform: translateY(1.8rem);
    -moz-transform: translateY(1.8rem);
    -ms-transform: translateY(1.8rem);
    -o-transform: translateY(1.8rem);
    transform: translateY(1.8rem);
}
#map-canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.infotext .address-icon {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.6rem -0.1rem -1.5rem;
}
#info_content {
    width: 15rem;
    overflow: auto;
    font-family: 'Platform Web';
    font-weight: 500!important;
    font-size: 0.8rem!important;
    line-height: 1rem!important;
    background-color: #ffffff;
}
.infotext {
    padding: 1.5rem;
    position: relative;
}
.infotext p {
    padding-top: 0.4rem;
    margin-left: 1.5rem;
    color: #9b9a87;
    fill: #9b9a87;
}
.infotext p:nth-child(2) {
    padding-bottom: 0.8rem;
    margin-left: 0;
    color: #322a25;
    text-align: center;
}
.infotext h2 {
    text-align: center;
    font-family: 'Platform Web Bold';
    font-weight: 700!important;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.icon-nuolialas {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}
.active .icon-nuolialas {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out
}

/* SISASIVUT */

.basic-top-holder {
    position: relative;
    padding-bottom: 0 0 5rem 0;
    min-height: 19vw;
    width: 100%
}
.top-tuotteet {
    /*    background: #b5d536; */
}
.top-yritys {
    /*    background: #fff600; */
}

/* SEMINAVI + TOP-HOLDER */

#kat-navi {
    max-height: 0;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: max-height 0.3s ease-out, transform 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-out, transform 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-out, transform 0.3s ease-in-out;
    transition: max-height 0.3s ease-out, transform 0.3s ease-in-out;
}
#kat-navi.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    max-height: 9rem;
}
.kat-navi-arrow {
    fill: #322a25;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.kat-dropdown {
    text-align: center;
}
.kat-navi-wrapper {
    padding: 0.3rem 1rem 0.6rem 1rem;
    display: inline-block;
}
.kat-dropdown a {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 1.5rem;
    background-color: #322a25;
    color: #fff;
    margin-left: 0.3rem;
    margin-bottom: 0.4rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.kat-dropdown a:nth-child(1) {
    margin-left: 0;
}
#kat-navi.active a {
    opacity: 1;
}
.kat-dropdown a:hover {
    background-color: #79c25c;
}
.top-head {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 1.3rem;
    text-align: center;
    z-index: 999;
}
.top-head h1 {
    margin: 0 auto;
}
.top-head h1.fade {
    opacity: 0.3;
}
.islink:hover {
    color: #79c25c;
    fill: #79c25c;
    /*    color: #946c50;
    fill: #946c50; */
    cursor: pointer;
}
.islink:hover .kat-navi-arrow {
    fill: #79c25c;
}
.islink.active .kat-navi-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown span.value {
    display: none;
}

/* PALIKAT */

.kausimaku {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 8rem;
    height: 4rem;
    fill: #322a25;
}
.tuoteboksit {
    margin: 0
}
.basic-box {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 33.33333333%;
    /*    height: 33.33333333vw; */
    text-align: center;
}
.kategoriaclick {
    cursor: pointer;
}
.kategoriaclick:hover {
    cursor: pointer;
    color: #fff;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.kategoriaclick:hover img {
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -o-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.kategoriaclick img {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.toimipisteimage,
.basic-box img,
.tuoteimage {
    width: 100%;
    height: auto!important
}

/* taitaa olla vain hookki */

.fliphover {
    /*    text-align: center!important;
    padding-left: 0;
    padding-right: 0 */
}
.box {
    width: 100%;
    height: 100%;
}
.box-wrapper {
    width: 100%;
    height: 200%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 0.1s ease-in;
    -moz-transition: transform 0.1s ease-in;
    -o-transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    /*    transition-timing-function: ease-in;
    transition-duration: 0.1s; */
}
.box-wrapper:hover,
.box-wrapper:focus,
.box-wrapper:active {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}
.box-content {
    width: 100%;
    height: 50%;
    float: none;
    text-align: center;
    position: relative;
}
.box:hover .osoitetiedot {
    color: #fff;
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.osoitetiedot {
    /*    color: #fff;
    fill: #fff;
    position: absolute;
    bottom: 2.5rem;
    text-align: left;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
*/
    color: #fff;
    fill: #fff;
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 0;
    right: 0;
    padding: 1.1rem;
    border: 2px solid #fff;
    border-radius: 0.5rem;
    margin: 1.5rem;
}
.osoitetiedot p {
    margin-left: 2rem;
    margin-top: 0.2rem;
}
.osoitetiedot .address-icon {
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    /*   left: 0; */
    left: 1.5rem;
    margin-top: 0.1rem;
}
.nimitiedot {
    color: #fff;
    position: relative;
    padding: 2.5rem 3rem 1rem 3rem;
}
.nimitiedot p {
    margin-bottom: 0.6rem;
}
.nimitiedot h3 {
    font-family: 'Platform Web Bold';
    font-weight: 700;
    font-size: 2rem;
    /*    color: #322a25; */
    margin-bottom: 1.2rem;
}
.small {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0 2rem;
}
.toimipiste,
.tuotetiedot {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
}
.tuotetiedot h3 {
    font-family: 'Platform Web';
    font-weight: 500;
    font-size: 1.5rem;
    margin: 1.5rem 0 .5rem;
    color: #fff;
}
.tuotetiedot p {
    padding-left: 2rem;
    padding-right: 2rem;
}
.toimipiste p {
    margin-top: 0.5rem;
}
.tuotetiedot p.hintavari {
    margin-top: 1rem;
    font-size: 1.2rem;
}
h4.toimipistenimi,
h4.tuotteennimi {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: 0;
}
h4.toimipistenimi {
    color: #fff;
    z-index: 3;
}
.toimipiste {
    color: #fff;
}
.toimipisteimageoverlay {
    position: absolute;
    z-index: 2;
}
toimipisteimage {
    position: absolute;
    z-index: 1;
}

/* JJB YRITYS + YHTEYSTIETOSIVU */

.indent {
    padding: 2rem!important;
}
.formi-palsta .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.formi-palsta {
    display: table-cell;
    float: left;
    padding-left: 2rem;
    width: 33.33333333%;
}
.palaute .formi-palsta {
    width: 50%;
}
.wpcf7-form > div:nth-of-type(2) {
    padding-left: 0;
}
.formi-palsta h2 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.formi-palsta p {
    margin-bottom: 0.6rem;
}
.formi-palsta select,
.formi-palsta input,
.formi-palsta textarea {
    margin: 0.2rem 0;
    padding: 0.4rem 0.6rem;
    background-color: inherit;
    border: 1px solid #322a25;
    font-size: 1rem;
    line-height: 1.15rem;
    width: 100%!important;
    border-radius: 0.5rem;
    color: #fff;
}
.formi-palsta input:focus,
.formi-palsta textarea:focus {
    background-color: #fff;
    border: 1px solid #fff;
    color: #322a25;
}
.yht-formi select,
.yht-formi input,
.yht-formi textarea {
    color: #ff6600;
}
.yht-formi input:focus,
.yht-formi textarea:focus {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
}
.ajax-loader {
    display: none;
}
.formi-btn {
    width: 100%;
    text-align: right;
    clear: both;
}
.formit .formi-btn {
    text-align: center;
}
.formi-btn input {
    padding: 0.7rem 1.3rem;
    background-color: #322a25;
    color: #fff;
    font: 1rem/1rem "Platform Web Bold";
    border-radius: 1.5rem;
}
.formi-btn input:hover {
    background-color: #fff;
    color: #322a25;
}
.formit {
    max-height: 0;
    display: none;
    -webkit-transition: max-height 0.35s;
    -moz-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.35s;
}
.palaute {}
.palaute h3 {
    font: 1.1rem/1.2rem "Platform Web Bold";
    margin-top: 0;
    margin-bottom: 0.1rem;
}
.yht-osoitekentta p {
    margin-bottom: 1.2rem;
}
.y-icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.3rem;
    fill: #322a25;
}
third {
    width: 33.33333333%;
    float: left;
}
.two-thirds {
    width: 66.66666666%;
    float: left;
}
.yht-osoitekentta,
.yht-formi {
    display: block;
    float: left;
}
.yht-osoitekentta {
    width: 33.33333333%;
    text-align: center;
}
.yht-formi {
    width: 66.66666666%;
}
.yht-osoitekentta .wpcf7 {
    float: left;
    width: 100%;
}
.yhteystiedot-info-kuva {
    display: auto;
    background-size: cover!important;
    overflow: auto;
}
.yhteystiedot-info-text {
    position: relative;
    width: 40%;
    left: 50%;
    margin: 6rem 0;
    padding: 2rem 3rem 2.3rem 3rem;
    background-color: #f5f2e4;
    text-align: center;
}
.yhteystiedot-info-text h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}
.yhteystiedot-info-text p {
    margin-top: 0.6rem;
}
.yhteystiedot-info-text p:nth-child(1) {
    margin-top: 0;
}
.calltoactions {
    padding: 0.75rem;
    margin: 0;
    /*    background-color: #f5f2e4; */
}
.calltoactions .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    min-height: 0;
}
.yht-rekry-formi {
    background-color: #ff6600;
}
.yht-tilaus-formi {
    background-color: #59c150;
}
.yht-rekry,
.yht-tilaukset {
    display: block;
    height: 100%;
    text-align: center;
}
.palaute h2,
.yht-rekry h2,
.yht-tilaukset h2 {
    text-align: center;
    padding: 1rem 0.5rem 2rem 0.5rem;
}
.yht-rekry h2,
.yht-tilaukset h2 {
    color: #fff;
    padding-bottom: 1rem;
}
.yht-osoitekentta a,
.yht-rekry a,
.yht-tilaukset a {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    margin-top: 0.9rem;
    background-color: #fff;
}
.yht-osoitekentta a:hover,
.yht-rekry a:hover,
.yht-tilaukset a:hover {
    background-color: #322a25;
    color: #ff6600;
}
.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.close-btn {
    width: 1.5rem;
    height: 1.5rem;
    fill: #322a25;
}
.close-btn:hover {
    fill: #fff;
}

/* UUSI RAVINTOTAB */

.sizeicon {
  /* display: none */
  width: 4.6rem;
  height: 2.02rem;
}

.ravinto-tabs {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    font-size: 0.8rem;
}
.ravinto-tabs .ravinto-tabs-nav {
    display: inline-block;
    padding: 0;
    margin-bottom: 0.5rem;
}
.ravinto-tabs .ravinto-tabs-nav li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.ravinto-tabs .ravinto-tabs-nav li:first-child {
    margin-right: 0.8rem;
}
.ravinto-tabs .ravinto-tabs-nav li a {
    display: block;
    padding: 0.25rem 0.7rem 0.05rem 0.7rem;
 /*   border: 2px #fff solid; */
    fill: #322a25;
    border-radius: 3rem;
    outline: none;
}
.ravinto-tabs .ravinto-tabs-nav li a.active {
    fill: #322a25;
    background: #fff;
}
.ravinto-tabs .ravinto-tabs-nav li a:hover {
/*    border: 2px #322a25 solid;
    color: #322a25; */
    fill: #fff;
    
}
.ravinto-tabs .ravinto-tabs-nav li a.active:hover {
    fill: #322a25;
    background: #fff;
}
.ravinto-info {
    width: 100%;
}
.ravinto-info table {
    width: 100%;
}
.ravinto-info td {
    width: 33.33333333%;
    padding: 0 0.3rem 0.5rem 0.3rem;
}
.rluku {
    font-family: 'Platform Web Bold';
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.4rem;
    white-space: nowrap;
}

/* YRITYSSIVUN PALIKAT UUSI */

.half {
    width: 50%;
    float: left;
    position: relative;
    height: 20rem;
    overflow: hidden;
}
.half2 {
    width: 50%;
    float: left;
    position: relative;
    height: 50vw;
    overflow: hidden;
    background-color: #ff6e5d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.third {
    width: 33%;
    float: left;
    position: relative;
    height: 20vw;
    overflow: hidden;
}
.centering {
    position: relative;
    width: 66.66666666%;
    margin: 0 auto;
}
.teaser {
    color: #fff;
    padding: 2rem 1rem;
}
.teaser a {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.teaser:hover a {
    color: #ff6600;
    background-color: #fff;
}
.teaser-wrapper {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    text-align: center;
}
.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.teaser h2 {
    position: relative;
    text-align: center;
}
.teaser p {
    margin-top: 1rem;
}
.teaser a {
    padding: 0.6rem 1.2rem;
    color: #fff;
    border-radius: 1.5rem;
    border: 2px #fff solid;
    margin-top: 0.5rem;
    display: inline-block;
    /*    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s; */
}
.formit h3 {
    font-family: "Platform Web Bold";
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

/* BUTTONS */

.toimitus span {
    margin-bottom: 0.4rem;
}
.sukupuoli {
    display: inline-block;
    height: 1.8rem!important;
    margin-top: 0.3rem;
}
.wpcf7-list-item {
    margin: 0!important;
    display: inline-block;
    cursor: pointer;
}
.wpcf7-list-item:hover {
    color: #fff;
}
.applyfor .wpcf7-list-item,
.wantstowork .wpcf7-list-item {
    padding: 0.3rem 0.6rem;
    border-radius: 1.5rem;
    border: 1px solid #322a25;
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
    margin-right: 0.3rem !important;
}

/* One radio button per line */

label {
    display: inline-block;
    cursor: pointer;
}
[type="checkbox"],
[type="radio"] {
    position: absolute;
    clip: rect(0 0 0 0);
    /*    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px; */
}
[type="radio"] + span {
    display: inline-block;
    margin-right: 1rem;
}

/* the basic, unchecked style */


/* [type="checkbox"] + span:before, */

[type="radio"] + span:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.25rem;
    border-radius: 1rem;
    border: 1px solid #322a25;
    margin-right: 0.5rem;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
[type="radio"]:checked + span:before {
    /*    content: "\2022"!important;
    font-size: 2rem; */
    border: 1px solid #fff;
    background-color: #fff;
}
[type="radio"]:checked + span {
    color: #fff;
}
[type="checkbox"]:checked + span {
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #fff!important;
}
.yht-formi .wpcf7-not-valid-tip {
    color: #ff6600!important;
}
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
    border: 2px solid #fff!important;
    text-align: center;
    display: block;
    color: #fff;
    padding: 1rem!important;
    margin: 1rem auto 0!important;
}
.yht-formi .wpcf7-mail-sent-ok,
.yht-formi .wpcf7-validation-errors {
    border: 2px solid #322a25!important;
    text-align: center;
    display: block;
    color: #322a25;
    padding: 1rem!important;
    margin: 1rem auto 0!important;
}

/* never forget focus styling */


/*
[type="radio"]:focus + span:after {
    content: '\0020\2190';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em;
}
*/

select {
    outline: none;
    -webkit-appearance: none;
}
.menu-alue::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.menu-alue::after {
    /*  Custom dropdown arrow */
    content: "\25BE";
    height: 1rem;
    font-size: 1.3rem;
    line-height: 1;
    right: 0.8rem;
    top: 50%;
    margin-top: -.5em;
}
.maailman_paras_text2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 2.5rem 5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #fff;
}
.maailman_paras_text2 p {
    margin-top: 0.7rem;
}
.maailman_paras_text2 p:first-child {
    margin-top: 0;
}
.darkoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* FOOTER */

footer.site-footer {
    height: 15rem;
    min-height: 10rem;
    width: 100%;
    /*    background: url(images/wallp2alt.jpg) center top no-repeat; */
    background-size: cover;
    text-align: center;
    clear: both;
}
.footerlogo {
    /*    background-color: #f5f2e4; */
    background-color: #fff;
    padding: 0.6rem 1rem;
    margin: 2rem auto 1rem auto;
    width: 20rem;
}
footer p {
    font-size: 0.8rem;
}

/* RANDOM WP STUFF */

.widecolumn {
    margin: 13rem auto 0 auto;
    padding: 2.5rem 3rem 2.5rem 3rem;
    width: 66.666666%;
    text-align: center;
    background-color: #fff;
}
.widecolumn h2 {
    margin-bottom: 1rem;
}

/* BREAKPOINTS */

@media screen and (max-width:767px) {
    html {
        font-size: 3.5vw!important;
    }
    .nimitiedot h3 {
        font-size: 3.6rem;
        line-height: 3.6rem;
    }
    .box {
        font-size: 1.1rem!important;
        line-height: 1.4rem!important;
    }
    .small {
        font-size: 0.9rem!important;
        line-height: 1.3rem!important;
    }
    .kat-navi-arrow {
        fill: #322a25;
        width: 2.8rem;
        height: 2.8rem;
        position: absolute;
        left: 50%;
        background-color: #f5f2e4;
        padding: 0.6rem;
        border-radius: 2rem;
        transform: translate(-50%, 3.4rem) rotate(0deg);
        transition: transform 0.2s ease-in-out;
    }
    .kat-navi-wrapper {
        padding-top: 2rem;
    }
    .islink.active .kat-navi-arrow {
        transform: translate(-50%, 3.4rem) rotate(180deg);
    }
    .kausimaku {
        left: 0.8rem;
        top: 0.8rem;
        width: 10rem;
        height: 5rem;
    }
    .basic-box h4 {
        font-size: 2.2rem;
        font-size: 2.2rem;
        bottom: 2.7rem;
    }
    .tuotetiedot h3 {
        font-size: 2.6rem;
        line-height: 2.8rem;
        margin: 2.5rem 0 1rem 0;
        color: #fff;
    }
    .tuotetiedot p {
        line-height: 1.2rem;
        padding: 0 3rem;
    }
    .tuotetiedot p.hintavari {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .ravinto-tabs {
        font-size: 1rem;
    }
    .ravinto-info td {
        padding: 0 1rem 1.2rem 1rem;
    }
    .rluku {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    .ravinto-tabs .ravinto-tabs-nav {
        margin-bottom: 1.2rem;
    }
    .ravinto-tabs .ravinto-tabs-nav li a {
        padding: 0.5rem 1.3rem;
        border-radius: 2rem;
    }
    .maailman_paras_text {
        width: 100% !important;
        margin: 0!important;
        padding: 2.5rem 3rem!important;
        font-size: 0.9rem!important;
        line-height: 1.2rem!important;
    }
    .menu-toggle {
        display: block;
    }
    .mobiilinav,
    .mobiilinav.opened {
        display: block;
    }
    .menu-paavalikko-container {
        display: none;
    }
    .menu-alavalikko-container {
        display: none;
    }
    .logo-basic {
        text-align: center;
    }
    .logo-header .logo-basic {
        position: static;
        float: none;
        margin: 0
    }
    .logo-header .logo-basic img.logo-round {
        margin-left: 0;
    }
    .big-slide {
        height: 150vw!important;
    }
    .owl-prev,
    .owl-next {
        display: none!important;
    }
    .basic-top-holder {
        min-height: 66vw!important;
    }
    .somefeed {
        height: 50vw!important;
    }
    .fbpost {
        height: 50vw!important;
        font-size: 0.8rem;
        line-height: 0.9rem;
        float: left;
        clear: right;
        padding: 1rem 1.5rem!important;
    }
    .tuotetiedotoverlay h3 {
        font-size: 2.6rem;
        bottom: 2rem;
    }
    .tuotetiedotoverlay p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .tuotetiedotoverlay p.hintavari {
        font-size: 1.5rem;
    }
    .rtiedot {
        width: 20rem;
        font-size: 0.9rem;
        line-height: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .basic-box {
        width: 100%
    }
    .formi {
        position: relative;
        display: table;
        top: auto;
        left: auto;
        transform: none;
        z-index: 999;
        padding: 1rem 1rem 0 1rem;
    }
    .third {
        width: 100%;
    }
    .yhteystiedot-info-text {
        width: 80%!important;
        margin: 3rem 10%!important;
        left: 0;
    }
    .header-icon {
        width: 2rem!important;
        height: 2rem!important;
        margin-top: 0.6rem!important;
    }
    .instapic {
        height: 50vw!important;
    }
    .etusivukartta,
    .map-holder {
        height: 100vw!important;
    }
    .gm-style-iw {
        margin-top: 0.5rem;
    }
    .kartta-subnavi a {
        font-size: 0.7rem!important;
        padding: 0.2rem 0.5rem!important;
        margin-bottom: 0.3rem!important;
    }
    .nav-wrapper {
        padding: 0.5rem;
    }
    .big-slider-nav {
        display: none;
    }
    .half {
        width: 100%;
    }
    .centering {
        width: 100%;
    }
    .teaser {
        padding: 2rem;
    }
    .teaser:nth-child(1) {
        padding-bottom: 0;
    }
    .yht-osoitekentta,
    .yht-formi,
    .palaute .formi-palsta,
    .formi-palsta {
        width: 100%;
        padding: 0;
    }
    .yht-formi {
        margin-top: 3rem;
    }
    .formi-btn {
        text-align: center;
    }
    .half2 {
        width: 100%;
        height: 100vw;
    }
    .maailman_paras_text2 {
        padding: 1rem 3rem;
        font-size: 0.9rem!important;
        line-height: 1.15rem!important;
    }
}
@media screen and (max-width:970px) and (min-width:768px) {
    .maailman_paras_text {
        width: 66.66666666% !important;
        margin: 0 16.66666666%!important;
        padding: 3.5rem 3rem!important;
        font-size: 1rem!important;
        line-height: 1.3rem!important;
    }
    .maailman_paras_text2 {
        padding: 2.5rem 4rem;
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    /*    html {
        font-size: 2vw!important
    } */
}
@media screen and (max-width:1200px) and (min-width:970px) {
    .maailman_paras_text {
        width: 66.66666666% !important;
        margin: 0 16.66666666%!important;
        padding: 3.5rem 3rem!important;
        font-size: 1rem!important;
        line-height: 1.3rem!important;
    }
    .maailman_paras_text2 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    /*    html {
        font-size: 2vw!important
    } */
}
@media screen and (min-width:1200px) {
    html {
        font-size: 1.2vw!important
    }
    .basic-top-holder {
        min-height: 15vw;
    }
    .tuotetiedot p {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .basic-box {
        width: 25%;
        /*        height: 25vw; */
    }
}
