<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- ENCODING ---*/
@charset "utf-8";

/*-- TELLS DEVICE NOT TO LIE ABOUT ITS WIDTH ---*/
@-ms-viewport {
    width: device-width;
}

/*-- PREVENTS IPHONE FROM RESIZING IN LANDSCAPE MODE ---*/
html {
    -webkit-text-size-adjust: none;
}
/* Disable hover on touch devices */
html.touch *:hover {
    all:unset!important;
}

/*-- APPLY A NATURAL BOX LAYOUT MODEL TO ALL ELEMENTS ---*/
* {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

:root {
    --dark: #006400;
    --light: #8dc63f;
}

/*-- TEXT ---*/

body {
    font-size: 12px;
    font-family: arial, verdana, vagrounded-bold;
    font-weight: 300; /*also loaded 600 for bold*/
    color: #000000;
    overflow: hidden;
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

/* IOS 12+?*/
/* html, body { */
/*     width: 100vw; */
/*     height: 100vh; */
/* } */

.load-overlay-img {
    position: absolute;
    width: 100%;
    bottom: 140px;
    text-align: center;
    opacity: 1;
    height: 250px;
    z-index: 9990;
}


#load-overlay-img {
	border-radius: 15px;
}

.load-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    bottom: constant(safe-area-inset-top); /* iOS 11.0 */
    bottom: env(safe-area-inset-top); /* iOS 11.2 */
    left: 0px;
    right: 0px;
    opacity: 1;
    z-index: 999;
    background-color: grey;
    background-image: url('../images/tass_animerad.gif');
    background-repeat: no-repeat;
    background-size: 38px auto;
    background-position: center 99%;
    background-origin: center;
}
.load-overlay-text {
    position: absolute;
    width: 100%;
    bottom: 50px;
    color: #8dc63f;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    background-color: black;
    padding: 8px;
}

#load-retry-button {
    display: none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 3px;
}

h2 {
    font-size: 20px;
	  font-weight: bold;
	  text-align: center;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 3px;
}

h3 {
    font-size: 18px;
	  font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 3px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 3px;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

h6 {
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.titlead {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* e.g. for under images */
.sub_text {
    padding-top: 2px;
    vertical-align: middle;
    font-weight: normal;
    max-width: 250px;
    font-size: 10px;
    color: black;
}



/*-- LINKS TAG CLOUD ---*/
a:link {
    color: #8dc63f;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: 	#8dc63f;
    font-weight: bold;
    text-decoration: none;
}

a:active {
    color: #8dc63f;
    font-weight: bold;
    text-decoration: none;
}

.ol-control button {
    outline: none !important;
    border: none;
    -moz-outline-style: none !important;
}

.ui-selectmenu-menu {
    background-color: #000000 !important;
    color: #8dc63f !important;
	border-radius: 5px !important;
}

.ui-selectmenu-menu:active {
    background-color: #000000 !important;
    color: #8dc63f !important;
	border-radius: 5px !important;
}

.ui-selectmenu-open {
    background-color: #000000 !important;
    border-radius: 5px !important;
    color: #8dc63f !important;
}

.ui-selectmenu-button {
    background-color: #000000 !important;
    padding-left: 5px;
    border: 1px solid white;
  	color: #8dc63f !important;
}
.ui-selectmenu-text {
    color: #8dc63f !important;
	background-color: #000000 !important;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 3px;
}

.ui-selectmenu-text:active {
    background-color: #000000 !important;
    color: #8dc63f !important;
}
.ui-selectmenu-text:focus {
    background-color: #000000 !important;
    color: #8dc63f !important;
}

.ui-icon {
    background-image: url("../images/ui-icons_8dc63f_256x240.png") !important;
    zoom: 200%; -moz-transform: scale(1.40); -webkit-zoom: 2.00; -ms-zoom: 2.00; width: 15px; height: 15px;
}



/*-- SEARCH BOX --*/
.searchbox {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 50;
  width: 260px;
  font-size: 14px;
}


/* gives a semitransparent white border around the object inside */
.backdrop {
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 0 0 0 0;
    margin: 0 0 0 0;

}

#set_filter-button {
    width: 100% !important;
    height: 33px;
}

.ui-selectmenu-icon {
    top: -2px;
    left: 7px;

}

@-moz-document url-prefix() {
    .ui-selectmenu-icon {
		background-color: #000000 !important;
		color: #8dc63f;
        top: 0px;
        left: 0px;
    }
}

input, select {
    background-color: #000000;
    color: #8dc63f;
    display: block;
    font-weight: bold;
    padding-left: 7px;
    width: 99%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px !important;
    height: 33px !important;
    max-height: 33px !important;
    border: 1px solid white;
}
textarea{
    background-color: #000000;
    color: #8dc63f;
    display: block;
    font-size: inherit;
    font-weight: bold;
    padding: 5px;
    width: 99%;
    margin: 0;
    border-radius: 5px;
}

/* avoid iOS zoom http://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 14px;
    font-weight: bold;
    color: #8dc63f;
	background-color: #000000;
  }
}

#searchtext {
    overflow: hidden;
    font-size: 14px;
    
}
.placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--placeholder, var(--light));
	  background-color: #000000;
    opacity: 1; /* Firefox */
	  font-size: 14px;
}

-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8dc63f;
	background-color: #000000;
	font-size: 14px;
}

-ms-input-placeholder { /* Microsoft Edge */
    color: #8dc63f;
	background-color: #000000;
	font-size: 14px;
}
/* -- STYLING OF THE COLOR OF THE AUTOCOMPLETE MENU IN THE SEARCH BOX ---*/
.ui-widget-content,.ui-widget-header,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border-radius: 5px;
    background-color: #000000; url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #8dc63f;
	font-size: 14px;
}
a:link, a:visited,.ui-state-focus a,.ui-state-focus a:link,.ui-state-focus a:visited {
    color: #8dc63f;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;

}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border-radius: 5px;
    font-weight:bold;
    color: #8dc63f;
    background-color: #000000;
    font-size: 14px;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #8dc63f;
    border-radius: 5px;
    text-decoration: none;
    background-color: #000000;
    font-size: 14px;
}

/*-- SEARCHBUTTON --*/
a.search-submit-button {
    background-color: #000000 !important;
	background: none repeat scroll 0 0;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    color: #8dc63f !important;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    text-align: center;
    width: 33px;
    height: 33px;
    border-radius: 5px;
}

/*-- FILTER BOX --*/
.filterbox {
    position: absolute;
    top: 47px;
    left: 5px;
    z-index: 50;
    width: 261px;
    border-radius: 5px;
    color: #8dc63f;
    font-weight: bold;
}

#languageselect {
    position: absolute;
    top: 5px;
    left: 270px;
    z-index: 50;
    border-radius: 5px;
}
#languageselect img {
    width: 30px;
}

.flag-inactive {
    display: none;
}

.form-container {
	overflow: hidden;
	color: #8dc63f !important;
    font-weight: bold;
}

/*-- INFO AREA ---*/
.icon {
    padding-right: 5px;
    padding-bottom: 5px;
}
.infolegend {
    border: none;
    margin: 0em 0em 0em 1em;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.infofieldset {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 1em;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.infoimgone {
    float: left;
    margin: 0.2em 1.5em 0.5em 0.1em;
}
.infoimgtwo {
    float: left;
    margin: 0.7em 0.7em 0.2em 1.5em;
    width: 80px;
    max-height: 70px;
    border-radius: 0.5em;
}
.infoimgthree {
    float: left;
    margin: 0.2em 0em 0.2em 2em;
    width: 35px;
    max-height: 35px;
}
/*-- JULKAMPANJ ---*/
.infojulimg {
    float: left;
    margin: 0.5em 0.5em 0.0em 0.5em;
    width: 50px;
    max-height: 65px
}
.infop {
	text-indent: 1.5em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
    color: #000000;
	text-decoration: none;
	padding: 0em 1em 1em 1em;
	text-align: justify;
}
.termsp {
	margin: 0.5em 0.5em 0.5em 0.5em;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
    color: #000000;
	text-decoration: none;
	padding: 1em 1em 1em 1em;
	text-align: justify;
}
.infoprank {
	text-indent: 1.5em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
    color: #000000;
	text-decoration: none;
	text-align: justify;
}

.infopimg {
	text-indent: 1.5em;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
    color: #000000;
	text-decoration: none;
	padding: 1em 1em 1em 1em;
	text-align: justify;
    text-justify: inter-word;
}
.infoa:link {
    color: #8dc63f;
    text-decoration: none;
	padding: 3px;
	background-color: #000000;
}
.infoa:nolink {
	color: #8dc63f;
	text-decoration: none;
	padding: 3px;
	background-color: #000000;
}

.infoa:visited {
    color: #8dc63f;
    text-decoration: none;
	padding: 3px;
	background-color: #000000;
}

.infoa:active {
    color: #8dc63f;
    text-decoration: none;
	padding: 3px;
	background-color: #000000;
}
.infourl {
    color: #8dc63f;
    text-decoration: none;
}
.infourl:visited {
    color: #006400;
    text-decoration: none;
}

.infourl:active {
    color: #8dc63f;
    text-decoration: none;
}

/*-- PLACE TEMPLATE ---*/

/*-- PARAGRAPHS IN PLACE TEMPLATE ---*/
.pplace {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}

/*-- LINKS IN PLACE TEMPLATE ---*/
.plinkred:link {
	color: red; 
	padding: 3px;
	background-color: #000000;
}
.plinkred:visited {
	color: red; 
	padding: 3px;
	background-color: #000000;
}
.plinkred:active {
	color: red; 
	padding: 3px;
	background-color: #000000;
}
.palllink:link {
	color: #8dc63f;
    font-weight: bold;
    text-decoration: none;
	font-family: arial, verdana, vagrounded-bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	padding: 3px;
	background-color: #000000;
}
.palllink:visited {
	color: #8dc63f;
    font-weight: bold;
    text-decoration: none;
	font-family: arial, verdana, vagrounded-bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	padding: 3px;
	background-color: #000000;
}

.palllink:active {
	color: #8dc63f;
    font-weight: bold;
    text-decoration: none;
	font-family: arial, verdana, vagrounded-bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	padding: 3px;
	background-color: #000000;
}

.plink:link {
    color: #8dc63f;
    font-weight: bold;
    text-decoration: none;
	font-family: arial, verdana, vagrounded-bold;
	font-size: 14px;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	padding: 3px;
	background-color: #000000;
}
.plink:visited {
    color: #8dc63f;
	font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	padding: 3px;
}

.plink:active {
    color: #8dc63f;
	font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	padding: 3px;
}
/*-- FIELDSET AD SPACE IN PLACE TEMPLATE ---*/
.pfield {
	min-height: 260px;
	color: #006400;
}
.pleg {
	color: #006400;
	font-size: 10px;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	padding-left: 5px;
	padding-right: 5px;
}
.pdescriptiontitle {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
}
.pdescription {
	color: #000000;
	font-size: 13px;
	
	
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
	padding: 5px;
	text-align: justify;
}

.placeh4 {
	font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 3px;
    padding: 5px;
}

.placeh5 {
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    padding: 5px 5px 10px 5px;
}
/* Transparent overlay to block click/touch while loading */
.clickblock {
    z-index: 999;
    width: 98%;
    height: 98%;
    position: absolute;
    opacity: 0;
}

/*-- AD AREA IN PLACE TEMPLATE ---*/
legend {
    border: none;
    margin: 0px 0px 0px 1em;
    width: auto;
    height: auto;
    font-size: inherit;
    color: #505050;
}
fieldset {
    text-align: center;
    border: thin solid;
    margin-bottom: 1em;
    color: #505050;
	border-radius: 5px;
}

#fb-root {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: normal;
    display: block;
    padding: 3px;
}
.fb-like {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    padding: 3px;
}

/*-- AD TEMPLATE ---*/
.ad_p {
    text-align: center;
	color: #8dc63f;
}
.ad_input {
    background-color : #000000;
    border-radius: 5px;
    padding: 10px;
    color: #8dc63f;
}
#ad_submit {
    text-align: center;
    width: 100px;
    box-sizing: border-box;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color : #000000;
    color: #8dc63f;
}



/*-- CATEGORY ---*/
select&gt;option {
    cursor: pointer;
    background-color: #000000 !important;
    color: #8dc63f !important;
    border: 1px solid #006400;
}

select&gt;option:active {
    cursor: pointer;
    border: 1px solid #006400;
    background-color: #000000 !important;
    color: #8dc63f !important;
}
select&gt;option:focus {
    cursor: pointer;
    border: 1px solid #006400;
    background-color: #000000 !important;
    color: #8dc63f !important;
}
select-selected:after {
    cursor: pointer;
    border: 1px solid #006400;
    background-color: #000000 !important;
    color: #8dc63f !important;
}

textarea:required:invalid {
    border: 2px solid red !important;
}
textarea:required:valid {
    border: 2px solid #006400 !important;
}

.regular-checkbox:required:invalid {
    border: 2px solid red !important;
}
.regular-checkbox {
	  -webkit-appearance: none;
	  border: 1px solid #cacece;
	  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	  padding: 9px;
	  border-radius: 3px;
	  display: inline-block;
	  position: relative;
    width: 10px !important;
    height: 10px !important;
    margin-bottom: -6px;
    color: #8dc63f;
	background-color: #000000;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
	  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	  
	  border: 1px solid #adb8c0;
	  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	  
}
.regular-checkbox:checked:after {
	  content: '✓';
	  font-size: 14px;
	  position: absolute;
	  top: 0px;
	  left: 3px;
}
.checkboxcontainer {
    margin: auto;
    border-radius: 5px;
    padding: 0.5em;
    border: 2px solid #006400;
}
/* It is the label, not the checkbox that is displayed for radiocheckbox */
.radiocheckbox.ui-state-active {
    color: black !important;
    background-color: #8dc63f;
}

.radiocheckbox {
    font-weight: bold !important;
    color: #8dc63f;
    font-size: 12px;
    background-color: black;
}
.radiocheckbox &gt; .ui-icon {
    width: 8px;
    height: 8px;
    margin-left: 0px;
    margin-right: 0.5em;
    border-color: black;
}
.checkboxcontainer.unselected{
    border: 2px solid red;
}

.checkboxcontainer &gt; label:not(:last-child){
    margin-bottom: 0.4em;
}

label.radiocheckbox {
    display: block;
    text-align: left;
    font-weight: bold !important;
    padding-left: 0;
}
input[type=radio].radioleft {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
}
/*-- PAWRATE --*/
input[type=checkbox].pawrate {
    display:none;
}

input[type=checkbox].pawrate:before + label {
    background: url('/images/off_pawrate_72x72.png') 0 0px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0 0 0 0px;
}
input[type=checkbox].pawrate:checked:before + label {
    background: url('/images/on_pawrate_72x72.png') 0 0px no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding: 0 0 0 0px;
}


/*-- FORM COMPONENTS ---*/
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  border: 1px solid #006400;
  border-radius: 5px;
  -webkit-text-fill-color: #8dc63f !important;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  background-color: #000000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.formh1 {
    padding-top: 4px;
    padding-bottom: 5px;
    
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.formh2 {
    padding-top: 15px;
    padding-bottom: 10px;
    
    font-weight: bold;
    font-size: 18px;
    color: #8dc63f;
}
.formh3 {
    padding-top: 4px;
    padding-bottom: 5px;
    
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.formh4 {
    padding-top: 4px;
    padding-bottom: 5px;
    
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.formlabel {
    color: #000000;
    font-weight: bold;
	font-size: 12px;
    padding-bottom: 2px;
    line-height: 1.6;
}

.formdropdown select&gt;option {
    height: 37px;
    background-color: #000000 !important;
    border-radius: 5px;
    border: 1px solid #006400;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-spacing: 0.5px;
    color: #8dc63f !important;
    cursor: pointer;
    opacity: 1 !important;
}

.formdropdown select&gt;option:active {
    height: 37px;
    background-color: #000000;
    border-radius: 5px;
    border: 2px solid #006400;
    font-size: 14px;
    color: #8dc63f;
    cursor: pointer;
    opacity: 1 !important;
}

.formdropdown select&gt;option:focus {
    height: 37px;
    background-color: #000000;
    border-radius: 5px;
    border: 2px solid #006400;
    font-size: 14px;
    color: #8dc63f;
    cursor: pointer;
    opacity: 1 !important;
}

.formdropdown {
    height: 37px;
    background-color: #000000 !important;
    border-radius: 5px;
    border: 2px solid #006400;
    font-size: 14px;
    color: #8dc63f !important;
    cursor: pointer;
    opacity: 1 !important;
}
.formtextfield {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;
	  color: #8dc63f ;
	  font-size: 14px;
	  letter-spacing: 0.5px;
	  line-height: 1.3;
	  word-spacing: 0.5px;
	  padding: 5px;
    border-radius: 5px;
    border: 2px solid #006400;
    cursor: pointer;
    opacity: 1 !important;
}
.formtextfield:required {
    height: 37px;
    overflow: hidden;
	font-size: 14px;
    background-color: #000000 !important;
	    border-radius: 5px;
	padding: 5px;
	border: 2px solid red;
    cursor: pointer;
    opacity: 1 !important;
} 

.formtextfield:valid {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;
  
    border-radius: 5px;
	padding: 5px;
    border: 2px solid #006400;
    cursor: pointer;
    opacity: 1 !important;
}

.formtextfield:invalid {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;

    border-radius: 5px;
	  border: 2px solid red;
    cursor: pointer;
	  padding: 5px;
    opacity: 1 !important;
}
.formtextfield select&gt;option {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;

    border-radius: 5px;
    border: 2px solid #006400;
	  padding: 5px;
    cursor: pointer;
    opacity: 1 !important;
}

.formtextfield select&gt;option:active {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;
	  color: #8dc63f !important;
    border-radius: 5px;
    border: 2px solid #006400;
	  padding: 5px;
    cursor: pointer;
    opacity: 1 !important;
}
.formtextfield select&gt;option:focus {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;
	  color: #8dc63f !important;
    border-radius: 5px;
    border: 2px solid #006400;
	  padding: 5px;
    cursor: pointer;
    opacity: 1 !important;
}

.formtextarea {
    height: 205px;
    overflow: hidden;
    background-color: #000000 !important;
	  color: #8dc63f !important;
    border-radius: 5px;
	  font-size: 14px;
	  letter-spacing: 0.5px;
	  line-height: 1.3;
	  word-spacing: 0.5px;
    border: 2px solid #006400;
	  padding: 5px;
    cursor: pointer;
    opacity: 1 !important;
}
.formtextarea:valid {
    overflow: hidden;
    background-color: #000000 !important;
	  color: #8dc63f !important;
    border-radius: 5px;
    border: 2px solid #006400 !important;
    cursor: pointer;
    opacity: 1 !important;
}

.formtextarea:invalid {

    overflow: hidden;
    background-color: #000000 !important;
    color: #8dc63f !important;	
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid red;
    opacity: 1 !important;
}

.formp {
    color: #000000;
	  text-align: justify;
	  text-indent: 1.5em;
	  letter-spacing: 0.5px;
	  line-height: 1.3;
	  word-spacing: 0.5px;
    margin: 0.5em 0.5em 0.5em 0.5em;
	  padding-top: 5px;
	  padding-right: 5px;
	  padding-bottom: 10px;
	  padding-left: 5px;
	  text-decoration: none;
}
.formextramessage {
    color: #000000;
	  letter-spacing: 0.5px;
	  line-height: 1.3;
	  word-spacing: 0.5px;
    margin: 0.5em 0.5em 0.5em 0.5em;
	  padding-top: 5px;
	  padding-right: 5px;
	  padding-bottom: 10px;
	  padding-left: 5px;
	  text-decoration: none;
}
.formbutt {
    width: 110px;
    height: 35px;
    background-color: #000000 !important;
	  color: #8dc63f !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    padding: 5px;
}

.submit_warn {
    margin-top: 1em;
    font-size: 14px;
    color: red;
    font-weight: bold;
}

/*Trick chrome autofill*/
@-webkit-keyframes autofill {
    to {
        color: #8dc63f;

        background-color: #000000;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity: 1;
    color: var(--placeholder, var(--light));
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: var(--placeholder, var(--light));
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: var(--placeholder, var(--light));
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 1;
    color: var(--placeholder, var(--light));
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    opacity: 1;
    color: var(--placeholder, var(--light));
}

/*-- THE MAP ---*/
.map {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
}

/*-- THE LOGO ON MAP ---*/
#logo {
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: 10px;
}
#logoimg {
	width: 120px;
}
.logo {
	width:100 120px;
	padding: 1em;
}

/* -- OSM BUTTON ---*/
.ol-attribution  {
    display: none;
}

 /* -- UNDERTEXT BUTTONS ---*/
.undertext {
    font-weight: bold;
    color: #006400;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-right: 5px;
    padding-bottom: 5px;
    z-index: 50;
	font-size: 12px;
}
#undertext1 {
    position: absolute;
    top: 22px !important;
    left: 2px !important;
    text-align: center;
    width: 40px;
    padding: 2px;
    font-weight: bold;
    color: #006400;
    z-index: 50;
}
#undertext2 {
    position: absolute;
    top: 22px !important;
    left: 2px !important;
    text-align: center;
    width: 40px;
    padding: 2px;
    font-weight: bold;
    color: #006400;
    z-index: 50;
}
#undertext3 {
    position: absolute;
    top: 22px !important;
    left: 2px !important;
    text-align: center;
    width: 40px;
    padding: 2px;
    font-weight: bold;
    color: #006400;
    z-index: 50;
}

 /* -- TIPS BUTTON ---*/
#tips-button {
    position: absolute;
    top: 110px !important;
    left: 4px;
    cursor: pointer;
    z-index: 50;
 }

#fa-mapmarker {
    color: #8dc63f;
}

.fa-circle {
    color: #000000;
}

#fa-envelope {
    color: #8dc63f;
}

.icon-container {
    height: 35px;
    width: 55px;
}

.icon-floater-left {
    float: left;
    text-align: center;
}

.icon-floater-right {
    float: right;
    text-align: center;
}
/* -- MEJL BUTTON IN INFO TEMPLATE --*/
a.mejl-button {
    float: left;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    padding-top: 7px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    z-index: 50;
}

/* -- DIRECT MESSAGE BUTTON IN INFO AREA --*/
a.mess-button {
    float: left;
    margin-left: 100px;
    position: relative;
    cursor: pointer;
    padding-top: 7px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    z-index: 50;
}

/* -- TIPS BUTTON IN INFO AREA ---*/
#tips-info-button {
    cursor: pointer;
    padding-top: 7px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    z-index: 50;
}

/* -- INFO BUTTON ON MAP ---*/
#info-button {
    position: absolute;
    top: 160px;
    left: 4px;
    cursor: pointer;
    z-index: 50;
}

#fa-info {
    color: #8dc63f;
}


/* -- GEOLOCATE BUTTON ON MAP --*/
#geolocate {
	position: absolute;
    top: 210px;
    left: 4px;
    z-index: 50;
    cursor: pointer;
}
#fa-geolocate {
	color: #8dc63f !important;
}

/*-- ZOOM BUTTONS ON MAP --*/
#zoom-in {
	  position: absolute;
    top: 300px;
    left: 4px;
    z-index: 50;
    cursor: pointer;
}

#zoom-out {
	  position: absolute;
    top: 340px;
    left: 4px;
    z-index: 50;
    cursor: pointer;
}

/* coloring of the icon */
.fa-zoom &gt; .fa-inverse {
    color:  #8dc63f !important;
}

/* disable default zoom buttons */
.ol-zoom  {
    display:none;
    font-size: 30px !important;
}

/* -- SOCIAL MEDIA BUTTONS --*/
#facebook {
    position: absolute;
    top: 410px;
    left: 4px;
    z-index: 50;
    cursor: pointer;
}
#fa-fb {
	 color: #8dc63f !important;
}

#instagram {
    position: absolute;
    top: 450px;
    left: 4px;
    z-index: 50;
    cursor: pointer;
}
#fa-insta {
	 color: #8dc63f !important;
}

#twitter {
    position: absolute;
    top: 490px;
    left: 4px;
    z-index: 50;
    cursor: pointer;
}
#fa-tweet {
	color: #8dc63f !important;
}

/* -- CAMPAIN BUTTON ---*/
#gift-button {
    position: absolute;
    bottom: 0.6em;
    left: 4.0em;
    z-index: 50;
    opacity: 1 !important;
    cursor: pointer;
}


/* -- CLOSE BUTTON IN INFO AREA &amp; TEMPLATES ---*/
.backbutt {
    position: absolute;
    top: 1.4em !important;
    right: 1.3em !important;
    width: 25px !important;
    height: 25px !important;
    background-color: #000000 !important;
    border-radius: 50% !important;
    opacity: 1;
    cursor: pointer;
}
#closebutt {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    font-size: 16px;
    font-weight: bold;
    color: #8dc63f !important;
}


/* Support for swapping button images */
.btn-std {
    position:absolute;
    top: 0;
    left: 0;
    width: 24px;
}

/* -- MEJL BUTTON --*/
#mejl-button {
    padding-bottom: 3px;
    left: 5px;
    cursor: pointer;
    z-index: 50;
}
#fa-envelope {
    color: #8dc63f;
}


/* -- POPUPS --- */
.popover-content {
    width: 280px;
    height: 97%;
}
.fade.in {
    opacity: 0.80;
}
.close {
    position:absolute;
    right:-30px;
    top:-30px;
    border-radius: 5px;
}



.info-popover {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    left: 0.5em;
    bottom: 0.5em; 
    border-radius: 0.5em;
    padding: 0.7em;
    background-color: #fafafa;
    z-index: 150;
    display: none;
    opacity: 1;
    overflow-y: auto;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
  -webkit-overflow-scrolling: touch;

}
.info-content {
    display: block;
}


.ol_top {
    z-index: 40;
}
.ol_default {
    z-index: 30;
}
.ol_bottom {
    z-index: 20;
}

/* Button links in info template */
.getapplink {
	background-color: none;
	text-decoration: none;
	padding-bottom: 2px;
}
/*-- Menubuttons in info template ---*/
.linkbuttons {
    margin: auto;
    margin-left: 0.1em;
    margin-right: 0.1em;
    margin-top: 0.5em;
	padding-left: 0.4em;
}

a.linkbutton {
    margin-top: 0.1em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
    display: inline-block;
	background-color: #000000;
    color: #8dc63f;
    padding: 3px;
    border-radius: 0.5em;
	border: solid;
    border-color: #000000;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

a.linkbutton.active {
    background-color: #8dc63f;
    color: #000000;
	border: solid;
}
a.linkbutton.visited {
	background-color: #000000;
    color: #8dc63f;
    padding: 3px;
    border-radius: 0.5em;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.5em;
	margin-left: 0em;
}

/* OFFERS VIEW - Arrow */
.offerad {
    height: 145px;
    width: 145px; 
    border-radius: 5px;
    border: 2px solid;
    border-color: #000000;
    cursor: pointer;
}
.offerdiv:nth-child(odd) {
    clear: left;
}
.offerdiv {
    float: left;
    margin: 3px;
	  padding-left: 3px;
    
}
.offerlink {
    cursor: pointer;
}
.offerp {
    padding: 3px 0px 3px 3px;
    font-size: 10px;
    font-style: normal;
    max-width: 145px;

}

/* JULKAMPANJ BUTTON */

a.linkbuttonred {
    background-color: #FF0000;
}

a.linkbuttonred.active {
    background-color: #990000;
    color: white;
}

/* HIDE SHOW TEXT IN INFO AREA */
.more {
    display: none;
}
a.showLink, a.hideLink {
    color: #006400;
    text-decoration: none;
	padding-left: 2px;
}

.dfscalefieldset {
    text-align: left;
    border: none;
}

/* Icon size for listings */
.small_icon {height: 24px}

/* link cloud  classes */
.cloud_1 { font-size: 26pt !important; order: name; vertical-align:middle; }
.cloud_2 { font-size: 24pt !important; order: name; vertical-align:middle; }
.cloud_3 { font-size: 22pt !important; order: name; vertical-align:middle; }
.cloud_4 { font-size: 20pt !important; order: name; vertical-align:middle; }
.cloud_5 { font-size: 18pt !important; order: name; vertical-align:middle; }
.cloud_6 { font-size: 16pt !important; order: name; vertical-align:middle; }
.cloud_7 { font-size: 14pt !important;  order: name; vertical-align:middle; }
.cloud_8 { font-size: 12pt !important;  order: name; vertical-align:middle; }

.cloud {
    margin: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
	background: #000000;
    border-radius: 0.5em;
    padding: 0.5em;
}

/* pulse */
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#klistermarket {
    border-radius: 5px;
}
.infoimg {
    border-radius: 0.5em;
	float: left;
	margin: 0.7em 0.7em 0.7em 0.7em;
	width: 100px;
	max-height: 130px;
	border: 1px;
}
.ranktitle {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	padding: 5px;
}
</pre></body></html>