@font-face {
  font-family: 'BrandonGM';
  src: url("fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_med-webfont.woff2") format("woff2"), url("fonts/brandon_med-webfont.woff") format("woff"), url("fonts/brandon_med-webfont.ttf") format("truetype"), url("fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonGB';
  src: url("fonts/brandon_bld-webfont.eot");
  src: url("fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_bld-webfont.woff2") format("woff2"), url("fonts/brandon_bld-webfont.woff") format("woff"), url("fonts/brandon_bld-webfont.ttf") format("truetype"), url("fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonGT';
  src: url("fonts/brandon_thin-webfont.eot");
  src: url("fonts/brandon_thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_thin-webfont.woff2") format("woff2"), url("fonts/brandon_thin-webfont.woff") format("woff"), url("fonts/brandon_thin-webfont.ttf") format("truetype"), url("fonts/brandon_thin-webfont.svg#brandon_grotesquethin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonGR';
  src: url("fonts/brandon_reg-webfont.eot");
  src: url("fonts/brandon_reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_reg-webfont.woff2") format("woff2"), url("fonts/brandon_reg-webfont.woff") format("woff"), url("fonts/brandon_reg-webfont.ttf") format("truetype"), url("brandon_reg-webfont.svg#brandon_grotesque_regularRg") format("svg");
  font-weight: normal;
  font-style: normal; }
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  background: #fff;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  color: #2a2a2a;
  font-family: "BrandonGR";
  letter-spacing: 0.5px; }

a, a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #2a2a2a; }

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e3158f; }

h1, h2, h3, h4, h5, h6 {
  font-family: "BrandonGM";
  color: #e3158f;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.8px;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 19px; }

ul {
  margin: 0;
  padding: 0; }
  ul main
  li {
    margin: 0;
    padding: 0; }

.vspace5px {
  height: 5px; }

.vspace10px {
  height: 10px; }

.vspace15px {
  height: 15px; }

.vspace20px {
  height: 20px; }

.vspace25px {
  height: 25px; }

.vspace27px {
  height: 27px; }

.vspace30px {
  height: 30px; }
  @media all and (max-width: 767px) {
    .vspace30px {
      height: 10px; } }

.vspace35px {
  height: 35px; }

.vspace40px {
  height: 40px; }

.vspace5px:before,
.vspace5px:after,
.vspace10px:before,
.vspace10px:after,
.vspace15px:before,
.vspace15px:after,
.vspace20px:before,
.vspace20px:after,
.vspace25px:before,
.vspace25px:after,
.vspace30px:before,
.vspace30px:after,
.vspace35px:before,
.vspace35px:after,
.vspace40px:before,
.vspace40px:after {
  display: table;
  content: ""; }

.vspace5px:after,
.vspace10px:after,
.vspace15px:after,
.vspace20px:after,
.vspace25px:after,
.vspace30px:after,
.vspace35px:after,
.vspace40px:after {
  clear: both; }

.clearfix {
  clear: both; }

.divCenter {
  display: table;
  margin: 0 auto; }

.page-wrapper {
  overflow: hidden; }

.img-full {
  width: 100%; }

.header {
  background: #fff; }
  @media all and (max-width: 992px) {
    .header {
      position: fixed !important;
      top: 0;
      right: 0;
      left: 0;
      z-index: 9;
      -webkit-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      -moz-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      -o-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      -ms-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      transition: all 0.25s cubic-bezier(1, 0, 0.8, 1); }
      .header.push-header {
        -webkit-transform: translate3d(240px, 0px, 0px);
        -moz-transform: translate3d(240px, 0px, 0px);
        -ms-transform: translate3d(240px, 0px, 0px);
        -o-transform: translate3d(240px, 0px, 0px);
        transform: translate3d(240px, 0px, 0px); } }
  .header .logo {
    padding: 25px 0 35px; }
    @media all and (max-width: 767px) {
      .header .logo {
        padding: 25px 0 30px; } }
    .header .logo img {
      width: 320px; }
      @media all and (max-width: 1440px) {
        .header .logo img {
          width: 300px; } }
      @media all and (max-width: 767px) {
        .header .logo img {
          width: 250px; } }
      @media all and (max-width: 320px) {
        .header .logo img {
          width: 180px; } }

#pushIt {
  height: 62%;
  min-height: 62%; }
  @media all and (max-width: 992px) {
    #pushIt {
      height: 74%;
      min-height: 74%;
      -webkit-transform: translate3d(0, 0px, 0px);
      -moz-transform: translate3d(0, 0px, 0px);
      -ms-transform: translate3d(0, 0px, 0px);
      -o-transform: translate3d(0, 0px, 0px);
      transform: translate3d(0, 0px, 0px);
      -webkit-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      -moz-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      -o-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      -ms-transition: all 0.25s cubic-bezier(1, 0, 0.8, 1);
      transition: all 0.25s cubic-bezier(1, 0, 0.8, 1); }
      #pushIt.push-body {
        -webkit-transform: translate3d(240px, 0px, 0px);
        -moz-transform: translate3d(240px, 0px, 0px);
        -ms-transform: translate3d(240px, 0px, 0px);
        -o-transform: translate3d(240px, 0px, 0px);
        transform: translate3d(240px, 0px, 0px); } }

.fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 9;
  background: #000;
  background: rgba(0, 0, 0, 0.85); }

.gradLinear {
  background: #ebebeb;
  height: 1px; }

.main {
  padding: 0 0 30px 0; }
  @media all and (max-width: 992px) {
    .main {
      margin-top: 100px;
      padding-left: 0px;
      padding-right: 0px; } }
  @media all and (max-width: 767px) {
    .main {
      margin-top: 120px; } }
  @media all and (max-width: 480px) {
    .main {
      margin-top: 80px; } }

.myflexSlider {
  overflow: hidden; }
  @media all and (max-width: 767px) {
    .myflexSlider {
      padding: 0 0px; } }
  .myflexSlider .bxslider li img {
    max-width: 100%; }
    @media all and (max-width: 767px) {
      .myflexSlider .bxslider li img {
        width: 100%; } }
  .myflexSlider .bxslider li .custom-navigation {
    display: none; }
  .myflexSlider .bxslider li .flex-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .myflexSlider .bxslider li .flex-caption h1 {
      font-family: "BrandonGM";
      font-size: 34px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .myflexSlider .bxslider li .flex-caption h2 {
      font-family: "BrandonGM";
      font-size: 20px;
      text-transform: uppercase; }

.textInfo {
  font-size: 18px;
  font-family: "BrandonGM";
  line-height: 24px;
  text-align: center;
  color: #2a2a2a;
  margin-top: 35px; }
  @media all and (max-width: 992px) {
    .textInfo {
      font-size: 14px;
      line-height: 20px;
      margin-top: 30px; }
      .textInfo p {
        margin-bottom: 15px; } }
  @media all and (max-width: 767px) {
    .textInfo {
      font-size: 12px;
      line-height: 18px;
      margin-top: 30px; } }
  @media all and (max-width: 320px) {
    .textInfo {
      line-height: 18px;
      padding: 0 15px; } }

/*# sourceMappingURL=style.css.map */
