
/* reset reveal */

section.fslide {
	margin: 0 !important;
	padding: 0 !important;
}

/* end reset reveal */

/* vega tooltips */
#vg-tooltip-element {
  visibility: hidden;
  padding: 8px;
  margin: 0;
  position: fixed;
  z-index: 1000;
  font-family: 'Arial';
  line-height: 12px;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);

  background-color: #505050;
  border: none;
  color: #fff;
}
#vg-tooltip-element.visible {
  visibility: visible;
}
#vg-tooltip-element table {
  border-spacing: 0;
}
#vg-tooltip-element td {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-family: 'Arial';
  line-height: 13px;
  font-size: 14px;
}
#vg-tooltip-element td.key {
display: none;
}
/* end vega tooltips */

.fslide .topbody {
  font-family: squaresans, sans-serif;
  color: #616161;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.fslide h1 {
  margin-top: 26px;
  margin-bottom: 26px;
  color: #fff;
  font-size: 38px;
  line-height: 64px;
  font-weight: 400;
}

.fslide h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 66px;
  font-weight: 300;
}

.fslide h3 {
  margin: 26px 26%;
  padding-bottom: 12px;
  border-bottom: 1px solid dimgrey;
  color: #555;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.fslide p {
  margin-bottom: 0px;
}

.fslide ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #8b8b8b;
}

.fslide li {
  margin-bottom: 0px;
}

.slide-geo-jobs .vega-bind label {
	left: -7px;
}

.fslide .openingsection {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.fslide .openingsection.first {
  background-color: #0a3b37;
  background-image: url('../images/coalbg1x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fslide .point-down-c {
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 100;
  width: 64px;
  height: 24px;
  background-color: #034ea1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fslide .point-down-c.first {
  height: 30px;
  padding-top: 8px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fslide .chevron-d-img {
  display: block;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
}

.fslide .logobar {
  position: relative;
  width: 100vw;
  height: 94px;
  background-color: #fff;
}

.fslide .logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
}

.fslide .contain-start {
  position: relative;
  top: 45%;
  margin-top: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.fslide .contain-start.fin {
  top: 8%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fslide .contain-start.bottom {
  margin-top: 0%;
}

.fslide .heading-main {
  font-size: 82px;
  font-size: 73px; 
  font-weight: 300;
  letter-spacing: 0.01em;
}

.fslide .heading-main.fin {
  color: #555;
}

.fslide .start-h-c-1 {
  margin-bottom: 42px;
  margin-left: 47%;
}

.fslide .heading-second {
  margin-left: 64px;
  color: #fff;
  font-size: 68px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.fslide .heading-second.fin {
  color: #555;
}

.fslide .heading {
  margin: 64px 0% 10px;
  padding-bottom: 0px;
  float: right;
  border-bottom-style: none;
  color: #ddd;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.02em;
}

.fslide .heading.fin {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #222;
  font-size: 23px;
}

.fslide .section-map {
  position: relative;
  z-index: 1;
  max-width: 52%;
  float: right;
}
/* ?????????????
.fslide .section-map.fw {
  overflow: visible;
  max-width: 100%;
}
*/
.fslide .section-map.nw {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 62%;
}

.fslide .section-map.nw.horiz {
  max-width: 42%;
}

.fslide .start-s-k-centre {
  position: relative;
  width: 420px;
  margin-top: 0px;
}

.fslide .s-content {
  position: static;
  padding-left: 5%;
}

.fslide .s-content.padd-r {
  padding-right: 5%;
}

.fslide .s-content-title {
  padding-top: 42px;
}

.fslide .section-collapse-title-c {
  display: none;
  width: 100%;
  height: 52px;
  padding-top: 4px;
  padding-left: 5%;
  border-bottom: 1px solid #ccc;
  background-image: none;
}

.fslide .collapse-close {
  position: relative;
  width: 100px;
  height: 52px;
  float: right;
}

.fslide .open-close-img {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fslide .collapse-open {
  position: relative;
  display: none;
  width: 100px;
  height: 52px;
  float: right;
  opacity: 0;
}

.fslide .section-viz-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  border-top: 3px none #00739d;
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 41%, #fff);
  background-image: linear-gradient(0deg, #f0f0f0 41%, #fff);
}

.fslide .section-viz {
  position: relative;
}

.fslide .section-viz.slot {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/jrc-bgimg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fslide .map.disabled {
  opacity: 0;
}

.fslide .section-viz-h {
  position: relative;
  z-index: 10;
  margin-top: 12px;
  margin-bottom: 26px;
  padding-left: 90px;
  background-image: url('../images/power-plant-ic2x.png');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.fslide .section-viz-h.mines {
  margin-top: 0px;
  background-image: url('../images/coal-mines-ic2x.png');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.fslide .section-viz-h.jobs {
  background-image: url('../images/jobs-ic2x.png'), url('../images/jobs-icon-v22x.png');
  background-position: 0px 0px, 0px 0px;
  background-size: 80px, 80px;
  background-repeat: no-repeat, no-repeat;
}

.fslide .section-viz-h.setting {
  background-image: url('../images/energy-ic2x.png');
  background-position: 0px 0px;
  background-size: 80px;
  background-repeat: no-repeat;
}
/*
.fslide .section-left-c {
  max-width: 48%;
  float: left;
}

.fslide .content-tab {
  display: block;
  width: 520px;
  margin-bottom: 26px;
  padding: 4px;
  background-color: transparent;
  opacity: 1;
  color: #8b8b8b;
  font-weight: 400;
  text-decoration: none;
}

.fslide .content-tab.w--current {
  background-color: #ddd;
  opacity: 1;
  color: dimgrey;
}

.fslide .content-tab.single.w--current {
  background-color: transparent;
}
*/
.fslide .content-tab-txt {
  margin-bottom: 0px;
}
/*
.fslide .content-tab-txt.single {
  margin-bottom: 26px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.fslide .content-tab-txt._12 {
  margin-bottom: 12px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}
*/
.fslide .s-content-info {
  padding-top: 0px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #c7d2d1;
}

.fslide .body-ul {
  margin-bottom: 26px;
  padding-left: 22px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fslide .section-viz-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  border-top: 3px none #a00556;
  background-image: -webkit-linear-gradient(270deg, #fff 41%, #f0f0f0);
  background-image: linear-gradient(180deg, #fff 41%, #f0f0f0);
}

.fslide .content-tab-geography-bar-c {
  display: none;
  overflow: hidden;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 12px;
  padding-right: 26px;
  padding-left: 26px;
  opacity: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.fslide .bar-jobs-85 {
  width: 85%;
  height: 100%;
  padding-left: 8px;
  float: left;
  background-color: #97067e;
  color: #f1f1f1;
}

.fslide .bar-jobs-15 {
  width: 15%;
  height: 100%;
  padding-left: 8px;
  float: left;
  background-color: #9fa7ce;
  color: #f1f1f1;
}

.fslide .bar-jobs-73 {
  width: 73%;
  height: 100%;
  padding-left: 8px;
  float: left;
  background-color: #ff6b08;
  color: #f1f1f1;
}

.fslide .bar-jobs-27 {
  width: 27%;
  height: 100%;
  padding-left: 8px;
  float: left;
  background-color: #9fa7ce;
  color: #f1f1f1;
}

.fslide .section-viz-3 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #fff 41%, #f0f0f0);
  background-image: linear-gradient(180deg, #fff 41%, #f0f0f0);
}

.fslide .section-viz-4 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #fff 41%, #f0f0f0);
  background-image: linear-gradient(180deg, #fff 41%, #f0f0f0);
}

.fslide .section-viz-5 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #fff, #f0f0f0);
  background-image: linear-gradient(180deg, #fff, #f0f0f0);
}
/*
.fslide .li-compact1 {
  margin-bottom: 12px;
}

.fslide .content-tab-h {
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 1px solid dimgrey;
  background-color: transparent;
}

.fslide .tab-cols {
  width: 48%;
  float: left;
}

.fslide .tab-cols.col2 {
  width: 52%;
  margin-top: -48px;
  float: right;
}

.fslide .tab-cols.col1-txt {
  margin-top: 48px;
}

.fslide .col1-tab2-img {
  margin-top: 24px;
}
*/
.fslide .section-viz-6 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #fff 41%, #f0f0f0);
  background-image: linear-gradient(180deg, #fff 41%, #f0f0f0);
}

.fslide .tab-explain {
  position: absolute;
  left: 0px;
  top: 40%;
  z-index: 200;
  width: 30px;
  height: 100px;
  border-radius: 0px 8px 8px 0px;
  background-color: #eaeaea;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .26);
  opacity: 0.77;
  -webkit-transform: translate(-14px, 0px);
  -ms-transform: translate(-14px, 0px);
  transform: translate(-14px, 0px);
}

.fslide .info-block {
  position: absolute;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  padding-top: 6%;
  background-color: #000;
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

.fslide .custom-tab-nav {
  width: 100%;
  height: 40px;
  padding: 9px;
}

.fslide .custom-tab-nav.custom-first {
  background-color: #ccc;
}

.fslide .s-content-c {
  position: static;
}

.fslide .s-content-left-c {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fslide .s-content-left-c.horiz {
  width: 54%;
}

.fslide .viz4tab-nav {
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 4px 12px;
  border-bottom: 1px solid #797979;
  color: dimgrey;
  font-weight: 400;
  text-decoration: none;
}

.fslide .viz4tab-nav.act {
  border-bottom-color: #000;
  background-color: #797979;
  color: #eaeaea;
}

.fslide .viz4tab-nav.horiz {
  width: auto;
  margin-right: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid dimgrey;
  background-color: transparent;
  color: #444;
  font-weight: 300;
}

.fslide .viz4tab-nav.horiz.act {
  background-color: #c8c8c8;
}

.viz4tab-nav.horiz.no4 {
  background-color: transparent;
}

.viz4tab-nav.horiz.no2 {
  background-color: transparent;
}

.viz4tab-nav.horiz.no3 {
  background-color: transparent;
}						
							
.fslide .body {
  margin-bottom: 0px;
  color: dimgrey;
  font-weight: 400;
}

.body.no-introtxt {
  margin-top: 48px;
}				   
				   
.fslide .viz4map-tab1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.fslide .viz4map-tab2 {
  position: relative;
  display: none;
  height: 100vh;
}

.fslide .jrc-titel {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.fslide .fin-center {
  float: right;
  color: #333;
  text-align: right;
}

.fslide .key-clues-c {
  margin-top: 16px;
  float: right;
  color: #ddd;
  letter-spacing: 0.02em;
}

.fslide .body-a {
  color: #034ea1;
  text-decoration: none;
}

.fslide .body-a:hover {
  text-decoration: underline;
}

.fslide .section-viz-setting {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 41%, #fff);
  background-image: linear-gradient(0deg, #f0f0f0 41%, #fff);
}

.fslide .vierblok-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82%;
  margin-top: 82px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.fslide .vierblok {
  position: relative;
  width: 46%;
  height: 46%;
  margin: 14px;
  border: 1px solid #c0cbd3;
  background-color: #c0cbd3;
  box-shadow: none;
  opacity: 0.3;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fslide .vierblok.s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1px) scale(1);
  transform: perspective(1px) scale(1);
  -webkit-transform-origin: 100% 70% 0px;
  -ms-transform-origin: 100% 70% 0px;
  transform-origin: 100% 70% 0px;
}

.fslide .vierblok.s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  -webkit-transform-origin: 0% 70% 0px;
  -ms-transform-origin: 0% 70% 0px;
  transform-origin: 0% 70% 0px;
}

.fslide .vierblok-pijl-zone {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.fslide .vierblok-pijl-zone.next {
  left: auto;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  cursor: pointer;
}

.fslide .vierblok-pijl {
  width: 28px;
  opacity: 0.62;
}

.fslide .vierblok-pijl.restart {
  width: 24px;
}

.scene-graph {
  overflow: hidden;
  width: 75vw;
  height: 64vh;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scene-graph-c {
  position: absolute;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scene-graph-c.l2 {
  opacity: 0.54;
}

.setting-graph-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82%;
  padding-right: 5%;
  padding-left: 5%;
}

.graph-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-width: none;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
}

.fslide .zoom-c {
  position: absolute;
  top: 86%;
  right: 36px;
  z-index: 100;
  width: 24px;
  height: 44px;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .86);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .26);
}

.fslide .zoom-d {
  position: absolute;
  left: 50%;
  top: 53%;
  width: 18px;
  height: 1px;
  background-color: #aaa;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fslide .zoom-plus-c {
  position: absolute;
  left: 50%;
  top: 3px;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fslide .zoom-plus {
  display: block;
  width: 16px;
  height: 16px;
}

.fslide .zoom-minus-c {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fslide .zoom-min {
  display: block;
  width: 16px;
  height: 16px;
}

.fslide .embed {
  width: 1022px;
  height: 1042px;
}

.fslide .s-content-horiz-tab-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fslide .s-content-graph-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 52px;
  padding-bottom: 26px;
}

.fslide .s-content-graph-c.viz4 {
  padding-top: 26px;
}

.fslide .viz4graph-1 {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fslide .viz4graph-2 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fslide .viz4graph-3 {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fslide .viz4graph-4 {
  position: relative;
  display: none;
  height: 455px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fslide .viz6graph-2 {
  position: relative;
  display: none;
  width: 705px;
}

.fslide .viz6graph-3 {
  position: relative;
  display: none;
  width: 705px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fslide .viz6graph-4 {
  position: relative;
  display: none;
  width: 705px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fslide .viz5-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fslide .viz5-graphcol {
  width: 20%;
  min-height: 580px;
}

.fslide .viz5-graphcol.first {
  padding-top: 90px;
}

.fslide .viz5-graphcol-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 490px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fslide .viz5-graphcol-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 245px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 2px solid #dcdcdc;
}

.fslide .viz5-graphcol-top.last {
  border-right-style: none;
}

.fslide .viz5-graphcol-bttm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 245px;
  padding-bottom: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0a3b37;
  border-right: 2px solid #f0f0f0;
  background-image: -webkit-linear-gradient(270deg, #d6e0ec 37%, rgba(214, 224, 236, .4) 66%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, #d6e0ec 37%, rgba(214, 224, 236, .4) 66%, hsla(0, 0%, 100%, 0));
}

.fslide .viz5-graphcol-bttm.last {
  border-right-style: none;
}

.fslide .viz5-graphcol-bttm.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fslide .p-center {
  text-align: center;
}

.fslide .p-label {
  color: #333;
  font-weight: 500;
}

.fslide .viz5-graph-top {
  height: 210px;
}

.fslide .viz5-graph-bttm {
  height: 146px;
}

.fslide .viz6-graph-lbl {
  position: absolute;
  left: 84px;
  top: -11px;
}

.fslide .viz4-img-left {
  display: block;				 
  max-height: 455px;
}

.fslide .viz6-img-left {
  max-height: 455px;
}

.fslide .viz6graph-1 {
  position: relative;
  width: 705px;
}

.fslide .viz4map-tab3 {
  position: relative;
  display: none;
  height: 100vh;
}

.fslide .viz4map-tab4 {
  position: relative;
  display: none;
  height: 100vh;
}

.fslide .viz2-chckb-coal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-left: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.fslide .viz2-chckb-field {
  margin-right: 48px;
}	

.slider-c {
  width: 100%;
  margin-top: 32px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.slider-bar-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-bar {
  width: 356px;
			 
			
  height: 5px;
				
  background-color: #ebebeb;
}

.slider-indic {
  width: 2px;
  height: 16px;
  background-color: #b4b4b4;
}

.slider-indic-c {
  position: absolute;
  left: 10%;
  top: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-barchart-c {
  width: 100%;
  height: 20px;
  margin-top: 60px;
  margin-bottom: 3px;
}

.slider-barchart-bg {
  position: absolute;
  width: 356px;
  height: 20px;
  background-color: #ebebeb;
}

.slider-barchart {
  position: absolute;
			 
  width: 286px;
  height: 20px;
  padding-top: 3px;
  padding-left: 4px;
  background-color: #b00180;
  color: #eaeaea;
  line-height: 14px;
}

.viz3-tooltip {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 12px;
  border-radius: 4px;
  background-color: #545454;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eaeaea;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.div-block {
  margin-bottom: 12px;
}

.sc-graph {
  height: 166px;	
}

.sc-source {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.graph-bbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  QQwidth: 729px;
  width:75vw;
}

.sc2-graph-title {
  position: absolute;
  left: 4.5vw;
  top: 0px;
}

.sc2-graph-label-y-c {
  position: absolute;
  left: 1.7vw;
  top: 1.46vh;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #555;
  font-size: 12px;
  line-height: 10.52vh;
  font-weight: 400;
  text-align: right;
}

.sc2-graph-label-x-c {
  position: absolute;
  left: -1.4vw;
  top: 60.4vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.sc2-graph-label-x {
  width: 11.35vw;
  text-align: center;
}

.sc-graph-line-label {
  position: absolute;			   
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.sc-graph-line-label.line1 {
  top: 50.7vh;
  right: 33.4vw;
  z-index: 100;
  color: #555;
  line-height: 18px;
  font-weight: 400;
  text-align: right;	
}

.sc-graph-line-label.line2 {
  left: 45.6vw;
  top: 31.7vh;
  z-index: 100;
  color: #555;
  line-height: 18px;
}

.txt-label-linegraph {
  float: left;
}

.viz5-bttm-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viz5-bttm-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viz5-bttm-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viz4-total-bg-line1 {
  position: absolute;
  left: 76px;
  top: 38px;
  right: 0px;
  width: 540px;
  height: 1px;
  background-color: #000;
  opacity: 0.12;
}

.viz4-total-bg-line2 {
  position: absolute;
  left: 76px;
  top: 174px;
  right: 0px;
  width: 540px;
  height: 1px;
  background-color: #000;
  opacity: 0.12;
}

.viz4-total-bg-line3 {
  position: absolute;
  left: 76px;
  top: 312px;
  right: 0px;
  width: 540px;
  height: 1px;
  background-color: #000;
  opacity: 0.12;
}

.viz4-total-bg-line4 {
  position: absolute;
  left: 76px;
  top: 449px;
  right: 0px;
  width: 540px;
  height: 1px;
  background-color: #000;
  opacity: 0.12;
}

.viz4-total-y {
  position: absolute;
  left: 0px;
  top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  text-align: right;
}

.viz-4-graph-bar1 {
  position: absolute;
  left: 97px;
  right: 0px;
  bottom: 5px;
  width: 60px;
  height: 411px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #023c7a;
  color: #eaeaea;
  font-size: 18px;
  text-align: center;
}

.viz-4-graph-bar2 {
  position: absolute;
  left: 240px;
  right: 0px;
  bottom: 5px;
  width: 60px;
  height: 291px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #034ea1;
  color: #eaeaea;
  font-size: 18px;
  text-align: center;
}

.viz-4-graph-bar3 {
  position: absolute;
  left: 381px;
  right: 0px;
  bottom: 5px;
  width: 60px;
  height: 156px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #407fc5;
  color: #eaeaea;
  font-size: 18px;
  text-align: center;
}

.viz-4-graph-bar2-less {
  position: absolute;
  left: 254px;
  right: 0px;
  bottom: 297px;
  width: 60px;
  height: 118px;
  background-image: url('../images/accolade.svg');
  background-position: 87% 0px;
  background-size: auto 116px;
  background-repeat: no-repeat;					   
}

.viz-4-graph-bar2-expl {
  position: absolute;
  left: 321px;
  top: 87px;
  width: 232px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.viz-4-expl {
  padding-left: 23px;
  background-image: url('../images/expl-arrow.svg');
  background-position: 0px 6px;
  background-size: 18px;
  background-repeat: no-repeat;
  letter-spacing: 0.01em;
}

.viz-4-graph-bar3-expl {
  position: absolute;
  left: 482px;
  top: 360px;
  font-size: 18px;
  line-height: 23px;
}

.viz-4-graph-bar3-less {
  position: absolute;							  
  left: 446px;
  bottom: 5px;
  width: 50px;
  height: 156px;
  background-image: url('../images/accolade.svg'); 
  background-position: 0px 18px;
  background-size: auto 118px;
  background-repeat: no-repeat;			   
}		  

/* input controls checkbox */

.fslide .chck-c {
    display: block;
    position: relative;
    padding-left: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fslide .chck-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.fslide .chck-c .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #999;
}

.fslide .chck-c:hover input ~ .checkmark {
    background-color: #ccc;
}

.fslide .chck-c input:checked ~ .checkmark {
    background-color: #a9a9a9;
}

.fslide .chck-c .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.fslide .chck-c input:checked ~ .checkmark:after {
    display: block;
}

.fslide .chck-c .checkmark:after {
    left: 4px;
    top: 1px;
    width: 2px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* input controls radio */

.fslide .viz9-radiofield {
    position: relative;
	display: inline-block;
	margin-right: 24px;
    margin-left: 6px;
}
.fslide .viz9-radiofield label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}


.fslide .viz9-radiofield input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.fslide .viz9-radiofield .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.fslide .viz9-radiofield:hover input ~ .checkmark {
    background-color: #ccc;
}

.fslide .viz9-radiofield input:checked ~ .checkmark {
    background-color: #2196F3;
}

.fslide .viz9-radiofield .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.fslide .viz9-radiofield input:checked ~ .checkmark:after {
    display: block;
}

.fslide .viz9-radiofield .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}


/* input controls slider */
div.slider-c {
  width: 100%;
  margin-top: 32px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

input[type=range] {
	display: block;
  -webkit-appearance: none;
  width: 356px;
  margin: 7px 0 0 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4.2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ebebeb;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 5px;
  border-radius: 0px;
  background: #bfb4b4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.9px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4.2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ebebeb;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 5px;
  border-radius: 0px;
  background: #bfb4b4;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4.2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dedede;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #ebebeb;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 18px;
  width: 2px;
  border-radius: 0px;
  background: #bfb4b4;
  cursor: pointer;
  height: 4.2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ebebeb;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f8f8f8;
}

div[class^="vegacontrol"] input[type=range] {
	height: 25px;
}
div[class^="vegacontrol"] label {
	width: 20px;
	text-align: center;
	position: absolute;
	margin:0;
	padding:0;
}

@media (max-width: 991px) {
  .section-map.nw {
    max-width: 58%;
  }
  .s-content-left-c {
    width: 60%;
  }
  .scene-graph {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@font-face {
  font-family: 'squaresans';
  src: url('../fonts/pfsquaresanspro-bold-webfont.woff2') format('woff2'), url('../fonts/pfsquaresanspro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'squaresans';
  src: url('../fonts/pfsquaresanspro-medium-webfont.woff2') format('woff2'), url('../fonts/pfsquaresanspro-medium-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'squaresans';
  src: url('../fonts/pfsquaresanspro-light-webfont.woff2') format('woff2'), url('../fonts/pfsquaresanspro-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'squaresans';
  src: url('../fonts/pfsquaresanspro-regular-webfont.woff2') format('woff2'), url('../fonts/pfsquaresanspro-regular-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  
}  

/* opportunities and potentials */
  

.fslide .section-opportunities {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 41%, #fff);
  background-image: linear-gradient(0deg, #f0f0f0 41%, #fff);
  font-family: squaresans, sans-serif;
  color: #616161;
  font-size: 20px;
  line-height: 28px;
}

.fslide .bg-opportunities-le {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55.8vw;
  height: 100vh;
  background-image: url('../images/bg-opportunities-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.fslide .bg-opportunities-ri {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44.2vw;
  height: 100vh;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00739d;
  -webkit-transform: translate(0px, -100vh);
  -ms-transform: translate(0px, -100vh);
  transform: translate(0px, -100vh);
}

.fslide .head-opportunities-1 {
  color: #fff;
  font-size: 6.7vw;
  font-weight: 300;
  text-align: right;
  margin-bottom: 10px;
}

.fslide .head-opportunities-c {
  margin-right: 16%;
  -webkit-transform: translate(0px, -46%);
  -ms-transform: translate(0px, -46%);
  transform: translate(0px, -46%);
}

.fslide .head-opportunities-2 {
  color: #fff;
  font-size: 4.6vw;
  line-height: 4.7vw;
  font-weight: 300;
  text-align: right;
}

.fslide .head-sub-opportunities-c {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 28%;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.fslide .section-opportunities-2-bg1 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-opportunities-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fslide .section-opportunities-2-bg2 {
  position: absolute;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-opportunities-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fslide .section-opportunities-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fslide .opportunities-2-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  height: 768px;
  max-height: 768px;
  max-width: 1024px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
}

.fslide .opportunities-2-map-c {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 598px;
  height: 723px;
  background-color: #fff;
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.fslide .opportunities-2-table-c {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 426px;
  height: 723px;
  padding-left: 26px;
  background-color: #00739d;
  background-image: url('../images/tabel-pane-txt3x.png');
  background-position: 94% 97%;
  background-size: 148px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -100vh);
  -ms-transform: translate(0px, -100vh);
  transform: translate(0px, -100vh);
}

.fslide .opportunities2-slide-title {
  position: absolute;
  left: 26px;
  top: 158px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
}

.fslide .opportunities2-h2 {
  margin-bottom: 0px;
  font-family: squaresans, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
}

.fslide .opportunities2-txt-frame {
  position: absolute;
  left: 26px;
  top: 282px;
  width: 380px;
  height: 400px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.fslide .opportu-category {
  display: inline-block;
  margin-bottom: 22px;
  margin-left: -6px;
  padding: 0px 6px;
  background-color: #8139cb;
}

.fslide .opportu-category.wind {
  background-color: #21b5ec;
}

.fslide .opportu-category.solar {
  background-color: #ff9600;
}

.fslide .opportu-category.geotherm {
  background-color: #b70606;
}

.fslide .opportu-category.others {
  background-color: #55d311;
}

.fslide .text-block {
  margin-left: 20px;
  color: #8fb2da;
  letter-spacing: 0.08em;
}

.fslide .opportunities2-pic-frame {
  position: absolute;
  left: 26px;
  top: -90px;
  overflow: hidden;
  width: 390px;
  height: 260px;
}

.fslide .section-opportunities-3-bg1 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-opportunities-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.fslide .section-opportunities-3-bg2 {
  position: absolute;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg-opportunities-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.fslide .section-opportunities-2-c {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fslide .section-opportunities-3-c {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fslide .opportunities-3-c {
  position: relative;
  width: 1024px;
  height: 768px;
  padding-top: 45px;
  padding-left: 32px;
  background-color: #fff;
  opacity: 0;
}

.fslide .opportunities-3-h2 {
  margin-top: 0px;
  padding-left: 60px;
  background-image: url('../images/solar-wind-an-d.gif');
  background-position: 0px 1px;
  background-size: 56px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 48px;
  font-weight: 300;
}

.fslide .opportunities-3-h3 {
    padding: 0;
    border: none;
    color: #616161;
    text-align: start;
	font-weight: 300;
	font-size: 24px;
    line-height: 30px;
    margin: 20px 0 10px 0;
}

.fslide .opportunities-3-txt-c {
  width: 620px;
}

.fslide .opportunities-chkbx-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-left: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
  
/* end opportunities and potentials */

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: rgba(0, 0, 0, .0);
}
.reveal .controls .navigate-down {
    bottom: 0;
    width: 92px;
    height:36px;
}
.reveal .controls[data-controls-back-arrows="faded"] .navigate-up.enabled {
    opacity: 0; 
}
.reveal .controls .navigate-up {
	bottom: 0;
	width: 92px;
	height:36px;
	background-image: url('../images/chevron-up-28.svg');
	background-position: 50% 50%;
	background-size: 28px;
	background-repeat: no-repeat;
	opacity: 0 important!;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.reveal .controls[data-controls-layout="edges"] .navigate-up {
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.reveal .controls[data-controls-layout="edges"] .navigate-down {
    bottom: 0px;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.reveal .controls .controls-arrow {
	margin: 0 auto;
}
 /*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #2a76dd; }

.reveal .progress span {
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }



html, html a {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
h1,h2,h3,h4,h5 {
-moz-font-feature-settings:"kern" 1; 
-ms-font-feature-settings:"kern" 1; 
-o-font-feature-settings:"kern" 1; 
-webkit-font-feature-settings:"kern" 1; 
font-feature-settings:"kern" 1;
font-kerning: normal;
}
::selection{
color: #fff;
text-shadow: none;
background: #ff5400;
}
.w-lightbox-caption {
white-space: normal !important;
font-family: Arial;
font-size: 12px;
background: rgba(0, 0, 0, 0.6)
}
.w-lightbox-backdrop {
background: rgba(0, 0, 0, 0.8);
}
