/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%;
}

a {
  color: #f77207;
}
.btn-primary {
  background-color: #f77207!important;
  color: #fff;
}

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }


@media (min-width: 600px) {
  .navbar.scrolling-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.streak.streak-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.streak.streak-md {
    height: 400px;
}
.band-lp .view, .cafe-lp .view, .streak.streak-photo {
    -webkit-background-size: cover;
}
.streak {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
}
.carousel-multi-item {
  margin-bottom: 5rem;
}
.carousel-multi-item .controls-top {
  text-align: center;
  margin-bottom: 1.88rem;
}
.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}
.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}

.light-blue.darken-4 {
  background-color: #01579b!important;
}
.btn-floating, .btn-floating i, a.waves-effect, a.waves-light, ul.stepper li a .circle, ul.stepper li a .label {
  display: inline-block;
}
.btn-floating {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
  width: inherit;
  text-align: center;
  color: #fff;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.testimonial-carousel .testimonial {
  margin-right: 23%;
  margin-left: 23%;
}
@media (min-width: 768px){
  .carousel-multi-item .col-md-4 {
      float: left;
      width: 33.333333%;
      max-width: 100%;
  }
}

@media (min-width: 768px){
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
}

.carousel-multi-item .carousel-indicators {
  margin-bottom: -2em;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-multi-item .carousel-indicators .active {
  height: 1.56rem;
  width: 1.56rem;
  max-width: 1.56rem;
  background-color: #4285f4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.carousel-multi-item .carousel-indicators li {
  height: 1.25rem;
  width: 1.25rem;
  max-width: 1.25rem;
  background-color: #4285f4;
  margin-bottom: -3.75rem;
}

.pricing-card {
  text-align: center;
}
.medical-lp .pricing-card .form-header, .medical-lp .pricing-card .header {
-webkit-box-shadow: none;
box-shadow: none;
}

.pricing-card .price {
position: relative;
padding-top: 3.94rem;
}
.pricing-card .price .number {
font-size: 5rem;
padding: 1.5rem;
font-weight: 300;
}
.pricing-card .price .number:before {
content: "$";
position: absolute;
font-size: 1.88rem;
margin-left: -1.2rem;
margin-top: .7rem;
}
.pricing-card .price .number:after {
content: "/mo";
position: absolute;
font-size: 1.88rem;
margin-top: 3rem;
}
.pricing-card .price .version, .top-footer-color {
background-color: #0288d1;
}
.pricing-card .price .version {
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
-webkit-border-radius: .25rem .25rem 0 0;
border-radius: .25rem .25rem 0 0;
position: absolute;
top: 0;
width: 100%;
padding: 1rem;
background-color: rgba(0,0,0,.3);
}
.pricing-card .striped {
padding: 1rem;
}
.pricing-card ul {
list-style-type: none;
padding: 0;
}
.pricing-card .striped.darker-striped li {
border-bottom: 1px solid rgba(153,153,153,.298039);
}

.pricing-card .striped li {
border-bottom: 1px solid rgba(238,238,238,.298039);
margin-bottom: 1rem;
}
.pricing-card .price .version, .top-footer-color {
background-color: #0288d1;
}

.upload-area {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  padding: 5px 10px;
  font-size: 1rem;
  text-align: center;
  color: #ccc;
}

.upload-area:hover {
  cursor: pointer;
  background-color: #eee;
}

.upload-message {
  position: relative;
  top: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.upload-area i {
  font-size: 3rem;
}

#file {
  display: none;
}

/* Thumbnail */
.thumbnail {
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
}

.size {
  font-size: 12px;
}
