@charset "UTF-8";
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #1c457f;
  color: #383838;
}

.centered {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1270px) {
  .centered {
    padding: 0 35px;
    width: auto;
  }
}

.clearfix {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.box {
  border: 1px solid #000000;
  padding: 20px;
  margin-top: 100px;
}

#design {
  overflow: hidden;
}

#design .tile {
  width: 22%;
}

#design .tile.new-type {
  clear: left;
}

blockquote {
  float: right;
  padding: 20px;
  margin: 20px;
  border: 1px solid #000000;
}

blockquote:after {
  content: "";
  display: table;
  clear: both;
}

article {
  background-color: #ffffff;
  font-size: 18px;
  color: #7a7269;
}

article > section:first-of-type {
  padding-top: 216px;
}

@media (max-width: 900px) {
  article > section:first-of-type {
    padding-top: 20px;
  }
}

article > section:first-of-type.hero {
  padding-top: 0;
  position: relative;
  z-index: 0;
}

article > section:first-of-type.hero + section {
  position: relative;
  z-index: 100;
  padding-top: 45px;
  padding-bottom: 45px;
}

article > section:last-of-type {
  padding-bottom: 50px;
}

article section.greyed-out {
  background-color: #F9F6F2;
  padding-top: 40px;
  padding-bottom: 40px;
}

article section.greyed-out .col-1-2.image {
  overflow: hidden;
}

article section.greyed-out h2 + p {
  margin-top: 0;
}

article aside {
  width: 320px;
  border: 2px solid #7a7269;
  padding: 30px;
  margin-left: 60px;
  margin-bottom: 60px;
  float: right;
}

article aside.is-duplicate-for-responsive {
  float: none;
  display: none;
  margin-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 800px) {
  article aside.is-duplicate-for-responsive {
    display: block;
  }
}

@media (max-width: 470px) {
  article aside.is-duplicate-for-responsive {
    width: auto;
  }
}

@media (max-width: 800px) {
  article aside.needs-to-hide-when-duplicate-shows {
    width: auto;
    display: none;
  }
}

article aside.full {
  float: none;
  padding: 5%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 855px) {
  article aside.full {
    width: 95%;
    margin-bottom: 10px;
  }
}

article section [class*="col-"] img {
  width: 100%;
}

.lb-container {
  padding-bottom: 100px;
}

.lb-container:after {
  display: block;
  width: 335px;
  height: 55px;
  margin: 20px;
  margin-top: 20px;
  /* background-color: hotpink; */
  content: '';
  position: relative;
  z-index: 100000;
  /* top: -90px; */
  background-image: url("../img/logo-full.png");
  background-size: 100%;
}

a.page-numbers, span.page-numbers {
  padding: 3px;
  font-size: 20px;
}

.btn {
  background-color: #7a7269;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 15px 7px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn.btn-large {
  font-size: 17px;
}

.btn.btn-disabled {
  cursor: default;
  background-color: #b7afa6;
}

.btn.btn-shadowed {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.61);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.61);
}

.btn.printer {
  background: url("../img/printer.png") no-repeat #7a7269 5px 5px;
  text-indent: 20px;
}

.btn.share {
  background: url("../img/share.png") no-repeat #7a7269 5px 5px;
  text-indent: 20px;
}

.btn.hug-p {
  margin-top: 0px;
}

.btn.bottom-room {
  margin-bottom: 20px;
}

.btn.btn-transparent {
  background-color: transparent;
  color: #7a7269;
  border: 2px solid #7a7269;
  font-weight: bold;
}

.btn.btn-transparent.btn-transparent-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-url {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.btn.btn-right-arrow:after {
  content: '▶';
  float: right;
  padding-left: 10px;
  margin-right: -5px;
  margin-top: 0px;
}

.btn.btn-small {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn.btn-light {
  font-weight: 400;
  border: 1px solid #7a7269;
}

.btn.btn-light:after {
  font-size: 11px;
  margin-top: 4px;
}

@media (max-width: 450px) {
  .btn.pull-right {
    float: none;
  }
}

[class*="col-"] {
  float: left;
  margin-right: 5%;
  clear: right;
}

[class*="col-"].col-1-2 {
  width: 45%;
}

@media (max-width: 840px) {
  [class*="col-"].col-1-2 {
    width: auto;
  }
}

[class*="col-"].col-1-2.no-margin {
  width: 50%;
  margin-right: 0;
}

@media (max-width: 540px) {
  [class*="col-"].col-1-2.no-margin {
    width: auto;
  }
}

[class*="col-"].col-1-2.slim {
  width: 47%;
  margin-right: 3%;
}

@media (max-width: 850px) {
  [class*="col-"].col-1-2.slim .col-1-2 {
    width: 100%;
  }
}

@media (max-width: 850px) {
  [class*="col-"].col-1-2.slim {
    width: 100%;
    margin-bottom: 20px;
  }
}

[class*="col-"].col-1-3 {
  width: 28%;
}

[class*="col-"].col-1-4 {
  width: 20%;
}

[class*="col-"].col-1-4.checklist, [class*="col-"].col-1-4.dealer-status, [class*="col-"].col-1-4.general-info {
  width: 25%;
  margin-right: 0%;
}

@media (max-width: 1200px) {
  [class*="col-"].col-1-4.checklist, [class*="col-"].col-1-4.dealer-status, [class*="col-"].col-1-4.general-info {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  [class*="col-"].col-1-4.checklist img, [class*="col-"].col-1-4.dealer-status img, [class*="col-"].col-1-4.general-info img {
    width: auto;
  }
}

@media (max-width: 1070px) {
  [class*="col-"].col-1-4 {
    width: 45%;
  }
}

@media (max-width: 590px) {
  [class*="col-"].col-1-4 {
    width: 100%;
    float: none;
  }
}

[class*="col-"].col-1-5 {
  width: 15%;
}

[class*="col-"].col-1-6 {
  width: 11%;
}

@media (max-width: 1070px) {
  [class*="col-"].col-1-6 {
    width: 45%;
  }
}

@media (max-width: 590px) {
  [class*="col-"].col-1-6 {
    width: 100%;
    float: none;
  }
}

[class*="col-"].col-1-7 {
  width: 9%;
}

[class*="col-"].col-1-8 {
  width: 7%;
}

@media (max-width: 1070px) {
  [class*="col-"].col-1-8 {
    width: 45%;
  }
}

@media (max-width: 590px) {
  [class*="col-"].col-1-8 {
    width: 100%;
    float: none;
  }
}

[class*="col-"]:last-of-type {
  margin-right: 0;
}

.row {
  border-top: 2px solid #7a7269;
  padding-top: 40px;
  margin-bottom: 40px;
}

.row-heading + .row {
  border-top-width: 4px;
}

@media (max-width: 1070px) {
  .row .row-call-to-action {
    float: left;
  }
}

@media (max-width: 1070px) {
  .row-heading {
    display: none;
  }
}

.row-heading-title {
  display: none;
  margin-bottom: 0;
  color: rgba(122, 114, 105, 0.48);
}

@media (max-width: 1070px) {
  .row-heading-title {
    display: inline-block;
  }
}

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #7a7269;
  margin-top: 0;
}

h1 a, h2 a, h3 a {
  color: #7a7269;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  border-bottom: 1px solid #7a7269;
}

h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 900;
}

@media (max-width: 450px) {
  h1.pull-left {
    float: none;
    margin-bottom: 10px;
  }
}

.col-1-2 + .col-1-2 h1 {
  margin-top: 20px;
}

h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

h3 {
  font-size: 17px;
}

p a {
  color: #7a7269;
  text-decoration: none;
  border-bottom: 1px solid #7a7269;
}

p + a.btn {
  margin-top: 20px;
}

section.hero .slide {
  width: 100%;
}

section.hero .slide img {
  width: 100%;
}

section.hero .titles {
  position: relative;
  top: -360px;
  height: 255px;
  padding-top: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100,0.74+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.74) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.74) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.74) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 );
  /* IE6-9 */
}

@media (max-width: 555px) {
  section.hero .titles .door-button {
    display: none;
  }
}

@media (max-width: 1270px) {
  section.hero .titles .centered {
    padding-left: 100px;
  }
}

@media (max-width: 555px) {
  section.hero .titles .centered {
    padding-top: 120px;
    padding-left: 70px;
  }
}

section.hero .titles h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: none;
}

@media (max-width: 555px) {
  section.hero .titles h2 {
    font-size: 20px;
  }
}

section.hero .titles p {
  color: #ffffff;
  margin-top: 20px;
  font-size: 26px;
}

@media (max-width: 1000px) {
  section.hero .titles p {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 620px) {
  section.hero .titles p {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  section.hero .titles p.hero-description {
    display: none;
  }
}

section.hero .cycle-pager {
  margin-top: -400px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1000;
}

@media (max-width: 450px) {
  section.hero .cycle-pager {
    margin-top: -390px;
    margin-left: 40%;
    left: -35px;
  }
}

section.hero .cycle-pager span {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  color: transparent;
  border: 2px solid white;
  width: 20px;
  height: 20px;
}

@media (max-width: 900px) {
  section.hero .cycle-pager span {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 450px) {
  section.hero .cycle-pager span {
    width: 10px;
    height: 10px;
  }
}

section.hero .cycle-pager span.cycle-pager-active {
  background-color: white;
}

section.hero #previousSlide, section.hero #nextSlide {
  position: absolute;
  top: 50%;
  z-index: 1000;
}

@media (max-width: 900px) {
  section.hero #previousSlide, section.hero #nextSlide {
    top: 25%;
  }
  section.hero #previousSlide img, section.hero #nextSlide img {
    width: 75%;
  }
}

@media (max-width: 470px) {
  section.hero #previousSlide img, section.hero #nextSlide img {
    width: 50%;
  }
}

section.hero #nextSlide {
  right: 0;
}

section.hero #nextSlide img {
  float: right;
}

section.hero .btn-right-arrow {
  position: absolute;
  bottom: 35px;
  right: 10%;
  width: 180px;
  padding-right: 30px;
}

section.hero .btn-right-arrow:after {
  margin-right: -20px;
  margin-top: -10px;
}

@media (max-width: 450px) {
  section.hero .btn-right-arrow {
    bottom: 50px;
    right: 0;
    margin-left: 40%;
    left: -75px;
  }
}

.tile {
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
  min-height: 350px;
  background-color: #F9F6F2;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

@media (max-width: 915px) {
  .tile {
    width: 49%;
  }
}

@media (max-width: 620px) {
  .tile {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tile:nth-child(3n+3) {
  margin-right: 0;
}

@media (max-width: 915px) {
  .tile:nth-child(3n+3) {
    margin-right: 2%;
  }
}

@media (max-width: 915px) {
  .tile:nth-child(2n+2) {
    margin-right: 0;
  }
}

.tile.hidden {
  display: none;
}

.tile.hidden.tile:nth-child(2n+2) + :not(.hidden) {
  margin-right: 2%;
}

.tile .tile-image {
  width: 100%;
  overflow: hidden;
}

.tile img, .tile iframe {
  width: 100%;
  display: block;
  /* to prevent margin bottom issues */
}

.tile h2 {
  margin-bottom: 15px;
}

.tile h2 a {
  color: #7a7269;
  text-decoration: none;
}

.tile h2 a:hover {
  border-bottom: 1px solid #7a7269;
}

.tile h2 + p {
  margin-top: 0;
  margin-bottom: 0;
}

.tile .content {
  padding: 20px 20px 20px 20px;
}

.tile .content .compare {
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.tile .content .compare .mock-checkbox {
  border: 2px solid #7a7269;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.tile .content .compare.checked .mock-checkbox {
  background-color: #7a7269;
}

.tile .content .compare label {
  display: block;
  font-size: 15px;
  margin-top: -30px;
  margin-left: 45px;
}

.tile.fill-width {
  width: 100%;
}

.tile.fill-width img {
  width: 100%;
}

.tile.tile-full-width {
  width: 100%;
}

.tile.tile-full-width img {
  width: 40%;
  float: left;
}

.tile.tile-full-width .content {
  float: left;
}

.tile.tile-horizontal {
  width: 100%;
}

.tile.tile-horizontal .content {
  float: left;
}

.tile.tile-horizontal .content h3 {
  margin-bottom: 5px;
}

.tile.tile-columned {
  width: 100%;
  float: none;
}

.tile.tile-columned p {
  min-height: 0;
}

.tile.tile-columned [class*="col-"] .content {
  border-left: 1px solid #7a7269;
}

@media (max-width: 540px) {
  .tile.tile-columned [class*="col-"] .content {
    border-left: none;
  }
}

.tile.tile-columned [class*="col-"]:first-child .content {
  border-left: none;
}

.tile.tile-large {
  width: 48%;
}

@media (max-width: 800px) {
  .tile.tile-large {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tile.tile-large:nth-child(3n+3) {
  margin-right: 2%;
}

.tile.tile-large iframe {
  min-height: 370px;
}

.tile.tile-large .content {
  clear: both;
}

.tile.tile-large h3 {
  margin-bottom: 0;
}

.tile.tile-large img.col-1-3 {
  margin-right: 10px;
}

.tile.find-a-dealer img {
  padding-right: 5%;
}

@media (max-width: 640px) {
  .tile.find-a-dealer img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tile.find-a-dealer .content {
  float: none;
  padding-top: 6%;
}

@media (max-width: 980px) {
  .tile.find-a-dealer .content {
    padding-top: 20px;
  }
}

.tile.find-a-dealer .content h2 {
  font-size: 34px;
  margin-bottom: 0;
}

@media (max-width: 857px) {
  .tile.find-a-dealer .content h2 {
    font-size: 29px;
  }
}

@media (max-width: 750px) {
  .tile.find-a-dealer .content h2 {
    font-size: 24px;
  }
}

.tile.find-a-dealer .content .btn {
  margin-top: 20px;
}

.tile.tile-no-bg {
  background-color: transparent;
}

.tile.tile-no-bg .content {
  padding-left: 0;
}

.filter-tiles {
  display: inline-block;
  border: 1px solid #7a7269;
  padding: 10px;
  padding-right: 40px;
  margin-bottom: 40px;
}

@media (max-width: 760px) {
  .filter-tiles {
    padding-right: 10px;
  }
}

.filter-tiles h3, .filter-tiles a {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}

@media (max-width: 760px) {
  .filter-tiles h3 {
    display: block;
  }
}

.filter-tiles a {
  color: #7a7269;
  margin-left: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 760px) {
  .filter-tiles a {
    margin-left: 0;
    margin-top: 5px;
    margin-right: 20px;
  }
  .filter-tiles a:last-of-type {
    margin-right: 0;
  }
}

.filter-tiles a.selected {
  font-weight: bold;
  color: #1c457f;
}

.tab-nav {
  margin: 0;
  padding: 0;
}

.tab-nav li {
  float: left;
  list-style-type: none;
}

.tab-nav li a {
  padding: 5px 15px;
  margin-right: -2px;
  color: #7a7269;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 2px solid #7a7269;
  border-bottom-width: 0;
  font-size: 16px;
  margin-bottom: -2px;
}

.tab-nav li a.selected {
  color: white;
  background-color: #7a7269;
}

.tab-nav.tab-closed li a {
  border-bottom-width: 2px;
}

.tab-content {
  display: none;
  clear: both;
  padding: 25px;
  border: 2px solid #7a7269;
  margin-bottom: 40px;
  font-size: 16px;
}

.tab-content.selected {
  display: block;
}

.dealer {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 2px solid #7a7269;
}

.dealer:first-of-type {
  border-top-width: 4px;
}

.dealer h2 {
  color: #23569f;
}

.dealer h3 {
  margin: 0;
}

.dealer p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.dealer p img {
  width: auto !important;
  margin-left: -17px;
}

@media (max-width: 860px) {
  .dealer .general-info {
    width: 45%;
  }
}

@media (max-width: 530px) {
  .dealer .general-info {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .dealer .checklist {
    width: 45%;
    margin-top: 30px;
  }
  .dealer .checklist.first-checklist {
    clear: left;
  }
}

@media (max-width: 430px) {
  .dealer .checklist {
    width: 100%;
  }
}

.dealer .checklist p {
  padding-left: 20px;
  padding-top: 7px;
}

@media (max-width: 860px) {
  .dealer .dealer-status {
    width: 45%;
  }
}

@media (max-width: 530px) {
  .dealer .dealer-status {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dealer .dealer-status img {
    width: 230px;
    margin: 0 auto;
    display: block;
  }
}

.dealer .dealer-status.is-duplicate-for-responsive {
  display: none;
}

@media (max-width: 860px) {
  .dealer .dealer-status.is-duplicate-for-responsive {
    display: block;
  }
}

@media (max-width: 860px) {
  .dealer .dealer-status.needs-to-hide-when-duplicate-shows {
    display: none;
  }
}

#map {
  width: 100%;
  height: 530px;
  margin-bottom: 50px;
}

.post-type-archive-dealers .tab-content {
  margin-bottom: 0;
}

.post-type-archive-dealers .tab-content + h2 {
  margin-top: 50px;
}

form input[type="text"] {
  width: 200px;
  xheight: 17px;
  margin: 0;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid #7a7269;
  color: #7a7269;
}

form ::-webkit-input-placeholder {
  color: #7a7269;
  text-transform: uppercase;
  font-size: 13px;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #7a7269;
  text-transform: uppercase;
  font-size: 13px;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a7269;
  text-transform: uppercase;
  font-size: 13px;
}

form :-ms-input-placeholder {
  color: #7a7269;
  text-transform: uppercase;
  font-size: 13px;
}

form input[type="submit"] {
  background-color: #7a7269;
  color: white;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

form .select {
  display: inline-block;
  width: 270px;
  background-color: transparent;
  border: 1px solid #7a7269;
}

form .select select {
  color: #7a7269;
  background: transparent;
  width: 268px;
  padding: 12px;
  font-size: 20px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 50px;
  text-transform: uppercase;
  -webkit-appearance: none;
}

form .select:after {
  float: right;
  margin-right: 10px;
  margin-top: -35px;
  font-size: 16px;
  color: #7a7269;
}

form .error {
  color: #c40000;
}

form.search {
  position: relative;
  float: left;
  margin-right: 15px;
}

form.search input[type="submit"] {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url(../img/search-white.png) no-repeat 50% 50% #7a7269;
}

form.search img {
  top: 7px;
  position: relative;
  float: left;
  margin-left: -25px;
}

form.form-large input[type="text"] {
  padding: 12px;
  width: 320px;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 510px) {
  form.form-large input[type="text"] {
    width: 80%;
  }
}

form.form-large input[type="submit"] {
  font-size: 20px;
}

form.form-large ::-webkit-input-placeholder {
  color: #7a7269;
  text-transform: uppercase;
  font-size: 20px;
}

form.form-large :-moz-placeholder {
  /* Firefox 18- */
  color: #7a7269;
  text-transform: uppercase;
  font-size: 20px;
}

form.form-large ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a7269;
  text-transform: uppercase;
  font-size: 20px;
}

form.form-large :-ms-input-placeholder {
  color: #7a7269;
  text-transform: uppercase;
  font-size: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.attachment article > section:first-of-type {
  padding-top: 204px;
}

body.attachment #image_details {
  padding: 40px 0px;
}

body.attachment #image_details #image_text ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

body.attachment #image_details #image_text ul li {
  padding-bottom: 5px;
}

body.single-accessories .tab-nav {
  padding-top: 42px;
  font-size: 16px;
}

body.single-accessories .tab-content {
  padding-top: 10px;
}

body.single-accessories .tab-content ul {
  padding-top: 0px;
  padding-left: 25px;
}

body.single-accessories h1 {
  text-transform: none;
}

header {
  padding-top: 10px;
  background-color: #F9F6F2;
  position: fixed;
  width: 100%;
  z-index: 999;
}

@media (max-width: 665px) {
  header .centered {
    padding: 0 10px;
  }
}

@media (max-width: 900px) {
  header {
    position: relative;
  }
}

@media (min-width: 900px) {
  header.small {
    padding: 0px;
  }
  header.small .logo.emblem img {
    width: 180px;
  }
  header.small .logo.text {
    display: none;
  }
  header.small form.search,
  header.small .find-a-dealer,
  header.small .menu-toggle {
    margin-top: 10px;
  }
}

@media (max-width: 665px) {
  header {
    padding-bottom: 15px;
  }
}

body.home header, body.single-residential header, body.single-commercial header {
  background-color: rgba(247, 244, 239, 0.88);
}

header .logo {
  float: left;
}

@media (max-width: 665px) {
  header .logo.emblem img {
    width: 100px;
  }
}

header .logo.text {
  position: relative;
  left: 15px;
  top: 35px;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  header .logo.text {
    margin-right: 40px;
  }
}

@media (max-width: 760px) {
  header .logo.text {
    margin-right: 0;
  }
}

@media (max-width: 665px) {
  header .logo.text {
    margin-bottom: 30px;
    top: 20px;
  }
}

@media (max-width: 665px) {
  header .logo.text {
    width: 180px;
  }
  header .logo.text img {
    width: 100%;
  }
}

header form.search, header .find-a-dealer {
  margin-top: 30px;
  margin-left: 30px;
  float: right;
}

@media (max-width: 970px) {
  header form.search {
    float: left;
    margin-left: 15px;
  }
}

@media (max-width: 1080px) {
  header form.search input[type="text"] {
    width: 100px;
  }
}

@media (max-width: 955px) {
  header form.search input[type="text"] {
    width: 200px;
  }
}

@media (max-width: 800px) {
  header .find-a-dealer {
    float: left;
    margin-left: 15px;
  }
}

@media (max-width: 680px) {
  header .find-a-dealer {
    margin-left: 0;
    float: right;
  }
}

@media (max-width: 445px) {
  header .find-a-dealer {
    float: none;
    width: 90%;
  }
}

header .menu-toggle {
  margin-top: 30px;
  margin-left: 10px;
  display: none;
  float: left;
  color: #7a7269;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 1000px) {
  header .menu-toggle {
    display: inline-block;
  }
}

@media (max-width: 555px) {
  header form.search, header .find-a-dealer, header .menu-toggle {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 10px;
  }
}

header nav {
  float: right;
  clear: right;
}

header nav.main {
  margin-top: 15px;
  margin-bottom: 10px;
}

@media (max-width: 1280px) {
  header nav.main {
    width: 75%;
    text-align: right;
  }
}

@media (max-width: 955px) {
  header nav.main {
    margin-top: 20px;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 665px) {
  header nav.main {
    float: left;
    width: auto;
  }
}

header nav ul {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1000px) {
  header nav ul#menu-main-menu {
    display: none;
  }
  header nav ul#menu-main-menu.visible {
    display: block;
  }
  header nav ul#menu-main-menu.visible li {
    display: block;
  }
}

header nav ul li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media (max-width: 955px) {
  header nav ul li {
    padding-left: 0;
    padding-right: 20px;
  }
}

header nav ul li .sub-menu {
  display: none;
  width: 250px;
  margin-left: -10px;
  margin-top: 0px;
  padding-top: 10px;
  position: absolute;
  text-align: left;
  padding: 0;
}

header nav ul li .sub-menu li {
  padding: 0;
  margin-bottom: 0;
  background-color: #F9F6F2;
  border-bottom: 1px solid #7a7269;
}

header nav ul li .sub-menu li:first-child {
  margin-top: 10px;
}

header nav ul li .sub-menu li:last-child {
  border: none;
}

header nav ul li .sub-menu li a {
  display: block;
  width: 230px;
  padding: 10px;
}

header nav ul li a {
  color: #7a7269;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 1300px) {
  header nav ul li a {
    font-size: 12px;
  }
}

header nav ul li.menu-item-has-children:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 5px;
  background: url(../img/down-arrow.png) no-repeat left top;
  position: relative;
  top: -3px;
  margin-left: 3px;
  font-size: 16px;
  color: #7a7269;
}

header nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

header nav ul li:first-child {
  padding-left: 0;
}

footer {
  color: #ffffff;
  padding: 35px 0;
}

footer h3 {
  color: #d2d2d2;
  margin-bottom: 10px;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style-type: none;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer .col-dealer-resources {
  width: 22%;
}

@media (max-width: 930px) {
  footer .col-dealer-resources {
    width: 30%;
  }
}

@media (max-width: 655px) {
  footer .col-dealer-resources {
    width: 55%;
  }
}

footer .col-company {
  width: 10%;
}

@media (max-width: 930px) {
  footer .col-company {
    width: 30%;
  }
}

@media (max-width: 655px) {
  footer .col-company {
    width: 35%;
  }
}

footer .col-connect-with-us {
  width: 10%;
}

@media (max-width: 930px) {
  footer .col-connect-with-us {
    width: 25%;
  }
}

@media (max-width: 655px) {
  footer .col-connect-with-us {
    clear: left;
    width: 100%;
    margin-top: 40px;
  }
}

footer .col-showroom {
  width: 25%;
}

@media (max-width: 930px) {
  footer .col-showroom {
    width: 53%;
    clear: left;
    margin-top: 40px;
  }
}

@media (max-width: 620px) {
  footer .col-showroom {
    width: 100%;
  }
}

footer .col-showroom .col-1-2 {
  width: auto;
}

footer .col-translation {
  width: 11%;
}

@media (max-width: 930px) {
  footer .col-translation {
    width: 22%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

footer .copyright {
  margin-top: 40px;
  clear: both;
  color: #d2d2d2;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

footer .social-footer {
  padding-right: 5px;
}

#front-blog p + a.btn {
  margin-top: 0px;
}

body.home .cycle-slideshow p + a.btn {
  margin-top: 0px;
}

#compare .row p {
  font-size: 16px;
}

#compare .row h2 {
  font-weight: 500;
}

body.blog section.main .posts, body.single-post section.main .posts, body.category section.main .posts, body.archive section.main .posts {
  float: left;
  width: 65%;
  overflow: hidden;
}

@media (max-width: 1000px) {
  body.blog section.main .posts, body.single-post section.main .posts, body.category section.main .posts, body.archive section.main .posts {
    width: 95%;
  }
}

body.blog section.main .posts .post, body.single-post section.main .posts .post, body.category section.main .posts .post, body.archive section.main .posts .post {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #989898;
}

body.blog section.main .posts .post img, body.single-post section.main .posts .post img, body.category section.main .posts .post img, body.archive section.main .posts .post img {
  width: 100%;
  margin-bottom: 20px;
}

body.blog section.main .posts .post h2, body.single-post section.main .posts .post h2, body.category section.main .posts .post h2, body.archive section.main .posts .post h2 {
  margin-bottom: 5px;
}

body.blog section.main .posts .post .author, body.single-post section.main .posts .post .author, body.category section.main .posts .post .author, body.archive section.main .posts .post .author {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

body.blog section.main .posts .post p, body.single-post section.main .posts .post p, body.category section.main .posts .post p, body.archive section.main .posts .post p {
  margin-top: 10px;
}

body.blog section.main .posts .post .date, body.single-post section.main .posts .post .date, body.category section.main .posts .post .date, body.archive section.main .posts .post .date {
  float: right;
  border: 1px solid #989898;
  padding: 5px;
  font-size: 16px;
}

body.blog section.main aside, body.single-post section.main aside, body.category section.main aside, body.archive section.main aside {
  width: 25%;
  margin-left: 1%;
  padding: 40px;
  overflow: auto;
  height: 100%;
}

@media (max-width: 1000px) {
  body.blog section.main aside, body.single-post section.main aside, body.category section.main aside, body.archive section.main aside {
    width: 90%;
    padding-right: 0px;
    float: none;
  }
}

body.blog section.main aside h3, body.single-post section.main aside h3, body.category section.main aside h3, body.archive section.main aside h3 {
  padding: 15px;
  border: 1px solid #989898;
}

body.blog section.main aside ul, body.single-post section.main aside ul, body.category section.main aside ul, body.archive section.main aside ul {
  padding-left: 0px;
}

body.blog section.main aside ul li, body.single-post section.main aside ul li, body.category section.main aside ul li, body.archive section.main aside ul li {
  list-style-type: none;
  text-indent: -1.5em;
  list-style-position: outside;
  margin-left: 2.0em;
  padding: 3px 0px;
}

body.blog section.main aside ul li:before, body.single-post section.main aside ul li:before, body.category section.main aside ul li:before, body.archive section.main aside ul li:before {
  padding: 10px;
  content: '\2022';
  font-size: 14px;
}

body.blog section.main aside ul li a, body.single-post section.main aside ul li a, body.category section.main aside ul li a, body.archive section.main aside ul li a {
  color: #23569f;
  text-decoration: none;
}

body.blog section.main aside ul li a:hover, body.single-post section.main aside ul li a:hover, body.category section.main aside ul li a:hover, body.archive section.main aside ul li a:hover {
  text-decoration: underline;
}

@media print {
  nav, footer, .recommended-options {
    display: none;
  }
  header .menu-toggle,
  header form {
    display: none !important;
  }
  header {
    position: relative;
  }
  article > section:first-of-type {
    padding-top: 20px;
  }
  .centered {
    padding: 0px;
    margin: 0px;
  }
  body.single-attachment {
    background-color: #fff;
  }
  body.single-attachment a.btn {
    display: none;
  }
  body.single-attachment .centered aside {
    margin: 0px;
    padding: 0px;
    float: none;
    border: none;
  }
  body.single-attachment .centered img#attachment-image {
    height: auto;
  }
  body.single-attachment .centered #image_details {
    width: 100%;
  }
  body.attachment article > section:first-of-type {
    padding-top: 40px;
  }
  .centered aside {
    display: none;
  }
}

/*
=======================================
OVERRIDES/ADJUSTMENTS BY JEROMY@RUSTYGEORGE.COM
=======================================
*/
@media (max-width: 600px) {
  #design .tile {
    float: none;
    width: 100%;
    padding-bottom: 0;
    min-height: 1px;
  }
  .rgc-img img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .fancybox-next {
    right: 0 !important;
  }
  .fancybox-prev {
    left: 0 !important;
  }
  .fancybox-close {
    right: 15px !important;
    top: 15px !important;
  }
  .fancybox-outer:after {
    background-size: 85% !important;
  }
  .tile .content .compare {
    position: static !important;
    float: none !important;
  }
}

.rgc-img {
  margin-bottom: 30px;
}

.print-share-page h1 {
  margin: 0 0 10px;
}

.print-share-page h2 {
  margin: 0 0 40px;
}

.print-share-button {
  display: inline-block;
  padding: 5px 10px 3px 10px;
  margin-top: 4px;
  background: #fff;
  color: #1c457f;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.print-share-button:hover {
  color: #fff;
  background: #1c457f;
}

.fancybox-outer:after {
  display: block;
  width: 100%;
  height: 55px;
  margin: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  content: '';
  position: relative;
  z-index: 100000;
  background-image: url("../img/logo-full.png");
  background-size: 85%;
  background-repeat: no-repeat;
}

.fancybox-nav {
  height: 40%;
  top: 30%;
}

.fancybox-nav {
  width: 80px;
}

.fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
  width: 50px;
  height: 50px;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-close {
  opacity: .5;
  background: url(../img/close.png) top left no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  right: -40px;
  transition: all .3s;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-next {
  right: -80px;
}

.fancybox-prev {
  left: -80px;
}

.fancybox-next span {
  background: url(../img/next.png) left top no-repeat;
}

.fancybox-prev span {
  background: url(../img/prev.png) left top no-repeat;
}

.tile .btn.btn-transparent {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  left: 20px;
}

.tile .content .compare {
  position: absolute;
  z-index: 20;
  bottom: 28px;
  right: 20px;
}

#design .tile {
  xxmin-height: 1px;
}

#design .tile:nth-child(4n-7) {
  clear: left;
}

header .find-a-dealer,
.find-dealer-btn {
  background: #1c457f;
}

header input[type="text"] {
  height: 17px;
}

#accessories .tile {
  min-height: 400px;
}

div.wpcf7 {
  max-width: 600px;
  margin: auto;
}

.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 input[type="email"],
.wpcf7 select {
  width: 100%;
  padding: 10px 8px;
}

.wpcf7 input[type="email"] {
  border: 1px solid #7a7269;
}

.term-decorative-hardware .tile,
#glass-options .tile,
#color-options .tile {
  xxmin-height: 1px;
}

#glass-options .tile,
#color-options .tile,
#before-and-after .tile {
  padding-bottom: 0;
}

.find-a-dealer.tile {
  padding-bottom: 0;
  min-height: 1px;
}

#product-details .tile {
  max-width: 250px;
  padding-bottom: 0;
  background-color: transparent;
}

#panel-options .tile {
  padding-bottom: 0;
}

#compare .tile {
  background: transparent;
}

.addtoany_share_save_container {
  display: none !important;
}

.a2a_dd.addtoany_share_save img {
  display: block;
  max-width: 83px;
  position: relative;
  top: -1px;
}

.addtoany_shortcode {
  display: inline-block;
}

.home-tagline {
  padding-top: 17px !important;
}

.home-tagline h2 {
  color: #1c457f;
  font-size: 1.5em;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.hide-dealer,
.hide-dealer {
  display: none !important;
}

#product-details img {
  max-width: 100%;
  height: auto;
}

.dist-msg {
  padding: 10px;
  background: #f44336;
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  header form.search input[type="text"] {
    width: 160px;
  }
}

@media screen and (max-width: 400px) {
  form .select {
    width: 100%;
  }
  .select select {
    width: 100%;
  }
}
