body {
  color: #838385;
  font-family: 'Raleway', sans-serif;
  background: black;
}
nav .fa.fa-expand {
  display: inherit;
}
.nav header h1 span {
  display: inherit;
}
a {
  color: #70ccdb;
  transition: 0.2s color;
  text-decoration: none;
}
a:hover {
  color: #838385;
}
a:focus {
  outline: 0 none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.clr {
  display: block;
  float: none;
  clear: both;
}
#bg,
#static,
#animated {
  position: absolute;
  top: 0;
  left: 0;
}
#map-section {
  background: radial-gradient(ellipse at center, #1c474e 0%, #0e1d20 100%);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.touch-device #map-section {
  position: absolute;
}
#map-section h2 {
  display: none;
  position: absolute;
  font-size: 20px;
  left: 3%;
  top: 0%;
  opacity: 0.4;
  color: #70ccdb;
}
#map-section .left-side-panel {
  position: absolute;
  color: white;
  bottom: 60px;
  left: 3%;
  width: 19%;
}
#map-section .left-side-panel h3 {
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #4F4F4F;
  padding: 0 0 10px 0;
}
#map-section .left-side-panel ul {
  padding: 5px 0;
  height: 100px;
  position: relative;
}
#map-section .left-side-panel ul li {
  transition: all 0.3s;
  animation: fadeIn 0.3s;
  padding: 5px 0;
  position: absolute;
  font-size: 11px;
  width: 50%;
  line-height: 18px;
}
#map-section .left-side-panel ul li p {
  font-size: 11px;
  color: #838385;
}
#map-section .left-side-panel p {
  clear: both;
  padding-top: 10px;
  font-size: 10px;
  color: #70ccdb;
}
#map-section.fullscreen .mask {
  bottom: 0;
  left: 0;
  position: absolute;
  background: black;
  width: 100%;
  height: 5.5%;
}
#map-section.fullscreen h2 {
  display: block;
}
#map-section #container-hp-button {
  position: absolute;
  bottom: 60px;
  right: 3%;
}
#map-section #container-hp-button p {
  text-align: center;
  color: white;
  font-size: 17px;
}
#map-section #container-hp-button button {
  padding: 18px 0px;
}
#map-section #container-hp-button button a {
  padding: 18px 25px ;
}
#custom-section {
  position: relative;
  background: white;
}
#custom-section .container {
  max-width: 940px;
  color: #838385;
  padding: 100px 0px;
}
#custom-section .container .left-side {
  margin-bottom: 30px;
}
#custom-section .container h1 {
  color: #70CCDB;
}
#custom-section .container p,
#custom-section .container p b {
  font-size: 17px;
}
#custom-section .container img {
  margin-top: 10px;
}
#custom-section .container i {
  font-size: x-large;
  margin-right: 10px;
  color: #646464;
}
#custom-section .container .left-side p {
  font-size: 21px;
}
#custom-section .container .left-side h1 {
  margin-top: 0px;
}
.content {
  max-width: 920px;
  margin: 0 auto;
}
.content strong {
  color: #70ccdb;
}
.content h2 {
  font-size: 24px;
}
.content p {
  font-size: 24px;
}
.content p.big {
  padding: 40px 0;
  font-size: 36px;
  line-height: 60px;
}
.content .hr {
  background: #ddd;
  height: 1px;
  margin: 100px 0;
}
#popular-stream {
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.touch-device #popular-stream {
  background: #222;
}
#popular-stream iframe {
  float: right;
  border: 0px;
  margin-bottom: 30px;
  border-radius: 2px;
}
#popular-stream .content {
  padding-top: 90px;
}
#popular-stream h2 {
  padding-bottom: 40px;
  padding-left: 15px;
  font-size: 30px;
}
#popular-stream .first {
  float: left;
  padding: 0 0 25px 0;
  margin: 0 0 0 0;
}
#popular-stream .first h3 {
  font-size: 48px;
  margin-top: 0px;
}
#popular-stream .first p {
  font-size: 24px;
}
#popular-stream .first p.click-iframe {
  font-size: 15px;
}
#popular-stream ul li {
  font-size: 18px;
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  line-height: 40px;
}
#popular-stream ul li h3 {
  font-size: 20px;
  padding-bottom: 0px;
}
#popular-stream ul li p {
  margin: 0 0 0 0;
  font-size: 18px;
}
#map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 50%;
}
#map img {
  display: block;
  width: 100%;
}
#map .text {
  position: absolute;
  color: #70ccdb;
  font-size: 7px;
  line-height: 8px;
  font-family: monospace;
  opacity: 0.45;
  max-width: 180px;
}
.fullscreen #map {
  bottom: 5.5%;
}
.content {
  z-index: 2;
  position: relative;
}
section {
  position: relative;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(90deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(90deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-90deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-90deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pop {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#references {
  position: relative;
  background: #e9e9e9;
}
#references ul {
  padding: 120px 0;
  text-align: center;
  margin: 0px;
}
#references li {
  display: inline;
  margin: 0 25px;
}
#references a {
  transition: opacity 0.2s;
}
#references a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 830px) {
  #main-message {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #map-section .left-side-panel {
    width: 33%;
  }
  #map-section #main-message {
    display: none;
  }
  #map-section #container-hp-button {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  #map-section {
    background: black;
  }
  #map-section img {
    display: block;
    width: 100%;
    background: radial-gradient(ellipse at center, #1c474e 0%, #0e1d20 100%);
  }
  #map-section .left-side-panel {
    width: 90%;
    position: initial;
    margin-left: 5%;
  }
  #map-section .left-side-panel li {
    font-size: 14px;
  }
  #map-section .left-side-panel li p {
    font-size: 13px;
  }
  #map-section #container-hp-button {
    width: 90%;
    bottom: 15px;
    right: 5%;
  }
  #map-section #container-hp-button button {
    width: 100%;
  }
  #custom-section .container .row {
    margin: 0px;
  }
  #map {
    position: initial;
  }
  .main-container-arrow {
    display: none;
  }
  #popular-stream h2 {
    padding-bottom: 90px;
    padding-left: 15px;
  }
  #popular-stream .first {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding: 0;
  }
  #popular-stream .content {
    padding-top: 50px;
  }
  #popular-stream .content h2 {
    margin: 20px 0 20px 0;
    padding: 0 0 0 15px;
  }
  #popular-stream .content .first {
    width: 100%;
    line-height: 9px;
    margin: 0 0 32px 0;
    padding-left: 15px;
  }
  #popular-stream .content .first p {
    padding-bottom: 20px;
  }
  #popular-stream .content ul {
    float: inherit;
  }
  #popular-stream .content ul li {
    padding-left: 15px;
    float: left;
    width: 100%;
    line-height: 25px;
  }
  #references li {
    margin: 0 10px;
  }
}
/*# sourceMappingURL=homepage.css.map */