@import url(js/ddl2rot.css);
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #000;
  font-family: garamond-premier-pro, serif;
  font-size: 20px;
  background-color: #fff;
}
* {
  box-sizing: border-box;
}
body,
form,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
body.sticky-footer {
  margin-bottom: 300px !important;
}
h1,
h2,
h3,
h4 {
  font-size: 1em;
  font-weight: 400;
}
p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
#content {
  padding: 0;
}
#header {
  background: #f8ede1;
}
#content,
#footer,
#header {
  position: relative;
}
#footerInner,
#headerInner,
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 100px 15px;
}
.full-large {
  max-width: 100% !important;
}
#headerInner {
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
#footer {
  background-color: #333;
}
#footer.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
}
#footerInner {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footerInner a {
  color: #fff;
  text-decoration: none;
}
#footerInner a:hover {
  text-decoration: underline;
}
.content-short {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.container-big {
  position: relative;
}
.container-photo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-photo-header {
  height: calc(100vh - 70px);
  max-height: 52vw;
}
.container-photo-large {
  max-height: 100%;
}
.container-photo .table-cell {
  display: table-cell;
  height: 480px;
  padding: 0 50px;
  vertical-align: middle;
  max-width: 960px;
}
.container.inner-header {
  padding-top: 0;
  padding-bottom: 0;
}
.row {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.large-offset {
  margin-left: -30px;
  margin-right: -30px;
}
.no-offset {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.block {
  position: relative;
  display: block;
}
a {
  text-decoration: none;
  color: #964737;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
.fixCellPadding {
  line-height: 0 !important;
}
.fixCellPadding img {
  display: inline-block;
}
UL {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
UL LI {
  margin: 0;
  padding: 0;
}
.custom-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 1em 0 1em 1em;
}
.custom-content li {
  padding: 0 !important;
  margin-bottom: 1em !important;
  line-height: 1.3em;
  border-bottom: none !important;
}
.custom-content iframe {
  max-width: 100%;
}
.custom-content img {
  max-width: 100%;
  height: auto;
}
.custom-content table {
  width: auto !important;
}
.bullets-custom {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.bullets-custom-indent {
  padding-left: 1.25em !important;
}
.bullets-custom LI {
  margin-bottom: 1em !important;
  line-height: 1.3em;
}
.bullets-custom li:last-child {
  margin-bottom: 0 !important;
}
input,
select,
textarea {
  font-family: garamond-premier-pro, serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  width: 100%;
  padding: 0.45em 0.6875em;
  border: 1px solid transparent;
  background-color: #f5f5f7;
  transition: all 0.2s linear 0s;
}
.field-dropdown.disabled::after,
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.5;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 7px;
}
select {
  padding-right: 2em;
  cursor: pointer;
}
select[multiple] {
  background-image: none;
}
select::-ms-expand {
  display: none;
}
.fieldContainer {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 5px;
}
table .fieldContainer {
  margin: 0 0 5px;
}
.field-dropdown::after {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: calc(1em / 2 * -1 + 1px);
  right: 16px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  line-height: 1em;
  content: "\f078";
  pointer-events: none;
  color: #964737;
}
.field-icon-left input,
.field-icon-left select {
  padding-left: calc(2 * 0.6875em + 1.33em - 2px) !important;
}
.field-icon-right input {
  padding-right: calc(2 * 0.6875em + 1.33em - 6px) !important;
}
.field-icon-left select,
.field-icon-left-short input {
  padding-left: calc(0.6875em + 1.33em - 2px) !important;
}
.field-icon-right-short input {
  padding-right: calc(0.6875em + 1.33em - 6px) !important;
}
.field-icon-left i,
.field-icon-right i {
  position: absolute;
  top: 50%;
  margin-top: calc(0.9em/2 * -1);
  text-align: center;
  padding: 0 calc(0.6875em - 6px);
  min-width: 1em;
  height: auto;
  line-height: 1em;
  font-size: 1.33em;
  font-style: normal;
  color: #964737;
  box-sizing: content-box;
}
.icon-text i {
  font-size: 1em;
  font-weight: 700;
  padding: 0 calc(1.33em - 6px);
}
.field-has-note-icon i {
  margin-top: calc(1em / 2 * -1 - 0.5em);
}
.field-has-note-icon.icon-text i {
  margin-top: calc(1em / 2 * -1 - 0.66em);
}
.field-icon-left-short i {
  text-align: left;
}
.field-icon-left i {
  left: 0;
}
.field-icon-right i {
  right: 5px;
}
.field-icon-fade i {
  opacity: 0.2;
}
.fieldContainer-wrap-33,
.fieldContainer-wrap-33-right {
  display: inline-block;
  position: relative;
  width: 33%;
  vertical-align: top;
}
.fieldContainer-wrap-50,
.fieldContainer-wrap-50-right {
  display: inline-block;
  position: relative;
  width: 49.8%;
  vertical-align: top;
}
.fieldContainer-wrap-66,
.fieldContainer-wrap-66-right {
  display: inline-block;
  position: relative;
  width: 66%;
  vertical-align: top;
}
.fieldContainer-wrap-33-right,
.fieldContainer-wrap-50-right,
.fieldContainer-wrap-66-right {
  float: right;
}
textarea {
  resize: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
  border: none;
  background: 0 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
.checkbox-label,
.radio-label {
  margin-right: 5px;
  cursor: pointer;
  white-space: nowrap;
}
.checkbox-label:before,
.radio-label:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 1em;
  font-weight: 400;
  transition: all 125ms ease-in-out;
}
.checkbox-label-large:before,
.radio-label-large:before {
  font-size: 1.5em;
  margin: 0 5px 5px 0;
}
.radio-label:before {
  content: "\f111";
}
input[type="checkbox"]:checked + .checkbox-label:before,
input[type="radio"]:checked + .radio-label:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #964737;
}
input[type="radio"]:checked + .radio-label:before {
  content: "\f192";
  font-weight: 400;
}
input[type="checkbox"]:disabled + .checkbox-label,
input[type="checkbox"]:disabled + .checkbox-label:before,
input[type="checkbox"]:disabled + .checkbox-toggle-label,
input[type="radio"]:disabled + .radio-label,
input[type="radio"]:disabled + .radio-label:before {
  opacity: 0.5;
}
.checkbox-toggle-label {
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  font-size: 16px;
}
.checkbox-toggle-label:before {
  top: 0;
  position: absolute;
  border-radius: 12px;
  background: #ccc !important;
  height: 24px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.1s linear 0s;
  content: "";
}
.toggle-small:before {
  border-radius: 9px;
  height: 18px;
  width: 36px;
}
.checkbox-toggle-label:after {
  left: 3px;
  top: 3px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff !important;
  display: inline-block;
  transition: all 0.1s linear 0s;
  content: "";
}
.toggle-small:after {
  height: 12px;
  width: 12px;
}
input[type="checkbox"]:checked + .checkbox-toggle-label:before {
  background-color: #25af25 !important;
}
input[type="checkbox"]:checked + .checkbox-toggle-label:after {
  left: 27px;
}
input[type="checkbox"]:checked + .toggle-small:after {
  left: 21px;
}
.no-label {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #964737 !important;
  background-color: #fff;
}
a.button,
input[type="submit"] {
  padding: 0.5em 1.875em;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  background-color: #964737;
  border-radius: 0;
  transition: all 0.4s ease 0s;
  border: 0;
  cursor: pointer;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 5px;
  text-align: center;
  min-width: 175px;
}
input[type="submit"] {
  font-family: FontAwesome, garamond-premier-pro, serif;
  box-shadow: none;
}
.button-small {
  font-size: 0.85em !important;
}
.button-large {
  font-size: 1.4em !important;
}
a.button:hover,
input[type="submit"]:hover {
  background-color: #000;
}
.button-reverse {
  background-color: #fff !important;
  border-color: #fff !important;
  color: grey !important;
}
.button-reverse:hover {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
}
.button-outline {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid !important;
}
.button-outline:hover {
  background-color: #000 !important;
}
.transparent-field {
  border: 0;
  width: auto;
  padding: 0;
  background-color: transparent;
}
::-webkit-input-placeholder {
  color: #999 !important;
}
::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #999 !important;
}
.selectOption {
  color: #000;
}
.long {
  width: 250px;
}
.medium {
  width: 150px;
}
.short {
  width: 75px;
}
.full {
  width: 99%;
}
.headerText {
  position: absolute;
  bottom: 60px;
}
#menu-floating {
  position: relative;
  float: right;
}
#menu {
  position: relative;
  padding: 28px 0 0;
  text-align: center;
  line-height: 0;
}
#logo {
  position: absolute;
  left: 47%;
  top: 15px;
  width: 130px;
  line-height: 0;
  margin-left: -54.5px;
  z-index: 2;
}
#logo-footer {
  width: 194px;
  line-height: 0;
}
#logo img,
#logo-footer img {
  width: 100%;
  height: auto;
}
#smallmenu {
  float: right;
  position: relative;
  margin-top: 10px;
  clear: both;
}
#mainmenu-floating {
  float: right;
  position: relative;
  margin-top: 25px;
  clear: both;
}
#mainmenu {
  position: relative;
  display: inline-block;
}
.menus li {
  float: left;
  position: relative;
  line-height: 1em;
  margin-right: 68px;
}
.submenu-auto-width {
  position: static !important;
}
.submenu-auto-width .submenu {
  min-width: auto !important;
}
.menus li a {
  color: #9f6751;
  font-size: 18px;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid transparent;
}
.menus li a.menuOn,
.menus li a:hover {
  color: #000;
}
.smallmenus li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid;
  position: relative;
}
.smallmenus li:last-child {
  border-right: none;
  padding-right: 0;
}
.menus li:last-child {
  margin-right: 0;
}
#smallmenu a {
  color: #91c379;
  font-size: 14px;
  text-transform: uppercase;
}
#smallmenu a:hover {
  text-decoration: none;
  color: #fff;
}
.submenu {
  position: absolute;
  z-index: 1000;
  min-width: 100%;
  white-space: nowrap;
  background-color: #000;
  padding: 20px 27px 15px;
  text-align: left;
  display: none;
  left: -27px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.submenuList li {
  float: none;
  font-weight: 400;
  margin-right: 0 !important;
}
.submenuList li a {
  padding: 5px 0 !important;
  display: inline-block;
  line-height: 1.3em;
}
.copyright {
  font-size: 0.8em;
}
.header {
  font-family: forma-djr-deck, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.2223em;
  color: #fff;
}
.subheader {
  font-family: forma-djr-deck, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #964737;
}
.subheader2 {
  font-family: forma-djr-deck, sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.subheader3 {
  font-family: forma-djr-deck, sans-serif;
  font-size: 27px;
  font-weight: 700;
}
.subheader,
.subheader2,
.subheader3 {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.2223em;
}
.column {
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
hr {
  background-color: #ccc;
  height: 1px;
  width: 100%;
  border: 0;
  margin: 2em 0;
  position: relative;
}
.hr-large {
  margin: 4em 0;
}
.hr-small {
  margin: 2px 0;
}
.anchor:before {
  display: block;
  content: " ";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
  z-index: -1;
}
.table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.table-alternate TR:nth-child(odd) {
  background-color: #f9f9f9;
}
.table td {
  padding: 10px;
  vertical-align: top;
}
.table tr {
  border-bottom: 1px solid #964737;
}
.table-form td {
  vertical-align: middle;
  border: 0;
  border-spacing: 0;
  padding: 0 5px 0 0;
}
.label-align-top {
  vertical-align: top !important;
  padding-top: 5px !important;
}
.vertical-align-middle td {
  vertical-align: middle;
}
.table-header-row {
  font-weight: 700;
  background-color: #f0f0f0 !important;
  text-transform: uppercase;
  border-bottom: none !important;
}
.table-top-row {
  border-top: 1px solid #ccc;
}
.table-header-row-fixed td {
  position: sticky;
  top: 0;
  background-color: inherit;
}
.required {
  color: #000;
  font-weight: 700;
  line-height: 1em;
}
.column16,
.column20,
.column25,
.column30,
.column33,
.column40,
.column50,
.column60,
.column66,
.column75,
column100 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.column16 {
  width: 16.6667%;
}
.column20 {
  width: 20%;
}
.column25 {
  width: 25%;
}
.column30 {
  width: 30%;
}
.column33 {
  width: 33.3334%;
}
.column40 {
  width: 40%;
}
.column50 {
  width: 50%;
}
.column60 {
  width: 60%;
}
.column66 {
  width: 66.6667%;
}
.column75 {
  width: 75%;
}
.column100 {
  width: 100%;
  padding: 0;
}
.column-left {
  float: left;
  position: relative;
  padding-left: 15px;
}
.column-right {
  float: right;
  position: relative;
  padding-right: 15px;
}
.first {
  padding-left: 0 !important;
}
.last {
  padding-right: 0 !important;
}
.sliderImage {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.sliderDetails {
  position: absolute;
  text-transform: uppercase;
  font-size: 55px;
  color: #fff;
  line-height: 0.8em;
  font-weight: 900;
  top: 174px;
  width: 100%;
}
.popupOutter {
  position: fixed;
  z-index: 10000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
#windowPopup,
#windowPopupRefresh {
  display: none;
}
.popupBox {
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  max-height: calc(100vh - 40px);
}
.windowContent {
  line-height: 0;
  background-color: #000;
}
.windowContent img {
  display: block;
}
.close {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  line-height: 0;
  background-color: #964737;
  color: #fff;
  padding: 6px 6px 4px;
}
.footerCopyright {
  color: #aba9a9;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5em;
}
.footerCopyright a {
  color: inherit !important;
}
.footerCopyright a:hover {
  text-decoration: underline !important;
}
.footerMenu {
  font-size: 16px;
}
.footerMenu h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.footerMenu li {
  margin-bottom: 1em;
  line-height: 1.3em;
}
.footerMenu li:last-child {
  margin-bottom: 0;
}
.footerMenu-inline li {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0.8em;
  display: inline-block;
}
a.subscribeButton {
  display: block;
  padding: 5px;
  background-color: #a1a1a1;
  color: #fff !important;
  font-size: 12px;
  margin-top: 10px;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.margin-top-half {
  margin-top: 0.5em !important;
}
.margin-top-small {
  margin-top: 1em !important;
}
.margin-top-large {
  margin-top: 2em !important;
}
.margin-top-xlarge {
  margin-top: 3em !important;
}
.margin-bottom-half {
  margin-bottom: 0.5em !important;
}
.margin-bottom-small {
  margin-bottom: 1em !important;
}
.margin-bottom-large {
  margin-bottom: 2em !important;
}
.margin-bottom-xlarge {
  margin-bottom: 3em !important;
}
.padding-right-large {
  padding-right: 30px;
}
.padding-left-large {
  padding-left: 30px;
}
.padding-right-xlarge {
  padding-right: 60px;
}
.padding-left-xlarge {
  padding-left: 60px;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.vertical-middle-text {
  vertical-align: middle !important;
  display: table-cell;
  height: inherit;
}
#at15s {
  display: none !important;
}
#map-canvas {
  width: 100%;
  height: 600px;
}
a.moreLink {
  font-size: 0.8889em;
}
a.moreLink:hover {
  margin-left: 8px;
}
a.moreLink-left:hover {
  margin-left: -8px;
}
.small {
  font-size: 0.8889em;
}
.align-icons li i {
  top: 0;
  line-height: 1em;
}
.ui-tooltip {
  background: #fff !important;
  font-size: 14px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%) !important;
  border: 1px solid #999 !important;
  max-width: 400px;
  width: fit-content;
  z-index: 11;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#websiteBackground {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 450px;
}
.caps {
  text-transform: uppercase;
}
.boxes-list li {
  display: inline-block;
  margin-right: -5px;
  position: relative;
  vertical-align: top;
}
.boxes-list li img {
  display: block;
}
.red {
  color: #f00000 !important;
}
.credit-card {
  width: 200px;
}
.expiration {
  width: 70px;
}
#credit-card-icon i {
  vertical-align: middle;
  color: #666;
  font-size: 40px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #964737;
}
::-webkit-scrollbar-track {
  background-color: #dadada;
}
.fa-ul {
  line-height: 1.438em;
}
.features-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.features-list li {
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  vertical-align: top;
  padding: 0 15px;
  font-size: 1em;
  position: relative;
}
.features-list li:last-child {
  margin-bottom: 0 !important;
}
.features-2 li {
  width: 50%;
}
.features-3 li {
  width: 33.3334%;
}
.features-4 li {
  width: 25%;
}
.features-5 li {
  width: 20%;
}
.features-6 li {
  width: 16.6667%;
}
.features-7 li {
  width: 14.28571428%;
}
.features-list li .list-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features-list li a {
  display: block;
  text-decoration: none;
  transition: none;
}
.features-list li p a {
  display: contents;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.features-list li p a:hover {
  text-decoration: underline;
}
.features-list img {
  margin-bottom: 30px;
}
.features-list-image-only img {
  margin-bottom: 0;
  vertical-align: middle;
  min-width: auto;
}
.features-list-multirow li {
  margin-bottom: 60px;
}
.features-list-icons i {
  margin-bottom: 0.5em;
}
.graph-bar {
  background-color: #1181c7;
  height: 20px;
}
.graph-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.large-font {
  font-size: 1.2223em;
  line-height: 1.5em;
}
.news-list li {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
.news-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news-list li .title {
  overflow: hidden;
  line-height: 1.2223em;
}
.gallery li {
  position: relative;
  width: 33.3334%;
  padding: 0 15px;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 30px;
  vertical-align: top;
}
.gallery li a {
  display: block;
}
.videos li {
  width: 50%;
  margin-bottom: 60px;
}
.box {
  display: block;
  position: relative;
  padding: 1em;
  background-color: #f1f1f1;
}
.icon-box {
  padding-bottom: 1.3em !important;
}
.icon-box i {
  font-size: 1.5em;
  margin-bottom: 0.8em;
}
.field-note {
  font-size: 0.8em;
  margin-top: 5px;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-center-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.padding-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
#button-scroll-up {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 999;
  text-align: center;
  color: #ccc;
  display: none;
}
#button-scroll-up i {
  font-size: 32px;
}
.list-inline li {
  position: relative;
  display: inline-block;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
  vertical-align: top;
}
#breadcrumb {
  padding: 10px 0;
  z-index: 2;
}
#breadcrumb i {
  margin: 0 2px;
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.6em;
}
sub {
  top: 0.4em;
}
.label-align-top {
  vertical-align: top !important;
  padding-top: 5px !important;
}
.payment {
  width: auto;
  border-spacing: 0;
}
.payment td {
  border: 0;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
.socialMedia li {
  margin-right: 15px;
  margin-left: auto;
  margin-bottom: 0;
}
.socialMedia li:last-child {
  margin-right: 0;
}
.socialMedia li a {
  color: #000 !important;
}
.socialMedia li i {
  font-size: 32px;
}
.headerBar-overlay {
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.headerBox {
  height: 100%;
  width: 100%;
  max-width: 960px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.headerBox-short {
  max-width: 800px;
}
.video-box {
  border-radius: 10px;
  overflow: hidden;
  height: 253px;
  line-height: 0;
  background-color: #000;
}
.video-box iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-image: url(/images/na_video_dark.png);
  background-repeat: no-repeat;
  background-position: center;
}
.hidden-section {
  padding: 1px 0;
}
.fadein,
.fadein-full {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.fadein-inplace {
  transform: translateY(0);
}
.fadein-center {
  transform: translate(-50%, 50px);
}
.fadein-center-inplace {
  transform: translate(-50%, 0);
}
.fadein-full.visible,
.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}
.fadein-center-inplace.visible,
.fadein-center.visible {
  transform: translate(-50%, 0);
}
.fadein-element,
.fadein-element-center,
.fadein-element-full,
.fadein-element-left,
.fadein-element-right {
  opacity: 0;
  position: relative;
  animation: fadeIn-up 0.6s ease both;
  animation-play-state: paused;
}
.fadein-element-left {
  animation-name: fadeIn-left;
}
.fadein-element-right {
  animation-name: fadeIn-right;
}
.fadein-element-center {
  animation-name: fadeIn-center;
}
.fadein-element-center.play,
.fadein-element-full.play,
.fadein-element-left.play,
.fadein-element-right.play,
.fadein-element.play {
  animation-play-state: running;
}
@keyframes fadeIn-up {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn-left {
  0% {
    opacity: 0;
    left: -20px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeIn-right {
  0% {
    opacity: 0;
    left: 20px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeIn-center {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accordion-list .mainlink div {
  width: calc(100% - 30px);
  display: inline-block;
}
.accordion-list li {
  margin-bottom: 10px;
}
.accordion-list li:last-child {
  margin-bottom: 0;
}
.accordion-list a.mainlink {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 30px 15px;
}
.accordion-list i {
  float: right;
  line-height: inherit;
  font-size: 1em;
}
.accordion-list .description-box {
  display: none;
  padding: 0 15px 30px;
}
.accordion-list .description-box p:last-child {
  margin-bottom: 0;
}
.accordion-list .description-box li {
  border: 0;
  margin-bottom: inherit;
}
.tabs {
  border-bottom: 1px solid #000;
  padding-left: 10px;
  margin-top: -15px;
}
.tabs .nav-item {
  margin-bottom: -1px;
  margin-top: 15px;
  margin-right: -4px;
  margin-left: 0;
}
.tabs .nav-link {
  display: block;
  padding: 10px 15px;
  border: 1px solid transparent;
  transition: none;
  border-bottom: 1px solid #000;
}
.tabs .nav-link:hover {
  text-decoration: none;
}
.tabs .nav-link.active {
  background-color: #fff;
  border-color: #000 #000 #fff;
}
.tab-description {
  background-color: #fff;
  padding: 30px 15px;
  border-bottom: 1px solid #000;
}
.tab-description p:last-child {
  margin-bottom: 0;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow: auto;
}
.table-responsive-fixed-header {
  height: calc(100vh - 150px);
}
.photo-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.container .subheader2:first-child,
.container .subheader:first-child {
  margin-top: 0;
}
.form-box-wrapper {
  height: 132px;
  overflow: auto;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
}
.cart-box {
  position: relative;
}
.cart-qty {
  font-family: arial;
  font-weight: 700;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  z-index: 1000;
  top: -9px;
  right: -9px;
  color: #fff;
  width: 19px;
  height: 19px;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
}
.catalogContainer {
  margin-left: -15px;
  margin-right: -15px;
}
.catalogContainer li {
  width: 250px;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
  vertical-align: top;
  padding: 0 15px;
  margin-right: -4px;
  position: relative;
  transition: all 0.4s ease 0s;
}
.catalogContainer li a {
  color: #000;
  text-decoration: none;
  display: block;
}
.catalogItemImage {
  width: 220px;
  height: 220px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.catalogItemImage img {
  max-width: 100%;
  max-height: 100%;
}
.categoryItemDetails {
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 5px solid #e51937;
  margin-top: 5px;
}
.catalogItemDetails {
  padding: 10px;
}
.productName {
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.2223em;
  color: #000;
}
.productImageContainer {
  margin: 0 auto;
  max-width: 100%;
}
.productImage {
  width: 570px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  line-height: 0;
}
.qty-field {
  padding: 7px 10px;
}
.more-views li {
  margin: 15px 10px 15px 0;
  line-height: 0;
}
.more-views img {
  box-shadow: none !important;
}
.pagination li {
  float: left;
  margin-right: 5px;
  background-color: #f1f1f1;
  width: 31px;
  padding: 7px 0;
  text-align: center;
  margin-top: 5px;
}
.pagination li:first-child {
  padding: 7px 0;
  background: 0 0;
  width: auto;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  display: block;
  padding: 7px 0;
  color: inherit;
}
.pagination li.link {
  padding: 0;
}
.pagination li.active {
  background-color: #00379d;
  color: #fff;
  padding: 7px 0;
  width: 31px;
  text-align: center;
}
.pagination li.inactive {
  color: #ccc;
}
.pagination form {
  float: left;
  margin-right: 5px;
}
.pagination form select {
  width: auto;
}
.sale {
  color: #b80000;
}
.size-label {
  cursor: pointer;
  margin-right: 3px;
  margin-bottom: 7px;
  position: relative;
  width: auto !important;
  min-width: 36px;
  text-align: center;
  padding: 10px !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  background-color: #f1f1f1;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s ease 0s;
}
input[type="radio"]:checked + .size-label,
input[type="radio"]:hover + .size-label {
  background-color: #2ac4f4 !important;
  border-color: #2ac4f4 !important;
  color: #fff;
}
.colours li {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-bottom: 7px;
}
.colours li.active,
.colours li:hover {
  border: 2px solid #000 !important;
  padding: 2px;
}
.colours li a {
  display: block;
  height: 100%;
}
.filter-bar {
  width: 230px;
}
.filter-bar a {
  text-decoration: none;
  font-size: 14px;
  color: inherit;
}
.filter-bar a:hover {
  text-decoration: underline;
}
.filter-bar-header {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  color: #000;
}
.filter-bar-header a {
  font-size: 0.8889em;
}
.filter-option {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
  max-height: 223px;
  overflow: auto;
}
.filter-option::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.filter-option li:first-child {
  font-weight: 700;
  text-transform: uppercase;
  position: sticky;
  background-color: #fff;
  top: 0;
  padding-bottom: 10px;
}
.filter-option li {
  padding: 3px 0;
  line-height: 1.2223em;
}
.filter-select {
  max-width: 125px;
  width: auto;
}
.products-content {
  width: calc(100% - 230px);
}
.products-content select {
  font-size: 0.9em;
}
.recent-items li {
  width: 160px;
  margin-bottom: 0;
}
.recent-items li .catalogItemImage {
  width: 130px;
  height: 130px;
}
#mobileMenu {
  display: none;
  background-color: #f8ede1;
  padding: 50px 0 15px;
  height: calc(100vh - 70px);
  overflow-y: auto;
}
#mobileExtraIcon,
#mobileMenuIcon {
  display: none;
  position: absolute;
  top: 24px;
  left: 20px;
  line-height: 0;
  color: #aba9a9;
}
#mobileExtraIcon {
  right: 63px;
  left: auto;
}
#mobileExtraIcon i,
#mobileMenuIcon i {
  font-size: 28px;
}
#mobileCartIcon {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  text-align: center;
  font-size: 24px;
}
#menu-x {
  display: none;
}
.mobileMenuList LI {
  float: none;
  margin: 0 40px !important;
}
.mobileMenuList LI a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  margin: 0;
  font-size: 1.2em;
  line-height: 1em;
}
.mobileMenuList li a.small {
  font-size: 1em;
  font-weight: inherit;
  padding: 10px 0;
  color: #ccc;
}
.mobileSubmenu {
  padding: 0;
  display: none;
}
.telDesktop {
  display: inline-block;
}
.telMobile {
  display: none;
}
.tel {
  text-decoration: none !important;
  cursor: text;
  color: inherit;
}
.mobileElement,
.mobileElement-inline {
  display: none !important;
}
.tabletElement,
.tabletElement-inline {
  display: none !important;
}
.desktopElement {
  display: block !important;
}
.desktopElement-inline {
  display: inline-block !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.mobile-menu-arrow {
  float: right;
}
.stickToTop {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 9999 !important;
  width: 100% !important;
  top: 0 !important;
}
.custom-icon-stack {
  width: 1em !important;
  height: 1em !important;
  line-height: 1 !important;
  margin-bottom: 0.5em !important;
}
.logos li {
  vertical-align: middle;
}
.logos li:last-child {
  margin-bottom: 60px !important;
}
.faqs li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.section-outter-box {
  height: 400px;
}
a.list-overlay .list-title,
a.list-overlay img {
  transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}
.list-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
a.list-overlay:hover img {
  filter: brightness(35%);
}
a.list-overlay:hover .list-title {
  opacity: 1;
}
.brown {
  color: #964737;
}
.white {
  color: #fff;
}
.menus li a::after {
  content: "";
  display: block;
  margin: 0;
  height: 2px;
  width: 0;
  background: 0 0;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.menus li a.menuOn::after,
.menus li a:focus::after,
.menus li a:hover::after {
  width: 41px;
  background: #964737;
}
.menus-fr li {
  margin-right: 56px;
}
@media print {
  .stickToTop {
    position: relative !important;
  }
  #content {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #mobileMenu {
    padding-bottom: 50px;
    width: 50%;
    position: fixed;
    top: 75px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .large {
    max-width: 1230px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .x-large {
    max-width: 1800px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .container-photo-header {
    height: calc(100vh - 70px);
  }
  .catalogContainer li {
    width: 33.3334%;
  }
  #headerInner {
    padding: 15px 20px;
  }
  #menu,
  #menu-floating {
    display: none;
  }
  #mobileCartIcon,
  #mobileExtraIcon,
  #mobileMenuIcon {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .desktopElement,
  .desktopElement-inline {
    display: none !important;
  }
  .tabletElement {
    display: block !important;
  }
  .tabletElement-inline {
    display: inline-block !important;
  }
  #footerInner,
  .container {
    padding: 50px 20px;
  }
  .container-header {
    height: 250px;
  }
  .submenuList {
    display: block;
    padding: 0 15px;
  }
  .submenuList li {
    float: none;
    border: none;
    padding: 0;
    margin: 0 !important;
    font-weight: 400;
  }
  .submenuList li a {
    padding: 10px 0 !important;
    font-size: 1.2em;
  }
  .footerMenu {
    margin-bottom: 3em;
  }
  .header {
    font-size: 80px;
  }
  .subheader {
    font-size: 37px;
  }
  .subheader2 {
    font-size: 29px;
  }
  .subheader3 {
    font-size: 24px;
  }
  .column16,
  .column20,
  .column25 {
    width: 33.3334%;
  }
  .column75 {
    width: 66.6667%;
  }
  .column-mobile {
    margin-bottom: 0;
  }
  .last {
    margin: 0;
  }
  .table.header-row {
    width: auto;
  }
  #map-canvas {
    height: 400px;
  }
  .fieldBackground {
    width: 97%;
  }
  .text-left-mobile {
    text-align: left !important;
  }
  .text-center-mobile {
    text-align: center !important;
  }
  .text-right-mobile {
    text-align: right !important;
  }
  .mobile-50 {
    width: 50% !important;
  }
  .mobile-full {
    width: 100% !important;
  }
  .features-2 li,
  .features-3 li,
  .features-4 li,
  .features-5 li,
  .features-6 li,
  .features-7 li {
    margin-bottom: 60px;
    min-width: 182px;
  }
  .table-responsive {
    border: 1px solid #dadada;
  }
  .table-responsive table {
    margin-top: 0;
    margin-bottom: 0;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 2px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    width: 17px !important;
    height: 17px !important;
  }
  .headerBox {
    padding: 0 20px !important;
  }
  .recent-items li {
    margin-bottom: 30px;
  }
  .container-photo-large {
    height: calc(50vh - 70px);
  }
  .video-box {
    height: 310px;
  }
  .section-outter-box {
    height: auto !important;
  }
  .mobile-full .section-outter-box {
    height: auto !important;
  }
  .large-offset {
    margin-left: -15px;
    margin-right: -15px;
  }
  #footerInner .column16,
  #footerInner .column20,
  #footerInner .column25,
  #footerInner .column30,
  #footerInner .column33 {
    width: calc(50% - 30px);
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .catalogItemImage {
    height: 146px;
  }
}
@media only screen and (max-width: 767px) {
  .tabletElement,
  .tabletElement-inline {
    display: none !important;
  }
  .mobileElement {
    display: block !important;
  }
  .mobileElement-inline {
    display: inline-block !important;
  }
  .column30,
  .column33,
  .column40 {
    width: 50%;
    max-width: 50%;
  }
  .column60,
  .column66 {
    width: 100%;
    max-width: 100%;
  }
  .table-mobile {
    width: 100% !important;
  }
  .table-mobile .table-header-row {
    display: none;
  }
  .table-mobile td {
    display: inline-block;
    width: 100% !important;
  }
  .table-mobile .image {
    width: 100px !important;
  }
  .table-mobile .product {
    max-width: 245px;
  }
  .no-margin-top-mobile {
    margin-top: 0 !important;
  }
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important;
  }
  .no-padding-top-mobile {
    padding-top: 0 !important;
  }
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }
  .no-padding-left-mobile {
    padding-left: 0 !important;
  }
  .no-padding-right-mobile {
    padding-right: 0 !important;
  }
  .margin-top-small-mobile {
    margin-top: 1em !important;
  }
  .margin-top-large-mobile {
    margin-top: 2em !important;
  }
  .margin-bottom-small-mobile {
    margin-bottom: 1em !important;
  }
  .margin-bottom-large-mobile {
    margin-bottom: 2em !important;
  }
  .margin-bottom-xlarge-mobile {
    margin-bottom: 3em !important;
  }
  .column-left {
    padding-right: 15px;
  }
  .padding-right-large,
  .padding-right-xlarge {
    padding-right: 15px;
  }
  .padding-left-large,
  .padding-left-xlarge {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 736px) {
  .container-photo-large {
    height: calc(100vh - 70px) !important;
  }
  .filter-bar {
    width: 100%;
  }
  .filter-bar-filters {
    display: none;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .telDesktop {
    display: none;
  }
  .telMobile {
    display: inline-block;
  }
  .fieldContainer-wrap-33,
  .fieldContainer-wrap-33-right,
  .fieldContainer-wrap-50,
  .fieldContainer-wrap-50-right,
  .fieldContainer-wrap-66,
  .fieldContainer-wrap-66-right {
    width: 100% !important;
  }
  .column16,
  .column20,
  .column25,
  .column30,
  .column33,
  .column40,
  .column50,
  .column60,
  .column66,
  .column75 {
    width: 100% !important;
    max-width: 100%;
  }
  .column-left,
  .column-right {
    width: 100%;
    max-width: 100%;
  }
  .column-right {
    float: left;
    padding-left: 15px;
  }
  .header {
    font-size: 55px;
  }
  .custom-size,
  .long,
  .medium {
    width: 100% !important;
  }
  a.button-large {
    font-size: 1.2em;
  }
  .gallery li {
    width: 100%;
  }
  .pagination {
    margin-top: 5px;
  }
  .text-left-mobile-small {
    text-align: left !important;
  }
  .text-center-mobile-small {
    text-align: center !important;
  }
  .text-right-mobile-small {
    text-align: right !important;
  }
  .mobile-50-small {
    width: 50% !important;
  }
  .mobile-full-small {
    width: 100% !important;
  }
  .catalogContainer li {
    width: 50%;
    min-width: auto;
  }
  .catalogItemImage {
    height: calc(50vw - 30px) !important;
  }
  .products-content {
    width: 100%;
  }
  .footerMenu-inline li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .large-font {
    font-size: 1.1112em;
  }
  #logo-footer {
    display: none;
  }
  .features-2 li,
  .features-3 li,
  .features-4 li,
  .features-5 li,
  .features-6 li,
  .features-7 li {
    width: 50%;
    min-width: 155px;
  }
  .container-photo-header {
    max-height: 100vh;
  }
  .section-outter-box {
    padding: 50px 0;
  }
  .credit-card {
    width: calc(100% - 50px);
  }
  .headerText {
    top: 40%;
    bottom: auto;
  }
}
@media only screen and (max-width: 480px) {
  .payment td {
    display: inline-block;
    width: 100%;
  }
  .payment td span {
    white-space: nowrap;
  }
  .videos li {
    margin-bottom: 30px;
  }
  .windowContent iframe {
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .catalogContainer li {
    width: 100%;
  }
  #mobileMenu {
    padding-top: 25px;
  }
  .mobileMenuList LI a {
    font-size: 1.3em;
  }
  .catalogItemImage {
    width: 100vw;
    height: auto;
  }
  .header {
    font-size: 48px;
  }
}
