/* line 1, SASS/reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/* line 1, SASS/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 1, SASS/reset.scss */
body {
  line-height: 1;
}

/* line 1, SASS/reset.scss */
ol, ul, li {
  list-style: none;
}

/* line 1, SASS/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 1, SASS/reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 1, SASS/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, SASS/reset.scss */
a {
  text-decoration: none;
}

/* line 2, SASS/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'allerbold';
  src: url("../fonts/aller_bd-webfont.eot");
  src: url("../fonts/aller_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_bd-webfont.woff2") format("woff2"), url("../fonts/aller_bd-webfont.woff") format("woff"), url("../fonts/aller_bd-webfont.ttf") format("truetype"), url("../fonts/aller_bd-webfont.svg#allerbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'allerregular';
  src: url("../fonts/aller_rg-webfont.eot");
  src: url("../fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_rg-webfont.woff2") format("woff2"), url("../fonts/aller_rg-webfont.woff") format("woff"), url("../fonts/aller_rg-webfont.ttf") format("truetype"), url("../fonts/aller_rg-webfont.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 9, SASS/style.scss */
body {
  background: white;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875em;
  color: #555555;
  line-height: 1.5;
}
@media all and (min-width: 800px) {
  /* line 9, SASS/style.scss */
  body {
    font-size: 1.1em;
    font-family: "allerregular", Verdana, Geneva, sans-serif;
  }
}
/* line 21, SASS/style.scss */
body > section, body > header, body > footer {
  padding: 1px 1em 3em;
  text-align: center;
}

/* line 29, SASS/style.scss */
body > section > h2 {
  font-size: 2em;
  text-transform: capitalize;
  margin-top: 1.25em;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
@media all and (min-width: 800px) {
  /* line 29, SASS/style.scss */
  body > section > h2 {
    font-size: 2.5em;
    margin-bottom: 1.5em;
  }
}
/* line 43, SASS/style.scss */
body > section > h2:after {
  content: '';
  position: absolute;
  background-image: url(../images/heading.png);
  width: 93px;
  height: 28px;
  left: 50%;
  margin-left: -46px;
  bottom: -37px;
}

/* line 54, SASS/style.scss */
h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 .25em;
  color: #222;
  border-bottom: 2px solid #ddd;
}

/* line 65, SASS/style.scss */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 68, SASS/style.scss */
p {
  margin-bottom: 1em;
}

/* line 75, SASS/style.scss */
form {
  text-align: left;
}

/* line 78, SASS/style.scss */
input, select, textarea {
  padding: .5em .75em;
  border: none;
  border-top: 7px solid #97cfe3;
  border-bottom: 7px solid #97cfe3;
  font-size: inherit;
  width: 100%;
  color: #666;
  background: #cbe7f1;
  margin-bottom: 1em;
  font-family: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 1000px) {
  /* line 78, SASS/style.scss */
  input, select, textarea {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
/* line 96, SASS/style.scss */
input:hover, select:hover, textarea:hover {
  background: #fff;
  color: #333;
}
/* line 100, SASS/style.scss */
input:focus, select:focus, textarea:focus {
  background: #fff;
  border-color: #cbe7f1;
  color: #111;
}

/* line 106, SASS/style.scss */
textarea {
  height: 8em;
}

/* line 109, SASS/style.scss */
select {
  cursor: pointer;
  border: none;
}

/* line 113, SASS/style.scss */
label {
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  margin-bottom: .15em;
  text-indent: 2px;
  cursor: pointer;
}

/* line 121, SASS/style.scss */
input[type="submit"], .button {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .75em 1em;
  width: auto;
  color: #000;
  cursor: pointer;
  border: none;
  border-left: 7px solid #97cfe3;
  border-right: 7px solid #97cfe3;
}
@media all and (min-width: 1000px) {
  /* line 121, SASS/style.scss */
  input[type="submit"], .button {
    border-left-width: 10px;
    border-right-width: 10px;
  }
}
/* line 137, SASS/style.scss */
input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
  background: #fff;
  border-color: #cbe7f1;
}
/* line 141, SASS/style.scss */
input[type="submit"]:active, .button:active {
  background: #2f9fc6;
  color: #fff;
}

/* line 146, SASS/style.scss */
.button {
  color: #fff;
  background: #2f9fc6;
  padding: .75em 1.5em;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 153, SASS/style.scss */
.button:hover, .button:focus {
  background: #44b5dc;
}
/* line 156, SASS/style.scss */
.button:active {
  background: #444;
  color: #fff;
}

/* line 165, SASS/style.scss */
.clear_fix:after, #home_nav:after, #products:after, #products ul:after, #company:after, #product_list h3 + ul:after, #product_list h3 + ul > li:after, #primary_footer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 170, SASS/style.scss */
.wrapper {
  max-width: 1260px;
  margin: auto;
  padding-top: 1px;
  position: relative;
}

/* line 180, SASS/style.scss */
#home_header {
  background: #d9f0f9 url(../images/banner-bg.jpg);
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #d9f0f9;
}
/* line 186, SASS/style.scss */
#home_header .wrapper {
  padding-bottom: 3em;
}
@media all and (min-width: 800px) {
  /* line 186, SASS/style.scss */
  #home_header .wrapper {
    margin-right: -1em;
  }
  /* line 192, SASS/style.scss */
  #home_header .wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: url(../images/mixed-products-small.png) right bottom no-repeat;
  }
}
@media all and (min-width: 1000px) {
  /* line 203, SASS/style.scss */
  #home_header .wrapper:after {
    background-image: url(../images/mixed-products-medium.png);
  }
}
@media all and (min-width: 1200px) {
  /* line 186, SASS/style.scss */
  #home_header .wrapper {
    min-height: 650px;
    margin-right: auto;
  }
  /* line 211, SASS/style.scss */
  #home_header .wrapper:after {
    background-image: url(../images/mixed-products.png);
  }
}

/* line 217, SASS/style.scss */
#page_header {
  background: #d9f0f9 url(../images/banner-bg.jpg);
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #d9f0f9;
}
/* line 223, SASS/style.scss */
#page_header #logo {
  margin-bottom: 2em !important;
}

/* line 227, SASS/style.scss */
#meta_info {
  display: none;
}

/* line 230, SASS/style.scss */
#logo {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 2em;
  margin-bottom: 2em;
  height: 102px;
  text-indent: -999em;
  z-index: 1;
  background: url(../images/logo-small.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media all and (min-width: 800px) {
  /* line 230, SASS/style.scss */
  #logo {
    width: 314px;
    background-image: url(../images/logo.png);
    height: 48px;
    margin-bottom: 6em;
  }
}
@media all and (min-width: 1200px) {
  /* line 230, SASS/style.scss */
  #logo {
    background-image: url(../images/logo-big.png);
    width: 385px;
    height: 59px;
    margin-bottom: 9em;
  }
}

/* line 259, SASS/style.scss */
#home_nav {
  background: #d9f0f9;
  margin: 0 -1em 2em;
  z-index: 1;
  position: relative;
}
@media all and (min-width: 800px) {
  /* line 259, SASS/style.scss */
  #home_nav {
    position: absolute;
    text-align: right;
    top: 2em;
    right: 1.5em;
    left: 350px;
    margin-top: -0.3em;
    background: none;
  }
  /* line 275, SASS/style.scss */
  #home_nav li {
    display: inline-block;
  }
  /* line 278, SASS/style.scss */
  #home_nav li:last-child a {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  /* line 259, SASS/style.scss */
  #home_nav {
    left: 420px;
  }
}
/* line 288, SASS/style.scss */
#home_nav a {
  display: block;
  font-size: 1.1em;
  width: 50%;
  float: left;
  padding: .5em 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
}
@media all and (min-width: 600px) {
  /* line 288, SASS/style.scss */
  #home_nav a {
    width: 25%;
  }
}
@media all and (min-width: 800px) {
  /* line 288, SASS/style.scss */
  #home_nav a {
    display: inline-block;
    width: auto;
    font-size: 1em;
    margin-right: 1.15em;
  }
}
@media all and (min-width: 1000px) {
  /* line 288, SASS/style.scss */
  #home_nav a {
    margin-right: 2.5em;
  }
}
@media all and (min-width: 1200px) {
  /* line 288, SASS/style.scss */
  #home_nav a {
    font-size: 1.1em;
    margin-right: 3.5em;
  }
}
/* line 315, SASS/style.scss */
#home_nav a:hover, #home_nav a.active {
  background: #e9f7fc;
  color: #2f9fc6;
}
@media all and (min-width: 800px) {
  /* line 315, SASS/style.scss */
  #home_nav a:hover, #home_nav a.active {
    background: none;
  }
}
/* line 323, SASS/style.scss */
#home_nav a.active {
  cursor: default;
}

/* line 328, SASS/style.scss */
#home_banner {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 800px) {
  /* line 328, SASS/style.scss */
  #home_banner {
    text-align: left;
    margin-right: 250px;
    margin-bottom: 2em;
  }
}
@media all and (min-width: 1000px) {
  /* line 328, SASS/style.scss */
  #home_banner {
    margin-right: 360px;
    max-width: 60%;
  }
}
@media all and (min-width: 1200px) {
  /* line 328, SASS/style.scss */
  #home_banner {
    max-width: 50%;
  }
}
/* line 346, SASS/style.scss */
#home_banner h1 {
  font-size: 2em;
  margin-bottom: .5em;
  line-height: 1.3;
}
@media all and (min-width: 1000px) {
  /* line 346, SASS/style.scss */
  #home_banner h1 {
    font-size: 2.5em;
  }
}
/* line 355, SASS/style.scss */
#home_banner h1 span {
  font-weight: bold;
}
/* line 359, SASS/style.scss */
#home_banner .comp_desc {
  margin-bottom: 2em;
}
@media all and (min-width: 1000px) {
  /* line 359, SASS/style.scss */
  #home_banner .comp_desc {
    font-size: 1.25em;
  }
}

@media all and (min-width: 800px) {
  /* line 371, SASS/style.scss */
  #products {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/* line 379, SASS/style.scss */
#products ul {
  margin-bottom: 2em;
}
/* line 383, SASS/style.scss */
#products li {
  width: 50%;
  height: 5em;
  float: left;
  padding: 0 1px;
  margin-bottom: 2px;
  position: relative;
}
@media all and (min-width: 470px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 33.33333%;
  }
}
@media all and (min-width: 620px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 25%;
  }
}
@media all and (min-width: 770px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 20%;
  }
}
@media all and (min-width: 920px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 16.66666%;
  }
}
@media all and (min-width: 1070px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 14.2857%;
  }
}
@media all and (min-width: 1220px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 12.5%;
  }
}
@media all and (min-width: 1350px) {
  /* line 383, SASS/style.scss */
  #products li {
    width: 11.1111%;
  }
}
/* line 413, SASS/style.scss */
#products a {
  display: table;
  width: 100%;
  height: 100%;
  background: #d9f0f9;
}
/* line 420, SASS/style.scss */
#products a:hover, #products a:focus {
  background-color: #2f9fc6;
}
/* line 423, SASS/style.scss */
#products a:hover h4, #products a:focus h4 {
  color: #fff;
}
/* line 427, SASS/style.scss */
#products a:active {
  background-color: #444;
}
/* line 430, SASS/style.scss */
#products a:active h4 {
  color: #fff;
}
/* line 435, SASS/style.scss */
#products h4 {
  display: table-cell;
  padding: 0 .5em;
  vertical-align: middle;
  text-transform: capitalize;
  color: #222;
}
/* line 442, SASS/style.scss */
#products h3 {
  clear: both;
  margin-bottom: .5em;
}
@media all and (min-width: 470px) {
  /* line 442, SASS/style.scss */
  #products h3 {
    text-align: left;
  }
}

/* line 456, SASS/style.scss */
#company {
  background: #2f9fc6;
  color: #fff;
  text-align: left;
}
@media all and (min-width: 800px) {
  /* line 456, SASS/style.scss */
  #company {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media all and (min-width: 1000px) {
  /* line 456, SASS/style.scss */
  #company {
    font-size: 1.1em;
    padding-top: 1em;
  }
}
/* line 471, SASS/style.scss */
#company a {
  color: inherit;
  border-bottom: 2px solid #97cfe3;
  white-space: nowrap;
  margin-left: .5em;
}

@media all and (min-width: 700px) {
  /* line 478, SASS/style.scss */
  #about {
    width: 47.5%;
    float: left;
  }
}
@media all and (min-width: 1200px) {
  /* line 478, SASS/style.scss */
  #about {
    width: 42%;
  }
}

/* line 487, SASS/style.scss */
#about_logo {
  height: 52px;
  background: url(../images/about-logo.png) left center no-repeat;
  margin-top: 3em;
  margin-bottom: 2em;
  text-indent: -999em;
  -webkit-background-size: contain;
  background-size: contain;
}

@media all and (min-width: 700px) {
  /* line 496, SASS/style.scss */
  #contact {
    width: 47.5%;
    float: right;
  }
}
@media all and (min-width: 1200px) {
  /* line 496, SASS/style.scss */
  #contact {
    width: 50%;
  }
}
/* line 505, SASS/style.scss */
#contact h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding-bottom: .1em;
  border-bottom: 1px solid;
}

/* line 515, SASS/style.scss */
#success {
  text-align: center;
  background: url(../images/sent.png) top center no-repeat;
  padding-top: 160px;
}

/* line 526, SASS/style.scss */
#product_list h3:first-of-type {
  margin-top: 0;
}
/* line 529, SASS/style.scss */
#product_list h3 {
  margin-top: 2em;
}
@media all and (min-width: 470px) {
  /* line 529, SASS/style.scss */
  #product_list h3 {
    text-align: left;
  }
}
/* line 536, SASS/style.scss */
#product_list h3 + ul {
  margin-bottom: 1em;
}
@media all and (min-width: 470px) {
  /* line 536, SASS/style.scss */
  #product_list h3 + ul {
    text-align: left;
  }
}
/* line 544, SASS/style.scss */
#product_list h3 + ul > li {
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
}
@media all and (min-width: 470px) and (max-width: 699px) {
  /* line 553, SASS/style.scss */
  #product_list h3 + ul li li {
    width: 46%;
    float: left;
  }
  /* line 558, SASS/style.scss */
  #product_list h3 + ul li li:nth-child(2n+1) {
    clear: left;
    margin-right: 8%;
  }
}
@media all and (min-width: 700px) and (max-width: 999px) {
  /* line 553, SASS/style.scss */
  #product_list h3 + ul li li {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  /* line 568, SASS/style.scss */
  #product_list h3 + ul li li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 571, SASS/style.scss */
  #product_list h3 + ul li li:nth-child(3n+1) {
    clear: left;
  }
}
@media all and (min-width: 1000px) {
  /* line 553, SASS/style.scss */
  #product_list h3 + ul li li {
    width: 22%;
    float: left;
    margin-right: 4%;
  }
  /* line 580, SASS/style.scss */
  #product_list h3 + ul li li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 583, SASS/style.scss */
  #product_list h3 + ul li li:nth-child(4n+1) {
    clear: left;
  }
}
/* line 589, SASS/style.scss */
#product_list h4 {
  color: #2f9fc6;
  font-size: 1.2em;
  margin: 1.5em 0 .5em;
}
/* line 596, SASS/style.scss */
#product_list h5:before {
  content: '- ';
}
/* line 600, SASS/style.scss */
#product_list li {
  margin-bottom: .25em;
}

/* line 610, SASS/style.scss */
#primary_footer {
  color: #84b7c9;
  background: #2d5b6b;
  padding: 1em 1em 1px;
}
@media all and (min-width: 500px) {
  /* line 617, SASS/style.scss */
  #primary_footer .since {
    float: left;
  }
  /* line 620, SASS/style.scss */
  #primary_footer #copyright {
    float: right;
  }
}
