@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@media screen and (min-width: 1620px) {
  #header .main-menu.expand ul li:last-child {
    opacity: 0; }

  #header.sticky #search-nav {
    top: 15px; }

  #search-nav {
    position: relative;
    top: 35px;
    right: -70px; }
    #search-nav input[type="search"] {
      position: absolute;
      height: auto;
      margin: 0;
      border: 1px solid #656565;
      color: #656565;
      width: 20px;
      border-radius: 0 !important;
      padding: 2px 20px 2px 15px;
      -webkit-transition: all 1.5s ease 0s;
      transition: all 1.5s ease 0s;
      right: -7px;
      top: -7px;
      -webkit-appearance: none;
      border-radius: 0 !important;
      -webkit-box-sizing: content-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      background: transparent; }
    #search-nav input[type="search"].expand {
      width: 200px; }
    #search-nav input[type="image"] {
      position: absolute;
      z-index: 2;
      margin: 0;
      right: 2px;
      top: 0px;
      cursor: pointer;
      padding: 0; } }
@media screen and (max-width: 1620px) {
  #header .main-menu.expand ul li:last-child {
    opacity: 0; }

  #header.sticky #search-nav {
    top: 15px; }

  #search-nav {
    position: relative;
    top: 35px;
    right: -70px; }
    #search-nav input[type="search"] {
      position: absolute;
      height: auto;
      margin: 0;
      border: 1px solid #656565;
      color: #656565;
      width: 20px;
      border-radius: 0 !important;
      padding: 2px 20px 2px 15px;
      -webkit-transition: all 1.5s ease 0s;
      transition: all 1.5s ease 0s;
      right: -7px;
      top: -7px;
      -webkit-appearance: none;
      border-radius: 0 !important;
      -webkit-box-sizing: content-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      background: transparent; }
    #search-nav input[type="search"].expand {
      width: 200px; }
    #search-nav input[type="image"] {
      position: absolute;
      z-index: 2;
      margin: 0;
      right: 2px;
      top: 0px;
      cursor: pointer;
      padding: 0; } }
@media screen and (max-width: 1025px) {
  #search-nav {
    position: relative;
    top: 80px;
    right: 30px; }
    #search-nav input[type="search"] {
      position: absolute;
      height: auto;
      margin: 0;
      border: 1px solid #656565;
      color: #656565;
      width: 20px;
      border-radius: 0 !important;
      padding: 2px 20px 2px 15px;
      -webkit-transition: all 1.5s ease 0s;
      transition: all 1.5s ease 0s;
      right: -7px;
      top: -7px;
      -webkit-appearance: none;
      border-radius: 0 !important;
      -webkit-box-sizing: content-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      background: transparent; }
    #search-nav input[type="search"].expand {
      width: 200px; }
    #search-nav input[type="image"] {
      position: absolute;
      z-index: 2;
      margin: 0;
      right: 2px;
      top: 0px;
      cursor: pointer;
      padding: 0; } }
@media screen and (max-width: 520px) {
  #search-nav {
    position: relative;
    top: 80px;
    right: 30px; }
    #search-nav input[type="search"] {
      position: absolute;
      height: auto;
      margin: 0;
      border: 1px solid #656565;
      color: #656565;
      width: 20px;
      border-radius: 0 !important;
      padding: 2px 20px 2px 15px;
      -webkit-transition: all 1.5s ease 0s;
      transition: all 1.5s ease 0s;
      right: -7px;
      top: -7px;
      -webkit-appearance: none;
      border-radius: 0 !important;
      -webkit-box-sizing: content-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      background: transparent; }
    #search-nav input[type="search"].expand {
      width: 200px; }
    #search-nav input[type="image"] {
      position: absolute;
      z-index: 2;
      margin: 0;
      right: 2px;
      top: 0px;
      cursor: pointer;
      padding: 0; } }
.hide-search {
  display: none;
  position: absolute;
  background: rgba(0, 255, 255, 0);
  width: 100%;
  height: 100%;
  z-index: 5; }

.hide-search.show-search {
  display: block; }

.prod-content .btn-primary {
  background-color: #121441; }
  .prod-content .btn-primary:hover {
    background-color: rgba(18, 21, 68, 0.8); }

@media screen and (min-width: 1620px) {
  .home-content .odd-row, .home-content .even-row {
    padding-left: 70px;
    padding-right: 70px; }
  .home-content .even-row {
    background-color: #e1edf8; }
    .home-content .even-row .logo-stamp {
      text-align: center; }
      .home-content .even-row .logo-stamp img {
        max-width: 600px; }
    .home-content .even-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .even-row .prod-content {
      margin-top: 80px;
      text-align: left;
      padding-left: 120px;
      padding-right: 80px; }
      .home-content .even-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #585858;
        font-size: 51px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      .home-content .even-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #585858; }
      .home-content .even-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        float: right;
        margin-left: 50px;
        margin-top: 40px;
        font-size: 24px;
        border-radius: 0; }
  .home-content .odd-row {
    background-color: white; }
    .home-content .odd-row .logo-stamp img {
      max-width: 600px;
      opacity: .5; }
    .home-content .odd-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .odd-row .prod-content {
      margin-top: 80px;
      text-align: right;
      padding-left: 120px;
      padding-right: 80px; }
      .home-content .odd-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #121441;
        font-size: 51px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      .home-content .odd-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #585858; }
      .home-content .odd-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        float: left;
        margin-left: 50px;
        margin-top: 40px;
        font-size: 24px;
        border-radius: 0; }
    .home-content .odd-row .prod-img {
      text-align: center; }
  .home-content .infomational-boxes {
    background: #f2f3f5; }
    .home-content .infomational-boxes .info-title {
      text-align: center;
      font-family: Oswald, sans-serif;
      color: black;
      font-size: 48px;
      line-height: 1; }
      .home-content .infomational-boxes .info-title a {
        transition: color ease-in-out 500ms; }
        .home-content .infomational-boxes .info-title a:hover {
          text-decoration: none; }
    .home-content .infomational-boxes .cap-box {
      padding: 30px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .home-content .infomational-boxes .cap-box .row {
        margin-top: 25px; }
        .home-content .infomational-boxes .cap-box .row .cap-section {
          margin-bottom: 15px; }
          .home-content .infomational-boxes .cap-box .row .cap-section .cap-image {
            max-width: 100px; }
          .home-content .infomational-boxes .cap-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .home-content .infomational-boxes .cap-box .row p {
          line-height: 1.2;
          font-size: 14px; }
    .home-content .infomational-boxes .news-box {
      padding: 30px;
      margin-left: 140px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px;
      overflow: hidden; }
      .home-content .infomational-boxes .news-box ul {
        margin: 25px 30px;
        padding: 0; }
        .home-content .infomational-boxes .news-box ul .listing-item .title {
          font-size: 14px;
          font-weight: 600; }
      .home-content .infomational-boxes .news-box p {
        text-align: center;
        padding: 15px 30px;
        font-weight: bold;
        color: black; }
    .home-content .infomational-boxes .studies-box {
      padding: 30px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .home-content .infomational-boxes .studies-box .row {
        margin-top: 25px; }
        .home-content .infomational-boxes .studies-box .row .cap-section {
          margin-bottom: 15px; }
          .home-content .infomational-boxes .studies-box .row .cap-section .cap-image {
            max-width: 100px; }
          .home-content .infomational-boxes .studies-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .home-content .infomational-boxes .studies-box .row p {
          line-height: 1.2;
          font-size: 14px; } }
@media screen and (max-width: 1620px) {
  .home-content .odd-row, .home-content .even-row {
    padding-left: 70px;
    padding-right: 70px; }
  .home-content .even-row {
    background-color: #e1edf8; }
    .home-content .even-row .logo-stamp {
      text-align: center; }
      .home-content .even-row .logo-stamp img {
        max-width: 600px; }
    .home-content .even-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .even-row .prod-content {
      margin-top: 0;
      text-align: left;
      padding-left: 20px;
      padding-right: 00px; }
      .home-content .even-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #585858;
        font-size: 51px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      .home-content .even-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #585858; }
      .home-content .even-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        float: right;
        margin-left: 50px;
        margin-top: 40px;
        font-size: 24px;
        border-radius: 0; }
  .home-content .odd-row {
    background-color: white; }
    .home-content .odd-row .logo-stamp img {
      max-width: 600px;
      opacity: .5; }
    .home-content .odd-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .odd-row .prod-content {
      margin-top: 0;
      text-align: right;
      padding-left: 20px;
      padding-right: 20px; }
      .home-content .odd-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #121441;
        font-size: 51px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      .home-content .odd-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #585858; }
      .home-content .odd-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        float: left;
        margin-left: 50px;
        margin-top: 40px;
        font-size: 24px;
        border-radius: 0; }
    .home-content .odd-row .prod-img {
      text-align: center; }
  .home-content .infomational-boxes {
    background: #f2f3f5; }
    .home-content .infomational-boxes .info-title {
      text-align: center;
      font-family: Oswald, sans-serif;
      color: black;
      font-size: 32px;
      line-height: 1; }
      .home-content .infomational-boxes .info-title a {
        transition: color ease-in-out 500ms; }
        .home-content .infomational-boxes .info-title a:hover {
          text-decoration: none; }
    .home-content .infomational-boxes .cap-box {
      padding: 30px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .home-content .infomational-boxes .cap-box .row {
        margin-top: 25px; }
        .home-content .infomational-boxes .cap-box .row .cap-section {
          margin-bottom: 15px; }
          .home-content .infomational-boxes .cap-box .row .cap-section .cap-image {
            max-width: 100px; }
          .home-content .infomational-boxes .cap-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .home-content .infomational-boxes .cap-box .row p {
          line-height: 1.2;
          font-size: 14px; }
    .home-content .infomational-boxes .news-box {
      padding: 30px;
      margin-left: 90px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px;
      overflow: hidden; }
      .home-content .infomational-boxes .news-box ul {
        margin: 25px 30px;
        padding: 0; }
        .home-content .infomational-boxes .news-box ul .listing-item .title {
          font-size: 14px;
          font-weight: 600; }
      .home-content .infomational-boxes .news-box p {
        font-size: 12px;
        text-align: center;
        padding: 15px 30px;
        font-weight: bold;
        color: black; }
    .home-content .infomational-boxes .studies-box {
      padding: 30px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .home-content .infomational-boxes .studies-box .row {
        margin-top: 25px; }
        .home-content .infomational-boxes .studies-box .row .cap-section {
          margin-bottom: 15px; }
          .home-content .infomational-boxes .studies-box .row .cap-section .cap-image {
            max-width: 100px; }
          .home-content .infomational-boxes .studies-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .home-content .infomational-boxes .studies-box .row p {
          line-height: 1.2;
          font-size: 14px; } }
@media screen and (max-width: 1025px) {
  .home-content .odd-row, .home-content .even-row {
    padding-left: 40px;
    padding-right: 40px; }
  .home-content .even-row {
    background-color: #e1edf8; }
    .home-content .even-row .logo-stamp {
      text-align: center; }
      .home-content .even-row .logo-stamp img {
        max-width: 600px; }
    .home-content .even-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .even-row .prod-content {
      text-align: center; }
      .home-content .even-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #585858;
        font-size: 51px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 25px; }
      .home-content .even-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #585858; }
      .home-content .even-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        float: none; }
    .home-content .even-row .prod-img {
      text-align: center; }
  .home-content .odd-row {
    background-color: white; }
    .home-content .odd-row .logo-stamp img {
      max-width: 600px;
      opacity: .5; }
    .home-content .odd-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .odd-row .prod-content {
      text-align: center;
      margin-top: 25px; }
      .home-content .odd-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #121441;
        font-size: 51px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      .home-content .odd-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #585858; }
      .home-content .odd-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        float: none; }
    .home-content .odd-row .prod-img {
      text-align: center; }
  .home-content .infomational-boxes .info-title {
    text-align: center;
    font-family: Oswald, sans-serif;
    color: black;
    font-size: 32px;
    line-height: 1; }
    .home-content .infomational-boxes .info-title a {
      transition: color ease-in-out 500ms; }
      .home-content .infomational-boxes .info-title a:hover {
        text-decoration: none; }
  .home-content .infomational-boxes .cap-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-bottom: 25px;
    min-height: 100%; }
    .home-content .infomational-boxes .cap-box .row {
      margin-top: 25px; }
      .home-content .infomational-boxes .cap-box .row .cap-section {
        margin-bottom: 15px; }
        .home-content .infomational-boxes .cap-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .home-content .infomational-boxes .cap-box .row p {
        line-height: 1.2;
        font-size: 14px; }
  .home-content .infomational-boxes .news-box {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-bottom: 25px;
    min-height: 100%;
    margin-right: 0; }
    .home-content .infomational-boxes .news-box ul {
      margin: 25px 30px;
      padding: 0; }
      .home-content .infomational-boxes .news-box ul .listing-item .title {
        font-size: 14px;
        font-weight: 600; }
    .home-content .infomational-boxes .news-box p {
      font-size: 14px;
      text-align: center;
      padding: 15px 30px;
      font-weight: bold;
      color: black; }
  .home-content .infomational-boxes .studies-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    min-height: 100%; }
    .home-content .infomational-boxes .studies-box .row {
      margin-top: 25px; }
      .home-content .infomational-boxes .studies-box .row .cap-section {
        margin-bottom: 15px; }
        .home-content .infomational-boxes .studies-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .home-content .infomational-boxes .studies-box .row p {
        line-height: 1.2;
        font-size: 14px; } }
@media screen and (max-width: 520px) {
  .home-content .odd-row, .home-content .even-row {
    padding-left: 40px;
    padding-right: 40px; }
  .home-content .even-row {
    background-color: #e1edf8; }
    .home-content .even-row .logo-stamp {
      text-align: center; }
      .home-content .even-row .logo-stamp img {
        max-width: 600px; }
    .home-content .even-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .even-row .prod-content {
      text-align: center; }
      .home-content .even-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #585858;
        font-size: 32px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 25px; }
      .home-content .even-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #585858; }
      .home-content .even-row .prod-content .btn-cta {
        padding: 10px 20px;
        color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        float: none; }
    .home-content .even-row .prod-img {
      text-align: center; }
  .home-content .odd-row {
    background-color: white; }
    .home-content .odd-row .logo-stamp img {
      max-width: 600px;
      opacity: .5; }
    .home-content .odd-row .logo-stamp video {
      max-width: 420px !important;
      display: block;
      margin: 0 auto; }
    .home-content .odd-row .prod-content {
      text-align: center; }
      .home-content .odd-row .prod-content .prod-title {
        font-family: Oswald, sans-serif;
        color: #121441;
        font-size: 32px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 20px; }
      .home-content .odd-row .prod-content p {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #585858; }
      .home-content .odd-row .prod-content .btn-cta {
        padding: 5px 10px;
        color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 21px;
        float: none; }
    .home-content .odd-row .prod-img {
      text-align: center; }
  .home-content .infomational-boxes .info-title {
    text-align: center;
    font-family: Oswald, sans-serif;
    color: black;
    font-size: 32px;
    line-height: 1; }
    .home-content .infomational-boxes .info-title a {
      transition: color ease-in-out 500ms; }
      .home-content .infomational-boxes .info-title a:hover {
        text-decoration: none; }
  .home-content .infomational-boxes .cap-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px; }
    .home-content .infomational-boxes .cap-box .row {
      margin-top: 25px; }
      .home-content .infomational-boxes .cap-box .row .cap-section {
        margin-bottom: 15px; }
        .home-content .infomational-boxes .cap-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .home-content .infomational-boxes .cap-box .row p {
        line-height: 1.2;
        font-size: 14px; }
  .home-content .infomational-boxes .news-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-right: 0;
    margin-bottom: 25px; }
    .home-content .infomational-boxes .news-box ul {
      margin: 0;
      padding: 0;
      margin-right: 0; }
      .home-content .infomational-boxes .news-box ul .listing-item .title {
        font-size: 14px;
        font-weight: 600; }
    .home-content .infomational-boxes .news-box p {
      font-size: 14px;
      text-align: center;
      padding: 15px 30px;
      font-weight: bold;
      color: black; }
  .home-content .infomational-boxes .studies-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px; }
    .home-content .infomational-boxes .studies-box .row {
      margin-top: 25px; }
      .home-content .infomational-boxes .studies-box .row .cap-section {
        margin-bottom: 15px; }
        .home-content .infomational-boxes .studies-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .home-content .infomational-boxes .studies-box .row p {
        line-height: 1.2;
        font-size: 14px; } }
div#n2-ss-2 .nextend-arrow-next img {
  transform: rotate(180deg); }

@media screen and (min-width: 1620px) {
  .infomational-boxes {
    background: #ffffff;
    padding: 60px 30px;
display:flex;
flex-flow:row nowrap; }
    .infomational-boxes .info-title {
      text-align: center;
      font-family: Montserrat;
      color: black;
      font-size: 48px;
      line-height: 1; }
      .infomational-boxes .info-title a {
        transition: color ease-in-out 500ms; }
        .infomational-boxes .info-title a:hover {
          text-decoration: none; }
    .infomational-boxes .cap-box {
      padding: 30px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .infomational-boxes .cap-box .row {
        margin-top: 25px; }
        .infomational-boxes .cap-box .row .cap-section {
          margin-bottom: 15px; }
          .infomational-boxes .cap-box .row .cap-section .cap-image {
            max-width: 100px; }
          .infomational-boxes .cap-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .infomational-boxes .cap-box .row p {
          line-height: 1.2;
          font-size: 14px; }
    .infomational-boxes .news-box {
      padding: 30px;
      margin-left: 140px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px;
      overflow: hidden; }
      .infomational-boxes .news-box ul {
        margin: 25px 30px;
        padding: 0;
        list-style-type: none; }
        .infomational-boxes .news-box ul .listing-item {
          line-height: 1;
          margin-bottom: 25px; }
          .infomational-boxes .news-box ul .listing-item .title {
            font-size: 14px;
            font-weight: 600; }
      .infomational-boxes .news-box p {
        text-align: center;
        padding: 15px 30px;
        font-weight: bold;
        color: black; }
    .infomational-boxes .studies-box {
      padding: 30px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .infomational-boxes .studies-box .row {
        margin-top: 25px; }
        .infomational-boxes .studies-box .row .cap-section {
          margin-bottom: 15px; }
          .infomational-boxes .studies-box .row .cap-section .cap-image {
            max-width: 100px; }
          .infomational-boxes .studies-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .infomational-boxes .studies-box .row p {
          line-height: 1.2;
          font-size: 14px; } }
@media screen and (max-width: 1620px) {
  .infomational-boxes {
    background: #ffffff;
    padding: 60px 30px; }
    .infomational-boxes .info-title {
      text-align: center;
      font-family: Montserrat;
      color: black;
      font-size: 32px;
      line-height: 1; }
      .infomational-boxes .info-title a {
        transition: color ease-in-out 500ms; }
        .infomational-boxes .info-title a:hover {
          text-decoration: none; }
    .infomational-boxes .cap-box {
      padding: 30px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px; }
      .infomational-boxes .cap-box .row {
        margin-top: 25px; }
        .infomational-boxes .cap-box .row .cap-section {
          margin-bottom: 15px; }
          .infomational-boxes .cap-box .row .cap-section .cap-image {
            max-width: 100px; }
          .infomational-boxes .cap-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .infomational-boxes .cap-box .row p {
          line-height: 1.2;
          font-size: 14px; }
    .infomational-boxes .news-box {
      padding: 30px;
      margin-left: 90px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #ffffff;
      min-height: 320px;
      overflow: hidden; }
      .infomational-boxes .news-box ul {
        margin: 25px 30px;
        padding: 0;
        list-style-type: none; }
        .infomational-boxes .news-box ul .listing-item {
          line-height: 1;
          margin-bottom: 25px; }
          .infomational-boxes .news-box ul .listing-item .title {
            font-size: 14px;
            font-weight: 600; }
      .infomational-boxes .news-box p {
        font-size: 12px;
        text-align: center;
        padding: 15px 30px;
        font-weight: bold;
        color: black; }
    .infomational-boxes .studies-box {
      padding: 30px;
      margin-right: 50px;
      border: 1px solid rgba(165, 165, 165, 0.5);
      background-color: #bedaf5;
      min-height: 320px; }
      .infomational-boxes .studies-box .row {
        margin-top: 25px; }
        .infomational-boxes .studies-box .row .cap-section {
          margin-bottom: 15px; }
          .infomational-boxes .studies-box .row .cap-section .cap-image {
            max-width: 100px; }
          .infomational-boxes .studies-box .row .cap-section .cap-text {
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle; }
        .infomational-boxes .studies-box .row p {
          line-height: 1.2;
          font-size: 14px; } }
@media screen and (max-width: 1025px) {
  .infomational-boxes .info-title {
    text-align: center;
    font-family: Montserrat;
    color: black;
    font-size: 32px;
    line-height: 1; }
    .infomational-boxes .info-title a {
      transition: color ease-in-out 500ms; }
      .infomational-boxes .info-title a:hover {
        text-decoration: none; }
  .infomational-boxes .cap-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-bottom: 25px;
    min-height: 100%; }
    .infomational-boxes .cap-box .row {
      margin-top: 25px; }
      .infomational-boxes .cap-box .row .cap-section {
        margin-bottom: 15px; }
        .infomational-boxes .cap-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .infomational-boxes .cap-box .row p {
        line-height: 1.2;
        font-size: 14px; }
  .infomational-boxes .news-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    min-height: 100%; }
    .infomational-boxes .news-box ul {
      margin: 15px;
      padding: 0;
      list-style-type: none; }
      .infomational-boxes .news-box ul .listing-item {
        line-height: 1;
        margin-bottom: 25px; }
        .infomational-boxes .news-box ul .listing-item .title {
          font-size: 14px;
          font-weight: 600; }
    .infomational-boxes .news-box p {
      font-size: 14px;
      text-align: center;
      padding: 15px 30px;
      font-weight: bold;
      color: black; }
  .infomational-boxes .studies-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    min-height: 100%; }
    .infomational-boxes .studies-box .row {
      margin-top: 25px; }
      .infomational-boxes .studies-box .row .cap-section {
        margin-bottom: 15px; }
        .infomational-boxes .studies-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .infomational-boxes .studies-box .row p {
        line-height: 1.2;
        font-size: 14px; } }
@media screen and (max-width: 520px) {
  .infomational-boxes .info-title {
    text-align: center;
    font-family: Montserrat;
    color: black;
    font-size: 32px;
    line-height: 1; }
    .infomational-boxes .info-title a {
      transition: color ease-in-out 500ms; }
      .infomational-boxes .info-title a:hover {
        text-decoration: none; }
  .infomational-boxes .cap-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px; }
    .infomational-boxes .cap-box .row {
      margin-top: 25px; }
      .infomational-boxes .cap-box .row .cap-section {
        margin-bottom: 15px; }
        .infomational-boxes .cap-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .infomational-boxes .cap-box .row p {
        line-height: 1.2;
        font-size: 14px; }
  .infomational-boxes .news-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-right: 0;
    margin-bottom: 25px; }
    .infomational-boxes .news-box ul {
      margin: 15px;
      padding: 0;
      list-style-type: none; }
      .infomational-boxes .news-box ul .listing-item {
        line-height: 1;
        margin-bottom: 25px; }
        .infomational-boxes .news-box ul .listing-item .title {
          font-size: 14px;
          font-weight: 600; }
    .infomational-boxes .news-box p {
      font-size: 14px;
      text-align: center;
      padding: 15px 30px;
      font-weight: bold;
      color: black; }
  .infomational-boxes .studies-box {
    padding: 15px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px; }
    .infomational-boxes .studies-box .row {
      margin-top: 25px; }
      .infomational-boxes .studies-box .row .cap-section {
        margin-bottom: 15px; }
        .infomational-boxes .studies-box .row .cap-section .cap-text {
          line-height: 50px;
          font-size: 14px;
          font-weight: 600;
          vertical-align: middle; }
      .infomational-boxes .studies-box .row p {
        line-height: 1.2;
        font-size: 14px; } }
@font-face {
  font-family: 'MyWebFont';
  src: url("MonoSocialIconsFont-1.10.eot");
  /* IE9 Compat Modes */
  src: url("MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("MonoSocialIconsFont-1.10.woff2") format("woff2"), url("MonoSocialIconsFont-1.10.woff") format("woff"), url("MonoSocialIconsFont-1.10.ttf") format("truetype"), url("MonoSocialIconsFont-1.10.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
* {
  -webkit-font-smoothing: antialiased; }

body {
  background: #ffffff;
  color: #585858;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  body p {
    line-height: 150%; }
  body a,
  body a:focus,
  body a:visited {
    outline: none; }

/*wordpress core*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 2px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 2px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 2px 0 20px 20px; }

a img.alignnone {
  margin: 2px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 2px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

div {
  line-height: 2.1em;
  font-size: 16px; }

.top-header {
  background: #121441;
  color: #fff;
  padding: 8px 0; }
  .top-header .wrapper {
    padding: 0 20px; }

a {
  outline: none;
  color: #121441; }

#header {
  position: relative;
  z-index: 7;
  background: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #dedede;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  #header .wrapper {
    display: table;
    width: 100%;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    padding: 0 10px; }

.sticky-logo {
  display: none; }

#header.sticky {
  padding: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  border-top: 3px solid #313131; }
  #header.sticky .sticky-logo {
    display: block; }
  #header.sticky #logo {
    display: none; }
  #header.sticky .wrapper {
    height: 60px; }
  #header.sticky .col {
    vertical-align: middle; }
  #header.sticky .main-menu ul a {
    font-size: 15px; }
  #header.sticky .logo.col {
    width: 15%; }
  #header.sticky #header.sticky .main-menu.col {
    width: 85%; }

.logo img {
  max-width: 100%;
  width: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.main-menu {
  text-align: right; }
  .main-menu ul {
    /*display: block;*/
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    /* li.menu-item-has-children:after {
    	content: '';
    	background: url("../../../../gfx/down.gif");
    	position: absolute; 
    	right: 0;
    	top: 40%;
    	width: 10px;
    	height: 7px;
    }	*/ }
    .main-menu ul li {
      /*display: inline-block;*/
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-grow: 1;
      position: relative; }
    .main-menu ul li.menu-item-has-children {
      background: url("../../../../gfx/down.gif") no-repeat;
      background-position: right; }
    .main-menu ul li.menu-item-has-children:hover {
      background: url("../../../../gfx/up.gif") no-repeat;
      background-position: right; }
    .main-menu ul li:hover > a {
      color: #121441; }
    .main-menu ul > li.current-menu-parent > a,
    .main-menu ul li.current-menu-item a {
      color: #121441; }
    .main-menu ul li:last-child a {
      padding-right: 0; }
    .main-menu ul li:last-child a {
      padding-left: 0; }
    .main-menu ul li.products ul.sub-menu {
      min-width: 330px; }
    .main-menu ul a {
      /*display: block;*/
      text-decoration: none;
      color: #656565;
      padding: 0 12px 0 0;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      font-size: 16px; }
    .main-menu ul ul.sub-menu {
      display: none;
      background: #fbfbfb;
      z-index: 3;
      text-align: left;
      width: 100%;
      min-width: 220px;
      position: absolute; }
      .main-menu ul ul.sub-menu li {
        display: block;
        border-bottom: 1px solid #e2dede; }
      .main-menu ul ul.sub-menu li:hover {
        background: #121441; }
        .main-menu ul ul.sub-menu li:hover a {
          color: #fff; }
      .main-menu ul ul.sub-menu a {
        padding: 25px 15px;
        display: block; }
      .main-menu ul ul.sub-menu .current-menu-item {
        background: #121441; }
        .main-menu ul ul.sub-menu .current-menu-item a {
          color: #fff; }
    .main-menu ul li:hover ul.sub-menu {
      display: block;
      opacity: 1;
      left: 0;
      z-index: 1; }

.description {
  display: none; }

.content a {
  color: #585858; }
.content a:hover {
  color: #121441; }

h1, h2, h3, h4, h5, h6 {
  color: #747474;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  line-height: 1.1em;
  font-weight: normal;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

.csRow h2 {
  margin: 0;
  padding: 0 0 20px; }

.single-product #container .main-content h1 {
  margin: 0;
  padding: 0 0 20px; }
.single-product #container .main-content h2 {
  margin: 0;
  padding: 0 0 20px; }
.single-product #container .main-content h3 {
  margin: 0;
  padding: 0 0 20px; }
.single-product #container .main-content h4 {
  margin: 0;
  padding: 0 0 20px; }
.single-product #container .main-content h5 {
  margin: 0;
  padding: 0 0 20px; }

h2.page-title {
  margin: 0; }

h6 {
  font-size: 15px; }

#container blockquote {
  background-color: #e8e8e8;
  padding: 15px; }
  #container blockquote p {
    margin-bottom: 0; }

.table {
  display: table;
  width: 100%; }

.col {
  display: table-cell; }
  .col img {
    max-width: 100%;
    height: auto;
    width: auto; }

.row img, img {
  max-width: 100%;
  height: auto;
  width: auto; }

.home .callout {
  min-height: 320px; }
.home .callout a {
  padding: 15px 25px;
  display: inline; }

/*front page*/
/*video*/
.callout {
  position: relative;
  z-index: 1;
  min-height: 400px;
  overflow: hidden;
  background: #313131; }
  .callout h1, .callout h2, .callout h3 {
    color: #fff; }
  .callout h1 {
    font-size: 48px;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .callout h3 {
    font-size: 32px;
    padding-bottom: 15px;
    padding-top: 0;
    margin-top: 0; }
  .callout video {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    margin: 0px auto;
    width: 100%;
    max-width: 100%; }
  .callout .links {
    padding: 30px 0 0; }
  .callout .callout-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    margin: auto;
    width: 90%;
    max-width: 1080px;
    color: #fff;
    min-height: 100px;
    font-size: 12px;
    height: 20%;
    min-height: 222px;
    font-size: 16px;
    text-align: center; }
  .callout .callout-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4; }
  .callout a {
    background: #b98b5c;
    padding: 15px 25px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px; }
  .callout a:hover {
    opacity: .8; }

.home .content {
  padding: 60px 30px; }
  .home .content p {
    font-size: 16px;
    line-height: 2.1em; }

/*frontpage products*/
.front-products {
  margin-top: 40px; }
  .front-products > div {
    clear: both;
    table-layout: fixed;
    width: 100%;
    display: table; }
    .front-products > div a:hover {
      text-decoration: none; }
  .front-products .col:first-child,
  .front-products .col:nth-child(2) {
    width: 46%;
    display: inline-block; }
  .front-products .col:nth-child(2) {
    float: right; }
  .front-products .tile-widget {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    margin: 0 0 20px;
    position: relative; }
  .front-products .widget img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .front-products h3.widget-title {
    background: #fff;
    color: #121441;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    z-index: 6; }
  .front-products h3.widget-title:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url("../../../../gfx/right-arrow.gif") no-repeat;
    position: absolute;
    right: 10px; }
  .front-products a.tile-link {
    display: block;
    position: relative; }
  .front-products .tile-widget:hover a.tile-link:after {
    opacity: 1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .front-products .tile-widget img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .front-products .tile-widget:hover img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .front-products a.tile-link:after {
    content: '';
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0; }
  .front-products a span.title-tag, .front-products span.tile-tag {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 5;
    left: 0;
    color: #fff;
    margin: auto;
    height: 30px;
    bottom: 37px;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: Oswald, sans-serif;
    text-shadow: 2px 2px 2px #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .front-products .tile-widget:hover a span.tile-tag,
  .front-products .tile-widget:hover span.tile-tag {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-font-smoothing: antialiased; }
  .front-products .front-products-sm span.tile-tag {
    font-size: 21px;
    height: auto;
    margin: 0;
    padding: 0 2%;
    top: 15%;
    line-height: 1.2em; }

/*inside page flyouts*/
.woocommerce .flyout a {
  background-color: transparent;
  color: #fff;
  font-weight: normal;
  text-decoration: none; }

.woocommerce .flyout a:hover {
  background-color: transparent;
  opacity: 1;
  text-decoration: underline;
  color: #fff; }

.flyout-area {
  overflow: hidden;
  position: relative; }

.flyout {
  background: #121441;
  display: table;
  height: 270px;
  color: #fff;
  position: fixed;
  z-index: 5;
  bottom: 30%;
  width: 145px;
  right: -145px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .flyout h3 {
    text-align: center;
    display: inline-block;
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    padding: 5px;
    background: #121441;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: -28px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .flyout a, .flyout p {
    color: #fff; }
  .flyout .flyout-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .flyout .flyout-wrapper a:hover {
      text-decoration: underline; }

.flyout:hover {
  right: 0; }

/*inside headers*/
a.button:hover {
  text-decoration: none;
  opacity: .8; }

.inside-header {
  padding: 60px 30px; }

.inside-header.bg-img {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*.wrapper {
  	padding: 60px 30px;
  }*/ }
  .inside-header.bg-img div {
    text-align: left; }
  .inside-header.bg-img h1 {
    padding-top: 0px;
    font-size: 30px;
    background: none;
    color: #747474; }

.inside-header.heading-on-image h1 {
  background-color: rgba(26, 20, 118, 0.72);
  line-height: 1.7em;
  color: #fff;
  font-size: 50px;
  padding: 4px; }
.inside-header.heading-on-image p {
  font-size: 20px; }

.inside-header.bg-img.heading-on-image {
  max-height: none; }

.inside-header.no-img p {
  color: #747474;
  background: none; }

.two-box .text-box {
  padding: 60px 30px;
  font-size: 16px; }
  .two-box .text-box p {
    line-height: 2.1em; }
  .two-box .text-box p:last-child {
    margin-bottom: 0; }

.inside-header.bg-img.right-title {
  padding-top: 87.5px;
  max-height: none; }
  .inside-header.bg-img.right-title > div {
    text-align: right; }

.inside-header.text-box {
  text-align: center;
  background-color: #f6f6f6;
  min-height: 0; }
  .inside-header.text-box h1 {
    color: #747474;
    padding-top: 0px;
    font-size: 30px;
    background: transparent; }
  .inside-header.text-box a.button {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    background-color: #000e9d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    min-width: 120px;
    margin-right: 5px;
    line-height: 2.1em; }
  .inside-header.text-box p {
    font-size: 16px;
    color: #585858;
    background: transparent; }

.inside-header {
  /*.wrapper {
  	padding: 60px 30px;
  }*/ }
  .inside-header a.button
  a.button:focus,
  .inside-header a.button:hover,
  .inside-header a.button:visited {
    text-decoration: none !important;
    outline: none; }
  .inside-header img {
    max-width: 100%;
    height: auto; }
  .inside-header h1 {
    line-height: 1.5em;
    color: #fff;
    font-size: 50px;
    display: inline;
    padding: 0px 4px;
    background-color: rgba(26, 20, 118, 0.72); }
  .inside-header p {
    line-height: 1.7em;
    color: #fff;
    /*font-size: 20px;*/
    padding: 4px;
    background-color: rgba(26, 20, 118, 0.72);
    margin: 20px 0;
    display: inline-block; }
    .inside-header p a {
      background-color: transparent;
      color: #000e9d;
      padding: 0; }
  .inside-header a.button {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    background-color: #000e9d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    min-width: 120px; }
  .inside-header a:hover {
    opacity: .8;
    text-decoration: none; }

.text-box {
  background-color: #f6f6f6;
  text-align: center;
  /*padding: 60px 30px;*/ }
  .text-box a.button {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    background-color: #000e9d;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .text-box p {
    margin-bottom: 30px; }

.woocommerce .main-wrapper .text-box {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 30px; }
  .woocommerce .main-wrapper .text-box a.button {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    background-color: #000e9d;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .woocommerce .main-wrapper .text-box a.button:focus {
    outline: none;
    text-decoration: none; }
  .woocommerce .main-wrapper .text-box p {
    margin-bottom: 30px; }

@media screen and (min-width: 1200px) {
  .inside-header {
    min-height: 500px; }

  .home .callout {
    min-height: 480px; } }
@media screen and (min-width: 950px) {
  .single-product .inside-header,
  .inside-header {
    min-height: 400px; } }
@media screen and (max-width: 949px) {
  .inside-header.bg-img,
  .single-product .inside-header {
    min-height: 300px;
    max-height: 300px; } }
#container {
  position: relative; }
  #container .main-content {
    padding: 60px 30px; }
  #container .grey {
    background-color: #f6f6f6; }
  #container h3 {
    font-size: 20px; }
  #container a {
    text-decoration: underline;
    font-weight: 600;
    color: #121441; }
  #container p {
    font-size: 16px;
    line-height: 2.1em;
    margin: 0 0 20px; }
    #container p a {
      text-decoration: underline;
      font-weight: 600;
      color: #121441; }
    #container p a:hover, #container p a:visited:hover {
      color: #507daa; }

/*interactive map*/
.main-wrapper .mapplic-tooltip {
  box-shadow: 0px 0px 10px 0px black !important; }

.main-wrapper a.mapplic-pin.circular {
  background-color: #121441 !important;
  width: 10px !important;
  height: 10px !important; }

a.mapplic-pin.circular:after {
  border-radius: 2000px;
  content: '';
  background-color: transparent;
  border: 1px solid #121441;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -4px;
  top: -4px; }

.main-wrapper .mapplic-tooltip.mapplic-bottom .mapplic-tooltip-triangle {
  background: url("../../../../gfx/projects-up.png") no-repeat; }

.main-wrapper .mapplic-tooltip-triangle {
  border: none !Important;
  background: url("../../../../gfx/projects_block_arrow.png") no-repeat;
  width: 19px !Important;
  height: 8px !important; }

h4.mapplic-tooltip-title {
  text-transform: none !important;
  color: #121441 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-top: 0 !Important; }

#container .mapplic-tooltip {
  max-width: none;
  width: 480px;
  padding: 12px; }
  #container .mapplic-tooltip p {
    color: #585858 !important;
    margin-bottom: 0 !important; }
  #container .mapplic-tooltip img {
    max-width: 172px;
    height: auto; }

div#mapplic1 {
  max-width: 1600px;
  margin: 0 auto; }

#container .mapplic-map {
  /*position: static;
  padding-bottom: 55%; 
  height: 5px !important;*/ }
  #container .mapplic-map .mapplic-map-image {
    width: auto;
    max-width: 100%; }

.mapplic-container {
  overflow: scroll !important; }

.newsletter-signup input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd;
  font-weight: normal; }
.newsletter-signup input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
  opacity: 1;
  font-weight: normal; }
.newsletter-signup input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
  opacity: 1;
  font-weight: normal; }
.newsletter-signup input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
  font-weight: normal; }

/*contact map*/
/*.page-template-contact-php {
#container .wrapper {
	max-width: 900px;
}*/
#container .contact-info {
  background: #fff;
  padding: 20px;
  background-color: #fff;
  width: 500px;
  position: absolute;
  z-index: 2;
  margin: 60px 0;
  left: 20%; }
  #container .contact-info .wpcf7 {
    /*display: none;*/ }
    #container .contact-info .wpcf7 p {
      margin: 0 0 10px !important; }
    #container .contact-info .wpcf7 h3 {
      font-weight: normal; }
  #container .contact-info h3 {
    font-weight: bold;
    padding: 5px 0; }
  #container .contact-info .button-wrap {
    position: relative; }
  #container .contact-info .display-button {
    background: url("../../../../gfx/contact-hide.png") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer; }
  #container .contact-info .hide-contact {
    background: url("../../../../gfx/contact-show.png") no-repeat; }
  #container .contact-info a {
    font-weight: bold;
    text-decoration: none;
    color: #747474; }

div#wpgmza_map {
  top: 0;
  left: 0;
  right: 0; }

.bottom-logos {
  padding-top: 0;
  margin-top: 0; }

/*}*/
/*contact form*/
#footer .newsletter::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A9A9A9;
  font-weight: normal; }

#footer .newsletter:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A9A9A9;
  opacity: 1;
  font-weight: normal; }

#footer .newsletter::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A9A9A9;
  opacity: 1;
  font-weight: normal; }

#footer .newsletter:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #A9A9A9;
  font-weight: normal; }

#colorbox form.wpcf7-form {
  padding: 5px 20px;
  /*max-width: 575px;*/ }

.wpcf7 span.wpcf7-form-control-wrap {
  line-height: 1.5em; }
.wpcf7 input {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 7px;
  width: 100%; }
.wpcf7 textarea {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 5px 7px; }
.wpcf7 select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px 7px; }

input.wpcf7-form-control.wpcf7-submit {
  background: #121441;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 10px 25px;
  min-width: 120px;
  max-width: 150px; }

input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: .8; }

span.wpcf7-not-valid-tip {
  position: relative;
  padding: 4px;
  color: #303030;
  border: 4px solid #fcb040;
  margin: 5px 0;
  border-radius: 4px;
  background-color: #fffbdb;
  width: 92%; }

/*wordpress galleries*/
.main-wrapper #container .gallery-item img {
  max-width: 100%;
  height: auto;
  border: 0 !Important; }

/*videos*/
.videoWrapper {
  position: relative;
  /*padding-bottom: 26.25%;*/
  /* 16:9 */
  padding-top: 25px;
  /*height: 0;*/
  text-align: center; }

.videoWrapper iframe {
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*width: 100%;*/
  max-width: 100%;
  /*height: 100%;*/ }

video {
  width: 100%  !important;
  height: auto   !important; }

/*products*/
ul.products h3 {
  color: #747474; }
ul.products li a.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

@media (min-width: 1200px) {
  .single-product .inside-header {
    min-height: 500px; } }
.inside-header.right-title h1 {
  background-color: rgba(26, 20, 118, 0.72);
  line-height: 1.5em;
  color: #fff;
  font-size: 50px;
  text-align: right; }

.single-product .inside-header {
  text-align: right; }
  .single-product .inside-header h1 {
    background-color: rgba(26, 20, 118, 0.72);
    line-height: 1.5em;
    color: #fff;
    font-size: 50px;
    text-align: right; }

/*ridgeback*/
.single-product.postid-131 #container {
  background: url("../../../../gfx/ridgeback-watermark.jpg") no-repeat center center/cover; }

/*maxbolt*/
.single-product.postid-118 #container {
  background: url("../../../../gfx/maxbolt-watermark.jpg") no-repeat center center/cover; }

/*spc4*/
.single-product.postid-125 #container {
  background: url("../../../../gfx/spc4-watermark.jpg") no-repeat center center/cover; }

/*pitbull liner*/
.single-product.postid-136 #container {
  background: url("../../../../gfx/pitbull-watermark.jpg") no-repeat center center/cover; }

/*ball lock*/
.single-product.postid-144 #container {
  background: url("../../../../gfx/ball-lock-watermark.jpg") no-repeat center center/cover; }

/*vf*/
.single-product.postid-146 #container {
  background: url("../../../../gfx/vf-2-piece-watermark.jpg") no-repeat center center/cover; }

/*standard*/
.single-product.postid-149 #container {
  background: url("../../../../gfx/standard-and-custom-watermark.jpg") no-repeat center center/cover; }

.woocommerce.single-product .main-wrapper #container .product div.images img {
  max-width: 100%;
  width: auto;
  height: auto; }
.woocommerce.single-product .main-wrapper #container .product p.price {
  color: #585858; }
.woocommerce.single-product .main-wrapper #container .product .cart button.button {
  background: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs .comment-form-rating a {
  color: #000000; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li {
  background: #ffffff; }
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li a {
    color: #000000; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li.active {
  background: #585858; }
  .woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff; }
.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs .entry-content {
  padding: 0 10px; }

.woocommerce #container .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #585858; }
  .woocommerce #container .woocommerce-message a.button,
  .woocommerce .woocommerce-info a.button {
    background: #585858;
    color: #ffffff; }

.woocommerce .woocommerce-message {
  border-top-color: #585858; }

.woocommerce #container .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #585858; }

/*blog*/
#blog > .wrapper {
  text-align: center;
  padding: 60px 30px; }
  #blog > .wrapper h3, #blog > .wrapper h1, #blog > .wrapper h2, #blog > .wrapper p {
    margin: 0;
    padding: 0; }

.blog-wrapper > div:nth-child(odd) {
  background-color: #f6f6f6; }

.blog-footer {
  text-align: center;
  padding: 60px 30px;
  display:flex;
flex-flow:row nowrap; }

#blog .blog-container {
  text-align: center; }
  #blog .blog-container a {
    font-weight: 600;
    text-decoration: underline; }
  #blog .blog-container h3, #blog .blog-container h4 {
    padding: 10px 0; }
  #blog .blog-container p {
    text-align: left;
    line-height: 2.1em; }
  #blog .blog-container h3.blog-title {
    padding-bottom: 20px; }

#blog a.button {
  display: inline-block;
  min-width: 120px;
  color: #fff;
  padding: 15px 25px;
  background-color: #000e9d;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box  !important;
  -moz-box-sizing: content-box  !important; }

/*search*/
form#searchform input#searchsubmit {
  background: #585858;
  border: 0;
  padding: 5px;
  color: #ffffff; }

.bottom-logos {
  clear: both;
  background-color: #E5E5E5;
  text-align: center;
  margin-top: 0; }
  .bottom-logos .table {
    /*-webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;*/
    table-layout: fixed; }
  .bottom-logos .widget_sp_image h3 {
    display: none; }
  .bottom-logos .col {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-grow: 1; }

#footer {
  clear: both;
  /*padding: 0 0 40px;*/ }
  #footer .footer {
    margin: auto; }
    #footer .footer h3 {
      font-size: 18px; }
    #footer .footer .col {
      vertical-align: top;
      padding-top: 2%; }
    #footer .footer .contact p {
      font-size: 16px; }
    #footer .footer .contact a {
      color: #585858; }
    #footer .footer .col:first-child {
      padding-top: 0; }
  #footer ul {
    padding: 0; }
  #footer li {
    display: block; }
  #footer a {
    text-decoration: none;
    padding: 5px 0; }
  #footer .sub-menu {
    display: none; }
  #footer .social-footer li {
    display: inline-block; }
    #footer .social-footer li a {
      color: transparent;
      width: 43px;
      height: 42px;
      display: block; }
  #footer .social-footer .facebook a {
    background: url("../../../../gfx/facebook.png") no-repeat; }
  #footer .social-footer .linkedin a {
    background: url("../../../../gfx/linkedin.png") no-repeat; }
  #footer .social-footer .twitter a {
    background: url("../../../../gfx/twitter-icon.png") no-repeat; }
  #footer .social-footer .vimeo a {
    background: url("../../../../gfx/vimeo.gif") no-repeat; }
  #footer .social-footer .youtube a {
    background: url("../../../../gfx/youtube.gif") no-repeat; }
  #footer .copyright {
    background: #121441;
    padding: 10px 0;
    color: #ffffff; }
    #footer .copyright .wrapper {
      padding: 0 10px; }
    #footer .copyright a {
      color: #ffffff; }
  #footer .footer {
    padding: 20px 0px 40px 0px; }
  #footer .fixed-phone {
    display: none; }
  #footer form p {
    position: relative; }
  #footer form input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 77px;
    min-width: 0;
    padding: 0;
    height: 36px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #000e9d; }
  #footer .newsletter input {
    background: url("../../../../gfx/newsletter.gif") no-repeat;
    background-size: 100% 100%;
    border-radius: 9px; }
  #footer .newsletter input:-moz-placeholder {
    color: #A9A9A9; }
  #footer .newsletter input::-moz-placeholder {
    color: #A9A9A9; }
  #footer .newsletter input:-ms-input-placeholder {
    color: #A9A9A9; }
  #footer .newsletter input::-webkit-input-placeholder {
    color: #A9A9A9; }

.page-id-190 .bottom-logos {
  margin-top: 0; }

@media (max-width: 920px) {
  #header {
    position: relative; }

  .main-menu ul li.menu-item-has-children:after {
    display: none; }

  .main-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 3; }
    .main-menu > ul {
      display: block !important;
      /*> li.menu-item-has-children > a {
      	background: url("../../../../gfx/down.gif")no-repeat;		
      	background-position: right;				
      }
      li.menu-item-has-children a.open{
      	background: url("../../../../gfx/up.gif")no-repeat;	
      	background-position: right;
      }*/ }
      .main-menu > ul li {
        display: block;
        text-align: left; }
        .main-menu > ul li > a {
          border-bottom: 1px solid #d3d3d3;
          padding: 20px 10px;
          display: block; }
      .main-menu > ul > li:hover > a {
        background: #121441 !important;
        color: #fff; }
      .main-menu > ul li:last-child a {
        padding-left: 10px; }
      .main-menu > ul li.menu-item-has-children,
      .main-menu > ul .main-menu ul li.menu-item-has-children.open {
        /*&background: none;*/
        background-position: 99% 35px !important; }
      .main-menu > ul li:last-child {
        border-bottom: 0; }
      .main-menu > ul li:hover ul.sub-menu {
        display: none; }
      .main-menu > ul ul.sub-menu {
        display: none;
        left: 0;
        opacity: 1;
        position: relative;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        background: transparent; }
        .main-menu > ul ul.sub-menu li a {
          padding: 20px 30px;
          border: none; }

  #header .col.logo {
    padding-left: 15px; }

  #header.sticky {
    border: none; }

  #header.sticky .logo.col {
    width: auto; }

  .col.click {
    text-align: right;
    padding-right: 20px; }

  a.clicker {
    /*position: absolute;
    top: 10px;
    right: 10px;*/
    cursor: pointer; }

  /*contact map and info*/
  /*.page-template-contact-php {*/
  #container .contact-info {
    position: relative;
    width: auto;
    left: auto;
    margin: 10px 0; }
    #container .contact-info .wpcf7 {
      display: block; }
    #container .contact-info .display-button {
      background: url("../../../../gfx/contact-hide.png") no-repeat; }
    #container .contact-info .hide-contact {
      background: url("../../../../gfx/contact-show.png") no-repeat; }

  div#wpgmza_map {
    height: 300px !important; }

  /*}*/
  .front-products h3.widget-title {
    font-size: 14px;
    padding: 5px; }

  .front-products h3.widget-title:after {
    right: 5px; }

  .front-products .front-products-sm span.tile-tag {
    font-size: 17px; } }
@media (max-width: 768px) {
  .woocommerce ul.products li.product .onsale {
    right: 10px; }

  .woocommerce #container #content div.images {
    float: left;
    width: 48%; }

  .woocommerce #container #content div.summary {
    float: right;
    width: 48%; }

  table.shop_table.customer_details td {
    width: auto; }

  #footer .logo {
    display: none; }

  /*#footer .footer {
  	padding: 20px 20px 40px 20px;
  }*/
  #header.sticky {
    position: relative; }

  /*map scroll*/
  .mapplic-container {
    overflow-x: scroll; }

  .front-products h3.widget-title {
    font-size: 16px;
    padding: 10px; }

  .front-products h3.widget-title:after {
    right: 10px; } }
@media (min-width: 921px) {
  .main-menu {
    display: table-cell !important;
    width: 90%; }

  .col.click {
    display: none; }

  #header .logo.col {
    width: 10%; } }
@media (max-width: 700px) {
  #container {
    padding: 0 3px; }

  .two-col .col,
  .two-col .main-content.col {
    display: block;
    width: auto;
    padding: 0; }

  .woocommerce #container #content div.summary,
  .woocommerce #container #content div.images {
    float: none;
    width: auto; }

  .callout h3 {
    font-size: 18px; }

  .callout h1 {
    font-size: 24px; }

  .callout .links {
    padding: 20px 0 0; }

  .home .callout a {
    display: block;
    padding: 5px;
    min-width: 120px;
    margin: 0px auto 5px; }

  .callout a {
    display: block;
    margin: 0 auto 10px;
    max-width: 150px;
    padding: 5px;
    min-width: 120px; }

  .callout {
    min-height: 295px; }

  .page-template-contact-php .contact-info .display-button,
  .page-template-contact-php .contact-info .hide-contact {
    background-size: 75%;
    background-position: right; }

  .top-header {
    display: none; }

  #footer .fixed-phone {
    position: fixed;
    z-index: 30000;
    bottom: 0px;
    display: block;
    width: 100%;
    background-color: rgba(0, 15, 172, 0.9);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none; }
    #footer .fixed-phone a {
      color: #fff;
      padding: 0; }

  #footer .copyright {
    margin-bottom: 51px; }

  .main-wrapper #container .mapplic-container {
    height: 100% !Important; }

  #container .interactive-map .mapplic-element {
    height: 753px !important; }

  /*#container .publications .csColumn {
  h3, h6 , p, h1  {
  	text-align: center !important;
  }
  }*/
  a img.alignleft,
  a img.alignright,
  img.alignright,
  img.alignleft {
    float: none;
    margin: 10px auto; } }
@media (max-width: 600px) {
  .bottom-logos {
    display: none; }

  /*a.mapplic-pin.circular:after {
  	width: 15px;
  	height: 15px;
  }*/ }
@media (max-width: 480px) {
  #container .gallery-columns-4 .gallery-item {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top; }

  .callout {
    min-height: 320px; }

  .front-products .front-products-sm .col-xs-6 {
    width: auto;
    float: none; }

  .front-products .front-products-sm span.tile-tag {
    font-size: 23px; } }
@media (max-width: 400px) {
  .woocommerce form.woocommerce-ordering {
    clear: both;
    display: block;
    float: none; } }

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