body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; /* Fixes font glitch in Safari */
}

/*--------------------------------------------------------------------------------------*/
/* Custom Fonts
/*--------------------------------------------------------------------------------------*/

/* Font Families */
.choplin {
  font-family: "Choplin", helvetica, sans-serif;
}

.sweetsans {
  font-family: "Sweetsans", helvetica, sans-serif;
}

body {
  background-color: #fff;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin: 0 0 0px 0;
  padding: 0;
  font-family: helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; /* Fixes font glitch in Safari */
}
h1 {
  font-size: 70px;
  font-weight: 900;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 58px;
  color: #858985;
  text-transform: uppercase;
}
h2 {
  font-size: 33px;
  font-weight: 800;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 35px;
  color: #858985;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 40px;
  color: #858985;
  text-transform: uppercase;
}
h4 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #858985;
  padding: 15px 0 0 0;
  line-height: 30px;
  text-transform: uppercase;
}
h5 {
  font-size: 15px;
  font-weight: 800;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #858985;
  text-transform: uppercase;
}
h6 {
  font-size: 9px;
  font-weight: normal;
  font-family: "sweet_sansitalic", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
  color: #868585;
}
p {
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansregular", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #545454;
  line-height: 25px;
}

@media only screen and (max-width: 668px) {
  h1 {
    font-size: 45px;
    line-height: 35px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 9px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

ul.gray-list li {
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansregular", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #545454;
  line-height: 25px;
  margin-left: -22px;
}

/* Abbreviation */
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/*--------------------------------------------------------------------------------------*/
/* Row
/*--------------------------------------------------------------------------------------*/
.row2::after {
  content: "";
  clear: both;
  display: table;
}

/*--------------------------------------------------------------------------------------*/
/* Hr
/*--------------------------------------------------------------------------------------*/
hr.blue-hr {
  border-bottom: solid 0.5px #a2c1f9;
  margin: 40px 0px;
}

hr.light-blue-hr {
  border: solid 0.5px #4182fa;
  margin: 40px 0px;
}

hr.white-hr {
  border-bottom: solid 0.5px #fff;
  margin: 40px 0px;
}

/*--------------------------------------------------------------------------------------*/
/* Colors
/*--------------------------------------------------------------------------------------*/
.tan {
  color: #bda98f;
}

.gray,
.gray h2 {
  color: #676867;
}

.light-gray {
  color: #d3d5d3;
}

.ivory {
  color: #f2f2f0;
}

.white {
  color: #fff;
}

.red {
  color: #ff0000;
}

/* Background Colors */

.white-bg {
  background-color: #fff;
}

.tan-bg {
  background-color: #bda98f;
}

.light-tan-bg {
  background-color: #d1c2b0;
}

.eee-bg {
  background-color: #eee;
}

.dada-bg {
  background-color: #dadada;
}

.red-bg {
  background-color: #ff0000 !important;
}

.light-pink {
  background-color: #f2dfdf;
}

/*--------------------------------------------------------------------------------------*/
/* Opacity
/*--------------------------------------------------------------------------------------*/

.opaque-70 {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=70) !important;

  /* Modern Browsers */
  opacity: 0.7 !important;
}

/*--------------------------------------------------------------------------------------*/
/* Highlights
/*--------------------------------------------------------------------------------------*/
::selection {
  background: #bda98f;
  text-shadow: none;
  color: #fff;
  /*WebKit/Blink Browsers */
}

::-moz-selection {
  background: #bda98f;
  text-shadow: none;
  color: #fff;
  /* Gecko Browsers */
}

/*--------------------------------------------------------------------------------------*/
/* Margins & Spacers
/*--------------------------------------------------------------------------------------*/
.margin-top-20 {
  margin-top: 20px;
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.container-1300 {
  max-width: 1300px;
  height: auto;
  margin: 0 auto;
}

.container-1100 {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.container-1000 {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.container-900 {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------------*/
/* Buttons
/*--------------------------------------------------------------------------------------*/
/* Tan Button - Width 100% */
.tan-button-100 a {
  display: block;
  background-color: #bda98f;
  color: #fff;
  padding: 20px 10px;
  width: 100%;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.tan-button-100 a:hover,
.tan-button-100 a:focus {
  background-color: #676867;
}

/* Tan Button - Centered */
.tan-button-center a {
  display: block;
  background-color: #bda98f;
  color: #fff;
  padding: 20px 20px;
  max-width: 320px;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 auto;
  margin-top: 20px;
}

.tan-button-center a:hover,
.tan-button-center a:focus {
  background-color: #fff;
  color: #bda98f;
}

/* Tan Button - Width Auto */
.tan-button a {
  display: block;
  background-color: #bda98f;
  color: #fff;
  padding: 20px 20px;
  max-width: 320px;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.tan-button a:hover,
.tan-button-100 a:focus {
  background-color: #676867;
}

/* White Button - Width 100% */
.white-button-100 a {
  display: block;
  background-color: #fff;
  color: #fff;
  padding: 20px 10px;
  width: 100%;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.white-button-100 a:hover,
.white-button-100 a:focus {
  background-color: #676867;
}

/* White Button - Centered */
.white-button-center a {
  display: block;
  background-color: #fff;
  color: #c6aa8f;
  padding: 20px 20px;
  max-width: 320px;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 auto;
  margin-top: 30px;
}

.white-button-center a:hover,
.white-button-center a:focus {
  background-color: #6a6a69;
  color: #fff;
}

/* White Button - Width Auto */
.white-button a {
  display: block;
  background-color: #fff;
  color: #fff;
  padding: 20px 20px;
  max-width: 320px;
  height: auto;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.white-button a:hover,
.white-button-100 a:focus {
  background-color: #676867;
}

/* Slide Button Container */
.button-container-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
  width: 100%;
  height: auto;
}

/* List Links */
ul.list-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-links li {
  margin: 0;
  padding: 0;
}

.list-links li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #bda98f;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.list-links li a:hover,
.list-links li a:focus {
  color: #676867;
}

/*--------------------------------------------------------------------------------------*/
/* Form
/*--------------------------------------------------------------------------------------*/
/* Form Columns */
.form-col-1 {
  width: 50%;
  height: auto;
  padding-right: 6px;
  float: left;
}
@media (max-width: 850px) {
  .form-col-1 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    float: none;
  }
}

.form-col-2 {
  width: 50%;
  height: auto;
  padding-left: 6px;
  float: left;
}
@media (max-width: 850px) {
  .form-col-2 {
    width: 100%;
    height: auto;
    padding-left: 0px;
    float: none;
  }
}

.form-col-1-a {
  width: 50%;
  height: auto;
  padding-right: 6px;
  float: left;
}
@media (max-width: 500px) {
  .form-col-1-a {
    width: 100%;
    height: auto;
    padding-right: 0px;
    float: none;
  }
}

.form-col-1-b {
  width: 50%;
  height: auto;
  padding-left: 6px;
  float: left;
}
@media (max-width: 500px) {
  .form-col-1-b {
    width: 100%;
    height: auto;
    padding-left: 0px;
    float: none;
  }
}

/* Reset in Column A & B */
.form-col-1-a input[type="reset"],
.form-col-1-b input[type="reset"] {
  margin-top: 6px;
}
@media (max-width: 500px) {
  .form-col-1-a input[type="reset"],
  .form-col-1-b input[type="reset"] {
    margin-top: 0px;
    margin-bottom: 6px;
  }
}

/* Form Testarea */
.form-textarea-184 {
  height: 184px;
}

.form-textarea-215 {
  height: 215px;
}

form p {
  float: left;
}

/* Form */
* {
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  border-radius: 0px;
  border: none;
}

input[type="submit"],
input[type="reset"] {
  background-color: #4caf50;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

input[type="button"] {
  background-color: #858585;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
.print-pdf:hover {
  background-color: #676867;
}

input[type="text"],
select,
textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"] {
  width: 100%;
  padding: 12px;
  border: 0px solid;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #545454;
  border-radius: none;
}

/* Eliminates Autofill's Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

input[type="text"],
textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* Tan Button */
.print-pdf,
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background-color: #bda98f;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s;
  float: left;
  -webkit-font-smoothing: antialiased;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus .print-pdf:hover,
.print-pdf:focus {
  background-color: #676867;
}

/* Gray Button */
.gray-btn input[type="submit"],
.gray-btn input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background-color: #676867;
  border: none;
  border-radius: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s;
  float: left;
  -webkit-font-smoothing: antialiased;
}

.gray-btn input[type="submit"]:hover,
.gray-btn input[type="submit"]:focus,
.gray-btn input[type="reset"]:hover,
.gray-btn input[type="reset"]:focus {
  background-color: #7e7e7e;
}

.contact-form-container {
  padding: 0px;
}

label {
  font-size: 12px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 12px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #bda98f;
  text-transform: uppercase;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #bda98f;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 12px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #4182fa;
  text-transform: uppercase;
}

.form-section-width {
  width: 50%;
}

form p {
  padding-right: 10px;
}

/* ------------------------------- */
/* Select Style */
/* ------------------------------- */
select {
  font-size: 13px;
  font-weight: 800;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #bda98f;
  background-color: #fff;
}

.select-style {
  border: none;
  width: 100%;
  height: 45px;
  border-radius: 0px;
  overflow: visible;
  background: #fff url("../images/icons/up-down-arrow-icon.jpg") no-repeat 95%
    55%;
  margin-top: 5px;
  margin-bottom: 6px;
}

.select-style select {
  padding: 8px 11px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

/* ------------------------------- */
/* Radio Button */
/* ------------------------------- */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  padding-right: 3px;
  cursor: pointer;
  line-height: 25px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #676867;
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-container p {
  color: #fff;
}

.form-radio-container {
  display: inline-block;
  width: 120px;
}

.form-radio-container2 {
  display: inline-block;
  width: 120px;
}

/* ------------------------------- */
/* Checkbox Style */
/* ------------------------------- */
/* The container */
.checkmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  background-color: #676867;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Outline Checkmark */
.outline-checkmark {
  border: solid 2px #676867;
}
.checkmark-container .checkmark.outline-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------*/
/* Main Header
/*--------------------------------------------------------------------------------------*/
.main-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/stock/main-header-img.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .main-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .main-header {
    padding: 20px;
  }
}

.header-container {
  max-width: 810px;
  height: auto;
  margin: 0 auto;
}

.main-header-text {
  padding: 50px 0;
  padding-top: 40%;
}

.main-header-text h1,
.main-header-text h2 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------------------------------*/
/* Second Header
/*--------------------------------------------------------------------------------------*/
.second-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/stock/wood-bg-texture-lg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .second-header {
    padding: 40px;
  }
}
@media (max-width: 580px) {
  .second-header {
    padding: 80px 20px 20px 20px;
  }
}

.second-header-container {
  max-width: 810px;
  height: auto;
  margin: 0 auto;
}

.second-header-text {
  padding: 50px 0;
  padding-top: 20%;
}

.second-header-text h1,
.second-header-text h2 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

/* ------------------------------- */
/* Barn Header
/* ------------------------------- */
.barn-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/barn/marten-portable-buildings-barn-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .barn-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .barn-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Classic Cabin Header
/* ------------------------------- */
.classic-cabin-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/classic-cabin/marten-portable-buildings-classic-cabin-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .classic-cabin-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .classic-cabin-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Cottage Shed Header
/* ------------------------------- */
.cottage-shed-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/cottage-shed/marten-portable-buildings-cottage-shed-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cottage-shed-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .cottage-shed-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Custom Buildings Header
/* ------------------------------- */
.custom-buildings-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/custom-buildings/marten-portable-buildings-custom-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .custom-buildings-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .custom-buildings-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Garage Header
/* ------------------------------- */
.garage-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/garage/marten-portable-buildings-garage-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .garage-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .garage-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Garden Shed Header
/* ------------------------------- */
.garden-shed-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/garden-shed/marten-portable-buildings-garden-shed-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .garden-shed-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .garden-shed-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Lofted Barn Header
/* ------------------------------- */
.lofted-barn-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/lofted-barn/marten-portable-buildings-lofted-barn-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .lofted-barn-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .lofted-barn-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Lofted Cabin Header
/* ------------------------------- */
.lofted-cabin-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/lofted-cabin/marten-portable-buildings-lofted-cabin-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .lofted-cabin-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .lofted-cabin-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Lofted Casita Header
/* ------------------------------- */
.lofted-casita-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/lofted-casita/marten-portable-buildings-lofted-casita-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .lofted-casita-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .lofted-casita-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Lofted Garage Header
/* ------------------------------- */
.lofted-garage-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/lofted-garage/marten-portable-buildings-lofted-garage-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .lofted-garage-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .lofted-garage-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Lofted Garden Barn Header
/* ------------------------------- */
.lofted-garden-barn-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/lofted-garden-barn/marten-portable-buildings-lofted-garden-barn-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .lofted-garden-barn-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .lofted-garden-barn-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Utility Shed Header
/* ------------------------------- */
.utility-shed-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/utility-shed/marten-portable-buildings-utility-shed-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .utility-shed-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .utility-shed-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Rampage Header
/* ------------------------------- */
.rampage-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/rampage/marten-portable-buildings-rampage-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .rampage-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .rampage-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Lofted Garage With USA Flag Header
/* ------------------------------- */
.lofted-garage-usa-flag-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/buildings/lofted-garage/marten-portable-buildings-lofted-garage-header-usa-flag.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .lofted-garage-usa-flag-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .lofted-garage-usa-flag-header {
    padding: 40px 20px 20px 20px;
  }
}

/* ------------------------------- */
/* Tandum Window Header
/* ------------------------------- */
.tandum-window-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/marten/promotionals/2019/marten-portable-buildings-transom-window-header.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .tandum-window-header {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .tandum-window-header {
    padding: 40px 20px 20px 20px;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Header Slides
/*--------------------------------------------------------------------------------------*/

/* Slide 1 Text Box */
.slide1-text-box {
  max-width: 330px;
  height: 500px;
  background-color: #ededed;
  text-align: center;
  padding: 80px 35px 35px 35px;
  position: relative;
  margin-right: 50px;
  float: left;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}

.slide1-text-box hr {
  border-bottom: solid 8px #bda98f;
  max-width: 30%;
}

.slide1-text-box p {
  padding-top: 10px;
}
@media (max-width: 990px) {
  .slide1-text-box {
    max-width: 430px;
    margin-right: 0px;
  }
}

/* Slide 1 Image Box */
.slide1-img-box {
  max-width: 430px;
  height: 500px;
  background-color: #ededed;
  text-align: center;
  border: solid 35px #ededed;
  float: left;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}
@media (max-width: 990px) {
  .slide1-img-box {
    margin-left: 0px;
    margin-top: 20px;
    height: auto;
  }
}

/* ----------------- */
/* Slide 2 */
/* ----------------- */

/* Slide 2 Text Box */
.slide2-text-box {
  max-width: 380px;
  height: 500px;
  background-color: #ededed;
  text-align: center;
  padding: 80px 35px 35px 35px;
  position: relative;
  float: left;
}
.slide2-text-box h2 {
  width: 300px;
}

.slide2-text-box hr {
  border-bottom: solid 8px #bda98f;
  max-width: 30%;
}

@media (max-width: 990px) {
  .slide2-text-box {
    max-width: 430px;
    height: auto;
    padding: 35px;
    padding-top: 50px;
    padding-bottom: 150px;
    float: none;
  }
  .slide2-text-box h2 {
    width: 100%;
  }
}

/* Bullet List */
.slide2-text-box ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  padding-top: 10px;
}

.slide2-text-box ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansregular", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #545454;
  line-height: 25px;
}
@media only screen and (max-width: 668px) {
  .slide2-text-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Slide 2 Image Box */
.slide2-img-box {
  max-width: 430px;
  height: 500px;
  background-color: #bda98f;
  text-align: center;
  padding: 35px;
  float: left;
}
@media (max-width: 990px) {
  .slide2-img-box {
    height: auto;
    float: none;
  }
}

/* Slide2 Container */
.slide2-container {
  margin-right: 9px;
  -moz-box-shadow: 0 0 25px #000;
  -webkit-box-shadow: 0 0 25px #000;
  box-shadow: 0 0 25px #000;
}

/*--------------------------------------------------------------------------------------*/
/* About/ Our Story
/*--------------------------------------------------------------------------------------*/
.about-header {
  width: 100%;
  height: auto;
  padding: 80px 80px 0px 80px;
  background-image: url("../images/stock/wood-bg-texture-lg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .about-header {
    padding: 40px 40px 0px 40px;
  }
}
@media (max-width: 594px) {
  .about-header {
    padding: 80px 20px 20px 20px;
  }
}

.about-header-container {
  max-width: 810px;
  height: auto;
  margin: 0 auto;
}

.about-header-text {
  padding: 50px 0;
  padding-top: 20%;
}

.about-header-text h1,
.about-header-text h2 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.about-img1 {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}

.about-img2 {
  margin-top: 30px;
  margin-left: 20px;
  max-width: 710px;
  float: left;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}

.about-text {
  max-width: 710px;
  height: auto;
  margin-left: 20px;
  margin-top: 40px;
  padding: 70px;
  background-color: #fff;
  float: left;
  background-image: url("../images/stock/paper-texture.jpg");
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}

.about-text h2,
.about-text h4 {
  color: #bda98f;
}

.tape-measure {
  max-width: 100px;
  height: 2120px;
  float: left;
  margin-top: 40px;
  content: url(../images/stock/tape-measure.png);
}

@media (max-width: 1000px) {
  .about-img2,
  .about-text {
    max-width: 500px;
  }
  .tape-measure {
    height: 2140px;
  }
}

@media (max-width: 780px) {
  .about-img2,
  .about-text {
    max-width: 400px;
  }
  .tape-measure {
    height: 2300px;
  }
}

@media (max-width: 668px) {
  .about-img2,
  .about-text {
    max-width: 400px;
  }
  .tape-measure {
    height: 2100px;
  }
}

@media (max-width: 594px) {
  .about-img2,
  .about-text {
    max-width: 550px;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-text {
    padding: 30px;
  }
  .tape-measure {
    display: none;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Become A Dealer
/*--------------------------------------------------------------------------------------*/
.become-dealer {
  width: 100%;
  height: auto;
  padding: 250px 80px 80px 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .become-dealer {
    padding: 150px 20px 40px 20px;
  }
}

.become-dealer-text {
  height: auto;
  padding-right: 10px;
}

.become-dealer-text h1,
.become-dealer-text h2,
.become-dealer-text p {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.become-dealer-text p {
  padding-top: 20px;
  max-width: 400px;
}

/* Become Dealer Form */
.become-dealer-form {
  height: auto;
}

.become-dealer-form p {
  color: #fff;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

/* Form */
.become-dealer-form-container {
  margin-bottom: 50px;
  padding: 0px;
}

/*--------------------------------------------------------------------------------------*/
/* Brochure */
/*--------------------------------------------------------------------------------------*/
/* Brochure Page */
.brochure-header {
  width: 100%;
  height: auto;
  padding: 80px 80px 0px 80px;
  background-image: url("../images/stock/wood-bg-texture-lg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .brochure-header {
    padding: 40px 40px 0px 40px;
  }
}
@media (max-width: 500px) {
  .brochure-header {
    padding: 80px 20px 0px 20px;
  }
}

.brochure-header-container {
  max-width: 810px;
  height: auto;
  margin: 0 auto;
}

.brochure-header-text {
  padding: 50px 0;
  padding-top: 20%;
}

.brochure-header-text h1,
.brochure-header-text h2 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.brochure-header-img {
  max-width: 800px;
  height: auto;
  position: relative;
  bottom: 0;
}

/* Brochure Include */
.brochure {
  width: 100%;
  height: auto;
  padding: 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.brochure2 {
  width: 100%;
  height: auto;
  padding: 80px;
  background-image: url("../images/stock/wood-bg-tan.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .brochure,
  .brochure2 {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .brochure,
  .brochure2 {
    padding: 20px;
  }
}

.brochure-container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.brochure-img {
  max-width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  .brochure-img {
    margin-bottom: 20px;
  }
}

/* Form */
.brochure-form {
  float: left;
}

.brochure h2 {
  color: #fff;
  margin-bottom: -10px;
}

.brochure h4 {
  color: #bda98f;
  padding-bottom: 20px;
}

.brochure2 h2 {
  color: #676867;
  margin-bottom: -10px;
}

.brochure2 h4 {
  color: #fff;
  padding-bottom: 20px;
}

.brochure-form p {
  color: #fff;
  margin-bottom: 10px;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

/*--------------------------------------------------------------------------------------*/
/* Building Option Slider */
/*--------------------------------------------------------------------------------------*/
.drawing-building-opt {
  width: 100%;
  height: auto;
  padding: 80px 0px 0px 0px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .drawing-building-opt {
    padding: 160px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .drawing-building-opt {
    padding: 200px 0px 0px 0px;
  }
}

@media (max-width: 930px) {
  .drawing-building-opt {
    padding-bottom: 120px;
  }
}

.drawing-building-opt-container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.diagnole-ruler {
  max-width: 450px;
  height: auto;
  margin-top: -100px;
}
@media (max-width: 930px) {
  .diagnole-ruler {
    display: none;
  }
}

.compass {
  max-width: 350px;
  height: auto;
  position: absolute;
  right: 0;
  z-index: 9;
}
@media (max-width: 900px) {
  .compass {
    display: none;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Buy Now Form
/*--------------------------------------------------------------------------------------*/
.buy-now {
  width: 100%;
  height: auto;
  padding: 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .buy-now {
    padding: 70px 40px;
    background-image: url("../images/stock/wood-bg.jpg");
  }
}
@media (max-width: 500px) {
  .buy-now {
    padding: 20px;
  }
}

.buy-now2 {
  width: 100%;
  height: auto;
  padding: 250px 80px 80px 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .buy-now2 {
    padding: 150px 20px 40px 20px;
  }
}

.buy-now-text {
  height: auto;
  padding-right: 10px;
}

.buy-now-text h1,
.buy-now-text h2,
.buy-now-text p {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.buy-now-text p {
  padding-top: 20px;
  max-width: 400px;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

/* Buy Now Form */
.buy-now-form {
  height: auto;
}

.buy-now-form p {
  color: #fff;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

/* Form */
.buy-now-form-container {
  margin-bottom: 50px;
  padding: 0px;
}

/*--------------------------------------------------------------------------------------*/
/* By Hand */
/*--------------------------------------------------------------------------------------*/
.by-hand {
  width: 100%;
  height: 100vh;
  padding: 80px;
  background-image: url("../images/stock/work-shop-by-hand-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.by-hand-container {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.by-hand-text1 {
  color: #fff;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 55px;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.by-hand-text2 {
  color: #bda98f;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.by-hand-text3 {
  color: #fff;
  font-family: "sweet_sansbold", helvetica, sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 50px;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.by-hand-text4 {
  color: #bda98f;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.by-hand-text5 {
  color: #fff;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 70px;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

@media (max-width: 500px) {
  .by-hand-text1 {
    font-size: 25px;
    line-height: 55px;
  }

  .by-hand-text2 {
    font-size: 55px;
    line-height: 35px;
  }

  .by-hand-text3 {
    font-size: 18px;
    line-height: 45px;
  }

  .by-hand-text3 .by-hand-dash {
    font-size: 60px;
    line-height: 0px;
  }

  .by-hand-text4 {
    font-size: 78px;
    line-height: 40px;
  }

  .by-hand-text5 {
    font-size: 27px;
    line-height: 65px;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Contact */
/*--------------------------------------------------------------------------------------*/
.contact {
  width: 100%;
  height: auto;
  padding: 250px 80px 80px 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .contact {
    padding: 150px 20px 40px 20px;
  }
}

.contact-fade-bg {
  width: 100%;
  height: auto;
  padding: 250px 80px 80px 80px;
  background-image: url("../images/stock/wood-fade-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .contact-fade-bg {
    padding: 150px 20px 40px 20px;
  }
}

.contact-form-box {
  width: 100%;
  height: auto;
  padding: 50px;
  background-image: url("../images/stock/wood-bg-tan-lg.jpg");
  background-color: #bda98f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}
@media (max-width: 768px) {
  .contact-form-box {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .contact-form-box {
    padding: 20px;
  }
}

.contact-form-box-container {
  border: solid 3px #fff;
  padding: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-form-box-container {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .contact-form-box-container {
    padding: 20px 20px;
  }
}

/* Contact Header */
.contact-form-box-container h1,
.contact-form-box-container h2 {
  color: #676867;
  text-align: center;
}

.contact-form-box-container h2 {
  margin-bottom: 20px;
}

.contact-form-box-container p {
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

.contact-form-copy p {
  max-width: 550px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

/* Contact Form Lofo */
.contact-form-logo img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  margin-top: 35px;
}

/* Contact Info */
.contact-info {
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .contact-info {
    max-width: 200px;
  }
}

.contact-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-info ul li {
  padding: 0;
  margin: 0;
}

.contact-info ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #676867;
  line-height: 25px;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contact-info a:hover,
.contact-info a:focus {
  color: #fff;
}

/* Contact Social */
.contact-social {
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}

.contact-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

.contact-social ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.contact-social ul li a {
  display: block;
  color: #676867;
  font-size: 30px;
  padding: 0px 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 600px) {
  .contact-social ul li a {
    padding: 0px 10px;
  }
  .contact-social {
    max-width: 175px;
  }
}

.contact-social ul li a:hover,
.contact-social ul li a:focus {
  color: #fff;
}

/*--------------------------------------------*/
/* Drawing Slide Show */
/*--------------------------------------------*/
.paper-bg-img {
  position: relative;
  max-width: 930px;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 5%;
}

.position-drawing-slideshow {
  position: absolute;
  top: 0;
}

.underline-img {
  max-width: 130px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0px;
}

/* Slideshow container */
.drawing-slideshow-container {
  max-width: 900px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.drawingOpBttn-container {
  max-width: 400px;
  position: absolute;
  top: 115px;
  left: 50%;
}
@media (max-width: 768px) {
  .drawingOpBttn-container {
    top: -55px;
  }
}
@media (max-width: 667px) {
  .drawingOpBttn-container {
    top: -60px;
  }
}
@media (max-width: 480px) {
  .drawingOpBttn-container {
    top: -73px;
  }
}

/* Next & previous buttons */
.drawing-prev,
.drawing-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  padding: 16px;
  color: #676867;
  font-weight: bold;
  font-size: 30px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* Position the "next button" to the right */
.drawing-next {
  right: -120px;
}

/* Position the "prev button" to the left */
.drawing-prev {
  left: -120px;
}

/* On hover, add a black background color with a little bit see-through */
.drawing-prev:hover,
.drawing-next:hover,
.drawing-prev:focus,
.drawing-next:focus {
  color: #bda98f;
}

/* Title text */
.drawing-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}

.drawing-text h2 {
  color: #676867;
}

@media (max-width: 768px) {
  .drawing-text {
    top: -120px;
  }
  .drawing-text h2,
  .drawing-text h5 {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .drawing-text {
    top: -160px;
  }
  .drawing-text h2 {
    max-width: 200px;
    margin: 0 auto;
  }
}

/* Description text */
.drawing-text-description p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* Number text (1/3 etc) */
.drawing-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.drawingDot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  border: solid 1px #bda98f;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.drawingactive,
.drawingDot:hover,
.drawingDot:focus {
  background-color: #bda98f;
}

/* Fading animation */
.fade3 {
  -webkit-animation-name: fade3;
  -webkit-animation-duration: 0.5s;
  animation-name: fade3;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade3 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade3 {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Find Dealer */
/*--------------------------------------------------------------------------------------*/
.find-dealer {
  width: 100%;
  height: auto;
  padding: 50px;
  background-image: url("../images/stock/wood-bg-tan.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}
@media (max-width: 768px) {
  .find-dealer {
    padding: 30px;
  }
}

.find-dealer-container a {
  display: block;
  border: solid 3px #fff;
  padding: 50px 10px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 33px;
  font-weight: 800;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media (max-width: 910px) {
  .find-dealer-text {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .find-dealer-container a {
    padding: 30px 10px;
  }
}

.find-dealer-container a:hover,
.find-dealer-container a:focus {
  color: #676867;
}

.find-dealer-img img {
  margin: 0 auto;
  max-width: 134px;
  margin-top: 20px;
}

/*--------------------------------------------------------------------------------------*/
/* Find A Dealer Form
/*--------------------------------------------------------------------------------------*/
.find-dealer-form {
  width: 30%;
  height: 219px;
  padding: 20px;
  background-image: url("../images/stock/wood-bg-tan.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  .find-dealer-form {
    width: 100%;
  }
}

.find-dealer-results {
  width: 70%;
  height: 219px;
  background-color: #fff;
  float: left;
}
@media (max-width: 768px) {
  .find-dealer-results {
    width: 100%;
    margin-top: 20px;
  }
}

/* Find Dealer Text */
.find-dealer-results .result-text {
  width: 100%;
  height: 219px;
  border: none;
  overflow: auto;
}

.result-text {
  padding: 20px;
}

.result-text h5 {
  color: #bda98f;
}

.result-text a {
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansregular", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #bda98f;
  line-height: 25px;
  display: block;
}

/* Find Dealer Map */
.find-dealer-map {
  width: 100%;
  height: 350px;
  background-color: #999;
  border: solid 25px #fff;
  margin-top: 30px;
}
.google-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .find-dealer-map {
    width: 100%;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Find a Dealer - Dealer Page */
/*--------------------------------------------------------------------------------------*/
.dealer-page-description {
  background-color: #fff;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .dealer-page-description {
    padding: 40px;
  }
}

@media (max-width: 580px) {
  .dealer-page-description {
    padding: 20px;
  }
}

.dealer-page-description a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #545454;
}

.dealer-page-description a:hover,
.dealer-page-description a:focus {
  color: #bda98f;
}

.find-dealer-sub-page-header h2 {
  color: #fff;
  padding: 20px 20px 20px 0px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.dealer-body-name {
  color: #bda98f;
  font-weight: 800;
}

.dealer-link-list {
  padding: 20px;
  background-color: #f2f2f0;
  margin-bottom: 30px;
}

.dealer-link-list h4 {
  color: #bda98f;
  text-align: center;
}

.dealer-link-list ul {
  margin: 0;
  padding: 0;
}

.dealer-link-list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dealer-link-list ul li a {
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansregular", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #545454;
  line-height: 25px;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.dealer-link-list ul li a:hover,
.dealer-link-list ul li a:focus {
  color: #bda98f;
}

/*--------------------------------------------------------------------------------------*/
/* Find Dealer Search */
/*--------------------------------------------------------------------------------------*/

.find-dealer-search-section {
  width: 100%;
  height: auto;
  background-color: #e9e4db;
  padding: 80px;
}

@media (max-width: 768px) {
  .find-dealer-search-section {
    padding: 40px;
  }
}

@media (max-width: 580px) {
  .find-dealer-search-section {
    padding: 20px;
  }
}

.find-dealer-search-section h2 {
  margin-bottom: 20px;
  text-align: center;
}

.find-dealer-search-section-container {
  max-width: 800px;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------------*/
/* Find Dealer List */
/*--------------------------------------------------------------------------------------*/
.dealer-list {
  width: 100%;
  height: auto;
  background-color: #e9e4db;
  padding: 80px;
}

@media (max-width: 768px) {
  .dealer-list {
    padding: 40px;
  }
}

@media (max-width: 580px) {
  .dealer-list {
    padding: 20px;
  }
}

.dealer-list-container {
  max-width: 1000px;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  background-color: #eee;
}

.dealer-text {
  margin-bottom: 30px;
}

.dealer-text a {
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansregular", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #545454;
  color: #858985;
  line-height: 25px;
  display: block;
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.dealer-text a:hover,
.dealer-text a:focus {
  color: #bda98f;
}

.dealer-text h5 a {
  font-size: 15px;
  font-weight: 800;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #bda98f;
  text-transform: uppercase;
  text-decoration: underline;
}

.dealer-text h5 a:hover,
.dealer-text h5 a:focus {
  color: #858985;
}

/*--------------------------------------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  height: auto;
  padding: 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  footer {
    padding: 70px 40px;
  }
}

.footer-container {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

/* Footer Logo */
.footer-logo {
  max-width: 225px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* Footer Contact */
.footer-contact h4 {
  color: #bda98f;
}

.footer-contact p {
  color: #fff;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

.footer-contact a {
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-contact a:hover {
  color: #bda98f;
}

@media (max-width: 768px) {
  .footer-contact h4,
  .footer-contact p {
    text-align: center;
  }
}

@media only screen and (max-width: 668px) {
  .footer-contact a {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Footer Links */
.footer-links h4 {
  color: #bda98f;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-links ul li {
  margin: 0;
  padding: 0;
}

.footer-links ul li a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-weight: normal;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus {
  color: #bda98f;
}

@media (max-width: 768px) {
  .footer-links h4,
  .footer-links ul li a {
    text-align: center;
  }
}

@media only screen and (max-width: 668px) {
  .footer-links ul li a {
    font-size: 14px;
    line-height: 25px;
  }
}

/* Shed Builder Button */
.shed-builder-footer-btn a {
  text-decoration: none;
  display: block;
  font-size: 22px;
  font-weight: 800;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  letter-spacing: 1px;
  word-spacing: 0px;
  color: #fff;
  padding-top: 40px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.shed-builder-footer-btn a:hover,
.shed-builder-footer-btn a:focus {
  color: #bda98f;
}

.footer-arrow {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
}

/* Footer Social */
.footer-social {
  max-width: 388px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 500px) {
  .footer-social {
    max-width: 150px;
  }
}

.footer-social ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  margin: 0 auto;
}

.footer-social ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.footer-social ul li a {
  min-width: 75px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding: 15px 20px;
  border: solid 3px #bda98f;
  margin-left: -3px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 500px) {
  .footer-social ul li a {
    margin-top: -3px;
  }
}

.footer-google-plus {
  font-size: 24px !important;
  padding: 18px 19px !important;
}

.footer-social ul li a:hover,
.footer-social ul li a:focus {
  color: #bda98f;
}

/* Footer Copyright */
footer .copyright p {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #bda98f;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 30px;
}

/*--------------------------------------------------------------------------------------*/
/* Footer Gallery */
/*--------------------------------------------------------------------------------------*/
.footer-gallery {
  width: 100%;
  height: auto;
  padding: 380px 80px 80px 80px;
  background-image: url("../images/marten/buildings/lofted-cabin/lofted-cabin-footer.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .footer-gallery {
    padding: 180px 80px 50px 80px;
  }
}
@media (max-width: 500px) {
  .footer-gallery {
    padding: 180px 50px 50px 50px;
  }
}

.footer-gallery-container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.footer-gallery-container img {
  border: solid 35px #fff;
  margin-bottom: 30px;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}
@media (max-width: 768px) {
  .footer-gallery-container img {
    border: solid 20px #fff;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Gallery */
/*--------------------------------------------------------------------------------------*/
.gallery-container {
  padding: 10px;
}

.gallery-box {
  float: left;
  width: 50%;
  padding: 10px 10px 30px 10px;
}
@media (max-width: 500px) {
  .gallery-box {
    float: none;
    width: 100%;
  }
}

.gallery-box h4 a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #eee;
  color: #bda98f;
  margin-top: -15px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.gallery-box h4 a:hover,
.gallery-box h4 a:focus {
  background-color: #676867;
  color: #fff;
}

/*--------------------------------------------------------------------------------------*/
/* Order Form */
/*--------------------------------------------------------------------------------------*/
.order-form {
  width: 100%;
  height: auto;
  padding: 250px 80px 80px 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .order-form {
    padding: 150px 20px 40px 20px;
  }
}

.order-form-box {
  width: 100%;
  height: auto;
  padding: 50px;
  background-color: #ededed;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 25px #000;
}
@media (max-width: 768px) {
  .order-form-box {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .order-form-box {
    padding: 20px;
  }
}

.order-form-box-container {
  border: solid 3px #fff;
  padding: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .order-form-box-container {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .order-form-box-container {
    padding: 20px 20px;
  }
}

/* Contact Header */
.order-form-box-container h1,
.order-form-box-container h2 {
  color: #bda98f;
  text-align: center;
}

.order-form-box-container h2 {
  margin-bottom: 20px;
}

.order-form-box-container p {
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

.order-form-copy p {
  max-width: 550px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

/*--------------------------------------------------------------------------------------*/
/* Reviews */
/*--------------------------------------------------------------------------------------*/
.review-social {
  max-width: 285px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 500px) {
  .review-social {
    max-width: 180px;
  }
}

.review-social ul {
  list-style-type: none;
  margin: none;
  padding: none;
}

.review-social ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.review-social ul li a {
  display: inline-block;
  width: 55px;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  padding: 10px 10px;
  border: solid 3px #bda98f;
  margin-left: -3px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.review-social ul li a:hover,
.review-social ul li a:focus {
  color: #bda98f;
}
@media (max-width: 500px) {
  .review-social ul li a {
    margin-top: -3px;
  }
}

.wright-review {
  padding-top: 20px;
}

.wright-review a {
  width: 200px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Choplin", "sweet_sansbold", helvetica, sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.wright-review a:hover,
.wright-review a:focus {
  color: #bda98f;
}

.wright-review img {
  max-width: 120px;
  height: auto;
  margin: 0 auto;
}

.review-text h5 {
  color: #bda98f;
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------*/
/* Reviews Form */
/*--------------------------------------------------------------------------------------*/

.review-social-share {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.review-social-share h4 {
  color: #fff;
}

.review-form-social {
  max-width: 285px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 500px) {
  .review-form-social {
    max-width: 185px;
  }
}

.review-form-social ul {
  list-style-type: none;
  margin: none;
  padding: none;
}

.review-form-social ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.review-form-social ul li a {
  display: inline-block;
  width: 55px;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  padding: 10px 10px;
  border: solid 3px #fff;
  margin-left: -3px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.review-form-social ul li a:hover,
.review-form-social ul li a:focus {
  color: #676867;
}
@media (max-width: 500px) {
  .review-form-social ul li a {
    margin-top: -3px;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Shed Builder Section */
/*--------------------------------------------------------------------------------------*/
.shed-builder {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #ece5dc;
}
@media (max-width: 768px) {
  .shed-builder {
    padding: 40px 40px 107px 40px;
  }
}

.shed-builder-container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.shed-builder-text {
  width: 50%;
  height: auto;
  float: left;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .shed-builder-text {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}

.shed-builder-text h2 {
  max-width: 400px;
  color: #bda98f;
}

.shed-builder-text p {
  max-width: 500px;
  padding: 20px 0px;
}

.shed-builder-text .tan-button a {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .shed-builder-text h2,
  .shed-builder-text p {
    text-align: center;
  }
  .shed-builder-text .tan-button a {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------*/
/* Shed Builder Slide Show */
/*--------------------------------------------*/
/* Slideshow container */
.building-options-slideshow-container {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
  margin: auto;
  border: solid 1px #999;
  background-color: #fff;
}

@media (max-width: 768px) {
  .building-options-slideshow-container {
    width: 100%;
    float: none;
  }
  .building-options-slideshow-container img {
    margin-bottom: 50px;
  }
}

/* Next & previous buttons */
.building-options-prev,
.building-options-next {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: auto;
  padding: 15px 25px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  color: #c2ae93;
  background-color: #ece5dc;
  font-weight: bold;
  font-size: 25px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .building-options-prev,
  .building-options-next {
    bottom: -67px;
    border: solid 1px #999;
  }
  .building-options-prev {
    left: -1px;
  }
}

/* Position the "next button" to the right */
.building-options-next {
  border-left: solid 1px #999;
  left: 60px;
}

/* On hover, add a black background color with a little bit see-through */
.building-options-prev:hover,
.building-options-next:hover,
.building-options-prev:focus,
.building-options-next:focus {
  background-color: #c2ae93;
  color: #fff;
}

/* Number text (1/3 etc) */
.building-options-numbertext {
  color: #999;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.building-options-text {
  color: #333;
  height: 66px;
  border-top: solid 1px #999;
  text-align: left;
  font-size: 15px;
  padding: 7px 5px 5px 140px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ece5dc;
}

@media (max-width: 768px) {
  .building-options-text {
    padding: 9px 5px 5px 13px;
  }
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 1.5s;
  animation-name: fade2;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade2 {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Sub Pages
/*--------------------------------------------------------------------------------------*/

/*--------------------------------------------*/
/* Building Intro
/*--------------------------------------------*/
.building-intro {
  width: 100%;
  height: auto;
  padding: 80px;
  background-image: url("../images/stock/wood-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .building-intro {
    padding: 40px;
  }
}

.building-intro-container {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.building-intro h2 {
  color: #bda98f;
  padding-bottom: 20px;
}

.building-intro p {
  color: #fff;
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

/* Links */
.building-intro a {
  color: #bda98f;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.building-intro a:hover,
.building-intro a:focus {
  color: #676867;
}

/*--------------------------------------------*/
/* Building Exterior Options
/*--------------------------------------------*/
/* Slider */
.building-exterior-option-slider {
  max-width: 100%;
  padding-bottom: 20px;
}

.building-options {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .building-options {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .building-options {
    padding: 40px 10px 10px 10px;
  }
}

.building-options-container {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.building-text h2 {
  padding: 20px 0px;
}

.building-box {
  width: 100%;
  height: auto;
  border: solid 4px #d3d5d3;
  padding: 20px 30px 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .building-box {
    padding: 10px;
  }
}

.building-box h4 {
  color: #bda98f;
}

/* Circle Imgs */
.sample-option-circle-container-main {
  margin-top: 20px;
}

.sample-option-circle-container {
  max-width: 80px;
  height: 100px;
  float: left;
  padding: 10px;
  text-align: center;
}

.sample-option-circle img {
  max-width: 50px;
  height: auto;
  background-color: #fff;
  border: solid 4px #d3d5d3;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 25px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 25px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 25px;
  margin: 0 auto;
}

/* More Options */
.more-options {
  background-color: #676867;
  border: none;
}
@media (max-width: 767px) {
  .more-options img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .more-options {
    padding-bottom: 40px;
  }
}

.more-options h2 {
  color: #bda98f;
  text-align: center;
}

/*--------------------------------------------------------------------------------------*/
/* Testimonials */
/*--------------------------------------------------------------------------------------*/
.testimonials {
  width: 100%;
  height: auto;
  padding: 80px;
  background-image: url("../images/stock/wood-bg-tan.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 70px 40px;
  }
}

.testimonials-container {
  border: solid 3px #fff;
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-text p,
.testimonials-text h5 {
  text-align: center;
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-text p {
  font-family: "sweet_sansmedium", helvetica, sans-serif;
}

.testimonial-img img {
  margin: 0 auto;
  max-width: 134px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------------------------------*/
/* Bootstrap Carousel */
/*--------------------------------------------------------------------------------------*/
/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  /*height: 100vh;*/
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 1000px) {
  .carousel-item {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    min-height: 300px;
  }
}

@media (max-width: 550px) {
  .carousel-item {
    min-height: 200px;
  }
}

@media (max-width: 350px) {
  .carousel-item {
    min-height: 150px;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0 auto;
  /*margin-right: 15%;
  margin-left: 15%;*/
  list-style: none;
}

.carousel-indicators li {
  /* position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  */
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 20px;
  /*text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);*/
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 5%;
  bottom: 40px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* Custom Text */
.carousel-caption h3,
.carousel-caption p {
  color: #fff;
  text-align: left;
  text-shadow: none;
}

.antispam {
  display: none;
}

/*--------------------------------------------------------------------------------------*/
/* Landing Page Tables */
/*--------------------------------------------------------------------------------------*/

.landing-table-container {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.landing-table-container .white-bg {
  background-color: #fff !important;
}

.landing-table-title {
  width: 36%;
  background-color: #bda98f;
  padding: 10px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
}
.landing-table-title h5 {
  color: #fff;
}

.landing-table-cell {
  width: 25%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.landing-table-cell h5 {
  display: none;
}

/* Colors */
.landing-table-container .tan h4,
.landing-table-container .tan h5,
.landing-table-container .tan p {
  color: #bda98f;
}

/* Underline */
.landing-table-cell h4 {
  border-bottom: 3px solid #858985;
  text-align: center;
}
.landing-table-container .tan h4 {
  border-bottom: 3px solid #bda98f;
  text-align: center;
}

/* Icons */
.compare-icon {
  display: flex;
  flex-direction: column;
}
.compare-icon img {
  padding-top: 15px;
  max-width: 25px;
}

@media (max-width: 1000px) {
  .landing-table-container,
  .landing-table-title,
  .landing-table-cell {
    display: block;
  }
  .landing-table-container {
    clear: both;
  }
  .landing-table-title {
    width: 100%;
    margin-right: 0px;
  }
  .landing-table-cell {
    width: 85%;
    float: left;
    margin-bottom: 0px;
  }
  .compare-icon {
    padding: 20px;
    float: left;
  }
  .compare-icon img {
    padding-top: 0px;
    max-width: 15px;
  }
  .display-none .landing-table-container {
    display: none;
  } /* Hides Title */
  .landing-table-cell h5 {
    display: block;
  } /* Shows Sub Title */
}

@media (max-width: 490px) {
  .landing-table-cell {
    width: 75%;
  }
}

@media (max-width: 409px) {
  .landing-table-cell {
    width: 65%;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Compare & Contrast Page Header
/*--------------------------------------------------------------------------------------*/
.compare-contrast-header {
  width: 100%;
  height: auto;
  padding: 80px;
  background-color: #0c0c0c;
  background-image: url("../images/stock/wood-bg-texture-lg.jpg");
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .compare-contrast-header {
    padding: 40px;
  }
}
@media (max-width: 580px) {
  .compare-contrast-header {
    padding: 80px 20px 20px 20px;
  }
}

.compare-contrast-header-container {
  max-width: 810px;
  height: auto;
  margin: 0 auto;
}

.compare-contrast-header-text {
  padding: 50px 0;
  padding-top: 20%;
  text-align: center;
}

.compare-contrast-header-text h1,
.compare-contrast-header-text h2 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.compare-contrast-header-text h2 {
  font-size: 40px;
  margin-top: 20px;
}

.compare-contrast-header-box {
  background-color: #bda98f;
  padding: 30px;
  margin-top: 20px;
}

h3.compare-contrast-header-box-inner {
  font-size: 23px;
  border: 3px solid #fff;
  padding: 20px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  h3.compare-contrast-header-box-inner {
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
  }
  .compare-contrast-header-text h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------------------------------*/
/* Order Form
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------*/
/* Show Plus Minus Bttn
/*--------------------------------------------*/
.addDoorBttn2,
.addDoorBttn3,
.addWindowBttn2,
.addWindowBttn3,
.addWindowBttn4,
.addWindowBttn5 {
  padding-bottom: 5px;
  text-align: center;
  font-size: 25px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  float: left;
}

#door2_content,
#door3_content,
#window2_content,
#window3_content,
#window4_content,
#window5_content {
  display: none;
}

.plus-min-header-container {
  margin-top: 5px;
  border: solid 3px #bda98f;
  background-color: #cfbfa9;
}

.plus-min-header-container h5 {
  margin-top: 13px;
  margin-right: 20px;
  float: left;
  color: #676867;
}

/*--------------------------------------------*/
/* Order Form Type
/*--------------------------------------------*/
.order-form-type-container label {
  font-size: 15px;
  color: #676867 !important;
}

.order-form-type-container p {
  margin-left: 20px;
  margin-top: -10px;
}

.order-form-section-header {
  margin: 50px 0px 8px 0px;
  text-align: center;
  color: #fff;
  background-color: #bda98f;
}

/*--------------------------------------------*/
/* Form Disclaimer
/*--------------------------------------------*/

.form-disclaimer p {
  text-align: left;
  font-style: italic;
  margin-top: 20px;
}

/*--------------------------------------------*/
/* Door & Window Position
/*--------------------------------------------*/
.hide-content {
  display: none;
}
#rampage-container1 {
  display: none;
}
#rampage-container2 {
  display: none;
}
#rampage-container3 {
  display: none;
}

/* Door & Window Placement */
.building-map-container {
  width: 502px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: solid 4px #fff;
}

input.building-map-bttn {
  width: 60px;
  height: 25px;
  margin: 0px;
  border: none;
  color: #676867;
  padding: 0;
}
input.building-map-bttn:hover {
  background-color: #bda88f !important;
  border: none;
}

input.building-map-bttn:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.building-map-top,
.building-map-bottom {
  margin-left: 29px;
}

.building-map-side {
  width: 25px;
  height: auto;
  float: left;
  margin-top: 2px;
}

.building-map-side input.building-map-bttn {
  width: 25px;
  height: 43px;
  margin: 2px 0px;
}

.building-map-inside {
  width: 444px;
  height: 238px;
  background-color: #bbbbbb;
  border: solid 4px #fff;
  float: left;
  position: relative;
}

.building-map-inside .map-inside-text {
  text-align: center;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* Hide Div */
#positionA,
#positionB,
#positionC,
#positionD,
#positionE,
#positionF,
#positionG,
#positionH,
#positionI,
#positionJ,
#positionK,
#positionL,
#positionM,
#positionN,
#positionO,
#positionP,
#positionQ,
#positionR,
#positionS,
#positionT,
#positionU,
#positionV,
#positionW,
#positionX {
  display: none;
}

#positionA h5,
#positionB h5,
#positionC h5,
#positionD h5,
#positionE h5,
#positionF h5,
#positionG h5,
#positionH h5,
#positionI h5,
#positionJ h5,
#positionK h5,
#positionL h5,
#positionM h5,
#positionN h5,
#positionO h5,
#positionP h5,
#positionQ h5,
#positionR h5,
#positionS h5,
#positionT h5,
#positionU h5,
#positionV h5,
#positionW h5,
#positionX h5 {
  color: #676867;
  padding-top: 20px;
}

@media (max-width: 850px) {
  input.building-map-bttn {
    width: 35px;
    height: 25px;
  }
  .building-map-side input.building-map-bttn {
    width: 25px;
    height: 30px;
  }
  .building-map-inside {
    width: 270px;
    height: 174px;
  }
  .building-map-container {
    width: 328px;
  }
}

@media (max-width: 650px) {
  input.building-map-bttn {
    width: 28px;
    height: 25px;
  }
  .building-map-side input.building-map-bttn {
    width: 25px;
    height: 23px;
  }
  .building-map-inside {
    width: 220px;
    height: 137px;
  }
  .building-map-container {
    width: 278px;
  }
}

/* Hide & Reveil Instructions */
.door-window-placement-header h5,
.door-window-placement-header p {
  display: none;
}

@media (max-width: 650px) {
  .door-window-placement-header h5,
  .door-window-placement-header p {
    display: block;
  }
  .map-inside-text h5,
  .map-inside-text p {
    display: none;
  }
}

@media (min-width: 651px) {
  .form-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .form-buttons input {
    width: 48%;
  }
}

@media (max-width: 650px) {
  .form-buttons {
    display: block;
    height: 90px;
  }

  .form-buttons input {
    margin-bottom: 12px;
  }
}


/*--------------------------------------------*/
/* Password Form
/*--------------------------------------------*/

.pw-box {
    margin: 0 auto;
    padding: 20px;
    margin-top: 5%;
	max-width: 500px;
	background: #ededed;
    font-family: Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 25px #000;
}

.pw-box img {width: 150px;}

.pw-box h2 {
	text-align: center; 
	color:#bda98f;
	padding: 20px 0px;
}

.pw-logo img {margin: 20px 0 20px 32%;}

.login-caption{
    font-family: Helvetica, sans-serif;
    margin:10px;
    font-size : 25px;
    color: #666866;
    text-align: center;
}

form.pw-form {
	max-width: 500px;
	height: auto;
	border: 3px solid #bda98f;
    font-family: Helvetica, sans-serif;
    font-size : 12px;
    padding:20px;
}


/*--------------------------------------------*/
/* Form Popup
/*--------------------------------------------*/

/* Popup Modal (background) */
.popupModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
@media only screen and (max-width: 890px) {
	.popupModal {padding-top: 20px; /* Location of the box */}
}	

/* Popup Modal Content */
.modal-content {
  background-color: #bda98f;
  margin: auto;
  padding: 20px;
  max-width: 500px;
  border-radius: 15px;
}
.modal-content img {
	max-width: 100px; 
	height: auto; 
	margin:auto; 
	margin-left: 40%;
}
.modal-content h3, .modal-content h5 {color: #fff; text-align: center;}
@media only screen and (max-width: 890px) {
	.modal-content {margin: 0px 20px;}
}	

/* Popup Close Button */
.close-popup {
  color: #222;
  float: right;
  font-size: 40px;
  font-weight: 700;
  margin-top: -20px;
  margin-right: -10px;
  padding: 0px;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.close-popup:hover,
.close-popup:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
