@charset "UTF-8";
/* CSS Document */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  /*background-color: #28363Bw;*/
  background-repeat: repeat;
}
.hideMobile {
  display: block;
}
/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .hideMobile {
    display: none;
  }
}
.showMobile {
  display: none;
}
/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .showMobile {
    display: block;
  }
}
/*small Screens*/
@media (max-width: 1200px) {
  .hideMobile {
    display: none;
  }
}
.showMobile {
  display: none;
}
/* Smartphone Portrait and Landscape */
@media (max-width: 1200px) {
  .showMobile {
    display: block;
  }
}
.tab-pane {
  width: 0px;
  height: 0px;
  display: block !important;
  overflow: hidden;
}
#paneTwo1{
	cursor: default;
}
.active {
  width: 100%;
  height: 100%;
}
.dark {
  background-image: url("../images/ep_naturalblack.png");
}
.footer a:link a:visited a:hover a:active {
  color: "white" !important;
}
.light {
  background-color: #FCEDD6;
  color: #031C26;
}
.b-light {
  color: #031C26;
}
.abt{
   color: #EE7927!important;
}
.panel.with-nav-tabs .panel-heading {
  padding: 0px;
}
.panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}

.footer {
  margin-bottom: 0;
  padding: 10px;
  font-size: 80%;
  color: #fff;
  border-top: thin;
  border-top: #FFFFFF;
}
.center-both {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
}
.icon_title {
  z-index: 1;
  max-width: 13em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7vh;
  transition: .2s all;
  -webkit-filter: drop-shadow(0px 6px 12px rgba(178, 73, 31, 0.3));
  filter: drop-shadow(0px 6px 12px rgba(178, 73, 31, 0.3));
}
.icon_title:hover {
  transition: .2s all;
  transition-delay: .1s;
  transition-timing-function: ease;
  transform: scale(1.2);
}
.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.circle {
  height: 300px;
  width: 300px;
}
.circle span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 250px;
  width: 250px;
}
.circle span::before, .circle span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 250px;
  width: 250px;
  border: 2px solid #F5AF7D;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: circle-1 2.5s cubic-bezier(.13, .84, .47, .99) infinite;
  animation: circle-1 2.5s cubic-bezier(.13, .84, .47, .99) infinite;
}
.center-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ml-auto {
  left: auto !important;
  right: 0px;
}
.deco-color {
  background-color: rgba(23, 89, 103, 0.7);
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.iconrow {
  font-weight: 500;
  font-size: 1.3em;
  text-align: center;
  color: #175967;
  background-color: #FBE9CE;
  padding-top: 1em;
  padding-bottom: 0.5em;
  /*margin-left: 3em;
	margin-right: 3em;*/
}
.colored {
  background-color: #FBE9CE;
}
.col-padding {
  padding: 1.5em;
}
.icon-small {
  /* max-width: 8em;*/
  margin-bottom: 0.5em;
}
.iconelement {
  margin-left: auto;
  margin-right: auto;
  max-width: 8em;
  /*-webkit-filter: drop-shadow(0px 6px 12px rgba(178, 73, 31, 0.3));
  filter: drop-shadow(0px 6px 12px rgba(178, 73, 31, 0.3));*/
  transition: .2s all;
}
/*icon hover*/
.iconrow:hover .iconelement {
  filter: blur(1px);
  opacity: .5;
  transform: scale(.98);
  box-shadow: none;
}
.iconrow:hover .iconelement:hover {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
  -webkit-filter: drop-shadow(0px 6px 12px rgba(178, 73, 31, 0.3));
  filter: drop-shadow(0px 6px 12px rgba(178, 73, 31, 0.3));
}
.btn {
  border-radius: 45px !important;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  caret-color: transparent;
}
.button:hover {
  background-color: #2EE59D;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: scale(7px);
}
.content-wrap {
  padding: 2em;
}
#btn-sound {
  color: #fff;
}
.font-awesome-icons::before {
  display: inline-block;
  text-rendering: auto;
  color: red;
  -webkit-font-smoothing: antialiased;
}
.sound::before {
  font: var(--fa-font-solid);
  content: "/f001";
}
.soundB {
  background-image: image("textures/music-on.png");
}
.soundB focus {
  background-image: image("textures/music-off.png");
}
#withBG {
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-radius: 0.3em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.div-bg {
  background-image: url("../images/halftone.png");
  /*background-color: #1F7789;*/
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 0.3em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.div-bg2 {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 0.3em;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}
.addSpace {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
h1 {
  text-transform: uppercase !important;
  font-size: 2em;
}
h3 {
  color: #EE7927;
}
.p-dark {
  /*color: #193A49 !important;*/
}
.p-big {
  font-size: 1.2em;
}
.jumbotron-bg {
  padding: 10% 0;
}
.page-header {
  color: #EE7927;
}
.page-header-white {
  color: #fff;
}
.header-container {
  border: 20px solid transparent;
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 1em;
  padding-bottom: 0.5em;
  border-radius: 0.3em;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}
header {
  position: relative;
  background-color: white;
  min-height: 25rem;
  /*width: 100%;*/
  overflow: hidden;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  header {
    background-image: url("../videos/mobile_dummy.png");
    background-size: cover;
    border-radius: 0em;
  }
  header video {
    display: none;
  }
}
#audio-play-button {
  color: white;
}
/*Sketch*/
#sketch-icons {
  justify-content: center;
  margin: auto !important;
  text-align: center;
}
#no-icons {
  display: none;
}
.wrapper-sketch {
  overflow: auto;
  display: block;
}
.wrapper-sketch-hidden {
  display: none;
  pointer-events: none;
	z-index: 1;
}
@media only screen and (min-device-width : 480px) {
  .sketch-visible {
    display: block !important;
  }
}
@media (max-width: 1400px) {
  .sketch-visible {
    display: block !important;
  }
}
#p5_loading {
  left: 50%;
  top: 50%;
  color: transparent;
  height: 30px;
  width: 30px;
  background-color: #EE7927;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-col 2s infinite ease-in-out;
  display: none;
}
.cntrys {
  max-width: 12em;
}
/*earth*/
#wrapper {
  margin: 0 auto;
  max-width: 45em;
  padding-bottom: 3em;
}
#multi-wrapper {
  margin: 0 auto;
  max-width: 500em;
  padding-bottom: 3em;
}
.earth-wrap {
  display: inline-block;
  width: 100%;
  max-width: 30%;
}
/* ATMOSPHERE GLOW */
#myearth::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 160, 255, 0) 0%, rgba(0, 160, 255, 0) 48%, rgba(0, 160, 255, 0.05) 52%, rgba(0, 160, 255, 0.25) 54%, rgba(0, 160, 255, 0.05) 60%, rgba(0, 160, 255, 0) 64%, rgba(0, 160, 255, 0) 100%);
}
/*Animations*/
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}
@-webkit-keyframes circle-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.3);
    opacity: 0;
  }
}
@keyframes circle-1 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1.3);
    opacity: 0;
  }
}
.circle span::after {
  -webkit-animation: circle-2 2.5s cubic-bezier(.13, .84, .47, .99) .25s infinite;
  animation: circle-2 2.5s cubic-bezier(.13, .84, .47, .99) .25s infinite;
}
@-webkit-keyframes circle-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
@keyframes circle-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.5;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.5;
  }
}
@-webkit-keyframes pulse-col {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(238, 121, 39, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 30px rgba(238, 121, 39, 0);
  }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(238, 121, 39, 0);
  }
}
@keyframes pulse-col {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(238, 121, 39, 0.7);
  }
  70% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 30px rgba(238, 121, 39, 0);
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(238, 121, 39, 0);
  }
}