<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Gothic821CnBT';
  font-style: normal;
  font-weight: 400;
  src:
    url('../fonts/gothic_821_condensed_bt-webfont.woff2') format('woff2'),
    url('../fonts/gothic_821_condensed_bt-webfont.woff') format('woff');
}
@font-face {
  font-family: 'AcherusGrotesque-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AcherusGrotesque-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AcherusGrotesque-Medium.otf') format('opentype'), url('../fonts/AcherusGrotesque-Medium.woff') format('woff'), url('../fonts/AcherusGrotesque-Medium.ttf') format('truetype'), url('../fonts/AcherusGrotesque-Medium.svg#AcherusGrotesque-Medium') format('svg');
}
@font-face {
  font-family: 'AcherusGrotesqueBold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/AcherusGrotesque-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AcherusGrotesque-Bold.otf') format('opentype'), url('../fonts/AcherusGrotesque-Bold.woff') format('woff'), url('../fonts/AcherusGrotesque-Bold.ttf') format('truetype'), url('../fonts/AcherusGrotesque-Bold.svg#AcherusGrotesque-Bold') format('svg');
}
@font-face {
  font-family: 'acherus_grotesqueregular';
  src:
    url('../fonts/acherus-grotesque-regular-webfont.woff2') format('woff2'),
    url('../fonts/acherus-grotesque-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*******************************************   */
.MAIN-NAV {
  font-family: AcherusGrotesque-medium, Arial, sans-serif;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  text-transform: capitalize;
  color: #5b5f66;
  /*  alternate white: #ffffff; */
}
.SUB-NAV {
  font-family: AcherusGrotesque-medium, Arial, sans-serif;
  font-size: 12px;
  line-height: 2.33;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: capitalize;
  color: #5b5f66;
}
.intro-text {
  font-family: 'AcherusGrotesqueBold';
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #5b5f66;
  max-width: 780px;
  display: inline-block;
  /*  alternate white: #ffffff; */
}
.intro-text a {
  font-family: 'acherus_grotesquebold';
  font-size: 20px;
  line-height: 2;
  color: #5b5f66;
}
.body-text {
  font-family: 'acherus_grotesqueregular', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #231f20;
}
/* ==========:: TreeView Menu Css ::============ */
.treeview,
.treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.treeview .hitarea {
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}
.treeview .hitarea::after {
  display: block;
  content: "\f068";
  color: #333;
  font-family: 'FontAwesome', Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 40px;
}
.treeview .hitarea.expandable-hitarea::after {
  content: "\f067";
  color: #fff;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}
#treecontrol {
  margin: 1em 0;
  display: none;
}
.treeview .hover {
  color: #000;
  cursor: pointer;
}
.treeview li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 10px;
  display: block;
  text-transform: uppercase;
}
.mobile-nav ul li.collapsable a {
  color: #333;
}
.treeview li li a {
  text-transform: none;
}
.treeview li.collapsable {
  background: #fff;
}
.mobile-nav ul.sub-menu {
  margin: 0;
}
/* Slick Slider Css Start */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: block;
  list-style: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 58%;
  z-index: 2;
  padding: 0;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 0;
  background: none;
  border: 2px solid #eee;
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-arrow:hover {
  background: #eee;
}
.slick-arrow.slick-prev {
  left: 20px;
}
.slick-arrow.slick-next {
  right: 20px;
}
.slick-arrow::after {
  display: block;
  font-family: 'FontAwesome', Arial, sans-serif;
  font-size: 15px;
  color: #eee;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slick-arrow.slick-prev::after {
  content: "\f104";
}
.slick-arrow.slick-next::after {
  content: "\f105";
}
.slick-arrow:hover::after {
  color: #931b23;
}
.slick-dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  bottom: 20px;
  text-align: center;
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  padding: 0;
  background: none;
  border: 2px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button {
  background: #eee;
}
/* Slick Slider Css End */
/* ================================ Mobile Menu STYLE Start ================================ */
.mobile-menu-block {
  background: #5b5f66;
  color: #333;
  position: fixed;
  left: 0;
  top: -200%;
  height: 20px;
  padding: 0;
  width: 100%;
  z-index: 20;
  font-size: 13px;
  overflow: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.mobile-menu-open .mobile-menu-block {
  top: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.mobile-menu-inner {
  height: 100%;
  overflow: auto;
}
.mobile-nav ul {
  margin: 20px 0 0;
  list-style: none;
}
.mobile-nav li {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
.mobile-nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-family: 'AcherusGrotesque-Medium', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mobile-nav ul li a:hover,
.mobile-nav ul li a:focus,
.mobile-nav ul li.current-menu-item &gt; a {
  color: #931b23;
}
.mobile-nav li li {
  border: none;
}
.mobi-account {
  padding: 15px 0;
  margin: 12px 0 0;
  text-align: center;
}
.mobi-account a {
  display: inline-block;
  background: #fff;
  padding: 6px 30px;
  font-size: 15px;
  line-height: 20px;
  color: #5b5f66;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.mobi-account a i {
  margin-right: 5px;
}
.mobile-menu-block .header-language {
  text-align: center;
}
.mobile-menu-block .header-language li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
}
.mobile-menu-block ul.header-language li a {
  background: #fff;
  border: 1px solid #fff;
  color: #5b5f66;
  font-family: AcherusGrotesque-Medium, Arial, sans-serif;
  line-height: 28px;
}
.mobile-menu-block ul.header-language li.selected a {
  background: #931b23;
  color: #fff;
}
.mobile-menu-block .header-social li {
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu-block .header-social li a {
  color: #fff;
}
.mobile-menu-block .header-social li a:hover {
  color: #931b23;
}
/* ================================ Mobile Menu STYLE End================================ */
/* Mobile Menu Css Start */
.menuicon {
  display: none;
  width: 22px;
  cursor: pointer;
  opacity: 1;
  z-index: 40;
  position: fixed;
  right: 20px;
  top: 42px;
}
.icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #5b5f66;
  transition: all 0.3s ease-in-out 0s;
}
.menuicon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.opened.menuicon::before {
  color: #931b23;
}
.opened .icon-bar {
  background: #fff;
}
.opened .top-icon-bar {
  transform-origin: 10% 10% 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.opened .middle-icon-bar {
  opacity: 0;
}
.opened .bottom-icon-bar {
  transform-origin: 10% 90% 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* Mobile Menu Css End */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #4b69ae;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4b69ae;
  color: #fff;
  text-shadow: none;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
textarea:focus,
input:focus,
* {
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 15px 'AcherusGrotesque-Medium', Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  line-height: 22px;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #5b5f66;
  text-decoration: underline;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: 'acherus_grotesqueregular', sans-serif;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.63em;
  text-align: left;
}
a:hover,
a:focus {
  color: #931b23;
  text-decoration: none;
  outline: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* Ul Li &amp; Ol Li CSS */
ul,
ol {
  margin: 0 0 10px 18px;
  padding: 0;
}
ul li {
  list-style: disc;
}
/* Heading CSS */
p {
  font-family: 'acherus_grotesqueregular', sans-serif;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.63em;
  text-align: left;
  color: #5b5f66;
}
h1,
.h1 {
  font-family: 'Gothic821CnBT', Arial, sans-serif;
  font-size: 54px;
  line-height: 1.11;
  letter-spacing: 4.3px;
  text-align: center;
  text-transform: uppercase;
  color: #231f20;
  margin: 0 0 100px;
  padding-top: 100px;
  /*  alternate white: #ffffff; */
}
h2,
.h2,
.blog-container .blog-title a {
  font-family: 'Gothic821CnBT', Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  color: #5b5f66;
  /*  alternate white: #ffffff; */
}
h3,
.h3 {
  font-family: 'AcherusGrotesqueBold', Arial, sans-serif;
  font-size: 30px;
  line-height: 1.47;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
  color: #5b5f66;
  /*  alternate white: #ffffff; */
}
h4,
.h4 {
  font-family: 'AcherusGrotesqueBold', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  color: #5b5f66;
  /*  alternate white: #ffffff; */
  /*  alternate black: #231F20; */
}
h5,
.h5 {
  font-family: 'AcherusGrotesque-Medium', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #5b5f66;
  /*  alternate white: #ffffff; */
}
h6 {
  font-family: 'AcherusGrotesqueBold', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #5b5f66;
font-weight: bold;
}
input,
select,
textarea,
input.Textbox,
input[type="text"] {
  background: #fff;
  border: 1px solid #8e8f93;
  font-size: 14px;
  height: 35px;
  line-height: normal;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 25px;
  margin: 10px 0;
}
input.Textbox,
textarea,
input[type="text"],
input[type="password"] {
  background: #fff;
  border: 1px solid #8e8f93;
  font-size: 14px;
  height: 35px;
  line-height: normal;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 25px;
margin: 10px 0;
}
textarea {
  height: auto;
  padding: 5px 10px;
}
blockquote {
  color: #333;
  font-family: 'Acherus Grotesque', sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.25px;
  margin: 15px 0;
  padding: 0 0 0 20px;
}
.btn {
  display: inline-block;
  background: #8e8f93;
  border: none;
  cursor: pointer;
  font-family: 'AcherusGrotesque-Medium', Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.4s ease 0s;
  white-space: normal;
}
.btn:hover,
.btn.active {
  background: #818181;
  border-color: #818181;
  color: #fff;
}
button:focus {
  outline: none !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/* ---------------Commen CSS END here--------------- */
.header-my-account a i {
  margin-right: 5px;
}
.header-left ul li {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-left ul li + li {
  margin-top: 8px;
}
.header-left ul li a,
.header-left ul li span {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  color: #5b5f66;
  letter-spacing: 1px;
  font-family: 'AcherusGrotesque-Medium', Arial, sans-serif;
}
.header-left ul li .header-search i {
  transform: rotate(90deg);
}
.header-left ul li a:hover {
  color: #931b23;
}
ul.header-language {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.header-language li {
  list-style: none;
}
ul.header-language li + li {
  margin-left: 10px;
}
ul.header-language li.selected a {
  background: #931b23;
}
.header-social {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.header-social li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-social li a:hover {
  color: #931b23;
}
/* Nav Css */
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation ul &gt; li {
  float: left;
  margin: 0 5px;
  padding: 0 0 15px;
  list-style: none;
  position: relative;
}
.navigation ul &gt; li + li {
  margin-left: 32px;
}
.navigation &gt; ul &gt; li::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #931b23;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.2s ease 0s;
  z-index: 0;
}
.navigation ul &gt; li:hover::before {
  opacity: 1;
  left: 0;
  width: 100%;
}
.navigation ul &gt; li a {
  display: block;
  color: #5b5f66;
  font-size: 17px;
  font-weight: 400;
  font-family: 'AcherusGrotesque-Medium', Arial, sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 4px;
  position: relative;
	text-decoration: none;
  z-index: 2;
}
.navigation ul &gt; li:hover &gt; a {
  color: #931b23;
}
.navigation ul &gt; li.sfHover &gt; a {
  color: #931b23;
}
.navigation ul &gt; li.sfHover::before {
  left: 0;
  width: 100%;
}
.navigation li:hover &gt; .sub-menu {
  display: block;
}
.navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin: 0;
}
.navigation li ul li a:hover {
  color: #931b23;
}
.navigation li ul li:last-child {
  border-bottom: 0;
}
.navigation li ul li.current-menu-item &gt; a,
.navigation li ul li.current-menu-parent &gt; a {
  color: #931b23;
}
.navigation ul &gt; li li:hover &gt; a {
  color: #931b23;
}
.header-search-block {
  display: none;
  background: #5b5f66;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 42;
}
.search-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search-inner .container {
  position: relative;
  padding: 0;
}
.searchinput {
  width: 100%;
  height: 50px;
  font-size: 18px;
  padding: 0 60px 0 20px;
  z-index: 1;
  border-radius: 25px;
  border: 2px solid #8c8e92;
}
.search-btn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: none;
  border: none;
  font-size: 20px;
  color: #931b23;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.7;
}
.search-btn:hover {
  opacity: 1;
}
.header-search-block .close {
  text-shadow: 0 0 0 #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.search-opened .header-search-block {
  display: block;
}
.header-fixed {
  margin: 12px 0 0;
}
/* Home page Banner Css */
.homeslider {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.homeslick {
  margin: 0;
  padding: 0;
  width: 100%;
}
.homeslick .slick-list {
  background: #000;
}
.homeslick .slick-list .items {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 840px;
  background-position: center top !important;
  background-size: cover !important;
  position: relative;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  z-index: 2;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.caption h2 {
  font-size: 260px;
  color: #fff;
  line-height: 300px;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: 'AcherusGrotesque-Medium', Arial, sans-serif;
  margin: 0;
  opacity: 0.3;
}
.caption p {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin: 0 0 28px;
}
.caption .btn span {
  color: #fff;
}
.banner-btnbox {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.banner-btn {
  display: inline-block;
  width: 240px;
  height: 240px;
  text-align: center;
  background: rgba(91, 95, 102, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 40px;
  position: relative;
  bottom: -120px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 35px 10px;
}
.banner-btn:hover {
  background: #931b23;
  color: #fff;
  bottom: -90px;
  padding-top: 80px;
}
/* Home page Banner Css */
.MT_component table:not(.MT_cart__table):not(.MT_table--nested) tr + tr &gt; td:not(.MT_table__cell--no-border) {
  border: none;
}

.bw-session__sub {
	display: none;
};

/* Footer */
.footer h2 {
  margin-bottom: 26px;
}
.footer h4 {
  color: #fff;
  margin: 0 0 30px;
}
.footer h5 {
  text-transform: uppercase;
  color: #fff;
}
.footer p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #931b23;
}
.f-info {
  text-align: center;
}
.f-social .header-social {
  margin: 0 0 20px;
}
.f-social .header-social li {
  display: inline-block;
  vertical-align: middle;
}
.f-social .header-social li a:hover {
  color: #931b23;
}
.f-menu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.f-menu li + li {
  margin-top: 20px;
}
.f-menu li a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.3em;
  font-family: acherus_grotesqueregular, Arial, sans-serif;
  text-decoration: none;
}
.f-content a {
  text-decoration: none;
}
.f-content .btnbox {
  margin: -10px 0 0;
}
.signup-btn:hover {
  border: 2px solid #fff;
  color: #fff !important;
  background: none;
}
.text-size {
  text-align: center;
  margin: 20px 0 0;
}
.text-size span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.outro-section {
  padding: 80px 0 0;
  background: url(../images/shadow-png.png) no-repeat center top;
  background-size: 100% auto;
}
.intro-body p {
  text-align: center;
}
.intro-inner {
  padding: 0 160px;
}
.mambership-section {
  padding: 40px 0;
}
.chart-section {
  padding: 40px;
}
.chart-list {
  border: 1px solid #ddd;
  padding: 40px;
}
.chart-list ul {
  display: block;
  margin: 0;
  padding: 0 140px;
}
.chart-list ul li {
  display: block;
  overflow: hidden;
  width: 100%;
}
.chart-list .list-col {
  float: left;
  width: 33.3%;
  font-size: 15px;
  line-height: 18px;
  color: #333;
  padding: 10px 10px;
  text-align: left;
}
.chart-list li .left {
  width: 80%;
}
.chart-list li .right {
  width: 20%;
  padding: 10px;
}
.next-prev-box .slick-arrow {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
/* maps api styles */
.acf-map {
  width: 100%;
  border-radius: 40px;
  margin-bottom: 97px;
}
.acf-map-height {
  height: 650px;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
/* iPad 1024px View */
@media screen and (max-width: 1199px) {
  .header-logo a {
    max-width: 380px;
  }
  .homeslick .slick-list .items {
    height: 540px;
  }
  .caption h2 {
    font-size: 200px;
  }
  .banner-btn {
    width: 170px;
    height: 170px;
    bottom: -75px;
    margin: 0 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 30px 10px;
  }
  .banner-btn:hover {
    padding-top: 60px;
    bottom: -50px;
  }
}
/* iPad 768px view */
@media screen and (max-width: 1024px) {
  .header-my-account,
  .navigation,
  .site-main &gt; header .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .header-right,
  .header-left ul li.nav-c {
    display: none;
  }
  .header-logo a,
  .header-fixed .header-logo a {
    max-width: 218px;
  }
  .header-left ul li + li {
    margin: 0;
  }
  .header-left {
    padding: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header-left ul li span {
    font-size: 0;
  }
  .header-left ul li span i {
    font-size: 20px;
  }
  .search-inner {
    padding: 0 40px;
  }
  .search-btn {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
  .header-search-block .close {
    right: 5px;
    top: 5px;
  }
  .site-main &gt; header {
    padding: 20px 0 12px;
  }
  .menuicon {
    display: block;
  }
  .homeslick .slick-list .items {
    height: 480px;
  }
  .caption h2 {
    font-size: 160px;
  }
}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .container  {
    max-width: 100%;
  }
  .site-main &gt; header .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .header-logo a,
  .header-fixed .header-logo a {
    max-width: 140px;
  }
  .menuicon {
    right: 15px;
    top: 32px;
  }
  .header-left {
    right: 50px;
  }
  .homeslick .slick-list .items {
    height: 340px;
  }
  .caption h2 {
    font-size: 100px;
  }
  .banner-btn {
    width: 100px;
    height: 100px;
    bottom: -40px;
    margin: 0 5px;
    font-size: 12px;
    line-height: 15px;
    padding: 20px 10px;
  }
  .banner-btn:hover {
    padding-top: 36px;
    bottom: -20px;
  }
  .search-inner .container {
    padding: 0 !important;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .col-4 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
  }
  .footer h4 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .f_col_2 .f-info {
    /* border:1px solid rgba(255,255,255,0.2); */
    padding: 20px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 567px) {
  .caption h2 {
    font-size: 68px;
  }
}
/* View :: 320px :: */
@media screen and (max-width: 479px) {
  .caption h2 {
    font-size: 68px;
  }
}

.banner-text-middle {
  font-size: 8vw !important;
  font-family: 'Gothic821CnBT', sans-serif;
  top: 45%;
  text-transform: uppercase;
  line-height: 7.2vw !important; 
}

.page-template-page-custom-page-23 .btn {
    background-color: #931b23;
    color: white;
    text-decoration: none;
}
</pre></body></html>