body {
  background: #222;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
  overflow: hidden;
}

#banners {
  background: #eee;
  text-align: center;
  /*width: 80%;
    */
  width: 74%;
  padding-top: 2em;
  overflow: auto;
  height: 100vh;
  margin-bottom: 200px;
  box-sizing: border-box;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  overflow: auto;
  background: #222;
  color: #fff;
  height: 100vh;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  z-index: 10000;
  position: absolute;
  right: 0px;
  top: 0px;
}

#logo {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 30px;
}

iframe {
  margin: 0.5em;
}

input {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 24px;
  padding: 0.1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

input:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

button {
  background: transparent;
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

#top {
  width: 100%;
  color: #fff;
}

#selector li {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
}

#selector li a {
  color: #e6ebe6;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #e6ebe6;
  padding: 0.5em;
  display: block;
  margin-bottom: 0.5em;
  width: 300px;
  background: #000;
}

#selector li a:hover {
  text-decoration: underline;
}

#select-form {
  display: block;
  padding: 1em;
  z-index: 999;
  border-bottom: 0;
}

#select-form input,
.input-dropdown {
  display: block;
  padding: 0.8em;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1em;
}

#select-form label,
#select-form h3,
#select-form h4 {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  color: rgba(255, 255, 255, 0.4);
}

#select-form #ch-submit {
  background: #78d7fa;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
  margin-top: 2em;
  display: none;
}
.messages-menu h2 {
  font-size: 13px;
  text-align: left;
}
.messages-menu ul {
  padding: 0px;
}
.messages-menu li {
  margin-left: 0px;
  padding-left: 0px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  list-style-type: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.messages-menu li:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}

#f-segment,
#f-event {
  background: #ff0;
}

h2 {
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #78d7fa;
}

.pimg {
  background: #c0c0c0;
}

.bglist {
  text-align: left;
}

.bglist li {
  margin-bottom: 0.5em;
  list-style: none;
}

.bglist a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-size: 0.8em;
}

.bglist a:hover {
  color: rgba(255, 255, 255, 1);
}

.diffuse {
  opacity: 0.5;
}

.sidebarBtn {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  color: #fff;
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
  font-weight: bold;
  z-index: 10000;
}

.sidebarBtn:hover {
  background: rgba(0, 0, 0, 0.9);
}

.gbanner {
  margin: auto;
  margin-bottom: 20px;
  display: block;
}

.ghead {
  margin: auto;
  margin-bottom: 10px;
  display: block;
}

.showhidebtn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 2px solid #78d7fa;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  z-index: 9999999999;
}

.b-filter {
  cursor: pointer;
}

.b-filter:hover {
  color: #ffffff;
}
.menu {
  padding: 5px;
  font-size: 12px;
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
.menu a {
  color: #000;
  text-decoration: none;
  margin: 5px;
  padding: 10px;
  background-color: rgba(120, 215, 250, 0.5);
  border: 0px solid #fff;
  border-radius: 10px;
}
.menu ul {
  display: block;
  padding: 0px;
  margin: 0px;
}
.menu li {
  display: inline;
}
.menu a:hover {
  background-color: rgba(120, 215, 250, 1);
}
.activePage {
  background-color: rgba(120, 215, 250, 1) !important;
}
.input-dropdown {
  margin-bottom: 1em;
}
.preloadimg {
  transform: scale(0.5);
}
/*
.b160x600,
.b180x500,
.b300x150,
.b320x100,
.b320x160,
.b980x120 {
   
}

.b1920x1080 {
   
}
*/
.input-color {
  height: 50px;
}
.activeMessage {
  color: rgba(255, 255, 255, 0.8) !important;
}
@media (max-width: 500px) {
  .sidebar,
  .showhidebtn {
    display: none;
  }

  #banners {
    width: 100%;
  }

  .gbanner,
  .ghead {
    display: none;
  }

  .b320x320,
  .b320x160,
  .b300x300,
  .b320x250,
  .b300x250 {
    display: block;
  }
}
