/* ----------------------------------------------------------------------------------------------------------------------------------
keltainen: #e5ae2e;
ruskea: #584c44;
vihreä: #88b043;
-----------------------------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------------------------
1. Imports: reset and necessary fonts;
-----------------------------------------------------------------------------------------------------------------------------------*/
/*@import url('reset.css');*/
/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700|Signika+Negative:300,400,700');*/





/* ----------------------------------------------------------------------------------------------------------------------------------
2. Basics
-----------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap');
body, input, select, textarea {
    font: 400 14px/21px 'Source Sans Pro', Arial, helvetica, sans-serif;
    color: #584c44;
}

    body.sivu {
        min-width: 320px;
        /*min-width: 1140px;
        max-width: 1140px;*/
        width: 100%;
       /* background: url('//images.salattu.fi/elainkeskus/images/2013/bg-tile.png') repeat;*/
    }

.dnsRow {
    max-width: 1140px;
    width: 100%;
}

p {
    margin: 0 0 21px;
}

h1, .h1 {
    font: 300 32px/34px 'Source Sans Pro', arial, helvetica, sans-serif;
    color: #584c44;
    letter-spacing: -0.3px;
    margin: 0 0 30px 0;
}

h2, .h2 {
    font: 700 24px/27px 'Source Sans Pro', arial, helvetica, sans-serif;
    color: #584c44;
    letter-spacing: -0.1px;
    margin: 0 0 21px 0;
}

h3, .h3 {
    font: 700 18px/21px 'Source Sans Pro', arial, helvetica, sans-serif;
    color: #584c44;
    margin: 0 0 18px 0;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #7fa13f;
}


    a:hover {
        text-decoration: none;
        color: #e5ae2e;
    }

/* selected text background */
::-moz-selection {
    background: #8B827C;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8B827C;
    color: #fff;
    text-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------
3. Re-usable global classes - add more as needed
-----------------------------------------------------------------------------------------------------------------------------------*/
.full-width {
    width: 100%;
    clear: both;
}

.page-width {
    /*min-width: 1140px;*/
   /* max-width: 1140px;*/
    margin: 0 auto;
}

.content-width {
    /*width: 1062px;*/
    margin: 0 auto;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.loading {
    min-height: 50px;
    background: url('../img/loading.gif') center no-repeat #fff;
    width: 100%;
}

/* -----------------------------------------------------------------------------------------------------------------
Rsponsive images by default
----------------------------------------------------------------------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    *zoom: 1;
}

.bx-wrapper img {
    vertical-align: inherit;
    -ms-interpolation-mode: inherit;
    *zoom: inherit;
}
/* ----------------------------------------------------------------------------------------------------------------------------------
4. Site structure
-----------------------------------------------------------------------------------------------------------------------------------*/
.tarkastus {
    display: none;
}

#container {
    background: #FFF;
}


#topContainer {
    height: 162px;
    /*width: 1105px;*/
    position: relative;
}

    /*#topContainer a {
        color: #3b332e;
    }*/


.logo {
    background: url('//images.salattu.fi/elainkeskus/images/2020/elainLogo.png') center center no-repeat;
    height: 50px;
    margin: 0px 0 0 0;
    display: block;
    background-size: 69%;
}


.mobile-logo {
    max-height: 40px;
    margin: 0 auto;
    width: 70%;
    background: url('//images.salattu.fi/elainkeskus/images/2020/mobileLogo.png') center center no-repeat;
    height: 50px;
    display: inline-block;
    background-size: cover;
}

.formLogin {
    margin: 20px;
    font: 700 18px/28px 'Source Sans Pro', arial, helvetica, sans-serif;
    color: #584c44;
}

.kirjaudu_kentta {
    width: 150px !important;
    margin: 0 5px 0 0;
    color: #8d8987;
    font-weight: 300;
}

.kirjaudu_nappi {
    display: block;
    position: absolute;
    left: 26px;
    top: 70px;
    border: 1px solid #e5ad2e;
    background: #f4dd7c;
    background: -moz-linear-gradient(top, #f4dd7c 0%, #efcd43 4%, #df9f23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4dd7c), color-stop(4%,#efcd43), color-stop(100%,#df9f23));
    background: -webkit-linear-gradient(top, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
    background: -o-linear-gradient(top, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
    background: -ms-linear-gradient(top, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
    background: linear-gradient(to bottom, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd7c', endColorstr='#df9f23',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #584c44;
    font: 700 18px/18px 'Open Sans', arial, helvetica, sans-serif;
    padding: 7px 37px;
    text-align: center;
}

.formLogin .linkki {
    position: absolute;
    left: 195px;
    top: 100px;
    text-decoration: underline;
    color: #73a035;
    font: 400 14px/14px 'Open Sans', arial, helvetica, sans-serif;
}

.loginLink {
    padding: 10px 0 0 8px !important;
   /* background: url(//images.salattu.fi/elainkeskus/images/2013/login.png) center center no-repeat;*/
    cursor: pointer;
    text-align: center;
    display: inline;
    font-size: 24px;
    color: #000;
}

.tablet30 {
    width: 30%;
}



.loginHover {
    display: none;
    background: url('//images.salattu.fi/elainkeskus/images/2013/loginhover.png') no-repeat;
    width: 384px;
    height: 178px;
    position: absolute;
    top: 44px;
    right: -100px;
    z-index: 111002;
    cursor: default;
    background: #f3eeeb;
}

.login_close {
    position: absolute;
    top: 14px;
    right: 6px;
    background: url('//images.salattu.fi/elainkeskus/images/2013/login_x.png') no-repeat center;
    width: 21px;
    height: 21px;
    z-index: 11000;
    cursor: pointer;
}

#idWebLogin {
    font: 700 18px/18px 'Source Sans Pro', arial, helvetica, sans-serif;
    margin: 36px 0 0 28px;
}

    #idWebLogin a {
        font: 300 18px/18px 'Source Sans Pro', arial, helvetica, sans-serif;
        color: #73a035;
    }

        #idWebLogin a.SubmitButton {
            border: 1px solid #e5ad2e;
            background: #f4dd7c;
            background: -moz-linear-gradient(top, #f4dd7c 0%, #efcd43 4%, #df9f23 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4dd7c), color-stop(4%,#efcd43), color-stop(100%,#df9f23));
            background: -webkit-linear-gradient(top, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
            background: -o-linear-gradient(top, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
            background: -ms-linear-gradient(top, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
            background: linear-gradient(to bottom, #f4dd7c 0%,#efcd43 4%,#df9f23 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd7c', endColorstr='#df9f23',GradientType=0 );
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            color: #3b332e;
            font: 700 18px/18px 'Source Sans Pro', arial, helvetica, sans-serif;
            padding: 3px 16px 5px 16px;
            text-align: center;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
            float: left;
            margin: 20px 20px 0 0;
            display: block;
        }

        #idWebLogin a.second {
            float: left;
            margin: 25px 20px 0 16px;
            display: block;
        }

#couponCode {
    padding: 10px 0 0 48px;
    background: url('//images.salattu.fi/elainkeskus/images/2013/aleprosentti.png') 11px center no-repeat;
}

    #couponCode a {
        display: block;
        height: 27px;
    }

#topBoxesContainer {
    border-left: 1px solid #e3e1e0;
    border-right: 1px solid #e3e1e0;
    border-bottom: 1px solid #e3e1e0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #faf9f8;
    background: -moz-linear-gradient(top, #faf9f8 0%, #f6f2f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf9f8), color-stop(100%,#f6f2f0));
    background: -webkit-linear-gradient(top, #faf9f8 0%,#f6f2f0 100%);
    background: -o-linear-gradient(top, #faf9f8 0%,#f6f2f0 100%);
    background: -ms-linear-gradient(top, #faf9f8 0%,#f6f2f0 100%);
    background: linear-gradient(to bottom, #faf9f8 0%,#f6f2f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f8', endColorstr='#f6f2f0',GradientType=0 );
    float: left;
    width: 99%;
}

.topBoxes {
    font-size: 15px;
    font-weight: 400;
}

    .topBoxes a {
        font-weight: 400;
    }


#fbLink {
    display: none;
}

@media all and (min-width: 70em) {
    #fbLink {
        height: 56px;
        left: 50%;
        background: url('//images.salattu.fi/elainkeskus/images/2013/facebook.png') no-repeat center;
        margin: 0 0 0 -608px;
        position: fixed;
        top: 40px;
        width: 38px;
        z-index: 9;
        display: block;
    }
}

#tuotehakuNew {
    
    height: 31px;
    
    padding: 0px 0px 0 10px;
        margin: 12px -11px 2px -15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #afadaa;
    background: -moz-linear-gradient(top, #afadaa 0%, #dedbd8 15%, #f2f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afadaa), color-stop(15%,#dedbd8), color-stop(100%,#f2f2f1));
    background: -webkit-linear-gradient(top, #afadaa 0%,#dedbd8 15%,#f2f2f1 100%);
    background: -o-linear-gradient(top, #afadaa 0%,#dedbd8 15%,#f2f2f1 100%);
    background: -ms-linear-gradient(top, #afadaa 0%,#dedbd8 15%,#f2f2f1 100%);
    background: linear-gradient(to bottom, #afadaa 0%,#dedbd8 15%,#f2f2f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadaa', endColorstr='#f2f2f1',GradientType=0 );
    border-bottom: 1px solid #e0dfdf;
    border-top: 1px solid #989694;
    border-left: 1px solid #b3b2b0;
    border-right: 1px solid #b3b2b0;
}

.idProdNameFast {
    background: none;
    border: none;
    width: 100%;
    /*height: 19px;*/
    color: #8e847d;
    font: 300 16px/16px 'Open Sans', arial, helvetica, sans-serif;
    padding: 0;
    position: relative;
    bottom: 11px;
    border: 1px solid;
    height: 35px;
    padding-left: 5px;
}

#tuotehakuNew .form_button_send {
    background: url('//images.salattu.fi/elainkeskus/images/2013/search.png') no-repeat 3px center;
    border: none;
    text-indent: -1000px;
    float: right;
    width: 35px;
    height: 31px;
    position: relative;
    text-align: left;
}

.idChkPikaHaku {
    display: none !important;
}

.idDivPikaHaku {
    display: none !important;
}

#bxfiilis {
    /*height: 414px;*/
    margin: -29px 0 0 0;
    float: left;
}

.fiilis {
    max-height: 414px;
    margin: -29px 0 0 0;
    background-position:center;
width:100%;
position:relative;
}



.tuoteryhmasivu {
    /*width: 341px;
    float: left;*/
    margin: -51px 0 0 0;
    position: relative;
}


#sisaOikea {
    /*width: 715px;
    float: left;*/
    margin: 35px 0 20px 0;
}

.is-cart #sisaOikea {
    width:100% !important;
    
}
.is-cart #sisaVasen {
    display:none !important;
    
}

#navMenuHeader {
    width: 100%;
    height: 34px;
    margin-top: 28px;
    background: #adc85a;
    background: -moz-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #adc85a), color-stop(100%, #86af3f));
    background: -webkit-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -o-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -ms-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: linear-gradient(to bottom, #adc85a 0%, #86af3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc85a', endColorstr='#86af3f', GradientType=0 );
    border-radius: 8px 8px 0 0;
    color: #fff;
    font: 700 24px/24px 'Source Sans Pro', arial, helvetica, sans-serif;
    padding: 15px 0 0 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.6);
    border-bottom: solid 1px #66882f;
}


/* -----------------------------------------------------------------------------------------------------------------
Treemenu
----------------------------------------------------------------------------------------------------------------- */

#navMenu {
    width: 100%;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #f0ede9;
    min-height: 200px;
    float: left;
}

#idNavMenu {
    /*margin: 23px 28px 10px 28px;*/
    
}
    /* wtf? */
.clLevel2 {
    position: absolute;
    display: block;
    border: 2px solid;
    top: 40px;
    margin-left: 0 !important;
    z-index: 99;
    background: #ffff;
    padding: 5px 0 !important;
}

.clLevel2 li {
    display: block !important;
    text-align: left !important;
}

#idNavMenu ul, #idNavMenu li {
	padding: 0;
	margin: 0;
	display: inline-block;
	clear: both;
	list-style-type: none;
	margin: 10px;
}

#idNavMenu ul ul {
	/*border-top: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;*/
	padding: 7px 0 14px 14px;
}

            #idNavMenu ul ul ul {
                padding-bottom: 0;
                border: none;
            }

        #idNavMenu li > a {
            font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
            font-size: 18px;
            line-height: 22px;
            color: #58575e;
            display: block;
            cursor: pointer;
        }

    #idNavMenu > ul > li > a {
        font-weight: 700;
      /*  background: url('//images.salattu.fi/elainkeskus/images/2013/prod_arrow.png') no-repeat right 50%;*/
        padding: 4px 0;
    }

    #idNavMenu a:hover, #idNavMenu li.clActive > a {
        color: #569033;
    }

    #idNavMenu > ul > li.clActive > a {
      /*  background: url('//images.salattu.fi/elainkeskus/images/2013/prod_arrow_sel.png') no-repeat right 50%;*/
    }

    #idNavMenu li.clActive:not(.HasSubMenu) > a {
        cursor: default;
    }

    #idNavMenu ul ul li > a {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
    }



/* -----------------------------------------------------------------------------------------------------------------
New product menu
----------------------------------------------------------------------------------------------------------------- */

.main-menu-desktop .menu-item, .main-menu-desktop .sub-menu, .main-menu-desktop .menu-link, .main-menu-desktop .title, .main-menu-desktop .sub-title {
    display: inline-block;
    list-style: none;
    border: 0;
    text-decoration: none;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes show-submenu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes show-submenu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.main-menu-desktop {
    
    position:relative;
    
    background: #fff;
    text-align: center;
    border-bottom: solid 1px #ddd;
    max-width: 98%;
    /* margin-left: 1%; */
    margin: 11px 0 0 14px;
    padding: 6px 0 0 27px;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9999;
}

    .main-menu-desktop .productMenuMobile {
        float: left;
    }

    .main-menu-desktop .main-menu {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .main-menu-desktop .title {
        position: relative;
        background: transparent;
        letter-spacing: -.02em;
        cursor: pointer;
        font: 700 24px/24px 'Source Sans Pro', arial, helvetica, sans-serif;
        color: #766e69;
        text-shadow: 0 1px 2px #fff;
        margin: 0 10px 0px 10px;
        padding: 10px 5px 10px 5px;
    }
    /*.main-menu-desktop .title::after {
    content: '\e816';
    font-family: 'dns-icons';
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 5px;
}*/
    /*@media screen and (min-width: 86em) {
    .main-menu-desktop .title {
        font-size: 1.3em;
    }
}*/
    .main-menu-desktop .toggled > .title, .main-menu-desktop .active > .title {
        color: #8db346;
        cursor: default;
        border-bottom: 4px solid #96b44c;
    }
        /*.main-menu-desktop .active > .title, .main-menu-desktop .toggled > .title {
    padding-right: 1.5em;
}*/
        .main-menu-desktop .active > .title::after, .main-menu-desktop .toggled > .title::after {
            right: 10px;
        }
    /*.main-menu-desktop .toggled > .title::before {
    content: '';
    width: 0;
    padding: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e62a35;
    position: absolute;
    top: 98%;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}*/
    .main-menu-desktop .sub-title {
        font-weight: 700;
        font-size: 1.1em;
        margin-bottom: 1em;
        color: #fff;
        width: 100%;
    }

    .main-menu-desktop .menu-link {
        color: #766e69;
        font-weight: 300;
        line-height: 1.1;
    }

        .main-menu-desktop .menu-link:hover {
            color: #7fa13f;
        }

    .main-menu-desktop .active > .menu-link {
        color: #45b6f0;
        font-weight: bold;
    }

    .main-menu-desktop .sub-menu {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .main-menu-desktop .top-level > .sub-menu {
        overflow:hidden;
        position: absolute;
        text-align: left;
        top: auto;
        opacity: 0;
        left: 0;
  right: 0;

        width: 100%;
        /*max-width: 1280px;*/
        /*-webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);*/
        visibility: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #f0f0f0;
        z-index: 9998;
        border: 1px solid #e4e4e4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

}

@media screen and (min-width: 80em) {
    .main-menu-desktop .top-level > .sub-menu {
        top: 100%;
    }
}

.main-menu-desktop .single {
    position: relative;
}

    .main-menu-desktop .single > .sub-menu {
        top: 100%;
        left: 0;
        min-width: 300px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.main-menu-desktop .top-level > .sub-menu > .menu-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

    .main-menu-desktop .top-level > .sub-menu > .menu-item a {
        display: inline-block;
        width: 100%;
    }

.main-menu-desktop .top-level > .sub-menu {
    padding: 1em 2em 2em;
}

.main-menu-desktop .toggled > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.main-menu-desktop .sub-menu .sub-menu {
    visibility: hidden;
}

.main-menu-desktop .toggled .sub-menu .sub-menu {
    -webkit-animation: show-submenu .3s forwards;
    animation: show-submenu .3s forwards;
    visibility: visible;
}

.main-menu-desktop .sub-menu .sub-menu .menu-item {
    width: 100%;
    padding: .1em 1em;
}

    .main-menu-desktop .sub-menu .sub-menu .menu-item::before {
        content: "\e814";
        color: #766e69;
        position: absolute;
        left: 0;
        font-family: 'dns-icons';
    }

    .main-menu-desktop .sub-menu .sub-menu .menu-item.active::before {
        color: #45b6f0;
        left: 4px;
    }






#level1Menu {
    max-width: 98%;
    margin-left: 1%;
    margin: 15px 0 0 14px;
    padding: 16px 0 0 27px;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1001;
    position: relative;
}

    #level1Menu ul {
        padding: 0;
        margin: 0;
    }

    #level1Menu li {
        float: left;
        /*margin: 0 35px 0 0;*/
        list-style-type: none;
        padding: 0;
    }

    #level1Menu a {
        font: 700 24px/24px 'Source Sans Pro', arial, helvetica, sans-serif;
        color: #766e69;
        margin: 0 14px;
        padding: 0 7px;
        text-shadow: 0 1px 2px #fff;
        position: relative;
        zoom: 1;
        display: block;
        height: 36px;
    }

        #level1Menu a:hover {
            color: #8db346;
        }

    #level1Menu .active {
        color: #8db346;
        cursor: default;
        border-bottom: 4px solid #96b44c;
    }


    #level1Menu .clMGMenuSel {
        font: 700 22px/22px 'Source Sans Pro', arial, helvetica, sans-serif;
        color: #8db346;
    }

#listMenu1 li:first-child > a {
    text-indent: -999px;
    text-align: left;
  /*  background: transparent url('//images.salattu.fi/elainkeskus/images/2013/home.png') no-repeat center 4px;*/
    width: 18px;
    margin: 0 -5px 0 0;
}

    #listMenu1 li:first-child > a:hover {
        /*background: transparent url('//images.salattu.fi/elainkeskus/images/2013/home_sel.png') no-repeat center 4px;*/
        /*border-bottom: 4px solid #96b44c;*/
    }




#level2Menu a {
    font: 700 18px/18px 'Source Sans Pro', arial, helvetica, sans-serif;
    color: #8b827c;
}

#level2Menu {
    /*width: 475px;*/
    margin: 27px 9px 0 0;
    height: 25px;
    float: right;
    text-align: right;
}

    #level2Menu ul {
        padding: 0;
        margin: 0;
        /*float: left;*/
    }

    #level2Menu li {
        display: inline-block;
        margin: 0 21px 0 0;
        list-style-type: none;
        padding: 0;
    }

    #level2Menu ul li a {
        padding: 0;
        margin: 0;
    }

    #level2Menu ul li ul li {
        display: none;
    }

    #level2Menu a:hover {
        color: #86af3f;
    }

    #level2Menu li.active > a {
        color: #86af3f;
        cursor: default;
    }

#content {
    /*min-height: 200px;*/
    position: relative;
}



#footerWrap {
    /*float: left;*/
    /*height: 401px;*/
    background: #b4aba5;
    /*-webkit-box-shadow: inset 0 9px 20px 4px rgba(120,156,59,1);
    -moz-box-shadow: inset 0 9px 20px 4px rgba(120,156,59,1);
    box-shadow: inset 0 9px 20px 4px rgba(120,156,59,1);*/
    width: 98%;
    padding: 0 1% 0 1%;
}

#printable a {
    font-weight: 700;
}



#tRNostoContainer {
    /*height: 342px;*/
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efe8e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efe8e4));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efe8e4 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efe8e4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efe8e4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efe8e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe8e4',GradientType=0 );
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}


#contentArea1_sisa {
    /*height: 342px;*/
    text-align: center;
    margin: -9px 0 0 0;
}

#contentArea4_sisa {
    max-width: 600px;
    height: 26px;
    float: left;
    margin: -314px 0 0 508px;
}


#contentArea1 {
    width: 96%;
    height: 50px;
    padding: 10px 0% 4px 4%;
    background: url('//images.salattu.fi/elainkeskus/images/2013/runkoalue1.png') no-repeat;
    z-index: 1000;
    position: relative;
    margin: -50px 0 0 0;
    float: left;
    font-weight: 300;
    font-size: 13px;
}

    #contentArea1 a {
        color: #000;
        font-weight: 700;
        text-decoration: underline;
    }

    #contentArea1 h2 {
        margin: 0;
        padding: 0;
    }

#contentArea2 {
    margin: 40px 0 40px 0px;
}

    #contentArea2 h2 {
        color: #fff2eb;
    }

    #contentArea2 a {
        font: 300 16px/20px 'Open Sans', Arial, helvetica, sans-serif;
        color: #453c35;
    }

#contentArea3 {
    margin: 10px 0 0 0;
}

#contentArea4, .contentAreaNosto {
    /*width: 1000px;
    margin: 40px 0 0 68px;
    float: left;*/
    margin: 40px 0 0 0;
}

#contentArea5 {
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding-left: 5%;
    padding-right: 5%;*/
}

#contentArea9 {
    position: absolute;
    right: 45px;
    width: 139px;
    height: 139px;
    top: 225px;
    z-index: 1000;
}

#nostoContainer {
    width: 90%;
    margin: 0 auto;
}

.nostocontainerbg {
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4efec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4efec));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4efec 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f4efec 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f4efec 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4efec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efec',GradientType=0 );
}

#newsContainer {
    width: 330px;
    height: 330px;
    float: left;
    margin: 40px 0 40px 40px;
}

    #newsContainer ul, #newsContainer li {
        margin: 10px 0 0 0;
        padding: 0;
        list-style-type: none;
    }

    #newsContainer span {
        background: #ebdfd6;
        background: -moz-linear-gradient(top, #f4ece7 0%, #e1cec1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4ece7), color-stop(100%,#e1cec1));
        background: -webkit-linear-gradient(top, #f4ece7 0%,#e1cec1 100%);
        background: -o-linear-gradient(top, #f4ece7 0%,#e1cec1 100%);
        background: -ms-linear-gradient(top, #f4ece7 0%,#e1cec1 100%);
        background: linear-gradient(to bottom, #f4ece7 0%,#e1cec1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ece7', endColorstr='#e1cec1',GradientType=0 );
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #584c44;
        font: 13px/16px 'Open Sans', arial, helvetica, sans-serif;
        padding: 2px 4px;
        text-align: center;
        float: left;
        margin: 0 6px 0 0;
        display: block;
        -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    }

.newsArchive1 {
    color: #555555;
    font: 300 14px/14px 'Open Sans', arial, helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 10px 0 0 0;
    display: block;
}

#contentArea7_sisa {
    margin: 40px 0 40px 29px;
    display: inline-block;
}

.front-printable {
    margin: 40px 0 40px 0;
}

.sisa-printable {
    /*width: 705px;*/
    /*float: left;*/
    margin: 0 0 40px;
}




.alebadge {
    background: url('//images.salattu.fi/fastenerhouse/images/alebadge.png') no-repeat;
    width: 67px;
    text-align: left;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font: 700 14px 'Open Sans', Arial, helvetica, sans-serif;
    padding: 6px 0 0 6px;
}

.nostoOvh {
    font: 300 16px/16px 'Open Sans', arial, helvetica, sans-serif;
    text-decoration: line-through;
    margin: 0 0 0 4px;
}

#tRSNosto {
    margin: 10px 0 40px 0;
    float: left;
}


    #tRSNosto #nostoContainer_2 li {
        /*height: 113px;*/
        width: 100%;
        max-width: 342px;
        border-bottom: solid 1px #e5e5e5;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }

    #tRSNosto ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #tRSNosto #nostoContainer_2 li .TuoteLinkki {
        /*height: 102px;*/
        max-width: 342px;
        width: 100%;
        display: block;
    }




    #tRSNosto #nostoContainer_2 li .TuoteKuva {
        width: 100px;
        height: 100px;
        display: block;
        float: left;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: transparent;
        margin: 0;
        border: 1px solid #e5e5e5;
    }


        #tRSNosto #nostoContainer_2 li .TuoteKuva img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-height: 100px;
        }

    #tRSNosto #nostoContainer_2 li .TuoteNimi {
        max-width: 228px;
        width: 100%;
        max-height: 26px;
        margin: 0 0 0 11px;
        overflow: hidden;
        float: left;
        color: #584c44;
        font: 700 14px/14px 'Open Sans', arial, helvetica, sans-serif;
        text-align: left;
        text-transform: uppercase;
    }

    #tRSNosto #nostoContainer_2 li .TuoteKuvaus {
        max-width: 228px;
        width: 100%;
        max-height: 42px;
        overflow: hidden;
        margin: 5px 0 0 11px;
        float: left;
        color: #8c8c8c;
        font: 300 13px/14px 'Open Sans', arial, helvetica, sans-serif;
        text-align: left;
    }



    #tRSNosto #nostoContainer_2 li .TuoteHinta {
        /*width: 225px;*/
        color: #74ae47;
        font: 700 16px/16px 'Open Sans', arial, helvetica, sans-serif;
        bottom: 12px;
        right: 3px;
        text-align: left;
        position: absolute;
    }

        #tRSNosto #nostoContainer_2 li .TuoteHinta .nostoOvh {
            color: #74ae47;
            font: 300 14px 'Open Sans', arial, helvetica, sans-serif;
        }







#tRNosto.loading, .tRNosto.loading {
    background: url('//images.salattu.fi/elainkeskus/images/2013/loading.gif') center no-repeat;
    min-height: 242px;
}


#tRNosto.tRNosto {
    margin-top: 45px;
}

.tRNostoOwl2 .tRNostoOwl3, .tRNostoOwl4, .tRNostoOwl5 {
    display: none;
}

.tRNostoOwl1 {
    padding-top: 65px;
    padding-bottom: 55px;
    padding-right: 35%;
    padding-left: 1.5%;
    z-index:1111;
    overflow:hidden !important;
}

    .tRNostoOwl1 .TuoteKuva {
        float: left;
        width: 50%;
    }

    .tRNostoOwl1 .owl-carousel .owl-item .TuoteKuva img {
        max-height: 220px;
    }

    .tRNostoOwl1 .owl-item .TuoteNimi {
        float: right;
        width: 50%;
        font-size: 26px;
    line-height: 32px;
    }

    .tRNostoOwl1 .owl-item .TuoteHinta {
        font-size: 39px;
        
        position: absolute;
    bottom: 25px;
    right: 16%;
    }




.tRNostoFront {
    position:relative;

    /*width:90%;
    margin: 0 auto;*/
}

#tRNosto.tRNosto .bx-pager {
    margin: 12px 40%;
}

.bx-wrapper {
    padding: 0;
    position: relative;
    *zoom: 1;
}

    .bx-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bx-wrapper img {
        display: block;
        margin: 0;
        padding: 0;
    }

.bx-pager-item {
    display: inline-block;
}

#tRNosto #nostoContainer_1 li {
    height: 242px;
    list-style-type: none;
}

.owl-item .TuoteLinkki {
    display: block;
    /*background: transparent url('//images.salattu.fi/elainkeskus/images/2013/nosto.png') center center no-repeat;*/
    background: #fff;
   /* border: 1px solid #ccc;*/
    border-radius: 7px;
    padding: 1em;
    position: relative;
    overflow: hidden;
    margin: 5px;
    min-height: 240px;
    height: 350px;
}
.tRNostoFront .owl-item .TuoteLinkki {
  
    min-height: 265px;
}
#tRNosto #nostoContainer_1 li .TuoteLinkki:hover {
    background: transparent url('//images.salattu.fi/elainkeskus/images/2013/nosto_hover.png') center center no-repeat;
}


#tRNosto #nostoContainer_1 li .TuoteKuva {
    display: block;
    float: left;
    background: transparent;
}

#tRNosto #nostoContainer_1 li .TuoteLinkki:hover .TuoteKuva {
}

#tRNosto #nostoContainer_1 li .TuoteKuva img {
    margin: 6px auto 0 auto;
    max-height: 150px;
}

.owl-item .TuoteNimi {
    color: #584c44;
    font: 300 14px/14px 'Open Sans', arial, helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;

}

.owl-item .TuoteHinta {
    color: #2A2F36;
    font: 700 16px/16px 'Open Sans', arial, helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 32%;
}

#tRNosto #nostoContainer_1 li .TuoteHinta .nostoOvh {
    color: #74ae47;
    font: 300 14px 'Open Sans', arial, helvetica, sans-serif;
}

#tRNosto .bx-prev {
    left: -55px;
    top: 99px;
    background: url('//images.salattu.fi/elainkeskus/images/2013/bx-prev.png') center center no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
}

#tRNosto .bx-next {
    right: -55px;
    top: 99px;
    background: url('//images.salattu.fi/elainkeskus/images/2013/bx-next.png') center center no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
}

#tRNosto .bx-pager-link {
    width: 12px;
    height: 12px;
    background: #a69d98;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin: 0 4px 0 0;
    text-indent: -9999px;
    outline: 0;
}

    #tRNosto .bx-pager-link.active {
        background: #584c44;
    }

#tRNosto .bx-pager {
    /*margin: 15px 46%;*/
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */


/*
 *  Owl Carousel - Core
 */

.owl-controls{
    z-index:1000;
    display:inline-block;
}
.owl-carousel ul, .owl-carousel li, .tRNostoFront ul, .tRNostoFront li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.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-item {
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        float: left;
    }

        .owl-carousel .owl-item img {
            display: block;
            -webkit-transform-style: preserve-3d;
            display: block;
            -webkit-transform-style: preserve-3d;
            max-height: 141px;
            margin: 0 auto;
        }

.osta {
    background: #a1c051;
    background: -moz-linear-gradient(top, #a1c051 0%, #80ab3f 100%);
    background: -webkit-linear-gradient(top, #a1c051 0%,#80ab3f 100%);
    background: linear-gradient(to bottom, #a1c051 0%,#80ab3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c051', endColorstr='#80ab3f',GradientType=0 );
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav .disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .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-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    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 - 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 .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* -----------------------------------------------------------------------------------------------------------------
Owl Carousel css for blueprint
----------------------------------------------------------------------------------------------------------------- */


#wrapperMid {
    /*height: 191px;*/
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4efec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4efec));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4efec 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f4efec 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f4efec 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4efec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efec',GradientType=0 );
    position: relative;
    padding: 30px 0 21px;
    /*overflow: hidden;*/
}

#puppies {
    display: block;
    /*margin: -22px 0 0 0;*/
}

div.news-letter-recaptcha {
	margin: 8px 0 0 -14px;
}

input.error, textarea.error {
    border: solid 0.5px #ff0000 !important;
}

label.error {
    display: none !important;
}

#newsLetter {
    width: 100%;
    margin: 47px 0 10px 0;
}

#newsLetter #FirstName, #newsLetter #LastName {
	width: 49%;
	margin: 0;
}

#newsLetter #LastName {
	margin-left: 2%;
}

#NewsLetterForm > fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#NewsLetterForm .InputField {
    border: 1px solid #cdcac4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*width: 323px;*/
    height: 39px;
    background: #fff;
    color: #333333;
    font: 300 16px/16px 'Open Sans', arial, helvetica, sans-serif;
    /*padding: 0 0 0 10px;*/
    margin-top: 3px;
}

#NewsLetterForm .SubmitButton {
    background: rgba(131, 201, 20, 1);
    height: 39px;
    color: #fff;
    font: 700 20px/20px 'Source Sans Pro', arial, helvetica, sans-serif;
    margin: 7px 0 0 0;
    border: 0;
    border-radius: 5px;
}

#SuccessMessage {
    color: #000	/*#FFF;*/
    font-weight: 700;
    display: none;
    text-align: center;
    margin: 3px 0 0 0;
}


#fbLink2 {
    background: url('//images.salattu.fi/elainkeskus/images/2013/fb_link2.png') no-repeat center;
    width: 100%;
    height: 32px;
    display: block;
    /*margin: 0 0 0 20px;*/
    background-size: contain;
}


#copyRight {
    /*width: 350px;*/
    /*margin: 0 0 0 400px;*/
    color: #fff;
    /*float: left;*/
    font-weight: 300;
    text-align: center;
    clear: both;
}

    #copyRight a {
        color: #fff;
        font-weight: 300;
    }


.bx-wrapper {
    padding: 0;
    position: relative;
    *zoom: 1;
}

    .bx-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bx-wrapper img {
        display: block;
    }


/* ------------------------------------------------------ Tuotehaku- Filtterit -------------------------------------------------------*/


#ProdListFilters, #ProdListFiltersBottom {
    background: #f6f6f6;
    margin: 0 auto 7px auto;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 1), 0 0 1px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fff, #efefef);
    background-image: -moz-linear-gradient(top, #fff, #efefef);
    background-image: -ms-linear-gradient(top, #fff, #efefef);
    background-image: -o-linear-gradient(top, #fff, #efefef);
    background-image: linear-gradient(top, #fff, #efefef);
    border: solid 1px #e6e6e6;
}

#ProdListFiltersBottom {
    min-height: 24px;
    clear: both;
    margin: 21px auto;
    position: relative;
    z-index: 1;
}

#s2id_ProdBrand, #s2id_ProdProp, #s2id_ProdComp {
    width: 212px;
    margin: 0;
}

#FiltersWrap {
    width: 650px;
    margin: 0;
    padding: 10px;
    border-top: solid 1px #fff;
    text-align: center;
}

#SortingWrap {
    width: 650px;
    margin: 0;
    padding: 10px 10px 4px 10px;
    border-bottom: solid 1px #e2e2e2;
}

div.ProdPager, #ProdSort, #ProdView {
    float: left;
    width: 210px;
    text-align: center;
}

div.ProdPager {
    text-align: left;
    padding: 4px 0 0 0;
}

    div.ProdPager a {
        color: #777;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        padding: 2px;
    }

        div.ProdPager a:hover, div.ProdPager a.Active {
            color: #555;
        }

        div.ProdPager a.Active {
            cursor: default;
            text-decoration: underline;
            font-weight: 800;
        }

#ProdListFiltersBottom div.ProdPager {
    float: right;
    text-align: right;
    padding: 0 14px 0 0;
}
/* Tuotelistausnakymat */
#ProdView {
    text-align: right;
    float: right;
}

    #ProdView a {
        background: url('//images.salattu.fi/tuotehaku/images/views.png') no-repeat center left;
        text-align: left;
        width: 11px;
        margin: 0;
        height: 14px;
        display: inline-block;
        padding: 12px 7px 0 0;
        outline: none;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

        #ProdView a.Active, #ProdView a:hover {
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
            filter: alpha(opacity=100);
            opacity: 1;
        }

        #ProdView a.Active {
            cursor: default !important;
        }

    #ProdView #ViewTwo {
        background-position: -19px center;
    }

    #ProdView #ViewThree {
        background-position: -39px center;
    }
/* ------------------------------------------------------- Tuotelistaus yleiset -------------------------------------------------------*/
#BackToTop {
    line-height: 24px;
    margin: 0;
    padding: 0 14px;
    text-align: left;
    min-width: 90px;
    display: block;
    float: left;
    cursor: pointer;
    background: url('//images.salattu.fi/tuotehaku/images/up.png') no-repeat right center;
}

#Wrap {
    width: 685px;
    min-height: 500px;
}

#ProdListWrap {
    width: 700px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0;
}

#ProdList {
    min-height: 400px;
    width: 700px;
    margin: 0 auto;
}


/* -------------------------------------------- common stuff -------------------------------------------- */
#ProdHoverPages {
    position: fixed;
    width: 715px;
    top: 50%;
    display: none;
    margin-left: -24px;
    z-index: 1001;
}

#ProdHoverNext, #ProdHoverPrev {
    position: absolute;
    top: 0;
    width: 56px;
    height: 62px;
    text-indent: -999%;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    filter: alpha(opacity=60);
    opacity: 0.6;
}

    #ProdHoverNext:hover, #ProdHoverPrev:hover {
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
        opacity: 1;
    }

#ProdHoverNext {
    right: -30px;
    background: url('//images.salattu.fi/elainkeskus/images/2013/next.png') no-repeat;
}

#ProdHoverPrev {
    left: 0;
    background: url('//images.salattu.fi/elainkeskus/images/2013/prev.png') no-repeat;
}

.owl-prev:after {
    right: -35px;
    content: "\e81c";
    color: #766e69;
    position: absolute;
    font-family: 'dns-icons';
    display: inline-block;
    top: 43%;
    font-size: 44px;
    cursor: pointer;
    width:30px;
    height:30px;
    z-index:99999;
}

.owl-next:after {
    left: -25px;
    content: "\e81b";
    color: #766e69;
    position: absolute;
    font-family: 'dns-icons';
    display: inline-block;
    top: 43%;
    font-size: 44px;
    cursor: pointer;
      width:30px;
    height:30px;
    z-index:99999;
}
#tRNostoOwl1 .owl-next:after {
      left:10px;
}

.ProdLogo {
    text-align: center;
    clear: both;
}

#s2id_ProdOrder {
    width: 220px !important;
    /*padding: 0 0 0 9px;*/
}

.select2-container-multi .select2-choices {
    border-radius: 4px !important;
}

ul.ProductList, li.ProductListRow {
    float: left;
    position: relative;
}

a.ProductLink, a.ProductLink:hover {
    text-decoration: none;
    color: #5F5F5F;
    cursor: pointer;
    display: block;
    overflow: hidden;
    min-height: 56px;
}

span.badge {
    position: absolute;
    display: block;
    width: 37px;
    height: 37px;
    z-index: 10;
}

.Product span {
    display: block;
    word-wrap: break-word;
}

.ProductList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Product {
    display: block;
    border: solid 1px #dedede;
    float: left;
    position: relative;
    background: #fff;
    cursor: pointer;
    margin: 0 9px 11px 0;
}

.ProdImg {
    overflow: hidden;
    display: block;
    background: url('//images.salattu.fi/tuotehaku/images/prod_blank.png') no-repeat center;
}

.ProdImgZoom {
    background: url('//images.salattu.fi/elainkeskus/images/2013/zoom.png') no-repeat;
    width: 39px;
    height: 39px;
    position: absolute;
    z-index: 1000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .ProdImgZoom:hover {
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
        opacity: 1;
    }

.ProdName {
    line-height: 17px;
}

.ProdPrice {
    line-height: 21px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 700;
    color: #569033;
    font-size: 16px;
}

.ProdPriceRec, .ProdPricePre {
    font-weight: 300;
    line-height: 16px;
    font-size: 12px;
}

.Product span.ProdPriceOvh {
    line-height: 21px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}

.Product span.ProdPriceSale {
    display: inline-block;
}

.ProdHinnastoText {
    padding: 10px;
    line-height: 16px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 400;
    color: red;
    font-size: 12px;
}

.ProdText {
    font-weight: 300;
    line-height: 16px;
    font-size: 12px;
}

.Product .Hover {
    padding: 0;
    display: none;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.Grid .Product .Hover, .List .Product .Hover {
    *border: solid 1px #ddd; /*IE7*/
}

.List .ProductList .Product .ProdBuy, .Grid .ProductList .Product .ProdBuy {
    text-align: center;
    display: block;
    border: 1px solid #77a338;
    background: #abc85a url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px;
    background: url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px,-moz-linear-gradient(top, #abc85a 0%, #a0bd4e 4%, #86af3f 100%);
    background: url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abc85a), color-stop(4%,#a0bd4e), color-stop(100%,#86af3f));
    background: url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px, -webkit-linear-gradient(top, #abc85a 0%,#a0bd4e 4%,#86af3f 100%);
    background: url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px, -o-linear-gradient(top, #abc85a 0%,#a0bd4e 4%,#86af3f 100%);
    background: url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px, -ms-linear-gradient(top, #abc85a 0%,#a0bd4e 4%,#86af3f 100%);
    background: url('//images.salattu.fi/elainkeskus/images/2013/buy.png') no-repeat 13px 13px, linear-gradient(to bottom, #abc85a 0%,#a0bd4e 4%,#86af3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc85a', endColorstr='#86af3f',GradientType=0 );
}

#printable #ProdPageBuy, #idProdEnter, #idbtnSalesCode {
    background: #adc85a;
    background: -moz-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #adc85a), color-stop(100%, #86af3f));
    background: -webkit-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -o-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -ms-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: linear-gradient(to bottom, #adc85a 0%, #86af3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc85a', endColorstr='#86af3f', GradientType=0 );
    box-shadow: none;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

#idProdEnter, #idbtnSalesCode {
    border-radius: 4px;
    padding: 3px 14px;
    border: 0;
}

#idProdEnter {
    margin: 14px 0;
    display: inline-block;
    clear: both;
    min-width: 200px;
    padding: 8px;
    position: relative;
}

.List .ProductList .Product .ProdBuy:hover, .Grid .ProductList .Product .ProdBuy:hover, .Short .ProductList .Product .ProdBuy:hover {
    color: #fff;
    text-decoration: none;
}
/* -------------------------------------------- listview -------------------------------------------- */
.List span.badge.new {
    right: -4px;
    top: -3px;
    width: 64px;
    height: 64px;
    background: url('//images.salattu.fi/tuotehaku/images/badge_new_fin.png') no-repeat center top;
}

    .List span.badge.new.SWE {
        background: url('//images.salattu.fi/tuotehaku/images/badge_new_swe.png') no-repeat center top;
    }

    .List span.badge.new.ENG {
        background: url('//images.salattu.fi/tuotehaku/images/badge_new_eng.png') no-repeat center top;
    }

.List span.badge.sale {
    background: url('//images.salattu.fi/tuotehaku/images/alenew.png') no-repeat left top;
    color: #fff;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 700;
    height: 56px;
    left: 0;
    margin: 0;
    padding: 3px 0 0 7px;
    top: 0;
    width: 80px;
    text-shadow: 0 0 1px #320404;
}

.List span.badge.preorder {
    left: 10px;
    width: 103px;
    height: 24px;
    top: 90px;
    background: url('//images.salattu.fi/tuotehaku/images/badge_preorder_small_fin.png') no-repeat center;
}

.List .Product { /*border:solid 1px #fff;*/
    float: left;
    width: 315px;
    padding: 10px;
}

    .List .Product .ProdImg {
        width: 100px;
        height: 100px;
        float: left;
        margin: 0 21px 0 0;
        /*border-radius: 5px;*/
        /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
        /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    }

    .List .Product .ProdImgZoom {
        top: 40px;
        left: 40px;
    }

    .List .Product .ProdName {
        overflow: hidden;
    }

    .List .Product .ProdPrice {
        overflow: hidden;
        margin: 14px 0 5px 0;
        display: block;
    }

    .List .Product .ProdText {
        float: left;
        clear: both;
        margin: 14px 0;
        font-weight: 300;
        line-height: 16px;
        font-size: 13px;
    }

    .List .Product .ProdPriceRec, .List .Product .ProdPricePre {
        display: block;
    }

    .List .Product .Hover {
    }

.List .ProductList .Product .ProdBuy {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    clear: both;
    margin: 14px 0 0 0;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 700;
}
/* -------------------------------------------- compact view -------------------------------------------- */
.Short span.badge.new {
    right: -4px;
    top: -3px;
    width: 50px;
    height: 50px;
    background: url('//images.salattu.fi/tuotehaku/images/badge_new_small_fin.png') no-repeat center top;
}

    .Short span.badge.new.SWE {
        background: url('//images.salattu.fi/tuotehaku/images/badge_new_swe.png') no-repeat center top;
    }

    .Short span.badge.new.ENG {
        background: url('//images.salattu.fi/tuotehaku/images/badge_new_eng.png') no-repeat center top;
    }

.Short span.badge.preorder {
    z-index: 1;
    left: 80px;
    width: 103px;
    height: 24px;
    top: 31px;
    background: url('//images.salattu.fi/tuotehaku/images/badge_preorder_small_fin.png') no-repeat center;
}

.Short .Product {
    clear: both;
    width: 663px;
    padding: 10px;
    margin: 0 0 2px 0;
}

    .Short .Product:hover {
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
        box-shadow: 0 0 7px rgba(0,0,0,0.3);
        background: #fff;
        *border: solid 1px #ddd; /*IE7*/
    }

    .Short .Product .ProdImg {
        width: 50px;
        height: 60px;
        float: left;
        margin: 0 21px 0 0;
        /*border-radius: 4px;*/
        /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
        /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    }

    .Short .Product .ProdName {
        float: left;
        overflow: hidden;
        width: 440px;
    }

    .Short .Product .ProdText {
        display: none;
    }

    .Short .Product .ProdPriceRec, .Short .Product .ProdPricePre {
        float: right;
        width: 100px;
        clear: right;
    }

    .Short .Product .ProdPrice {
        margin: 0;
        overflow: hidden;
        width: 100px;
        float: right;
    }

    .Short .Product .ProdBuy {
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        border-radius: 4px 0 0 0;
        position: absolute;
        bottom: 0;
        right: 0;
        font-weight: 700;
        padding: 0 14px 0 24px;
        clear: both;
        color: #fff;
        text-shadow: 0 1px 0 #000;
        background: #a8d454 url('//images.salattu.fi/tuotehaku/images/img/buy_small.png') no-repeat 7px center;
        background: url('//images.salattu.fi/tuotehaku/images/buy_small.png') no-repeat 7px center, -moz-linear-gradient(top, #a8d454 0%, #97c344 100%);
        background: url('//images.salattu.fi/tuotehaku/images/buy_small.png') no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8d454), color-stop(100%, #97c344));
        background: url('//images.salattu.fi/tuotehaku/images/buy_small.png') no-repeat 7px center, -webkit-linear-gradient(top, #a8d454 0%, #97c344 100%);
        background: url('//images.salattu.fi/tuotehaku/images/buy_small.png') no-repeat 7px center, -o-linear-gradient(top, #a8d454 0%, #97c344 100%);
        background: url('//images.salattu.fi/tuotehaku/images/buy_small.png') no-repeat 7px center, -ms-linear-gradient(top, #a8d454 0%, #97c344 100%);
        background: url('//images.salattu.fi/tuotehaku/images/buy_small.png') no-repeat 7px center, linear-gradient(to bottom, #a8d454 0%, #97c344 100%);
    }

.Short span.badge.sale {
    background: url('//images.salattu.fi/tuotehaku/images/alenew.png') no-repeat left top;
    color: #fff;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 700;
    height: 56px;
    left: 0;
    margin: 0;
    padding: 3px 0 0 7px;
    top: 0;
    width: 80px;
    text-shadow: 0 0 1px #320404;
}
/* -------------------------------------------- gridview -------------------------------------------- */
.Grid span.badge.new {
    right: -6px;
    top: -4px;
    width: 64px;
    height: 64px;
    background: url('//images.salattu.fi/tuotehaku/images/badge_new_fin.png') no-repeat center top;
}

    .Grid span.badge.new.SWE {
        background: url('//images.salattu.fi/tuotehaku/images/badge_new_swe.png') no-repeat center top;
    }

    .Grid span.badge.new.ENG {
        background: url('//images.salattu.fi/tuotehaku/images/badge_new_eng.png') no-repeat center top;
    }

.Grid span.badge.sale {
    background: url('//images.salattu.fi/tuotehaku/images/alenew.png') no-repeat left top;
    color: #fff;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 700;
    height: 56px;
    left: 0;
    margin: 0;
    padding: 3px 0 0 7px;
    top: 0;
    width: 80px;
    text-shadow: 0 0 1px #320404;
}

.Grid span.badge.preorder {
    left: 0;
    width: 220px;
    height: 24px;
    top: 187px;
    background: url('//images.salattu.fi/tuotehaku/images/badge_preorder_fin.png') no-repeat center;
}

.Grid .Product {
    width: 220px;
    padding: 0 0 7px 0;
}

    .Grid .Product .Hover {
        padding: 0;
    }

    .Grid .Product .ProdImg {
        margin: 10px;
        width: 200px;
        height: 200px;
    }

    .Grid .Product .ProdImgZoom {
        top: 130px;
        left: 95px;
    }

    .Grid .Product .ProdName {
        padding: 0 10px 0 10px;
    }

    .Grid .Product .ProdPrice {
        padding: 0 10px 2px 10px;
    }

    .Grid .Product .ProdText {
        padding: 15px 10px 10px 10px;
        clear: both;
    }

    .Grid .Product .ProdPriceRec, .Grid .Product .ProdPricePre {
        padding: 0 10px;
        clear: both;
    }

.Grid .ProductList .Product .ProdBuy {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 700;
    padding: 13px;
    clear: both;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
}
/* end tuotehaku */

/* -----------------------------------------------------------------------------------------------------------------
Ostoskorisivu edits 131213
----------------------------------------------------------------------------------------------------------------- */
.CartProducts ul, .CartProducts li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.CartProducts h2 {
    padding: 0 0 10px 0;
    border-bottom: solid 1px #ddd;
    /*color:#006BB7;*/
    font-size: 20px;
}

#idTLPlaceholder input, #idTLPlaceholder select {
    background-color: #f6f6f6;
    border: solid 1px #ddd;
    border-radius: 2px;
    outline: none;
    padding: 10px 10px 8px;
    color: #999999;
    /*width: 100%;*/
}

    #idTLPlaceholder input:focus, #idTLPlaceholder select:focus {
        -webkit-box-shadow: 0 0 4px 0 #0089D0;
        color: inherit;
        box-shadow: 0 0 4px 0 #0089D0;
        background: #fff;
        border: solid 1px #006DBA;
    }

#idAddToCart {
    display: none !important;
}

.CartProducts > div {
    margin: 0 0 21px;
    clear: both;
}

#idMPlaceholder > ul, #idTLPlaceholder > ul, #idTLPlaceholder > div {
   /* padding: 0 0 0 30px;*/
}

#idCartKampanja {
    margin: 21px 0;
    clear: both;
    padding: 0 0 14px;
    /*  border-bottom: solid 1px #ddd;*/
}

#idItellaOpt {
    margin-top: 8px;
}

#idTLPlaceholder #idRegZipCode {
    clear: both;
    display: block;
}

#idToimitustavat {
    clear: both;
    /*margin: 14px 0 0; Commented 23.3, causing additional margins to the left */
}

    #idToimitustavat > a {
        display: inline-block;
        margin: 0 0 0 14px;
        padding: 3px 0 3px 40px;
        background: url('//images.salattu.fi/sportia/images/toimitustapa_ikoni.png') no-repeat left center;
    }

    #idToimitustavat #idDeliveries {
        display: inline-block;
    }

/* -----------------------------------------------------------------------------------------------------------------
Tuotesivu
----------------------------------------------------------------------------------------------------------------- */

#ProdPageWrap #ShopProdImagesNew .zoom_gallery {
    padding: 0;
    border: 0;
    background: #fff;
}

#ProdPageWrap .ProdPage.badge.new {
    right: -2px;
}

#ProdPageVAT {
    clear: both;
}



/* -------------------------- Colorbox Orange Border ----------------------------- */

/* Outer radius */
#colorbox {
    border-radius: 15px;
}

/* Inner radius */
#cboxWrapper #cboxContent {
    border-radius: 5px;
}

/* Horizontal thickness */
#cboxWrapper #cboxTopLeft,
#cboxWrapper #cboxTopRight,
#cboxWrapper #cboxBottomLeft,
#cboxWrapper #cboxBottomRight,
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight {
    width: 15px;
}

/* Vertical thickness */
#cboxWrapper #cboxTopLeft,
#cboxWrapper #cboxTopRight,
#cboxWrapper #cboxBottomLeft,
#cboxWrapper #cboxBottomRight,
#cboxWrapper #cboxBottomCenter,
#cboxWrapper #cboxTopCenter {
    height: 15px;
}

/* Border color */
#colorbox,
#cboxWrapper #cboxTopLeft,
#cboxWrapper #cboxTopRight,
#cboxWrapper #cboxBottomLeft,
#cboxWrapper #cboxBottomRight,
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight,
#cboxWrapper #cboxBottomCenter,
#cboxWrapper #cboxTopCenter {
    background: #adc85a;
}

#AddThisWrap {
    clear: both;
    margin: -7px 0 11px 16px;
}

#cboxTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.backTop {
    display: none;
    position: fixed;
    right: 0;
    background: #adc85a;
    color: #FFF;
    bottom: 0;
    outline: none;
    width: 200px;
    line-height: 40px;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    z-index:100000
}

    .backTop:hover {
        color: #FFF;
    }

/* --------------------------------------------------------------------------------------------
                                                Ostoskori
-----------------------------------------------------------------------------------------------*/

/* Default hidden classes, will be shown with js */
.shoppingCartWrapper, .shoppingCartListWrapper ul.shoppingCartList, .shoppingCartRightArrow, .shoppingCartLeftArrow, .shoppingCartPagination {
    display: none;
}

/*#shopcart {
    margin: 0 14px 0 0;
    float:left;
}
#OstoskoriNew {
    width: 190px;
    padding: 10px 0 0 52px;    
    height: 30px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    background: url('//images.salattu.fi/elainkeskus/images/2013/cart.png') 16px center no-repeat;
}
a #OstoskoriNew {
    font-weight: 400;
}*/

/*.shoppingCart {
    background: url(//images.salattu.fi/elainkeskus/images/2013/cart.png) 14% center no-repeat;
    padding: 0px 0 0 28%;
}*/
.shoppingCart:before {
    content: '\e603';
    cursor: pointer;
}
.link.web.cart {
    font-family: "dns-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /* width: 1em; */
    /* margin-right: .2em; */
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* margin-left: .2em; */
    padding: 2px 0px 0 0;
    float: right;
    color: #000;
    font-size: 24px;
}
.phone-up-show.header.header-desktop.navication-row {
    background: #83C914;
    height: 90px;
}
.phone-up-show.header.header-desktop.main-nav-row li {
    display: inline-block;
    width: 150px;
}
.phone-up-show.header.header-desktop.main-nav-row li a {
    color: #FFF;
    font-size: 25px;
}
ul#listMenu1 {
    position: relative;
    top: 20px;
}
.search-elem .idFrmPikaHaku::after {
    font-family: "dns-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\e849';
    /* float: left; */
    font-size: 1.875em;
    color: #000;
    position: absolute;
    right: 0;
    top: -2px;
}
.searchPreview:before{
    left: 88% !important;
}
.searchPreview{
    top: 94px !important;
}
div#second {
    height: 700px;
}


.headerBox.text-center {
    position: relative;
    top: 28%;
    /* background: rgba(131, 201, 20, 0.7); */
    width: 80%;
    margin: 0 auto;
    padding: 40px;
}

div#second {
    height: 700px;
    background-position: bottom;
    background-position-y: 0;
    background-size: cover;
}
.bg-elem2{
    height: 840px;
    background-size: cover;
    background-position: center;
}
.headerBox.text-center h1 {
    font-size: 87px;
    color: #fff;
    line-height: 1em;
    text-shadow: 1px 1px #000;
}

.headerBox.text-center h3 {
    color: #fff;
    font-size: 39px;
    margin-top: 60px;
    line-height: 1em;
    text-shadow: 1px 1px #000;
}
.dnsRow.promoCont {
    margin-top: 30px;
}
.dnsRow.promoCont {
    padding-top: 60px;
    padding-bottom: 60px;
}
h2.text-center.uutuuksia.promoHeader {
    font-size: 36px;
    color: #83C914;
    margin-bottom: 35px;
}
input.form_button_send {
    /*position: absolute;
    top: -4px;
	width: 34px;
    right: 3px;
    border: none; 
    z-index: 99;*/
	background: rgba(131, 201, 20, 1);
    height: 39px;
    color: #fff;
    font: 700 20px/20px 'Source Sans Pro', arial, helvetica, sans-serif;
    margin: 7px 0 0 0;
    border: 0;
    border-radius: 5px;
}
input[name=cmdGetTuote] {
	display: none;
}
.greyBar {
    padding: 60px;
}
#printable h3 {
    color: #83C914;
    font-size: 36px;
}
div#printable p {
    font-size: 18px;
}
.linkBox h3 {
    color: #fff;
    font-size: 38px;
}
.linkBox.text-center {
    position: relative;
    top: 50%;
}

.linkBox a {
    background: rgba(131, 201, 20, 0.7);
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
}
.linkBox p {
    position: relative;
    top: 70px;
}
.footer span {
    display: block;
    font-size: 18px;
}
.footer span a {
    color: #000;
}
.footer .dnsRow{
    max-width: 1500px;
}
.footer h3{
    font-size: 28px;
    color: #000;
}
.copyright span, .footer .icon{
    display: inline;
}
.footer .icon {
    font-size: 35px;
    color: #fff;
    background: #000;
    padding: 15px;
    border-radius: 50px;
    margin-right: 20px;
}
.footer {
    padding-top: 100px;
}
hr.viiva {
    width: 60%;
}
a.fa.fa-home.web.homeicon {
    color: #000;
    font-size: 26px;
    margin: 0 5%;
}
.link.web {
    margin: 0 5%;
}
.shoppingCartTop.clearfix {
    display: none;
}

.shoppingCartTop span, .shoppingCartTop a {
    float: left;
    margin: 0 2px;
}

.shoppingCartWrapper .dnsCell {
    float: none;
}

    .shoppingCartWrapper .dnsCell + .dnsCell:last-child {
        float: none;
    }

.shoppingCartLink {
    clear: left;
}

.shoppingCartSpacer {
    display: none;
}

.shoppingCartWrapper {
    width: 710px;
    z-index: 11111;
    position: absolute;
    background: #f1f1f1;
    border-top: 4px solid #fac933;
    top: 60px;
    right:-140px;
}

.shoppingCartWrapperTop {
    background: #ddd;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
}

.small .shoppingCartWrapperTop {
    padding-top: 4px;
    padding-bottom: 4px;
}

.shoppingCartLess, .shoppingCartMore, .shoppingCartRemoveRow {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: middle;
}

.shoppingCartLess {
    background: url('//images.salattu.fi/elainkeskus/images/sCartLess.png') no-repeat;
}

.shoppingCartMore {
    background: url('//images.salattu.fi/elainkeskus/images/sCartMore.png') no-repeat;
}

.shoppingCartRemoveRow {
    background: url('//images.salattu.fi/elainkeskus/images/sCartRemove.png') no-repeat;
}

.shoppingCartAmount {
    width: 26px;
    height: 24px;
    margin: 0 5px;
    padding: 0;
    border: none;
    background: url('//images.salattu.fi/elainkeskus/images/sCartAmount.png') no-repeat;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.shoppingCartListWrapper {
    padding: 10px 30px;
}

.shoppingCartWrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.shoppingCartWrapper li {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

    .shoppingCartWrapper li:first-child {
        border: none;
    }

.shoppingCartWrapper.small li {
    padding: 0;
}

.shoppingCartWrapperBottom {
    padding: 12px 20px;
    background: #adc85a;
    background: -moz-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #adc85a), color-stop(100%, #86af3f));
    background: -webkit-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -o-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: -ms-linear-gradient(top, #adc85a 0%, #86af3f 100%);
    background: linear-gradient(to bottom, #adc85a 0%, #86af3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc85a', endColorstr='#86af3f', GradientType=0 );
}

.small .shoppingCartWrapperBottom {
    padding-top: 4px;
    padding-bottom: 4px;
}

.shoppingCartWrapperBottom span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.shoppingCartWrapperBottom .shoppingCartButton {
    display: block;
    font-size: 18px;
    color: #ddebf0;
    padding: 8px 0;
    background: #fac933;
    background: -moz-linear-gradient(top, #fac933 0%, #f6a501 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fac933), color-stop(100%, #f6a501));
    background: -webkit-linear-gradient(top, #fac933 0%, #f6a501 100%);
    background: -o-linear-gradient(top, #fac933 0%, #f6a501 100%);
    background: -ms-linear-gradient(top, #fac933 0%, #f6a501 100%);
    background: linear-gradient(to bottom, #fac933 0%, #f6a501 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac933', endColorstr='#f6a501', GradientType=0 );
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
   
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}

.shoppingCartRemove {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    background: #2aac5a;
    background: -moz-linear-gradient(top, #2aac5a 0%, #1d773e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2aac5a), color-stop(100%, #1d773e));
    background: -webkit-linear-gradient(top, #2aac5a 0%, #1d773e 100%);
    background: -o-linear-gradient(top, #2aac5a 0%, #1d773e 100%);
    background: -ms-linear-gradient(top, #2aac5a 0%, #1d773e 100%);
    background: linear-gradient(to bottom, #2aac5a 0%, #1d773e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aac5a', endColorstr='#1d773e', GradientType=0 );
    border: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 0;
}

.shoppingCartCBox {
    cursor: pointer;
}

.shoppingCartImg:hover {
    opacity: 0.5;
}

.shoppingCartRow img {
    height: 40px;
}

.shoppingCartList div {
    font-size: 14px;
}

.shoppingCartRightArrow, .shoppingCartLeftArrow {
    position: absolute;
    top: 41%;
    width: 23px;
    height: 53px;
    cursor: pointer;
}

.shoppingCartRightArrow {
    right: -23px;
    background: url('//images.salattu.fi/elainkeskus/images/sCartRightArrow.png') no-repeat;
}

.shoppingCartLeftArrow {
    left: -23px;
    background: url('//images.salattu.fi/elainkeskus/images/sCartLeftArrow.png') no-repeat;
}

.shoppingCartPaginationItem {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #727783;
    cursor: pointer;
    margin: 0 3px;
    padding: 0;
    border: none;
}

    .shoppingCartPaginationItem.active {
        background: #fac933;
        cursor: default;
    }

.shoppingCartEmpty {
    padding: 10px 30px;
    display: block;
    text-align: center;
}

.shoppingCartImageCell, .shoppingCartRemoveCell {
    width: 10%;
}

.shoppingCartEmptyCell, .shoppingCartCartCell {
    width: 25%;
}

.shoppingCartPriceWrapCell, .shoppingCartAmountCell {
    width: 40%;
}

.shoppingCartNameCell, .shoppingCartPriceCell, .shoppingCartTextCell {
    width: 50%;
}

.shoppingCartAmountCell, .shoppingCartTextCell, .shoppingCartPagination {
    text-align: center;
    padding: 10px 0;
}

.shoppingCartPriceCell, .shoppingCartCartCell, .shoppingCartRemoveCell {
    text-align: right;
}

.shoppingCartEmptyCell {
    text-align: left;
}

.shoppingCartWrapper:before {
    width: 0;
    height: 0;
    right:  22%;
    top: -22px;
    position: absolute;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 18px solid #fac933;
    font-size: 0;
    line-height: 0;
    content: "";
}

#eventCalendarHumanDate {
    width: 500px;
    height: 400px;
}
.shoppingCartLink{
    margin-right:12px !important;
}
/* -----------------------------------------------------------------------------------------------------------------
Tuotehaku + tuotesivu img tweaks
----------------------------------------------------------------------------------------------------------------- */
.Product .ProdImg {
    position: relative;
    text-align: center;
}

    .Product .ProdImg > img {
        position: relative;
        top: 50%;
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.lt-ie9 .Product .ProdImg > img {
    top: 0;
}

#ProdPageTop #ShopProdImagesNew #ShopImagesMain {
    text-align: center;
    min-width: 300px;
    border-radius: 0;
    -moz-box-shadow: 0 0 1px #999;
    -webkit-box-shadow: 0 0 1px #999;
    box-shadow: 0 0 1px #999;
}

.mobile-header-top {
    background: #99bc4d;
}

.mobile-cart-amount {
    background: #fff;
    color: red;
}

.mobile-search {
    background: #dfd8d5;
    padding: 10px 0 10px 0;
}

    .mobile-search .idFrmPikaHaku {
        background: #fff;
        width: 90%;
        margin: 0 5% 0 5%;
        border-radius: 33px 33px 33px 33px;
        -moz-border-radius: 33px 33px 33px 33px;
        -webkit-border-radius: 33px 33px 33px 33px;
        border: 0px solid #000000;
    }

        .mobile-search .idFrmPikaHaku .idProdNameFast {
            color: #8e847d !important;
            text-align: center;
        }


.mobile-header {
    background: #ffffff;
    z-index: 1000;
}


.productMenuMobile > ul > li > a {
    color: #fff;
}

.mobile-product-menu .expand {
    color: #fff;
}

.mobile-menu ul ul {
    background: #efe8e4;
    margin-bottom: 0;
}

.mobile-menu ul > li > ul > li > a {
    color: #6e6865;
}

.mobile-product-menu .has-menu.current > a::after, .mobile-product-menu .has-menu > a::after {
    display: none;
}

.mobile-menu .active > a, .mobile-menu .active.current > a {
    /*color:#6e6865;*/
}

.mobile-product-menu {
    background: #99bc4d;
    padding-top: 13px;
    padding-bottom: 10px;
}

.mobile-links .mobile-coupon, .mobile-links .mobile-coupon:hover, .mobile-links .mobile-account, .mobile-links .mobile-account:hover {
    background: transparent;
    padding-top: 13px;
    padding-bottom: 10px;
    color: #6e645e;
    text-transform: uppercase;
}

.mobile-links .button + .button {
    margin-top: 0;
    padding-bottom: 2em;
}

.mobile-social {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    background: #99bc4d;
}

    .mobile-social .link {
        color: #fff;
        font-size: 2em;
    }

.mobile-menu ul > li > ul > li > a:after {
    right: 16px;
    content: "\e81c";
    position: absolute;
    font-family: 'dns-icons';
    display: inline-block;
    top: 0;
    font-size: 18px;
    cursor: pointer;
}

.mobile-menu ul, .mobile-menu ul > li, .mobile-menu li > a {
    width: auto;
    max-width: 100%;
}

.mobile-links .button.one-half {
    width: 50%;
    padding: 0;
    padding-bottom: 1em;
}

.whiteBG{
    background: #fff;
    height: 135px;
    padding-top: 40px;
}
.fullWidth{
    max-width: none;
}
.bg-elem-subpage {
    height: 520px;
    background-position: center;
    /* background-position-y: 1130px; */
    background-size: cover;
}   
.sisaltoBox {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 40%;
}
.sisaltoBox h3 {
color: #fff;
    font-size: 38px;
}
ul#sisaltoNosto_2 li img {
    width: 125px !important;
}
a#ProdPageBuy {
    background: #83C914 !important;
    color: #fff;
    border-radius: 4px;
}
.dnsRow.tuotemerkit {
    margin-top: 80px;
}

.footer.padding-row {
    background: #F4F4F4;
    border: 1px solid #707070;
}
.dnsRow .dnsRow{
    margin-right: 0;
}
.bg-elem-subpage .page-area.edit-dnadm {
    position: relative;
    top: 40%;
}
.shoppingCartWrapper.gridTable.gridNoSpacing.large.hover {
    font-family: 'Source Sans Pro' !important;
}
.shoppingCartRow {
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
}
a.dnsCell.shoppingCartNameCell {
    color: #000 !important;
    font-size: 20px !important;
}
.paymetsCont img {
    width: 125px;
}
.shoppingCartWrapper.gridTable.gridNoSpacing.small.hover {
    font-family: 'Source Sans Pro';
}
.web-login {
    position: relative;
    top: 10px;
}
.web-login a {
    display: block;
    margin-top: 10px;
}
div#right_sisalto #Printable {
    margin-top: 60px;
}
ul#xmlV00chlds li ul {
    position: absolute;
    width: 70%;
    /* margin: 0 auto; */
    left: 0;
    background: #fff;
    display: none;
    left: 15%;
    z-index: 99;
    background: #fff;
}
.searchPreview .spTitle{
    background-color: #f3eeeb !important;
    color: #000 !important;
}
.searchPreview:before{
    border-bottom: 18px solid #f3eeeb !important;
}
button.owlNappula {
    height: 35px;
    position: absolute;
    bottom: 10%;
    background: #83C914;
    left: 20%;
    border-radius: 4px;
    border: 0;
    width: 60%;
    text-align: center;
    color: #fff;
}
.iconLoading {
    display: none !important;
}
.loading{
    height: 150px !important;
}

@media screen and (max-width: 1190px) {
    div#second{
        background-position-y: 700px;
        background-size: cover;
    }
    .searchPreview:before {
        left: 73% !important;
    }
}
@media screen and (max-width: 1069px) {
    h3 {
        line-height: 35px;
    }
}

/* -----------------------------------------------------------------------------------------------------------------
Mobile styles
----------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    #contentArea9 {
        display: none;
    }

    #contentArea2 {
        text-align: center;
    }

    #bxfiilis {
        margin: 0;
    }

    #contentArea1 {
        /*margin-top: 0;*/
        font-size: 9px;
    }

        #contentArea1 h2 {
            font-size: 19px;
        }

    #idProdNameFast {
        color: #fff;
    }



    .tRNostoOwl1 .TuoteKuva {
        float: inherit;
        width: inherit;
    }

    .tRNostoOwl1 .owl-carousel .owl-item .TuoteKuva img {
        max-height: 200px;

    }

    .tRNostoOwl1 .owl-item .TuoteNimi {
        float: inherit;
        width: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .tRNostoOwl1 .owl-item .TuoteHinta {
        font-size: inherit;
        margin-top: inherit;
        position: inherit;
        bottom: inherit;
        right: inherit;
    }
    .mobile-text-center .dnsCell {
        margin-bottom: 30px;
    }
    input.form_input.idProdNameFast {
        top: 0px;
    }
    .search-elem .idFrmPikaHaku::after{
        right: 9px;
        top: 6px;
    }
    .mobile-header .mobile-search > form > .form_button_send{
        background: none !important;
    }
    .formLogin .linkki{
        position: relative;
        top: 0;
    }
    .kirjaudu_nappi{
        position: relative;
        top: 0;
    }
    .kirjaudu_kentta{
        border: 1px solid;
    }
    input.form_input.idProdNameFast{
        padding-right: 0 !important;
    }
    table.kirjaudu{
        margin: 0 auto;
    }
    .web-login a {
        display: block;
    }
    .icon-lock{
    position: relative;   
    right: 5px;
    }
    span.icon.icon-lock.loggedIn {
        bottom: 20px;
    }
    .content-width {
        padding: 0 10px;
    }
}


@media screen and (max-width: 1024px) {
    #level1Menu a {
        font-size: 18px;
    }

    #level2Menu a {
        font-size: 16px;
    }

    #contentArea9 {
        top: 15px;
    }
}
@media screen and (max-width: 900px) {
    .shoppingCartWrapper:before{
        right: 30%;
    }
    .shoppingCartWrapper{
        right: -210px;
    }
}
@media screen and (max-width: 698px) {
    h1 {
        line-height: 80px;
    }
    div#ProdPageImgWrap{
        margin: 0 auto;
    float: none;
    }
    div#ProdPageTopContentWrap {
        float: none;
        margin: 0 auto;
    }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-item {
    height: 350px;
}
.owl-item li {
    height: 100%;
}
@media only screen and (max-width: 520px) {
    input.web-form-login-submit.kirjaudu_nappi.SubmitButton {
        position: absolute;
        top: 90%;
    }
    a.linkki.dnsCBAjax.send-login-msg.cboxElement {
        position: absolute;
        top: 92%;
    }
    form.formLogin {
        height: 100px;
    }
}
@media only screen and (max-width: 500px) {
    .tRNostoFront .owl-stage {
        width: 100% !important;
    }
    .tRNostoFront .owl-item.active {
        width: 50% !important;
    }
    .owl-carousel .owl-item img{
        width: unset;
    }
  }
  ul#nostoContainer_1, ul#nostoContainer_2{
      padding: 0;
      height: 100%;
  }
  @media only screen and (max-width: 475px) {
    .owl-item .TuoteHinta{
        left: 42%;
    }
  }

@media only screen and (max-width: 430px) {
    h1{
        font-size: 67px !important;
    }
    h3{
        font-size: 25px !important;
    }
    .prodHeader{
        font-size: 47px !important;
    }
}ul#listMenu1 li a {
    text-transform: uppercase;
}span.prodBuy, .prodBuyInfo {
    background: #83C914 !important;
}
div#promo-1, #promo-2 {
    height: 450px;
}
.owl-stage-outer {
    height: 100%;
}