html, body {
  margin: 0;
  padding:0;
  font-family: "Regular";
  color:#000000;
  font-size: 14px;
  line-height: 24px;
  scroll-behavior: smooth;
}
input, select {-webkit-user-select: auto;-webkit-appearance: none;outline:none;}
input[type="checkbox"] {-webkit-user-select: auto;-webkit-appearance: checkbox;outline:none;}
a {
  color:#333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:#5eb6e4;
}
p {
  margin:0;
}
ul {
  list-style: none;
  margin: 0;
  padding:0;
}
.center {
  display: flex;
  align-items: center;
  justify-content:center;
}
.no-pad {
  padding:0 !important;
}
.no-mrg {
  margin:0;
}

.pad1 {
  padding:30px;
}
.pad2 {
  padding:0 0 0 80px; 
}
@media screen and (max-width: 800px) {
  .pad2 {
    padding:0 20px 0 20px; 
  }
}
.pad3 {
  padding:80px;
}
@media screen and (max-width: 800px) {
  .pad3 {
    padding:20px; 
  }
}
.pad4 {
  padding: 10px;
}
.padTop1 {
  padding-top:70px;
}
.padTop2 {
  padding-top:90px;
}
.padBot1 {
  padding-bottom: 70px;
}
.padBot2 {
  padding-bottom: 90px;
}
.mrg1 {
  margin-bottom: 30px;
}
.mrg2 {
  margin-bottom: 20px;
}
.mrg3{
  margin-bottom: 50px !important;
}
.mrg4 {
  margin-bottom: 10px;
}
.top1 {
  margin-top:10px;
}
.top2 {
  margin-top:40px;
}
.top4 {
  margin-top:20px;
}

.top3 {
  margin-top: 80px;
}
.right10 {
  margin-right:10px;
}
.alignleft{
  float:left;
}

.header_cont {
  padding: 0 40px; 
  background-color:#e6e6e6;
}
.header_cont_white {
  padding: 0 40px; 
  background-color:#ffffff;
}
.header_cont_int {
  float: right;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.logo_cont img {
  width: 80%;
  margin:20px;
}
.logo_cont a {
  position:relative; 
  z-index:1;
}
.logo_cont span {
  display:inline-block;
  width:100%;
}
.logo_cont #logo {
  width:80%;
  max-width:550px;
  position: relative;
  z-index: -1;
}
.stemma {
  height:50%;
  float:left;
  margin:0 30px;
}
@media screen and (max-width: 800px) {
  .stemma {
    margin: 0 10px;
    height: auto;
    width: 16%;
  }
}
.nome {
  height:25%;
  float:left;
}
@media screen and (max-width: 800px) {
  .nome {
    height: auto;
    width: 77%;
  }
}
.lang a {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .lang a {
    font-size: 14px;
  }
}
.lang a[disabled] {
  color:#333333;
  text-decoration: none;
}
.search {
  width: 25px;
  margin-right: 15px;
  float: left;
}
.ricerca {
  position:absolute; 
  width:100%; 
  height:100vh; 
  background:#ffffff; 
  top:0; 
  left:0; 
  box-sizing:border-box;
  padding:80px;
  display: none;
  z-index: 600;
}
@media screen and (max-width: 800px) {
  .ricerca {
    padding:80px 20px;
  }
}
.lang_cont {
  margin-right:50px; 
  float: left;
}
.user_menu {
  height:50px; 
  width: 130px;
  text-align: center;
  position:absolute; 
  border:1px solid #000000; 
  background: #ffffff;
  left:-70px; 
  display:none;
  border-radius: 10px;
  padding: 5px;
}
.user_icon {
  position:relative;
  float: left;
  padding: 0 20px;
  border-right: 1px solid #3e3e3e;
  margin-right: 20px;
  height: 25px;
}
.user_icon img{
  width:25px; 
}
.user_icon:hover .user_menu{
  display: block;
}
.no-mob {
}
@media screen and (max-width: 800px) {
  .no-mob {
    display: none;
  }
}
.social_header {
  width:30px;
  margin-left:10px;
}
/* MENU */
.topnav {
  display: none;
  position: absolute;
  background: #e1f0f8;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0;
  z-index: 1;
}
.topnav a, .topnav span {display: none;}
.icon {
  float: right;
  display: block;
  font-size: 22px;
  color: #000000;
}
.topnav.responsive {
  display: block;
  padding:60px 0;
  box-sizing:border-box;
  border-top:15px solid #ffffff;
  z-index: 500;
  box-shadow: 0px 5px 6px 0px #efeeee;
}
@media screen and (max-width: 800px) {
  .topnav.responsive {
    top:-160px;
  }
}
.cont_voce_menu {
  float:left; 
  width:20%;
}
@media screen and (max-width: 800px) {
  .cont_voce_menu {
    width: 100%;
  }
}
.topnav.responsive ul {
  padding: 30px 40px;
}

.topnav.responsive a {
  display: block;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  font-family: "Medium";
  margin-bottom: 10px;
  line-height: 15px;
}
.topnav.responsive a:hover, .topnav_footer a:hover, .topnav.responsive a.active, .topnav_footer a.active {
  text-decoration: underline;
  color:#5eb6e4;
}
.topnav.responsive .sezione {
  font-size: 14px;
  font-family: "bold";
  display: block;
  border-bottom:1px solid #5eb6e4; 
  padding:0 40px 20px;
}

/* MENU */

/* SLIDE HOME */
.cont_slide_home {
  height: 350px;
  box-sizing:border-box;
  text-align: left;
  position: relative;
  float: left;
  width:100%;
}
@media screen and (max-width: 800px) {
  .cont_slide_home {
    height: 300px;
    padding: 0 15px;
  }
}
.cont_txt_slide_home {
  float: left;
  width: 40%;
  padding: 50px 0 30px 50px;
  box-sizing:border-box;
}
@media screen and (max-width: 800px) {
  .cont_txt_slide_home {
    padding: 0;
    width: 100%;
  }
}
.cont_txt_slide_home a:hover {
  text-decoration: none !important;
}
.cont_txt_slide_home .button {
  color:#ffffff; 
  border:1px solid #ffffff
}
.cont_txt_slide_home .button:hover {
  background:#ffffff;
  color: #535a63;
  border:1px solid #ffffff;
}
.cont_txt_slide_home .slide_titolo {
  font-family: 'Did-Bold';
  font-size: 30px;
  line-height: 40px;
  display: block;
}
@media screen and (max-width: 1220px) {
  .cont_txt_slide_home .slide_titolo {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 800px) {
  .cont_txt_slide_home .slide_titolo {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.cont_img_slide_home {
  float: left;
  width: 55%;
  height: 350px;
}
@media screen and (max-width: 800px) {
  .cont_img_slide_home {
    width: 100%;
    height: 180px;
  }
}
.cont_img_slide_home img {
  object-fit: cover;
  height: 350px;
  width: 85%;
  float: right;
}
@media screen and (max-width: 800px) {
  .cont_img_slide_home img {
    object-fit:cover;
    height:160px;
    width: 100%;
  }
}
.pag {
  width: 120px;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  right: calc(45% - 170px);
  text-align: center;
  font-family: 'BaskReg';
}
.pag .slick-prev:before, .pag .slick-next:before {
  color: #000000;
}
.slider_ue .slick-prev:before, .slider_ue .slick-next:before {
  color: #000000;
  font-size: 50px !important;
}

@media screen and (max-width: 800px) {
  .pag {
    bottom: -35px;
    left: 35%;
  }
}
.button_home {
  background: #ffffff !important;
  color: #5eb6e4 !important;
  padding: 10px;
  font-family: 'Medium';
  cursor: pointer;
  border: 1px solid #5eb6e4;
}
.button_home:hover {
  background: #5eb6e4 !important;
  color: #ffffff !important;
  border: 1px solid #5eb6e4;
  text-decoration: none;
} 
.button_home:focus {
  background: #5eb6e4 !important;
  color: #ffffff !important;
  border: 1px solid #5eb6e4;
  text-decoration: none;
} 
/* SLIDE HOME */
.cont_segretario_home {
  margin:150px 0 80px;
}
@media screen and (max-width: 800px) {
  .cont_segretario_home {
    margin:20px 0 20px;
  }
}
.agenda_bg {
  background:url("../img/bg_agenda.jpg"); 
  background-repeat:no-repeat; 
  background-size:cover;
  background-position: center;
}
.agenda_1_col {
  background:#ffffff;
  height: 250px;
}
.segr_home {
  object-fit:cover; 
  width:200px; 
  height:230px; 
  margin-bottom:20px;
  border:10px solid #ffffff;
}
.agenda_home {
  background-color: rgba(255,255,255,0.4);
    padding: 25px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-end;
}
/*@media screen and (max-width: 800px) {
  .agenda_home {
    padding:50px 25px 30px;
    margin: 10px 0;
  }
}*/
.agenda_app {
  border: 3px solid #5eb6e4;
  padding: 0 10px  10px !important;
  background: #ffffff;
  height: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  box-shadow: 0px 0px 8px #999999;
}
.agenda_mese {
  background:#5fb4ea; 
  padding:50px 30px 20px; 
  border-radius:10px;
  height:100%;
  box-sizing:border-box;
}
.link_white {
  word-break:break-word;
}
.link_white:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.dettagli {
  background:#5eb6e4 !important; 
  border:1px solid #ffffff !important; 
  padding:7px 15px; 
  font-size:10px; 
  font-family: 'Medium';
  color:#ffffff !important;
  cursor: pointer;
}
.dettagli2 {
  background:#5eb6e4 !important; 
  border:1px solid #ffffff !important; 
  padding:7px 15px; 
  font-size:10px; 
  font-family: 'Medium';
  color:#ffffff !important;
  cursor: pointer;
  display:block;
}
.dettagli:hover {
  background: #e1f0f8 !important;
  text-decoration: none;
  color: #333333 !important;
}
.agenda_3_col {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;

    padding-bottom: 25px;
    box-sizing: border-box;
}
.agenda_vedi {
  width: 100px;
  color: #5eb6e4;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  border: none !important;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  font-family: 'Medium';
  background-color: #ffffff;
  float: left;
}
.agenda_vedi:hover {
  background: #5eb6e4 !important;
  color:#ffffff !important;
  text-decoration: none;
}
.spazio {
    height: 170px;
  }
@media screen and (max-width: 800px) {
  .spazio {
    display: none;
  }
}
.img_inevidenza {
  height: 270px;
  margin: 30px 20px 0;
}
@media screen and (max-width: 800px) {
  .img_inevidenza {
    margin: -70px 120px 40px;
    transform: rotate(90deg);
  }
}
.box_inevidenza {
  display: flex;
  height: 450px;
  align-content: space-between;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom:20px;
}
@media screen and (max-width: 800px) {
  .box_inevidenza {
    height: 250px;
  }
}
.cont_bottone_home {
  width: 95%;
  background: #5eb6e4;
  padding: 75px;
  box-sizing: border-box;
  float: left;
  background-size:cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .cont_bottone_home {
    width: 100%;
    margin-bottom:20px;
  }
}
.cont_bottone_home:hover {
  opacity:0.7;
}
.bottone_home {
  width:100%; 
  border:2px solid #ffffff; 
  text-align:center; 
  padding:20px; 
  box-sizing:border-box;
}
/* MENU STICKY */
#myHeader {
  float: left;
}
#myHeader a{
  display: block;
}
#myHeader img {
  display: none;
}
#myHeader.sticky img {
  display: block;
}

.sticky {
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 5;
  transition: left 0.6s;
  left: -360px;
}
@media screen and (max-width: 800px) {
  .sticky {
    width: 330px;
  }
}
.sticky:hover {
  left:0px;
}
#myHeader.sticky .menu {
  /*background-color: #e6e6e6;*/
  background: rgba(230,230,230,0.95);
  width: 90%;
  float:left;
  border-radius: 0 0 20px 0;
  padding: 20px;
  box-sizing:border-box;
}
@media screen and (max-width: 800px) {
  #myHeader.sticky .menu {
    width: 87%;
  }
}
.open {
  float:right;
  background: rgba(230,230,230,0.95);
  border-radius:0 25px 25px 0;
  
}
.open img {
  margin:5px 0;
}
.rigolino {
  height: 5px;
  width: 30px;
  background: #5eb6e4;
  margin-left: 15px;
  margin-bottom: 10px;
}
.ancora {
  color:#5eb6e4;
  padding: 5px 20px;
  border:2px solid #5eb6e4;
  border-radius:5px;
  margin-bottom:10px;
  width:100%;
  background:#ffffff;
  box-sizing:border-box;
}
.ancora:hover, .ancora_sel {
  text-decoration: none;
  color:#ffffff;
  background-color: #5eb6e4;
}

/* MENU STICKY */

/*CONTENUTI*/
.header {
  background:url('../img/bg_header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.briciola{
  font-size: 18px;
  font-family: 'Regular';
  display: block;
  margin-top:70px;
}
@media screen and (max-width: 800px) {
  .briciola {
    margin-top:0px;
    font-size: 18px;
  }
}
.tit_head1 {
  display: block;
  font-family: 'Did-Reg';
  font-size: 30px;
  line-height: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .tit_head1 {
    margin-top:20px;
    font-size: 24px;
  }
}
.tit_head2 {
  display: block;
  font-family: 'Did-Reg';
  font-size: 50px;
  line-height: 60px;
  margin-top: 130px;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .tit_head2 {
    margin-top:20px;
    font-size: 40px;
    margin-bottom: 0;
  }
}
.img_header_grande {
  max-width:800px; 
  width: 50%;
  max-height:500px;
  margin-left: 5%;
}
@media screen and (max-width: 800px) {
  .img_header_grande {
    width: 100%;
    margin: 0;
    max-height: 200px
  }
}
.img_header_grande img {
  object-fit: cover;
  width:100%; 
  max-height:500px;
  float: left;
}
@media screen and (max-width: 800px) {
  .img_header_grande img {
    max-height: 200px
  }
}
.titoli_header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px;
  width: auto;
  box-sizing:border-box;
}
@media screen and (max-width: 800px) {
  .titoli_header {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.img_header_piccola {
  object-fit: cover;
  width:250px; 
  height:300px;
  margin-bottom: 20px;
}
.img_header2_grande img {
  object-fit: cover;
  width: 100%;
  height: 350px;
  position: absolute;
  bottom:-30px;
}
@media screen and (max-width: 800px) {
  .img_header2_grande img{
        position: unset;
    margin-top: 20px;
    height: 250px;
  }
}
.blocco {
  padding:0 80px;
  margin-bottom:100px;
}
@media screen and (max-width: 800px) {
  .blocco {
    padding:0 20px;
  }
}
.allegato {
  border:2px solid #5eb6e4; 
  padding:8px 40px; 
  font-size:13px; 
  font-family: "Medium";
  color:#ffffff;
  background:#5eb6e4; 
  text-decoration:none; 
  display: table;
  float: right;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .allegato {
    float:none;
    margin-top:20px;
  }
}
.allegato:hover {
  color: #5eb6e4;
  background-color: #ffffff;
  text-decoration: none;
}
.img_blocco {
  width:100%; 
  margin:20px 0
}
.img_blocco2 {
  width:90%; 
  float:right;
}
@media screen and (max-width: 800px) {
  .img_blocco2 {
    width:100%; 
    margin-top:20px;
  }
}
.lista {
  margin-bottom: 20px;
}
.lista li {
  list-style-image: url("../img/list.jpg");
  list-style-position: inside;
}
.lista li a:hover {
  text-decoration: underline;
}

/*GALLERIA*/
.filtro {
  border:3px solid #5eb6e4; 
  padding:10px 70px 10px 10px; 
  font-size:13px; 
  color:#333333; 
  text-decoration:none; 
  float:right;
  margin-top: 30px;
  background: #ffffff;
  background-image: url("../img/arrow_down_black.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media screen and (max-width: 800px) {
  .filtro {
    float:left;
    margin-top:5px;
    margin-bottom:20px;
  }
}

.cont_galleria {
  background:#262626; 
  text-align:left; 
  color:#cccccc; 
  height:auto; 
  box-sizing:border-box;
  position: relative;
}
.titolo_cont {
  background-color:#71b4e5;
  padding:15px;
  text-align: left;
}
.titolo_cont2 {
  padding:15px;
  text-align: left;
}
.titolo_cont .cat {
  display:block; 
  font-size:14px; 
  font-family:'Regular'; 
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
}
.titolo_cont .titolo {
  display:block; 
  font-size:16px; 
  font-family:'semi'; 
  color: #ffffff;
  text-decoration: none;
}

.cont_slide {
  width:94% !important;
  margin:0 3% 20px;
}
.cont_slide img {
  width: 100%;
  /* width: 250px; */
  height: 150px;
  display: block;
  object-fit: cover;
}
.cont_slide:hover {
  filter:brightness(0.8);
  text-decoration: none;
}
.slide_agenda .cont_slide:hover {
  filter:none;
}
#agenda .pag2 {
  width: 80px;
  position: absolute;
  z-index: 2;
  right: calc(50% - 80px);
  left: auto;
  text-align: center;
  color: #000000;
  bottom:20px;
}
.pag3, .pag2 {
  width: 80px;
  position: absolute;
  z-index: 2;
  /*bottom: -50px;*/
  left: calc(50% - 80px/2);
  text-align: center;
  color: #000000;
}
.pag3 .slick-prev:before, .pag3 .slick-next:before {
  color: #666666;
}
.pag2 .slick-prev:before, .pag2 .slick-next:before {
  color: #666666;
}


.pagNum1 {
  font-size: 20px;
  font-family: "Did-bold";
  font-weight: bold;
}
.pagNum2 {
  font-size: 14px;
  font-family: "Did-Reg";
}
.nome_staff {
  padding-bottom:150px;
  border-bottom:1px solid #5eb6e4;
}
@media screen and (max-width: 800px) {
  .nome_staff {
    padding-bottom:10px;
    border-bottom:none;
  }
}
.img_staff {
  object-fit: cover; 
  width:250px; 
  height:280px; 
  float:left;
  position:absolute;
}
@media screen and (max-width: 800px) {
  .img_staff {
    position: relative;
  }
}
/* ACCORDION */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: #ffffff url('../img/arrow_down_black.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.accordion_paesi {
  background: transparent;
  cursor: pointer;

  padding: 20px 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active {
  background: #ffffff url('../img/arrow_up.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px;
}
.accordion_paesi.active, .accordion_paesi:hover {
  background: rgba(255,255,255,0.3);
}
/*.accordion:hover {
  opacity: 0.8;
}*/
.flag {
  height:80px;
  width:120px; 
  object-fit:cover;
  float:left;
}
@media screen and (max-width: 800px) {
  .flag {
    height:60px;
    width:90px; 
  }
}
.download {
  background: transparent;
  border: 1px solid #000000;
  padding: 5px 15px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px 0;
  background-color: white;
  display: none;
  overflow: hidden;
}
.panel2 {
  padding: 10px 0;
  display: none;
  overflow: hidden;
}
/* ACCORDION */
.example-image {
  width: 250px;
  height:250px;
  object-fit:cover;
}
@media screen and (max-width: 800px) {
  .example-image {
    width: 100px;
    height:100px;
  }
}
.dati_accordi {
  background-color:#e6e6e6;
  padding-top:10px;
  padding-bottom:10px;
}
.accordi_dato1 {
  padding:10px 10px 10px 50px;
  border:2px solid #e1f0f8;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.accordi_dato2 {
  padding:10px;
  background:#e1f0f8;
  border:2px solid #e1f0f8;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ico_social {
  width:40px;
  margin-right:10px;
}
ul.paesi li a{
  padding: 15px 10px;
  border-bottom:1px solid #000000;
  display: block;
  font-size: 14px;
  font-family: "Regular"
}
ul.paesi li a:hover {
  background: rgba(255,255,255,0.3);
  text-decoration: none;
}
/* FORM */
.input {
  border: 3px solid #5eb6e4;
  padding: 10px;
  width: 95%;
  background: #ffffff;
  box-sizing:border-box;
  color: #80807e;
}
select.input {
  background: #ffffff url("../img/arrow_down_black.png");
  background-size: 15px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}
input[type="button"], input[type="submit"] {
  background:#5eb6e4;
  color:#ffffff;
  border:3px solid #5eb6e4;
}
input[type="button"]:hover, input[type="submit"]:hover {
  background:#ffffff;
  color:#5eb6e4;
  border:3px solid #5eb6e4;
}
.submit {
  background-image: url("../img/arrow_form.jpg");
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position:center;
  color: transparent;
}
.leaflet-container {
  background: #cbe5f2 !important;
}
.leaflet-control-layers-toggle {
  background-image: url("../img/pin.png") !important;
  background-size: 80%;
}
/**/

/*FOOTER*/

.footer {
  padding:20px;
  margin-top:100px;
  border-top: 40px solid #cbe5f2;
  border-bottom: 40px solid #cbe5f2;
}
.stemma_footer {
  float: left;
  margin: 0 0 10px;
  height:80px;
}
.nome_footer {
  float: left;
  width: 100%;
}
.topnav_footer {
  margin-top: 40px;
}
.topnav_footer .sezione {
  font-size: 11px;
  font-family: "bold";
  display: block;
  border-bottom:1px solid #5eb6e4; 
  padding:0 10px 10px 0;
}
.topnav_footer ul {
  padding: 10px 10px 10px 0;
}
.topnav_footer a {
  display: block;
  font-size: 10px;
  color: #8d888d;
  line-height: 12px;
  text-decoration: none;
  font-family: "Medium";
  margin-bottom: 10px;
}

#st-1 {
  text-align: left !important;
}

fieldset {
  border:none;
  padding: 0
}
.form-row {
  width:50%;
  float: left;
  margin-bottom:20px;
}
.form-row span {
  display:block
}
.form-row input {
  border: 3px solid #5eb6e4;
  padding: 10px;
  width: 95%;
  background: #ffffff;
  box-sizing: border-box;
  color: #80807e;
}
.form-row input[type="checkbox"] {
  width: auto;
  margin:15px 0;
}
.form-row select {
  margin: 0;
  float: left;
  width:95%;
  border: 3px solid #5eb6e4;
  padding: 10px 70px 10px 10px;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  background: #ffffff;
  background-image: url(../img/arrow_down_black.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.button-wrapper {
  width:50%;
  float:right;
}
.button-wrapper input {
  padding: 10px;
    width: 95%;
    box-sizing: border-box;
}

.btn_allNews
{
  position:absolute;
  right:8%;
  bottom:20px;
}
@media screen and (max-width: 800px) 
{
  .btn_allNews 
  {
    float: right;
    position: relative;
  }
}
  
.comunita_acc{
  background-image: url(../img/bg-comunita.png;);
  font-size: 1em;
}

@media screen and (max-width: 1200px) 
{
  .comunita_acc{
    background-image: none;
    background-color: white;
    margin-bottom: 2em;
    
  }
}
