/* --------------------------------------------------------------
   main.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   helpers/_helpers.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   helpers/_variables.scss
-------------------------------------------------------------- */
/*------------- Colors -------------- */
/* -- Base -- */
/* #1f1f1f */
.black {
  color: black !important; }

/* $ffffff */
.white {
  color: white !important; }

/* $f9f9f9 */
.whitish {
  color: #f9f9f9 !important; }

/* #e51d26 */
.red {
  color: #e51d26 !important; }

/* #d2d2d2 */
.gray-light {
  color: #d2d2d2 !important; }

/* #616161 */
.gray-medium {
  color: #9e9e9e !important; }

/* #343434 */
.gray-dark {
  color: #343434 !important; }

/* -- Custom -- */
.green {
  color: #739849 !important; }

.menu {
  color: white !important; }
  .menu-hover {
    color: #48423f !important; }
  .menu-selected {
    color: #48423f !important; }

/* --------------------------------------------------------------
   helpers/_functions.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   helpers/_mixins.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   helpers/_placeholders.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   base/_base.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   base/_reset.scss
-------------------------------------------------------------- */
/* Headings */
h1 {
  margin-top: 0; }

h2 {
  font-size: 1.571em; }

/* 22px */
h3 {
  font-size: 1.429em; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 1.143em; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: .8em; }

img {
  max-width: 100%; }

p {
  margin: 0 0 18px; }

/* --------------------------------------------------------------
   base/_global.scss
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  position: relative; }

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.ccm-toolbar-visible .ccm-page {
  padding-top: 49px; }

/* --------------------------------------------------------------
   base/_typography.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/_blocks.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_basic.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_content.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_feature.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_file.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_horizontal-rule.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_html.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/basic/_image.scss
-------------------------------------------------------------- */
.ccm-image-block {
  margin: 30px 0 0; }

.feature-image .ccm-image-block {
  margin: 0; }

/* --------------------------------------------------------------
   blocks/forms/_forms.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/forms/_external-form.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/forms/_form.scss
-------------------------------------------------------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #9e9e9e;
  float: right;
  text-transform: uppercase;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #343434; }

/* --------------------------------------------------------------
   blocks/forms/_search.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/multimedia/_multimedia.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/multimedia/_google-map.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/multimedia/_image-slider.scss
-------------------------------------------------------------- */
.rslides_nav {
  display: none; }

/* --------------------------------------------------------------
   blocks/multimedia/_page-attribute-display.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/multimedia/_video-player.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/multimedia/_youtube-video.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_navigation.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_auto-nav.scss
-------------------------------------------------------------- */
nav {
  margin-top: 13px; }
  nav ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left; }
    nav ul li {
      padding: 5px 0;
      margin: 0;
      position: relative;
      display: inline-block; }
      nav ul li a {
        font-size: 1.3em;
        text-transform: uppercase;
        color: white;
        padding: 0;
        margin-left: 3em; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #48423f;
          outline: none;
          font-weight: bold; }
        nav ul li a.nav-selected {
          color: #48423f;
          font-weight: bold; }
      nav ul li:last-child a {
        padding-right: 0; }

/* Responsive Navigation */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay-open .ccm-responsive-overlay nav ul li a {
    margin-left: 0; }

.ccm-responsive-overlay {
  background: rgba(0, 175, 170, 0.98);
  display: block;
  position: absolute;
  border-bottom: 5px solid white;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  bottom: 0;
  height: 15%;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block; }
      .ccm-responsive-overlay ul li a {
        border-bottom: 1px solid white;
        display: block;
        padding: 0;
        max-width: 95%; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #0099ff;
        font-size: 18px;
        display: inline-block;
        width: 80%;
        padding: 7px 5% 7px 0;
        margin: 0 5% 0 0;
        padding-left: 15px;
        height: 100%;
        font-weight: 200;
        text-decoration: none; }
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 20px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          color: #abddff; }
      .ccm-responsive-overlay ul li ul li {
        padding-left: 10px; }
        .ccm-responsive-overlay ul li ul li.last-li a {
          padding-top: 0;
          font-size: 15px; }
          .ccm-responsive-overlay ul li ul li.last-li a:after {
            content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: white;
  position: relative;
  text-decoration: none;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 85px;
  padding: 0 0.5em;
  border: 1px solid white;
  border-radius: 0.3em;
  margin: 0.4em 0.5em;
  -webkit-tap-highlight-color: transparent;
  z-index: 2; }
  .ccm-responsive-menu-launch span {
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 1.2em;
    color: white; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #fdfff4;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  color: #fdfff4;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 768px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 769px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* --------------------------------------------------------------
   blocks/navigation/_date-navigation.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_faq.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_next-previous.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_page-list.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_page-title.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_rss-displayer.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_switch-language.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_tags.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/navigation/_topic-list.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/social-networking/_social-networking.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/social-networking/_conversation.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/social-networking/_share-this-page.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/social-networking/_social-links.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/social-networking/_survey.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   blocks/social-networking/_testimonial.scss
-------------------------------------------------------------- */
.ccm-block-testimonial-wrapper {
  margin: 20px 0 30px; }
  .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph {
    margin-bottom: 10px; }
  .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-name {
    display: inline;
    font-style: italic; }
  .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-position {
    display: inline;
    font-style: italic; }

/* --------------------------------------------------------------
   components/_components.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   components/_buttons.scss
-------------------------------------------------------------- */
.btn-white {
  background-color: white;
  border: 1px solid #d2d2d2;
  color: #d2d2d2; }
  .btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #d2d2d2; }

.search_button {
  display: block;
  font-size: 3.4em;
  background: #FFF;
  color: #2b6fb7;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  white-space: nowrap; }
  .search_button:hover, .search_button:focus, .search_button:active {
    text-decoration: none;
    color: #2b6fb7; }

/* --------------------------------------------------------------
   components/_homepage-slideshow.scss
-------------------------------------------------------------- */
.slideshow {
  position: relative;
  height: 35em;
  width: 100%;
  border-bottom: 17px solid #48423f; }
  .slideshow .slide {
    position: absolute;
    height: 33.79em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease;
            transition: all 1s ease; }

.slideshow .slide.active {
  opacity: 1; }

@media screen and (max-width: 750px) {
  /* line 1, ../scss/partials/_slideshow.scss */
  .page .slideshow {
    position: relative;
    top: 0;
    height: 60vh; }

  .page .slideshow .slide-text {
    font-size: 0.6em;
    padding: 2em; } }
@media screen and (max-width: 450px) {
  /* line 12, ../scss/partials/_slideshow.scss */
  .page .slideshow .slide-text {
    font-size: 0.55em; } }
/* --------------------------------------------------------------
   components/_product-block.scss
-------------------------------------------------------------- */
.product-block {
  width: 100%;
  background: #d2c6ba;
  padding: 1.5em 0
  /*.col-lg-2, .col-sm-2{
    width:20%;
    }*/ }
  .product-block h2 {
    margin: .20em 0; }
    .product-block h2 a {
      display: block;
      background: #48423f;
      color: white;
      padding: .25em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
  .product-block img {
    width: 100%; }

/* --------------------------------------------------------------
   pages/_pages.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   pages/_home.scss
-------------------------------------------------------------- */
.section-home {
  position: relative;
  margin-top: -6.08em;
  z-index: 99; }
  .section-home .ccm-image-block {
    margin: 0; }

/* --------------------------------------------------------------
   pages/_contact.scss
-------------------------------------------------------------- */
.contact-form-area {
  border: 1px solid black;
  padding: 1em;
  margin: 1em auto; }
  .contact-form-area h2 {
    margin-top: 0px;
    font-size: 1.5em; }
  .contact-form-area .form-actions {
    text-align: right; }
    .contact-form-area .form-actions input[type="submit"] {
      float: none;
      border: 1px solid black;
      color: black;
      font-size: 1em;
      border-radius: 20px; }
      .contact-form-area .form-actions input[type="submit"]:hover {
        border: 1px solid black;
        background: #e6e6e6; }

.contact-info-area {
  font-size: 1.3em; }
  .contact-info-area h2 {
    font-size: 1.4em; }
  .contact-info-area p {
    margin-bottom: 13px; }

/* --------------------------------------------------------------
   pages/_full.scss
-------------------------------------------------------------- */
.full-page-banner {
  position: relative;
  width: 100%;
  height: 21em;
  clear: both;
  border-bottom: 17px solid #48423f; }
  .full-page-banner .search_button {
    margin-top: 4.4em; }

/* --------------------------------------------------------------
   pages/_part-listing.scss
-------------------------------------------------------------- */
.part-listing-part-name {
  display: block;
  font-size: 61px;
  background: none;
  color: white;
  text-decoration: none;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 6px 4px 6px #000000;
  text-transform: uppercase; }
  .part-listing-part-name:hover, .part-listing-part-name:focus, .part-listing-part-name:active {
    text-decoration: none;
    color: white; }

.full-page-banner .part-listing-part-name {
  margin-top: 3em; }

.product-listing .product-grid {
  padding-top: 1.5em;
  margin-bottom:1em !important;
    min-height:260px !important; }
  .product-listing .product-grid .view_product_link {
    margin-top: 3px; }
    .product-listing .product-grid .view_product_link a {
      display: block;
      background: #48423f;
      color: white;
      padding: .25em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1em; }
      .product-listing .product-grid .view_product_link a:hover {
        color: white;
        text-decoration: none; }
  .product-listing .product-grid .ptitle, .product-listing .product-grid .pprice {
    font-weight: 700;
    clear: both;
    font-size: 15px;
    text-transform: uppercase; }
  .product-listing .product-grid .ptitle {
    margin-top: 3px;
    font-weight: inherit; }

/* --------------------------------------------------------------
   pages/_part-details.scss
-------------------------------------------------------------- */
.product_details {
  margin-top: 2.5em;
  margin-bottom: 2em;
  overflow: hidden; }
  .product_details .product-details-wrapper {
    margin-left: 2em; }
  .product_details .product_image {
    width: 95%;
    max-width: 100%;
    margin-left: 2em; }
  .product_details h2.product_title {
    margin-top: 0px;
    margin-bottom: .6em;
    font-size: 2.3em;
    color: black;
    text-transform: uppercase; }
  .product_details .product_part_no, .product_details .product_manufacturer {
    font-size: 1.15em;
    text-transform: uppercase;
    clear: both; }
  .product_details .product_price {
    font-size: 3em;
    font-weight: 700;
    margin: 10px 0; }
  .product_details .product_description {
    font-size: 1em; }
  .product_details .enquire_link {
    margin-top: 2em; }
    .product_details .enquire_link a {
      display: block;
      background: #48423f;
      color: white;
      padding: .6em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.15em; }

@media only screen and (max-width: 767px) {
  .product_details .product-details-wrapper {
    margin-left: 0em; }
  .product_details .product_image {
    width: 100%;
    max-width: 100%;
    margin-left: 0em; } }
/* --------------------------------------------------------------
   pages/_part-enquiry.scss
-------------------------------------------------------------- */
.page-template-parts-enquiry {
  /*form*/ }
  .page-template-parts-enquiry .product_details .product-details-wrapper {
    margin-left: 0em; }
    .page-template-parts-enquiry .product_details .product-details-wrapper .row {
      margin-bottom: 1em; }
  .page-template-parts-enquiry .product_details .product_image {
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
  .page-template-parts-enquiry .product_details .product_price {
    margin-top: 0; }
  .page-template-parts-enquiry .enquiry-form {
    border: 1px solid black;
    overflow: hidden;
    margin: 2em;
    padding: 2em;
    padding-top: 0; }
    .page-template-parts-enquiry .enquiry-form input[type="email"],
    .page-template-parts-enquiry .enquiry-form input[type="number"],
    .page-template-parts-enquiry .enquiry-form input[type="password"],
    .page-template-parts-enquiry .enquiry-form input[type="tel"],
    .page-template-parts-enquiry .enquiry-form input[type="text"],
    .page-template-parts-enquiry .enquiry-form input[type="url"],
    .page-template-parts-enquiry .enquiry-form textarea {
      border: 1px solid #E6E6E6;
      background-color: #E6E6E6;
      box-shadow: none;
      margin-bottom: .6em;
      padding: .5em;
      height: auto;
      color: black;
      border-radius: 0px; }
    .page-template-parts-enquiry .enquiry-form label {
      font-weight: 400 !important;
      text-transform: uppercase; }
    .page-template-parts-enquiry .enquiry-form input[type="submit"] {
      border: 1px solid black;
      color: black;
      font-size: 1em;
      border-radius: 20px;
      padding: 6px 25px; }
      .page-template-parts-enquiry .enquiry-form input[type="submit"]:hover {
        border: 1px solid black;
        background: #e6e6e6; }

/* --------------------------------------------------------------
   layouts/_layouts.scss
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   layouts/_grid.scss
-------------------------------------------------------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }


main {
  margin-bottom: 1em; }

/* --------------------------------------------------------------
   layouts/_header.scss
-------------------------------------------------------------- */
header {
  clear: both; }
  header .header-top {
    background: #d2c6ba;
    padding-top: 2em; }
  header .header-logo img {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: -.70em; }
  header .sub-logo img {
    margin-left: 1.7em;
    width: 80%;
    vertical-align: top; }
  header .ccm-responsive-menu-launch {
    margin-top: 15px; }
  header .header-navigation {
    background: #00afaa;
    height: 56px; }

/* --------------------------------------------------------------
   layouts/_footer.scss
-------------------------------------------------------------- */
footer {
  height: auto;
  width: 100%;
  background: #48423f;
  clear: both;
  display: block;
  margin: .5em 0 0; }
  footer .footer-logos {
    text-align: right; }
    footer .footer-logos .footer-image-wrapper {
      display: block;
      text-align: center;
      background: white;
      padding: .8em;
      margin-top: 2.4em; }
      footer .footer-logos .footer-image-wrapper img {
        max-width: 100%;
        margin: 0px auto;
        display: block; }
  footer .footer-text {
    color: white; }
  footer p {
    margin-bottom: 0; }
  footer .copyright {
    font-size: 12px; }
    footer .copyright a {
      text-decoration: none;
      color: white; }
      footer .copyright a:hover {
        text-decoration: underline; }

/* --------------------------------------------------------------
   layouts/_sidebar.scss
-------------------------------------------------------------- */
.sidebar ul.product_list {
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  list-style: none; }
  .sidebar ul.product_list li {
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px solid black;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .sidebar ul.product_list li:hover {
      background: #00afaa; }
      .sidebar ul.product_list li:hover a {
        color: white;
        margin-left: 10px; }
    .sidebar ul.product_list li a {
      color: black;
      display: block;
      width: 100%;
      padding: 10px 0px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold; }
    .sidebar ul.product_list li:last-child {
      border-bottom: none; }
.sidebar .ccm-block-page-list-wrapper {
  margin-top: 1.5em; }
  .sidebar .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry {
    margin-bottom: 0px; }
    .sidebar .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title {
      display: block;
      margin-bottom: 0px;
      border-bottom: 1px solid black;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .sidebar .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title:hover {
        background: #00afaa; }
        .sidebar .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title:hover a {
          color: white;
          margin-left: 10px; }
      .sidebar .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title a {
        font-weight: bold;
        color: black;
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-decoration: none;
        text-transform: uppercase; }
    .sidebar .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry:last-child .ccm-block-page-list-title {
      border-bottom: none; }

/* --------------------------------------------------------------
   layouts/_queries.scss
-------------------------------------------------------------- */
/* Large Devices, Desktops */
@media only screen and (min-width: 1200px) {
  .section-home {
    margin-top: -6.06em; }

  /*  nav{ margin-top:12px } !*Chrome fix*!*/ }
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1199px) {
  .section-home {
    margin-top: -5.45em; }

  .full-page-banner .search_button {
    margin-top: 5.24em; }

  /*nav{ margin-top:12px }*/
  /*header .sub-logo img{ margin-top:0; }*/ }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
/**SMALLER THAN 1026*******************************/
/**SMALLER THAN 992*******************************/
@media only screen and (max-width: 992px) {
  nav ul li a {
    margin-left: 1em; } }
@media only screen and (max-width: 991px) {
  .section-home {
    margin-top: -4.45em; }

  .full-page-banner .search_button {
    margin-top: 7.38em; }

  header .sub-logo img {
    margin-left: 5px;
    width: 89%;
    margin-top: 4px; } }
/* iPad portrait */
/* iPad landscape */
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 767px) {
  .section-home {
    margin-top: -6.05em; }

  .full-page-banner .search_button {
    margin-top: 4.4em; } }
/**SMALLER THAN 550*******************************/
/* Small Devices, Phones */
@media only screen and (max-width: 480px) {
  header .sub-logo img {
    margin-left: -10px;
    width: 100%;
    margin-top: 7px; } }
/* Extra Small Devices, Phones */
/* IE */

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