
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@import url('fonts/stylesheet.css');


/* ----------------------------------------------------------------------------------------------------------------------
1. Tree menu base styles
----------------------------------------------------------------------------------------------------------------------*/
.treeMenu:empty {display: none; }
.treeMenu ul, .treeMenu li , .treeMenu li > a{ 
    margin:0;
    padding:0;
    display:block;
    list-style: none;
}
/* Hide submenus, jquery will show these */
.treeMenu .has-menu ul { display:none; }
/* Open active branch by default */
.treeMenu .has-menu .active { display:block; }
/* All menu links */
.treeMenu li > a {
    text-decoration: none;    
    outline: none;
    color: #777;
    cursor: pointer;
}
/* Active links */
.treeMenu li.active > a, .treeMenu li.current > a { font-weight: 700; }
.treeMenu li.current:not(.has-menu) > a { cursor:default; }
.treeMenu ul > li > ul { margin: 7px 0 14px 21px; }

/* ----------------------------------------------------------------------------------------------------------------------
Hover/click menu base styles. Needs ".multiMenu" wrapper.
----------------------------------------------------------------------------------------------------------------------*/
.multiMenu {
    background: #eee;
    position: relative;
    z-index:9;
    *left:0;
    *top:0;
}
/* ---------------------------------------------------------------------------------------
GLOBALS
----------------------------------------------------------------------------------------*/
.multiMenu ul, .multiMenu ul > li, .multiMenu li > a {
    display: block;
    clear:both;
    list-style: none;
    position: relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position: relative;
    padding: 0;
    margin:0;
}
.multiMenu > ul { text-align: center; }
.multiMenu ul > li {
    display: inline-block;
    vertical-align: middle;
    *display:inline;
    *zoom:1;
}
.multiMenu ul ul > li { width:100%; }

/* Make sure last hover does not break layout */
.multiMenu > ul > li:last-child > ul {
    left:0;
    right:0;
}

/* Sub level 1 */
.multiMenu > ul ul {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity:0;
    visibility: hidden;
    min-width: 250px;
    position: absolute;
    z-index:1000;
    text-align: left;
    top:100%;
    left:0;
    right:auto;
    max-width: 300px;
    width:100%;
    word-wrap:break-word;
}
/* IE8/7 */
.oldIE .multiMenu > ul ul {
    border:solid 1px #888;
}

/* Sub level 2 */
.multiMenu > ul ul ul {
    position: absolute;
    z-index:1000;
    text-align: left;
    top:0;
    right:auto;
    left:100%;
}

/* Show hovers */
.multiMenu ul > .hover > ul {
    opacity:1;
    visibility: visible;
}
/* ---------------------------------------------------------------------------------------
Menu base styles
----------------------------------------------------------------------------------------*/
.multiMenu ul > li > a {
    padding: 7px 14px;
    *zoom: 1;
    *display: inline;
}
.multiMenu ul > li > a:hover, .multiMenu ul > li.hover > a { color: #111; }
.multiMenu li.active:not(.has-menu) > a { cursor:default; }

/* active links */
.multiMenu ul > li.active > a { color:#111; }

/* indicate submenus with a css triangle*/
.multiMenu  ul > li.has-menu > a { padding-right: 28px; }
.multiMenu  ul > li.has-menu > a:after { 
    width: 0; 
    height: 0; 
    right:14px;
    top:48%;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    font-size: 0;
    line-height: 0;
    content:"";
}

/* sub levels */
.multiMenu ul ul { 
    background: #fff;  
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.2);
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

/* ----------------------------------------------------------------------------------------------------------------------
multimenu theme for site menu 1
----------------------------------------------------------------------------------------------------------------------*/

/* home link icon */
.desktopMenu .multiMenu > ul > li:first-child > a { 
    background: url('//images.salattu.fi/sly/images/2014/home.png') center no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow:hidden;
    padding-left: 0;
    padding-right: 0;
    filter:none;
    width: 38px;
    *display: block;
    *position: relative;
    *zoom:1;
}

.desktopMenu .multiMenu {
    background: #fff;
}
.desktopMenu .multiMenu > ul li > a {
    color: #333;
    font-weight: 300;
    text-decoration: none;
    padding: 14px 21px;
    font-size: 20px;
}
.desktopMenu .multiMenu > ul  li > a:hover, .desktopMenu .multiMenu > ul  li.hover > a { color: #019bdd; }
.desktopMenu .multiMenu  ul > li.has-menu > a:after { 
    border-top: 4px solid #aaa;
}

/* indicate active menus with a css triangle*/
.desktopMenu .multiMenu > ul > li.active:after { 
    width: 0; 
    height: 0; 
    right:45%;
    top:57px;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #007BB9;
    font-size: 0;
    line-height: 0;
    content:"";
}
.summer .desktopMenu .multiMenu > ul > li.active:after {
    border-bottom: 7px solid #c0e7d2;
}    
.winter .desktopMenu .multiMenu > ul > li.active:after {
    border-bottom: 7px solid #adc7d9;
}    
.autumn .desktopMenu .multiMenu > ul > li.active:after {
    border-bottom: 7px solid #e9c955;
}    
.desktopMenu .multiMenu > ul > li:first-child.active:after {
    right:30%;
}
.desktopMenu .multiMenu ul > li.active > a, .desktopMenu .multiMenu ul > li.active > a:hover, .desktopMenu .multiMenu ul > li.active.hover > a {
    font-weight:700;
    color: #333;
}
/*sub menu styles */
.desktopMenu .multiMenu ul ul {
    border:solid 4px #007bb9;
    padding: 7px 7px 14px;
}
.desktopMenu .multiMenu ul ul li > a {
    font-size:18px;
    padding: 5px 15px;
}

@media screen and (max-width: 64em){
    .desktopMenu .multiMenu > ul li > a {
        padding: 14px 7px;
        font-size: 18px;
    }
    .desktopMenu .multiMenu > ul > li:first-child { display: none;}
}
.desktopMenu .multiMenu ul > li.has-menu > a {
    padding-right: 28px;
}


/* ----------------------------------------------------------------------------------------------------------------------
multimenu theme for extranet
----------------------------------------------------------------------------------------------------------------------*/
.extranetMenu .multiMenu {
    background: #3a404c;
    z-index:1001;
}
.extranetMenu .multiMenu > ul li > a {
    color: #eee;
    font-weight: 300;
    font-size: 16px;
}
.extranetMenu .multiMenu > ul  li > a:hover, .extranetMenu .multiMenu > ul  li.hover > a { color: #87C620; }
.extranetMenu .multiMenu  ul > li.has-menu > a:after { 
    border-top: 4px solid #ccc;
}

/* indicate active menus with a css triangle*/
.extranetMenu .multiMenu > ul > li.active:after { 
    width: 0; 
    height: 0; 
    right:45%;
    top:90%;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    font-size: 0;
    line-height: 0;
    content:"";
}

.extranetMenu .multiMenu ul > li.active > a, .extranetMenu .multiMenu ul > li.active > a:hover, .extranetMenu .multiMenu ul > li.active.hover > a {
    font-weight:700;
    color: #87C620;
}
/*sub menu styles */
.extranetMenu .multiMenu ul ul {
    border:solid 4px #fff;
    padding: 7px 7px 14px;
    background: #3a404c;
}
.extranetMenu .multiMenu ul ul li > a {
    font-size:16px;
    padding: 7px 20px;
}

@media screen and (max-width: 62em){
    .extranetMenu .multiMenu > ul li > a {
        padding: 21px 7px;
        font-size: 14px;
    }
    .extranetMenu .multiMenu > ul > li:first-child { display: none;}
}

/* -----------------------------------------------------------------------------------------------------------------
MOBILE MENU BASE
----------------------------------------------------------------------------------------------------------------- */


.mobileMenu {
    margin: 21px 7px 21px 0;
}
.mobileMenu  ul, .mobileMenu  li, .mobileMenu  li > a  {
    display: block;
    clear:both;
    margin: 0;
    padding:0;
    list-style: none;
}
.mobileMenu  ul ul { display:none; }
.mobileMenu  ul.active,.mobileMenu  ul.current  {
    display:block;
}
.mobileMenu  li > a { 
    padding-left: 14px;
    font-size: 20px;
    line-height: 35px;
    font-weight:600; 
    position: relative; 
    color:#fff; 

}
.mobileMenu  ul ul li > a { 
    font-size: 18px;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mobileMenu  li.active > a {
    font-weight: 700;
    color:#9ACB44;

}
.mobileMenu  li.active:not(.has-menu) > a {
    cursor:default; 
}
.mobileMenu  li.has-menu > a {
    background:url('//images.salattu.fi/sly/images/2014/menu-right.png') no-repeat 0 center;
    
}
.mobileMenu  li.has-menu.active >a  {
    background:url('//images.salattu.fi/sly/images/2014/menu-down.png') no-repeat 0 center;

}
.mobileMenu  ul ul {
    margin: 7px 14px ;
}


/* ----------------------------------------------------------------------------------------------------------------------
Top menu template - <!-- #include file = "../../sys/includes/onListMenu2.asp" -->
----------------------------------------------------------------------------------------------------------------------*/
.flatMenu > ul {
    list-style: none;
    margin:0;
    padding:0;
    text-align: center;
}
.flatMenu > ul > li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.flatMenu > ul > li > a {
    display: inline-block;  
    *zoom: 1;
    *display: inline; 
    margin-right:11px;
}



/* ----------------------------------------------------------------------------------------------------------------------------------
BX SLIDER BASE CSS
-----------------------------------------------------------------------------------------------------------------------------------*/
.loading {
    background: #fff url('//images.salattu.fi/sly/images/2014/loading.gif') center no-repeat;
}
.loading ul{
    display: none;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: #fff url('//images.salattu.fi/sly/images/2014/loading.gif') center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.prodSliderWrap, .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;

}

.bx-wrapper .bx-controls-direction > a {
    display:block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.bx-wrapper img { 
    max-width: 100%;
    display: block;
    padding:0;
    margin:0 !important;
}
.bx-wrapper ul, .bx-wrapper li { display:block; margin:0; padding:0;list-style: none;}
.bx-wrapper .bx-controls-direction > a { outline: none; }
.bx-wrapper .bx-controls-direction > a.disabled { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------------------
BX CSS for camping
-----------------------------------------------------------------------------------------------------------------------------------*/
/* pager for home banner*/
.bx-wrapper .bx-pager {
    text-align: center;
    position: absolute;
    top:14px;
    left:14px;
    z-index: 51;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
    background: #797876;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
    border:solid 3px rgba(255,255,255,0.8);
}


.bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
    cursor:default; 
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-link:hover,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
    background: #9bc235;
}

/* next/prev */
.bx-wrapper .bx-controls-direction > a {
    /*background: #333;*/
    /*opacity:0.5;*/
    color:#999;
    font-size:24px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 43%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 999;
    border-radius: 5px;
}

.turkoosi .bx-wrapper .bx-controls-direction > a {
    /*background: #333;*/
    /*opacity:0.5;*/
    color:#84c600;
    font-size:40px;
    font-weight: 700;
   
}

.bx-wrapper .bx-controls-direction > a:hover {  
    color:#555;
}

.bx-controls-direction .bx-next {   right: -21px; }
.bx-controls-direction .bx-prev {   left: -28px; }

.turkoosi .bx-controls-direction .bx-next {   right: -31px; }
.turkoosi .bx-controls-direction .bx-prev {   left: -38px; }

.frontPage .main .dnsNosto {
    border:solid 3px #fff;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

#campingBannerDesktop .bx-pager {
    display: none;
}



/* ----------------------------------------------------------------------------------------------------------------------------------
Lagnmenu
-----------------------------------------------------------------------------------------------------------------------------------*/
.langMenu > ul, .langMenu > ul > li, .langMenu > ul > li > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    position: relative;
}

.langMenu > ul > li.langSel {
    display:none;
}

.langMenu > ul > li > a { 
    margin-right:21px;
}

.langMenu > ul > li > a:after { 
    right:-13px;
    top:-5%;
    position: absolute;
    content:"|";
}

.langMenu > ul > li:last-child > a { margin-right:0; }
.langMenu > ul > li:last-child > a:after { 
    content:"";
}


/* ----------------------------------------------------------------------------------------------------------------------------------
DEFAULT PROJECT BASE STYLES
-----------------------------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------------------------
Sininen: #007bb9;
Vihre�: #89C319;
Harmaa: #333;
Vaalea harmaa: #f1f1f1;
Footer: #3a404c;

-----------------------------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------------------------
GLOBAL SITE WIDTH = top level grid rows
-----------------------------------------------------------------------------------------------------------------------------------*/
.sivu .contentArea table, .sivu #Printable table {
    table-layout: fixed;
    width: 100%;
}
#wrapper {
    min-width: 320px;
}
.dnsRow {
    max-width: 1140px;
    width:100%;
    margin: 0 auto;
    position: relative;
}
.dnsRow .dnsRow {
    width:auto;
    max-width: none;
}
/* ----------------------------------------------------------------------------------------------------------------------------------
Basics
-----------------------------------------------------------------------------------------------------------------------------------*/
html, body {
    text-rendering: optimizeLegibility;
    /*-webkit-font-smoothing:antialiased;*/
}
body, input, textarea, select {
   /* font-family:'Source Sans Pro', 'Open Sans', Arial, helvetica, sans-serif;*/
   font-family: 'museo_sans500','Open Sans', Arial, helvetica, sans-serif;
    font-weight: 300;
    font-size:16px;
    line-height:24px;
    color: #555;
}

p { margin: 0 0 21px; }
h1, .h1 {
    font: 300 32px/34px 'museo_sans500', 'Open Sans', Arial, helvetica, sans-serif;
    color: #444;
    margin: 0 0 30px 0;
}
h2, .h2 {
    font: 300 23px/27px 'museo_sans500', 'Open Sans', Arial, helvetica, sans-serif;
    color: #444;
    margin: 0 0 21px 0;
}
h3, .h3 {
    font: 300 18px/21px 'museo_sans500', 'Open Sans', Arial, helvetica, sans-serif;
    color: #444;
    margin: 0 0 18px 0;
}
a {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #019bdd;
}
a:hover {
    text-decoration: none;
    color: #111;
}

/* selected text background */
::-moz-selection {
    background: #3a404c;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #3a404c;
    color: #fff;
    text-shadow: none;
}

/* -----------------------------------------------------------------------------------------------------------------
Helper classes
----------------------------------------------------------------------------------------------------------------- */
.left { float:left;}
.right { float:right; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.circle { border-radius: 50%}
.greyBar {
    background:#f1f1f1;
    border-bottom:solid 1px #e8e8e8;
    color:#969696;
    min-height: 220px;
}
.turkoosi{
   background: #c3f1ea;
}
/* -----------------------------------------------------------------------------------------------------------------
Rsponsive images by default
----------------------------------------------------------------------------------------------------------------- */
img {
    max-width:100%;
    height:auto;
    vertical-align: middle;
}
.lt-ie9 img {
    -ms-interpolation-mode:bicubic;
    *zoom: 1;
}


/* -----------------------------------------------------------------------------------------------------------------
TOP BAR
----------------------------------------------------------------------------------------------------------------- */
.topElements {
    padding-top: 3px;
    padding-bottom: 3px;
}
.topElements a {
    color:#969696;
    font-size: 17px;
    font-weight: 300;
}

@media screen and (max-width: 62em){
  .langMenu { text-align: center;}
}

.menuBar {
    margin-top: 11px;
    height:64px;
    /*margin-bottom: 11px;*/
}


.logo {
    display: inline-block;
    padding-top: 3px;

}

.frontPage2017 .headerBar {
    background-size:cover;
}

.frontPage2017 #Printable {
    display:none;
}

.layoutPage .headerBar, .widePage .headerBar, .companyPage .headerBar {
    background:#007bb9;
    color:#fff;
}
.layoutPage .headerBar a, .widePage .headerBar a, .companyPage .headerBar a {
    font-weight: 700;
    text-transform: uppercase;
    color:#d1f691;
}
.layoutPage .headerBar a:hover, .widePage .headerBar a:hover, .companyPage .headerBar a:hover {
    color:#bddf83;
}
.headerBar .dnsCell .h1 {
    color:#fff;
}
.headerBar .dnsCell p, .headerBar .dnsCell h1, .headerBar .dnsCell h2, .headerBar .dnsCell h3 {
    color:#fff; 
    display: inline-block;
}
.frontPage .bottomRow .dnsNosto { padding-top: 20px; padding-bottom: 20px; }
.frontPage .bottomRow h1, .frontPage .bottomRow h2, .frontPage .bottomRow h3 {
    margin-bottom: 18px;
}
.frontPage .bottomRow a {
    text-transform: uppercase;
}

.headerBar > .dnsCell {
    padding-top:21px;
}
.headerBar .dnsCell table, .headerBar .dnsCell table tr, .headerBar .dnsCell table td { 
    width:100%;
    display: block;
    border:0;
    float:left;
    border-collapse: collapse;
}
@media screen and (min-width: 42.063em) and (max-width: 62em) {
 .headerBar .dnsCell table td {
    width: 54%;
}
.headerBar .dnsCell table td:first-child {
    width: 44%;
}
}
@media screen and (min-width: 62.063em){
 .headerBar .dnsCell table td {
    width: 68%;
}
.headerBar .dnsCell table td:first-child {
    width: 28%;
}
}
.headerBar .dnsCell img {
    margin:0 21px 0 0;
    padding: 0;
}
.frontPage .bannerBar .dnsCell table, .frontPage .bannerBar .dnsCell table tr, .frontPage .bannerBar .dnsCell table td { 
    width:100%;
    display: block;
    border:0;
    float:left;
    border-collapse: collapse;
}
@media screen and (min-width: 42.063em) and (max-width: 62em) {
 .frontPage .bannerBar .dnsCell table td {
    width: 54%;
}
.frontPage .bannerBar .dnsCell table td:first-child {
    width: 44%;
}
}
@media screen and (min-width: 62.063em){
 .frontPage .bannerBar .dnsCell table td {
    width: 68%;
}
.frontPage .bannerBar .dnsCell table td:first-child {
    width: 28%;
}
}
.frontPage .bannerBar .dnsCell img {
    margin:0 21px 0 0;
    padding: 0;
}

.layoutPage .headerBar .dnsCell, .widePage .headerBar .dnsCell, .companyPage .headerBar .dnsCell {
    padding-top:21px;
    /*padding-bottom:21px;*/
}

/* -----------------------------------------------------------------------------------------------------------------
Wide page with map
----------------------------------------------------------------------------------------------------------------- */
.widePage .googleMap {
    margin-bottom:21px;
    min-height: 600px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border:solid 4px #fff;
    background: #eee;
}
/* -----------------------------------------------------------------------------------------------------------------
Google maps iframe fix
----------------------------------------------------------------------------------------------------------------- */
.googleMap iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widePage .googleMap {
    position: relative;
    padding-bottom: 6%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

/* -----------------------------------------------------------------------------------------------------------------
Main Content
----------------------------------------------------------------------------------------------------------------- */
.mainContent {
    margin-top: 2rem;
    padding-bottom:42px;
}
.phone .companySearch .mainContent {
    padding-top: 0;
}
.frontPage .mainContent {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 62em){
    .mainContent {
        padding-top:21px;
        padding-bottom:21px;
    }
}

/* -----------------------------------------------------------------------------------------------------------------
Treemenu theme for camping
----------------------------------------------------------------------------------------------------------------- */
.sideBar .treeMenu {
    background: #f4f4f4;
    -webkit-box-shadow: inset 0 0 0 1px #e9e9e9;
    box-shadow: inset 0 0 0 1px #e9e9e9;
    margin-bottom: 28px;
}
.sideBar .treeMenu > ul {
    padding: 10px;
} 
.treeMenu li > a {
    font-weight: 300;
    font-size: 20px;
    color:#5c6578;
    padding:10px 14px;
    margin:0 0 4px;
}
.treeMenu li > a:hover {
    color:#22252c;
}
.treeMenu > ul > li> a {    background:url('//images.salattu.fi/sly/images/2014/treemenu-arrow-right.png') no-repeat 96% center;}
.treeMenu > ul > li.current > a, .treeMenu > ul > li.current > a:hover {
    color:#89ab2f;
    font-weight: 400;
    /*border:solid 1px #a0c021;*/
    background: #fff url('//images.salattu.fi/sly/images/2014/treemenu-arrow-right-sel.png') no-repeat 96% center;
}

.treeMenu > ul > li.active > a { font-weight: 400;}
.treeMenu ul > li > ul {
    margin: 14px 0 7px 21px;
}
.treeMenu ul ul > li > a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    padding:4px 7px;
}
.treeMenu ul ul > li.current > a {
    /*font-weight:400;*/
}
@media screen and (max-width: 62em){
   .treeMenu li > a {
    font-size: 16px;
    padding:5px 14px 5px 7px;
}
.treeMenu ul > li > ul {
    margin: 7px 4px;
}
.treeMenu ul ul > li > a {
    font-size: 14px;
    line-height: 18px;
}
}

/* -----------------------------------------------------------------------------------------------------------------
Banner bar
----------------------------------------------------------------------------------------------------------------- */
.bannerBar > .dnsRow {
    padding: 21px 0 0;
}
.bannerBar * { color:#383836;}
.bannerBar .loading {
    background: #f3f3f3 url('//images.salattu.fi/sly/images/2014/loading_grey.gif') center no-repeat;
}
.bannerBar #bannerSlider {
    position: relative;
    /*padding:0 15px;*/
}
.bannerBar #bannerSlider li {
    padding:1px;
}
.bannerBar #bannerSlider img {
    border:solid 3px #fff;
    box-shadow: 0 0 1px #aaa;
}

#campingBannerDesktop.loading {
    height: 440px;

}
.frontPage2017 #campingBannerDesktop.loading {
    height: auto;
    background: #f1f1f1 url('//images.salattu.fi/sly/images/2014/loading.gif') center no-repeat;
}


/* -----------------------------------------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------------------------------------- */
.footer {
    background:#333131;
    padding-top: 35px;
    padding-bottom: 35px;
    color:#c7cdd2;
    font-weight: 300;
    min-height: 420px;
} 
@media screen and (max-width: 40em){ 
    .footer {
        padding-top:14px;
        padding-bottom:14px;
    }

}
.footer .dnsRow h3{
    color: #fff;
    font-weight: 700;
}


.footer a {
    color:#89c319;
    font-weight: 300;
}
.footer a:hover {
    color:#a0b45c;
}
.footer p, .footer h1, .footer h2, .footer h3 {
    color:#c7cdd2;   
    font-weight: 300;
}
.footer table, .footer table td, .footer table tr, .footer table tbody {
    display:block;
    position: relative;
    border-collapse: collapse;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.footer .phone-up-show table {
    width:25%;
    float:left;
}
.footer .phone-up-show table td {
    padding:7px;

}
@media screen and (max-width: 62em){ 
    .footer .phone-up-show table {
        width:50%;
    }
}
.copyright {
    text-align: center;
    margin-top:35px;
}
.copyright, .copyright a {
    color:#677288;
}

/* -----------------------------------------------------------------------------------------------------------------
Home page
----------------------------------------------------------------------------------------------------------------- */
.frontPage .bottomContent {
    margin-bottom:35px;
}
@media screen and (max-width: 62em){ 
    .frontPage .bottomContent {
        margin-top:24px;
    }
}
.frontPage .headerBar .dnsRow {
    color:#525252;
}
.frontPage .headerBar .topRow { 
    padding-top: 21px;
    padding-bottom:21px;
    font-size: 24px;
    text-align: center;
}
.frontPage .topRow .contentArea > * {
    margin:10px auto;
    color:#555; 
    font-size: 26px; 
    display: inline-block;
}


.frontPage.frontPage2017 .topRow .contentArea *  {
    max-width:1300px;
    color:#fff;
    font-weight:400;    
    font-size: 25px;
    display: inline-block;
    line-height:33px;
}
.frontPage.frontPage2017 .topRow .contentArea > h2 {
    margin:50px auto;
    color:#fff;
    font-weight:600;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
    font-size: 55px;
    display: inline-block;
    line-height:62px;
}
.frontPage .middleRow > .dnsCell { padding:0; }
/*.frontPage .middleRow { margin-bottom: 21px; }*/
.frontPage .middleRow { margin-bottom: 0; }
/*.frontPage .bannerBar .dnsRow {
    margin-top:21px;
    margin-bottom:21px;
}
*/
.frontPage.summer  .headerBar {
    background: #cbe9ef;
}
.frontPage.winter .headerBar {
    background: #e2eff7;
}
.frontPage.autumn  .headerBar{
    background: #f2ecd7;
}
@media screen and (min-width: 46.063em){
    .frontPage.spring  .headerBar {
        background: #cbe9ef url('//images.salattu.fi/sly/images/2014/front-bg-summer.jpg') center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .frontPage.summer  .headerBar {
        background: #cbe9ef url('//images.salattu.fi/sly/images/2016/front-bg-summer-new.jpg') center no-repeat;
        /*background: #cbe9ef url('//images.salattu.fi/sly/images/2014/front-bg-summer.jpg') center top no-repeat;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .frontPage.winter .headerBar {
        background: #e2eff7 url('//images.salattu.fi/sly/images/2014/front-bg-winter.jpg') center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .frontPage.autumn  .headerBar{
        background: #f2ecd7 url('//images.salattu.fi/sly/images/2014/front-bg-autumn.jpg') center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
   
}




/* -----------------------------------------------------------------------------------------------------------------
Search
----------------------------------------------------------------------------------------------------------------- */

.desktopMenu .campingSearch.active {
    top:18px;
    background:#9ACB44;
    box-shadow: inset 0 4px 4px rgba(0,0,0,0.2);
    border-radius: 4px 4px 0 0;
    border:0;
    color:#4c6418;
}
.searchBar {
    background:#fff;
    color:#fff;
    padding:15px;
}
.searchBar.active {
    visibility: visible !important;
    opacity:1 !important;
    display: block !important;
    position: absolute;
    z-index: 99999999999999999999999999999999;
    left: 24%;
    width: 50%;
}

    .searchBar.inactive {
        visibility: hidden;
        opacity:0;
        display: none;
    }


/* -----------------------------------------------------------------------------------------------------------------
Buttons
----------------------------------------------------------------------------------------------------------------- */
#idbtnSalesCode, #idProdEnter, .SubmitButton, .submitButton, .button {
    color:#384a12;
    display: inline-block;
    border-radius: 0px;
    border:solid 1px #84af2b;
    background:#9ACB44;
    background: -moz-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c0d849), color-stop(100%, #9bc235));
    background: -webkit-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -o-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -ms-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: linear-gradient(to bottom, #c0d849 0%, #9bc235 100%);
    font-weight: 700;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
    padding:14px;
    text-transform: uppercase;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.42);
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* overwrite campaing bnt */
#idCartKampanja > a  {
    color:#007bb9;
    display: inline-block;
    border-radius: 4px;
    border:solid 0px #fff;
    background:#fff;

    font-weight: 400;
    -webkit-box-shadow: unset;
    box-shadow:  unset;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-shadow:0;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#idCartKampanja > a:hover  {
    color:#84af2b;
  
}

#idProdEnter {
    display: inline-block;
    clear:both;
    margin: 21px auto;
    max-width: 300px;
    padding: 4px;
}
#idbtnSalesCode {
    display: inline-block;
    max-width: 150px;
    padding: 4px;
}
.SubmitButton.blue, .button.blue {
    color:#fff;
    border:solid 1px #89c319;
    background:#008dcb;
    background: -moz-linear-gradient(top, #89c319 0%, #89c319 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #89c319), color-stop(100%, #89c319));
    background: -webkit-linear-gradient(top, #89c319 0%, #89c319 100%);
    background: -o-linear-gradient(top, #89c319 0%, #89c319 100%);
    background: -ms-linear-gradient(top, #89c319 0%, #89c319 100%);
    background: linear-gradient(to bottom, #89c319 0%, #89c319 100%);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
}

.SubmitButton.green, .button.green {
    color:#fff;
    border:solid 1px #79b321;
background: #aae058;
background: -moz-linear-gradient(top, #aae058 0%, #aae058 3%, #82c124 3%, #82c124 100%);
background: -webkit-linear-gradient(top, #aae058 0%,#aae058 3%,#82c124 3%,#82c124 100%);
background: linear-gradient(to bottom, #aae058 0%,#aae058 3%,#82c124 3%,#82c124 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae058', endColorstr='#82c124',GradientType=0 );
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
}
.SubmitButton.yellow, .button.yellow {
    color:#413606;
    border:solid 1px #e3bd15;
    background:#f5c715;
    background: -moz-linear-gradient(top, #fae725 0%, #f5c916 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fae725), color-stop(100%, #f5c916));
    background: -webkit-linear-gradient(top, #fae725 0%, #f5c916 100%);
    background: -o-linear-gradient(top, #fae725 0%, #f5c916 100%);
    background: -ms-linear-gradient(top, #fae725 0%, #f5c916 100%);
    background: linear-gradient(to bottom, #fae725 0%, #f5c916 100%);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
.SubmitButton.light, .button.light {
    color:#007dba;
    border:solid 1px #ddd;
    background:#fff;
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}
/* -----------------------------------------------------------------------------------------------------------------
Sticky
----------------------------------------------------------------------------------------------------------------- */
.is-sticky .stickyElem {
    position: fixed;
    z-index: 9999;
    border-radius: 0;
    /*margin:-7px 0 0 !important;*/
    top:0;
    width:100% !important;
    max-width: 100%;
    left:0;
    background:#fff;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.14);
    box-shadow: 0 0 14px rgba(0,0,0,0.14);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}
.is-sticky .button.active {display: none !important;}
/* no sfx on sticky menu*/
.is-sticky .menuBar .multiMenu > ul > li.active:after { border:0;}
.is-sticky .menuBar { margin:0; padding: 7px 0 0;}


/* -----------------------------------------------------------------------------------------------------------------
EXTRANET MENU
----------------------------------------------------------------------------------------------------------------- */
.extranetBar {
    background:#3a404c;
    padding-top:7px;
    padding-bottom:7px;
    color:#ccc;
}
.extranetBar .extranetTitle {
    /*padding-top:7px;*/
    font-size: 20px;
}

#idWebLogin a {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    color: #fff;
}




/* -----------------------------------------------------------------------------------------------------------------
Mobile menu
----------------------------------------------------------------------------------------------------------------- */
#mobile-popup {
    height:auto;
    top:0;
    left:0;
    width:100%;
    background:#3a404c;
    z-index:299;
}

#mobileMenuToggle {
    display: inline-block;
    border:0;
    -webkit-box-shadow: none;
    filter:none;
    box-shadow: none;
    height:54px;
    cursor:pointer;
    color: #89c319;
    font-size: 2rem;
    background: #fff;
}






/* -----------------------------------------------------------------------------------------------------------------
Yrityshaku global styles 
----------------------------------------------------------------------------------------------------------------- */
#dnsListMainWrapper * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.dnsListMainWrapper span { display: inline-block; }
.dnsListMainWrapper label { cursor:pointer; }
.dnsListMainWrapper .dnsListItem.active  { 
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#dnsList.loading { background: url('//images.salattu.fi/scripts/preloader.gif') no-repeat center 100px; }
.dnsListMainWrapper .dnsListItem.active > .hover { visibility: visible; opacity: 1; }

/* -----------------------------------------------------------------------------------------------------------------
Default widths for search items
----------------------------------------------------------------------------------------------------------------- */
.small.type-1 .dnsListItem, 
.small.type-2 .dnsListItem, 
.small.type-3 .dnsListItem { width: 100%; }

.medium.type-1 .dnsListItem, 
.medium.type-2 .dnsListItem { width: 50%; } 
.medium.type-3 .dnsListItem { width: 33.33333%; }

.large.type-1 .dnsListItem, 
.large.type-2 .dnsListItem { width: 100%; } 
.large.type-3 .dnsListItem { width: 50%; }

.xl.type-1 .dnsListItem, 
.xl.type-2 .dnsListItem { width: 100%; } 
.xl.type-3 .dnsListItem { width: 50%; }

/* -----------------------------------------------------------------------------------------------------------------
Search results
----------------------------------------------------------------------------------------------------------------- */
.dnsListItem .dnsCell {
    padding: 10px;
    width:66.66666%;
}
.dnsListItem .dnsCell:first-child {
    width:33.33333%;
}
/*.small .dnsListItem .dnsCell {width:100%;}*/
.dnsListRatingStar {
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-star-active.png') no-repeat center;
    min-height: 16px;
    min-width: 17px;
    display: inline-block;
    margin: 0 2px;
}
/*------- Search item wrapper -------*/
.dnsListItem {
    padding:15px;
    font-weight: normal;
    color:inherit;
    border:solid 1px #e2e2e2;
    z-index:auto;
    margin-bottom: 4px;
}
/*------- Search item title -------*/
.dnsListItem .dnsListTitle {
    font-weight: 700;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    font-size: 140%;
    width:100%;
    border-bottom: solid 1px #e2e2e2;
}
/*------- Search item rating & schedule -------*/
.dnsListItem .dnsListRating, .dnsListItem .dnsListOpen, .dnsListItem .dnsListArea {
    margin-right: 1em;
    vertical-align: middle;
}
.dnsListItem .dnsListOpen , .dnsListItem .dnsListArea {
    font-weight: 300;
    color:#777;
}
/*------- Search item rating -------*/
.dnsListItem .dnsListRating {
    margin-right: 1em;
}
/*------- Search item location -------*/
.dnsListItem .dnsListArea {
    clear:both;
    width: 100%;
    margin-bottom: -3px;
    margin-top: 3px;
}
/*------- Search item image -------*/
.dnsListItem .dnsListImg {
    max-height: 200px;
    min-height: 100px;
    overflow: hidden;
}
.dnsListItem .dnsListImg.empty {
    background: #eee url('//images.salattu.fi/sly/images/2014/icon-noimage.png') no-repeat center;
}
.small .dnsListItem .dnsListImg {
    max-height: 120px;
    min-height: 100px;
}
.dnsListItem .dnsListImg > img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    border:0;
}
.lt-ie9 .dnsListImg img { -ms-interpolation-mode: bicubic; zoom: 1; }

/*------- Search item hover content wrapper -------*/
.dnsListMainWrapper .dnsListItem > .hover {
    visibility: hidden;
    opacity: 0;
    height:auto;
    left:0;
    top:100%;
    z-index: 10;
    width:100%;
    position: absolute;
    background:red;
    padding: 15px;
    -webkit-backface-visibility: hidden;
}
/*------- Search item hover effect -------*/
.dnsListMainWrapper .dnsListItem.active { 
    -webkit-box-shadow: inset 0 0 14px rgba(0,0,0,0.10);
    box-shadow: inset 0 0 14px rgba(0,0,0,0.10);
    border:solid 1px #ddd;
}

/* -----------------------------------------------------------------------------------------------------------------
Filters (tuotehakusivulla vasemmalla)
----------------------------------------------------------------------------------------------------------------- */
.sortingWrap .viewer .view  { display:none; }
.dnsListFiltersWrap * { 
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.dnsListFiltersWrap { border:1px solid #efefef;; overflow: hidden; margin-bottom: 4px; }
.dnsListFiltersWrap .dnsListFilterGroup > .dnsCell, .dnsListFiltersWrap .dnsListFilterBottom > .dnsCell { 
    padding-left:1em;
    padding-right:1em;
}
.dnsListFiltersWrap span {
    display: inline-block;
    vertical-align: middle;
}
.dnsListFiltersWrap label { 
    cursor:pointer; 
    vertical-align: middle;
}
.dnsListFiltersWrap .dnsListFilterGroup { margin-bottom:1em; }
.dnsListFilterHitCounterText { margin: 0 0.3em 0 0;}
.dnsListFiltersWrap .dnsListFilterTitle   {
    background: #89c319;
    font-weight: 700;
    color: #fff;
    margin-bottom:0.5em;
    font-size: 120%;
    line-height: 2;
    text-align: center;
}
.dnsListFiltersWrap .typeCustom .keywordSearch  { margin-bottom: 0.5em; }
.dnsListFiltersWrap .typeCustom .dateSearch  { margin-bottom: 1em; }
.dnsListTitle { color:#89C319; }
.filterIconNimi, .filterIconPvm { 
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
}
.filterIconNimi { background: url('//images.salattu.fi/system/images/tuotehaku/icon-search.png') no-repeat; }
.filterIconPvm { background: url('//images.salattu.fi/system/images/tuotehaku/icon-date.png') no-repeat; }
.dnsListFiltersWrap .typeCustom .keywordSearch > input { width:100%; }
.dnsListFiltersWrap .typeCustom .dateSearch > input { width:45%; }
.dnsListFiltersWrap .typeCustom .dateSearch .divider { 
    width:5%; 
    text-align: center; 
    display: none;
}
.dnsListFilterCount {
    color: #999;
    font-size: 80%;
    margin-left: 4px;
    vertical-align: top;
}
.dnsListFilterGroup.type1 { border-top:solid 1px #e2e2e2; }
.dnsListFilterBottom .dnsListFilterHitCounterWrap { 
    margin-bottom:0.3em;
    font-size: 1.2em;
}
.dnsListFilterBottom .dnsListFilterResetWrap  { margin-bottom:1em; }
.dnsListFilterReset { 
    cursor:pointer; 
    padding-left:21px;
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-del-active.png') no-repeat left center;
}

.online-booking-cell { margin-bottom: 1em; }
.online-booking-cell .icon-calendar-1 { font-size: 18px; padding: 0 5px; }

/*------- luokitukset -------*/
.luokitus .dnsListRating  {
    display: block;
    cursor: pointer;
}
.dnsListRating .filter {
    margin-bottom:4px;
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-star.png') no-repeat left center;
}
.dnsListRating.active .filter, .dnsListRating:hover .filter {
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-star-active.png') no-repeat left  center;
}
.dnsListFilterGroup .filterHeader {
    font-weight: 700;
    color:#777;
    text-transform: uppercase;
    margin-bottom:7px;
    border-bottom:solid 1px #e2e2e2; 
}
.dnsListFilterWrap.disabled { opacity: 0.6; }
.dnsListFilterWrap.disabled > * { cursor:default; }
.luokitus .dnsListRating {
    padding-left:21px;
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-check.png') no-repeat left center;
}
.luokitus .dnsListRating.active  {
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-check-active.png') no-repeat left  center;
}

/*------- Form elements within sorting filters -------*/
.dnsListFiltersWrap input[type=text], .dnsListFiltersWrap select, 
.dnsListFiltersWrap textarea {
    vertical-align: middle;
    width:100%;
    display: inline-block;
    border:solid 1px #e2e2e2;
    padding:0.4em;
}
.dnsListFiltersWrap input[type="checkbox"], .dnsListFiltersWrap input[type="radio"] { 
    vertical-align: middle; 
    margin-right: 5px;
    margin-left: 0;
}
.dnsListFiltersWrap input[type=text]:focus, .dnsListFiltersWrap select:focus, 
.dnsListFiltersWrap textarea:focus { border:solid 1px #bbb; }


.nearestSearch { margin-bottom: 5px; }
.nearestSearch .button.blue {
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
.nearestSearch .button.blue:hover, #haeLahimmat:checked + label {
    color:#384a12;
    border:solid 1px #84af2b;
    background:#9ACB44;
    background: -moz-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c0d849), color-stop(100%, #9bc235));
    background: -webkit-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -o-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -ms-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: linear-gradient(to bottom, #c0d849 0%, #9bc235 100%);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
#haeLahimmat { display: none; }
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */


/*
 *  Owl Carousel - Core
 */

 .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    padding: 0;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            /*display:none;*/
            max-height: 400px;
            width: 90%;
            -webkit-transform-style: preserve-3d;
            object-fit: cover;
            max-height: 80px;
            min-height: 80px;
        }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*tuotehaku custom*/

.dnsListItem .ProdPrice .ProdPriceSale {
    color: #555555 !important;
    font-weight: 400 !important;
}

.dnsListItem .badge.sale {
    background: #55bf65 !important;
    color: #fff !important;
    right: -5px !important;
    top: -5px !important;
}

.dnsListItem .button-offer {
    background: #2d63ac !important;
}

.dnsListItem .prodBuy, .dnsListItem .prodBuyInfo, .dnsListItem .ProdAddToComp {
    background: #2d63ac !important;
}

.is-cart .leftContent ,.is-prod-brands .leftContent{
    display:none !important; 
}
.is-cart .rightContent,.is-prod-brands .rightContent{
    width:100% !important;
}



/* -----------------------------------------------------------------------------------------------------------------
Mobile content within content areas
----------------------------------------------------------------------------------------------------------------- */
ul {
    list-style-type: none;
}
@media screen and (max-width: 1523px) {
    .header-desktop-top .multi-menu a{
        font-size:14px;
    }
}
@media screen and (max-width: 768px) {
    a.sertiLink {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .content-area .dnsCell {
        margin-bottom: 1.5em;
    }

    .front-page .bg-elem {
        margin-top: 0;
    }
    



    .bg-elem .owl-carousel .owl-item img {
        max-width: none;
        height: 320px;
        width: auto;
    }

    .news-elem {
        width: 100%;
        margin-left: 0;
    }

    .front-page .printable {
        width: 100%;
        margin-left: 0;
    }

    .content-area-3 {
        width: 90%;
    }

    .owl-nav .owl-next {
        display:none;
    }
    .owl-nav .owl-prev {
        display:none;
    }

}

/* -----------------------------------------------------------------------------------------------------------------
Sorting elements: pager, sorting, views
----------------------------------------------------------------------------------------------------------------- */
.dnsListMainWrapper .sortingWrap {
    background: #fcfcfc;
    border: solid 1px #e2e2e2;
    
}
.dnsListMainWrapper .dnsListTopSortingWrap {
    margin-bottom: 4px;
    margin-top: 4px;
}
.sortingWrap .dnsCell { 
    padding: 5px;
    width: 33.3333%; 
}
.small .sortingWrap .dnsCell { 
    width: 50%; 
}
.sortingWrap .dnsListPage {
    font-size: 90%;
    line-height: 1.5em;
    background: #fff;
    padding: 0;
    border: solid 1px #e2e2e2;
    color: #939393;
    margin-right: 0.3em;
    min-width: 1.5em;
}
.sortingWrap .dnsListPage:hover, .sortingWrap .dnsListPage.active {
    background: #424242;
    color: #fff;
}
.sortingWrap .dnsListPage.active { cursor:default; }
.sortingWrap .sorter { text-align: center; }
.small .sortingWrap .sorter { text-align: right; }
.sortingWrap .sorter .select2-container { width:100%; }
.sortingWrap .sorter .select2-container .select2-choice { 
    border-radius: 0; 
    font-weight: 400; 
    border:solid 1px #ddd;
}
.small .sortingWrap .viewer { display:none; }
.sortingWrap .viewer { text-align: right; }
.sortingWrap .viewer .view {
    overflow: hidden;
    border:0;
    vertical-align: middle;
    width:19px;
    height:16px;
    text-indent: -999px;
    margin-right: 4px;
    background-color: transparent;
    background-image: url('//images.salattu.fi/system/images/tuotehaku/icon-views.png');
    background-repeat:  no-repeat;
    background-position: 3px 0;
    opacity:0.5;
}
.sortingWrap .viewer .current {
    opacity:1;
    cursor:default;
}
.sortingWrap .viewer .two {
    background-position: -51px 0;
}
.sortingWrap .viewer .three {
    background-position: -25px 0;
}
.dnsListBottomSortingWrap .dnsCell {
    width: 50%;
}
.sortingWrap .dnsListBackToTop {
    cursor:pointer;
    padding-right: 35px;
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-arrow-up.png') no-repeat 97% center;
    text-align: right;
}

/*------- Form elements within sorting filters -------*/
.dnsListMainWrapper input[type=text], .dnsListMainWrapper select, 
.dnsListMainWrapper textarea {
    width:100%;
    display: inline-block;
    border:solid 1px #e2e2e2;
    padding:0.4em;
}
.dnsListMainWrapper input[type=text]:focus, .dnsListMainWrapper select:focus, 
.dnsListMainWrapper textarea:focus { border:solid 1px #bbb; }
.dnsListMainWrapper button {
    background:#999;
    border:solid 1px #e2e2e2;
    display: inline-block;
    margin:0;
    padding:0;
}
.dnsListMainWrapper .hasDatepicker { width: 48%;}

/* -----------------------------------------------------------------------------------------------------------------
Camping yrityshaku
----------------------------------------------------------------------------------------------------------------- */
/*#dnsListViewer { display: none; }
.dnsListOpen { display: block; }*/

.dnsListFiltersWrap.closed .dnsListFilterTitle:before { 
    width: 0;
    height: 0;
    right: 5px;
    top: 40%;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    font-size: 0;
    line-height: 0;
    content: "";
}
.dnsListFiltersWrap.open .dnsListFilterTitle:before { 
    width: 0;
    height: 0;
    right: 5px;
    top: 40%;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    font-size: 0;
    line-height: 0;
    content: "";
}
.dnsListFilterExpand {
	text-align: center;
	background: lightgrey;
	cursor: pointer;
	padding: 3px 0;
	font-weight: 500;
}
.dnsListFilterBottomExpand { display: none; }
.closed .dnsListFilterGroup, .closed .luokitus, .open .dnsListFilterBottomExpand { display: none; }
.open .dnsListFilterGroup, .dnsListFilterGroup.typeCustom, .open .luokitus, .closed .dnsListFilterBottomExpand { display: block; }

.dnsListFilterExpand:before { 
	width: 0;
	height: 0;
	right: 6px;
	top: 40%;
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	font-size: 0;
	line-height: 0;
	content: "";
}

/* -----------------------------------------------------------------------------------------------------------------
Hakuelementti 
----------------------------------------------------------------------------------------------------------------- */
.campingSearch * { 
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box; 
}
.campingSearchForm > .dnsCell { padding-bottom: 3px; }

.frontPage2017 .campingSearchForm 
{
   /* max-width: 90%;
    margin-left: 5% !important;*/
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.40);
   
}

.campingSearch span, .campingSearch .linkki { 
    color:#fff;
    display: inline-block;
    vertical-align: middle; 
    text-decoration: none;
}
.campingSearch input[type="text"], .campingSearch select { 
    padding: 7px;
    color:#71757a;
    width: 100%;
    border:0;
    font-weight: 300;
    background-color: #f5f5f5;
}
.frontPage2017 .campingSearch input[type="text"],.frontPage2017 .campingSearch select { 
    
    color:#71757a;
    width: 100%;
    border:0;
    background: #f5f5f5;
    font-weight: 300;
    border-radius:3px;
}
.campingSearch .campingSearchCard { 
    color:#fff;
    font-size: 18px;
    text-align: center;
}
.campingSearch select { 
    padding: 8px; 
    background-color: #f5f5f5 !important;
    margin-bottom: 15px;
}
.campingSearch .select-type { 
    background: #fff url('//images.salattu.fi/sly/images/icon-type.png') no-repeat 6px center;
    padding-left: 26px;
}
.campingSearch .select-rating { 
    background: #fff url('//images.salattu.fi/sly/images/icon-rating.png') no-repeat 6px center;
    padding-left: 26px;
}
.campingSearch .search-input { 
    background: #fff url('//images.salattu.fi/sly/images/haku.png') no-repeat 6px center;
    padding-left: 26px !important;
    background-size:16px;
}
/*.is-mobile .campingSearch select { 
    -webkit-appearance: listbox;
}*/

.campingSearch .SubmitButton {
    font-size: 22px;
    padding:10px;
}
.frontPage2017 .campingSearch .SubmitButton {
    max-width:500px;
}

/*------- otsikko + karttalinkki -------*/
.campingSearchHeader > .title {
    font-size: 1.2rem;
    font-weight: 700;
}
.campingSearchHeader > .icon {
    height:35px;
    width:35px;
    background: url('//images.salattu.fi/sly/images/2014/icon-search.png') no-repeat left center;
}
.frontPage2017 .campingSearchHeader{
    padding-top:20px !important;
    padding-bottom:20px !important;  
}
.rus .campingSearchHeader > .icon { display: none !important; }
/*------- hakukentt� -------*/
.campingSearchQuery input[type="text"] { font-weight: 400; }
/*------- dates -------*/
.campingSearchDate label { 
    color:#fff; 
    cursor: pointer;
}
.campingSearchDate input[type="text"] {
    padding-left: 30px;
    background: #fff url('//images.salattu.fi/system/images/tuotehaku/icon-calendar.png') no-repeat 4px center; 
}
/*------- Kaikki kohteet -------*/
.campingSearchList > .linkki {
    font-weight: 400;
}
.frontPage2017 .campingSearchList > .linkki {
    font-weight: 600;
    background:  url('//images.salattu.fi/sly/images/list.png') no-repeat 4px center; 
    background-size:24px;
        padding-left: 38px;
}
/*------- Kohteet kartalla -------*/
.campingSearchLocate > .linkki {
    font-size: 16px;
    font-weight: 700;
    font-family: 'museo_sans500', sans-serif;
    text-transform: uppercase;
    background: none;
    border: 0;
}
.campingSearchLocate .linkki .icon, .companyContactMap .iconLocation  {
    height: 23px;
    position: absolute;
    margin-left: 10px;
    display: inline-block;
    width: 21px;
    /*background: url('//images.salattu.fi/sly/images/2014/icon-map.png') no-repeat left center;*/
    background: url('//images.salattu.fi/sly/images/icon-location.png') no-repeat left center;
}
/*------- content pages' search -------*/
.wideSearch .campingSearchHeader, .wideSearch .campingSearchSubmit, .wideSearch .campingSearchRating,  
.wideSearch .campingSearchDate, .wideSearch .campingSearchKey, .wideSearch .campingSearchQuery   { 
    margin-bottom: 14px; 
}

.wideSearch .campingSearch .dnsRow { 
    margin-right:0; 
    margin-left:0; 
}

.wideSearch .campingSearch .campingSearchDate .dnsRow .dnsCell, .wideSearch .campingSearch .campingSearchForm > .dnsCell {
    padding-right: 0;
    padding-left: 0;
}
.wideSearch .campingSearch .campingSearchForm .dnsCell.campingSearchHeader {
	width: 100%;
}
.wideSearch .campingSearchRating { padding: 0; }
@media screen and (min-width: 48.063em){ 
 .wideSearch .campingSearch .campingSearchForm > .dnsCell { width: 33.3333%; }
}
@media screen and (min-width: 62.063em){
 .wideSearch .campingSearchForm > .dnsCell { padding-bottom: 7px; }
 .wideSearch .campingSearchHeader { margin-bottom: 21px; }
}
@media screen and (min-width: 80.063em){
    .wideSearch .searchBar > .dnsRow { width:70%; }
}

/*------- home page search -------*/
.frontPage .campingSearch {
    background:#89c319;
    color:#21312d;
    padding:15px;    
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 14px rgba(0,0,0,0.1) inset;
}
.frontPage2017 .campingSearch {
    background:rgba(255,255,255,0.7);
    color:#21312d;
    padding:15px;    
     margin-top:200px;
     margin-bottom:115px;
    
}

.frontPage .campingSearchForm .campingSearchHeader, .frontPage .campingSearchForm .campingSearchLocate { 
    padding-top: 7px;
    padding-bottom: 7px;
    padding: 0;
    margin: 0;
}
.frontPage .campingSearchLocate  { border-top:solid 1px #afce5d; }
.frontPage2017 .campingSearchLocate  { border-top:none; padding-bottom:15px; }
.frontPage .campingSearchSubmit { padding-top: 7px; }
.sivu .frontPage .campingSearchForm  .campingSearchSubmit {
    padding-top: 10px;
    padding-bottom: 0;
    padding: 0;
    margin: 0;

}
.frontPage2017 .campingSearchSubmit{
    
    margin-top:10px;
    margin-bottom:10px;
}
.frontPage .campingSearch .campingSearchRating .dnsCell, .frontPage .campingSearch .campingSearchDate .dnsCell {
	width: 50%;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 40.063em){
    .frontPage .campingSearch {
        height: 100%; /* equalize height with banner 1/3*/
        position: absolute; /* equalize height with banner 2/3 */
        right:0; /* equalize height with banner 3/3*/
    }
     .frontPage2017 .campingSearch {
        height: 100%; /* equalize height with banner 1/3*/
        position: relative; /* equalize height with banner 2/3 */
        right:0; /* equalize height with banner 3/3*/
    }
}
@media screen and (min-width: 40.063em) and (max-width: 52em){
    .frontPage .campingSearch .icon, .frontPage .campingSearch .campingSearchList  {
        display: none;
    }
    .frontPage .campingSearchHeader > .title {
        font-size: 24px;
        font-weight: 700;
    }
     
}
@media screen and (min-width: 62.063em){
    .frontPage .campingSearch .dnsRow .dnsRow { 
        margin-right:0; 
        margin-left:0; 
    }
    .frontPage .campingSearchForm .campingSearchHeader, .frontPage .campingSearchLocate { 
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .frontPage .campingSearchList { padding-top: 7px; }
    .frontPage .campingSearchForm > .dnsCell { padding-bottom: 7px; }
    .frontPage .campingSearch > .dnsCell {
        padding-left: 10%;
        padding-right: 10%;
    }
    .frontPage .campingSearch .campingSearchDate .dnsCell  { padding: 0; }
    .frontPage .campingSearch {
     width: 32.33333%;
     margin-left: 1%;
 }

     .frontPage2017 .campingSearch {
     width: 100%;
     margin-left: 1%;
 }

  
}
@media screen and (min-width: 70.063em){
    .frontPage .campingSearchForm .campingSearchHeader, .frontPage .campingSearchLocate { 
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
.lt-ie9 .frontPage .campingSearch {
    height: 100%; /* equalize height with banner 1/3*/
    position: absolute; /* equalize height with banner 2/3 */
    right:0; /* equalize height with banner 3/3*/
}

.frontPage .campingSearchForm .dnsCell.checkbox-icon-cell { padding: 0 10%; text-align: center; }

.frontPage2017 .campingSearchForm .dnsCell.checkbox-icon-cell
 { padding: 0; text-align: center; }

.checkbox-icon { display: none; }
.checkbox-icon-label { color: #000; font-weight: 400; cursor: pointer; }
.checkbox-icon-label:before {
	content: "";
	font-size: 12px;
    font-weight: 700;
	line-height: 1;
	display: inline-block;
    vertical-align: middle;
	border: solid 2px #000;
	height: 16px;
	width: 16px;
	margin-right: 8px;
	border-radius: 50%;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box; 
} 

.checkbox-icon:checked + .checkbox-icon-label:before {
	font-family: 'dns-icons';
	content: "\e85e"; 
	color: #89c319;
	background: #000;
	border: none;
    padding: 2px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 


/* -----------------------------------------------------------------------------------------------------------------
Kohdesivu (yritys)
----------------------------------------------------------------------------------------------------------------- */
.companyPage .companyTop *, .companyPage .companySide * {    
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box; 
}
.companyDetails span, .companyProperties span {
    display: inline-block;
    margin-right:0.3em;
    line-height: 120%;
    color:#777;
    font-size: 98%;
}
.companyPage .companyTop {
    padding-top: 21px;
    padding-bottom: 21px;
}
.companyPage .companySide .button.yellow {
    margin-bottom:21px;
}
/*------- Company details -------*/
.companyPage .companyImage .img, .companyPage .companyImage .bxslider img  { 
    border: none;
    min-height: 240px;
    background:#fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.frontPage2017 .companyOnlineBooking{
    margin-top:15px;
}

.frontPage2017 .companyContact{
    border-right:1px 0;
    min-height:180px;

}

.companyDetails .companyContactTitle  {
    font-weight: 700;
    font-size: 24px;
    color:#777;
    margin-bottom: 7px;
}
.companyDetails .companyContactStar {
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-star-active.png') no-repeat center;
    min-height: 16px;
    min-width: 17px;
    display: inline-block;
    margin: 0 2px;
}
.companyDetails .companyContactMap {
    width:auto;
    padding:7px 14px;
}
.companyContactAddress { width:100%; }
.companyDetails .companyContactGps    {
    width:100%;
    margin-bottom: 7px;
}
.companyDetails .dnsCell > hr {
    border-color: #ddd transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    clear: both;
    height: 0;
    margin:14px 0;
}
.companyDetails .companyOpen > span, 
.companyDetails .companySale > span {
    font-size: 1.3em;
    padding-left: 140px;
}
.companyDetails .companySale > span {
    font-size: 1.1em;  
    line-height: 1.3;
}
.companyDetails .companyOpen { background: url('//images.salattu.fi/sly/images/2014/icon-calendar.png') no-repeat 110px top; 
    /*width: 66.66666%; */
    float: right; 
}
.companyDetails .companySale { background: url('//images.salattu.fi/sly/images/ckey-logo-transparent.png') no-repeat 15px center; 
    /*width: 66.66666%; */
    float: right; 
}

.button.ico-button {
	width: 100%;
    vertical-align: middle;
    padding: 0;
	border: none;
	background: #008dcb;
    background: -moz-linear-gradient(top, #00a4d5 0%, #0084c7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00a4d5), color-stop(100%, #0084c7));
    background: -webkit-linear-gradient(top, #00a4d5 0%, #0084c7 100%);
    background: -o-linear-gradient(top, #00a4d5 0%, #0084c7 100%);
    background: -ms-linear-gradient(top, #00a4d5 0%, #0084c7 100%);
    background: #89c319;
    overflow: hidden;
    padding: 4px;
    width: 100%;
}
.frontPage2017 .button.ico-button.half { width: 60%; }

.button.ico-button .icon {
    width: 15%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
	color: #000;
	background: #9ACB44;
    background: -moz-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c0d849), color-stop(100%, #9bc235));
    background: -webkit-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -o-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: -ms-linear-gradient(top, #c0d849 0%, #9bc235 100%);
    background: linear-gradient(to bottom, #c0d849 0%, #9bc235 100%);
}
.button.ico-button span {
    width: 85%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	margin: 0;
	color: #fff;
    text-shadow: none;
    font-size: 0.8rem;
    font-weight: 600;
}


/*.frontBanner .button { width:auto; } */
.frontPage2017 .frontBanner .detail.button {
    width: 100%;
    vertical-align: middle;
    padding: 6px 0;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    background: #89c319;
    font-weight: 100;
}


.frontBanner .detail.button {
    width: 50%;
    vertical-align: middle;
    padding: 6px 0;
    text-align: center;
}

.frontBanner {
    height: 440px;
    padding: 20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-top: 0;
} 
.frontPage2017 .frontBanner {
    min-height: 620px;    
}

.frontBanner .companyImage .img { 
    border: solid 4px #fff;
    background:#fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.frontPage2017 .frontBanner .companyImage .img { 
    border: none;
    background:transparent;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.frontPage2017 .frontBanner .companyImage img { 
    border: none;
    background:#fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.frontBanner .companyTop .stars{
    background: url('//images.salattu.fi/system/images/tuotehaku/icon-star-active.png') repeat-x left center;
    width: 100px;
    height: 16px;
    margin: 10px 2px;
}
.frontBanner .companyTop .stars.five{
    width: 85px;
}
.frontBanner .companyTop .stars.four{
    width: 68px;
}
.frontBanner .companyTop .stars.three{
    width: 51px;
}
.frontBanner .companyTop .stars.two{
    width: 34px;
}
.frontBanner .companyTop .stars.one{
    width: 17px;
}
.frontBanner .companyTop .stars.zero{
    display: none;
}

.frontBanner .companyDetails .companySale {
	background: none;
    float: right;
}
.frontBanner .companyDetails .companySale > span {
    padding-left: 0px;
}

.frontPage2017 .frontBanner .companyDetails .companySale > span {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    display: block;
}

.frontBanner .companyDetails .companyOpen {
    background: url('//images.salattu.fi/sly/images/2014/icon-calendar.png') no-repeat 110px center;
}

.frontPage2017 .frontBanner .companyDetails .companyOpen {
    background: url('//images.salattu.fi/sly/images/2014/icon-calendar.png') no-repeat 20px center;
}
.frontBanner  .companyDetails .companyOpen > span {
    font-size: 1.3em;
    padding-left: 140px;
    line-height: 60px;
}
.frontPage2017 .frontBanner  .companyDetails .companyOpen > span {
    
    padding-left: 50px;
    
}


/*------- Company sidebar -------*/
.companySide .companyProperties {
    font-size: 110%;
    border:solid 1px #e8e8e8;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.companySide .propertyTitle {
    padding: 7px 14px;
    font-size: 0.9rem;
    color:#89c319;
    margin-bottom: 14px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    background-position: 96% center;
    background-repeat: no-repeat;
    border-bottom:solid 1px #e8e8e8;
}
.companySide .companyProperty {
    line-height: 100%;
    text-transform: capitalize;
    width: 100%;
    padding:4px 21px 4px 14px;
    background: none;
}
.companySide .type7 .companyProperty, .companySide .type6 .companyProperty, .companySide .type4 .companyProperty, .companySide .type5 .companyProperty  {
    padding: 4px 21px 4px 40px;
    background: url('//images.salattu.fi/sly/images/2020/checkbox.png') no-repeat 14px center;
}

.companySide .type4 .propertyTitle { background-image: url('//images.salattu.fi/sly/images/2014/icon-company-bed.png');}
.companySide .type5 .propertyTitle { background-image: url('//images.salattu.fi/sly/images/2014/icon-company-info.png'); }
.companySide .type2 .propertyTitle { background-image: url('//images.salattu.fi/sly/images/2014/icon-company-service.png'); }
.companySide .type6 .propertyTitle { background-image: url('//images.salattu.fi/sly/images/2014/icon-company-activity.png'); }
.companySide .type7 .propertyTitle { background-image: url('//images.salattu.fi/sly/images/2014/icon-company-misc.png'); }

.printablePriceInfo { list-style-type: none; padding: 0; }
.printablePriceInfo li { padding: 5px 0; }
.printablePriceInfo span { display: block; }
.printablePriceInfo .title { font-weight: bold; margin: 0 0 5px 0; }

/* -----------------------------------------------------------------------------------------------------------------
Kohdesivu (yritys) mobile fixes
----------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 42em){
    .companySide .propertyGroup { padding: 4px 14px; }
    .companySide .companyProperty {
        width: auto;
        padding: 0;
    }
    .companySide .type6 .companyProperty {
        width: auto;
        padding: 0 0 0 43px;
        margin-top: 5px;
    }
    .companyPage .companyImage .img { 
        margin-bottom: 14px;
        max-height: 280px;
        overflow: hidden;
    }
}

/* -----------------------------------------------------------------------------------------------------------------
Ostoskorisivu
----------------------------------------------------------------------------------------------------------------- */
#ProdPageProdCode span, #ProdPagePriceRecTitle, #ProdPagePricePreTitle { font-weight:700;}
#idItellaSel { margin:7px 0 35px; }
#idAddToCart {display:none !important;}
#CartFormDetails ul, #CartFormDetails li {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
#idFrmReg1 input, #idOrderPerson input, #idFrmToimitus input, #idFrmLogin1 input, #CartFormDetails #idFrmLogin1 input {
    /*width:240px;*/
    display:block;
}
#idFrmReg1 select, #idOrderPerson select, #idFrmToimitus select, #idToimitustavat select {
    width:260px;
    padding:6px;
    display:block;
    border:solid 2px #ddd;
}
#idToimitustavat select {
    width:300px;
    padding:6px;
    display:block;
    border:solid 2px #ddd;
}
#idFrmToimitus li {margin:0 0 7px;}
#CartFormDetails input[type='radio'], #CartFormDetails input[type='checkbox'] { padding:4px; }
#idOMOrder {
    height: 40px !important;
    float:none !important;
    clear:both;
    padding:0 14px 0;
    margin:0 0 21px;
    font: 700 21px/40px 'museo_sans500', 'Open Sans', Arial, helvetica, sans-serif !important;
}
#CartFormDetails #idShopLogin { margin:7px 0; }

/* -----------------------------------------------------------------------------------------------------------------
Colrobox greenify
----------------------------------------------------------------------------------------------------------------- */
/* -------------------------- Colorbox Green border test ----------------------------- */
#cboxWrapper #cboxTopLeft{width:21px; height:21px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -101px 0;}
#cboxWrapper #cboxTopRight{width:21px; height:21px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -130px 0;}
#cboxWrapper #cboxBottomLeft{width:21px; height:21px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -101px -29px;}
#cboxWrapper #cboxBottomRight{width:21px; height:21px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -130px -29px;}
#cboxWrapper #cboxMiddleLeft{width:21px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') left top repeat-y;}
#cboxWrapper #cboxMiddleRight{width:21px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') right top repeat-y;}
#cboxWrapper #cboxPrevious{position:absolute; bottom:0; left:0; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxWrapper #cboxNext{position:absolute; bottom:0; left:27px; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxWrapper #cboxClose{position:absolute; top:0; right:0; background:url('//images.salattu.fi/sly/images/2014/controls_green.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxWrapper #cboxTopCenter{height:21px; background:url('//images.salattu.fi/sly/images/2014/border_green.png') 0 0 repeat-x;}
#cboxWrapper #cboxBottomCenter{height:21px; background:url('//images.salattu.fi/sly/images/2014/border_green.png') 0 -29px repeat-x;}

/* -----------------------------------------------------------------------------------------------------------------
Ostoskori
----------------------------------------------------------------------------------------------------------------- */
.shoppingCart {
    padding-left: 24px;
}
.shoppingCart .icon, .shoppingCart .cartLink {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
} 
.shoppingCart .icon {
    width: 26px;
    background: url('//images.salattu.fi/sly/images/2014/icon-cart-topbar.png') no-repeat left center;
}

/* Hidden from front */
#Ostoskori {
    display: none;
}

/* -----------------------------------------------------------------------------------------------------------------
Yritysportaalimenu (kohdesivun menu)
----------------------------------------------------------------------------------------------------------------- */
#listMenuYP {
	margin-bottom: 14px;
	background-color: #f5f5f5;
	border: solid 1px #e8e8e8;
	text-align: left;
}
#listMenuYP > li.active, #listMenuYP > li:hover { background: #fff; /*top: 1px; */}
#listMenuYP > li.active > a { font-weight: 500; padding-top: 9px; padding-bottom: 11px; }
#listMenuYP li > a {
	color: #777;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 25px;
	font-size: 20px;
}
#listMenuYP li > a:hover { 
	color: #019bdd; 
	/*padding-top: 9px;*/
	/*padding-bottom: 11px;*/
}
#listMenuYP li.active > a { 
    color: #89c319; 
    background: #f5f5f5;
}
#listMenuYP > li.has-menu > a:after {
	width: 0;
	height: 0;
	right: 6px;
	top: 48%;
	position: absolute;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #89c319;
	font-size: 0;
	line-height: 0;
	content: "";
}

.toggle-map {
    font-weight: 700;
	border: 0;
    padding: 5px;
    width: 100%;
	background: #eee;
	color: #a1a1a1;
}
.map-canvas { margin-top: 4px; }

.info-window .info-company-name {
    font-weight: 700;
    font-size: 22px;
    color: #777;
}

.info-window div, .info-window a { line-height: 1.75; display: block; }


/* -----------------------------------------------------------------------------------------------------------------
Misc
----------------------------------------------------------------------------------------------------------------- */
.rus .campingSearch .SubmitButton {
    font-size: 20px;
}
.rus .campingSearchHeader > .title {
    font-size: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .frontPage2017 .campingSearch {
        margin-top:20px ;
    }
    .frontPage2017 .frontBanner {
        height:auto ;
    }
             
    .frontPage2017 .companyContact {
        padding-top:20px;
        border-right:none;
        box-shadow:none;
        min-height:initial;
    }             
}

/* cookiepolicy */
a.cc-btn.cc-dismiss {
    background: #89c319;
}


/* product tabs */


#ProdPageTabsWrap li, #ProdPageTabsWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}


#ProdPageTabsWrap ul {
    padding: 40px 0 0 10px;
    width: 98.6%;
    border: 3px solid #FFF;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    background: #FFF;
    position: relative;
    top: -1px;
    left: -2px;
    margin: 0 0 30px 0;
}

.dnTabsWrapper {
    border: 1px solid #e1e1e1;
}

.tab-content {
    margin: 30px !important;
}

#ProdPageTabsWrap ul.tabs li a {
    color: inherit;
    font-weight: 400;
    font-size: 0.8em;
    display: inline-block;
    padding: 0.5em 1em;
    /* margin: 15px 0 -5px 0; */
    margin: 0 0;
    position: relative;
    top: 0;
    left: 0;
    line-height: 100%;
    outline: none;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    zoom: 1;
    text-align: center;
}

#ProdPageTabsWrap ul.tabs li.current a {
    position: relative;
    font-weight: 700;
    top: 1px;
    left: 0;
    background: #fff;
    box-shadow: none;
    display: block;
    cursor: default;
    max-width: 100px;
}

/* Ostoskori kampanja */

.product-footer #idCartKampanja {
    text-align: left !important;
    display: inline-block;
}

/* cke-active */
a#ckeLink:hover{
    color: #019bdd;
}

a#ckeLinkMobile, li.list-item-1381.first, #caravanEsite, #tuoteHaku {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    margin: 17px 0px 0 0;
    display: block;
    background: #89c319;
    padding: 7px;
    text-align: center;
    cursor: pointer;
}

a#ckeLinkMobile img, #caravanEsite img, #tuoteHaku img {
    margin: 0 0 0 20px;
    height: 27px;
    /*right: 20px;*/
    position: absolute;
    transform: rotate(20deg);
    right: 12px;
}
a#ckeLink {
    display: table;
    float: right;
    clear: none;
    color: #20312d;
    font-weight: 300;
    margin: 0px 0 0 0;
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 510px;

}

.fullWidth{
    max-width: unset;
}
.zeroPadding{
    padding: 0;
}
ul#sisaltoNosto_1 {
    margin-block-start: 0;
    margin-block-end: 0;
}
ul#sisaltoNosto_1 p {
    margin: 0;
}
.dnsRow.menubar {
    padding: 0.8rem 0;
    padding-bottom: 0;
}
.bannerBar.greyBar h2 {
    color: #89c319;
    line-height: 1.2rem;
    font-size: 2.5rem;
    font-weight: 700;
}
a.ckeNappula {
    background-color: #89c319;
    display: block;
    color: #fff;
    padding: 4px;
    font-size: 0.8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}
.ckeNappula:hover, a.detail.button.light:hover, .companyOnlineBooking:hover, .companyContactMap:hover,.frontPage2017 .campingSearch .SubmitButton:hover{
    background: #383836;
}
.footer .dnsRow p {
    margin: 0;
    margin-bottom: 10px;
}
.spanTrans span {
    display: block;
    color: #fff;
}
.footer .dnsRow img {
    margin-bottom: 5px;
}
#campingSearch{
    margin: 0;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: absolute;
    bottom: 185px;
    z-index: 99;
}
label.checkbox-icon-label {
    font-size: 0.8rem;
}
.dnsCell.campingSearchHeader.text-center {
    background-color: #89c319;
}
.whiteBG{
    background: #fff;
    padding: 10px;
}
.dnsCell.whiteBG .dnsCell {
    margin-top: 0.6rem;
}
img.campingLogo {
    height: 40px;
}
span.companyOpenDate {
    color: #000;
    font-weight: 700;
}
span.companyContactTitle.detail {
    font-size: 1.25rem;
    color: #89c319;
    font-weight: 700;
}
div#companyImage {
    margin-top: 10px;
}
span.stars {
    float: right;
    padding-right: 20px;
}
a.companyContactURL, .companyContactEmail, .mapTitle {
    color: #89c319;
}
.mainContent2{
    margin-top: 2rem;
}
.mapTitle{
    font-weight: 700;
    font-size: 1.25rem;
}
.alakaruselli {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333131;
    height: 101px;
    z-index: 1;
}
.alakaruselli .dnsRow{
    padding: 4px 10px;
    border-top: 1px solid;
}
.dnsCell.menu {
    position: fixed;
    background: #000;
    width: 320px;
    right: 0;
    top: 0;
    padding-top: 40px;
    height: 100%;
    overflow: scroll;
}
div#idWebLogin {
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #89c319;
    border-color: #89c319;
    border-radius: 0px;
    padding: 5px;
    text-align: center;
    color: #fff;
}
.web-login {
    padding: 10px;
}
.kirjautuminen {
    color: #fff;
    font-family: 'museo_sans500','Open Sans', Arial, helvetica, sans-serif;
}

.link.web.loginLink {
    background: #89c319;
    padding: 7px;
    text-align: center;
    cursor: pointer;
}
.icon-user-1:before{
    color: #fff;
}
ul#listMenu1 li a {
    font-size: 0.9rem;
}
a.list-item-1381 {
    padding-left: 0px !important;
}
li.lang {
    display: inline-block;
    width: auto;
}
.lang a {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
}
.closeMenu.text-right {
    position: absolute;
    right: 25px;
    top: -15px;
    color: #89c319;
    font-size: 32px;
    font-weight: 600;
    cursor: pointer;
}
#Printable .headerBar {
    background: #f5f5f5;
    color: #000;
}
#Printable .headerBar p{
    color: #000000;
}
.harmaa {
    background: #f5f5f5;
    z-index: 9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
button.campingSearch {
    position: relative;
    outline: none;
    top: 10px;
    font-size: 0.8rem;
    padding: 8px;
    width: 90%;
    color: #fff;
    padding: 10px;
    border: 0;
}
.veil{
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    z-index: 999999;
}
.checkboxes{
    margin: 10px 0;
}
div#companyOpen {
    margin: 8px 0;
    padding: 0;
}
div#companySale {
    padding: 0;
}
.main #Printable h1 {
    display: none;
}
.dnsRow.buttons {
    margin-bottom: 10px;
}
.dnsRow.buttons {
    margin-bottom: 10px;
}
a.companyContactEmail.detail {
    display: block;
}
.reposition{
    top: 10px;
}
div#companyImage {
    padding: 0;
}
div#companyContact {
    padding-left: 0;
    padding-top: 5px;
}
ul#TarjousNosto_1 li {
    height: 150px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}
p.offerTxt, .offerTime {
    font-family: 'museo_sans500';
    color: #89c319;
    font-weight: 400;
}
.offerTime {
    font-size: 14px;
}
.offerImg {
    max-height: 110px;
    min-width: 100%;

}
.offerHeader{
    margin: 0 0 3px 0;
    color: #000;
    font-family: 'museo_sans500';
    font-size: 20px;
    cursor: pointer;
}
@media screen and (max-width: 1388px) {
    a#ckeLink {

        font-weight: 300;
        margin: 0px 0 0 0;
        font-size: 15px;
        position: absolute;
        top: 3px;
        left: 410px;
    
    }
}


@media screen and (max-width: 1024px) {
    a#ckeLink {
        left: 350px;
       
    }
}
a#ckeLink img {
    height: 49px;
}

.cke-lang button {
    border: 0;
    background: transparent;
    text-transform: none;
    color: #FFF;
    padding: 0 10%;
    margin: 0;
    /*width: 60px;*/
}

    .cke-purchase-container img {
        margin: 0 auto;
        display: block;
    }

    .cke-purchase {
        margin: 0 0 30px 0;
    }

    .cke-purchase-container div.shoppingCart {
        text-align: center;
        padding-left: 0;
        max-width: 250px;
        margin: 0 auto;
    }

    .cke-purchase div.shoppingCart a {
        vertical-align: middle;
    }

    .downicon {
        font-size: 1em;
        color: #FFF;
    }

    .hover-elem {
        border: solid 1px;
        background: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        top: 18%;
        left: 35%;
        z-index: 1001;
        cursor: default;
        color: #000;
        padding: 0.5em;
        text-transform: none;
        border: 2px solid #999;
        width: 4%;
        min-width: 30px;
    }

    .cke-lang, .cke-lang a {
        /*font-size: 20px;*/
        color: #999;
        padding-bottom: 10px;
        /*display: block;*/
    }

.cke-active {
    /*background-image: url(https://www.camping.fi/images/cke_background.jpg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;*/
    background: url(https://www.camping.fi/images/cke_background.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cke-header {
    height: 70px;
    margin-bottom: 30px;    /* 20px */
    background-color: #60ac56;
    text-align: center;
}
.cke-middle {
    display: block;
    width: 50%;
    margin: auto;
}

.cke-content {
    background-color: white;
    padding: 20px;
}

.cke-pdf-print {
    border: 0;
    background-color: transparent;
}

.cke-pdf-form {
    margin: 20px 0;
}

.cke-pdf-footer {
    margin-top: 50px;
    font-size: small;
    color: #60ac56;
}
.offerLink{
    color: #000;
}
.offerLink:hover{
    color: #89c319;
}
.loginHover.loggedIn {
    background: #fff;
}
span.login-name, .login-my-services {
    display: block;
}
@media screen and (max-width: 48em) {
    .cke-middle {
        display: block;
        width: 80%;
        margin: auto;
    }
    .cke-content {
        margin: 10px auto;
    }
    div.cke-login > a > span.user-text {
	    display: none;
    }
}

.cke-form {
    background-color: #f5f5f5;
}
.cke-footer {
    /*height: 100px;
    margin-top: 25px;
    background-color: #f5f5f5;*/
    padding-top: 50px;
}

.cke-separator {
    background-color: #60ac56;
    height: 2px;
}

a.cke-user-login {
    text-align: center;
    display: block;
    padding-top: 20px;
    color: white;
    margin-bottom: 50px; 
}
.user-text {
    color: #ffffff;
    /*vertical-align: super;*/
    margin-right: 15px;
    font-weight: normal;
}
.icon-user {
    font-size: 20px;
    color: white;
}
.icon-home {
    font-size: 20px;
    color: white;
}
.cke-card-header {
    color:white;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}
.cke-result {
    text-align: center;
}
.cke-links {
    text-align: center;
    margin-top: 20px;
}
div.cke-site {
    position: absolute;
    left: 10px;
    top: 20px;
}
a.cke-site {
    color: white;
    font-weight: normal;
}
.cke-logo {
    display: inline-block;
    /*padding-left: 20px;*/
}
.cke-number {
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.cke-expire {
    height: 75px;
    font-size: 15px;
}
.cke-name {
    font-weight: bold;
}
.cke-date {
    font-weight: bold;
}
.cke-qr {
    height: 270px;
}
.cke-details {
    /*float: left;
    width: 50%;
    text-align: left;
    margin-left: 20px;*/
}
.cke-login {
    float: right;
    position: absolute;
    z-index: 10000;
    top: 20px;
    right: 20px;
}
.cke-valid-ok {
    /*background-image: url(//images.salattu.fi/system/icons/application/24x24/check.png);*/
    background-image: url(//www.camping.fi/resize.asp?p=images/ok.png&w=50);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
}
.cke-valid-notok {
    /*background-image: url(//images.salattu.fi/system/icons/application/24x24/forbidden.png);*/
    background-image: url(//www.camping.fi/resize.asp?p=images/not_ok.png&w=50);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
}
.cke-valid-green {
    color: green;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {color: greenyellow;}
  to {color: green;}
}

/* Standard syntax */
@keyframes example {
  from {color: greenyellow;}
  to {color: green;}
}

.cke-valid-red {
    color: red;
}
.cke-syotto-lomake {
    background-color: #ededed;
    padding: 10px;
}
.cke-card-type{
    padding-bottom: 1em;
}

.cke-col {
    margin-top: 20px;
}

/*@media screen and (max-width: 700px) {
    div.cke-login > a > span.user-text {
	    display: none;
    }
}*/

/* end cke-active */

.menuBar{max-width: none;}
button.campingSearch {
    width: 33.333333%;
    max-width: 120px;
}
.smallMarg{
    margin-top: 5px;
}
div#bannerSlider {
    padding: 5px;
}
.alakaruselli ul#sisaltoNosto_1{
    margin-block-start: 1em;
}
#promo, .promo2{
    position: relative;
    bottom: 10px;
}
.hideIcons span.filterIconNimi, .hideIcons .filterIconPvm {
    display: none;
}
input#filterLoppuPvm {
    margin-left: 10%;
}
.etusivunSlider img {
    min-height: 350px !important;
    width: 100% !important;
}
.printableSection .gridNoSpacing .dnsCell.tablet-one-half.phone-up-show {
    display: none !important;
}
.printableSection .gridNoSpacing .tablet-one-quarter.phone-one-half{
    float: left;
}
.printableSection .toggle-map {
    background: #212529;
    font-weight: 100;
    color: #fff;
    font-size: 0.9rem;
}
.printableSection button.toggle-map.map{
    margin-left: 20px;
}
.toggle-map.active {
     background: #89c319;
      color: #fff; 
    }
    .printableSection .button.ico-button .icon{
        display: none;
    }
    .printableSection .button.ico-button{
        border-radius: 0;
        font-weight: 500;
    }
    .toggle-map:hover {
        background: #89c319;
    }

    div#at4-share {
        display: none;
    }
    .menuMap  {
        background: #89c319;
        margin-top: 15px;
    }
    .menuMap .linkki {
        color: #fff;
        font-weight: 500;
        text-transform: none;
        font-size: 1rem;
    }
    .menuMap .campingSearchLocate {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .activeHover:hover, li.list-item-1381.first:hover{
        background: #383836 !important;
    }
    .mobileMenu li a:hover {
        color: #89c319;
    }
    .Datepicker{  
         background: url(//images.salattu.fi/system/images/tuotehaku/icon-calendar.png) no-repeat 4px center;
         height: 20px;
         position: absolute;
         bottom: 8px;
        }
        .campingSearchLocate .linkki .icon{right: 20px;}
        ul#listMenu1 {
            margin-top: 0.8rem;
        }
        span.iconLocation, .Datepicker {
            width: 28px !important;
        }
        span.companySaleTxt {
            color: #383836;
        }
        .greyBar span.companyContactTitle.detail {
            color: #000;
            font-size: 2rem;
        }
        form.formLogin {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            margin-top: 15px;
            padding: 10px;
        }
        form.formLogin tr:last-child td {
            text-align: center;
            
        }
        form.formLogin tr:last-child td a{
            color: #89c319 !important;
            font-weight: 500;
        }
        form.formLogin tr:last-child td a:hover{
            color: #fff !important;
        }
        input.web-form-login-submit.kirjaudu_nappi.SubmitButton {
            padding: 5px;
            border-radius: 5px;
            background: #5a6268;
            color: #fff;
            font-weight: 500;
            border: none;
            box-shadow: unset;
            text-shadow: unset;
            text-transform: unset;
            margin: 10px 0;
            width: 102%;
            font-size: 1rem;
        }
        input.web-form-login-submit.kirjaudu_nappi.SubmitButton:hover{
            background: #545b62;
        }
        
        form.formLogin input {
            width: 100%;
        }
        button.toggle-map {
            font-family: 'museo_sans500';
        }
        h2.bolded {
            font-weight: bold;
        }
        .greenHeader {
            font-weight: bold;
            color: #89c319;
        }
        .dnsRow.test {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 20px;
        }
        a.bx-prev {
            transform: rotate(90deg);
            position: absolute;
            top: 30px;
            right: 47%;
            font-size: 24px;
            color: #999;
            font-weight: 400;
        }
        a.bx-next {
            transform: rotateZ(90deg);
            position: absolute;
            left: 50%;
            font-size: 24px;
            color: #999;
            font-weight: 400;
        }
        .customControls a.bx-next {
            left: 100%;
            transform: none;
        }
        .customControls a.bx-prev{
            transform: none;
        }
        ul#sisaltoNosto_3{
            margin: 0;
        }
        .dnsCell.mobile-show {
            display: none;
        }
        ul#sisaltoNosto_3 li p {
            margin: 0;
        }
        .dnsRow.imageRow {
            height: 580px;
        }
        a.detail.button.light {
            position: absolute;
            bottom: 0;
            width: 100% !important;
            left: 0%;
        }
        div#map-canvas {
            height: 570px;
            padding-bottom: 0 !important;
        }
        .bannerBar.greyBar h2 {
            line-height: 40px;
        }
        .dnsCell.campingSearchHeader.text-center .title {
            margin: 0px 5px;
        }
@media only screen and (max-width: 1388px) {
    .desktopMenu .multiMenu > ul li > a{
        font-size: 15px;
    }

    .tablet-one-quarter{
        width: 24%
    }
}
@media only screen and (max-width: 1178px) {
    #campingSearch{
        width: 90%;
        left: 0;
    }
}
@media only screen and (max-width: 1127px) {

    .logo{padding-top: 9px;}
    #idbtnSalesCode, #idProdEnter, .SubmitButton, .submitButton, .button{
        padding: 11px;
    width: 74%;
    font-size: 12px;
    }
    .bannerBar.greyBar h2{
        font-size: 2.2rem;
    }
    #campingSearch{
        bottom: 161px;
    }
}
@media only screen and (max-width: 1110px) {
    .dnsRow.menubar{
        padding: 0;
    }
}
@media only screen and (max-width: 960px) {
    .bannerBar.greyBar h2{
        font-size: 1.7rem;
        line-height: 24px;
    }
}
@media only screen and (max-width: 876px) {
    #idbtnSalesCode, #idProdEnter, .SubmitButton, .submitButton, .button{
        width: 81%;
        font-size: 10px;
        top:10px;
    }
    .desktopMenu .multiMenu ul > li.has-menu > a{
        font-size: 14px;
    }
    a.detail.button.light {
        height: 37px;
        top: 94%;
    }

}
@media only screen and (max-width: 768px) {
    .text-right{float: right;}
    #campingSearch{
        position: relative;
        bottom: 0;
    }
    .frontPage2017 .campingSearchForm .dnsCell.checkbox-icon-cell{ margin: 10px 0;}
    .checkbox-icon-label:before{
        position: relative;
        bottom: 3px;
    }
    .sivu .frontPage .campingSearchForm .campingSearchSubmit{
        margin-bottom: 20px;
    }
    div#companySale {
        padding-top: 11px;
    }
    #campingSearch{
        width: 100%;
        left: unset;
    }
    .footer{
        min-height: 690px;
    }
    .copyright{
        margin-top: 0;
    }
    .alakaruselli .bx-viewport img {
        max-width: 90%;
        height: 100%;
    }
    .searchBar.active{
        left: 1%;
        width: 94%;
    }
    .dnsCell.tablet-one-half.phone-fullWidth.TarjouksetBox {
        margin-bottom: 50px;
    }
    .frontBanner {
        margin-top: 20px;
    }
    a.detail.button.light {
        top: 100%;
    }
}


.multiMenu > ul{text-align: unset;}
@media only screen and (max-width: 672px) {
    span.companyProperty {
        display: block;
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 575px) {
    .mobile-custom-width {
        width: 100%;
    }
    .offerImg{
        max-height: 360px;
        height: auto;
    }
    ul#TarjousNosto_1 li{
        height: 500px;
    }
    .owl-carousel .owl-item img{
        max-height: 50px;
        min-height: 50px;
    }
    .alakaruselli{
        height: 71px;
    }
    .dnsCell.mobile-show {
        display: block;
    }
    .mobile-hidden{
        display: none;
    }
}
@media only screen and (max-width: 569px) {
button#campingSearchBtn{
    width: 100%;
}
}
@media only screen and (max-width: 500px) {
    .footer{
        min-height: 860px;
    }
    .button.campingSearch{
        font-size: 0.7rem;
    }
    .logo{
        min-width: 190px;
    }
    .dnsRow.imageRow {
        height: 550px;
    }
}
@media only screen and (max-width: 378px) {
    .logo{
        min-width: 170px;
    }
    .button.campingSearch{
        font-size: 0.6rem;
    }
}
.cc-window.cc-banner.cc-type-info.cc-theme-edgeless {
    position: fixed;
    bottom: 100px;
}