/*====================================== reset.css is here ========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

abbr,
acronym {
    border: 0;
}

strong {
	font-weight: 500;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: none !important;
}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*----------------------------------------------------------------------------------*/

body {
    color: #b1b1b1;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    word-break: break-word;
}

.flt_lt {
    float: left;
}

.flt_rt {
    float: right;
}

@media (min-width: 600px) {
	.mobile-only {
		display: none !important;
	}
}
@media (max-width: 599px) {
	.desktop-only {
		display: none !important;
	}
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
    margin: 0 auto;
}

.container {
    width: 1179px;
    margin: 0 auto;
}

.bx-controls {
    width: 1179px;
    margin: 0 auto;
    position: relative;
}

.bx-wrapper .bx-viewport {
    left: 0;
}

.template-etusivu .container,
.topNav_in > ul > li > .sub_menu {
    width: 1253px;
    margin: 0 auto;
}


/* ----------------------------------------------------------------
	Searchbar
-----------------------------------------------------------------*/

#search::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.6;
}
#search:-moz-placeholder {
   color: #ffffff;
   opacity: 0.6;
}
#search::-moz-placeholder {
   color: #ffffff;
   opacity: 0.6;
}
#search:-ms-input-placeholder {
   color: #ffffff;
   opacity: 0.6;
}
#search::-ms-input-placeholder {
   color: #ffffff;
   opacity: 0.6;
}
#search::placeholder {
   color: #ffffff;
   opacity: 0.6;
}

#search-form {
    transition: top .2s ease-in;
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
    background: #0062AC;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 22px -8px #000;
    height: 95px;
    margin: 40px 0 0 0;
}

.is-sticky #search-form {
    top: 72px;
}

#search-form .container {
    display: block;
}

.searchform {
    font-family: 'Fira Sans', sans-serif;
    display: block;
    width: 100%;
    height: 95px;
    padding: 8px 55px;
    font-size: 35px;
    outline: none;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff !important;
    background-color: #0062AC;
    background-image: none;
    border: 1px solid #0062AC;
    transition: border-color ease-in-out .15s;
}

.autocomplete-suggestions {
    background: white;
    padding: 1em;
    overflow-y: auto;
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}

.autocomplete-suggestion {
    cursor: pointer;
    margin-bottom: 0.7em;
}

.autocomplete-suggestion strong {
    font-weight: normal;
    color: #0062AC;
}


/*----------------------------------------------------*/
/* ------------------------ HEADER HERE --------------*/


.header .container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    transition: height .2s ease-in;
}

.header {
    margin: 0;
    padding: 14px 0 14px 0;
    background: #ffffff;
    width: 100%;
}

.logo img {
    display: block;
    padding: 0;
    margin: 17px 0 0;
    transition: all .2s ease-in;
}

.header .empty {
    margin-left: -60px;
    flex: 1 1 33%;
}

.header_rt {
    float: right;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    padding: 34px 0 0 0;
    margin: 0 -60px 0 0;
    flex: 1 1 33%;
    transition: padding .2s ease-in;
}

.header_rt_lft {
    display: block;
    padding: 0;
    margin: 0;
}

.header_rt_lft+.header_rt_lft {
    margin-left: 70px;
}

.header_rt_lft h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 7px 0;
    margin: 0;
    color: #006699;
    font-weight: bold;
}

.header_rt_lft div.pcontainer,
.header_rt_lft p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    margin: 0;
    color: #006699;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.header_rt_lft a {
    color: #006699;
}

@media (min-width: 921px) {
    /* Smaller header on sticky */
    .is-sticky .header .container {
        height: 40px;
    }
    .is-sticky .logo img {
        margin-top: 0;
        height: 40px;
    }
    .is-sticky .header_rt {
        padding-top: 10px;
    }
}

/* ------------------------ NAV HERE --------------*/

.sticky-wrapper.is-sticky .stickywrapper {
    z-index: 9998 !important;
}

a.homepagehouse {
    width: 35px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 14px 0 59px;
    box-sizing: content-box;
    background-image: url(/site/templates/images-sallila/home.svg);
    background-size: contain;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}

a.homepagehouse:hover {
    background-image: url(/site/templates/images-sallila/home_active.svg);
}



/* ----------------------------TOP NAV -----------*/
.topNav {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    border-top: 2px solid #f4f7f6;
    border-bottom: 2px solid #f4f7f6;
    height: 45px;
}

.topNav_in {
    padding: 0;
    margin: 0;
    
}

.topNav_in ul {
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    gap: 1.2em;
    width: 100%;
    flex-wrap: wrap;
}

.topNav_in ul li {
    padding: 0 14px;
    margin: 0;
    display: block;
}

.topNav_in ul li button.linkspan.linkspan {
	background: none;
	border-width: 0;
    font-weight: 500;
	cursor: pointer;
}

.topNav_in ul li button.linkspan,
.topNav_in ul li span.linkspan,
.topNav_in ul li a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 40px;
    padding-top: 2px;
    margin: 0;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
}

.topNav_in ul li span.linkspan {
    cursor: default;
}

.topNav_in > ul > li > button.linkspan
.topNav_in > ul > li > span.linkspan,
.topNav_in > ul > li > a {
    font-weight: 500;
}

a.homepagehouse:after,
.topNav_in ul li button.linkspan:after,
.topNav_in ul li span.linkspan:after,
.topNav_in ul li a:not(.Nuolilinkki):after {
    content: '';
    position: absolute;
    bottom: 0px;
    border-bottom: 4px solid #0062AC;
    width: 100%;
    display: none;
    z-index: 10001;
}

a.homepagehouse:hover:after,
.topNav_in ul li.touchHover a:after,
.topNav_in ul li:hover a:after,
.topNav_in ul li.touchHover button.linkspan:after,
.topNav_in ul li.touchHover span.linkspan:after,
.topNav_in ul li:hover button.linkspan:after,
.topNav_in ul li:hover span.linkspan:after {
    display: block;
}

.topNav_in ul li.touchHover>a,
.topNav_in ul li:hover>a,
.topNav_in ul li.touchHover>button.linkspan,
.topNav_in ul li:hover>button.linkspan,
.topNav_in ul li.current>button.linkspan,
.topNav_in ul li.touchHover>span.linkspan,
.topNav_in ul li:hover>span.linkspan,
.topNav_in ul li.current>span.linkspan,
.topNav_in ul li.current>a {
    color: #0062ac;
    z-index: 9500;
    position: relative;
    font-weight: 500;
}
.topNav_in ul li .sub_menu a:after{
    border-bottom: 0px;
}

.topNav_in .sub_menu {
    display: none;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    z-index: 8000;
    vertical-align: middle;
    background: #f4f7f6;
    left: 0;
    right: 0;
    /*box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.3);*/
}
.topNav_in .sub_menu .sub_menu {
    display: block;
    position: relative;
    width: auto;
    font-size: 0.8em;
}
.topNav_in ul li > .sub_menu a {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    margin: 0;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
}

.topNav_in img.menu-arrow {
    width: 0.8em;
    height: 0.8em;
    transform: rotate(-90deg);
    margin-left: 1em;
}


/* ------------Lower NAV -----------*/

.sub_menu > ul {
    width: 100%;
    padding: 1em 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    gap: 0;
    padding-left: 2em;
}

.sub_menu > ul > li {
    display: inline-block;
    flex: 0 0 calc(25% - 1em);
    margin: 0.5em 0;
    padding: 0 1.6em;
    font-family: 'Fira Sans', 'sans-serif';
    font-weight: 400;
    font-size: 16px;
}

.sub_menu .nav_in ul li {
    padding: 0 28px;
    margin: 0;
    display: block;
}

.sub_menu .sub_menu > ul {
    flex-flow: column nowrap;
    padding: 0;
}
.sub_menu .sub_menu > ul > li {
    padding-left: 0;
    margin: 0;
    width: 100%;
}
.sub_menu .sub_menu > ul > li > a {
    font-size: 16px;
    font-weight: 400;
}


a.homepagehouse:after,
.sub_menu .nav_in ul li span.linkspan:after,
.sub_menu .nav_in ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: 4px solid #0062AC;
    width: 100%;
    display: none;
    z-index: 999;
}

.sub_menu .nav_in ul li .sub_menu {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 22px -8px #000;
}

.nav>.container {
    position: static;
}

.sub_menu .nav_in {
    padding: 0;
    margin: 0;
    
}

.sub_menu > .arrowlinks {
    position: absolute;
    right: 0;
    top: 5px;
    width: 34%;
}
.sub_menu > .arrowlinks > li > a.Nuolilinkki {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.sub_menu > .arrowlinks > li > a.Nuolilinkki::after {
    display: inline-block !important;
    margin-top: -2px;
}

.sign {
    display: inline-block;
}

.sign a,
.sign button {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 18px;
    padding: 9px 10px;
    margin: 0 5px 0 0;
    color: #0062AC;
    font-weight: 500;
    display: flex;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    align-items: center;
}
.sign:last-child a,
.sign:last-child button {
    padding-right: 0;
    margin-right: 0;
}
.sign button {
    background-color: transparent;
    border: none;
}
.sign img {
    margin-top: -3px;
    margin-right: 7px;
}

.sign.smallmargin a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.hairioilmoitus {
    background: #ea0000;
    color: white;
    padding: 0.8em 0;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    text-align: center;
}

.hairioilmoitus a {
    color: white;
    text-decoration: underline;
}

/* ------------------------ BANNER HERE --------------*/

.banner {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.banner ul {
    display: block;
    padding: 0;
    margin: 0;
}

.banner ul li {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 420px;
}

.banner ul li img {
    display: block;
    padding: 0;
    margin: 0;
}

.banner_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.banner_in .container {
    height: 100%;
}

.inner-banner .gradient,
.banner_in .gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner_in_con {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}

.banner_lft {
    /* display: table-cell;
    vertical-align: middle;  */
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.banner_lft_con {
    max-width: 950px;
    padding: 90px 47px 48px 47px;
    margin: 0;
    display: inline-block;
}

.banner_lft_con h1 {
    font-family: 'Raleway', 'sans-serif';
    font-size: 60px;
    line-height: 1em;
    padding: 0 0 31px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.banner_lft_con div.pcontainer {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 22px;
    padding: 0 0 38px 0;
    margin: 0;
    color: #FfffFf;
    font-weight: 400;
}

.buttoncontainer {
    text-align: center;
}

.banner_lft_con a {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 16px;
    padding: 8px 37px 8px 41px;
    margin: 0;
    background-color: #0062AC;
    color: #ffffff;
    font-weight: 700;
    border-radius: 20px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.banner_lft_con a:hover {
    background: #0062AC;
    color: #fff;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    margin: 0 4px;
    border-radius: 100%;
}

.banner .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 70px;
    right: 0;
    display: inline-block;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

/* ------------------------ MAINCONTENT HERE --------------*/

.maincontent {
    margin: 0;
    padding: 0;
}

.categories {
    margin: 0;
    padding: 0;
}

.products {
    padding: 48px 0 62px 0;
    margin: 0;
}

.products_lft {
    float: left;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 50%;
    background: url(/site/templates/images-sallila/etu_tuotteet.jpg);
    height: 600px;
    background-size: cover;
}

.products_lft_con {
    position: absolute;
    bottom: 40px;
    right: 55px;
}

.products_lft_con h3 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 52px;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.products_rt {
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
}

.products_rt_top {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    background: url(/site/templates/images-sallila/community_img.jpg);
    background-size: cover;
    height: 300px;
}

.products_rt_top img {
    display: block;
}

.products_rt_con {
    position: absolute;
    bottom: 32px;
    left: 40px;
}

.products_rt_con h3 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 46px;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.products_rt_btm {
    margin: 0;
    padding: 0;
}

.products_rt_btm ul {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin: 0;
}

.products_rt_btm ul a {
    display: block;
    height: 300px;
    padding-top: 40px;
}

.products_rt_btm ul li {
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    background: #0062ac;
    width: 50%;
}

.products_rt_btm ul li img {
    display: block;
    margin: 0 auto;
}

.products_rt_btm ul li h4 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 36px;
    line-height: 1.1em;
    padding: 30px 0 0 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.products_rt_btm ul li.chat {
    background: #0062AC;
}

.news {
    margin: 0;
    padding: 60px 0 32px 0;
}

.news_lft {
    padding: 0;
    margin: 0;
}

.news_lft h2 {
    letter-spacing: 0.8px;
    text-align: center;
}

/* Facebook -icon */

.news .news_lft ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
    border-right: none;
    list-style: none;
}

.news .news_lft ul li {
    flex: 0 0 31%;
    padding: 0;
    margin-bottom: 2em;
    background: #fff;
    position: relative;
}

.news_lft ul li > a {
    display: block;
}

.news_lft ul li img {
    max-width: 100%;
    max-height: 100%;
}

.readmore {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.news_lft ul li span {
    float: right;
    text-align: right;
} 
.news_lft ul li .readmore img {
    display: block;
}

.news_lft ul li .news_lft_in {
    margin: 0;
    padding: 44px 44px 44px 44px;
}

.news_lft_in a img {
    float: right;
    margin: 15px 0 0 0;
}

.date,
.news_lft_in h4 {
    font-family: 'Raleway', 'sans-serif';
    font-size: 26px;
    line-height: 1.3em;
    margin: 0;
    color: #4FC88B;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
}

.news_lft_in h2 {
	text-align: left;
}

.news_lft_in .content {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 25px 0;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.5px;
    max-height: 48px;
    display: block;
    overflow: hidden;
}

.news_lft_in .plus {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.news_lft_in .plus img {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.news_lft_in .dotdotdot {
    height: 400px;
}
.hasimage .news_lft_in .dotdotdot {
    height: 180px;
}

.news_lft_in p {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #717171;
    font-weight: 400;
    display: block;
}

.map_sec {
    margin: 0;
    padding: 68px 0 61px 0;
    background: #F4F7F6;
}

.map_sec h2 {
    font-family: 'Raleway', 'sans-serif';
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 30px 0;
    margin: 0;
    color: #0062ac;
    font-weight: bold;
    letter-spacing: 0.8px;
    float: left;
}

.livecol {
    width: 448px;
    margin-right: 24px;
    float: left;
}

.mapcol {
    width: calc(100% - 472px);
    float: left;
}

.livecol .btn,
.mapcol .btn {
    margin-top: 10px;
}

.Inputfield input.btn,
.btn {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 18px;
    padding: 9px 32px 9px 35px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: #0062AC;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.btn:hover {
    background: #FFC107;
}

.btn.btn-secondary {
    color: #0062AC;
    border: solid 2px #0062AC;
    background:white;
}
.btn.btn-secondary:hover {
    background: rgb(221, 221, 221);
}

#googlemaps {
    padding: 0;
    margin: 40px 0;
    height: 434px;
}

.gm-style {
    color: #333;
}

/* ------------------------ FOOTER HERE --------------*/
.footer-section {
    padding: 0;
    background: #FFFFFF;
}
.footer-section.low {
    border-top: solid 1px #DBDBDB;
}

.help-section {
    padding: 30px 0 16px 0;
    background: #FFFFFF;
}

.help-section p {
    padding: 16px 0 13px 74px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    background: url(/site/templates/images-sallila/hairioilmoitus.svg) no-repeat left center;
    float: right;
}

.help-section a {
    color: #b1b1b1;
    display: inline-block;
}

.help-section .buttoncontainer {
    float: right;
}

.help-section .buttoncontainer a {
    padding: 0 30px;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: block;
    background: #0062AC;
    border-radius: 100px;
    margin: 5px 0 0 0;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.help-section .buttoncontainer a:hover {
    background: #FFC107;
}

.help-section span.subtext {
    display: block;
    font-size: 14px;
}

.footer {
    padding: 5px 0 15px 0;
    width: 100%;
    display: flex;

}

.low .footer {
    padding: 0 0 5px 0;
}

.footer h5 {
    padding: 5px 0 16px 0;
    margin: 0 0 0 0;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 18px;
    color: #41414A;
    text-align: center;
    font-weight: normal;
}

.low .footer h5 {
    padding-bottom: 5px;
}

.footer-links {
    padding: 10px 0 0 0;
    margin: 27px 0 0 0;
    display: flex;
    justify-content: start;
}

.footer-links img {
    margin-right: 20px;
}

.footer-info {
    display: block;
    float: right;
    padding: 0;
    margin: 0 0 0 0;
    text-align: right;
    flex: 1 1 33%;
}

.footer-addr {
    padding: 0;
    margin: 30px 30px 0 0;
    display: inline-block;
}

.low .footer-addr {
    margin-top: 7px;
}

.footer-addr:nth-child(3n) {
    margin-right: 0;
}

.footer-addr p,
.footer-addr div.pcontainer {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 14px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: normal;
}

.footer-addr a {
    color: #fff;
}

.footer-addr img {
    top: 4px;
    position: relative;
    margin-right: 5px;
}

.copy {
    display: inline-block;
    font-family: 'Fira Sans', 'sans-serif';
    text-align: right;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #41414A;
    font-weight: 200;
    font-style: normal;
    padding: 15px 0 0 0;
}

.copy a {
    color: #41414A;
}

.low .copy {
    width: auto;
    text-align: left;
    float: left;
    padding-top: 11px;
}

/* ------------------------ INNER1 HERE --------------*/
.inner-main {
    font-family: 'Fira Sans', 'sans-serif';
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
    font-weight: 300;
}

.inner-main h1 {
    font-family: 'Raleway', 'sans-serif';
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.inner-main .lohko-sisalto h1 {
    color: #41414A;
    font-size: 38px;
    text-align: left;
    margin-bottom: 0.8em;
}

.inner-main h2 {
    font-family: 'Raleway', 'sans-serif';
    font-size: 38px;
    line-height: 1.2em;
    color: #41414A;
    font-weight: 700;
    margin: 0 0 1.1em 0;
}
.inner-main h2 a {
    color: #41414A;
}

.inner-main .lohko-sisalto p em {
    font-size: 13px;
    line-height:10px;
}

.inner-main .lohko-sisalto h2 {
    margin: 0.8em 0 0.5em 0;
	font-size: 30px;
}

.inner-main h3 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 40px 0 19px 0;
}

.news_lft_in h3 {
    margin: 0 0 20px 0;
}

table.responsivetable-2col {
    width: 100%;
}
table.responsivetable-2col td {
    padding-bottom: 0.5em;
    vertical-align: top;
}
table.responsivetable-2col td:first-child {
    width: 70%;
}

.inner-main h5 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    color: #FF5346;
    padding: 0 0 15px 0;

}

.inner-main p {
    margin-bottom: 1em;
}

.inner-main ul,
.inner-main ol {
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style: outside disc;
}

.inner-main ul li,
.inner-main ol li {
    position: relative;
    left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
}

.inner-main a {
    color: #0062AC;
}

.nolinkcolor a {
    color: #333;
}

.inner-main img {
    max-width: 100%;
    height: auto;
}

.cols-2 .col {
    width: 50%;
    float: left;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.content-taustavari-vaaleansininen {
    background-color: #E9F8FF !important;
}
.content-taustavari-vaaleankeltainen {
    background-color: #FFFFD5 !important;
}
.content-taustavari-valkoinen {
    background-color: #FFFFFF !important;
}
.content-taustavari-harmaa {
    background-color: #F4F7F6 !important;
}

/* .main-content>div:nth-child(2n) {
    background: #F4F7F6;
} */

.inner-banner {
    padding: 0;
    position: relative;
    height: 393px;
    background-position: center center;
    background-size: cover;
}

.inner-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.inner-ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.banner-content h1 {
    padding: 0 0 31px 0;
    text-align: center;
}

.banner-content div.pcontainer {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 22px;
    padding: 0 0 38px 0;
    margin: 0;
    color: #FfffFf;
    font-weight: 400;
    text-align: center;
}

.ban-table {
    width: 100%;
    height: 100%;
    display: table;
}

.ban-middle {
    display: table-cell;
    vertical-align: middle;
}

a.moreinfo {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url('/site/templates/images-sallila/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mm-opened .video-background {position: absolute;}
.videoa_content{display:block;position:relative;height: 100%; min-height: 520px; overflow: hidden;}
.videoa_middle{display:block;width:100%;height: 100%; position: absolute;}
.videoa_content p {font-family: sans-serif;font-weight:700;font-size:32px;line-height:42px;color:#fff;text-align:center;width: 60%; margin: 1em auto; text-align: center;}
.videoa_content p img {display: inline-block;}
.video_tab{display:table;width:100%; height: 100%;min-height: 520px;}
.video_cell{display:table-cell;width:100%;height: 100%;vertical-align: middle;}
.parallax-window { min-height: 520px; background: transparent;}
.video-background {min-width: 100%;min-height: 100%; width: auto; height: auto; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);z-index: -5;}
.playbutton {display:block;}

img.playbackButton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Hoverit 15% kirkkaampia kuin oletus */
/* Tumma oranssi hover #ffa099 */

.content-vari-1 a.Painike {
    background: #ff5346;
    border-color: #ff5346 !important;
}

.content-vari-1 a.Painike:hover {
    background: transparent;
    color: #ff5346;
}

.content-vari-1 a.Nuolilinkki:after {
    background-image: url('/site/templates/images-sallila/arrow_blue.svg');
}
.content-vari-1 a.moreinfo {
    background-image: url('/site/templates/images-sallila/arrow_blue.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.content-vari-1 .subheader,
.content-vari-1 h5.moreinfo {
    color: #ff5346;
}

/* oranssi hover #ffd24d */
.content-vari-2 a.Painike {
    background: #0062AC;
    border-color: #0062AC !important;
}

.content-vari-2 a.Painike:hover {
    background: transparent;
    color: #0062AC;
}

.content-vari-2 a.Nuolilinkki:after {
    background-image: url('/site/templates/images-sallila/arrow_blue.svg');
}
.content-vari-2 a.moreinfo {
    background-image: url('/site/templates/images-sallila/arrow_blue.svg');
}

.content-vari-2 .subheader,
.content-vari-2 h5.moreinfo {
    color: #0062AC;
}

/* vihrea hover #8bdab3 */
.content-vari-6 a.Painike {
    background: #4fc88b;
    border-color: #4fc88b !important;
}

.content-vari-6 a.Painike:hover {
    background: transparent;
    color: #4fc88b;
}

.content-vari-6 a.Nuolilinkki:after {
    background-image: url('/site/templates/images-sallila/arrow_green.svg');
}
.content-vari-6 a.moreinfo {
    background-image: url('/site/templates/images-sallila/arrow_green.svg');
}

.content-vari-6 .subheader,
.content-vari-6 h5.moreinfo {
    color: #4FC88B;
}

/* vaaleansininen hover #bfe9f3 */ 
.content-vari-4 a.Painike {
    background: #84d5e8;
    border-color: #84d5e8 !important;
}

.content-vari-4 a.Painike:hover {
    background: transparent;
    color: #84d5e8;
}

.content-vari-1 a.Nuolilinkki:after {
    background-image: url('/site/templates/images-sallila/arrow_lightblue.svg');
}
.content-vari-4 a.moreinfo {
    background-image: url('/site/templates/images-sallila/arrow_lightblue.svg');
}

.content-vari-4 .subheader,
.content-vari-4 h5.moreinfo {
    color: #84d5e8;
}

/* Tumman sininen hover #0091ff */
.content-vari-5 a.Painike {
    background: #0062AC;
    border-color: #0062AC !important;
}
.content-vari-5 a.Painike:hover {
    background: transparent;
    color: #0062AC;
}
.content-vari-5 a.Nuolilinkki:after {
    background-image: url('/site/templates/images-sallila/arrow_blue.svg');
}
.content-vari-5 a.moreinfo {
    background-image: url('/site/templates/images-sallila/arrow_blue.svg');
}
.content-vari-5 .subheader,
.content-vari-5 h5.moreinfo {
    color: #0062AC;
}

/* vari end */

.Painike.solidbg:hover {
    background: white !important;
}

.content-position-oikealla,
.content-position-vasemmalla,
.content-position-keskellä {
    position: relative;
}
.content-position-keskellä .content {
    margin: 0 auto;
    text-align: center;
}

.inner-main .lohko-sisalto.content-position-keskellä h1 {
    text-align: center;
}

.content-position-vasemmalla .content {
    order: 1;
}
.content-position-vasemmalla .mobile-figure {
    order: 2;
}

.info-section.content-position-oikealla .content {
    margin-left: 55%;
    width: auto;
}

.info-section.content-position-oikealla .info-figure {
    right: auto;
    left: 0;
}

.ei_kuvaa .content {
    padding: 76px 0 76px 0;
    width: 74%;
}

.content-position-oikealla.ei_kuvaa .content {
    float: right;
}

.content-kuvankoko-3.mobile-section > .container {
    display: block;
}

.content-kuvankoko-3.content-position-oikealla .mobile-figure {
    float: right;
    margin: 0 0 0.5em 2em;

}
.content-kuvankoko-3.content-position-vasemmalla .mobile-figure {
    float: left;
    margin: 0 2em 0.5em 0;
}
.content-kuvankoko-3.content-position-keskellä .mobile-figure {
    margin: 0 auto 2em auto;
}
.content-kuvankoko-3.mobile-section .content {
    width: auto;
}

.ei_kuvaa .content h3 {
    font-family: 'Raleway', 'sans-serif';
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #333333;
    font-weight: bold;
    margin: 2em 0 1em 0;
}

.ei_kuvaa .content h3:first-child {
    margin-top: 0;
}

.info-section {
    padding: 0;
    position: relative;
}

.info-section>.container {
    position: static;
}

.info-figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/site/templates/images-sallila/girl-img1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.info-section .content {
    padding: 76px 0 65px 0;
    width: 45%;
    z-index: 1;
    position: relative;
}

.ingress-container p,
p.ingress {
    padding: 0;
    font-size: 22px;
    line-height: 1.44em;
}

span.nosto {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin: 0.1em 0 0.4em 0;
}

a.Nuolilinkki {
    font-weight: 400;
    color: #333;
}
a.Nuolilinkki:after {
    content: "";
    display: inline-block;
    background: url('/site/templates/images-sallila/arrow_blue.svg');
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

a.Painike {
    padding: 0.4em 1.8em;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 1.1em;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background: #0062AC;
    border: solid 0.2em #0062AC;
    border-radius: 100px;
    margin: 15px 0 0 0;
    transition: all ease-in-out 0.3s;
}

a.Painike:hover {
    background: white;
    color: #0062AC;
}

@media (min-width: 430px) {
	a.Painike + a.Painike {
		margin-left: 1em;
	}
}
@media (min-width: 600px) {
	a.Painike + a.Painike {
		margin-left: 4em;
	}
}

/*.info-section .content:after{position:absolute;top:0;right: -11.5%;width: 200em;height:100%;z-index:-1;content:'';}*/

.gallery-section {
    padding: 50px 0;
    margin: 0;
}

.gallery-section h2 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 50px;
    font-weight: 800;
    font-size: 30px; 
    color: #41414A;
}

.gallery-section .blocksubheader {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36em;
    margin-bottom: 2em;
}

.gallery-section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -5px;
    font-size: 0;
    box-sizing: border-box;
}

.laatikot.hasimages .gallery-section ul.laatikko-cols-4 {
    margin: 0 -60px;
}

.tasaus-2,
.licontainer.tasaus-2 h2,
.licontainer.tasaus-2 .pcontainer {
    text-align: center;
}

.gallery-section ul li {
    list-style: none;
    margin-bottom: 10px;
}
.gallery-section .con {
    padding: 0 25px 40px 25px;
}
.gallery-section .con:nth-child(1) {
    padding-left: 0;
}
.gallery-section ul li .licontainer {
    padding: 0;
    margin: 0 5px;
    position: relative;
    height: 100%;
}
.gallery-section ul li .licontainer.hasimage {
    background: white;
}
.gallery-section ul li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.news_lft_in h2,
.gallery-section ul li h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0 0 0.63em 0;
    font-size: 38px;
    line-height: 1.1em;
}
.gallery-section ul li h2.koko-1 {
    font-size: 30px;
}
.gallery-section ul li h2.koko-3 {
    font-size: 26px;
}

.gallery-section ul.laatikko-cols-3 li h2,
.gallery-section ul.laatikko-cols-4 li h2 {
    font-size: 30px;
}
.news_lft_in h2,
.gallery-section ul.laatikko-cols-3 li h2.koko-1,
.gallery-section ul.laatikko-cols-4 li h2.koko-1 {
    font-size: 22px;
}
.gallery-section ul.laatikko-cols-3 li h2.koko-3,
.gallery-section ul.laatikko-cols-4 li h2.koko-3 {
    font-size: 18px;
}

.gallery-section ul.laatikko-cols-2 {
    margin: 0 -20px;
}
.gallery-section ul.laatikko-cols-2 li .licontainer {
    margin: 0 20px;
}

.gallery-section .laatikko-image {
    height: 0;
    padding-bottom: 62%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}

.gallery-section .laatikko-image.nocropping {
    background-size: contain;
}

.gallery-section .pcontainer {
    font-size: 18px;
    text-align: left;
    color: #333;
}
.content-taustavari-harmaa.hasimages .pcontainer {
    font-size: 16px;
}
.gallery-section .pcontainer .subheader {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.2em;
}
.gallery-section .pcontainer p:last-child {
    margin-bottom: 0;
}

.lohko-sisalto,
.laatikot {
    background: white;
}

.laatikot-gallery a {
    display: block;
}

.laatikot-gallery .con {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.gallery-section ul.laatikko-cols-2 li {
    width: 50%;
}

.gallery-section ul.laatikko-cols-3 li {
    width: 33.33%;
}

.gallery-section ul.laatikko-cols-4 li {
    width: 25%;
}

.mobile-section {
    padding: 70px 0 65px 0;
    position: relative;
    background: white;
}

.mobile-section > .container {
    display: flex;
    justify-content: space-between;
}

.mobile-figure {
    padding: 0;
    width: 47.5%;
    display: flex;
    align-items: center;
    position: relative;
}

.mobile-figure-mobile {
    display: none;
}

.mobile-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.mobile-section .content {
    padding: 0;
    width: 47.5%;
    margin-top: 1em;
}

.about-mobile {
    padding: 0;
    /* background: url(/site/templates/images-sallila/inner-banner2.jpg) no-repeat; */
    background-size: cover;
    position: relative;
}

.about-content {
    padding: 0;
    width: 50%;
    margin: 40px 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

.noimage .about-content {
    background: none;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

.about-content h2 {
    padding: 0;
    color: #0062ac;
    margin: 0;
}

.hasimage .about-content h2 {
	margin-bottom: 0.3em !important;
}

.gallery-section > h2.koko-2,
.tasaus-2 .about-content h2 {
    color: #41414A;
    font-size: 50px;
    margin-bottom: 1em;
}

.tuotekategoria {
	padding-top: 2em;
}

.tuotekategoria .gallery-section h2 {
    margin-bottom: 0;
}

.tuotekategoria > .container > a {
    display: block;
}

.about-content div.pcontainer {
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 0.4em;
}

.tasaus-2 .about-content div.pcontainer {
    font-size: 22px;
    color: #41414A;
}

.about-mobile.hasimage .ban-table {
    min-height: 400px;
}

.product-icons {
    padding: 58px 0;
    text-align: center;
}

.product-icons h2 {
    margin: 0 0 52px 0;
    color: #0062AC;
}

.product-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product-icons ul li.product-separator {
    display: none;
    margin-bottom: 0;
}

.product-icons ul li {
    display: block;
    order: 1;
    margin-bottom: 30px;
}

.product-icons ul li a {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 1.2em;
    color: #0062ac;
    font-weight: bold;
}

.product-icons ul li a span.img {
    display: block;
    width: 100%;
    padding: 0 0 8px 0;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.product-icons ul li a img {
    max-width: 100%;
    height: auto;
}

.product-icons ul li a:hover span {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.options-miain {
    padding: 50px 0;
}

.options-miain h2 {
    margin: 0 0 45px 0;
    text-align: center;
    width: 100%;
}

.options-section {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.options-items {
    padding: 0;
    position: relative;
    border: solid 1px #b5b5b5;
    background: white;
    width: 49%;
    margin-bottom: 2em;
}

.options-icon {
    padding: 28px 40px 26px 40px;
    max-width: 440px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.options-icon img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    height: auto;
}

.options-icon span.img {
    display: block;
    padding: 0;
    margin-right: 1em;
}

.options-icon small {
    padding: 0;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 32px;
    line-height: 1.2em;
    color: #0062ac;
    font-weight: bold;
    display: block;
}

.options-icon .pcontainer {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

.options-con {
    padding: 0;
}

.options-con .con1 {
    padding: 28px 28px 14px 28px;
}

.options-values {
    padding: 0 40px 90px;
    max-width: 440px;
    margin: 0 auto;
}

.tuote .options-icon {
    max-width: none;
}

.tuote > .cols-2 {
    margin: 2em 0;
}

.options-values p {
    margin-left: 0;
}
.options-values ul li {
    left: auto;
    position: static;
}

.options-values h5 {
    padding: 0 0 5px 0;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    clear: left;
}
.options-values li:first-child h5 {
    margin-top: 0;
}
.options-values ul {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.options-values ul li {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    clear: left;
}

.options-values ul li p {
    padding: 0 0 2px 0;
    margin-bottom: 0;
}

.options-values ul li label {
    width: 44%;
    line-height: 24px;
    float: left;
    display: block;
    padding-top: 3px;
    clear: left;
}

.options-values ul li span.price {
    font-size: 24px;
    color: #0062AC;
    line-height: 24px;
    width: 26%;
    display: block;
    margin-right: 3%;
    text-align: right;
    float: left;
    font-weight: 400;
    white-space: nowrap;
}

.options-values ul li span.priceunit {
    line-height: 24px;
    width: 24%;
    display: inline-block;
    padding-top: 3px;
    white-space: nowrap;
}

.options-values .buttoncontainer {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    text-align: center;
}

.tuotekategoriat {
    background: white;
}

.formPrices h5 {
    padding: 0 0 5px 0;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    clear: left;
}

.formPrices ul {
    padding: 0;
    margin-left: 0 !important;
    width: 49%;
    float: left;
}

.formPrices ul:nth-child(2n) {
    margin-right: 2%;
}

.formPrices ul li {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.formPrices ul li p {
    padding: 0 0 2px 0;
    margin-bottom: 0;
}

.form_sec .formPrices ul li label {
    width: 44%;
    line-height: 24px;
    float: left;
    display: block;
    padding-top: 3px;
    padding-bottom: 0;
    clear: left;
}

.formPrices ul li span.price {
    font-size: 24px;
    color: #0062AC;
    line-height: 24px;
    width: 26%;
    display: block;
    margin-right: 3%;
    text-align: right;
    float: left;
    font-weight: 400;
    white-space: nowrap;
}

.formPrices ul li span.priceunit {
    line-height: 24px;
    width: 24%;
    display: block;
    padding-top: 3px;
    white-space: nowrap;
    float: left;
}


.formPrices .buttoncontainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.formPrices a {
    padding: 0 30px;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #0062AC;
    border-radius: 100px;
    margin: 0 auto 28px auto;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.formPrices a:hover {
    background: #FFC107;
}

.formPrices .tuotenimi {
    color: #0062AC;
}

.formPrices div.pcontainer {
    clear: left;
}

.laatikko-icon-image {
    text-align: center;
}
.laatikko-icon-image img {
    display: inline-block !important;
    width: auto !important;
    margin: 40px 20px 20px 20px !important;
    max-width: 120px;
}

/* ------------------------ INNER2 HERE --------------*/
.sales {
    margin: 0;
    padding: 0;
    background: #fff !important;
    position: relative;
}

.sales ul {
    display: block;
    padding: 0;
    margin: 0;
}

.sales ul li {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #b5b5b5;
    left: auto;
}

.sales ul li>a {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 36px;
    line-height: 36px;
    padding: 50px 0 50px 30px;
    margin: 0;
    color: #0062ac;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.sales ul li>a:after {
    content: '';
    display: inline-block;
    background: url(/site/templates/images-sallila/down_arrow.png) no-repeat;
    height: 20px;
    width: 33px;
    margin: 0 0 0 30px;
}

.sales_con {
    padding: 78px 0 40px 0;
    margin: 0;
    background: #F4F7F6;
    display: none;
}

.sales_con_top {
    margin: 0 0;
    padding: 0 0 57px 0;
    border-bottom: 1px solid #b5b5b5;
}

.sales_con_top_lft {
    float: left;
    padding: 0;
    margin: 0 5% 0 0;
    text-align: left;
    width: 30%;
}

.sales_con_top_lft h4 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 0 3px 0;
    margin: 0;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.sales_con_top_lft .label {
    width: 310px;
    float: left;
    clear: left;
    margin-bottom: 0;
}

.sales_con_top_lft .value {
    width: 210px;
    float: left;
    margin-bottom: 0;
}

.sales_con_top_lft .newsectionlabel {
    margin-top: 1em;
}

.sales_con_top_lft .newsectionvalue {
    margin-top: 1em;
}

.sales_con_top_lft div.pcontainer,
.sales_con_top_lft p {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 1.4em;
    padding: 0;
    margin: 0 0 1em 0;
    color: #333333;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.sales_con_top_lft.for_mar {
    margin: 0;
    width: 60%;
}

.sales_con_btm {
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.sales_con_btm_lft {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.sales_con_btm_lft h4 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 2px 0;
    margin: 25px 0 0 0;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.sales_con_btm_lft p {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #333333;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: block;
    float: none;
    clear: left;
}

.sales_con_btm_lft p span.contactname {
    float: left;
    /* width: 60%; */
    display: block;
    margin-right: 20px;
}

.sales_con_btm_lft p span.contactnumber {
    float: right;
    text-align: right;
    /* width: 40%; */
}

.sales ul>li.active a:after {
    background: url(/site/templates/images-sallila/up_arrow.png) no-repeat;
}

.salesdisclamer {
    margin-top: 3em;
    text-align: left;
}

.form_head {
    padding: 65px 0 0 0;
    margin: 0 auto;
    text-align: center;
    width: 910px;
}

.form_head h3 {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 48px 0;
    margin: 0;
    color: #0062ac;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.form_head p {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 33px 0;
    margin: 0;
    color: #333333;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.form_sec {
    margin: 0;
    padding: 60px 0 35px 0;
    background: #F4F7F6;
}
#wrap_Inputfield_tuote_1 label.InputfieldStateToggle {display:none;}
fieldset.InputfieldFieldset legend {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 1.4em;
    padding: 32px 0 32px 0;
    margin: 0;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.InputfieldFieldset#Inputfield_lomake > legend {
	display: none;
}

.Inputfield .InputfieldHeader,
.form_sec ul li label {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 0 13px 0;
    margin: 0;
    color: #333333;
    font-weight: 300;
}

.Inputfield textarea,
.Inputfield input,
.form_sec input {
    outline: none;
    border: 1px solid #d2d2d2;
    background: #fff;
    width: 100%;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 16px;
    padding: 12px 18px 10px 18px;
    margin: 0;
    color: #333;
    font-weight: 300;
    box-sizing: border-box;
}

.form_sec p {
    display: block;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: normal;
    padding: 0 0 32px 0;
    margin: 0;
    color: #333333;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.form_sec select {
    outline: none;
    border: 1px solid #d2d2d2;
    background: #fff;
    width: 100%;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 16px;
    padding: 12px 18px 10px 18px;
    margin: 0;
    color: #999999;
    font-weight: 300;
    box-sizing: border-box;
}

.form_sec .dd {
    border: 1px solid #d2d2d2;
    border-radius: inherit;
    background: #fff;
    outline: none;
    cursor: pointer;
    width: 100% !important;
}

.form_sec .dd .ddTitle {
    min-height: 32px;
}

.form_sec .dd .ddTitle .ddTitleText {
    padding: 12px 18px 10px 18px;
    letter-spacing: inherit;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: 300;
}

.form_sec .dd .ddArrow {
    width: 17px;
    height: 11px;
    background: url(/site/templates/images-sallila/dropdown_arrow.svg) no-repeat;
    cursor: pointer;
    top: 16px;
    right: 18px;
}

.form_sec .dd .ddChild li {
    background: #fff;
    margin: 0;
    border-radius: inherit;
    padding: 12px 18px 10px 18px;
    border-bottom: 1px solid #999;
    left: auto;
}

.form_sec .dd .ddChild {
    border: 1px solid #d2d2d2;
    left: 0;
    border-radius: inherit;
}

.form_sec .dd .ddChild li .ddlabel {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: 300;
}

.form_sec .dd .ddChild li.hover {
    background: #ffae35;
}

.form_sec .dd .ddChild li.selected {
    background: #0062AC;
}

.form_sec .dd .ddChild li.hover .ddlabel,
.form_sec .dd .ddChild li.selected .ddlabel {
    color: white;
}

.form_sec ul li.drop {
    margin: 32px 0 48px 0;
}

.form_sec ul li.drop1 {
    margin: 32px 0 61px 0;
}

.form_sec .custom-radio label,
.form_sec .custom-checkbox label {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: auto;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    color: #333333;
    padding: 0 0 0 30px !important;
    line-height: 20px;
    text-transform: none;
    font-weight: 300;
}

.form_sec button {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 18px;
    padding: 9px 57px 9px 53px;
    margin: 0 28px 0 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: #0062AC;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    outline: none;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.form_sec button:hover {
    background: #FFC107;
}

.form_sec .cancel {
    background: #0062ac;
}

.form_sec .cancel:hover {
    background: #0072ac;
}

.form_sec .InputfieldFormBuilderFileList,
.form_sec .InputfieldRadiosStacked,
.form_sec .InputfieldCheckboxesStacked {
    margin-left: 0;
}

.form_sec .InputfieldCheckboxesStacked {
    margin-top: 10px;
}

.form_sec .InputfieldForm fieldset,
.form_sec .InputfieldForm .InputfieldFieldset {
    border: none;
    padding: 0;
    clear: both;
}

.form_sec .formPrices label {
    display: block !important;
}

.Inputfield .notes,
.Inputfield .description {
    opacity: 1;
    padding-bottom: 0;
}

.InputfieldSubmit:last-child {
    padding-top: 2em !important;
}

#Inputfield_wrapper legend {
    display: none;
}

/* #uutiskirje ei enää käytössä. Oli vasemman alalaidan uutiskirjepopup */
#uutiskirje {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: calc(90% - 20px);
    z-index: 20;
}

#uutiskirje .uutiskirjepopup {
    transition: all 0.5s ease;
    max-width: 150px;
}

#uutiskirje .uutiskirjepopup img {
    max-width: 100%;
    height: auto;
}

#uutiskirje .form {
    display: none;
    transition: all 0.5s ease;
}

#uutiskirjepopup .form img {
    max-width: 100%;
    height: auto;
}

#uutiskirjepopup .form {
    display: block;
    padding: 3em 2em 2em 2em;
    background: #F4F7F6;
    color: #333;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 14px;
    line-height: 21px;
}
#uutiskirje.open .form {
    display: block;
    padding: 3em 2em 2em 2em;
    background: #F4F7F6;
    color: #333;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 14px;
    line-height: 21px;
    max-width: 300px;
}

#uutiskirje.open .uutiskirjepopup {
    display: none;
}

#uutiskirjepopup .form h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: normal;
}

#uutiskirjepopup .form h4,
#uutiskirje.open .form h4 {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 11px;
    color: #333;
    font-weight: 700;
    letter-spacing: .5px;
}

#uutiskirjepopup .form .custom-checkbox label {
    text-transform: none;
    font-size: 14px;
}

#uutiskirjepopup .form ul,
#uutiskirje.open .form ul {
    margin: 1em 0 2em 1em;
}

#uutiskirjepopup .form p,
#uutiskirje.open .form p {
    margin: 1em 0;
}

#uutiskirjepopup .form a,
#uutiskirje.open .form a {
    color: rgb(255, 153, 0);
}

#uutiskirjepopup .btn,
#uutiskirje .btn {
    float: none;
    margin-top: 25px;
}

#uutiskirje .close {
    font-size: 30px;
    position: absolute;
    top: -11px;
    right: -13px;
    background: #0062AC;
    border-radius: 20px;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.ordernewsletterDropdown {
    padding: 2em;
    border: solid 1px #d2d2d2;
    background: white;
    margin-top: 1em;
}
.ordernewsletterDropdown h3 {
    margin-top: 0;
    line-height: normal;
}
.ordernewsletterDropdown ul {
    margin-bottom: 2em;
}
.ordernewsletterDropdown ul li {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0.2em;
    line-height: normal;
}
.ordernewsletterDropdown button.uutiskirjedropdownvalidate {
    margin-top: 2em;
    background: #0062AC;
    border: solid 0.2em #0062AC;
}
.ordernewsletterDropdown button.uutiskirjedropdownvalidate:hover {
    background: transparent;
    color: #0062AC;
    border: solid 0.2em #0062AC;
}

.ddcommon ul {
    margin: 0 !important;
}

.ddChild,
.ddChild ul {
    height: auto !important;
    max-height: 300px !important;
}

.pw-edit-buttons {
    z-index: 1000;
}

.pw-edit,
.pw-edit-modal {
    cursor: cell !important;
}

a.admineditbutton {
    width: auto;
    padding: 0.3em 1em;
    margin: 0.5em 0;
    background: #93BF0D;
    text-transform: none;
    font-size: 16px;
    color: white;
    font-weight: normal;
    font-family: sans-serif;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    display: none ! important;
    z-index: 12;
}

a.admineditbutton:hover {
    border: none;
}

div:hover>a.admineditbutton {
    display: block !important;
}

.Inputfield_pesupaikat>label,
.InputfieldMarkup label,
.Inputfield_sahkotyyppi label {
    display: none !important;
}

.InputfieldCheckbox input,
.InputfieldCheckbox>.InputfieldHeader {
    display: none;
}

#newslist {
    list-style: none;
    margin: 4em 0 4em 0;
}

#newslist li h3 {
    margin-bottom: 0;
    margin-top: 20px;
}

#newslist li {
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 20px;
}

#newslist li:last-child {
    border-bottom: 0;
}

.MarkupPager{
    clear: both;
    margin: 1em 0;
    font-family: 'Fira Sans', 'sans-serif';
    text-align: right;
}

.pagination ul.MarkupPagerNav {
    margin: 0;
    padding: 0;
    float: right;
}
.pagination ul.MarkupPagerNav li {
    display: block;
    list-style: none;
    margin: 0.3em;
    float: left;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: block;
    padding: 1em 2em;
    color: #fff;
    background: #4FC88B;
    margin-right: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
    color: #fff;
    background: #3B9467;
    text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
    display: inline;
    color: #777;
    background: #d2e4ea;
    padding-left: 3px;
    padding-right: 3px;
}

#kulutuslaskuri table {
    width: 48%;
    padding-bottom: 2em;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
}

#kulutuslaskuri table:nth-child(2n) {
    margin-right: 0;
}

#kulutuslaskuri input[type="text"] {
    width: 2em;
    outline: none;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 16px;
    line-height: 16px;
    padding: 0.1em 0.2em;
    margin: 0 10px 0 0;
    color: #333333;
    font-weight: 300;
    box-sizing: border-box;
    text-align: center;
    box-sizing: content-box;
}

#kulutuslaskuri td {
    vertical-align: top;
}

#kulutuslaskuri .kulutusheader2 td {
    vertical-align: bottom;
}

#kulutuslaskuri td.inputcontainer {
    width: 60px;
}

#kulutuslaskuri .monthCost,
#kulutuslaskuri .yearCost,
#kulutuslaskuri .monthCostSum,
#kulutuslaskuri .yearCostSum,
#kulutuslaskuri .monthCostSumAll,
#kulutuslaskuri .yearCostSumAll,
#kulutuslaskuri td.alignright {
    text-align: right;
}

#kulutuslaskuri .name {
    width: 50%;
}

#kulutuslaskuri .kulutusheader td {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    line-height: 18px;
    padding: 32px 0 20px 0;
    margin: 0;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.4px;
}

#kulutuslaskuri .kulutussum td {
    font-weight: bold;
    padding-top: 1em;
}

#kulutuslaskuri .custom-checkbox {
    padding-bottom: 0;
}

#mobilemenu,
#mobilemenuopener {
    display: none;
}

.mm-menu--offcanvas {
    --mm-size: 100%;
    
    height: calc(100% - 80px);
    margin-top: 80px;
}
.mm-menu--theme-light {
    --mm-color-background: white;
    --mm-color-background-emphasis: rgba(0,0,0,0);
    --mm-color-border: rgba(0,0,0,0);
    --mm-color-icon: #0062AC;
    --mm-listitem-size: 45px;

    font-size: 18px;
    font-weight: 500;
}
.mm-panel .mm-panel .mm-listitem {
    --mm-listitem-size: 30px;
    font-weight: 400;
}
.mm-panel .mm-panel .mm-listview {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mm-panel .mm-panel .mm-listitem__text {
    padding-left: 35px;
}
.mm-panel .mm-panel .mm-panel .mm-listitem__text {
    padding-left: 50px;
}
.mm-panel .mm-panel .mm-panel .mm-panel .mm-listitem__text {
    padding-left: 65px;
}
.mm-panel .mm-panel .mm-panel .mm-panel .mm-panel .mm-listitem__text {
    padding-left: 80px;
}
.mm-listitem.arrowlink {
    --mm-listitem-size: 25px;
    font-size: 0.85em;
}
.mm-listitem.arrowlink > a {
    font-weight: 500;
}
.mm-listitem--opened {
    background-color: var(--mm-color-background-highlight);
}
.mm-listitem--opened .mm-listitem--opened {
    background-color: rgba(0,0,0,0);
}
.mm-listitem--opened > .mm-panel {
    background-color: rgba(0,0,0,0);
    padding-left: 0;
    padding-top: 0;
}
.mm-listitem--opened > .mm-listitem__btn {
    background-color: rgba(0,0,0,0);
}
.mm-listitem--opened > .mm-listitem__text,
.mm-listitem--selected > .mm-listitem__text {
    color: #0062AC !important;
    font-weight: 500;
}
.mm-listview > li.some-icons {
	height: 50px;
}
.mm-listview > li.some-icons > a {
	display: inline-block;
	margin-top: 4px;
    flex: 0 1 auto;
}
.mm-wrapper__blocker {
    background-color: rgba(0,0,0,0);
}

/** OLD MMENU STYLES **/
/*
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    padding-left: 20px;
}

.mm-vertical.mm-panel.mm-opened {
    border-right: 1px solid #e8e8e8;
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 0;
}

.mm-panels>.mm-panel:before,
.mm-panels>.mm-panel:after {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    position: static;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    background: #d60303;
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em;
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: #0062ac;
    font-family: 'Fira Sans', 'sans-serif';
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    height: 50px;
}

.mm-listview > li.mm-vertical > .mm-next::after,
.mm-vertical .mm-listview > li > .mm-next::after {
    top: 20px;
}

.mm-listview>li li a,
.mm-listview>li li span {
    font-weight: 400;
}

.mm-panels>.mm-panel>.mm-listview>li>a,
.mm-panels>.mm-panel>.mm-listview>li>span {
    text-transform: uppercase;
}

.mm-listview>li li a {
    text-transform: none;
}

.mm-listview>li li li a {
    font-weight: 400;
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
    border-color: #f68428;
}

.mm-listview>li,
.mm-listview>li:after,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before {
    border-color: #e8e8e8;
}

.mm-listview>li.spacer {
	height: 5em;
}
.mm-listview>li.text-orange>a {
	color: #0062AC !important;
}
.mm-listview>li.no-border::after {
	border: 0;
}
.mm-listview>li.some-icons {
	height: 50px;
}
.mm-listview>li.some-icons>a {
	display: inline-block;
	margin-top: 4px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0;
}

.parentSelected>a {
    color: #0062AC !important;
}

.mm-selected>a {
    color: #0062AC !important;
}

.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid;
    border-color: #e8e8e8;
    background-color: #fff;
    background: transparent;
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    background: white;
}

.mm-page {
    z-index: 2;
}

#closemobilemenu {
    display: none;
    width: 20px;
    height: 20px;
    position: fixed;
    left: -37px;
    top: 15px;
    z-index: 99;
    padding-right: 10px;
    background-image: url(../images/close.svg);
    background-size: contain;
    cursor: pointer;
}

.mm-opened #closemobilemenu {
    display: block;
}
*/

.news_view_all_button {
    display: none;
}

#ui-datepicker-div {
    font-size: 20px;
}

iframe {
    max-width: 100%;
}

/*	CSS for customized radio buttons and check boxes */
.custom-radio {
    position: relative;
    margin: 0;
    float: none;
    padding: 18px 10px 0 0;
    font-size: 0;
}

.custom-radio input {
    position: absolute;
    left: 5px;
    top: 5px;
    margin: 0;
    z-index: 0;
    float: left;
    opacity: 0 !important;
}

.custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    padding-right: 1em;
    cursor: pointer;
    width: auto !important;
    display: inline-block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0 0 15px 30px;
    line-height: 16px;
    text-transform: uppercase;
}

.custom-radio label {
    background: url(/site/templates/images-sallila/radio_off.png) no-repeat left top;
    width: 18px;
    height: 18px;
}

.custom-radio label.checked {
    background: url(/site/templates/images-sallila/radio_on.svg) no-repeat left top;
}
.InputfieldCheckbox label {
    background: url(/site/templates/images-sallila/check.png) no-repeat !important;
}

.custom-checkbox label {
    background: url(/site/templates/images-sallila/check.png) no-repeat !important;
}

.custom-checkbox label.checked {
    background: url(/site/templates/images-sallila/checked.svg) no-repeat !important;
	background-size: 20px 20px !important;
}

.FormBuilder, .InputfieldForm {line-height:1.2em!important; }

.custom-checkbox label.checked {
    background: url(/site/templates/images-sallila/checked.svg) no-repeat;
}

.custom-checkbox input {
    position: absolute;
    left: 2px;
    top: 2px;
    margin: 0;
    z-index: 0;
    float: left;
    display: none;
}

.custom-checkbox label {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 20px;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 18px;
    color: #333333;
    padding: 0 0 0 30px !important;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.custom-checkbox {
    position: relative;
    padding: 0 0 10px 0;
}

.newswrapper {
    background: #F4F7F6 !important;
    padding: 0 0 1px 0;
}

.newswrapper ul,
.newswrapper ul li {
    left: auto;
}

.lity {
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}
.lity-close:active,
.lity-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #0062AC;
}
.lity-close:hover {
    color: #FFC107;
}

.lity-iframe .lity-container {
    max-width: 80%;
    height: 80%;
}
.lity-iframe .lity-content {
    height: 100%;
}
.lity-iframe .lity-iframe-container {
    max-height: 100% !important;
    height: 100%;
    padding-top: 0;
}
.lity-content {
    max-height: 100vh;
    max-width: 90vw;
    overflow-y: auto;
    overflow-x: hidden;
}

#uutiskirjepopup {
    max-width: 666px;
}

/* Alasvetopaneelit START */
.accordion-block > .container > .content {
  width: 100% !important;
}
.accordion-block .accordion {
  width: 100%;
}
.accordion-block .accordion::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.accordion-block .accordion .accordion-toggle {
  padding: 0.5em 0;
  padding-right: 2.5em;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  transition-duration: 0.5s;
  background-color: rgba(0, 0, 0, 0);
}
.accordion-block .accordion .accordion-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}
.accordion-block .accordion .accordion-toggle::after {
  content: "›";
  position: absolute;
  font-size: 1.4em;
  right: 0.5em;
  top: 50%;
  transition-duration: 0.5s;
  transform-origin: center;
  transform: rotate(90deg) translate(-125%, 0);
}
.accordion-block .accordion .accordion-toggle.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-block .accordion .accordion-toggle.open::after {
  transform: rotate(-90deg) translate(125%, -10%);
}
.accordion-block .accordion .accordion-toggle.open + .accordion-container {
  transition-duration: 1.5s;
  max-height: 1000px;
  opacity: 1;
}
@media (min-width: 762px) {
  .accordion-block .accordion .accordion-toggle {
    padding: 1em 0;
    padding-right: 2.5em;
    font-size: 1.4em;
  }
}
.accordion-block .accordion .accordion-container {
  transition-duration: 0.5s;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
/* Alasvetopaneelit END */

/* Lomake: slider START */
.Inputfield.InputfieldFloatRange {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Inputfield.InputfieldFloatRange > label {
	width: 40%;
	padding: 0;
	display: flex;
	align-items: center;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent {
	width: 60%;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"] {
	background-color: transparent;
	border: 0px;
	margin: 0;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"]::-webkit-slider-thumb {
	margin-top: -6px;
	width: 20px;
	height: 20px;
	border: 0;
	background: #0062AC;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	background: #0062AC;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"]::-ms-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	background: #0062AC;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"]::-webkit-slider-runnable-track {
	height: 12px;
	border-color: #d2d2d2;
	background: #ffffff;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"]::-moz-range-track {
	height: 12px;
	border-color: #d2d2d2;
	background: #ffffff;
}
.Inputfield.InputfieldFloatRange > .InputfieldContent > input[type="range"]::-ms-track {
	height: 12px;
	border-color: #d2d2d2;
	background: #ffffff;
}
.Inputfield.InputfieldMarkup {
	margin: 0;
}
.Inputfield.InputfieldMarkup > .InputfieldContent .range-slider-indicator-container {
	line-height: 0px;
}
.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator {
	width: 66%;
	margin-right: 2.1%;
	float: right;
	position: relative;
	top: 2.5em;
}
.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator td {
    font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	width: 16.6%;
	text-align: right;
}
/* Lomake: slider END */
/* Lomake: asiakastyytyväisyyskysely START */
.FormBuilder-asiakastyytyvaisyyskysely p.thin,
.Inputfield > .InputfieldContent > .description,
.InputfieldFieldset > .InputfieldContent > .description {
	font-weight: 300;
}
.Inputfield > .InputfieldContent > .description,
.InputfieldFieldset > .InputfieldContent > .description {
	margin-bottom: 0.9em;
}
fieldset.InputfieldFieldset legend {
	font-weight: 500;
}
.FormBuilder-asiakastyytyvaisyyskysely h3.bigger,
.FormBuilder-asiakastyytyvaisyyskysely .Inputfield.InputfieldTextarea:not([id^="wrap_Inputfield_muu_"]) .InputfieldHeader,
.FormBuilder-asiakastyytyvaisyyskysely .Inputfield.InputfieldCheckboxes .InputfieldHeader {
	font-size: 24px;
	font-weight: 500;
}
/* Lomake: asiakastyytyväisyyskysely END */
.InputfieldStateRequired.InputfieldCheckbox > .InputfieldContent > .custom-checkbox > label > span::after {
    content: '*';
    margin-left: 0.25em;
    color: red;
}
/* CUSTOM PER SITE */

/* Asennukset Ota yhteyttä palkin pienennös sivujen alalaidassa */
#block-1775.about-mobile h2 { font-size: 30px; margin-bottom: 0.5em; }
#block-1775.about-mobile div.pcontainer { font-size: 18px; }
#block-1775.about-mobile .about-content { padding-top: 0; padding-bottom: 0; margin-top: 20px; margin-bottom: 20px; }

/* Siirron häiriönumero-palkki */
.infoheader { text-align: center; padding: 0.5em; color: black; background: #F4F7F6; font-size: 16px;}
.infoheader a { color: #0062AC; }
.infoheader.mobile { display: none; }

.product-products > .container {
    width: auto;
}

@media (max-width: 1100px)
{
    .infoheader { display: none; }
    .infoheader.mobile { display: block; }
}

/* /CUSTOM PER SITE */

@media (max-width: 1380px)
{
    .laatikot.hasimages .gallery-section ul.laatikko-cols-4 {margin: 0;}
    .header_rt {margin-right: 0;}
    .header .empty { margin-left: 0; }
}

@media (max-width: 1330px)
{
    .template-etusivu .container {
        width: 1179px;
    }
}

@media (max-width: 1250px)
{
    .template-etusivu .container,
    .container,
    .bx-controls {
        width: 95%;
    }

    .products_lft {
        height: 500px;
    }

    .products_rt_top {
        height: 250px
    }

    /* .info-figure {
        display: block;
        max-width: 100%;
        height: auto;
    } */

    .products_rt_btm ul a {
        height: 250px;
        padding-top: 29px;
    }

    .products_rt_btm ul li img {
        height: 80px;
        width: auto;
    }

    .products_lft_con h3 {
        font-size: 38px
    }

    .products_rt_btm ul li h4 {
        font-size: 30px;
    }

    .products_rt_con h3 {
        font-size: 38px
    }

    .about-mobile.hasimage .ban-table {
        min-height: 400px;
    }

    .gallery-section ul {
        margin-left: -10px;
        margin-right: -15px;
    }
    .topNav_in ul li {
        padding: 0 15px;
    }
}

@media (max-width: 1135px)
{
    .products_lft {
        height: 400px;
    }

    .banner_lft_con h1 {
    padding: 10px 0 30px 0;
    }

    .products_rt_top {
        height: 200px
    }

    .banner .bx-wrapper .bx-pager {
        bottom: 30px;
    }

    .banner_lft_con div.pcontainer {
        padding: 0 0 5px 0;
    }

    .products_rt_btm ul a {
        height: 200px;
    }

    .products_rt_btm ul li img {
        height: 50px;
    }

    .products_lft_con h3 {
        font-size: 36px
    }

    .products_rt_btm ul li h4 {
        font-size: 28px;
    }

    .products_rt_con h3 {
        font-size: 36px
    }

    .sub_menu .nav_in ul li {
        padding-left: 15px;
        padding-right: 15px;
    }

    a.homepagehouse {
        margin-left: 15px;
        margin-right: 15px;
        width: 25px;
        height: 56px;
    }

    .banner ul li {
        height: 350px;
    }

    .banner_lft_con {
        max-width: 70%;
        padding: 30px 20px;
    }

    .about-content {
        width: 70%;
    }

    .news_lft_in .dotdotdot {
        height: 380px;
    }
    .hasimage .news_lft_in .dotdotdot {
        height: 160px;
    }

    .news_lft ul li .news_lft_in {
        padding-left: 24px;
        padding-right: 24px;
    }

    .news .news_lft .news_facebook {
        display: inline-block;
        position: relative;
    }

    .inner-banner {
        height: auto;
    }

    .inner-ban {
        position: relative;
        padding: 50px 0;
        min-height: 200px;
    }

    .inner-banner .ban-table {
        display: block;
    }

    .inner-banner .ban-middle {
        display: block;
    }

    .about-mobile.hasimage .ban-table {
        min-height: 270px;
    }

    .about-content {
        margin: 30px 0;
    }

    .gallery-section > h2.koko-2,
    .about-content h2 {
        font-size: 40px;
    }

    .topNav_in ul li {
        padding: 0 15px;
    }

    .gallery-section ul.laatikko-cols-4 li {
        width: 50%;
        margin-bottom: 15px;
    }

    #pikalinkit .con,
    #pikalinkit2 .con {
        padding-bottom: 0;
    } 

    #pikalinkit ul.laatikko-cols-4 li,
    #pikalinkit2 ul.laatikko-cols-4 li {
        width: 100%;
    }
    #pikalinkit h2,
    #pikalinkit2 h2 {
        cursor: pointer;
        margin-left: 50px;
    }
    #pikalinkit h2:after,
    #pikalinkit2 h2:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 14px;
        background: url(/site/templates/images-sallila/dropdown_arrow.svg) no-repeat;
    }
    #pikalinkit h2.open:after,
    #pikalinkit2 h2.open:after {
        transform: rotate(180deg);
    }
    #pikalinkit .pcontainer,
    #pikalinkit2 .pcontainer {
        display: none;
        margin-left: 50px;
    }
}

@media (max-width: 1100px)
{
    body.mm-wrapper > #mobilemenu,
    #mobilemenuopener {
        display: block;
    }

    #mobilemenuopener img {
        vertical-align: middle;
    }
    .topNav_in, .topNav,
    .sub_menu .topNav_in ul,
    .sub_menu .nav_in ul,
    .sub_menu .nav_in a.homepagehouse {
        display: none;
    }

    .sign {width: auto;}

    .sign a {
        padding-left: 5px;
        padding-right: 0;
        margin-right: 0;
    }
    
    .header_rt {justify-content: flex-end; float: none; padding: 0;}
    .header_rt a {line-height: 0; font-size: 0; color:transparent;}

    .logo img {
        width: auto;
        margin: 0 auto;
    }
    .logo {
        text-align: center;
        flex:1 1 33%;
    }

    .videoa_content,
    .video_tab {
        min-height: 40vw;
    }
	.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator {
		width: 65.5%;
	}
}

@media (max-width: 1084px)
{
    .topNav {height: 90px;}
}

@media (max-width: 1047px)
{
    .topNav {
        height: 90px;
    }
}

@media (max-width: 1000px)
{
    .sales_con_top_lft.for_mar {
        clear: left;
        width: 70%;
        float: none;
    }

    .sales_con_top_lft {
        margin-bottom: 25px;
        margin-right: 0;
        width: auto;
        float: none;
    }

    .sales_con_btm {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}

@media (max-width: 920px)
{
    .inner-main h1 {
        font-size: 50px; 
    }

    .news_lft {
        margin: 7px 0 0 0;
    }

    .news_lft ul li {
        width: 100%;
        flex: none;
    }

    .news .news_lft ul {
        display: block;
    }

    .hasimage .news_lft_in .dotdotdot,
    .news_lft_in .dotdotdot {
        height: 150px;
    }

    .news_lft ul li.hasimage > a {
        display: flex;
    }
    .news_lft ul li img {
        max-width: 40%;
    }
    .hasimage img {
        flex: 1 1 40%;
        object-fit: cover;
    }
    .hasimage .news_lft_in {
        flex: 1 1 60%;
    }

    .footer-links {
        font-family: 'Fira Sans', 'sans-serif';
        display: flex;
    }

    .footer-info {
        font-family: 'Fira Sans', 'sans-serif';
        width: 1 1 33%;
    }

    .help-section .buttoncontainer {
        float: none;
        padding: 30px 0;
        margin-top: 25px;
        background: #3a3f46;
        text-align: center;
    }

    .help-section .buttoncontainer a {
        display: inline-block;
    }

    .help-section p {
        float: none;
        width: 95%;
        margin: 0 auto;
        line-height: 1.3em;
        padding: 10px 0 10px 74px;
    }

    .help-section span.subtext {
        line-height: 1em;
    }

    .help-section {
        padding-bottom: 0;
    }

    .help-section>.container {
        width: auto;
    }

    .footer {
        padding: 0 0 20px 0;
        justify-content: space-between;
    }

    .copy {
        text-align: center;
    }

    .mobile-section>.container {
        display: block;
    }

    .mobile-section .mobile-figure {
        display: none;
    }

    .mobile-section .mobile-figure-mobile {
        display: block;
        float: right;
        width: 50%;
        margin: 0 0 20px 40px;
    }

    .content-position-oikealla.mobile-section .mobile-figure-mobile {
        float: left;
        margin: 0 40px 20px 0;
    }

    .mobile-section .mobile-figure-mobile img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .mobile-section .content {
        width: auto;
    }

    .ei_kuvaa .content {
        width: auto;
    }

    .info-figure {
        width: 33%;
    }

    .info-section .content {
        width: 62%;
    }

    .info-section.left .content {
        margin-left: 37%;
    }

    .info-section.content-position-oikealla .content {
        margin-left: 37%;
    }

    .laatikkowrapper-cols-3 .gallery-section>h2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-section ul.laatikko-cols-3 li {
        width: 100%;
    }

    .gallery-section ul.laatikko-cols-3 li .licontainer {
        padding: 0;
    }

    .gallery-section ul.laatikko-cols-3 {
        margin: 0;
    }

    .gallery-section ul.laatikko-cols-3 li .con {
        padding: 0;
        width: 90%;
        margin: 0 auto 40px auto;
    }

    .laatikot-gallery .con {
        margin-bottom: 50px !important;
    }

    .laatikkowrapper-cols-3>.container {
        width: auto;
    }

    .product-icons ul li.product-separator-4 {
        display: block;
        width: 100%;
    }

    .product-icons ul {
        justify-content: center;
    }

    .product-icons ul li a {
        padding: 0 20px;
    }

    .product-icons h2 {
        padding-bottom: 0;
    }

    .sales_con_top_lft.for_mar {
        width: auto;
    }

    #kulutuslaskuri table {
        width: 65%;
        margin-right: 0;
    }

    .livecol {
        width: auto;
        margin-right: 0;
        float: none;
        clear: both;
    }

    .mapcol {
        width: auto;
        float: none;
        clear: both;
        padding-top: 40px;
    }

    #googlemaps {
        height: 380px;
    }

    .options-icon small {
        font-size: 26px;
    }
	
	.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator {
		width: 64%;
		margin-right: 2.7%;
	}
}

@media (min-width: 816px) {
    .slideupcontainer {
        display: block !important;
    }
}

@media (max-width: 815px) {

    .container,
    .bx-controls {
        width: 90%;
    }

    .footer-links img {
        padding-right: 0.5em;
    }

    .header {
        padding: 0;
    }

    .header_rt_lft {
        margin: 0;
        float: left;
        width: 50%;
    }

    .header_rt_lft+.header_rt_lft {
        margin: 0;
        float: left;
        width: 50%;
        border-left: 1px solid white;
    }

    .header_rt_lft h3.slideupheader {
        padding: 13px 0;
        cursor: pointer;
        color: white;
        text-align: center;
        background: #0062AC;
        text-transform: uppercase;
    }

    .slideupcontainer {
        display: none;
        padding: 20px;
    }

    .banner_lft_con {
        width: auto;
        margin: 20px 0;
        display: block;
        max-width: none;
    }

    .banner .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 15px;
    }

    .banner_in {
        position: static;
    }

    .banner ul li {
        height: auto;
    }

    #search-form {
        top: 54px !important;
    }

    .help-section p {
        width: 90%;
    }

    .about-mobile.hasimage .ban-table {
        min-height: 200px;
    }

    .options-items {
        width: 100%;
    }

    .cols-2 .col {
        width: auto;
        float: none;
    }
    .cols-2 .col .options-values {
        padding: 1em 0
    }
}

@media (max-width: 750px) {
    .map_sec {
        padding-top: 30px;
    }

    .map_sec h2 {
        float: none;
        padding-bottom: 20px;
    }

    .banner_lft_con h1 {
        font-size: 38px;
    }

    .gallery-section > h2.koko-2,
    .about-content h2 {
        font-size: 35px;
    }

    .map_sec .btn {
        float: none;
        margin-bottom: 11px;
    }
/* 
    .products_lft {
        width: auto;
        none;
        float: none;
        height: 200px;
        background-position: right -130px;
    } */

    .products_lft_con {
        right: auto;
        left: 40px;
    }

    .products_rt {
        width: auto;
        float: none;
    }

    #search-form {
        height: 65px;
    }

    .searchform {
        font-size: 25px;
        height: 65px;
    }

    .productscontainer {
        width: auto;
    }

    .products_rt_con h3,
    .products_lft_con h3 {
        text-shadow: 1px 1px 1px black;
    }

    .inner-main h1 {
        font-size: 46px;
    }

    .inner-main h2 {
        font-size: 28px;
    }

    .inner-main h5 {
        font-size: 16px
    }

    .mobile-section {
        padding: 35px 0 40px 0;
    }

    .gallery-section {
        padding: 50px 0 25px 0;
    }

    .products_lft {
        background-position: right top;
    }

    .laatikkowrapper-cols-2 .gallery-section>h2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-section ul.laatikko-cols-2 li {
        width: 100%;
    }

    .gallery-section ul.laatikko-cols-2 li .licontainer {
        padding: 0;
    }

    .gallery-section ul.laatikko-cols-2 {
        margin: 0;
    }

    .gallery-section ul.laatikko-cols-2 li .con {
        padding: 0 0 40px 0;
        width: 90%;
        margin: 0 auto 40px auto;
    }

    .laatikkowrapper-cols-2>.container {
        width: auto;
    }

    .gallery-section ul.laatikko-cols-4 li {
        width: 50%;
    }

    #kulutuslaskuri table {
        width: 100%;
    }

    table.responsivetable-2col,
    table.responsivetable-2col tbody {
        display: block;
    }
    table.responsivetable-2col tr,
    table.responsivetable-2col td,
    table.responsivetable-2col td:first-child {
        width: auto;
        display: block;
        padding-bottom: 0;
    }
    table.responsivetable-2col td:last-child {
        padding-bottom: 1em;
        text-align: right;
    }

    #uutiskirje .uutiskirjepopup {
        max-width: 100px;
    }
	
	.Inputfield.InputfieldFloatRange {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.Inputfield.InputfieldFloatRange > label {
		width: 100%;
	}
	.Inputfield.InputfieldFloatRange > .InputfieldContent {
		width: 91%;
		margin-left: 0.6%;
	}
	.FormBuilder-asiakastyytyvaisyyskysely h3.bigger,
	.FormBuilder-asiakastyytyvaisyyskysely .Inputfield.InputfieldTextarea:not([id^="wrap_Inputfield_muu_"]) .InputfieldHeader,
	.FormBuilder-asiakastyytyvaisyyskysely .Inputfield.InputfieldCheckboxes .InputfieldHeader,
	.FormBuilder-asiakastyytyvaisyyskysely .Inputfield.InputfieldFormBuilderFile .InputfieldHeader {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2em!important;
	}
	.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator {
		width: 99%;
		margin-right: 0;
		margin-left: 0.7%;
		float: none;
		position: relative;
		top: 5em;
	}
	.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator td {
		text-align: center;
	}
	.Inputfield.InputfieldCheckboxes > .InputfieldContent > ul.InputfieldCheckboxesColumns > li {
		width: calc(100% - 1em) !important;
		white-space: normal;
	}
	.Inputfield.InputfieldCheckboxes > .InputfieldContent > ul > li span {
		white-space: normal;
	}
	.Inputfield.InputfieldMarkup:has(.InputfieldContent .range-slider-indicator) + .InputfieldFieldset legend {
		margin-bottom: 1em;
	}
}

@media (max-width: 650px) {
    .content-position-oikealla.mobile-section .mobile-figure-mobile,
    .mobile-section .mobile-figure-mobile {
        margin: 20px 0;
        float: none;
        width: auto;
    }

    .header .empty {
        flex-basis: 20px;
    }
    .header_rt {
        flex-grow: 0;
    }

    .info-figure {
        position: static;
        width: auto;
        height: 170px;
        right: auto !important;
        left: auto !important;
    }

    .footer-links img {
        height: 50px;
        width: 50px;
    }

    .footer-addr {
        margin: 15px 15px 0 0;
    }

    .footer h5 {
        font-size: 14px;
    }

    .ban-middle {
        width: auto;
        word-wrap: break-word;
    }

    .info-section>.container {
        width: auto;
    }

    .info-section .content {
        width: 90%;
        margin: 0 auto;
        padding: 35px 0 30px 0;
    }

    .info-section.left .content {
        margin-left: auto;
        width: 90%;
    }

    .info-section.content-position-oikealla .content {
        margin-left: auto;
        width: 90%;
    }

    .sales ul li>a {
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-icons ul li.product-separator-4 {
        display: none;
        width: auto;
    }

    .footer-info {
        flex: 1 1 50%;
    }

    .product-icons ul {
        justify-content: space-around;
    }

    .product-icons ul li {
        width: 33%;
    }

    .sales_con_top_lft .label {
        float: none;
        font-weight: bold;
    }

    .sales_con_top_lft .value {
        float: none;
        font-weight: 300;
        margin-bottom: 1em
    }

    .sales_con_btm {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

@media (max-width: 550px) {
    .template-etusivu .container, .container, .bx-controls {
        width: 90%;
    }
    .map_sec h2 {
        font-size: 30px;
    }

    .help-section p {
        padding-left: 0;
        padding-top: 74px;
        background-position: center top;
        text-align: center;
    }

    .banner_lft {
        width: auto;
    }

    .help-section span.subtext {
        line-height: 1.4em;
    }

    .header_rt a {
            font-size: 0;
    }

    .about-content h2 {
        font-size: 25px;
    }

    .news_view_all_button {
        display: block;
        margin-bottom: 70px;
        text-align: center;
    }

    .news_view_all_button a.Painike {
        margin-top: 28px;
    }

    .readmore {
        position: static;
    }

    .categories>.container {
        width: auto
    }

    .gallery-section > h2.koko-2,
    .tasaus-2 .about-content h2 {
        font-size: 28px;
    }
    
    .banner-content {
        width: auto;
    }

    .inner-main h2 {
        font-size: 26px;
    }

    .inner-main h1 {
        font-size: 40px;
    }

    .noimage .about-content,
    .about-content {
        width: auto;
    }

    .about-content h2 {
        font-size: 22px;
    }

    .tasaus-2 .about-content div.pcontainer,
    .about-content div.pcontainer {
        font-size: 18px;
    }

    .videoa_content,
    .video_tab {
        min-height: 60vw;
    }

	.gallery-section ul.laatikko-cols-4 li {
		width: 100%;
	}
    .gallery-section > ul li .licontainer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sales ul li>a {
        font-size: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-mobile.hasimage .ban-table {
        min-height: 150px;
    }

    .InputfieldFormWidths .Inputfield {
        clear: both !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 1em !important;
    }

    .FormBuilder, .InputfieldForm input {
        line-height: 0 !important;
    }

    .Inputfield .InputfieldContent,
    .Inputfield .InputfieldHeader {
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        width: 100%;
    }

    .InputfieldFormWidths .Inputfield .InputfieldHeader {
        margin-bottom: 0;
    }

    .InputfieldFormNoWidths .Inputfield .InputfieldHeader {
        text-align: initial;
    }

    .formPrices ul {
        float: none;
        width: auto;
    }

    .formPrices ul li span.price {
        width: 27%;
    }

    .formPrices ul:nth-child(2n) {
        margin-right: 0;
    }

    .header_rt {margin-top: 0;}

    .news_lft ul li.hasimage > a {
        display: block;
    }
    .news_lft ul li img {
        max-width: 100%;
    }
    .hasimage img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }
	.Inputfield.InputfieldFloatRange > label {
		display: inline-block;
	}
	.Inputfield.InputfieldFloatRange > .InputfieldContent {
		width: 95%;
	}
	.Inputfield.InputfieldMarkup > .InputfieldContent table.range-slider-indicator {
		width: 100%;
		top: 6em;
	}
}

@media (max-width: 460px) {
    .products {
        padding-bottom: 10px;
    }

    .inner-main h2 {
        font-size: 24px;
    }

    .inner-main h1 {
        font-size: 36px;
    }

    .sales ul li>a {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .logo {
        padding: 0 10px;
    }

    .logo img {
        max-height: 100%;
        width: 100%;
    }
    
    /*
    .header_rt {
        display: none;
    } */

    .footer {
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-links img {
        width: auto;
        margin: auto;
    }

    .sales ul li>a:after {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .product-icons ul li a img {
        width: 80%;
        height: auto;
    }

    .product-icons ul li a {
        font-size: 16px;
    }

    .gallery-section ul.laatikko-cols-4 li {
        width: 100%;
    }
	.Inputfield.InputfieldFloatRange > .InputfieldContent {
		width: 96%;
	}
}

@media (max-width: 395px) {

    .header_rt_lft,
    .header_rt_lft+.header_rt_lft {
        float: none;
        width: auto;
        border-left: none;
        margin-bottom: 1px;
    }

    .slideupcontainer {
        text-align: center;
    }

    .footer-info h5 {
        font-size: 13px;
    }

    .products_lft_con,
    .products_rt_con {
        left: 5%;
        margin-right: 5%;
    }

    .products_rt_btm ul a {
        height: 160px;
        padding-top: 20px;
    }

    .products_rt_btm ul li h4 {
        font-size: 24px;
        padding-top: 15px;
    }
    
    .gallery-section ul li h2 {
        font-size: 20px;
    }
    .gallery-section ul li h2.koko-1 {
        font-size: 24px;
    }
    .gallery-section ul li h2.koko-2 {
        font-size: 20px;
    }
    .gallery-section ul li h2.koko-3 {
        font-size: 18px;
    }
    .gallery-section ul.laatikko-cols-3 li h2,
    .gallery-section ul.laatikko-cols-4 li h2 {
        font-size: 18px;
    }
    .news_lft_in h2,
    .gallery-section ul.laatikko-cols-3 li h2.koko-1,
    .gallery-section ul.laatikko-cols-4 li h2.koko-1 {
        font-size: 24px;
    }
    .gallery-section ul.laatikko-cols-3 li h2.koko-2,
    .gallery-section ul.laatikko-cols-4 li h2.koko-2 {
        font-size: 20px;
    }
    .gallery-section ul.laatikko-cols-3 li h2.koko-3,
    .gallery-section ul.laatikko-cols-4 li h2.koko-3 {
        font-size: 18px;
    }

    .banner_lft_con h1 {
        font-size: 32px;
    }

    .banner_lft_con div.pcontainer {
        font-size: 15px;
    }

    .inner-main h1 {
        font-size: 30px;
    }

    .products_rt_con h3,
    .products_lft_con h3 {
        font-size: 30px;
    }

    .sales ul li>a {
        font-size: 24px;
    }

    .product-icons ul li {
        width: 45%;
        display: inline-block;
    }

    .product-icons ul {
        justify-content: center;
        display: block;
    }

    .options-values,
    .options-icon {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*
    .mm-listview>li>a,
    .mm-listview>li>span {
        font-size: 14px;
        line-height: 35px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .mm-vertical .mm-listview>li>.mm-next,
    .mm-listview>li.mm-vertical>.mm-next {
        height: 35px;
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important;
        box-sizing: content-box;
    }

    .mm-listview {
        line-height: 35px;
    }

    .mm-listview .mm-next+a,
    .mm-listview .mm-next+span {
        height: 35px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        box-sizing: content-box;
    }

    .mm-vertical .mm-listview>li>.mm-next:after,
    .mm-listview>li.mm-vertical>.mm-next:after {
        top: 20px;
        width: 6px;
        height: 6px;
    }
    */

    .sales_con_top_lft .label {
        width: auto;
    }
	.Inputfield.InputfieldFloatRange > .InputfieldContent {
		width: 100%;
	}
}

@media (max-width: 300px) {
    .logo img {
        height: 50px;
    }

    .products_rt_btm ul li {
        width: auto;
        float: none;
    }

    .sales ul li>a {
        font-size: 20px;
    }

    .product-icons ul {
        display: none;
    }

    .inner-main h2 {
        margin-bottom: 0;
    }
}

a:focus, a.Painike:focus, button:focus {
	border: 2px solid black;
	border-color: black !important;
}
button.lity-close:focus {
	border: 2px solid black !important;
}
a:not(.Painike):focus, button:not(.Painike):focus {
	border-radius: 5px;
}
