/*$first_font: Helvetica, Arial, sans-serif;
$second_font: BottegacciaRegular;
$second_font_bold: BottegacciaBold;

$first_color: #f12;
$second_color: #72bfab;
$third_color : #fff;
$fourth_color: #e0f9f2;
$fifth_color: #f4f4f4;
*/
/**
* ASSETS FOLDER
*/
/**
* SIZES
*/
/**
* FONTS
*/
/**
* COLORS  
*/
/**
* MISC
*/
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  text-align: left; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center; }

fieldset, img {
  border: 0;
  text-align: center; }

input {
  border: 1px solid #b0b0b0;
  padding: 3px 5px 4px;
  color: #979797;
  width: 190px; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  font: 15px/2em "Roboto", sans-serif;
  color: #fff;
  z-index: 1;
  -webkit-text-size-adjust: none;
  outline: none; }

html, body, html > body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0px auto;
  display: block;
  background: #fff; }

body {
  text-align: center;
  position: relative;
  height: 100%;
  background: #fff;
  background-size: cover !important; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.65em;
  letter-spacing: .1em; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size: inherit; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold !important;
  text-transform: inherit !important;
  font-size: inherit !important; }

p {
  margin-bottom: 1em; }

/*
img {max-width:100%; user-drag: none;
     user-select: none;
     -moz-user-select: none;
     -webkit-user-drag: none;
     -webkit-user-select: none;
     -ms-user-select: none;   } */
br {
  line-height: 1em; }

strong, strong * {
  font-weight: bold !important; }

em, * em, em * {
  font-style: italic !important; }

.bordered {
  border: 1px dotted #ccc;
  margin: -1px 0 0 -1px; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.opacity, a.cta {
  opacity: 1;
  transition: opacity ease .3s; }
  .opacity:hover, a.cta:hover {
    opacity: .5;
    transition: opacity ease .3s; }

.fill {
  opacity: .7; }

.anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.smallline {
  content: " ";
  height: 3px;
  background: #fff;
  top: -5px;
  position: absolute;
  display: inline-block;
  width: 5%;
  margin-left: 2.5%; }

.center {
  text-align: center; }

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

a.cta {
  display: inline-block;
  padding: 1% 5%;
  background: #4B9993;
  color: #fff !important;
  text-transform: uppercase; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
.slideInFromTop {
  opacity: 1;
  animation: 1s ease-out 0s 1 slideInFromTop; }

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
*
* MIXINS
*
*/
@media (max-width: 1023px) {
  .smart-links {
    display: none; }

  .header {
    height: 60px; }
    .header .logo a {
      width: 125px;
      height: 44px;
      top: 5px;
      left: 50%;
      margin-left: -62px; }
    .header #lang {
      right: 0;
      width: 30px;
      text-align: center;
      display: block; }
    .header #lang li {
      display: block; }
    .header #lang a {
      right: 0;
      text-align: center;
      display: block; }

  .menu__content {
    padding-top: 80px; }
    .menu__content ul li a {
      height: auto;
      line-height: 3em;
      font-size: 20px; }
    .menu__content a.area-pazienti-menu {
      display: block;
      font-size: 24px;
      color: #31605c;
      font-weight: 900;
      text-transform: uppercase;
      height: auto;
      text-align: center;
      letter-spacing: .3em;
      padding: 10px 30px;
      width: 80%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 30px;
      border: 2px solid #31605c;
      font-size: 16px; }

  .trigger {
    top: 20px;
    left: 10px; }

  .main {
    padding-top: 60px; }

  .home_intro {
    min-height: auto; }
    .home_intro__content {
      padding: 5% 0%; }
    .home_intro h1 {
      font-size: 40px;
      margin-bottom: 10px; }
    .home_intro h3 {
      width: 100%;
      text-align: center; }
    .home_intro h1, .home_intro h2, .home_intro h3 {
      margin-left: 0%;
      padding: 0 10%;
      text-align: center;
      margin-bottom: 15px; }

  .section .picture {
    width: 100%;
    float: none;
    height: auto !important; }
    .section .picture img {
      position: relative;
      top: initial;
      left: initial; }
  .section .description {
    width: 100%;
    float: none;
    min-height: auto; }

  .footer * {
    text-align: center; }
  .footer .foot {
    width: 100% !important;
    padding: 5%; }
    .footer .foot--2:after, .footer .foot--3:after {
      border: none; }
  .footer .foot--1 img {
    top: 0;
    max-width: 60%; }
  .footer .part {
    padding: 0;
    float: none;
    width: 100%; }
  .footer .foot--3 {
    display: none; }
  .footer .credits {
    padding: 30px 10px; }

  .page__content {
    padding: 20px 10px; }
    .page__content .part--2 img {
      transform: scale(1);
      margin-left: 0;
      padding: 30px 0; } }
  @media (max-width: 1023px) and (max-width: 639px) {
    .page__content .part {
      width: 100%;
      float: none;
      margin: 0; } }

@media (max-width: 1023px) {
  .page .inpage_gallery .image {
    margin: 0; }

  .page .inpage_gallery {
    margin: 20px 0; }

  .page .inpage_gallery:after {
    display: none; }

  .page .inpage_gallery:before {
    display: none; }

  .page .inpage_gallery__content {
    text-align: center; }

  .page_intro__content {
    padding: 50px 0; }
    .page_intro__content .text {
      position: relative;
      width: 90%;
      margin: 0 auto; }
      .page_intro__content .text:after, .page_intro__content .text:before {
        display: none; }

  .team__content {
    padding: 30px 0; }

  .team__content .members .member {
    width: 100%; }

  .member_detail__content {
    padding-top: 30px; }

  .team__content .members .member .name {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px; }

  .team__content .members .member .name:after {
    display: none; }

  .team__content .members .member .photo {
    margin: 0 auto;
    max-width: 50%; } }
  @media (max-width: 1023px) and (max-width: 639px) {
    .team__content .members .member .photo {
      max-width: 100%; } }

@media (max-width: 1023px) {
  .team__content .members .member .photo img {
    width: 100%; }

  .member_detail__content .member {
    width: 100%;
    margin: 0 auto; }
  .member_detail__content .photo {
    float: none;
    width: 40%;
    margin: 0 auto; }
    .member_detail__content .photo:before {
      display: none; } }
  @media (max-width: 1023px) and (max-width: 639px) {
    .member_detail__content .photo {
      width: 100%; } }
@media (max-width: 1023px) {
  .member_detail__content .description {
    width: 80%;
    margin: 50px auto;
    float: none;
    left: 0;
    text-align: center; }
    .member_detail__content .description:after {
      display: none; }
    .member_detail__content .description h2 {
      width: 100%; }
    .member_detail__content .description * {
      text-align: center; }

  #event-content {
    position: relative;
    top: -60px; }

  .events__menu a {
    font-size: 12px; }
  .events__content {
    width: 100%; }
  .events .event {
    margin-bottom: 100px; }
    .events .event__image {
      min-height: 1px;
      float: none;
      width: 100%;
      margin-right: 0%;
      margin-bottom: 20px; }
    .events .event__text {
      float: none;
      width: 100%; }
      .events .event__text h3 {
        max-width: 100%; }
    .events .event__content {
      margin: 30px 0; }

  .event_detail .event__content {
    overflow: hidden;
    margin: 30px 0; }
  .event_detail .event__image {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px; }
  .event_detail .event__text {
    float: none;
    width: 100%; }

  .downloads__content {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px; }
    .downloads__content .download {
      position: relative;
      top: 0;
      left: 0;
      width: 96%;
      margin: 2%;
      margin-bottom: 5%;
      display: inline-block; }
      .downloads__content .download__link {
        position: relative;
        top: 0;
        left: 0;
        float: right; }

  .contacts__content .contacts__map {
    height: 300px;
    width: 100%; }
  .contacts__content .contacts__infos {
    width: 100%;
    float: none; }
    .contacts__content .contacts__infos .text {
      margin-top: 0; }
  .contacts__content .contacts__form {
    width: 100%;
    float: none; } }

/*# sourceMappingURL=responsive.css.map */
