/*
Theme Name: Tri w-g
Theme URI: http://www.triwg.com/
Description: Custom theme.
Author: Flint Group
Author URI: http://flint-group.com
Version: 1.0
Tags: 

License:
License URI:

General comments (optional).
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #404745;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.container {
  position: relative;
}
body,
html {
  overflow-x: hidden;
  color: #444;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #63575c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
}
h1 {
  font-size: 35px;
  line-height: 45px;
}
h2 {
  font-size: 32px;
  line-height: 32px;
}
h3 {
  font-size: 19px;
  line-height: 25px;
}
h4 {
  font-size: 12px;
}
h4.btn,
h4.btn:active,
h4.btn:focus,
h4.btn:visited {
  color: #0d7bf6;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
h1,
h2 {
  font-family: "kulturista-web", serif;
  font-weight: bold;
  color: #63575c;
}
p {
  line-height: 25px;
}
a {
  color: #04aea0;
}
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input[type="text"] {
  padding: 6px 10px;
}
::-webkit-input-placeholder {
  font-size: 19px;
  color: #dadada;
}
:-moz-placeholder {
  font-size: 19px;
  color: #dadada;
}
::-moz-placeholder {
  font-size: 19px;
  color: #dadada;
}
:-ms-input-placeholder {
  font-size: 19px;
  color: #dadada;
}
#mobile-toggle {
  width: 35px;
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 5001;
  cursor: pointer;
}
#mobile-toggle div,
#mobile-toggle:before,
#mobile-toggle:after {
  height: 5px;
  margin-bottom: 2px;
  background-color: #63575c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#mobile-toggle.active div,
#mobile-toggle.active:before,
#mobile-toggle.active:after {
  background-color: #fff;
}
#mobile-toggle:before,
#mobile-toggle:after {
  content: ' ';
  display: block;
}
#mobile-toggle:hover div,
#mobile-toggle:hover:before,
#mobile-toggle:hover:after {
  background-color: #cd5334;
}
#mobile-search,
#mobile-phone {
  width: 22px;
  height: 23px;
  display: inline-block;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -254px;
  position: absolute;
  top: 21px;
  right: 95px;
}
#mobile-search:hover {
  background-position: -22px -254px;
}
#mobile-phone {
  background-position: 0 -277px;
  right: 62px;
}
#mobile-phone:hover {
  background-position: -23px -277px;
}
#inquiries {
  background-color: #63575c;
  color: #fff;
  padding: 5px 15px;
  text-align: right;
}
#inquiries p {
  margin: 0;
}
#inquiries .orange-btn {
  border-width: 0;
  padding: 0 16px;
  font-weight: normal;
  font-size: 13px;
  margin-left: 15px;
}
nav#main-nav {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  height: 100%;
  width: 100%;
  display: none;
  padding: 30px 0;
  text-align: left;
}
nav#main-nav li {
  list-style-type: none;
  margin-bottom: 20px;
}
nav#main-nav li ul {
  margin-top: 15px;
  display: none;
  padding: 0 0 0 15px;
}
nav#main-nav li a {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}
nav#main-nav li ul a {
  font-size: 20px;
  line-height: 20px;
}
ul.sub-menu.menu-down {
  display: none;
}
#submit-search {
  background-color: #cd5334;
  text-decoration: none;
  display: inline-block;
  padding: 3px 15px 8px;
  position: relative;
  top: 2px;
}
#header {
  position: relative;
  text-align: left;
  background-color: #f2f2f2;
}
#header a {
  display: inline-block;
}
#logo {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
#logo-link {
  width: 60%;
  max-width: 420px;
}
#breadcrumbs {
  display: none;
}
.content {
  padding: 50px 15px;
}
.content ul li {
  margin-bottom: 5px;
}
.slides h2 {
  font-family: "kulturista-web", serif;
  font-weight: bold;
}
#product-blocks:after {
  content: ' ';
  clear: both;
  display: block;
}
#product-blocks > a > div,
#product-blocks > a > article {
  height: 300px;
  background: url() no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 50px;
  box-sizing: border-box;
  -webkit-transition: background 200ms ease-in 200ms;
  -moz-transition: background 200ms ease-in 200ms;
  -o-transition: background 200ms ease-in 200ms;
  transition: background 200ms ease-in 200ms;
}
#product-blocks .video-block,
.inside-page-video .video-block {
  height: 180px;
  position: relative;
}
#quote-tab {
  background-color: #04aea0;
}
.video-block:after {
  background-color: #00b9aa;
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in 200ms;
  -moz-transition: opacity 200ms ease-in 200ms;
  -o-transition: opacity 200ms ease-in 200ms;
  transition: opacity 200ms ease-in 200ms;
}
.video-block img {
  position: relative;
  z-index: 2000;
  margin-top: 60px;
  width: 14%;
  max-width: 65px;
  height: auto;
}
.video-block:hover:after {
  opacity: .8;
}
#product-blocks .block > h2,
.inside-page-video h2 {
  font-family: 'Roboto', sans-serif;
  background-color: #333;
  position: absolute;
  bottom: -50px;
  left: 0;
  margin: 0;
  padding: 10px 27px;
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  line-height: 27px;
  text-align: left;
  z-index: 3000;
}
#product-blocks a h2,
.inside-page-video h2 {
  color: #00b9aa;
  -webkit-transition: color 200ms ease-in 200ms;
  -moz-transition: color 200ms ease-in 200ms;
  -o-transition: color 200ms ease-in 200ms;
  transition: color 200ms ease-in 200ms;
}
#product-blocks a:hover h2,
.inside-page-video a:hover h2 {
  color: #fff;
  -webkit-transition: color 200ms ease-in 200ms;
  -moz-transition: color 200ms ease-in 200ms;
  -o-transition: color 200ms ease-in 200ms;
  transition: color 200ms ease-in 200ms;
}
#product-blocks a.btn,
#product-blocks a.btn:active,
#product-blocks a.btn:focus,
#product-blocks a.btn:visited {
  color: #fff;
}
#product-blocks a.btn:hover {
  color: #333;
}
.orange-block h2,
#callout-box h2 {
  color: #fff;
}
.page-template-page-product-overview .orange-block {
  padding-top: 50px;
}
.page-template-page-product-overview .orange-block h2 {
  font-size: 25px;
  line-height: 28px;
  font-family: "kulturista-web", serif;
  font-weight: normal;
}
.orange-block,
#callout-box {
  padding: 50px 15px 40px;
}
.orange-block {
  background-color: #cd5334;
  color: #fff;
}
#callout-box {
  background-color: #00b9aa;
  color: #fff;
}
#callout-box p {
  color: #fff;
  font-size: 21px;
}
.orange-block .btn,
#callout-box .btn {
  margin-top: 20px;
}
.orange-block .btn {
  margin-bottom: 10px;
}
.orange-block .icon-pdf-white {
  display: none;
}
.inside-page-video {
  margin-bottom: 105px;
}
#inside-hero {
  display: none;
}
#product-details .col-md-6 > h2 {
  font-size: 30px;
  padding-bottom: 6px;
  margin-right: 10%;
  border-bottom: 8px solid #63575c;
  margin-bottom: 25px;
  text-align: center;
}
#product-details {
  text-align: left;
}
.thumb-contain {
  float: left;
  margin: 0 30px 30px 0;
  position: relative;
}
.thumbs:after {
  content: ' ';
  clear: both;
  display: block;
}
.thumbs img {
  border: 3px solid #f2f2f2;
}
.thumbs img:hover {
  border: 3px solid #04aea0;
  cursor: pointer;
  cursor: hand;
}
.preview-thumb {
  position: absolute;
  top: -210px;
  left: -10px;
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 3px solid #f2f2f2;
  -webkit-box-shadow: 6px 9px 25px -1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 6px 9px 25px -1px rgba(0, 0, 0, 0.44);
  -o-box-shadow: 6px 9px 25px -1px rgba(0, 0, 0, 0.44);
  box-shadow: 6px 9px 25px -1px rgba(0, 0, 0, 0.44);
}
.preview-thumb h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 5px 15px;
  width: 100%;
}
#comparison-table .white-popup {
  display: none;
}
.pop-image {
  width: 100%;
  height: auto;
}
#product-details .col-md-6 {
  padding: 0 15px;
}
#product-details h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#product-details .pad-top {
  padding-top: 30px;
}
#product-details ul {
  margin-bottom: 30px;
}
#main > .container {
  padding: 0;
}
#footer {
  text-align: left;
  background-color: #e6e6e6;
  clear: both;
}
#footer a {
  color: #2e282a;
  font-weight: bold;
}
#footer address {
  color: #2e282a;
}
#footer ul {
  padding: 0 15px;
}
#footer li {
  list-style-type: none;
  margin-bottom: 16px;
}
#footer-number {
  color: #cd5334;
  font-size: 28px;
  font-weight: bold;
  padding: 28px 15px;
}
#privacy-footer {
  text-align: left;
}
#privacy-footer a {
  color: #333;
  font-weight: normal;
}
#standards {
  text-align: center;
  color: #726f70;
  font-size: 12px;
}
#standards img {
  width: 100%;
  max-width: 321px;
  height: auto;
  margin-bottom: 10px;
}
body .mfp-wrap,
body .mfp-bg {
  z-index: 5010;
}
.icon:after {
  content: ' ';
  display: inline-block;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon-right-arrow:after {
  background-position: 0 0;
  height: 17px;
  width: 17px;
  margin-left: 6px;
}
.icon-sm-play:after {
  background-position: 0 -17px;
  height: 17px;
  width: 17px;
  margin-left: 6px;
}
.icon-search:after {
  background-position: 0 -102px;
  height: 34px;
  width: 34px;
}
.icon-search:hover:after {
  background-position: -35px -102px;
  cursor: pointer;
  cursor: hand;
}
.icon-sm-search:after {
  background-position: 0px -233px;
  height: 20px;
  width: 20px;
}
.icon-phone:after {
  background-position: 0 -138px;
  height: 33px;
  width: 34px;
}
.icon-phone:hover:after {
  background-position: -34px -138px;
  cursor: pointer;
  cursor: hand;
}
.icon-pdf:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -173px;
  height: 19px;
  width: 17px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
#product-blocks .icon-pdf-white {
  color: #fff;
}
#product-sub-nav {
  border-top: 3px solid #04aea0;
  border-bottom: 3px solid #04aea0;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#product-sub-nav ul {
  margin: 0;
  padding: 0;
}
#product-sub-nav li {
  list-style-type: none;
  text-align: left;
}
#product-sub-nav li a {
  display: block;
  padding: 15px 60px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  display: inline-block;
}
#product-sub-nav li.active a,
#product-sub-nav li a:hover {
  background-color: #04aea0;
  color: #fff;
  text-decoration: none;
}
#product-sub-nav li a:hover {
  border-left: 3px solid #fff;
  padding: 20px 77px;
}
#product-sub-nav li.active a:hover {
  border-left: 3px solid #04aea0;
  border-right: 3px solid #04aea0;
  /*background-color:#fff;
	color:#04aea0;*/
  padding: 20px 77px;
}
#product-sub-nav li a.icon-pdf {
  background-color: transparent;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px 0 10px 60px;
  color: #04aea0;
}
#product-sub-nav li a.icon-pdf:hover {
  padding: 20px 0 10px 60px;
  border-width: 0;
  text-decoration: underline;
}
#request-quote-form .container {
  padding: 30px;
  border: 3px solid #d3d2d2;
}
#request-quote-form {
  margin-top: 30px;
  padding: 80px 0;
}
#request-quote-form h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
input[type="submit"] {
  display: block;
  float: left;
  box-sizing: border-box;
  zoom: 1;
  outline: none;
  border: none;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
body .gform_wrapper span.gform_description {
  font-weight: bold;
  width: 60%;
  font-size: 16px;
  display: block;
  margin: 10px 5px 30px;
}
body .gform_wrapper input.datepicker.datepicker_with_icon {
  padding: 12px 8px;
}
body .gform_wrapper {
  font-size: 16px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .gform_wrapper label {
  /*padding:0 20px 0;*/
  padding: 0;
}
body .gform_wrapper input[type="text"] {
  padding: 12px 15px;
  border-width: 0;
  font-weight: normal;
  background-color: #d6d6d6;
  margin-bottom: 15px;
}
body .gform_wrapper .name_first input[type="text"],
body .gform_wrapper .name_last input[type="text"],
body .gform_wrapper .address_line_1 input[type="text"],
body .gform_wrapper .address_city input[type="text"],
body .gform_wrapper .address_state input[type="text"],
body .gform_wrapper .address_zip input[type="text"] {
  margin-bottom: 0px !important;
}
body .gform_wrapper .name_first label,
body .gform_wrapper .name_last label,
body .gform_wrapper .address_line_1 label,
body .gform_wrapper .address_city label,
body .gform_wrapper .address_state label,
body .gform_wrapper .address_zip label {
  margin-bottom: 5px !important;
  margin-top: 4px !important;
}
body .gform_wrapper textarea {
  padding: 12px 15px;
  border-width: 0;
  font-weight: normal;
  background-color: #d6d6d6;
  margin-bottom: 15px;
}
body .gfield_select {
  padding: 12px 15px;
  border-width: 0;
  font-weight: normal;
  font-style: italic;
  background-color: #d6d6d6;
  margin-bottom: 15px;
}
body .gfield_select option {
  font-style: normal;
}
body .ginput_container_radio {
  margin-left: 20px;
}
body .ginput_container_radio input {
  position: relative;
  top: 4px;
  margin-top: 0 !important;
}
.gform_wrapper #field_1_10,
.gform_wrapper #field_2_27 {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.gform_wrapper #field_1_10 h2.gsection_title,
.gform_wrapper #field_2_27 h2.gsection_title {
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.icon-pdf-white:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: -19px -173px;
  height: 19px;
  width: 17px;
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.icon-picture:after {
  background-position: 0 -192px;
  height: 18px;
  width: 22px;
}
.icon-plus:after {
  background-position: 0 -210px;
  height: 22px;
  width: 24px;
}
.icon-plus:hover:after {
  background-position: -23px -210px;
  height: 22px;
  width: 24px;
  cursor: pointer;
  cursor: hand;
}
.btn,
.btn:visited,
.btn:active,
.btn:focus,
.gform_button {
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.gform_button {
  padding: 9px 50px 8px 40px !important;
}
.btn:hover,
.gform_button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.btn.arrow {
  padding: 8px 50px 8px 40px;
}
.btn.arrow:after {
  content: '\203A';
  display: inline-block;
  height: 10px;
  width: 10px;
  font-size: 24px;
  margin-left: 8px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 26px;
}
.btn.directions-arrow:after {
  font-size: 20px;
  margin-left: 4px;
}
.btn.orange-btn,
.gform_button,
.gform_button:hover {
  background-color: #cd5334;
}
.gform_button {
  border-width: 0;
  padding-right: 50px;
}
.gform_submit_arrow {
  color: #fff;
  position: relative;
  left: -35px;
  top: 7px;
  font-size: 24px;
}
.btn.orange-text-link,
.btn.orange-text-link:visited,
.btn.orange-text-link:active,
.btn.orange-text-link:focus {
  color: #cd5334;
}
.btn.orange-text-link:hover {
  color: #333;
}
.add-arrow:after {
  content: '\203A';
  display: inline-block;
  height: 10px;
  width: 10px;
  font-size: 21px;
  margin-left: 4px;
  font-weight: bold;
}
#inquiries,
#product-blocks .pdf-btn,
#comparison-tab,
#comparison-table {
  display: none;
}
#sidebar {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar a {
  color: #04aea0;
}
#sidebar a:hover {
  text-decoration: underline;
}
#sidebar .orange-block {
  height: auto;
  border-top: 8px solid #63575c;
  padding: 50px 45px 40px;
}
#sidebar .orange-block h3 {
  font-family: "kulturista-web", serif;
  font-weight: normal;
  font-size: 23px;
}
#sidebar .orange-block a {
  color: #fff;
  font-weight: normal;
}
#sidebar .orange-block a:hover {
  color: #333;
  text-decoration: none;
}
#sidebar .email .arrow:after {
  margin-left: 4px;
  font-size: 20px;
}
#sidebar address {
  padding-left: 40px;
  font-size: 16px;
}
#sidebar .phone {
  padding: 40px 20px 0px 40px;
  color: #cd5334;
  font-weight: bold;
}
.page-id-456 .gform_wrapper {
  margin-top: 30px;
}
#comparison-table th,
#comparison-table td {
  font-size: 18px;
  padding: 8px 15px;
  border-bottom: 3px solid #fff;
}
#comparison-table a {
  font-weight: bold;
}
#comparison-table a:hover {
  color: #cd5334;
}
#comparison-table th:first-child {
  text-align: right;
}
#comparison-table th:first-child:after {
  content: ' ';
  display: inline-block;
  height: 16px;
  width: 21px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -194px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#comparison-table td:first-child {
  font-weight: bold;
  text-align: right;
  position: relative;
  padding-right: 47px;
}
#comparison-table td:first-child a {
  text-indent: -9999px;
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 33px;
  margin-top: -12px;
}
#comparison-table td:first-child a:after {
  content: ' ';
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -211px;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 10px;
}
#comparison-table td:first-child a:hover:after {
  background-position: -23px -211px;
}
#comparison-table tr:nth-child(even) {
  background-color: #e6e6e6;
}
#comparison-table tr:nth-child(even) td:first-child {
  background-color: #cdcdcd;
}
#comparison-table tr:nth-child(odd) td:first-child {
  background-color: #e6e6e6;
}
.comparison-chart-footer {
  background-color: #cd5334;
  padding: 12px 15px;
  text-align: center;
  margin-bottom: 70px;
}
.comparison-chart-footer .btn {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.comparison-chart-footer .btn.arrow:after {
  font-size: 21px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 50px 50px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.text-center {
  text-align: center;
}
.popup.white-popup img,
.popup-link img {
  max-width: 398px;
  width: 100%;
  margin: 0 auto 30px;
  height: auto;
}
.popup.white-popup h2 {
  border-bottom: 8px solid #63575c;
  font-size: 30px;
  padding-bottom: 6px;
  margin-bottom: 27px;
}
.popup.white-popup ul {
  text-align: left;
}
.popup.white-popup .add-arrow {
  padding-left: 23px;
  color: #04aea0;
}
.popup.white-popup .close-btn {
  color: #04aea0;
  border-color: #04aea0;
  margin-top: 30px;
}
.popup.white-popup .close-btn:hover {
  color: #fff;
  background-color: #04aea0;
}
.popup-link {
  position: relative;
  text-align: left;
  padding: 15px 35px 30px;
  border: 1px solid #efefef;
  min-height: 300px !important;
}
.popup-link:hover {
  border-color: #04aea0;
}
.popup-link .gfield_label {
  margin: .625em 0 .5em;
  font-weight: 700;
  display: block;
  font-size: 18px;
  padding: 0;
}
.popup-link input[name="accessory"] {
  position: absolute;
  top: 20px;
  left: 10px;
}
#accessory-container label {
  display: block;
  margin-top: 0;
}
#accessory-container {
  margin: 20px 0 30px;
}
#accessory-container:after {
  content: ' ';
  display: block;
  clear: both;
}
.accessory-options {
  display: none;
}
.popup-link.checked-border {
  border: 1px solid #04aea0;
}
.single .flexslider {
  /*
	width:252px;
	height:252px;
	*/
  max-width: 390px;
  margin: 0 auto 60px;
}
.single .flexslider li {
  /*
	width:252px;
	height:252px;
	*/
  background-color: #fff;
}
.home .flex-control-nav {
  display: none;
}
.single .flexslider .flex-control-nav li {
  height: auto;
  width: auto;
}
.home .flexslider {
  display: none;
}
#callout-box h2 em {
  font-size: 70px;
}
@media screen and (max-width: 991px) {
  .home .flexslider li {
    background-image: url('') !important;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h2.title {
    text-transform: uppercase;
  }
  #inquiries,
  #product-blocks .pdf-btn {
    display: block;
  }
  #header .container {
    padding: 0;
  }
  #header #mobile-phone {
    display: none;
  }
  #mobile-search {
    top: 40px;
    right: 75px;
    background-position: 0 -102px;
    height: 34px;
    width: 34px;
  }
  #mobile-toggle {
    top: 45px;
  }
  #mobile-search:hover {
    background-position: -35px -102px;
  }
  #product-blocks .block > h2,
  .inside-page-video h2 {
    bottom: -70px;
    padding: 20px 27px;
  }
  #product-blocks > a > div,
  #product-blocks > a > article,
  .inside-page-video > a > div {
    margin-bottom: 70px;
  }
  #product-blocks .video-block,
  .inside-page-video .video-block {
    height: 300px;
  }
  .orange-block {
    height: 370px;
  }
  .orange-block .icon-pdf-white {
    display: inline-block;
  }
  .page-template-page-product-overview .orange-block {
    padding-top: 110px;
  }
  .video-block img {
    margin-top: 120px;
  }
  #footer {
    border-bottom: 35px solid #d3d2d2;
  }
  #footer a {
    margin-right: 20px;
  }
  #footer ul li {
    display: inline-block;
    margin-bottom: 0;
  }
  #footer-number {
    margin-right: 20px;
  }
  #privacy-footer {
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0;
  }
  #privacy-footer a {
    margin-right: 15px;
  }
  #privacy-footer .container {
    margin-bottom: 0;
  }
  .slides h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .slides h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .content {
    padding: 38px 0;
  }
  #request-quote-form h2 {
    font-size: 50px;
  }
  #inside-hero {
    display: block;
    height: 216px;
    background-size: cover;
    background-position: 50% 0;
  }
  #callout-box h2 em {
    font-size: 87px;
    margin: 0 20px 0 10px;
    position: relative;
    top: 7px;
    font-weight: normal;
  }
}
@media screen and (min-width: 992px) {
  .content {
    font-size: 16px;
  }
  #breadcrumbs {
    margin-top: 20px;
    font-size: 16px;
    display: block;
    color: #63575c;
    padding: 0 5px;
  }
  /* 
	.content p {
		max-width:60%;		
	}
	*/
  #footer-number {
    font-size: 18px;
  }
  #footer-nav {
    position: absolute;
    top: 26px;
    left: 185px;
    font-size: 16px;
  }
  .orange-block {
    text-align: left;
  }
  .orange-block .col-md-6 {
    padding-left: 0;
  }
  .orange-block .icon-pdf-white {
    margin-top: 18px;
    padding-left: 20px;
  }
  .orange-block,
  #callout-box {
    padding: 80px 65px 60px;
  }
  .orange-block .btn,
  #callout-box .btn {
    margin-top: 10px;
  }
  .orange-block h2,
  #callout-box h2 {
    font-size: 35px;
    line-height: 45px;
  }
  #callout-box h2 {
    margin-bottom: 30px;
  }
  #callout-box h2 em {
    font-size: 103px;
    margin: 0 20px 0 10px;
    position: relative;
    top: 7px;
    font-weight: normal;
  }
  .home .orange-block,
  .page-id-458 .orange-block {
    text-align: center;
  }
  .home .orange-block h2,
  .page-id-458 .orange-block h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .home .orange-block,
  .page-id-458 .orange-block {
    padding: 40px 65px 60px;
  }
  .home .orange-block .icon-pdf-white,
  .page-id-458 .orange-block .icon-pdf-white {
    display: none;
  }
  #product-sub-nav li#quote-tab a {
    padding-top: 21px;
  }
  #callout-box .container {
    padding: 0 5%;
  }
  #main-wrapper .flexslider {
    margin-bottom: 50px;
  }
  .flexslider li {
    height: 360px;
    text-align: left;
  }
  #product-blocks > a > div,
  #product-blocks .orange-block,
  #product-blocks > a > article {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #product-blocks {
    margin-bottom: 50px;
  }
  #product-blocks:after {
    clear: both;
    content: ' ';
    display: block;
  }
  #main {
    text-align: left;
  }
  #callout-box {
    text-align: center;
  }
  .slides h2 {
    font-size: 62px;
    line-height: 62px;
    margin-top: 66px;
  }
  .slides h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .video-block {
    text-align: center;
  }
  #comparison-tab {
    display: block;
  }
  .page-id-525 #comparison-tab {
    display: none;
  }
  #product-sub-nav .container {
    padding: 0;
  }
  #product-sub-nav li {
    display: inline-block;
    position: relative;
    left: -3px;
    line-height: 21px;
  }
  #product-sub-nav li a {
    padding: 20px 80px;
  }
  #product-sub-nav li a:hover {
    padding: 20px 80px 20px 77px;
  }
  #product-sub-nav li#quote-tab a:hover {
    border-right: 3px solid #fff;
  }
  #product-sub-nav li#quote-tab a:hover {
    padding: 20px 80px 20px 77px;
  }
  .single #product-sub-nav li#quote-tab a:hover {
    padding: 21px 80px 20px 77px;
    border-right-width: 0;
  }
  #request-quote-form h2 {
    font-size: 60px;
  }
  #footer .container,
  #footer-number,
  #footer .col-md-6,
  #privacy-footer {
    padding-left: 0;
  }
  #sidebar {
    margin-top: 53px;
    padding-left: 40px;
    padding-right: 0;
  }
  #product-details .col-md-6 {
    padding: 0;
  }
  #product-details .col-md-6 > h2 {
    text-align: left;
  }
  .home .flexslider {
    display: block;
    width: 968px;
    margin: auto;
    position: relative;
    left: -1px;
  }
  .home .flexslider li {
    height: 316px;
  }
}
@media screen and (min-width: 1200px) {
  #logo {
    margin-bottom: 20px;
  }
  div#mobile-toggle,
  #menu-item-630,
  #header #mobile-search,
  .search-form {
    display: none;
  }
  nav#main-nav li#search-icon {
    margin: 0 0 0 20px;
  }
  #logo-link {
    position: relative;
    z-index: 5001;
  }
  #search-icon > div {
    height: 20px;
    width: 20px;
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -233px;
    position: relative;
    top: 5px;
    cursor: pointer;
    cursor: hand;
  }
  nav li {
    display: inline-block;
  }
  nav#main-nav {
    display: block !important;
    height: auto;
    background-color: transparent;
    position: relative;
    width: 1170px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 96px;
    padding: 0;
    text-align: right;
  }
  nav#main-nav li {
    border-width: 0;
    margin-left: 30px;
    position: relative;
  }
  nav#main-nav li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    color: #444;
  }
  nav#main-nav li a:hover,
  nav#main-nav li.current-menu-item a,
  nav#main-nav li.current-page-ancestor a,
  .post-type-archive-locations nav#main-nav li.menu-item-35 a {
    display: inline-block;
    text-decoration: none;
    color: #cd5334;
  }
  nav#main-nav ul {
    padding: 0;
    display: inline-block;
  }
  ul.sub-menu.menu-down {
    left: 0;
    background-color: #cd5334;
    display: none;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 134px;
    z-index: 5005;
  }
  .page-parent ul.sub-menu.menu-down,
  .parent-pageid-458 ul.sub-menu.menu-down,
  ul.sub-menu.menu-down.active,
  .single-accessory ul.sub-menu.menu-down {
    display: block;
  }
  .sub-menu.menu-down {
    text-align: center;
  }
  .sub-menu.menu-down:before {
    content: ' ';
    width: 1170px;
    background: url(img/nav_tab.jpg) no-repeat 648px 0;
    height: 8px;
    display: block;
    margin: -8px auto 0;
  }
  .sub-menu.menu-down a {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    padding: 20px 34px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }
  .sub-menu.menu-down a:hover,
  .sub-menu.menu-down .current-menu-item a {
    color: #cd5334;
    background-color: #fff;
    text-decoration: none;
  }
  nav#main-nav ul.sub-menu {
    display: none !important;
  }
  nav#main-nav ul.sub-menu li {
    margin: 0;
  }
  ul.sub-menu.menu-down li {
    display: inline-block;
  }
  nav#main-nav > .sub-menu.menu-down {
    display: none;
  }
  .orange-block h2 {
    font-size: 40px;
  }
  #callout-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
  #callout-box h2 em {
    margin: 0 20px 0 10px;
  }
  #product-blocks .icon-pdf-white {
    padding-left: 0;
  }
  .slides h2 {
    font-size: 72px;
    line-height: 72px;
    margin-top: 47px;
  }
  .slides h3 {
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 25px;
    width: 60%;
  }
  .parent-pageid-458 #breadcrumbs,
  .page-id-458 #breadcrumbs {
    margin-top: 67px;
  }
  #breadcrumbs {
    padding-left: 94px;
  }
  .content {
    padding-left: 93px;
  }
  #main > .search-content {
    padding: 50px 15px 50px 93px;
  }
  #footer .container {
    padding-left: 94px;
  }
  #footer-nav {
    left: 279px;
  }
  .flexslider li .container {
    padding-left: 88px;
  }
  #main-nav > .search-form {
    position: absolute;
    top: -48px;
    right: 0;
  }
  #submit-search {
    padding: 6px 15px 10px;
    top: 1px;
    left: 0px;
    color: #fff;
    font-size: 21px;
  }
  .home .flexslider {
    width: 1170px;
  }
  .home .flexslider li {
    height: 382px;
  }
  .home .orange-block .icon-pdf-white,
  .page-id-458 .orange-block .icon-pdf-white {
    display: block;
  }
}
/* FLEXSLIDER */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .btn.orange-btn {
  border-width: 0;
  float: left;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.home .flexslider li {
  background: #dadada url() no-repeat 50% 50%;
  background-size: cover;
}
.single .flexslider li {
  background-size: cover;
  background-position: 50% 50%;
}
.flexslider li .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
  color: #63575c;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* END FLEXSLIDER */
@font-face {
  font-family: 'CLARENDONLTSTD';
  src: url('fonts/CLARENDONLTSTD.eot');
  src: url('fonts/CLARENDONLTSTD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/CLARENDONLTSTD.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/CLARENDONLTSTD.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/CLARENDONLTSTD.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/CLARENDONLTSTD.svg#svgCLARENDONLTSTD') format('svg');
  font-weight: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'AGaramondPro-BoldItalic';
  src: url('fonts/AGaramondPro-BoldItalic.eot');
  src: url('fonts/AGaramondPro-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/AGaramondPro-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/AGaramondPro-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/AGaramondPro-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/AGaramondPro-BoldItalic.svg#svgAGaramondPro-BoldItalic') format('svg');
  font-weight: normal;
  font-style: italic !important;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
#callout-box h2.clarendonltstd-font {
  font-family: 'CLARENDONLTSTD';
  font-weight: normal !important;
}
#callout-box h2.clarendonltstd-font em {
  font-family: 'AGaramondPro-BoldItalic';
}
