/* line 1, ../scss/_lib_wettermin.scss */
.reservation_header_button {
  position: fixed;
  z-index: 50;
  top: 0;
}
@media only screen and (min-width: 90.063em) {
  /* line 6, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 5%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 9, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 3%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 12, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 25px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 15, ../scss/_lib_wettermin.scss */
  .reservation_header_button {
    right: 0;
    top: 0;
  }
}

/* line 18, ../scss/_lib_wettermin.scss */
.page_button_reservation {
  transition: all 300ms ease-out;
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #4ca5ff;
  width: 80px;
  padding: 22px 0 22px 10px;
  border: none;
}
/* line 29, ../scss/_lib_wettermin.scss */
.page_button_reservation i {
  font-size: 1.7rem;
}
/* line 30, ../scss/_lib_wettermin.scss */
.page_button_reservation .button_reservation_text {
  transition: font-size 300ms ease-out;
  margin-left: 3px;
  font-size: 0;
  display: inline;
}
/* line 36, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover, .page_button_reservation:focus {
  background-color: #4ca5ff;
  color: black;
  width: 180px;
  padding: 22px 0;
}
/* line 41, ../scss/_lib_wettermin.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .95rem;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 46, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    padding: 20px 0 20px 10px;
  }
  /* line 47, ../scss/_lib_wettermin.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 50, ../scss/_lib_wettermin.scss */
  .page_button_reservation {
    width: 68px;
    padding: 19px 0 19px 10px;
  }
}

/* line 57, ../scss/_lib_wettermin.scss */
.sitesbi_modal {
  text-align: center;
  padding: 30px;
}
/* line 60, ../scss/_lib_wettermin.scss */
.sitesbi_modal img {
  display: none;
}
/* line 61, ../scss/_lib_wettermin.scss */
.sitesbi_modal i {
  color: #9343b3 !important;
}
/* line 62, ../scss/_lib_wettermin.scss */
.sitesbi_modal h3 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal {
  text-align: center;
}
/* line 73, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal i {
  position: absolute;
  top: 27px;
  left: 49%;
  font-size: 2.2rem;
  color: #9343b3;
}
/* line 80, ../scss/_lib_wettermin.scss */
.sitesbi_confirm_modal p {
  margin-top: 40px !important;
  text-align: center;
  font-size: .95rem;
  font-weight: 600;
  color: #722591;
  margin-bottom: 5px;
}

/* line 89, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title {
  text-align: center;
}
/* line 91, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title i {
  font-size: 1.8rem;
  color: #A7DEFF;
}
/* line 95, ../scss/_lib_wettermin.scss */
.wettermin_reg_action_modal_title h2 {
  margin-top: 33px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.9rem;
  letter-spacing: .5px;
}

/* line 105, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal {
  text-align: center;
  padding: 0 37px 0 37px;
}
/* line 108, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h3 {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 113, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.15rem;
}
/* line 119, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 45px;
}
/* line 124, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i {
  color: #CCCCCC;
}
/* line 125, ../scss/_lib_wettermin.scss */
.wettermin_reg_modal .button_x i:hover {
  color: #bababa;
}

/* line 129, ../scss/_lib_wettermin.scss */
.button_cancel {
  width: 200px;
  margin-bottom: 4px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 138, ../scss/_lib_wettermin.scss */
.button_cancel:hover {
  background-color: #bababa;
}

/* line 141, ../scss/_lib_wettermin.scss */
.button_action {
  width: 200px;
  margin-bottom: 4px;
  background-color: #7cbdfc;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
/* line 150, ../scss/_lib_wettermin.scss */
.button_action:hover {
  background-color: #4ca5ff;
}

/* line 153, ../scss/_lib_wettermin.scss */
.recaptcha {
  margin-bottom: 18px;
}

/* line 155, ../scss/_lib_wettermin.scss */
.lastbooking_wrapper {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 40em) {
  /* line 159, ../scss/_lib_wettermin.scss */
  .lastbooking_wrapper {
    float: none;
  }
}

/* line 163, ../scss/_lib_wettermin.scss */
.lastbooking {
  margin-top: 3px;
  margin-left: 3px;
  font-size: .75rem;
  font-weight: 600;
  color: #6BB900;
  line-height: .9rem;
}
/* line 170, ../scss/_lib_wettermin.scss */
.lastbooking i {
  margin-right: 5px;
}

/* line 173, ../scss/_lib_wettermin.scss */
.lastbooking_clinic {
  text-align: center;
  margin-top: -21px;
  margin-right: 4px;
  font-size: .95rem;
  line-height: .95rem;
}
/* line 179, ../scss/_lib_wettermin.scss */
.lastbooking_clinic i {
  margin: 0 auto 11px;
  display: block;
  background-color: white;
  width: 45px;
  height: 45px;
  padding: 11px;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #9343b3;
}

/* line 192, ../scss/_lib_wettermin.scss */
.main_content_list_position {
  background-color: #f5f5f5;
  padding-bottom: 50px !important;
  margin-top: 20px;
}

/* line 198, ../scss/_lib_wettermin.scss */
.panels_clinics_list {
  margin-top: 55px;
}
@media only screen and (min-width: 64.063em) {
  /* line 201, ../scss/_lib_wettermin.scss */
  .panels_clinics_list {
    margin-top: 50px;
  }
}
/* line 203, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list {
  margin: 0 3px 9px 3px;
  position: relative;
  clear: both;
  min-height: 245px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 212, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 224px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 215, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list {
    min-height: 214px;
  }
}
/* line 217, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list p {
  margin: 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
/* line 222, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list h4 {
  font-weight: 300;
  line-height: 1.55rem;
  padding-top: 20px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 40em) {
  /* line 228, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list h4 {
    padding-bottom: 20px;
  }
}
/* line 231, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_list .clinic_list_name {
  width: 85%;
  min-height: 100px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 90.063em) {
  /* line 237, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 90%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 240, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_list .clinic_list_name {
    width: 95%;
    min-height: 90px;
  }
}
/* line 245, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic {
  margin: 0 3px 3px 3px;
  padding-bottom: 20px;
  position: relative;
  clear: both;
  min-height: 250px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: white;
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  /* line 256, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic {
    background-image: none;
  }
}
/* line 258, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic p {
  margin: 0;
}
/* line 261, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic h4 {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.95rem;
  padding-top: 30px;
  padding-bottom: 33px;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 269, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 272, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.3rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 40em) {
  /* line 275, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
}
/* line 278, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic .clinic_name {
  width: 65%;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 7px solid #A7DEFF;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 285, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 75%;
  }
}
@media only screen and (max-width: 40em) {
  /* line 288, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic .clinic_name {
    width: 95%;
  }
}
/* line 292, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor {
  padding: 12px 27px 0 27px;
  margin: 0 3px 35px 3px;
  position: relative;
  clear: both;
  min-height: 190px;
  border-bottom: 7px solid #e3e4eb;
  background-color: white;
}
/* line 300, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor p {
  margin: 0;
}
/* line 301, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor h4 {
  font-size: 1.35rem;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 0 20px;
}
/* line 307, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor {
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: -30px;
}
/* line 312, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor i {
  padding-right: 12px;
  font-size: 1.85rem;
  color: #9343b3;
}
/* line 317, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  font-size: .9rem;
  margin: -4px 0 7px 0;
  opacity: .8;
  color: #488db7;
}
/* line 323, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .doctor .doctor_img {
  margin: 0 auto 5px;
  width: 67px;
  height: 67px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #e3e4eb;
}
/* line 336, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .available {
  cursor: pointer;
}
/* line 339, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 24px;
  text-align: center;
}
/* line 344, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term i {
  margin-left: 2px;
  margin-right: 5px;
  color: #722591;
}
/* line 350, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .closest_term_date {
  display: inline-block;
  cursor: pointer;
  color: #722591;
  font-size: 1rem;
  font-weight: 600;
}
/* line 357, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #7cbdfc;
}
/* line 364, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down i {
  color: white;
  font-size: .9rem;
  padding: 7px 6px;
}
/* line 370, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover {
  transition: background-color 300ms ease-out;
  background-color: #4ca5ff;
}
/* line 373, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_down:hover i {
  transition: padding 300ms ease-out;
  padding-top: 16px;
}
/* line 378, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background-color: #7cbdfc;
}
/* line 385, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up i {
  color: white;
  font-size: .9rem;
  padding: 16px 6px 7px;
}
/* line 391, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover {
  transition: background-color 300ms ease-out;
  background-color: #4ca5ff;
}
/* line 394, ../scss/_lib_wettermin.scss */
.panels_clinics_list .panel_clinic_doctor .wh_arrow_up:hover i {
  transition: padding 300ms ease-out;
  padding-top: 7px;
}
@media only screen and (max-width: 40em) {
  /* line 400, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .panel_clinic_doctor {
    padding: 12px 10px 0 10px;
  }
}
/* line 403, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_r {
  padding-left: 27px;
  width: 90%;
}
/* line 407, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_wrapper {
  margin-top: 20px;
  position: absolute;
  bottom: 18px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 412, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 415, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_wrapper {
    position: relative;
    margin-top: 15px;
  }
}
/* line 421, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l {
  float: left;
  width: 130px;
}
@media only screen and (max-width: 40em) {
  /* line 425, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .reservation_button_l {
    float: none;
    padding-top: 20px;
  }
}
/* line 427, ../scss/_lib_wettermin.scss */
.panels_clinics_list .reservation_button_l .page_button_small {
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 429, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  z-index: 1;
}
/* line 435, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul {
  padding-left: 0;
  margin-top: 7px;
}
/* line 440, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li {
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  list-style-type: none;
  padding: 9px 0;
  font-size: .8rem;
  line-height: 1rem;
  max-width: 90%;
  text-align: center;
}
/* line 448, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h5 {
  color: #9343b3;
  margin: 5px 0 7px;
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 454, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
/* line 459, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li a {
  font-size: .9rem;
}
/* line 460, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available {
  font-weight: 400;
  background-color: #f0f1f6;
  padding: 5px 15px;
  text-decoration: underline;
}
/* line 465, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #df0095;
  padding-right: 6px;
  font-size: 1rem;
  margin-left: -5px;
}
@media only screen and (max-width: 40em) {
  /* line 472, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider ul li .available {
    font-size: .85rem;
  }
}
/* line 475, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #6eab21;
  font-weight: 600;
  background-color: #eff9e2;
}
/* line 479, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #92d241;
}
/* line 481, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .available:focus {
  color: #6BB900;
  font-weight: 600;
}
/* line 485, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider ul li .unavailable {
  cursor: default;
  opacity: .55;
  text-decoration: line-through;
}
/* line 492, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev, .panels_clinics_list .terms_slider .slick-next {
  top: 48px;
}
/* line 493, ../scss/_lib_wettermin.scss */
.panels_clinics_list .terms_slider .slick-prev:before, .panels_clinics_list .terms_slider .slick-next:before {
  color: #9343b3;
}
@media only screen and (max-width: 40em) {
  /* line 495, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 496, ../scss/_lib_wettermin.scss */
  .panels_clinics_list .terms_slider .slick-next, .panels_clinics_list .terms_slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}
/* line 500, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions {
  padding: 12px 12px 0 12px;
  margin: 15px 0;
  background-color: rgba(125, 188, 38, 0.1);
  border: 1px solid rgba(125, 188, 38, 0.15);
}
/* line 505, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_list_opinions .slick-dots {
  bottom: -33px;
}
/* line 509, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author_wrapper {
  float: left;
  margin-right: 20px;
  height: 64px;
}
/* line 514, ../scss/_lib_wettermin.scss */
.panels_clinics_list .clinic_opinion_author {
  width: 37px;
  height: 37px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: rgba(125, 188, 38, 0.15);
  border: 1px solid rgba(125, 188, 38, 0.15);
}

/* line 524, ../scss/_lib_wettermin.scss */
.cancellation_wrapper {
  text-align: center;
}
/* line 526, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_ico {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #ca2702;
}
/* line 531, ../scss/_lib_wettermin.scss */
.cancellation_wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 7px;
}
/* line 536, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_animal {
  margin-bottom: 30px;
}
/* line 537, ../scss/_lib_wettermin.scss */
.cancellation_wrapper textarea {
  max-width: 800px;
  min-height: 125px;
  margin: auto;
}
/* line 542, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_title {
  margin: 15px 0;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #ca2702;
}
/* line 550, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha {
  margin: 20px auto 40px;
}
/* line 553, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .cancellation_recaptcha div:nth-child(1) {
  margin: auto;
}
/* line 555, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation {
  width: 280px;
  background-color: #e85533;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 560, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation:hover, .cancellation_wrapper .button_cancellation:focus {
  background-color: #ca2702;
}
/* line 562, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt {
  width: 280px;
  background-color: #45a7d8;
  padding: 16px 5px;
  margin: 0 10px 30px;
}
/* line 567, ../scss/_lib_wettermin.scss */
.cancellation_wrapper .button_cancellation_nt:hover, .cancellation_wrapper .button_cancellation_nt:focus {
  background-color: #2387ba;
}
@media only screen and (max-width: 40em) {
  /* line 570, ../scss/_lib_wettermin.scss */
  .cancellation_wrapper .button_cancellation, .cancellation_wrapper .button_cancellation_nt {
    margin: 0 0 30px;
  }
}

/* line 17, ../scss/citywet3.scss */
.panels_clinics_list {
  margin-top: 35px;
}

/* line 18, ../scss/citywet3.scss */
.panels_clinics_list .terms_slider ul li .available i {
  color: #969cb9;
}

/* line 19, ../scss/citywet3.scss */
.panels_clinics_list .panel_clinic_doctor .doctor h6 {
  margin: -3px 0 7px 0;
  opacity: 1;
  color: #df0095;
}

/* line 24, ../scss/citywet3.scss */
.wettermin_reg_modal h3 {
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.4rem;
}

/* line 29, ../scss/citywet3.scss */
.panels_clinics_list .terms_slider ul li .available:hover {
  color: #156abf;
  font-weight: 500;
  background-color: #e6f6fc;
}

/* line 34, ../scss/citywet3.scss */
.panels_clinics_list .terms_slider ul li .available:hover i {
  color: #156abf;
}

/* line 35, ../scss/citywet3.scss */
.wettermin_reg_modal h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #160d10;
}

/* line 41, ../scss/citywet3.scss */
.sitesbi_confirm_modal p {
  font-weight: 700;
}

/* line 44, ../scss/citywet3.scss */
.wettermin_reg_action_modal_title i {
  color: #66c5ec;
}

@media only screen and (min-width: 90.063em) {
  /* line 48, ../scss/citywet3.scss */
  .reservation_header_button {
    right: 1%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 51, ../scss/citywet3.scss */
  .reservation_header_button {
    right: 1%;
  }
}

/* line 54, ../scss/citywet3.scss */
.page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
  font-size: .8rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
}

/* line 60, ../scss/citywet3.scss */
.page_button_reservation i {
  color: white;
}

/* line 61, ../scss/citywet3.scss */
.reservation_page {
  background-color: #f5f3f3;
  margin-bottom: -20px;
  margin-top: 45px;
}

/* line 66, ../scss/citywet3.scss */
.main_content_list_position {
  background-color: #f5f3f3;
}

/* line 67, ../scss/citywet3.scss */
.lastbooking_clinic {
  margin-top: -43px;
}

/* line 69, ../scss/citywet3.scss */
.post_content_container .redactor-toolbar {
  height: 70px;
  width: 50% !important;
}

/* line 71, ../scss/citywet3.scss */
body, button, .button, cite, h4, h5 {
  font-family: 'Muli', sans-serif;
}

/* line 73, ../scss/citywet3.scss */
hr {
  opacity: .4;
  width: 50%;
}

/* line 78, ../scss/citywet3.scss */
.section_page_index {
  display: none;
}

/* line 80, ../scss/citywet3.scss */
.section_spacer_lr_image {
  background-color: #efefef;
}

/* line 83, ../scss/citywet3.scss */
.section_spacer_1 {
  padding: 0 0 50px;
}

/* line 84, ../scss/citywet3.scss */
.section_spacer_2 {
  padding: 30px 0 10px;
}

/* line 87, ../scss/citywet3.scss */
.panel_effect_scale1 .blockgrid_panel {
  transition: transform 0.45s ease;
}
/* line 89, ../scss/citywet3.scss */
.panel_effect_scale1 .blockgrid_panel:hover {
  transform: scale(1.035, 1.035);
  -ms-transform: scale(1.035, 1.035);
  -webkit-transform: scale(1.035, 1.035);
  transition: transform 0.45s ease;
}

/* line 98, ../scss/citywet3.scss */
.panel_effect_scale2 .panel_item_img_container {
  -moz-transition: -moz-transform .4s,  opacity .5s;
  -o-transition: -o-transform .4s, opacity .5s;
  -webkit-transition: -webkit-transform .4s,  opacity .5s;
  transition: transform .4s,  opacity .5s;
}
/* line 104, ../scss/citywet3.scss */
.panel_effect_scale2 .blockgrid_panel:hover .panel_item_img_container {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* COLORS */
/* line 114, ../scss/citywet3.scss */
.section_style_c {
  background-color: #f0f1f6;
}

/* line 115, ../scss/citywet3.scss */
.text_color_c {
  color: white;
}

/* line 116, ../scss/citywet3.scss */
.text_brand_color {
  color: #df0095;
}

/* line 117, ../scss/citywet3.scss */
.text_menu:hover {
  color: #ffe0c1;
}

/* line 120, ../scss/citywet3.scss */
#menu .submenu .submenu_container {
  background-color: #9253ab;
  color: white;
}

/* line 124, ../scss/citywet3.scss */
.text_submenu_spec {
  background-color: transparent;
  color: black;
  padding-left: 2px;
}

/* line 129, ../scss/citywet3.scss */
.article_abstract_wrapper {
  background-color: white;
}

/* line 130, ../scss/citywet3.scss */
.text_opinion_container {
  margin-top: 0;
}

/* TYPOGRAPHY */
/* line 133, ../scss/citywet3.scss */
h1 {
  letter-spacing: 0;
  color: white;
}

/* line 137, ../scss/citywet3.scss */
h2, h3 {
  color: #160d10;
  font-size: 1.8rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: .5px;
  margin: 10px 0 12px;
}

/* line 145, ../scss/citywet3.scss */
.section_panel_title, .section_title {
  text-align: center;
}

/* line 146, ../scss/citywet3.scss */
h4 {
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 15px 0;
}

/* line 152, ../scss/citywet3.scss */
h5 {
  margin: 10px auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  color: #df0095;
}

/* line 160, ../scss/citywet3.scss */
p, .text_content {
  font-size: 1.05rem;
  line-height: 1.37;
  margin-bottom: 12px;
}

/* line 165, ../scss/citywet3.scss */
.paragraph_typo_color {
  font-size: 1.1rem;
  line-height: 1.4;
}

/* line 169, ../scss/citywet3.scss */
blockquote {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Lora", serif;
  font-style: italic;
}

/* line 176, ../scss/citywet3.scss */
blockquote:before {
  font-style: normal;
  opacity: 1;
  color: #cd69bd;
}

/* line 181, ../scss/citywet3.scss */
blockquote cite {
  font-size: 0.95rem;
  font-weight: 400;
}

/* line 185, ../scss/citywet3.scss */
.text_menu {
  font-size: 1rem;
  transition: background-color 300ms ease-out;
  padding: 5px 9px;
  font-weight: 600;
  color: white;
}

/* line 192, ../scss/citywet3.scss */
.footer_links {
  font-size: .9rem;
  line-height: 1.25rem;
}

/* line 196, ../scss/citywet3.scss */
.social_icons {
  margin-left: 10px;
  font-weight: 500;
}

/* BUTTONS */
/* line 202, ../scss/citywet3.scss */
.section_form .button_wrapper {
  text-align: center;
}

/* line 204, ../scss/citywet3.scss */
.page_button_small, .page_button_big, .page_button_blog {
  margin-top: 15px;
  font-weight: 600;
  background-color: #9343b3;
  font-size: .95rem;
  padding: 14px 24px;
  color: #ffffff;
  min-width: 180px;
  box-shadow: 0 12px 40px 0 rgba(53, 26, 26, 0.1);
  border-radius: 50px;
}
/* line 214, ../scss/citywet3.scss */
.page_button_small:hover, .page_button_big:hover, .page_button_blog:hover {
  background-color: #7bb130;
}
/* line 215, ../scss/citywet3.scss */
.page_button_small:focus, .page_button_big:focus, .page_button_blog:focus {
  background-color: #9343b3;
}

/* line 217, ../scss/citywet3.scss */
.page_button_article {
  font-weight: 600;
}
/* line 219, ../scss/citywet3.scss */
.page_button_article:hover, .page_button_article:focus {
  color: #ee7501;
}

/* line 221, ../scss/citywet3.scss */
.button_mmenu {
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

/* HEADER */
/* line 231, ../scss/citywet3.scss */
.content_page .main_content_position {
  padding-top: 0;
}

/* line 232, ../scss/citywet3.scss */
.page_top_bar {
  height: 0;
}

/* line 233, ../scss/citywet3.scss */
header {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 46px;
  background-color: rgba(148, 77, 177, 0.9);
}

/* line 240, ../scss/citywet3.scss */
.logo_flexchild_container {
  width: 100%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  z-index: 10;
}

/* line 247, ../scss/citywet3.scss */
#menu {
  text-align: right;
  margin: 0 0 30px;
}
/* line 251, ../scss/citywet3.scss */
#menu ul li {
  padding: 7px 0;
}

/* line 254, ../scss/citywet3.scss */
.section_style_bg_parallax .section_bg {
  padding-top: 20px;
}

/* line 257, ../scss/citywet3.scss */
.search_overlay h2 {
  text-align: left;
}

/* SLIDER */
/* line 261, ../scss/citywet3.scss */
.slider_1 .slick-dots {
  display: none !important;
}

/* line 263, ../scss/citywet3.scss */
.gallery_slider .slick-prev:before, .gallery_slider .slick-next:before {
  color: #4a4643;
}

/* PANELS */
/* line 269, ../scss/citywet3.scss */
.section_spacer_panel_img .panels_blockgrid_1 .blockgrid_panel {
  padding: 12px 4px 12px 3px;
}
/* line 270, ../scss/citywet3.scss */
.section_spacer_panel_img .panels_blockgrid_1 .panel_item_title {
  display: none;
}

/* SECTIONS */
/* BLOG */
/* line 278, ../scss/citywet3.scss */
.blog_list {
  margin-top: 35px;
}

/* line 279, ../scss/citywet3.scss */
.post_abstract_wrapper {
  padding: 25px 30px;
  background-color: #f5f3f3;
}
/* line 282, ../scss/citywet3.scss */
.post_abstract_wrapper .post_abstract_title {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #160d10;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500;
  letter-spacing: .5px;
}
/* line 291, ../scss/citywet3.scss */
.post_abstract_wrapper .post_abstract_content {
  font-size: 1rem;
  line-height: 1.5rem;
}
/* line 295, ../scss/citywet3.scss */
.post_abstract_wrapper .post_list_foto {
  width: 380px;
  height: 250px;
}
/* line 299, ../scss/citywet3.scss */
.post_abstract_wrapper .post_abstract_button_wrapper {
  margin-top: 40px;
  margin-bottom: 25px;
}

/* OPINIONS */
/* line 306, ../scss/citywet3.scss */
.section_opinions .slick-dots {
  text-align: left;
}

/* FOOTER*/
/* line 309, ../scss/citywet3.scss */
.footer_container {
  padding: 35px 0 50px;
  text-align: center;
  background-color: #e8e9ec;
}

/* line 315, ../scss/citywet3.scss */
.short_contact_content_container h4 {
  font-weight: 600;
  margin: 15px 0 10px;
}
/* line 319, ../scss/citywet3.scss */
.short_contact_content_container h5 {
  font-size: 1.15rem;
  line-height: 1.95rem;
  font-weight: 400;
}

/* line 328, ../scss/citywet3.scss */
.footer_links ul li {
  display: inline;
}

/* line 331, ../scss/citywet3.scss */
.footer_sitesbi {
  margin-top: 15px;
}
/* line 333, ../scss/citywet3.scss */
.footer_sitesbi h3 {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 1.28rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

/* line 341, ../scss/citywet3.scss */
#map {
  height: 370px;
}

/* line 342, ../scss/citywet3.scss */
.contact_form_header {
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (min-width: 90.063em) {
  /* line 345, ../scss/citywet3.scss */
  .text_menu {
    font-size: 1.05rem;
  }

  /* line 346, ../scss/citywet3.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    max-width: 100%;
    padding: 0 11%;
  }

  /* line 351, ../scss/citywet3.scss */
  .section_spacer_1 h2 {
    padding-top: 28px;
  }

  /* line 353, ../scss/citywet3.scss */
  .section_spacer_1_index {
    padding: 10px 0 50px;
  }
  /* line 355, ../scss/citywet3.scss */
  .section_spacer_1_index .rightimage_text_container {
    margin-top: 30px;
  }

  /* line 357, ../scss/citywet3.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0;
  }

  /* line 358, ../scss/citywet3.scss */
  .section_spacer_2 {
    padding: 40px 0;
  }

  /* line 361, ../scss/citywet3.scss */
  .section_spacer_3 {
    padding: 0 0 10px;
  }

  /* line 364, ../scss/citywet3.scss */
  .section_spacer_img_small {
    padding: 35px 0 5px;
  }
  /* line 366, ../scss/citywet3.scss */
  .section_spacer_img_small .text_foto_right {
    width: 360px;
  }
  /* line 367, ../scss/citywet3.scss */
  .section_spacer_img_small .text_foto_left {
    width: 360px;
  }
  /* line 368, ../scss/citywet3.scss */
  .section_spacer_img_small h5 {
    font-size: .85rem;
    line-height: 1.4;
    font-weight: 600;
    color: black;
    letter-spacing: .5px;
    background-color: #f1e5f5;
    display: inline-block;
    padding: 2px 12px;
    margin: 3px 0 12px;
  }
  /* line 379, ../scss/citywet3.scss */
  .section_spacer_img_small .paragraph_typo_color {
    font-size: .95rem;
    line-height: 1.4;
  }

  /* line 385, ../scss/citywet3.scss */
  .section_spacer_lr_img1 {
    padding: 30px 0 65px;
  }
  /* line 387, ../scss/citywet3.scss */
  .section_spacer_lr_img1 .leftimage_container .leftimage_bg, .section_spacer_lr_img1 .rightimage_container .rightimage_bg {
    background-position: center top;
  }
  /* line 390, ../scss/citywet3.scss */
  .section_spacer_lr_img1 .leftimage_text_wrapper {
    margin: 80px 0 -20px -9%;
    padding: 30px 0 30px 20px;
    background-color: #f5f3f3;
    min-height: 350px;
  }
  /* line 396, ../scss/citywet3.scss */
  .section_spacer_lr_img1 .rightimage_text_wrapper {
    margin: 80px -9% -20px 0;
    padding: 30px 20px 30px 45px;
    background-color: #f5f3f3;
    min-height: 350px;
  }
  /* line 402, ../scss/citywet3.scss */
  .section_spacer_lr_img1 .rightimage_text_container {
    padding: 0 70px 0 0;
  }
  /* line 405, ../scss/citywet3.scss */
  .section_spacer_lr_img1 p, .section_spacer_lr_img1 .text_content {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* line 419, ../scss/citywet3.scss */
  #menu {
    margin: 0 50px 30px 0;
  }

  /* line 420, ../scss/citywet3.scss */
  #menu .submenu {
    top: 30px;
    left: 0;
  }

  /* line 421, ../scss/citywet3.scss */
  #menu .submenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 4px 0;
  }

  /* line 423, ../scss/citywet3.scss */
  .logo img {
    margin-top: -58px;
    margin-left: -10px;
    width: 150px;
  }

  /* line 429, ../scss/citywet3.scss */
  .slide {
    min-height: 73vh;
  }

  /* line 430, ../scss/citywet3.scss */
  .slider1_inner_content_container {
    padding: 170px 0 30px;
    width: 680px;
  }
  /* line 433, ../scss/citywet3.scss */
  .slider1_inner_content_container .button_wrapper {
    text-align: left;
  }

  /* line 435, ../scss/citywet3.scss */
  .slider1_title {
    margin: 25px 0 30px;
    font-size: 2.4rem;
    line-height: 1.31;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Lora", serif;
    font-style: italic;
    color: #36084f !important;
  }

  /* line 446, ../scss/citywet3.scss */
  .slider1_text_content_container p {
    font-size: 1.05rem;
    line-height: 1.28;
    font-weight: 600;
    color: #36084f;
    margin-bottom: 25px;
  }

  /* line 454, ../scss/citywet3.scss */
  .title_bg {
    min-height: 460px;
    background-position: center top;
  }

  /* line 458, ../scss/citywet3.scss */
  .section_bg {
    min-height: 50vh;
  }

  /* line 459, ../scss/citywet3.scss */
  .text_50_left, .text_50_right {
    padding: 40px 0 50px;
  }

  /* line 460, ../scss/citywet3.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 462, ../scss/citywet3.scss */
  .page_title_container {
    padding-top: 165px;
  }

  /* line 463, ../scss/citywet3.scss */
  h1 {
    margin: 25px 0 15px;
    font-size: 2.75rem;
    line-height: 1.28;
    font-weight: 700;
    letter-spacing: 0;
    color: white;
  }

  /* line 471, ../scss/citywet3.scss */
  .introduction {
    width: 500px;
  }
  /* line 473, ../scss/citywet3.scss */
  .introduction h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }
  /* line 479, ../scss/citywet3.scss */
  .introduction h4 {
    font-size: 1.35rem;
    line-height: 1.9rem;
    margin: 0 0 10px;
  }
  /* line 484, ../scss/citywet3.scss */
  .introduction p {
    font-size: 1.1rem;
    line-height: 1.32;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
  }

  /* OPINIONS */
  /* line 493, ../scss/citywet3.scss */
  .opinions_bg {
    padding: 100px 0 50px;
    min-height: 600px;
  }

  /* line 497, ../scss/citywet3.scss */
  .opinions_title_container {
    padding: 10px 0 10px 41.8%;
  }

  /* line 500, ../scss/citywet3.scss */
  .opinions_content_container {
    padding: 0 0 50px 42%;
  }

  /* line 505, ../scss/citywet3.scss */
  .leftimage_text_wrapper {
    padding: 30px 20px;
  }

  /* line 508, ../scss/citywet3.scss */
  .rightimage_text_wrapper {
    padding: 30px 20px;
  }

  /* line 511, ../scss/citywet3.scss */
  .rightimage_container .rightimage_bg {
    min-height: 650px;
    background-position: top center;
    border-left: 20px solid transparent;
  }

  /* line 516, ../scss/citywet3.scss */
  .leftimage_container .leftimage_bg {
    min-height: 650px;
    background-position: top center;
    border-right: 20px solid transparent;
  }

  /* line 521, ../scss/citywet3.scss */
  .rightimage_img_container {
    left: 39% !important;
    width: 61% !important;
  }

  /* line 525, ../scss/citywet3.scss */
  .rightimage_img_text {
    right: 61% !important;
    width: 39% !important;
  }

  /* line 529, ../scss/citywet3.scss */
  .section_spacer_right_img_full {
    padding: 30px 0;
  }
  /* line 531, ../scss/citywet3.scss */
  .section_spacer_right_img_full .main_content_wrapper {
    padding: 50px 10px 50px 11% !important;
  }
  /* line 532, ../scss/citywet3.scss */
  .section_spacer_right_img_full .rightimage_img_container {
    left: 37% !important;
    width: 63% !important;
  }
  /* line 536, ../scss/citywet3.scss */
  .section_spacer_right_img_full .rightimage_img_text {
    right: 63% !important;
    width: 37% !important;
  }

  /* line 541, ../scss/citywet3.scss */
  .section_spacer_vetineo {
    padding: 50px 0 0;
  }
  /* line 543, ../scss/citywet3.scss */
  .section_spacer_vetineo .main_content_wrapper {
    padding: 0 11% 0 0 !important;
  }
  /* line 544, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left {
    width: 47%;
    margin-bottom: -40px;
  }
  /* line 547, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left img {
    width: auto;
  }

  /* line 562, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 566, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 360px;
    height: 300px;
  }
  /* line 570, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 400;
  }
  /* line 577, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 581, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 583, ../scss/citywet3.scss */
  .panels_blockgrid_1 {
    padding: 12px 10px;
  }
  /* line 585, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #e7e1ef;
  }
  /* line 593, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1.05rem;
    line-height: 1.7rem;
    font-weight: 600;
    text-transform: none;
    text-align: center;
  }
  /* line 601, ../scss/citywet3.scss */
  .panels_blockgrid_1 .blockgrid_panel:hover .panel_item_img {
    background-color: #ffffff;
  }

  /* line 606, ../scss/citywet3.scss */
  .panels_blockgrid_1a .panel_item_img {
    background-color: #f6f3f9;
    border: 3px solid #dcdde8;
  }

  /* line 611, ../scss/citywet3.scss */
  .contact h3 {
    color: #160d10;
    font-size: 1.15rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 10px 0 10px;
  }
  /* line 618, ../scss/citywet3.scss */
  .contact h4 {
    margin: 15px 0;
  }

  /* line 620, ../scss/citywet3.scss */
  .contact_form_header {
    text-align: center;
    margin-bottom: 25px;
  }

  /* line 625, ../scss/citywet3.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 30px 50px;
  }
  /* line 629, ../scss/citywet3.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 635, ../scss/citywet3.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 400px;
    margin: 0 auto 35px;
  }
  /* line 641, ../scss/citywet3.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0;
    color: #160d10;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .5px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 654, ../scss/citywet3.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    padding: 0 90px;
  }

  /* line 655, ../scss/citywet3.scss */
  .section_spacer_default {
    padding: 50px 0;
  }

  /* line 656, ../scss/citywet3.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0;
  }

  /* line 658, ../scss/citywet3.scss */
  .section_spacer_1 h2 {
    padding-top: 24px;
  }

  /* line 660, ../scss/citywet3.scss */
  .section_spacer_1_index {
    padding: 3px 0 50px;
  }

  /* line 663, ../scss/citywet3.scss */
  .section_spacer_2 {
    padding: 30px 0 10px;
  }

  /* line 666, ../scss/citywet3.scss */
  .section_spacer_img_small {
    padding: 30px 0 5px;
  }
  /* line 668, ../scss/citywet3.scss */
  .section_spacer_img_small .text_foto_right {
    width: 320px;
  }
  /* line 669, ../scss/citywet3.scss */
  .section_spacer_img_small .text_foto_left {
    width: 320px;
  }
  /* line 670, ../scss/citywet3.scss */
  .section_spacer_img_small h5 {
    font-size: .85rem;
    line-height: 1.4;
    font-weight: 600;
    color: black;
    letter-spacing: .5px;
    background-color: #f1e5f5;
    display: inline-block;
    padding: 2px 12px;
    margin: 3px 0 12px;
  }
  /* line 681, ../scss/citywet3.scss */
  .section_spacer_img_small .paragraph_typo_color {
    font-size: .9rem;
    line-height: 1.4;
  }

  /* line 686, ../scss/citywet3.scss */
  .section_spacer_img_left .main_content_wrapper {
    padding: 0 90px 0 0;
  }

  /* line 689, ../scss/citywet3.scss */
  .pre_content_wrapper_index {
    position: absolute;
    z-index: 100;
    left: 0;
  }

  /* line 694, ../scss/citywet3.scss */
  .pre_content_wrapper_index .social_share_buttons_container {
    text-align: left;
  }

  /* line 697, ../scss/citywet3.scss */
  #menu {
    margin: 0 20px 20px 0;
  }

  /* line 698, ../scss/citywet3.scss */
  #menu .submenu {
    top: 30px;
  }

  /* line 699, ../scss/citywet3.scss */
  #menu .submenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* line 701, ../scss/citywet3.scss */
  .logo img {
    max-height: 128px;
    margin-top: -45px;
    margin-left: -10px;
  }

  /* line 707, ../scss/citywet3.scss */
  .slide {
    min-height: 530px;
  }

  /* line 708, ../scss/citywet3.scss */
  .slider1_inner_content_container {
    padding: 120px 2px 30px;
    width: 510px;
  }
  /* line 711, ../scss/citywet3.scss */
  .slider1_inner_content_container .button_wrapper {
    text-align: left;
  }

  /* line 713, ../scss/citywet3.scss */
  .slider1_title {
    margin: 45px 0 18px;
    font-size: 1.95rem;
    line-height: 1.29;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Lora", serif;
    font-style: italic;
    color: #36084f !important;
  }

  /* line 724, ../scss/citywet3.scss */
  .slider1_text_content_container p {
    font-size: 1rem;
    line-height: 1.28;
    font-weight: 600;
    color: #36084f;
    margin-bottom: 12px;
  }

  /* line 732, ../scss/citywet3.scss */
  .title_bg {
    min-height: 350px;
  }

  /* line 733, ../scss/citywet3.scss */
  .section_bg {
    min-height: 480px;
  }

  /* line 734, ../scss/citywet3.scss */
  .text_50_left, .text_50_right {
    padding: 40px 0 50px;
  }

  /* line 735, ../scss/citywet3.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 737, ../scss/citywet3.scss */
  .page_title_container {
    padding-top: 120px;
  }

  /* line 738, ../scss/citywet3.scss */
  h1 {
    margin: 45px 0 18px;
    font-size: 2.2rem;
    line-height: 1.26;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: white;
  }

  /* line 747, ../scss/citywet3.scss */
  h2, h3 {
    font-size: 1.55rem;
  }

  /* line 750, ../scss/citywet3.scss */
  h4 {
    margin: 10px 0;
    font-size: 1.1rem;
  }

  /* line 754, ../scss/citywet3.scss */
  h5 {
    font-size: 1.1rem;
  }

  /* line 757, ../scss/citywet3.scss */
  blockquote {
    font-size: 1.1rem;
  }

  /* line 760, ../scss/citywet3.scss */
  p, .text_content {
    font-size: 1rem;
  }

  /* line 763, ../scss/citywet3.scss */
  .introduction {
    width: 500px;
  }
  /* line 765, ../scss/citywet3.scss */
  .introduction h3 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 3px 0;
  }
  /* line 771, ../scss/citywet3.scss */
  .introduction p {
    font-size: 1.05rem;
    line-height: 1.28;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
  }

  /* OPINIONS */
  /* line 781, ../scss/citywet3.scss */
  .opinions_bg {
    padding: 75px 0 50px;
    min-height: 470px;
  }

  /* line 785, ../scss/citywet3.scss */
  .opinions_title_container {
    padding: 10px 0 0 44.5%;
  }

  /* line 788, ../scss/citywet3.scss */
  .opinions_content_container {
    padding: 0 0 50px 44.5%;
  }

  /* line 791, ../scss/citywet3.scss */
  .text_opinion_container {
    margin-top: 10px;
    padding-bottom: 15px;
  }

  /* line 796, ../scss/citywet3.scss */
  .rightimage_img_container {
    left: 40% !important;
    width: 60% !important;
  }

  /* line 800, ../scss/citywet3.scss */
  .rightimage_img_text {
    right: 60% !important;
    width: 40% !important;
  }

  /* line 804, ../scss/citywet3.scss */
  .section_spacer_right_img_full {
    padding: 30px 0;
  }
  /* line 806, ../scss/citywet3.scss */
  .section_spacer_right_img_full .main_content_wrapper {
    padding: 50px 10px 50px 90px !important;
  }
  /* line 807, ../scss/citywet3.scss */
  .section_spacer_right_img_full .rightimage_img_container {
    left: 41% !important;
    width: 59% !important;
  }
  /* line 811, ../scss/citywet3.scss */
  .section_spacer_right_img_full .rightimage_img_text {
    right: 59% !important;
    width: 41% !important;
  }

  /* line 816, ../scss/citywet3.scss */
  .section_spacer_vetineo {
    padding: 50px 0 0;
  }
  /* line 818, ../scss/citywet3.scss */
  .section_spacer_vetineo .main_content_wrapper {
    padding: 0 11% 0 0 !important;
  }
  /* line 819, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left {
    width: 47%;
    margin-bottom: -40px;
  }
  /* line 822, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left img {
    width: auto;
  }

  /* line 832, ../scss/citywet3.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0 50px 0 0;
  }

  /* line 833, ../scss/citywet3.scss */
  .leftimage_text_wrapper {
    padding: 25px 20px 30px;
    min-height: 350px;
  }

  /* line 837, ../scss/citywet3.scss */
  .rightimage_text_wrapper {
    padding: 25px 20px 30px;
    min-height: 350px;
  }

  /* line 841, ../scss/citywet3.scss */
  .rightimage_container .rightimage_bg {
    min-height: 500px;
    border-right: 10px solid transparent;
    background-position: center top;
  }

  /* line 846, ../scss/citywet3.scss */
  .leftimage_container .leftimage_bg {
    min-height: 500px;
    border-right: 10px solid transparent;
    background-position: center top;
  }

  /* line 852, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 856, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 360px;
    height: 300px;
  }
  /* line 860, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.75rem;
    line-height: 2.1rem;
    font-weight: 400;
  }
  /* line 867, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 871, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 874, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #e7e1ef;
  }
  /* line 881, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: .95rem;
    line-height: 1.45rem;
    font-weight: 600;
    text-transform: none;
    text-align: center;
  }

  /* line 890, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 330px;
    height: 220px;
  }
  /* line 894, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_abstract_title {
    color: #160d10;
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 500;
    letter-spacing: .5px;
  }

  /* line 902, ../scss/citywet3.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 30px 50px;
  }
  /* line 906, ../scss/citywet3.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 912, ../scss/citywet3.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 330px;
    margin: 0 auto 35px;
  }
  /* line 918, ../scss/citywet3.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 928, ../scss/citywet3.scss */
  .page_button_small, .page_button_big, .page_button_blog {
    font-size: .85rem;
    padding: 13px 20px;
    min-width: 160px;
    margin-top: 12px;
  }

  /* line 934, ../scss/citywet3.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 938, ../scss/citywet3.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 942, ../scss/citywet3.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 943, ../scss/citywet3.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 946, ../scss/citywet3.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.25rem;
  }

  /* line 948, ../scss/citywet3.scss */
  .section_spacer_default {
    padding: 30px 0;
  }

  /* line 949, ../scss/citywet3.scss */
  .section_spacer_1 {
    padding: 0 0 40px;
  }

  /* line 952, ../scss/citywet3.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0 40px;
  }

  /* line 953, ../scss/citywet3.scss */
  .section_spacer_img_small {
    padding: 20px 0 5px;
  }
  /* line 955, ../scss/citywet3.scss */
  .section_spacer_img_small h5 {
    font-size: .85rem;
    line-height: 1.4;
    font-weight: 600;
    color: black;
    letter-spacing: .5px;
  }
  /* line 962, ../scss/citywet3.scss */
  .section_spacer_img_small .paragraph_typo_color {
    font-size: .9rem;
    line-height: 1.4;
  }

  /* line 968, ../scss/citywet3.scss */
  .inner_gradient_bg {
    background-image: linear-gradient(90deg, rgba(62, 36, 24, 0.2) 37%, transparent 100%);
  }

  /* line 971, ../scss/citywet3.scss */
  .pre_content_wrapper_index {
    padding-top: 0;
    margin-top: -10px;
  }

  /* line 975, ../scss/citywet3.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    padding: 0 55px;
  }

  /* line 976, ../scss/citywet3.scss */
  .header_main {
    padding: 11px 0 13px;
  }

  /* line 978, ../scss/citywet3.scss */
  .logo img {
    max-height: 115px;
    margin-top: 48px;
  }

  /* line 983, ../scss/citywet3.scss */
  .text_menu {
    padding: 10px 7px;
    font-size: .85rem;
  }

  /* line 987, ../scss/citywet3.scss */
  .text_menu:hover {
    color: #987bb9;
  }

  /* line 990, ../scss/citywet3.scss */
  #menu {
    top: 15px;
    position: absolute;
    left: -25px;
    z-index: 100;
  }

  /* line 997, ../scss/citywet3.scss */
  .slide {
    min-height: 500px;
    background-position: 86% top;
  }

  /* line 1001, ../scss/citywet3.scss */
  .slider1_inner_content_container {
    padding: 135px 2px 30px;
    width: 425px;
  }
  /* line 1004, ../scss/citywet3.scss */
  .slider1_inner_content_container .button_wrapper {
    text-align: left;
  }

  /* line 1006, ../scss/citywet3.scss */
  .slider1_title {
    margin: 45px 0 18px;
    font-size: 1.6rem;
    line-height: 1.29;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Lora", serif;
    font-style: italic;
    color: rgba(253, 253, 253, 0.95) !important;
  }

  /* line 1017, ../scss/citywet3.scss */
  .slider1_text_content_container p {
    font-size: 1rem;
    line-height: 1.28;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
  }

  /* line 1025, ../scss/citywet3.scss */
  .title_bg {
    min-height: 320px;
  }

  /* line 1026, ../scss/citywet3.scss */
  .section_bg {
    min-height: 480px;
  }

  /* line 1027, ../scss/citywet3.scss */
  .text_50_left, .text_50_right {
    padding: 40px 0 50px;
  }

  /* line 1028, ../scss/citywet3.scss */
  .gallery_slider {
    margin-bottom: 50px;
  }

  /* line 1030, ../scss/citywet3.scss */
  .page_title_container {
    padding-top: 135px;
  }

  /* line 1031, ../scss/citywet3.scss */
  h1 {
    margin: 45px 0 18px;
    font-size: 1.8rem;
    line-height: 1.26;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: white;
  }

  /* line 1040, ../scss/citywet3.scss */
  h2, h3 {
    font-size: 1.25rem;
  }

  /* line 1043, ../scss/citywet3.scss */
  h4 {
    margin: 10px 0;
    font-size: 1.05rem;
  }

  /* line 1047, ../scss/citywet3.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 1050, ../scss/citywet3.scss */
  blockquote {
    font-size: 1.05rem;
  }

  /* line 1053, ../scss/citywet3.scss */
  p, .text_content {
    font-size: .95rem;
  }

  /* line 1056, ../scss/citywet3.scss */
  .introduction {
    width: 500px;
  }
  /* line 1058, ../scss/citywet3.scss */
  .introduction p {
    font-size: .95rem;
    line-height: 1.28;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
  }

  /* OPINIONS */
  /* line 1068, ../scss/citywet3.scss */
  .opinions_bg {
    padding: 75px 0 50px;
    min-height: 470px;
  }

  /* line 1072, ../scss/citywet3.scss */
  .opinions_title_container {
    padding: 10px 0 0 44.5%;
  }

  /* line 1075, ../scss/citywet3.scss */
  .opinions_content_container {
    padding: 0 0 50px 44.5%;
  }

  /* line 1078, ../scss/citywet3.scss */
  .text_opinion_container {
    margin-top: 10px;
    padding-bottom: 15px;
  }

  /* line 1083, ../scss/citywet3.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0;
  }

  /* line 1084, ../scss/citywet3.scss */
  .rightimage_container .rightimage_bg, .leftimage_container .leftimage_bg {
    height: 240px !important;
    width: 260px;
    background-position: center top;
  }

  /* line 1089, ../scss/citywet3.scss */
  .rightimage_img_container {
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 1093, ../scss/citywet3.scss */
  .rightimage_img_text {
    right: 0 !important;
    width: 100% !important;
  }

  /* line 1097, ../scss/citywet3.scss */
  .section_spacer_vetineo {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  /* line 1100, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left {
    width: 100%;
  }
  /* line 1102, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left img {
    width: 480px;
  }

  /* line 1106, ../scss/citywet3.scss */
  .text_foto_left {
    width: 227px;
    float: left;
    margin-right: 20px;
    padding-right: 15px;
  }

  /* line 1114, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 1118, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 300px;
    height: 220px;
  }
  /* line 1122, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.85rem;
    font-weight: 400;
  }
  /* line 1129, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* line 1133, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 1136, ../scss/citywet3.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0 0 5px;
  }
  /* line 1139, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
  }
  /* line 1145, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    margin: 0;
  }

  /* line 1155, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 20px 0 15px;
  }
  /* line 1160, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 260px;
    height: 200px;
  }

  /* line 1165, ../scss/citywet3.scss */
  .post_wrapper {
    background-color: #f5f3f3;
    margin-top: 20px;
    padding: 20px 40px;
  }
  /* line 1169, ../scss/citywet3.scss */
  .post_wrapper .post_img_container {
    float: right;
    margin-top: 15px;
    margin-left: 50px;
    width: 43%;
  }
  /* line 1175, ../scss/citywet3.scss */
  .post_wrapper .post_foto {
    width: 100%;
    height: 170px;
    margin: 0 auto 35px;
  }
  /* line 1181, ../scss/citywet3.scss */
  .post_wrapper .post_title_container .post_title {
    margin: 12px 0 15px;
  }

  /* line 1184, ../scss/citywet3.scss */
  .post_abstract_content {
    font-size: .95rem;
  }
  /* line 1186, ../scss/citywet3.scss */
  .post_abstract_content p, .post_abstract_content .text_content {
    line-height: 1.5rem;
  }

  /* line 1188, ../scss/citywet3.scss */
  .footer_container {
    padding: 25px 0 50px;
  }

  /* line 1189, ../scss/citywet3.scss */
  .short_contact_header {
    font-size: 1.45rem;
    line-height: 1.9rem;
    margin: 15px 0;
  }

  /* line 1194, ../scss/citywet3.scss */
  .short_contact_content_container h5 {
    font-size: 1.05rem;
    line-height: 1.85rem;
    font-weight: 400;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 1203, ../scss/citywet3.scss */
  .content_page .main_content_wrapper, .content_page .main_header_wrapper {
    padding: 0 25px;
  }

  /* line 1206, ../scss/citywet3.scss */
  .page_button_reservation {
    width: 70px;
    padding: 19px 0 19px 10px;
  }

  /* line 1210, ../scss/citywet3.scss */
  .page_button_reservation:hover, .page_button_reservation:focus {
    width: 164px;
    padding: 19px 0;
  }

  /* line 1214, ../scss/citywet3.scss */
  .page_button_reservation:hover .button_reservation_text, .page_button_reservation:focus .button_reservation_text {
    font-size: .75rem;
  }

  /* line 1215, ../scss/citywet3.scss */
  .page_button_reservation i {
    font-size: 1.35rem !important;
  }

  /* line 1218, ../scss/citywet3.scss */
  .panels_clinics_list .panel_clinic_doctor h4 {
    font-size: 1.15rem;
  }

  /* line 1219, ../scss/citywet3.scss */
  .panels_clinics_list .terms_slider ul li h5 {
    font-size: .9rem;
  }

  /* line 1220, ../scss/citywet3.scss */
  .panels_clinics_list .panel_clinic_doctor .closest_term {
    font-size: .95rem;
  }

  /* line 1222, ../scss/citywet3.scss */
  .page_button_small, .page_button_big, .page_button_blog {
    font-size: .85rem;
    padding: 13px 20px;
    min-width: 160px;
    margin-top: 12px;
  }

  /* line 1229, ../scss/citywet3.scss */
  .inner_gradient_bg {
    background-image: linear-gradient(rgba(62, 36, 24, 0.35) 70%, transparent 100%);
  }

  /* line 1232, ../scss/citywet3.scss */
  .inner_header_gradient_bg {
    background-image: linear-gradient(rgba(62, 36, 24, 0.15) 70%, transparent 100%);
  }

  /* line 1235, ../scss/citywet3.scss */
  .section_spacer_default {
    padding: 25px 0;
  }

  /* line 1236, ../scss/citywet3.scss */
  .section_spacer_1 {
    padding: 0 0 10px;
  }

  /* line 1237, ../scss/citywet3.scss */
  .section_spacer_1_index {
    margin-top: 10px;
    text-align: center;
  }

  /* line 1241, ../scss/citywet3.scss */
  .section_spacer_img_left {
    text-align: center;
  }

  /* line 1242, ../scss/citywet3.scss */
  .section_spacer_bgcolor1 {
    padding: 25px 0 40px;
  }

  /* line 1243, ../scss/citywet3.scss */
  .section_spacer_img_small {
    padding: 20px 0 5px;
  }
  /* line 1245, ../scss/citywet3.scss */
  .section_spacer_img_small h5 {
    font-size: .85rem;
    line-height: 1.4;
    font-weight: 600;
    color: black;
    letter-spacing: .5px;
    background-color: #f1e5f5;
    display: inline-block;
    padding: 2px 12px;
    margin: 3px 0 12px;
  }
  /* line 1256, ../scss/citywet3.scss */
  .section_spacer_img_small .paragraph_typo_color {
    font-size: .9rem;
    line-height: 1.4;
  }

  /* line 1261, ../scss/citywet3.scss */
  .pre_content_wrapper_index {
    padding-top: 0;
    margin-top: -10px;
  }

  /* line 1265, ../scss/citywet3.scss */
  .header_main {
    padding: 20px 0 15px;
  }

  /* line 1266, ../scss/citywet3.scss */
  .logo_flexchild_container {
    text-align: center;
  }

  /* line 1268, ../scss/citywet3.scss */
  .logo img {
    max-height: 93px;
  }

  /* line 1273, ../scss/citywet3.scss */
  .text_menu:hover {
    color: #987bb9;
  }

  /* line 1276, ../scss/citywet3.scss */
  #menu {
    top: 15px;
    position: absolute;
    left: -10px;
    z-index: 100;
  }

  /* line 1283, ../scss/citywet3.scss */
  h2, h3 {
    font-size: 1.15rem;
    line-height: 1.6rem;
    margin: 15px 0 12px;
  }

  /* line 1288, ../scss/citywet3.scss */
  h4 {
    font-size: .95rem;
    line-height: 1.55rem;
    margin: 10px 0;
    font-weight: 600;
  }

  /* line 1294, ../scss/citywet3.scss */
  h5 {
    font-size: 1.1rem;
  }

  /* line 1297, ../scss/citywet3.scss */
  p, .text_content {
    font-size: .9rem;
    line-height: 1.45rem;
  }

  /* line 1301, ../scss/citywet3.scss */
  blockquote {
    font-size: .95rem;
    line-height: 1.6rem;
  }

  /* line 1305, ../scss/citywet3.scss */
  blockquote:before {
    font-size: 1.15rem;
  }

  /* line 1308, ../scss/citywet3.scss */
  .paragraph_typo_color {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  /* line 1313, ../scss/citywet3.scss */
  .slide {
    min-height: 400px;
    background-position: 82% top;
  }

  /* line 1317, ../scss/citywet3.scss */
  .slider1_inner_content_container {
    padding: 95px 0 25px;
    max-width: 320px;
    text-align: center;
  }

  /* line 1322, ../scss/citywet3.scss */
  .slider1_title {
    margin: 35px 0 15px 0;
    font-size: 1.25rem;
    line-height: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
    color: white !important;
    text-shadow: 0 0 18px rgba(53, 26, 26, 0.75);
    font-family: "Lora", serif;
    font-style: italic;
  }

  /* line 1333, ../scss/citywet3.scss */
  .slider1_text_content_container {
    display: none;
  }

  /* line 1334, ../scss/citywet3.scss */
  .title_bg {
    min-height: 200px;
    padding-bottom: 15px;
    background-position: 60% top;
  }

  /* line 1339, ../scss/citywet3.scss */
  .section_bg {
    background-color: #f5f3f3;
    background-image: none !important;
  }

  /* line 1343, ../scss/citywet3.scss */
  .text_50_left, .text_50_right {
    padding: 25px 0 50px;
  }

  /* line 1344, ../scss/citywet3.scss */
  .text_foto_right {
    width: 210px;
    text-align: left;
  }
  /* line 1348, ../scss/citywet3.scss */
  .text_foto_right img {
    padding-bottom: 0;
  }

  /* line 1353, ../scss/citywet3.scss */
  .page_title_container {
    padding-top: 105px;
  }

  /* line 1354, ../scss/citywet3.scss */
  h1 {
    text-align: center;
    margin: 16px 0 18px;
    font-size: 1.6rem;
    line-height: 1.26;
    font-weight: 700;
    letter-spacing: 0;
    color: white;
  }

  /* line 1363, ../scss/citywet3.scss */
  .section_page {
    display: none;
  }

  /* line 1364, ../scss/citywet3.scss */
  .opinions_bg {
    padding: 20px 0 50px;
    min-height: 370px;
    background-image: none !important;
    background-color: #f0f2f9;
  }

  /* line 1370, ../scss/citywet3.scss */
  .section_opinions_title, .opinions_content_container {
    margin-left: 0;
    margin-bottom: 5px;
    padding-right: 0;
  }

  /* line 1375, ../scss/citywet3.scss */
  .opinions_title_container {
    width: 100%;
    padding: 5px 0px 10px;
    text-align: center;
  }

  /* line 1380, ../scss/citywet3.scss */
  .opinions_content_container {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  /* line 1386, ../scss/citywet3.scss */
  .rightimage_text_container, .leftimage_text_container {
    padding: 0;
  }

  /* line 1387, ../scss/citywet3.scss */
  .rightimage_container .rightimage_bg, .leftimage_container .leftimage_bg {
    height: 180px !important;
    width: 180px;
    background-position: center top;
  }

  /* line 1392, ../scss/citywet3.scss */
  .rightimage_img_container, .leftimage_img_container {
    margin-bottom: 15px;
  }

  /* line 1394, ../scss/citywet3.scss */
  .section_spacer_vetineo {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  /* line 1397, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left {
    width: 100%;
    left: -25px;
  }
  /* line 1400, ../scss/citywet3.scss */
  .section_spacer_vetineo .text_foto_left img {
    width: auto;
    max-height: initial;
  }

  /* line 1413, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_abstract_title {
    font-size: 1.15rem;
    line-height: 1.6rem;
  }

  /* line 1418, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .last_blog_post_list {
    padding: 25px 30px;
    background-color: #f5f3f3;
  }
  /* line 1422, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .panel_item_img {
    width: 100%;
    height: 160px;
  }
  /* line 1426, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .post_title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 1.65rem;
    font-weight: 400;
  }
  /* line 1433, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .text_content {
    font-size: .95rem;
    line-height: 1.5rem;
  }
  /* line 1437, ../scss/citywet3.scss */
  .panels_blockgrid_last_blog_post_list .button_wrapper {
    margin-top: 25px;
  }

  /* line 1440, ../scss/citywet3.scss */
  .panels_blockgrid_1 .blockgrid_panel {
    padding: 0 0 15px;
  }
  /* line 1441, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_img {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    border-radius: 50%;
  }
  /* line 1447, ../scss/citywet3.scss */
  .panels_blockgrid_1 .panel_item_title {
    font-size: .95rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
  }

  /* line 1456, ../scss/citywet3.scss */
  .blog_list {
    margin-top: 5px;
  }

  /* line 1457, ../scss/citywet3.scss */
  .post_abstract_wrapper {
    padding: 10px 0;
    background-color: #ffffff;
    height: auto !important;
  }
  /* line 1461, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_list_foto {
    width: 200px;
    height: 140px;
    margin: 0 0 20px;
  }
  /* line 1466, ../scss/citywet3.scss */
  .post_abstract_wrapper .post_abstract_content {
    font-size: .95rem;
    line-height: 1.45rem;
  }

  /* line 1471, ../scss/citywet3.scss */
  .post_wrapper {
    margin-top: 20px;
  }
  /* line 1473, ../scss/citywet3.scss */
  .post_wrapper .post_foto {
    width: 200px;
    height: 140px;
    margin: 0 0 20px;
  }

  /* line 1479, ../scss/citywet3.scss */
  .post_abstract_content {
    font-size: .95rem;
  }
  /* line 1481, ../scss/citywet3.scss */
  .post_abstract_content p, .post_abstract_content .text_content {
    line-height: 1.5rem;
  }

  /* line 1483, ../scss/citywet3.scss */
  .footer_container {
    padding: 25px 0 50px;
  }

  /* line 1484, ../scss/citywet3.scss */
  .short_contact_header {
    font-size: 1.25rem;
    line-height: 1.8rem;
    margin: 10px 0 15px;
    font-weight: 600;
  }

  /* line 1490, ../scss/citywet3.scss */
  .short_contact_content_container h5 {
    font-size: 1.05rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 20px 0;
  }

  /* line 1496, ../scss/citywet3.scss */
  .social_share_buttons_container {
    margin-bottom: 10px;
    text-align: right;
  }

  /* line 1501, ../scss/citywet3.scss */
  blockquote cite {
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 30px;
  }

  /* line 1506, ../scss/citywet3.scss */
  .contact h4 {
    width: 220px;
    margin: auto;
  }
}
/* line 1509, ../scss/citywet3.scss */
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  font-weight: 600;
}

/* line 1510, ../scss/citywet3.scss */
.sitesbi {
  font-family: "Open Sans", sans-serif;
}
