.superwrapper {
  height: 100%;
  width: 100%;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  background-origin: padding-box !important;
  background-position: center 50%;
  background-repeat: repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: cover !important; }

.vertwrapper {
  height: 100%;
  width: 100%; }

.vertfix {
  position: relative;
  height: auto; }

.blackest {
  background-color: black;
  height: 220px;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 5px rgba(50, 50, 50, 0.9);
  -moz-box-shadow: 0px 0px 13px 5px rgba(50, 50, 50, 0.9);
  box-shadow: 0px 0px 13px 5px rgba(50, 50, 50, 0.9);
  margin-top: 30px; }

.blackest > .row {
  padding: 0;
  margin: 0 auto; }

.kwicks.divslide {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative; }

.kwicks > li {
  height: 220px;
  /* overridden by kwicks but good for when JavaScript is disabled */
  width: 120px;
  float: left;
  border: 1px solid black; }

.slidethingwidth {
  min-width: 600px;
  max-width: 960px;
  width: auto;
  margin: 0 auto; }

#divpanel {
  background: url("../img/divpic.jpg") repeat-x scroll bottom white; }

#b1tpanel {
  background: url("../img/b1tpic.jpg") repeat-x scroll bottom white; }

#tenpanel {
  background: url("../img/10000pic.jpg") repeat-x scroll bottom white; }

#video-background {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: auto;
  z-index: -1000; }

.panelwrapper {
  background-position: center 50%;
  background-repeat: no-repeat;
  height: inherit;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  height: 100%; }

.title > h5 {
  color: white;
  font-weight: bold; }

li {
  padding-bottom: 0px !important; }

.kwicks-expanded .title {
  bottom: 0px;
  height: 170px;
  -webkit-transition: bottom .25s, height .25s;
  -o-transition: bottom .25s, height .25s;
  transition: bottom .25s, height .25s; }

.kwicks-collapsed .title {
  -webkit-transition: bottom .25s, height .25s;
  -o-transition: bottom .25s, height .25s;
  transition: bottom .25s, height .25s; }

.tslogo {
  position: relative;
  z-index: 999;
  text-align: center;
  color: white; }

.footer + .footer {
  border-left: 1px solid white; }

.footer > p {
  font-size: 12px; }

.margintop {
  margin-top: 15px; }

.marginbottom {
  margin-bottom: 1%; }

.alphainner > p {
  font-size: 13px;
  line-height: 16px; }

.sub {
  background-color: #3a3838; }

.tsdescription {
  background: url("../img/sw.png"), url("../img/nw.png"), url("../img/ne.png"), url("../img/se.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: bottom left, top left, top right, bottom right; }

.alphainner {
  padding: 15px 20px 5px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 3px; }

.title p {
  text-align: justify;
  font-size: 13px;
  line-height: 16px;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.kwicks-collapsed .title p {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.kwicks-expanded .title p {
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s; }

.what {
  opacity: 1; }

html {
  font-family: "bebas", arial, sans-serif;
  color: #F4EFDC;
  font-size: 24px;
  background-color: #3a3838; }

.section {
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.1); }

.hundredHeight {
  height: 100%;
  min-height: 100vh; }

a {
  color: #799AE0; }

a:hover {
  color: #8eaae5;
  text-decoration: none; }

.biggerText {
  font-size: 1.2rem;
  line-height: 1rem; }

.menu + .menu:before {
  content: '\2022'; }

.footer {
  font-size: .9rem;
  font-weight: 300; }

img {
  padding: 20px; }

#map {
  width: 100%;
  height: 400px; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

.body {
  font-family: "oswald", arial, sans-serif;
  text-align: justify;
  font-size: .8rem;
  line-height: 1rem; }

.title {
  font-family: "bebas", arial, sans-serif;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1rem; }

li + li {
  padding-top: 10px; }

@media (max-width: 480px) {
  .menu + .menu:before {
    content: ''; }
  video {
    display: none; }
  .uk-vertical-align::before {
    content: "";
    display: inline-block;
    height: auto; }
  img {
    padding: 40px 0 40px 0; } }

.announcement {
  border: 1px solid #F4EFDC;
  border-radius: 12px; }
  .announcement .biggerText {
    width: 100%;
    background-color: #F4EFDC;
    padding: 8px 0;
    border-radius: 8px 8px 0 0;
    color: #494842; }
  .announcement .smallerText {
    padding: 12px 0; }

.social {
  margin: 12px 0 24px 0;
  font-size: 24px; }
  .social a {
    color: #F4EFDC; }
    .social a:hover {
      color: #e8ddb5; }
  .social a + a {
    margin-left: 12px; }

.sociallarge {
  font-size: 48px; }
