body {
  font-family: Helvetica, Arial, sans-serif; }

/* Override */
#Subheader {
  display: none; }

.top_bar_right {
  display: none; }

.header-overlay .overlay-menu-toggle {
  position: fixed;
  margin-right: 10px; }

.header-overlay #Header .top_bar_left {
  background: transparent;
  position: fixed;
  top: 30px;
  left: 10px; }
  .header-overlay #Header .top_bar_left #logo {
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 30px;
    height: 30px;
    color: #383838; }

.wpb_wrapper > div {
  margin-bottom: 0 !important; }

.header-plain #Header_wrapper {
  width: 1240px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -620px;
  height: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .header-plain #Header_wrapper #Top_bar #logo {
    color: #df3a4a;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 30px;
    height: 30px; }
  .header-plain #Header_wrapper #Top_bar .menu_wrapper .menu > li > a {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    border-right: 1px solid rgba(56, 56, 56, 0.1);
    line-height: 60px;
    letter-spacing: -0.2px; }
    .header-plain #Header_wrapper #Top_bar .menu_wrapper .menu > li > a:first-child {
      border-left: 1px solid rgba(56, 56, 56, 0.1); }
    .header-plain #Header_wrapper #Top_bar .menu_wrapper .menu > li > a:last-child {
      border-right: none; }
    .header-plain #Header_wrapper #Top_bar .menu_wrapper .menu > li > a span:not(.description) {
      padding: 0 32px;
      line-height: 60px; }

.uranus.tparrows:before {
  font-size: 60px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

#Footer .widgets_wrapper {
  background: white; }
  #Footer .widgets_wrapper .one-second {
    font-size: 15px;
    color: #383838;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1%;
    padding-left: 1%;
    width: 50%;
    box-sizing: border-box; }
  #Footer .widgets_wrapper .one-second:first-child {
    text-align: right;
    padding-right: 2%;
    border-right: 1px solid #7b7b7b; }
    #Footer .widgets_wrapper .one-second:first-child img {
      float: right;
      margin-left: 20px; }
    #Footer .widgets_wrapper .one-second:first-child a.visible-phone img {
      display: none; }
  #Footer .widgets_wrapper .one-second:last-child {
    margin-top: 8px;
    padding-left: 2%; }
    #Footer .widgets_wrapper .one-second:last-child .fa {
      font-size: 25px;
      vertical-align: middle; }
    #Footer .widgets_wrapper .one-second:last-child .fa-icon-facebook-square {
      color: #3b5998; }
    #Footer .widgets_wrapper .one-second:last-child .fa-icon-twitter-square {
      color: #00aced; }
    #Footer .widgets_wrapper .one-second:last-child .fa-icon-linkedin-square {
      color: #007bb5; }

#Footer .footer_copy .one {
  font-weight: bold;
  font-family: "Titillium Web", sans-serif; }
  #Footer .footer_copy .one .copyright span {
    opacity: 0.5; }

@media only screen and (max-width: 767px) {
  #Footer .widgets_wrapper .one-second:first-child {
    text-align: center;
    padding: 0;
    border: none; }
    #Footer .widgets_wrapper .one-second:first-child a img {
      display: none; }
    #Footer .widgets_wrapper .one-second:first-child a.visible-phone img {
      display: block;
      width: 124px;
      margin: 10px auto;
      float: none; }
  #Footer .widgets_wrapper .one-second:last-child {
    margin-top: 8px;
    padding: 0;
    text-align: center; }
  #Footer .footer_copy .one {
    font-weight: bold;
    font-family: "Titillium Web", sans-serif; }
    #Footer .footer_copy .one .copyright span {
      opacity: 0.5; }
  .header-overlay #Header .top_bar_left {
    top: 10px; }
    .header-overlay #Header .top_bar_left #logo {
      margin: 0;
      text-align: left; } }

.light #overlay-container a.overlay-menu-toggle {
  color: #ffffff !important; }

.light.header-overlay #Header .top_bar_left #logo {
  color: #ffffff !important; }

#our-approach .map, #our-approach .points, #our-approach .circles {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(/app/uploads/2016/01/map.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none; }

#our-approach .points {
  background: url(/app/uploads/2016/01/points.png) no-repeat center center;
  display: block;
  opacity: 0;
  transition: all 0.7s linear; }
  #our-approach .points.displayed {
    opacity: 1; }

#our-approach .circles {
  background: url(/app/uploads/2016/01/circles.png) no-repeat center center;
  display: block;
  opacity: 0;
  transition: all 0.7s linear; }
  #our-approach .circles.displayed {
    opacity: 1; }

/* Custom */
.bg-red {
  background: #df3a4a;
  color: white; }

.bg-white {
  background: white;
  color: #383838; }

.bg-yellow {
  background: #fbd007;
  color: white; }

.bg-orange {
  background: #f6722a;
  color: white; }

.bg-blue {
  background: #2bd4bf;
  color: white; }

.bg-darkblue {
  background: #32a8da;
  color: white; }

.color-red {
  color: #df3a4a; }

.color-yellow {
  color: #fbd007; }

.color-orange {
  color: #f6722a; }

.color-blue {
  color: #2bd4bf; }

.color-darkblue {
  color: #32a8da; }

.color-lightgrey {
  color: #676767; }

.color-midgrey {
  color: #7b7b7b; }

.color-darkgrey {
  color: #383838; }

.dcwss.dc-wall .stream li {
  box-shadow: 0 0 0 transparent;
  padding-top: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px; }
  .dcwss.dc-wall .stream li.dcsns-rss .section-intro {
    text-align: right;
    color: #7b7b7b; }
    .dcwss.dc-wall .stream li.dcsns-rss .section-intro a {
      color: #7b7b7b; }
  .dcwss.dc-wall .stream li.dcsns-rss .icon {
    display: none; }
  .dcwss.dc-wall .stream li .icon {
    width: auto !important;
    height: auto !important; }
  .dcwss.dc-wall .stream li .inner {
    margin-left: 0;
    margin-right: 0; }
  .dcwss.dc-wall .stream li .section-thumb {
    margin-right: 0;
    float: none; }
    .dcwss.dc-wall .stream li .section-thumb img {
      border: none;
      padding: 0;
      margin-bottom: 0;
      max-width: 100% !important;
      height: auto !important;
      width: auto !important; }
  .dcwss.dc-wall .stream li .section-title {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px; }
  .dcwss.dc-wall .stream li .section-text {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px; }
  .dcwss.dc-wall .stream li .section-user {
    margin-left: 15px;
    margin-right: 15px; }
  .dcwss.dc-wall .stream li .section-intro {
    font-weight: bold;
    font-size: 11px; }

.stream li.dcsns-twitter .section-thumb img {
  width: 100%; }

.stream li.dcsns-twitter .twitter-user {
  margin-top: 10px; }


@media (min-width: 768px) {
  .language-it .dcwss.dc-wall .stream li.dcsns-rss.dcsns-feed-0::before {
    content: "Notizie"; }
  .language-en .dcwss.dc-wall .stream li.dcsns-rss.dcsns-feed-0::before {
    content: "The news"; }
  .language-es .dcwss.dc-wall .stream li.dcsns-rss.dcsns-feed-0::before {
    content: "Noticias"; } }


    /* cookie rgpd */ 

#tarteaucitronPercentage {
  display: none !important;
}


div#tarteaucitronAlertBig {
  background: white;
  position: fixed;
  left: initial;
  right: 20px;
  bottom: 6%;
  width: 300px;
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
  padding: 27px 23px 21px;
  color: #333333 !important;
}

span#tarteaucitronDisclaimerAlert {
  float: left;
  clear: both;
  text-align: left;
}

span#tarteaucitronDisclaimerAlert {
  margin-bottom: 1.3rem;
  margin-top: 1.3rem;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
  background: #32a8da !important;
  color: #ffffff !important;
  border: 0 !important;
  padding: 6px 9px !important;
  border-radius: 3px !important;
  margin-left: 0 !important;
  float: left !important;
  font-family: "Titillium Web", Arial, Tahoma, sans-serif!important;
  font-weight: 400!important;
}

#tarteaucitronCloseAlert:hover {
  text-decoration: underline !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  background: #2e98c5 !important;
}

#tarteaucitron #tarteaucitronClosePanel {
  z-index: 1 !important;
}

span#tarteaucitronCloseAlert {
  float: left;
  margin-top: 5px;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  color: #333333 !important;
}

#title-cookies {
  box-sizing: initial!important;
  color: #333!important;
  font-family: sans-serif !important;
  font-size: 25px!important;
  line-height: 27px!important;
  FLOAT: left!important;
  margin: 0em 0 0!important;
  vertical-align: initial!important;
  font-family: "Arial", Arial, Tahoma, sans-serif!important;
  font-weight: 300!important;
}

div#tarteaucitronServices {
  border: 0 !important;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.14) !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: 0 !important;
  background: #f1f1f1 !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #e0e0e0 !important;
}

.tarteaucitronBorder {
  border: 0 !important;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel {
  background: #32a8da !important;
}

.tarteaucitronName b {
  box-sizing: initial!important;
  color: #333!important;
  font-family: sans-serif !important;
  font-size: 25px!important;
  line-height: 27px!important;
  margin: 0em 0 0!important;
  vertical-align: initial!important;
  font-family: "Arial", Arial, Tahoma, sans-serif!important;
  font-weight: 300!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #333!important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  border-left: 5px solid transparent!important;
  margin: 0!important;
  overflow: hidden!important;
  padding: 25px 13px!important;
}

#tacCLgtag, #tarteaucitron a {
  font-family: "Titillium Web" !important;
}

#tarteaucitronRoot * {
  font-family: "Titillium Web" !important;
}

#tarteaucitronBack {
  background: #343434 !important;
  display: none;
  height: 100% !important;
  left: 0;
  opacity: 0.8 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

div#tarteaucitronServices {
    float: left !important;
    clear: both !important;
    width: 100% !important;
}

div#tarteaucitronClosePanel {
    position: relative !important;
    float: right !important;
    clear: both !important;
}


span.tarteaucitronOpenPanel:hover {
    color: #df3a4a;
    text-decoration: underline;
    cursor: pointer;
}