@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,300,500,600,700);
/*
 * Variabili di utility
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.eot');
  src: url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.woff2') format('woff2'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.woff') format('woff'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.ttf') format('truetype'), url('/sites/all/themes/sia/css/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn-b {
  font-size: 1.143em;
  font-family: 'Rajdhani', sans-serif;
  color: #ffffff;
  background: #be0730;
  padding: 1em 1.22em .8em 1.52em;
  display: inline-block;
  border: 3px solid #be0730;
  text-decoration: none !important;
  min-width: 196px;
  text-align: left;
}
.btn-b i {
  font-size: 1.5em;
  top: -0.15em;
  position: relative;
  float: right;
  padding-left: .5em;
}
.btn-b:active,
.btn-b:focus,
.btn-b:hover {
  background: #ffffff;
  color: #be0730;
}
@media (max-width: 767px) {
  .btn-b {
    font-size: 14px;
  }
}
.btn-b-white {
  font-size: 1.143em;
  font-family: 'Rajdhani', sans-serif;
  color: #323232;
  background: #ffffff;
  padding: 1em 1.22em .8em 1.52em;
  display: inline-block;
  border: 3px solid #ffffff;
  text-decoration: none !important;
  min-width: 196px;
  text-align: left;
}
.btn-b-white i {
  font-size: 1.5em;
  top: -0.15em;
  position: relative;
  float: right;
  padding-left: .5em;
}
.btn-b-white:active,
.btn-b-white:focus,
.btn-b-white:hover {
  border-color: #be0730;
}
@media (max-width: 767px) {
  .btn-b-white {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'sia_iconHP_font';
  src: url('fonts/sia_iconHP//sia_iconHP_font.eot?9c2q3c');
  src: url('fonts/sia_iconHP//sia_iconHP_font.eot?9c2q3c#iefix') format('embedded-opentype'), url('fonts/sia_iconHP//sia_iconHP_font.ttf?9c2q3c') format('truetype'), url('fonts/sia_iconHP//sia_iconHP_font.woff?9c2q3c') format('woff'), url('fonts/sia_iconHP//sia_iconHP_font.svg?9c2q3c#sia_iconHP_font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="sia_iconhp_font"],
[class*=" sia_iconhp_font"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sia_iconHP_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sia_iconhp_fontbag:before {
  content: "\e900";
}
.sia_iconhp_fontassistance:before {
  content: "\e901";
}
.sia_iconhp_fontbook:before {
  content: "\e902";
}
.sia_iconhp_fontcalculator:before {
  content: "\e903";
}
.sia_iconhp_fontcapital_markets:before {
  content: "\e904";
}
.sia_iconhp_fontcentral_institution:before {
  content: "\e905";
}
.sia_iconhp_fontconsumer:before {
  content: "\e906";
}
.sia_iconhp_fontcorporate:before {
  content: "\e907";
}
.sia_iconhp_fontdna:before {
  content: "\e908";
}
.sia_iconhp_fontfinancial_institutions:before {
  content: "\e909";
}
.sia_iconhp_fontletter:before {
  content: "\e90a";
}
.sia_iconhp_fontpublic_sector:before {
  content: "\e90b";
}
.services-menu {
  display: inline-block;
  float: left;
  border-right: 1px solid #cdcdcd;
  width: 100px;
}
.services-menu button {
  border: none;
  color: #666666;
  display: block;
  padding: 2px 0 0;
  outline: none;
  text-align: center;
  font-family: 'Rajdhani', sans-serif;
  overflow: hidden;
  width: 100%;
  height: 41px;
  line-height: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-menu button:hover,
.services-menu button:focus,
.services-menu button:active,
.services-menu button.active {
  background: #be0730;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .services-menu {
    width: 80px;
  }
}
#services-menu {
  font-size: 10px;
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
#services-menu > ul > .first,
#services-menu > ul > .last {
  display: none;
}
#services-menu .wrapper-view {
  background: #f6f6f6;
  padding: 8em 0;
  border-top: 2px solid #be0730;
}
#services-menu .wrapper-view .container > .menu.nav > li {
  width: 25%;
  padding: 0 2em 0 6em;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  #services-menu .wrapper-view .container > .menu.nav > li:nth-child(3) {
    margin-left: 15%;
  }
  #services-menu .wrapper-view .container > .menu.nav > li:nth-child(3):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -35%;
    bottom: 0;
    width: 1px;
    background: #be0730;
  }
}
#services-menu .wrapper-view .container > .menu.nav > li:after {
  font-family: 'sia_iconHP_font';
  font-size: 4.3em;
  font-weight: normal;
  margin: -3px 10px 14px 0;
  float: left;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #be0730;
}
#services-menu .wrapper-view .container > .menu.nav > li:nth-child(1):after {
  content: '\e901';
}
#services-menu .wrapper-view .container > .menu.nav > li:nth-child(2):after {
  content: '\e903';
}
#services-menu .wrapper-view .container > .menu.nav > li:nth-child(3):after {
  content: '\e908';
}
#services-menu .wrapper-view .container > .menu.nav > li span {
  display: block;
  margin-bottom: 1.2em;
}
#services-menu .wrapper-view .container > .menu.nav > li span.nolink {
  color: #be0730;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.1;
}
#services-menu .wrapper-view .container > .menu.nav > li a,
#services-menu .wrapper-view .container > .menu.nav > li a span {
  padding: 0;
  margin: 0 0 1.2em;
  color: #4c4c4c;
  font-size: 1.42em;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}
#services-menu .wrapper-view .container > .menu.nav > li a:hover,
#services-menu .wrapper-view .container > .menu.nav > li a:focus,
#services-menu .wrapper-view .container > .menu.nav > li a:active {
  background: transparent;
}
#services-menu .wrapper-view .container > .menu.nav > li a:hover span,
#services-menu .wrapper-view .container > .menu.nav > li a:focus span,
#services-menu .wrapper-view .container > .menu.nav > li a:active span {
  color: #be0730;
}
@media (max-width: 991px) {
  #services-menu {
    font-size: 8px;
  }
  #services-menu .wrapper-view .container > .menu.nav > li {
    padding: 0 0em 0 0;
  }
  #services-menu .wrapper-view .container > .menu.nav > li:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #services-menu {
    background: #be0730;
    border-top: 1px solid #ffffff;
    font-size: 10px;
    overflow-y: auto;
  }
  #services-menu > .wrapper-view > .container .menu.nav > li .nolink {
    position: relative;
    z-index: 1111;
    background: #be0730;
    cursor: pointer;
  }
  #services-menu > .wrapper-view > .container .menu.nav > li .menu.nav {
    display: none;
  }
  #services-menu > .wrapper-view > .container .menu.nav > li.active .nolink:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #services-menu > .wrapper-view > .container .menu.nav > li.active > .menu.nav {
    display: block;
  }
  #services-menu .wrapper-view {
    background: transparent;
    padding: 0;
  }
  #services-menu .wrapper-view .container {
    padding: 0;
  }
  #services-menu .wrapper-view .container > .menu.nav > li {
    width: 100%;
  }
  #services-menu .wrapper-view .container > .menu.nav > li > span {
    border-bottom: 1px solid #bc5068;
  }
  #services-menu .wrapper-view .container > .menu.nav > li:nth-child(4) {
    margin-left: 0%;
  }
  #services-menu .wrapper-view .container > .menu.nav > li:nth-child(4):before {
    display: none;
  }
  #services-menu .wrapper-view .container > .menu.nav > li span.nolink {
    color: #ffffff;
    padding: 1em;
    margin: 0;
    position: relative;
  }
  #services-menu .wrapper-view .container > .menu.nav > li span.nolink span {
    margin: 0;
  }
  #services-menu .wrapper-view .container > .menu.nav > li span.nolink:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.3em;
    font-weight: normal;
    float: left;
    display: inline-block;
    position: absolute;
    top: 0.6em;
    right: 20px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #services-menu .wrapper-view .container > .menu.nav > li a,
  #services-menu .wrapper-view .container > .menu.nav > li a span {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 1.42em;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
  }
  #services-menu .wrapper-view .container > .menu.nav > li a {
    border-bottom: 1px solid #bc5068;
    padding: 1.3em;
    background: #ac0633;
  }
  #services-menu .wrapper-view .container > .menu.nav > li a:hover,
  #services-menu .wrapper-view .container > .menu.nav > li a:focus,
  #services-menu .wrapper-view .container > .menu.nav > li a:active {
    background: #f6f6f6;
  }
  #services-menu .wrapper-view .container > .menu.nav > li a:hover span,
  #services-menu .wrapper-view .container > .menu.nav > li a:focus span,
  #services-menu .wrapper-view .container > .menu.nav > li a:active span {
    color: #be0730;
  }
}
@media (max-width: 450px) {
  #services-menu {
    font-size: 8px;
  }
}
#block-menu-menu-actions-menu a[href='https://www.sia.eu/#modal']:hover,
#block-menu-menu-actions-menu a[href='https://www.sia.eu/#modal']:focus,
#block-menu-menu-actions-menu a[href='https://www.sia.eu/#modal']:active,
#block-menu-menu-actions-menu a[href='https://www.sia.eu/#modal'].active {
  background: #be0730;
  color: #ffffff;
  text-decoration: none;
}
#groups-websites-menu {
  font-size: 10px;
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
#groups-websites-menu .container {
  max-width: 992px;
}
#groups-websites-menu .wrapper-view {
  background: #f6f6f6;
  padding: 8em 0;
  border-top: 2px solid #be0730;
}
#groups-websites-menu .wrapper-view .container > .menu.nav > li {
  width: 33%;
  padding: 0 2em 0 6em;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:nth-child(2):before,
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #be0730;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:nth-child(2):before {
    left: 0;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:nth-child(2):after {
    right: 0;
  }
}
#groups-websites-menu .wrapper-view .container > .menu.nav > li span {
  display: block;
  margin-bottom: 1.2em;
}
#groups-websites-menu .wrapper-view .container > .menu.nav > li span.nolink {
  color: #be0730;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.1;
}
#groups-websites-menu .wrapper-view .container > .menu.nav > li a,
#groups-websites-menu .wrapper-view .container > .menu.nav > li a span {
  padding: 0;
  margin: 0 0 1.2em;
  color: #4c4c4c;
  font-size: 1.42em;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
}
#groups-websites-menu .wrapper-view .container > .menu.nav > li a:hover,
#groups-websites-menu .wrapper-view .container > .menu.nav > li a:focus,
#groups-websites-menu .wrapper-view .container > .menu.nav > li a:active {
  background: transparent;
}
#groups-websites-menu .wrapper-view .container > .menu.nav > li a:hover span,
#groups-websites-menu .wrapper-view .container > .menu.nav > li a:focus span,
#groups-websites-menu .wrapper-view .container > .menu.nav > li a:active span {
  color: #be0730;
}
@media (max-width: 991px) {
  #groups-websites-menu {
    font-size: 8px;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li {
    padding: 0 0em 0 0;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #groups-websites-menu {
    background: #be0730;
    border-top: 1px solid #ffffff;
    font-size: 10px;
    overflow-y: auto;
  }
  #groups-websites-menu > .wrapper-view > .container .menu.nav > li .nolink {
    position: relative;
    z-index: 1111;
    background: #be0730;
    cursor: pointer;
  }
  #groups-websites-menu > .wrapper-view > .container .menu.nav > li .menu.nav {
    display: none;
  }
  #groups-websites-menu > .wrapper-view > .container .menu.nav > li.active .nolink:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #groups-websites-menu > .wrapper-view > .container .menu.nav > li.active > .menu.nav {
    display: block;
  }
  #groups-websites-menu .wrapper-view {
    background: transparent;
    padding: 0;
  }
  #groups-websites-menu .wrapper-view .container {
    padding: 0;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li {
    width: 100%;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li > span {
    border-bottom: 1px solid #bc5068;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:nth-child(4) {
    margin-left: 0%;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li:nth-child(4):before {
    display: none;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li span.nolink {
    color: #ffffff;
    padding: 1em;
    margin: 0;
    position: relative;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li span.nolink span {
    margin: 0;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li span.nolink:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.3em;
    font-weight: normal;
    float: left;
    display: inline-block;
    position: absolute;
    top: 0.6em;
    right: 20px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a,
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a span {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 1.42em;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a {
    border-bottom: 1px solid #bc5068;
    padding: 1.3em;
    background: #ac0633;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a:hover,
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a:focus,
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a:active {
    background: #f6f6f6;
  }
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a:hover span,
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a:focus span,
  #groups-websites-menu .wrapper-view .container > .menu.nav > li a:active span {
    color: #be0730;
  }
}
@media (max-width: 450px) {
  #groups-websites-menu {
    font-size: 8px;
  }
}
.view-display-id-home_text {
  background: url('../img/bg.jpg');
}
.view-display-id-home_text .content-flex {
  padding: 5.714em 0;
  overflow: hidden;
}
.view-display-id-home_text h1,
.view-display-id-home_text h2 {
  font-size: 3.286em;
  font-weight: 400;
  font-family: 'Rajdhani', sans-serif;
  margin-top: 0;
}
.view-display-id-home_text p {
  font-size: 1.286em;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
.view-display-id-home_text a {
  font-size: 1.143em;
  font-family: 'Rajdhani', sans-serif;
  color: #ffffff;
  background: #be0730;
  padding: 1em 1.22em .8em 1.52em;
  display: inline-block;
  border: 3px solid #be0730;
  text-decoration: none !important;
  min-width: 196px;
  text-align: left;
}
.view-display-id-home_text a i {
  font-size: 1.5em;
  top: -0.15em;
  position: relative;
  float: right;
  padding-left: .5em;
}
.view-display-id-home_text a:active,
.view-display-id-home_text a:focus,
.view-display-id-home_text a:hover {
  background: #ffffff;
  color: #be0730;
}
@media (max-width: 767px) {
  .view-display-id-home_text a {
    font-size: 14px;
  }
}
.view-display-id-home_text .layout--center {
  text-align: center;
}
.view-display-id-home_text .layout--left {
  text-align: left;
}
.view-display-id-home_text .layout--right {
  text-align: right;
}
@media (max-width: 767px) {
  .view-display-id-home_text {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .view-display-id-home_text {
    font-size: 12px;
  }
}
.slick--view--homepage-gallery--gallery-secondary .slide__content {
  position: relative;
}
.slick--view--homepage-gallery--gallery-secondary .img-desktop {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: auto;
  max-width: 100%;
  /*max-width: 1280px;*/
  min-width: 1250px;
}
.slick--view--homepage-gallery--gallery-secondary .c-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.slick--view--homepage-gallery--gallery-secondary .bg_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slick--view--homepage-gallery--gallery-secondary div[class^="layout--"] {
  position: relative;
}
.slick--view--homepage-gallery--gallery-secondary div.layout--right div[class^="col-xs-"] {
  text-align: right;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}
.slick--view--homepage-gallery--gallery-secondary div.layout--center div[class^="col-xs-"] {
  text-align: center;
  float: inherit;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin: 0;
  width: 100%;
}
.slick--view--homepage-gallery--gallery-secondary div[class^="col-xs-"] {
  display: inline-block;
  text-align: left;
}
.slick--view--homepage-gallery--gallery-secondary div[class^="col-xs-"] img {
  display: inline-block;
}
.slick--view--homepage-gallery--gallery-secondary h3 {
  font-size: 1.714em;
  font-family: 'Rajdhani', sans-serif;
  color: #323232;
  font-weight: bold;
  line-height: 1.2;
}
.slick--view--homepage-gallery--gallery-secondary p {
  font-size: 1.286em;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #666666;
}
.slick--view--homepage-gallery--gallery-secondary .slide__content .c-wrapper a {
  font-size: 1.143em;
  font-family: 'Rajdhani', sans-serif;
  color: #323232;
  background: #ffffff;
  padding: 1em 1.22em .8em 1.52em;
  display: inline-block;
  border: 3px solid #ffffff;
  text-decoration: none !important;
  min-width: 196px;
  text-align: left;
}
.slick--view--homepage-gallery--gallery-secondary .slide__content .c-wrapper a i {
  font-size: 1.5em;
  top: -0.15em;
  position: relative;
  float: right;
  padding-left: .5em;
}
.slick--view--homepage-gallery--gallery-secondary .slide__content .c-wrapper a:active,
.slick--view--homepage-gallery--gallery-secondary .slide__content .c-wrapper a:focus,
.slick--view--homepage-gallery--gallery-secondary .slide__content .c-wrapper a:hover {
  border-color: #be0730;
}
@media (max-width: 767px) {
  .slick--view--homepage-gallery--gallery-secondary .slide__content .c-wrapper a {
    font-size: 14px;
  }
}
.slick--view--homepage-gallery--gallery-secondary .slick-dots {
  bottom: 16px;
  display: none !important;
}
.slick--view--homepage-gallery--gallery-secondary .slick-dots li {
  padding: 0;
  margin: 0 1px;
}
.slick--view--homepage-gallery--gallery-secondary .slick-dots li button:before {
  font-size: 14px;
  opacity: 1 !important;
  color: #323232;
}
.slick--view--homepage-gallery--gallery-secondary .slick-dots li.slick-active button:before {
  color: #be0730;
}
.slick--view--homepage-gallery--gallery-secondary .slick__arrow {
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  margin: auto;
}
.slick--view--homepage-gallery--gallery-secondary .slick__arrow .slick-arrow {
  font-size: 2.5em;
  width: 35px;
  height: 35px;
}
.slick--view--homepage-gallery--gallery-secondary .slick__arrow .slick-arrow::before {
  color: #ac0633;
  font-size: inherit;
}
.slick--view--homepage-gallery--gallery-secondary .slick__arrow .slick-arrow.slick-prev {
  left: 40px;
}
.slick--view--homepage-gallery--gallery-secondary .slick__arrow .slick-arrow.slick-next {
  right: 40px;
}
@media (max-width: 1100px) {
  .slick--view--homepage-gallery--gallery-secondary .slide__content .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .slick--view--homepage-gallery--gallery-secondary {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .slick--view--homepage-gallery--gallery-secondary {
    font-size: 14px;
    margin: 0 15px;
  }
  .slick--view--homepage-gallery--gallery-secondary .col-xs-12 {
    padding-right: 6em;
  }
  .slick--view--homepage-gallery--gallery-secondary .col-xs-12 .img-responsive {
    max-height: 2.5em;
  }
  .slick--view--homepage-gallery--gallery-secondary .slick-dots {
    display: none !important;
    bottom: 5px;
    text-align: left;
    left: 10px;
  }
  .slick--view--homepage-gallery--gallery-secondary .slick__arrow .slick-arrow.slick-prev {
    left: 7px;
  }
  .slick--view--homepage-gallery--gallery-secondary .slick__arrow .slick-arrow.slick-next {
    right: 7px;
  }
}
@media (max-width: 450px) {
  .slick--view--homepage-gallery--gallery-secondary {
    font-size: 10px;
  }
}
.live-from-sia {
  padding-bottom: 5.357em;
}
.live-from-sia .block-title {
  font-size: 3.5em;
  border-bottom: 1px solid #f6f6f6;
  color: #be0730;
  text-align: center;
  padding-bottom: .586em;
  padding-top: .929em;
  margin-bottom: .586em;
  font-family: 'Rajdhani', sans-serif;
}
.live-from-sia .view-header {
  margin-bottom: 10px;
  pointer-events: none;
}
.live-from-sia .view-header h3 {
  background: transparent;
  color: #be0730;
  text-transform: uppercase;
  font-size: 1.82em;
  font-weight: 600;
  height: 37px;
}
.live-from-sia #twitter-block {
  margin: 0;
}
.live-from-sia #twitter-block .user {
  padding: 0 15px;
  margin: 0;
  font-style: italic;
}
.live-from-sia #twitter-block .user span {
  color: #ac0633;
  font-weight: bold;
}
.live-from-sia #twitter-block .user span [data-scribe="element:name"] {
  display: none;
}
.live-from-sia #twitter-block .user img {
  display: none;
}
.live-from-sia #twitter-block #twitter_box {
  margin: 0;
  background-color: #f6f6f6;
  border: 0;
  min-height: 200px;
  overflow: visible;
}
.live-from-sia #twitter-block #twitter_box:before {
  display: none;
}
.live-from-sia #twitter-block #twitter_box .tweet {
  padding: 0 15px;
}
.live-from-sia #twitter-block #twitter_box .tweet a {
  word-break: break-all;
}
.live-from-sia #twitter-block #twitter_box .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  position: relative;
}
.live-from-sia #twitter-block #twitter_box .flex:before {
  content: "“";
  font-family: 'Rajdhani', sans-serif;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #e7e7e7;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.live-from-sia #twitter-block #twitter_box .flex:after {
  content: "“";
  font-family: 'Rajdhani', sans-serif;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #e7e7e7;
  font-size: 50px;
  font-weight: bold;
  line-height: 0;
}
.live-from-sia #twitter-block #twitter_box .flex .content {
  width: 100%;
}
.live-from-sia .slick-dots {
  background: transparent;
  border: none;
  width: auto;
  position: absolute;
  top: -38px;
  right: 0;
  bottom: auto;
  margin: 0;
  /* background: url(../img/bg-mediaevent-home.png) repeat-x top left; */
}
.live-from-sia .slick-dots li {
  border: 0;
  margin: 0 2px 0 0;
}
.live-from-sia .slick-dots li:last-child button {
  margin-right: 0;
}
.live-from-sia .slick-dots li:focus {
  border: none;
}
.live-from-sia .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ccc !important;
  border-radius: 100%;
}
.live-from-sia .slick-dots li button::before {
  content: none;
}
.live-from-sia .slick-dots li.slick-active button {
  background-color: #AF0834 !important;
}
.live-from-sia .view-media-eventi .slick-slider {
  background-color: #f6f6f6;
}
.live-from-sia .view-media-eventi .slick-slider .wrap {
  height: 200px;
}
.live-from-sia .view-media-eventi .slick-slider .wrap .views-field-nothing-1 {
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.live-from-sia .view-media-eventi .slick-slider .details h4,
.live-from-sia .view-media-eventi .slick-slider .details h4 a {
  line-height: 1.2;
}
.live-from-sia .view-media-eventi .slick-slider .details a {
  outline: none;
}
.live-from-sia .view-media-eventi .info {
  width: 100%;
  padding: 4px 5px;
}
.live-from-sia .view-media-eventi .info .month-year {
  margin-top: -10px;
  display: block;
  font-size: 13px;
}
.live-from-sia .view-media-eventi .details {
  padding: 45px 15px;
}
.live-from-sia .view-media-eventi .info {
  width: 100%;
  position: static;
}
.live-from-sia .view-media-eventi .info .day {
  display: block;
}
.live-from-sia .view-media-eventi .info.pull-right {
  background-color: #ffffff;
  width: auto;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.live-from-sia .view-media-eventi .info.pull-right .day {
  font-size: 25px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  display: block;
}
.live-from-sia .view-media-eventi #share-print-wrapper {
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.live-from-sia .view-media-eventi #share-print-wrapper .share {
  background: transparent;
  float: left;
}
.live-from-sia .view-media-eventi #share-print-wrapper ul li {
  border: 0;
  display: inline-block;
}
.live-from-sia .view-media-eventi #share-print-wrapper ul li a {
  color: #be0730;
  margin-right: 2px;
  font-size: 20px;
}
.live-from-sia .view-media-eventi #share-print-wrapper ul li a:hover,
.live-from-sia .view-media-eventi #share-print-wrapper ul li a:focus,
.live-from-sia .view-media-eventi #share-print-wrapper ul li a:active {
  color: #323232;
}
.live-from-sia .view-display-id-home_eventi .slick-slider .details {
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
}
.live-from-sia .view-display-id-home_eventi .slick-slider .details h4 a {
  font-family: 'Rajdhani', sans-serif;
  text-transform: none;
  font-size: 25px;
  margin: 0;
  font-weight: 600;
  line-height: 110%;
}
.live-from-sia .view-display-id-home_eventi .slick-slider .file_ics {
  background-color: #be0730;
  float: right;
  margin-right: 0;
  padding: 2px 11px;
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 767px) {
  .live-from-sia {
    padding-bottom: 0;
  }
  .live-from-sia .col-md-4 {
    padding: 2.5em 1.5em;
    border-bottom: 1px solid #c0c0c0;
  }
  .live-from-sia .view-media-eventi #twitter {
    height: 220px;
  }
  .live-from-sia .view-media-eventi #twitter .slick-slider {
    height: 220px;
  }
  .live-from-sia .view-media-eventi .view-header {
    pointer-events: inherit;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .live-from-sia .view-media-eventi .view-header h3 {
    font-weight: bold;
    text-align: center;
  }
  .live-from-sia .view-media-eventi .view-header h3:after {
    content: "\f106";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 31px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 15px;
    position: relative;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .live-from-sia .view-media-eventi .view-header.active {
    margin-bottom: 20px;
  }
  .live-from-sia .view-media-eventi .view-header.active h3:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    top: 2px;
    -webkit-transform: rotate(180deg);
  }
  .live-from-sia .view-media-eventi .view-content {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .live-from-sia .view-media-eventi .view-content > div {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
  }
  .live-from-sia .view-media-eventi .view-content .slick-slider .wrap {
    height: 220px;
  }
  .live-from-sia .view-media-eventi .view-content .slick-slider .wrap .views-field-nothing-1 {
    height: 220px;
  }
  .live-from-sia .view-media-eventi .view-content .slick-dots {
    top: auto !important;
    right: 0;
    bottom: -42px;
    left: 0;
  }
  .live-from-sia .view-media-eventi .view-content.opened {
    height: 250px;
  }
}
.view-display-id-home_image_text,
.view-display-id-home_image_text_1 {
  background: #f6f6f6;
  margin-bottom: 10px;
}
.view-display-id-home_image_text div[class^="layout--"],
.view-display-id-home_image_text_1 div[class^="layout--"] {
  position: relative;
}
.view-display-id-home_image_text div.layout--left .col-sm-6,
.view-display-id-home_image_text_1 div.layout--left .col-sm-6 {
  float: left;
  text-align: right;
}
.view-display-id-home_image_text div.layout--left img.img-responsive,
.view-display-id-home_image_text_1 div.layout--left img.img-responsive {
  text-align: right;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .view-display-id-home_image_text div.layout--left .content-flex .col-xs-12,
  .view-display-id-home_image_text_1 div.layout--left .content-flex .col-xs-12 {
    text-align: left;
    padding-left: 15px;
    padding-right: 40%;
  }
}
.view-display-id-home_image_text div.layout--center .col-sm-6,
.view-display-id-home_image_text_1 div.layout--center .col-sm-6 {
  float: inherit;
  margin: auto;
  text-align: center;
}
.view-display-id-home_image_text div.layout--center img.img-responsive,
.view-display-id-home_image_text_1 div.layout--center img.img-responsive {
  float: inherit;
  margin: auto;
}
@media (max-width: 767px) {
  .view-display-id-home_image_text div.layout--center .content-flex .col-xs-12,
  .view-display-id-home_image_text_1 div.layout--center .content-flex .col-xs-12 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.view-display-id-home_image_text .col-sm-6,
.view-display-id-home_image_text_1 .col-sm-6 {
  float: right;
}
.view-display-id-home_image_text .container,
.view-display-id-home_image_text_1 .container {
  position: relative;
}
.view-display-id-home_image_text .content-flex,
.view-display-id-home_image_text_1 .content-flex {
  padding: 5.714em 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.view-display-id-home_image_text img.img-responsive,
.view-display-id-home_image_text_1 img.img-responsive {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  max-width: inherit;
  width: auto;
}
.view-display-id-home_image_text h2,
.view-display-id-home_image_text_1 h2 {
  font-size: 3.286em;
  color: #075484;
  font-weight: 400;
  font-family: 'Rajdhani', sans-serif;
}
.view-display-id-home_image_text p,
.view-display-id-home_image_text_1 p {
  font-size: 1.286em;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
.view-display-id-home_image_text a,
.view-display-id-home_image_text_1 a {
  font-size: 1.143em;
  font-family: 'Rajdhani', sans-serif;
  color: #ffffff;
  background: #be0730;
  padding: 1em 1.22em .8em 1.52em;
  display: inline-block;
  border: 3px solid #be0730;
  text-decoration: none !important;
  min-width: 196px;
  text-align: left;
  margin-bottom: 10px;
}
.view-display-id-home_image_text a i,
.view-display-id-home_image_text_1 a i {
  font-size: 1.5em;
  top: -0.15em;
  position: relative;
  float: right;
  padding-left: .5em;
}
.view-display-id-home_image_text a:active,
.view-display-id-home_image_text_1 a:active,
.view-display-id-home_image_text a:focus,
.view-display-id-home_image_text_1 a:focus,
.view-display-id-home_image_text a:hover,
.view-display-id-home_image_text_1 a:hover {
  background: #ffffff;
  color: #be0730;
}
@media (max-width: 767px) {
  .view-display-id-home_image_text a,
  .view-display-id-home_image_text_1 a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .view-display-id-home_image_text h2,
  .view-display-id-home_image_text_1 h2 {
    margin-bottom: 1em;
  }
  .view-display-id-home_image_text p,
  .view-display-id-home_image_text_1 p {
    display: none;
  }
  .view-display-id-home_image_text img.img-responsive,
  .view-display-id-home_image_text_1 img.img-responsive {
    left: -10%;
  }
}
@media (max-width: 767px) {
  .view-display-id-home_image_text,
  .view-display-id-home_image_text_1 {
    font-size: 12px;
  }
  .view-display-id-home_image_text img.img-responsive,
  .view-display-id-home_image_text_1 img.img-responsive {
    left: 0%;
  }
  .view-display-id-home_image_text .content-flex,
  .view-display-id-home_image_text_1 .content-flex {
    padding: 3.2em 1.5em;
  }
  .view-display-id-home_image_text .content-flex .col-xs-12,
  .view-display-id-home_image_text_1 .content-flex .col-xs-12 {
    padding-left: 40%;
  }
}
@media (max-width: 450px) {
  .view-display-id-home_image_text,
  .view-display-id-home_image_text_1 {
    font-size: 10px;
  }
  .view-display-id-home_image_text h2,
  .view-display-id-home_image_text_1 h2 {
    font-size: 2.2em;
  }
  .view-display-id-home_image_text .content-flex .col-xs-12,
  .view-display-id-home_image_text_1 .content-flex .col-xs-12 {
    padding-left: 30%;
  }
}
header#navbar li .menu-attach-block-wrapper .block-views {
  position: absolute;
  right: 15px !important;
  top: 160px;
  width: 40%;
  padding: 0;
}
header #block-menu-menu-media-eventi--2 .solution-finder-menu-block,
header #block-menu-menu-sia-group--2 .solution-finder-menu-block,
header #block-menu-menu-group-companies--2 .solution-finder-menu-block {
  right: inherit;
  left: 15px;
}
header #block-menu-menu-media-eventi--2 li .menu-attach-block-wrapper .block-views,
header #block-menu-menu-sia-group--2 li .menu-attach-block-wrapper .block-views,
header #block-menu-menu-group-companies--2 li .menu-attach-block-wrapper .block-views {
  right: inherit !important;
  left: 15px;
  top: 0!important;
}
#navbar .navbar-nav li.first ul.dropdown-menu .container,
#navbar .region-navigation li.first ul.dropdown-menu .container,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu .container {
  width: 100% !important;
}
.highlight-wrapper {
  display: none!important;
  height: 140px;
  width: 100%;
  margin: 0 !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.highlight-wrapper .link-replace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  padding: 0 70px 0 0 !important;
}
.highlight-wrapper .promo-n {
  display: block;
  height: 100%;
  width: 100%;
}
.highlight-wrapper .promo-n img {
  z-index: 1;
  width: auto !important;
  height: 140px !important;
  display: table-cell;
  float: left;
}
.highlight-wrapper .promo-n:after {
  color: #be0730;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  content: '\e802';
  font-weight: 100;
  font-size: 50px;
  margin: 0;
  font-family: 'adattivo-font-outline';
}
.highlight-wrapper .promo-n .cont {
  position: relative;
  z-index: 10;
  color: #666666;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  height: 140px;
}
.highlight-wrapper .promo-n .cont span.label-promo-high {
  color: #ffffff;
  background: #be0730;
  display: inline-block;
  padding: 3px 10px !important;
  font-size: 14px !important;
}
.highlight-wrapper .promo-n .cont h3 {
  margin: 5px 0;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  color: #be0730;
}
.highlight-wrapper .promo-n .cont p {
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
}
.solution-finder-menu-block {
  margin-top: 15px;
  width: 175px;
  height: 140px;
  top: 0;
  background: #be0730;
  padding: 20px;
  color: #ffffff;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
}
.solution-finder-menu-block::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: '\e802';
  font-weight: 100;
  font-size: 38px;
  margin: 0;
  font-family: 'adattivo-font-outline';
}
.solution-finder-menu-block h4 {
  font-size: 23px;
  line-height: .9;
  font-family: 'Rajdhani', sans-serif;
  margin: 0 0 10px;
}
.solution-finder-menu-block p {
  font-size: 1em;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
header#navbar section.block-menu .menu.nav .dropdown-menu li.last.leaf {
  width: 100% !important;
  margin-left: 0 !important;
}
#block-menu-menu-actions-menu ul li:nth-child(3) {
  display: none;
}
@media (max-width: 991px) {
  #block-menu-menu-top-menu {
    background: #ffffff;
    border-left: 1px solid #cdcdcd;
    font-family: 'Rajdhani', sans-serif;
    float: right;
    padding: 0 10px;
    /* min-width: 410px; */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition: 0.25s ease-out ease-in-out;
    -moz-transition: 0.25s ease-out ease-in-out;
    -o-transition: 0.25s ease-out ease-in-out;
    -ms-transition: 0.25s ease-out ease-in-out;
    transition: 0.25s ease-out ease-in-out;
  }
  #block-menu-menu-top-menu .menu.nav {
    border-left: 1px solid #cdcdcd;
    padding-left: 19px;
  }
  #block-menu-menu-top-menu ul li {
    float: left;
    width: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out ease-in-out;
    -moz-transition: 0.3s ease-in-out ease-in-out;
    -o-transition: 0.3s ease-in-out ease-in-out;
    -ms-transition: 0.3s ease-in-out ease-in-out;
    transition: 0.3s ease-in-out ease-in-out;
  }
  #block-menu-menu-top-menu ul li a {
    cursor: pointer;
    color: #666666;
    padding: 20px 8px 20px 8px;
    overflow: hidden;
    width: 100%;
    height: 41px;
    line-height: 100%;
    font-size: 0.55em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out ease-in-out;
    -moz-transition: 0.3s ease-in-out ease-in-out;
    -o-transition: 0.3s ease-in-out ease-in-out;
    -ms-transition: 0.3s ease-in-out ease-in-out;
    transition: 0.3s ease-in-out ease-in-out;
  }
  #block-menu-menu-top-menu ul li a span {
    float: left;
    margin-top: 0;
    display: none;
  }
  #block-menu-menu-top-menu ul li a:before {
    font-family: 'FontAwesome';
    font-size: 2.3em;
    font-weight: normal;
    margin: -3px 10px 14px 0;
    float: left;
    display: inline-block;
  }
  #block-menu-menu-top-menu ul li:hover a,
  #block-menu-menu-top-menu ul li:focus a,
  #block-menu-menu-top-menu ul li:active a {
    color: #ac0633;
    background: #ffffff;
  }
  #block-menu-menu-top-menu ul li:nth-child(1) a:before {
    content: '\f0e1';
  }
  #block-menu-menu-top-menu ul li:nth-child(2) a:before {
    content: '\f099';
  }
  #block-menu-menu-top-menu ul li:nth-child(3) a:before {
    content: '\f16a';
  }
  #block-menu-menu-top-menu ul li:nth-child(4) a:before {
    content: '\e817';
  }
  #block-menu-menu-top-menu ul li:nth-child(5) {
    width: 163px;
  }
  #block-menu-menu-top-menu ul li:nth-child(5) a {
    padding: 17px 8px 1px 6px;
  }
  #block-menu-menu-top-menu ul li:nth-child(5) a:before {
    content: '\e91b';
  }
  .services-menu.navbar.navbar-default.navbar-static-top {
    width: auto!important;
  }
  .services-menu.navbar-default .navbar-toggle {
    padding: 0 20px;
    line-height: 100%;
  }
  #block-menu-menu-actions-menu {
    border-left: 1px solid #cdcdcd;
    float: right;
    padding-left: 17px;
  }
  #block-menu-menu-actions-menu ul li {
    border-right: 0;
    width: 40px;
  }
  #block-menu-menu-actions-menu ul li a {
    padding-left: 3px;
    font-size: 19px;
    padding-top: 10px;
    font-weight: normal;
  }
  #block-menu-menu-actions-menu ul li a span {
    display: none;
  }
  #block-menu-menu-actions-menu ul li a:before {
    margin-left: -2px;
    font-family: 'sia_iconHP_font';
    color: #666666;
  }
  #block-menu-menu-actions-menu ul li a:hover,
  #block-menu-menu-actions-menu ul li a:focus,
  #block-menu-menu-actions-menu ul li a:active {
    background: transparent;
  }
  #block-menu-menu-actions-menu ul li a:hover:before,
  #block-menu-menu-actions-menu ul li a:focus:before,
  #block-menu-menu-actions-menu ul li a:active:before {
    color: #be0730;
  }
  #block-menu-menu-actions-menu ul li:before {
    font-size: 2em;
  }
  #block-menu-menu-actions-menu ul li:nth-child(1) a:before {
    content: '\e900';
  }
  #block-menu-menu-actions-menu ul li:nth-child(2) a:before {
    content: '\e90a';
  }
  #block-menu-menu-actions-menu ul li:nth-child(3) {
    display: inline-block;
  }
  #block-menu-menu-actions-menu ul li:nth-child(3) a:before {
    content: '\e902';
  }
  #block-lang-dropdown-language {
    float: left;
  }
  #block-lang-dropdown-language #lang_dropdown_form_language .sod_select {
    border-right: 1px solid #cdcdcd;
  }
  #block-menu-menu-top-menu {
    display: none;
  }
}
#navbar .navbar-nav li.first ul.dropdown-menu .container li > a,
#navbar .region-navigation li.first ul.dropdown-menu .container li > a,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu .container li > a {
  border-left: 2px solid transparent;
}
#navbar .navbar-nav li.first ul.dropdown-menu .container li:hover > a,
#navbar .region-navigation li.first ul.dropdown-menu .container li:hover > a,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu .container li:hover > a,
#navbar .navbar-nav li.first ul.dropdown-menu .container li.hover > a,
#navbar .region-navigation li.first ul.dropdown-menu .container li.hover > a,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu .container li.hover > a {
  border-left: 2px solid #ac0633;
  color: #ac0633;
}
#navbar .navbar-nav li.first ul.dropdown-menu .container li.expanded:hover > a:after,
#navbar .region-navigation li.first ul.dropdown-menu .container li.expanded:hover > a:after,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu .container li.expanded:hover > a:after,
#navbar .navbar-nav li.first ul.dropdown-menu .container li.expanded.hover > a:after,
#navbar .region-navigation li.first ul.dropdown-menu .container li.expanded.hover > a:after,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu .container li.expanded.hover > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: .9em;
  padding-left: 10px;
  float: right;
}
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li {
  text-align: right;
}
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li > a,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li > a,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li > a {
  border-right: 2px solid transparent!important;
  border-left: 0;
}
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li:hover > a,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li:hover > a,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li:hover > a,
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li.hover > a,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li.hover > a,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li.hover > a {
  border-left: 0!important;
  border-right: 2px solid #ac0633 !important;
}
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li.expanded:hover > a:after,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li.expanded:hover > a:after,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li.expanded:hover > a:after,
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li.expanded.hover > a:after,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li.expanded.hover > a:after,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li.expanded.hover > a:after {
  display: none;
}
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li.expanded:hover > a:before,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li.expanded:hover > a:before,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li.expanded:hover > a:before,
#block-menu-menu-sia-group--2 li.first ul.dropdown-menu .container li.expanded.hover > a:before,
#block-menu-menu-media-eventi--2 li.first ul.dropdown-menu .container li.expanded.hover > a:before,
#block-menu-menu-group-companies--2 li.first ul.dropdown-menu .container li.expanded.hover > a:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: .9em;
  padding-left: 10px;
  float: left;
}
#block-menu-menu-sia-group--2 > ul > li.first > a span,
#block-menu-menu-media-eventi--2 > ul > li.first > a span,
#block-menu-menu-group-companies--2 > ul > li.first > a span {
  text-transform: uppercase!important;
}
#navbar .navbar-nav li.first ul.dropdown-menu,
#navbar .region-navigation li.first ul.dropdown-menu,
#navbar #block-menu-menu-innovation--2 li.first ul.dropdown-menu {
  max-width: 1170px;
}
@media (min-width: 768px) {
  #navbar nav {
    overflow: visible;
  }
}
.footer #block-menu-menu-footer-first {
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer #block-menu-menu-footer-first ul {
    float: left!important;
  }
  .footer #block-menu-menu-footer-first ul li a {
    margin: 0 0;
    padding-right: 20px;
    font-size: 1.315em;
  }
  .footer #block-menu-menu-footer-first ul li a:after {
    display: none;
  }
  .footer #block-menu-menu-footer-first ul li:last-child a {
    margin-left: 0;
  }
}
.footer #block-block-1 {
  border-right: 0;
}
.social-footer-menu li a {
  font-size: 3em;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  color: #be0730;
}
.social-footer-menu li a span {
  display: none;
}
.social-footer-menu li a:active,
.social-footer-menu li a:focus,
.social-footer-menu li a:hover {
  background: transparent !important;
}
.social-footer-menu li a:active:before,
.social-footer-menu li a:focus:before,
.social-footer-menu li a:hover:before {
  color: #323232;
}
.social-footer-menu li a:before {
  font-family: 'FontAwesome';
}
.social-footer-menu li:nth-child(1) a:before {
  content: "\f08c";
}
.social-footer-menu li:nth-child(2) a:before {
  content: "\f081";
}
.social-footer-menu li:nth-child(3) a:before {
  content: "\f169";
}
.social-footer-menu li:nth-child(4) a:before {
  content: "\f166";
}
@media (min-width: 768px) {
  .social-footer-menu {
    margin-top: 25px;
  }
  .social-footer-menu .menu.nav {
    float: right;
  }
  .social-footer-menu li {
    float: left;
  }
}
.footer #block-block-1 #copyright .content div {
  font-size: 1.275em;
  line-height: 120%;
  text-transform: uppercase;
}
.footer #block-menu-menu-footer-second {
  margin-top: 21px;
}
.footer #block-menu-menu-footer-second ul li a {
  font-size: 1.325em;
  letter-spacing: -0.7px;
}
.footer #block-menu-menu-footer-second ul li a:after {
  padding: 0 4px;
}
@media (max-width: 767px) {
  #block-menu-menu-footer-first {
    display: none;
  }
  .social-footer-menu ul {
    text-align: center;
  }
  .social-footer-menu ul li {
    display: inline-block;
  }
  .social-footer-menu ul li a {
    font-size: 2.5em;
  }
  .footer #block-block-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
  }
  .footer #block-menu-menu-footer-second ul li {
    display: block;
    text-align: center;
    float: none;
  }
  .footer #block-menu-menu-footer-second ul li a {
    margin-bottom: 5px;
    padding: 5px;
  }
  .footer #block-menu-menu-footer-second ul li a:after {
    display: none;
  }
}
.c-table {
  display: table;
  width: 100%;
  height: 100%;
}
.c-table .c-cell {
  display: table-cell;
  vertical-align: middle;
}
#scroll-to-top {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 1000;
  width: 55px;
  height: 50px;
  text-align: center;
  background: #be0730;
  display: none;
  padding: 11px 0 0 1px;
  cursor: pointer;
}
#scroll-to-top i {
  color: #ffffff;
  font-size: 1.9em;
  font-weight: 500;
}
#scroll-to-top:focus,
#scroll-to-top:active,
#scroll-to-top:hover {
  background: #323232;
}
@media (max-width: 767px) {
  #scroll-to-top {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    right: auto;
  }
}
@media (min-width: 1920px) {
  .front .container {
    width: 1170px;
  }
}
.front .main-container {
  margin-bottom: 0;
  margin-top: 0;
}
.front .main-container .body-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
}
.front .main-container .region-content {
  height: 0;
}
.front .footer {
  margin-top: 0;
}
.front .img-desktop img,
.front .img-mobile img {
  margin: auto;
}
.front .img-desktop {
  display: block;
}
.front .img-mobile {
  display: none;
}
.front .region-soluzioni {
  margin-top: 120px !important;
}
@media (max-width: 991px) {
  .front .region-soluzioni {
    margin-top: 115px !important;
  }
}
@media (max-width: 768px) {
  .front .img-desktop {
    display: none;
  }
  .front .img-mobile {
    display: block;
  }
  .front .main-container {
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}
#block-views-homepage-gallery-gallery {
  width: 100%;
  max-width: 100%;
  position: static;
  padding: 0;
}
#block-views-homepage-gallery-gallery .attachment {
  width: 100%;
  max-width: 100%;
  position: relative;
  max-height: 175px;
  background: #ffffff;
}
#block-views-homepage-gallery-gallery .slick .slide__content {
  position: relative;
}
#block-views-homepage-gallery-gallery .slick .img-desktop {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: auto;
  max-height: 640px;
  /*max-width: 1280px;*/
  min-width: 1070px;
}
#block-views-homepage-gallery-gallery .slick .img-desktop img {
  margin: auto;
}
#block-views-homepage-gallery-gallery .slick .c-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 2;
}
@media (max-width: 1300px) {
  #block-views-homepage-gallery-gallery .slick .c-wrapper .container {
    max-width: 1000px;
  }
}
#block-views-homepage-gallery-gallery .slick .c-wrapper.layout--right {
  text-align: right;
}
#block-views-homepage-gallery-gallery .slick .c-wrapper.layout--center {
  text-align: center;
}
#block-views-homepage-gallery-gallery .slick .c-wrapper.layout--left {
  text-align: left;
}
#block-views-homepage-gallery-gallery .slick .bg_shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#block-views-homepage-gallery-gallery .slick div[class^="layout--"] {
  position: relative;
}
#block-views-homepage-gallery-gallery .slick div[class^="col-xs-"] {
  display: inline-block;
}
#block-views-homepage-gallery-gallery .slick div[class^="col-xs-"] img {
  display: inline-block;
}
#block-views-homepage-gallery-gallery .slick h3 {
  font-size: 4em;
  font-family: 'Rajdhani', sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
}
#block-views-homepage-gallery-gallery .slick p {
  font-size: 1.571em;
  font-family: 'Rajdhani', sans-serif;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 1em;
}
#block-views-homepage-gallery-gallery .slick .container a {
  font-size: 1.143em;
  font-family: 'Rajdhani', sans-serif;
  color: #323232;
  background: #ffffff;
  padding: 1em 1.22em .8em 1.52em;
  display: inline-block;
  border: 3px solid #ffffff;
  text-decoration: none !important;
  min-width: 196px;
  text-align: left;
}
#block-views-homepage-gallery-gallery .slick .container a i {
  font-size: 1.5em;
  top: -0.15em;
  position: relative;
  float: right;
  padding-left: .5em;
}
#block-views-homepage-gallery-gallery .slick .container a:active,
#block-views-homepage-gallery-gallery .slick .container a:focus,
#block-views-homepage-gallery-gallery .slick .container a:hover {
  border-color: #be0730;
}
@media (max-width: 767px) {
  #block-views-homepage-gallery-gallery .slick .container a {
    font-size: 14px;
  }
}
#block-views-homepage-gallery-gallery .slick .slick-slider {
  margin-bottom: 0;
}
#block-views-homepage-gallery-gallery .slick .slick-list {
  width: 100%;
}
#block-views-homepage-gallery-gallery .slick .slick__arrow {
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  margin: auto;
}
#block-views-homepage-gallery-gallery .slick .slick__arrow .slick-arrow {
  font-size: 2.5em;
  width: 35px;
  height: 35px;
}
#block-views-homepage-gallery-gallery .slick .slick__arrow .slick-arrow::before {
  color: #ac0633;
  font-size: inherit;
}
#block-views-homepage-gallery-gallery .slick .slick__arrow .slick-arrow.slick-prev {
  left: 25px;
}
#block-views-homepage-gallery-gallery .slick .slick__arrow .slick-arrow.slick-next {
  right: 25px;
}
#block-views-homepage-gallery-gallery .hover-panel {
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  opacity: 0;
  z-index: -100;
  position: absolute;
  top: -1000px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-gallery-gallery .hover-panel.show {
  opacity: 1;
  top: 0;
  z-index: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
  min-height: 100%;
}
#block-views-homepage-gallery-gallery .hover-panel .container {
  position: relative;
  padding-bottom: 15px;
  min-height: 100%;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box {
  background: #f4f4f4;
  /*display: table;*/
  float: left;
  font-family: 'Rajdhani', sans-serif;
  padding: 15px 30px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box .valign {
  /*display: table-cell;*/
  vertical-align: middle;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box h3 {
  color: #999999;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.571em;
  /*padding: 0 50px;*/
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
  float: left;
  margin: 48px 45px 0 30px;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box h3 .field-content {
  float: left;
  width: 100%;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box p {
  color: #999999;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box i {
  color: #ac0633;
  font-size: 120px;
  float: left;
  margin-left: 40px;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box a {
  border: 1px solid #ac0633;
  color: #ac0633;
  display: inline-block;
  font-size: 1.786em;
  line-height: 100%;
  margin-top: 27px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
  float: right;
}
#block-views-homepage-gallery-gallery .hover-panel .main-box a:hover {
  background: #ac0633;
  color: white;
  text-decoration: none;
  background-position-x: 125%;
  background-position-y: 95%;
}
#block-views-homepage-gallery-gallery .hover-panel:hover {
  cursor: auto;
}
#block-views-homepage-gallery-gallery .hover-panel .close {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-gallery-gallery .hover-panel .field-content {
  float: left;
  width: 100%;
}
#block-views-homepage-gallery-gallery .hover-panel ul {
  list-style: none;
  padding: 0;
}
#block-views-homepage-gallery-gallery .hover-panel ul li {
  background: none;
  color: white;
  float: left;
  font-family: 'Rajdhani', sans-serif;
  width: 25%;
  padding: 0;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content {
  padding: 40px;
  text-align: left;
  word-break: break-word;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-sottotitolo {
  font-size: 1.500em;
  text-transform: uppercase;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-titolo {
  font-size: 2.714em;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  word-break: break-all;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-link {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.143em;
  margin-top: 10px;
  text-transform: uppercase;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-link a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-link a:after {
  content: '\e802';
  font-family: 'adattivo-font-outline';
  font-size: .9em;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-link a:hover:after {
  padding-left: 5px;
}
#block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-corpo p {
  color: white;
}
#block-views-homepage-gallery-gallery .hover-panel ul li:nth-child(1) {
  background: #AF0834;
}
#block-views-homepage-gallery-gallery .hover-panel ul li:nth-child(2) {
  background: #940E31;
}
#block-views-homepage-gallery-gallery .hover-panel ul li:nth-child(3) {
  background: #78142F;
}
#block-views-homepage-gallery-gallery .hover-panel ul li:nth-child(4) {
  background: #9e193d;
}
@media (max-width: 1199px) {
  #block-views-homepage-gallery-gallery .hover-panel ul li .content {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  #block-views-homepage-gallery-gallery .hover-panel {
    background: rgba(0, 0, 0, 0.9);
  }
  #block-views-homepage-gallery-gallery .hover-panel .container {
    background-color: transparent;
    height: 100%;
    padding-top: 60px;
    margin-top: 140px;
  }
  #block-views-homepage-gallery-gallery .hover-panel .container .close {
    top: 10px;
    right: 10px;
    text-align: right;
  }
  #block-views-homepage-gallery-gallery .hover-panel .main-box {
    width: 100%;
  }
  #block-views-homepage-gallery-gallery .hover-panel .main-box p {
    display: none;
  }
  #block-views-homepage-gallery-gallery .hover-panel .main-box i {
    font-size: 90px;
    float: none;
    margin: 0;
  }
  #block-views-homepage-gallery-gallery .hover-panel .main-box h3 {
    float: none;
    margin: 20px 0;
  }
  #block-views-homepage-gallery-gallery .hover-panel .main-box a {
    font-size: 1.429em;
    padding: 18px;
    float: none;
  }
  #block-views-homepage-gallery-gallery .hover-panel .field-content {
    float: left;
    width: 100%;
  }
  #block-views-homepage-gallery-gallery .hover-panel ul li {
    max-width: 100%;
    width: 100%;
  }
  #block-views-homepage-gallery-gallery .hover-panel ul li .content {
    padding: 20px 15px;
    text-align: center;
  }
  #block-views-homepage-gallery-gallery .hover-panel ul li .content .field-name-field-box-corpo {
    display: none;
  }
  #block-views-homepage-gallery-gallery .hover-panel.show {
    top: -92px;
    z-index: 9988;
  }
}
@media (max-width: 767px) {
  #block-views-homepage-gallery-gallery .hover-panel.show {
    top: -92px;
  }
}
#block-views-homepage-gallery-gallery .item-list {
  overflow: hidden;
  display: table;
  max-width: 100%;
  margin: auto;
  background: #f6f6f6;
  border-radius: 1em;
  padding: .714em 1.429em 1.429em;
  position: relative;
  top: -100px;
  -webkit-box-shadow: 0px -5px 7px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px -5px 7px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px -5px 7px -2px rgba(0, 0, 0, 0.23);
}
#block-views-homepage-gallery-gallery .item-list .prev-text {
  text-align: center;
  color: #be0730;
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
  font-size: 1.429em;
  padding-bottom: .5em;
  letter-spacing: 1px;
}
#block-views-homepage-gallery-gallery .item-list .prev-text img {
  display: inline-block;
  position: relative;
  bottom: -0.25em;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs {
  list-style: none;
  margin: 0;
  display: table;
  width: 790px;
  padding-left: 0;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li {
  width: 20%;
  display: table-cell;
  height: auto;
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab {
  cursor: pointer;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab .title-box {
  height: 3em;
  margin-top: .4em;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab .title-box h3 {
  margin: 0;
  color: #be0730;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.143em;
  text-transform: uppercase;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab i {
  background: #be0730;
  color: #ffffff;
  font-size: 6em;
  padding: 10px 5px;
  display: block;
  border: 4px solid #be0730;
}
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap:focus i,
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap:active i,
#block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap:hover i {
  background: #ffffff;
  color: #be0730;
}
#block-views-homepage-gallery-gallery .image-text {
  top: 5px;
  position: absolute;
  right: 0;
  height: 20px;
}
@media (max-width: 991px) {
  #block-views-homepage-gallery-gallery .slick {
    font-size: 10px;
  }
  #block-views-homepage-gallery-gallery .slick .slick__arrow {
    display: none;
  }
  #block-views-homepage-gallery-gallery .icon-tabs {
    font-size: 10px;
    width: 69em !important;
  }
}
@media (max-width: 769px) {
  #block-views-homepage-gallery-gallery .img-mobile img {
    display: block;
    width: 100%;
  }
  #block-views-homepage-gallery-gallery .item-list {
    top: -30px;
  }
}
@media (max-width: 767px) {
  #block-views-homepage-gallery-gallery .attachment {
    max-height: inherit  !important;
  }
  #block-views-homepage-gallery-gallery .slick {
    font-size: 14px;
  }
  #block-views-homepage-gallery-gallery .slick .c-wrapper {
    bottom: 0;
  }
  #block-views-homepage-gallery-gallery .slick h3 {
    line-height: 1;
    font-size: 3em;
  }
  #block-views-homepage-gallery-gallery .slick p {
    line-height: 1.2;
  }
  #block-views-homepage-gallery-gallery .slick .col-xs-12 img.img-responsive {
    max-height: 3.5em;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .c-table {
    display: block;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs {
    display: block;
    width: 100% !important;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li {
    display: block;
    outline: none !important;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap {
    padding: 0 10px;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap .icon-tab {
    cursor: pointer;
    text-align: center;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap .icon-tab .title-box {
    height: 3em;
    margin-top: .4em;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap .icon-tab .title-box .c-cell {
    display: inline-block;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap .icon-tab .title-box h3 {
    margin: 0;
    color: #be0730;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap .icon-tab i {
    background: #be0730;
    color: #ffffff;
    font-size: 80px;
    padding: 16px 0;
    display: block;
    border: 4px solid #be0730;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap:focus i,
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap:active i,
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .item-list .icon-tabs li .tab-wrap:hover i {
    background: #ffffff;
    color: #be0730;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .prev-text {
    font-size: 15px;
    padding: 10px 0 12px;
  }
  #block-views-homepage-gallery-gallery .view-id-homepage_gallery .prev-text img {
    width: 15px;
  }
  #block-views-homepage-gallery-gallery .item-list {
    border-radius: 0;
    top: 0px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs {
    list-style: none;
    margin: 0;
    display: table;
    width: 790px;
    padding-left: 0;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li {
    width: 20%;
    display: table-cell;
    height: auto;
    vertical-align: top;
    text-align: center;
    padding: 0 5px;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab {
    cursor: pointer;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab .title-box {
    height: 3em;
    margin-top: .4em;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab .title-box h3 {
    margin: 0;
    color: #be0730;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.143em;
    text-transform: uppercase;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap .icon-tab i {
    background: #be0730;
    color: #ffffff;
    font-size: 6em;
    padding: 10px 5px;
    display: block;
    border: 4px solid #be0730;
  }
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap:focus i,
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap:active i,
  #block-views-homepage-gallery-gallery .item-list .icon-tabs > li .tab-wrap:hover i {
    background: #ffffff;
    color: #be0730;
  }
}
@media (max-width: 450px) {
  #block-views-homepage-gallery-gallery .slick {
    font-size: 12px;
  }
}
#slick-views-homepage-gallery-2-slider {
  margin-top: 30px;
}
#block-views-homepage-products-about .content-wrapper {
  padding: 30px 0 0 40px;
  display: block;
  float: left;
  color: #ffffff;
  background: url(../img/onda.png) right bottom no-repeat #ac0633;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s ease-out ease-in-out;
  -moz-transition: 0.5s ease-out ease-in-out;
  -o-transition: 0.5s ease-out ease-in-out;
  -ms-transition: 0.5s ease-out ease-in-out;
  transition: 0.5s ease-out ease-in-out;
}
#block-views-homepage-products-about .content-wrapper .views-field-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3em;
  line-height: 100%;
  padding: 0 40px 50px 0;
}
#block-views-homepage-products-about .content-wrapper .views-field-field-description {
  font-size: 1em;
  padding: 0 40px 15px 0;
}
#block-views-homepage-products-about .content-wrapper .read-more {
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  padding: 15px 50px 15px 50px;
  float: right;
}
#block-views-homepage-products-about .content-wrapper .read-more:after {
  content: '\e802';
  margin: 0px 0px 0px 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-about .content-wrapper:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s ease-out ease-in-out;
  -moz-transition: 0.5s ease-out ease-in-out;
  -o-transition: 0.5s ease-out ease-in-out;
  -ms-transition: 0.5s ease-out ease-in-out;
  transition: 0.5s ease-out ease-in-out;
}
#block-views-homepage-products-products h2,
#block-views-homepage-products-about h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 21px;
  color: #858585;
  font-weight: 500;
  text-transform: uppercase;
  padding: 40px 0 20px 0;
  margin: 0;
}
#block-views-homepage-products-products .content-wrapper,
#block-views-homepage-products-about .content-wrapper {
  padding: 50px 0 80px;
  display: block;
  float: left;
  color: #ffffff;
  border: 7px solid #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s ease-out ease-in-out;
  -moz-transition: 0.5s ease-out ease-in-out;
  -o-transition: 0.5s ease-out ease-in-out;
  -ms-transition: 0.5s ease-out ease-in-out;
  transition: 0.5s ease-out ease-in-out;
  width: 100%;
  position: relative;
}
#block-views-homepage-products-products .content-wrapper span[class^='col-'],
#block-views-homepage-products-about .content-wrapper span[class^='col-'] {
  display: block;
}
#block-views-homepage-products-products .content-wrapper p,
#block-views-homepage-products-about .content-wrapper p {
  color: white;
  font-size: 1.071em;
}
#block-views-homepage-products-products .content-wrapper h3,
#block-views-homepage-products-about .content-wrapper h3 {
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.6em;
}
#block-views-homepage-products-products .content-wrapper .views-field-field-logo,
#block-views-homepage-products-about .content-wrapper .views-field-field-logo {
  float: left;
  margin: 0 45px 20px 0px;
}
#block-views-homepage-products-products .content-wrapper .views-field-name,
#block-views-homepage-products-about .content-wrapper .views-field-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4em;
  line-height: 100%;
  padding: 0 40px 10px 0;
}
#block-views-homepage-products-products .content-wrapper .views-field-description,
#block-views-homepage-products-about .content-wrapper .views-field-description {
  font-size: 1em;
  padding: 0 40px 15px 0;
}
#block-views-homepage-products-products .content-wrapper img,
#block-views-homepage-products-about .content-wrapper img {
  height: auto;
  width: 100%;
}
#block-views-homepage-products-products .content-wrapper .read-more,
#block-views-homepage-products-about .content-wrapper .read-more {
  color: white;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  padding: 15px 50px 15px 50px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
#block-views-homepage-products-products .content-wrapper .read-more:after,
#block-views-homepage-products-about .content-wrapper .read-more:after {
  content: '\e802';
  margin: 0px 0px 0px 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-products .content-wrapper:hover,
#block-views-homepage-products-about .content-wrapper:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-products-products h2 {
  padding-top: 0;
}
#block-views-homepage-products-about {
  padding-left: 0;
}
#block-views-homepage-products-about .view-homepage-products,
#block-views-homepage-products-about .view-content,
#block-views-homepage-products-about .views-row {
  height: 100%;
}
#block-views-homepage-products-about .views-row .col {
  color: white;
  margin: 0;
  overflow: hidden;
  height: 100%;
}
#block-views-homepage-products-about .views-row .col > div {
  background: #AF0834;
  padding: 30px 40px 80px;
  height: 100%;
}
#block-views-homepage-products-about .views-row .col h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.929em;
  margin: 0;
  padding-bottom: 20px;
}
#block-views-homepage-products-about .views-row .col a {
  color: white;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  float: right;
  position: absolute;
  bottom: 25px;
  right: 40px;
}
#block-views-homepage-products-about .views-row .col a:after {
  content: '\e802';
  margin: 0 0 0 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-about .views-row .col a:hover {
  text-decoration: none;
}
#block-views-homepage-products-about .view-footer #share-print-wrapper ul {
  border: 0;
}
#block-views-homepage-products-about .view-footer .view-header {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#block-views-homepage-products-about .view-footer .view-header h3 {
  background: #f4f4f4;
  color: #666666;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.929em;
  height: auto;
  line-height: 100%;
  margin: 0;
  padding: 30px 40px 20px;
}
#block-views-homepage-products-about .view-footer ul {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0;
  padding-bottom: 20px;
}
#block-views-homepage-products-about .view-footer ul li {
  background: none;
  border: 0;
  padding: 0 0 20px!important;
}
#block-views-homepage-products-about .view-footer ul li .info {
  padding: 0;
}
#block-views-homepage-products-about .view-footer ul li .details {
  padding: 0 15px;
}
#block-views-homepage-products-about .view-footer ul li .details h4 a {
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 991px) {
  #block-views-homepage-products-about .view-footer {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .region-soluzioni {
    position: relative;
  }
}
@media (max-width: 991px) {
  .region-soluzioni {
    margin-top: 115px;
  }
}
.region-soluzioni .image-text {
  bottom: 0;
  margin-bottom: 10px;
  position: absolute;
  right: 32px;
}
.region-soluzioni .image-text img {
  width: 390px;
  margin-bottom: 5px;
}
.admin-menu > .region-soluzioni {
  margin-top: 120px;
}
.region-soluzioni #block-views-soluzioni-block {
  min-height: 485px;
  position: static;
  background: none;
}
.region-soluzioni #block-views-soluzioni-block .view-header {
  color: #666666;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.786em;
  padding-top: 75px;
  text-align: center;
}
.region-soluzioni #block-views-soluzioni-block .view-header span {
  color: #ac0633;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li {
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
  float: left;
  height: 355px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  word-break: break-word;
}
@media (min-width: 992px) {
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li.views-row-last .tab-wrap {
    -webkit-box-shadow: 3px 0 2px -2px transparent 0px 6px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 3px 0 2px -2px transparent 0px 6px 0px rgba(50, 50, 50, 0.7);
    -ms-box-shadow: 3px 0 2px -2px transparent 0px 6px 0px rgba(50, 50, 50, 0.7);
    -o-box-shadow: 3px 0 2px -2px transparent 0px 6px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 3px 0 2px -2px transparent 0px 6px 0px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 3px 0 2px -2px transparent;
    -moz-box-shadow: 3px 0 2px -2px transparent;
    box-shadow: 3px 0 2px -2px transparent;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap {
    -webkit-box-shadow: 3px 0 2px -2px #dddddd 0px 6px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 3px 0 2px -2px #dddddd 0px 6px 0px rgba(50, 50, 50, 0.7);
    -ms-box-shadow: 3px 0 2px -2px #dddddd 0px 6px 0px rgba(50, 50, 50, 0.7);
    -o-box-shadow: 3px 0 2px -2px #dddddd 0px 6px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 3px 0 2px -2px #dddddd 0px 6px 0px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 3px 0 2px -2px #dddddd;
    -moz-box-shadow: 3px 0 2px -2px #dddddd;
    box-shadow: 3px 0 2px -2px #dddddd;
  }
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  background-position: 0 355px;
  display: table;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 60px;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.571em;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: 0.1s ease-out ease-in-out;
  -moz-transition: 0.1s ease-out ease-in-out;
  -o-transition: 0.1s ease-out ease-in-out;
  -ms-transition: 0.1s ease-out ease-in-out;
  transition: 0.1s ease-out ease-in-out;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab i {
  color: #ac0633;
  font-size: 120px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: 0.1s ease-out ease-in-out;
  -moz-transition: 0.1s ease-out ease-in-out;
  -o-transition: 0.1s ease-out ease-in-out;
  -ms-transition: 0.1s ease-out ease-in-out;
  transition: 0.1s ease-out ease-in-out;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab i {
    font-size: 100px;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab h3 {
    font-size: 1.14em;
    padding: 0 20px;
  }
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel {
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  opacity: 0;
  z-index: -100;
  position: absolute;
  top: -485px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel.show {
  opacity: 1;
  top: 0;
  z-index: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
  min-height: 100%;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .container {
  position: relative;
  padding-bottom: 15px;
  min-height: 100%;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box {
  background: #f4f4f4;
  display: table;
  float: left;
  font-family: 'Rajdhani', sans-serif;
  padding: 0 30px 15px 30px;
  vertical-align: middle;
  width: 100%;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box .valign {
  /*display: table-cell;*/
  vertical-align: middle;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box h3 {
  color: #999999;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.571em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
  float: left;
  margin: 48px 45px 0 30px;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box p {
  color: #999999;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box i {
  color: #ac0633;
  font-size: 120px;
  float: left;
  margin-left: 40px;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box a {
  border: 1px solid #ac0633;
  color: #ac0633;
  display: inline-block;
  font-size: 1.786em;
  line-height: 100%;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
  margin-top: 27px;
  float: right;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box a:hover {
  background: #ac0633;
  color: white;
  text-decoration: none;
  background-position-x: 125%;
  background-position-y: 95%;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel:hover {
  cursor: auto;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .close {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .field-content {
  float: right;
  width: 100%;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul {
  list-style: none;
  padding: 0;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li {
  background: none;
  color: white;
  float: left;
  font-family: 'Rajdhani', sans-serif;
  width: 25%;
  padding: 0;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content {
  padding: 40px;
  text-align: left;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-sottotitolo {
  font-size: 1.500em;
  text-transform: uppercase;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-titolo {
  font-size: 2.714em;
  line-height: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  word-break: break-all;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-link {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.143em;
  margin-top: 10px;
  text-transform: uppercase;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-link a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-link a:after {
  content: '\e802';
  font-family: 'adattivo-font-outline';
  font-size: .9em;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-link a:hover:after {
  padding-left: 5px;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-corpo p {
  color: white;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li:nth-child(1) {
  background: #AF0834;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li:nth-child(2) {
  background: #940E31;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li:nth-child(3) {
  background: #78142F;
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li:nth-child(4) {
  background: #9e193d;
}
@media (max-width: 1199px) {
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .container {
    height: 100%;
    padding-top: 60px;
    margin-top: 140px;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .container .close {
    top: 10px;
    right: 10px;
    text-align: right;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box {
    width: 100%;
    padding: 15px 30px;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box p {
    display: none;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box i {
    font-size: 90px;
    float: none;
    margin: 0;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box a {
    font-size: 1.429em;
    padding: 18px;
    float: none;
    margin: 0;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box h3 {
    float: none;
    margin: 15px 0 25px 0;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .field-content {
    float: left;
    width: 100%;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li {
    max-width: 100%;
    width: 100%;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content {
    padding: 20px 15px;
    text-align: center;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel ul li .content .field-name-field-box-corpo {
    display: none;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel.show {
    top: -92px;
    z-index: 9988;
  }
}
@media (max-width: 767px) {
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel.show {
    top: -92px;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .hover-panel .main-box h3 {
    width: 100%;
  }
}
.region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li:hover .tab-wrap {
  background-position: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li {
    height: 200px;
    width: 100% !important;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab {
    text-align: center;
    width: 50%;
    padding-bottom: 0;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .icon-tab h3 {
    padding: 0 20px;
    font-size: 1.357em;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li .tab-wrap .know-more {
    color: #ac0633;
    display: table-cell !important;
    font-size: 1.429em;
    height: 100%;
    vertical-align: middle;
    width: 50%;
  }
  .region-soluzioni #block-views-soluzioni-block ul.icon-tabs > li:hover .tab-wrap {
    background-position: 0;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  #block-views-homepage-products-about {
    padding-right: 0;
    padding-bottom: 30px;
  }
  #block-views-media-eventi-block-2 {
    padding-left: 0;
  }
  #block-views-media-eventi-block-2 .view-display-id-block_2 .details {
    border-left: 0 !important;
  }
}
@media (max-width: 767px) {
  #block-views-homepage-products-products {
    padding: 0 15px;
  }
  #block-views-homepage-products-about .views-row .col > div {
    margin: 0 15px;
  }
  #block-views-media-eventi-block-2 {
    padding: 0 15px !important;
  }
}
/*
* MEDIA-EVENTI homepage
*/
#block-views-media-eventi-block-2 {
  padding-right: 0;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 {
  padding: 0;
  min-height: 200px;
  -webkit-font-smoothing: antialiased;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  text-align: center;
}
@media (max-width: 991px) {
  #block-views-media-eventi-block-2 .view-display-id-block_2 {
    padding-bottom: 10px;
  }
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .view-header {
  border: none;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .view-header h3 {
  background: #f4f4f4;
  color: #666;
  font-family: Rajdhani, sans-serif;
  font-size: 2.929em;
  height: auto;
  line-height: 100%;
  margin: 0;
  padding: 30px 40px 20px;
  text-align: left;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-slider {
  margin-bottom: 0;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 div.slide:focus {
  outline: none;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .details {
  border-left: 1px solid #CCCCCC;
  text-align: left;
  padding: 0 15px 10px;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .details h4 {
  font-size: 17px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  margin: 10px 0;
  width: 100%;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .details p {
  color: #666;
  line-height: 140%;
  margin: 0;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info {
  font-family: 'Rajdhani', sans-serif;
  z-index: 40;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info .category {
  color: #ac0633;
  display: block;
  font-size: 1.143em;
  text-transform: uppercase;
  line-height: 110%;
  -webkit-font-smoothing: antialiased;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info .day {
  color: #666;
  display: block;
  font-size: 3.714em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info .month-year {
  font-size: 14px;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info .time {
  font-size: 14px;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info #share-print-wrapper ul {
  background: 0;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .info #share-print-wrapper ul li {
  margin: 0 1px !important;
  padding: 0 !important;
}
@media (max-width: 1919px) {
  #block-views-media-eventi-block-2 .view-display-id-block_2 .info #share-print-wrapper ul li {
    margin: 0 4px -4px !important;
  }
}
@media (max-width: 1199px) {
  #block-views-media-eventi-block-2 .view-display-id-block_2 .info #share-print-wrapper ul li {
    margin: 0 2px -7px !important;
  }
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-dots {
  border: none;
  width: 100%;
  position: static;
  margin: 30px 0 0;
  /* background: url(../img/bg-mediaevent-home.png) repeat-x top left; */
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-dots li {
  border: 0;
  margin: 0 2px 0 0;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-dots li:focus {
  border: none;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #ccc !important;
  border-radius: 100%;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-dots li button::before {
  content: none;
}
#block-views-media-eventi-block-2 .view-display-id-block_2 .slick-dots li.slick-active button {
  background-color: #AF0834 !important;
}
#block-views-homepage-products-pos-twitter,
#block-views-homepage-products-pre-solutions,
#block-views-homepage-products-pos-solutions {
  margin: 0 -15px 50px -15px;
}
@media (max-width: 767px) {
  #block-views-homepage-products-pos-twitter,
  #block-views-homepage-products-pre-solutions,
  #block-views-homepage-products-pos-solutions {
    margin: 0 0 50px 0;
  }
}
#block-views-homepage-products-pos-twitter .views-row,
#block-views-homepage-products-pre-solutions .views-row,
#block-views-homepage-products-pos-solutions .views-row {
  position: relative;
}
#block-views-homepage-products-pos-twitter .views-row .col,
#block-views-homepage-products-pre-solutions .views-row .col,
#block-views-homepage-products-pos-solutions .views-row .col {
  color: #ffffff;
  overflow: hidden;
  height: 100%;
}
#block-views-homepage-products-pos-twitter .views-row .col > div,
#block-views-homepage-products-pre-solutions .views-row .col > div,
#block-views-homepage-products-pos-solutions .views-row .col > div {
  padding: 30px 40px 80px;
}
#block-views-homepage-products-pos-twitter .views-row .col h3,
#block-views-homepage-products-pre-solutions .views-row .col h3,
#block-views-homepage-products-pos-solutions .views-row .col h3 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.929em;
  margin: 0;
  padding-bottom: 20px;
}
#block-views-homepage-products-pos-twitter .views-row .col a,
#block-views-homepage-products-pre-solutions .views-row .col a,
#block-views-homepage-products-pos-solutions .views-row .col a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  float: right;
  position: absolute;
  bottom: 25px;
  right: 40px;
}
#block-views-homepage-products-pos-twitter .views-row .col a:after,
#block-views-homepage-products-pre-solutions .views-row .col a:after,
#block-views-homepage-products-pos-solutions .views-row .col a:after {
  content: '\e802';
  margin: 0 0 0 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-pos-twitter .views-row .col a:hover,
#block-views-homepage-products-pre-solutions .views-row .col a:hover,
#block-views-homepage-products-pos-solutions .views-row .col a:hover {
  text-decoration: none;
}
#block-views-homepage-products-pos-twitter .views-row .col.dark,
#block-views-homepage-products-pre-solutions .views-row .col.dark,
#block-views-homepage-products-pos-solutions .views-row .col.dark {
  border: 1px solid #666666;
}
#block-views-homepage-products-pos-twitter .views-row .col.dark h3,
#block-views-homepage-products-pre-solutions .views-row .col.dark h3,
#block-views-homepage-products-pos-solutions .views-row .col.dark h3 {
  color: #666666;
}
#block-views-homepage-products-pos-twitter .views-row .col.dark .field-content,
#block-views-homepage-products-pre-solutions .views-row .col.dark .field-content,
#block-views-homepage-products-pos-solutions .views-row .col.dark .field-content,
#block-views-homepage-products-pos-twitter .views-row .col.dark a,
#block-views-homepage-products-pre-solutions .views-row .col.dark a,
#block-views-homepage-products-pos-solutions .views-row .col.dark a {
  color: #666666;
}
#block-views-homepage-products-pos-twitter {
  margin: 0 -15px 30px -15px;
}
#block-views-homepage-products-pos-twitter .views-row {
  margin: 0;
}
/*
* TWITTER
*/
#twitter-block {
  margin: -60px 0 0 0;
}
#twitter-block #twitter_box {
  background-color: #F9F9F9;
  margin: 15px 0 20px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #E4E0D7;
  min-height: 41px;
}
#twitter-block #twitter_box:before {
  content: '\F099';
  font-family: 'FontAwesome';
  color: #AF0834;
  font-size: 22px;
  float: left;
  margin: 2px 6px 0 12px;
}
#twitter-block #twitter_box ul:not('.slick-dots.') {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 3px;
}
#twitter-block #twitter_box ul:not('.slick-dots.') li {
  list-style: none;
  display: table;
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  color: #666;
  height: 30px;
  overflow: hidden;
  padding: 0 10px 0 40px;
}
#twitter-block #twitter_box ul:not('.slick-dots.') li .user {
  display: table-cell;
  padding: 0 10px 0 2px;
  vertical-align: middle;
}
#twitter-block #twitter_box ul:not('.slick-dots.') li .user img {
  display: none;
}
#twitter-block #twitter_box ul:not('.slick-dots.') li .user a {
  font-weight: bold;
  color: #666;
}
#twitter-block #twitter_box ul:not('.slick-dots.') li .user span:nth-child(1),
#twitter-block #twitter_box ul:not('.slick-dots.') li .user span:nth-child(2) {
  display: none;
}
#twitter-block #twitter_box ul:not('.slick-dots.') li .tweet {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}
.front #block-system-main {
  margin-bottom: 50px;
}
#block-views-homepage-products-pre-solutions {
  margin: 0 0 0 0;
}
#block-views-homepage-products-pos-solutions {
  margin: auto;
}
#block-views-homepage-products-pre-solutions .views-row,
#block-views-homepage-products-pos-solutions .views-row {
  margin: 0;
}
#block-views-homepage-products-pre-solutions .media-box h2,
#block-views-homepage-products-pos-solutions .media-box h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 21px;
  color: #858585;
  font-weight: 500;
  text-transform: uppercase;
  padding: 40px 0 20px 0;
  margin: 0;
}
#block-views-homepage-products-pre-solutions .media-box.the-same,
#block-views-homepage-products-pos-solutions .media-box.the-same {
  margin-left: 0;
  margin-right: 0;
}
#block-views-homepage-products-pre-solutions .media-box.the-same .content-wrapper:hover,
#block-views-homepage-products-pos-solutions .media-box.the-same .content-wrapper:hover {
  text-decoration: none;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper {
  padding: 50px 0 80px;
  display: block;
  float: left;
  color: #ffffff;
  border: 7px solid #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s ease-out ease-in-out;
  -moz-transition: 0.5s ease-out ease-in-out;
  -o-transition: 0.5s ease-out ease-in-out;
  -ms-transition: 0.5s ease-out ease-in-out;
  transition: 0.5s ease-out ease-in-out;
  position: relative;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper:hover,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper .col-md-6,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper .col-md-6 {
  position: relative;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper .col-md-6:nth-child(2),
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper .col-md-6:nth-child(2) {
  position: initial;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper span[class^='col-'],
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper span[class^='col-'] {
  display: block;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper p,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper p {
  color: white;
  font-size: 1.071em;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper h3,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper h3 {
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.6em;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper img,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper img {
  height: auto;
  width: 100%;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper .read-more,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper .read-more {
  color: white;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  padding: 15px 50px 15px 50px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
#block-views-homepage-products-pre-solutions .media-box.the-same > .content-wrapper .read-more:after,
#block-views-homepage-products-pos-solutions .media-box.the-same > .content-wrapper .read-more:after {
  content: '\e802';
  margin: 0px 0px 0px 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper {
  padding: 50px 0 80px;
  display: block;
  float: left;
  color: #ffffff;
  border: 7px solid #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s ease-out ease-in-out;
  -moz-transition: 0.5s ease-out ease-in-out;
  -o-transition: 0.5s ease-out ease-in-out;
  -ms-transition: 0.5s ease-out ease-in-out;
  transition: 0.5s ease-out ease-in-out;
  position: relative;
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper span[class^='col-'],
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper span[class^='col-'] {
  display: block;
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper p,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper p {
  color: white;
  font-size: 1.071em;
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper h3,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper h3 {
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.6em;
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper img,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper img {
  height: auto;
  width: 100%;
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper .read-more,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper .read-more {
  color: white;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  padding: 15px 50px 15px 50px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper .read-more:after,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper .read-more:after {
  content: '\e802';
  margin: 0px 0px 0px 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-pre-solutions .media-box.not-the-same .content-wrapper:hover,
#block-views-homepage-products-pos-solutions .media-box.not-the-same .content-wrapper:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper {
  padding: 50px 0 80px;
  display: block;
  float: left;
  color: #ffffff;
  border: 7px solid #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: 0.5s ease-out ease-in-out;
  -moz-transition: 0.5s ease-out ease-in-out;
  -o-transition: 0.5s ease-out ease-in-out;
  -ms-transition: 0.5s ease-out ease-in-out;
  transition: 0.5s ease-out ease-in-out;
  position: relative;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper span[class^='col-'],
#block-views-homepage-products-pos-solutions .media-box .content-wrapper span[class^='col-'] {
  display: block;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper p,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper p {
  color: white;
  font-size: 1.071em;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper h3,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper h3 {
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.6em;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper img,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper img {
  height: auto;
  width: 100%;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper .read-more,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper .read-more {
  color: white;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.15em;
  padding: 15px 50px 15px 50px;
  float: right;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper .read-more:after,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper .read-more:after {
  content: '\e802';
  margin: 0px 0px 0px 20px;
  font-family: 'adattivo-font-outline';
}
#block-views-homepage-products-pre-solutions .media-box .content-wrapper:hover,
#block-views-homepage-products-pos-solutions .media-box .content-wrapper:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s ease-out ease-in-out;
  -moz-transition: 0.3s ease-out ease-in-out;
  -o-transition: 0.3s ease-out ease-in-out;
  -ms-transition: 0.3s ease-out ease-in-out;
  transition: 0.3s ease-out ease-in-out;
}
#block-views-homepage-products-pre-solutions .media-box span.media-video-image,
#block-views-homepage-products-pos-solutions .media-box span.media-video-image {
  padding: 0;
  display: table;
}
#block-views-homepage-products-pre-solutions .media-box span.media-video-image a,
#block-views-homepage-products-pos-solutions .media-box span.media-video-image a {
  display: table-cell;
  vertical-align: middle;
}
#block-views-homepage-products-pre-solutions .media-box span.media-video-image a .play-btn,
#block-views-homepage-products-pos-solutions .media-box span.media-video-image a .play-btn {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
}
#block-views-homepage-products-pre-solutions .media-box .dark h2,
#block-views-homepage-products-pos-solutions .media-box .dark h2,
#block-views-homepage-products-pre-solutions .media-box .dark h3,
#block-views-homepage-products-pos-solutions .media-box .dark h3,
#block-views-homepage-products-pre-solutions .media-box .dark p,
#block-views-homepage-products-pos-solutions .media-box .dark p,
#block-views-homepage-products-pre-solutions .media-box .dark a,
#block-views-homepage-products-pos-solutions .media-box .dark a,
#block-views-homepage-products-pre-solutions .media-box .dark span,
#block-views-homepage-products-pos-solutions .media-box .dark span {
  color: #666666 !important;
}
#block-views-homepage-products-pre-solutions .media-box .col-xs-12 .media-video-image,
#block-views-homepage-products-pos-solutions .media-box .col-xs-12 .media-video-image {
  padding: 0;
}
.front #cboxLoadedContent {
  background-color: #000;
  overflow: hidden !important;
}
.front #cboxLoadedContent .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.front #cboxLoadedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
