html,
body {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  -webkit-text-stroke: 1px white;
}
img {
  max-width: 100%;
}
.top-buffer {
    margin-top: 35%;
}
.royalslider img {
  max-width: none;
}
.press-photos.royalslider img {
  max-height: 600px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  color: white;
  background-color:#101010;
}
.frontpage_image {
  background: url("/images/thelogo.png") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color:black;
}
@media (max-width: 991px) {
  .frontpage_image {
    background: url("/images/thelogo.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color:black;
  }
}
@media (max-width: 1024px) {
  .frontpage_image {
    background: url("/images/thelogo.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color:black;
  }
}
@media (max-width: 768px) {
  .frontpage_image {
      background: url("/images/thelogo.png") no-repeat;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-color: black;
  }
}
@media (max-width: 1280px) {
    .frontpage_image {
        background: url("/images/thelogo.png") no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-color: black;
    }
}
#main {
  height: 100%;
}
#main .margin {
  margin-top: 100px;
}
#adminMenu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.2);
}
#header.open {
  height: 280px;
}
#header {
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  position: absolute;
  z-index: 1000;
  height: 80px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-bottom: 2px solid #9cf2f2;
  overflow: hidden;
}
#header .row {
  margin: 0;
}
#header .logo {
  text-align: center;
  padding: 20px 5%;
}
#header .logo .inner {
  text-align: center;
  max-width: 400px;
  margin: 0px auto;
}
#header .menu {
  position: relative;
  z-index: 101;
  padding: 0;
}
#header .menu ul {
  padding-top: 28px;
}
#header .menu ul li {
  display: inline-block;
}
#header .menu ul li a {
  -webkit-text-stroke: 1px white;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}
#header .menu ul li a:hover {
  color: #9cf2f2;
  text-decoration: none;
}
#header .menu-left ul {
  float: right;
}
#header .menu-left ul a {
  padding-left: 27px;
}
#header .menu-right a {
  padding-right: 27px;
}
#header .open-menu {
  text-align: center;
}
#header .open-menu i {
  font-size: 2em;
  margin-top: 20px;
}
#header .mobile-menu {
  font-size: 1.4em;
  text-align: center;
  margin-top: 4px;
}
#header .mobile-menu ul li a {
  color: white;
  line-height: 2em;
}
#hero {
  position: fixed;
  width: 100%;
  left: 0px;
  padding: 0px;
  z-index: 1;
  top: 100px;
}
#hero .aelita {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#media .media-top {
  height: 80px;
  overflow: hidden;
}
#media .item {
  padding: 0px;
}
#media .item .icon {
  display: none;
  position: absolute;
  text-align: center;
  opacity: 0.7;
  margin-left: 4%;
  margin-top: 4%;
}
#media .item .icon i {
  font-size: 2em;
}
#media .item img {
  width: 100%;
  max-width: none;
}
#overlay {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: black;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 90;
}
#modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -300px;
  z-index: 200;
}
#modal .item {
  height: 600px;
  padding-right: 0px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0;
  margin: 0;
  padding: 0;
}
#modal .item img {
  float: right;
  max-width: 600px;
  max-height: 600px;
  width: 600px;
  height: 600px;
  padding: 0;
  margin: 0;
}
#modal .item.show {
  opacity: 1;
}
#modal .preloader {
  position: fixed;
  left: 45%;
  z-index: 101;
  top: 43%;
  display: none;
}
#modal .preloader.show {
  display: block;
}
#modal .nav i {
  position: fixed;
  top: 45%;
  font-size: 8em;
}
#modal .nav-right {
  text-align: right;
  padding-right: 40px;
}
#modal .sidebar {
  height: 600px;
  padding-left: 0px;
}
#modal .sidebar .inner {
  background: #2a2a2a;
  height: 600px;
}
#modal .sidebar .inner .caption {
  font-size: 1.5em;
  font-weight: 100;
  padding: 10px 20px;
  overflow: hidden;
}
#modal .sidebar .inner .tags {
  padding: 10px 20px;
}
#modal .sidebar .inner .tags a {
  color: white;
}
#modal .sidebar .inner .tags a:hover {
  color: #9cf2f2;
}
#modal .sidebar .inner .user {
  padding: 10px 20px;
}
#official .news {
  padding-top: 100px;
  padding-bottom: 180px;
  background: url('/images/aelita-news.jpg');
  background-size: cover;
}
#official .news .image {
  opacity: 1;
}
#official .news h1 {
  font-size: 3.5em;
}
#official .news p {
  font-size: 1.3em;
}
#official h2 {
  font-size: 3em;
  margin-left: 3%;
}
#official .albums {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  overflow: hidden;
  margin: 0px;
  opacity: 0;
  margin-top: -80px;
  min-height: 600px;
  margin-bottom: 50px;
}
#official .albums .top img {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  opacity: 0.6;
}
#official .albums .top img:hover {
  opacity: 1;
}
#official .albums .album {
  padding: 20px 0px;
}
#official .albums .album h3 {
  font-size: 2.8em;
  margin-top: 0px;
  text-transform: uppercase;
}
#official .albums .album .cover {
  padding: 0px;
}
#official .albums .album .cover img {
  max-width: 100%;
}
#official .albums .store {
  float: left;
  margin: 5px;
}
#official .albums .store img {
  width: 100px;
}
#official .albums .rsThumbs {
  overflow: hidden;
  width: 100%;
}
#official .albums .rsThumbs .rsThumbsContainer {
  background: black;
  overflow: hidden;
}
#official .albums .rsThumbs .rsNavItem {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.55;
}
#official .albums .rsThumbs .rsNavSelected {
  opacity: 1;
}
#official .press-photos,
#official .live-photos {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  margin: 0px;
}
#official .press-photos .photo,
#official .live-photos .photo {
  text-align: center;
  margin-top: 20px;
}
#official .press-photos .photo img,
#official .live-photos .photo img {
  max-width: 100% !important;
}
#startContent {
  position: relative;
  z-index: 100;
}
#startContent .inner {
  display: none;
  height: 500px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-top: 2px solid #9cf2f2;
}
#admin {
  margin-top: 100px;
  margin-bottom: 100px;
}
#admin .photos {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
#admin .photos .photo {
  padding-bottom: 20px;
}
#shop {
  border: 0px;
}
#shop .viewport {
  background: blue !important;
}
#shop .SFCTopic-body {
  background: blue !important;
}
#tour {
  height: 100%;
  background: url('/images/tour-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#tour h2 {
  padding-top: 20%;
  font-size: 4em;
  max-width: 400px;
  margin: 0px auto;
}
#showData {
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  position: fixed;
  top: 80px;
  left: 280px;
  height: 100%;
  width: 0px;
  overflow: hidden;
  z-index: 9999;
  border-left: 2px solid #9cf2f2;
  background: rgba(0, 0, 0, 0.7);
}
#showData.show {
  width: 600px;
  border-right: 2px solid #9cf2f2;
}
#mobileVideo {
  margin-top: 80px;
}
#mobileVideo video {
  position: absolute;
  top: 300px;
  z-index: -1;
}
#streetTeams {
  margin-top: 100px;
  font-size: 1.2em;
  text-align: center;
}
#mapSidebar {
  top: 0px;
  overflow: hidden;
  position: fixed;
  left: 0px;
  height: 100%;
  z-index: 999;
  width: 280px;
}
#mapSidebar .inner {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: scroll;
  height: 100%;
  width: 300px;
  box-sizing: border-box;
}
#mapSidebar .inner ul {
  display: table;
  border-collapse: separate;
  border-spacing: 0 8px;
}
#mapSidebar .inner ul li {
  display: table-row;
}
#mapSidebar .inner ul li .details {
  display: table-cell;
  width: 220px;
}
#mapSidebar .inner ul li .details p {
  margin: 0;
}
#mapSidebar .inner ul li .map {
  cursor: pointer;
  display: table-cell;
  vertical-align: bottom;
}
#map {
  width: 100%;
  height: 100%;
}
#map img {
  max-width: none;
}
#map .cluster {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
		  Introduced in IE 10.
		  See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
		*/
  -ms-user-select: none;
  user-select: none;
  font-family: museo-sans, sans-serif;
  text-shadow: 1px 1px 0px #000000, 3px 0 1px #9cf2f2, -3px 0 1px rgba(255, 82, 82, 0.9);
}
#map .x-large {
  font-size: 3.6em;
}
#map .large {
  font-size: 3.4em;
}
#map .medium {
  font-size: 3.2em;
}
#map .normal {
  font-size: 3em;
}
.black-saturday .spotify {
  position: absolute;
  top: 70%;
  width: 320px;
  margin-left: 50%;
  left: -175px;
  z-index: 10;
}
.black-saturday .wimp,
.black-saturday .itunes {
  margin-top: 16%;
}
.black-saturday .itunes {
  text-align: right;
}
.black-saturday .wimp {
  text-align: left;
}
#aelita-3d .info {
  padding-top: 100px;
  position: relative;
  z-index: 10;
  text-align: center;
}
#aelita-3d .info h1 {
  font-size: 5em;
  text-shadow: 0px 2px 1px #000000;
}
#aelita-3d #video {
  z-index: 0;
  top: 0;
  position: fixed;
}
.admin-textarea{
  height:200px !important;
}
.wrapper { float: left; clear: left; display: table; table-layout: fixed; }
img.img-responsive { display: table-cell; max-width: 100%; }
.white-link{color:white;text-decoration: underline;}
.top-buffer-small{margin-top:20px;}
.top-buffer-for-header{margin-top:95px;}