/* Your custom css code goes here */

body {
  background-color: black;
}


.probootstrap-intro {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  height: 800px;
  overflow: hidden;
}

.probootstrap-intro .probootstrap-scroll-down {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .9s all ease-out;
  transition: .9s all ease-out;
  bottom: 20px;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
}

.probootstrap-intro .probootstrap-scroll-down.probootstrap-sleep {
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
}

.probootstrap-intro .probootstrap-intro-text {
  margin-top: 200px;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .probootstrap-intro .probootstrap-intro-text {
    height: inherit !important;
    margin-top: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .probootstrap-intro {
    height: inherit !important;
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

.probootstrap-intro:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #b5b5b5;
  background: -webkit-gradient(left top, right top, color-stop(0%, #b5b5b5), color-stop(100%, #393a3b));
  background: -webkit-gradient(linear, left top, right top, from(#b5b5b5), to(#393a3b));
  background: linear-gradient(to right, #b5b5b5 0%, #393a3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1 );
  opacity: .0;
}

.probootstrap-intro > .container-fluid, .probootstrap-intro > .container {
  
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .probootstrap-intro {
    padding: 7em 0 7em 0;
  }
}

.probootstrap-intro h1 {
  font-size: 67px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .probootstrap-intro h1 {
    font-size: 36px;
  }
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.probootstrap-intro .probootstrap-subtitle {
  max-width: 700px;
}

.probootstrap-intro .probootstrap-subtitle h2, .probootstrap-intro .probootstrap-subtitle .heading-with-icon {
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.probootstrap-intro .probootstrap-subtitle h2 a, .probootstrap-intro .probootstrap-subtitle .heading-with-icon a {
  color: white;
}

.probootstrap-intro .probootstrap-subtitle h2 a:hover, .probootstrap-intro .probootstrap-subtitle .heading-with-icon a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-intro .watch-intro {
  font-size: 23px;
  font-weight: 300;
  color: #ffffff;
}

.probootstrap-intro .watch-intro a {
  color: #ffffff;
}

.probootstrap-intro .watch-intro a i {
  position: relative;
  top: 2px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.probootstrap-intro .watch-intro a:hover i {
  margin-left: 20px;
}