
.body-fs {

font-weight:200;

    }
h2 b{

font-weight:normal;
    }


 .no-padding {

 padding:0px;

     }


.carousel-caption {

  top: 250px;
animation: fadein 2s;
-moz-animation: fadein 2s; /* Firefox */
-webkit-animation: fadein 2s; /* Safari and Chrome */
-o-animation: fadein 2s; /* Opera */
background-repeat: no-repeat;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 130px;
    overflow: hidden;
height:70%;

  }


  .iclass{

  background-repeat: no-repeat;
          -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

    }



.contenitore-fuoco {

width: 100%;
max-height: 500px;
min-height: 300px;
height: calc( 100vh - 400px );
overflow:hidden;
  }





.iclass  {

width: 100%;
height: 100%;
  }


.scuro-fuoco{
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.5); /* Black w/opacity/see-through */
}

.img-responsive{
margin-bottom: 30px;
}


.scuro{
  background-repeat: no-repeat;
          -webkit-background-size:cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size:cover;
     background-image:url('../fotos/sisma/onda-sismica.svg');
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.5); /* Black w/opacity/see-through */
}

  .Slideh1{

font-size: 65px;
text-shadow: 0 4px 2px rgba(0, 0, 0, 1);

margin: 0px;
padding-bottom: 10px;
  }

  .Slideh3{
font-size: 45px;
text-shadow: 0 4px 2px rgba(0, 0, 0, 1);

  }


  @media(max-width:991px) {

    .carousel-caption {
          top: 350px;
          background-size: 200%;
              padding-top: 100px;
      }

          .Slideh1{
      font-size: 0px;
          }

          .Slideh3{
      font-size: 24px;
          }

          .contenitore-fuoco {

          width: 100%;
          max-height: 500px;
          min-height: 300px;
          height: calc( 100vh - 400px );
          overflow:hidden;
            }

            .carousel-caption-fuoco-rid {

              top: 180px;

              }

      }




  /* @media(min-width:768px) {

          .Slideh1{
      font-size: 32px;
          }

        }



  .carousel-caption h2 {

font-size: 24px

    } */

  @keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}


@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}


@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}


@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


.page-break-after {
  text-align: center;
  font-size:30px;

margin-top: 25px;
margin-bottom: 22px;}

h2 {
  text-align: center;
}

h3 {

  font-size:20px;
}




.icon-index {
position: relative;
width:80px;
  }

  .icon-index img{
  width:70px;
  padding-top: 35px;
    }


.panel-heading {
        text-align: center;
  }

.col-lg-12{
position: relative;
height: auto;
/*bottom: -40px;*/

  }

.slogan {
font-size: 13pt;
margin: 20px 0 55px 0;
    }

@media (min-width: 768px) {
      .slogan {
        font-size: 18pt;
      }
    }

  .panel-body {

  /*font-size: 16px;*/
  padding-left: 30px;
  }


  .panel-default-fuoco > .panel-heading {
      background-color: white;
      border-bottom: 0px;
      padding: 0px 0px;
  }

.img-responsive, .thumbnail > img{
      display: block;
      max-width: 100%;
      height: auto;
      padding-bottom: 50px;
  }

.button-english{

background-color: #000;
font-size: 25px;

}



.iclass{
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    opacity: 1;
}


.panel-blog{

  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 4px 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.20);
  padding: 15px;


}
.panel-blog p{
  font-size: 12pt;
}




.row-index-rosso {
  font-size: 12pt;


}






.jumbotron {

 color: white;
background-repeat: no-repeat;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    background-color: white;
    border-radius: 0px  !important;
}



/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/



	.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
	}

	.panel-default > .panel-heading {
    background-color: white;
		padding: 0;
		border-radius: 0;
    text-align: left;
    box-shadow: 2px 2px 3px rgba(0.9, 0.9, 0.1,0.2);

	}

	.panel-title {
      font-size: 18px;
      border-color: #fe7e58;
      border-radius: 0px;

	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.more-less {
		float: right;
		color: #212121;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #EEEEEE;
	}
