/* ------------------------------------------- */
/*				COOKIE POLICY					*/
#cookie-law-info-bar {
  font-size: 12px;
  line-height: 16px;
  background-color: #009fe3;
  color: #ffffff;
  font-family: inherit;
  position: fixed;
  bottom: 0px;
  left: 0;
  display: block;
  z-index: 99999;
  text-align: center;
  width: 100%;
  margin: 0;
  z-index: 99999999;
  display: flex;
}
#cookie-law-info-bar span {
  display: block;
  padding: 10px 20px;
}
#cookie-law-info-bar a {
  padding: 2px 10px;
  text-decoration: underline;
  color: #f5ffff;
}
#cookie-law-info-bar #cookie_action_close_header {
  background-color: #ffffff;
  font-size: 13px;
  margin: 0;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  color: #008dbf;
  text-decoration: none;
  cursor: pointer;
}
#cookie-law-info-bar #cookie_action_close_header {}
#cookie-law-info-again {
  background: #009fe3;
  color: #ffffff;
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0px;
  right: 100px;
  display: block;
  padding: 6px 30px 4px 30px;
  border-radius: 50px 50px 0 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 999999999;
}
#custom_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
#custom_popup .custom_popup_content {
  position: relative;
}
#custom_popup .custom_popup_content a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
#custom_popup .custom_popup_content a img {
  width: 100%;
  max-width: 75vh;
}
#custom_popup #close {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  background-color: #fff;
  /* border: 2px solid #009fe3; */
  border-radius: 0px 10px 0px 130%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#custom_popup #close svg {
  margin: auto 0px auto 15px;
  width: 17px;
  fill: #009fe3;
}
#footer {
  z-index: 0;
  background-color: #545A5E;
  font-size: 1rem;
  color: #fff;
}
#footer li {
  font-size: 1rem;
  text-align: left;
}
footer .msg {
  font-size: 1rem;
}
footer a:not([href]):hover, a:hover {
  color: #0098D7;
  text-decoration: underline
}
footer .menu_block ul {
  color: #009FE3;
}
footer .menu_block h3 {
  font-size: 1.1rem;
  text-align: left;
  padding: 1rem;
  margin: 0;
}
footer .menu_block ul p {
  color: #fff;
  margin: 0;
}
footer .menu_block ul > p {
  margin-left: -20px;
  margin-top: 5px;
  font-weight: 300;
}
footer .newsletter_block {
  background-color: #333333;
}
footer .newsletter_block #button-news {
  background-color: #555a5e;
  color: #fff;
  height: 50px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  padding: .5rem 1.2rem;
  transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
}
footer .newsletter_block #button-news:hover {
  background-color: #009fe3;
}
footer .newsletter_block input.form-control {
  height: 50px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 1rem;
  max-width: unset;
}
footer .logo svg {
  width: 150px;
  height: auto;
  fill: #fff;
}
footer .newsletter_block {}
footer .social_follow {
  margin: 5px 0;
}
footer .social_follow a {}
footer .social_follow a svg {
  width: 25px;
  margin-left: 5px;
}
footer .social_follow a:hover svg {}

/* ROUNDED CHECKBOXES */
.round_checkbox {
  position: relative;
  padding-left: 9px;
  font-size: 0.8rem;
}
.round_checkbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -21px;
  position: absolute;
  margin-top: 0px;
  width: 18px;
}
.round_checkbox label:after {
  background: #0069b4;
  /* border-top: none; */
  /* border-right: none; */
  content: "";
  height: 14px;
  margin-left: 1px;
  opacity: 0;
  position: absolute;
  margin-top: 1px;
  transform: rotate(-45deg);
  width: 14px;
  border-radius: 50%;
}
.round_checkbox input[type="checkbox"] {
  /*visibility: hidden;*/
  opacity: 0;
}
.round_checkbox input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}
.round_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
/* ROUNDED RADIOBOXES */
.round_radiobox {
  position: relative;
  padding-left: 9px;
  font-size: 0.8rem;
  display: inline-block;
  min-width: 50px;
}
.round_radiobox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -21px;
  position: absolute;
  margin-top: 0px;
  width: 18px;
}
.round_radiobox label:after {
  background: #0069b4;
  /* border-top: none; */
  /* border-right: none; */
  content: "";
  height: 14px;
  margin-left: 1px;
  opacity: 0;
  position: absolute;
  margin-top: 1px;
  transform: rotate(-45deg);
  width: 14px;
  border-radius: 50%;
}
.round_radiobox input[type="radio"] {
  /*visibility: hidden;*/
  opacity: 0;
}
.round_radiobox input[type="radio"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}
.round_radiobox input[type="radio"]:checked + label:after {
  opacity: 1;
}
@media (min-width: 768px ){
	footer .menu_block:not(.mostra_sempre) h3 i{ display: none; }
	footer .menu_block:not(.mostra_sempre) ul {
		display: block !important;
		opacity: 1 !important;
		height: auto !important;
	}
}
@media (min-width: 992px ){
	footer h2 { font-size: 2rem; }
}
@media (min-width: 1200px ){
	footer h2 { font-size: 2rem; }
}
@media (min-width: 1350px ){
	footer h2 { font-size: 2rem; }
}
@media (min-width: 1500px ){
	footer h2 { font-size: 2rem; }
}
@media (max-width: 767px){ 
	footer .menu_block h3 {
		padding: 20px 20px 10px 20px;
	}
	footer h2 {
		padding-bottom: 20px
	}
}