/* 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
 */

/* 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 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 4, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 5, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
/* line 11, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 12, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #666;
  display: block;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 18, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #333;
}
/* line 23, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 24, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
/* line 28, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
/* line 31, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 32, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #ddd;
}
/* line 37, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
/* line 38, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #009f2d;
}
/* line 42, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
/* line 44, templates/g5_hydrogen/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
/* line 1, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 2, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 62.438rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 6, templates/g5_hydrogen/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 12, templates/g5_hydrogen/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 62.5rem) and (max-width: 63.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 21, templates/g5_hydrogen/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 27, templates/g5_hydrogen/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 64rem) and (max-width: 74.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 38, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 62.438rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 46, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 62.438rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 51, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #009f2d;
}
/* line 53, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 58, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 61, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .style2 {
  padding: 70px 0;
}
/* line 63, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 71, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 78, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 79, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 83, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 84, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 87, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 92, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 95, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 96, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 100, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 101, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 105, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 108, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 111, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 114, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 117, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 120, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 123, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 124, templates/g5_hydrogen/custom/scss/_slideshow.scss */
/* line 125, templates/g5_hydrogen/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 4, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs {
  background: #fff;
  border: 1px solid #ddd;
}
/* line 7, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab {
  border-color: #ddd;
}
/* line 9, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 10, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #666;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
/* line 18, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li > a:hover {
  color: #666;
}
@media only all and (min-width: 62.5rem) and (max-width: 63.938rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
/* line 25, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 26, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li.uk-active > a {
  color: #666;
}
/* line 30, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
/* line 34, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
/* line 36, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
/* line 39, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #ddd;
  padding: 0;
  border-radius: 0;
}
/* line 45, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
/* line 47, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 48, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #666;
}
/* line 51, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
/* line 54, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f9fa;
  box-shadow: none;
}
/* line 64, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid {
  margin: 0;
}
/* line 65, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid:before {
  border-color: #ddd;
}
/* line 69, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 70, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 71, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #ddd;
}
/* line 75, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 76, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
/* line 83, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #ddd;
}
/* line 85, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 86, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #ddd;
}
/* line 88, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 97, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 98, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 99, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #009f2d;
}
/* line 106, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #ddd;
}
/* line 108, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 109, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #ddd;
}
/* line 111, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 120, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 121, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 122, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #009f2d;
}
/* line 129, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 130, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 131, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #ddd;
}
/* line 133, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 142, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 143, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
/* line 147, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 148, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 149, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #009f2d;
}
/* line 156, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 157, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 158, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #ddd;
}
/* line 160, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 169, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 170, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
/* line 174, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 175, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 176, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #009f2d;
}
/* line 183, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content {
  overflow: hidden;
}
/* line 185, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
/* line 188, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
/* line 191, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
/* line 194, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 62.438rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
/* line 200, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 201, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
/* line 206, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 62.438rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
/* line 212, templates/g5_hydrogen/custom/scss/_tabs.scss */
/* line 213, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
/* line 218, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
/* line 221, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.top > li {
  margin: 0;
}
/* line 225, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
/* line 228, templates/g5_hydrogen/custom/scss/_tabs.scss */
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
/*----------------------------------------------------------------------
 K2 STANDARD CSS
 ----------------------------------------------------------------------*/
/* line 42, templates/g5_hydrogen/custom/scss/_k2.scss */
div#k2Container {
  padding: 0.25rem;
}
/* line 43, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemToolbar {
  display: none !important;
}
/* line 45, templates/g5_hydrogen/custom/scss/_k2.scss */
.catItemAddLink, .catItemEditLink, .itemEditLink {
  display: inline-block !important;
  float: right !important;
  background: #f22613 !important;
  padding: 0.5rem 0.75rem !important;
}
/* line 46, templates/g5_hydrogen/custom/scss/_k2.scss */
.catItemAddLink a, .catItemEditLink a, .itemEditLink a {
  color: #fff !important;
}
/*----------------------------------------------------------------------
 K2 CATEGORIA
 ----------------------------------------------------------------------*/
/* line 70, templates/g5_hydrogen/custom/scss/_k2.scss */
/* line 72, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListCategory .catTitle {
  text-align: center;
  font-size: 2.25rem;
  line-height: 175%;
}
/* line 73, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListCategory .catImage {
  float: left;
  display: inline-block;
  margin: 0 1rem 0.3rem 0;
}
/* line 74, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListCategory div.category-description {
  text-align: center;
  margin: 0.5rem 0;
}
/* line 79, templates/g5_hydrogen/custom/scss/_k2.scss */
/* line 81, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListSubCategories div.subCategoryContainer {
  float: left;
  display: inline-block;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  div.itemListSubCategories div.subCategoryContainer {
    width: 100% !important;
  }
}
/* line 85, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListSubCategories div.subCategoryContainer div.subCategory {
  height: auto !important;
}
/* line 88, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListSubCategories div.subCategoryContainer div.subCategory .subCategoryImage {
  display: block;
  overflow: hidden;
  margin: 0 0 1rem;
}
/* line 90, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListSubCategories div.subCategoryContainer div.subCategory .subCatTitle {
  font-size: 1.6rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem !important;
}
/* line 92, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemListSubCategories div.subCategoryContainer div.subCategory .subCategoryMore {
  background: #eee;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 0.75rem 0;
}
/* line 101, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer {
  float: left;
  display: inline-block;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  div.itemContainer {
    width: 100% !important;
  }
}
/* line 105, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer .catItemImageBlock {
  display: block;
  overflow: hidden;
}
/* line 107, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer .catItemTitle {
  font-size: 1.6rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem !important;
}
/* line 108, templates/g5_hydrogen/custom/scss/_k2.scss */
/* line 113, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer span.catItemAuthor {
  display: none !important;
}
/* line 117, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer span {
  display: inline-block;
  margin: 0.25rem 0.3rem;
}
/* line 123, templates/g5_hydrogen/custom/scss/_k2.scss */
/* line 125, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer .catItemTagsBlock .catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 128, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer .catItemTagsBlock .catItemTags li {
  display: inline-block;
  list-style: none;
  padding: 0.1rem 0.5rem;
  margin: 0.2rem 0;
  text-align: center;
  background: #eee;
}
/* line 130, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemContainer .catItemTagsBlock .catItemTags a:before {
  content: "#";
}
/* line 136, templates/g5_hydrogen/custom/scss/_k2.scss */
div.k2Pagination {
  text-align: center;
}
/* line 139, templates/g5_hydrogen/custom/scss/_k2.scss */
div.k2Pagination ul {
  list-style-type: none;
  margin: 0 auto 0.5rem !important;
}
/* line 140, templates/g5_hydrogen/custom/scss/_k2.scss */
div.k2Pagination ul li {
  display: inline-block;
  margin: 0.2rem;
  border: 1px solid #eee;
  padding: 0.2rem 0.5rem;
}
/*----------------------------------------------------------------------
 K2 ARTICOLO
 ----------------------------------------------------------------------*/
/* line 148, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemHeader {
  border-bottom: 1px solid #eee;
}
/* line 152, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemHeader span {
  color: #999;
  font-size: 0.9rem;
  display: inline-block !important;
  float: none;
  margin: 0.3rem;
  padding: 0;
}
/* line 155, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemHeader span.itemAuthor {
  display: inline-block;
}
/* line 163, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemHeader .itemTitle span sup {
  color: #f22613 !important;
  font-size: 0.9rem !important;
  text-decoration: none;
}
/* line 167, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody {
  padding: 0.5rem 0;
  margin: 0;
}
/* line 171, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemIntroText {
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.25rem 0;
}
/* line 175, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemImageBlock {
  overflow: hidden;
  margin: 0.5rem 0.5rem 1rem;
  height: 100%;
  max-height: 450px;
}
/* line 178, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemImageBlock div.itemImage {
  display: block;
  overflow: hidden;
  text-align: center;
}
/* line 183, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemImageBlock span {
  color: #666;
  display: block;
  float: none;
  text-align: center;
  padding-top: 0.25rem;
}
/* line 186, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemImageBlock span.itemImageCaption, div.itemBody div.itemImageBlock span.itemImageCredits {
  font-weight: bold;
  font-size: 0.8rem !important;
}
/* line 197, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemContentFooter {
  text-align: right;
  margin: 0.75rem;
  font-style: italic;
}
/* line 200, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemContentFooter .itemDateModified {
  font-size: 0.8rem !important;
}
/* line 203, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemAttachmentsBlock {
  margin: 0.5rem 0;
  border: none;
  margin: 1rem 0;
}
/* line 206, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemAttachmentsBlock ul {
  list-style-type: circle;
  display: block;
  margin: 0.2rem 0 0.2rem 1.5rem;
}
/* line 209, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemAttachmentsBlock ul li {
  list-style-type: square !important;
}
/* line 213, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemTagsBlock {
  margin: 1rem 0;
}
/* line 216, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 0;
}
/* line 217, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
/* line 218, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0.25rem 0.75rem;
  margin: 0.3rem 0;
  text-align: center;
  background: #eee;
}
/* line 219, templates/g5_hydrogen/custom/scss/_k2.scss */
/* line 220, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemTagsBlock ul.itemTags li a::before {
  content: "#";
}
/* line 228, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemVideoBlock {
  margin: 1rem 0;
  padding: 0;
  background: none;
}
/* line 231, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemVideoBlock .itemVideo {
  display: block;
  overflow: hidden;
}
/* line 233, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemVideoBlock span {
  color: #666;
  display: block;
  float: none;
  text-align: center;
  padding-top: 0.25rem;
  width: 100%;
}
/* line 236, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemVideoBlock span.itemVideoCaption, div.itemBody div.itemVideoBlock span.itemVideoCredits {
  font-weight: bold;
  font-size: 0.8rem !important;
}
/* line 240, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemExtraFields {
  margin: 1rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
/* line 243, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemExtraFields h3 {
  text-align: center;
}
/* line 245, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemBody div.itemExtraFields ul {
  list-style-type: none;
  margin: 1rem 0;
}
/* line 256, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemNavigation {
  border: 2px solid #ccc;
  border-right: none;
  border-left: none;
}
/* line 258, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemNavigation .itemNavigationTitle {
  font-size: 1.6rem;
  font-weight: bold;
}
/*simple image gallery*/
/* line 264, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemImageGallery {
  text-align: center;
  margin-top: 1.5rem;
}
/* line 265, templates/g5_hydrogen/custom/scss/_k2.scss */
ul.sigProClassic {
  text-align: center;
  margin: 0 auto !important 1rem;
  padding: 0 !important;
}
/* line 266, templates/g5_hydrogen/custom/scss/_k2.scss */
ul.sigProClassic li.sigProThumb {
  float: none;
  display: inline-block;
}
/* line 269, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated {
  margin: 1rem 0;
  padding: 0.5rem 0;
}
/* line 273, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated ul {
  margin: 0rem auto;
  list-style-type: none;
}
/* line 275, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated ul li {
  display: inline-block;
  float: left;
  width: 33%;
  padding: 0.5rem 0.75rem;
}
@media only screen and (max-width: 640px) {
  div.itemRelated ul li {
    width: 100% !important;
  }
}
/* line 279, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated ul li .imgItemRelated {
  overflow: hidden;
  max-height: 250px;
  margin-bottom: 0.75rem;
  display: block;
}
/* line 280, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated ul li .imgItemRelated img {
  display: block;
}
/* line 282, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated ul li .itemRelTitle {
  display: block;
  font-size: 1.1rem;
}
/* line 283, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRelated ul li .itemRelIntrotext, div.itemRelated ul li .itemRelIntrotext > * {
  font-size: 0.9rem;
}
/*------------------------------------------------------------------------------
 Component - Itemlist view (tag)
 --------------------------------------------------------------------------------*/
/* this is the item container for this view */
/* line 300, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView {
  padding: 0.5rem 0;
  margin: 0;
  /* Read more link */
}
/* line 304, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemHeader {
  border-bottom: 1px solid #eee;
}
/* line 310, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView span {
  color: #999;
  font-size: 0.9rem;
  display: inline-block !important;
  float: none;
  margin: 0.3rem;
  padding: 0;
}
/* line 318, templates/g5_hydrogen/custom/scss/_k2.scss */
@media only screen and (max-width: 640px) {
  div.tagItemView div.tagItemBody {
    width: 100% !important;
  }
}
/* line 321, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemBody div.tagItemImageBlock {
  overflow: hidden;
  margin: 0.5rem 0.5rem 1rem;
  height: 100%;
  float: left;
  max-width: 350px;
  max-height: 280px;
}
/* line 324, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemBody div.tagItemImageBlock span.tagItemImage {
  display: block;
  overflow: hidden;
  text-align: center;
}
/* line 326, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemBody div.tagItemImageBlock span.tagItemImage img {
  max-width: 100%;
  height: auto;
}
/* line 330, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemBody div.tagItemIntroText {
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.25rem 0;
}
/* line 335, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemBody div.tagItemExtraFields {
  display: none;
}
/* line 340, templates/g5_hydrogen/custom/scss/_k2.scss */
div.tagItemView div.tagItemReadMore {
  display: inline;
}
/* --- Rating --- */
/* line 348, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
/* line 349, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
/* line 350, templates/g5_hydrogen/custom/scss/_k2.scss */
div.itemRatingForm .formLogLoading {
  background: url('../images/loading.gif') no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
/* line 351, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
  background: transparent url('../images/transparent_star.gif') left -1000px repeat-x;
}
/* line 354, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
/* line 355, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
/* line 356, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a, .itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
/* line 358, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a:hover {
  background-position: left bottom;
}
/* line 359, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
/* line 360, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
/* line 361, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
/* line 362, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
/* line 363, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
/* line 364, templates/g5_hydrogen/custom/scss/_k2.scss */
.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
/* line 365, templates/g5_hydrogen/custom/scss/_k2.scss */
span.siteRoot {
  display: none;
}
/* line 29, templates/g5_hydrogen/custom/scss/custom.scss */
p, body, span {
  font-size: 1.1rem;
}
/* line 30, templates/g5_hydrogen/custom/scss/custom.scss */
body {
  background-color: #eee;
}
/* line 31, templates/g5_hydrogen/custom/scss/custom.scss */
.contain-to-grid .top-bar {
  max-width: 82.5rem;
}
/* line 33, templates/g5_hydrogen/custom/scss/custom.scss */
.nopad {
  padding: 0;
}
/* line 34, templates/g5_hydrogen/custom/scss/custom.scss */
.nomar {
  margin: 0;
}
/* line 36, templates/g5_hydrogen/custom/scss/custom.scss */
.warning {
  background: #f1c40f;
}
/* line 38, templates/g5_hydrogen/custom/scss/custom.scss */
#system-message {
  margin: 0;
  padding: 0;
}
/* line 41, templates/g5_hydrogen/custom/scss/custom.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0.25rem 0 !important;
}
/* line 42, templates/g5_hydrogen/custom/scss/custom.scss */
p {
  margin: 0.25rem 0 !important;
}
/* line 43, templates/g5_hydrogen/custom/scss/custom.scss */
p + p {
  margin: 0.75rem 0 !important;
}
/* line 44, templates/g5_hydrogen/custom/scss/custom.scss */
ul {
  margin: 0.5rem 0 0.5rem 2.5rem;
}
/* line 45, templates/g5_hydrogen/custom/scss/custom.scss */
ul li {
  margin: 0.5rem 0;
}
/* line 46, templates/g5_hydrogen/custom/scss/custom.scss */
ul.g-toplevel li {
  margin: 0;
}
/* line 49, templates/g5_hydrogen/custom/scss/custom.scss */
#g-totop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  background: #fff;
  border: 0px solid #333;
  padding: 0.2rem 0.8rem;
  border-radius: 90px;
}
/* line 52, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-header {
  background: #eee !important;
}
/* line 53, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-navigation .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
  float: left;
}
/* line 54, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-navigation {
  background: rgba(255, 255, 255, 1);
  z-index: 100;
  box-shadow: 0px 0px 10px #000;
}
/* line 57, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-slider {
  background: #fff;
}
/* line 62, templates/g5_hydrogen/custom/scss/custom.scss */
#g-main {
  padding: 0;
}
/* line 63, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-content-top {
  background: #eee;
}
/* line 68, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-content-bottom {
  background: #fff;
}
/* line 69, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-content-bottom-page {
  background: #03a693;
}
/* line 72, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section1 {
  background: #03a693;
}
/* line 78, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section3 {
  background: #eee;
}
/* line 79, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section4 {
  background: #019875;
}
/* line 80, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section5 {
  background: #f1c40f;
}
/* line 81, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section6 {
  background: #eee;
}
/* line 82, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section7 {
  background: #fff;
}
/* line 83, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-section8 {
  background: #009f2d;
}
/* line 86, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-sidebar {
  margin: 0rem 0.75rem 0 0.75rem;
}
/* line 87, templates/g5_hydrogen/custom/scss/custom.scss */
#right1 {
  border: 3px solid #eee;
}
/* line 89, templates/g5_hydrogen/custom/scss/custom.scss */
footer#g-footer {
  background: #333;
  color: #fff;
  margin-top: -7px;
}
/* line 90, templates/g5_hydrogen/custom/scss/custom.scss */
section#g-credits {
  background: #fff;
  color: #333;
}
/* line 98, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header {
  background: #333;
  color: #fff;
  padding: 0.2rem 0.75rem 0.2rem !important;
}
/* line 99, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-branding.branding {
  padding-top: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  header#g-header .g-branding.branding {
    display: none;
  }
}
/* line 101, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-branding.branding a {
  color: #1abc9c;
}
/* line 103, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-container {
  max-width: 74rem;
  margin: 0 auto;
  padding: 0.1rem 0.25rem;
}
/* line 104, templates/g5_hydrogen/custom/scss/custom.scss */
@media only screen and (max-width: 1023px) {
  header#g-header .g-social {
    text-align: center;
  }
}
/* line 106, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-social a {
  padding: 0 0.3rem;
}
/* line 108, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-social a .fa {
  font-size: 1.6rem;
  color: #fff;
}
/* line 110, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-social a .fa-facebook-square, header#g-header .g-social a .fa-linkedin-square, header#g-header .g-social a .fa-google-plus-square {
  font-size: 2rem;
  margin: 0;
  padding-top: 0.2rem;
}
/* line 112, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header .g-social a .g-social-text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
}
/* line 116, templates/g5_hydrogen/custom/scss/custom.scss */
header#g-header div.moduletable.header.contatti-top {
  padding-top: 0rem;
}
/* line 121, templates/g5_hydrogen/custom/scss/custom.scss */
div.menu-item-particle.logo img {
  max-width: 200px;
  max-height: 60px;
}
/* line 136, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.home {
  padding: 3rem 0 4rem;
}
/* line 137, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.home h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}
/* line 138, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.home h3::after {
  content: "";
  border-bottom: 3px solid #009f2d;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 1px;
  display: block;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem !important;
}
/* line 140, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.credits {
  padding: 1rem;
}
/* line 142, templates/g5_hydrogen/custom/scss/custom.scss */
div#breadcrumbs-wrapper {
  background: #f5f5f5;
}
/* line 143, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.breadcrumbs {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1rem;
}
/* line 147, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.breadcrumbs ul {
  margin: 0 auto;
}
/* line 150, templates/g5_hydrogen/custom/scss/custom.scss */
div.mod-languages.lingua {
  margin: 0.5rem 0;
}
/* line 153, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.news {
  margin: 0 auto;
  max-width: 75rem;
  background: #eee;
}
/* line 157, templates/g5_hydrogen/custom/scss/custom.scss */
.bt-cs .bt-inner img {
  outline: none;
  border: none;
  max-width: 100%;
  margin: 0;
}
/* line 158, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.news a.bt-title {
  color: #009f2d !important;
  text-transform: none !important;
  display: block;
  padding: 0.75rem 0rem;
  border-bottom: 2px solid #eee;
  margin: 0 0.75rem;
}
/* line 159, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.home div.bt-introtext {
  padding: 0.5rem 0.75rem;
}
/* line 160, templates/g5_hydrogen/custom/scss/custom.scss */
.bt-cs .bt-inner {
  border: 0px solid #eee;
  margin: 0 10px;
  padding: 0;
  background: #fff;
}
/* line 163, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.home.dovesiamo {
  padding: 1rem 0 0;
}
/* line 164, templates/g5_hydrogen/custom/scss/custom.scss */
div.custom.home.dovesiamo p + p {
  margin: 0 !important;
  margin-bottom: -7px !important;
}
/* line 167, templates/g5_hydrogen/custom/scss/custom.scss */
div.mod-languages img {
  width: 30px;
  padding-bottom: 0rem;
}
/* line 170, templates/g5_hydrogen/custom/scss/custom.scss */
.servizi * {
  color: #fff !important;
  font-size: 0.9rem !important;
}
/* line 171, templates/g5_hydrogen/custom/scss/custom.scss */
.servizi a {
  font-weight: bold;
}
/* line 173, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.servizi h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem !important;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem !important;
}
/* line 174, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.servizi ul.nav.menu {
  margin: 0;
}
/* line 175, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.servizi ul.nav.menu li {
  margin: 0.1rem 0;
}
/* line 176, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.servizi ul.nav.menu li a {
  color: #fff;
  font-size: 0.85rem;
}
/* line 180, templates/g5_hydrogen/custom/scss/custom.scss */
.home.portoflio ul {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
/* line 181, templates/g5_hydrogen/custom/scss/custom.scss */
.home.portoflio ul li {
  display: inline-block;
  width: 25%;
  float: left;
  margin: 0;
}
/* line 182, templates/g5_hydrogen/custom/scss/custom.scss */
div.grid {
  max-width: 100%;
  padding: 0;
}
/* line 183, templates/g5_hydrogen/custom/scss/custom.scss */
div.grid.home.portoflio figure {
  display: inline-block;
  margin: 0rem !important;
  width: 100% !important;
  min-width: 0;
  max-width: 640px !important;
  height: 100%;
  max-height: 400px;
  padding: 0rem !important;
  background: transparent !important;
  overflow: hidden;
}
/* line 184, templates/g5_hydrogen/custom/scss/custom.scss */
div.grid.home.portoflio figure img {
  min-width: 640px;
  height: 440px;
  opacity: 0.75;
}
/* line 186, templates/g5_hydrogen/custom/scss/custom.scss */
.grid figure h2 a {
  color: #fff !important;
  font-weight: bold;
  word-spacing: 5px;
  text-shadow: 2px 2px 10px #000;
  font-size: 2rem;
}
/* line 187, templates/g5_hydrogen/custom/scss/custom.scss */
.grid figure p.grid-description {
  bottom: 60px;
  text-transform: lowercase;
}
/* line 188, templates/g5_hydrogen/custom/scss/custom.scss */
.grid figure a.button {
  background: #890f04;
}
/* line 190, templates/g5_hydrogen/custom/scss/custom.scss */
figure.effect-sadie figcaption::before {
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 75%) !important;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 75%) !important;
}
/*----------------------------------------------------------------------
 SEARCH HEADER
 ----------------------------------------------------------------------*/
/* line 199, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.header.search-top {
  text-align: right;
  padding-right: 0.75rem;
  padding-top: 0.2rem;
}
/* line 201, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 202, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.header.search-top .k2SearchBlock.header.search input.inputbox {
  border: 1px solid #ddd !important;
}
/* line 207, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.presentazione {
  margin: 0 auto;
  max-width: 75rem;
}
/* line 212, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 214, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.presentazione div.g-block.equal-height {
  width: 33.3%;
  flex: 33.3%;
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem;
}
@media only screen and (max-width: 980px) {
  div.moduletable.presentazione div.g-block.equal-height {
    flex: 50%;
  }
}
@media only screen and (max-width: 640px) {
  div.moduletable.presentazione div.g-block.equal-height {
    flex: 100%;
  }
}
/* line 223, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.presentazione div.g-block.equal-height:hover {
  background: #c8f7c5;
}
/* line 226, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.presentazione .fa {
  font-size: 5rem;
}
@media only screen and (max-width: 640px) {
  div.moduletable.presentazione .fa {
    font-size: 3rem;
  }
}
/* line 230, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.presentazione a.icon-links {
  text-align: justify;
  display: inline-block;
  float: left;
  width: 6.5rem;
  min-height: 6rem;
}
@media only screen and (max-width: 640px) {
  div.moduletable.presentazione a.icon-links {
    width: 5rem;
    min-height: 3.5rem;
  }
}
/* line 234, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.presentazione a.icon-title-link {
  width: auto;
  display: inline;
}
/* line 237, templates/g5_hydrogen/custom/scss/custom.scss */
@media only screen and (max-width: 980px) {
  #header-2 {
    width: 30%;
    flex: 0 30%;
  }
}
@media only screen and (max-width: 479px) {
  #header-2 {
    width: 100%;
    flex: 0 100%;
    text-align: center;
  }
}
/* line 242, templates/g5_hydrogen/custom/scss/custom.scss */
@media only screen and (max-width: 980px) {
  #header-3 {
    width: 70%;
    flex: 0 70%;
  }
}
@media only screen and (max-width: 479px) {
  #header-3 {
    width: 100%;
    flex: 0 100%;
    margin-bottom: 10px !important;
  }
}
/* line 248, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.home.social {
  padding: 0 0 0.75rem 0;
  text-align: left !important;
}
/* line 251, templates/g5_hydrogen/custom/scss/custom.scss */
div.sj_facebook-nav iframe {
  max-height: 250px !important;
}
/* line 253, templates/g5_hydrogen/custom/scss/custom.scss */
.g-menu-item-title {
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 254, templates/g5_hydrogen/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li {
  line-height: 50px;
}
/* line 255, templates/g5_hydrogen/custom/scss/custom.scss */
div.menu-item-particle.logo {
  margin-top: -5px;
}
/* line 256, templates/g5_hydrogen/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1.2rem 0.738rem;
}
/*simple image gallery*/
/* line 259, templates/g5_hydrogen/custom/scss/custom.scss */
ul.sigProClassic {
  text-align: center;
}
/* line 260, templates/g5_hydrogen/custom/scss/custom.scss */
ul.sigProClassic li.sigProThumb {
  float: none;
  display: inline-block;
}
/* line 261, templates/g5_hydrogen/custom/scss/custom.scss */
ul.sigProResponsive li.sigProThumb a.sigProLink {
  border-color: #eee;
}
/* line 262, templates/g5_hydrogen/custom/scss/custom.scss */
ul.sigProResponsive li.sigProThumb a.sigProLink:hover {
  border-color: #666;
}
/* line 266, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.sidebar {
  margin: 0rem 0rem 1.5rem;
  border: thin solid #eee;
}
/* line 267, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.sidebar h3 {
  background: #009f2d;
  padding: 0.35rem 0.75rem;
  margin: 0 !important;
  color: #fff;
}
/* line 268, templates/g5_hydrogen/custom/scss/custom.scss */
.k2SearchBlock.sidebar, .k2ArchivesBlock.sidebar, .k2TagCloudBlock.sidebar {
  padding: 1rem;
}
/* line 269, templates/g5_hydrogen/custom/scss/custom.scss */
.k2ArchivesBlock.sidebar.archivio ul {
  margin: 0;
  list-style-type: none;
}
/* line 272, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemHeader.homepage {
  border: none;
}
/* line 273, templates/g5_hydrogen/custom/scss/custom.scss */
.itemView.homepage {
  text-align: center;
  padding: 0.75rem;
}
/* line 274, templates/g5_hydrogen/custom/scss/custom.scss */
.itemTitle.homepage {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
}
/* line 275, templates/g5_hydrogen/custom/scss/custom.scss */
.itemTitle.homepage::after {
  display: none;
}
/* line 276, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemImageBlock.homepage {
  float: right;
  margin: 0 0 0.5rem 1rem;
  overflow: hidden;
}
/* line 278, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemAttachmentsBlock.homepage span .fa-download {
  font-size: 2rem;
}
/* line 279, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemBody.homepage ul.itemAttachments {
  list-style-type: none !important;
}
/* line 280, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemBody.homepage ul.itemAttachments li {
  list-style-type: none !important;
}
/* line 281, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemBody.homepage ul.itemAttachments li a {
  background: #009f2d;
  padding: 0.7rem 1rem;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.5rem;
}
/* line 287, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer {
  display: block;
  margin-bottom: 1rem;
}
/* line 288, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemListCategory h2 {
  text-align: center;
}
/* line 289, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer {
  float: left;
  padding: 1rem;
}
/* line 290, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock {
  overflow: hidden;
  max-height: 25rem;
}
/* line 292, templates/g5_hydrogen/custom/scss/custom.scss */
.itemNavigationTitle {
  margin: 1rem 0 0;
  padding: 0rem;
  display: block;
  text-align: center;
}
/* line 295, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemImageBlock {
  float: left;
  margin: 0 1rem 0.5rem 0;
  display: inline-block;
  overflow: hidden;
}
/* line 296, templates/g5_hydrogen/custom/scss/custom.scss */
p.itemNavigationTitle {
  text-align: center;
}
/* line 297, templates/g5_hydrogen/custom/scss/custom.scss */
a.itemPrevious {
  display: block;
  float: left;
  font-size: 0.85rem;
  text-align: left;
  margin: 1rem 0;
  background: #eee;
  padding: 0.5rem;
}
/* line 298, templates/g5_hydrogen/custom/scss/custom.scss */
a.itemNext {
  display: block;
  float: right;
  font-size: 0.85rem;
  text-align: right;
  margin: 1rem 0;
  background: #eee;
  padding: 0.5rem;
}
/* line 302, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle, .itemTitle, div.itemListCategory h2 {
  text-align: center;
  font-size: 2rem;
}
/* line 307, templates/g5_hydrogen/custom/scss/custom.scss */
div#k2Container.itemListView.azienda {
  max-width: 160rem;
}
/* line 308, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer.azienda {
  float: left;
  display: inline-block !important;
  width: 25% !important;
}
/* line 309, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemList.azienda div.clearfix::after {
  clear: none;
}
/* line 310, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock.azienda {
  min-height: 290px;
  max-height: 290px;
  overflow: hidden;
  margin-bottom: 1rem;
}
/* line 318, templates/g5_hydrogen/custom/scss/custom.scss */
div.subCategory {
  height: auto !important;
  margin: 1rem 0 2rem;
}
/* line 321, templates/g5_hydrogen/custom/scss/custom.scss */
div.subCategoryContainer a.subCategoryImage {
  display: block;
  overflow: hidden;
  max-height: 400px;
  margin-bottom: 1rem;
}
/* line 322, templates/g5_hydrogen/custom/scss/custom.scss */
div.subCategoryContainer a.subCategoryImage img {
  width: 100%;
  display: inline-block;
}
/* line 323, templates/g5_hydrogen/custom/scss/custom.scss */
div.subCategoryContainer a.subCategoryImage img:hover {
  background: #000;
  opacity: 0.75;
}
/* line 326, templates/g5_hydrogen/custom/scss/custom.scss */
div.subCategory h2 {
  text-align: center;
  text-transform: uppercase;
}
/* line 327, templates/g5_hydrogen/custom/scss/custom.scss */
.subCategoryMoreButton {
  text-align: center;
  margin-top: 1rem;
}
/* line 328, templates/g5_hydrogen/custom/scss/custom.scss */
a.subCategoryMore {
  background: #009f2d;
  padding: 0.5rem 0.75rem;
  color: #fff;
  display: inline-block;
}
/* line 331, templates/g5_hydrogen/custom/scss/custom.scss */
div#k2Container.itemListView.opere {
  max-width: 100%;
}
/* line 332, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemListCategory.opere, div.itemList.opere, div#k2Container.opere {
  max-width: 75rem;
  margin: 0 auto;
}
/* line 333, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer.opere {
  padding: 0rem;
}
/* line 335, templates/g5_hydrogen/custom/scss/custom.scss */
div.category-description.opere {
  margin-bottom: 1.5rem !important;
}
/* line 336, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle.opere {
  font-size: 1.3rem;
  text-align: left;
}
/* line 337, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle.opere::after {
  content: none;
}
/* line 338, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemView.opere {
  margin-bottom: 1.5rem;
}
/* line 339, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle.opere {
  background: #009f2d;
  margin: 0 !important;
  padding: 0.5rem !important;
}
/* line 341, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle.opere a {
  color: #fff;
}
/* line 344, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock.opere {
  max-height: 250px;
  overflow: hidden;
  margin: 0 0 0rem 0 !important;
}
/* line 348, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock.opere img {
  min-height: 250px;
}
/* line 353, templates/g5_hydrogen/custom/scss/custom.scss */
div.category-description.opere {
  text-align: left !important;
}
/* line 355, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer.opere {
  float: left;
  display: inline-block;
  padding: 1rem;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
/* line 360, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer.opere .catItemTitle.opere {
  font-size: 1.3rem;
  border: none;
}
/* line 364, templates/g5_hydrogen/custom/scss/custom.scss */
div#k2Container.genericView div.componentheading {
  font-size: 1.75rem;
  font-weight: bold;
}
/* line 370, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock.vendita {
  float: left;
  margin: 0 1rem 0.5rem 0;
}
/* line 373, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer.blog {
  float: left;
  display: inline-block;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  div.itemContainer.blog {
    width: 100% !important;
  }
}
/* line 377, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemContainer.blog .catItemDateCreated {
  font-weight: bold;
}
/* line 381, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 384, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemView.blog .itemTitle.blog::after {
  display: none;
}
/* line 387, templates/g5_hydrogen/custom/scss/custom.scss */
main#g-main.wrapper.sidebar .g-container {
  max-width: 75rem;
}
/* line 388, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock.blog {
  float: left;
  margin: 0 1rem 0.5rem 0;
  max-height: 280px;
  overflow: hidden;
}
/* line 389, templates/g5_hydrogen/custom/scss/custom.scss */
div.catItemImageBlock.blog img {
  width: 100%;
}
/* line 390, templates/g5_hydrogen/custom/scss/custom.scss */
#itemListPrimary.blog div.catItemImageBlock.blog {
  margin: 0;
}
/* line 391, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle.blog {
  text-align: left;
}
/* line 392, templates/g5_hydrogen/custom/scss/custom.scss */
.catItemTitle.blog::after {
  display: none;
}
/* line 394, templates/g5_hydrogen/custom/scss/custom.scss */
.bt-cs .bt_handles_num {
  position: relative !important;
  margin: 1rem auto 0.5rem !important;
  width: 100px;
}
/* line 398, templates/g5_hydrogen/custom/scss/custom.scss */
.bt-cs .bt_handles_num li {
  margin: 0.25rem !important;
}
/* line 401, templates/g5_hydrogen/custom/scss/custom.scss */
.bt-cs .bt_handles_num li a {
  width: auto;
  height: auto;
  padding: 0.5rem 0.75rem !important;
  font-size: 1rem;
}
/* line 406, templates/g5_hydrogen/custom/scss/custom.scss */
div.itemRatingBlock span {
  float: left;
  padding-right: 0.5rem;
}
/* line 409, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.parcomezzi {
  max-width: 75rem;
  margin: 1rem auto;
}
/* line 410, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.parcomezzi h3 {
  text-align: center;
  font-size: 1.75rem;
}
/* line 411, templates/g5_hydrogen/custom/scss/custom.scss */
div#k2ModuleBox114.k2ItemsBlock ul .parcomezzi, li.clearList {
  list-style-type: none;
}
/* line 414, templates/g5_hydrogen/custom/scss/custom.scss */
.itp-social-buttons-box h4 {
  text-align: center;
  width: 300px;
  margin: 0 auto !important;
}
/* line 429, templates/g5_hydrogen/custom/scss/custom.scss */
#editor-xtd-buttons {
  display: none;
}
/* line 433, templates/g5_hydrogen/custom/scss/custom.scss */
div#k2Container {
  max-width: 70rem;
  margin: 1.5rem auto;
}
/* line 436, templates/g5_hydrogen/custom/scss/custom.scss */
div.moduletable.contatti {
  margin: 0 auto;
  max-width: 60rem;
}
/* line 440, templates/g5_hydrogen/custom/scss/custom.scss */
div.jsn-text-center {
  display: none;
}
/* line 441, templates/g5_hydrogen/custom/scss/custom.scss */
div.control-group.static_content_23644973717_10_28 * {
  font-size: 0.85rem;
}
/* line 442, templates/g5_hydrogen/custom/scss/custom.scss */
.jsn-input-xlarge-fluid {
  width: 98% !important;
}
/* line 443, templates/g5_hydrogen/custom/scss/custom.scss */
.jsn-bootstrap .jsn-form-content .control-group .controls input {
  margin-bottom: 0;
}
/* line 444, templates/g5_hydrogen/custom/scss/custom.scss */
.btn-success.jsn-form-submit {
  padding: 1rem 1.75rem;
  font-size: 1.4rem;
}
/* line 446, templates/g5_hydrogen/custom/scss/custom.scss */
div#submissions-list {
  max-width: 75rem;
  margin: 2rem auto;
}
/* line 448, templates/g5_hydrogen/custom/scss/custom.scss */
div.itp-social-buttons-box {
  margin: 1rem 0;
}
/* line 451, templates/g5_hydrogen/custom/scss/custom.scss */
.g-social a {
  background: none;
  border: none;
  color: #fff;
  padding: 0rem;
  padding-right: 0.25rem;
}
/* line 453, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #009f2d;
}
/* line 454, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #666;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0.75rem 1rem;
}
/* line 455, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
  color: #fff;
}
/* line 456, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff !important;
}
/* line 457, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel .g-selected > li > .g-menu-item-container:hover {
  color: #fff !important;
}
/* line 462, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation.headroom--not-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10001;
  left: 0;
}
/* line 464, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-toggle.headroom--not-top {
  position: fixed;
  z-index: 10002;
  width: 100%;
}
/* line 466, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 466, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-open #g-navigation.headroom--not-top {
  left: 17rem;
}
/* line 467, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-open .g-offcanvas-toggle.headroom--not-top {
  left: 17.7rem;
}
/* line 469, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-toggle {
  background: #009f2d;
  padding: 0.5rem;
  color: #fff;
}
/* line 470, templates/g5_hydrogen/custom/scss/custom.scss */
li.g-menu-item {
  line-height: 200%;
}
/* line 472, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-toggle {
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 8px #000;
}
/* line 473, templates/g5_hydrogen/custom/scss/custom.scss */
.g-offcanvas-toggle::after {
  content: " Impresa Mattei";
  font-weight: bold;
}
/* line 475, templates/g5_hydrogen/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
/* line 476, templates/g5_hydrogen/custom/scss/custom.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container:hover {
  color: #fff;
}
/* line 477, templates/g5_hydrogen/custom/scss/custom.scss */
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
  opacity: 0.9;
  color: #fff;
}
@media only screen and (max-width: 1920px) {
  /* line 492, templates/g5_hydrogen/custom/scss/custom.scss */
  div.itemContainer.azienda {
    float: left;
    display: inline-block !important;
    width: 50% !important;
  }
  /* line 493, templates/g5_hydrogen/custom/scss/custom.scss */
  div.itemList.azienda div.clearfix::after {
    clear: both;
  }
  /* line 494, templates/g5_hydrogen/custom/scss/custom.scss */
  div.catItemImageBlock.azienda {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  /* line 496, templates/g5_hydrogen/custom/scss/custom.scss */
  .home.portoflio ul li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1440px) {
  /* line 501, templates/g5_hydrogen/custom/scss/custom.scss */
  figure.effect-goliath p {
    font-size: 1rem !important;
  }
  /* line 503, templates/g5_hydrogen/custom/scss/custom.scss */
  div.itemContainer.azienda {
    float: left;
    display: inline-block !important;
    width: 50% !important;
  }
  /* line 504, templates/g5_hydrogen/custom/scss/custom.scss */
  div.catItemImageBlock.azienda {
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 509, templates/g5_hydrogen/custom/scss/custom.scss */
  div.g-block.bannerhome {
    width: 50%;
    flex: 0 50%;
  }
  /* line 511, templates/g5_hydrogen/custom/scss/custom.scss */
  .home.portoflio ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 518, templates/g5_hydrogen/custom/scss/custom.scss */
  div.g-block.bannerhome {
    width: 50%;
    flex: 0 50%;
  }
  /* line 519, templates/g5_hydrogen/custom/scss/custom.scss */
  #favglyph-box1, #favglyph-box2, #favglyph-box3, #favglyph-box4, #favglyph-box5, #favglyph-box6 {
    width: 100%;
  }
  /* line 520, templates/g5_hydrogen/custom/scss/custom.scss */
  div[id^="favglyph-icon"] i {
    font-size: 3rem !important;
  }
  /* line 521, templates/g5_hydrogen/custom/scss/custom.scss */
  div#k2Container {
    padding: 0.5rem 1rem;
  }
  /* line 522, templates/g5_hydrogen/custom/scss/custom.scss */
  div.itemFullText {
    text-align: justify;
  }
  /* line 524, templates/g5_hydrogen/custom/scss/custom.scss */
  h1, h2, h3 {
    font-size: 150% !important;
  }
}
@media only screen and (max-width: 900px) {
  /* line 529, templates/g5_hydrogen/custom/scss/custom.scss */
  div.subCategoryContainer, div.itemContainer {
    width: 100% !important;
    float: none;
    padding: 0.75rem !important;
  }
  /* line 531, templates/g5_hydrogen/custom/scss/custom.scss */
  h1, h2, h3, h4, h5, h6 {
    font-size: 150% !important;
  }
  /* line 533, templates/g5_hydrogen/custom/scss/custom.scss */
  div.itemContainer.azienda {
    float: left;
    display: inline-block !important;
    width: 100% !important;
  }
  /* line 534, templates/g5_hydrogen/custom/scss/custom.scss */
  div.catItemImageBlock.azienda {
    min-height: 0px;
    max-height: 400px;
    overflow: hidden;
  }
  /* line 536, templates/g5_hydrogen/custom/scss/custom.scss */
  div.subCategoryContainer.opere {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 542, templates/g5_hydrogen/custom/scss/custom.scss */
  #favglyph-box1, #favglyph-box2, #favglyph-box3, #favglyph-box4, #favglyph-box5, #favglyph-box6 {
    width: 100%;
  }
  /* line 543, templates/g5_hydrogen/custom/scss/custom.scss */
  div[id^="favglyph-icon"] i {
    font-size: 3rem !important;
  }
  /* line 544, templates/g5_hydrogen/custom/scss/custom.scss */
  ul.nav.menu.menu-footer {
    text-align: left;
  }
  /* line 546, templates/g5_hydrogen/custom/scss/custom.scss */
  .subCategoryImage, .catItemImageBlock, .itemImageBlock {
    float: none !important;
    text-align: center;
    margin: 0 0 1rem 0 !important;
    display: block !important;
  }
  /* line 548, templates/g5_hydrogen/custom/scss/custom.scss */
  div.subCategoryContainer.opere {
    width: 100% !important;
    padding: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  /* line 553, templates/g5_hydrogen/custom/scss/custom.scss */
  div.g-block.bannerhome {
    width: 100%;
    flex: 0 100%;
  }
  /* line 554, templates/g5_hydrogen/custom/scss/custom.scss */
  div[id^="favglyph-icon"] i {
    font-size: 2rem !important;
  }
  /* line 555, templates/g5_hydrogen/custom/scss/custom.scss */
  .home.portoflio ul li {
    width: 100%;
  }
  /* line 557, templates/g5_hydrogen/custom/scss/custom.scss */
  h1, h2, h3, h4, h5, h6 {
    font-size: 130% !important;
  }
  /* line 559, templates/g5_hydrogen/custom/scss/custom.scss */
  li.sigProThumb {
    display: none !important;
  }
  /* line 560, templates/g5_hydrogen/custom/scss/custom.scss */
  li.sigProThumb:first-child {
    display: inline-block !important;
  }
}
