/* Your custom css code goes here */

.flexslider {
  color: #fff;
}

.slider-height, .flexslider, .flexslider .slides > li {
  height: 400px;
}

@media screen and (max-width: 480px) {
  .slider-height, .flexslider, .flexslider .slides > li {
    height: inherit;
    height: 500px;
  }
}

.flexslider .probootstrap-slider-text {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .flexslider .probootstrap-slider-text {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .image {
    width: 100%;
  }
}

.probootstrap-half .text {
  padding: 32px;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .text {
    padding: 24px;
  }
}

.w100p {
  width: 100%;
}

.emoji {
  font-size: 3.6rem;
}

.probootstrap-section {
  padding: 3em 0 2em 0;
}

.owl-carousel {
  margin-bottom: 0;
}
