/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import "../../css/editor.css";
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 18, templates/g5_helium/custom/scss/custom.scss */
html {
  font-size: 14px !important;
}
/*-----helium override--------*/
/* line 22, templates/g5_helium/custom/scss/custom.scss */
.moduletable .nav.menu {
  border: 0;
}
/* line 26, templates/g5_helium/custom/scss/custom.scss */
.g-offcanvas-toggle {
  width: auto;
  height: auto;
}
/*-trasparenza menu fixes-*/
/* line 31, templates/g5_helium/custom/scss/custom.scss */
#g-navigation.g-fixed-active {
  /*background-color: rgba(0, 0, 0, 0.7);*/
}
/*--responsivo g-topsection-*/
@media screen and (max-width: 1024px) {
  /*--centra il logo*/
  /* line 37, templates/g5_helium/custom/scss/custom.scss */
  #logotop {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  /*--sposta a sinistra il logo*/
  /* line 43, templates/g5_helium/custom/scss/custom.scss */
  #logotop.g-block {
    padding-left: 50px !important;
  }
}
/*
 @media screen and (max-width:1366px) {
 #g-topsection  .size-20
 {
 flex: 0 1 25% !important;
 width: 25% !important;
 }	
 #g-topsection  .size-70
 {
 flex: 0 1 55% !important;
 width: 55% !important;
 }	
 }
 @media screen and (max-width:1024px) {
 #g-topsection #top-cerca 
 {display:none;}
 #g-topsection  .size-38
 {display:none;}	
 }
 /*--responsivo g-navigation-
 @media screen and (max-width:1024px) {
 #g-navigation  .size-50
 {
 display:none;
 }	
 }
 */
/*-------HOME----------------*/
/* line 90, templates/g5_helium/custom/scss/custom.scss */
body.homesito #g-subheader {
  background-color: #ddd;
}
/*----headline smart---*/
/* line 96, templates/g5_helium/custom/scss/custom.scss */
body.homesito section#g-headline.headlineSection div.g-grid div.g-block.size-100.nomarginall.nopaddingall div.g-content div.platform-content {
  margin: 0 !important;
  padding: 0 !important;
}
/*----- -----------------------------BLOG in homepage e non-------------------------------------------------*/
/* line 103, templates/g5_helium/custom/scss/custom.scss */
body.homesito .blog p {
  font-size: 0.9rem;
  line-height: 1.4em;
}
/* line 107, templates/g5_helium/custom/scss/custom.scss */
.blog.homesito .page-header {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 10px;
}
/* line 112, templates/g5_helium/custom/scss/custom.scss */
body.homesito .blog .page-header h2 {
  font-size: 1.4rem;
}
/*---blog condivise--*/
/* line 116, templates/g5_helium/custom/scss/custom.scss */
.blog .item-image a img {
  border: 2px solid #b22830;
}
/* line 119, templates/g5_helium/custom/scss/custom.scss */
#g-container-main .blog p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
/* line 123, templates/g5_helium/custom/scss/custom.scss */
.page-header {
  border-bottom: 0;
  margin-top: 0px !important;
  margin-bottom: 0;
  height: auto;
  min-height: 55px;
}
/* line 130, templates/g5_helium/custom/scss/custom.scss */
h2[itemprop*="name"] {
  display: table;
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  font-size: 1.2rem;
}
/* line 138, templates/g5_helium/custom/scss/custom.scss */
.blog h2 a {
  color: #666;
}
/* line 139, templates/g5_helium/custom/scss/custom.scss */
.blog h2 a:hover {
  color: #b22830;
}
/* line 140, templates/g5_helium/custom/scss/custom.scss */
.pagination {
  display: initial;
}
@media screen and (max-width: 768px) {
  /* line 144, templates/g5_helium/custom/scss/custom.scss */
  .blog div.item {
    border-bottom: 3px solid #b22830;
    margin-bottom: 40px;
  }
}
/* line 149, templates/g5_helium/custom/scss/custom.scss */
.blog p.readmore .btn {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}
/* effetto Grow Shadow ad immagini in blog*/
/* line 154, templates/g5_helium/custom/scss/custom.scss */
.blog .item-image a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
/* line 168, templates/g5_helium/custom/scss/custom.scss */
.blog .item-image a img:hover, .blog .item-image a img:focus, .blog .item-image a img:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*------------------- end blog -------------------------------*/
/*----Percorso breadcrumb ---------*/
/*---- breadcrumb ---*/
/* line 181, templates/g5_helium/custom/scss/custom.scss */
.moduletable ul.breadcrumb {
  background-color: #fff;
  text-transform: uppercase;
  line-height: normal;
  /*--importante---*/
}
/* line 187, templates/g5_helium/custom/scss/custom.scss */
.moduletable ul.breadcrumb li, .moduletable ul.breadcrumb li.active span {
  font-size: 0.8rem;
}
/* line 190, templates/g5_helium/custom/scss/custom.scss */
.moduletable ul.breadcrumb li a span:hover {
  color: #b22830 !important;
}
/* line 193, templates/g5_helium/custom/scss/custom.scss */
.breadcrumb > li + li::before {
  content: " ";
  padding-right: 0px;
}
/* line 197, templates/g5_helium/custom/scss/custom.scss */
.moduletable .breadcrumb li {
  vertical-align: top;
}
/* line 200, templates/g5_helium/custom/scss/custom.scss */
.moduletable .breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 204, templates/g5_helium/custom/scss/custom.scss */
.moduletable ul.breadcrumb li a {
  color: #999;
}
/*--*/
/* line 208, templates/g5_helium/custom/scss/custom.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 212, templates/g5_helium/custom/scss/custom.scss */
.moduletable .breadcrumb span.divider {
  width: 10px;
  position: relative;
  vertical-align: top;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
/*----override gantry helium------*/
/* line 224, templates/g5_helium/custom/scss/custom.scss */
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #b22830;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1rem;
}
/*---------- button helium ----*/
/* line 242, templates/g5_helium/custom/scss/custom.scss */
.button {
  display: inline-block;
  font-family: Inerith, "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0rem;
  margin: 0 0 0.5rem 0;
  margin-bottom: 0.5rem;
  padding: 0.8rem 1.9rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 263, templates/g5_helium/custom/scss/custom.scss */
.button:hover {
  background: #f90;
}
/*----modifiche a contenitori gantry e bootstrap----*/
/* line 268, templates/g5_helium/custom/scss/custom.scss */
#g-main {
  padding-top: 0;
}
/* line 273, templates/g5_helium/custom/scss/custom.scss */
.g-wrapper .g-content {
  padding: 0px 0.938rem 0.938rem 0.938rem;
}
/* line 275, templates/g5_helium/custom/scss/custom.scss */
.footerSection {
  line-height: 1.1em;
  color: #fff !important;
}
/* line 280, templates/g5_helium/custom/scss/custom.scss */
.footerSection, .footerSection .g-title, .footerSection strong {
  color: #fff !important;
}
/* line 283, templates/g5_helium/custom/scss/custom.scss */
.footerSection a, .belowfooterSection a {
  color: #fff;
  font-weight: strong;
}
/* line 288, templates/g5_helium/custom/scss/custom.scss */
.belowfooterSection {
  background-color: #b22830;
  color: #fff;
}
/* line 292, templates/g5_helium/custom/scss/custom.scss */
.highlightsSection {
  /*background-color:$light;*/
}
/* line 297, templates/g5_helium/custom/scss/custom.scss */
.topsection .g-content p {
  padding: 0;
  margin: 0;
}
/* line 301, templates/g5_helium/custom/scss/custom.scss */
.topsection .g-content {
  padding: 0;
  margin: 0;
}
/* line 306, templates/g5_helium/custom/scss/custom.scss */
.g-offcanvas-toggle {
  background-color: #2f383d;
  border-radius: 2px;
}
/*.abovefooter {background-color:$grigiochiaro;}*/
/* line 312, templates/g5_helium/custom/scss/custom.scss */
.abovefooter * {
  color: #2f383d;
  text-align: center;
}
/* line 317, templates/g5_helium/custom/scss/custom.scss */
.item-image img {
  width: 100%;
}
/* line 319, templates/g5_helium/custom/scss/custom.scss */
.highlightHome .fa {
  top: 0;
  transition: all 0.4s ease 0s;
  border-radius: 0;
}
/* line 325, templates/g5_helium/custom/scss/custom.scss */
.highlightHome:hover .fa {
  top: -20px;
  position: relative;
  transition: all 0.4s ease 0s;
}
/* line 330, templates/g5_helium/custom/scss/custom.scss */
.highlightHome .cerchioIcon {
  position: relative;
  transition: all 0.4s ease 0s;
  border-radius: 96px !important;
}
/* line 336, templates/g5_helium/custom/scss/custom.scss */
.highlightHome:hover .cerchioIcon {
  position: relative;
  transition: all 0.4s ease 0s;
  border-radius: 10px !important;
}
/* line 342, templates/g5_helium/custom/scss/custom.scss */
.highlightHome {
  text-align: center;
}
/*----------------------- TAG joomla ------------------------------*/
/*-----modulo popolari-nuvola -----*/
/* line 346, templates/g5_helium/custom/scss/custom.scss */
.tagspopular ul {
  list-style-type: none;
}
/* line 347, templates/g5_helium/custom/scss/custom.scss */
.tagspopular ul li a {
  float: left;
  background-color: #b22830;
  color: #fff;
  line-height: 18px;
  padding: 0.5em 0.9em;
  margin: 2px 2px;
  display: table;
  font-size: 0.8rem;
  border-radius: 3px;
  text-transform: uppercase;
}
/* line 348, templates/g5_helium/custom/scss/custom.scss */
.tagspopular ul li a:hover {
  background-color: #fff;
  color: #999;
}
/*------ in articolo -------*/
/* line 351, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
}
/* line 355, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline:before {
  content: "\f02c :";
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-size: 2rem;
  color: #b0b0b0;
  font-family: FontAwesome;
  /*border-right:1px dashed #cccccc;*/
  position: relative;
  top: 0px;
  padding-right: 5px;
  margin-right: 5px;
}
/* line 368, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline li {
  padding: 0;
}
/* line 369, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline li a.label.label-info {
  background-color: #b0b0b0;
  padding: 0.7em 1.5em;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 1s ease 0s;
  text-shadow: none;
}
/* line 378, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline li a.label.label-info:hover {
  background-color: #b22830;
}
/*----- lista tag ----*/
/* line 382, templates/g5_helium/custom/scss/custom.scss */
.tag-category h2:before {
  content: "\f02c :";
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-size: 2rem;
  color: #b0b0b0;
  font-family: FontAwesome;
  padding-right: 5px;
  margin-right: 5px;
}
/* line 392, templates/g5_helium/custom/scss/custom.scss */
.tag-category ul.category.list-striped li h3[itemprop*="name"] {
  margin: 0.5em 2em;
}
/* line 394, templates/g5_helium/custom/scss/custom.scss */
.tag-category ul.category.list-striped li h3[itemprop*="name"] a {
  font-size: 1.2rem;
}
/*--------------------- end TAG -------------------------------*/
/* line 399, templates/g5_helium/custom/scss/custom.scss */
.pull-left.item-image {
  margin: 0 0 1.5rem 0;
}
/*=======================MENU VARI======================*/
/*-----menu navigazione principale-----*/
/* line 408, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-dropdown {
  /*background:  rgba(0, 0, 0, 0.8);
   border: 1px solid rgba(255, 255, 255, 0.2);*/
  border-radius: 0.25rem;
  border: 0px;
}
/* line 415, templates/g5_helium/custom/scss/custom.scss */
nav.g-main-nav a:hover {
  color: #d66a40 !important;
}
/* line 418, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav ul.g-toplevel li {
  padding: 0.2125rem 0.8375rem;
}
/* line 421, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav ul.g-toplevel li:hover {
  /*background-color:rgba(0,0,0,0.7);*/
  padding: 0.2125rem 0.8375rem;
  border-radius: 3px;
}
/* line 427, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 433, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
}
/*---------------menu top-e secondario footer---*/
/* line 440, templates/g5_helium/custom/scss/custom.scss */
#g-topsection ul.nav {
  margin: 0;
}
/* line 441, templates/g5_helium/custom/scss/custom.scss */
#g-topsection * {
  /*color:#ffffff;*/
}
/* line 442, templates/g5_helium/custom/scss/custom.scss */
#g-topsection .navbar-nav > li > a {
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 0.8rem;
}
/* line 447, templates/g5_helium/custom/scss/custom.scss */
#g-topsection .navbar-nav > li > a:hover {
  color: #666;
  background-color: #fff !important;
}
/* line 451, templates/g5_helium/custom/scss/custom.scss */
#g-topsection .navbar-nav li {
  text-align: right !important;
  display: inline-block !important;
}
/* line 455, templates/g5_helium/custom/scss/custom.scss */
#g-topsection .navbar-nav > li > a:hover, #g-topsection .navbar-nav > li.current.active > a {
  /*background-color:#A91833;*/
}
/* line 459, templates/g5_helium/custom/scss/custom.scss */
.moduletable .nav.menu {
  padding: 0;
}
/* line 460, templates/g5_helium/custom/scss/custom.scss */
#g-topsection .moduletable ul.nav.menu.navbar-nav li {
  border-bottom: none;
  padding: 0;
}
/*----menu secondario footer ----
 #g-belowfooter .moduletable ul.nav.menu.navbar-nav li a
 {font-size:0.7rem;
 }
 #g-belowfooter .moduletable ul.nav.menu.navbar-nav li  a:hover
 {background-color:#575656;
 text-decoration:underline;
 }
 #g-belowfooter .nav > li > a {padding:0 10px 0 0;}
 */
/*------------------------menu footer--in colonne ---------------------------*/
/* line 477, templates/g5_helium/custom/scss/custom.scss */
#g-footer .moduletable .nav .nav-header {
  background: none;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.625rem 0 2rem 0;
  padding: 0;
  text-shadow: none;
  letter-spacing: 0.2em;
}
/* line 489, templates/g5_helium/custom/scss/custom.scss */
#g-footer ul.nav-child {
  border: 0 !important;
  margin: 0;
  padding: 0rem 0.5rem;
}
/* line 494, templates/g5_helium/custom/scss/custom.scss */
#g-footer .moduletable ul.nav.menu.navbar-nav li.deeper.parent {
  margin-right: 50px;
}
/* line 497, templates/g5_helium/custom/scss/custom.scss */
#g-footer .moduletable ul.nav.menu.navbar-nav > li {
  float: left;
}
/* line 501, templates/g5_helium/custom/scss/custom.scss */
#g-footer .moduletable .nav.menu li {
  /* , .moduletable .mostread li, .moduletable .latestnews li, .moduletable .archive-module li, .moduletable .relateditems li, .moduletable .categories-module li, .moduletable .category-module li, .moduletable .latestusers li, .moduletable .unstyled li */
  padding-bottom: 0.2rem;
  margin-bottom: 0rem;
  border-bottom: 0;
}
/*---- cerca in g-topsection ---*/
/* line 508, templates/g5_helium/custom/scss/custom.scss */
#g-topsection form.form-inline {
  margin: 0;
}
/* line 512, templates/g5_helium/custom/scss/custom.scss */
#g-topsection input.search-query {
  border-radius: 0;
}
/*-----sigplus-------*/
/*.sigplus-gallery.sigplus-left.sigplus-clear ul {
 text-align:center;
 margin-bottom:40px;
 }*/
/*--social-sidebar--*/
@media screen and (max-width: 768px) {
  /* line 528, templates/g5_helium/custom/scss/custom.scss */
  #social-sidebar ul {
    display: table !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}
/*         Page Break joomla         */
/* line 538, templates/g5_helium/custom/scss/custom.scss */
.article-index {
  background: #fff;
  padding: 0 20px;
  border: 1px solid lightgray;
}
/* line 544, templates/g5_helium/custom/scss/custom.scss */
.article-index ul li:before {
  color: #b22830;
  content: "";
  font-family: FontAwesome;
  font-weight: 300;
  margin-right: 0.5em;
  float: left;
}
/*      FINE Page Break joomla         */
/*# sourceMappingURL=custom_15.css.map */