/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);



.nav-bg {background: rgb(20,20,20); margin: auto; opacity: 1; position: relative; transition: background-color 0.7s ease 0s; z-index: 999;}
.nav {margin: 0 auto; position: relative; text-align: center; font-size: 0; }
.nav li {color: #ddd; cursor: pointer; display: inline-block; font-size: 16px; font-weight: 400; margin: 0 5px; padding: 10px 8px; text-transform: uppercase;}
.nav li:hover {color: #25bcf5; background: #333; }
.nav li.nav-active {color: #25bcf5; }
.is-sticky .nav-bg {max-width: 100%; width: 100%;}
.nav-bg .mcontainer {max-width: 900px;}
.back-to-top {display: none; width: 64px; height: 64px; position: fixed; top: 40px; right: 25px; cursor: pointer; z-index: 9999; }
.menu ul li.nav-active {border-bottom: 4px solid skyblue; color: skyblue;}
.nav a {color: #ddd; display: block; margin: -10px 0; padding: 10px 0; text-decoration: none;}
.nav a:hover {color: #25bcf5;}

.products-bg h2 {color: #fff; font-size: 1.4em; text-transform: none; margin-bottom: 0.5em; }
.products-bg h2.prod-second { margin-top: 0.5em; }
.products-bg .product-buttons {margin: 0.5em 0;}
.prod-column-specs { padding-left: 1em; }
.prod-accord-header {border: 1px solid #333; color: #777; cursor: pointer; margin-top: 3px; padding: 5px; font-size: 0.85em; }
.itemSKU {float: right; margin: 0 5px;}
.arrow-left {width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 9px solid #555; float: right;}
.prod-accord-header.active {border-color: #fff; color: #fff; font-weight: 500;}
.prod-accord-header.active .arrow-left {border-top: 9px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-top: 3px;}
.prod-specs {position: absolute; top: 0; right: 0; padding-left: 15px; padding-right: 15px; width: 50%;}
.prod-accord-content {display: none; overflow: hidden;}

.products-bg .product-images {list-style: none; margin: 5px 0; overflow: hidden;}
.product-images li {float: left; margin: 3px 5px 3px 0;}
.product-images img {max-width: 50px;}
.product-buttons {list-style: none; margin: 15px 0 0;}
.product-buttons a {color: #fff; display: block; padding: 4px 8px; text-decoration: none; border: 1px solid #666666; font-size: 0.75em; text-transform: uppercase;}
.product-buttons a:hover {color: #999;}
.product-buttons li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 1em; margin: 0 1% 10px 0; width: 30%; padding: 0; background: url(/images/common/75_black_trans.png);}
.product-buttons .statusComingSoon {display: block; padding: 4px 8px; border: 1px solid #666666; font-size: 0.75em; text-transform: uppercase;}
.product-group-specs {display: none;}
.product-group-specs h3 {font-size: 1em; font-style: italic;}
.specs-column {float: left; }
.specs-column ul {list-style: none; margin: 5px 10px;}
.specs-column ul li {text-indent: -4px; font-size: 0.9em;}
.specs-column ul li:before {content: "-"; position: relative; left: -5px;}
.specs-memoryheader {margin-top: 50px;}


/* TYPOGRAPHY */

main img {max-width: 100%; display: block; margin: auto;}
main sup {font-size: 0.5em;}
main .rel {position: relative;}
main .abs {position: absolute;}

.video-container {height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

main .large-container {max-width: 1900px; margin: auto;}
main .scontainer {max-width: 1200px; margin: auto;}

main h1 {
  font-size: 2.5rem; margin: 0;
}

main h2 {
  font-size: 2rem; margin: 0;
}

main h3 {
  font-size: 1.375rem; margin: 0;
}

main h4 {
  font-size: 1.125rem; margin: 0;
}

main h5 {
  font-size: 1rem; margin: 0;
}

main h6 {
  font-size: 0.875rem; margin: 0;
}

main p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
  margin: 0;
}

main .font-light {
  font-weight: 300;
}

main .font-regular {
  font-weight: 400;
}

main .font-heavy {
  font-weight: 700;
}

/* POSITIONING */

main .left {
  text-align: left;
}

main .right {
  text-align: right;
}

main .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

main .justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

main .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

main .row {
  position: relative;
  width: 100%;
}

main .row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

main .col-1,
main .col-2,
main .col-3,
main .col-4,
main .col-5,
main .col-6,
main .col-7,
main .col-8,
main .col-9,
main .col-10,
main .col-11,
main .col-12 {
  width: 96%;
}

main .col-1-sm {
  width: 4.33%;
}

main .col-2-sm {
  width: 12.66%;
}

main .col-3-sm {
  width: 21%;
}

main .col-4-sm {
  width: 29.33%;
}

main .col-5-sm {
  width: 37.66%;
}

main .col-6-sm {
  width: 46%;
}

main .col-7-sm {
  width: 54.33%;
}

main .col-8-sm {
  width: 62.66%;
}

main .col-9-sm {
  width: 71%;
}

main .col-10-sm {
  width: 79.33%;
}

main .col-11-sm {
  width: 87.66%;
}

main .col-12-sm {
  width: 96%;
}

main .row::after {
	content: "";
	display: table;
	clear: both;
}

main .hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  main .container {
    width: 80%;
  }
  
}

@media only screen and (min-width: 50em) {  /* 720px */
  main .col-1 {
    width: 4.33%;
  }

  main .col-2 {
    width: 12.66%;
  }

  main .col-3 {
    width: 21%;
  }

  main .col-4 {
    width: 29.33%;
  }

  main .col-5 {
    width: 37.66%;
  }

  main .col-6 {
    width: 46%;
  }

  main .col-7 {
    width: 54.33%;
  }

  main .col-8 {
    width: 62.66%;
  }

  main .col-9 {
    width: 71%;
  }

  main .col-10 {
    width: 79.33%;
  }

 main  .col-11 {
    width: 87.66%;
  }

  main .col-12 {
    width: 96%;
  }

  main .hidden-sm {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  main h1 {font-size: 3em !important;}
  main h2 {font-size: 2em !important;}
  main h3 {font-size: 1.75em !important;}
  main h4 {font-size: 1.5em !important;}
  main h5 {font-size: 1.25em !important;}
  main h6 {font-size: 1em !important;}
  main p, main li {font-size: 1em !important;}
}

@media only screen and (min-width: 60em) { /* 960px */
  main .container {
    width: 75%;
    max-width: 2000px;
  }
}
