body{
  margin:0;
  width:100%;
}

.paper {
  fill: #f7f7f5;
}

.label-country {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  fill:#808080;
}

.divider-country {
  stroke: #bbbbb9;
  stroke-dasharray:6px  4px;
  stroke-width: .3px;
  fill:none;
}

.arrow,.arrow-chart {
  fill:none;
  stroke-width:2;
  stroke: #65655c;
/*  stroke-opacity:.5;
*/}


h1{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-weight: 600;
  margin-top: 0;
}

.ngg-text-block{
  position: absolute;
  width: 25%;
}


.ngg-text-block-m{
position:relative;
width:90%;
padding-left: 5%;
z-index:1;
min-height: :30px;
}


#m_container h1{
  padding-left: 30px;
  padding-top: 30px;
  width:250px;
}

.ngg-text-block p, #ngg-top p, .ngg-text-block-m p, .ngg-key-m p{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size:13px;
  line-height:18px;
  font-weight: 200;

}
.ngg-text-block p {
  width: 80%;
}

.continent {
  border-top: 2px solid #d3d3d3;
}

#ngg-key {
  width:59%;
  height:85px;
  margin-left:25%;
  text-align: center;
  position: absolute;
  top:0px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

#ngg-key .label{
  margin-top: 0px
}

#ngg-key-ie .label{
  margin-top: 0px
}
.ngg-text-block .leadin{
  font-weight: 600;
}

#ngg-chart{
  float:left;
  margin-top: 50px;
}

#ngg-chart-sm-ie{
  display:none;
}

#ngg-text{
  width: 25%;
  max-width:400px;
  float:left;
  padding-right: 5%;
margin-top: 127px;
}

#ngg-slider, #ngg-top{
  position: fixed;
  top:150px;
  height:85px;
}

#ngg-top {
  background-color: #fff;
  width:85%;
  margin:auto;
}

.axis line {
    fill: none;
    stroke: #AAA;
    shape-rendering: crispEdges;
}

.axis path{
    fill: none;
    stroke: none;
}

.axis text {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 11px;
    fill: #AAA;
}

.x.axis path{
    fill: none;
    stroke: #808080;
    stroke-opacity:0.3;
    stroke-width: 2px;
    shape-rendering:crispEdges;
}

.slider .handle {
  fill: #fff;
  stroke: #aaa;
  stroke-opacity:0.7;
  stroke-width: 1px;
  pointer-events:none;
}
.background {
  cursor:col-resize!important;
}

#ngg-graphic{
  width:85%;
  margin:auto;
  position:relative;

}


#outer-fix{
  float:left;
  height:3000px;
  position:relative;
}
#ngg-chart-sm{
  position:fixed;
  top: 233px;
  margin-left:20px;
}

#ngg-chart-sm-ie{
  position:fixed;
  top: 233px;
  margin-left:20px;
}


.credits, .credits-m p{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 11px;
  text-transform: uppercase;
  line-height:15px;
  color:#AAA;
  margin-top:5px;
}
.credits {
  top:2670px;
  position:absolute;
  width:170px;
}

#americas_europe{
  top:700px;
}
#middleeast{
top: 1309px;
}

#africa{
top: 1559px;
}

#asia{
top: 2459px;
}

#m_container{
  display:none;
}

.m-chart{
  position:relative;
  z-index:2;
  width:100%;
}
#middleeast-m{
/*  margin-top: -202px;*/
}

#africa-m{
margin-top: -130px;
margin-bottom: 0;
}

#asia-m{
margin-top: -130px;
padding-bottom: 0px;
}

#americas-europe-m{
margin-top: -130px;
margin-bottom: 0;
}

.credits-m{
  top: 3750px;
position: absolute;
width: 70%;
padding-left: 30px;
}

.ngg-key-m{
  width:100%;
  padding: 0 3%;
}

.label{
  font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size:12px;
}

#ngg-chartie{
  display:none;
  float:left;
}

#ngg-key-ie{
  display:none;
 width:59%;
  height:85px;
  margin-left:25%;
  text-align: center;
  position: absolute;
  top:0px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

3
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 #ngg-chartie{
  display:block;
  float:left;
}

#ngg-key-ie{
  display:block;
 width:59%;
  height:85px;
  margin-left:25%;
  text-align: center;
  position: absolute;
  top:0px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

#ngg-slider{
  display:none;

}

#ngg-key{
  display:none;
}

#ngg-chart{
  display:none;
}
}

@media (max-width: 850px){

#m_container{
  display:block;
}

#ngg-graphic{
  display:none;
}

.ngg-text-block-m p{
  font-size:15px;
  line-height: 20px
}

}