/** Shopify CDN: Minification failed

Line 604:6 "paddin-bottom" is not a known CSS property
Line 1473:3 Unexpected "zoom"
Line 1542:3 Unexpected "zoom"

**/
/*!
 * Layout v0.2
*/
/* Table of Contents
==================================================
/*
/*  SECTION 1
/*    1.1 - Default
/*    1.2 - Variables
/*    1.3 - Font Styles
/*
/*  SECTION 2
/*    2.1 - Site/Home Styles
/*
/*  SECTION 3
/*    3.1 - BX Slider Plugin
/*    3.2 - Magnific Popups Plugin
/*    3.3 - Nivo Slider CSS
/*    3.4 - Specialized Modal Window
/*    3.5 - Mapplic
/*
/*  SECTION 4
/*    4.1 - Media Query - Smaller Than Large Screens
/*    4.2 - Media Query - Standard 960 to Large Screen
/*    4.3 - Media Query - Tablet on Downwards
/*    4.4 - Media Query - Tablet Portrait size to standard 960 (devices and browsers)
/*    4.5 - Media Query - All Mobile Sizes (devices and browser)
/*    4.6 - Media Query - Mobile Landscape Size to Tablet Portrait (devices and browsers)
/*    4.7 - Media Query - Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
/*
/*  SECTION 5
/*    5.1 - Web Fonts
/*


/* =================== */
/*      SECTION 1      */
/* =================== */
/*    1.1 - Default
================================================== */
/* #Default Styles
================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto");
.left, .alignleft {
  float: left; }

.alignleft {
  margin: 0 20px 20px 0; }

.right, .alignright {
  float: right; }

.alignright {
  margin: 0 0 20px 20px; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.quarter {
  width: 25%; }

.third {
  width: 33.3333%; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

.inline-block {
  display: inline-block;
  vertical-align: middle; }

.table {
  display: table; }

.tr {
  display: table-row; }

.td {
  display: table-cell;
  vertical-align: middle; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.hide {
  display: none; }

.captionjs.hide {
  display: block !important; }

img {
  max-width: 100%; }

.mobile-hide, .tablet-hide {
  display: block !important; }

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-hide {
    display: none !important; }

  .tablet-show {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important; }

  .mobile-show {
    display: block !important; } }
/*    1.2 - Variables
================================================== */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX SHADOW */
/* OPACITY */
/* TRANSITION */
/* KEYFRAMES */
/* ANIMATION */
/* BUTTON */
.button {
  background: white;
  color: black;
  position: relative;
  overflow: hidden; }
  .button:hover {
    background-color: black;
    color: white; }

/*    1.3 - Font Styles
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px; }

h1 {
  margin-bottom: 5px; }

h5 {
  font-size: 18px;
  font-weight: bold; }

p, p a {
  font-size: 14px;
  line-height: 20px; }

a {
  text-decoration: none;
  -webkit-transition: all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  -ms-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }
  a:hover {
    text-decoration: none; }

p b, p strong, b, strong {
  font-weight: 700; }

p i, p em, i, em {
  font-style: italic; }

img {
  display: block; }

label {
  font-weight: normal; }

/* =================== */
/*      SECTION 2      */
/* =================== */
body {
  background: white;
  color: black;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

img {
  max-width: 100%; }

.btn, section#product-details a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #f17300;
  background: #f17300;
  color: white;
  white-space: nowrap;
  padding: 10px 17px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0; }
  .btn:hover, section#product-details a:hover {
    background: #00338e;
    color: white; }

.lg {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 25px 0; }

a:hover {
  color: #f17300; }

h3 {
  color: #f17300;
  font-weight: 600; }

#content .about-content {
  margin-top: 60px; }
  #content .about-content h4 {
    text-align: left;
    font-size: 24px !important;
    font-weight: 600;
    text-transform: none; }

aside.about-sidebar {
  margin-top: 60px; }
  aside.about-sidebar h3 {
    margin-bottom: 25px; }

.container-bg-white {
  width: 100%;
  position: relative;
  background: white;
  margin: 0 auto;
  display: inline-block !important;
  text-align: left;
  z-index: 9999; }

.blue-bar-container {
  width: 100%;
  position: relative;
  display: inline-block !important;
  background: #00338e;
  height: auto; }

.grey-bar-container {
  width: 100%;
  position: relative;
  display: inline-block !important;
  background: #363636;
  height: auto;
  padding: 5px 0;
  text-transform: uppercase !important;
  font-size: 12px !important;
  text-align: right !important; }

.random-hp-image, .random-sub-image, .bxslider-header > div {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position: 50%;
  position: relative; }

.random-hp-image {
  height: 100vh; }

.random-sub-image {
  height: 100%;
  left: 0;
  top: 0; }

.slider-wrap {
  width: 100%;
  background-color: white;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .slider-wrap .hp-nav-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25px;
    z-index: 500; }

/* NAVIGATION STYLES */
.h1.site-header__logo {
  margin: 0; }

.nav-bg {
  padding: 5px 0;
  /* PRIMARY NAVIGATION */ }
  .nav-bg nav ul {
    font-size: 14px; }
  .nav-bg nav.top-links ul {
    /* TOP NAVIGATION */
    width: 100%;
    float: left;
    text-align: right;
    margin: 0; }
    .nav-bg nav.top-links ul li {
      display: inline-block;
      padding-left: 20px;
      margin-bottom: 0;
      word-wrap: break-word; }
      .nav-bg nav.top-links ul li.search {
        background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-header-magnify.png?v=26991524902116876791583774782) no-repeat left 5px;
        position: relative; }
      .nav-bg nav.top-links ul li a {
        color: #adadad; }
        .nav-bg nav.top-links ul li a:hover, .nav-bg nav.top-links ul li a.highlight {
          color: #f17300; }
  .nav-bg input.searchform {
    display: none;
    position: absolute;
    left: 0; }
  .nav-bg li.search.search-visible .searchform {
    display: block;
    z-index: 5000;
    left: 16px;
    top: -3px; }
  .nav-bg nav.primary-nav ul {
    float: right;
    text-align: right;
    margin-top: 15px; }
    .nav-bg nav.primary-nav ul li {
      display: inline-block;
      padding-left: 25px; }
      .nav-bg nav.primary-nav ul li a {
        color: #363636;
        font-size: 16px;
        text-transform: uppercase; }
        .nav-bg nav.primary-nav ul li a:hover {
          color: #00338e; }
    .nav-bg nav.primary-nav ul li.light a {
      color: #adadad; }
      .nav-bg nav.primary-nav ul li.light a:hover {
        color: #f17300; }

.product-row .quarter {
  float: left;
  width: 22%;
  margin: 0 0 0 3%; }
  .product-row .quarter.first {
    margin-left: 0; }

.third {
  float: left;
  width: 33.33333%;
  padding: 0 25px; }

.half {
  width: 50%;
  float: left; }

table .quarter {
  padding: 0; }
  table .quarter a, table .quarter a.btn, table .quarter section#product-details a, section#product-details table .quarter a {
    clear: both; }

#search-bar {
  text-align: center;
  padding: 15px 0;
  float: right; }

.input-group.search-bar button.btn {
  background: #363636;
  border: 1px solid #363636; }

.input-group.search-bar input[type="search"] {
  background: #fff;
  border: 1px solid #363636; }

.navbar {
  margin-bottom: 0;
  border: none; }

.navbar li {
  -webkit-transition: all, 0.5s, ease-in-out;
  -khtml-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out; }

/* HAMBURGER MMMM */
.navbar-toggle {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0; }
  .navbar-toggle .icon-bar {
    border-radius: 1px;
    background-color: #f17300; }

/* END OF NAVIGATION STYLES */
.container {
  max-width: 100%; }

.hp-nav-wrap h1 {
  color: black;
  text-align: center;
  font-weight: 300;
  margin-top: 200px;
  font-size: 50px;
  text-transform: none;
  line-height: 66px; }
  .hp-nav-wrap h1 span {
    color: #00338e;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase; }
    .hp-nav-wrap h1 span mark {
      font-weight: 600;
      color: #00338e;
      background: transparent;
      text-transform: uppercase; }

@keyframes bounce {
  0%, 7%, 15%, 100% {
    transform: translateY(0); }

  11% {
    transform: translateY(-15px); }

  13% {
    transform: translateY(10px); }

  14% {
    transform: translateY(-5px); } }

.hp-btn-wrap.full.left {
  margin: 300px 0 45px 0;
  margin: 0;
  position: absolute;
  bottom: 70px; }
  .hp-btn-wrap.full.left .btn, .hp-btn-wrap.full.left section#product-details a, section#product-details .hp-btn-wrap.full.left a, .hp-btn-wrap.full.left .anchor-down, .hp-btn-wrap.full.left button {
    border: 1px solid #f17300;
    color: #f17300;
    background: white;
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 15px 25px;
    border-radius: 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 0 12.5px;
    vertical-align: bottom;
    min-width: 300px; }
    .hp-btn-wrap.full.left .btn:hover, .hp-btn-wrap.full.left section#product-details a:hover, section#product-details .hp-btn-wrap.full.left a:hover, .hp-btn-wrap.full.left .anchor-down:hover, .hp-btn-wrap.full.left button:hover {
      color: white;
      background: #f17300; }
  .hp-btn-wrap.full.left .anchor-down {
    background: transparent;
    min-width: auto; }
    .hp-btn-wrap.full.left .anchor-down img {
      animation: bounce 10s infinite; }
    .hp-btn-wrap.full.left .anchor-down:hover {
      background: white;
      background: rgba(255, 255, 255, 0.85); }

hr.black {
  margin: 0 auto;
  display: block;
  max-width: 75%;
  background: #1a1a1a; }

/* LATEST NEWS TICKER */
section#latest-news, #breadcrumb {
  color: white;
  position: relative;
  display: block;
  font-size: 18px; }
  section#latest-news h4, #breadcrumb h4 {
    color: #fff;
    padding: 0;
    line-height: 75px;
    text-align: center;
    margin: 0 auto; }
  section#latest-news p, section#latest-news span, #breadcrumb p, #breadcrumb span {
    display: inline-block;
    font-weight: 400;
    color: #ffff;
    line-height: 28px; }
  section#latest-news a, #breadcrumb a {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    display: inline-block; }
    section#latest-news a:hover, #breadcrumb a:hover {
      color: #f17300; }

section#latest-news span {
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }

#breadcrumb .container {
  max-width: 100%; }

/* STORY SECTION */
a .featured-article-wrap {
  height: 200px;
  margin: 10px 0;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  color: black; }
  a .featured-article-wrap img {
    position: absolute;
    min-width: 95%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    -webkit-transition: all,.5s,ease-in-out;
    -khtml-transition: all,.5s,ease-in-out;
    -moz-transition: all,.5s,ease-in-out;
    -ms-transition: all,.5s,ease-in-out;
    -o-transition: all,.5s,ease-in-out;
    transition: all,.5s,ease-in-out; }
  a .featured-article-wrap figcaption {
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.76);
    color: white;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all,.5s,ease-in-out;
    -khtml-transition: all,.5s,ease-in-out;
    -moz-transition: all,.5s,ease-in-out;
    -ms-transition: all,.5s,ease-in-out;
    -o-transition: all,.5s,ease-in-out;
    transition: all,.5s,ease-in-out; }
  a .featured-article-wrap:hover img {
    opacity: 0.75; }
  a .featured-article-wrap:hover figcaption {
    background: #f17300;
    color: black;
    padding: 25px; }

/*FEATURED ARTICLE WRAP */
section#our-story, section#press, section#aviation, section#content, section#products {
  padding: 40px 0;
  /*VALIDATOR WRAP */ }
  section#our-story h2, section#our-story h1, section#press h2, section#press h1, section#aviation h2, section#aviation h1, section#content h2, section#content h1, section#products h2, section#products h1 {
    text-align: left;
    font-size: 48px;
    font-weight: 300;
    line-height: 55px; }
  section#our-story span.story, section#press span.story, section#aviation span.story, section#content span.story, section#products span.story {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: auto;
    float: left;
    width: 100%;
    text-align: center; }
  section#our-story .validator-wrap, section#press .validator-wrap, section#aviation .validator-wrap, section#content .validator-wrap, section#products .validator-wrap {
    text-align: left;
    margin-top: 95px; }
    section#our-story .validator-wrap p, section#press .validator-wrap p, section#aviation .validator-wrap p, section#content .validator-wrap p, section#products .validator-wrap p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 0;
      padding: 0 10px 0 0; }
    section#our-story .validator-wrap h3, section#press .validator-wrap h3, section#aviation .validator-wrap h3, section#content .validator-wrap h3, section#products .validator-wrap h3 {
      color: #2c2c2c;
      text-transform: uppercase;
      font-size: 24px; }
    section#our-story .validator-wrap a.who-links, section#press .validator-wrap a.who-links, section#aviation .validator-wrap a.who-links, section#content .validator-wrap a.who-links, section#products .validator-wrap a.who-links {
      font-size: 18px;
      color: #00338e;
      border-bottom: 1px solid black;
      paddin-bottom: 10px;
      margin-top: 15px; }
      section#our-story .validator-wrap a.who-links:hover, section#press .validator-wrap a.who-links:hover, section#aviation .validator-wrap a.who-links:hover, section#content .validator-wrap a.who-links:hover, section#products .validator-wrap a.who-links:hover {
        color: #f17300;
        border-bottom: 1px solid #f17300; }
    section#our-story .validator-wrap .press-single-wrap h3, section#press .validator-wrap .press-single-wrap h3, section#aviation .validator-wrap .press-single-wrap h3, section#content .validator-wrap .press-single-wrap h3, section#products .validator-wrap .press-single-wrap h3 {
      margin-top: 10px; }

section#aviation h1 {
  margin-bottom: 0; }

section#clients {
  text-align: center;
  padding: 40px 0;
  display: block; }
  section#clients img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px; }

a.text-link {
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  margin-top: 10px; }
  a.text-link:hover, a.text-link.lt:hover {
    color: #f17300; }
  a.text-link.lt {
    color: #adadad;
    font-weight: 600; }

#content a {
  color: #00038e; }
  #content a:hover {
    color: #f17300; }
#content article {
  text-align: left; }
  #content article ul {
    margin-top: 0;
    padding-bottom: 25px; }
#content p, #content p a, #content ul, #content li, #content li a {
  font-size: 16px;
  line-height: 24px; }
#content ul {
  padding-left: 20px; }
#content p {
  padding-bottom: 25px;
  margin-bottom: 0; }
#content span.story {
  margin-bottom: 20px; }
#content aside .aside-extra-info {
  text-align: left; }
  #content aside .aside-extra-info h3 {
    margin-bottom: 15px; }
  #content aside .aside-extra-info p {
    padding: 0 0 10px 0;
    margin: 0; }
  #content aside .aside-extra-info a {
    white-space: normal;
    text-decoration: underline; }
  #content aside .aside-extra-info ul {
    margin: 10px 0; }
    #content aside .aside-extra-info ul li {
      margin-bottom: 5px;
      margin-left: 0;
      padding-left: 0; }
      #content aside .aside-extra-info ul li:last-child {
        margin-bottom: 0; }

#content article .mapplic-list-category a {
  color: white; }

.fluidvids {
  padding-top: 0 !important; }

/* FOOTER */
.footer-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  height: 100%; }

.footer-bg {
  position: relative;
  padding-top: 20px; }
  .footer-bg .footer-links-wrap {
    padding: 5px 25px 5px 25px;
    color: white;
    position: relative;
    text-align: left !important; }
    .footer-bg .footer-links-wrap h5 {
      font-size: 16px;
      margin-bottom: 5px;
      width: 100%;
      float: left;
      text-align: left;
      text-transform: uppercase; }
      .footer-bg .footer-links-wrap h5 :last-child {
        margin-top: 20px; }
    .footer-bg .footer-links-wrap ul {
      padding-left: 0;
      width: 100%;
      float: left;
      margin-left: 0; }
      .footer-bg .footer-links-wrap ul li {
        list-style-type: none;
        width: 100%;
        line-height: 20px; }
        .footer-bg .footer-links-wrap ul li a, .footer-bg .footer-links-wrap ul li a.facebook, .footer-bg .footer-links-wrap ul li a.twitter, .footer-bg .footer-links-wrap ul li a.linkedin {
          color: white;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          float: left; }
          .footer-bg .footer-links-wrap ul li a:hover, .footer-bg .footer-links-wrap ul li a.facebook:hover, .footer-bg .footer-links-wrap ul li a.twitter:hover, .footer-bg .footer-links-wrap ul li a.linkedin:hover {
            color: #f17300; }
        .footer-bg .footer-links-wrap ul li a.facebook, .footer-bg .footer-links-wrap ul li a.twitter, .footer-bg .footer-links-wrap ul li a.linkedin {
          clear: none !important;
          float: left;
          display: block; }
    .footer-bg .footer-links-wrap p.address {
      color: white;
      line-height: 21px; }
      .footer-bg .footer-links-wrap p.address a {
        color: #fff; }

footer p.waybottom {
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  color: white;
  font-weight: 400;
  margin-top: 10px; }
footer p.copyright {
  font-size: 10px;
  color: white;
  padding: 10px 10px 0 0; }
  footer p.copyright a {
    color: white;
    font-size: 12px; }
    footer p.copyright a:hover {
      color: #f17300; }
footer img {
  display: inline-block;
  vertical-align: middle; }

.classifications {
  padding: 25px 0 0; }
  .classifications img {
    margin: 0 0 0 25px;
    display: inline-block; }
    .classifications img:first-child {
      margin-left: 0; }

div#newsletter-popup {
  width: 80%;
  padding: 25px;
  text-align: center;
  background-color: white;
  margin: 0 10%; }

/* INTERIOR PAGE STYLES */
.interior-header-bg {
  position: relative; }
  .interior-header-bg .container {
    max-width: 100%; }

#breadcrumb p {
  text-decoration: none;
  color: #fff;
  margin: 0;
  text-align: center;
  float: left;
  font-weight: 400;
  padding: 10px;
  width: auto;
  font-size: 18px; }
  #breadcrumb p a {
    color: white;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 18px; }
  #breadcrumb p .current {
    color: #00338e; }

#content, article {
  text-align: left; }
  #content .intro-text, article .intro-text {
    padding: 15px 0; }
  #content .blog-pagination, article .blog-pagination {
    border-top: 1px solid #c0c0c0;
    padding: 15px 0;
    margin-top: 20px; }
  #content .press-single-wrap a, article .press-single-wrap a {
    color: #fff; }
    #content .press-single-wrap a:hover, article .press-single-wrap a:hover {
      color: #fff; }
  #content .press-single-wrap h3, article .press-single-wrap h3 {
    color: #3d3d3d;
    clear: both;
    font-size: 18px;
    line-height: 25px; }
    #content .press-single-wrap h3 a, article .press-single-wrap h3 a {
      color: #3d3d3d; }
      #content .press-single-wrap h3 a:hover, article .press-single-wrap h3 a:hover {
        color: #f17300; }
  #content .press-single-wrap p, article .press-single-wrap p {
    margin-top: 5px;
    color: #3d3d3d;
    font-weight: 500; }

#content aside article h3 a {
  color: white; }
  #content aside article h3 a:hover {
    color: #f17300; }

a.twitter-bog {
  font-size: 24px;
  font-weight: 600;
  color: #f17300;
  padding-left: 45px;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-twitter-footer.jpg?v=114921630837522482791583774786) no-repeat top left;
  padding-bottom: 10px;
  float: left; }
  a.twitter-bog:hover {
    color: #00338e;
    opacity: .7; }

/* TWITTER FEED */
.twitter-wrap {
  margin-top: 20px;
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  padding: 15px 25px; }
  .twitter-wrap p.e-entry-title {
    font-size: 16px; }
  .twitter-wrap li.h-entry.tweet.customisable-border {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    border: none; }
  .twitter-wrap .timeline {
    max-width: 100% !important;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 0 !important; }
  .twitter-wrap .customisable-border {
    border: none !important; }
  .twitter-wrap .timeline-header, .twitter-wrap .timeline-footer {
    display: none; }
  .twitter-wrap span.full-name {
    display: none !important; }
  .twitter-wrap span.p-nickname {
    display: none; }
  .twitter-wrap .retweet-credit {
    display: none; }
  .twitter-wrap img.autosized-media {
    display: none; }
  .twitter-wrap li.h-entry.tweet.customisable-border {
    background-color: #e4e1e1 !important;
    margin-bottom: 20px !important; }

/*AVIATION PAGE STYLES */
.threecoltxt {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  text-align: left;
  margin-top: 65px; }
  .threecoltxt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }
    .threecoltxt p i a {
      color: black;
      text-decoration: underline;
      font-size: 16px;
      line-height: 24px; }

.spec-area-wrap {
  margin-top: 100px; }
  .spec-area-wrap img.logolist {
    margin: 0 auto 75px; }
    .spec-area-wrap img.logolist:last-child {
      margin-bottom: 0; }
  .spec-area-wrap h3 {
    margin-bottom: 25px; }
  .spec-area-wrap a.btn, .spec-area-wrap section#product-details a, section#product-details .spec-area-wrap a {
    margin-bottom: 15px; }

.container-bg-gray {
  width: 100%;
  max-width: 1495px;
  padding: 0;
  position: relative;
  background: #f6f6f6;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  top: -5px; }
  .container-bg-gray section#other-solutions {
    padding: 130px 0 100px 0; }
    .container-bg-gray section#other-solutions h3 {
      text-align: left;
      margin-bottom: 40px; }
    .container-bg-gray section#other-solutions h4 {
      color: black;
      text-align: right;
      padding-right: 25px;
      font-size: 14px;
      margin-bottom: 45px; }

.other-solutions-border {
  padding: 5px;
  width: 100%;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  -webkit-transition: all,.5s,ease-in-out;
  -khtml-transition: all,.5s,ease-in-out;
  -moz-transition: all,.5s,ease-in-out;
  -ms-transition: all,.5s,ease-in-out;
  -o-transition: all,.5s,ease-in-out;
  transition: all,.5s,ease-in-out; }
  .other-solutions-border:hover {
    border: 1px solid #00338e; }
  .other-solutions-border .other-solution-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 190px; }
    .other-solutions-border .other-solution-wrap .yella {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: #f17300;
      opacity: 0;
      -khtml-transition: all,.5s,ease-in-out;
      -moz-transition: all,.5s,ease-in-out;
      -ms-transition: all,.5s,ease-in-out;
      -o-transition: all,.5s,ease-in-out;
      transition: all,.5s,ease-in-out; }
    .other-solutions-border .other-solution-wrap:hover .yella {
      opacity: .3; }

#other-solutions a:hover h4 {
  color: #00338e; }

/* current defense solution */
#other-solutions a.current .other-solutions-border {
  border: 1px solid #00338e; }
  #other-solutions a.current .other-solutions-border .yella {
    opacity: .3; }
  #other-solutions a.current .other-solutions-border h4 {
    color: #00338e; }

section#recent-press {
  padding: 30px 0 30px 0; }
  section#recent-press .press-single-wrap.full.left {
    padding: 25px;
    margin-top: 5px; }
  section#recent-press article .press-single-wrap p {
    margin-top: 0;
    padding: 0; }

.container-bg-white.rp {
  margin-top: -10px; }

#breadcrumb p.tercnav {
  width: 100%;
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  background-color: transparent; }
  #breadcrumb p.tercnav a {
    color: #f6f6f6;
    text-decoration: none;
    text-align: right;
    padding-left: 30px; }
    #breadcrumb p.tercnav a.current {
      color: #00338e; }

.popup-video-wrap.full.left.rel {
  height: 185px;
  margin: 30px 0 60px 0;
  display: inline-block; }
  .popup-video-wrap.full.left.rel img.abs.play {
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px; }

aside a.btn.right, aside section#product-details a.right, section#product-details aside a.right {
  display: block;
  margin-top: 25px;
  clear: both; }

#product-listing h4 {
  font-size: 1em;
  text-transform: uppercase; }
#product-listing ul {
  margin-bottom: 20px;
  padding-bottom: 5px !important;
  padding-left: 0;
  margin-left: 30px; }
  #product-listing ul li {
    list-style-type: disc; }
    #product-listing ul li:nth-child(even) {
      /* background:#f6f6f6; */ }
    #product-listing ul li a {
      display: inline-block;
      font-size: .85em; }
      #product-listing ul li a .phoneonly, #product-listing ul li a .availableonline {
        width: 16px;
        height: 16px;
        margin-left: 5px;
        position: relative;
        display: inline-block;
        -webkit-transition: all,0.5s,ease-in-out;
        -khtml-transition: all,0.5s,ease-in-out;
        -moz-transition: all,0.5s,ease-in-out;
        -ms-transition: all,0.5s,ease-in-out;
        -o-transition: all,0.5s,ease-in-out;
        transition: all,0.5s,ease-in-out;
        background-repeat: no-repeat;
        background-position: center; }
      #product-listing ul li a .phoneonly {
        background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-nostock.jpg?v=21984987001573513311583774784); }
      #product-listing ul li a .availableonline {
        background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-stock.jpg?v=110426421429733174821583774785); }

#accordionContainer .accordion .btn--secondary {
  color: #fff !important; }
#accordionContainer .accordion h3 {
  margin-top: 15px; }
#accordionContainer .accordion > ul {
  margin: 0;
  padding: 0;
  text-align: left; }
  #accordionContainer .accordion > ul > li, #accordionContainer .accordion > ul > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #accordionContainer .accordion > ul > li {
    display: block;
    text-decoration: none; }
    #accordionContainer .accordion > ul > li > h3 {
      color: black;
      font-size: 18px;
      padding: 12px 0 12px 40px;
      margin-bottom: 0;
      background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-carot-toggle-down.png?v=137734811392236151491583774781) no-repeat 15px center #f6f6f6;
      cursor: pointer; }
      #accordionContainer .accordion > ul > li > h3:hover {
        text-decoration: none; }
    #accordionContainer .accordion > ul > li.ui-open h3 {
      background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-carot-toggle-active.png?v=24247311543318120201583774780);
      background-color: #adadad; }
    #accordionContainer .accordion > ul > li > ul {
      background: white;
      padding: 25px;
      display: none; }

/* PRODUCTS SECTION */
#content, #products {
  /* End Product Wrap */ }
  #content .container, #products .container {
    max-width: 100%; }
  #content .uppercase, #content .uppercase2, #products .uppercase, #products .uppercase2 {
    margin: 36px 0;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px; }
    #content .uppercase p, #content .uppercase span, #content .uppercase li, #content .uppercase2 p, #content .uppercase2 span, #content .uppercase2 li, #products .uppercase p, #products .uppercase span, #products .uppercase li, #products .uppercase2 p, #products .uppercase2 span, #products .uppercase2 li {
      font-size: 25px; }
  #content .uppercase2, #products .uppercase2 {
    text-transform: none; }
  #content .sort-wrapper, #products .sort-wrapper {
    background-color: #f6f6f6;
    padding: 10px 0;
    display: block; }
  #content .product-wrap, #products .product-wrap {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    /* End Image Product Wrap */ }
    #content .product-wrap p, #products .product-wrap p {
      display: none !important; }
    #content .product-wrap .product-img-wrap, #products .product-wrap .product-img-wrap {
      height: 300px;
      width: 100%;
      position: relative;
      display: inline-block;
      cursor: pointer; }
      #content .product-wrap .product-img-wrap .overlay, #products .product-wrap .product-img-wrap .overlay {
        background: white;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -khtml-transition: all,.5s,ease-in-out;
        -moz-transition: all,.5s,ease-in-out;
        -ms-transition: all,.5s,ease-in-out;
        -o-transition: all,.5s,ease-in-out;
        transition: all,.5s,ease-in-out; }
      #content .product-wrap .product-img-wrap .viewproduct, #products .product-wrap .product-img-wrap .viewproduct {
        opacity: 0;
        background: #00338e;
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 18px;
        padding: 7px 25px;
        text-align: left;
        width: 100%;
        -khtml-transition: all,.5s,ease-in-out;
        -moz-transition: all,.5s,ease-in-out;
        -ms-transition: all,.5s,ease-in-out;
        -o-transition: all,.5s,ease-in-out;
        transition: all,.5s,ease-in-out; }
        #content .product-wrap .product-img-wrap .viewproduct span, #products .product-wrap .product-img-wrap .viewproduct span {
          background: #00338e;
          width: auto;
          padding: 0 7px; }
      #content .product-wrap .product-img-wrap figcaption, #products .product-wrap .product-img-wrap figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 9px 25px;
        text-align: left;
        cursor: pointer;
        color: white;
        font-size: 18px;
        cursor: pointer;
        background: black;
        background: rgba(0, 0, 0, 0.76);
        -webkit-transition: all,.5s,ease-in-out;
        -khtml-transition: all,.5s,ease-in-out;
        -moz-transition: all,.5s,ease-in-out;
        -ms-transition: all,.5s,ease-in-out;
        -o-transition: all,.5s,ease-in-out;
        transition: all,.5s,ease-in-out; }
        #content .product-wrap .product-img-wrap figcaption span, #products .product-wrap .product-img-wrap figcaption span {
          font-size: 14px;
          line-height: 14px;
          color: white;
          background: transparent;
          display: none;
          -webkit-transition: all,.5s,ease-in-out;
          -khtml-transition: all,.5s,ease-in-out;
          -moz-transition: all,.5s,ease-in-out;
          -ms-transition: all,.5s,ease-in-out;
          -o-transition: all,.5s,ease-in-out;
          transition: all,.5s,ease-in-out; }
      #content .product-wrap .product-img-wrap:hover .overlay, #products .product-wrap .product-img-wrap:hover .overlay {
        opacity: .54; }
      #content .product-wrap .product-img-wrap:hover .viewproduct, #products .product-wrap .product-img-wrap:hover .viewproduct {
        opacity: 0; }
      #content .product-wrap .product-img-wrap:hover figcaption, #products .product-wrap .product-img-wrap:hover figcaption {
        background: black;
        background: rgba(0, 0, 0, 0.76);
        color: white;
        bottom: 40px; }
        #content .product-wrap .product-img-wrap:hover figcaption span, #products .product-wrap .product-img-wrap:hover figcaption span {
          display: block;
          background: transparent; }
    #content .product-wrap h4, #content .product-wrap h4 a, #products .product-wrap h4, #products .product-wrap h4 a {
      margin: 7px 0 0 0; }
    #content .product-wrap p, #products .product-wrap p {
      font-size: 18px;
      text-align: left;
      padding-left: 25px;
      margin: 10px 0; }

select, select.qty, select.left, input, textarea, input[type="text"], input[type="search"], input[type="email"], button[type="submit"], button.md-close, .template-cart #content a.cartedit {
  text-align: left;
  font-size: 14px;
  color: #0038e !important;
  font-weight: 400;
  padding-right: 5px;
  border-radius: 0;
  -khtml-transition: all,.5s,ease-in-out;
  -moz-transition: all,.5s,ease-in-out;
  -ms-transition: all,.5s,ease-in-out;
  -o-transition: all,.5s,ease-in-out;
  transition: all,.5s,ease-in-out;
  float: left; }

.update-cart {
  margin-right: 10px; }

.cart-producttitle {
  text-align: left;
  text-transform: uppercase;
  color: #0038e;
  float: left;
  font-size: 21px;
  font-weight: bold; }

p.carttext {
  clear: both;
  float: left; }

select, select.qty, select.left {
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-carot-down.png?v=133654848114311041721583774779) no-repeat center right 12px transparent; }
  select:hover, select.qty:hover, select.left:hover {
    background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-carot-down.png?v=133654848114311041721583774779) no-repeat center right 12px transparent; }

input, input[type="text"], input[type="search"], input[type="email"] {
  background: none; }
  input:hover, input[type="text"]:hover, input[type="search"]:hover, input[type="email"]:hover {
    background: none; }

input[type="checkbox"] {
  border-radius: none;
  height: 16px;
  width: 16px;
  border: 1px solid #f17300;
  -webkit-appearance: none;
  float: left;
  background: transparent; }
  input[type="checkbox"]:checked {
    border: 1px solid #00338e;
    background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-checked.png?v=111734716936532249161583774782) no-repeat center center transparent; }

/* Related Product Types */
section#other-product-types {
  padding: 40px 0; }
  section#other-product-types .container {
    max-width: 100%; }

/* PRODUCT SINGLE */
.img-lg-wrap {
  width: 100%;
  position: relative;
  border: 1px solid #00338e;
  display: block; }
  .img-lg-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .img-lg-wrap img {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%; }

.slider-thumbnails {
  width: 100%;
  display: block;
  text-align: center;
  margin: 30px 0; }
  .slider-thumbnails ul {
    margin: 0; }
    .slider-thumbnails ul li {
      list-style: none;
      display: inline-block;
      width: 65px;
      height: 65px;
      margin: 5px;
      position: relative; }
      .slider-thumbnails ul li a {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: 1px solid #f17300;
        padding: 5px;
        text-align: center;
        overflow: hidden; }
        .slider-thumbnails ul li a:before {
          padding-top: 100%; }
        .slider-thumbnails ul li a.current, .slider-thumbnails ul li a:hover {
          border: 1px solid #00338e; }
        .slider-thumbnails ul li a img {
          position: absolute;
          margin: 0 auto;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 90%;
          max-height: 90%; }

#content ul#ProductThumbs {
  padding-left: 0; }

.specs-wrap {
  background-color: #f6f6f6;
  padding: 20px 25px;
  text-align: left; }
  .specs-wrap#CartContainer {
    padding: 0; }
    .specs-wrap#CartContainer h4 {
      margin-top: 0; }
    .specs-wrap#CartContainer span.price, .specs-wrap#CartContainer p {
      float: none; }
    .specs-wrap#CartContainer .ajaxcart__footer, .specs-wrap#CartContainer button.btn, .specs-wrap#CartContainer button[type="submit"] {
      text-align: center;
      border: none; }
  .specs-wrap .product-select-part {
    display: block;
    margin-bottom: 10px; }
  .specs-wrap span.price {
    font-weight: 600;
    font-size: 30px;
    color: #363636;
    width: 100%;
    float: left;
    text-align: left; }
  .specs-wrap h4 {
    text-align: left;
    margin-top: 25px;
    font-weight: 600; }
  .specs-wrap select {
    padding: 7px 12px;
    margin: 10px 15px 0 10px; }
    .specs-wrap select.qty {
      background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-carot-updown.png?v=85963926204046974791583774781) no-repeat center right 5px transparent;
      text-align: left;
      padding: 10px 16px 10px 10px; }
  .specs-wrap p {
    float: left;
    margin-left: 10px;
    padding-top: 3px; }
  .specs-wrap span.left {
    padding-top: 20px; }
  .specs-wrap a.btn.blue, .specs-wrap section#product-details a.blue, section#product-details .specs-wrap a.blue {
    margin-top: 25px;
    background: #00338e;
    color: white;
    border: none; }
    .specs-wrap a.btn.blue:hover, .specs-wrap section#product-details a.blue:hover, section#product-details .specs-wrap a.blue:hover {
      background: #f17300; }
  .specs-wrap .indent-row {
    padding-left: 15px;
    padding-right: 15px; }

.title-row {
  background-color: #000;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 15px; }
  .title-row h5 {
    margin: 0;
    text-align: left;
    text-transform: uppercase; }

#AddToCartForm .js-qty, #AddToCartForm .selector-wrapper, .cart .js-qty, .cart .selector-wrapper {
  width: 100%;
  display: inline-block;
  position: relative; }
#AddToCartForm .js-qty .js-qty__num, #AddToCartForm .ajaxcart__qty .js-qty__num, .cart .js-qty .js-qty__num, .cart .ajaxcart__qty .js-qty__num {
  max-width: 60px;
  padding: 7px 12px; }
#AddToCartForm .js-qty .js-qty__adjust, #AddToCartForm .js-qty .ajaxcart__qty-adjust, #AddToCartForm .ajaxcart__qty .js-qty__adjust, #AddToCartForm .ajaxcart__qty .ajaxcart__qty-adjust, .cart .js-qty .js-qty__adjust, .cart .js-qty .ajaxcart__qty-adjust, .cart .ajaxcart__qty .js-qty__adjust, .cart .ajaxcart__qty .ajaxcart__qty-adjust {
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  right: 10px;
  border: none;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/icon-carot-updown.png?v=85963926204046974791583774781) no-repeat; }
  #AddToCartForm .js-qty .js-qty__adjust.js-qty__adjust--minus, #AddToCartForm .js-qty .js-qty__adjust.ajaxcart__qty--minus, #AddToCartForm .js-qty .ajaxcart__qty-adjust.js-qty__adjust--minus, #AddToCartForm .js-qty .ajaxcart__qty-adjust.ajaxcart__qty--minus, #AddToCartForm .ajaxcart__qty .js-qty__adjust.js-qty__adjust--minus, #AddToCartForm .ajaxcart__qty .js-qty__adjust.ajaxcart__qty--minus, #AddToCartForm .ajaxcart__qty .ajaxcart__qty-adjust.js-qty__adjust--minus, #AddToCartForm .ajaxcart__qty .ajaxcart__qty-adjust.ajaxcart__qty--minus, .cart .js-qty .js-qty__adjust.js-qty__adjust--minus, .cart .js-qty .js-qty__adjust.ajaxcart__qty--minus, .cart .js-qty .ajaxcart__qty-adjust.js-qty__adjust--minus, .cart .js-qty .ajaxcart__qty-adjust.ajaxcart__qty--minus, .cart .ajaxcart__qty .js-qty__adjust.js-qty__adjust--minus, .cart .ajaxcart__qty .js-qty__adjust.ajaxcart__qty--minus, .cart .ajaxcart__qty .ajaxcart__qty-adjust.js-qty__adjust--minus, .cart .ajaxcart__qty .ajaxcart__qty-adjust.ajaxcart__qty--minus {
    bottom: 10px;
    background-position: bottom center; }
  #AddToCartForm .js-qty .js-qty__adjust.js-qty__adjust--plus, #AddToCartForm .js-qty .js-qty__adjust.ajaxcart__qty--plus, #AddToCartForm .js-qty .ajaxcart__qty-adjust.js-qty__adjust--plus, #AddToCartForm .js-qty .ajaxcart__qty-adjust.ajaxcart__qty--plus, #AddToCartForm .ajaxcart__qty .js-qty__adjust.js-qty__adjust--plus, #AddToCartForm .ajaxcart__qty .js-qty__adjust.ajaxcart__qty--plus, #AddToCartForm .ajaxcart__qty .ajaxcart__qty-adjust.js-qty__adjust--plus, #AddToCartForm .ajaxcart__qty .ajaxcart__qty-adjust.ajaxcart__qty--plus, .cart .js-qty .js-qty__adjust.js-qty__adjust--plus, .cart .js-qty .js-qty__adjust.ajaxcart__qty--plus, .cart .js-qty .ajaxcart__qty-adjust.js-qty__adjust--plus, .cart .js-qty .ajaxcart__qty-adjust.ajaxcart__qty--plus, .cart .ajaxcart__qty .js-qty__adjust.js-qty__adjust--plus, .cart .ajaxcart__qty .js-qty__adjust.ajaxcart__qty--plus, .cart .ajaxcart__qty .ajaxcart__qty-adjust.js-qty__adjust--plus, .cart .ajaxcart__qty .ajaxcart__qty-adjust.ajaxcart__qty--plus {
    top: 10px;
    background-position: top center; }
.template-product #AddToCartForm input, .template-product #AddToCartForm select, .template-product .cart input, .template-product .cart select {
  display: block;
  width: 100%; }

button#AddToCart {
  margin-left: 0;
  margin-top: 15px;
  border: none;
  text-align: center; }

input[type="submit"].btn, button.btn, button[type="submit"], button.md-close {
  -khtml-transition: all,.5s,ease-in-out;
  -moz-transition: all,.5s,ease-in-out;
  -ms-transition: all,.5s,ease-in-out;
  -o-transition: all,.5s,ease-in-out;
  transition: all,.5s,ease-in-out;
  background: #f17300;
  color: white;
  font-size: 16px;
  padding: 5px; }
  input[type="submit"].btn:hover, button.btn:hover, button[type="submit"]:hover, button.md-close:hover {
    background: #363636; }

.input-group.search-bar input[type="search"], .input-group.search-bar button.btn {
  display: inline-block;
  vertical-align: middle; }

section#product-details {
  text-align: center;
  padding: 90px 0 70px 0; }
  section#product-details h3 {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 15px; }
  section#product-details p {
    text-align: center; }
  section#product-details a.btn, section#product-details a {
    margin: 0 auto 20px; }
  section#product-details ul {
    margin-left: 0;
    padding-left: 0; }
    section#product-details ul li {
      margin-left: 0;
      padding-left: 0;
      list-style: none;
      margin-bottom: 1em;
      line-height: em(18px); }
  section#product-details a {
    white-space: initial; }

section#products.related .product-wrap {
  width: 100%;
  margin-top: 20px; }

#option_display_total_format {
  display: none; }

/* =================== */
/*      SECTION 3      */
/* =================== */
/*    3.1 - BX Slider Plugin
================================================== */
/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  height: 400px; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/bx_loader.gif?v=48914817761367347031583774745) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #666;
  bottom: 50px;
  position: absolute; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f17300;
  border: 1px solid #f17300;
  text-indent: -9999px;
  display: block;
  min-width: 20px;
  min-height: 20px;
  margin: 0 5px;
  outline: 0;
  border-radius: 15px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: white;
  border: 1px solid #f17300; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/controls.png?v=164227461535228716671583774747) no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/controls.png?v=164227461535228716671583774747) no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/controls.png?v=164227461535228716671583774747) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/controls.png?v=164227461535228716671583774747) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bx-controls-direction {
  display: none; }

a.bx-pager-link {
  display: inline-block !important; }

/*    3.2 - Magnific Popups Plugin
================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10004; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10005; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10006;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: 'Roboto', sans-serif; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  #search-bar {
    margin: 0 10px; }

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  #search-bar {
    margin: 0 10px; }

  .transparent-slider-box {
    margin-left: 30px;
    width: 60% !important; }

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.video-inner {
  background: #EBE8E8;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-bg.mfp-ready {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8; }

.mfp-zoom-out.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.mfp-zoom-out .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.mfp-zoom-out.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

/*    3.3 - Nivo Slider CSS
================================================== */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 100%; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  max-width: none;
  max-height: 100%; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

/*    3.4 - Specialized Modal Window
================================================== */
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(11, 136, 200, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  text-align: center;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  position: relative;
  border-radius: 3px;
  margin: 0 auto; }
  .md-content p, .md-content input, .md-content button, .md-content span, .md-content h5 {
    color: #FFF; }
  .md-content input, .md-content input[type="text"], .md-content input[type="search"], .md-content input[type="email"] {
    background: #FFF;
    color: #e5e5e5; }
    .md-content input:hover, .md-content input[type="text"]:hover, .md-content input[type="search"]:hover, .md-content input[type="email"]:hover {
      background: none;
      color: #f17300; }

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0; }

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em; }

.md-content > div p {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content button {
  display: block;
  margin: 0 auto; }
  .md-content button.md-close {
    background: #FFF;
    color: #000; }

/* Individual modal styles with animations/transitions */
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/*    3.5 - Mapplic

/*
 * Mapplic - Custom Interactive Map Plugin by @sekler
 * Version 3.1
 * http://www.mapplic.com
 */
.mapplic-element a {
  color: #333;
  text-decoration: none !important; }

.mapplic-element input,
.mapplic-element button {
  outline: none; }

.mapplic-element * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mapplic-element {
  background-color: #fff;
  font-size: 0;
  overflow: hidden; }

/* Fullscreen */
:-webkit-full-screen {
  width: 100%;
  height: 100% !important; }

:-webkit-full-screen .mapplic-fullscreen-button {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/fullscreen-exit.png?v=42108509120242693091583774761); }

/* Preloader */
.mapplic-element.mapplic-loading {
  background: #f4f4f4 url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/loader.gif?v=126990198986231130251583774796) no-repeat center; }

.mapplic-element.mapplic-error {
  background: #f4f4f4 url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/error-icon.png?v=105003409053677254681583774755) no-repeat center; }

.mapplic-element > * {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.mapplic-element.mapplic-loading > * {
  opacity: 0; }

/* Main elements */
.mapplic-container {
  background-color: #f8f8f8;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 70%;
  height: 100%; }

:-webkit-full-screen .mapplic-container {
  width: 80%; }

.mapplic-map {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible !important; }

/* Map layer */
.mapplic-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.mapplic-layer img {
  width: 100%; }

.mapplic-map .mapplic-map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapplic-map.mapplic-zoomable .mapplic-map-image {
  cursor: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/openhand.cur?v=98306392021157156571583774802), default; }

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
  cursor: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/closedhand.cur?v=160002453374877239901583774746), move; }

.mapplic-locations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mapplic-pin {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin.png?8642);
  background-size: 18px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 24px;
  margin-top: -23px;
  margin-left: -9px;
  position: absolute; }

.mapplic-pin.iconpin {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-large.png?8642);
  background-size: 30px 42px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  width: 30px;
  height: 42px;
  margin-top: -42px;
  margin-left: -15px; }

.mapplic-pin.orange {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-orange.png?8642); }

.mapplic-pin.yellow {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-yellow.png?8642); }

.mapplic-pin.green {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-green.png?8642); }

.mapplic-pin.blue {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-blue.png?8642); }

.mapplic-pin.purple {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-purple.png?8642); }

.mapplic-pin.iconpin.orange {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-orange-large.png?8642); }

.mapplic-pin.iconpin.yellow {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-yellow-large.png?8642); }

.mapplic-pin.iconpin.green {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-green-large.png?8642); }

.mapplic-pin.iconpin.blue {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-blue-large.png?8642); }

.mapplic-pin.iconpin.purple {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-purple-large.png?8642); }

.mapplic-pin.circular {
  background-image: none;
  background-color: #fb7575;
  border-radius: 6px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px; }

.mapplic-pin.transparent {
  background-image: none;
  background-color: #fb7575;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.5 !important; }

.mapplic-pin.mapplic-animate {
  -webkit-animation: bounce-in 0.4s forwards;
  animation: bounce-in 0.4s forwards; }

@-webkit-keyframes bounce-in {
  0% {
    margin-top: -120px;
    opacity: 0; }

  33% {
    margin-top: -25px;
    opacity: 1; }

  66% {
    margin-top: -30px; }

  100% {
    margin-top: -23px;
    opacity: 1; } }

/* Minimap */
.mapplic-minimap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  width: 140px;
  margin: 10px;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapplic-minimap img {
  width: 100%; }

.mapplic-minimap-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.mapplic-minimap .mapplic-minimap-active {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: clip 0.1s;
  -moz-transition: clip 0.1s;
  transition: clip 0.1s; }

.mapplic-minimap-background {
  -webkit-filter: blur(2px); }

/* Clear Button */
.mapplic-clear-button {
  background-color: #fff;
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/reset.png?v=98551193103607871581583774816);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 0; }

.mapplic-clear-button:active {
  background-color: #eee; }

/* Zoom Buttons */
.mapplic-zoom-buttons {
  margin: 10px;
  position: absolute;
  left: 0;
  bottom: 40px; }

.mapplic-zoom-buttons a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  color: #fff !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  width: 28px;
  height: 28px; }

.mapplic-zoom-buttons a:active {
  background-color: #f4f4f4; }

.mapplic-zoom-buttons a.mapplic-disabled {
  background-color: #eee;
  cursor: default; }

a.mapplic-zoomin-button {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/plus.png?v=181944470232011283261583774814);
  background-size: 10px 10px;
  border-radius: 3px 3px 0 0; }

a.mapplic-zoomout-button {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/minus.png?v=85983082197740899611583774800);
  background-size: 10px 10px;
  border-radius: 0 0 3px 3px;
  border-top: none; }

/* Fullscreen Button */
.mapplic-fullscreen-button {
  background-color: #fff;
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/fullscreen.png?8642);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  border-radius: 2px;
  margin: 10px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0; }

/* Levels */
.mapplic-levels {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  overflow: hidden; }

.mapplic-levels > * {
  border: 1px solid #eee;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mapplic-levels-select {
  background-color: #fff;
  border-top: none;
  color: #666;
  margin: 0;
  padding: 6px 2px;
  font-size: 14px;
  outline: none; }

.mapplic-levels a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 24px;
  width: 100%; }

.mapplic-levels a:active {
  background-color: #f8f8f8; }

.mapplic-levels .mapplic-levels-up {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/arrow-up.png?v=50225746320088865411583774735);
  background-size: 8px 4px;
  border-radius: 3px 3px 0 0; }

.mapplic-levels .mapplic-levels-down {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/arrow-down.png?v=153400428559424710921583774734);
  background-size: 8px 4px;
  border-top: none;
  border-radius: 0 0 3px 3px; }

.mapplic-levels a.mapplic-disabled {
  background-color: #eee;
  cursor: default; }

/* Sidebar */
.mapplic-sidebar {
  background-color: #f8f8f8;
  width: 30%;
  height: 100%;
  float: left;
  position: relative; }

:-webkit-full-screen .mapplic-sidebar {
  width: 20%; }

/* Search */
.mapplic-search-form {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #f4f4f4;
  padding: 14px 12px;
  margin: 0;
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mapplic-search-input {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/viewer.png?v=147912155654927631731583774820);
  background-size: 17px 16px;
  background-repeat: no-repeat;
  background-position: 8px;
  border: 2px solid #eee;
  border-radius: 2px;
  font-size: 14px;
  font-family: inherit;
  line-height: 20px;
  height: 38px;
  margin: 0;
  padding: 8px 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.1s;
  -moz-transition: border-color 0.1s;
  transition: border-color 0.1s; }

.mapplic-search-input:focus {
  border-color: #6ed8dd; }

.mapplic-search-clear {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/cross.png?v=167572828616163187321583774749);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 2px 0;
  width: 34px;
  height: 34px; }

.mapplic-not-found {
  color: #bbb;
  display: none;
  font-size: 13px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 100px; }

/* List */
.mapplic-list-container {
  padding-top: 67px;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mapplic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 100%; }

.mapplic-list-container ol {
  border-color: #eee;
  list-style: none;
  padding: 0;
  margin: 0; }

.mapplic-list-container li {
  border-color: inherit; }

.mapplic-list-category > a {
  background-color: #888;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box; }

.mapplic-list-category ol {
  border-bottom: 2px solid #eee !important; }

.mapplic-list-thumbnail {
  border-radius: 2px;
  float: left;
  margin-right: 10px; }

.mapplic-list-category > a .mapplic-list-count {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 6px;
  margin-left: 10px;
  text-align: center;
  margin-top: 4px;
  -webkit-transition: border-radius 0.2s;
  -moz-transition: border-radius 0.2s;
  transition: border-radius 0.2s; }

.mapplic-list-location {
  border-bottom: 1px solid #eee;
  margin: 0; }

.mapplic-list-location > a {
  background-color: #fff;
  border-left: 1px solid transparent;
  display: block;
  font-size: 14px;
  padding: 10px;
  min-height: 50px;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  transition: border 0.2s; }

.mapplic-list-location > a:hover {
  background-color: #f4fcfc;
  border-left: 2px solid;
  border-color: inherit; }

.mapplic-list-location h4 {
  color: #444;
  font-size: 16px;
  font-weight: normal;
  margin: 4px 0 8px 0;
  text-align: left; }

.mapplic-list-location span {
  /* 42 -20 13 30*/
  color: #bbb;
  font-size: 13px;
  font-weight: normal; }

/* Tooltip */
.mapplic-tooltip {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: none;
  max-width: 300px;
  min-width: 120px;
  margin-top: -76px;
  padding: 16px;
  position: absolute;
  -webkit-transition: margin 0.1s;
  -moz-transition: margin 0.1s;
  transition: margin 0.1s; }

.mapplic-tooltip-title {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  margin: 0 30px 12px 0; }

.mapplic-hovertip {
  min-width: 30px;
  padding: 6px 14px;
  pointer-events: none; }

.mapplic-hovertip .mapplic-tooltip-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.mapplic-bottom .mapplic-tooltip-triangle {
  border-color: transparent transparent #fff transparent;
  border-width: 0 7px 8px 7px;
  top: 0;
  margin-top: -8px; }

.mapplic-tooltip-content {
  max-height: auto;
  overflow-y: auto; }

.mapplic-tooltip-content p {
  margin-top: 0; }

.mapplic-tooltip-image {
  width: 46%;
  height: 100%;
  /*margin: 5px 20px 5px 0;*/
  margin: -16px 16px -16px -16px;
  float: left; }

.mapplic-tooltip-description,
.mapplic-tooltip p {
  color: #aaa;
  font-size: 13px;
  line-height: 20px; }

.mapplic-tooltip-link {
  background-color: #6CB5F4;
  border-radius: 2px;
  color: #fff !important;
  float: right;
  font-size: 14px;
  line-height: 32px;
  padding: 0 12px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.mapplic-tooltip-link:hover {
  background-color: #888; }

.mapplic-tooltip img {
  max-width: 100%; }

.mapplic-tooltip-close {
  background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/cross.png?v=167572828616163187321583774749);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
  margin: -10px -14px 0 0;
  padding: 10px 12px;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.mapplic-tooltip-close:hover {
  opacity: 1.0; }

.mapplic-tooltip-triangle {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -8px;
  margin-left: -7px;
  -webkit-transition: left 0.1s;
  -moz-transition: left 0.1s;
  transition: left 0.1s; }

/* Tooltip down */
.mapplic-tooltip-down .mapplic-tooltip-triangle {
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #fff transparent;
  top: 0;
  margin-top: -8px; }

/* Coordinates */
.mapplic-coordinates {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  position: absolute;
  margin: 10px;
  margin-left: -80px;
  padding: 4px 6px;
  font-size: 14px;
  top: 0;
  left: 50%;
  pointer-events: none; }

/* Responsive layout */
@media all and (max-width: 667px) {
  .mapplic-container,
  .mapplic-sidebar {
    width: 100%; }

  .transparent-slider-box {
    margin-left: 30px;
    width: 80% !important; }

  .mapplic-tooltip {
    max-width: 240px; }

  .mapplic-minimap {
    width: 120px; }

  .mapplic-element {
    height: auto !important; }

  .mapplic-fullscreen-button {
    display: none; }

  .mapplic-search-form {
    border-right: none; } }
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .mapplic-search-clear,
  .mapplic-tooltip-close {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/cross@2x.png?v=167572828616163187321583774749); }

  .mapplic-levels .mapplic-levels-up {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/arrow-up@2x.png?v=50225746320088865411583774735); }

  .mapplic-levels .mapplic-levels-down {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/arrow-down@2x.png?v=153400428559424710921583774734); }

  a.mapplic-zoomin-button {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/plus@2x.png?v=181944470232011283261583774814); }

  a.mapplic-zoomout-button {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/minus@2x.png?v=85983082197740899611583774800); }

  .mapplic-search-input {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/viewer@2x.png?v=147912155654927631731583774820); }

  .mapplic-pin {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin@2x.png?8642); }

  .mapplic-pin.orange {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-orange@2x.png?8642); }

  .mapplic-pin.yellow {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-yellow@2x.png?8642); }

  .mapplic-pin.green {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-green@2x.png?8642); }

  .mapplic-pin.blue {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-blue@2x.png?8642); }

  .mapplic-pin.purple {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-purple@2x.png?8642); }

  .mapplic-pin.iconpin {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-large@2x.png?8642); }

  .mapplic-pin.iconpin.orange {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-orange-large@2x.png?8642); }

  .mapplic-pin.iconpin.yellow {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-yellow-large@2x.png?8642); }

  .mapplic-pin.iconpin.green {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-green-large@2x.png?8642); }

  .mapplic-pin.iconpin.blue {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-blue-large@2x.png?8642); }

  .mapplic-pin.iconpin.purple {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/pin-purple-large@2x.png?8642); }

  .mapplic-clear-button {
    background-image: url(//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/reset@2x.png?v=98551193103607871581583774816); } }
/* Map */
.mapplic-element svg {
  width: 100%;
  height: 100%; }

.mapplic-element svg a {
  cursor: pointer; }

.mapplic-active,
a.mapplic-active > path,
g.mapplic-active > * {
  fill: #343F4B;
  opacity: 1.0; }

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.mapplic-clickable:not(g):hover,
g.mapplic-clickable:hover > * {
  opacity: 0.8; }

.mapplic-map-image *[id^=nopointer] {
  pointer-events: none; }

[id^=landmarks] .mapplic-clickable {
  cursor: pointer; }

/* Default color - Disable this if you want to use the colors from your SVG file! */
/*
.mapplic-clickable,
g.mapplic-clickable > * {
	fill: #4d5e6d;
}
*/
/* =================== */
/*      SECTION 4      */
/* =================== */
/*    4.1 - Media Query - Smaller Than Large Screens
================================================== */
@media only screen and (max-width: 1199px) {
  section#our-story {
    padding: 60px 20px;
    text-align: center; }

  footer img {
    margin-top: 0; }

  #footerlogo {
    width: 200px !important; }

  .waybottom img {
    margin: 20px; }

  .hp-btn-wrap.full.left {
    margin: 20px 0; }

  section#clients {
    padding: 40px 0; }

  section#latest-news p {
    margin-top: 15px; }

  section#our-story .validator-wrap {
    text-align: left;
    margin-top: 60px; } }
/*    4.2 - Media Query - Standard 1025 to Large Screen
================================================== */
/*    4.3 - Media Query - Tablet on Downwards
================================================== */
@media only screen and (max-width: 1024px) {
  .container-bg-white {
    padding: 0; }

  img#logo {
    display: block;
    text-align: center;
    margin: 0 auto; }

  .nav-bg nav.top-links {
    margin-bottom: 15px; }

  .nav-bg nav.top-links ul, .nav-bg nav.primary-nav ul {
    text-align: center; }

  .nav-bg {
    padding: 20px 0px; }

  .nav-bg nav.primary-nav ul {
    margin-top: 15px; }
    .nav-bg nav.primary-nav ul li {
      padding-left: 15px; }

  .site-header__logo {
    width: 100%;
    text-align: center; }
    .site-header__logo a {
      display: inline-block; }

  .slider-wrap .hp-nav-wrap {
    top: 0; }

  .latest-news-selector a.tablet-show.mobile-show {
    text-align: right; }

  section#our-story .validator-wrap {
    text-align: center;
    margin-top: 35px; }

  section#our-story .validator-wrap p {
    margin-bottom: 10px; }

  section#our-story .validator-wrap h3 {
    margin-top: 20px; }

  body {
    padding-bottom: 10px; }

  .hp-nav-wrap h2 {
    font-size: 21px;
    line-height: auto;
    width: 80%;
    text-transform: uppercase !important; }

  .hp-nav-wrap h2 span {
    font-size: 16px; }

  .hp-btn-wrap.full.left .btn, .hp-btn-wrap.full.left section#product-details a, section#product-details .hp-btn-wrap.full.left a, .hp-btn-wrap.full.left .anchor-down, .hp-btn-wrap.full.left button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    margin: 12.5px;
    vertical-align: bottom;
    min-width: 280px; }

  .hp-btn-wrap.full.left .anchor-down {
    background: transparent;
    min-width: auto;
    padding: 10px 25px; }

  .hp-btn-wrap.full.left {
    margin: 50px 0 20px 0; }

  section#our-story .validator-wrap a .featured-article-wrap img {
    height: auto; }

  section#our-story h2 {
    font-size: 40px; }

  a.twitter-bog {
    margin-top: 20px; }

  .spec-area-wrap img.logolist {
    margin: 45px auto; }

  aside h3.right {
    float: none; }

  aside a.btn.right, aside section#product-details a.right, section#product-details aside a.right {
    display: inline-block;
    clear: none;
    text-align: center;
    margin: 10px 25px;
    float: none; }

  section#our-story, section#press, section#aviation, section#content {
    padding: 60px 20px; }

  .container-bg-gray section#other-solutions h3 {
    text-align: center;
    margin-bottom: 40px; }

  .container-bg-gray section#other-solutions {
    padding: 60px 20px; }

  section#recent-press {
    padding: 60px 20px; }

  .quarter {
    width: 50%; }

  table .quarter {
    margin-top: 20px; }

  .half {
    width: 100%; }

  table .quarter img.logolist {
    margin-top: 0; }
  table .half {
    padding-bottom: 20px;
    border-bottom: 1px solid black; }
    table .half img {
      float: none;
      display: inline-block; }

  #content aside .aside-extra-info {
    text-align: left; } }
/*    4.4 - Media Query - Tablet Portrait size to standard 1024 (devices and browsers)
================================================== */
/*    4.5 - Media Query - All Mobile Sizes (devices and browser)
================================================== */
@media only screen and (max-width: 767px) {
  .backtogdms span a {
    float: right !important;
    padding: 0 15px 3px 0 !important;
    border-bottom: 1px solid #fff;
    width: 100%; }

  #applications-landing-page .validator-wrap {
    text-align: center !important; }

  .dropdown-menu {
    columns: 1 !important; }

  .nav-bg nav.primary-nav ul.dropdown-menu {
    border: none !important; }

  .sameheight-footer {
    clear: both;
    float: left;
    height: auto; }

  .waybottom h4 {
    text-align: center !important; }

  #description {
    padding-top: 40px; }

  #footerlogo {
    width: 170px !important;
    margin-bottom: 5px; }

  .mobile-panel {
    display: none; }

  .mobile-toggle-view {
    cursor: pointer; }

  .mobile-toggle-view:after {
    content: '\e259';
    width: 20px;
    height: 20px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    padding-left: 20px;
    font-size: 14px; }

  .mobile-toggle-view.mobile-toggle-open:after {
    content: '\e260'; }

  .random-hp-image {
    position: relative; }
    .random-hp-image:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: white;
      -webkit-opacity: .5;
      -moz-opacity: .5;
      opacity: .5; }

  .slider-wrap .random-hp-image .hp-nav-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

  .hp-nav-wrap h1 {
    position: relative;
    margin: 0;
    display: none; }
    .hp-nav-wrap h1 span {
      display: none; }
  .no-js .hp-nav-wrap h1 {
    display: block; }
    .no-js .hp-nav-wrap h1 span {
      display: block; }

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent; }

  button.navbar-toggle.collapsed .icon-bar {
    background-color: #000; }

  button.navbar-toggle .icon-bar {
    background-color: #f17300; }

  .navbar-toggle {
    margin-top: -20px;
    padding: 0 20px 20px 20px; }

  .nav-bg nav.top-links ul {
    margin: 20px;
    width: 90%;
    clear: both;
    flfoat: left; }

  .nav-bg nav.primary-nav ul li {
    display: block;
    padding: 7px 10px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: 600; }
    .nav-bg nav.primary-nav ul li ul li {
      padding: 3px 0; }

  .nav-bg nav.primary-nav ul li:last-child {
    border: none !important; }

  .nav-bg nav.primary-nav ul li:first-child {
    border-top: 1px solid #ddd; }

  .nav-bg nav.primary-nav ul.dropdown-menu li a {
    position: relative;
    padding: 0;
    font-weight: 100 !important; }

  .nav-bg nav.primary-nav ul.dropdown-menu {
    background-color: none; }

  .navbar-collapse {
    padding-right: 0; }

  .nav-bg nav.primary-nav ul.dropdown-menu li {
    padding: 0 10px;
    text-align: center; }

  .nav-bg nav.primary-nav ul li.open a.dropdown-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    width: 7px;
    height: 7px; }

  .navbar-collapse {
    padding-left: 0; }

  .navbar-nav {
    margin-left: 0;
    margin-right: 20px !important; }

  .validator-wrap .text-link {
    text-align: center; }

  section#latest-news h4, .latest-news-selector {
    padding: 10px;
    line-height: 1em;
    text-align: center; }

  .latest-news-selector a.tablet-show.mobile-show {
    text-align: center; }

  .hp-btn-wrap.full.left {
    margin: 10px 0;
    position: absolute;
    bottom: 0; }

  section#our-story, section#press, section#aviation, section#products {
    padding: 60px 20px; }
    section#our-story .container, section#press .container, section#aviation .container, section#products .container {
      max-width: 100%; }

  .footer-bg .footer-links-wrap {
    margin: 0;
    text-align: center; }
    .footer-bg .footer-links-wrap h5 {
      margin-bottom: 8px;
      margin-top: 8px; }
    .footer-bg .footer-links-wrap ul {
      margin: 0; }
      .footer-bg .footer-links-wrap ul.social-links li {
        display: inline-block;
        width: auto; }
        .footer-bg .footer-links-wrap ul.social-links li a {
          width: 30px;
          height: 30px;
          overflow: hidden;
          text-indent: 100%; }
          .footer-bg .footer-links-wrap ul.social-links li a.facebook, .footer-bg .footer-links-wrap ul.social-links li a.twitter, .footer-bg .footer-links-wrap ul.social-links li a.linkedin {
            display: inline-block; }

  footer p.waybottom, footer p.copyright {
    text-align: center; }

  #footerlogo {
    margin-top: 25px; }

  #content aside .aside-extra-info {
    text-align: center; }

  section#latest-news a {
    display: inline-block;
    vertical-align: super; }

  section#latest-news {
    margin-top: 0; }

  section#latest-news p {
    margin-top: 15px;
    text-align: center; }

  section#latest-news a {
    display: block;
    text-align: center;
    margin: 10px 0; }

  .footer-bg {
    margin: 25px 0;
    padding: 25px; }

  .hp-btn-wrap.full.left .anchor-down {
    min-width: auto;
    max-width: 10%;
    text-align: center;
    margin: 0 auto; }
    .hp-btn-wrap.full.left .anchor-down img {
      margin: 0 auto; }

  .threecoltxt {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  .container-bg-gray section#other-solutions h3 {
    text-align: center; }

  .container-bg-gray section#other-solutions {
    padding: 70px 0 40px; }

  .container-bg-gray section#other-solutions h4 {
    margin-bottom: 25px; }

  section#recent-press .press-single-wrap.full.left {
    border-bottom: 1px solid black; }

  .spec-area-wrap {
    margin-top: 0; }

  section#aviation {
    padding: 40px 0; }

  .threecoltxt {
    margin-top: 35px; }

  #breadcrumb p.tercnav {
    text-align: center; }

  #breadcrumb p.tercnav a {
    color: #f6f6f6;
    text-decoration: none;
    text-align: right;
    padding-left: 0;
    margin: 20px 30px 0; }

  #breadcrumb p.tercnav {
    width: 100%;
    display: block;
    text-align: center;
    float: none; }

  #breadcrumb p.tercnav a {
    text-align: center;
    padding-left: 0;
    margin: 20px 30px 0; }

  /*products*/
  section#products .product-wrap {
    margin-top: 25px;
    text-align: center !important;
    width: 100%;
    float: left; }
    section#products .product-wrap h4, section#products .product-wrap h4 a {
      text-align: center !important;
      padding-left: 0 !important;
      width: 100%;
      float: left;
      display: block; }
    section#products .product-wrap p {
      text-align: center;
      padding-left: 0px !important;
      width: 100%;
      float: left;
      display: block  !important; }
    section#products .product-wrap .full.blue.viewproduct span {
      color: white;
      background: #00338e;
      padding: 0 10px; }
    section#products .product-wrap .full.blue.viewproduct:hover {
      opacity: .5; }

  section#products .product-img-wrap {
    text-align: center !important;
    width: 100%;
    float: left; }

  section#products .product-img-wrap {
    height: auto;
    width: 100%;
    float: left;
    text-align: center; }
    section#products .product-img-wrap .overlay {
      display: none; }
    section#products .product-img-wrap figcaption {
      display: block;
      text-align: center !important; }
      section#products .product-img-wrap figcaption span {
        display: block !important; }
    section#products .product-img-wrap:hover figcaption {
      bottom: 0 !important;
      background: #00338e !important; }
    section#products .product-img-wrap:hover .overlay {
      display: block; }

  /*end products*/
  .quarter {
    width: 100%; }

  .third {
    padding: 5px; }

  section#other-product-types {
    padding: 60px 0; }
    section#other-product-types h3 {
      text-align: center; }

  section#product-details {
    text-align: center;
    padding: 60px 0; }

  .nav-bg nav.primary-nav ul li {
    display: block;
    text-align: left; }
    .nav-bg nav.primary-nav ul li:first-child {
      padding-left: 10px; }
    .nav-bg nav.primary-nav ul li a.current {
      width: auto;
      display: inline-block; }

  #breadcrumb p {
    width: 100%; }

  #breadcrumb {
    margin-top: 0; } }
/*    4.6 - Media Query - Mobile Landscape Size to Tablet Portrait (devices and browsers)
================================================== */
/*    4.7 - Media Query - Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
================================================== */
@media only screen and (max-width: 479px) {
  .nav-bg nav.top-links ul li {
    width: 100%; }

  .nav-bg nav.top-links ul li {
    font-size: 12.5px; }

  .hp-btn-wrap.full.left .anchor-down {
    max-width: 20%; }

  .footer-bg .footer-links-wrap ul li {
    padding-left: 0; }

  .hp-btn-wrap.full.left {
    margin: 10px 0;
    position: relative;
    display: block; }

  .slider-wrap {
    height: 500px;
    padding-top: 0; }

  .slider-wrap .hp-nav-wrap {
    height: auto;
    float: left;
    position: relative;
    top: 0;
    display: block; }

  .nav-bg {
    padding: 5px 0;
    position: relative; }

  .hp-btn-wrap.full.left .btn, .hp-btn-wrap.full.left section#product-details a, section#product-details .hp-btn-wrap.full.left a, .hp-btn-wrap.full.left .anchor-down, .hp-btn-wrap.full.left button {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
    margin: 20px auto;
    width: 90%;
    border: 2px solid #dcb12f;
    background: white; }

  .interior-header-bg {
    padding: 0; }

  #breadcrumb {
    margin-top: 0; }

  #breadcrumb p.tercnav a {
    margin: 20px 15px 0; }

  h3.left {
    text-align: center;
    width: 100%; }

  a.text-link.lt {
    text-align: center;
    width: 100%; }

  .third {
    width: 100%; }

  #breadcrumb p.tercnav {
    background-color: black; } }
/* =================== */
/*      SECTION 5      */
/* =================== */
/*    5.1 - Web Fonts
================================================== */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/glyphicons-halflings-regular.eot?v=49994401995467220431583774762");
  src: url("//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/glyphicons-halflings-regular.eot?%23iefix&v=49994401995467220431583774762") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/glyphicons-halflings-regular.woff2?v=142434988335747421571583774764") format("woff2"), url("//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/glyphicons-halflings-regular.woff?v=54495125744430156271583774764") format("woff"), url("//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/glyphicons-halflings-regular.ttf?v=176147084261516970441583774763") format("truetype"), url("//cdn.shopify.com/s/files/1/0986/4308/t/15/assets/glyphicons-halflings-regular.svg%23glyphicons-halflings-regular?8642") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

#gdmissions {
  background: #FFF; }
  #gdmissions img {
    margin-bottom: 5px; }

.top-links ul {
  list-style: none;
  margin: 0; }

top-links ul li {
  float: right !important;
  width: auto !important;
  text-align: right; }

.site-header__logo {
  font-size: 12px;
  text-align: center;
  color: #FFF; }

.sameheight-footer ul li {
  clear: both;
  font-weight: 100;
  text-transform: uppercase; }

.sameheight-footer {
  padding-top: 20px;
  padding-right: 10px; }

.social-links li {
  padding-right: 10px;
  float: left;
  width: auto !important;
  padding-top: 10px; }

.social-links {
  margin-left: 20px !important;
  padding: 0; }

#footerlogo {
  width: auto;
  padding: 15px;
  height: auto;
  margin-right: 5px; }

.waybottom h4 {
  color: #e5e5e5;
  text-align: left;
  margin: 0; }

.transparent-slider-box {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 40%;
  min-height: 150px;
  text-align: left;
  padding: 15px; }

.backtogdms span a {
  float: left;
  padding: 5px 0 0 0; }

.iconsearch {
  padding: 0 10px !important; }

/*PRODUCT PAGE STYLES */
.prodTitle {
  text-align: left;
  font-weight: 900;
  padding-bottom: 20px; }

.tab {
  overflow: hidden; }

/*Mobile styles for tabs*/
@media only screen and (max-width: 767px) {
  .tab button {
    clear: both;
    width: 100%;
    margin: 0 0 5px 0 !important; } }
/* Style the buttons inside the tab */
.tab button {
  background-color: #8c8c8c;
  color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 20px;
  transition: 0.3s;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 8px;
  margin-bottom: -3px; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
  color: #00338e;
  border-bottom: 3px solid #f17300;
  margin: 0px 20px;
  padding: 0 !important; }

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  color: #00338e;
  border-bottom: 3px solid #00038e;
  margin: 0px 20px;
  padding: 0 !important; }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 25px 12px;
  border-top: 1px solid #8c8c8c;
  margin-top: 5px; }
  .tabcontent p {
    width: 80%;
    padding: 15px 0; }

.carousel-control {
  padding-top: 10%;
  width: 5%; }

.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 5s ease;
  -o-transition: opacity 5s ease;
  transition: opacity 5s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.carousel-inner > .item:first-of-type {
  position: relative; }

.carousel-inner > .active {
  opacity: 1;
  z-index: 3; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2; }

.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1; }

.carousel-control {
  z-index: 4; }

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent !important;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  box-shadow: none !important;
  border: none !important; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer; }

.product-image-container {
  height: 315px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  margin-bottom: 5px; }
  .product-image-container img {
    margin: 0 auto;
    width: 90%;
    height: auto;
    padding: 10px;
    margin: 0 auto; }
  .product-image-container img:hover {
    transition: opacity 0.35s linear 0s;
    -webkit-transition: opacity 0.35s linear 0s;
    opacity: 0.9; }

.lslide img {
  opacity: .7; }
  .lslide img:hover {
    transition: opacity 0.35s linear 0s;
    -webkit-transition: opacity 0.35s linear 0s;
    opacity: 0.9; }

#tab-stuff {
  margin-top: 50px; }

.selector-wrapper label {
  font-weight: 700; }

.product-img-wrap img {
  padding: 10px;
  height: 180px;
  margin: 0 auto; }

.product-img-title {
  text-align: center;
  padding: 10px; }

.product-img-title h4 a {
  color: #00038e !important;
  font-size: 16px;
  font-weight: 100; }

.product-img-title h4 a:hover {
  text-decoration: none;
  color: #f17300 !important; }

.product-img-wrap img:hover {
  opacity: 0.7; }

section#content h2 {
  font-size: 26px;
  font-weight: 500 !important; }

.contact-home-grey-bar {
  background-image: linear-gradient(#788080 0, #353f45 100%) !important;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding: 40px;
  clear: both; }
  .contact-home-grey-bar p {
    color: #fff;
    font-size: 21px;
    text-align: left;
    line-height: 30px; }
  .contact-home-grey-bar a {
    float: left; }
  .contact-home-grey-bar img {
    margin-bottom: 10px; }

.bold-edit-button {
  border: none;
  margin: 0 5px 0 0;
  padding: 0;
  color: #00338e; }

.bold-edit-button:hover {
  color: #f17300; }

.cart-producttitle {
  width: 100%; }

#bold-edit-submit, #bold-edit-cancel {
  border: none;
  background: #f17300;
  color: #fff;
  padding: 5px 10px;
  margin: 7px 10px 0 0; }

#bold-edit-submit:hover, #bold-edit-cancel:hover {
  background: #333; }

.bold-row {
  margin-top: 15px;
  padding-bottom: 15px; }

.pricing-notice {
  background-color: #fef2d4;
  border: 1px solid #333;
  border-radius: 3px;
  margin-bottom: 10px; }
  .pricing-notice p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px !important; }
