body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

body {
  font: 400 16px/1.428 Lato, sans-serif;
  color: #000026;
  background: #f4f5f3
}

html>* {
  margin: 0;
  padding: 0
}

a {
  transition: .5s
}

h2 {
  font-size: 30px;
  margin: .67em 0
}

h3, h4 {
  font-weight: 300;
  text-transform: uppercase
}

h5 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 30px
}

.with-sub {
  margin-bottom: 0
}

.subhead {
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 1.4em
}

.navbar {
  margin-bottom: 0;
  border-radius: 0
}

.navbar-default {
  border: none;
  background: #d5d9db
}

.navbar-brand {
  padding: 0 15px
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0
}

.navbar-default .navbar-brand {
  width: 100vw;
  text-align: center
}

header .navbar nav {
  text-align: center
}

.navbar-right {
  display: inline-block;
  float: none!important;
  margin: auto
}

.fixed {
  position: fixed;
  z-index: 2;
  top: 0
}

header {
  width: 100%
}

header h1 {
  margin: 0
}

header h1 img {
  height: 50px;
  vertical-align: middle
}

nav li a {
  font: 300 18px/40px Lato, sans-serif;
  display: block;
  color: #173563
}

nav li a:hover {
  text-decoration: none;
  color: #0ef
}

.full {
  min-height: 100vh;
  padding: 120px 0;
}

.blue {
  color: #fff;
  background: #008dc8
}

.blue a {
  color: #fff;
  border-bottom: 1px dashed #fff
}

.blue a:hover {
  text-decoration: none;
  color: #d5d9db;
  border-color: #d5d9db
}

.white {
  background: #ffffff;
}

.button {
  color: #ffffff;
  font-weight: 700;
  border-radius: 0;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 2;
  border: 0;
}

.button-primary {
  background: #008dc8;
  background: -moz-linear-gradient(left, #008dc8 0%, #006eb2 100%);
  background: -webkit-linear-gradient(left, #008dc8 0%,#006eb2 100%);
  background: linear-gradient(to right, #008dc8 0%,#006eb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dc8', endColorstr='#006eb2',GradientType=1 );
}

.button-primary:hover {
  background: #006eb2;
  background: -moz-linear-gradient(left, #006eb2 0%, #00619e 100%);
  background: -webkit-linear-gradient(left, #006eb2 0%,#00619e 100%);
  background: linear-gradient(to right, #006eb2 0%,#00619e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb2', endColorstr='#00619e',GradientType=1 );
}

.legal {
  font-size: 12px;
  line-height: 64px;
  text-align: center
}

.manuals {
  width: 66%;
  margin: auto
}

.manuals li {
  width: 20%
}

img.manual {
  max-width: 100%
}

.contact h2 {
  padding-top: 120px
}

.divider {
  display: block;
  text-transform: uppercase
}

address strong {
  font-size: 18px;
  font-weight: 300;
  display: block;
  margin: 4px auto -10px;
  text-transform: uppercase
}

.recommended {
  font-weight: 300;
  width: 65%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto
}

.full.reasons {}

.flickerplate {
  height: 100%
}

.models {
  border-top: 10px solid #008dc8
}

.models ul {
  padding: 0;
  margin: 0;
}

.model {
  border-bottom: 10px solid #008dc8
}

.top-bump__60 {
  margin-top: 60px
}

table {
  margin-left: -20px
}

table.no-border {
  width: 100%;
  margin: 2em auto 0;
  border: 0
}

table.no-border td, table.no-border th {
  text-align: center
}

.table__specs {
  margin-right: auto;
  margin-left: auto
}

.table__specs {
  width: 100%;
  bottom: 40px;
}

.table__specs td {
  font-weight: 100;
  width: 30%;
  padding: 10px 20px;
}

.table__specs td strong {
  font-weight: 400;
  display: block
}

.table__specs td a {
  color: #fff;
}

.choose {
  text-align: center
}

footer {
  width: 100%
}

.glyphicon {
  margin-right: 10px;
}

.panel-body {
  padding: 2em;
}

.panel-body table tr td {
  padding-left: 15px
}

@media (max-width:767px) {
  .navbar-brand {
    float: none;
    height: 60px
  }
  .navbar-default .navbar-collapse {
    border: none
  }
  .container-fluid>.navbar-collapse, .navbar-nav {
    margin: auto
  }
  nav.navbar-collapse {
    text-align: center
  }
  .full {
    min-height: auto;
    padding: 40px 6px
  }
  .full h1 {
    margin-top: 0
  }
  .full.blue {}
  .bg-danger, .bg-info {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .model {
    color: #fff;
    background-color: #afafaf;
    text-shadow: 1px 1px 2px rgba(84, 86, 91, .8)
  }
  .no-border th {
    width: 23%
  }
  .no-border td {
    padding-top: 1em
  }
  .no-border td:last-child {
    min-width: 30%
  }
  .manuals li {
    width: 100%
  }
  .hero {
    margin-top: 94px
  }
}
.model-mobile {
  display: block;
}
.model-mobile img {
  width: 100%;
  max-width: 100%;
}

@media (min-width:768px) {
  .model-mobile {
    display: none;
  }
  nav li {
    display: inline-block
  }
  .hero {
    margin-top: 105px
  }
  .reasons {
    text-align: center
  }
  .reasons h2 {}
  .reasons h3 {
    margin: 0
  }
  .reasons .left {
    padding: 14px;
    text-align: left;
    border-radius: 0 6px 6px 0
  }
  .reasons .right {
    padding: 14px;
    text-align: right;
    border-radius: 6px 0 0 6px
  }
  .reasons ul {
    margin-top: 6px;
    padding: 0;
    list-style: none
  }
  .reasons ul li {
    margin: 0;
    padding: 6px 0
  }
  .model.right {
    background: url(/img/model-right.jpg) center right no-repeat;
    background-size: auto 100%
  }
  .model.left {
    background: url(/img/model-left.jpg) center left no-repeat;
    background-size: auto 100%
  }
  .model-description h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
  }
  .model {
    padding-right: 5vw;
    padding-left: 5vw;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(84, 86, 91, .8)
  }
}

@media (min-width:992px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
  .navbar-default .navbar-brand {
    width: 124px
  }
  .navbar-right {
    display: block;
    float: right!important;
    margin: auto
  }
  nav li {
    padding: 0 10px
  }
  .hero hgroup h1 {
    font-family: Lato, sans-serif;
    font-weight: 400
  }
  .hero hgroup h2 {
    font-family: Lato, sans-serif;
    font-weight: 300
  }
  .hero .graphic {
    position: relative;
    height: 100%
  }
  .hero .graphic img {
    width: 100%;
    width: 550px;
    height: 515px
  }
  .hero .chiller {
    position: absolute;
    top: 0;
    left: 0;
    display: block
  }
  .contact .poc {
    margin-bottom: 60px
  }
  .models {
    padding-top: 0;
    border-top: 10px solid #008dc8
  }
  .model {
    width: 100%;
    padding: 70px 0 80px;
    border-bottom: 10px solid #008dc8
  }
  .model .model-description {
    position: relative;
    overflow: hidden;
    width: 62%;
    padding: 0 10%;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(84, 86, 91, .8)
  }
  .model .model-description h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
  }
  .model .model-description h3 {
    margin-top: 4px;
    margin-bottom: 40px
  }
  .model .model-description ul {
    margin-top: 20px;
    padding: 0;
    list-style: none
  }
  .model .model-description ul li {
    margin: 0;
    padding: 0
  }
  .model.right {
    background: url(/img/model-right.jpg) center right no-repeat;
    background-size: cover
  }
  .model.right .model-description {
    text-align: center
  }
  .model.left {
    background: url(/img/model-left.jpg) center left no-repeat;
    background-size: cover
  }
  .model.left .model-description {
    margin-left: 38%;
    text-align: center
  }
  .hero {
    margin-top: 50px;
    color: #fff;
    background: #008dc8
  }
  .flex {
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
  }
  .hero__copy, .hero__image {
    -ms-flex: 1;
    flex: 1
  }
  .hero__image img {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media (min-width:1200px) {
  .navbar {
    padding: 0 5%
  }
  .navbar-header {
    z-index: 4;
    float: left
  }
  header a {
    display: inline;
    width: auto
  }
  header .nav>li>a {
    padding: 15px 10px
  }
  .full {
    padding: 200px 0;
  }
  .hero hgroup {
    width: 50%
  }
  .chiller-panel {
    width: 100%;
    height: 60%;
    margin: 0;
    background: url(/img/panel.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 200px #000
  }
  .choose {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .choose label {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 48px
  }
  .choose select {
    font-weight: 300;
    overflow: hidden;
    margin-top: 12px;
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0
  }
  .model .model-description h2 {
    margin-top: 0
  }
  .features {
    padding: 200px 0
  }
  .features li {
    line-height: 1.5;
    margin-bottom: 40px
  }
}

.no-border table, .no-border thead, .no-border tbody, .no-border th, .no-border td, .no-border tr {
  display: block;
}

body .no-border table {
  border-collapse: separate;
}

.no-border thead {
  display: none;
}

.no-border th {
  padding: 1em 2em;
}

.no-border tr {
  border: 2px solid #FFF;
  border-top: 4px solid #FFF;
  margin-bottom: 2em;
}

.no-border td {
  padding: 1em 2em;
}

table.no-border .visible-xs {
  display: inline!important;
}

@media (min-width:767px) {
  table.no-border .visible-xs {
    display: none!important;
  }
  body .no-border table {
    display: table;
  }
  .no-border thead {
    display: table-header-group;
    margin-bottom: 1em;
  }
  .no-border tr {
    display: table-row;
    border: none;
  }
  .no-border th {
    display: table-cell;
    padding: 1em 0;
    border: 1px solid #fff;
  }
  .no-border tbody {
    display: table-row-group;
  }
  .no-border td {
    display: table-cell;
    padding: 0.75em 0;
    border: 1px solid #fff;
  }
