@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #D3DCFF;
  text-shadow: none;
}
::selection {
  background: #d3dcff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/26px 'Lato', 'Trebuchet MS', Helvetica, Helvetica Neue, Arial;
  font-weight: 100;
  color: #666565;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
body.home {
  background-position: center center;
}
header img.logo-img {
  width: 8%;
  margin-right: 10px;
  margin-top: -10px;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
.header-container {
  z-index: 100;
  height: 75px;
}
a#masthead-logo {
  font-size: 2.75em;
  margin-top: 25px;
}
.menutext {
  display: inline;
  font-size: .75em;
}
.header-container {
  background: #000000;
  position: fixed;
  width: 100%;
}
#about {
  background: rgba(55, 71, 113, 0.6);
  color: white;
  width: 90%;
  padding: 5%;
  position: relative;
  margin-top: 75px;
}
#about article p {
  font-size: 1.25em;
  letter-spacing: .03em;
  font-weight: 300;
}
/* NAVIGATION */
.title {
  position: absolute;
  text-transform: uppercase;
  color: #94A1D2;
  font-weight: normal;
  display: inline-block;
  margin-top: 20px;
  transition: color .2s ease;
  text-align: left;
}
.title:hover {
  color: #5e72bb;
}
.led {
  color: #D3DCFF;
}
nav {
  float: right;
  display: inline-block;
}
.menu-link {
  margin-top: 20px;
  display: inline-block;
  float: right;
  font-size: 2.0em;
  transition: color .2s ease;
}
.menu-link:hover {
  color: #D3DCFF;
}
nav ul {
  margin: 0;
  padding: 0;
}
header a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #848484;
}
nav a:hover {
  color: #b7b7b7;
  transition: color .2s ease;
}
#upper-nav {
  position: absolute;
  top: -1px;
  right: 80px;
}
#upper-nav li {
  background: #010101;
  list-style-type: none;
  margin-left: 0;
  border: 1px solid #2c2c2c;
  height: 50px;
  min-width: 150px;
  transition: all .2s ease;
}
#upper-nav li a {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}
#upper-nav li:hover {
  background: rgba(255, 255, 255, 0.1);
}
#upper-nav li:hover a {
  color: #9e9e9e;
}
#upper-nav .highlight {
  color: #94A1D2;
}
#upper-nav .highlight:hover {
  color: #8291ca;
}
#desktop-nav {
  position: absolute;
  display: inline-block;
  right: 45px;
  margin-top: 20px;
}
.desktop-nav-item,
.upper-nav-item {
  display: none;
}
/* Responsive Menu */
.panel {
  z-index: 45;
  background: #6e6f95;
  height: 100%;
  position: fixed;
  right: -20em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em;
  /*should match the above value*/
}
.panel li a {
  letter-spacing: .5px;
  font-weight: normal;
  color: white;
  height: 50px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 25px 0 0 25px;
  background: #323357;
}
.panel #link-one {
  background: #323357;
}
.panel #link-two {
  background: rgba(50, 51, 87, 0.8);
}
.panel #link-three {
  background: rgba(50, 51, 87, 0.7);
}
.panel #link-four {
  background: rgba(50, 51, 87, 0.6);
}
.panel #link-five {
  background: rgba(50, 51, 87, 0.5);
}
.panel #link-six {
  background: rgba(50, 51, 87, 0.4);
}
.wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* SIDE NAV */
#side-container {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 100%;
  z-index: 200;
  background: #000000;
  background: #121212;
  min-width: 75px;
}
.contact {
  float: right;
  margin: 0 auto;
  margin-top: 10px;
  width: 120px;
}
.contact ul {
  list-style-type: none;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.contact li {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.buttons {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin: 0 auto;
}
/* PRODUCT PAGE STYLING */
.headline {
  position: relative;
  margin: 25% auto 0;
  padding: 5px 20px;
  background: rgba(55, 71, 113, 0.6);
  color: white;
  max-width: 50%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .07em;
}
.headline h1 {
  font-weight: 700;
}
.hero {
  height: 45%;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.content {
  margin: 0 auto;
  height: auto;
  width: 100%;
  background-color: #efefef;
  padding: 2% 0 100px 0;
}
.content .button-area {
  position: relative;
  margin: 30px auto;
  text-align: center;
}
.content .line-card-button-wrapper,
.content .mspr-button-wrapper {
  display: inline-block;
  text-align: center;
  margin: 20px 0;
}
.content .line-card-button-wrapper a,
.content .mspr-button-wrapper a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: .05em;
  background: #b9c8ff;
  postion: relative;
  padding: 15px 20px;
  text-align: center;
  transition: background .2s ease;
}
.content .line-card-button-wrapper a:hover,
.content .mspr-button-wrapper a:hover {
  background: #aabcff;
}
.content .line-card-button-wrapper a:active,
.content .mspr-button-wrapper a:active {
  background: #9bafff;
}
.content .line-card-button-wrapper img,
.content .mspr-button-wrapper img {
  height: 25px;
  width: auto;
  margin-bottom: 7px;
  margin-left: 10px;
}
.content .line-card-button-wrapper {
  width: 325px;
}
.content .mspr-button-wrapper a {
  background-color: #6e6f95;
}
.content .mspr-button-wrapper a:hover {
  background: #5c5d7e;
}
.content .mspr-button-wrapper a:active {
  background: #565675;
}
.common-page {
  margin-top: 100px;
  width: 95%;
  margin: 100px 0 0 0;
  text-align: center;
}
.common-page p {
  width: 60%;
  margin: 0 auto;
}
.common-page h1 {
  font-size: 3.25em;
  border-bottom: 1px solid #848484;
  width: 40%;
  margin: 35px auto 20px;
  line-height: 1em;
  padding-bottom: 20px;
}
.common-page .single-service-wrapper img {
  margin-top: 40px;
}
.common-page .single-service-wrapper h2 {
  color: #94A1D2;
}
div#installation-wrapper {
  font-size: 1.2em;
}
div#installation-wrapper ul {
  width: 70%;
  margin: 0 auto;
}
div#installation-wrapper ul li {
  text-align: left;
}
.grid,
.info,
.footer {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1120px;
  text-align: center;
}
.info {
  padding: 5% 0;
  border-top: 1px solid white;
  margin: 5% auto;
  border-bottom: 1px solid white;
}
.footer {
  color: #848484;
  border-top: 1px solid #848484;
  margin-top: 50px;
}
.footer p {
  font-size: 1em;
}
.product {
  position: relative;
  background-color: white;
  width: 98%;
  min-height: 320px;
  margin: 0 1%;
  margin-top: 3%;
  display: inline-table;
  text-transform: uppercase;
  text-align: center;
  color: #848484;
  overflow-x: hidden;
  text-decoration: none;
  padding-top: 10px;
}
.product h4 {
  margin: 5px;
}
.product img {
  width: 80%;
}
.product .pdf {
  display: none;
  position: absolute;
  width: auto;
  max-height: 180px;
  z-index: 50;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product .overlay-parent {
  position: relative;
  width: 100%;
  height: 100%;
}
.product .overlay {
  background-color: #94A1D2;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .8;
}
.product:hover {
  color: #000;
  overflow: hidden;
}
.product:hover .pdf {
  display: block;
  opacity: .8;
}
.product:hover .overlay {
  display: block;
}
.label {
  width: 55%;
  margin: 10px auto;
  padding-top: 10px;
  border-top: 1px solid #848484;
}
/* MODAL STYLING */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 250;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  line-height: 2;
  visibility: hidden;
  top: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 600px;
  background: #94a1d2;
  position: absolute;
  z-index: 251;
  padding: 15px 2%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  text-align: center;
}
.reveal-modal h4 {
  line-height: 1em;
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight: 300;
  letter-spacing: .03em;
  -webkit-margin-after: .33em;
}
.reveal-modal iframe {
  width: 100%;
}
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #fff;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
/* END OF MODAL STYLING */
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* ==========================================================================
    Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.5;
  font-weight: normal;
}
h1,
a.title {
  font-size: 22px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 480px) {
  /* Big Phone Styling */
  .menu-link {
    z-index: 100;
  }
  .menu-link .menutext {
    display: none;
  }
  .scroll {
    display: none;
  }
  a.title {
    font-size: 20px;
  }
  a.title img {
    width: 10%;
  }
  .menutext {
    display: inline;
  }
  .product {
    width: 100%;
    margin: 0 1%;
    margin-top: 3%;
  }
}
@media only screen and (max-width: 480px) {
  .common-page {
    width: 100%;
  }
  .common-page h1 {
    width: 70%;
  }
  a#masthead-logo {
    font-size: 1.0em;
    margin-top: 25px;
    max-width: 275px;
    float: left;
  }
  .header-container {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 480px) {
  .common-page {
    width: 100%;
  }
  .scroll {
    display: none;
  }
  a#masthead-logo {
    font-size: 1.3em;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* Tablet Styling */
  a#masthead-logo {
    font-size: 2.0em;
    margin-top: 25px;
  }
  .header-container {
    padding-bottom: 10px;
  }
  .product {
    width: 30%;
    margin: 0 1%;
    margin-top: 3%;
  }
  .scroll {
    display: block;
    position: relative;
    z-index: 80;
    height: 80px;
    width: 80px;
    margin: 100px auto 0;
  }
  .scroll img {
    width: 100%;
    height: auto;
  }
  h1,
  a.title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1175px) {
  /* Desktop Styling */
  a#masthead-logo {
    font-size: 1.5em;
    margin-top: 25px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    line-height: 1.5;
    font-weight: normal;
  }
  h1,
  a.title {
    font-size: 30px;
    margin-top: 50px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 19px;
  }
  .wrapper {
    width: 80%;
    margin: 0 0 0 10%;
    max-width: 1260px;
  }
  .title {
    float: left;
    margin-top: 20px;
  }
  nav {
    float: right;
    font-size: 15px;
  }
  nav a {
    margin-right: 30px;
  }
  #about {
    width: 50%;
    padding: 60px 50px;
    margin: 0 10%;
    margin-top: 130px;
    max-width: 570px;
  }
  #about article p {
    font-size: 1.75em;
    letter-spacing: .03em;
    font-weight: 300;
  }
  .header {
    width: 85%;
    margin-left: 10%;
    margin-right: 5%;
    max-width: 1260px;
  }
  .header-container {
    height: 130px;
  }
  #mobile-nav {
    display: none;
  }
  nav#desktop-nav ul {
    text-align: center;
  }
  nav#desktop-nav ul li {
    line-height: 1.25em;
    letter-spacing: .05em;
  }
  nav#desktop-nav ul li:hover img {
    opacity: .8;
  }
  nav#desktop-nav ul li img {
    width: 40px;
    height: auto;
    margin: 0 auto 10px;
  }
  .desktop-nav-item {
    display: inline-block;
  }
  .upper-nav-item {
    display: inline-block;
    margin-top: 0;
    margin: 0 -6px;
  }
  #side-container {
    position: fixed;
    right: 0;
    height: 100%;
    width: 80px;
    z-index: 50;
    background: #000000;
    min-width: 75px;
  }
  .contact {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  .contact li {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .hero {
    height: 50%;
  }
  .headline {
    margin-top: 300px;
  }
  .product {
    width: 22%;
    margin: 0 1%;
    margin-top: 3%;
  }
  .wrap {
    position: absolute;
  }
}
.clearfix {
  *zoom: 1;
}
