* { margin: 0; padding: 0; }
body {	font-family: "Lato", Georgia, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; background: #000000; color: #ffffff;}
  ::selection { background: yellow; color: black; }
a { text-decoration: none;   color: #fcec4f; }


#content {
    width: 50%;
    margin: 0 auto;
}
#header {
    width: 100%;
    z-index: 999999;
    height: 50px;
    background-color: #1c1c1c;
    border-bottom: 1px solid #000000;
    display: flex;
    position: fixed;

    justify-content: space-between;
}
.headerTitle {
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}


#header {height: 50px; background-color: #000000;display: flex;justify-content: space-between;}

.repLogo {width: 10%;padding-left: 20px;height: 50px;display: flex;align-self: center;}
#menu{width: 70%;padding-left: 18px;display: flex;align-self: center;}
.socialShare {width: 20%;display: flex;align-self: center;}

.repLogo a {background: transparent url('../img/rep-logo-big.png') center center no-repeat;background-size: contain;transition: all 300ms;display: inline-block;width:100%;/* margin-left: 5px; */}
.repLogo a span { text-indent: -9999px; display: block; }

.socialShare {flex-direction: row-reverse;margin-right: 5px;}
.socialShare div a { height: 40px; width: 40px; transition: all 300ms; }
.socialShare div a:hover { opacity: 0.7; }
.socialShare div.icon-nav-facebook a { display: block; background: transparent url('../img/fb.svg') center center no-repeat; background-size: 18px; }
.socialShare div.icon-nav-twitter a { display: block; background: transparent url('../img/tw.svg') center center no-repeat; background-size: 20px; }

h1 {
    font-size: 38px;
    font-family: Georgia;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    top: 100px;
    left: 30%;
    position: absolute;
}

h1 span {
    font-size: 25px;
}

h2 {
    margin: 30px 0;
    font-family: Georgia, "Lato", Helvetica, sans-serif; -webkit-font-smoothing: antialiased;
}
.numerStory {
    width: 100%;
    color: #fcec4f; 
}
span{

}
p {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.txt p{
  margin-bottom: 40px;
}
b{
  color: #fcec4f;
}





#menu ul {
    float: right;
    width: 100%;
    padding-left: 10px;
}
#menu ul li {
    display: inline;
    padding: 2px;
    cursor: pointer;;
    pointer-events: auto;
}
#menu ul li:hover {
    color: #fcec4f;
}
#menu ul li:before {
    content: '-';
    padding-right: 8px!important;
    color: #ffffff!important;
}

#menu ul li:first-child:before {
    content: '';
}

.active{
  color: #fcec4f;
}
.fullsizeHead {
	position: relative;
  background-image: url('../img/header.jpg');
  background-position: center center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;
  background-color: #999;
  height: 700px;
  max-height: 700px;
	overflow: hidden;
}
.fullsizeHead img {
	top: 0;
	left: 0;
	width: 100%;
}

.videoContainer {
  width: 80%;
  margin:0 auto;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.videoContainer.intro{
    width: 100%;
}
.videoContainer iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

#introContainer {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#introContainer .txt{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.paragraph{
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 50px;
}

.storySection{
  width: 100%;
  margin-top: 50px;
}

.headerSection {
    width: 100%;
    height: 18px;
    display: flex;
    justify-content: space-between;
}

.description {
    width: 45%;
    padding: 30px 0;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid #fcec4f;
}
h2 {
    font-size: 30px;
    margin: 20px 0;
    color:#ffffff;
    font-weight: lighter;
}
p.txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    min-height: 400px;
    padding-top: 124px;
    background-color: #323d4c;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next{
  background-image:  url('../img/arrow_rx.svg');
}
.swiper-button-prev{
  background-image: url('../img/arrow_lx.svg');
}
.graph{
  width: 100%;
  display: flex;
  height: 500px;
  margin: 0 auto;

}

.bar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #000;
    /* opacity: 0; */
}
.tabDesc {
    width: 130px;
    font-size: 18px;
    line-height: 1.3;
    display: inline;
}


#dropdown{
  background-color: #000000;
}
#nav {
    width: 35%;
}

#nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#nav ul li {
  font: bold 13px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 16px 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#nav ul li#labelMenu{
  background-image: url('../img/arrow_dwn.svg');
  background-repeat: no-repeat;
  padding: 16px 16px 16px 0px;
  background-size: 10%;
  background-position: 100%;
}

#nav ul li:hover {
  background: #000000;
  color: #fff;
}
#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#nav ul li ul li {
  display: block;
  color: #fff;
}
#nav ul li ul li:hover {
  color: #000000;
  background: #fcec4f;
}
#nav ul li:hover ul {
  visibility: visible;
}

#nav ul li a{
  font-size: 18px;
  color: #ffffff;
}


#nav.open ul li ul{
  display: block;
  opacity: 0.9;
}

.footer-small{
  text-align: center;
  margin: 50px 0;
}

.hidden-md{
  display: none;
}
.description h3 {
    color: #fcec4f;
    font-weight: lighter;
    font-size: 16px;
    margin-bottom: 10px;
}

#introContainer .description {
    width: 100%;
    margin-top: 0px;
    border-top:none;
}
.videoContainer.intro h2 {
    position: relative;
    width: 100%;
    top: 40vh;
    display: block;
    text-align: center;
    font-size: 40px;
    font-family: "Lato", Georgia, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #000000;
    color: #ffffff;
    font-weight: lighter;
    text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
  .hidden-md {
      display: block;
  }
  #menu {
   display: none;
  }
  .repLogo {
    width: 30%;
    padding-left: 5px;
  }
  #introContainer {
      width: 90%;
    }
  .description {
    width: 80%;
  }
  #introContainer .txt {
    width: 90%;
  }

  .videoContainer.intro h2 {
      position: relative;
      width: 100%;
      top: 16vh;
      display: block;
      text-align: center;
      font-size: 20px;
      font-family: "Lato", Georgia, Helvetica, sans-serif;
      -webkit-font-smoothing: antialiased;
      background: #000000;
      color: #ffffff;
      font-weight: lighter;
      text-transform: uppercase;
  }


}
