/* Empty. Add your own CSS if you like */
.appMenu{
    background-color: black;
}

.menuItem, .appMenu .item-complex .item-content, .appMenu .item-radio .item-content{
    background-color: black;
    border: 0;
    color: white;
    text-align: center;
    font-size: 22px;
}

.wood-background{
    background-image: url(../img/wood-background.jpg);
    background-size: cover;
}

.bar-dark, .bar.bar-dark{
    background: black;
}

section{
  padding: 12px;
}

.dark-background{
  background: rgba(0,0,0,.3);
  color: white;
}

.darker-background{
  background: rgba(0,0,0,.6);
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: white;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3);
}

.header-background{
    color: white;
}

.header-background h1, .dark-background h1, .darker-background h1{
  color: white;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0px;
}

.scroll {
  height: 440px;
}

.slide{
    background-size: cover;
    background-position: center;
}

.slide .text{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    padding: 12px;
    padding-top: 60px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.slide a.text h1, .slide a.text p,  a.text, .slide a:link h1,   a.text:hover,  a.text:visited{
    margin: 0;
    color: white;
    text-decoration: none;
}

.slide a.text h1{
    font-weight: 300;
}

.logo{
  pointer-events: none;
  position: fixed;
  z-index: 9999999999999;
  top: -7px;
  left: 0; right: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  height: 100px;
  background-image: url(../img/independent-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-trans, .item-trans .item-complex .item-trans .item-content, .item-trans .item-radio .item-content{
  color: #666;
  background: transparent;
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.item-trans h2{
  color: #fff;
  font-size: 20px;
}

.item-trans p{
  color: #fff;
}

.trans{
  color: white;
  background: transparent;
  border: 1px solid rgba(255,255,255,.1);
}

.item-trans .input-label, .item-trans input{
  color: white;
}

.checkbox input, .checkbox-icon{
  color: white;
  border: none;
}

.checkbox input:before, .checkbox-icon:before{
  border: none;
  background: rgba(255,255,255,.1);
}

.item-select select{
  color: white;
  background-color: transparent;
}

.item-divider{
  color: white;
  border: none;
  background: rgba(255,255,255,.1);
}

.item .item-content.activated, .item-complex .item-content, .item-radio .item-content{
  background: transparent;
  background-color: transparent;
}

.item-beer h2, .item-beer p{
  width: 70%;
  float: left;
}

.item-beer .hopps{
  width: 30%;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -15px;
  text-align: right;
}

.item-beer .hopps img{
  height: 100%;
  margin: 0 2px;
  width: auto;
  display: inline;
}

/*.item-complex .item-content, .item-radio .item-content{
  padding: 16px;
}*/

.flight-sheet div{
  background: rgba(0,0,0,.5);
  border-radius: 100%;
  border: 3px solid rgba(255,255,255, .2);
  height: 21vw;
  width: 21vw;
  margin: 0 2vw;
  text-align: center;
  padding-top: 9vw;
  font-size: 20px;
  color: white;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.75);
}

.flight-sheet{
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}

p.details{
  color: #666;
  font-size: 12px;
  margin: 0; padding: 0;
}

.toggle .track{
  border: solid 2px rgba(255,255,255,.2);
  background-color: transparent;
}

.error{
  color: red !important;
  font-weight: bold;
}

.modal{
    background-color: #000000 !important;
    background: #000000 !important;
}
