@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.svg") format("svg"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.svg") format("svg"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.svg") format("svg"), url("../fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy-Heavy';
  src: url("../fonts/Gilroy-Heavy/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/Gilroy-Heavy/Gilroy-Heavy.svg") format("svg"), url("../fonts/Gilroy-Heavy/Gilroy-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*******************************************************************************************************************************************/
body {
  font-family: "Gilroy-SemiBold";
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  background: #c9cac8; }

h1 {
  font-size: 80px;
  font-family: "Gilroy-SemiBold";
  font-weight: normal; }

h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 55px;
  line-height: 56px;
  color: #0081ba;
  padding: 0 0 20px; }

h3 {
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 0 0 47px; }

h4 {
  font-size: 22px;
  line-height: 23px;
  font-family: "Gilroy-SemiBold"; }

h5 {
  font-size: 20px;
  line-height: 21px;
  font-family: "Gilroy-ExtraBold";
  color: #0081ba;
  padding: 0 0 18px; }

h6 {
  font-size: 15px;
  line-height: 16px;
  font-family: "Gilroy-SemiBold";
  font-weight: normal; }

p {
  font-family: "Gilroy-SemiBold";
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #929497;
  padding: 0 0 23px;
  margin: 0; }

strong {
  font-weight: 700; }

a {
  color: #0081ba;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #0081ba;
  text-decoration: none; }

a:focus {
  color: #0081ba;
  text-decoration: none; }

strong {
  font-weight: bold; }

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0081ba;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0081ba;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0081ba;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #0081ba;
  opacity: 1; }

/*--- header styles ---*/
.main-outercon {
  overflow: hidden; }

.header-container {
  width: 100%;
  float: left;
  position: relative; }
  .header-container .header-section {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 110; }

.header-top-container {
  width: 100%;
  float: left; }
  .header-top-container .header-top {
    width: 100%;
    float: left;
    padding: 7px 30px;
    background: white; }
    .header-top-container .header-top .origin-sec {
      width: auto;
      float: left; }
      .header-top-container .header-top .origin-sec ul {
        width: 100%;
        float: left; }
        .header-top-container .header-top .origin-sec ul li {
          width: auto;
          float: left;
          font-family: "Gilroy-Bold";
          font-size: 11px;
          color: #adaeb0;
          letter-spacing: 1px;
          padding: 0 6px 0 12px;
          position: relative; }
          .header-top-container .header-top .origin-sec ul li:before {
            width: 4px;
            height: 4px;
            content: "";
            background: url(../images/top-dot.jpg) left top no-repeat;
            position: absolute;
            left: 0;
            top: 11px; }
          .header-top-container .header-top .origin-sec ul li:first-child {
            padding-left: 0; }
            .header-top-container .header-top .origin-sec ul li:first-child:before {
              content: none; }
    .header-top-container .header-top .checkout-sec {
      width: auto;
      float: right; }
      .header-top-container .header-top .checkout-sec ul {
        width: 100%;
        float: left; }
        .header-top-container .header-top .checkout-sec ul li {
          width: auto;
          float: left;
          padding: 0 4px 0 8px;
          position: relative; }
          .header-top-container .header-top .checkout-sec ul li:before {
            width: 4px;
            height: 4px;
            content: "";
            background: url(../images/top-dot.jpg) left top no-repeat;
            position: absolute;
            left: 0;
            top: 11px; }
          .header-top-container .header-top .checkout-sec ul li:first-child {
            padding-left: 0; }
            .header-top-container .header-top .checkout-sec ul li:first-child:before {
              content: none; }
          .header-top-container .header-top .checkout-sec ul li.last {
            padding-right: 7px; }
          .header-top-container .header-top .checkout-sec ul li a {
            width: 100%;
            float: left;
            font-family: "Gilroy-Bold";
            font-size: 11px;
            color: #adaeb0;
            letter-spacing: 1px;
            position: relative; }
            .header-top-container .header-top .checkout-sec ul li a i {
              float: left;
              font-size: 13px;
              color: #adaeb0;
              margin: 5px 6px 0 0;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            .header-top-container .header-top .checkout-sec ul li a:hover {
              color: #231f20; }
              .header-top-container .header-top .checkout-sec ul li a:hover i {
                color: #231f20; }
    .header-top-container .header-top .search-sec {
      width: 90px;
      float: right;
      margin: 5px 24px 0 0; }
      .header-top-container .header-top .search-sec .search-inner {
        width: 100%;
        float: left; }
        .header-top-container .header-top .search-sec .search-inner .search-sbt {
          width: 26px;
          height: 12px;
          float: left;
          position: relative; }
          .header-top-container .header-top .search-sec .search-inner .search-sbt:before {
            width: 12px;
            height: 16px;
            content: "\f002";
            font-family: "FontAwesome";
            font-size: 12px;
            color: #adaeb0;
            position: absolute;
            left: 8px;
            top: -7px; }
          .header-top-container .header-top .search-sec .search-inner .search-sbt input {
            width: 100%;
            height: 12px;
            float: left;
            background: none;
            border: none;
            margin: 0; }
        .header-top-container .header-top .search-sec .search-inner input {
          width: 64px;
          height: 16px;
          line-height: 16px;
          float: left;
          font-family: "Gilroy-Bold";
          font-size: 11px;
          color: #adaeb0;
          letter-spacing: 1px;
          background: none;
          border: none;
          box-shadow: none;
          margin: 0;
          padding: 0; }
          .header-top-container .header-top .search-sec .search-inner input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #adaeb0; }
          .header-top-container .header-top .search-sec .search-inner input::-moz-placeholder {
            /* Firefox 19+ */
            color: #adaeb0; }
          .header-top-container .header-top .search-sec .search-inner input:-ms-input-placeholder {
            /* IE 10+ */
            color: #adaeb0; }
          .header-top-container .header-top .search-sec .search-inner input:-moz-placeholder {
            /* Firefox 18- */
            color: #adaeb0; }
    .header-top-container .header-top .primary-nav {
      width: auto;
      float: right;
      margin: 0 36px 0 0; }
      .header-top-container .header-top .primary-nav ul {
        width: 100%;
        float: left; }
        .header-top-container .header-top .primary-nav ul li {
          width: auto;
          float: left;
          padding: 0 0 0 41px; }
          .header-top-container .header-top .primary-nav ul li:first-child {
            padding: 0; }
          .header-top-container .header-top .primary-nav ul li a {
            width: 100%;
            float: left;
            font-family: "Gilroy-Bold";
            font-size: 11px;
            color: #adaeb0;
            letter-spacing: 1px; }
            .header-top-container .header-top .primary-nav ul li a:hover {
              color: #231f20; }

            .header-top-container .header-top .primary-nav nav {
              color:#fff;
            }
            .header-top-container .header-top .primary-nav nav a {
              float:left;
              padding: 0 0 0 41px;
              font-family: "Gilroy-Bold";
              font-size: 11px;
              color: #adaeb0;
              letter-spacing: 1px;
              text-transform:uppercase;
            }
            .header-top-container .header-top .primary-nav nav a:hover {
              color:#231f20;
            }
            .header-top .submit-form-btn.soft, .header-top a.submit-form-btn.soft {
              background: #FFFFFF;
            }
            .header-top .submit-form-btn, .header-top .submit-form-btn:link, .header-top .submit-form-btn:visited  {
              float: left;
              font-family: "Gilroy-Bold";
              font-size: 11px;
              color: #adaeb0;
              letter-spacing: 1px;
              position: relative;
              padding:0px;
            }
            .header-top .submit-form-btn:hover {
              top: 0px;
              position:relative;
              color:#231f20;
            }

.header-bottom-container {
  width: 100%;
  float: left; }
  .header-bottom-container .header-bottom {
    width: 100%;
    float: left;
    background: #231f20;
    padding: 0 30px;
    position: relative; }
    .header-bottom-container .header-bottom .logo,
    .header-bottom-container .header-bottom .modus_logo {
      width: 18%;
      float: left;
      padding: 25px 0 17px; }

.header-btn {
  width: auto;
  float: right;
  margin: 25px 0 0; }
  .header-btn a {
    width: 100%;
    float: left;
    font-family: "Gilroy-Heavy";
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    padding: 2px 22px;
    background: #0082BB;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .header-btn a i {
      margin: 0 6px 0 0; }
    .header-btn a:hover {
      color: #0082BB;
      background: white; }

.main-menu {
  width: auto;
  float: right;
  margin: 0 19px 0 0; }
  .main-menu ul {
    width: 100%;
    float: left; }
    .main-menu ul li {
      width: auto;
      float: left; }
      .main-menu ul li:hover ul {
        display: block; }
      .main-menu ul li a {
        width: 100%;
        float: left;
        font-family: "Gilroy-Heavy";
        font-size: 14px;
        color: white;
        letter-spacing: 1px;
        text-transform:uppercase;
        padding: 27px 38px; }
      .main-menu ul li:hover a {
        background: #adaeb0; }
      .main-menu ul li:hover ul li:hover a {
        background: #adaeb0;
        color: #231f20; }
      .main-menu ul li ul {
        width: 100%;
        position: absolute;
        left: 0;
        top: 80px;
        text-align: right;
        background: #adaeb0;
        padding: 0 40px 0 0;
        display: none; }
        .main-menu ul li ul li {
          width: auto;
          float: none;
          display: inline-block; }
          .main-menu ul li ul li a {
            width: 100%;
            float: left;
            font-family: "Gilroy-SemiBold";
            font-size: 14px;
            color: white;
            letter-spacing: 1px;
            padding: 14px 22px 7px; }

.is-open-left {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.is-visible {
  display: none !important; }

.display-mobile {
  display: none; }

.innerpage .header-top-container .header-top .primary-nav ul li:first-child {
  position: relative;
  padding-left: 12px; }
  .innerpage .header-top-container .header-top .primary-nav ul li:first-child:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #adaeb0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .innerpage .header-top-container .header-top .primary-nav ul li:first-child:hover:before {
    color: #231f20; }

/*--- header styles ---*/
/*--- layout styles ---*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-top-container .header-top .search-sec {
    margin: 7px 20px 0 0; }

  .header-top-container .header-top .primary-nav {
    margin: 0 30px 0 0; }

  .header-top-container .header-top .primary-nav ul li {
    padding: 0 0 0 15px; }

  .main-menu ul li a {
    padding: 27px 30px; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-top-container .header-top {
    padding: 7px 20px 2px; }

  .header-top-container .header-top .origin-sec {
    display: none; }

  .header-top-container .header-top .search-sec {
    margin: 7px 20px 0 0; }

  .header-top-container .header-top .primary-nav {
    float: left;
    margin: 0; }

  .header-top-container .header-top .primary-nav ul {
    text-align: center; }

  .header-top-container .header-top .primary-nav ul li {
    display: inline-block;
    float: none;
    padding: 0 0 0 15px; }

  .header-bottom-container .header-bottom {
    padding: 0 20px; }

  .header-bottom-container .header-bottom .logo,
  .header-bottom-container .header-bottom .modus_logo {
    width: 22%;
    padding: 22px 0 14px; }

  .header-btn {
    margin: 22px 0 0; }

  .header-btn a {
    font-size: 12px;
    padding: 2px 18px; }

  .main-menu {
    margin: 0 15px 0 0; }

  .main-menu ul li a {
    font-size: 12px;
    padding: 24px 12px; }

  .main-menu ul li ul {
    padding: 0 30px 0 0;
    top: 74px; }

  .main-menu ul li ul li a {
    font-size: 12px;
    padding: 10px 10px 3px; } }
@media screen and (max-width: 47.9375em) {
  .header-container .header-section {
    position: inherit;
    left: inherit;
    top: inherit; }

  .header-bottom-container {
    background: #231f20; }

  .header-bottom-container .header-bottom {
    padding: 0; }

  .header-bottom-container .header-bottom .logo,
  .header-bottom-container .header-bottom .modus_logo {
    width: 170px;
    padding: 22px 0 18px; }

  .title-bar {
    width: 25px;
    float: right;
    padding: 0;
    background: none;
    margin: 20px 0 0; }

  .title-bar .title-bar-left {
    width: 100%;
    float: left; }

  .title-bar .menu-icon {
    width: 100%;
    height: 18px;
    margin: 0; }

  .title-bar .menu-icon:after {
    content: none; }

  .title-bar .menu-icon .icon {
    width: 25px;
    float: left; }

  .title-bar .menu-icon span {
    width: 100%;
    height: 4px;
    float: left;
    margin: 3px 0 0;
    background: white; }

  .title-bar .menu-icon span:first-child {
    margin: 0; }

  .title-bar .menu-icon .menu-icon-text {
    width: auto;
    float: left;
    color: white;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 2px 0 0 10px; }

  .off-canvas.position-left.is-open {
    left: 0;
    z-index: 999; }

  .off-canvas.position-left {
    height: 100%;
    position: fixed;
    top: 0;
    background: #231f20;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .is-visible {
    display: block !important; }

  .js-off-canvas-exit {
    background: rgba(0, 0, 0, 0.6);
    z-index: 600; }

  .menu-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin: 25px 0; }

  .menu-logo a img {
    width: 170px; }

  .header-bottom-right {
    width: 100%;
    float: left;
    text-align: center; }

  .main-menu {
    width: 100%;
    float: left;
    margin: 0; }

  .main-menu ul {
    text-align: center; }

  .main-menu ul li {
    width: 100%;
    border-top: 1px solid white;
    position: relative; }

  .main-menu ul li:first-child {
    border: none; }

  .main-menu ul li a {
    padding: 10px 15px; }

  .main-menu ul li span.arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 100; }

  .main-menu ul li span.arrow:before {
    width: 12px;
    height: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 21px;
    color: white; }

  .main-menu ul li ul {
    width: 100%;
    left: inherit;
    position: inherit;
    border-top: 1px solid white;
    text-align: center;
    top: 0;
    padding: 0; }

  .main-menu ul li:hover ul {
    display: none; }

  .main-menu ul li ul li {
    width: 100%;
    float: left;
    display: block; }

  .main-menu ul li ul li a {
    padding: 7px 15px; }

  .header-btn {
    display: inline-block;
    float: none; }

  .header-top-container {
    background: white;
    margin: 30px 0 0; }

  .header-top-container .header-top {
    padding: 10px 0; }

  .header-top-container .header-top .origin-sec {
    display: none; }

  .header-top-container .header-top .checkout-sec {
    width: 100%;
    margin: 0; }

  .header-top-container .header-top .checkout-sec ul {
    text-align: center; }

  .header-top-container .header-top .checkout-sec ul li {
    display: inline-block;
    float: none;
    padding: 0 4px 0 10px; }

  .header-top-container .header-top .search-sec {
    width: 100%;
    margin: 8px 0 0;
    text-align: center; }

  .header-top-container .header-top .search-sec form {
    display: inline-block;
    float: none; }

  .header-top-container .header-top .primary-nav {
    width: 100%;
    margin: 10px 0 0; }

  .header-top-container .header-top .primary-nav ul {
    text-align: center; }

  .header-top-container .header-top .primary-nav ul li {
    display: inline-block;
    float: none;
    padding: 0 5px; }

  .header-top-container .header-top .primary-nav ul li a {
    line-height: 11px; }

  .display-mobile {
    display: block; } }
/*--- layout styles ---*/
/*--- banner styles ---*/
.banner {
  width: 100%;
  float: left;
  position: relative; }
  .banner .banner-img {
    width: 100%;
    float: left;
    position: relative; }
    .banner .banner-img:before {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      background: url(../images/content/overlay.png) center center no-repeat;
      z-index: 50; }
    .banner .banner-img img {
      width: 100%;
      float: left; }
  .banner .banner-content {
    width: 100%;
    float: left;
    z-index: 100;
    text-align: center;
    position: absolute;
    left: 0;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .banner .banner-content .banner-wrapper {
      width: 100%;
      max-width: 1260px;
      padding: 0 15px;
      display: inline-block; }
      .banner .banner-content .banner-wrapper .banner-inner {
        width: 100%;
        float: left;
        text-align: left;
        padding: 0 30px; }
        .banner .banner-content .banner-wrapper .banner-inner .banner-left {
          width: 420px;
          height: 420px;
          float: left;
          -webkit-box-shadow: 0px 0px 14px 1px rgba(35, 31, 32, 0.72);
          -moz-box-shadow: 0px 0px 14px 1px rgba(35, 31, 32, 0.72);
          box-shadow: 0px 0px 14px 1px rgba(35, 31, 32, 0.72);
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          overflow: hidden; }
          .banner .banner-content .banner-wrapper .banner-inner .banner-left img {
            width: 100%;
            float: left; }
        .banner .banner-content .banner-wrapper .banner-inner .banner-right {
          width: 64%;
          float: right;
          padding: 0 0 0 180px; }
          .banner .banner-content .banner-wrapper .banner-inner .banner-right h5 {
            color: white;
            letter-spacing: 1px;
            padding: 0 0 26px; }
          .banner .banner-content .banner-wrapper .banner-inner .banner-right h1 {
            font-family: "Gilroy-ExtraBold";
            line-height: 82px;
            color: white;
            letter-spacing: 4px;
            padding: 0 0 24px; }
            .banner .banner-content .banner-wrapper .banner-inner .banner-right h1:before {
              content: none; }
          .banner .banner-content .banner-wrapper .banner-inner .banner-right p {
            font-family: "Gilroy-ExtraBold";
            font-size: 20px;
            line-height: 30px;
            color: white;
            letter-spacing: 1px;
            padding: 0 30% 20px 0; }
          .banner .banner-content .banner-wrapper .banner-inner .banner-right .button {
            font-family: "Gilroy-Heavy";
            font-size: 14px;
            line-height: 16px;
            color: white;
            padding: 6px 48px;
            margin: 50px 0 0;
            display: inline-block;
            background: #0082BB;
            letter-spacing: 1px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px; }
            .banner .banner-content .banner-wrapper .banner-inner .banner-right .button i {
              margin: -1px 0 0 7px; }
            .banner .banner-content .banner-wrapper .banner-inner .banner-right .button:hover {
              color: #0082BB;
              background: white; }
        .banner .banner-content .banner-wrapper .banner-inner h1 {
          font-family: "Gilroy-ExtraBold";
          line-height: 82px;
          color: white;
          letter-spacing: 4px;
          padding: 0 0 18px;
          position: relative; }
          .banner .banner-content .banner-wrapper .banner-inner h1:before {
            width: 42px;
            height: 12px;
            background: white;
            content: "";
            position: absolute;
            left: 5px;
            top: -40px; }
        .banner .banner-content .banner-wrapper .banner-inner p {
          font-family: "Gilroy-ExtraBold";
          font-size: 20px;
          line-height: 30px;
          color: white;
          letter-spacing: 1px;
          padding: 0; }
  .banner.innerpage .banner-img:before {
    background: rgba(35, 31, 32, 0.6); }
  .banner.innerpage .banner-content {
    top: 62%; }

/*--- banner styles ---*/
/*--- layout styles ---*/
@media only screen and (min-width: 1921px) {
  .banner .banner-img:before {
    background: url("../images/content/overlay-large.png") center center no-repeat; } }
@media only screen and (min-width: 1401px) {
  .banner-img {
    height: 760px;
    overflow: hidden; }

  .innerpage .banner-img {
    height: 540px;
    overflow: hidden; } }
@media only screen and (max-width: 1400px) {
  .banner .banner-content {
    top: 56%; }

  .banner .banner-img {
    height: 760px;
    overflow: hidden; }

  .banner .banner-img img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    max-width: inherit; }

  .innerpage .banner-img {
    height: 540px;
    overflow: hidden; } }
@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  .banner .banner-img {
    height: 760px; }

  .banner .banner-img:before {
    background-size: 1800px auto; }

  .innerpage .banner-img {
    height: 540px; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .banner.innerpage .banner-content {
    top: 65%; }

  .banner .banner-img {
    height: 760px; }

  .banner .banner-img:before {
    background-size: 1515px auto; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right {
    padding: 0 0 0 100px; }

  .innerpage .banner-img {
    height: 540px; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner.innerpage .banner-content {
    top: 65%; }

  .banner .banner-img {
    height: 600px; }

  .banner .banner-img img {
    margin-left: -550px;
    width: 1100px; }

  .banner .banner-img:before {
    background-size: 1105px auto; }

  .innerpage .banner-img {
    height: 540px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right {
    padding: 0 0 0 80px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right h1,
  .banner .banner-content .banner-wrapper .banner-inner h1 {
    font-size: 55px;
    line-height: 57px;
    padding: 0 0 15px; }

  .banner .banner-content .banner-wrapper .banner-inner h1:before {
    width: 40px;
    height: 10px;
    top: -25px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right h5 {
    font-size: 18px;
    line-height: 19px;
    padding: 0 0 15px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right p {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 15px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right .button {
    margin: 25px 0 0;
    padding: 6px 35px; } }
@media screen and (max-width: 47.9375em) {
  .banner .banner-img {
    height: 415px; }

  .banner .banner-img:before {
    background: rgba(35, 31, 32, 0.6); }

  .banner .banner-img img {
    margin-left: -384px;
    width: 768px; }

  .banner .banner-content {
    top: 45%; }

  .banner.innerpage .banner-content {
    top: 50%; }

  .banner .banner-content .banner-wrapper .banner-inner {
    padding: 0; }

  .banner .banner-content .banner-wrapper .banner-inner p {
    font-size: 18px;
    line-height: 23px;
    padding: 0 0 5px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right {
    width: 100%;
    padding: 0; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right h1,
  .banner .banner-content .banner-wrapper .banner-inner h1 {
    font-size: 45px;
    line-height: 47px;
    padding: 0 0 15px; }

  .banner .banner-content .banner-wrapper .banner-inner h1:before {
    width: 40px;
    height: 10px;
    top: -25px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right h5 {
    font-size: 18px;
    line-height: 19px;
    padding: 0 0 15px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right p {
    font-size: 18px;
    line-height: 23px;
    padding: 0 0 5px; }

  .banner .banner-content .banner-wrapper .banner-inner .banner-right .button {
    margin: 25px 0 0;
    padding: 6px 35px; } }
/*--- layout styles ---*/
.content-container {
  float: left;
  width: 100%; }

.slide-content-area {
  float: left;
  width: 100%; }

.slide-content-inner {
  float: left;
  width: 100%;
  background: white;
  padding: 30px; }

.block1 {
  margin: -40px 0 0;
  z-index: 99;
  position: relative; }

.slide-outer {
  float: left;
  width: 100%;
  text-align: center;
  position: relative; }

.slide-content {
  float: left;
  width: 100%;
  position: relative; }

.more {
  font-size: 15px;
  line-height: 16px;
  font-family: "Gilroy-ExtraBold";
  color: #939598;
  position: relative; }
  .more:after {
    font-family: "FontAwesome";
    content: "\f061";
    display: inline-block;
    vertical-align: middle;
    color: #c9cac8;
    margin: -2px 0 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .more:hover {
    color: #0081ba; }
    .more:hover:after {
      color: #0081ba; }

.intro:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 26px;
  height: 14px;
  background: url("../images/icon.png") no-repeat left top; }

.flexslider {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 870px;
  min-height: 300px;
  text-align: left;
  margin: 0;
  padding: 90px 0 0;
  z-index: 8; }
  .flexslider ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .flexslider .slides > li {
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden; }
    .flexslider .slides > li img {
      width: 100%;
      display: block;
      max-width: inherit;
      position: relative; }
  .flexslider:hover .flex-next {
    opacity: 0.9; }
    .flexslider:hover .flex-next:hover {
      opacity: 1; }
  .flexslider:hover .flex-prev {
    opacity: 0.9; }
    .flexslider:hover .flex-prev:hover {
      opacity: 1; }

.flex-direction-nav a {
  width: 22px;
  height: 22px;
  font-size: 25px;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .flex-direction-nav a:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #c9cac8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .flex-direction-nav a:hover:before {
    color: #0081ba; }
.flex-direction-nav .flex-next {
  right: 0; }
  .flex-direction-nav .flex-next:before {
    content: "\f0a9"; }
.flex-direction-nav .flex-prev {
  left: 0; }
  .flex-direction-nav .flex-prev:before {
    content: "\f0a8"; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  top: 8px;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 10;
  font-size: 0;
  left: 0; }
  .flex-control-nav li {
    margin: 0 9px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li a {
      width: 10px;
      height: 10px;
      display: block;
      background: none;
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 50%;
      background: #c9cac8; }
      .flex-control-nav li a:hover {
        background: #0081ba; }
      .flex-control-nav li a.flex-active {
        background: #0081ba;
        cursor: default; }

.button-area {
  float: left;
  width: 100%;
  background: #939598; }

.button-area-inner {
  float: left;
  width: 100%;
  padding: 75px 0 30px; }

.grid-left {
  float: left;
  width: 65.85%; }

.grid-right {
  float: left;
  width: 34.15%; }

.grid-box {
  float: left;
  width: 100%;
  margin: 0 0 30px; }
  .grid-box a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
    .grid-box a:hover .grid-content {
      opacity: 1; }

.grid-pict {
  float: left;
  width: 100%; }

.sm {
  width: 33.33%;
  padding-right: 30px; }
  .sm .grid-pict {
    height: 195px; }

.md {
  width: 66.67%;
  padding-right: 30px; }
  .md .grid-pict {
    height: 195px; }

.lg .grid-pict {
  height: 420px; }

.grid-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 130, 187, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.grid-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%; }
  .grid-mid h5 {
    color: white;
    padding: 0 0 3px; }
  .grid-mid p {
    color: white;
    padding: 0 0 13px; }
  .grid-mid i {
    color: white;
    font-size: 24px; }

.bottom-row {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 16px;
  font-family: "Gilroy-ExtraBold";
  color: #c9cac8;
  position: relative;
  padding: 5px 0; }
  .bottom-row .more {
    float: right;
    color: #c9cac8; }
    .bottom-row .more:hover {
      color: #0081ba; }

.block2 {
  padding: 100px 30px 40px; }
  .block2 .flexslider {
    padding: 0; }
  .block2 .flex-control-nav {
    max-width: 870px;
    text-align: right;
    right: 0;
    margin: auto; }
  .block2 .slide-content h5 {
    color: #939598;
    padding: 0 0 23px; }
  .block2 .slide-content h2 {
    color: #231f20;
    padding: 0 0 21px; }

.upload .more {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  background: #0081ba;
  padding: 7px 0;
  color: white;
  font-size: 14px; }
  .upload .more:after {
    color: white; }
  .upload .more:hover {
    color: white;
    background: #929497; }
.upload:before {
  font-family: "FontAwesome";
  content: "\f03e";
  position: absolute;
  right: 0;
  top: 45px;
  color: #c9cac8;
  font-size: 48px; }

.three-block-area {
  float: left;
  width: 100%; }

.three-block-inner {
  float: left;
  width: 100%;
  padding: 80px 9px 0px; }

.three-block {
  float: left;
  width: 33.33%;
  padding: 0 22px; }

.block-pict {
  float: left;
  width: 100%; }
  .block-pict a {
    display: block;
    float: left;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
    .block-pict a:before {
      content: "";
      position: absolute;
      left: 25px;
      top: 50%;
      width: 107px;
      height: 58px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("../images/icon2.png") no-repeat left top; }
    .block-pict a img {
      width: 100%;
      float: left; }

.block-link {
  margin: 35px 0 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 21px;
  font-family: "Gilroy-Bold";
  color: white; }
  .block-link a {
    color: white; }
    .block-link a:hover {
      color: #0081ba; }
    .block-link a.order {
      position: relative; }
      .block-link a.order:after {
        font-family: "FontAwesome";
        content: "\f061";
        display: inline-block;
        vertical-align: middle;
        color: #949599;
        margin: -2px 0 0 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .block-link a.order:hover:after {
        color: #0081ba; }


/* ASF overrides */
.body-section-columns.columns, .body-section-content.columns {
  padding: 0px;
}

.large-12.columns.headline {
  display: none;
}
.store-row, .pageable.store-container {
  /*margin-top:120px;*/
}
.store-row h1, .pageable.store-container h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
}

.pageable.store-container .large-12.columns.headline {
  display:block;
  background-color:#FFF;
  padding:80px 180px 0px 180px;
}

.pageable.store-container .large-12.columns.no-left-right-padding {
  padding:0px 180px;
}

.pageable.store-container h1.boxTitle {
  font-family: "Gilroy-ExtraBold";
  font-size: 60px;
  color:#231f20;
  line-height:normal;
  letter-spacing:normal;;
  margin:35px 0px;
}

#store {
  background-color:#FFF;
  padding-bottom:70px;
}

#upload-banner {
  display:none;
}

#upload_products {
  background-color: #0082bb;
  text-align:center;
  padding:42px;
  width:100%;
  font-size:15px;
}

#direct_upload {
  border: 2px dashed #0082bb;
  color: #0082bb;
  padding:40px;
}

#newUploads {
  padding:80px 180px 110px 180px;
}
#newUploads h1 {
  font-size:22px;
  font-family: "Gilroy-ExtraBold";
  text-transform: uppercase;
}

.visitor-upload-history {
  margin-top: 0px;
}
/*****  Probably going to need mobile responsive settings ****/

.store-container {
  padding-left: 0.83333rem;
  padding-top: 0px;
  padding-right: 0.83333rem;
}

.main-content.row {
  padding-top:120px;
}


@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .sm, .md {
    padding-right: 20px; }

  .grid-box {
    margin: 0 0 20px; }

  .sm .grid-pict {
    height: 180px; }

  .md .grid-pict {
    height: 180px; }

  .lg .grid-pict {
    height: 380px; }

  h2 {
    font-size: 42px;
    line-height: 42px; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .flexslider {
    padding: 70px 0 0; }

  .intro:before {
    right: 0; }

  .sm, .md {
    padding-right: 20px; }

  .grid-box {
    margin: 0 0 20px; }

  .sm .grid-pict {
    height: 150px; }

  .md .grid-pict {
    height: 150px; }

  .lg .grid-pict {
    height: 320px; }

  .block2 .flexslider {
    padding: 40px 0 0; }

  .block2 {
    padding: 30px; }

  .block2 .flex-control-nav {
    text-align: center; }

  h2 {
    font-size: 36px;
    line-height: 36px; }

  .three-block-inner {
    padding: 40px 0 10px;
    text-align: center;
    margin: 0 auto;
    float: none;
    max-width: 360px; }

  .three-block {
    float: left;
    padding: 0 0 30px;
    width: 100%; }

  .block-pict a:before {
    width: 70px;
    height: 38px;
    background-size: 70px; } }
@media screen and (max-width: 47.9375em) {
  .flexslider {
    padding: 60px 0 0; }

  .intro:before {
    display: none; }

  .grid-left, .grid-right {
    width: 100%; }

  .grid-box {
    margin: 0 0 20px; }

  .sm, .md, .lg {
    padding: 0 10px; }

  .sm .grid-pict {
    height: 180px; }

  .md .grid-pict {
    height: 180px; }

  .lg .grid-pict {
    height: 380px; }

  .button-area-inner {
    padding: 40px 0 30px; }

  .bottom-row {
    padding: 0 10px; }

  .bottom-row span {
    display: block; }

  .bottom-row .more {
    margin: 10px 0 0;
    float: left; }

  .block2 .flexslider {
    padding: 40px 0 0; }

  .block2 {
    padding: 30px; }

  .block2 .flex-control-nav {
    text-align: center; }

  h2 {
    font-size: 32px;
    line-height: 34px; }

  .upload:before {
    display: none; }

  .three-block-inner {
    padding: 40px 0 10px;
    text-align: center;
    margin: 0 auto;
    float: none;
    max-width: 360px; }

  .three-block {
    float: left;
    padding: 0 0 30px;
    width: 100%; }

  .block-link {
    margin: 20px 0 0; } }
@media only screen and (max-width: 479px) {
  .sm, .md, .lg {
    padding: 0;
    width: 100%; }

  .sm .grid-pict {
    height: 150px; }

  .md .grid-pict {
    height: 150px; }

  .lg .grid-pict {
    height: 320px; } }
.tab-outer {
  background: #939598;
  float: left;
  width: 100%; }
  .tab-outer .tab-inner {
    margin: 0 auto;
    max-width: 870px; }
    .tab-outer .tab-inner .tab-content {
      padding: 80px 0;
      width: 100%;
      float: left; }
      .tab-outer .tab-inner .tab-content .slide-content h5 {
        color: white; }
      .tab-outer .tab-inner .tab-content .slide-content p {
        color: white; }
      .tab-outer .tab-inner .tab-content .slide-content.intro::before {
        background: url("../images/icon3.png") no-repeat left top;
        background-size: 100%;
        right: 0; }

.tab-slider {
  float: left;
  width: 100%;
  position: relative; }
  .tab-slider .flexslider .slides > li i {
    background: #c9cac8;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    cursor: pointer;
    color: #939598;
    font-size: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .tab-slider .flex-active-slide i {
    background: white !important; }
  .tab-slider .flex-nav-prev {
    position: absolute;
    top: 82%; }
  .tab-slider .flex-nav-next {
    position: absolute;
    top: 82%;
    right: 0; }
  .tab-slider .center-text {
    float: left;
    text-align: center;
    width: 100%;
    border: 2px solid #c9cac8;
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    font-size: 20px;
    color: white;
    font-family: "Gilroy-ExtraBold"; }
  .tab-slider .flexslider {
    min-height: inherit;
    padding: 38px 0 0; }
  .tab-slider .flex-control-nav {
    display: none; }

.white-block {
  width: 100%;
  float: left;
  background: white;
  padding: 72px 0 80px; }
  .white-block .white-blk-inner {
    float: none;
    margin: 0 auto;
    max-width: 870px; }
    .white-block .white-blk-inner .rcp {
      float: right; }
    .white-block .white-blk-inner h5 {
      color: #939598;
      letter-spacing: 1px;
      padding: 0 0 26px; }
    .white-block .white-blk-inner h2 {
      color: #231f20;
      text-transform: capitalize;
      padding: 0 0 18px; }
    .white-block .white-blk-inner .image-blk {
      float: left;
      width: 100%;
      padding: 0 0 76px; }
      .white-block .white-blk-inner .image-blk img {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
      .white-block .white-blk-inner .image-blk.block1 {
        margin: 49px 0 0; }
    .white-block .white-blk-inner .content-text {
      float: left;
      width: 100%;
      margin: 0 0 68px;
      position: relative; }
      .white-block .white-blk-inner .content-text h5 {
        color: #0082BB;
        letter-spacing: 1px;
        padding: 0 0 19px; }
      .white-block .white-blk-inner .content-text.slide-content {
        min-height: 100%; }
        .white-block .white-blk-inner .content-text.slide-content.icon1:before {
          background: url("../images/icon1.png") no-repeat left top;
          height: 18px;
          right: 0;
          content: "";
          position: absolute;
          top: 0;
          width: 26px; }
        .white-block .white-blk-inner .content-text.slide-content.direction:before {
          content: "\f1d8";
          font-family: 'FontAwesome';
          height: 21px;
          right: 0;
          position: absolute;
          top: 0;
          color: #0081ba; }
        .white-block .white-blk-inner .content-text.slide-content.printer {
          margin: 6px 0 0; }
          .white-block .white-blk-inner .content-text.slide-content.printer:before {
            content: "\f02f";
            font-family: 'FontAwesome';
            height: 21px;
            right: 0;
            position: absolute;
            top: 0;
            color: #0081ba; }
        .white-block .white-blk-inner .content-text.slide-content.retweet {
          margin: 0; }
          .white-block .white-blk-inner .content-text.slide-content.retweet:before {
            content: "\f079";
            font-family: 'FontAwesome';
            height: 21px;
            right: 0;
            position: absolute;
            top: 0;
            color: #0081ba; }
          .white-block .white-blk-inner .content-text.slide-content.retweet .more:after {
            content: "\f1c1";
            margin: 0 0 0 10px; }
    .white-block .white-blk-inner .staff {
      float: left;
      width: 20%;
      margin: 6px 0 0; }
      .white-block .white-blk-inner .staff h6 {
        letter-spacing: 1px;
        padding: 0 0 9px; }
      .white-block .white-blk-inner .staff span {
        font-size: 13px;
        width: 100%;
        line-height: 13px;
        float: left;
        letter-spacing: 0.5px;
        color: #939598; }
      .white-block .white-blk-inner .staff a {
        font-size: 13px;
        color: #939598;
        letter-spacing: 0.5px;
        float: left;
        line-height: 15px;
        margin: 9px 0 0; }

.slide-btn {
  width: 100%;
  float: left;
  margin: 0 0 20px; }
  .slide-btn .more {
    width: 100%;
    background: #0081ba;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .slide-btn .more.more:after {
      content: none; }
    .slide-btn .more:hover {
      background: #929497; }

.overlap {
  margin: -40px 0 0;
  position: relative;
  z-index: 99; }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .white-block .white-blk-inner .content-text {
    margin: 0 0 40px; }

  .white-block .white-blk-inner .image-blk {
    padding: 0 0 60px; }

  .white-block .white-blk-inner .image-blk.block1 {
    margin: 35px 0 0; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .white-block .white-blk-inner .image-blk img {
    width: 48%; }

  .white-block .white-blk-inner .image-blk.block1 {
    margin: 25px 0 0; }

  .white-block .white-blk-inner .image-blk {
    padding: 0 0 40px; }

  .white-block .white-blk-inner .content-text {
    margin: 0 0 25px; }

  .white-block .white-blk-inner h5 {
    font-size: 17px; }

  .white-block {
    padding: 50px 10px; }

  .white-block .white-blk-inner .staff span {
    font-size: 11px; }

  .white-block .white-blk-inner .staff a {
    font-size: 11px; }

  .white-block .white-blk-inner p {
    padding: 0 0 14px; } }
@media screen and (max-width: 47.9375em) {
  .white-block {
    padding: 40px 10px; }

  .white-block .white-blk-inner .image-blk img {
    width: 100%; }

  .white-block .white-blk-inner .image-blk img.float-right {
    margin: 15px 0 0; }

  .white-block .white-blk-inner .image-blk.block1 {
    margin: 10px 0 0; }

  .white-block .white-blk-inner .image-blk {
    padding: 0 0 25px; }

  .white-block .white-blk-inner .content-text {
    margin: 0 0 25px; }

  .white-block .white-blk-inner .staff {
    width: 50%;
    margin: 15px 0 0; }

  .contact-form .single-blk textarea {
    height: 125px; }

  .white-block .white-blk-inner h2 {
    font-size: 27px; }

  .white-block .white-blk-inner h5 {
    font-size: 18px;
    padding: 0 0 16px; }

  .white-block .white-blk-inner .content-text.slide-content.icon1:before, .white-block .white-blk-inner .content-text.slide-content.direction:before, .white-block .white-blk-inner .content-text.slide-content.printer:before {
    content: none; }

  .tab-outer .tab-inner .tab-content {
    padding: 40px 0; }

  #carousel {
    padding: 10px 0 0; }

  .tab-slider .center-text {
    padding: 13px 0; } }
@media only screen and (max-width: 479px) {
  .white-block .white-blk-inner .staff {
    width: 100%; }

  .white-block .white-blk-inner h5 {
    font-size: 15px;
    padding: 0 0 5px; }

  .white-block .white-blk-inner .content-text h5 {
    padding: 0 0 4px; }

  .white-block .white-blk-inner h2 {
    font-size: 21px;
    padding: 0 0 9px; }

  .tab-slider .center-text {
    font-size: 12px; }

  .block2 .slide-content h5 {
    padding: 0 0 9px;
    font-size: 18px; }

  .block2 .slide-content h2 {
    font-size: 25px; }

  .contact-form p {
    padding: 0; }

  .block-link a {
    font-size: 17px; }

  .three-block {
    padding: 0 0 25px; } }
/*--- contact styles ---*/
.contact-form {
  width: 100%;
  float: left;
  margin: 71px 0 0; }
  .contact-form form {
    float: left;
    margin: 15px 0 0;
    width: 100%; }
  .contact-form .single-blk {
    float: left;
    width: 100%; }
    .contact-form .single-blk input {
      height: 42px;
      border: 2px solid #c9cac8;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      box-shadow: none;
      color: #231f20;
      padding: 8px 14px; }
    .contact-form .single-blk textarea {
      height: 150px;
      resize: none;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      box-shadow: none;
      border: 2px solid #c9cac8;
      color: #231f20;
      line-height: 17px;
      padding: 8px 14px; }
    .contact-form .single-blk label {
      font-size: 12px;
      letter-spacing: 0.5px;
      padding: 0 0 6px;
      color: #231f20; }
    .contact-form .single-blk .left-blk {
      width: 48%;
      float: left; }
    .contact-form .single-blk .right-blk {
      width: 48%;
      float: right; }
    .contact-form .single-blk .button {
      width: 100%;
      float: left;
      text-align: center;
      background: #0082BB;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      margin: 16px 0 0;
      letter-spacing: 0.5px;
      padding: 8px 0 7px; }
      .contact-form .single-blk .button:hover {
        background: #929497; }

.contact-input::-webkit-input-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold"; }

.contact-input:-moz-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold"; }

.contact-input::-moz-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold";
  opacity: 1; }

.contact-input:-ms-input-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold"; }

textarea::-webkit-input-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold"; }

textarea:-moz-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold"; }

textarea::-moz-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold";
  opacity: 1; }

textarea:-ms-input-placeholder {
  color: #c9cac8;
  font-family: "Gilroy-ExtraBold"; }

.map-container {
  width: 100%;
  float: left;
  background: #939598;
  padding: 76px 0 80px; }
  .map-container .map-inner {
    max-width: 870px;
    float: none;
    margin: 0 auto; }
    .map-container .map-inner .map-section {
      width: 100%;
      float: left; }
      .map-container .map-inner .map-section h5 {
        color: white; }
      .map-container .map-inner .map-section .map-desc {
        width: 100%;
        float: left; }
        .map-container .map-inner .map-section .map-desc p {
          width: 65%;
          float: left;
          color: white;
          padding: 0;
          letter-spacing: 1px; }
        .map-container .map-inner .map-section .map-desc a {
          width: auto;
          float: right;
          font-family: "Gilroy-ExtraBold";
          font-size: 15px;
          color: white;
          position: relative;
          padding: 0 0 0 28px;
          letter-spacing: 1px; }
          .map-container .map-inner .map-section .map-desc a:before {
            content: "\f0d5";
            font-family: "FontAwesome";
            font-size: 15px;
            color: #c9cac8;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .map-container .map-inner .map-section .map-desc a:after {
            content: "\f124";
            font-family: "FontAwesome";
            font-size: 20px;
            color: #c9cac8;
            position: absolute;
            right: 3px;
            top: -41px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .map-container .map-inner .map-section .map-desc a:hover, .map-container .map-inner .map-section .map-desc a:hover:before, .map-container .map-inner .map-section .map-desc a:hover:after {
            color: #231f20; }
      .map-container .map-inner .map-section .map-outer {
        width: 100%;
        float: left;
        margin: 37px 0 0; }
        .map-container .map-inner .map-section .map-outer #map-canvas {
          width: 100%;
          height: 250px;
          float: left;
          overflow: hidden;
          -webkit-transform: translateZ(0);
          -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
          border-radius: 10px !important; }

/*--- contact styles ---*/
/*--- layout styles ---*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .contact-form {
    margin: 60px 0 0; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .contact-form {
    margin: 30px 0 0; }

  .map-container {
    padding: 55px 0 60px; } }
@media screen and (max-width: 47.9375em) {
  .contact-form {
    margin: 30px 0 0; }

  .map-container {
    padding: 25px 0 30px; }

  .map-container .map-inner .map-section .map-desc p {
    width: 100%;
    padding: 0 0 15px; }

  .map-container .map-inner .map-section .map-desc a {
    width: 100%;
    margin: 20px 0 0; }

  .map-container .map-inner .map-section .map-desc a:after {
    left: 142px;
    top: -26px; }

  .map-container .map-inner .map-section .map-outer {
    margin: 25px 0 0; } }
@media only screen and (max-width: 479px) {
  .contact-form {
    margin: 20px 0 0; }

  .contact-form .single-blk .left-blk {
    width: 100%; }

  .contact-form .single-blk .right-blk {
    width: 100%; } }
/*--- layout styles ---*/
/*--- footer styles ---*/
.footer-container {
  width: 100%;
  float: left;
  margin-top:55px;
}
  .footer-container .footer-inner {
    width: 100%;
    float: left;
    padding: 0 30px;
    background: white; }
    .footer-container .footer-inner .footer-top {
      width: 100%;
      float: left;
      padding: 40px 0; }
      .footer-container .footer-inner .footer-top .newsletter {
        float: left;
        width: 38.5%;
        line-height: 43px;
        letter-spacing: 0.5px;
        font-family: "Gilroy-ExtraBold";
        font-size: 22px;
        color: #939598; }
        .footer-container .footer-inner .footer-top .newsletter i {
          margin: 0 10px 0 0; }
      .footer-container .footer-inner .footer-top .signup {
        width: 61.5%;
        float: left; }
        .footer-container .footer-inner .footer-top .signup .input-box {
          width: 83.4%;
          float: left;
          margin: 0;
          background: #c9cac8;
          box-shadow: none;
          height: 44px;
          line-height: 44px;
          font-size: 20px;
          color: white;
          padding: 8px 18px;
          -webkit-border-top-left-radius: 8px;
          -webkit-border-bottom-left-radius: 8px;
          -moz-border-radius-topleft: 8px;
          -moz-border-radius-bottomleft: 8px;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; }
        .footer-container .footer-inner .footer-top .signup .button {
          margin: 0;
          font-size: 20px;
          height: 44px;
          width: 16.6%;
          padding: 11px 0px;
          background: #0082BB;
          color: #c9cac8;
          -webkit-border-top-right-radius: 8px;
          -webkit-border-bottom-right-radius: 8px;
          -moz-border-radius-topright: 8px;
          -moz-border-radius-bottomright: 8px;
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px; }
          .footer-container .footer-inner .footer-top .signup .button:hover {
            background: #0172a4; }
    .footer-container .footer-inner .footer-middle {
      float: left;
      width: 100%;
      padding: 28px 0 35px;
      border: 2px solid #c9cac8;
      border-left: 0;
      border-right: 0; }
      .footer-container .footer-inner .footer-middle .footer-link {
        float: left;
        width: 12.5%; }
        .footer-container .footer-inner .footer-middle .footer-link h6 {
          font-size: 14px;
          font-family: "Gilroy-Heavy";
          color: #939598;
          letter-spacing: 0.5px;
          position: relative;
          padding: 0 0 11px; }
        .footer-container .footer-inner .footer-middle .footer-link ul {
          width: 100%;
          float: left; }
          .footer-container .footer-inner .footer-middle .footer-link ul li {
            width: 100%;
            float: left; }
            .footer-container .footer-inner .footer-middle .footer-link ul li a {
              font-family: "Gilroy-Bold";
              font-size: 11px;
              letter-spacing: 1px;
              color: #c9cac8;
              float: left;
              line-height: 20px; }
              .footer-container .footer-inner .footer-middle .footer-link ul li a:hover {
                color: #0082BB; }
    .footer-container .footer-inner .footer-bottom {
      width: 100%;
      float: left;
      padding: 37px 0; }
      .footer-container .footer-inner .footer-bottom .footer-logo {
        float: left;
        width: auto; }
      .footer-container .footer-inner .footer-bottom .social-icon {
        float: right;
        width: auto; }
        .footer-container .footer-inner .footer-bottom .social-icon ul {
          width: 100%;
          float: left; }
          .footer-container .footer-inner .footer-bottom .social-icon ul li {
            width: auto;
            float: left;
            margin: 0 0 0 16px; }
            .footer-container .footer-inner .footer-bottom .social-icon ul li a {
              background: #c9cac8;
              float: left;
              height: 30px;
              line-height: 30px;
              text-align: center;
              width: 30px;
              color: white;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%; }
              .footer-container .footer-inner .footer-bottom .social-icon ul li a:hover {
                background: #0082BB; }

.detect {
  display: none; }

.input-box::-webkit-input-placeholder {
  color: white;
  font-family: "Gilroy-ExtraBold"; }

.input-box:-moz-placeholder {
  color: white;
  font-family: "Gilroy-ExtraBold"; }

.input-box::-moz-placeholder {
  color: white;
  font-family: "Gilroy-ExtraBold";
  opacity: 1; }

.input-box:-ms-input-placeholder {
  color: white;
  font-family: "Gilroy-ExtraBold"; }

/*--- footer styles ---*/
/*--- layout styles ---*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-container .footer-inner .footer-top .newsletter {
    font-size: 18px; }

  .footer-container .footer-inner .footer-top .signup .input-box {
    width: 77.4%; }

  .footer-container .footer-inner .footer-top .signup .button {
    width: 22.6%; }

  .footer-container .footer-inner .footer-middle .footer-link ul li a {
    font-size: 10px; }

  .footer-container .footer-inner .footer-middle .footer-link h6 {
    font-size: 13px; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-container .footer-inner .footer-top .newsletter {
    font-size: 16px; }

  .footer-container .footer-inner .footer-top .signup .input-box {
    width: 77.4%;
    font-size: 16px; }

  .footer-container .footer-inner .footer-top .signup .button {
    width: 22.6%;
    font-size: 18px; }

  .footer-container .footer-inner .footer-middle .footer-link h6 {
    font-size: 12px; }

  .footer-container .footer-inner .footer-middle .footer-link {
    width: 25%; }

  .footer-container .footer-inner .footer-top {
    padding: 30px 0; } }
@media screen and (max-width: 47.9375em) {
  .detect {
    display: block; }

  .footer-container .footer-inner .footer-middle .footer-link {
    width: 100%;
    margin: 0 0 20px; }

  .footer-container .footer-inner .footer-middle .footer-link ul {
    display: none; }

  .footer-container .footer-inner .footer-middle .footer-link h6 {
    cursor: pointer; }

  .footer-container .footer-inner .footer-middle .footer-link h6:after {
    position: absolute;
    content: "\f0d7";
    right: 0;
    font-family: 'FontAwesome'; }

  .footer-container .footer-inner .footer-top .newsletter {
    width: 100%; }

  .footer-container .footer-inner .footer-top .signup {
    width: 100%;
    margin: 20px 0 0; }

  .footer-container .footer-inner .footer-top {
    padding: 30px 0; }

  .footer-container .footer-inner .footer-middle {
    padding: 30px 0 10px; }

  .footer-container .footer-inner .footer-top .signup .input-box {
    width: 70%;
    font-size: 17px; }

  .footer-container .footer-inner .footer-top .signup .button {
    width: 30%; }

  .footer-container .footer-inner .footer-top .newsletter {
    font-size: 20px;
    line-height: 35px; }

  .footer-container .footer-inner .footer-bottom .footer-logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px; }

  .footer-container .footer-inner .footer-bottom .social-icon {
    width: 100%; }

  .footer-container .footer-inner .footer-bottom .social-icon ul {
    text-align: center; }

  .footer-container .footer-inner .footer-bottom {
    padding: 30px 0; }

  .footer-container .footer-inner .footer-bottom .social-icon ul li {
    display: inline-block;
    margin: 0 7px;
    float: none; }

  .footer-container .footer-inner {
    padding: 0 20px; }

  .footer-container .footer-inner .footer-middle .footer-link {
    margin: 0 0 12px; } }
@media only screen and (max-width: 479px) {
  .footer-container .footer-inner .footer-top .signup .button {
    font-size: 17px; }

  .footer-container .footer-inner .footer-top .newsletter {
    font-size: 16px;
    line-height: 20px; }

  .footer-container .footer-inner .footer-top .signup .input-box {
    height: 38px;
    line-height: 38px; }

  .footer-container .footer-inner .footer-top .signup .button {
    height: 38px; } }
/*--- layout styles ---*/


.row {
  max-width: 78.75rem;
}

@media only screen and (min-width: 58.75em) {
  .ddsmoothmenu {
    clear:none;
    padding:0px;
    margin:0px;border:0px;
    display:block;
  }

  .ddsmoothmenu ul li a, .ddsmoothmenu ul li.menuonly {
    border: none;
    margin: 0px;
  }

}
.ddsmoothmenu {
  margin:0px;

}

#page_31275,
#page_29065 {
  display:none;
}