html, body, form {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 15px;
  background-color: #eaf1f5;
  color: #000000;
}

a {
  border: 0;
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

div {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #e2061c;
  font-size: 17px;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  border: none;
}

input:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #9da2a5;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9da2a5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9da2a5;
}

:-ms-input-placeholder {
  color: #9da2a5;
}

.floatLeft {
  float: left;
  display: inline;
}

.floatRight {
  float: right;
  display: inline;
}

.opacity {
  background-color: #222222;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#info-cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #9da2a5;
  z-index: 1000;
}

#info-cookies p {
  max-width: 900px;
  margin: 12px auto;
  padding: 0 70px 0 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  color: #ffffff;
}

.cookies-ok {
  width: 40px;
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: -2px;
  margin-right: -60px;
  text-decoration: none;
  height: 21px;
  padding: 0;
  background-color: #ffffff;
  color: #424546;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

#footer-cont {
  width: 100%;
  background-color: #c0c6ca;
  font-size: 16px;
}

#footer-cont a {
  font-style: italic;
}

#foot-sinte {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.green-color {
  color: #32a157 !important;
}

.attivo {
  background-color: #32a157;
  color: #ffffff;
}

.attivo .logo-auth {
  color: #ffffff !important;
}

#ajaxticker1 {
  visibility: visible;
  width: 99%;
  line-height: 30px;
  padding-left: 1%;
  border-top: 2px solid #9da2a5;
  background-color: #c0c6ca;
  color: #424546;
  font-size: 16px;
}

#ajaxticker1 div {
  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
  /*background-color: #FEEEB8;*/
}

#main-container {
  height: 100%;
  position: relative;
  background: #dee5e9;
  max-width: 1920px;
  margin: 0 auto;
}

#menu-sx-container a:hover {
  background-color: #32a157;
}

#menu-sx-container a:hover p {
  color: #ffffff !important;
}

#page-container {
  width: 100%;
  overflow: hidden;
}

.login input, .searchtop input {
  font-size: 16px;
  width: 230px;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  padding: 10px;
}

.searchtop input {
  margin-bottom: 0;
}

.login-page input {
  font-size: 16px;
  width: 96%;
  display: block;
  margin-bottom: 10px;
  height: 39px;
  line-height: 20px;
  padding: 0 2%;
  background-color: #dee5e9;
  border-bottom: 1px solid #c0c6ca;
}
.login-page textarea {
  font-size: 16px;
  width: 96%;
  display: block;
  margin-bottom: 10px;
  height: 179px;
  line-height: 20px;
  padding: 2%;
  border-bottom: 1px solid #c0c6ca;
}

.login-title{
  margin-top: 15px;
  font-size: 16px;
  color: #9da2a5;
  margin-bottom: 5px;
}

.login-page select {
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  height: 39px;
  line-height: 20px;
  padding: 0 2%;
  background-color: #dee5e9;
  border-bottom: 1px solid #c0c6ca;
  border-top: 1px solid #dee5e9;
  border-left: 1px solid #dee5e9;
  border-right: 1px solid #dee5e9;
  background-image:url('/assets/image/freccia_down.png');
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.login-button {
  width: 250px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  background-color: #9da2a5;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}

.login-button a, .search-button a, .post-button a {
  display: block;
  padding: 10px;
}

.separator-login {
  border-top: 1px solid #9da2a5;
  height: 14px;
}

.login-textbutton a:hover {
  background-color: transparent !important;
  color: #32a157 !important;
}

.separator-menu {
  width: 92%;
  height: 10px;
  margin-top: 10px;
  padding: 0 4%;
  border-top: 2px solid #c0c6ca;
}

.login-textbutton {
  color: #6e7174;
}

.profilo-login {
  font-size: 16px;
  margin-bottom: 15px;
}

#owl-slide .slide img {
  display: block;
  width: 100%;
  height: auto;
}

.titolo-pagina {
  line-height: 30px;
  padding: 30px 2%;
  font-weight: bold;
  font-size: 26px;
  color: #424546;
  text-align: center;
}

.sottotitolo-pagina {
  color: #424546;
  line-height: 22px;
  font-size: 16px;
  margin: 0 2% 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dee5e9;
}

.testo-message {
  padding-top: 20px;
  margin: 0 2%;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee5e9;
}

.testo-pagina {
  margin: 0 auto;
  padding: 0 2% 20px;
  max-width: 950px;
  font-size: 16px;
  line-height: 22px;
  /*border-bottom: 1px solid #dee5e9;*/
}
.img-pagina {
  padding: 0 2% 20px;
}
.img-pagina img{
  margin: 0 auto;
  display: block;
}

.testo-pagina-comitato {
  margin: 0 auto;
  padding: 1% 2% 50px;
  max-width: 950px;
  font-size: 16px;
  line-height: 22px;
  /*border-bottom: 1px solid #dee5e9;*/
}

.testo-pagina-cont {
  margin: 0 2%;
  padding: 20px 0;
  /*text-align: center;*/
  border-bottom: 1px solid #dee5e9;
}

.testo-pagina a {
  color: #32a157;
}

.testo-pagina ul {
  margin: 10px 0 10px 30px;
  list-style-type: disc;
}

.linkfriend {
  color: #32a157;
  line-height: 22px;
  font-size: 16px;
  padding: 20px 2%;
  text-align: center;
  /*background-color:#eaf1f5;*/
}

#navigator {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

#navigator-comitato {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 50px;
}

#navigator-comitato a {
  color: #32a157
}

#navigator a {
  color: #32a157
}

.search-title {
  color: #9da2a5;
  line-height: 22px;
  font-size: 16px;
  margin: 0 2%;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dee5e9;
}

#search-result-cont .search-items-cont:first-child .search-title {
  border: none;
}

#search-result-cont {
  min-height: 550px;
}

.search-title-form {
  color: #9da2a5;
  line-height: 22px;
  font-size: 16px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dee5e9;
}

.search-title p, .search-title-form p {
  max-width: 950px;
  margin: 0 auto;
  text-align: initial;
}

.domandasondaggio-title {
  color: #32a157;
  line-height: 22px;
  font-size: 16px;
  padding: 20px 2%;
  text-align: center;
  border-top: 1px solid #dee5e9;
}

.agenda-container, .sondaggio-container, .links-container {
  padding: 0 0 30px;
}

.links-category {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #32a157;
}

.box-link a {
  display: block;
  padding: 20px;
  width: 120px;
}

.box-link a:hover {
  background-color: #dee5e9;
}

.box-foto {
  width: 120px;
  min-height: 60px;
}

.box-foto-agenda {
  width: 220px;
  min-height: 60px;
}

.box-link-desc {
  padding: 15px 0 0;
  font-size: 16px;
}

.box-agenda-desc {
  padding: 15px 0 0;
  font-size: 15px;
  width: 220px;
  text-align: center;
}

.navigator-agenda {
  width: 100%;
  max-width: 950px;
  height: 40px;
  line-height: 40px;
  padding-right: 2%;
  margin: 0 auto;
  text-align: right;
  color: #32a157;
}

input.error {
  border: 1px solid #ec2020;
}

textarea.error {
  border: 1px solid #ec2020;
}

label.error {
  color: #ec2020;
  margin: -5px 0 15px 0;
  display: block;
  text-align: right;
}

.terms-cont {
  margin-top: 22px;
}

.checkbutton {
  width: 18px !important;
  height: 18px !important;
}

.checklabel {
  width: 80%;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  font-size: 16px;
  padding-bottom: 10px;
  color: #9da2a5;
  display: inline-block;
}

.terms-text {
  margin: 10px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #dee5e9;
  border-bottom: 1px solid #dee5e9;
  color: #9da2a5;
}
.terms-text a{
  color: #32a157;
}

#msg-cont {
  width: 100%;
  position: relative;
}

.labeltextarea {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  color: #9da2a5;
}

#formtexarea {
  display: none;
}

.textarea {
  width: 96%;
  min-height: 160px;
  display: block;
  padding: 2%;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #c0c6ca;
  background-color: #dee5e9;
  margin-left: 6%;
  margin-top: 8px;
}

.textareablog {
  width: 96%;
  min-height: 160px;
  display: block;
  padding: 2%;
  line-height: 20px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #c0c6ca;
  background-color: #dee5e9;
  margin: 8px 0 10px;
  white-space: normal;
  text-align: left;
  -moz-text-align-last: left; /* Firefox 12+ */
  text-align-last: left;
}

.area-sondaggio {
  font-size: 16px;
  padding: 20px 2%;
  margin: 0 auto;
  max-width: 587px;
  width: 96%;
  position: relative;
}

#area-sondaggio-result-cont {
  width: 100%;
  text-align: center;
}

#area-sondaggio-result {
  font-size: 16px;
  padding: 20px 2%;
  margin: 0 auto;
  max-width: 400px;
  width: 96%;
  position: relative;
  display: inline-block;
}

.risp-sondaggio {
  width: 100%;
}

.risp-sondaggio label.error {
  position: absolute;
  top: 0;
  text-align: left;
}
#candidato label.error {
  position: absolute;
  bottom: 0;
  right: 0;
}

.risp-sondaggio-text {
  width: 85%;
  padding-bottom: 15px;
  text-align: left;
}

.risp-sondaggio-perc {
  width: 15%;
  text-align: right;
  padding-bottom: 15px;
}

.boxhome img, .fasce-box img {
  display: table-cell;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.boxhome h1, .fasce-box h1 {
  margin: 5%;
  font-size: 16px;
  line-height: 24px;
  color: #32a157;
}

.boxhome p, .fasce-box p {
  margin: 0 5% 5%;
  font-size: 16px;
  line-height: 20px;
  color: #424546;
  word-wrap: break-word;
}

#searchmainform input {
  width: 88%;
  margin-right: 0;
  padding: 0 1%;
}

#searchmainform .search-button {
  width: 10%;
}

.links {
  margin: 0 auto;
  display: table;
  padding-bottom: 20px;
  text-align: center;
}

.box-link {
  display: inline-block;
  vertical-align: top;
}

.box-agenda {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  padding: 16px 8px 0;
}

.social-cont {
  width: 200px;
  margin: 0 auto;
}

.social {
  margin: 0 5px 20px;
  display: block;
}

.fasce-titolo h1 {
  width: 100%;
  text-align: center;
}

.fasce-title h1 {
  width: 100%;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  background-color: #4EAD6E;
}

.fasce-cont {
  padding: 50px 0;
}

.fascia-carousel {
  width: 96%;
  padding: 30px 2% 0;
}

#fascie-titolo-separator {
  background-color: #212121;
  height: 2px;
  width: 8%;
  margin: 30px auto 0;
  opacity: 0.3;
}

.fascia-template-1 {
  background-color: #DEE5E9;
  color: #424546;
}

.fascia-template-1 .fasce-box {
  background-color: #FFFFFF;
}

.fascia-template-1 .fasce-title {
  background-color: #DEE5E9;
}

.fascia-template-2 {
  background-color: #FFFFFF;
  color: #424546;
}

.fascia-template-2 .fasce-box {
  background-color: #DEE5E9;
}

.fascia-template-2 .fasce-title {
  background-color: #000000;
  /*background-color: #757575;*/
}

.fasce-box h1 {
  text-align: center;
  line-height: 26px;
  height: 54px;
  overflow: hidden;
}

.fasce-box p {
  margin: 0 5%;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  height: 120px;
  overflow: hidden;
  color: #000000;
}

#tipoVotazioneForm, #votazioneForm{
  position: relative;
}
#tipoVotazioneForm label.error{
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
#votazioneForm label.error{
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.titolo-voto{
  line-height: 30px;
  padding: 0 2% 30px;
  font-weight: bold;
  font-size: 26px;
  color: #9da2a5;
  text-align: center;
}

.candidati-cont{
  width: 400px;
  margin: 0 auto;
}
.candidati-cont a:hover{
  background-color: transparent!important;
}

.items-cont a{
  padding: 12px 0;
  border-bottom: 1px solid #dee5e9;
}
.votazione-items a{
  padding: 10px 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.scheda {
  padding: 4% 40%;
}

.scheda p {
  margin: 0 5%;
  font-size: 16px;
  line-height: 45px;
  color: #000000;
}

@media (min-width: 20px) {
  #boxhome-container {
    margin: 0 auto;
    padding: 25px 1% 0;
    width: 98%;
  }

  .boxhome {
    width: 80%;
    margin: 0 10% 25px;
    background-color: #dee5e9;
  }

  .fasce-box {
    margin: 0 7%;
    padding: 5% 5%;
    background-color: #dee5e9;
  }

  .white {
    background-color: #ffffff;
  }

  .light-blue {
    background-color: #dee5e9;
  }

  #close-login, #left-search-cont {
    display: none;
  }

  #logo {
    width: 140px;
    height: 50px;
    background-color: #ffffff;
    border-right: 1px solid #9da2a5;
  }

  #logo img {
    padding: 5px;
  }

  #logo-img {
    display: none;
  }

  #logo-resp-img {
    display: block;
  }

  #login-cont-menutop {
    display: block;
    height: 50px;
    position: relative;
  }

  #search-cont-menutop {
    display: block;
    height: 50px;
    position: absolute;
    right: 40px;
    border-right: 1px solid #9da2a5;
  }

  #close-loginmenutop {
    display: none;
  }

  .menu-mobile {
    display: block;
  }

  .logo-authmenutop, .logo-searchmenutop {
    width: 40px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    color: #9da2a5;
    text-align: center;
  }

  .text-authmenutop, .text-searchmenutop {
    display: none;
  }

  .login {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 51px;
    left: -240px;
    background-color: #c0c6ca;
    display: none;
    z-index: 500;
  }

  .searchtop {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 51px;
    right: -41px;
    background-color: #c0c6ca;
    display: none;
    z-index: 500;
  }

  .login-page {
    width: 90%;
    padding: 0 0 30px 0;
    margin: 0 auto;
  }

  #auth-button, #search-button {
    height: 50px;
    background-color: #c0c6ca;
    cursor: pointer;
  }

  #container {
    background-color: #ffffff;
    min-height: 300px;
  }

  .titolo-areaslide-strip {
    width: 90%;
    padding: 15px 5%;
    position: absolute;
    bottom: 0;
    line-height: 18px;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
    font-size: 19px;
    color: transparent;
  }

  .titolo-areaslide {
    width: 80%;
    padding: 15px 10%;
    position: absolute;
    bottom: 0;
    line-height: 18px;
    z-index: 2000;
    font-size: 19px;
    text-align: center;
  }

  .titolo-areaslide h1 {
    font-size: 18px;
    color: #ffffff;
  }

  .banner {
    display: none;
  }

  .banner-titolo {
    display: none;
  }

  #img-resp {
    display: block !important;
  }

  #img {
    display: none !important;
  }

  .search-filter-cont {
    height: 150px;
  }

  #searchmainform .search-filter-cont {
    height: 60px;
  }

  .search-button-cont {
    height: 50px;
  }

  .search-button {
    width: 250px;
    height: 40px;
    line-height: 20px;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    background-color: #9da2a5;
    color: #ffffff;
    text-align: center;
    float: right;
    cursor: pointer;
  }

  .post-button {
    width: 100px;
    height: 40px;
    line-height: 20px;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    background-color: #9da2a5;
    color: #ffffff;
    text-align: center;
    float: right;
    cursor: pointer;
  }

  .search-filter {
    width: 90%;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #dee5e9;
  }

  .search-filter-page {
    width: 90%;
    margin: 0 auto;
  }

  #searchmainform {
    width: 96%;
  }

  .search-filter input, .search-filter-page input {
    width: 96%;
    height: 39px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 2%;
    display: block;
    font-size: 16px;
    background-color: #dee5e9;
    border-bottom: 1px solid #c0c6ca;
  }

  .search-filter select, .search-filter-page select {
    font-size: 16px;
    width: 60%;
    display: block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    background-color: #dee5e9;
    border: none;
    border-bottom: 1px solid #c0c6ca;
  }

  .search-filter-text {
    width: 36%;
    height: 39px;
    padding: 0 2%;
    display: block;
    margin-bottom: 10px;
    line-height: 40px;
    background-color: #c0c6ca;
    border-bottom: 1px solid #c0c6ca;
    font-size: 16px;
    color: #ffffff;
  }

  .link-items-cont, .sondaggio-items-cont {
    display: inline-block;
    width: 92%;
    padding: 4%;
  }

  .sondaggio-legend-cont {
    display: none;
  }

  .item-legend {
    display: block;
  }

  .items-cont, .search-items-cont, .votazione-items {
    width: 90%;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }

  .allresult {
    width: 94%;
    max-width: 950px;
    margin: 0 auto;
    text-align: right;
  }

  .allresult a {
    padding-right: 2%;
    margin-bottom: 10px;
    display: block;
  }

  .date-items-cont {
    width: 28%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    text-align: right;
  }

  .date-sondaggi-items-cont {
    width: 50%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding: 14px 0 0;
  }

  .title-items-cont {
    width: 72%;
    line-height: 20px;
    font-size: 16px;
  }

  .img-sondaggi-items-cont {
    width: 100%;
    min-height: 20px;

  }
  .img-sondaggi-items-cont img {
    display: block;
  }

  .title-sondaggi-items-cont {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
  }

  .titlelegend-sondaggi-items-cont {
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
  }

  .titlelegend-sondaggi-items-cont {
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
  }

  .desc-items-cont {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    /*margin-top: 14px;*/
    /*border-top: 1px solid #9da2a5;*/
  }

  .desc-sondaggi-items-cont {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
  }

  #sondaggio-cont, #agenda-cont {
    background-color: #dee5e9;
    margin-bottom: 15px;
  }

  .risp-sondaggio input {
    width: 4%;
    margin-right: 4%;
    margin-top: 7px;
  }

  .risp-sondaggio label {
    line-height: 26px;
    width: 92%;
  }

  #footer {
    padding: 50px 2%;
    margin-left: 0;
    border-left: 0px solid #9da2a5;
    background-color: #dee5e9;
  }

  #searchmenutop input {
    width: 195px;
    padding-left: 7px;
    font-size: 16px !important;
  }

  #searchmenutop .logo-auto {
    line-height: 40px;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 32px;
    color: #9da2a5;
    text-align: center;
  }

  .pagina-titolo-strip, .cat-titolo-strip {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
  }

  .pagina-titolo, .cat-titolo {
    width: 90%;
    padding-right: 10%;
    position: absolute;
    bottom: 0;
    line-height: 60px;
    z-index: 2000;
    text-align: right;
  }

  .pagina-titolo h1, .cat-titolo h1 {
    font-size: 25px;
    color: #ffffff;
  }

  #fascia-foto {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .fascia-foto-strip {
    height: 50%;
    width: 55%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .fascia-foto-testo-cont {
    height: 50%;
    width: 55%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .fascia-foto-testo {
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    line-height: 32px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 480px) {
  #boxhome-container {
    margin: 0 auto;
    padding: 4% 2% 0;
    width: 96%;
  }

  .boxhome {
    width: 46%;
    margin: 0 2% 4%;
    background-color: #dee5e9;
  }

  fasce-box {
    margin: 0 7%;
    padding: 5% 5%;
    background-color: #dee5e9;
  }

  .titolo-areaslide-strip {
    width: 90%;
    padding: 20px 5%;
    position: absolute;
    bottom: 0;
    line-height: 20px;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
    font-size: 19px;
    color: transparent;
  }

  .titolo-areaslide {
    width: 80%;
    padding: 20px 10%;
    position: absolute;
    bottom: 0;
    line-height: 20px;
    z-index: 2000;
    font-size: 19px;
    text-align: center;
  }

  .titolo-areaslide h1 {
    font-size: 20px;
    color: #ffffff;
  }

  .text-auth {
    display: none;
  }

  #search-cont-menutop {
    border-right: 1px solid #9da2a5;
  }

  #left-search-cont .search-filter-menu .logo-auto {
    display: none;
  }

  .fascia-foto-testo {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 38px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 600px) {
  .checklabel {
    width: 90%;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    font-size: 16px;
    padding-bottom: 10px;
    color: #9da2a5;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .white {
    background-color: transparent;
  }

  .light-blue {
    background-color: transparent;
  }

  #logo {
    width: 140px;
    height: 50px;
    background-color: #ffffff;
    border-right: 1px solid #9da2a5;
  }

  .left-button {
    height: 90px;
    background-color: #c0c6ca;
    cursor: pointer;
  }
  .left-button-imp {
    height: 90px;
    background-color: #9da2a5;
    cursor: pointer;
  }

  .login {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 90px;
    left: 141px;
    background-color: #c0c6ca;
    display: none;
    z-index: 500;
  }

  .login-page {
    width: 500px;
    padding: 0 0 30px 0;
    margin: 0 auto;
  }

  .search-filter {
    width: 500px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #dee5e9;
  }

  .search-filter-page {
    width: 500px;
    margin: 0 auto;
  }

  #searchmainform {
    width: 96%;
    padding-bottom: 0;
  }

  #container {
    padding-bottom: 20000px;
    padding-left: 141px;
    margin-bottom: -20000px;
    background-color: #ffffff;
  }

  #login-cont, .left-button-cont {
    display: block;
    border-bottom: 1px solid #9da2a5;
    width: 140px;
    height: 90px;
    position: relative;
  }
  .left-button-cont-imp {
    display: block;
    border-bottom: 1px solid #c0c6ca;
    width: 140px;
    height: 90px;
    position: relative;
  }

  .logo-auth-imp {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 55px;
    font-size: 32px;
    color: #c0c6ca;
    text-align: center;
  }
  .logo-auth {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 55px;
    font-size: 32px;
    color: #9da2a5;
    text-align: center;
  }

  .text-auth {
    display: block;
    width: 140px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
  }
  .text-auth span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  #login-cont-menutop {
    display: none;
  }

  .menu-mobile {
    display: none !important;
  }

  #auth-button {
    height: 90px;
  }

  #auth-button {
    background-color: #c0c6ca;
    cursor: pointer;
  }

  .titolo-areaslide-strip {
    width: 90%;
    padding: 35px 5%;
    position: absolute;
    bottom: 0;
    line-height: 22px;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
    font-size: 19px;
    color: transparent;
  }

  .titolo-areaslide {
    width: 80%;
    padding: 35px 10%;
    position: absolute;
    bottom: 0;
    line-height: 22px;
    z-index: 2000;
    font-size: 19px;
    text-align: center;
  }

  .titolo-areaslide h1 {
    font-size: 22px;
    color: #ffffff;
  }

  #sondaggio-cont a, #agenda-cont a, .items-cont a, .votazione-items a {
    display: block;
  }

  #sondaggio-cont a:hover, #agenda-cont a:hover, .items-cont a:hover, .votazione-items a:hover {
    background-color: #dee5e9;
  }

  .banner {
    padding: 15px 6px 0;
    margin: 0;
    display: block;
  }

  .banner li {
    text-align: center;
    padding-bottom: 15px;
  }

  .banner a {
    display: block;
  }

  .banner a:hover {
    background-color: transparent !important;
  }

  .banner-titolo {
    display: block;
    text-align: center;
    padding: 10px 0 0;
    border-top: 1px solid #9da2a5;
    color: white;
    font-size: 14px;
  }

  #img-resp {
    display: none !important;
  }

  #img {
    display: block !important;
  }

  .sondaggio-legend-cont {
    display: block;
    height: 25px;
    padding: 0 20px;
  }

  .item-legend {
    display: none;
  }

  .items-cont, .search-items-cont, .votazione-items {
    width: 500px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }

  .allresult {
    width: 500px;
    margin: 0 auto;
    text-align: right;
  }

  .allresult a {
    padding-right: 2%;
    margin-bottom: 10px;
    display: block;
  }

  .date-items-cont, .date-sondaggi-items-cont {
    width: 20%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding: 0;
    text-align: right;
  }

  .title-items-cont {
    width: 80%;
    line-height: 20px;
    font-size: 16px;
  }

  .img-sondaggi-items-cont {
    width: 28%;
    min-height: 20px;
  }
  .img-sondaggi-items-cont img {
    display: block;
  }

  .title-sondaggi-items-cont {
    width: 60%;
    line-height: 20px;
    font-size: 16px;
  }

  .titlelegend-sondaggi-items-cont {
    width: 60%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
  }

  .desc-items-cont {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    /*margin-top: 14px;*/
    /*border-top: 1px solid #9da2a5;*/
  }

  .desc-sondaggi-items-cont {
    width: 60%;
    padding-left: 40%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
  }

  #sondaggio-cont, #agenda-cont {
    background-color: #ffffff;
    margin-bottom: 0;
  }

  .risp-sondaggio input {
    width: 3%;
    margin-right: 3%;
    margin-top: 7px;
  }

  .risp-sondaggio label {
    line-height: 26px;
    width: 94%;
  }

  #footer {
    padding: 50px 2%;
    margin-left: 140px;
    border-left: 1px solid #9da2a5;
    background-color: #dee5e9;
  }

  #search-cont-menutop {
    border-right: none;
  }

  .link-items-cont, .sondaggio-items-cont {
    display: inline-block;
    width: 96%;
    padding: 2%;
  }

  #left-search-cont {
    display: block;
    border-bottom: 1px solid #9da2a5;
    width: 100%;
    height: 40px;
    position: relative;
  }

  #left-search-cont .search-filter-menu {
    width: 100%;
    height: 40px;
  }

  #left-search-cont .search-filter-menu input {
    width: 70%;
    padding: 0 3%;
    font-size: 14px !important;
    height: 40px;
    border-bottom: 1px solid #9da2a5;
    background-color: #dee5e9;
  }

  #left-search-cont .search-filter-menu .logo-auto {
    line-height: 40px;
    padding: 0 1%;
    margin: 0;
    font-size: 22px;
    color: #9da2a5;
    text-align: center;
    width: 22%;
    cursor: pointer;
    display: block;
  }

  #left-search-cont .search-filter-menu a:hover {
    color: #ffffff !important;
  }

  #search-cont-menutop {
    display: none;
  }

  .pagina-titolo-strip, .cat-titolo-strip {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
  }

  .pagina-titolo, .cat-titolo {
    width: 90%;
    padding-right: 10%;
    position: absolute;
    bottom: 0;
    line-height: 90px;
    z-index: 2000;
    text-align: right;
  }

  .pagina-titolo h1, .cat-titolo h1 {
    font-size: 40px;
    color: #ffffff;
  }

  #fascia-foto {
    width: 100%;
    height: 500px;
    position: relative;
  }

  .fascia-foto-testo {
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  #boxhome-container {
    margin: 0 auto;
    padding: 4% 2% 0;
    width: 96%;
  }

  .boxhome {
    width: 29.3%;
    margin: 0 2% 4%;
    background-color: #dee5e9;
  }

  .fasce-box {
    margin: 0 7%;
    padding: 5% 10%;
    background-color: #dee5e9;
  }

  .login {
    width: 250px;
    padding: 15px;
    position: absolute;
    top: 40px;
    left: 196px;
    background-color: #c0c6ca;
    display: none;
    z-index: 2000;
  }

  #auth-button {
    height: 80px;
    background-color: #c0c6ca;
    cursor: pointer;
  }

  .left-button {
    height: 80px;
    background-color: #c0c6ca;
    cursor: pointer;
  }
  .left-button-imp {
    height: 80px;
    background-color: #9da2a5;
    cursor: pointer;
  }

  #logo {
    width: 195px;
    height: 80px;
    background-color: #ffffff;
    border-right: 1px solid #9da2a5;
  }

  #logo img {
    padding: 15px;
  }

  #logo-img {
    display: block;
  }

  #logo-resp-img {
    display: none;
  }

  #container {
    padding-bottom: 20000px;
    padding-left: 196px;
    margin-bottom: -20000px;
    background-color: #ffffff;
  }

  #login-cont, .left-button-cont {
    display: block;
    border-bottom: 1px solid #9da2a5;
    width: 195px;
    height: 80px;
    position: relative;
  }
  .left-button-cont-imp {
    display: block;
    border-bottom: 1px solid #c0c6ca;
    width: 195px;
    height: 80px;
    position: relative;
  }

  .logo-auth-imp {
    width: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 15px 0 35px;
    font-size: 32px;
    color: #c0c6ca;
    text-align: center;
  }
  .logo-auth {
    width: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 15px 0 35px;
    font-size: 32px;
    color: #9da2a5;
    text-align: center;
  }

  .text-auth {
    display: block;
    width: 90px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 0;
    margin-right: 25px;
  }
  .text-auth span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .titolo-areaslide-strip {
    width: 90%;
    padding: 40px 5%;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
    font-size: 19px;
    color: transparent;
  }

  .titolo-areaslide {
    width: 80%;
    padding: 40px 10%;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    z-index: 2000;
    font-size: 19px;
    text-align: center;
  }

  .titolo-areaslide h1 {
    font-size: 28px;
    color: #ffffff;
  }

  .ricerca-filter-cont {
    height: 60px;
    max-width: 950px;
    margin: 0 auto;
  }

  .search-filter {
    width: 96%;
    padding: 0 0 20px;
    margin: 0 2% 20px;
    border-bottom: 1px solid #dee5e9;
  }

  .search-filter-page {
    width: 96%;
    margin: 0 2% 0;
  }

  .search-filter input, .search-filter-page input {
    width: 30%;
    height: 39px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 1%;
    display: block;
    font-size: 14px;
    background-color: #dee5e9;
    border-bottom: 1px solid #c0c6ca;
  }

  .search-filter select, .search-filter-page select {
    font-size: 14px;
    width: 22%;
    display: block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    background-color: #dee5e9;
    border: none;
    border-bottom: 1px solid #c0c6ca;
  }

  .search-filter-text {
    width: 8%;
    height: 39px;
    padding: 0 1%;
    display: block;
    margin-bottom: 10px;
    line-height: 40px;
    background-color: #c0c6ca;
    border-bottom: 1px solid #c0c6ca;
    font-size: 14px;
    color: #ffffff;
  }

  .margin-search-filter {
    margin: 0 2% 0 0;
  }

  .items-cont, .search-items-cont, .votazione-items {
    width: 100%;
    max-width: 950px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }

  .allresult {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: right;
  }

  .allresult a {
    padding-right: 2%;
    margin-bottom: 10px;
    display: block;
  }

  .date-items-cont, .date-sondaggi-items-cont {
    width: 15%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding: 0;
    text-align: right;
  }

  .title-items-cont {
    width: 85%;
    line-height: 20px;
    font-size: 16px;
  }

  .img-sondaggi-items-cont {
    width: 20%;
    min-height: 20px;
  }
  .img-sondaggi-items-cont img {
    display: block;
  }

  .title-sondaggi-items-cont {
    width: 70%;
    line-height: 20px;
    font-size: 16px;
  }

  .titlelegend-sondaggi-items-cont {
    width: 70%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
  }

  .desc-items-cont {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    /*margin-top: 14px;*/
    /*border-top: 1px solid #9da2a5;*/
  }

  .desc-sondaggi-items-cont {
    width: 70%;
    padding-left: 30%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
  }

  #left-search-cont {
    display: block;
    border-bottom: 1px solid #9da2a5;
    width: 100%;
    height: 40px;
    position: relative;
  }

  #left-search-cont .search-filter-menu {
    width: 100%;
    height: 40px;
  }

  #left-search-cont .search-filter-menu input {
    width: 76%;
    padding: 0 3%;
    font-size: 16px !important;
    height: 40px;
    border-bottom: 1px solid #9da2a5;
  }

  #left-search-cont .search-filter-menu .logo-auto {
    line-height: 40px;
    padding: 0 1%;
    margin: 0;
    font-size: 22px;
    color: #9da2a5;
    text-align: center;
    width: 16%;
    cursor: pointer;
    display: block;
  }

  #left-search-cont .search-filter-menu a:hover {
    color: #ffffff !important;
  }

  #footer {
    padding: 50px 2%;
    margin-left: 195px;
    border-left: 1px solid #9da2a5;
    background-color: #dee5e9;
  }

  .fascia-foto-testo {
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    line-height: 46px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  #boxhome-container {
    margin: 0 auto;
    padding: 2% 1% 0;
    width: 98%;
  }

  .boxhome {
    width: 23%;
    margin: 0 1% 2%;
    background-color: #dee5e9;
  }

  .fasce-box {
    margin: 0 7%;
    padding: 5% 5%;
    background-color: #dee5e9;
  }

  .titolo-areaslide-strip {
    width: 90%;
    padding: 50px 5%;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1000;
    font-size: 19px;
    color: transparent;
  }

  .titolo-areaslide {
    width: 80%;
    padding: 50px 10%;
    position: absolute;
    bottom: 0;
    line-height: 28px;
    z-index: 2000;
    font-size: 19px;
    text-align: center;
  }

  .titolo-areaslide h1 {
    font-size: 28px;
    color: #ffffff;
  }

  .search-filter input, .search-filter-page input {
    width: 30%;
    height: 39px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 1%;
    display: block;
    font-size: 16px;
    background-color: #dee5e9;
    border-bottom: 1px solid #c0c6ca;
  }

  .search-filter select, .search-filter-page select {
    font-size: 16px;
    width: 22%;
    display: block;
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    background-color: #dee5e9;
    border: none;
    border-bottom: 1px solid #c0c6ca;
  }

  .search-filter-text {
    width: 8%;
    height: 39px;
    padding: 0 1%;
    display: block;
    margin-bottom: 10px;
    line-height: 40px;
    background-color: #c0c6ca;
    border-bottom: 1px solid #c0c6ca;
    font-size: 16px;
    color: #ffffff;
  }

  .margin-search-filter {
    margin: 0 2% 0 0;
  }

  .items-cont, .search-items-cont, .votazione-items {
    width: 100%;
    max-width: 950px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }

  .allresult {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: right;
  }

  .allresult a {
    padding-right: 2%;
    margin-bottom: 10px;
    display: block;
  }

  .date-items-cont {
    width: 10%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding-bottom: 0;
    text-align: right;
  }

  .date-sondaggi-items-cont {
    width: 15%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding: 0;
    text-align: right;
  }

  .title-items-cont {
    width: 90%;
    line-height: 20px;
    font-size: 16px;
  }

  .img-sondaggi-items-cont {
    width: 15%;
    min-height: 20px;
  }
  .img-sondaggi-items-cont img {
    display: block;
  }

  .title-sondaggi-items-cont {
    width: 70%;
    line-height: 20px;
    font-size: 16px;
  }

  .titlelegend-sondaggi-items-cont {
    width: 70%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
  }

  .desc-items-cont {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    /*margin-top: 14px;*/
    /*border-top: 1px solid #9da2a5;*/
  }

  .desc-sondaggi-items-cont {
    width: 80%;
    padding-left: 20%;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
  }


}