@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import "/assets/css/foundation.css";
@import "/assets/css/animate.css";
@import "/assets/css/font-awesome.min.css";
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}
#decorator {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#decorator span {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: transparent url(../../images/common/pattern.png) repeat top left;
}
#logo {
  margin: 20px 0;
  background: #3C1E68;
  position: relative;
}
#logo h1 img {
  width: 100%;
  height: auto;
}
#logo #menuToggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 10px;
  z-index: 1000;
}
.navigation {
  display: none;
}
.navigation li {
  list-style: none;
  height: 34px;
  line-height: 34px;
  margin-bottom: 2px;
}
.navigation li a {
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0;
  float: left;
  display: inline-block;
  line-height: 34px;
  background: #3C1E68;
  font-size: 14px;
  padding: 0 15px 0 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 800ms ease-in-out;
  -moz-transition: color 800ms ease-in-out;
  -ms-transition: color 800ms ease-in-out;
  -o-transition: color 800ms ease-in-out;
  transition: color 800ms ease-in-out;
  white-space: pre;
  position: relative;
}
.navigation li a i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
}
.navigation li span {
  height: 34px;
  float: left;
  position: relative;
  overflow: hidden;
}
.navigation li span span {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  text-align: center;
}
.navigation li span span.sl-w1 {
  z-index: 2;
}
.navigation li span span.sl-w2 {
  z-index: 3;
}
.navigation li em {
  float: left;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../../images/common/menu_right_bg.png) no-repeat 100% 50%;
}
.navigation li:hover a,
.navigation li.active a {
  color: #9870D6;
  background: #000;
}
.navigation li:hover em,
.navigation li.active em {
  background: url(../../images/common/menu_right_bg_hover.png) no-repeat 100% 50%;
}
section {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background: transparent url(../../images/common/dark_bg.png) repeat top left;
  padding: 15px;
  margin-bottom: 50px;
}
section blockquote {
  color: #fff;
}
section blockquote cite {
  color: #ddd;
}
section a {
  color: #9870D6;
}
section a:hover {
  color: #fff;
}
section label {
  color: #fff;
  font-size: 14px;
}
section ul,
section ol {
  margin-left: 20px;
}
section h1 {
  color: #9870D6;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
section h2 {
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
section h3 {
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
}
button,
.button {
  background-color: #3C1E68;
  border-color: #3C1E68;
}
button:hover,
.button:hover {
  background-color: #9870D6;
  border-color: #9870D6;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  font-size: 14px;
  letter-spacing: 1px;
}
.orbit-container {
  background: transparent;
}
footer {
  background: transparent url(../../images/common/dark_bg.png) repeat top left;
  color: #fff;
  font-size: 11px;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
footer a {
  color: #fff;
  margin-right: 10px;
}
footer a i {
  font-size: 14px;
}
footer a:hover {
  color: #9870D6;
}
#page-loader {
  position: absolute;
  top: 0;
  right: 0;
  background: #DC143C;
  color: #fff;
  padding: 5px 15px;
  display: none;
  font-weight: 700;
}
#adminpanel {
  position: fixed;
  z-index: 10000;
  bottom: 50px;
  left: 10px;
}
/* We use this media query to add styles to any device that supports media queries */
/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (min-width: 768px) {
  body {
    overflow: hidden;
  }
  .navigation {
    display: block;
    position: absolute;
    left: 0;
    top: 200px;
  }
  #logo {
    position: absolute;
    left: 0;
    background: transparent;
  }
  #logo #menuToggle {
    display: none;
  }
  section {
    margin-top: 150px;
    margin-bottom: 0;
  }
  section.homepage {
    margin-top: 200px;
  }
  #pagewrapper {
    height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#volumeToggle span {
  display: inline-block;
}
#volumeToggle span.play {
  display: none;
}
#volumeToggle.stopped span {
  display: none;
}
#volumeToggle.stopped span.play {
  display: inline-block;
}
/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 1280px) {
  section {
    margin-right: 530px;
  }
}
/* Used to alter styles for screens at least 1440px wide. */
/* Apply styles to screens in landscape orientation */
/* Apply styles to screens in portrait orientation */
/*# sourceMappingURL=app.css.map */