@charset "UTF-8";
/*
* @subpackage _variables.css
*@subpackage _mixins.css
*/

/* ==========================================
                Includes
============================================ */
/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
.flow-offset-1.row > * + [class*='col-'] {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.flow-offset-2.row > * + [class*='col-'] {
  margin-top: 60px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3) {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3) {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3) {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3) {
    margin-top: 60px;
  }
}

.flow-offset-3.row > * + [class*='col-'] {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.flow-offset-4.row > * + [class*='col-'] {
  margin-top: 70px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3) {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3) {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3) {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3) {
    margin-top: 70px;
  }
}

.flow-offset-5.row > * + [class*='col-'] {
  margin-top: 25px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-5 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-5 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-5 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-5 > .col-xs-6:nth-child(n + 3) {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-5 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-5 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-5 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-5 > .col-sm-6:nth-child(n + 3) {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-5 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-5 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-5 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-5 > .col-md-6:nth-child(n + 3) {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-5 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-5 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-5 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-5 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-5 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-5 > .col-lg-6:nth-child(n + 3) {
    margin-top: 25px;
  }
}

.flow-offset-6.row > * + [class*='col-'] {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-6 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-6 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-6 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-6 > .col-xs-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-6 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-6 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-6 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-6 > .col-sm-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-6 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-6 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-6 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-6 > .col-md-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-6 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-6 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-6 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-6 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-6 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-6 > .col-lg-6:nth-child(n + 3) {
    margin-top: 50px;
  }
}

/*================  Text Alignment    ==================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.box .box_left {
  padding-right: 20px;
}
.box .box_left--inset-2 {
  padding-right: 10px;
  padding-left: 0;
}
.box .box_right {
  padding-right: 30px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-right: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-right: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: middle;
  }
  .box-md .box_left {
    padding-right: 27px;
  }
  .box-md .box_left--inset-1 {
    padding-right: 15px;
  }
  .box-md .box_left--inset-2 {
    padding-right: 10px;
    padding-left: 0;
  }
  .box-md .box_left--inset-3 {
    padding-left: 0;
  }
  .box-md .box_left--inset-2 {
    padding-right: 10px;
  }
  .box-md .box_right {
    padding-right: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: middle;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-right: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: middle;
  }
}
.box-md .vertical-align-top, .box_left .vertical-align-top, .box_cnt .vertical-align-top {
  vertical-align: top;
}

/* ================
*Section Main Styles
*/

.heading-4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
}

p.big, a.big, dt.big, li.big, span.big {
  font-size: 18px;
}
p.big-2, a.big-2, dt.big-2, li.big-2, span.big-2 {
  font-size: 24px;
  line-height: 1.3;
}
p.big-3, a.big-3, dt.big-3, li.big-3, span.big-3 {
  font-size: 20px;
}
p.small, a.small, dt.small, li.small, span.small {
  font-size: 13px;
  line-height: 1.3;
}
p.small-2, a.small-2, dt.small-2, li.small-2, span.small-2 {
  font-size: 12px;
  line-height: 1.3;
}

.fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:hover {
  color: #a98c09;
}

hr {
  margin: 0;
}

a[href^="tel:"],
a[href^="callto:"] {
  text-decoration: none;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.font-family-1 {
  font-family: "Montserrat Alternates", sans-serif;
}

.font-family-2 {
  font-family: "Ubuntu", sans-serif;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}




/* 
*@Subsection Insets
 */
.inset-1 {
  padding-left: 0;
}
@media (min-width: 992px) {
  .inset-1 {
    padding-left: 10px;
  }
}

.inset-2 {
  padding-top: 5px;
}

.inset-3 {
  padding: 0 15px;
}

.inset-4 {
  padding-bottom: 9px;
}

/*
*@Subsection Well
 */
.well {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .well {
    padding: 105px 0 90px;
  }
}

.well-1 {
  padding: 18px 0 20px;
}
@media (min-width: 992px) {
  .well-1 {
    /*padding: 30px 0 85px;*/
    padding: 12px 0 14px;
  }
}


.well-2 {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .well-2 {
    padding: 90px 0 50px;
  }
}

.well-3 {
  padding: 50px 0 110px;
}

.well-4 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .well-4 {
    padding: 50px 0;
  }
}

.well-5 {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .well-5 {
    padding: 80px 0 105px;
  }
}

.well-6 {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .well-6 {
    padding: 130px 0;
  }
}
@media (min-width: 1200px) {
  .well-6 {
    padding: 170px 0 185px;
  }
}

.well-7 {
  padding: 80px 0 50px;
}

.well-8 {
  padding: 9px 0;
}

/* ==================
*@Section  Components
*/
/*
*@Subsection Navigation Menu
*/
.nav {
  text-align: center;
}
@media (min-width: 992px) {
  .nav {
    text-align: left;
    text-transform: lowercase;
  }
}

/*
*@Subsection Brand
 */
.brand {
  text-align: center;
}
@media (min-width: 992px) {
  .brand {
    text-align: left;
  }
}
.brand h1 {
  letter-spacing: -1px;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 768px) {
  .brand h1 {
    font-size: 60px;
  }
}
.brand h1 a {
  position: relative;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .brand h1 a {
    padding: 0;
  }
}
.brand h1 a:hover {
  color: #3b3b3b;
}
@media (min-width: 768px) {
  .brand h1 a:after {
    top: 13px;
    right: -60px;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.brand_slogan {
  display: block;
  font-size: 15px;
  line-height: 1;
}

/*
*@Subsection quote
*/
.quote {
  position: relative;
  max-width: 915px;
  margin: 0 auto;
}
.quote:before {
  content: "";
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -38px;
  width: 20px;
  height: 20px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quote p q {
  line-height: 36px;
}
.quote p cite {
  font-size: 14px;
  line-height: 24px;
}
.quote p + p {
  margin-top: 30px;
}

/*
*@Subsection Twitter
*/
.twitter {
  overflow-y: scroll;
  height: 275px;
  margin: 0 auto;
  scrollbar-3dlight-color: red;
  scrollbar-arrow-color: #adadad;
  scrollbar-highlight-color: aqua;
  scrollbar-face-color: #adadad;
  scrollbar-track-color: #fff;
}

/*
@Subsection Contact-Form
*/
.contact-form {
  background: #fff;
  position: relative;
  padding: 55px 40px 40px;
}
@media (min-width: 992px) {
  .contact-form {
    margin-top: -245px;
  }
}
.contact-form h2 {
  color: #3b3b3b;
}
.contact-form .mfControls {
  display: block;
}
@media (min-width: 1200px) {
  .contact-form .mfControls {
    display: block;
  }
}
.contact-form .mfControls .btn:active span.cnt, .contact-form .mfControls .btn:focus span.cnt {
  position: relative;
  top: 0;
  left: 0;
}

/*
*@Subsection Backgrounds
 */
.bg-primary {
  background: #FA4D01;
}
.bg-primary p {
  color: #fff;
}
.bg-primary .icon-primary {
  color: #fff;
  border: 1px solid #fff;
}
.bg-primary .icon-primary:hover {
  color: #942e01;
}
.bg-primary .icon-default-variant-1 {
  color: #fff;
  border-color: #fff;
}
.bg-primary .icon-default-variant-1:hover {
  color: #3b3b3b;
  boder-color: #3b3b3b;
}
.bg-primary .btn-primary {
  background: #fff;
  color: #000;
}
.bg-primary .link, .bg-primary .link-2 {
  color: #fff;
}
.bg-primary .link:hover, .bg-primary .link-2:hover {
  opacity: 0.7;
}
.bg-primary .terms-list {
  color: #fff;
}
.bg-primary .index-list span.counter:before,
.bg-primary .index-list-2 span.counter-2:before {
  color: #fff;
}
.bg-primary .mfControls .btn-primary {
  background: #000;
  color: #fff;
}
.bg-primary .mfControls .btn-primary:hover {
  background: #333333;
}

.bg-contrast {
  background: #fff;
}

.bg-default-variant-1 {
  background: #f1f1f1;
}

.bg-default-variant-2 {
  background: #b6b6b6;
}

.bg-image {
  background-repeat: repeat;
}

.bg-image-1 {
  background-image: url(../images/pattern.jpg);
}

/*
*@Subsection Text Colors
*/
.text-default {
  color: #000;
}

.text-contrast {
  color: #fff;
}

.text-primary {
  color: #FA4D01;
}

.text-default-variant-1 {
  color: #3b3b3b;
}

.text-default-variant-2 {
  color: #777777;
}

.text-default-variant-3 {
  color: #cbcbcb;
}

.text-default-variant-4 {
  color: #878787;
}

/*
*@Subsection ICONS
 */
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}

.icon-primary {
  color: #922c46;
  border: 1px solid #922c46;
}
.icon-primary.fa-file-text {
  background: none;
}
.icon-primary.fa-phone {
  background: none;
}
.icon-primary.fa-phone:hover {
  color: #922c46;
  cursor: default;
}
.icon-primary a.icon-primary:hover {
  color: #ae3601;
}

.icon-default-variant-1 {
  color: #777777;
  border: 1px solid #777777;
}
.icon-default-variant-1:hover {
  color: #FA4D01;
}

.icon-default-variant-2 {
  color: #cbcbcb;
}

.icon-xs {
  font-size: 14px;
  line-height: 1;
}

.icon-sm {
  font-size: 17px;
  line-height: 35px;
  width: 38px;
  height: 38px;
}

.icon-md {
  width: 46px;
  height: 46px;
  font-size: 18px;
  line-height: 43px;
}

.icon-lg {
  width: 75px;
  height: 75px;
  font-size: 30px;
  line-height: 70px;
}

.icon-xl {
  font-size: 45px;
  line-height: 1;
}

/*
*@Subsection Buttons
 */
.btn {
  display: inline-block;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-md {
  padding: 24px 25px;
  font-size: 12px;
  line-height: 1;
}

.btn-lg {
  padding: 35px 42px;
  font-size: 20px;
  line-height: 30px;
}

.btn-primary {
  background: #FA4D01;
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-primary:hover {
  color: #fff;
  background: #942e01;
}
.btn-primary:active {
  background: #942e01;
}

/*
*@Subsection Inline-list
 */
.inline-list {
  padding: 0;
  word-spacing: 37px;
}
@media (min-width: 992px) {
  .inline-list {
    margin: 0;
  }
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
  vertical-align: middle;
}

.inline-list-2 {
  padding: 0;
  word-spacing: normal;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .inline-list-2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .inline-list-2 {
    text-align: left;
  }
}
.inline-list-2 > li {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  word-spacing: normal;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .inline-list-2 > li {
    display: inline-block;
  }
}
.inline-list-2 li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .inline-list-2 li + li {
    margin-top: 0;
    margin-left: 5px;
  }

  .inline-list-2 a.big {
    font-size: 0.8em;
  }

  .box .box_left--inset-2 {
    padding-right: 5px;
  }

  .icon-md {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 992px) {
  .inline-list-2 li + li {
    margin-left: 20px;
  }

  .inline-list-2 a.big {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .inline-list-2 li + li {
    margin-left: 20px;
  }

  .inline-list-2 a.big {
    font-size: 18px;
  }
}

/*
*@Subsection Flex-list
 */
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .flex-list {
    display: block;
  }
}
.flex-list li + li {
  margin-top: 20px;
}
.flex-list li {
  display: table-cell;
}
@media (max-width: 992px) {
  .flex-list li {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .flex-list li {
    width: 50%;
    float: left;
  }
  .flex-list li:nth-child(2) {
    margin-top: 0;
  }
}

/*
*@Subsection Index-list
 */
.index-list {
  counter-reset: li;
  text-align: center;
}
.index-list li {
  position: relative;
}
@media (min-width: 992px) {
  .index-list li {
    padding-left: 90px;
  }
}
.index-list li + li {
  margin-top: 130px;
}
@media (min-width: 992px) {
  .index-list li + li {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .index-list li + li {
    margin-top: 63px;
  }
}
.index-list span {
  position: absolute;
  left: 50%;
  top: -90px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .index-list span {
    left: 0;
    top: -16px;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.index-list span.counter:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  display: inline-block;
  position: relative;
  left: 1px;
  font-family: "Ubuntu", sans-serif, sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  line-height: 70px;
  color: #FA4D01;
}
.index-list span.counter-2:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  display: inline-block;
  font-family: "Ubuntu", sans-serif, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FA4D01;
}

.index-list-2 {
  counter-reset: li;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 1200) {
  .index-list-2 {
    padding: 0;
  }
}
.index-list-2 li {
  position: relative;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .index-list-2 li {
    padding-left: 20px;
  }
}
.index-list-2 li + li {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .index-list-2 li + li {
    margin-top: 40px;
  }
}
.index-list-2 span {
  position: absolute;
  left: 50%;
  top: -30px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .index-list-2 span {
    left: 0;
    top: -3px;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.index-list-2 span.counter-2:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  display: inline-block;
  font-family: "Ubuntu", sans-serif, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FA4D01;
}

/*
*@Subsection Marked-list
 */
.marked-list {
  display: inline-block;
}
.marked-list li + li {
  margin-top: 30px;
}
.marked-list li {
  position: relative;
  padding-left: 35px;
  line-height: 20px;
}
.marked-list li:before {
  content: '\f054';
  position: absolute;
  left: 0;
  top: 0;
  font: 400 14px 'FontAwesome';
  color: #000;
  line-height: inherit;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li a {
  font-size: 15px;
  line-height: 20px;
}
.marked-list li a:hover {
  color: #FA4D01;
}
.marked-list li a:hover::before {
  color: #FA4D01;
}

/*
*@Subsection Product
*/
.product {
  position: relative;
  display: block;
  margin: 15px auto 0 auto;
  width: 100%;
  max-width: 388px;
}
@media (min-width: 768px) {
  .product {
    display: inline-block;
    width: 45%;
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .product {
    width: 33%;
    margin-top: 4px;
    margin-left: 0;
  }
}
.product .product__body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 28px 33px;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
}
.product .product__body p, .product .product__body h3, .product .product__body h4, .product .product__body h5 {
  color: #fff;
}

/*
*@Subsection box-skin
*/
.box-skin {
  background: #fff;
  max-width: 270px;
  margin: 0 auto;
}
.box-skin .box-skin__body {
  padding: 28px 25px 20px;
}
.box-skin .box-skin__body h4 + p {
  margin-top: 5px;
}

.box-skin-2 {
  max-width: 570px;
  margin: 0 auto;
}

/*
*@Subsection Pricing-box
*/
.pricing-box {
  background: #fff;
  max-width: 270px;
  margin: 0 auto;
}
.pricing-box .pricing-box__body {
  padding: 25px 22px 20px;
  text-align: left;
}
.pricing-box span {
  display: inline-block;
}
.pricing-box .fa-star {
  border: none;
}

/* 
*@Subsection Blog-post
 */
.blog-post {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .blog-post {
    max-width: 100%;
    margin: auto;
  }
}
.blog-post .blog-post__meta {
  position: absolute;
  right: 25px;
  top: 55px;
  color: #cbcbcb;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-post .blog-post__meta {
    right: 25px;
    top: 20px;
  }
}

/*
*@Subsection Link
 */
.link {
  display: inline-block;
  text-transform: uppercase;
}

/*
*@Subsection Contact-info
 */
.contact-info {
  color: #878787;
}
.contact-info dl {
  position: relative;
  left: 0;
  bottom: 9px;
  display: block;
}
@media (min-width: 768px) {
  .contact-info dl {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .contact-info dl {
    left: 43px;
    display: block;
  }
}
.contact-info dl + dl {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .contact-info dl + dl {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .contact-info dl + dl {
    margin-top: 15px;
    margin-left: 0;
  }
}
.contact-info .icon {
  border: none;
}
.contact-info .fa-map-marker-primary {
  position: relative;
}
.contact-info .fa-map-marker-primary:before {
  content: url(../images/fa-map-marker.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: -14px;
}
@media (min-width: 992px) {
  .contact-info .fa-map-marker-primary:before {
    top: 5px;
    left: -40px;
  }
}
.contact-info .fa-map-phone-primary {
  position: relative;
}
.contact-info .fa-map-phone-primary:before {
  position: absolute;
  content: url(../images/fa-phone.png);
  background-repeat: no-repeat;
  top: -30px;
  left: -12px;
}
@media (min-width: 992px) {
  .contact-info .fa-map-phone-primary:before {
    top: 5px;
    left: -40px;
  }
}
.contact-info .fa-map-envelope-primary {
  position: relative;
}
.contact-info .fa-map-envelope-primary:before {
  content: url(../images/fa-envelope.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -20px;
}
@media (min-width: 992px) {
  .contact-info .fa-map-envelope-primary:before {
    top: -5px;
    left: -52px;
  }
}

/*
*@Subsection Thumb
*/
.thumb {
  position: relative;
  font-size: 36px;
  color: #fff;
  width: 100%;
  height: 100%;
  max-width: 370px;
  overflow: hidden;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb .thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.thumb .thumb_overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  content: "";
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  -webkit-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.thumb .thumb_overlay-video {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb .thumb_overlay-video:before {
  content: "\f144";
  font: 400 36px 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb .thumb_overlay-video:hover:before {
  color: #FA4D01;
}
.thumb:hover img {
  opacity: 0.6;
  transform: scale3d(1.05, 1.05, 1.05);
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.thumb:hover .thumb_overlay-video {
  opacity: 1;
}
.thumb:hover .thumb_overlay {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.55;
  background: transparent linear-gradient(-45deg, #a7adac 0%, rgba(169, 126, 147, 0.22) 100%) repeat scroll 0% 0%;
}

/* 
*@Subsection Video
 */
.video #galleryOverlay #gallerySlider #prevArrow,
.video #galleryOverlay #gallerySlider #nextArrow {
  display: none;
}

/*
*@Subsection Privacy Policy
 */
.privacy-policy {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  .privacy-policy {
    margin-top: 55px;
  }
}
.privacy-policy a:hover {
  color: #FA4D01;
}

/* 
*@Section Scripts Modules
 */
/*
*@Subsection Parallax
*/
.parallax {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif, sans-serif;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
  color: #fff;
}
.parallax p {
  font-size: 20px;
  line-height: 36px;
}
.parallax p.big {
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .parallax p.big {
    font-size: 36px;
    line-height: 60px;
  }
}
.parallax cite p {
  font-size: 14px;
}
.parallax span.big {
  display: block;
  font-size: 35px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .parallax span.big {
    font-size: 60px;
  }
}
.parallax h3 + span {
  margin-top: 65px;
}
.parallax span + p {
  margin-top: 10px;
}

.item-container .item {
  float: left;
  margin: 10px;
}

/*
*@Subsection Imports
 */
/*========================   Menu   ==========================*/
.sf-menu {
  display: block;
  text-align: left;
  font-family: "Montserrat Alternates", sans-serif, sans-serif;
  font-size: 18px;
  /*max-width: 550px;*/
  margin: 0 auto;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}

.slicknav_menu {
  display:none;
}
@media (min-width: 992px) {
  .sf-menu {
    margin: 0;
  }
}
.sf-menu > li {
  position: relative;
  float: left;
  /*width: 20%;*/
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .sf-menu > li {
    width: auto;
    padding: 0 22px;
  }
  .sf-menu > li:last-child {
    padding-right: 0;
  }
  .sf-menu > li:first-child {
    padding-left: 0;
  }
}
.sf-menu ul {
  display: none;
}

.sf-menu > li > a {
  color: #777777;
  font-weight: 400;
  padding: 0;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #3b3b3b;
}
.sf-menu > li.active > a {
  color: #3b3b3b;
}

.sf-menu ul {
  /*display: none;*/
  position: absolute;
  top: 92%;
  left: -65%;
  margin-top: 0px;
  padding: 15px 0px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .sf-menu ul {
    left: -37%;
  }
}

.sf-menu ul {
  background: #f7f6f5;
  min-width: 215px;
  text-align: center;
  /*background-image: url("../images/pattern.jpg");*/
  border: 1px solid #B6B6B6;
}
.sf-menu ul > li {
  font-size: 14px;
  font-family: "Montserrat Alternates", sans-serif;
}
.sf-menu ul > li > a {
  color: #777777;
  padding: 3px 8px;
  font-weight:600;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #922c46;;
  background: none;
}

.sf-menu ul ul {
  position: absolute;
  left: 110%;
  top: 62%;
  width: auto;
  width: 100%;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  background: #b6b6b6;
  background-image: url("../images/pattern.jpg");
  border: 1px solid #B6B6B6;
}

.sf-menu ul ul {
  padding: 25px 0;
}
.sf-menu ul ul > li {
  font-weight: normal;
}
.sf-menu ul ul > li > a {
  line-height: 1;
  color: #777777;
  padding: 7px 10px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FA4D01;
  background: none;
}
.sf-menu ul ul:before {
  position: absolute;
  left: 0;
  top: 7%;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -8px;
  color: #b6b6b6;
  content: "";
  font: 400 18px/12px "FontAwesome";
}

.sf-menu > li.sfHover > .sf-with-ul {
  position: relative;
}
.sf-menu > li.sfHover > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -6px;
  color: #b6b6b6;
  content: "";
  font: 400 18px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .slicknav_menu {
    display:block;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #f77a52;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #000;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: url("../images/pattern.jpg");
  z-index: 999;
  border-bottom: 1px solid #B6B6B6;
  padding: 15px 0;
}
.isStuck nav.inset-4 {
  padding: 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 43px;
  height: 43px;
  font-size: 35px;
  line-height: 36px;
  color: #fff;
  background: #922c46;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #3b3b3b;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*================== Info Box ==================*/

.info-box{font-family:"Times New Roman";}

.info-box p{font-size:30px;
font-weight:600;
margin-top: 20px;}

.btn-header{display: inline-block;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 1.8px;
    color: #fff;
    background: #922c46;
    /* border: 1px solid #d5d5d5; */
    padding: 5px 15px;
}

.brand p{font-size: 24px;
    font-family: "Times New Roman";
    margin-top: 2px;}

.brand p span{color:#922c46;
font-weight:bold;}

@media (max-width: 767px){
  .info-box{
    margin-top: 30px;
    text-align: center;}
  .info-box strong {
	display: block;	
	}
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding: 80px 0 50px;
}
@media (min-width: 768px) {
  .parallax {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .parallax {
    padding: 150px 0 105px 0;
  }
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax--well-1 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .parallax--well-1 {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .parallax--well-1 {
    padding: 170px 0 190px;
  }
}

/*
* @subsection   Tweetie Plugin
*
* @description  Describes style declarations for Tweetie extension
*
*/
.twitter h1, .twitter h2, .twitter h3, .twitter h4, .twitter h5, .twitter h6,
.twitter .heading-1, .twitter .heading-2, .twitter .heading-3, .twitter .heading-4, .twitter .heading-5, .twitter .heading-6 {
  color: #cbcbcb;
}
.twitter__item {
  display: block;
  opacity: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.twitter__item + .twitter__item {
  margin-top: 20px;
}
.twitter__item time {
  color: #cbcbcb;
  display: block;
  position: absolute;
  right: 20px;
  top: 56px;
  font-size: 13px;
}
.twitter__item__tweet {
  font-size: 13px;
  padding-top: 5px;
}
.twitter__item__tweet a {
  color: #FA4D01;
}
.twitter__item__tweet a:hover {
  color: #942e01;
}
.twitter__item__meta {
  margin-top: 10px;
  font-size: 14px;
}
.twitter__item__meta * {
  font-size: 15px;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .twitter__item__meta * {
    max-width: 145px;
  }
}
.twitter__item__meta a {
  color: #FA4D01;
  font-size: 12px;
}
.twitter__item__meta a:hover {
  color: #942e01;
}
.twitter__item__media {
  width: 100%;
}
.twitter__item__img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.twitter__box {
  padding-top: 4px;
  padding-bottom: 5px;
  position: relative;
}
.twitter__box .box__left {
  padding-right: 10px;
}

/*================  Text Alignment    ==================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
*@Section HEADER
 */
header {
  border-bottom: 1px solid #B6B6B6;
}
header .inline-list {
  float: none;
  text-align: center;
  padding: 0 0 25px 0;
  word-spacing: 1px;
}
@media (min-width: 992px) {
  header .inline-list {
    float: right;
    padding: 0;
  }
}

/*
*@Section CONTENT
 */
main {
  display: block;
}

/*
*@Section Helpers
 */
.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.round {
  border-radius: 50%;
}

.line-height {
  line-height: 20px;
}

.max-width {
  max-width: 175px;
}

.max-width-2 {
  max-width: 258px;
}

.word-spacing-1 {
  word-spacing: 1px;
}

.margin-auto {
  margin: 0 auto;
}

.vertical-align-top {
  vertical-align: top;
}

.header-line {
  position: relative;
}
.header-line:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  background: #fff;
  bottom: -24px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
