/* MIXIN */
#title-download-app {
  border-left: 4px solid var(--primary);
  padding-left: 1rem;
}

.container-slider-app {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/downloadApp/phone.svg) center center no-repeat;
  background-size: auto;
  background-position: center center;
  z-index: 33;
}

.slider-app {
  margin-left: 50px;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

@media only screen and (min-width: 576px) {
  .slider-app {
    margin-left: 132px;
  }
}

@media only screen and (min-width: 768px) {
  .slider-app {
    margin-left: 222px;
  }
}

@media only screen and (min-width: 992px) {
  .slider-app {
    margin-left: 343px;
  }
}

@media only screen and (min-width: 1200px) {
  .slider-app {
    margin-left: 53px;
  }
}

@media only screen and (min-width: 1400px) {
  .slider-app {
    margin-left: 52px;
  }
}

@media only screen and (min-width: 1480px) {
  .slider-app {
    margin-left: 84px;
  }
}

@media only screen and (min-width: 1780px) {
  .slider-app {
    margin-left: 134px;
  }
}

.slider-app .swiper-wrapper {
  max-height: 595px;
  width: 273px;
  border-radius: 30px;
}

.slider-app .swiper-wrapper img {
  margin: 9px 6px;
  width: auto;
  height: 555px !important;
  border-radius: 30px;
}

.slider-app .swiper-wrapper .swiper-slide {
  background: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-app .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: 25px;
  right: auto;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

#qrcode-app {
  width: 150px;
  height: auto;
}

.download-banner {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

/*
*	COLORS
*/
/**
*	TYPOGRAPHY
*/
html, body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #063E85;
  font-weight: 600;
}

h1, h2 {
  color: #063E85;
  font-size: 40px;
}

/**
*	GENERAL
*/
.bg-green {
  background: #00904A;
}

.title-section {
  overflow: hidden;
}

.block-title {
  padding-bottom: 15px;
  margin-bottom: 3rem;
}

.block-title::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 15px;
  background: #00904A;
}

.block-title::after {
  content: '';
  width: 100%;
  width: 100vw;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 15px;
  background: #00904A;
}

.block-title a {
  color: #063E85;
  font-size: 20px;
  text-decoration: none;
}

.block-title a:hover, .block-title a:focus {
  text-decoration: none;
}

.block-title a span {
  text-decoration: underline;
  text-underline-offset: 5px;
}

input[type="email"], input.form-control, select.form-control, textarea {
  border: #FFFFFF;
  background: #FFFFFF;
  height: 35px;
  padding: 6px;
}

input[type="email"]:focus, input.form-control:focus, select.form-control:focus, textarea:focus {
  border-color: #00904A;
  outline: none;
}

.card {
  border: 1px solid #00904A;
  border-radius: 0;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #00904A;
}

@media screen and (min-width: 992px) {
  .block-title a {
    display: block;
    position: absolute;
    top: 50%;
    top: calc(50% - 0.5rem);
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* BOOTSTRAP */
.btn {
  background: #00904A;
  color: #fff;
  border-color: transparent;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #00904A;
  border-color: #00904A;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  padding: 12px 20px;
}

.btn-primary:hover {
  color: #FFFFFF;
  background-color: #00904A;
  border-color: #00904A;
}

.btn-primary.focus, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #00904A;
  border-color: #00904A;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00904A;
  border-color: #00904A;
}

.btn-primary.btn-file {
  border-radius: 0;
}

/*fix apostrofo input file */
span.input-group-btn {
  color: transparent;
  font-size: 0;
}

.btn-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  border-radius: 50px;
  font-size: 20px;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.btn-light:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}

.btn-light.focus, .btn-light:focus {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}

.btn-link {
  background: #00904A;
  font-size: 1.25rem;
  border-radius: 0;
  color: #FFFFFF;
}

.btn-link:hover, .btn-link:focus {
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.modal-header {
  padding-right: 3rem;
}

.modal-header .close {
  position: absolute;
  top: 3rem;
  right: 1rem;
  color: #063E85;
  opacity: 1;
}

.modal-title {
  color: #332F2F;
}

.modal-body > * {
  color: #332F2F !important;
}

.modal-body p {
  font-size: 16px;
}

/** Hamburger menu icon  with animate**/
.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  padding: 10px 4px;
  cursor: pointer;
  position: relative;
}

.navbar-toggler span {
  background: #063E85;
  border-radius: 10px;
  height: 4px;
  margin: 18px 0;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navbar-toggler span::before {
  display: block;
  content: '';
  background: #063E85;
  border-radius: 10px;
  height: 4px;
  width: 50%;
  /*margin-top: -10px;*/
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transform: translate(0px, -15px) rotateZ(0deg);
  transform: translate(0px, -15px) rotateZ(0deg);
}

.navbar-toggler span::after {
  display: block;
  content: '';
  background: #063E85;
  border-radius: 10px;
  height: 4px;
  width: 100%;
  /*margin-bottom: -10px;*/
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transform: translate(0px, 10px) rotateZ(0deg);
  transform: translate(0px, 10px) rotateZ(0deg);
}

.navbar-toggler[aria-expanded="true"] span {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.navbar-toggler[aria-expanded="true"] span::before {
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotateZ(90deg) translate(9px, -9px);
          transform: rotateZ(90deg) translate(9px, -9px);
}

.navbar-toggler[aria-expanded="true"] span::after {
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 50%;
  -webkit-transform: translate(9px, -13px) rotateZ(90deg);
          transform: translate(9px, -13px) rotateZ(90deg);
}

/* OWL-CAROUSEL */
.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #00904A;
  border-radius: 0;
  width: 37px;
  height: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-transition: background ease-in-out .3s;
  transition: background ease-in-out .3s;
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #00904A;
}

/* RESPONSIVE */
@media screen and (max-width: 500px) {
  div#recaptcha {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1480px) {
  .container {
    max-width: 1328px;
  }
}

@media screen and (min-width: 1780px) {
  .container {
    max-width: 1628px;
  }
}

/**
*	HEADER
*/
.top-header {
  background: #00904A;
  color: #FFFFFF;
}

.top-header p {
  margin: 0;
}

.top-header a {
  color: #FFFFFF;
  -webkit-transition: -webkit-transform ease-in-out 0.5s;
  transition: -webkit-transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
}

.top-header a:hover, .top-header a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-header .icon-link {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-brand img {
  min-width: 220px;
}

#mainNav {
  padding-top: 3rem;
}

#mainNav .nav-item {
  position: relative;
}

#mainNav .nav-item a.nav-link {
  color: #063E85;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: relative;
  white-space: nowrap;
}

#mainNav .nav-item a.nav-link::after {
  content: '';
  display: block;
  width: 0;
  background: #00904A;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#mainNav .nav-item a.nav-link:hover::after, #mainNav .nav-item a.nav-link:focus::after {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .top-header .icon-link {
    width: unset;
    border-bottom: 0 none transparent;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #mainNav .nav-item a.nav-link {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .top-header .icon-link {
    width: unset;
    border-bottom: 0 none transparent;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #mainNav {
    padding-top: 0;
  }
  #mainNav .nav-item:not(:first-child) {
    padding-left: 2rem;
  }
  #mainNav .nav-item:not(:first-child)::before {
    content: '';
    display: block;
    background: #00904A;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -3.5px;
    margin-left: -3.5px;
  }
}

/**
* FOOTER
*/
footer #footer-top {
  background: #00904A;
  color: #FFFFFF;
}

footer #footer-top h3 {
  font-size: 20px;
  font-weight: 700;
}

footer #footer-top a {
  color: #FFFFFF;
  font-size: 15px;
}

footer #footer-top span.icon {
  width: 44px;
}

footer #footer-bottom p {
  font-size: 18px;
  color: #063E85;
  font-weight: 400;
}

footer #footer-bottom a {
  color: #063E85;
  font-weight: 700;
}

footer #footer-bottom a:hover, footer #footer-bottom a:focus {
  color: #063E85;
  text-decoration: underline;
}

#mappa {
  min-height: 250px;
}

.gm-style .gm-style-iw-d {
  color: #333;
}

/*
* HOMEPAGE
*/
/* SLIDER */
#owl-slider .item {
  position: relative;
}

#owl-slider .item .caption {
  background: rgba(6, 62, 133, 0.6);
}

#owl-slider .item .caption h2 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #owl-slider .item .caption {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 0;
    bottom: 40px;
  }
  #owl-slider .item .caption h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  #owl-slider .item .caption h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1400px) {
  #owl-slider .item .caption h2 {
    font-size: 40px;
  }
}

/* SERVIZI */
#servizi .box-servizio {
  position: relative;
}

#servizi .box-servizio .title {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 24px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: rgba(6, 62, 133, 0.6);
}

#servizi .box-servizio-fullpage {
  color: #FFFFFF;
  /*.image{background-position: center center; background-repeat: no-repeat;background-size: cover;}*/
}

#servizi .box-servizio-fullpage img {
  -o-object-fit: cover;
     object-fit: cover;
}

.container .servizi .menu-tabs {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #servizi .box-servizio .title {
    font-size: 30px;
  }
}

/* OFFERTE */
#offerte #owl-offerte .owl-stage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
}

#offerte #owl-offerte .owl-item {
  /*min-height: 100%;*/
  border: 1px solid #00904A;
}

#offerte #owl-offerte #NomeProdotto {
  font-size: 22px;
  text-transform: uppercase;
  color: #707070;
  min-height: 55px;
}

#offerte #owl-offerte .caption {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#offerte #owl-offerte #CheckDataScadenza {
  /*  position: absolute;
    top: 60%;
    left: 15px;
    right: 15px;*/
  background: rgba(6, 62, 133, 0.6);
  color: #FFFFFF;
  margin-bottom: 11px;
  /*border-radius: 12px;*/
  text-align: center;
  font-size: .7rem;
  padding: 6px;
}

#offerte #owl-offerte #tipo1 {
  font-size: 28px;
}

#offerte #owl-offerte #tipo1 .prezzo-finale {
  color: #E30004;
  font-size: 32px;
  font-weight: 700;
}

#offerte #owl-offerte #tipo1 .sconto.hvr-buzz-out {
  position: absolute;
  top: 16px;
  left: 23px !important;
  color: #FFFFFF;
  background: #E30004;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 22px;
  width: 72px;
  height: 72px;
  border-radius: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#offerte #owl-offerte #tipo1 .intScont {
  right: -17px !important;
}

#offerte #owl-offerte #tipo2 .testo1 {
  font-size: 22px;
  line-height: 28px;
  position: relative;
  color: #063E85;
}

#offerte #owl-offerte #tipo2 .prezzo-finale {
  font-size: 28px;
  line-height: 28px;
  color: #E30004;
  font-weight: 700;
}

#offerte #owl-offerte #tipo4, #offerte #owl-offerte #tipo3 {
  font-size: 22px;
  line-height: 28px;
}

#offerte #owl-offerte #tipo4 .testo1, #offerte #owl-offerte #tipo3 .testo1 {
  color: #063E85;
  font-weight: 700;
}

#offerte #owl-offerte #tipo3 .testo1 {
  font-size: 22px;
  line-height: 28px;
  color: #063E85;
  position: relative;
  top: -4px;
}

#offerte #owl-offerte #tipo3 .prezzo-finale {
  font-size: 22px;
  line-height: 28px;
  color: #E30004;
  font-weight: 700;
}

#offerte #owl-offerte #PiuInfo {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

#offerte #owl-offerte .modal.fade.in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0 !important;
}

#offerte #owl-offerte .modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#offerte #owl-offerte .modal-dialog {
  -webkit-transform: none;
          transform: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#offerte #owl-offerte .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}

#offerte #owl-offerte .modal-dialog .modal-body {
  overflow-y: scroll;
}

#offerte #owl-offerte .modal-dialog .modal-body {
  scrollbar-width: thin;
  scrollbar-color: transparent;
}

#offerte #owl-offerte .modal-dialog .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  margin: 1rem;
}

#offerte #owl-offerte .modal-dialog .modal-body::-webkit-scrollbar-thumb {
  background: #00904A;
  border-radius: 15px;
}

#offerte #owl-offerte .modal-dialog .modal-body::-webkit-scrollbar-thumb:hover {
  background: #00904A;
  opacity: .7;
}

#offerte #owl-offerte .modal-dialog .modal-body::-webkit-scrollbar-track {
  border-radius: 15px;
}

/* PRENOTA + PDF EVENTI */
#prenotaCalendario .col-12 {
  position: relative;
}

#prenotaCalendario .col-12 > div {
  background: rgba(6, 62, 133, 0.6);
}

#prenotaCalendario .col-12 img {
  border: 1px solid #063E85;
}

#prenotaCalendario .col-12 .caption {
  padding: 35px 0;
  text-align: center;
}

#prenotaCalendario .col-12 .caption h3 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  #prenotaCalendario .col-12 .caption {
    background: rgba(6, 62, 133, 0.6);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 40px;
  }
  #prenotaCalendario .col-12 .caption h3 {
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1200px) {
  #prenotaCalendario .col-12 .caption h3 {
    font-size: 30px;
    line-height: 37px;
  }
}

/* NEW ED EVENTI */
#owl-news .owl-stage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#owl-news .owl-item {
  border: 1px solid #063E85;
}

#owl-news .owl-item a > div:first-child {
  border-bottom: 1px solid #063E85;
}

#owl-news .owl-item a h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #063E85;
  min-height: 72px;
}

#owl-news .owl-item a p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #063E85;
  margin-bottom: 0;
}

#owl-news .owl-item a .btn {
  color: #FFFFFF;
}

#owl-news .owl-item a:hover {
  text-decoration: none;
}

/* NEWSLETTERS */
/*#newsletter{
	background: #E2DACF url("/resources/images/home/bg-newsletter.jpg") 100% 0 ; background-size: cover;color: $white;
	h3{font-size: 16px;line-height: 20px;font-weight: 600;color:$white;}
	h2{font-size: 30px;line-height: 37px;font-weight: 600;color:$white;}
	.input-email{
		width: 100%; border:$white;background: $white;height: 48px;padding: 12px;
		&:focus{border-color:$green; outline: none;}
	}
	span{color:$darkGrey;}
	a{color:$green;}
	#recaptchaNewsletter{
		margin: 1rem auto;display: inline-block;
	}
}*/
@media screen and (min-width: 992px) {
  #newsletter {
    background-position: 50% 0;
  }
  #newsletter h3 {
    font-size: 30px;
    line-height: 37px;
  }
  #newsletter h2 {
    font-size: 50px;
    line-height: 62px;
  }
}

/** 
*   TURNI E PAGINAZIONE
*/
.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: #063E85;
  background-color: #FFFFFF;
  border: 1px solid #063E85;
  margin-left: -1px;
  float: left;
  line-height: 1.42px;
  padding: 15px 25px;
  margin-right: 10px;
}

.paginazione .pagination > li.active > a {
  background: #063E85;
  color: #FFFFFF;
  border: 1px solid #063E85;
}

.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: #063E85;
  font-size: 20px;
  line-height: 27px;
  display: inline;
  padding: 0 15px;
}

.sceltagiorni .pager li a {
  color: #FFFFFF;
  background-color: #00904A;
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #00904A;
}

.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: #FFFFFF;
  background-color: #00904A;
  cursor: not-allowed;
  display: inline-block;
}

.sceltagiorni .pager .disabled a:hover, .sceltagiorni .pager .disabled a:focus, .sceltagiorni .pager .disabled a:active, .sceltagiorni .pager .disabled a:visited, .sceltagiorni .pager .disabled span:hover, .sceltagiorni .pager .disabled span:focus, .sceltagiorni .pager .disabled span:active, .sceltagiorni .pager .disabled span:visited {
  color: #FFFFFF;
  background-color: rgba(0, 144, 74, 0.6);
}

.sceltagiorni .pagination {
  display: inline-block;
  padding: 0 15px;
  margin: 20px 0;
}

.sceltagiorni .pagination li {
  display: inline;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 27px;
}

.sceltagiorni .pagination li a, .sceltagiorni .pagination li span {
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  float: left;
  text-decoration: none;
  background-color: rgba(6, 62, 133, 0.6);
  border: 1px solid rgba(6, 62, 133, 0.6);
  margin-left: -1px;
}

.sceltagiorni .pagination li a.active {
  background: #063E85;
  color: #FFFFFF;
}

.contenitore_risultati .farmacia_da_evidenziare {
  background: rgba(0, 144, 74, 0.6);
}

.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: #00904A;
  border: 2px solid #00904A;
}

.contenitore_risultati .box-farmacia .area_middle p.mappa_farmacia {
  line-height: 20px !important;
  font-size: 15px;
}

.contenitore_risultati .box-farmacia .area_middle a {
  color: #332F2F;
  font-size: 16px;
}

.contenitore_risultati .box-farmacia .area_middle_orari {
  display: none;
}

.contenitore_risultati .box-farmacia .icon_mappa i, .contenitore_risultati .box-farmacia .icon_apertura_notturno i, .contenitore_risultati .box-farmacia .icon_apertura_diurna i {
  border-radius: 5px;
  color: #FFFFFF;
  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: #332F2F;
  font-size: 20px;
  margin: 0;
}

.contenitore_risultati .box-farmacia .nome_farmacia {
  height: 45px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #063E85;
}

.contenitore_risultati .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contenitore_risultati .row .farmacia {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .contenitore_risultati .row .farmacia {
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33%;
  }
}

.form_ricercafarmacie, .sceltagiorni, .box-farmacia {
  background: #FFFFFF;
  border: 1px solid #00904A;
}

/* fix old version bootstrap */
.col-xs-12 {
  width: 100%;
}

/* end - fix old version bootstrap */
td.costo {
  padding-left: 0px;
}

input#exampleInputEmail {
  border: 1px solid #00904A;
  margin-right: 18px;
  margin-bottom: 10px;
  border-radius: 7px;
  width: 252px;
}

div#pannello {
  text-align: center;
}

input#acconsento {
  margin-right: 5px;
}

#Newsletter-popup {
  z-index: 1049;
}
/*# sourceMappingURL=style.css.map */