@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700';
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:active {
  color: #333;
}
a,
a:focus {
  outline: none;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: white;
  opacity: 1 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: white;
  opacity: 1 !important;
}
/* ==========================================================================
   Custom styles
   ========================================================================== */
html,
body {
  width: 100%;
  height: 100%;
}
html * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* http://stackoverflow.com/questions/9009377/ios-dark-gray-box-active-style */
/*** Varie ***/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.ps {
  position: static;
}
.pf {
  position: fixed;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tuc {
  text-transform: uppercase;
}
.tul {
  text-decoration: underline;
}
.oh {
  overflow: hidden;
}
.vam {
  vertical-align: middle;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*@import "components.less";*/
/*** DIV con background come sfondo ***/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*** Fonts ***/
/*** Colori ***/
body {
  background: #f0f0f0;
}
/*** Contenitori generici ***/
.centercol {
  max-width: 1440px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.innercol {
  padding: 0 80px;
  position: relative;
}
h1 {
  margin: 0;
  font: bold 75px 'Roboto Slab', serif;
  color: white;
}
.innercol h2 {
  font: bold 17px 'Roboto Slab', serif;
  color: #616161;
  margin: 0;
}
h2 {
  font: bold 21px 'Roboto Slab', serif;
  color: white;
  margin: 0;
}
h3 {
  margin: 0;
  font: bold 23px 'Roboto Slab', serif;
  color: white;
}
#header-breakpoint {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 0;
}
/*** Header ***/
#header {
  position: relative;
  z-index: 10;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 80px;
  transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -webkit-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
}
#header.fixed .header-content {
  height: 80px;
  margin-top: -80px;
}
#header.fixed .search-toggle {
  width: 100px;
}
#header.fixed .logo-wrap .logo-main {
  display: none;
}
#header.fixed .logo-wrap .logo-scroll {
  display: block;
}
#header .header-content {
  position: relative;
  z-index: 20;
  height: 120px;
  background: #fed91f url("../img_layout/header-bg.png") no-repeat right center;
  text-align: center;
}
#header .menu-toggle {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -17px;
  display: block;
  width: 41px;
  height: 34px;
  background: url("../img_layout/ico-menu-toggle.png") no-repeat;
}
.menu-open #header .menu-toggle {
  background-position: 0 -34px;
}
#header h2 {
  position: absolute;
  top: 0;
  left: 140px;
}
#header .search-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 150px;
  background: #fed91f url("../img_layout/ico-search.png") no-repeat center center;
}
#header .logo-wrap {
  display: inline-block;
  font-size: 0;
  max-height: 100%;
}
#header .logo-wrap .logo-scroll {
  display: none;
}
#header .search-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  margin-top: -90px;
  /* height: 90px;
  padding: 0 10%; */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fed91f;
  border-top: 1px solid #fbf24f;
  /* background-image: linear-gradient(right, #fed91f 0%, #fbf24f 100%);
  background-image: -o-linear-gradient(right, #fed91f 0%, #fbf24f 100%);
  background-image: -moz-linear-gradient(right, #fed91f 0%, #fbf24f 100%);
  background-image: -webkit-linear-gradient(right, #fed91f 0%, #fbf24f 100%);
  background-image: -ms-linear-gradient(right, #fed91f 0%, #fbf24f 100%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fed91f), color-stop(0.5, #fbf24f));
  background: -ms-linear-gradient(left, #fbf24f 0%, #fed91f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed91f', endColorstr='#fbf24f',GradientType=1); */
  transition: margin 100ms ease-out;
  -moz-transition: margin 100ms ease-out;
  -webkit-transition: margin 100ms ease-out;
  -o-transition: margin 100ms ease-out;
}
#header .search-wrap .vcenter {
  overflow: hidden;
}
.menu-open #header .search-wrap {
  background: none;
}
#header .search-wrap.fixed {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  margin-top: 0;
  height: auto;
  position: relative;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .search-wrap.fixed input {
  display: none;
}
#header .search-wrap.fixed .search-summary {
  display: block;
  text-align: right;
  float: left;
  width: 100%;
  max-width: calc(100% - 150px);
  /*padding-right: 200px; .pr;*/
}
#header .search-wrap.fixed .search-summary .search-term {
  float: left;
  width: calc(100% - 180px);
  text-align: left;
}
#header .search-wrap.fixed .search-summary .label {
  display: inline-block;
  font: bold 21px 'Roboto Slab', serif;
  color: white;
  vertical-align: middle;
  margin-right: 10px;
}
#header .search-wrap.fixed .search-summary .search-value {
  font: 35px/1 'Open Sans', sans-serif;
  color: white;
  vertical-align: middle;
  display: inline-block;
}
#header .search-wrap.fixed .search-summary .results {
  /*position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  text-align: right;*/
}
#header .search-wrap.fixed .search-summary .results .results-count {
  font: 21px 'Roboto Slab', serif;
  color: white;
}
#header .search-wrap.fixed .search-summary .results .close {
  margin-right: 10px;
}
#header .search-wrap.fixed .search-summary .results .close img {
  vertical-align: middle;
}
/*qui*/
#header .search-wrap .advanced-search-toggle {
  font: 16px 'Roboto Slab', serif;
  color: #009d5a;
  margin-top: 5px;
  float: right;
}
#header .search-wrap .advanced-search-toggle:hover {
  text-decoration: underline;
}
/*qui*/

#header .search-wrap.open {
  margin-top: 0;
}
#header .search-wrap input {
  background: none;
  border: 0;
  width: 100%;
  max-width: calc(100% - 150px);
  font: 35px/1 'Open Sans', sans-serif;
  color: white;
  outline: none;
  vertical-align: middle;
}
#header .search-wrap .search-summary {
  display: none;
}
#header .advanced-search {
  float: left;
  width: 100%;
  background: #009d5a;
  padding: 35px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
#header .advanced-search .label {
  position: absolute;
  left: 0;
  top: 5px;
  font: 21px 'Roboto Slab', serif;
  color: white;
}
#header .advanced-search .filters-wrap {
  padding: 0 50px 0 200px;
  position: relative;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header .advanced-search .filters-wrap .select-wrap {
  float: left;
  width: 33.33%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#header .advanced-search .search-start {
  position: absolute;
  right: 0;
  top: 0;
  font: 16px/50px 'Roboto Slab', serif;
  color: white;
}
#header .advanced-search .search-start:hover {
  text-decoration: underline;
}
#header .advanced-search .search-start img {
  display: block;
}
/*** Footer ***/
#footer {
  background: white;
  position: relative;
}
#footer .topbar {
  text-align: center;
  height: 100px;
  background: #fbf24f url("../img_layout/footer-bg.png") no-repeat center center;
}
#footer .topbar h2 {
  display: inline-block;
}
#footer .topbar * {
  vertical-align: middle;
}
#footer .topbar img {
  margin-right: 20px;
}
#footer .social-stream {
  overflow: hidden;
  padding: 0 40px;
}
#footer .social-stream .stream {
  width: 50%;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #f0f0f0;
}
#footer .social-stream .stream:first-child {
  border: 0;
}
#footer .bottombar {
  background: #fed91f;
  font: 13px 'Open Sans', sans-serif;
  color: white;
  text-align: center;
  padding: 15px 0;
}
/*** Menu principale ***/
.mainmenu {
  overflow: auto;
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 157, 90, 0.95);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainmenu .columns {
  overflow: hidden;
  padding: 60px;
}
.mainmenu .col {
  float: left;
  width: 33.33%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.mainmenu .col.col-double {
  width: 50%;
  overflow: hidden;
}
.mainmenu .col.col-double .accordion-content {
  margin-left: -10px;
  overflow: hidden;
}
.mainmenu .col.col-double ul {
  float: left;
  width: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.mainmenu .title {
  margin-bottom: 30px;
}
.mainmenu .title a {
  font: bold 21px 'Roboto Slab', serif;
  color: white;
}
.mainmenu .title a:hover {
  text-decoration: none;
}
.mainmenu li {
  margin-top: 20px;
}
.mainmenu li:first-child {
  margin-top: 0;
}
.mainmenu a {
  font: 16px 'Open Sans', sans-serif;
  color: white;
}
.mainmenu a:hover {
  text-decoration: underline;
}
body.menu-open {
  overflow: hidden;
}
/*** Federazione ***/
.federazione {
  background: #007946;
  text-align: center;
  padding: 30px 25px;
}
.federazione .federazione-inner {
  display: inline-block;
}
.federazione .text {
  font: 14px 'Open Sans', sans-serif;
  color: white;
  float: left;
  text-align: left;
  max-width: 420px;
}
.federazione .text span {
  font: bold 18px 'Roboto Slab', serif;
  margin-right: 10px;
}
.federazione .select-wrap {
  float: left;
  margin-left: 30px;
}
.federazione-result {
  display: none;
}
.federazione-result .row-highlight .col {
  min-height: 350px;
  position: relative;
}
.federazione-result .federazione-result-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 29px;
  height: 29px;
  background: url("../img_layout/ico-close-green.png") no-repeat;
}
/* #fedSite a{
  text-decoration: underline;
} */
/*** Sedi locali ***/
.sedi-locali {
  background: #007946;
  text-align: center;
  padding: 30px 25px;
}
.sedi-locali .sedi-locali-inner {
  display: inline-block;
}
.sedi-locali .text {
  font: 14px 'Open Sans', sans-serif;
  color: white;
  float: left;
  text-align: left;
  max-width: 420px;
}
.sedi-locali .text span {
  font: bold 18px 'Roboto Slab', serif;
  margin-right: 10px;
}
.sedi-locali .select-wrap {
  float: left;
  margin-left: 30px;
}
.sedi-locali-result {
  display: none;
}
.sedi-locali-result .row-highlight .col {
  min-height: 350px;
  position: relative;
}
.sedi-locali-result .sedi-locali-result-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 29px;
  height: 29px;
  background: url("../img_layout/ico-close-green.png") no-repeat;
}
/*** Chosen ***/
.mobile .select-wrap {
  background: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  float: none;
  width: 100%;
  text-align: left;
  margin: 0 0 10px !important;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile .select-wrap select {
  width: 100%;
  padding: 0 10px;
  font: italic 18px/40px 'Roboto Slab', serif;
  color: #9a9a9a;
  padding-right: 60px;
  background: transparent url("../img_layout/select-toggle.png") no-repeat 95% center;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.select-wrap .chosen-container {
  width: 100% !important;
  min-width: 240px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.select-wrap .chosen-container.chosen-with-drop .chosen-single div b:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.select-wrap .chosen-container .chosen-single {
  background: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  box-shadow: none;
  font: italic 18px/40px 'Roboto Slab', serif;
  color: #9a9a9a;
  border: 0 none;
  padding: 0;
}
.select-wrap .chosen-container .chosen-single span {
  background: white;
  margin-right: 50px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding-left: 20px;
  padding-right: 5px;
}
.select-wrap .chosen-container .chosen-single div {
  width: 50px;
}
.select-wrap .chosen-container .chosen-single div b {
  background: white;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrap .chosen-container .chosen-single div b:after {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url("../img_layout/select-toggle.png") no-repeat;
  margin-top: 5px;
}
.select-wrap .chosen-container-active.chosen-with-drop .chosen-single span {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-width: 0;
}
.select-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-width: 0;
}
.select-wrap .chosen-results li.highlighted {
  background: #009d5a;
}
.select-wrap .chosen-drop {
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 0;
  padding: 0 5px 10px;
}
/*** Pulsanti ***/
.buttons-wrap {
  font-size: 0;
}
.buttons-wrap .button {
  display: inline-block;
  min-width: 150px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font: bold 13px 'Open Sans', sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  padding: 12px 30px;
  background: #fed91f;
}
.buttons-wrap .skin-lime {
  background: #b3d04c;
}
.buttons-wrap .skin-green {
  background: #009d5a;
}
/*** Stream eventi ***/
.stream-events {
  padding: 35px;
}
.stream-events .title {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.stream-events li {
  margin-top: 30px;
}
.stream-events li:first-child {
  margin-top: 0;
}
.stream-events .evt-title {
  display: block;
  font: bold 15px 'Roboto Slab', serif;
  text-transform: uppercase;
  color: black;
}
.stream-events .evt-date {
  display: block;
  font: bold 15px 'Roboto Slab', serif;
  color: #616161;
}
.stream-events p {
  font: 15px 'Roboto Slab', serif;
  color: #9a9a9a;
  margin: 0;
}
.stream-events .evt-cta {
  font: bold 13px 'Roboto Slab', serif;
  color: #b3d04c;
  display: inline-block;
  margin-top: 5px;
}
.stream-events .buttons-wrap {
  margin-top: 25px;
}
/*** Customizzazioni swiper ***/
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: white;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #009d5a;
}
/*** Slider principale ***/
.mainslider-wrap {
  overflow: hidden;
  position: relative;
}
.mainslider {
  max-width: 75%;
  float: left;
}
.mainslider .swiper-slide {
  min-height: 490px;
}
.mainslider .box {
  width: auto;
  float: none;
  margin-bottom: 0;
  max-width: 500px;
  margin-left: 80px;
}
.mainslider .box .box-inner {
  margin-left: 0;
  height: auto;
  padding: 30px 40px;
}
.mainslider .box .type {
  color: #b3d04c;
}
.mainslider .box .area a {
  color: #829e20;
}
.mainslider .box .title {
  color: #616161;
  font-size: 35px;
}
.mainslider .box .text {
  color: #9a9a9a;
}
.mainslider .box .buttons-wrap {
  margin-top: 20px;
}
.mainslider .box.skin-green .box-inner {
  background-color: rgba(0, 157, 90, 0.8);
}
.mainslider .box.skin-green .type {
  color: white;
}
.mainslider .box.skin-green .area a {
  color: white;
}
.mainslider .box.skin-green .title {
  color: white;
}
.slider-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: #efcd21;
  z-index: 2;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px;
}
.slider-banner h3 {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 15px;
}
.slider-banner h3 span {
  display: block;
  font-size: 70px;
}
.slider-banner h5 {
  font: 18px 'Open Sans', sans-serif;
  color: white;
  margin: 15px 0 40px;
}
.slider-banner img {
  display: inline-block;
  max-width: 100%;
}
/*** Visual ***/
.visual {
  text-align: center;
  padding: 60px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.visual.txt-dark h1,
.visual.txt-dark h3,
.visual.txt-dark .filters .label {
  color: black;
}
.visual .filters {
  display: inline-block;
  margin-top: 20px;
}
.visual .filters .label {
  display: inline-block;
  font: bold 21px 'Roboto Slab', serif;
  color: white;
  margin-right: 10px;
}
.visual .filters .select-wrap {
  display: inline-block;
  margin-left: 20px;
}
.visual .filters .select-wrap:first-child {
  margin-left: 0;
}
.visual .evt-filter-type {
  display: inline-block;
  font-size: 0;
}
.visual .evt-filter-type li {
  display: inline-block;
  border-right: 2px solid #009d5a;
  padding: 0 20px;
}
.visual .evt-filter-type a {
  font: bold 18px/1 'Roboto Slab', serif;
  color: #009d5a;
}
.visual .evt-filter-type a.disabled {
  color: white;
  pointer-events: none;
}
/*** Page types ***/
.page {
  /*overflow: hidden;*/
}
.page.spaced {
  padding-top: 140px;
}
.page-sidebar {
  overflow: hidden;
}
.page-sidebar .box-wrap {
  width: 75%;
  float: left;
}
.page-sidebar .box {
  width: 33.33%;
}
.page-sidebar .box-video {
  width: 66.66%;
}
.page-sidebar .box-double {
  width: 66.66%;
}
.page-sidebar .page-content {
  width: 75%;
  float: left;
}
.page-detail .visual {
  text-align: left;
}
.page-detail h1 {
  font-size: 40px;
  line-height: 1.1em;
}
.page-sidebar .page-content .page-content-inner {
  margin-right: 25px;
}
.page-content {
  margin: 30px 0;
}
.page-content .page-content-inner {
  background: white;
  /*margin-right: 25px;*/
  padding: 50px 0;
}
.page-sondaggi .grid {
  margin: 30px 0;
}
.page-sondaggi .grid-sizer,
.page-sondaggi .grid-item {
  width: 25%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-sondaggi .grid-item {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 20px;
}
.page-sondaggi .grid-item .grid-item-inner {
  background: white;
  padding: 30px;
  min-height: 315px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-sondaggi h3 {
  font: bold 16px/1 'Roboto Slab', serif;
  color: #bea80e;
  margin: 0 0 10px;
}
.page-sondaggi .title {
  line-height: 1.2em;
}
.page-sondaggi li {
  font: 13px 'Open Sans', sans-serif;
  color: #9a9a9a;
  margin-top: 10px;
}
.page-sondaggi li:first-child {
  margin-top: 0;
}
.page-sondaggi li .result {
  display: inline-block;
  width: 35px;
  color: #bea80e;
  font-weight: bold;
}
/*** Breadcrumbs ***/
.breadcrumbs {
  margin-bottom: 30px;
  font: 11px 'Open Sans', sans-serif;
  color: #616161;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.breadcrumbs a {
  color: #616161;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
/*** Page components ***/
.categories {
  font: bold 18px 'Roboto Slab', serif;
  color: white;
  margin-bottom: 15px;
}
.categories a {
  color: white;
}
.categories a:hover {
  text-decoration: underline;
}
.date {
  font: bold 15px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.title {
  font: bold 21px 'Roboto Slab', serif;
  color: #616161;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.text {
  font: 14px/1.8em 'Open Sans', sans-serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
}
.text img {
  display: block;
  max-width: 100%;
}
.highlight {
  font: bold 21px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  display: block;
  margin: 20px 0;
}
.tags {
  overflow: hidden;
  margin-top: 20px;
  font-size: 0;
}
.tags ul {
  margin-left: -10px;
}
.tags li {
  display: inline-block;
  margin: 0 0 10px 10px;
}
.tags a {
  display: block;
  padding: 10px 15px;
  font: bold 12px 'Open Sans', sans-serif;
  color: #616161;
  border: 5px solid rgba(154, 154, 154, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-share {
  text-align: center;
  margin-top: 30px;
}
.social-share .label {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
  display: block;
  margin-bottom: 10px;
}
.social-share a {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
.social-share-fixed {
  position: fixed;
  margin-left: -60px;
}
.social-share-fixed.anchored {
  position: absolute;
  bottom: 0;
}
.social-share-fixed li {
  margin-top: 10px;
}
.social-share-fixed li:first-child {
  margin-top: 0;
}
.social-share-fixed a {
  display: block;
  font-size: 0;
}
.social-share-limit span {
  display: block;
  width: 100px;
  position: fixed;
}
.video-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
}
.video-wrap .play {
  display: block;
  width: 65px;
  height: 65px;
  background: url("../img_layout/ico-play.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  z-index: 2;
}
/*** Box ***/
.box-wrap {
  overflow: hidden;
  margin-left: -20px;
  padding: 30px 0;
}
.box-wrap .load-more-wrap {
  clear: both;
  text-align: center;
  padding-top: 50px;
}
.box {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.box .box-inner {
  margin-left: 20px;
  background-color: white;
  height: 315px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 35px 35px 55px;
}
.box .type {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
}
.box .area {
  font: bold 15px 'Roboto Slab', serif;
  color: #829e20;
}
.box .area a {
  font: bold 15px 'Roboto Slab', serif;
  color: #829e20;
}
.box .area a:hover {
  text-decoration: underline;
}
.box .title {
  font: bold 21px 'Roboto Slab', serif;
  color: #616161;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.box .text {
  font: 13px 'Roboto Slab', serif;
  color: #9a9a9a;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.box .cta-wrap {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.box .cta-wrap .cta {
  font: bold 15px 'Roboto Slab', serif;
  color: #b3d04c;
}
.box .cta-wrap .cta:hover {
  text-decoration: underline;
}
.box.skin-green .box-inner {
  background-color: #009d5a;
}
.box.skin-green .type {
  color: #fed91f;
}
.box.skin-green .area a {
  color: #bea80e;
}
.box.skin-green .title {
  color: white;
}
.box.skin-green .text {
  color: white;
}
.box-video {
  width: 50%;
  min-height: 0;
}
.box-video .box-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 50%;
}
.box-video .buttons-wrap {
  margin-top: 20px;
}
.box-video .title {
  color: white;
}
.box-video .text {
  color: white;
}
.box-banner a {
  display: block;
}
.box-banner {
  text-align: center;
}
.box-banner.skin-green .text {
  color: white;
}
.box-banner.skin-green .box-inner {
  outline: 3px solid rgba(179, 208, 76, 0.8);
}
.box-banner.skin-green .button {
  background: #b3d04c;
}
.box-banner h3 {
  font-size: 26px;
}
.box-banner .box-inner {
  outline: 0px solid rgba(254, 217, 31, 0.8) !important; 
  outline-offset: -20px;
  padding: 40px;
}
.box-banner .title {
  font: bold 21px 'Roboto Slab', serif;
  color: white;
}
.box-banner .text {
  font: 13px 'Open Sans', sans-serif;
  color: #333333;
}
.box-banner .buttons-wrap {
  margin-top: 15px;
}
.box-slider {
  display: none;
}
.box-slider .swiper-slide {
  height: 315px;
}
.box-slider a {
  display: block;
  width: 100%;
  height: 100%;
}
.box-double {
  width: 50%;
  font-size: 0;
  height: 315px;
}
.box-double .box-inner {
  width: calc(50% - 20px);
  display: inline-block;
}
.box-double .box-img {
  display: inline-block;
  width: 50%;
  height: 315px;
  vertical-align: top;
}
.box-double.box-inverted {
  text-align: right;
}
.box-double.box-inverted .box-inner {
  margin: 0;
  text-align: left;
}
/*** Sidebar ***/
.sidebar {
  width: 25%;
  float: right;
  padding: 30px 0;
}
.sidebar .row-title {
  font: bold 21px 'Roboto Slab', serif;
  color: black;
  margin: 45px 0 25px;
}
.sidebar .row-title:first-child {
  margin-top: 0;
}
.sidebar .item {
  margin-top: 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 315px;
}
.sidebar .item:first-child {
  margin: 0;
}
.sidebar .item.skin-yellow {
  background: #efcd21;
  outline-color: #95324d;
}
div.banner {
	outline: 0px solid rgba(254, 217, 31, 0.8) !important;
  
}
.sidebar .item-banner {
  text-align: center;
  outline: 0px solid rgba(254, 217, 31, 0.8) !important;
  outline-offset: -20px;
  padding: 40px;
}
.sidebar .item-banner .title {
  font: bold 21px 'Roboto Slab', serif;
  color: white;
}
.sidebar .item-banner .text {
  font: 13px 'Open Sans', sans-serif;
  color: #333333;
}
.sidebar .item-banner .buttons-wrap {
  margin-top: 15px;
}
.sidebar .item-slider .swiper-slide {
  min-height: 315px;
  height: auto;
}
.sidebar .item-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar .item-search .row-title {
  margin: 10px 0;
}
.sidebar .item-search .buttons-wrap {
  margin-top: 20px;
}
.sidebar .item-meteo {
  background: white;
  padding: 20px;
}
.sidebar .item-meteo h3 {
  margin-top: 0;
}
.sidebar .item-meteo .location {
  font: bold 21px 'Roboto Slab', serif;
  color: black;
  margin-top: 10px;
}
.sidebar .item-meteo .date {
  font: bold 14px 'Roboto Slab', serif;
  color: #333333;
}
.sidebar .item-meteo .input-wrap {
  padding: 0 50px 0 20px;
  background: #f0f0f0;
  position: relative;
  height: 50px;
}
.sidebar .item-meteo .input-wrap ::-webkit-input-placeholder {
  color: #9a9a9a;
}
.sidebar .item-meteo .input-wrap :-moz-placeholder {
  color: #9a9a9a;
}
.sidebar .item-meteo .input-wrap ::-moz-placeholder {
  color: #9a9a9a;
}
.sidebar .item-meteo .input-wrap :-ms-input-placeholder {
  color: #9a9a9a;
}
.sidebar .item-meteo .input-wrap input {
  border: 0;
  padding: 5px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font: 13px 'Open Sans', sans-serif;
  color: #333333;
  background: none;
}
.sidebar .item-meteo .input-wrap .search-location {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -17px;
}
.sidebar .item-meteo ul li {
  margin-top: 15px;
}
.sidebar .item-meteo ul li img {
  margin-right: 20px;
  vertical-align: middle;
}
.sidebar h3 {
  font: bold 16px 'Roboto Slab', serif;
  color: #bea80e;
  margin: 10px 0;
}
.sidebar .box {
  width: 100%;
}
.sidebar .box .box-inner {
  margin-left: 0;
}
.item-survey .row-title {
  margin-top: 10px;
}
.item-survey li {
  margin-bottom: 15px;
}
.item-survey li a {
  font: 13px 'Open Sans', sans-serif;
  color: #9a9a9a;
}
.item-survey li a:hover {
  text-decoration: underline;
}
.item-survey li a.selected {
  color: #009d5a;
}
.item-survey .previous-survey {
  font: 13px 'Open Sans', sans-serif;
  color: #616161;
  margin-top: 20px;
}
.item-survey .previous-survey a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
/*** Risultato ricerca ***/
.search-slider {
  margin: 30px 0;
}
.search-slider h3 {
  color: #b3d04c;
}
.search-slider .box-wrap {
  padding: 0;
}
.search-slider .swiper-container {
  padding-top: 30px;
}
.search-slider .swiper-pagination {
  top: 0;
  right: 0;
  width: auto;
  bottom: auto;
  left: auto;
}
.search-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #b3d04c;
}
/*** Ricerca vuota ***/
.empty-search {
  padding: 80px 10px 200px;
  text-align: center;
  font: 35px 'Open Sans', sans-serif;
  color: #333;
}
/*** Pagina 404 ***/
.empty-404 {
  padding: 80px 10px 200px;
  text-align: center;
  font: 35px 'Open Sans', sans-serif;
  color: #333;
}
/*** Tabs ***/
.tabs-wrap {
  overflow: hidden;
}
.tabs-wrap .tabs-header {
  text-align: center;
}
.tabs-wrap .tabs-header ul {
  display: inline-block;
}
.tabs-wrap .tabs-header ul li {
  float: left;
  border-left: 2px solid #b3d04c;
  padding: 0 10px;
}
.tabs-wrap .tabs-header ul li:first-child {
  border-left: 0;
}
.tabs-wrap .tabs-header a {
  font: 21px/1 'Roboto Slab', serif;
  color: #9a9a9a;
}
.tabs-wrap .tabs-header a:hover {
  text-decoration: underline;
}
.tabs-wrap .tabs-header a.selected {
  color: #b3d04c;
  font-weight: bold;
}
.tabs-wrap .tab {
  padding: 70px 0;
  overflow: hidden;
  display: none;
}
.tabs-wrap .tab.open {
  display: block;
}
.tabs-wrap .tab .img-wrap {
  float: left;
  width: 30%;
}
.tabs-wrap .tab .img-wrap img {
  display: block;
  max-width: 100%;
}
.tabs-wrap .tab .tab-content {
  float: left;
  width: 70%;
  padding-left: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-wrap .tab .tab-content.fullwidth {
  width: 100%;
  padding-left: 0;
}
.tabs-wrap .cta-wrap {
  margin-top: 70px;
}
.tabs-wrap .cta-wrap a {
  font: bold 18px 'Roboto Slab', serif;
  color: #333333;
}
.tabs-wrap .cta-wrap a img {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.tabs-wrap .text {
  color: #333333;
}
/*** Righe con colonna in evidenza gialla ***/
.row-highlight {
  overflow: hidden;
}
.row-highlight:first-child {
  margin-bottom: 70px;
}
.row-highlight .text {
  color: #333333;
}
.row-highlight .col {
  float: left;
  width: 50%;
  padding: 20px 70px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
.row-highlight .col-fullwidth {
  padding: 0;
}
.row-highlight iframe {
  width: 100%;
  height: 100%;
}
.row-highlight .col-highlight {
  background: #fed91f;
  padding: 100px 70px;
}
.row-highlight .col-highlight a {
  color: white;
}
.row-highlight .col-highlight .title {
  font: bold 75px/1 'Roboto Slab', serif;
  color: #333333;
}
.row-highlight .col-highlight .text {
  font: bold 23px 'Roboto Slab', serif;
}
.row-highlight .col-highlight .cta-wrap {
  margin-top: 40px;
}
.row-highlight .col-highlight .cta-wrap a {
  color: white;
}
.row-highlight .cta-wrap {
  margin-top: 40px;
}
.row-highlight .cta-wrap a {
  font: bold 18px 'Roboto Slab', serif;
  color: #333333;
}
.row-highlight .cta-wrap a img {
  vertical-align: middle;
  margin-left: 10px;
}
.row-highlight .cta-wrap a.attachment img {
  margin-right: 10px;
  margin-left: 0;
}
/*** Slider organismi ***/
.slider-organismi {
  padding-top: 50px;
  text-align: center;
}
.slider-organismi h3 {
  color: #b3d04c;
  text-align: center;
  margin-bottom: 40px;
}
.slider-organismi .swiper-container {
  padding-bottom: 50px;
}
.slider-organismi .swiper-slide {
  width: 12.5%;
  text-align: center;
  padding: 0 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-organismi .swiper-pagination-bullet {
  background: #f0f0f0;
}
.slider-organismi .swiper-pagination-bullet-active {
  background: #b3d04c;
}
.slider-organismi img {
  display: inline-block;
  max-width: 100%;
}
.slider-organismi hr {
  display: inline-block;
  width: 50%;
  height: 1px;
  border: none;
  background: #b3d04c;
  margin: 0 auto;
}
/*** Slider società ***/
.slider-societa {
  padding-top: 50px;
}
.slider-societa h3 {
  color: #b3d04c;
  text-align: center;
  margin-bottom: 40px;
}
.slider-societa .swiper-container {
  padding-bottom: 50px;
}
.slider-societa .swiper-slide {
  width: 16.66666667%;
  text-align: center;
  padding: 0 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-societa .swiper-pagination-bullet {
  background: #f0f0f0;
}
.slider-societa .swiper-pagination-bullet-active {
  background: #b3d04c;
}
.slider-societa img {
  display: inline-block;
  max-width: 100%;
}
.page-caf .box .box-inner {
  height: auto;
  min-height: 315px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1440px) {
  .centercol {
    padding: 0 25px;
  }
  .page-sondaggi .grid-sizer,
  .page-sondaggi .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
  h3 {
    font-size: 18px;
  }
  .sidebar {
    display: none;
  }
  #header .header-content {
    height: 100px;
    text-align: right;
  }
  #header .menu-toggle {
    left: 25px;
  }
  #header h2 {
    left: 90px;
    margin-top: -15px;
  }
  #header .search-toggle {
    width: 100px;
  }
  #header .logo-wrap {
    margin-right: 125px;
  }
  #header .logo-wrap img {
    display: block;
    max-height: 80px;
  }
  #header .search-wrap.fixed .search-summary .search-value {
    font-size: 26px;
  }
  #header .search-wrap.fixed .search-summary .results {
    float: none;
    margin-top: -10px;
  }
  #header .search-wrap.fixed .search-summary .advanced-search-toggle {
    float: none;
  }
  #header .advanced-search .label {
    position: static;
    display: block;
    margin-bottom: 20px;
  }
  #header .advanced-search .filters-wrap {
    padding-left: 0;
  }
  .mainmenu {
    top: 100px;
  }
  .mainmenu .columns {
    padding: 25px;
  }
  .page.spaced {
    padding-top: 100px;
  }
  #header-breakpoint {
    top: 100px;
  }
  .page-sidebar .box-wrap {
    width: auto;
	float: none;
  }
  .page-sidebar .box {
    width: 33.33%;
  }
  .page-sidebar .box-video {
    width: 66.66%;
  }
  .page-sidebar .box-double {
    width: 66.66%;
  }
  .box {
    width: 33.33%;
  }
  .box-video {
    width: 66.66%;
  }
  .box-double {
    width: 66.66%;
  }
  .mainslider {
    max-width: none;
    float: none;
  }
  .mainslider .swiper-slide {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 40px;
  }
  .mainslider .box {
    width: auto;
    max-width: 75%;
  }
  .page-sidebar .mainslider .box {
    width: auto;
    max-width: 75%;
  }
  .slider-banner {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    text-align: left;
    overflow: hidden;
  }
  .slider-banner .slider-banner-content {
    float: left;
    max-width: calc(100% - 160px);
  }
  .slider-banner h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .slider-banner h3 span {
    display: inline;
    font-size: 40px;
  }
  .slider-banner h5 {
    font: 18px 'Open Sans', sans-serif;
    color: white;
    margin: 15px 0;
  }
  .slider-banner img {
    display: none;
  }
  .slider-banner .buttons-wrap {
    float: right;
    margin-top: 20px;
  }
  .visual .innercol {
    padding: 0;
  }
  .visual .evt-filter-type {
    display: block;
    margin-bottom: 20px;
  }
  .visual .evt-filter-type li:first-child {
    border-left: 2px solid #009d5a;
  }
  .page-sidebar .page-content,
  .page-content {
    width: 100%;
    float: none;
  }
  .page-sidebar .page-content .page-content-inner,
  .page-content .page-content-inner {
    margin-right: 0;
  }
  .row-highlight .col {
    padding: 20px 30px;
  }
  .row-highlight .col-fullwidth {
    padding: 0;
  }
  .row-highlight .col-highlight {
    background: #fed91f;
    padding: 50px 30px;
  }
  .slider-organismi .swiper-slide {
    width: 20%;
  }
  .slider-societa .swiper-slide {
    width: 25%;
  }
  .federazione {
    padding: 30px 15px;
  }
  .federazione .select-wrap {
    margin-left: 10px;
  }
  .sedi-locali {
    padding: 30px 15px;
  }
  .sedi-locali .select-wrap {
    margin-left: 10px;
  }
  .page-caf .box {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .federazione .text {
    float: none;
    margin-bottom: 20px;
  }
  .federazione .select-wrap {
    float: left;
    margin-left: 0;
    margin-right: 30px;
  }
  .sedi-locali .text {
    float: none;
    margin-bottom: 20px;
  }
  .sedi-locali .select-wrap {
    float: left;
    margin-left: 0;
    margin-right: 30px;
  }
  .page-sidebar .box-wrap {
    width: auto;
  }
  .page-sidebar .box {
    width: 50%;
  }
  .page-sidebar .box-video {
    width: 100%;
  }
  .page-sidebar .box-double {
    width: 100%;
  }
  .box {
    width: 50%;
  }
  .box-video {
    width: 100%;
  }
  .box-double {
    width: 100%;
  }
  #footer .social-stream {
    overflow: hidden;
    padding: 0;
  }
  #footer .social-stream .stream {
    width: 100%;
    float: none;
    border: none;
  }
  #footer .social-stream .stream-tw {
    display: none;
  }
  #footer .social-stream .stream-fb {
    display: none;
  }
  #footer .social-stream .stream-events {
    padding: 35px 0;
  }
  #header .search-wrap.fixed .search-summary {
    /*padding-right: 0;*/
  }
  #header .search-wrap.fixed .search-summary .label {
    display: block;
    margin-right: 0;
  }
  #header .search-wrap.fixed .search-summary .search-value {
    display: block;
  }
  #header .search-wrap.fixed .search-summary .results {
    margin-top: 0;
  }
  #header .advanced-search .filters-wrap {
    padding-right: 0;
  }
  #header .advanced-search .filters-wrap .select-wrap {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #header .advanced-search .search-start {
    position: static;
    float: right;
    margin-right: 10px;
  }
  .tabs-wrap .tabs-header ul li {
    float: none;
    border-left: 0;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .tabs-wrap .tab {
    padding: 50px 0;
  }
  .tabs-wrap .tab .img-wrap {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .tabs-wrap .tab .img-wrap img {
    display: inline-block;
  }
  .tabs-wrap .tab .tab-content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .tabs-wrap .text {
    color: #333333;
  }
  .row-highlight .col {
    float: none;
    width: 100%;
    padding: 40px;
  }
  .row-highlight .col-fullwidth {
    padding: 0;
  }
  .row-highlight .col-highlight {
    padding: 40px;
  }
  .row-highlight .col-highlight a {
    color: white;
  }
  .row-highlight .col-highlight .title {
    font: bold 30px/1 'Roboto Slab', serif;
  }
  .row-highlight .col-highlight .text {
    font: bold 14px 'Roboto Slab', serif;
  }
  .row-highlight .col-highlight .cta-wrap {
    margin-top: 40px;
  }
  .row-highlight .col-highlight .cta-wrap .cta {
    font: bold 14px 'Roboto Slab', serif;
  }
  .row-highlight iframe {
    min-height: 300px;
  }
  .slider-organismi .swiper-slide {
    width: 33.33333333%;
  }
  .slider-societa .swiper-slide {
    width: 33.33333333%;
  }
  .page-sondaggi .grid-sizer,
  .page-sondaggi .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .header-content {
    background-image: none;
    text-align: center;
  }
  #header h2 {
    display: none;
    /*font-size: 16px; max-width: calc(~"100% - 90px - 105px"); .tal;*/
  }
  #header .logo-wrap {
    margin-right: 0;
  }
  #header .search-wrap {
    padding: 10px 0;
  }
  #header .search-wrap .centercol {
    position: relative;
  }
  #header .search-wrap input {
    font: 20px 'Open Sans', sans-serif;
    max-width: none;
  }
  #header .search-wrap.fixed .search-summary {
    text-align: left;
    max-width: none;
  }
  #header .search-wrap.fixed .search-summary .results {
    display: block;
    width: 100%;
    overflow: hidden;
    float: none;
    margin-bottom: 10px;
  }
  #header .search-wrap.fixed .search-summary .results .results-count {
    font-size: 16px;
  }
  #header .search-wrap.fixed .search-summary .results .close {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 25px;
  }
  #header .search-wrap.fixed .search-summary .results .close img {
    max-width: 20px;
  }
  #header .search-wrap.fixed .search-summary .search-term {
    width: 100%;
    margin-bottom: 10px;
  }
  #header .search-wrap.fixed .search-summary .label {
    text-align: center;
    display: block;
    /*margin-top: 10px;*/
    font-size: 16px;
    margin-right: 0;
    text-align: left;
  }
  #header .search-wrap.fixed .search-summary .search-value {
    font-size: 20px;
    max-width: none;
  }
  #header .search-wrap .advanced-search-toggle {
    float: none;
    margin-left: 0;
    font-size: 14px;
    margin-top: 0;
  }
  h1 {
    line-height: 100%;
    margin-bottom: 20px;
  }
  .visual {
    padding: 30px 20px;
  }
  .visual .filters {
    display: block;
  }
  .visual .filters .label {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .visual .evt-filter-type li {
    border: none;
    margin-top: 10px;
    padding: 0;
    display: block;
  }
  .visual .evt-filter-type li:first-child {
    border: none;
    margin-top: 0;
  }
  .mainmenu .col {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .mainmenu .col:first-child {
    margin-top: 0;
  }
  .mainmenu .col.col-double {
    width: 100%;
  }
  .mainmenu .col.col-double .accordion-content {
    margin-left: 0;
  }
  .mainmenu .col.col-double ul {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .mainmenu .title {
    margin-bottom: 0;
  }
  .mainmenu .title a {
    display: block;
  }
  .mainmenu .accordion-content {
    display: none;
  }
  .mainmenu .accordion-content ul {
    margin-top: 20px;
  }
  .page-sidebar .box-wrap,
  .page-search .box-wrap {
    width: 100%;
    margin-left: 0;
  }
  .page-sidebar .box,
  .page-search .box {
    width: 100%;
  }
  .box {
    width: 100%;
  }
  .box .box-inner {
    margin-left: 0;
  }
  .box-video {
    text-align: center;
  }
  .box-video .box-inner {
    padding: 10px;
  }
  .box-video .box-content {
    max-width: none;
    position: static;
    display: inline-block;
    text-align: left;
  }
  .box-video .buttons-wrap {
    margin-top: 20px;
  }
  .box-video .play {
    display: none;
  }
  .box-banner {
    display: none;
  }
  .box-double .box-inner {
    width: 100%;
  }
  .box-double .box-img {
    display: inline-block;
    width: 100%;
  }
  .box-slider {
    display: block;
  }
  .mainslider .box {
    width: 100%;
    max-width: 90% !important;
    margin-left: 5%;
  }
  .mainslider .box .title {
    font-size: 20px;
  }
  .mainslider .box .box-inner {
    padding: 20px;
  }
  .page-sidebar .mainslider .box {
    width: 100%;
    max-width: none;
  }
  #footer {
    text-align: center;
  }
  #footer .topbar {
    background-size: cover;
    padding: 10px 0;
    height: auto;
  }
  #footer .topbar h2 {
    margin-top: 10px;
  }
  .tags {
    text-align: center;
  }
  .innercol {
    padding: 0 20px;
  }
  .social-share-fixed {
    margin-left: -40px;
  }
  .social-share-fixed img {
    display: block;
    max-width: 25px;
  }
  .row-highlight .col {
    padding: 20px;
  }
  .row-highlight .col-fullwidth {
    padding: 0;
  }
  .row-highlight .col-highlight {
    padding: 20px;
  }
  .slider-organismi .swiper-slide {
    width: 100%;
  }
  .slider-societa .swiper-slide {
    width: 100%;
  }
  .page-sondaggi .grid-sizer,
  .page-sondaggi .grid-item {
    width: 100%;
  }
  .slider-banner {
    text-align: center;
  }
  .slider-banner .slider-banner-content {
    float: none;
    max-width: none;
  }
  .slider-banner h3 {
    font-size: 35px;
  }
  .slider-banner h3 span {
    font-size: 35px;
  }
  .slider-banner .buttons-wrap {
    float: none;
    margin-top: 20px;
  }
  .page-caf .box {
    width: 100%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}