﻿/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

input[type="submit"] {
  /*padding: 12px 29px;*/
  padding: 0.4em 0.8em;
  color: white;
  border: none;
  font-weight: 700;
  box-shadow: none;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #575555;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* COLORS */
/*BUTTONS*/
/* MIXINS */
/* Common components */
button, .button {
  color: #fff;
  text-transform: uppercase;
  background-color: #2c343b;
  /*border: 1px solid #565d62;*/
  font-family: acumin-pro;
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 0.6em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  white-space: nowrap; }

.large {
  padding: 0.8em 1.6em; }

.button:link, .button:visited {
  color: #fff; }

button:hover, .button:hover {
  background-color: #000; }

.blue:link, .blue:visited {
  background-color: #2c343b; }

.blue:hover {
  background-color: #e0393d; }

.red:link, .red:visited {
  background-color: #e0393d; }

.red:hover {
  background-color: #2c343b; }

.call-to-action {
  background-color: #d91a1f;
  font-size: 90%; }

.call-to-action:hover {
  background-color: #52616d; }

/*.bottom-black-bar {
  background: url(/images/black-bg-45.png) top center;
  width:100%;
  height:50px;
  position:absolute;
  bottom:0px;
  left:0px;
}*/
input, textarea {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

input[type="submit"] {
  background-color: #e0393d; }

input[type="submit"]:hover {
  background-color: #2c343b; }

/* General styles -----------------------------------------------------------*/
h1, h2, h3, h4 {
  font-family: acumin-pro;
  -webkit-font-smoothing: antialiased;
}

h1 {
  text-transform: uppercase; }

h2 {
  color: #414042;
  font-family: acumin-pro;
  font-weight: bolder;
  line-height: 1.2;
  margin: 8px 0 0 0;
  text-transform: uppercase;
}

.header h1 {
  color: #fff;
  font-family: acumin-pro;
  font-weight: bold;
  font-size: 4.7em;
  line-height: 0.9em;
  margin: 0;
  padding: 80px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.header h2 {
  color: #fff;
  font-family: minion-3;
  font-size: 1.8em;
  margin-top: 0.25em;
  text-align: center;
  text-transform: lowercase; }

p, ul, ol, li, td {
  font-family: acumin-pro;
  font-size: 1em;
}

ol li {
  margin: 0 0 10px 0;
  line-height: 1.6em; }

html {
  background-color: #282828; }

body {
  text-align: center;
  background-color: #1e384b; }

#container {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  text-align: center; }

a:link, a:visited {
  color: #e03a3e; }

/*a:visited {
  color: #e03a3e;
}*/
a:hover {
  color: blue;
  /* Make site style guide with colors used. */ }

.content {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  position: relative; }

#nav-wrapper {
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: #fff;
  /*white-space: nowrap;*/ }
  #nav-wrapper .content {
    position: relative; }

#home-logo {
  position: absolute;
  top: 30px;
  left: 0; }

#nav {
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  #nav ul {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin: 35px 96px 0 0;
    padding: 0;
    list-style: none;
    font-size: 100%;
    text-transform: uppercase; }
  #nav li {
    font-family: acumin-pro;
    display: inline-block;
    margin-bottom: 20px;
    white-space: nowrap;
  }
    #nav li a {
      margin: 0 8px;
      padding: 2px 0; }
    #nav li a:link, #nav li a:visited {
      color: #414042;
      text-decoration: none; }
    #nav li a:hover, #nav li a.current {
      color: #222;
      border-bottom: 2px solid #e0393d; }

#search-icon {
  position: absolute;
  z-index: 1;
  top: 35px;
  right: 0; }

#search-icon.hidden {
  display: none; }

#show-search {
  outline: 0; }

.show-search {
  font-family: acumin-pro;
  text-transform: uppercase;
}
    
.show-search:link, .show-search:visited {
  color: #e0393d;
  text-decoration: none;
}

#search-box-wrapper {
  position: absolute;
  z-index: 2;
  top: -100px;
  right: 0;
  width: 100%;
  margin-right: 2px;
  padding: 34px 0;
  text-align: right;
  background-color: #fff;
  transition: top 0.6s ease-out; }

#search-box-wrapper.visible {
  top: 0; }

#search-box {
  width: 94%;
  height: 1.4em;
  padding: 2px 6px;
  color: #222222;
  background-color: #fff;
  border: 1px solid #aaaaaa; }

#search-box:hover, #search-box:focus {
  background: #fff;
  /*background: rgba(255, 255, 255, 0.25);*/
  border: 1px solid #666666; }

#hide-search {
  margin-left: 6px;
  padding-right: 8px;
  font-size: 1.1em; }

#hide-search:link, #hide-search:visited {
  color: #222;
  text-decoration: none; }

#hide-search a:hover {
  color: #000; }

.hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 505px; }

.header {
  max-width: 1200px; }

#lgti-catalog {
  position: absolute;
  bottom: 0;
  left: 10%; }

.mobile-on {
  display: none; }

/* Hero images --------------------------------------------------------------------------------- */
#find-a-door {
  height: 300px;
  background: url(../jpg/find-a-door.jpg) top center; }

#company-store {
  height: 200px;
  background: url(../jpg/header-01.jpg) top center; }

#resources-page {
  height: 300px; }

.dealers-hero {
  height: 204px;
  background: #fff url("../jpg/dealers.jpg") top left no-repeat; }

.dealers-bottom-hero {
  height: 323px;
  background: #fff url("../jpg/dealers-bottom.jpg") top left no-repeat; }

.builders-hero {
  height: 204px;
  background: #fff url("../jpg/builders.jpg") top left no-repeat; }

.builders-bottom-hero {
  height: 323px;
  background: #fff url("../jpg/builders-bottom.jpg") top left no-repeat; }

.architects-hero {
  height: 204px;
  background: #fff url("../jpg/architects.jpg") top left no-repeat; }

.architects-bottom-hero {
  height: 323px;
  background: #fff url("../jpg/architects-bottom.jpg") top left no-repeat; }

/* HOME PAGE ----------------------------------------------------------------------------------- */
.header-links {
  margin-top: 10px;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase; }

.button {
  font-family: acumin-pro;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.middle-1 {
  padding: 10px 0 20px 0;
  background-color: #d7d2c5; }

.middle-2 {
  padding: 10px 0;
  background-color: #5b6770; }

.section {
  margin: 20px auto 10px auto;
  padding: 0;
  /*height: 50px;*/
  width: 100%;
  /*border-top: 1px solid #a9a9a9;*/
  position: relative; }
  .section h2 {
    /*top: -50px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    position: absolute;*/
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    color: #2c343b;
    background-color: #d7d2c5;
    text-align: center;
    font-size: 2.1em; }
    .section h2 span {
      color: #657787; }
  .section h3 {
    margin: 10px auto;
    padding: 0;
    text-align: center;
    font-family: acumin-pro, sans-serif;
    color: #1e384b;
    font-size: 1.1em;
  }

.middle-2 .section h2 {
  /*width: 300px;
  margin-left: -150px;*/
  color: white;
  background-color: #5b6770; }

.middle-2 .section h3 {
  color: white;
  max-width: 650px; }

.middle-1 .boxes, .middle-2 .boxes {
  margin: 3% 5%;
  text-align: center; }

.middle-2 .boxes {
  margin: 0 5% 2% 5%; }

.middle-1 .box {
  display: inline-block;
  float: none;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px; }

  .middle-1 .box p {
    font-family: acumin-pro;
    position: absolute;
  }
    .middle-1 .box p span {
      font-family: acumin-pro;
    }

.middle-2 .box {
  display: inline-block;
  float: none;
  width: 48%; }

.box {
  margin: 0 auto;
  padding: 0;
  height: auto;
  position: relative; }
  .box a:link, .box a:visited {
    text-decoration: none; }
  .box p {
    margin: 0;
    padding: 0;
    color: white;
    font-family: acumin-pro;
    text-transform: uppercase;
    font-size: 1.1em;
  }
    .box p span {
      font-family: acumin-pro;
    }
  .box p.doormagination-links {
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    position: absolute;
    z-index: 1000; }

.home-red-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.box:hover .home-red-hover {
  opacity: 1; }

.box-spacer {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 1%;
  height: auto; }

.middle-2 .box .button a:link span, .middle-2 .box .button a:visited span {
  font-family: NexaHeavy; }

#home-page {
  position: relative;
  z-index: 0;
  background: url(../jpg/home.jpg) top center;
  margin-top: -100px;
  height: 625px; }

#home-page h1 {
  padding-top: 200px; }

#home-page .header h1 span {
  color: #e0393d; }

.header-bottom {
  margin-top: 90px; }
  .header-bottom h3 {
    font-size: 1.3em;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: acumin-pro;
  }

/* DOOR SEARCH AND TEST DRIVE --------------------------------------------------------------------------------- */
#find-a-door .header h1 {
  padding-top: 60px; }

#find-a-door .header h2 {
  margin-top: 20px; }

#door-search-wrapper, #glass-test-wrapper {
  width: 100%;
  padding-bottom: 30px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2c343b), color-stop(31%, #2c343b), color-stop(31%, #fff), color-stop(100%, #fff));
  background: linear-gradient(to right, #2c343b 31%, #fff 31%, #fff 100%); }

#test-drive-wrapper {
  width: 100%;
  padding-bottom: 30px;
  background: linear-gradient(to right, #2c343b 32%, #d7d2c5 32%, #d7d2c5 100%); }

#door-search-sidebar {
  float: left;
  width: 30%;
  max-width: 280px;
  margin-right: 2%; }

#test-drive-sidebar {
  float: left;
  width: 27%;
  max-width: 320px;
  padding-right: 2%; }

#glass-test-sidebar {
  float: left;
  width: 28%; }

#door-search-sidebar h2 {
  line-height: 100%;
  font-size: 200%;
  text-transform: uppercase;
  color: #e0393d; }

#door-search-sidebar h4, #glass-test-sidebar h4 {
  font-size: 100%;
  text-transform: uppercase;
  color: #fff; }

#door-search-sidebar hr {
  width: 80%;
  margin-top: 30px;
  margin-right: 10%; }

#door-search-sidebar .button:link, #door-search-sidebar .button:visited, #test-drive-sidebar .button:link, #test-drive-sidebar .button:visited, #glass-test-sidebar .button:link, #glass-test-sidebar .button:visited, #door-search-sidebar input[type=submit] {
  border: 1px solid #565d62; }

#door-search-sidebar .button:hover, #door-search-sidebar .button.current, #door-search-sidebar .button.current:hover, #test-drive-sidebar .button.current, #test-drive-sidebar .button.current:hover, #glass-test-sidebar .button.current, #glass-test-sidebar .button.current:hover {
  background-color: #e0393d;
  border: 1px solid #e0393d; }

#door-search-sidebar input[type="submit"] {
  padding: 0.4em 0.8em;
  background-color: transparent; }

#door-search-sidebar input[type="submit"]:hover {
  background-color: #e0393d; }

#door-search-sidebar .button.full {
  margin-top: 1em;
  width: 80%; }

#glass-test-sidebar .button.full {
  display: inline-block;
  margin-top: 1em;
  width: 80%;
  text-align: center; }

#glass-test-sidebar h4 {
  margin-bottom: -20px; }

.search-by-glass {
  margin-top: 16px; }

#search-by-interior-exterior .button {
  display: inline-block;
  width: 38%;
  padding: 0.4em 0.6em;
  text-align: center; }

#search-by-door-design .button {
  display: inline-block; }

#test-drive-sidebar .button {
  display: inline-block;
  margin-bottom: 0.5em;
  width: 35%;
  text-align: center; }

#test-drive-sidebar input.input {
  color: #cccccc; }

#door-search-sidebar input[type="text"], #test-drive-sidebar input[type="text"] {
  height: 1.5em;
  font-size: 1.1em;
  vertical-align: middle; }

#door-search-sidebar input[type="submit"] {
  border: 1px solid #565d62;
  vertical-align: top; }

#test-drive-sidebar input[type="submit"] {
  border: 1px solid #565d62;
  vertical-align: middle; }

.lite-options p, .panel-options p {
  display: inline-block;
  margin-left: 24px;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase; }

.panel-options p {
  margin-left: 10px;
  font-size: 0.9em; }

.door-design-links {
  display: none;
  margin-top: 18px;
  font-size: 0.9em; }

.random {
  display: block; }

.door-design-links a {
  display: block;
  margin: 2px 0; }

.door-design-links a:link, .door-design-links a:visited, .lite-options a:link, .lite-options a:visited, .panel-options a:link, .panel-options a:visited {
  color: #9e9e9e;
  text-decoration: none;
  text-transform: uppercase; }

#door-performance-links {
  display: block;
  margin-top: -16px; }

.door-design-links a:hover, .door-design-links a.current, .lite-options a:hover, .lite-options .current, .panel-options a:hover, .panel-options .current {
  color: #e03a3e; }

.lite-options a:hover img, .lite-options .current img, .panel-options a:hover img, .panel-options .current img {
  box-shadow: #e03a3e 0 0 0 2px; }

.lite-options a.remove, .panel-options a.remove {
  font-size: 0.8em;
  text-transform: none; }

.door-design-links span {
  display: inline-block;
  margin-right: 10px;
  width: 0.8em;
  height: 0.8em;
  background-color: #9e9e9e; }

.door-design-links a:hover span, .door-design-links a.current span {
  background-color: #e03a3e; }

.intro a:link, .intro a:visited {
  text-decoration: none; }

.door-search-results .intro {
  margin-top: 40px; }

.door-search-results .intro div {
  display: inline-block;
  width: 233px;
  margin-bottom: 20px;
  text-align: center; }

.door-search-results .intro img, .door-search-results .intro p {
  float: left; }

  .door-search-results .intro p {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff;
    background: #e0393d;
    text-transform: uppercase;
  }

    .door-search-results .intro p span {
      font-family: acumin-pro;
    }

.door-detail, .door-search-results, .glass-test-content {
  float: left;
  width: 69%;
  padding-left: 3%; }

.door-card-wrapper {
  margin-top: 20px; }

.door-card-wrapper a:link, .door-card-wrapper a:visited {
  text-decoration: none; }

.door-card {
  display: inline-block;
  max-width: 120px;
  margin: 0 10px 20px 0;
  padding: 0 5px 0 12px;
  vertical-align: top;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }

.door-card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

  .door-card h3 {
    margin-bottom: -10px;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 90%;
    color: #2c343b;
  }

  .door-card p {
    font-family: acumin-pro;
    font-size: 70%;
    color: #2c343b;
  }

.door-card img {
  max-width: 120px; }

.pager, .results-per-page, .back {
  font-family: acumin-pro;
  font-size: 90%;
  color: #363636;
}

.pager a:link, .pager a:visited, .results-per-page a:link, .results-per-page a:visited {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 8px;
  color: #363636;
  border: 1px solid #cccccc;
  text-decoration: none; }

.pager a:hover, .pager .current, .results-per-page a:hover, .results-per-page .current {
  margin: 0 2px;
  padding: 2px 8px;
  color: #000;
  border: 1px solid #fff; }

.pager a:hover, .results-per-page a:hover {
  border-color: #222222; }

.pager .current, .results-per-page .current {
  background-color: #fff; }

.pager .aspNetDisabled {
  display: none; }

.pager span.showing, .back, #door-search-sidebar .pager {
  font-family: Arapey;
  color: #414042; }

#door-search-sidebar .pager {
  margin: 0;
  font-size: 1.3em;
  color: #ffffff;
  text-transform: uppercase; }

.filtered-by {
  margin-top: 0;
  font-size: 0.8em;
  color: #ffffff; }

.filtered-by .remove:link, .filtered-by .remove:visited {
  display: inline-block;
  margin: 1px 2px 1px 0;
  padding: 2px 3px;
  border: 1px solid #aaaaaa;
  line-height: 1;
  font-weight: bold;
  color: #aaaaaa;
  text-decoration: none;
  text-transform: uppercase; }

.filtered-by .remove:hover {
  color: #222222;
  background-color: #ffffff; }

/* Door search detail ------------------------------------------------------------------------------------ */
#doorInfo .icon span, #doorDetail .icon span {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 8px; }

#doorInfo .icon .iconAnyWood, #doorDetail .icon .iconAnyWood {
  background: url("../jpg/aw.jpg") 0 0 no-repeat; }

#doorInfo .icon .iconAnySize, #doorDetail .icon .iconAnySize {
  background: url("../jpg/as.jpg") 0 0 no-repeat; }

#doorInfo .icon .iconGlassOptions, #doorDetail .icon .iconGlassOptions {
  background: url("../jpg/go.jpg") 0 0 no-repeat; }

#doorInfo .icon .iconCamingChoices, #doorDetail .icon .iconCamingChoices {
  background: url("../jpg/cm.jpg") 0 0 no-repeat; }

#doorInfo .icon .iconPrivacyRating, #doorDetail .icon .iconPrivacyRating {
  background: url("../jpg/pv.jpg") 0 0 no-repeat; }

#doorInfo .icon .iconUltraBlock, #doorDetail .icon .iconUltraBlock {
  background: url("../jpg/pf.jpg") 0 0 no-repeat; }

#doorInfo .icon .iconWaterBarrier, #doorDetail .icon .iconWaterBarrier {
  background: url("../jpg/wb.jpg") 0 0 no-repeat; }

.additional-images a {
  margin-right: 20px; }

.additional-images span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle; }

.additional-images .icon-glass-detail {
  background: url("../png/glass-detail.png") 0 0 no-repeat; }

.additional-images .icon-glass-close-up {
  background: url("../png/glass-close-up.png") 0 0 no-repeat; }

.additional-images .icon-end-use {
  background: url("../png/end-use.png") 0 0 no-repeat; }

#imageAndOptions {
  position: relative;
  display: inline-block;
  max-width: 30%;
  margin-right: 3%;
  vertical-align: top; }

#imageAndOptions .shield {
  position: absolute;
  top: -26px;
  right: -29px; }

.shield-icon-tool-tip {
  display: none;
  position: absolute;
  top: -40px;
  left: 240px;
  padding: 12px;
  width: 240px;
  height: 80px;
  color: #000;
  background-color: #fff;
  border: 3px solid #929292; }

#imageAndOptions p {
  /*max-width: 75%;*/
  font-size: 0.8em; }

.transom-image {
  margin-bottom: 10px; }

#doorInfo {
  display: inline-block;
  max-width: 60%;
  vertical-align: top; }

  #doorInfo h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: acumin-pro;
    font-size: 1.4em;
    border-bottom: 1px solid #c0c0c0;
    max-width: 100%;
  }

#doorInfo .door-info-link-buttons a {
  display: inline-block;
  margin: 6px 6px 6px 0; }

  #doorInfo .door-number {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: acumin-pro;
    font-size: 110%;
  }

#doorInfo .quote-box {
  padding: 0 10px 2px 10px;
  border: 1px solid #c0c0c0; }

#doorInfo .quote-box h3 {
  margin-top: 8px; }

.series-type {
  font-size: 90%; }

#doorInfo h3 {
  margin-top: 16px;
  margin-bottom: -8px;
  font-family: acumin-pro;
  font-size: 100%;
  text-transform: uppercase;
}

.similar-doors-title {
  margin-top: 30px;
  margin-bottom: 0; }

.note {
  font-size: 80%; }

.note-special {
  font-size: 90%;
  font-family: Arapey;
  color: #cc0033; }

.dropdown {
  text-transform: uppercase;
  font-size: 90%;
  font-family: acumin-pro;
  font-weight: bold;
  /*color: #fff;
  background-color: #222222;*/
}

.dropdown span {
  padding: 4px 6px;
  text-transform: uppercase;
  font-size: 80%;
  /*color: #fff;
  background-color: #222222;*/ }

.dropdown span.spacer {
  display: inline-block;
  width: 10px;
  background-color: transparent; }

  .dropdown .dropdown-checkbox {
    text-transform: none;
    font-size: 90%;
    font-family: acumin-pro;
    font-weight: bold;
  }

/* Door Series Pages ---------------------------------------------------------------------------------- */
#door-series-page {
  width: 100%;
  height: 653px;
  /*height: 755px;*/ }

.series-page-title {
  width: 100%;
  height: 90px;
  border-bottom: 30px solid #52616d;
  background-color: #e4e1da; }

  .series-page-title h1 {
    margin: 0;
    padding-top: 50px;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
  }

    .series-page-title h1 span, .series-page-title h1 sup {
      font-family: acumin-pro;
    }

.series-page-slides {
  width: 100%;
  height: 533px;
  background-color: #fff; }

.series-page-slides #slide {
  padding-top: 20px;
  text-align: center; }

#slide :nth-of-type(3) {
  outline: 2px solid red; }

#previous-slide img, #next-slide img {
  padding: 200px 15px;
  transition: all 0.1s ease-in-out; }

#previous-slide:hover img {
  transform: scale(1.5) translate(-5px, 0); }

#next-slide:hover img {
  transform: scale(1.5) translate(5px, 0); }

#slide-nav {
  display: flex;
  justify-content: space-evenly;
  width: 800px;
  margin: 10px auto 0 auto; }

#slide-nav a {
  flex-grow: 1;
  margin-right: 1.5%;
  height: 16px;
}

#slide-nav a:last-of-type {
  margin-right: 0; }

#slide-nav a:link, #slide-nav a:visited {
  border: 1px solid #c7c0b0; }

#slide-nav a.current {
  background-color: #c7c0b0; }

#slide-nav a:hover {
  border-color: #000; }

#door-series-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #d7d2c5; }

#door-series-sidebar {
  float: left;
  width: 25%; }

.catalog-link {
  text-transform: uppercase;
  font-family: acumin-pro;
  font-weight: bold;
  font-size: 100%;
}

.catalog-link a {
  display: block;
  padding: 4px 0;
  text-align: center; }

.catalog-link a:link, .catalog-link a:visited {
  color: #fff;
  background-color: #52616d;
  text-decoration: none; }

.catalog-link a:hover {
  background-color: #222222; }

.pdf-link {
  text-transform: uppercase;
  font-family: acumin-pro;
  font-weight: bold;
  font-size: 80%;
}

.pdf-link a {
  display: block;
  padding: 4px 12px; }

.pdf-link a:link, .pdf-link a:visited {
  color: #fff;
  background-color: #e03a3e;
  text-decoration: none; }

.pdf-link a:hover {
  background-color: #222222; }

.pdf-link span {
  display: block;
  float: right;
  margin: -4px -12px -4px 0;
  padding: 4px 10px;
  background-color: #bb2f32; }

.svg-triangle {
  margin: 4px 8px 0 0;
  width: 16px;
  height: 16px;
  float: left;
  fill: #e0393d; }

#door-series-side-nav h3 {
  font-family: acumin-pro;
  font-size: 120%;
  text-transform: uppercase;
  color: #343741;
  border-bottom: 1px solid #6f6f6f;
}

#door-series-side-nav h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: acumin-pro;
  font-size: 120%;
  color: #e0393d;
}

#door-series-side-nav p {
  margin-top: 0;
  margin-left: 24px;
  line-height: 1.3;
  font-family: acumin-pro;
  font-size: 90%;
}

#door-series-side-nav p a {
  display: block;
  padding: 4px 0;
  border-radius: 4px;
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1) 0s; }

#door-series-side-nav p a:link, #door-series-side-nav p a:visited {
  color: #231f20;
  text-decoration: none; }

#door-series-side-nav p a:hover {
  padding: 4px 10px;
  background-color: #e8e3d6; }

  #door-series-side-nav p a.current {
    padding: 4px 10px;
    font-family: acumin-pro;
    font-weight: bold;
    text-decoration: none;
    background-color: #e8e3d6;
  }

#door-series-content {
  float: left;
  width: 65%;
  padding-left: 40px; }
  #door-series-content h2 {
    font-family: acumin-pro;
    font-size: 120%;
    color: #52616d;
  }
  #door-series-content h4 {
    margin-bottom: -8px; }
  #door-series-content h2.download-link {
    float: left;
    padding-right: 20px; }

.doors-with-captions p {
  float: left;
  margin-right: 20px;
  line-height: 1.4; }

.doors-with-captions p:last-child {
  margin-right: 0; }

.doors-with-captions img {
  margin-bottom: 4px; }

.doors-with-captions span {
  display: inline-block;
  max-width: 120px;
  font-family: acumin-pro;
  font-size: 70%;
  vertical-align: top;
}

.doors-with-captions a:hover, .popup-gallery a:hover {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.doors-with-captions .door-one-sidelight {
  max-width: 160px; }

.doors-with-captions .door-two-sidelights {
  max-width: 220px; }

.doors-with-captions .door-sidelights-transom {
  position: relative;
  display: inline-block;
  max-width: 220px;
  width: 220px;
  height: 300px; }

.door-sidelights-transom .transom {
  position: absolute;
  top: 0;
  left: 0; }

.door-sidelights-transom .sidelight-left {
  position: absolute;
  bottom: 0;
  left: 0; }

.door-sidelights-transom .sidelight-right {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0; }

.door-sidelights-transom .door {
  position: absolute;
  bottom: 0;
  left: 54px; }

.side-by-side {
  float: left;
  margin: 10px auto 20px auto; }

.side-by-side p {
  float: left;
  margin-right: 10px;
  font-size: 90%;
  text-transform: uppercase; }

.side-by-side h4 {
  clear: both; }

  .side-by-side h4 span {
    font-family: acumin-pro;
    font-size: 80%;
  }

.spacer-10 {
  float: left;
  width: 10%;
  height: 1px; }

.no-transom {
  margin-top: 60px; }

/*DG*/
/*Available Options*/
.product-options {
  width: 41%; }
  .product-options ul {
    margin: 0;
    padding: 0; }
    .product-options ul li {
      margin: 0 10px 10px 0;
      float: left;
      list-style-type: none;
      position: relative; }

.product-options-tool-tip {
  display: none;
  position: absolute;
  top: -200px;
  padding: 20px;
  width: 300px;
  height: 100px;
  color: #000;
  background-color: #fff;
  border: 3px solid #929292; }
  .product-options-tool-tip img {
    margin: 0 0 15px 15px; }

.product-options-tool-tip.tall {
  width: 560px; }

.product-links {
  width: 200px;
  float: right;
  margin: 0 0 20px 20px; }

/*This is to work around the door descriptions in the product pop-ups*/
.doors-with-captions p small {
  margin-left: -5px; }

/* Literature page ------------------------------------------------------------------------------------ */
#literature-page {
  height: auto;
  background-color: #fff; }

.e-catalog {
  margin-top: 20px; }

.e-catalog h2, .e-catalog p, .e-catalog div {
  text-align: center; }

  .e-catalog h2 {
    margin-top: -20px;
    margin-bottom: 0;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 250%;
    text-transform: uppercase;
  }

    .e-catalog h2 span {
      font-family: acumin-pro;
    }

.e-catalog h2 a:link, .e-catalog h2 a:visited {
  color: #e03a3e;
  text-decoration: none; }

.e-catalog h2 a:hover {
  border-bottom: 2px solid #e03a3e; }

.e-catalog p {
  margin-top: 4px;
  font-family: Arapey, serif;
  font-size: 1.1em; }

.request-hard-copy a {
  display: block;
  float: right;
  padding: 4px 14px;
  font-family: acumin-pro;
  font-size: 70%;
  text-transform: uppercase;
}

.request-hard-copy a:link, .request-hard-copy a:visited {
  color: #fff;
  background-color: #000;
  text-decoration: none; }

.request-hard-copy a:hover {
  background-color: #e03a3e; }

.catalog-by-section {
  padding-top: 20px;
  background-color: #d7d2c5; }

.catalog-by-section h2, .catalog-by-section p {
  text-align: center; }

  .catalog-by-section h2 {
    margin-bottom: 0;
    color: #343741;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 150%;
    text-transform: uppercase;
  }

.catalog-by-section p {
  margin-top: 4px;
  color: #343741;
  font-family: minion-3, serif;
  font-size: 1.1em; }

.catalog-sections p {
  float: left;
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: acumin-pro;
  font-size: 0.9em;
  text-transform: uppercase;
}

.catalog-sections img {
  padding-bottom: 4px; }

.catalog-sections a {
  display: block;
  transition: all ease-in-out 0.3s; }

.catalog-sections p {
  position: relative;
  overflow: hidden; }

.catalog-sections p .download-overlay {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -150px;
  opacity: 0.8; }

.catalog-sections a:link, .catalog-sections a:visited {
  color: #343741;
  text-decoration: none; }

.catalog-sections a:hover {
  color: #fff;
  background-color: #e03a3e; }

.featured-doors {
  padding-top: 20px;
  background-color: #52616d; }

.featured-doors h2, .featured-doors p {
  text-align: center; }

  .featured-doors h2 {
    margin-bottom: 0;
    color: #fff;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 150%;
    text-transform: uppercase;
  }

.featured-doors p {
  margin-top: 4px;
  color: #fff;
  font-family: Arapey, serif;
  font-size: 110%; }

.featured-doors-sections p {
  position: relative;
  overflow: hidden;
  float: left;
  width: 200px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-family: acumin-pro;
  font-size: 0.9em;
  text-transform: uppercase;
}

.featured-doors-sections p .download-overlay-tall {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -256px;
  opacity: 0.8; }

.featured-doors-sections img {
  padding-bottom: 4px; }

.featured-doors-sections a {
  display: block;
  transition: all ease-in-out 0.3s; }

.featured-doors-sections a:link, .featured-doors-sections a:visited {
  color: #fff;
  text-decoration: none; }

.featured-doors-sections a:hover {
  color: #fff;
  background-color: #e03a3e; }

/* Video pages ------------------------------------------------------------------------------------ */
.video-page {
  padding-top: 40px;
  background-color: #d7d2c5; }

  .video-page h2 {
    margin-top: 120px;
    color: #e03a3e;
    text-transform: uppercase;
    font-family: acumin-pro;
  }

.video-page hr {
  width: 25%; }

.video-page h3 {
  color: #343741;
  font-family: minion-3, serif; }

  .video-page h3 span {
    font-family: acumin-pro;
    font-size: 80%;
  }

.video-page .button {
  display: inline-block;
  margin: 10px 0 20px 0; }

/* Professionals sub-pages --------------------------------------------------------------------*/
.professionals-content {
  background-color: #fff;
  padding: 30px 0 40px 0; }

/*.professionals-content .content
{
  width: 60%;
  text-align: center;
}*/
.professionals-content h3 {
  font-size: 100%;
  text-transform: uppercase;
  display: inline-block;
  margin: 0; }

.professionals-content h3 a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 12px; }

.professionals-content h3 a:link, .professionals-content h3 a:visited {
  color: #343741;
  background-color: #fff;
  border: 1px solid #52616d;
  text-decoration: none; }

.professionals-content h3 a:hover {
  color: #fff;
  background-color: #e03a3e;
  border: 1px solid #e03a3e; }

/* Press Room--------------------------------------------------------------------------------- */
.press-release {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px; }

.content p.quote {
  font-size: 1.4em;
  padding-left: 3%;
  border-left: 4px solid #e03a3e; }

/*WARRANTIES PAGE --------------------------------------------------------*/
.warranties-nav-middle {
  background-color: white;
  padding: 20px 0 15px 0;
  margin: 0;
  text-align: center; }

h3.link {
  font-size: 0.9em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0; }

h3.link a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 12px; }

h3.link a:link, h3.link a:visited {
  color: #343741;
  background-color: #fff;
  border: 1px solid #52616d;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in; }

h3.link a:hover {
  color: #fff;
  background-color: #e03a3e;
  border: 1px solid #e03a3e; }

.content-l {
  width: 65%; }
  .content-l h3 {
    margin: 0;
    color: #e0393d;
    text-transform: uppercase;
    font-weight: normal; }
  .content-l h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.95em; }
  .content-l p {
    margin: 0 0 25px 0; }

.warranties-content {
  padding: 25px 0; }

.content-r {
  width: 28%; }
  .content-r h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.95em; }
  .content-r p {
    margin: 0 0 25px 0; }

.warranties-content {
  background-color: #d7d2c5;
  padding-bottom: 40px; }

h2.download-link {
  background: #2c343b url(../png/download-30x30.png) 10px center no-repeat;
  padding: 10px 0 10px 50px;
  margin: 0 0 15px 0;
  cursor: pointer;
  font-family: acumin-pro;
  font-size: 1em;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
  h2.download-link a:link, h2.download-link a:visited {
    text-transform: uppercase;
    color: white;
    text-decoration: none; }
  h2.download-link:hover {
    background-color: #52616d; }

.note {
  font-style: italic; }

/*CARE AND FINISHING PAGE --------------------------------------------------------*/
#overhang {
  /*Positioning*/
  /*Box Behavior / Properties*/
  /*Sizing*/
  margin: 0 0 20px 40px;
  padding: 0;
  width: 250px;
  /*Color*/
  /*Text*/ }

/* Chat --------------------------------------------------------------------------------------*/
#chat {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Footer ------------------------------------------------------------------------------------ */
#footer-wrapper {
  width: 100%;
  background-color: #363636; }

#footer {
  padding: 30px 0; }

#footer .logo {
  float: left;
  margin-top: 20px; }

#footer .inspiration {
  float: left;
  margin-top: 20px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #666666;
  text-align: center; }

  #footer .inspiration p {
    margin-top: 10px;
    line-height: 1.2;
    color: #fff;
    font-family: acumin-pro;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
  }

#footer .inspiration span {
  font-family: Arapey;
  font-size: 0.8em;
  text-transform: none; }

.sitemap-links {
  float: left;
  margin: 20px 12px;
  padding: 0 11px; }

.no-border {
  margin-left: 0;
  padding-left: 0; }

.sitemap-links h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: acumin-pro;
  font-weight: bold;
  font-size: 85%;
}

.sitemap-links h4 a:link, .sitemap-links h4 a:visited {
  color: #fff;
  text-decoration: none; }

.sitemap-links p {
  margin-top: 0;
  line-height: 1.2;
  font-family: acumin-pro;
  font-size: 75%;
}

.sitemap-links span {
  display: block;
  padding: 4px 0;
  color: #d8d8d8; }

.sitemap-links a {
  display: block;
  padding: 4px 0;
  /*border-radius: 4px;
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1) 0s;*/ }

.sitemap-links a:link, .sitemap-links a:visited {
  color: #d8d8d8;
  text-decoration: none; }

.sitemap-links a:hover {
  text-decoration: underline;
  /*padding: 4px 10px;
  background-color: #474747;*/
  color: #e0393d; }

.sitemap-links .indent {
  margin-left: 14px; }

.sitemap-links .indent-double {
  margin-left: 28px; }

.door-series-nav .indent-double {
  margin-left: 15px; }

.border-left {
  border-left: 1px solid #666666; }

.border-right {
  border-right: 1px solid #666666; }

.footer-bottom {
  border-top: 1px solid #666666; }

#footer .copyright {
  display: inline-block; }

  #footer .copyright p {
    margin-right: 200px;
    padding-top: 12px;
    text-align: center;
    color: #d9d9d9;
    font-family: acumin-pro;
    font-size: 70%;
  }

#footer .social {
  display: inline-block; }

#footer .social span {
  margin-right: 20px;
  vertical-align: middle;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase; }

#footer .phone {
  float: right;
  font-family: acumin-pro;
  font-weight: bold;
  font-size: 105%;
  color: #fff;
}

/*DG STUFF AND THINGS : HELPER CLASSES*/
.clear {
  clear: both; }

.clear-l {
  clear: left; }

.clear-r {
  clear: right; }

.clear-b {
  clear: both; }

.full-width {
  width: 100% !important;
  height: auto; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.float-l-img {
  float: left;
  margin: 0 30px 30px 0; }

.float-r-img {
  float: right;
  margin: 0 0 30px 30px; }

/*p.intro {
  font-size:1.1em;
}*/
.content-body {
  background-color: #fff; }

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Magnific Popup CSS -------------------------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-family: acumin-pro;
  font-size: 0.7em;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  font-family: acumin-pro;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.3;
  color: #f3f3f3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-right: 46px;
  padding-bottom: 40px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  /* chrome opacity transition bug */
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media only screen and (max-width: 1240px) {
  #footer .logo-inspiration {
    float: left; }
  #footer .logo {
    float: none; }
  #footer .inspiration {
    float: none;
    margin-left: 0;
    padding-left: 0;
    border-left: none; }
  #home-logo {
    left: 20px; }
  #search-icon {
    right: 20px; }
  .content {
    padding: 0 20px; }
  #doorInfo {
    max-width: 60%; } }

@media only screen and (max-width: 1200px) {
  /*#gallery-container.fluid .item 
  {
    width: 30% !important;
  }*/
  #home-page, #home-page-02 {
    margin-top: -170px; }
  #home-page h1 {
    padding-top: 240px; }
  #search-box-wrapper {
    top: -200px; }
  #nav ul {
    margin-left: 220px; }
  .door-detail {
    width: 64%; }
  #doorInfo {
    max-width: 58%; } }

@media only screen and (max-width: 1400px) and (min-width: 1301px) {
  #door-search-wrapper {
    background: linear-gradient(to right, #2c343b 30%, #fff 30%, #fff 100%); } }

@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  #door-search-wrapper {
    background: linear-gradient(to right, #2c343b 29%, #fff 29%, #fff 100%); } }

@media only screen and (max-width: 1200px) and (min-width: 1100px) {
  #door-search-wrapper {
    background: linear-gradient(to right, #2c343b 28%, #fff 28%, #fff 100%); } }

@media only screen and (max-width: 1100px) {
  .sitemap-links {
    max-width: 150px; }
  #doormagination-jump-links .link {
    width: 45% !important;
    max-width: 300px; }
  #search-by-interior-exterior .button {
    width: 80%;
    margin-bottom: 10px; }
  #doorInfo {
    max-width: 56%; }
  #imageAndOptions {
    max-width: 100%; }
  .quote-content #GoogleMap1 {
    display: none; }
  #footer .copyright p {
    margin-right: 90px; } }

@media only screen and (max-width: 950px) {
  /*#gallery-container.fluid .item 
  {
    width: 40% !important;
  }*/
  .sitemap-links {
    max-width: 120px; }
  #search-by-door-design .button {
    margin-bottom: 10px; }
  #doorInfo {
    max-width: 50%; }
  #test-drive-page h1 {
    padding-top: 40px;
    font-size: 3em; }
  #test-drive-page {
    height: 140px; }
  #previous-slide img, #next-slide img {
    padding: 16% 1%; }
  #slide img:nth-child(2) {
    width: 80%;
    height: auto; }
  #door-series-page {
    height: auto; }
  .series-page-slides {
    height: auto; }
  .wood-species .teaser {
    display: block !important;
    width: 100% !important; }
  .color-swatches-wrapper {
    width: 60% !important; }
  #footer .copyright p {
    margin-right: 10px; } }

@media only screen and (max-width: 820px) {
  .sitemap-links {
    max-width: 200px; }
  .sitemap-links.door-series {
    margin-left: 0;
    padding-left: 0;
    border-left: 0; }
  #door-search-sidebar h2 {
    font-size: 1.5em; }
  #slide-nav {
    width: 90%; }
  #slide-nav a {
    width: 30%; }
  .color-swatches-wrapper {
    width: 50% !important; }
  #quote-form {
    width: 45% !important; }
  .quote-content #doorDetails {
    width: 45% !important; }
  #wood-species-page.hero {
    height: 130px !important; }
  #wood-species-page .header h1 {
    font-size: 2em !important; } }

@media only screen and (max-width: 800px) {
  .header h1 {
    padding-top: 85px;
    font-size: 388%; }
  #lgti-catalog {
    width: 50%;
    height: 50%; }
  .hero {
    height: 50%; }
  .test-drive-wrapper {
    width: 90% !important; }
  #doorInfo {
    max-width: 99%; }
  #doormagination-wood-species img {
    width: 15% !important;
    height: auto; } }

@media only screen and (max-width: 710px) {
  #home-page, #home-page-02 {
    margin-top: -180px; }
  #home-page h1 {
    font-size: 3em; }
  #nav ul {
    margin: 90px 0 0 0; }
  #doormagination-page.hero {
    height: 200px;
    background-image: url(../jpg/doormagination-medium.jpg); }
  #doormagination-jump-links .link {
    width: 90% !important;
    max-width: 350px; }
  .idea-gallery .gallery-thumbs img {
    width: 40%;
    height: 40%; }
  #test-drive-page h1 {
    padding-top: 10px;
    font-size: 2em; }
  #test-drive-page {
    height: 80px; }
  .series-page-title {
    height: 50px; }
  .series-page-title h1 {
    padding-top: 20px;
    font-size: 1.5em; }
  .color-swatches-wrapper {
    width: 40% !important; }
  #quote-form {
    width: auto !important; }
  .quote-content #doorDetails {
    width: auto !important; }
  #test-drive-sidebar {
    width: 30%; }
  .test-drive-content {
    width: 60%; } }

@media only screen and (max-width: 540px) {
  .mobile-off {
    display: none; }
  .full-width-mobile {
    width: 100%;
    height: auto; }
  .sitemap-links {
    display: block;
    max-width: none;
    width: 45%;
    margin: 0;
    padding: 0;
    border: none; }
  #footer .logo-inspiration {
    float: none; }
  #footer .logo, #footer .inspiration {
    float: left; }
  #footer .inspiration {
    border-left: 1px solid #666666;
    margin-left: 12px;
    padding-left: 12px; }
  #footer .phone {
    float: none;
    clear: both; }
  #home-page h1 {
    font-size: 2em; }
  #home-page h2 {
    font-size: 1.5em; }
  #home-page .header-links .button {
    display: inline-block;
    margin-bottom: 10px; }
  .middle-1 .section h2 {
    font-size: 1.5em; }
  #doormagination-page {
    height: 200px; }
  #doormagination-page h1 {
    font-size: 2em; }
  #doormagination-page h2 {
    font-size: 1.5em; }
  #door-search-wrapper {
    background: none; }
    #door-search-wrapper .content {
      padding: 0; }
  #door-search-sidebar, #test-drive-sidebar {
    float: none;
    width: 94%;
    max-width: 94%;
    padding: 2% 3%;
    background: #2c343b; }
  #test-drive-wrapper .content {
    padding: 0 10px; }
  #test-drive-sidebar {
    width: 98%;
    max-width: none; }
  .test-drive-content {
    background: #d7d2c5 !important;
    float: none !important;
    width: 100% !important; }
  #door-search-sidebar h2 {
    font-size: 2em; }
  .door-detail, .test-drive-content, .door-search-results {
    float: none;
    width: 94%;
    padding: 2% 3%;
    background: #ffffff; }
  .color-swatches-wrapper {
    width: 100% !important; }
  #wood-species-page .header h1 {
    padding-top: 1em !important;
    line-height: 1.2 !important; }
  .max-width {
    width: 100% !important;
    height: auto; } }

@media only screen and (max-width: 500px) {
  #footer {
    padding-bottom: 60px; }
  #home-page, #home-page-02 {
    margin-top: -240px; }
  #home-page h1 {
    padding-top: 280px; }
  #home-page .header-bottom {
    margin-top: 10px; }
  #test-drive-page h1 {
    padding-top: 26px; }
  #test-drive-page h1 img {
    display: none; }
  #door-series-sidebar {
    float: none;
    width: auto; }
  #door-series-content {
    float: none;
    padding: 0;
    width: auto; }
  .professionals .professional-link {
    display: block;
    width: auto; } }

@media only screen and (max-width: 400px) {
  .middle-2 .box {
    width: 100%;
    margin: 10px 0; }
  #door-series-page .series-page-title h1 {
    font-size: 1.2em; }
  #test-drive-page {
    height: 70px; }
  #test-drive-page .header h1 {
    font-size: 1.5em; } }

@media only screen and (max-width: 370px) {
  #home-page {
    margin-top: -280px; }
  #home-page h1 {
    padding-top: 300px; }
  #home-page .header-bottom {
    margin-top: 10px; }
  #find-a-door {
    height: 180px; }
  #find-a-door .header h1 {
    padding-top: 40px;
    font-size: 3em; }
  #doormagination-page.hero {
    height: 150px;
    background-image: url(../jpg/doormagination-small.jpg); } }

@media only screen and (max-width: 340px) {
  #home-page {
    margin-top: -310px; }
  #home-logo img {
    width: auto !important;
    height: 40px; }
  #nav ul {
    margin-top: 86px;
    text-align: center; }
  #nav li {
    margin-bottom: 16px;
    font-size: 0.95em; }
  #nav li a {
    margin: 0 8px; }
  #chat a {
    opacity: 0.8; }
  #chat a:hover {
    opacity: 1; }
  #home-page .header h1 {
    padding-top: 330px;
    font-size: 1.8em; }
  #footer .logo-inspiration {
    float: left;
    margin-bottom: 20px; }
  #footer .logo {
    margin-top: 0; }
  #footer .logo img {
    width: 120px;
    height: auto !important; }
  #footer .inspiration {
    margin-top: 0; }
  #footer .inspiration p {
    font-size: 1em;
    line-height: 1.1;
    margin-top: 12px; }
  .sitemap-links {
    width: 100%; }
  .sitemap-links.last {
    margin-top: -20px; }
  .sitemap-links.last h4 {
    display: none; }
  #footer .copyright p {
    margin-right: 0; }
  #footer .social span {
    display: block; }
  #doormagination-jump-links .link {
    width: 100% !important; }
  #doormagination-jump-links h3 {
    font-size: 1.3em !important; }
  .wood-species p img {
    margin: 2px 3px 10px 3px !important; }
  #doormagination-wood-species .button {
    display: block;
    white-space: normal; }
  .glass-link a {
    margin: 0 0 10px 0 !important;
    width: 300px !important;
    height: 300px !important; }
  #gallery-page h1 {
    font-size: 350%; }
  #gallery-page .filter-buttons {
    margin-top: 52px; }
  #gallery-page .filter-buttons a {
    display: block; }
  #professionals-page h1 {
    font-size: 300%; }
  #door-series-page .series-page-title h1 {
    font-size: 0.9em; } }

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { }

@media print {
  /*
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    */
  /*
     * Don't show links for images, or javascript/internal links
     */
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  #nav-wrapper, #footer-wrapper, #door-search-sidebar, #find-a-door.hero, #door-series-sidebar, .series-page-slides, #chat, .noprint {
    display: none; }
  .door-search-results, #DoorDetail.door-detail, #door-series-content {
    float: none;
    width: 100%;
    padding: 0; }
  #find-a-door.hero, #door-series-page.hero {
    height: auto; }
  #imageAndOptions, #doorInfo {
    display: block; }
  #test-drive-page {
    height: auto; }
  #test-drive-page h1 {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 2em;
    text-align: left; }
  #test-drive-page h1 img, #glass-test-sidebar, .textured-bottom-buttons {
    display: none; }
  #enduse-images {
    margin-bottom: -20px; }
  #glassDetail img {
    float: left;
    margin-right: 20px; }
  #glassDetailSpecs {
    float: left;
    max-width: 40%; }
  #glassDetailSpecs p {
    max-width: 100% !important; }
  .bottom-buttons {
    display: none !important; } }

/*# sourceMappingURL=main.css.map */