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

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

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#box1 {
  background: url(../images/bg3.jpg) center center #492543;
  background-size: cover;
  position: relative;
  text-align: center;
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 50px; }

#box1 h1 {
  font-size: 100px;
  line-height: 100px;
  color: #fff; }

@media screen and (max-width: 1650px) {
  #box1 h1 {
    font-size: 80px;
    line-height: 80px; } }

@media screen and (max-width: 1012px) {
  #box1 h1 {
    font-size: 60px;
    line-height: 60px; } }

@media screen and (max-width: 767px) {
  #box1 h1 {
    font-size: 40px;
    line-height: 40px; } }

#box3 {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

#box3 p {
  padding-left: 15%;
  padding-right: 15%; }

#b3box {
  padding-top: 30px; }

#b3box > div {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px; }

#b3box > div img {
  display: inline-block;
  vertical-align: top; }

#b3box > div h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px; }

#b3box > div a {
  display: block; }

@media screen and (max-width: 1260px) {
  #b3box > div {
    margin-left: 33px;
    margin-right: 33px; } }

@media screen and (max-width: 1012px) {
  #box3 p {
    padding-left: 0%;
    padding-right: 0%; }
  #b3box > div {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block; } }
