﻿/*-- Encoding ---*/
@charset "utf-8";

@media only screen and (min-width: 1141px) {

.info-popover {
  width: 450px;
}
/*-- HOOVER EFFECT OF CONTACT BUTTON ---*/
#cont_submit:hover {
    color: #006400;
}
body {
	font-size: 12px;
    font-family: arial, verdana, vagrounded-bold;
    font-weight: 300;
    color: #000000;
    overflow: hidden;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/*-- TOOLTIP CONTAINER OF THE MAP MARKERS AND CLUSTER ICON OF THE ESTABLISHMENTS AT MAP ---*/
.place-tooltip {
    text-align: left;
    z-index: 101;
    background-color: #000000;
    border: thin solid;
    padding: 0.7em;
    border-radius: 0.5em;
	color: #ffffff;
	letter-spacing: 1px;
	word-spacing: 1px;
    margin: 0.5em 0.5em 0.5em 0.5em;
	font-family: arial, verdana, vagrounded-bold;
}

/*--TOOLTIP CONTENT OF THE MAP MARKERS AND CLUSTER ICON OF THE ESTABLISHMENTS AT MAP ---*/
.ui-tooltip-content {
	font-size: 12px;
	text-align: justify;
	line-height: 1.3;
    background-color: #000000;
    border-radius: 0.5em;
	color: #ffffff;
	letter-spacing: 1px;
	word-spacing: 1px;
    margin: 0.5em 0.5em 0.5em 0.5em;
	font-family: arial, verdana, vagrounded-bold;
}

/*--TOOLTIP ---*/
.ui-tooltip {
    background-color: #000000;
    color: #ffffff;
	border: thin solid;
	border-radius: 0.5em;
	padding: 0.2em;
}
/*-- Menubuttons in info template ---*/
.linkbuttons {
    margin: auto;
    margin-left: 0.1em;
    margin-right: 0.1em;
    margin-top: 0.5em;
	padding-left: 0.7em;
}

a.linkbutton {
    margin-top: 0.1em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
    display: inline-block;
	background-color: #000000;
    color: #8dc63f;
    padding: 5px;
    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 at offer page ---*/
.offerdiv {
    float: left;
    margin: 3px;
	padding-left: 15px;
}

/*-- HOVER FUNCTION OF ALL CLOSE BUTTONS ---*/
#closebutt:hover {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    font-size: 16px;
    font-weight: bold;
	color: #006400 !important;
}
/*-- HOVER FUNCTION OF THE SUBMIT BUTTONS IN THE FORMS ---*/
.formbutt:hover {
    width: 110px;
    height: 35px;
    background-color: #000000 !important;
	color: #006400 !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    padding: 5px;
}
/*-- HOVER FUNCTION OF FILTER MENU CHOICES ---*/
.form-container:hover {
	overflow: hidden;
	color: #006400 !important;
    font-weight: bold;
}

a:hover {
    color: #006400;
    font-family: arial, verdana, vagrounded-bold;
    font-weight: bold;
    text-decoration: none;
}
.ui-selectmenu-text:hover {
    color: #006400 !important;
}
.ui-icon:hover {
    background-image: url("../images/ui-icons_006400_256x240.png") !important;
    
}
/* -- STYLING OF THE COLOR OF THE AUTOCOMPLETE MENU IN THE SEARCH BOX ---*/
.ui-state-hover, .ui-state-hover, .ui-state-hover, {
    border-radius: 5px;
    background-color: #000000; url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #006400;
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link, {
    color: #006400; 
    text-decoration: none;
    background-color: #000000;
}
.ui-widget-content:hover,.ui-widget-header:hover {
    border-radius: 5px;
    font-weight:bold;
    color: #006400; 
    background-color: #000000;
    font-size: 14px;
}
a.search-submit-button:hover {
    color: #006400 !important;
}

.flag-active-hover:hover~.flag-inactive{
    display: block;
}
.flag-inactive:hover {
    display: block;
    cursor: pointer;
}
.infoa:hover {
    color: #006400;
    text-decoration: none !important;
}
.infourl:hover {
    color: #8dc63f;
    text-decoration: none;
}
.plink:hover {
    color: #006400;
	font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.plinkred:hover {
	color: darkred; 
	padding: 3px;
	background-color: #000000;
}
.palllink:hover {
    color: #006400;
    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;
}
.formextramessage:hover {
    color: #006400;
	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;
}
select>option:hover {
    cursor: pointer;
    background-color: #000000 !important;
    color: #006400;
    border: 1px solid #006400;
}
.radiocheckbox.ui-state-active:hover {
    color: black !important;
    background-color: #006400 !important;
}
label.radiocheckbox:hover {
    background-color: black;
    color: #006400;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
  border: 1px solid #006400;
  color: #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;
}
.formdropdown select>option:hover {
    border: 2px solid #006400;
    color: #006400;
    cursor: pointer;
    padding: 5px;
}
.formtextfield select>option:hover {
    height: 37px;
    overflow: hidden;
    background-color: #000000 !important;
	color: #006400 !important;
    border-radius: 5px;
    border: 2px solid #006400;
	padding: 5px;
    cursor: pointer;
    opacity: 1 !important;
}
#fa-mapmarker:hover {
    color: #006400 !important;
}
#fa-envelope:hover {
    color: #006400 !important;
}
#fa-info:hover {
    color: #006400 !important;
}
#fa-geolocate:hover {
    color: #006400 !important;
}
.fa-zoom > .fa-inverse:hover {
    color: #006400 !important;
}
#fa-fb:hover {
    color: #006400 !important;
}
#fa-insta:hover {
    color: #006400 !important;
}
#fa-tweet:hover {
    color: #006400 !important;
}
#info-button:hover {
    opacity: 1 !important;
}
.btn-std:hover {
    opacity: 0;
}
.btn-hover {
    position:absolute;
    top: 0;
    left: 0;
    width: 24px;
}
#fa-envelope:hover {
    color: #006400 !important;
}
a.linkbutton:hover {
    background-color: #000000;
    color: #006400;
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #8dc63f; 
}
.hvr-pulse:hover {
  -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;
}

} /*end of the media query*/
