body {
  overflow: hidden;
  font-family: "Lyon Text OSF Web",Georgia,"Times New Roman",Times,serif;
  color: #000;
  background-color: #FFF;
  font-size: 1.75rem;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/*custom internazionale */
.top-header{
	width: 100%;
    height: 66px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #022342;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.top-header img.logo-internaz {
    margin-top: 1.3rem;
    margin-left: 1.2rem;
    height: 48px;
    line-height: 150px;
    float: left;
    font-size: 60px;
    color: white;
    font-weight: 400;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 296px;
    height: auto;
}
.top-header.smaller {
    height: 47px;
}
.top-header.smaller img.logo-internaz{
	width: 200px;
}
.top-header-social{
	float: right;
	padding: 10px 10px 0px 0px;
	opacity: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.top-header-social.smaller{
	opacity: 1;
}
.top-header-social a{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.top-header-social img{
	width: 25px;
	height: auto;
}


.title-page {
    height: 100%;
    text-align: center;
    margin-top: 80px;

    width: 96%;
    margin-bottom: 60px;
}
@media(min-width: 480px){
	.title-page {
		width: 50%;
		margin-top: 120px;
	}
}
@media(min-width: 1250px){
	.title-page {
		width: 35%;
	}
}

.row.title-img{
	max-width: 70em;
}

.article_cover_type{
    background: #4EA9D5;
    padding: 15px 15px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
}

.article_cover_title{
    margin-top: 3px;
}
.article_cover_title a,
.article_cover_title a:hover,
.article_cover_title a:visited{
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    background-color: rgba(0,0,0,0.75);
    line-height: 38px;
    display: inline;
    padding: 0px 14px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.article_cover_title.mac a,
.article_cover_title.mac a:hover,
.article_cover_title.mac a:visited{
    padding: 5px 14px;
    line-height: 42px;
}
@media(min-width: 64em){
    .article_cover_title a,
    .article_cover_title a:hover,
    .article_cover_title a:visited{
        font-size: 42px;
        line-height: 56px;
    }

    .article_cover_title.mac a,
    .article_cover_title.mac a:hover,
    .article_cover_title.mac a:visited{
        line-height: 56px;
    }
}
.row.first_row{
	padding-top: 80px;
}
@media(min-width: 1024px){
	.row.first_row{
		padding-top: 130px;
	}
}

.row.credits{
	padding-top: 50px;
}

#copyright-year {
    background-color: #022342;
	font-size: 14px;
	padding-top: 1em;
}
#copyright-year .row > div {
    width: 80%;
    margin: 0 auto;
}

.fotorama__caption{
	font-family: "Lyon Text OSF Web",Georgia,"Times New Roman",Times,serif !important;
}

/* end custom */


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  /* change if the mask should have another color then white */
  z-index: 2099;
  /* makes sure it stays on top */
}
#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
  background-repeat: no-repeat;
  background-size: 50%;
}

/** {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
*/

body {
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 4.4rem;
}
.menu-wrapper {
  background-color: #ed0a4b;
  position: fixed;
  z-index: 1000;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, .2);
  width: 100%;
}
.slicknav_menu {
  display: none;
}
.scroll, .scroll .thumb {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  /* Firefox 4 */
  -webkit-transition: all 0.35s;
  /* Safari and Chrome */
  -o-transition: all 0.35s;
  /* Opera */
}
.menu-wrapper p.title {
  cursor: pointer;
}
#menu .selected {
  font-weight: bold;
  color: black;
}
.scroll {
  background-color: #ed0a4b;
}
.scroll .thumb, .scroll .text .text {
  opacity: 0;
}
#menu {
  padding: 0;
}
#menu ul {
  height: 5.3rem;
  list-style-type: none;
  margin: 0.5rem 0;
  background-color: #ed0a4b;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  text-align: center;
}
#menu ul li {
  display: inline-block;
  width: 16%;
  margin: 0;
  padding: 0;
}
#menu .title {
  margin-top: 0;
  color: #FFF;
  font-size: 1.6rem;
  position: relative;
  top: -1.6rem;
  margin-bottom: 0;
  letter-spacing: 0.04rem;
  padding: 2.4rem 0 0 0rem;
  line-height: 2rem;
  text-align: left;
}
#menu p.title {
  width: 80%;
}

}
#menu .text {
  color: #fff;
  font-size: 0.5rem;
  margin-bottom: 0;
}
.column, .columns {
  margin: 0 2%;
}
img {
  width: 100%;
}
.container {
  max-width: 1170px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.row {
  /* padding: 0 1.5rem;*/

  padding: 0rem;
}
.row.first {
  border-bottom: 0.2rem solid #ed0a4b;
  margin: 0rem;
  padding: 0;
  margin-bottom: 1rem;
  padding-top: 0;
}
.header {
  background-image: url('../images/header-pic.jpg');
  max-height: 680px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0rem;
  padding-top: 0rem;
  min-height: 480px;
}
h1, h2, h3, h4 {
  color: #ed0a4b;
}
h4 {
  font-size: 2.6rem;
}
.red-bottom {
  height: 658px;
}
.intro-gallery {
  /*margin-top: 4rem;*/
}
.header-map {
  padding: 0;
  margin-top: 4rem;
}
.header-map svg line {
  stroke-width: 1;
}
.header-map g#bubbles {
  transform: translate(0px, 0px);
}
#earthquake-chart circle {
  opacity: 0;
}
#earthquake-chart g#ttip {
  transform: translate(140px, -263px);
}
#earthquake-chart #y-legend {
  transform: translateY(-160px);
}
#earthquake-chart #y-legend text {
  font-size: 9px;
}
#earthquake-chart #x-values text {
  font-size: 9px;
}
.header h1 {
  font-size: 9rem;
  width: 50%;
  line-height: 8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.6rem;
}
.header h4 {
  text-transform: uppercase;
  color: #111;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  width: 40%;
}
#memoria h3, #pericolo h3, #misure h3, #ricerca h3, #calcoli h3, #costi h3, #home h3 {
  text-align: center;
  color: black;
  margin-top: 4rem;
}
#calcoli h3, #costi h3, #home h3 {
  margin-top: 0 !important;
}
.memory h1 {
  text-align: center;
  color: black;
  margin-top: 12rem;
}
.memory h3 {
  letter-spacing: 0.08rem;
  margin-top: 4.5rem;
}
.memory row, .memory .columns {
  padding: 0;
  margin: 0 2%;
}
.memory p {
  padding-right: 0rem;
}

}
.mapboxgl-popup-content {
  padding: 0!important;
}
.mapboxgl-popup-content p {
  margin: 0;
  padding: 0;
  padding: 0 3px!important;
  font-size: 1.1rem!important;
  line-height: 2.8rem!important;
  padding: 0 0.5rem!important;
}
.ttip-city, .ttip-dead, .ttip-missing {
  font-weight: bold!important;
  text-align: center;
}
.ttip-dead {
  background-color: #c13352;
}
.ttip-missing {
  background-color: #c07900;
}
.inquietudine {
  /* margin-top: 6rem;*/
  padding-top: 5rem;
  /*border-top: 7px solid #ed0a4b;*/
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border-bottom: 0.2rem solid #ed0a4b;
  margin-bottom: 1rem;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row.radioactive {
  padding: 0;
}
.radioactive .three p {
  padding-top: 3.7rem;
}
.row h4, .radioactive h4 {
  margin-bottom: 0rem;
  text-align: center;
  /*margin-top: 4rem;*/
  letter-spacing: 0.01rem;
}
.radioactive .eight h3 {
  margin-top: 4rem;
  color: black;
  text-align: right;
}
.separator {
  border-top: 1px solid #ed0a4b;
  margin-top: 4rem;
}
.fotorama__caption {
  text-align: center;
  opacity: 0;
}
.fotorama__caption__wrap {
  background-color: white;
  padding: 5px 10px;
  color: black;
}
.fotorama__html {
  color: white;
  font-size: 4.9rem;
  padding: 20% 12% 12% 12%;
  line-height: 5.9rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.78);
  width: 74%;
}
.train {
  background-color: #ed0a4b;
  padding: 0;
  border-radius: 2px;
  margin-bottom: 1.3rem;
}
.train h5 {
  color: white;
}
.train audio {
  width: 100%;
}
.train p.title {
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 2rem 0;
}
.train .eight {
  width: 67.63%;
}
.row.train .nine {
  padding-right: 0;
  background-image: url('../images/20_TheWaveofReconstruction_Satolli_DSC6473.jpg');
  height: 683px;
  padding-top: 5.5%;
}
.row.train .nine h4 {
  color: #FFF!important;
}
.highlight {
  background-color: #CDD2D4;
  padding: 2px;
  background: #CDD2D4;
  box-shadow: 4px 0 0 #CDD2D4, -4px 0 0 #CDD2D4;
}
p.quote-text {
  color: #ed0a4b;
  font-size: 2rem;
}
.quote {
  background-color: white;
  color: white;
  line-height: 7rem;
  padding: 0;
}
.quote h1, .quote h3, .quote h5 {
  color: #ed0a4b;
  letter-spacing: 0.01rem;
  text-align: center;
}

/*.mapboxgl-ctrl-attrib {
    display: none!important;
}*/
.mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-popup-content p {
  font-size: 1.5rem;
}
body {
  margin: 0;
  padding: 0;
}
#map {
  height: 830px;
  width: 100%;
}
#killedMap {
  height: 662px;
  width: 100%;
}
#ricerca-video-title h4 {
  text-align: center;
}
.legend {
  text-align: center;
}
.legend ul {
  list-style-type: none;
  margin-bottom: 0;
  /* margin-top: 2.7rem;*/
}
.legend li:first-child {
  text-align: left;
}
.legend li {
  text-align: left;
  display: inline-block;
  width: 10%;
}
.legend li p {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  line-height: 1.1rem;
  margin-top: 0.3rem;
}
.legend .circle {
  background: rgb(247, 237, 239);
  border-radius: 50%;
  margin: 0;
}
.legend label, .legend span {
  display: block;
  float: left;
  height: 15px;
  width: 20%;
  text-align: center;
  font-size: 9px;
  color: #808080;
}
.legend span.dead {
  color: #c13352;
  font-size: 1.5rem;
}
.legend span.missing {
  color: #c07900;
  font-size: 1.5rem;
}
.header-map .source {
  font-size: 1rem;
  text-align: right;
  position: relative;
  top: -3.4rem;
  left: -3rem;
}
.source {
  font-size: 1rem;
  text-align: center;
}
.row.gallery {
  padding: 0;
}

/*GRAFICO ENERGIE*/
svg {
  width: 100%;
  height: 100%;
}
path.slice {
  stroke-width: 2px;
}
polyline {
  opacity: .2;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}
.labelValue {
  font-size: 60%;
  opacity: .5;
}
.toolTip {
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  background: none repeat scroll 0 0 white;
  border: 0 none;
  border-radius: 8px 8px 8px 8px;
  box-shadow: -3px 3px 15px #888888;
  color: black;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
text {
  font-size: 17px;
}
.energy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.energy .source {
  text-align: center;
  margin-top: 4rem;
}
div#energy-donut {
  height: 35rem;
  position: relative;
  left: -7.5rem;
}
svg#nuclear-power text {
  font-size: 0.8rem;
  opacity: 0;
}
svg#nuclear-power polyline {
  stroke: black;
  opacity: .2;
}
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 0px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
button.active {
  background-color: #ED0A4B;
  color: white;
}
.video-container {
  position:relative;
  padding-bottom:48.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.tepco-box, .train-box {
  background-color: #ED0A4B;
  border-radius: 2px;
}
.tepco-box p, .train-box p {
  padding: 1rem;
}
.tepco-box audio, .train-box audio {
  width: 96.5%;
  padding: 0 1rem;
}

/*GRAFICO ENERGIE*/
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #ed0a4b;
  padding: 5px;
}

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*MEDIAQUERIES*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .title {
    margin-top: 0;
    color: #FFF;
    font-size: 1.2rem;
    position: relative;
    top: -0.2rem;
    margin-bottom: 0;
    letter-spacing: 0.04rem;
    padding: 2rem 0 0 0rem;
    line-height: 1.4rem;
    text-align: left;
    width: 80%;
  }
  #menu ul {
    text-align: center;
  }
  #menu ul li {
    width: 15%;
  }
  .row.train .nine {
    padding-right: 0;
    background-image: url('../images/20_TheWaveofReconstruction_Satolli_DSC6473.jpg');
    height: 413px;
    padding-top: 5.5%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .row.train .three.columns {
    width: 92%;
    margin: auto;
    padding-left: 5rem;
  }
  div#energy-donut {
    height: 90rem;
    position: relative;
    left: -27rem;
    width: 100rem;
  }
}

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////*/

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
  .column, .columns {
    margin: 0;
  }
  div {
    box-sizing: border-box;
  }
  .row {
    padding: 0rem 1.2rem;
  }
  .row.gallery {
    padding: 0rem 1.5rem;
  }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0;
  }
  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0px 0px #000;
    letter-spacing: 0.04rem;
    padding-right: 11.6rem;
  }
  .slicknav_open .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu p.title {
    text-align: center;
    letter-spacing: 0.04rem;
  }
  .slicknav_btn {
    background-color: transparent;
  }
  /* .slicknav_menu {
        display: inherit;
    }*/
  .header-map .source {
    font-size: 0.5rem;
    text-align: right;
    position: relative;
    top: 0;
    left: -0.7px;
  }
  .menu-wrapper {
    display: none;
  }
  .container {
    padding: 0;
  }
  .column {
    margin-left: 0rem;
  }
  .header-map {
    border: 0;
  }
  .header {
    background-image: url('../images/header-pic.jpg');
    max-height: 680px;
    background-repeat: no-repeat;
    background-size: 290%;
    padding: 1rem;
    padding-top: 2rem;
    min-height: 480px;
    background-position-x: -300px;
  }
  .header h1 {
    font-size: 4rem;
    width: 100%;
    line-height: 4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.6rem;
  }
  .header h4 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    width: 90%;
  }
  h4 {
    font-size: 2.2rem;
    letter-spacing: 0.04rem;
  }
  .row p {
    width: 95%
  }
  .row.first {
    padding-top: 5.2rem;
  }
  .row.radioactive {
    padding: 0rem 1.5rem;
  }
  .video-container {
    position: relative;
    padding-bottom: 43.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .gallery.radiations {
    overflow: hidden;
  }
  .fotorama__caption__wrap {
    opacity: 0;
  }
  /*  .row.ricerca {
        padding: 0;
    }*/
  .row.ricerca .six:nth-child(1) {
    padding-left: 0rem;
  }
  .row.ricerca .six .legend, .row.ricerca .six .source {
    padding-left: 1.2rem;
  }
  .row.ricerca .six:nth-child(2) {
    padding-left: 1.2rem;
  }
  .legend li {
    width: 11%;
  }
  .legend li p {
    font-size: 0.7rem;
  }
  .row.train, .row.train .nine {
    padding: 0;
    margin: 0;
  }
  .row.train .nine {
    padding-right: 0;
    background-image: url('../images/20_TheWaveofReconstruction_Satolli_DSC6473.jpg');
    height: 213px;
    padding-top: 28.7%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .row.train .nine h4 {
    margin-top: 0rem;
    font-size: 1.1rem;
  }
  .row.train {
    margin-bottom: 2rem;
  }
  .row.train p {
    width: 97%;
  }
  .row.train audio {
    width: 97%;
  }
  .row.train .three {
    padding-left: 1.2rem;
  }
  .row.energy {
    padding: 0;
  }
  #donut-2012, #donut-2009 {
    letter-spacing: 0;
  }
  div#energy-donut {
    position: relative;
    left: 0rem;
  }
  div#energy-donut svg g.main {
    transform: translate(483px, 225px);
  }
  div#energy-donut svg text {
    font-size: 3rem;
  }
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////*/
  /* Portrait */
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .slicknav_menu .slicknav_icon {
      float: left;
      width: 1.125em;
      height: 0.875em;
      margin: 0.188em 0 0 0;
    }
    .slicknav_menu {
      display: block;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 100;
    }
    .slicknav_menu .slicknav_menutxt {
      color: #fff;
      font-weight: bold;
      text-shadow: 0 0px 0px #000;
      letter-spacing: 0.04rem;
      padding-right: 11.6rem;
    }
    .slicknav_open .slicknav_menutxt {
      display: none;
    }
    .slicknav_menu p.title {
      text-align: center;
      letter-spacing: 0.04rem;
    }
    .slicknav_btn {
      background-color: transparent;
    }
  }
}
