<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Generated: Saturday, 28th of June 2025, 03:00:16 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/*@font-face { 
	font-family:'Gotham Light'; 
	src:  url('/site/templates/GothamLight.woff2') format('woff2'), url('/site/templates/GothamLight.woff') format('woff'); 
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}*/

@font-face {
	font-family: 'Montserrat';
	src:  url('/files/fonts/Montserrat-Regular.woff2') format('woff2'), url('/files/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}


@import url('https://fonts.googleapis.com/css?family=Barlow:400,700|Bitter');



* {
    vertical-align: top;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

*,
:after,
:before { box-sizing: border-box }

textarea,
select,
input:not([type=checkbox]):not([type=radio]),
button {
    -webkit-appearance: none;
    outline: none;
}

a:hover { transition: all .6s ease }

body {
    width: 100vw;
    overflow-x: hidden;
}

.rr { flex-direction: row-reverse }

.up { text-transform: uppercase }

img {
    max-width: 100%;
    height: auto
}

#hero,
.rel,
.video { position: relative }

.abs,
.video iframe { position: absolute }

.btn,
.tc { text-align: center }

.tr { text-align: right }

.tl,
th,
td {
    text-align: left
}

td,
th { padding: 8px 10px }

.text-white { color: #fff }

.text-black { color: #000 }

.text-dark { color: #222 }

.text-success { color: #28a745 }

.text-danger { color: #dc3545 }

.text-warning,
sup { color: red }

html { -ms-overflow-style: scrollbar }

.container { max-width: 1200px }

.container,
.container-fluid {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative    
}

#menu-toggler,
.hidden,
.tab-content,
[hidden],
input.hidden:not([type=checkbox]):not([type=radio]),
.sub-toggle { display: none }

#logo,
.block,
.nav-link,
.submenu li,
header a,
input:not([type=checkbox]):not([type=radio]),
label,
main,
select,
textarea,
.panel.show { display: block }

.inl,
.nav-item,
header li {
    display: inline-block;
    position: relative
}

.cell {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
strong { font-weight: bolder }
.vh-100 { min-height: 100vh }
.h-100 { height: 100% }
.vw-100 { width: 100vw }

h1,
h2 { line-height: 1.15em }

#details .item,
h1,
h2,
h3,
main ul,
ol,
p,
table { margin-bottom: 15px }

header .ui-title,
header ul,
main ul:last-child,
ol:last-child,
p:last-child,
.mb-0 { margin-bottom: 0 }

main ul,
ol { margin-left: 18px }

#hero img,
.w-100,
figure img,
header,
table { width: 100% }

.w-50 { width: 50% }

#menu-toggler {
    width: 45px;
    height: 45px;
    background: 0 0;
    border: none;
    z-index: 1500
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 45px;
    z-index: 900
}

.adminbar-loaded .fixed-top { top: 40px }

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.mid {
    vertical-align: middle
}

.bot {
    vertical-align: bottom
}

.btn,
.table td { vertical-align: middle }

.bg-white { background-color: #fff }

.bg-light { background-color: #f2f2f2 }

.btn {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 4px;
    font-size: 1rem;
    border: 1px solid #999;
    color: #000
}

#menu-toggler,
.accordion,
.btn,
a,
ul.tabs li,
button { cursor: pointer }

select.custom {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    width: 100%;
    font-size: 1rem;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    line-height: 1.4rem
}

.pt-2,
.pt-3,
.py-2,
.py-3 { padding-top: 1rem }

label { margin-bottom: 4px }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block { width: 100% }

.flex,
.cell,
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jr { justify-content: flex-end }

.pr-2,
.pr-3,
.px-2,
.px-3 {
    padding-right: 1rem
}

.pl-2,
.pl-3,
.px-2,
.px-3 {
    padding-left: 1rem
}

.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.video {
    padding-bottom: 56.25%;
    max-width: 100%
}

.video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.p-2,
.p-3 {
    padding: 1rem
}

.pb-2,
.pb-3,
.py-2,
.py-3 {
    padding-bottom: 1rem
}

.m-0 { margin: 0 }

.m-2 { margin: .5rem }

.mt-2,
.my-2 { margin-top: .5rem }

.mr-2,
.mx-2 {
    margin-right: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.ml-2,
.mx-2 {
    margin-left: .5rem
}

.m-3 {
    margin: 1rem
}

.mt-3,
.my-3 {
    margin-top: 1rem
}

.mr-3,
.mx-3 {
    margin-right: 1rem
}

.mb-3,
.my-3 {
    margin-bottom: 1rem
}

.ml-3,
.mx-3 {
    margin-left: 1rem
}

.m-4 {
    margin: 1.5rem
}

.mt-4,
.my-4 {
    margin-top: 1.5rem
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem
}

.m-5 {
    margin: 3rem
}

.mt-5,
.my-5 {
    margin-top: 3rem
}

.mr-5,
.mx-5 {
    margin-right: 3rem
}

.mb-5,
.my-5 {
    margin-bottom: 3rem
}

.ml-5,
.mx-5 {
    margin-left: 3rem
}

.p-1 { padding: .3rem }

.pt-1,
.py-1 { padding-top: .3rem }

.pr-1,
.px-1 { padding-right: .3rem }

.pb-1,
.py-1 { padding-bottom: .3rem }

.pl-1,
.px-1 { padding-left: .3rem }

.p-2 { padding: .6rem }

.pt-2,
.py-2 { padding-top: .6rem }

.pr-2,
.px-2 { padding-right: .6rem }

.pb-2,
.py-2 { padding-bottom: .6rem }

.pl-2,
.px-2 { padding-left: .6rem }

.p-3 { padding: 1rem }

.pt-3,
.py-3 { padding-top: 1rem }

.pr-3,
.px-3 { padding-right: 1rem }

.pb-3,
.py-3 { padding-bottom: 1rem }

.pl-3,
.px-3 { padding-left: 1rem }

.p-4 { padding: 1.5rem }

.pt-4,
.py-4 { padding-top: 1.5rem }

.pr-4,
.px-4 { padding-right: 1.5rem }

.pb-4,
.py-4 { padding-bottom: 1.5rem }

.pl-4,
.px-4 { padding-left: 1.5rem }

.p-5 {
    padding: 3rem
}

.pt-5,
.py-5 {
    padding-top: 3rem
}

.pr-5,
.px-5 {
    padding-right: 3rem
}

.pb-5,
.py-5 {
    padding-bottom: 3rem
}

.pl-5,
.px-5 {
    padding-left: 3rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mx-0,
main ul.carousel {
    margin-left: 0;
    margin-right: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.p-0 { padding: 0 }

.m-0 { margin: 0 }

.py-54 {
    padding-top: 3rem;
    padding-bottom: 1.5rem
}

.form-control,
.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.form-control {
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.border-bottom,
.table tr {
    border-bottom: 1px solid #ccc
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

@media screen and (max-width:1200px) {
    .r2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r22 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .r23 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
    .rh2 { display: none }
}

@media screen and (max-width:1000px) {
    .r1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .r13 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
    .rh1 { display: none }
}

@media screen and (max-width:750px) {
    .r7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r72 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .rh7 {
        display: none
    }
}

@media screen and (max-width:550px) {
    .r5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r52 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .rh5 {
        display: none
    }
}

@media screen and (max-width:400px) {
    .r4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:360px) {
    .r3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#makers,
#makers a {
    color: #aaa;
    text-align: center;
    font-size: 14px
}

table { border-collapse: collapse }

.bg-dark,
.btn.bg-cancel,
.bg-danger,
.bg-dark,
.bg-success,
.bg-black { color: #fff }

.bg-success {
    background-color: #28a745;
    border-color: #28a745
}

.btn.bg-success:hover { background-color: #006400 }

.bg-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.bg-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn.bg-cancel,
.bg-dark {
    background-color: #343a40;
    border-color: #343a40
}

.bg-black,
.btn.bg-cancel:hover {
    background-color: #000;
    border-color: #000
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.config th,
.plain { padding: 5px }

.breadcrumb-item.active { color: #6c757d }

#pbCaption .title {
    font-size: 1.2rem;
    margin: 0
}

#cart { max-width: 300px }

.plain {
    border: none;
    background: 0 0
}

.config td.img {
    padding: 0 10px 0 0;
    width: 70px;
    height: 60px
}

.config td.name a { font-size: 1.1rem }

.config td.quantity {
    padding: 0 0 0 50px;
    width: 120px
}

.config td.min { width: 100px }

.config #action .btn {
    font-size: 1.4rem;
    padding: 10px 40px;
    height: 55px
}

.rounded-top,
#tabs li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

#tabs li {
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-bottom: none;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 2px;
    height: 40px;
}

#tabs li.current {
    color: #000;
    min-height: 41px;
    margin-bottom: -1px;
}

#tabs {
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.tab-content.current { display: inherit }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label { color: #6c757d }

.form-check-label {  margin-bottom: 0 }

.accordion {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 5px;
}

.panel {
    padding: 10px 15px 15px;
    display: none;
    overflow: hidden;
}

.FormBuilderViewport { max-width: 400px }
@-ms-viewport{ width: device-width }
body,
figcaption .subtitle { 
	font-family:'Montserrat';
	font-weight: 400;
	font-size: 16px;
}

header{background-color: #ffffff;
      
}

.container-fluid{
	width:100%;
	padding-right: 0px;
	padding-left: 0px;
}

body,
#sec a { color: #222 }

h1,
h2,
h3,
#sec,
strong,
.nav-link { font-weight: 700;
}

h1,
h2,
h3,
#sec {
    font-weight: 400;
    font-family: 'Montserrat'
}

.title { font-size: 2.4rem }
h2 { font-size: 1.6rem }

#featured h2 { font-size: 1.8rem }
#featured .inl { background-size: cover;
		 height: 280px;

}
#featured .cell { background: rgba(0,0,0,.2) }
#featured .inl:hover .cell { background: rgba(0,0,0,.7) }
#featured .inl:hover .hidden { display: block }

#mini {
    width: 100%;
    -moz-column-count: auto;
    -moz-column-gap: 15px;
    -moz-column-width: 4vw;
    -webkit-column-count: auto;
    -webkit-column-gap: 15px;
    -webkit-column-width: 4vw;
    column-count: auto;
    column-gap: 15px;
    column-width: 4vw;
}

figure:hover .normal { display: none }
figure:hover .hidden { display: block }

#menu a { 
color: #000000
}

#menu .submenu {
    background-color: #fff;
    text-align:left
}

#breadcrumb {
    position: absolute;
    top: -35px;
    left: 0;
    font-size: .9rem;
}

.line {
    height: 1px;
    background: #999
}

#logo { width: 250px }

a { color: darkgreen }

#breadcrumb,
#breadcrumb a { color: #666 }

#big img  { width: 100% }

#sec { border-top: 1px solid #ccc }

figcaption h2 { font-size: 1.2rem }

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:1000px){
    #featured {
        width: 100%;
        height: 280px;
        -moz-column-count: 3;
        -moz-column-gap: 0;
        -moz-column-width: 12vw;
        -webkit-column-count: 3;
        -webkit-column-gap: 0;
        -webkit-column-width: 12vw;
        column-count: 3;
        column-gap: 0;
        column-width: 12vw;
    }
}

@media screen and (min-width:1255px){
   /*#logo { float: left }
    #menu { float: right }*/
    header { padding: 15px 0 }
    #menu a { padding: 3px 15px }
    main { margin-top: 200px }
    .home main,
    .kohteet main,main.tophero { margin-top: 145px }
    .submenu {
        padding: 10px 0;
        background: #ffffff;
    }
    .submenu.id1034 { width: 208px }
    .open_menu{
        display:none;
    }
    
    .submenu{
        display: none;
    }
    
    .nav-item:hover .submenu { 
        display: block;
    }
    
    .submenu{
        position: absolute;
        z-index:600;
        background:#000000;
        padding: 1rem;
        left:15px;
    }
    
    .submenu a{
        padding-bottom:5px;
        padding-top:5px;
        color: #fff;
    }
}

@media screen and (max-width:1255px){
    #featured h2 { font-size: 1.4rem }
    #logo {
        position: relative;
        z-index: 3000;
        padding-top: 9px;
    }
    #menu a {
        padding: 19px 15px 5px;
	    border-top:1px solid #DDE0E1;
        text-align:left;
        line-height: 1.4
    }
    #menu li li a { padding-left: 45px }
    header.fixed-top { position: relative }
    main { margin-top: 1.5rem }
    .home main,
    .kohteet main { margin-top: 0 }
    #breadcrumb { display: none }
    
    ul.slimmenu li .sub-toggle&gt;button {

	    color:#000000;
 
    }

    /* Uusi menu*/
    .submenu,
    #menu { 
        display: none;
    }

    #menu-toggler{
        width: 48px;
        height: 48px;
        background: transparent;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 200;
        display: block;
    }

    #menu{
        display:none;
        width:100%;
        position: relative;
        margin-top:0px;
        z-index: 800

    }

    #menu .submenu{
        width:100%;
        position: relative;
        padding: 0rem
    }

    #menu.show, #menu li,.nav-item .submenu.show, #logo img{ 
        display: block 
    }

    .open_menu{
        display:block;
        color: black;
    }

    .open_menu::after {
        content: "+";
    }

    .open_menu.open::after {
        content: "-";
    }

    #menu .open_menu {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 1.4rem;
        height: 42px;
        width: 42px;
        z-index: 60;
        border: 0;
        background: transparent;
    }



}

@media screen and (max-width:1000px){
    #featured .inl { padding-top: 55% }
    #featured .cell {
        position: absolute;
        top: 0;
        left: 0;
    }
    .title { font-size: 1.8rem }
    h2 { font-size: 1.4rem }
}

@media screen and (max-width:750px){
    #mini {
        -moz-column-width: 12vw;
        -webkit-column-width: 12vw;
        column-width: 12vw;
    }
    footer .inl {
        width: 180px;
        max-width: 40%;
    }
    
    #logo{
	    width: 180px;
    }
}
</pre></body></html>