/*
    Styling for landing page slideshow
*/

body {
  color: #333;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

/* Style for header texts
* --------------------------------------- */

h1 {
  color: #000;
  font-size: 3.4em;
  padding: 0;
  margin-bottom: 2%;
}
h2 {
  font-size: 3.4em;
  margin: 0 0 18px 0;
  line-height: 1.5;
}
h3 {
  font-size: 2em;
}
p.landing-text {
  font-size: 1.3em;
  line-height: 1.5;
  padding-bottom: 1em;
}
.landing-text.splash {
  color: #fff;
  font-size: 1.7em;
  line-height: 1.6;
  font-weight: 300;
}
.caption {
  font-size: 0.5em;
  line-height: 1.4;
  color: #ccc;
  font-weight: 300;
}
.image-caption {
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
  font-weight: 300;
  padding: 8px 0;
}
.image-format {
  margin-top: 10%;
}
.question {
  font-style: italic;
  font-size: 1.4em;
  padding-bottom: 1em;
}
.scenario, .emissions-bullet {
  line-height: 1.4;
  font-size: 1.2em;
  padding-bottom: 1em;
}

/* Common styles
* --------------------------------------- */

img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
a {
  color: #00aeef;
}
a:hover {
  color: #0092d4;
}
.section {
  text-align: left;
  overflow: hidden;
}
.box {
  text-align: left;
}
.image-right {
  float: right;
  max-width: 42%;
}
.left-box {
  display: inline-block;
  width: 54%;
}
.drop-shadow {
  box-shadow: 0px 0px 5px #666;
}
.scenario-list {
  width: 90%;
  margin-left: 2%;
}
.scenario-title {
  color: #0092d4;
  /*border-bottom: 2px solid #0092d4;*/
  /*padding: 3px;*/
}

/* Section 0
* --------------------------------------- */

body {
  background: radial-gradient(transparent, #000), url("../imgs/83954.jpg") no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
}
#section0 {
  background: rgba(0, 0, 0, 0.1);
}
.title {
  margin: 6% 0;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid #00aeef;
}

/* Other Sections
* --------------------------------------- */

#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8 {
  background-position: 100% 0%;
  background-color: #fff !important;
  background-size: cover;
}

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */

.fp-tooltip {
  color: #999 !important;
}
#fp-nav span, .fp-slidesNav span {
  border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span {
  background: #AAA;
}
#fp-nav ul li {
  color: #999;
}
#topArrow {
  position: fixed;
  left: 45%;
  display: block;
  width: 10%;
  z-index: 9;
  text-align: center;
  top: 6%;
  /*	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#bottomArrow {
  position: fixed;
  left: 45%;
  display: block;
  width: 10%;
  z-index: 9;
  text-align: center;
  bottom: 1%;
  /*	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#bottomImage {
  position: fixed;
  left: 0%;
  display: block;
  width: 10%;
  z-index: 9;
  text-align: center;
  top: 1%;
  /*	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.right-schematic {
  float: right;
  max-width: 60%;
  padding-top: 5%;
}
.left-schematic {
  display: inline-block;
  width: 40%;
}
#buttonHolder {
  position: fixed;
  left: 40%;
  z-index: 9;
  text-align: center;
  bottom: 4%;
  display: table-row;
  /*	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
#scrollText {
  display: table-cell;
}
#landingButton {
  display: table-cell;
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
}
#landingButton:focus {
  outline: none;
}
#staticButton {
  position: fixed;
  left: 4%;
  z-index: 9;
  text-align: center;
  bottom: 4%;
}
#arrowUp:focus, #arrowDown:focus {
  outline: none;
}
#arrowUp, #arrowDown {
  color: #ccc;
  font-size: 2.5rem;
  border: none;
  background: none;
  opacity: 0.8;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
}
a.dashboard-button, a.guide-button {
  text-decoration: none;
  padding: 6px;
  background-color: #00aeef;
  color: white;
  font-size: 1.6rem;
}
.guide-button {
  margin-left: 10px;
}
a.dashboard-button:hover, a.guide-button:hover {
  background-color: #0092d4;
}

/* BRAND BAR CSS */

#brand-bar {
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  border: none !important;
  border-bottom: #00aeef solid 5px !important;
  height: 41px;
  min-height: inherit;
}
body.logged-in #brand-bar {
  top: 28px !important;
}
@media (max-width: 992px) {
  body.logged-in #brand-bar {
    top: 50px !important;
  }
}
@media (max-width: 768px) {
  body.logged-in #brand-bar {
    top: 72px !important;
  }
}
#brand-bar .navbar-header {
  padding: 9.1px 0 3.9px 10.4px;
  width: 100%;
}
body.i18n-ar #brand-bar .navbar-header {
  padding-left: 0;
  padding-right: 10.4px;
}
#brand-bar .brandbar-header {
  padding-top: 10px;
}
#brand-bar .brandbar-header a {
  padding: 0;
  font-size: 12.35px;
  line-height: 17.03px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: black;
}
@media (max-width: 768px) {
  #brand-bar .brandbar-header a {
    font-size: 12.09px;
    letter-spacing: -0.02em;
  }
  body.i18n-ar #brand-bar .brandbar-header a {
    letter-spacing: 0;
  }
  body.i18n-zh-hans #brand-bar .brandbar-header a {
    letter-spacing: 0;
  }
}
#brand-bar .brandbar-header a.navbar-brand:before {
  font-family: FontAwesome;
  color: black;
  content: "\f015";
  font-size: 18.07px;
  line-height: 0.9;
  margin-right: 7.8px;
  float: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.i18n-ar #brand-bar .brandbar-header a.navbar-brand:before {
  margin-right: 0;
  margin-left: 7.8px;
  float: right;
}
#brand-bar .brandbar-header .language-switcher button.navbar-toggle {
  margin-top: 0;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-right: 2px;
}
#brand-bar .brandbar-header .language-switcher button.navbar-toggle span.icon-bar {
  background-color: #00aeef;
}
body.i18n-ar #brand-bar .brandbar-header .language-switcher button.navbar-toggle {
  margin-right: 0;
  margin-left: 2px;
}
#brand-bar .brandbar-header .language-switcher .language-title {
  float: right;
  margin-right: 10.4px;
  line-height: 1.2;
}
#brand-bar .brandbar-header .language-switcher .language-title a {
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
}
body.i18n-ar #brand-bar .brandbar-header .language-switcher .language-title {
  float: left;
  margin-right: 0;
  margin-left: 10.4px;
}
#brand-bar .brandbar-header .language-switcher #language-switcher {
  border-top: none;
  clear: both;
  padding: 0;
  float: right;
}
body.i18n-ar #brand-bar .brandbar-header .language-switcher #language-switcher {
  float: left;
}
#brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url {
  list-style: none;
  padding: 0;
  margin: 0;
}
#brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
@media (max-width: 768px) {
  #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url {
    margin-top: 3px;
    width: 161px;
  }
}
#brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li {
  float: left;
  padding-right: 13px;
}
@media (max-width: 768px) {
  #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li {
    float: none;
    padding-right: 0;
  }
  #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li a {
    background: white;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: #f2f2f2 solid 1px;
  }
  body.i18n-ar #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li a {
    padding-left: 0;
    padding-right: 10px;
  }
  #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li a:hover {
    background: #f2f2f2;
  }
}
body.i18n-ar #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li {
  float: right;
  padding-right: 0;
  padding-left: 13px;
}
@media (max-width: 768px) {
  body.i18n-ar #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li {
    float: none;
    padding-left: 0;
  }
}
#brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li.active a {
  font-weight: 700;
}
@media (max-width: 768px) {
  #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li.active a {
    background: #f2f2f2;
  }
}
#brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li.last {
  padding-right: 0;
}
body.i18n-ar #brand-bar .brandbar-header .language-switcher #language-switcher ul.language-switcher-locale-url li.last {
  padding-left: 0;
}
header#navbar {
  margin-top: 0;
  padding: 0;
  padding-top: 29px;
}
@media (max-width: 768px) {
  header#navbar {
    padding-top: 16px;
    border-bottom: #eeeeee solid 1px;
  }
}
header#navbar .un70-logo a {
  display: block;
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(../images/logo-un701564.png?1418939001);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 123px;
  height: 61px;
  right: 2%;
  top: 22px;
}
body.i18n-fr header#navbar .un70-logo a {
  background-image: url(../images/logo-un70-fr.png);
  width: 146px;
}
body.i18n-es header#navbar .un70-logo a {
  background-image: url(../images/logo-un70-es.png);
  width: 184px;
}
body.i18n-ru header#navbar .un70-logo a {
  background-image: url(../images/logo-un70-ru.png);
  width: 186px;
}
body.i18n-zh-hans header#navbar .un70-logo a {
  background-image: url(../images/logo-un70-zh.png);
  width: 150px;
}
body.i18n-ar header#navbar .un70-logo a {
  background-image: url(../images/logo-un70-ar.png);
  width: 137px;
  right: auto;
  left: 26%;
}
@media (max-width: 768px) {
  header#navbar .un70-logo a {
    background-image: url(../images/logo-un70-sm.png);
    width: 80px;
    height: 39px;
    right: 2%;
    top: 11px;
  }
  body.i18n-fr header#navbar .un70-logo a {
    background-image: url(../images/logo-un70-fr-sm.png);
    width: 91px;
  }
  body.i18n-es header#navbar .un70-logo a {
    background-image: url(../images/logo-un70-es-sm.png);
    width: 117px;
  }
  body.i18n-ru header#navbar .un70-logo a {
    background-image: url(../images/logo-un70-ru-sm.png);
    width: 117px;
  }
  body.i18n-zh-hans header#navbar .un70-logo a {
    background-image: url(../images/logo-un70-zh-sm.png);
    width: 96px;
  }
  body.i18n-ar header#navbar .un70-logo a {
    background-image: url(../images/logo-un70-ar-sm.png);
    width: 86px;
    right: auto;
    left: 2%;
  }
}
@media (max-width: 768px) {
  header#navbar.navbar {
    margin-bottom: 15px;
  }
}
header#navbar .navbar-header {
  padding: 0;
  width: 100%;
}
@media (max-width: 768px) {
  header#navbar .navbar-header {
    padding-bottom: 12px;
  }
  body.i18n-ru header#navbar .navbar-header {
    padding-bottom: 3px;
  }
}
@media (max-width: 480px) {
  header#navbar .navbar-header {
    padding-bottom: 17px;
  }
}
header#navbar .navbar-header .navbar-btn {
  padding: 0;
  margin: 0;
  margin-right: 14px;
  margin-left: 2px;
  margin-bottom: 27px;
}
body.i18n-ar header#navbar .navbar-header .navbar-btn {
  margin-right: 2px;
  margin-left: 14px;
}
@media (max-width: 768px) {
  header#navbar .navbar-header .navbar-btn {
    display: block;
    width: 35px;
    height: 30px;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
    background: url(../images/logo.svg) no-repeat;
  }
  body.i18n-ar header#navbar .navbar-header .navbar-btn {
    margin-right: 6px;
    margin-left: 7px;
  }
  header#navbar .navbar-header .navbar-btn img, header#navbar .navbar-header .navbar-btn img.responsive {
    display: none !important;
  }
}
@media (max-width: 480px) {
  header#navbar .navbar-header .navbar-btn {
    width: 30px;
    height: 25px;
  }
}
header#navbar .navbar-header .navbar-brand {
  float: left;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #4d4d4d;
  text-transform: uppercase;
}
body.i18n-ar header#navbar .navbar-header .navbar-brand {
  float: right;
}
body.i18n-zh-hans header#navbar .navbar-header .navbar-brand {
  font-size: 50px;
  padding-left: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
header#navbar .navbar-header .navbar-brand:hover, header#navbar .navbar-header .navbar-brand:focus {
  text-decoration: none;
  color: #4d4d4d;
}
body.i18n-ru header#navbar .navbar-header .navbar-brand {
  font-size: 29px;
  line-height: 41px;
}
@media (max-width: 1199px) {
  body.i18n-ru header#navbar .navbar-header .navbar-brand {
    font-size: 26px;
    line-height: 27px;
    margin-top: -1px;
    width: 50%;
  }
}
@media (max-width: 992px) {
  body.i18n-ru header#navbar .navbar-header .navbar-brand {
    font-size: 21px;
    line-height: 24px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  body.i18n-ru header#navbar .navbar-header .navbar-brand {
    font-size: 19px;
    line-height: 20px;
    width: 59%;
  }
}
@media (max-width: 480px) {
  body.i18n-ru header#navbar .navbar-header .navbar-brand {
    font-size: 19px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  header#navbar .navbar-header .navbar-brand {
    font-size: 28px;
    line-height: 30px;
  }
  body.i18n-zh-hans header#navbar .navbar-header .navbar-brand {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  header#navbar .navbar-header .navbar-brand {
    font-size: 22px;
    line-height: 24px;
  }
  body.i18n-zh-hans header#navbar .navbar-header .navbar-brand {
    font-size: 24px;
  }
}
#enItem:not(.active), #frItem:not(.active) {
  cursor: pointer;
  cursor: hand;
}

/*For languages*/

.ng-cloak {
  display: none;
}
