/*
@bpxs: 512px;
@bpsm: 768px;
@bpmd: 992px;
@bplg: 1200px;
@bpxl: 1500px;
*/

.mark, mark {
    padding: 0;
    background-color: transparent;
}

#audio-icon{
    cursor: pointer;
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size:200%;
    padding: 20px;
    color:rgba(255,255,255,0.3);
}
#audio-icon:hover{
    color:rgba(255,255,255,0.7);
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: left;
    color: grey;
    margin-right: 7px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

#banner-carousel .button-container {
    display: none;
}

#banner-carousel .button-container .btn {
    font-size: 14px;
    padding: 10px 23px;
}

#why_needed_desktop{
    display:none;
}
@media (min-width: 768px) {
    #banner-carousel .button-container {
        display: block;
        position: absolute;
        top: 50%;
        right: 1%;
        -webkit-transform: translate(1%, -50%);
        transform: translate(1%, -50%);
    }
    #why_needed_mobile{
        display:none;
    }
    #why_needed_desktop{
        display:block;
    }
}

@media (min-width: 992px) {
    #banner-carousel .button-container {
        top: 50%;
        right: 2%;
        -webkit-transform: translate(2%, -50%);
        transform: translate(2%, -50%);
    }

    #banner-carousel .button-container .btn {
        font-size: 16px;
        padding: 12px 36px;
    }
}

@media (min-width: 1300px) {
    #banner-carousel .button-container {
        top: 50%;
        right: 5%;
        -webkit-transform: translate(5%, -50%);
        transform: translate(5%, -50%);
    }
}

@media (min-width: 1440px) {
    #banner-carousel .button-container {
        top: 50%;
        right: 7%;
        -webkit-transform: translate(7%, -50%);
        transform: translate(7%, -50%);
    }
}

@media (min-width: 1740px) {
    #banner-carousel .button-container {
        top: 50%;
        right: 10%;
        -webkit-transform: translate(10%, -50%);
        transform: translate(10%, -50%);
    }

    #banner-carousel .button-container .btn {
        font-size: 18px;
        padding: 13px 34px;
    }
}

body{
    font-family: 'Open Sans', sans-serif;
}

.nopadding{
    padding:0 !important;
}

.gap-10{
    height:10px;
    width: 100%;
}
.gap-20{
    height:20px;
    width: 100%;
}
.gap-30{
    height:30px;
    width: 100%;
}
.gap-40{
    height:40px;
    width: 100%;
}
.gap-50{
    height:50px;
    width: 100%;
}

.margin-none{
    margin:0 !important;
}

.highlight{
    color:#ff4e00;
}

label{
	font-weight: bold;
}

#logo{
    max-width: 208px;
    margin-top: 23px;
}

#how-it-works{
    padding-bottom:0px !important;
}
#how-it-works-tiles .col-sm-3{
    text-align: center;
    margin-bottom:35px;
}
#how-it-works-tiles h2{
    margin-top:30px;
}
#how-it-works-tiles .img-container{
    height: 75px;
}
#how-it-works-tiles .img-container img{
    max-height: 100%;
}
.how-it-works-arrow{
    display: none;
}
@media (min-width: 768px) {
    .how-it-works-arrow{
        display: block;
        position: absolute;
        right: -20px;
        top: 30%;
        max-width: 35px !important;
    }
}

#how-it-works-carret{
    display: none;
    line-height: 15px;
}
@media (max-width: 991px) {
    #logo{
        margin-top: 16px;
    }
}
@media (min-width: 768px) {
    #how-it-works-carret{
        display: block;
        text-align: center;
        position: absolute;
        width: 70%;
    }
}
#logo{
    margin-left: 0px;
}
@media (max-width: 767px) {
    #logo {
        margin-left: 15px;
    }
}

.navbar .navbar-nav>li:hover>.menu-bar, .navbar .navbar-nav>li.active>.menu-bar, .navbar .navbar-nav>li .dropdown.open>.menu-bar {
    /*background-color: #ff7800;
    width:84px;
    height: 5px;*/
    display: none;
}

.heading-bar{
    background-color: #ff7800;
    width:84px;
    height: 5px;
    margin:auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

h1{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color:#000;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color:#000;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#000;
}
p{
    font-family: 'Open Sans', sans-serif;
}

.tag{
    cursor: default;
    background: #1b1b1b;
    color: #fff;
    height: 36px;
    text-transform: uppercase;
    margin: 1px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 43px;
    white-space: nowrap;
}

.navbar.navbar-default{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e3d8ce;
    background: white;
    margin-bottom: 0;
}

#main-nav ul {
    margin-top: 5px;
}

#main-nav li a{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-weight: 300;
}
#main-nav li a:hover{
    color:#e62c01;
}
#main-nav li a:focus, #main-nav li a:active{
    color:#ff7900;
}

.banner-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .banner-circle{
        top: 50%;
        left: 21%;
        -webkit-transform: translate(-48.5%, -50%);
        transform: translate(-48.5%, -50%);
    }
}

.badge {
  position: relative;
  display: block;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.badge:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 118, 19, 0.83);
  content: "";
}

.badge__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.badge__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.badge__content {
  display: table-cell;
  padding: 5px 20px;
  vertical-align: middle;
  white-space: normal;
}
@media (min-width: 1170px) {
    .badge__content {
        padding: 5px;
    }
}

#circle{
    width: 90%;
    margin:auto;
    display: block;
    padding: 5px;
    white-space: normal;
    padding: 3px;
    color:#fff;
    font-style: italic;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

#line-1{
    font-size: 40px;
    line-height: 50px;
}
#line-2{
    font-size: 19px;
    line-height: 34px;
}
#line-3{
    font-size: 27px;
    line-height: 40px;
}

/*#part-1{
    width: 80%;
    margin:auto;
    display: block;
    padding: 5px;
    white-space: normal;
    font-size: 9px;
    padding: 3px;
    margin-bottom:5%;
    color:#fff;
    font-style: italic;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}
#part-2{
    width: 80%;
    margin:auto;
    display: block;
    padding: 5px;
    white-space: normal;
    font-size: 8px;
    color:#5D2c00;
    padding: 3px;
}*/

.banner-circle {
    width: 18em;
    height: 18em;
}
#part-1 {
    font-size: 18px;
}
#part-2 {
    font-size: 16px;
}

@media (min-width: 992px) {
    .banner-circle {
        width: 22em;
        height: 22em;
    }
    #part-1 {
        font-size: 22px;
    }
    #part-2 {
        font-size: 19px;
    }
    #line-1{
        font-size: 50px;
        line-height: 60px;
    }
    #line-2{
        font-size: 25px;
        line-height: 44px;
    }
    #line-3{
        font-size: 34px;
        line-height: 50px;
    }
}
@media (min-width: 1400px) {
  .banner-circle {
      width: 29em;
      height: 29em;
  }
  #part-1 {
      width: 90%;
      font-size: 42px;
      line-height: 46px;
  }
  #part-2 {
      font-size: 28px;
      line-height: 36px;
  }


  #line-1{
      font-size: 70px; line-height:90px;
  }
  #line-2{
      font-size: 35px;line-height: 40px;
  }
  #line-3{
      font-size: 48px; line-height:70px;
  }
}


.tag-columns-5 {
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    min-width: 25%;
    margin-right: 30px;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-2 + label {
    color: #efefef;
    background: #3890b5;
}

.inputfile-2 + label:hover {
    text-decoration: none;
    background: #ffe3d7;
    color: #ff3000;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 8px 20px;
    border: 1px solid #dec4b3;
    border-radius: 20px;
    background: none;
    color: #ff3000;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.no-file{
    padding: 9px 10px;
    display: inline-block;
    overflow: hidden;
    color: #888;
}


video {
    margin: auto;
    min-width:100%;
    max-width:100%;
    /*max-height: 642px;*/
    max-height: calc(100vh - 86px);    
    background-color: black;
}

.tile{
    font-family: sans-serif;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}

.tile .fa{
    padding: 25px 0px 0px 0px;
    font-size: 50px;
    color: #222;
}

.tile .tile-header .tile-image img{
    width: 30%;
    padding:15px 0 0 0;
    margin:auto;
}

footer{
    background:#191716;
    padding: 55px;
}
footer h3{
    color:#fff;
    font-size: 24px;
    margin-bottom:25px;
}
footer p{
    color:#c2c2c2;
    font-size: 16px;
    line-height: 24px;
    margin-bottom:25px;
}
footer a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.bottom-bar{
    padding: 12px;
    background: #232120;
}
.bottom-bar p{
    font-size: 12px;
    color:#737373;
}

/*footer .fa {
    font-size: 50px;
    color: #000;
}*/

.top-header{
    background:none;
    padding: 60px 0 30px 0;
}

.top-header .heading {
    color: #222;
    margin: 0;
    font-size: 32px;
}

.background-gradient{
    background: rgba(255,224,221,1);
    background: -moz-linear-gradient(top, rgba(255,224,221,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,224,221,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,224,221,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,224,221,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,224,221,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,224,221,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe0dd', endColorstr='#ffffff', GradientType=0 );
}


#video-form .form-column{
    padding: 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    background: #fff;
    margin-bottom: 20px;
}

.no-border{
    border:none !important;
    box-shadow: none !important;
}

#video-form h2{
    margin: 0 0 20px 0;
}
#video-form p + h2{
    margin: 20px 0;
}

#video-form .form-group{
    padding-bottom: 5px;
}

/* #video-form input{
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    box-shadow: none;
    max-width: 300px;
    padding: 0;
    font-size:17px;
}
#video-form textarea{
    font-size:17px;
    resize: none;
} */

#video-form .date-icon{
    /* float: left; */
    /* font-size: 23px; */
    padding: 2px 8px 0 0;
    color: #999;
}

#video-form .time-icon{    
    font-size: 32px;    
    color: #999;
    padding-top: 8px;
}

#video-form .time-fields-input-group {    
    /* border: 1px solid #dedede;
    border-bottom: 1px solid #aeaeae;
    border-radius: 3px; */
    /* padding: 0px 8px 8px 20px; */
}

#video-form .time-input-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
}

#video-form .checkbox p{
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
}

.next-step{
    font-size: 16px
}

@media(max-width: 767px){
    .next-step{
        padding: 10px 0 0 0;
        display: inline-block;
    }
}

.under-input{
    font-size: 12px;
    line-height: 18px;
    color: #999;
}


@media(max-width:500px){
    .g-recaptcha div:first-of-type{
        height: 50px !important;
        transform: scale(0.80);
        transform-origin: 0% 0%;
    }
}

.table-col{
    width: 110px;
}
.table-border{
    border-bottom:2px solid #ff7800;
    margin-bottom: 7px;
}

#bid_history td{
    padding:5px;
}
#bid_history .alert-success{
    padding:3px 5px;
    border-radius: 3px;
    font-size: 13px;
}

#leader .alert-success{
    font-size: 14px;
    margin-left:15px;
    padding:3px 8px;
    border-radius:3px;
}

#current_bid span{
    font-size: 25px;
}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}
