@charset "UTF-8";
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-BoldCond.otf");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-BoldCondIt.otf");
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-BoldIt.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Cond.otf");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-CondIt.otf");
  font-weight: normal;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-It.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-SemiboldIt.otf");
  font-weight: 600;
  font-style: italic;
}
/* Normalize
-------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  margin-top: 0px;
}

.page-header {
  margin-top: 0px;
}

ul, li {
  list-style: none;
}

/* Base
-------------------------------------------------------------- */
html {
  font-size: 16px;
  background-color: #fafafa;
}

body {
  font-family: MyriadPro, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: c1;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  max-width: 2000px;
  margin: auto;
}

[class*=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.wpcf7-response-output {
  border: none !important;
}

.red {
  color: #ed1c24;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.a-slot.aSlideshow .a-slideshow-item .a-slideshow-image img, .a-slot.aReusableSlideshow .a-slideshow-item .a-slideshow-image img, .a-slot.aSmartSlideshow .a-slideshow-item .a-slideshow-image img {
  max-width: 100%;
  height: auto;
}

.a-slot.aSlideshow .a-slideshow-controls, .a-slot.aReusableSlideshow .a-slideshow-controls, .a-slot.aSmartSlideshow .a-slideshow-controls {
  z-index: 50;
}

a {
  color: #ed1c24;
}

.a-slideshow-controls {
  width: 100%;
}
.a-slideshow-controls .a-arrow-left {
  float: left;
  margin-left: 10px;
  background: url("../img/hakunuoli-left-9x10px.png") no-repeat scroll 6px 7px #e8182e !important;
  height: 23px;
  width: 23px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.a-slideshow-controls .a-arrow-right {
  float: right;
  margin-right: 10px;
  background-color: red;
  background: url("../img/hakunuoli-9x10px.png") no-repeat scroll 8px 7px #e8182e !important;
  height: 23px;
  width: 23px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#contactModal .email-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-container {
  background: #ed1c24;
  background: -webkit-linear-gradient(#ed1c24, #bf171d);
  background: -moz-linear-gradient(#ed1c24, #bf171d);
  background: linear-gradient(#ed1c24, #bf171d);
}
.navbar-container .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.navbar-container li {
  border-left: 1px solid #bf171d;
  border-right: 1px solid #bf171d;
}
.navbar-container li a {
  color: white;
  font-weight: bold;
}
.navbar-container li a:hover {
  color: #ed1c24;
  background: white;
  background: -webkit-linear-gradient(white, #cdcdcd);
  background: -moz-linear-gradient(white, #cdcdcd);
  background: linear-gradient(white, #cdcdcd);
}
.navbar-container li.current-menu-item {
  background: white;
  background: -webkit-linear-gradient(white, #cdcdcd);
  background: -moz-linear-gradient(white, #cdcdcd);
  background: linear-gradient(white, #cdcdcd);
}
.navbar-container li.current-menu-item a {
  color: #ed1c24;
}
.navbar-container .nav .open > a, .navbar-container .nav .open > a:focus, .navbar-container .nav .open > a:hover {
  border-color: #bf171d;
  color: #ed1c24;
}
.navbar-container .dropdown-menu {
  background-color: #ed1c24;
}

/* Blog
-------------------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

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

.alignright {
  float: right;
  margin: 0.5em 1em 0.5em 0;
}

.page p, .post p {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

/* Header
-------------------------------------------------------------- */
.logo-header {
  background-color: #fafafa;
  height: 110px;
}
.logo-header .header {
  padding-top: 20px;
}
.logo-header .navbar-brand {
  height: 100%;
  padding: 0px;
}
.logo-header .right-header {
  float: right;
  width: 25%;
}
.logo-header .right-header form {
  margin-top: 10px;
}
.logo-header .right-header form input {
  height: 30px;
  font-size: 14px;
  color: black;
}
.logo-header .right-header form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.logo-header .right-header form ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.logo-header .right-header form :-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.logo-header .right-header form :-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.logo-header .right-header form button {
  padding: 4.5px 10px;
  height: 30px;
  border: none;
  background: #ed1c24;
  background: -webkit-linear-gradient(#ed1c24, #bf171d);
  background: -moz-linear-gradient(#ed1c24, #bf171d);
  background: linear-gradient(#ed1c24, #bf171d);
  color: white;
}
.logo-header .right-header form button span {
  top: 2px;
}

/* Footer
-------------------------------------------------------------- */
/* Footer */
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #2c2c2c;
  background: -webkit-linear-gradient(#2c2c2c, black);
  background: -moz-linear-gradient(#2c2c2c, black);
  background: linear-gradient(#2c2c2c, black);
  color: white;
}
footer .contact {
  margin-bottom: 25px;
}
footer .contact h1, footer .contact h2, footer .contact h3, footer .contact h4, footer .contact h5, footer .contact h6 {
  font-size: 18px;
  font-weight: bold;
}
footer a, footer a:hover, footer a:active, footer a:visited {
  color: #ed1c24;
}
footer p, footer a {
  font-size: 14px;
  line-height: 1.333;
}
footer h3 {
  font-size: 18px;
  font-weight: bold;
}
footer p.copyright {
  margin-top: 35px;
}
footer ul {
  padding-left: 0px;
}
footer ul a {
  color: white !important;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li:before {
  display: inline-block;
  content: "›";
  color: #ed1c24;
}

/* Grid
-------------------------------------------------------------- */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.margins {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.image-responsive {
  width: 100%;
  height: auto;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

/* Typography
-------------------------------------------------------------- */
/* Paragraphs
-------------------------------------------------------------- */
p {
  font-family: MyriadPro, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* Links
-------------------------------------------------------------- */
/* Titles
-------------------------------------------------------------- */
/* Blocks
-------------------------------------------------------------- */
/* Logo */
/* Buttons
-------------------------------------------------------------- */
/* Compononents
-------------------------------------------------------------- */
.gallery .gallery-image {
  outline: none !important;
}
.gallery .gallery-image img {
  outline: none !important;
}

.follow-facebook span {
  padding-right: 15px;
  padding-left: 15px;
  width: 140px;
  font-size: 14px;
  color: #4468b0;
  line-height: 1.2;
}
.follow-facebook img {
  width: auto;
}
.follow-facebook:after {
  display: table;
  content: " ";
  clear: both;
}

.side-item {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  margin-bottom: 15px;
}
.side-item .item-header {
  color: white;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ed1c24;
  background: -webkit-linear-gradient(#ed1c24, #bf171d);
  background: -moz-linear-gradient(#ed1c24, #bf171d);
  background: linear-gradient(#ed1c24, #bf171d);
}
.side-item .item-header h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
  top: 3px;
  font-size: 18px;
}
.side-item .items-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.side-item .items-container .item {
  padding: 15px;
}
.side-item .items-container .item:last-child {
  padding-bottom: 0;
}
.side-item .items-container .item:first-of-type {
  padding-top: 0;
}
.side-item .items-container .item p, .side-item .items-container .item a {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.side-item .items-container .item h1, .side-item .items-container .item h2, .side-item .items-container .item h3, .side-item .items-container .item h4, .side-item .items-container .item h5, .side-item .items-container .item h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.side-item .items-container .item a {
  color: #ed1c24 !important;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0 30px;
  padding-left: 17.5px;
  overflow: hidden;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
}
#breadcrumbs li a {
  color: #605d5d;
}
#breadcrumbs li .bread-current {
  font-weight: normal;
  font-size: 12px;
  color: #605d5d;
  text-decoration: underline;
}
#breadcrumbs .separator {
  font-size: 18px;
}

.pdf-download {
  text-decoration: none !important;
  display: block;
  margin: 20px 0px;
}
.pdf-download > div {
  display: inline-block;
}
.pdf-download .pdf-icon .a-media-type {
  display: block;
  position: relative;
  float: none;
  height: 50px;
  width: 40px;
  background-image: url(../img/a-media-icon.png);
  background-repeat: no-repeat;
}
.pdf-download .pdf-icon .a-media-type b {
  background-color: #ff0000;
  position: absolute;
  bottom: 7px;
  right: -5px;
  width: auto;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-radius: 2px;
}
.pdf-download .pdf-info {
  position: relative;
  top: -15px;
  margin-left: 10px;
}
.pdf-download .pdf-info p {
  margin-bottom: 0;
  color: black;
  line-height: 1;
}
.pdf-download .pdf-info p.underline {
  color: #ed1c24;
  font-size: 14px;
}
.pdf-download .pdf-info p.underline:hover {
  text-decoration: underline;
}

.side-navigation {
  margin-left: 25px;
}
.side-navigation ul {
  padding-left: 10px;
}
.side-navigation ul, .side-navigation li {
  list-style-type: disc;
}
.side-navigation ul a, .side-navigation li a {
  color: black;
  font-size: 13px;
  line-height: 20px;
}
.side-navigation ul a.current, .side-navigation li a.current {
  color: #ed1c24;
}

.products .product {
  background-color: white;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  text-decoration: none !important;
}
.products .product:hover .background-image {
  opacity: 0.6;
}
.products .product .background-image {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 160px;
}
.products .product .product-title {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
  background: #ed1c24;
  background: -webkit-linear-gradient(#ed1c24, #bf171d);
  background: -moz-linear-gradient(#ed1c24, #bf171d);
  background: linear-gradient(#ed1c24, #bf171d);
}

.product-content-container {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  background-color: white;
  font-size: 13px;
}
.product-content-container .a-area-body {
  width: 100%;
}
.product-content-container:after {
  display: table;
  content: " ";
  clear: both;
}
.product-content-container img {
  max-width: 100%;
  height: auto;
}
.product-content-container div {
  padding-bottom: 5px;
}
.product-content-container h3, .product-content-container h1 {
  font-size: 18px;
  color: #e8182e;
  text-transform: uppercase;
}

/* Forms
-------------------------------------------------------------- */
.contact-form-container {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact-form-container h3 {
  padding-left: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ed1c24;
}
.contact-form-container .col-md-4 {
  padding-left: 30px;
}
.contact-form-container:after {
  display: table;
  content: " ";
  clear: both;
}
.contact-form-container input {
  height: 35px;
  padding: 8px 5px 5px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contact-form-container input.wpcf7-submit {
  float: right;
  border: none;
  width: auto;
  height: 30px;
  margin-top: 15px;
  color: white;
  font-weight: bold;
  padding: 5px 10px 0px;
  text-transform: uppercase;
  font-size: 16px;
  background: #ed1c24;
  background: -webkit-linear-gradient(#ed1c24, #bf171d);
  background: -moz-linear-gradient(#ed1c24, #bf171d);
  background: linear-gradient(#ed1c24, #bf171d);
}
.contact-form-container textarea {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  padding: 8px 5px 5px;
  resize: none;
}

/* Contact form */
#contactModal {
  z-index: 9999 !important;
}
#contactModal .modal-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: white;
}
#contactModal .modal-header {
  border: none;
  text-align: center;
}
#contactModal .send-email {
  border: 1px solid #404040;
  padding: 15px;
  display: block;
  position: relative;
}
#contactModal .wpcf7-form {
  border: 1px solid #404040;
  padding: 15px;
  display: block;
  position: relative;
}
#contactModal .sent {
  padding: 15px 15px 0px 15px !important;
}
#contactModal .row {
  padding: 0px;
}
#contactModal .contact-header {
  height: 40px;
}
#contactModal .contact-header h5 {
  color: #404040;
  font-family: MyriadPro, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#contactModal .wpcf7-form p {
  margin: 0px;
  color: #404040;
  font-family: MyriadPro, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
#contactModal .send-email p {
  color: #404040;
}
#contactModal .send-email a {
  text-decoration: underline;
  color: #404040;
}
#contactModal h2 {
  font-family: MyriadPro, Arial, sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  color: #404040;
  text-transform: uppercase;
  text-align: center;
  line-height: normal !important;
}
#contactModal input {
  width: 100%;
  padding: 5px;
  border: 1px solid #404040;
  margin-bottom: 10px;
}
#contactModal textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  border: 1px solid #404040;
}
#contactModal .close {
  font-family: MyriadPro, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  text-transform: uppercase;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
#contactModal .close:hover {
  color: #6e6b6b;
}
#contactModal .submit {
  word-wrap: break-word !important;
  white-space: normal !important;
  font-family: MyriadPro, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  /* change this from inline-block */
  width: 80%;
  /* setting the width */
  margin: 0 auto;
  border: none !important;
  margin-bottom: 0px !important;
}
#contactModal div.wpcf7-validation-errors {
  display: none !important;
}
#contactModal div.wpcf7-response-output {
  margin: 0px !important;
  padding: 5px 0px 0px 0px !important;
  border: none !important;
  color: #398f14;
  text-align: center;
}
#contactModal .email-content {
  text-align: center;
}
#contactModal .email-content img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
#contactModal .ajax-loader {
  display: none;
}
#contactModal div.wpcf7-response-output {
  margin: 0px !important;
  padding: 5px 0px 0px 0px !important;
  border: none !important;
  color: #398f14;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

/* Sections
-------------------------------------------------------------- */
.page-container {
  margin-top: 30px;
}
.page-container .page-content {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
}
.page-container .page-content .page-title {
  color: #ed1c24;
  text-transform: uppercase;
}
.page-container .page-content p {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-container .page-content #map {
  height: 300px;
  width: 100%;
}

.page-title {
  color: #ed1c24;
  text-transform: uppercase;
}

.news-content p, .news-content a {
  font-size: 14px;
}

.news-container .news {
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding: 30px 0px 10px;
}
.news-container .news .news-title {
  font-size: 18px;
  font-weight: bold;
  color: black !important;
  margin-bottom: 10px;
}
.news-container .news p, .news-container .news a {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
.news-container .news p.news-content, .news-container .news a.news-content {
  margin-bottom: 0;
}
.news-container .news p.more, .news-container .news a.more {
  color: #ed1c24;
  margin-bottom: 0;
}
.news-container .news:last-of-type {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.category-title h3 {
  color: #ed1c24;
  font-size: 18px;
}
.category-title h4 {
  font-size: 16px;
}

.home-container {
  background-image: url("../img/resqtec.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: white;
}
.home-container .header-text {
  color: white;
  margin: 200px auto;
}
.home-container .header-text h1 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.home-container .header-text p {
  letter-spacing: 1px;
  line-height: 1.4;
}
.home-container .header-text a {
  color: #ed1c24;
}
.home-container .home-content .gallery {
  max-height: 290px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  margin-bottom: 15px;
}
.home-container .home-content .gallery .gallery-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.home-container .home-content .logos .logo {
  padding: 25px 0px;
}

@media (min-width: 1200px) {
  .container {
    width: 1250px;
  }
  .container .container-container {
    max-width: 960px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .mobile-title {
    display: none;
  }

  .copyright-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .a-slot.aFile .a-file-slot .a-file-title {
    width: 100%;
    font-size: 12px;
  }

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

  .a-slot.aFile .a-file-slot .a-file-download a {
    font-size: 12px;
  }

  .a-slot.aInsetImage .topright .a-inset-image {
    width: auto !important;
  }

  .home-container {
    background-size: 200%;
    background-position: top right;
  }
  .home-container .header-text {
    margin: 20px auto;
  }
  .home-container .header-text h1 {
    margin-top: 0;
  }
  .home-container .header-text br {
    display: none;
  }
  .home-container .products .col-md-4 {
    padding: 0;
  }
  .home-container .frontpage-sidebar {
    padding: 0;
  }
  .home-container .home-content .logos .logo {
    padding: 50px 0px;
  }
  .home-container .home-content .frontpage-contact-form-container {
    margin-bottom: 0px;
  }
  .home-container .home-content .frontpage-contact-form-container h3 {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .home-container .home-content .frontpage-contact-form-container .col-md-4, .home-container .home-content .frontpage-contact-form-container .col-md-8 .col-md-8, .home-container .home-content .frontpage-contact-form-container .col-md-12 {
    padding: 0;
  }
  .home-container .home-content .frontpage-contact-form-container .col-md-4 {
    margin-bottom: 5px;
  }
  .home-container .home-content .frontpage-contact-form-container input.wpcf7-submit {
    width: 100%;
  }

  footer {
    text-align: center;
  }
  footer .col-md-4 {
    margin-bottom: 40px;
  }
  footer .follow-facebook {
    margin: auto;
    width: 170px;
    display: block;
    position: relative;
    left: 20px;
  }
  footer .copyright {
    display: none;
  }
  footer .copyright-mobile {
    display: block;
  }

  .logo-header {
    height: auto;
  }
  .logo-header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .logo-header .follow-facebook {
    display: none;
  }
  .logo-header .right-header {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .logo-header .navbar-brand {
    float: none;
    width: 100%;
  }
  .logo-header .navbar-brand img {
    margin: auto;
  }

  .navbar-container {
    position: relative;
  }
  .navbar-container li.open .caret:before {
    border-color: gray;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0.15em;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 16px;
  }
  .navbar-container .caret {
    border-color: transparent;
    right: 40px;
    position: absolute;
    top: 5px;
  }
  .navbar-container .caret:before {
    border-style: solid;
    border-color: gray;
    border-width: 3px 3px 0 0;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 16px;
    top: 0;
    transform: rotate(135deg);
  }
  .navbar-container .dropdown-menu {
    padding: 0px;
  }
  .navbar-container .dropdown-menu li:first-of-type {
    border-top: 1px solid gray;
  }
  .navbar-container .dropdown-menu li:last-of-type {
    border-bottom: 0;
  }
  .navbar-container .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .navbar-container .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-container .navbar-nav {
    margin: 0px;
  }
  .navbar-container li {
    border: none;
    border-bottom: 1px solid gray;
    background: #e8e8e8;
  }
  .navbar-container li.current-menu-item {
    background: white;
  }
  .navbar-container li.current-menu-item a {
    color: #ed1c24;
  }
  .navbar-container li a {
    color: #666666;
  }
  .navbar-container .navbar-toggle {
    border: 1px solid #bf171d;
  }
  .navbar-container .navbar-toggle .icon-bar {
    background-color: white;
    height: 4px;
  }
  .navbar-container .navbar-toggle.toggled {
    background: white;
    background: -webkit-linear-gradient(white, #cdcdcd);
    background: -moz-linear-gradient(white, #cdcdcd);
    background: linear-gradient(white, #cdcdcd);
  }
  .navbar-container .navbar-toggle.toggled .icon-bar {
    background-color: #ed1c24;
  }
  .navbar-container .navbar-collapse {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 55px;
    z-index: 99;
    display: none !important;
  }
  .navbar-container .navbar-collapse.toggled {
    height: auto !important;
    display: block !important;
  }
  .navbar-container .mobile-title {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
  .home-container {
    background-size: 200%;
    background-position: top right;
  }
  .home-container .header-text {
    margin: 20px auto;
  }
  .home-container .header-text h1 {
    margin-top: 0;
  }
  .home-container .header-text br {
    display: none;
  }
  .home-container .products .col-md-4 {
    padding: 0;
  }
  .home-container .frontpage-sidebar {
    padding: 0;
  }
  .home-container .home-content .logos .logo {
    padding: 50px 0px;
  }
  .home-container .home-content .frontpage-contact-form-container {
    margin-bottom: 0px;
  }
  .home-container .home-content .frontpage-contact-form-container h3 {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .home-container .home-content .frontpage-contact-form-container .col-md-4, .home-container .home-content .frontpage-contact-form-container .col-md-8 .col-md-8, .home-container .home-content .frontpage-contact-form-container .col-md-12 {
    padding: 0;
  }
  .home-container .home-content .frontpage-contact-form-container .col-md-4 {
    margin-bottom: 5px;
  }
  .home-container .home-content .frontpage-contact-form-container input.wpcf7-submit {
    width: 100%;
  }

  .home-container .products .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 33.3333%;
    float: left;
  }
  .home-container .products:after {
    display: table;
    content: " ";
    clear: both;
  }
  .home-container .frontpage-sidebar {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  footer .col-md-4 {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .follow-facebook {
    margin: auto;
    width: 170px;
    display: block;
    position: relative;
    left: 20px;
  }
  footer .copyright {
    display: none;
  }
  footer .copyright-mobile {
    display: block;
    text-align: center;
  }
}

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