@font-face {
  font-family: "Warnock Pro", serif, sans-serif;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/WarnockPro-Regular.otf);
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none;
  font-family: "Times New Roman", Georgia, Serif;
}
* {
  font-family: "Warnock Pro", Georgia, serif;
  color: #FFFFFF;
}
a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ecd9b8;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}
p {
  font-size: 16px;
}
.error-404 {
  font-size: 100px;
  color: #f00;
  text-align: center;
  margin-top: 30px;
}
html {
  min-height: 100%;
}
body {
  min-height: 100%;
  background: #031E2F;
}
#content {
  background-color: rgba(3,30,47,0.6);
}
#black {
  background: #000033;
  background: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
#effect {
  background: url(../img/home.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background img {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
#landing-logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -130px;
}
.home #content {
  display: none;
}
.title {
  margin-top: 0px;
  color: #ecd9b8;
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 400px;
}
#side-menu {
  margin: 0px;
  padding: 0px;
}
#side-menu > li {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  text-transform: lowercase;
}
#side-menu > li a {
  font-size: 18px;
  color: #ecd9b8;
  display: block;
  padding-left: 20px;
  font-style: italic;
  text-transform: capitalize;
}
#side-menu > li a:hover {
  color: #fff;
}
#side-menu > li > ul {
  list-style: none;
}
#side-menu > li > ul > li {
  text-transform: none;
}
#side-menu > li > ul > li a {
  font-size: 14px;
  display: block;
  text-align: right;
}
#side-menu li.current-menu-item a {
  color: #ecd9b8;
}
.bmplayer-container.bmplayer-style-4 {
  bottom: 10px;
  right: 10px;
}
.tinynav {
  display: none;
}
.tinynav option {
  color: #000;
}
#content {
  display: none;
}
#content ul li a {
  font-size: 16px;
  color: #FFFFFF;
}
#content ul li a:hover {
  color: #ecd9b8;
}
#mobile-menu-container {
  display: none;
  background: #FFF;
}
#mobile-menu-container #mobile-menu li a {
  color: #000;
}
#mobile-menu-container #mobile-menu li.current-menu-item a {
  color: #ecd9b8;
}
.navbar-default .navbar-toggle {
  background: #FFF;
}
.navbar-default .navbar-toggle:hover {
  background: #FFF;
}
.bmplayer-btn-play {
  display: none;
}
#butons {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 500px;
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  padding-right: 10px;
}
#butons span {
  cursor: pointer;
}
.Off {
  display: inline-block;
  width: 10px;
  height: 10px;
/*  background: url(../img/off.png) no-repeat; */
}
.On {
  display: inline-block;
  width: 10px;
  height: 10px;
/*  background: url(../img/on.png) no-repeat;  */
}
@media (max-width: 991px) {
  #side-menu {
    display: none;
  }
  #mobile-menu-container {
    display: block;
  }
  .tinynav {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .xs-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
#main-content ul li {
  list-style: none;
}
#main-content ul li:before {
  content: ">";
  font-weight: bold;
  margin-right: 10px;
  color: #ecd9b8;
}
