/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#box1 {
  background: url(../images/bg28.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  z-index: 20;
  position: relative;
  text-align: right;
  padding-top: 200px;
  padding-bottom: 120px;
}

#b1content {
  display: inline-block;
  width: 550px;
  vertical-align: top;
  margin-right: 5%;
  text-align: center;
}

#b1p1, #b1p2, #b1p3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}

#b1p1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: bold;
  padding-bottom: 20px;
}

#b1p2 {
  font-size: 76px;
  line-height: 85px;
  font-weight: 300;
}

#b1p3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}

#b1p3 span {
  font-weight: bold;
}

#b1p3 {
  position: relative;
  margin-top: 100px;
}

#b1p3:before {
  content: '';
  display: block;
  position: absolute;
  top: -70px;
  width: 157px;
  height: 37px;
  left: 50%;
  margin-left: -78px;
  background: url(../images/bowarrow.png);
}

#b1buttons {
  text-align: center;
  padding-top: 30px;
}

#b1buttons .buttons {
  float: none;
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  height: 70px;
  line-height: 68px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

@media screen and (max-width: 1650px) {
  #box1 {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  #b1p1 {
    font-size: 100px;
    line-height: 110px;
  }

  #b1p2 {
    font-size: 56px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1260px) {
  #b1content {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    vertical-align: top;
    margin-right: inherit;
  }

  #b1p1, #b1p2, #b1p3 {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.99);
  }

  #b1p2 {
    font-size: 36px;
    line-height: 45px;
    padding-top: 130px;
  }

  #b1p3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1012px) {
  #box1 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  #box1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }

  #b1p1 {
    font-size: 70px;
    line-height: 80px;
  }

  #b1p2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #box1 {
    background-position: 39% center;
  }

  #b1buttons .buttons {
    width: 90%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  #b1p1 {
    font-size: 60px;
    line-height: 70px;
  }
}
