/* CSS Document */
body {
  font-family: work-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cta-1 {
  background-color: #358817;
  color: #fff;
  font-size: 20px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.cta-1:hover,
.cta-1:active,
.cta-1:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0099f1;
}
.cta-info {
  background-color: #0099f1;
  color: #fff;
  font-size: 20px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.cta-info:hover,
.cta-info:active,
.cta-info:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/*==================================================
=            Bootstrap 4.5              =
==================================================*/
::selection {
  background-color: #b8d6ae;
  color: #212121;
}
body {
  overflow-x: hidden!important;
}
body a {
  color: #358817;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
}
body a:hover,
body a:active {
  opacity: 0.7;
}
body a:active,
body a:focus {
  outline: none;
}
body .navbar-toggler:focus,
body .navbar-toggler:hover {
  outline: none;
}
.h {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.h span {
  font-style: italic;
}
.hs {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.hs span {
  font-style: italic;
}
input.form-control,
textarea {
  color: #358817;
  font-size: 16px;
  padding: 7px 15px;
  border: 1.5px solid #f5f5f5;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  font-weight: 700;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
input.form-control:focus,
textarea:focus,
input.form-control:hover,
textarea:hover,
input.form-control:active,
textarea:active,
input.form-control:visited,
textarea:visited {
  outline: none;
  box-shadow: none;
}
input.form-control:focus,
textarea:focus {
  border-color: #0099f1;
}
#topMenu {
  background-color: #0099f1;
  color: #fff;
}
#topMenu p {
  margin: 0;
}
#topMenu a {
  color: #fff;
  font-weight: 400;
}
#topMenu a:hover,
#topMenu a:active,
#topMenu a:focus {
  text-decoration: none;
  opacity: 0.5;
}
#topMenu p,
#topMenu a {
  font-size: 14px;
}
.navbar-collapse.collapse.in,
li.nav-item.dropdown.open .dropdown-menu {
  display: block;
  font-size: 16px;
}
li.nav-item.dropdown.open .dropdown-menu {
  background-color: #b8d6ae;
  border: none;
}
li.nav-item.dropdown.open .dropdown-menu .nav-link {
  color: #212121;
}
.navbar-nav .dropdown-menu.login {
  position: absolute;
  left: -100px;
}
button.navbar-toggler {
  background-color: #b8d6ae;
  color: #0099f1;
  border: none;
}
button.navbar-toggler span {
  margin-right: 5px;
}
button.navbar-toggler b {
  color: #0099f1;
}
nav .navbar-brand img {
  width: 350px;
}
nav .navbar-nav .nav-item a:hover,
nav .navbar-nav .nav-item a:active,
nav .navbar-nav .nav-item a.active {
  color: #0099f1 !important;
  background: #fff;
  color: #358817;
}
nav .navbar-nav .nav-item a:active,
nav .navbar-nav .nav-item a.active {
  color: #0099f1 !important;
  text-decoration: underline;
  color: #358817;
}
nav .menuBarMob {
  border-top: 1px solid #0099f1;
}
nav .menuBarMob .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
nav .menuBarMob .navbar-toggler-icon b {
  font-size: 14px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: 0.5s ease;
  z-index: 100;
  padding: 20px!important;
  -webkit-box-shadow: 0px 11px 12px -2px rgba(0, 0, 0, 0.26), 0px 11px 16px -6px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 11px 12px -2px rgba(0, 0, 0, 0.26), 0px 11px 16px -6px rgba(0, 0, 0, 0.02);
}
.sticky .navbar-brand img {
  width: 150px;
}
.socialMobList .navbar-nav {
  flex-direction: row;
}
.socialMobList li.nav-item.dropdown.open .dropdown-menu {
  position: absolute;
  left: -100px;
  background: #fff;
}
.socialMobList li.nav-item.dropdown.open .dropdown-menu p {
  margin-bottom: 0;
}
.intCopy ul {
  list-style-image: url('/resources/img/icons/list.svg');
}
.intCopy li a {
  color: #0099f1;
  font-size: 20px;
  cursor: pointer;
}
.intCopy li a:hover,
.intCopy li a:active {
  opacity: 0.7;
}
.circle {
  height: 0;
  padding-top: 96%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 10px solid #f5f5f5;
  z-index: 1;
  box-sizing: content-box;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.circle::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  z-index: 5;
  border: 2px solid #f5f5f5;
  left: 0;
}
.circle img {
  position: absolute;
  top: 50%;
  height: 105%;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: transform 0.7s ease-in-out;
  -moz-transition: transform 0.7s ease-in-out;
  -webkit-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
a:hover .circle {
  border-color: #b8d6ae;
}
a:hover .circle img {
  transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.servizi .menu-tabs {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 30px;
}
.servizi .nav-tabs {
  margin: 0 auto;
}
.servizi .nav-tabs.nav-justified > li {
  display: block;
  padding: 10px;
  float: left;
}
.servizi .nav-tabs.nav-justified > li > a {
  border: 0 none transparent;
  border-bottom: 0;
  border-radius: 0;
}
.servizi .nav > li > a:hover,
.servizi .nav > li > a:focus,
.servizi .nav-tabs.nav-justified > .active > a,
.servizi .nav-tabs.nav-justified > .active > a:hover,
.servizi .nav-tabs.nav-justified > .active > a:focus,
.servizi .nav-tabs.nav-justified > .active > a,
.servizi .nav-tabs.nav-justified > .active > a:hover,
.servizi .nav-tabs.nav-justified > .active > a:focus,
.servizi .nav-link.active {
  border: 0 none transparent;
  border-radius: 0;
  background: transparent;
}
.servizi .nav > li > a:hover::after,
.servizi .nav > li > a:focus::after,
.servizi .nav-tabs.nav-justified > .active > a::after,
.servizi .nav-tabs.nav-justified > .active > a:hover::after,
.servizi .nav-tabs.nav-justified > .active > a:focus::after,
.servizi .nav-tabs.nav-justified > .active > a::after,
.servizi .nav-tabs.nav-justified > .active > a:hover::after,
.servizi .nav-tabs.nav-justified > .active > a:focus::after,
.servizi .nav-link.active::after {
  background: #0099f1;
}
.servizi .nav-tabs a {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.servizi .nav-tabs a::after {
  content: '';
  display: block;
  clear: both;
  width: 130px;
  height: 2px;
  background: transparent;
  position: relative;
  bottom: -12px;
  margin: 0 auto;
}
.servizi .nav-tabs a:hover {
  text-decoration: none;
}
.servizi .nav-tabs a:hover h4 {
  color: #0099f1;
}
.servizi .nav-tabs a .icon {
  width: 80%;
}
.servizi .nav-tabs a .icon .circle {
  padding-top: 100%;
  width: 100%;
  margin: 0 -10px 10px;
}
.servizi .nav-tabs a .icon .circle img {
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50%;
  width: auto;
}
.servizi .nav-tabs a h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #212121;
}
.servizi .nav-tabs a h4 a {
  font-weight: 300!important;
}
@media (max-width: 992px) {
  .servizi .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .servizi .nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .servizi .nav-tabs::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 30px;
  }
  .servizi .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #0099f1;
  }
  .servizi .nav-tabs::-webkit-scrollbar-track {
    background: none;
    border-radius: 0px;
  }
}
.servizi .card-header {
  padding: 0;
  border-bottom: 0px none transparent;
  border-color: transparent;
}
.servizi .card-header h2 {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 15px 20px 58px;
  background: #f5f5f5;
  border-bottom: 0px none transparent;
  border-radius: 0;
  color: #0099f1;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.servizi .card-header h2 img {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -21px;
}
.servizi .card-header h2 .btn.btn-link {
  font-size: 25px;
  font-weight: 300;
  color: #0099f1;
}
.servizi .card-header h2 .btn.btn-link:hover,
.servizi .card-header h2 .btn.btn-link:focus,
.servizi .card-header h2 .btn.btn-link:hover:focus {
  text-decoration: none;
}
.servizi .card-header h2 .btn.btn-link.focus,
.servizi .card-header h2 .btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.fade:not(.show) {
  opacity: 1;
}
.modal-dialog {
  color: #212121;
}
.panel-group .panel {
  border: 1px solid #f5f5f5;
  border-radius: 0;
}
.panel-default > .panel-heading {
  padding: 0;
  border-bottom: 0px none transparent;
  border-color: transparent;
}
.panel-default > .panel-heading a {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 15px 20px 58px;
  background: #f5f5f5;
  border-bottom: 0px none transparent;
  border-radius: 0;
  color: #0099f1;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
}
.panel-default > .panel-heading a img {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.panel-default > .panel-heading a:hover {
  text-decoration: none;
}
.jumbotron {
  background-color: #f5f5f5;
}
.btn-primary {
  background-color: #358817;
  color: #fff;
  font-size: 20px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0099f1;
}
footer {
  font-size: 16px;
  background-color: #f5f5f5;
}
footer h4 {
  font-size: 16px;
}
footer a {
  font-size: 16px;
}
footer li.list-group-item {
  background-color: transparent;
  border: none;
}
footer li.list-group-item a {
  color: #212121;
}
#copyFooter {
  background-color: #0099f1;
}
#copyFooter a,
#copyFooter p,
#copyFooter * {
  color: #fff;
  font-size: 14px;
}
.rep-l a {
  color: #212121;
}
.rep-l a:hover {
  text-decoration: none;
  color: #0099f1;
}
.rep-l a p {
  font-weight: 400;
}
#offerte #CheckImmagine,
#offerteInt #CheckImmagine {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
}
#offerte #NomeProdotto,
#offerteInt #NomeProdotto {
  font-size: 16px;
  min-height: 45px;
}
#offerte .owl-item,
#offerteInt .owl-item {
  position: relative;
}
#offerte .caption,
#offerteInt .caption {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#offerte #tipo1,
#offerteInt #tipo1 {
  font-size: 21px;
}
#offerte #tipo1 .prezzo,
#offerteInt #tipo1 .prezzo {
  color: #999;
}
#offerte #tipo1 .prezzo-finale,
#offerteInt #tipo1 .prezzo-finale {
  color: #0099f1;
  font-weight: 700;
}
#offerte #tipo1 .sconto.hvr-buzz-out,
#offerteInt #tipo1 .sconto.hvr-buzz-out {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #f30012;
  font-size: 20px;
  padding: 4px 27px;
}
#offerte #tipo1 .intScont,
#offerteInt #tipo1 .intScont {
  right: -17px !important;
}
#offerte #tipo2 .testo1,
#offerteInt #tipo2 .testo1 {
  font-size: 20px;
  position: relative;
  top: -4px;
}
#offerte #tipo2 .prezzo-finale,
#offerteInt #tipo2 .prezzo-finale {
  font-size: 21px;
  color: #0099f1;
  font-weight: 700;
}
#offerte #tipo4,
#offerteInt #tipo4,
#offerte #tipo3,
#offerteInt #tipo3 {
  font-size: 20px;
}
#offerte #tipo4 .testo1,
#offerteInt #tipo4 .testo1,
#offerte #tipo3 .testo1,
#offerteInt #tipo3 .testo1 {
  color: #0099f1;
  font-weight: 700;
}
#offerte #tipo3 .testo1,
#offerteInt #tipo3 .testo1 {
  font-size: 20px;
  color: #212529;
  position: relative;
  top: -4px;
}
#offerte #tipo3 .prezzo-finale,
#offerteInt #tipo3 .prezzo-finale {
  font-size: 21px;
  color: #0099f1;
  font-weight: 700;
}
#offerte #PiuInfo,
#offerteInt #PiuInfo {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
#offerte .modal.fade.in,
#offerteInt .modal.fade.in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0 !important;
}
#offerte .modal,
#offerteInt .modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#offerte .modal-dialog,
#offerteInt .modal-dialog {
  transform: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#offerte .modal-dialog .modal-content,
#offerteInt .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
#offerte .modal-dialog .modal-body,
#offerteInt .modal-dialog .modal-body {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: transparent;
}
#offerte .modal-dialog .modal-body::-webkit-scrollbar,
#offerteInt .modal-dialog .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  margin: 1rem;
}
#offerte .modal-dialog .modal-body::-webkit-scrollbar-thumb,
#offerteInt .modal-dialog .modal-body::-webkit-scrollbar-thumb {
  background: #0099f1;
  border-radius: 15px;
}
#offerte .modal-dialog .modal-body::-webkit-scrollbar-thumb:hover,
#offerteInt .modal-dialog .modal-body::-webkit-scrollbar-thumb:hover {
  background: #0099f1;
  opacity: 0.7;
}
#offerte .modal-dialog .modal-body::-webkit-scrollbar-track,
#offerteInt .modal-dialog .modal-body::-webkit-scrollbar-track {
  border-radius: 15px;
}
#owl-news .owl-item {
  border: 1.5px solid #0099f1;
  box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -webkit-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -moz-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -o-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
}
#owl-news .owl-item a {
  color: #212121;
}
#owl-news .owl-item a:hover,
#owl-news .owl-item a:focus,
#owl-news .owl-item a:active {
  text-decoration: none;
  color: #358817;
}
#owl-news .owl-item a:hover .cta-1,
#owl-news .owl-item a:focus .cta-1,
#owl-news .owl-item a:active .cta-1 {
  background-color: #358817;
}
#owl-news .owl-item a #Testo {
  font-weight: 500;
  font-size: 14px;
}
#owl-news .p-3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsInt {
  border: 1.5px solid #0099f1;
  box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -webkit-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -moz-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -o-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
}
.newsInt a {
  color: #212121;
}
.newsInt a:hover,
.newsInt a:focus,
.newsInt a:active {
  text-decoration: none;
  color: #358817;
}
.newsInt a:hover .cta-1,
.newsInt a:focus .cta-1,
.newsInt a:active .cta-1 {
  background-color: #358817;
}
.newsInt a #Testo {
  font-weight: 500;
  font-size: 14px;
}
small a {
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
small a:hover,
small a:focus,
small a:active {
  color: #358817;
  font-size: 20px;
  cursor: pointer;
  font-size: 14px;
}
small a:hover:hover,
small a:focus:hover,
small a:active:hover,
small a:hover:active,
small a:focus:active,
small a:active:active {
  opacity: 0.7;
}
#owl-slider .owl-dots,
#owl-news .owl-dots,
#owl-offerte .owl-dots {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 15px auto;
}
#owl-slider .owl-dots .owl-dot,
#owl-news .owl-dots .owl-dot,
#owl-offerte .owl-dots .owl-dot {
  display: inline-block;
  background-color: #358817;
  height: 15px;
  width: 30px;
  opacity: 0.4;
  margin: 10px;
  border-radius: 25px;
}
#owl-slider .owl-dots .owl-dot.active,
#owl-news .owl-dots .owl-dot.active,
#owl-offerte .owl-dots .owl-dot.active {
  width: 50px;
  opacity: 1;
}
#owl-slider .owl-dots .owl-dot.active:active,
#owl-news .owl-dots .owl-dot.active:active,
#owl-offerte .owl-dots .owl-dot.active:active,
#owl-slider .owl-dots .owl-dot.active:focus,
#owl-news .owl-dots .owl-dot.active:focus,
#owl-offerte .owl-dots .owl-dot.active:focus {
  outline: none;
}
#owl-slider .owl-dots .owl-dot.active:hover,
#owl-news .owl-dots .owl-dot.active:hover,
#owl-offerte .owl-dots .owl-dot.active:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}
#owl-slider {
  position: relative;
}
#owl-slider a:hover {
  text-decoration: none;
}
#owl-slider a:hover .copySlider {
  transition: 0.5s ease;
  background: #0008;
}
#owl-slider .copySlider {
  margin-top: -271px;
  background: #0005;
  display: block;
  text-align: center;
  padding: 60px;
  position: relative;
  color: #fff;
}
#owl-slider .copySlider h3 {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #owl-slider .copySlider h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #owl-slider .copySlider h3 {
    font-size: 3.4rem;
  }
}
#owl-slider .copySlider p {
  font-size: 20px;
}
#owl-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 50px;
}
#reparti #owl-reparti .owl-nav {
  display: block;
  position: absolute;
  bottom: 50%;
  display: flex;
  width: 100%;
  height: 0;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}
#reparti #owl-reparti .owl-nav .owl-prev {
  margin-left: -100px;
}
#reparti #owl-reparti .owl-nav .owl-next {
  margin-right: -100px;
}
#reparti #owl-reparti a {
  text-decoration: underline;
}
#offerte {
  background-color: #f5f5f5;
}
#offerte #owl-offerte .owl-nav {
  display: block;
  position: absolute;
  bottom: 370px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}
#offerte #owl-offerte .owl-nav .owl-prev {
  margin-left: -100px;
}
#offerte #owl-offerte .owl-nav .owl-next {
  margin-right: -100px;
}
#offerte #owl-offerte a {
  text-decoration: underline;
}
#eventi #Titolo {
  color: #212121;
  text-decoration: none;
  font-size: 16px;
}
#eventi #CheckImmagine {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
}
#eventi .newsSelect #Titolo {
  color: #212121;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
}
#staff {
  background-image: url("/img/staff-bg.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#staff a {
  color: #fff;
}
#newsletter p {
  font-size: 20px;
}
#newsletter input[type="email"] {
  border-radius: 5px;
  border: 2px solid #f5f5f5;
  width: 75%;
}
#newsletter .btn.btn-secondary {
  background-color: #358817;
  margin-top: -5px;
  border-radius: 0 5px 5px 0;
  border: none;
  position: relative;
  right: 10px;
  padding: 18px 40px!important;
}
/** Style bootstrap 3 per la paginazione e i turni **/
.paginazione {
  display: table;
}
.paginazione .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.paginazione .pagination > li {
  display: inline;
}
.paginazione .pagination > li a {
  position: relative;
  text-decoration: none;
  color: #0099f1;
  background-color: #fff;
  border: 1px solid #0099f1;
  margin-left: -1px;
  float: left;
  line-height: 1.42px;
  padding: 15px 25px;
  margin-right: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.paginazione .pagination > li.active > a {
  background: #0099f1;
  color: #fff;
  border: 1px solid #0099f1;
}
.sceltagiorni {
  padding: 30px 15px;
}
.sceltagiorni .row {
  display: block!important;
}
.sceltagiorni .pager {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 15px 10px;
}
.sceltagiorni .pager li {
  color: #212121;
  font-size: 16px;
  line-height: 27px;
  display: inline;
}
.sceltagiorni .pager li a {
  color: #212121;
  background-color: #fff;
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sceltagiorni .pager li a:hover,
.sceltagiorni .pager li a:focus,
.sceltagiorni .pager li a:active,
.sceltagiorni .pager li a:visited {
  text-decoration: none;
}
.sceltagiorni .pager .disabled {
  display: inline;
}
.sceltagiorni .pager .disabled a,
.sceltagiorni .pager .disabled span {
  color: #212121;
  background-color: #fff;
  cursor: not-allowed;
  display: inline-block;
}
.sceltagiorni .pager .disabled a:hover,
.sceltagiorni .pager .disabled span:hover,
.sceltagiorni .pager .disabled a:focus,
.sceltagiorni .pager .disabled span:focus,
.sceltagiorni .pager .disabled a:active,
.sceltagiorni .pager .disabled span:active,
.sceltagiorni .pager .disabled a:visited,
.sceltagiorni .pager .disabled span:visited {
  color: #212121;
  background-color: #fff;
}
.sceltagiorni .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.sceltagiorni .pagination li {
  display: inline;
  color: #212121;
  font-size: 16px;
  line-height: 27px;
}
.sceltagiorni .pagination li a,
.sceltagiorni .pagination li span {
  color: #0099f1;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  float: left;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #212121;
  margin-left: -1px;
}
.sceltagiorni .pagination li a.active {
  background: #0099f1;
  color: #fff;
}
.contenitore_risultati .farmacia_da_evidenziare {
  background: #0099f1;
}
.contenitore_risultati .box-farmacia {
  height: 270px;
}
.contenitore_risultati .box-farmacia .row {
  padding: 15px;
}
.contenitore_risultati .box-farmacia .area_middle {
  height: 80px;
}
.contenitore_risultati .box-farmacia .area_middle .icon_mappa i {
  background-color: #DD4B3E;
  border: 2px solid #bc2b1e;
}
.contenitore_risultati .box-farmacia .area_middle p.mappa_farmacia {
  line-height: 20px!important;
  font-size: 15px;
}
.contenitore_risultati .box-farmacia .area_middle a {
  color: #212121;
  font-size: 16px;
}
.contenitore_risultati .box-farmacia .area_middle_orari {
  height: 55px;
  margin-bottom: 10px;
}
.contenitore_risultati .box-farmacia .area_middle_orari .icon_apertura_notturno i {
  background-color: #358817;
}
.contenitore_risultati .box-farmacia .icon_mappa i,
.contenitore_risultati .box-farmacia .icon_apertura_notturno i,
.contenitore_risultati .box-farmacia .icon_apertura_diurna i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
}
.contenitore_risultati .box-farmacia .orari_turni {
  font-size: 16px;
  background: transparent;
}
.contenitore_risultati .box-farmacia p {
  color: #212121;
  font-size: 14px;
  margin: 0;
}
.contenitore_risultati .box-farmacia .nome_farmacia {
  height: 45px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contenitore_risultati .row {
  display: flex;
  flex-direction: column;
}
.contenitore_risultati .row .farmacia {
  max-width: 100%;
  width: unset!important;
  margin-bottom: 15px;
}
.contenitore_risultati .row .farmacia .area_middle .row,
.contenitore_risultati .row .farmacia .area_middle_orari .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contenitore_risultati .row .farmacia .area_middle .row > div,
.contenitore_risultati .row .farmacia .area_middle_orari .row > div {
  width: unset !important;
}
.contenitore_risultati .row .farmacia .mappa_farmacia {
  padding-left: 10px;
}
@media screen and (min-width: 500px) {
  .contenitore_risultati .row {
    flex-direction: row;
  }
  .contenitore_risultati .row .farmacia {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contenitore_risultati .row .farmacia {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33%;
  }
}
.form_ricercafarmacie,
.sceltagiorni,
.box-farmacia {
  background: #f5f5f5;
}
/*========== Media Queries ==========*/
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  #offerte #owl-offerte .owl-nav .owl-next {
    margin-right: 0;
  }
  #offerte #owl-offerte .owl-nav .owl-prev {
    margin-left: 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .h {
    font-size: 40px;
  }
  nav .navbar-brand img {
    width: 205px;
  }
  nav .navbar-nav {
    background-color: #f5f5f5;
    text-align: center;
  }
  #topMenu {
    margin-top: 50px;
  }
  .social-mobile {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .social-mobile a {
    background-color: #358817;
    margin: 0;
    width: 34%;
    position: relative;
    left: 0px;
    padding: 11px 48px;
    margin: 0!important;
  }
  .social-mobile a:nth-child(1) {
    background: #25D366;
  }
  .social-mobile a:nth-child(2) {
    background: #358817;
  }
  .social-mobile a:nth-child(3) {
    background: #4267B2;
  }
  #owl-slider .copySlider {
    margin-top: auto;
  }
  #owl-slider .copySlider .h {
    font-size: 20px;
  }
}
/* Iphone 5 */
@media only screen and (max-width: 320px) {
  #topMenu {
    margin-top: 32px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #topMenu a {
    color: #f5f5f5;
    font-size: 15px;
  }
  .nav-link,
  .navbar-light .navbar-nav .nav-link {
    font-weight: 300;
    color: #212121 !important;
    opacity: 1;
    font-size: 16px;
  }
  li.nav-item.dropdown.open .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  #owl-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #owl-slider .owl-dots .owl-dot {
    background-color: #fff;
  }
  #hightlights .row .col-md-6:nth-of-type(1) img {
    max-width: 280px;
  }
  #hightlights .row .col-md-6:nth-of-type(2) img {
    max-width: 320px;
  }
  #hightlights .boxHightlight {
    min-height: 345px;
  }
  #ordinaProds .formPrenofa .input-group input.form-control {
    padding: 40px 30px!important;
  }
  #ordinaProds .formPrenofa .ctaSearch {
    width: 80px;
    height: 80px;
  }
}
input[type="file"] {
  display: none;
}
.custom-file-upload {
  background-color: #358817;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  padding: 9px 20px;
  cursor: pointer;
}
.form-contatti .group-file .btn-primary {
  padding: 4px 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: -4px;
}
.form-contatti .group-file input.form-control {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
#servi {
  border: 1px solid green;
  border-radius: 25px;
}
@media all and (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}
.sfondo-popup {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sfondo-popup .box-popup {
  background: #fff;
  padding: 2rem;
  border: 1.5px solid #0099f1;
  box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -webkit-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -moz-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
  -o-box-shadow: 0px 0px 7.36px 0.64px rgba(61, 61, 61, 0.08);
}
@media screen and (min-width: 768px) {
  .sfondo-popup .box-popup {
    width: 90%;
    max-width: 900px;
  }
}
.forms-pagine {
  border: 1px solid green;
  border-radius: 25px;
}
