/* Empty. Add your own CSS if you like */

.front-h1 {
  color:#fff;font-size:44px;margin-top:200px;
}

#video-bg {
  position:fixed;
  top:-190px;
  bottom:0;
  left:-25px;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  #video-bg {
    left: -600px;
    zoom: 0.63;
    top: -100px;
  }
  .bottom {
    bottom:20px;
  }
  .front-h1 {
    margin-top:100px;
  }
}

.bottom {
  position: fixed;
  bottom:70px;
  width:100%;
  padding:0 20px;
}

table { border-collapse: collapse; }
.percent {
    position: absolute; width: 300px; height: 14px; z-index: 1; text-align: center; font-size: 0.8em; color: white;
}
.progress-bar {
    width: 300px; height: 14px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95));
    border-image: initial;
}
.uploaded {
    padding: 0;
    height: 14px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
    border-image: initial;
}
.dropbox {
    height: 3em;
    border: 2px solid #DDD;
    border-radius: 8px;
    background-color: #FEFFEC;
    text-align: center;
    color: #BBB;
    font-size: 2em;
    font-family: Arial, sans-serif;
}
.dropbox span {
    margin-top: 0.9em;
    display: block;
}
.dropbox.not-available {
    background-color: #F88;
}
.dropbox.over {
    background-color: #bfb;
}

.dm-wrap {
  
}

.dc-center-text {
  text-align: center;
  white-space: normal;
}
.dc-raised-5px {
  margin-top: -5px;
}
.dc-no-border {
  border: none; border 0px;
}
.dc-float-right {
  float:right;
}

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear;
}
.list .item.item-accordion.ng-hide {
  line-height: 0px;
}
.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important;
}
.dc-full {width:100%;}


/*** Stripe CSS ***/
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}