/*
	To Use - element: var(--primary);
*/
@import url(jquery-1.11.3-ui.css);
@import url(swipe.css);
@import url(fontawesome-all.css);
@import url("https://use.typekit.net/vfw3ffi.css");
:root {
  --success: $main-color;
  --light-grey: #424242;
  --light-color: $light-color;
  --main: #BE1D2C;
  --second: rgba(190, 29, 44, .7);
  --third: #3A3737;
  --heading: 'proxima-nova', sans-serif;
  --font: 'proxima-nova', sans-serif;
}
#page{
  overflow: hidden;
}
/*
	Table Of Contents
	0. 		Reset
	1		Generic Tags
	2.		Fonts
	2.1 	REM Responsive
	2.2		REM Sizing
	3		Structure
	3.1		Content
	3.1.1	Editable Content
	3.1.2	Buttons
	3.2		Header
	3.2.1	Mobile Header
	3.3		Footer
	3.3.1	Signature
	3.4		Structure Responsive
	3.5		Modules
	4. 		External Styles
*/
/* 0. Reset
**********/
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
  /*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  /*
  For IE9.
*/
  overflow: hidden;
}

/* 1. Generic Tags
**************/
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: var(--main);
  color: #FFF;
}

::selection {
  background: var(--main);
  color: #FFF;
}

/* Try To Remove Background - Footer Fix */
body {
  background: #141414;
  color: var(--third);
  font-family: var(--heading);
  margin: 0;
  padding: 0;
  text-shadow: none;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color-adjust: economy;
}

hr {
  clear: both;
  border-top: 1px solid #F0F0F0;
  height: 1px;
  margin: 20px 0 20px 0;
}

a {
  color: var(--main);
  text-decoration: none;
}

a:hover {
  color: var(--third);
}

.clear {
  clear: both;
}

.swipebox_full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.swipebox_full a {
  width: calc(25% - 5px);
  margin: 5px 2.5px 0px;
  height: auto;
}

.swipebox_full a img {
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.swipebox_full a img:hover {
  opacity: 0.5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 760px) {
  .swipebox_full a {
    width: calc(50% - 5px);
    margin: 5px 2.5px 0px;
  }
}

@media screen and (max-width: 400px) {
  .swipebox_full a {
    width: 100%;
    margin: 5px 0px 0px;
  }
}

.menu_section_nav {
  background-color: #BE1D2C;
  cursor: pointer;
}

.menu_section_nav span {
  display: block;
  padding: 10px;
}

.menu_section_nav span a {
  color: #fff;
}

.summary-content {
  background-color: #F0F0F0;
  padding: 10px;
}

.banner-scroll-down a {
  animation: bounce 4s infinite;
}

@keyframes bounce {
  10%,
  20%,
  30%,
  40%,
  50% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-30px);
  }
  25% {
    transform: translateY(-15px);
  }
  35% {
    transform: translateY(-5px);
  }
  45% {
    transform: translateY(-2px);
  }
}

a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}

/* SNAZZY STYLES */
#map {
  padding: 15% 0;
  min-height: 300px;
}

.map-container {
  position: relative;
}

.map-container .servicing {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--main);
  padding: 15px 20px;
  display: none;
}

.servicing h3, .servicing p {
  margin: 0;
  color: #333333;
}

.servicing a {
  transition: 0.3s ease;
}

.servicing a:hover {
  color: var(--third);
  transition: 0.3s ease;
}

@media (max-width: 960px) {
  .map-container .servicing {
    position: initial;
    display: none;
    background-color: var(--main);
    padding: 20px;
  }
}

/* Open Modal Button */
summary.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #BE1D2C;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 10px 0;
}

.details-with-modal summary::-webkit-details-marker {
  display: none;
}

/* Modal modal + Background */
details-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-height: 80vh;
  overflow: scroll;
  max-width: 90vw;
  width: 448px;
  background-color: #fff;
}

.details-with-modal[open] > summary:before {
  content: " ";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* Inner Modal Layout */
.modal-header {
  padding: 20px;
  background-color: #BE1D2C;
  border-bottom: 1px solid #F0F0F0;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border-top: 1px solid #F0F0F0;
  padding: 20px;
  text-align: center;
}

.modal-footer button {
  width: 95%;
  display: inline-block;
  background-color: #BE1D2C;
  font-size: 1rem;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.modal-footer button:hover {
  background-color: #333333;
  color: #333333;
  transition: 0.3s ease;
}

/* 2. Fonts
*************/
/* --- 2.1 REM Responsive --- */
html {
  font-size: 50px;
}

body {
  margin: 0;
  line-height: 1.5;
}

body,
p,
ol li,
ul li,
pre,
.banner_content .banner_details .description,
.banner_content .banner_details a {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .8px;
  font-weight: 400;
  font-family: var(--font);
}

.form_holder input,
.form_holder textarea,
.form_holder select {
  font-size: 16px;
}

@media (max-width: 1200px) {
  html {
    font-size: 45px;
  }
}

@media (max-width: 960px) {
  html {
    font-size: 40px;
  }
  body,
  p,
  ol li,
  ul li,
  pre,
  .banner_content .banner_details .description,
  .banner_content .banner_details a {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 0.65rem;
    line-height: 0.65rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 35px;
  }
  body,
  p,
  ol li,
  ul li,
  pre,
  .banner_content .banner_details .description,
  .banner_content .banner_details a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }

}

@media (max-width: 480px) {
  html {
    font-size: 30px;
  }
  body,
  p,
  ol li,
  ul li,
  pre,
  .form_holder select,
  .form_holder input,
  .form_holder textarea,
  .form_holder select,
  .banner_content .banner_details .description,
  .banner_content .banner_details a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  div#signature {
    padding-bottom: 80px;
  }
}

/* --- 2.2 REM Sizing --- */
h1,
.h1 {
  font-size: 1rem;
  line-height: 1rem;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--third);
}

h2,
.h2 {
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-family: var(--heading);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--main);
}

h3,
.h3 {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--third);
}

h4,
.h4 {
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-family: var(--heading);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--main);
}

h5,
.h5 {
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--third);
}

h6,
.h6 {
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-family: var(--heading);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--main);
}

/* Navigation */
#menu .mm-list a,
.jqueryslidemenu ul li a {
  color: #2b2b2b;
  font-weight: 600;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}

#menu .mm-list a {
  color: #FFF;
  padding: 15px 30px;
}

p {
  margin: 0 0 10px;
}

/* 3. Structure
***********/
/* --- 3.1 Content --- */
.content {
  margin: 0 auto;
  max-width: 940px;
  padding: 0;
}

.content_container {
  width: 100%;
  padding: 30px 20px;
  background: #FFFFFF;
  overflow: hidden;
}

/* --- 3.1.1 Editable Content --- */
.editable_content img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
}

.editable_content ul {
  list-style: disc outside none;
  margin: 0px 0 20px 20px;
  font-weight: 400;
}

.editable_content ul li {
  padding: 5px 0 0 3px;
  margin: 0;
}

.editable_content ol {
  list-style: decimal outside none;
  margin: 0px 0 20px 20px;
  font-weight: 400;
}

.editable_content ol li {
  padding: 5px 0 0 3px;
  margin: 0;
}

.editable_content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.editable_content table {
  margin: 15px 0 5px 0;
  background: #F5F5F5;
  text-align: center;
  width: 100%;
  display: block;
  overflow: scroll;
}

.editable_content table tr th,
.editable_content table thead tr td {
  font-weight: bold;
  border: 1px solid #FFF;
  color: #FFFFFF;
  background: var(--main);
  padding: 8px 8px 8px 8px;
}

.editable_content table tr td {
  border: 2px solid #FFF;
  padding: 8px 8px 8px 8px;
}

.editable_content iframe[width="500"] {
  width: 100% !important;
  height: 220px;
}

/* --- 3.2 Header --- */
.full_header {
  position: sticky;
  top: 0;
  display: none;
  width: 100%;
  z-index: 9999;
}

.header-background{
	background: #191818;
	width: 100%;
	height: 100%;
	position: absolute;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 0;
}

.show {
  opacity: 0.85;
}

.header_spacer {
  width: 100%;
  height: 47px;
}

.inner_header {
  width: 100%;
  height: 150px;
  background: url(/assets/images/layout/inner_header.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.inner_header::after{
	content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #191818;
  opacity: .5;
}

.language {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.language span {
  cursor: pointer;
  color: #fff;
}

/* --- 3.2.1 Mobile Header --- */
.mobile_header {
  background: #191818;
  color: #FFFFFF;
  font-weight: 700;
  padding:11px 0 12px 0;
  text-align: left;
  width: 100%;
  z-index: 999;
  font-size: 25px;
}

.mobile_header .logo_area {
  padding: 0px 50px 0 50px;
  text-align: center;
}

.mobile_header .phone {
  position: absolute;
  right: 10px;
  top: 7px;
}

.mobile_header .cart_link {
  right: 32px;
  position: absolute;
  top: 6px;
}

.mobile_header a {
  color: #fff;
  position: absolute;
  text-decoration: none;
}

.mobile_header a#menu_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.logo_area a {
  display: inline-block;
  position: inherit;
}

.mobile_header .logo_area img {
  height: auto;
  width: 130px;
}

.mobile_header {
  display: inherit;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.mobile_photo_video {
  display: inherit;
}

.full_photo_video {
  display: none;
}

/* --- 3.3 Footer --- */
.footer {
  background: #333333;
  color: #FFFFFF;
  border-top: 1px solid #333333;
  margin: 0;
  padding: 30px 0 30px 0;
  display: none;
}

.footer_pages_inner {
  text-align: center;
  margin-top: 18px;
}

.footer_pages_inner:empty {
  display: none;
}

.footer_pages a {
  color: #fff;
  padding: 0px 5px;
}

.footer_pages a:hover {
  color: #BE1D2C;
}

/* --- 3.3.1 Signature --- */
#signature {
  background: #191818;
  margin: 0;
  padding: 10px 10px 10px 10px;
}

#signature .signature_content {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

#signature .signature_content p,
#signature .signature_content a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.full_register {
  width: 100%;
  float: none;
  border: none;
  padding-left: 10px;
}

/* --- 3.4 Structure Responsive --- */
@media (min-width: 960px) {
  .footer {
    display: inherit;
  }
  #signature {
    font-size: 12px;
  }
  .mobile_header {
    display: none;
  }
  .full_header {
    display: inherit;
  }
  .header_spacer {
    height: 82px;
  }
  .inner_header {
    height: 300px;
  }
  .mobile_photo_video {
    display: none;
  }
  .full_photo_video {
    display: inherit;
  }
  .content_container {
    padding: 100px 20px;
  }
  #welcome div.half-width {
    /*width: 60%;*/
    width: 100%;
  }
  div.half-width {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  div.third-width {
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }
  div.fourth-width {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
  a.fourth-width {
    width: calc(25% - 30px);
    margin: 15px;
  }
  div.seventh-width {
    width: calc(75% - 30px);
    margin: 0 15px;
  }
  figure.top-image,
  figure.bottom-image {
    /*display: block;*/
  }
  div.animated_list h2 {
    bottom: 0;
    right: 0;
    transform: translate(29%, -102%) rotate(-90deg);
  }
  div.footer_nav {
    display: block;
  }
  .wod-section div.seventh-width.bar {
    width: calc( 75% - 31px );
    border-right: 1px solid #FFF;
  }
  .wod-section div.full_width.bar {
    border-bottom: 1px solid #FFF;
  }
  .wod-section .wod-bar {
    position: relative;
  }
  .wod-section .wod-bar:after {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    bottom: -1px;
    width: calc( 100% + 30px );
    height: 1px;
    background: #FFF;
  }
  div.wod-bar:before {
    bottom: .4rem;
    top: auto;
  }
  .wod-section div.str_full {
    width: calc( 100% - 30px );
    margin: 1em 15px 0 15px;
  }
  .wod-section .top_spacer {
    margin-top: 1em;
  }
  .wod-section div.flex-list.outer-wrap {
    border-left: none;
    padding-left: 0;
  }
  .wod-section div.seventh-width:after {
    content: none;
  }
  .product-strip01 .content div.product_highlight.flex-column {
    width: 25%;
  }
  .product-strip01 .content div.product_highlight.flex-column .holder {
    width: 100%;
  }
  .product-strip01 .content div.product_highlight.flex-column ul {
    width: 100%;
  }
  .product-strip01 .content div.product_highlight.flex-column {
    flex-direction: column;
  }
  .home-contact div.flex-list {
    margin-top: 25px;
  }
}

/* ---- 3.5 FAQ ------- */
.faq-block {
  margin: 20px 0;
}

/* FAQ Content */
h5.toggle_faq {
  color: #333333;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
}

.faq-block div.toggler {
  padding-left: 0;
}

/* Icon Main */
span.faq-icon,
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  cursor: pointer;
}

span.faq-icon {
  background-color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0;
  left: 0;
}

/* Standard Lines */
i.faq-icon {
  display: block;
  height: 2px;
  width: 15px;
  background-color: white;
  position: absolute;
}

/* Plus Icon */
span.faq-icon .one {
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}

span.faq-icon .two {
  transform: rotate(180deg);
  transition: 0.4s ease-in-out;
}

/* Close Icon */
h5.toggle_faq.active .one {
  transform: rotate(-45deg);
  transition: 0.4s ease-in-out;
}

h5.toggle_faq.active .two {
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}

/* Icon Main Active */
span.faq-icon,
h5.toggle_faq {
  transition: 0.3s ease;
  transition-delay: 0.4s;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

h5.toggle_faq.active span {
  background-color: #BE1D2C;
}

#page h5.toggle_faq.active {
  color: #BE1D2C;
}

@media (max-width: 767px) {
  span.faq-icon {
    width: 30px;
    height: 30px;
  }
  h5.toggle_faq {
    padding-left: 40px;
  }
  i.faq-icon {
    width: 10px;
    height: 2px;
  }
}

/* Home Small Banner Layout */
.home_banner_system {
  display: flex;
  flex-wrap: wrap;
}

.home_banner_content,
.home_banner_image {
  width: 50%;
}

.home_banner_content {
  padding: 60px 5% 60px 0;
}

.home_banner_image {
  background-position: center;
  background-size: cover;
}

.swal2-popup {
  font-size: 23px !important;
  border-radius: 0px !important;
}

.swal2-popup .swal2-styled.swal2-cancel, .swal2-popup .swal2-styled.swal2-confirm {
  border-radius: 0px !important;
  border-color: #BE1D2C !important;
  background: #BE1D2C !important;
}
.swal2-popup h2.swal2-title{
  font-size: 22px !important;
  line-height: 30px !important;
  margin: 0 !important;
}
.swal2-popup button.swal2-styled.swal2-confirm{
  border-color: #BE1D2C !important;
  background: #BE1D2C !important;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 40px;
}

@media (max-width: 768px) {
  .home_banner_content,
  .home_banner_image {
    width: 100%;
  }
  .home_banner_image {
    min-height: 200px;
  }
}

/* BX Slider */
.banner_content .banner_details .title {
  font-size: 50px;
  font-size: 1rem;
  line-height: 55px;
  line-height: 1.1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner_content .banner_details .description {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
  display: none;
}

.banner_content .banner_details a {
  border: 2px solid #BE1D2C;
  padding: 5px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  background: #BE1D2C;
  font-weight: 600;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.banner_content .banner_details a:hover {
  background: #FFFFFF;
  border-color: #fff;
  color: #333333;
}

.form_holder form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Scroll Down */
.banner-scroll-down {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 10px;
}

.banner-scroll-down a {
  text-align: center;
  background-color: #BE1D2C;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.banner-scroll-down a i {
  color: #fff;
  font-size: 25px;
}

.banner-scroll-down a:hover {
  background-color: #333333;
  transition: 0.3s ease;
}

/* 3.1.2 Buttons
****************/
input.superbutton {
  color: #FFFFFF;
  padding: 5px 15px;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 200px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid var(--third);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  transition: 0.3s ease;
}

input.superbutton:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #222;
  transition: 0.3s ease;
}

a.button,
button.superbutton {
	color: #fff;
  border: none;
  background: var(--main);
  padding: 10px 15px 8px;
  margin: 0;
  width: 100%;
  max-width: 200px;
  height: auto;
  text-align: center;
  text-transform: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  display: inline-block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: 0.3s ease;
}

a.button:hover,
button.superbutton:hover,
.program_link a.healcode-link:hover {
  cursor: pointer;
  color: #FFFFFF;
  background: #333;
  transition: 0.3s ease;
  border: none;
}
.program_link a.healcode-link,
.program_link > * {
  width: 100%;
  display: block;
  max-width: unset;
}
a.superbutton,
.program_link a.healcode-link {
  color: #fff;
  background: var(--main);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 10px;
  border-radius: 3px;
  border: none;
  margin: 5px 0 0 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  float: none;
  text-shadow: none;
  transition: 0.3s ease;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a.superbutton:hover {
  cursor: pointer;
  color: #FFFFFF;
  background: #191818;
}

a.cart_button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: var(--main);
  border-radius: 100%;
  text-decoration: none;
  z-index: 999;
  transform: scale(1);
  transition: 0.3s ease;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.cart_button:hover {
  background: #FFF;
  transform: scale(1.2);
  transition: 0.3s ease;
}

span.shopping-widget-holder {
  position: relative;
  left: -2.5px;
}

span.shopping-widget-holder i {
  color: #FFF;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a.cart_button:hover span.shopping-widget-holder i {
  color: var(--main);
}

a.cart_button:hover span.shopping-widget-holder span {
  background-color: var(--main);
  color: #FFF;
}

span.shopping-widget-holder span {
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  font-size: 13px;
  background-color: #FFF;
  border-radius: 100%;
  color: var(--third);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.cart_quantity {
  margin: 0;
  transition: 0.3s ease;
}

.cart_quantity .quantity_text {
  float: right;
  margin: 5px 5px 0 0;
  transition: 0.3s ease;
}

.cart_quantity label {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  transition: 0.3s ease;
}

.cart_quantity input {
  border: none;
  height: 26px;
  margin: 5px 0 10px;
  outline: 0 none;
  padding: 1px 2% 2px 2%;
  width: 96%;
  transition: 0.3s ease;
}

.cart_quantity select {
  width: 100%;
  height: 30px;
  padding: 5px 0;
  margin: 5px 0 0;
  border-radius: 0px;
  border: none;
  outline: none;
  transition: 0.3s ease;
}

.cart_quantity select option {
  padding: 8px 12px 8px 12px;
  transition: 0.3s ease;
}

input.superbutton[type="submit"] {
  background-color: transparent;
  color: var(--third);
  transition: 0.3s ease;
  height: auto;
  padding: 10px 30px;
  -webkit-appearance: none;
  border: 2px solid var(--third);
}

input.superbutton[type="submit"]:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* Stripe Button */
.stripe-button-el {
  background-color: transparent !important;
}

.stripe-button-el span {
  background-color: #BE1D2C !important;
}

.stripe-button-el,
.stripe-button-el span {
  background-image: none !important;
  box-shadow: none !important;
  border: transparent !important;
  text-shadow: none !important;
  font-family: inherit !important;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.stripe-button-el span:hover {
  background-color: #333333 !important;
  border-color: #333333;
  transition: 0.25s ease;
}

/* 3.5 Modules
*************/
/* New Nav Styles */
.button_container {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #ffffff;
}

.button_container span {
  background-color: #F0F0F0;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.open {
  opacity: .7;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
  animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
  animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
  animation-delay: .65s;
}

.overlay.open li:nth-of-type(8) {
  animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
  animation-delay: .75s;
}

.overlay.open li:nth-of-type(10) {
  animation-delay: .80s;
}

.overlay.open li:nth-of-type(11) {
  animation-delay: .85s;
}

.overlay.open li:nth-of-type(12) {
  animation-delay: .90s;
}

.overlay.open li:nth-of-type(13) {
  animation-delay: .95s;
}

.overlay.open li:nth-of-type(14) {
  animation-delay: 1s;
}

.overlay.open li:nth-of-type(15) {
  animation-delay: 1.05s;
}

.overlay.open li:nth-of-type(16) {
  animation-delay: 1.1s;
}

.overlay.open li:nth-of-type(17) {
  animation-delay: 1.15s;
}

.overlay.open li:nth-of-type(18) {
  animation-delay: 1.2s;
}

.overlay.open li:nth-of-type(19) {
  animation-delay: 1.25s;
}

.overlay.open li:nth-of-type(20) {
  animation-delay: 1.3s;
}

.overlay.open li:nth-of-type(21) {
  animation-delay: 1.35s;
}

.overlay.open li:nth-of-type(22) {
  animation-delay: 1.4s;
}

.overlay.open li:nth-of-type(23) {
  animation-delay: 1.45s;
}

.overlay.open li:nth-of-type(24) {
  animation-delay: 1.5s;
}

.overlay.open li:nth-of-type(25) {
  animation-delay: 1.55s;
}

.overlay.open li:nth-of-type(26) {
  animation-delay: 1.6s;
}

.overlay.open li:nth-of-type(27) {
  animation-delay: 1.65s;
}

.overlay.open li:nth-of-type(28) {
  animation-delay: 1.7s;
}

.overlay.open li:nth-of-type(29) {
  animation-delay: 1.75s;
}

.overlay.open li:nth-of-type(30) {
  animation-delay: 1.8s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 45%;
  transform: translateY(-50%);
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: auto;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 0.6rem;
  padding-left: 0;
  padding-bottom: 10px;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
  background-color: transparent;
}

.overlay ul li a:hover:after {
  background-color: #fff;
}

.overlay ul li ul {
  display: none;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.overlay.open {
  opacity: 1;
  overflow: scroll;
}

.banner-container-constrained {
  position: relative;
}

.banner-container-constrained:hover .banner-next,
.banner-container-constrained:hover .banner-previous {
  opacity: 1;
  cursor: pointer;
}

.ms-banner-constrained {
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}

.ms-banner-constrained li {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
  background: #141414;
}

.ms-banner-constrained li .banner-details {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

.banner-container-constrained .banner-details .title {
  font-size: 50px;
  font-size: 1rem;
  line-height: 55px;
  line-height: 1.1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-container-constrained .banner-details .description {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-container-constrained .banner-details a {
  color: #fff;
  background: var(--main);
  padding: 7px 35px;
  border-radius: 3px;
  border: none;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.banner-container-constrained .banner-details a:hover {
  background: #fff;
  color: #333;
}

.banner-container-constrained .banner-next i,
.banner-container-constrained .banner-previous i {
  color: #fff;
  font-size: 40px;
}

.banner-container-constrained .banner-next:hover,
.banner-container-constrained .banner-previous:hover {
  background: none;
  transition: 0.3s ease;
}

.banner-container-constrained .banner-next,
.banner-container-constrained .banner-previous {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  z-index: 2;
}

.banner-container-constrained .banner-next {
  right: 10px;
}

.banner-container-constrained .banner-previous {
  left: 10px;
}

.ms-banner-constrained li img {
  max-width: 100%;
  height: auto;
}

.ms-banner-constrained li:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.ms-banner-constrained li.background_left:not(.no_content):after {
  content: '';
  background: linear-gradient(to left, transparent, #111111 120%);
  /* background: rgba(0,0,0,0.3); */
}
.ms-banner-constrained li.background_right:not(.no_content):after {
  content: '';
  background: linear-gradient(to right, transparent, #111111 120%);
  /* background: rgba(0,0,0,0.3); */
}

.ms-banner-constrained .top-right {
  top: 15% !important;
  left: 85% !important;
  transform: translate(-85%, -15%) !important;
  text-align: right !important;
}

.ms-banner-constrained .top-center {
  top: 15% !important;
  transform: translate(-50%, -15%) !important;
}

.ms-banner-constrained .top-left {
  top: 15% !important;
  left: 15% !important;
  transform: translate(-15%, -15%) !important;
  text-align: left !important;
}

.ms-banner-constrained .middle-right {
  left: 85% !important;
  transform: translate(-85%, -50%) !important;
  text-align: right !important;
}

.ms-banner-constrained .middle-left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}

.ms-banner-constrained .bottom-right {
  top: 85% !important;
  left: 85% !important;
  transform: translate(-85%, -85%) !important;
  text-align: right !important;
}

.ms-banner-constrained .bottom-center {
  top: 85% !important;
  transform: translate(-50%, -85%) !important;
}

.ms-banner-constrained .bottom-left {
  top: 85% !important;
  left: 15% !important;
  transform: translate(-15%, -85%) !important;
  text-align: left !important;
}

.ms-banner-constrained .left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}

.ms-banner-constrained .right {
  left: 75% !important;
  transform: translate(-75%, -50%) !important;
  text-align: right !important;
}

@media screen and (max-width: 960px) {
  .ms-banner-constrained li div.banner-details {
    width: 90%;
  }
  .ms-banner-constrained li div.banner-details.top-left,
  .ms-banner-constrained li div.banner-details.top-center,
  .ms-banner-constrained li div.banner-details.top-right {
    left: 5% !important;
    transform: translate(0, -15%) !important;
  }
  .ms-banner-constrained li div.banner-details.middle-left,
  .ms-banner-constrained li div.banner-details.middle-right {
    left: 5% !important;
    transform: translate(0, -50%) !important;
  }
  .ms-banner-constrained li div.banner-details.bottom-left,
  .ms-banner-constrained li div.banner-details.bottom-center,
  .ms-banner-constrained li div.banner-details.bottom-right {
    left: 5% !important;
    transform: translate(0, -85%) !important;
  }
  .banner-container-constrained .banner-scroll-down {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  .ms-banner-constrained li img {
    width: 100%;
    height: auto;
  }
  /*
  .ms-banner-constrained li .banner-details .description {
    display: none;
   }
  */
  div.banner-container-constrained .banner-next,
  div.banner-container-constrained .banner-previous {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  div.banner-container-constrained .banner-previous {
    right: 50px;
  }
}

@media screen and (max-width: 600px) {
  .ms-banner-constrained li .banner-details .title {
    margin-bottom: 6px;
  }
  .ms-banner-constrained li .banner-details .description {
    margin-bottom: 10px;
  }
  .ms-banner-constrained li .banner-details a {
    padding: 1px 10px;
    font-size: 10px;
  }
  .fc-calendar div.fc-row > div.fc-content::after {
    content: '';
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    right: auto;
    width: 100%;
    height: 100%;
    background-color: rgba( 190, 29, 44, .4 );
  }
}

.banner-container {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100vh !important;
  min-height: 500px;
}

.banner-container:hover .banner-next,
.banner-container:hover .banner-previous {
  opacity: 1;
  cursor: pointer;
}

.ms-banner li {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}

.ms-banner li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
}

.ms-banner li .banner-details {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  z-index: 1;
}
.ms-banner li .banner-details::after{
  content: 'Driven Jiu Jitsu';
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 200px;
  line-height: 160px;
  width: 900px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: .2;
}

.banner-container .banner-details .small-title{
	position: relative;
	z-index: 2;
}
.banner-container .banner-details .title {
  font-size: 1.5rem;
  line-height: 1.4rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  letter-spacing: 0;
}

.banner-container .banner-details .description {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.banner-container .banner-details a {
	position: relative;
  z-index: 2;
  padding: 5px 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #BE1D2C;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.banner-container .banner-details a:hover {
  background: #FFFFFF;
  color: #333333;
}

.banner-container .banner-next i,
.banner-container .banner-previous i {
  color: #fff;
  font-size: 25px;
}

.banner-container .banner-next:hover,
.banner-container .banner-previous:hover {
  background-color: #333333;
  transition: 0.3s ease;
}

.banner-container .banner-next,
.banner-container .banner-previous {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: #BE1D2C;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  z-index: 2;
}

.banner-container .banner-next {
  right: 10px;
}

.banner-container .banner-previous {
  left: 10px;
}

.ms-banner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.ms-banner:after {
  content: '';
  background: rgba(0,0,0,0.5);
}

.ms-banner .top-right {
  top: 15% !important;
  left: 85% !important;
  transform: translate(-85%, -15%) !important;
  text-align: right !important;
}

.ms-banner .top-center {
  top: 15% !important;
  transform: translate(-50%, -15%) !important;
}

.ms-banner .top-left {
  top: 15% !important;
  left: 15% !important;
  transform: translate(-15%, -15%) !important;
  text-align: left !important;
}

.ms-banner .middle-right {
  left: 85% !important;
  transform: translate(-85%, -50%) !important;
  text-align: right !important;
}

.ms-banner .middle-left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}

.ms-banner .bottom-right {
  top: 85% !important;
  left: 85% !important;
  transform: translate(-85%, -85%) !important;
  text-align: right !important;
}

.ms-banner .bottom-center {
  top: 85% !important;
  transform: translate(-50%, -85%) !important;
}

.ms-banner .bottom-left {
  top: 85% !important;
  left: 15% !important;
  transform: translate(-15%, -85%) !important;
  text-align: left !important;
}

.ms-banner-constrained .left {
  left: 15% !important;
  transform: translate(-15%, -50%) !important;
  text-align: left !important;
}

.ms-banner .right {
  left: 75% !important;
  transform: translate(-75%, -50%) !important;
  text-align: right !important;
}

.ms-banner .animate-image {
  animation: imageAnimation 8s linear infinite 0s;
}

.ms-banner .animate-details {
  z-index: 1000;
  animation: detailsAnimation 8s linear infinite 0s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}

@keyframes detailsAnimation {
  0% {
    opacity: 0;
    visibility: visible;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ---- Box List ---- */
.box_list .box {
  background: #F5F5F5;
  float: left;
  padding: 15px;
  width: 98%;
  margin: 0 1% 10px;
  text-align: center;
}

.box_list .full {
  width: 100%;
  margin: 0 0% 10px;
  text-align: center;
}

.box_list .video_box {
  width: 100%;
  margin-bottom: 5px;
}

.box_list .video_box iframe {
  width: 100%;
  height: 225px;
}

.box_list .box .quote {
  color: #BE1D2C;
}

.box_list .name {
  color: #BE1D2C;
  padding: 5px 10px 2px 0;
  margin: 0;
}

.box_list .featured {
  background-color: rgba(53, 117, 225, 0.3);
}

.box_list .box .title {
  color: #BE1D2C;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.box_list .box .date p {
  margin: 0;
  font-weight: 700;
}

.box_list .box .menu_title {
  color: #BE1D2C;
  margin: 10px 0 3px 2px;
}

.box_list .no_image .title {
  margin: 0px 0 10px 0;
}

.box_list .box .title a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main);
  text-decoration: none;
}

.box_list .box .title a:hover {
  color: var(--light-grey);
  text-decoration: none;
}

.box_list .location_title {
  padding: 5px 0 0 0;
  line-height: 16px;
}

.box_list .job_title {
  color: #BE1D2C;
  margin: -5px 0 0 0;
}

.box_list p {
  padding: 0;
  margin: 2px 0 10px 0;
}

.box_list .box .date {
  font-style: italic;
  font-weight: 600;
  color: var(--third);
  padding: 0;
  margin: 0;
}

.box_list .box .price {
  color: #BE1D2C;
  margin: 0px 0 3px 2px;
  float: right;
}

.box_list .box .description {
  font-style: italic;
  padding: 0px;
  margin: 8px 0 0 0;
}

.box_list .box .options {
  font-style: italic;
  padding: 0px;
  margin: 2px 0 10px 0;
}

.box_list .box i {
  float: none;
  color: #BE1D2C;
  padding: 0 5px 0 0;
}

.box_list .box .specials_title {
  font-style: bold;
  color: #BE1D2C;
  padding: 0;
}

.box_list .box .special {
  font-style: italic;
  color: #333333;
  padding: 0;
}

.box_list .box img {
  border: none;
  background: #FFFFFF;
  padding: 0;
  margin: 0 0 0 0;
  float: none;
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.box_list .box img.large_image {
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  padding: 3px;
  margin: 5px 10px 10px 0;
  max-width: 200%;
  max-height: 200%;
  width: 97%;
  height: auto;
}

.box_list .box ul {
  margin: 0;
}

.box_list .box ul li {
  list-style-type: none;
  width: 100%;
  float: none;
  background: none;
  margin: 10px 0 10px 0;
  padding: 0 10px 0 0;
}

.box_list .box ul.careers_list li {
  list-style-type: none;
  width: 100%;
  float: left;
  background: none;
  margin: 10px 0 10px 0;
  padding: 0 10px 0 0;
}

.box_list .box ul li.last {
  border-right: none;
}

.box_list ul {
  margin: 0px;
  padding: 0px 0 8px 5px;
}

.box_list ul li {
  margin: 0;
  padding: 0;
}

.content .product_number {
  color: #BE1D2C;
  float: right;
}

.box_list .product_highlight {
  margin: 0;
}

.box_list .product_highlight .alert {
  float: right;
  color: #BE1D2C;
  margin: -5px 0 0 0;
}

.box_list .product_highlight ul {
  margin: 0px;
  padding: 0;
}

.box_list .product_highlight ul li {
  margin: 0;
  padding: 0;
}

.box_list .product_highlight ul li .strike {
  text-decoration: line-through;
}

.box_list .product_highlight ul li .sale {
  color: #BE1D2C;
}

.box_list .product_check_list ul,
.box_list .product_check_list,
.box_list .product_highlight ul.gallery,
.box_list .product_highlight ul.gallery li {
  margin: 0;
  padding: 0;
}

.box_list .product_check_list ul li {
  color: #BE1D2C;
  background: none;
  float: left;
  margin: 0px;
  padding: 0;
}

.box_list .box ul.pricing {
  margin: -1px 0 0 0;
  padding: 0;
}

.box_list .box ul.pricing li {
  display: inline;
  border-right: none;
  margin: 0px 4px 4px 0;
  padding: 0;
  color: #BE1D2C;
}

.box_list .box ul.pricing li.strike {
  text-decoration: line-through;
}

.box_list .box ul.pricing li.sale {
  color: #BE1D2C;
}

.box_list .box .alert_overlay {
  background-color: rgba(53, 117, 225, 0.3);
  padding: 2px 5px;
  margin-bottom: 5px;
  color: #BE1D2C;
}

.box_list .box .alert_overlay h6 {
  text-decoration: none;
  font-size: 0.2rem;
  padding: 0px;
  margin: 0;
  float: left;
}

.box_list .box .alert_overlay h6 span {
  padding: 0px;
  margin: 0px 0 0 10px;
}

.box_list .box .alert_overlay p {
  color: #BE1D2C;
}

.box_list .box .alert_overlay i {
  color: #BE1D2C;
  padding: 0px 5px 0 5px;
  float: left;
}

.box_list .box .date_title {
  margin-top: 6px;
}

.box_list .box .date_box, .content .date_box {
  background: none;
  border: none;
  float: none;
  width: 100%;
  margin: 2px 0 2px 0;
  text-align: center;
  text-decoration: none;
  color: #BE1D2C;
}

.date_box_event {
  background: none;
  border: none;
  float: none;
  width: 100%;
  margin: 2px 0 2px 0;
  text-decoration: none;
  color: #BE1D2C;
  text-align: left;
  padding-left: 12px;
}

.box_list .box .date_box .month, .content .date_box .month {
  color: #FFFFFF;
  background: #BE1D2C;
  padding: 1px 0 4px 0;
  text-transform: uppercase;
}

.box_list .box .date_box .day_of_week, .content .date_box .day_of_week {
  color: #BE1D2C;
  font-size: 0.22rem;
  text-transform: none;
  padding: 2px 0 0 0;
  margin: 0px 0 -2px 0;
}

.box_list .box .date_box .day, .content .date_box .day {
  color: #BE1D2C;
  font-size: 0.6rem;
  padding: 0;
}

.box_list .box .date_box .year, .content .date_box .year {
  color: #BE1D2C;
  font-size: 0.22rem;
  letter-spacing: 4px;
  padding: 0px 0 2px 5px;
  margin: -3px 0 0 0;
}

.box_list .box ul.date_list {
  margin: 3px 10px 0 0;
  padding: 0px;
  color: #BE1D2C;
  font-size: 12px;
}

.box_list .box ul.date_list li {
  background: none;
  display: inline;
  list-style: none;
  color: #BE1D2C;
  border-left: 1px solid #BE1D2C;
  padding: 0px 0 0 10px;
  margin: 0px 0 0 6px;
}

.box_list .box ul.date_list li.first {
  border-left: none;
  padding: 0;
  margin: 0;
}

.content .box_list .box ul.date_list li i {
  padding: 4px 4px 0 0;
}

.box_list .box ul.eventdata_list {
  margin: 0 10px 10px 0;
  padding: 0 0 10px 0;
  color: #BE1D2C;
  border-bottom: 1px solid #333333;
}

.box_list .box ul.eventdata_list li {
  background: none;
  list-style: none;
  color: #333333;
  padding: 0px 0 0 10px;
  margin: 2px 0 2px 6px;
}

.content .box_list .box ul.eventdata_list li i {
  padding: 0 5px 0 0;
  width: auto;
  float: none;
  color: #333333;
}

.box_list .address {
  color: #BE1D2C;
}

.box_list .address i {
  padding: 0px 4px 0 0;
  margin-top: -1px;
}

.box_list .event p {
  margin: 5px 0 0 0;
}

.box_list .box_links a {
  color: #BE1D2C;
}

.box_list .comment_box {
  width: 100%;
  margin: 0 0 10px 0;
  text-align: left;
}

.box_list .comment_box .comment_name {
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin: 0px 0 5px 0;
}

.box_list .comment_box .comment_name span {
  font-weight: 400;
  font-style: italic;
  color: #333333;
  text-transform: capitalize;
}

/* Past News */
.box_list .past_news {
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
}

/* CONTACT INFORMATION */
.contact_info {
  margin: 0;
}

.contact_info h4 {
  padding: 0px 0 10px 0;
  color: #BE1D2C;
}

.contact_info ul {
  margin: 5px 0 15px 0;
  width: 100%;
}

.contact_info ul li {
  margin: 0px 0 5px 0;
  list-style: none;
  font-weight: 400;
}

.contact_info span {
  margin: 0px 0 2px 0;
}


.contact_info pre {
  margin: 3px 0 0 0;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  width: 99%;
}

.contact_info ul.hours {
  margin: 3px 0 0 0;
  padding: 0px;
  width: 100%;
}

.contact_info ul.hours li {
  margin: 0px;
  padding: 0px;
}

.contact_info ul.hours li span {
  width: 100px;
  color: #333333;
  display: inline-block;
}

.map_holder {
  margin-bottom: -6px;
}

.map_holder .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 450px;
  /* your iframe height */
  top: 450px;
  /* your iframe height */
  margin-top: -450px;
  /* your iframe height */
}

.map_holder .map_overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 450px;
  top: 450px;
  margin-top: -450px;
  -webkit-overflow-scrolling: touch;
  z-index: 104;
}

#map_canvas {
  width: 100%;
  height: 450px;
}

.map_holder {
  background-color: #fff;
}

@media (min-width: 960px) {
  .contact .form_holder .third_width {
    width: calc(33.33% - 10px) !important;
  }
}

/* FORMS */
h2#form {
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #BE1D2C;
  margin: 0px;
  padding: 5px 10px;
}

.form_holder {
  background: none;
  padding: 0;
}

.form_holder .half_width {
  width: 100%;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .form_holder .half_width {
    float: left;
    width: calc(50% - 5px);
    margin: 5px 5px 5px 0;
  }
  
  .form_holder .half_width:nth-of-type(even) {
    margin: 5px 0 5px 5px;
  }
}

.form_holder .full_width {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.form_holder .last {
  margin: 0;
}

.form_holder input {
  font-weight: 400;
  width: 100%;
  padding: 5px 8px 5px 8px;
  height: auto;
  font-size: 16px;
  margin: 1px 0 5px 0;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  color: #333333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_holder input.checkbox {
  float: left;
  width: auto;
  height: auto;
  margin: 8px 0;
  padding: 0;
  background: none;
  border: 1px solid #F0F0F0;
  box-shadow: none;
  color: #333333;
  outline: none;
}

.form_holder textarea {
  font-weight: 400;
  width: 100%;
  padding: 5px 5px 5px 8px;
  margin: 1px 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  color: #333333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_holder select {
  font-weight: 400;
  width: 100%;
  height: 36px;
  padding: 5px 8px;
  margin: 1px 0 5px 0;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  color: #333333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_holder select option {
  padding: 8px 0;
}

.form_holder .uploader {
  width: 100%;
  height: 30px;
  padding: 0px;
  margin: 1px 0 5px 0;
  background-color: #FFFFFF;
  border: 0px solid #FFFFFF;
  color: #333333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_holder input:focus, .form_holder textarea:focus {
  background-color: #FFFFFF;
  color: #333333;
  outline: none;
}

.form_holder label {
  display: block;
  font-size: 14px;
  color: #333333;
}

.form_holder .message {
  margin: 0px 0 10px 0;
}

.form_holder .check_label {
  float: left;
  margin: 4px 0 0 0;
  padding: 0px 0 0 5px;
}

.form_holder .require {
  color: #BE1D2C;
}

.form_holder .form_error {
  background-color: var(--main);
  color: #FFF;
  padding: 10px;
  margin: 15px 0;
}

.form_top {
  margin-top: 30px;
}

.directions_form input {
  width: 98%;
  padding: 3px;
}

.form_holder .email_half_width input {
  width: 100%;
}

.captcha {
  margin-bottom: 20px !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  /* opacity: .4; */
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  /* opacity: .4; */
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  /* opacity: .4; */
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  /* opacity: .4; */
}

.form_holder input,
.form_holder textarea,
.form_holder select {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
  font-size: 14.4px;
}

form#contact_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Validating Entries */
.form_holder input:not([type="submit"]):focus:valid,
.form_holder textarea:focus:valid,
.form_holder select:focus:valid {
  box-shadow: 0px 0px 5px var(--third);
}

/* Invalidating Entries */
.form_holder input:not([type="submit"]):focus:invalid,
.form_holder textarea:focus:invalid,
.form_holder select:focus:invalid {
  box-shadow: 0px 0px 5px var(--main);
}

/* Overriding Boring Date Picker */
.ui-datepicker .ui-datepicker-header {
  border: none;
  border-radius: 0;
  background-image: none;
  background: #BE1D2C;
}

#ui-datepicker-div {
  padding: 0;
}

.ui-datepicker .ui-datepicker-title {
  color: #fff;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  background-color: transparent !important;
  background-image: none;
  border: none;
}

.ui-datepicker .ui-datepicker-next:hover span,
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover span {
  filter: brightness(1000%);
}

.ui-datepicker th {
  padding: 5px 0;
}

table.ui-datepicker-calendar span {
  border: none !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.ui-state-highlight, .ui-widget-content {
  font-family: "Open Sans", sans-serif;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #BE1D2C;
  background-image: none;
  background-color: rgba(212, 175, 55, 0.7);
  background-color: #fff !important;
}

.ui-datepicker .ui-datepicker-title {
  text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #f5f5f5;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border-color: #BE1D2C;
  background-image: none;
  background-color: #fff;
}

td.ui-datepicker-current-day a {
  background: #BE1D2C !important;
  color: #fff !important;
}

td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active {
  color: #333333 !important;
}

.form_holder input,
.form_holder textarea,
.form_holder select {
  font-family: "Open Sans", sans-serif !important;
  border-bottom: 3px solid var(--main);
}

#menu a {
  text-decoration: none;
}

html.mm-opened .mm-page, html.mm-opened #mm-blocker, html.mm-opened .mm-fixed-top, html.mm-opened .mm-fixed-bottom, html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, border, -moz-transform;
  -ms-transition-property: top, right, bottom, left, border, -ms-transform;
  -o-transition-property: top, right, bottom, left, border, -o-transform;
  transition-property: top, right, bottom, left, border, transform;
}

html.mm-opened .mm-page, html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0);
}

html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0);
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-fixed-top, .mm-fixed-bottom {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}

.mm-fixed-top {
  top: 0;
}

.mm-fixed-bottom {
  bottom: 0;
}

html.mm-opened .mm-page, .mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html.mm-opened, html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}

.mm-menu > .mm-panel.mm-opened {
  left: 0%;
}

.mm-menu > .mm-panel.mm-subopened {
  left: -40%;
}

.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu > .mm-list {
  padding: 20px 0 40px 0;
}

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

.mm-list, .mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list * {
  -webkit-text-size-adjust: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
}

.mm-list a, .mm-list a:hover {
  text-decoration: none;
}

.mm-list > li {
  position: relative;
}

.mm-list > li > a, .mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  /*margin-left: 20px;  changed to allow border to touch left edge */
  margin-left: 0px;
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen::before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list > li.mm-label {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -4px;
  left: 15px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* MAIN BG COLOUR */
.mm-ismenu {
  background: var(--main);
}

.mm-menu {
  color: #fff;
}

.mm-menu .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #FFF;
}

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%;
}

.mm-menu {
  width: 80%;
}

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px;
  }
  html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}

@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px;
  }
  html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px;
  }
}

html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto;
}

html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed;
}

html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto;
}

html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0;
}

html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block;
}

/* MENU THEMES */
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-light {
  background: #f3f3f3;
}

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-white {
  background: white;
}

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.08);
}

.mm-menu.mm-white .mm-list li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}

html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

.mm-ismenu.mm-black {
  background: black;
}

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/* END MENU THEMES */
/* MENU POSITIONING */
.mm-menu.mm-top {
  width: 100%;
}

html.mm-top.mm-opened .mm-page, html.mm-top.mm-opened #mm-blocker {
  top: 0%;
}

html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top, html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

html.mm-right.mm-opened .mm-page, html.mm-right.mm-opened #mm-blocker, html.mm-right.mm-opened .mm-fixed-top, html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%;
}

html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto;
}

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0;
}

html.mm-bottom.mm-opened .mm-page, html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto;
}

html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-top, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0;
}

.mm-menu.mm-top {
  height: 80%;
}

html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%;
}

html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%;
}

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px;
  }
}

@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px;
  }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px;
  }
}

.mm-menu.mm-right {
  width: 80%;
}

html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%;
}

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px;
  }
}

@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px;
  }
  html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px;
  }
}

.mm-menu.mm-bottom {
  height: 80%;
}

html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%;
}

html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%;
}

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px;
  }
}

@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px;
  }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px;
  }
}

html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform;
}

html.mm-front .mm-page, html.mm-front #mm-blocker {
  z-index: 0;
}

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%;
}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0;
}

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%;
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto;
}

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%;
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0;
}

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%;
}

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px;
  }
}

@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px;
  }
}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%;
}

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px;
  }
}

@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px;
  }
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%;
}

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px;
  }
}

@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px;
  }
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%;
}

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px;
  }
}

@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px;
  }
}

html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}

html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}

html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}

/* END MENU POSITIONING */
/* MAIN NAVIGATION STYLES */
.jqueryslidemenu {
  width: 100%;
  padding: 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1400px;
  margin: 0 auto;
}

.jqueryslidemenu a.logo {

}

.jqueryslidemenu a.logo img {
  padding: 15px;
  max-width: 220px;
  width: 100%;
  height: auto;
}

.jqueryslidemenu ul {
  list-style: none;
}

.jqueryslidemenu ul li {
  position: relative;
  float: left;
  display: inline;
  margin: 0px 0px 0px 0px;
  height: 100%;
  z-index: 12;
}

.jqueryslidemenu ul li a{
	position: relative;
}
.jqueryslidemenu ul li a:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translate(-50% , 0);
  width: 0;
  height: 3px;
  background: var(--main);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.jqueryslidemenu ul li a:hover,
.jqueryslidemenu ul li:hover a,
.jqueryslidemenu ul li.Selected a,
.jqueryslidemenu ul li.Selected a:hover {

}

.jqueryslidemenu ul li a:hover:after,
.jqueryslidemenu ul li:hover a:after,
.jqueryslidemenu ul li.Selected a:after,
.jqueryslidemenu ul li.Selected a:hover:after {
  width: 65%;
}

/* FIRST DROP-DOWN LAYER */
.jqueryslidemenu ul li ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  width: auto;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  list-style: none;
  border: none;
  width: 265px !important;
}

.jqueryslidemenu ul li ul li {
  /* REMOVE STLYES FROM TOP LEVEL */
  display: list-item;
  float: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* REMOVE STLYES FROM TOP LEVEL */
  border-top: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: var(--main);
  width: 100% !important;
  text-align: left !important;
}

.jqueryslidemenu ul li ul li a {
  color: #333333;
  line-height: 20px;
  padding: 15px 15px 15px 15px;
  margin: 0px;
  background: none;
}

.jqueryslidemenu ul li:hover ul li a {
  color: #fff;
  line-height: 20px;
  padding: 15px 15px 15px 15px;
  margin: 0px;
  background: none;
  background: rgba(0,0,0,0.1);
}

.jqueryslidemenu ul li:hover ul li a:after {
  content: none;
}

.jqueryslidemenu ul li.Selected ul li a:hover,
.jqueryslidemenu ul li ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.jqueryslidemenu ul li ul li a:hover {
  background: rgba(0,0,0,0.25);
}

.jqueryslidemenu ul li.Selected ul li a:hover:after {
  content: none;
}

/* SUB DROP-DOWN LAYERS AFTER 1ST */
.jqueryslidemenu ul li ul li ul {
  top: 0;
  margin: -1px 0px 0px 2px;
}

/* DOWN AND RIGHT ARROWS IN NAV (DEFAULT OFF) */
.downarrowclass {
  display: none;
  /* THIS HIDES THE ARROW */
  position: absolute;
  top: 8px;
  right: 7px;
}

.rightarrowclass {
  display: none;
  /* THIS HIDES THE ARROW */
  position: absolute;
  top: 9px;
  right: 5px;
}

.jqueryslidemenu ul li:hover ul {
  visibility: visible !important;
}

/* ORDER STYLES */
.cart_box_wrapper {
  float: left;
  width: 100%;
}

a.clear_button {
  width: 49% !important;
  float: left;
  margin: 5px 2% 5px 0px !important;
  width: auto;
  padding: 10px;
  float: left;
}

a.continue_shopping {
  width: 49% !important;
  float: right;
  margin: 5px 0px;
  width: auto;
  padding: 10px;
}

a.shop_more {
  float: none;
  padding: 10px;
}

a.buy_button {
  padding: 10px 0px;
  float: right;
  background: rgba(53, 117, 225, 0.3);
}

a.discount_button {
  width: 49% !important;
  float: right !important;
}

.cart_box_wrapper .item_box {
  padding: 3% 0;
  float: left;
  margin-left: 0px;
  margin-bottom: 3px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.cart_box_wrapper .item_box.small {
  float: left;
  width: 96%;
  padding: 2%;
}

.cart_box_wrapper .item_box.simple .right_cart_form {
  float: left;
}

.item_box.simple h4.product_title {
  width: 100%;
  margin-top: 7px;
  float: left;
}

.item_box.simple div.product_price_per {
  float: right;
  padding: 0px 5px;
  color: #333333;
}

.item_box.simple div.product_price_per.large_right {
  /*width: 150px;*/
  text-align: right;
}

.item_box.simple div.product_price_per.small {
  float: left;
  padding: 0px 5px 0px 0px;
  color: #333333;
}

.item_box.simple div.product_price_per.small .quantity {
  float: right;
  margin-left: 5px;
}

.cart_box_wrapper .item_box .right_cart_form {
  float: left;
  text-align: right;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #F0F0F0;
}

.cart_box_wrapper .item_box a.order_remove {
  float: right;
  margin: 2px 0px 0px 0px;
  font-size: 0.5rem;
  text-decoration: none;
  color: var(--danger);
  width: 6%;
}

.cart_box_wrapper .item_box a.order_remove:hover {
  cursor: pointer;
  color: rgba(53, 117, 225, 0.3);
}

.item_box .pro_info {
  float: left;
  margin: 0;
  width: 70%;
  padding: 0px 2%;
}

.item_box .pro_info .product_title a {
  color: #333333;
  text-decoration: none;
}

div.product_price_per {
  float: right;
  text-align: right;
  margin-top: 10px;
  padding: 0px 5px;
  color: #333333;
}

div.product_price_per.large_right {
  float: right;
  text-align: right;
}

div.product_price_per.small {
  float: left;
  text-align: left;
  margin-top: 9px;
  padding: 0px 5px;
  color: #333333;
}

div.product_price_per .discount_price_colour {
  color: #BE1D2C;
}

.right_cart_form input.quantity_input {
  margin-top: 2px;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}

.right_cart_form span.quantity_text {
  margin-top: 9px;
  padding: 0px 5px;
}

span.order_buttons {
  float: right;
  color: #333333;
  margin: 0px 5px 0px 5px;
}

input.quantity_input {
  float: right;
  width: 56px;
  height: 28px;
  padding: 0px 0px 0px 10px;
  border: 1px solid #F5F5F5;
}

span.quantity_text {
  float: right;
}

div.total_info {
  float: right;
  margin: 5px 0px;
}

div.total_info .sale_alert {
  color: #BE1D2C;
  margin: -5px 0px 2px 0px;
  float: right;
}

div.total {
  float: right;
  max-width: 100px;
  margin: 0px 0px 5px 15px;
  font-size: 0.44rem;
  text-align: right;
  border: none;
  background: none;
  color: #333333;
}

label.total_text {
  float: right;
  margin: 2px 0px 0px 0px;
}

label.total_text.small {
  margin: 0px;
  float: left;
}

span.total_text_taxes {
  font-size: 9px;
  margin: -5px 0px 3px 0px;
  color: var(--third);
  float: right;
}

/* Cart Purchase Page */
ul.customer_information {
  list-style: none;
  display: inline-block;
  width: 100%;
}

ul.customer_information li {
  float: left;
  width: 100%;
  margin: 0px;
  margin-right: 1%;
  color: var(--third);
}

ul.customer_information li a {
  color: var(--third);
  text-decoration: none;
}

ul.customer_information li strong {
  color: #333333;
  font-weight: bold;
}

a.add_to_cart {
  width: 100% !important;
  margin: 10px 0px !important;
  padding: 10px 0px !important;
}

.cart_quantity .quantity_text {
  float: left;
  margin: 5px 5px 0px 0px;
}

.cart_quantity input {
  background: #fff;
  width: 100%;
  position: relative;
  border: none;
  outline: 0px;
  padding: 2px 2px 2px 10px;
  float: left;
  border-radius: 7px;
}

.box_list .box .cart_quantity input {
  background: #fff;
}

img.small_cart_thumbnail {
  width: 10%;
  height: auto;
  margin: 0px;
  float: left;
}

.cart_options {
  margin-top: 20px;
}

.cart_options select {
  width: 75%;
  height: 26px;
  border: none;
  outline: 0px;
  padding: 2px 2px 2px 10px;
  float: right;
}

.cart_options select option {
  padding: 8px 12px 8px 12px;
}

/* ORDER STYLES END */
.discount_input {
  margin: 10px 0;
  float: right;
  width: 100%;
  border-radius: none;
}

.discount_input input {
  padding: 13px 2%;
  margin: 5px 1% 0px 0px;
  width: 45%;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.discount_input a {
  background: #262422;
  width: 15%;
  min-width: 120px;
  text-align: center;
  float: right;
  cursor: pointer;
}

.discount_input a i {
  margin-right: 0;
}

.discount_input a.applied {
  background: none;
  color: var(--third);
  margin-left: 13px;
  padding-right: 0;
}

.discount_input a.applied i {
  margin-right: 0;
  color: var(--success);
}

.message_positive {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  background-color: transparent;
  border: 2px solid var(--third);
}

.message_negative {
  background: var(--main);
  text-align: center;
  color: #FFF;
  padding: 5px 0;
}

.message_negative p {
  margin: 0;
}

.message_wrapper a.cart_message_link i {
  background-color: #fff;
  color: #BE1D2C;
  text-align: center;
  border-radius: 100%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin-right: 10px;
}

.message_positive p {
  text-transform: uppercase;
  font-weight: 800;
  color: #333333;
  margin: 0;
}

/* Cart Landing Page */
.cart_item {
  position: relative;
  margin: 20px 0;
}

.cart-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.cart-content > div {
  padding: 40px 2%;
}

.your-cart {
  width: 45%;
}

.checkout-form {
  width: 55%;
}

/* Checkout Form */
.checkout-form {
  background-color: #EDEDED;
}

.cart .content_container {
  padding: 0;
}

.cart .message_wrapper {
  height: auto;
  width: 100%;
}

.cart .message_negative {
  background: var(--main);
  text-align: center;
  color: #fff;
}

/* Cart Product Layout */
.product_cart_content {
  display: flex;
  align-items: center;
}

/* Cart Image */
.product_cart_content .product-thumb {
  width: 100px;
}

.product_cart_content .product-thumb img {
  width: 100%;
  height: auto;
}

/* Cart Info */
.product-details {
  width: 50%;
}

/* Cart Pricing */
.product_cart_pricing {
  position: relative;
  width: auto;
  text-align: right;
}

.product_cart_quantity {
  position: absolute;
  top: 0;
  right: -25px;
  color: #BE1D2C;
  border-radius: 100%;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  text-align: center;
  font-weight: 600;
}

/* Cart Amount Update */
input.cart_product_quantity {
  width: calc(100% - 150px);
  height: 30px;
  padding: 0 10px;
}

input.superbutton.cart_product_submit {
  height: 30px;
  padding: 0;
  line-height: 25px;
  width: 140px;
  position: relative;
  bottom: -2px;
}

/* Remove From Cart */
input.superbutton[type="submit"][value="X"] {
  background-color: var(--main);
  color: #FFF;
  position: absolute;
  top: -12.5px;
  padding: 0;
  margin: 0;
  left: -12.5px;
  width: auto;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

/* Cart Landing Responsive */
@media (max-width: 960px) {
  .your-cart,
  .checkout-form {
    width: 100%;
  }
}

.cart_totals .cart_total {
  text-transform: uppercase;
  font-weight: 600;
  color: #BE1D2C;
}

.product_cart_subtotal {
  font-weight: 600;
}

/* Cart Form */
@media (min-width: 960px) {
  .form_holder .third_width {
    width: calc(50% - 10px) !important;
    margin: 0 5px;
  }
  .form_holder .third_width.same-shipping,
  .form_holder .third_width.coupon,
  .form_holder .third_width.country {
    width: 100% !important;
  }
}

.shipping_info {
  clear: both;
  display: block;
  padding-top: 30px;
}

@media (max-width: 960px) {
  .form_holder .third_width.coupon,
  .form_holder .third_width.country,
  .form_holder .third_width {
    width: 100%;
    display: inline-block;
  }
  .cart-content > div {
    padding: 40px 5%;
  }
  .checkout_form.form_holder {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .product_cart_content {
    display: block;
  }
  .product_cart_content > div {
    width: auto;
    text-align: left;
  }
  .product_cart_quantity {
    position: inherit;
    width: auto;
    text-align: left;
    right: 0;
  }
  input.superbutton[type="submit"][value="X"] {
    right: 20px;
    left: initial;
    background-color: #BE1D2C;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  .your-cart .cart_item {
    margin: 20px auto;
  }
  .your-cart .cart_item img {
    margin-bottom: 20px;
  }
}

.third_width.same-shipping input#same_as_billing {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  height: auto;
}

.third_width.same-shipping {
  width: 100%;
}

.cart-form input.superbutton[type="submit"] {
  width: 250px;
  display: block;
  padding: 10px;
  position: relative;
  clear: both;
  height: auto;
}

@media (min-width: 960px) {
  .cart-form input.superbutton[type="submit"] {
    top: 20px;
    margin: 40px 0;
  }
}

/* Cart Checkout Wrapper */
.cart-checkout-wrapper .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
}

.cart-checkout-wrapper .content > div {
  padding: 40px 2%;
}

.cart_totals > div {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* User Info */
.user-info {
  width: 50%;
  background-color: #eee;
}

.user_shipping_info {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

/* Cart Checkout */
.cart-checkout {
  width: 50%;
}

.cart-checkout-wrapper {
  padding: 0;
}

/* Cart Checkout Wrapper Mobile */
@media (max-width: 960px) {
  .cart-checkout,
  .user-info {
    width: 100%;
  }
}

/* Cart Thank You Page */
.cart-success-wrapper {
  display: flex;
}

.flexThanks {
  padding: 0;
}

.flexThanks .content {
  width: 100%;
  max-width: 100%;
}

.cart-success-wrapper > div {
  padding: 40px 2%;
}

.product_cart_price small {
  color: #BE1D2C;
  font-weight: 600;
  position: absolute;
}

.cart_quantity select,
.cart_quantity input {
  height: 35px;
}

a#close_message i {
  display: none;
}

.empty-cart {
  width: 100%;
  text-align: center;
}

.empty-cart a.button {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  margin-top: 20px;
  max-width: none;
}

.empty-cart h3 {
  margin-bottom: 0 !important;
}

.form_holder input {
  height: 35px;
}

.checkout_form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.checkout_form form .clear {
  display: none;
}

/* GRID LIST */
.grid_list {
  display: flex;
  flex-wrap: wrap;
}

.grid_list .grid_item {
  width: 100%;
  float: left;
  margin: 5px;
}

.grid_list .last {
  margin-right: 0%;
}

.grid_list .title {
  text-align: center;
  color: #FFFFFF;
  background: #BE1D2C;
  display: flex;
  align-items: center;
  height: 60px;
}

.grid_list .title:hover {
  background: #222;
}

.grid_list .title a {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15% 5%;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.grid_list .title a:hover {
  color: #F0F0F0;
  text-decoration: none;
}

.grid_list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  background: #FFFFFF;
}

.grid_list .grid_video {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}

.full-width-content .animated_list {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.animated_list .list_item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}

.animated_list .spacer {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.animated_list .list_item:hover .spacer {
  background-color: var(--second);
}

.animated_list .animate-box {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}

.animated_list h2 {
  color: #fff;
  position: absolute;
  text-align: left;
  bottom: 6px;
  transform: none;
  right: -10px;
  width: 101%;
  margin: 0;
}

.animated_list h6 {
  padding: 5px;
}

.animated_list h2:after {
  content: none;
  display: block;
  position: absolute;
  bottom: -.15rem;
  left: calc(50% - (115px / 2));
  height: 4px;
  width: 115px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.animated_list .list_item:hover h2:after {
  opacity: 1;
}

.animated_list .description {
  text-align: center;
  opacity: 0;
  height: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.animated_list .description p {
  color: #fff;
}

.animated_list .list_item:hover .description {
  opacity: 1;
  height: 144px;
}

@media (min-width: 960px) {
  div.third-width {
    width: calc(33.333% - 30px);
  }
}

/* ---- Hours Box Home Page ---- */
.hours_box {
  margin: 0 0 10px 0;
  width: 100%;
}

.hours_box .holder {
  padding: 3px 0 3px 0;
}

.hours_box .holder a {
  color: #BE1D2C;
}

/* ---- Location Styles ---- */
.content .location {
  margin: 10px 0 10px 0;
}

.content .location .address {
  background: #333333;
  padding: 8px 8px 8px 8px;
  margin: -6px 0 0 0;
  display: none;
}

.content .location iframe {
  width: 100%;
  height: 300px;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* MENU LIST */
.menu_list ul.pages {
  display: flex;
  flex-wrap: wrap;
}

.menu_list ul.pages li {
  background: transparent;
  color: var(--third);
  float: left;
  text-align: center;
  width: 100%;
  text-decoration: none;
  list-style: none;
  margin: 5px;
  padding: 0;
  text-transform: inherit;
  font-weight: 700;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.menu_list ul.pages li:hover {

}

.menu_list ul.pages li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  font-weight: 600;
  background: var(--main);
  height: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.menu_list ul.pages li a:hover {
  background: #191818;
}

/* MENU TOGGLER */
h4.menu_toggle, h4.toggle.active.open {
  color: #BE1D2C;
  color: #FFFFFF;
  background: url(/assets/images/layout/toggle-light.png) no-repeat 10px 11px #BE1D2C;
  padding: 8px 0 8px 35px;
  margin: 10px;
  cursor: pointer;
}

h4.menu_toggle.active, h4.toggle.open {
  background-position: 10px -39px;
}

h4.menu_toggle:hover,
h4.toggle.active.open:hover {
  text-decoration: underline;
}

div.menu_toggler {
  color: #333333;
  border-top: none;
  margin: 0 0 10px 0;
  padding: 0px;
  overflow: hidden;
}

div.menu_toggler hr {
  border-top: 1px solid #CCCCCC;
}

div.menu_toggler p {
  margin: 0px;
  padding: 5px 0 5px 0;
}

/* MESSAGE POPUP STYLES */
div.message_wrapper {
  margin: -7px 0 5px 0px;
  height: 64px;
}

.content h2.hide_message {
  display: none;
}

.content h2.message_positive {
  width: 100%;
  color: #FFFFFF !important;
  background: #BE1D2C !important;
  padding: 15px 2%;
}

.content h2.message_negative {
  width: 96%;
  color: #FFFFFF !important;
  background: #BE1D2C !important;
  padding: 15px 2%;
}

.message_wrapper a.message_link {
  color: #FFFFFF !important;
  text-decoration: underline;
}

.message_wrapper a.message_link:hover {
  text-decoration: none;
}

.message_wrapper a.cart_message_link {
  float: right;
  color: #FFFFFF !important;
  text-decoration: none;
  padding-bottom: 1px;
}

.message_wrapper a.cart_message_link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

/* People Styles */
.content_container .content .editable_content img.people_image {
  float: none;
  margin: 0 auto 10px auto;
}

.content_container .content .editable_content h1.person_name {
  margin: 0;
}

.content_container .content .editable_content h4.person_title {
  margin: 0;
  color: var(--main);
}

/* PHOTO GALLERY */
.gallery_holder {
  width: 100%;
  background: #F0F0F0;
  float: left;
  margin: 6px 0 6px 0;
  padding: 0;
}

.gallery_holder a {
  text-decoration: none;
}

.gallery_holder a .title {
  text-align: left;
  margin: 2px 0;
  color: #BE1D2C;
  text-decoration: none;
}

.gallery_holder a:hover .title {
  color: #BE1D2C;
}

.gallery_holder a .description {
  color: #333333;
}

.gallery_holder img {
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
  margin: 5px;
  float: left;
  padding: 2px;
  /*-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#before_after_gallery ul li {
  background: none;
  list-style: none;
  width: 100%;
  float: left;
  margin: 0px 0 10px 0;
  padding: 0;
}

#before_after_gallery ul li p {
  margin: 0px 0 6px 0;
}

#before_after_gallery ul li.last {
  margin: 0px 0 10px 0;
}

#before_after_gallery ul li .image_holder {
  float: left;
  width: 100%;
  margin: 0px 0 10px 0;
  background: #F0F0F0;
}

#before_after_gallery ul li .image_holder .banner {
  padding: 0px 0 0 10px;
}

#before_after_gallery ul li .image_holder .banner h3 {
  font-style: italic;
  margin: -5px 0 2px 0;
}

#before_after_gallery ul li .image_holder .thumbnails {
  width: 94%;
  padding: 3%;
  margin: 0;
  /*-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#before_after_gallery ul li .last {
  margin: 0;
}

/* TOGGLER */
h4.toggle,
h4.toggle.active.open {
  color: #333333;
  background: url(/assets/images/layout/toggle.png) no-repeat 10px 11px;
  padding: 8px 0 8px 35px;
  margin: 10;
  cursor: pointer;
}

h4.toggle.active, h4.toggle.open {
  background-position: 10px -39px;
}

h4.toggle:hover, h4.toggle.active.open:hover {
  background-position: 10px -39px;
}

div.toggler {
  border-top: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}

div.toggler hr {
  border-top: 1px solid #F0F0F0;
}

div.toggler p {
  margin: 0px;
  padding: 5px 0 5px 0;
}

/* VIDEO GALLERY */
#video_gallery {
  background: #F0F0F0;
  margin: 0 0 20px 0;
  padding: 4px 0 16px 6px;
}

#video_gallery ul {
  margin: 0px;
  padding: 0px;
}

#video_gallery ul li {
  background: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 228px;
}

#video_gallery ul li .vid_title {
  padding: 5px 10px;
  width: 208px;
  overflow: hidden;
  float: left;
  text-decoration: underline;
}

#video_gallery ul li a:hover .vid_title {
  text-decoration: none;
}

#video_gallery .thumbnails {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  padding: 3px;
  margin: 10px 0 0 5px;
}

/* Photo Gallery Full */
#gallery_content2 {
  background: #F0F0F0;
  margin: 0 0 20px 0;
  padding: 4px 0 16px 6px;
}

#gallery_content2 ul {
  margin: 0px;
  padding: 0px;
}

#gallery_content2 ul li {
  background: none;
  display: inline;
  margin: 0px;
  padding: 0px;
}

#gallery_content2 .thumbnails {
  background: #FFFFFF;
  padding: 0;
  margin: 10px 1% 0 1%;
  width: 23%;
  height: auto;
}

/* Before and After */
#before_after_gallery ul {
  list-style: none;
}

#before_after_gallery ul li {
  background: none;
  width: 450px;
  float: left;
  margin: 0px 40px 20px 0;
  padding: 0;
}

#before_after_gallery ul li p {
  margin: 0px 0 6px 0;
}

#before_after_gallery ul li.last {
  margin: 0px 0 20px 0;
}

#before_after_gallery ul li .image_holder {
  float: left;
  margin: 0 1%;
  width: 48%;
  text-align: center;
}

#before_after_gallery ul li .image_holder h3 {
  font-style: normal;
  margin: 7px 0 9px 0;
  text-align: center;
}

#before_after_gallery ul li .image_holder .thumbnails {
  background: #FFFFFF;
  border: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#before_after_gallery ul li .last {
  margin: 0;
}

/*
.twentytwenty-container img {
	height:100%;
}
*/
.gallery_container {
  display: flex;
  flex-wrap: wrap;
}

.gallery_item {
  width: 33.33%;
  padding: 2px;
}

/* PRODUCT STYLES */
.product_highlight {
  width: 100%;
  margin-bottom: 15px;
  background: #efefef;
}

.product_highlight img {
  width: 100%;
  margin-bottom: 5px;
}

.product_highlight .alert {
  float: right;
  color: #6d6d6d;
  margin: 5px 12px 0 0;
}

.product_highlight ul {
  background: none;
  margin: 0px;
  padding: 8px 15px;
}

.product_highlight ul li {
  background: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_highlight ul li .strike {
  text-decoration: line-through;
}

.product_highlight ul li .sale {
  color: #6d6d6d;
}

.product_highlight ul.gallery {
  margin: 0;
  padding: 0;
}

.product_highlight ul.gallery li {
  margin: 0;
  padding: 0;
}

.product_highlight ul li h1 {
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-weight: 400;
}

.product_highlight ul li h1.regular_price {
  color: #333333;
}

.product_highlight .holder {
  width: 100%;
  position: relative;
}

.product_highlight .holder > img {
  width: 100%;
}

.product_highlight .holder .img_select {
  width: 100%;
  display: flex;
  justify-content: left;
}

.product_highlight .holder .img_select > img {
  width: 13.3%;
  margin: 2px;
  cursor: pointer;
}

.product_highlight .holder .img_select > img.active {
  box-shadow: 0px 0px 4px 0px #333;
}

.price_selections label > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.price_selections label > input + div {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 2px solid transparent;
}

.price_selections label > input:checked + div {
  /* (RADIO CHECKED) IMAGE STYLES */
  border: 2px solid #BEBEBE;
  background: #dcdcdc;
}

.option_info {
  padding: 5px;
  margin-top: 10px;
  background: #dcdcdc;
}

.box_list {
  display: flex;
  flex-wrap: wrap;
}

.product-strip01 {
  padding-bottom: 30px;
}

.product-strip01 .content .product-title {
  text-align: center;
}

.product-strip01 .content .product-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #838383;
  margin: 30px auto;
}

.product-strip01 .content .product_highlight {
  margin: 0;
  float: none;
  width: 100%;
  background: none;
}

.product-strip01 .content .product_highlight .holder {
  width: 100%;
  float: none;
  max-width: 80%;
  margin: 0px auto;
}

.product-strip01 .content .product_highlight ul {
  width: 80%;
  float: none;
  height: auto;
  margin: 0 auto;
  max-width: 300px;
}

.product-strip01 .content .product_highlight ul > div {
  width: 100%;
}

.product-strip01 .content .product_highlight ul li form {
  max-width: 300px;
  width: 100%;
}

.product-strip01 .content .product_highlight ul li form .cart_quantity input {
  border: 1px solid #d8d8d8;
  border-radius: 0;
}

.product-strip02 {
  padding-top: 30px;
  background: #f7f7f7;
}

@media screen and (min-width: 645px) {
  .product-strip01 .content .product_highlight ul {
    width: 50%;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 300px;
  }
}

@media (min-width: 960px) {
  .product-strip01 .content .product_highlight .holder {
    width: 100%;
    float: left;
    margin: 0;
    max-width: 100%;
  }
  .product-strip01 .content .product_highlight ul {
    width: 100%;
    float: right;
    height: 350px;
    display: flex;
    align-items: center;
    margin: 0;
    max-width: 100%;
  }
}

/* REVIEWS STYLES */
.widget_reviews {
  margin: 15px 0 0 0;
  padding: 15px 0 10px 0;
}

.widget_reviews ul.reviews {
  overflow: visible;
  position: relative;
  background: none;
  display: block;
  margin: 0;
}

.widget_reviews ul.reviews li {
  background: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_reviews ul.reviews li p {
  letter-spacing: normal;
  text-transform: none;
  padding: 0;
  margin: 6px 0 0 0;
}

.widget_reviews ul.reviews li div.name {
  color: var(--main);
  font-size: 0.5rem;
  line-height: 0.56rem;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

div.rating-cancel {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: none;
  background: transparent;
  overflow: hidden;
}

div.rating-cancel, div.rating-cancel a {
  background: url(/assets/images/layout/form-stars-delete.png) no-repeat 0 -16px;
}

div.rating-cancel a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

div.star-rating {
  float: left;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

div.star-rating, div.star-rating a {
  background: url(/assets/images/layout/form-stars.png) no-repeat 0 0px;
}

div.star-rating a {
  display: block;
  width: 60px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

div.star-rating-on a {
  background-position: 0 -153px !important;
}

div.star-rating-hover a {
  background-position: 0 -153px;
}

/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important;
}

/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

/* END jQuery.Rating Plugin CSS */
div.rating-cancel {
  display: none !important;
}

/* IMPORT FONTS */
.timetable_clearfix:after {
  font-size: 0px;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
}

.event_container strong {
  word-break: break-word;
}

/* --- lists --- */
.tt_tabs_navigation, .tt_items_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tt_tabs {
  border: none !important;
}

.tt_tabs .ui-tabs-panel {
  padding: 0 !important;
}

/* --- timetable --- */
table.tt_timetable {
  width: 100%;
  font-size: 11px;
  color: #666;
  margin-top: 0;
  border: none;
  letter-spacing: normal;
  font-size: 11px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  border-collapse: separate !important;
  border-spacing: 2px !important;
  background: #FFF !important;
  table-layout: fixed;
}

h3.box_header{
	
}

table.tt_timetable * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: none;
  padding: 0px;
}

.tt_timetable th, .tt_timetable td {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #545454;
  text-transform: none;
  border: none !important;
}

.tt_timetable th, .tt_timetable td.tt_hours_column {
  text-align: center;
  vertical-align: middle;
}

.tt_timetable th {
  width: 12.5%;
  padding: 10px 15px 12px;
  letter-spacing: normal;
}

.tt_timetable .event_container {
  padding: 7px 5px;
}

.tt_timetable td {
  width: 12.5%;
  vertical-align: top;
  height: 10px;
  border: none;
  padding: 0;
  /*height: 100px;*/
  text-align: center;
  color: #D8D8D8;
}

.tt_timetable .hours {
  color: #FFF;
  /*font-weight: bold;*/
}

.tt_timetable .event {
  background-color: var(--main);
  color: #FFF;
  line-height: 140%;
  text-align: center;
  padding: 0 !important;
  vertical-align: middle;
}

.tt_timetable tr {
  background-color: #FFF !important;
}

.tt_timetable .row_gray {
  background-color: #EBEBEB !important;
}

.tt_timetable.small {
  display: none;
  font-size: 13px;
  margin-bottom: 0;
}

/* --- items list --- */
.tt_items_list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.tt_items_list.margin_top {
  margin-top: 8px;
}

.tt_items_list li {
  padding: 12px 12px !important;
  margin: 0 !important;
  list-style: none !important;
  border-bottom: 1px solid #FFFFFF;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 120%;
  font-family: "Open Sans", sans-serif;
  background: var(--main);
  color: #FFFFFF;
}

.tt_items_list.thin a, .tt_items_list.thin span {
  font-weight: normal;
}

.tt_items_list .value {
  float: right;
  color: #FFFFFF;
}

.tt_items_list li a:hover {
  text-decoration: underline;
}

/* --- tabs --- */
.tt-ui-tabs-hide {
  display: none;
}

.tt_tabs .ui-tabs-panel p {
  padding: 24px 0 25px;
}

/* --- tabs navigation --- */
.tt_tabs_navigation {
  float: none !important;
  clear: both;
  width: 100% !important;
  padding: 0;
  margin: 0;
  list-style: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: none !important;
  border: none !important;
}

.tt_tabs_navigation li {
  float: left;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  background: none !important;
  border: none !important;
  list-style: none !important;
}

.tt_tabs_navigation li:last-child {
  margin-right: 0 !important;
}

.tt_tabs_navigation li a {
  width: auto !important;
  display: block;
  text-align: center;
  color: #666 !important;
  padding: 8px 0 !important;
  border: none !important;
  border-bottom: 1px solid #E5E5E5 !important;
  line-height: normal;
  outline: none;
  text-decoration: none;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  transition: none !important;
  margin-bottom: 1px;
}

.tt_tabs_navigation li a:hover, .tt_tabs_navigation li a.selected, .tt_tabs_navigation li.ui-tabs-active a {
  border-bottom-width: 3px !important;
  padding-bottom: 7px !important;
  border-color: var(--main) !important;
  color: #000 !important;
  margin-bottom: 0;
}

.sf-timetable-menu a:hover, .tt_tabs_navigation li a:hover, .tt_tabs_navigation li a:focus, .tt_tabs_navigation li a:active {
  text-decoration: none;
}

/* --- tabs box navigation --- */
.tabs_box_navigation.sf-timetable-menu {
  float: none;
  clear: both;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after {
  background: none;
}

.schedule_print_button {
  font-family: "Open Sans", sans-serif;
  float: right;
  font-size: 18px;
  margin-top: .5em;
}

.schedule_print_button a {
  text-decoration: none;
  color: var(--main);
}

.schedule_print_button a:hover {
  color: #333333;
}

/* RESPONSIVE STYLES*/
@media screen and (max-width: 1009px) {
  .tt_upcoming_events li a {
    padding: 10px;
  }
  .tt_event_items_list li.type_info {
    padding: 5px 0;
  }
  /* --- timetable --- */
  .tt_responsive .tt_timetable {
    margin-top: 0;
  }
  .tt_responsive .tt_timetable th, .tt_responsive .tt_timetable .event_container, .tt_responsive .tt_tooltip .tt_tooltip_content {
    padding: 4px 4px 5px;
  }
  .tt_responsive .tt_timetable td {
    height: 18px;
  }
  .timetable_sidebar_box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* --- timetable --- */
  .tt_responsive .tt_timetable {
    display: none;
  }
  .tt_responsive .tt_timetable.small {
    display: block;
  }
  .tt_responsive .tt_timetable.small .box_header {
    /* font-size: 16px !important;
    color: #545454 !important;
    background: #EBEBEB;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #FFFFFF; */
  }
  .tt_responsive .tt_timetable.small .tt_items_list a, .tt_responsive .tt_timetable.small .tt_items_list span {
    width: 302px;
    font-family: "Open Sans", sans-serif;
    color: #545454 !important;
    text-decoration: none;
    outline: none;
  }
}

/* SOCIAL MEDIA */
.social_media ul {
  display: flex;
}

.social_media ul li {
  display: inline-block;
  margin: 0 5px;
}

.social_media ul li i {
  font-size: 1.2em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* TOOL TIP STYLES
/* Icon */
a.tooltip {
  text-decoration: none;
  color: #BE1D2C;
}

a.tooltip:hover {
  color: #222;
}

/* Box */
a.tooltip > span {
  color: #fff;
  background: #BE1D2C;
  width: 200px;
  padding: 10px 15px;
  margin-top: 0;
  margin-left: -40px;
  /* Hidden Position */
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  border-radius: 0;
  -webkit-transition-property: opacity, margin-top, visibility, margin-left;
  -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-property: opacity, margin-top, visibility, margin-left;
  transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

a.tooltip:hover > span {
  opacity: 1;
  text-decoration: none;
  visibility: visible;
  overflow: visible;
  margin-top: 35px;
  display: inline;
  margin-left: -40px;
  /* Reveal Position */
}

/* Arrow */
a.tooltip span b {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: -15px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #BE1D2C;
}

@media (min-width: 960px) {
  .box_list .box {
    width: calc(33.33% - 10px);
  }
  .box_list .full {
    width: 100%;
    margin: 0 0% 10px;
    text-align: center;
  }
  .grid_list .grid_item {
    width: calc(33.33% - 10px);
  }
  hr {
    margin: 40px 0;
  }
  .menu_list ul.pages li {
    width: calc(33.33% - 10px);
  }
  .content_container .content .editable_content img.people_image {
    float: left;
    margin: 0 10px 0 0;
    max-width: 200px;
  }
  .box_list .comment_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .box_list .past_news {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: left;
  }
  .mobile_register {
    display: none;
  }
  .full_register {
    display: inherit;
  }
  .events_editable_content {
	  float: none;
    width: 100%;
	}
  }
  .contact_info ul {
    margin: 5px;
    width: calc(50% - 10px);
    float: left;
  }
  .product_highlight {
    width: 35%;
    float: right;
    margin: 0 0 0 5%;
  }
  .form_holder .third_width {
    width: 32.3333%;
  }
  #news_comments .half_width {
    margin-right: 0;
  }
  .form_holder .half_width {
    width: 49%;
    margin: 5px 2% 5px 0;
  }
  .form_holder textarea {
	  width: 100%;
    max-width: 100%;
    min-width: 100%;
    line-height: 22px;
    min-height: 110px;
  }
  .form_holder select {
    width: 100%;
  }
  .grid_list .menu_item {
    width: calc(33.33% - 10px);
  }
  .filter_list ul li {
    width: calc(33.33% - 10px);
  }
  .property_highlight {
    width: 35%;
    float: right;
    margin: 0 0 10px 10px;
  }
  .properties_menu ul li {
    width: 25%;
  }
  .box_list .box ul.careers_list li {
    list-style-type: none;
    width: 33.3333%;
    float: left;
    background: none;
    margin: 10px 0 10px 0;
    padding: 0 10px 0 0;
  }
  .content ul.career li {
    width: 33.3333%;
  }
}

/* 600 pixel width */
@media (min-width: 600px) and (max-width: 960px) {
  .box_list .box {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .box_list .full {
    width: 100%;
    margin: 0 0% 10px;
    text-align: center;
  }
  .grid_list .grid_item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .menu_list ul.pages li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .box_list .comment_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .box_list .past_news {
    width: calc(50% - 10px);
    margin: 5px;
    text-align: left;
  }
  .grid_list .menu_item {
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
  }
  .filter_list ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .showroom_list .box {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .showroom_table ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .showroom_features_table ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .properties_menu ul li {
    border-right: 1px solid #F0F0F0;
    box-shadow: 1px 0 0 #FFFFFF;
    border-bottom: none;
    width: 50%;
    float: left;
  }
  .content ul.career li {
    width: 50%;
  }

  .flex-list div.fourth-width,
  .flex-list a.fourth-width {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .wod-section .flex-list div.fourth-width {
    width: 100%;
  }
  .product-strip01 .content div.product_highlight.flex-column {
    flex-direction: row;
  }
  .product-strip01 .content div.product_highlight.flex-column .holder {
    width: 25%;
  }
  .product-strip01 .content div.product_highlight.flex-column ul {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .gallery_item {
    width: 50%;
    padding: 2px;
  }


  .form_holder .half_width {
    width: 100%;
    margin: 5px 0 !important;
  }


}

/* Stackable Styles */
table.stacktable.large-only {
  display: table;
}

table.stacktable.small-only {
  display: none;
}

@media (max-width: 767px) {
  table.stacktable.large-only {
    display: none;
  }
  table.stacktable.small-only {
    display: table;
    margin-bottom: 10px;
  }
  .small-only tr td.st-key {
    background-color: #FFF;
    color: #BE1D2C;
    font-weight: bold;
  }
  table.stacktable.small-only::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    padding: 20px 0;
    background: #FFF;
  }
  .editable_content table tr td.st-val {
    border-top: none;
  }
  .editable_content table tr {
    display: flex;
    flex-direction: column;
  }
  .editable_content table tr td.st-key {
    font-size: 16px;
    line-height: 22px;
    border-bottom: none;
  }
  table.stacktable.small-only {
    margin: 0;
  }
  .stackable-table {
    margin-top: 20px;
  }
}

/* 4. External Styles
********************/
body {
  overflow-x: hidden !important;
  width: 100%;
}

/* Home page Custom CSS */

/* Banner custom styles */
.banner-button {
  background-color: var(--main);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.banner-container-constrained .banner-details a:hover .banner-button {
  background-color: #FFF;
}

.banner-details .text-side {
  padding: 5px 10px 5px 15px;
}

.banner-details .icon-side {
  margin-left: 5px;
  padding: 5px 10px;
}

.banner-details .icon-side i {
  position: relative;
  left: 2px;
  top: .5px;
}

.banner-details .description p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}


.top-image,
.bottom-image {
  position: absolute;
  display: none;
  z-index: 0;
}

.top-image:after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-image: url(../images/layout/background-lines.png);
  background-size: auto;
  background-repeat: repeat;
  z-index: -1;
}


.top-image {
  top: 15%;
  right: calc(40% - 330px);
  max-width: 300px;
  max-height: 300px;
}

.bottom-image {
  top: calc(50% - 125px);
  right: calc(40% - 350px);
  max-width: 200px;
}

/* Instagram Feed Banner */
.insta-banner {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 15px 0;
  z-index: 4;
  opacity: 1;
  background-color: rgba(20,20,20, .75);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}



/* Map section Home page */
.map-content {
  min-height: 400px;
  padding: 0;
}
.map-content .content {
  max-width: unset;
  height: 100%;
}
/* Home Contact Styles */
.home-contact {
  position: relative;
  z-index: 0;
}

.home-contact:after {
  content: 'CONTACT';
  display: block;
  position: absolute;
  top: 44px;
  left: 50%;
  font-size: 1.8rem;
  color: rgba(255,255,255, 0);
  -webkit-text-stroke: 1px rgba(0,0,0, .2);
  z-index: -1;
  transform: translate(-50%, 0);
}

.home-contact .flex-list {
  margin-top: 10px;
  align-items: flex-start;
}

.home-contact .social_media {
  margin: 15px 0;
}

.footer_contact ul li {
  list-style: none;
}

.social_media ul li {
  border: 2px solid var(--third);
  background-color: var(--third);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.social_media ul li:hover {
  border-color: var(--main);
  background-color: var(--main);
}

.social_media ul li a {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Programs */
.program-strip {
  position: relative;
  z-index: 0;
}

.program-strip:after {
  content: 'PROGRAMS';
  display: block;
  position: absolute;
  transform: translate(-50% , 0);
  top: 45px;
  left: 50%;
  font-size: 1.8rem;
  color: rgba(255,255,255, 0);
  -webkit-text-stroke: 1px rgba(0,0,0, .2);
  z-index: -1;
}

/* Footer styling */
.footer_nav {
  margin-top: 20px;
  display: none;
}

.footer_nav .flex-list {
  justify-content: space-around;
}

.footer_nav ul li {
  list-style: none;
}

.footer_nav ul li a {
  color: #FFF;
  text-transform: uppercase;
}

.footer_nav ul li a:hover {
  color: #FFF;
}

.footer_nav ul li ul {
  display: none;
}

.footer_nav .social_media ul {
  justify-content: center;
  margin-top: 10px;
}

.footer_nav .social_media ul li {
  background-color: #FFF;
  border-color: #FFF;
}

.footer_nav .social_media ul li:hover {
  background-color: var(--main);
  border-color: var(--main);
}

.footer_nav .social_media ul li a {
  color: var(--third);
}

.footer_nav .social_media ul li:hover a {
  color: #FFF;
}

.footer_nav hr {
  margin: 20px 0;
  border-color: rgba(245,245,245, .5);
}


/* WOD Section */
.wod-section {
  background: #BE1D2C;
  position: relative;
  z-index: 0;
}

/* .wod-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--second);
  z-index: -1;
} */

.wod-section .flex-list.outer-wrap {
  align-items: baseline;
  /*
	border-left: 1px solid #FFF;
  padding-left: 15px;
  */
}

.wod-section .seventh-width {
  position: relative;
}

.wod-section .seventh-width:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 20px;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background: #FFF;
}

.wod-section .top_spacer {
  margin-top: 0;
  align-items: flex-start;
}

.wod-section .h6 {
  font-weight: 700;
  letter-spacing: 1.6px;
}

.wod-section .str_full {
  width: 100%;
  margin: 0;
}

.full_width.outer .h6 {
  font-weight: 400;
  letter-spacing: inherit;
}

.WOD-text {
  position: relative;
  z-index: 0;
}

.WOD-text:after {
  content: 'WOD';
  display: block;
  position: relative;
  transform: rotate(0deg);
  top: -1.8rem;
  left: -7px;
  font-size: 1.8rem;
  color: rgba(255,255,255, 0);
  -webkit-text-stroke: 1px rgba(255,255,255, .5);
  z-index: -1;
}

.str-text {
  position: relative;
  z-index: 0;
}

.str-text:after {
  content: 'STRENGTH';
  display: block;
  position: absolute;
  left: 0;
  bottom: .4rem;
  font-size: 1.8rem;
  color: rgba(255,255,255, 0);
  -webkit-text-stroke: 1px rgba(255,255,255, .5);
  z-index: -1;
}

.wod-bar:before {
  content: 'WOD';
  display: block;
  position: absolute;
  left: 0;
  top: -.35rem;
  bottom: auto;
  font-size: 1.8rem;
  color: rgba(255,255,255, 0);
  -webkit-text-stroke: 1px rgba(255,255,255, .5);
}

.top_spacer_button {
  margin-top: 1em;
}

.top_spacer_button a.superbutton {
  color: #FFF;
  border-color: #FFF;
}

.top_spacer_button a.superbutton:hover {
  background-color: #FFF;
  color: #333;
}

.custom-content-reveal .wod-section h4.h6 {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: .5em;
  color: #FFF;
  padding: 0;
  text-align: left;
}

.custom-content-reveal .wod-section .dark {
  text-align: left;
}

.product-strip01 .flex-list {
  align-items: baseline;
}

/* News Custom Style */
.post_date {
  color: var(--main);
  font-weight: 600;
}

/* Review styles */
.rating i {
  margin: 0 5px;
  color: var(--main);
}

/* WOD Styles */
.wod_box .extra {
  margin-bottom: 25px;
}

/* Custom Default Styles */
.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-list pre {
  white-space: pre-wrap;
}

.full_width {
  width: 100%;
}

.half-width {
  width: 100%;
  margin: 5px 0;
}

.third-width {
  width: 100%;
  margin: 5px 0;
}

.fourth-width {
  width: 100%;
  margin: 5px 0;
  position: relative;
}

.seventh-width {
  width: 100%;
  margin: 5px 0;
}

figure img {
  width: 100%;
  height: auto;
}

.product-strip01 .content .product_highlight.flex-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-strip01 .content .product_highlight.flex-column .holder {
  width: 100%;
}

.product-strip01 .content .product_highlight.flex-column ul {
  width: 100%;
}

.dark {
  color: #FFF;
}
.center {
  text-align: center;
}

.form_holder .half_width:nth-child(2n) {
  margin-right: 0;
}
/* Login Registraision */
.login-register {
  text-align: right;
  background: #FFF;
}
.login-register strong {
  font-size: .9em;
  line-height: 1em;
  padding: .25em 1em .4em 1em;
}
.mobile_header a.healcode-link {
  font-size: .45em;
  line-height: .9em;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#mm-m0-p0 {
  padding-top: 0;
}
#menu #mm-m0-p0 li a {
  padding: 15px 10px;
}
.ui-widget-content {
  margin-top: 1em;
}






.login-register{

}
.login-register .small-header-container{

}
.login-register .small-header-container .header-location{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin: 8px 0 0 30px;
  float: left;
  color: #949090;
}
.login-register .small-header-container strong{

}
.login-register .small-header-container strong a{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin: 0 30px 0 0;
}
.login-register .small-header-container strong a:hover{

}
.contact-strip01 .content .contact_info{

}
.contact-strip01 .content .contact_info ul{
  width: 100%;
  margin: 0;
  float: none;
}
.contact-strip01 .content .contact_info ul li{
  width: calc(33.3333% - 40px);
  margin: 0 20px;
  text-align: center;
  float: left;
}
.contact-strip01 .content .contact_info ul li img{
  width: 80px;
  height: auto;
  margin: 0 auto -25px;
  display: block;
}
.contact-strip01 .content .contact_info ul li span{
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  display: block;
  padding: 40px 20px 30px;
  font-size: 16px;
  line-height: 22px;
}
.contact-strip01 .content .contact_info ul li span a{
	color: #3A3737;
}
.contact-strip01 .content .contact_info ul li span a:hover{
	color: #BE1D2C;
}
.contact-strip02{
	background: #BE1D2C;
	text-align: center;
	padding: 60px 20px;
}
.contact-strip02 .content .h1{
	color: #fff;
	margin-bottom: 40px;
}
.contact-strip02 .content .h6{
	color: #fff;
}
.contact-strip02 .content .social_media ul{
  text-align: center;
  display: block;
}
.contact-strip02 .content .social_media ul li{
  background: none;
  border: none;
  float: none;
  margin: 0 20px;
}
.contact-strip02 .content .social_media ul li a{
  background: none;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
}
.contact-strip02 .content .social_media ul li a:hover{
	background: #fff;
	color: #BE1D2C;
}
.wod-section-inner{
	background: #fff;
}
.wod-section-inner  h3,
.wod-section-inner  .h3{
  position: relative;
}
.wod-section-inner  .full_width{
	margin-bottom: 30px;
}
.wod-section-inner .str-text:after{
  -webkit-text-stroke: 1px #e0e0e0;
}
.wod-section-inner div.full_width.bar {
  border-bottom: 1px solid #e6e6e6;
}
.wod-section-inner .WOD-text:after{
  -webkit-text-stroke: 1px #e0e0e0;
}
.wod-section .wod-bar:before{
  -webkit-text-stroke: 1px #e0e0e0;
}
.wod-section .wod-bar:after{
	background: #e6e6e6;
}
.wod-section div.seventh-width.bar{
	border-color: #e6e6e6;
}
.wod-section .wod-bar h3,
.wod-section .wod-bar .h3{
	position: relative;
}

.wod-section .videos{
	text-align: center;
	width: 100%;
	margin: 30px 0 20px 0;
}
.wod-section .videos a{
	display: block;
	font-size: 20px;
  line-height: 40px;
	color:#FFF;
	font-weight: bold;
}
.wod-section .videos a:hover{
	text-decoration: underline;
}
.wod-section-inner .videos a{
	color:#BE1D2C;
}
.wod-section-inner .videos a:hover{
	color:#3A3737;
	text-decoration: none;
}

@media screen and (max-width: 960px){
	.wod-section .videos a{
		font-size: 16px;
	  line-height: 34px;
	}
}

.wod-section .flex-list{
	text-align: center;
}

.past-wod-year{
  font-weight: 700;
  text-transform: uppercase;
  color: #3A3737;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.past-wod-year::after{
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #BE1D2C;
  margin: 15px auto;
}
.past-wod-holder{
  width: calc(100% / 7 - 10px);
  display: flex;
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  margin: 0 5px 10px;
  padding: 15px 10px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.past-wod-holder:hover{
	border-color: #BE1D2C;
	background: #BE1D2C;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.past-wod-holder > span{

}
.past-wod-holder span.past-wod-month{
  display: block;
  width: 100%;
  font-weight: 400;
  color: #3A3737;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.past-wod-holder:hover span.past-wod-month{
	color: #fff;
}
.past-wod-holder span.past-wod-day{
  display: block;
  width: 100%;
  font-weight: 700;
  color: #BE1D2C;
  font-size: 40px;
  line-height: 40px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.past-wod-holder:hover span.past-wod-day{
	color: #fff;
}
@media screen and (max-width: 960px){
	.contact-strip01 .content .contact_info ul li{
	  width: 100%;
	  margin: 0 0 40px;
	  float: none;
	}
}
.grecaptcha-badge{
	z-index: 999;
}
.past-wod-month-large{
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px){
	.past-wod-holder {
    width: calc(100% / 4 - 10px);
  }
}
@media screen and (max-width: 600px){
	.past-wod-holder {
    width: calc(100% / 2 - 10px);
  }
}
.wod-section .top_spacer .third-width{
  margin-bottom: 20px;
  padding: 10px 0;
  /*border-left: 1px solid rgba(255,255,255,0.5);
  padding: 10px 0 10px 20px;*/
}
.wod-section-inner .top_spacer .third-width{
  border-color: #e8e8e8;
}
@media screen and (max-width: 960px){
	.wod-section .top_spacer .third-width{
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
	}
	.wod-section .top_spacer .third-width:last-of-type{
		border: none;
	}
}
@media screen and (max-width: 750px){
	figure{
    float: none !important;
    margin: 10px 0 !important;
	}
}



.event-info{
  float: left;
  border-left: 2px solid #d0cece;
  margin: 0 10px;
  padding: 0 0 0 10px;
}
.event-info:first-of-type{
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.event-info i{
	color: #BE1D2C;
}
label.event-checkbox{
  width: 100%;
  float: left;
}
@media screen and (max-width: 960px){
	label.event-checkbox{
	  width: 100%;
	  float: none;
	}
}


.cta-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popup-content{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  max-width: 475px;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  text-align: center;
  border: none;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
span.close-popup {
  position: absolute;
  top: -12px;
  right: -12px;
  font-weight: 800;
  cursor: pointer;
  color: #ffff;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 4px;
  background: #BE1E2C;
}
span.close-popup:hover{
	background: #333;
}
.cta-popup h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  text-transform: normal;
  letter-spacing: 2px;
  margin:40px 0px 10px 0px;
}
.cta-popup h3::after{
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #BE1E2C;
	margin: 13px auto;
}
.cta-popup p{
  color: #333333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin: 8px 0px 15px 0px;
  letter-spacing: 0.5px;
}
.cta-popup pre{
  color: #333333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 8px 0px 15px 0px;
  letter-spacing: 0.5px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  width: 99%;
  background: none;
}
.cta-popup a.superbutton {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin: 5px 0 0 0;
  width: auto;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 2px;
  background-color: var(--main);
  transition: 0.3s ease;
}
.cta-popup a.superbutton:hover{
	background: #333;
	color: #fff;
}
@media screen and (max-width: 700px){
  .popup-content {
   width: 90%;
  }
}

.blitz01{

}
.blitz01 .content{
	text-align: center;
}
.blitz01 .content img.blitz-image{

}
.blitz01 .content .editable_content{

}
.blitz01 .content .editable_content hr{
	margin: 10px 0;
}
.blitz01 .content .editable_content h1{

}
.blitz01 .content .editable_content p{
	margin-bottom: 20px;
}
.blitz01 .content .editable_content .donation-meter{
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
}
.blitz01 .content .editable_content .donation-meter .goal{
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.blitz01 .content .editable_content .donation-meter .glass{
	margin: 0 auto 10px;
}
.blitz01 .content .editable_content .donation-meter .bulb{
	margin: 0 auto 10px;
  right: 0;
}
.blitz02{
	background: #f7f7f7;
}
.blitz02 .content .form_holder input{
	background: #fff;
}




.home-strip01{

}
.home-strip01 .content{

}
.home-strip01 .content .blitz_home{
	width: 200px;
	float: right;
	margin: 0 0 0 100px;
}
.home-strip01 .content .blitz_home h6{
	text-align: center;
}
.home-strip01 .content .blitz_home .donation-meter{
	width: 100%;
	margin: 0;
}
.home-strip01 .content .blitz_home .donation-meter .goal{
  margin: 0 0 15px;
}
.home-strip01 .content .blitz_home .donation-meter .glass{
	margin: 0 auto;
}
.home-strip01 .content .blitz_home .donation-meter .bulb{
  margin: 0 auto;
  right: 0;
}
.home-strip01 .content .half-width{
	/*width: calc(100% - 300px) !important;*/
	margin: 0;
	float: left;
	min-height: 550px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 960px){
	.home-strip01 .content .blitz_home{
		float: none;
		margin: 0 auto;
	}
	.home-strip01 .content .half-width{
		width: 100% !important;
		margin: 0 0 30px;
		float: none;
		min-height: auto;
		display: inherit;
	}
}







.full_header{
	background: rgba(20, 20, 20, 1);
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.full_header .jqueryslidemenu{
	position: relative;
}
.full_header .jqueryslidemenu a.logo{
  position: absolute;
  left: 0;
  margin: 10px 0;
}
.full_header .jqueryslidemenu a.logo img{

}
.full_header .jqueryslidemenu ul{
  width: calc(100% - 390px);
	max-width: 810px;
	margin: 0 auto;
}
.full_header .jqueryslidemenu ul li{
	width: 20%;
	text-align: center;
}
.full_header .jqueryslidemenu ul li.nav-item{
	display: none;
}
.full_header .jqueryslidemenu ul li a{
  padding: 51px 10px 52px;
	width: 100%;
	display: block;
	color: #fff;
}
.full_header .jqueryslidemenu a.contact-button{
  color: #fff;
  background: var(--main);
  padding: 7px 35px;
  border-radius: 3px;
  display: block;
  width: 170px;
  text-align: center;
  float: right;
  position: absolute;
  right: 20px;
  top: 45px;
}
.full_header .jqueryslidemenu a.contact-button:hover{
	background: #fff;
	color: var(--main);
}
.full_header .jqueryslidemenu .healcode-login-register-text-link{
	position: absolute;
  top: 8px;
  right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  opacity: .5;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.full_header .jqueryslidemenu .healcode-login-register-text-link:hover{
  opacity: 1;
}
.strip01{
	padding: 150px 20px 100px;
	background: #191818;
	position: relative;
}
.strip01 .background-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  opacity: .02;
}
.strip01 .content{

}
.strip01 .content .image-holder{
  width: 400px;
  height: 500px;
  background: url(/assets/images/layout/welcome-image.png) center center no-repeat;
  background-size: cover;
  float: left;
  margin: 0 50px 0 0;
  position: relative;
}
.strip01 .content .image-holder::after{
	/* content: '';
  background-image: linear-gradient(to top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; */
}
.strip01 .content .editable_content{
  width: calc(100% - 450px);
  height: 500px;
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.strip01 .content .editable_content h1{
  font-size: 1.75rem;
  line-height: 1.5rem;
  max-width: 400px;
  margin: 0 0 30px;
  position: absolute;
  left: -150px;
  top: -50px;
  color: #fff;
}
.strip01 .content .editable_content h4{

}
.strip01 .content .editable_content h6{
  position: absolute;
  top: -75px;
  left: -150px;

}
.strip01 .content .editable_content p{
  margin-top: 75px;
  color: #fff;
}
.strip02{
	text-align: center;
}
.strip02 .content{
	max-width: 1200px;
}
.strip02 .content .h1{
	margin: 0 0 40px;
}
.strip02 .content h6{
	margin: 0 0 -3px;
}
.program-list{

}
.program-list .box{
  padding: 0;
  border: 1px solid #efefef;
  background: none;
  width: calc(33.3333% - 50px);
  margin: 20px 25px 20px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.program-list .box:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.program-list .box img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
.program-list .box .box-content{
  border-top: 1px solid #efefef;
  position: relative;
  padding: 60px 20px 20px;
}
.program-list .box .box-content .box-icon{
  width: 80px;
  height: 80px;
  background: var(--main);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.program-list .box .box-content .box-icon img{
  background: none;
  width: 80%;
}
.program-list .box .box-content a.title{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--third);
  font-size: 26px;
  line-height: 24px;
  margin: 0 0 10px;
  display: block;
}
.program-list .box .box-content a.title:hover{
	color: var(--main);
}
.program-list .box .box-content p{

}
.strip03{
  background: #191818;
  padding-bottom: 20px;
}
.strip03 .content{
	max-width: 1200px;
}
.strip03 .content .h1{
	color: #fff;
}
.strip03 .content p{
  color: #fff;
  max-width: 50%;
  margin: 0;
}
.strip04{
	background: linear-gradient(to right, #191818 35%, #fff 35%);
  padding: 50px 20px 100px;
}
.strip04 .content{
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}
.strip04 .content .half-box{
	width: 65%;
}
.strip04 .content .half-box:first-of-type{
	width: 35%;
}
.strip04 .content .half-box ul{

}
.strip04 .content .half-box ul li{
  line-height: 22px;
  margin: 0 0 30px;
  list-style: none;
}
.strip04 .content .half-box ul li img{
  width: 40px;
  height: auto;
  margin: 0 20px 0 0;
}
.strip04 .content .half-box ul li:nth-of-type(2) img{
	margin-top: 5px;
}
.strip04 .content .half-box ul li span{
  color: #fff;
  width: calc(100% - 60px);
  float: right;
}
.strip04 .content .half-box ul li span strong{

}
.strip04 .content .half-box ul li span a{
	color: #fff;
}
.strip04 .content .half-box ul li span a:hover{
	text-decoration: underline;
}
.strip04 .content .half-box .form_holder input,
.strip04 .content .half-box .form_holder textarea{
	position: relative;
	padding-left: 40px;
}
.strip04 .content .half-box .form_holder .full_width{
	position: relative;
}
.strip04 .content .half-box .form_holder .full_width::after{
	content: '';
  background: url(/assets/images/layout/user-regular.svg) center center no-repeat;
  position: absolute;
  top: 9px;
  left: 10px;
  width: 20px;
  height: 20px;
  display: block;
  background-size: auto 100%;
}
.strip04 .content .half-box .form_holder .full_width:nth-of-type(2)::after{
  background: url(/assets/images/layout/phone-alt-solid.svg) center center no-repeat;
}
.strip04 .content .half-box .form_holder .full_width:nth-of-type(3)::after{
  background: url(/assets/images/layout/envelope-regular.svg) center center no-repeat;
}
.strip04 .content .half-box .form_holder .full_width:nth-of-type(4)::after{
  background: url(/assets/images/layout/comment-regular.svg) center center no-repeat;
}
/* ---- About Page Styles ----- */
.about-strip01{

}
.about-strip02{
	background: #f7f7f7;
}
.about-strip02 .content{
  display: flex;
  flex-wrap: wrap;
  max-width: 1005px;
}
.about-strip02 .content .editable_content{
  max-width: 425px;
  margin: 0 30px 0 0;
}
.about-strip02 .content .editable_content .h1{
	margin: 0 0 15px;
}
.about-strip02 .content .editable_content h6{
	margin: 0 0 -3px;
}
.about-strip02 .content .editable_content p{
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
.about-strip02 .content img{
	height: 235px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin: 0 20px;
}
.about-strip02 .content img:last-of-type{
	margin-right: 0;
}
.about-strip03{
	position: relative;
	background: #191818;
}
.about-strip03 .image-holder{
  background: url(/assets/images/layout/image-facility-background.png) center center no-repeat;
  background-size: cover;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about-strip03 .content{

}
.about-strip03 .content .editable_content{
  width: calc(60% - 50px);
}
.about-strip03 .content .editable_content .h1{
	color: #fff;
	margin: 0 0 30px;
}
.about-strip03 .content .editable_content h6{
	margin: 0 0 -3px;
}
.about-strip03 .content .editable_content p{
	color: #fff;
	margin: 0 0 30px;
  font-size: 18px;
  line-height: 26px;
}
.about-strip03 .content .editable_content a{
  color: #fff;
  background: var(--main);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 40px;
  border-radius: 3px;
  display: inline-block;
}
.about-strip03 .content .editable_content a:hover{
  background: #fff;
  color: var(--main);
}
.about-strip04{

}
.about-strip04 .content{
	text-align: center;
	max-width: 1200px;
}
.about-strip04 .content .h1{
	margin: 0 0 30px;
}
.about-strip04 .content h6{
	margin: 0 0 -3px;
}
.about-strip04 .content p{
	max-width: 650px;
	margin: 0 auto 40px;
}
.team-list{

}
.team-list .box{
	position: relative;
  padding: 0;
  border: 1px solid #efefef;
  background: none;
  width: calc(33.3333% - 50px);
  margin: 20px 25px 40px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.team-list .box:hover{
	margin: 0 25px 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.team-list .box img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
.team-list .box .box-content{
  border-top: 1px solid #efefef;
  position: relative;
  padding: 60px 20px 40px;
}
.team-list .box .box-content .box-icon{
  width: 80px;
  height: 80px;
  background: var(--main);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-list .box .box-content .box-icon img{
  background: none;
  width: 80%;
}
.team-list .box .box-content a.title{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--third);
  font-size: 26px;
  line-height: 24px;
  margin: 0;
  display: block;
}
.team-list .box .box-content .job_title{
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px;
}
.team-list .box .box-content p{
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.team-list .box a.superbutton{
  color: #fff;
  background: var(--main);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 10px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  max-width: 200px;
  position: absolute;
  bottom: -23px;
  left: calc(50% - 100px);
}
.team-list .box a.superbutton:hover{
  background: #191818;
}
.about-strip05{
	background: var(--main);
}
.about-strip05 .content{
	text-align: center;
}
.about-strip05 .content .h1{
	color: #fff;
	margin: 0 0 30px;
}
.about-strip05 .content h6{
	color: #fff;
	margin: 0 0 -3px;
}
.about-strip05 .content p{
	color: #fff;
}
.widget_reviews{

}
.widget_reviews ul.reviews{
	margin-bottom: 40px;
}
.widget_reviews ul.reviews li{
	text-align: left;
}
.widget_reviews ul.reviews li::before{
  content: '';
  background: url(/assets/images/layout/icon-quotes.svg) center center no-repeat;
  background-size: 100% auto;
  width: 225px;
  height: 190px;
  display: block;
  float: left;
  margin: 0 50px 0 0;
  opacity: .15;
}
.widget_reviews ul.reviews li p{
  width: calc(100% - 275px);
  margin: 0 0 0 275px;
  padding: 0 0 30px 50px;
  border-left: 6px solid #191818;
}
.widget_reviews ul.reviews li div.name{
	color: #191818;
	width: calc(100% - 275px);
	margin: 0 0 0 275px;
	padding: 0 0 10px 50px;
  border-left: 6px solid #191818;
}
.about-strip05 .content a.superbutton{
  color: #fff;
  background: #191818;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 30px;
  border-radius: 3px;
  display: inline-block;
  border: none;
  width: auto;
}
.about-strip05 .content a.superbutton:hover{
	background: #fff;
	color: #191818;
}
.person-strip01{

}
.person-strip01 .content{

}
.person-strip01 .content .editable_content{

}
.person-strip01 .content .editable_content img.people_image{
  border-radius: 50%;
  border: 4px solid var(--main);
  margin: 0 40px 0 0;
}
.person-strip01 .content .editable_content .person-info{
	height: 200px;
  display: flex;
  align-items: center;
}
.person-strip01 .content .editable_content .person-info h1.person_name{
  font-size: .8rem;
  line-height: .8rem;
  margin: 0;
}
.person-strip01 .content .editable_content .person-info h4.person_title{
  font-size: 22px;
  line-height: 22px;
  margin: 0;
}
.person-strip01 .content .editable_content .person-info ul{

}
.person-strip01 .content .editable_content .person-info ul li{

}
.person-strip01 .content .editable_content .person-info ul li i{

}
.person-strip01 .content .editable_content .person-info ul li a{

}
.person-strip01 .content .editable_content .person-info ul li a:hover{

}
a.review-btn,
.program_link a.healcode-link{
  max-width: 300px;
  margin: 0 auto;
  display: inherit;
}
.service-strip02{
	padding-top: 0;
}
.service-strip02 .content{
	max-width: 1200px;
}
.form-strip .content .h1{
	margin: 0 0 40px;
}
.red-strip{
	background: #BE1D2C;
	text-align: center;
	position: relative;
}
.red-strip::after{
	content: '';
	background: url(/assets/images/layout/icon-cta-v.svg) center center no-repeat;
  background-size: auto 101%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
}
.red-strip a{
	color: #FFF;
	text-decoration: underline;
}
.red-strip a:hover{
	color: #FFF;
	text-decoration: none;
}
.red-strip .content{
	position: relative;
	z-index: 2;
}
.red-strip .content .h1{
	color: #fff;
	margin: 0 0 30px;
}
.red-strip .content h6{
	color: #fff;
}
.red-strip .content p{
	color: #fff;
	margin: 0 auto 30px;
	max-width: 650px;
}
.red-strip .content a.superbutton{
  color: #fff;
  background: #191818;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 30px;
  border-radius: 3px;
  margin: 0;
  display: inline-block;
  border: none;
  width: auto;
}
.red-strip .content a.superbutton:hover{
	background: #fff;
	color: #191818;
}
.booking-page a{
	text-decoration: underline;
}
.booking-page a:hover{
	text-decoration: none;
}
.swipebox_video_full{
	display: flex;
	flex-wrap: wrap;
}
.swipebox_video_full a{
  width: calc(50% - 40px);
  margin: 0 20px 30px;
  position: relative;
  text-decoration: none;
  display: block;
}
.swipebox_video_full a.mobile-youtube{
	display: none;
}
.swipebox_video_full a img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}
.swipebox_video_full a span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #111111 120%);
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.swipebox_video_full a:hover span{
  background: linear-gradient(to bottom, transparent, var(--main) 120%);
}
.past-event-list{

}
.past-event-list .box{
  width: 100%;
  margin: 0 0 30px;
  background: #f7f7f7;
  text-align: left;
  padding: 35px 20px;
  position: relative;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  border-left: 6px solid var(--main);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover{
  border-color: var(--main);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.past-event-list .box::after{
	content: '';
  background: var(--main);
  width: 105%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -110%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover::after{
  left: -2%;
}
.past-event-list .box .float_right{
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover .float_right{
  border-left: 1px solid #fff;
}
.past-event-list .box .float_right a{

}
.past-event-list .box .float_right a > span{

}
.past-event-list .box .float_right a > span i{
  color: #979797;
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 10px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover .float_right a > span i{
	color: #fff;
}
.past-event-list .box .float_right a > span span{
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  color: #979797;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover .float_right a > span span{
  color: #fff;
}
.past-event-list .box .box-content{
	position: relative;
	z-index: 1;
}
.past-event-list .box .box-content .title{
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover .box-content .title{
	color: #fff;
}
.past-event-list .box .box-content p{
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.past-event-list .box:hover .box-content p{
	color: #fff;
}
.past-event-list .box-no-events{
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.past-event-list .box-no-events::after{
	display: none;
}

.promo-strip{
	background: #f7f7f7;
}
.promo-strip .content{

}
.promo-strip .content .editable_content{
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  overflow: hidden;
	text-align: center;
	padding: 30px;
}
.promo-strip .content .editable_content h3{
	margin: 0 0 15px;
}
.promo-strip .content .editable_content h6{
  margin: 0 0 -3px;
  padding: 15px 0 0 0;
}
.promo-strip .content .editable_content p{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
}
.promo-strip .content .editable_content img{
  margin: 0 30px 0 0 !important;
}
.promo-strip .content .editable_content .healcode-pricing-option-text-link{
  color: #fff;
  background: var(--main);
  padding: 7px 35px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.promo-strip .content .editable_content .healcode-pricing-option-text-link:hover{
	opacity: 1;
	background: #333;
	text-decoration: none;
}


.form_holder form select:invalid{
  color: rgba(51, 51, 51, 0.4);
}

.form_holder form select option {
  color: #333333;
}

.form_holder form select option[value=""] {
  color: rgba(51, 51, 51, 0.4);
}

@media screen and (max-width: 1250px){
	.full_header .jqueryslidemenu ul li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px){
  .full_header .jqueryslidemenu ul li a {
    padding: 51px 0 52px;
  }
}
@media screen and (max-width: 1100px){
	.program-list .box{
    width: calc(50% - 30px);
    margin: 20px 15px 40px;
  }
	.program-list .box:hover{

	}
	.team-list .box{
    width: calc(33.3333% - 30px);
    margin: 20px 15px 40px;
  }
	.team-list .box:hover{
		margin: 0 15px 60px;
	}
}
@media screen and (max-width: 1050px){
	.about-strip02 .content {
    max-width: 960px;
	}
	.about-strip02 .content .editable_content {
    max-width: 385px;
	}
}
@media screen and (max-width: 1000px){
	.about-strip02 .content {
    max-width: 900px;
	}
	.about-strip02 .content img {
    height: 200px;
  }
}
@media screen and (max-width: 960px){
	.ms-banner li .banner-details::after{
		top: 0;
    font-size: 125px;
    line-height: 100px;
    width: 600px;
	}
	.banner-container{
    height: calc(100vh - 100px) !important;
	}
	.strip01 {
    padding: 50px 20px;
  }
	.strip01 .content .image-holder{
		float: none;
    margin: 0 auto 30px;
    width: 300px;
    height: 400px;
	}
	.strip01 .content .editable_content {
    width: 100%;
    height: auto;
    float: none;
    display: inherit;
	}
	.strip01 .content .editable_content h1,
	.strip01 .content .editable_content h6{
    position: inherit;
    left: 0;
    top: 0;
  }
  .strip01 .content .editable_content p{
	  margin-top: 0;
	}
	.program-list .box{
    width: calc(50% - 40px);
    max-width: 100%;
    margin: 20px 20px 40px;
    float: none;
	}
	.program-list .box:hover{

	}
	.team-list .box {
    width: calc(50% - 40px);
    max-width: 100%;
    margin: 20px 20px 40px;
    float: left;
	}
	.strip02 .program-list .box{
    width: calc(50% - 40px);
    margin: 20px;
    max-width: 100%;
    float: left;
	}
	.strip02 .program-list .box:hover{

	}
	.strip02 .program-list .box:nth-of-type(3){
		display: none;
	}
	.program-list .box:hover{

	}
	.about-strip02 .content{
		display: block;
    text-align: center;
	}
	.about-strip02 .content .editable_content {
    max-width: 650px;
    margin: 0 auto 20px;
	}
	.about-strip03{
		padding: 400px 20px 50px 20px;
	}
	.about-strip03 .image-holder{
    height: 350px;
    width: 100%;
	}
	.about-strip03 .content .editable_content{
		width: 100%;
	}
	.widget_reviews ul.reviews li::before{
    width: 125px;
    height: 100px;
    float: none;
    margin: 0 auto 30px auto;
	}
	.widget_reviews ul.reviews li p{
    border: none;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 650px;
    text-align: center;
    padding: 0;
	}
	.widget_reviews ul.reviews li div.name{
    width: 100%;
    margin: 0;
    text-align: center;
    border: none;
    padding: 0;
	}
	.widget_reviews ul.reviews {
    margin-bottom: 20px;
	}
	.person-strip01 .content .editable_content img.people_image{
		margin: 0 auto 15px;
		max-width: 200px;
	}
	.person-strip01 .content .editable_content .person-info{
    height: auto;
    display: block;
    text-align: center;
  }
  .editable_content img{
	  float: none !important;
	  margin: 0 auto 20px !important;
    width: 100% !important;
	}
	.red-strip::after{
		background-size: 80% auto;
	}

	.promo-strip .content .editable_content{
		text-align: center;
		padding: 30px;
	}
	.promo-strip .content .editable_content img{
		float: none !important;
		margin: 0 auto 15px !important;
	}
	.strip01 .content .editable_content{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 800px){
	.swipebox_video_full a{
	  width: 100%;
	  margin: 0 0 30px;
	}
	.swipebox_video_full a.full-youtube{
		display: none;
	}
	.swipebox_video_full a.mobile-youtube{
  	display: block;
	}
}
@media screen and (max-width: 750px){
	.past-event-list .box .float_right{
    width: 100%;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    top: auto;
    bottom: 0;
    height: 100px;
	}
	.past-event-list .box:hover .float_right{
		border-left: none;
	}
	.past-event-list .box{
    padding: 30px 20px 130px;
    text-align: center;
	}
}
@media screen and (max-width: 700px){
	.strip02 .program-list .box{
    width: 100%;
    margin: 20px auto;
    max-width: 400px;
    float: none;
    display: block;
	}
	.strip02 .program-list .box:hover{

	}
	.strip02 .program-list .box:nth-of-type(3){
    display: block;
	}
	.team-list .box,
	.program-list .box {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 40px;
    float: none;
	}
	.team-list .box:hover {
    margin: 20px auto 40px;
	}
}
@media screen and (max-width: 600px){
	.ms-banner li .banner-details::after{
    font-size: 90px;
    line-height: 80px;
    width: 450px;
	}
	.about-strip02 .content img{
		display: block;
    margin: 0 auto 30px;
  }
	.about-strip02 .content img:last-of-type{
		display: block;
    margin: 0 auto;
	}
}


.register-text-link{
	position:absolute;
	top:8px;
	right:80px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	opacity:.5;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-ms-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out
}
.register-text-link:hover{color:#FFF;opacity:1;}
.banner_link_wrapper{display:block;}

/*
healcode-widget{
	font-weight: bold;
	text-decoration: underline;
	color: #BE1D2C !important;
}
healcode-widget:hover{
	text-decoration: none;
}
*/
div.healcode .hc_registration .liability{
	width: 100% !important;
	max-width: 100% !important;
  height: 400px !important;
}


.other-gym{
	background: #191818;
	position: relative;
}
.other-gym::after{
	content: '';
	background: url(/assets/images/layout/driven-arrow.svg) center center no-repeat;
	background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.other-gym .content{
	max-width: 500px;
  position: relative;
  z-index: 2;
}
.other-gym .content .editable_content{
	
}
.other-gym .content .editable_content h3{
	color: #fff;
	margin: 0 0 30px;
}
.other-gym .content .editable_content h6{
	margin: 0;
}
.other-gym .content .editable_content p{
	color: #fff;
	margin: 0;
}
.other-gym .content .editable_content a{
	color: #fff;
	text-decoration: underline;
}
.other-gym .content .editable_content a:hover{
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 960px){
	.other-gym .content .editable_content h3{
		margin: 0 0 15px;
	}
}

.event-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.event-container .container-date {
  width: 100%;
}
.event-container .event {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(25% - 10px);
  margin: 5px;
  border: 1px solid #ddd;
}
.event-container .event > .main-content {
  padding: 10px;
}
.event-container .event .day {
  text-align: right;
}
.event-container .event .more-details {
  cursor: pointer;
}
.event-container .event .spacer {
  width: 100%;
  margin: 15px 0px;
  border-top: 1px solid #ddd;
}
.news-strip02{
	background: #f7f7f7;
}
.news-calendar .event{
	width: 50%;
  margin: 0;
  border: 1px solid #e7e4e4;
  border-right: none;
  border-top: none;
  background: #fff;
}
.news-calendar .event:nth-of-type(1),
.news-calendar .event:nth-of-type(2),
.news-calendar .event:nth-of-type(3),
.news-calendar .event:nth-of-type(4){
	border-top: 1px solid #e7e4e4;
}	
.news-calendar .event:nth-of-type(4n){
	border-right: 1px solid #e7e4e4;
}
.news-calendar .event:last-of-type{
	border-right: 1px solid #e7e4e4;
}
.news-calendar .event .main-content{
  padding: 25px 10px;
}
.news-calendar .event .main-content .day.h2{
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  width: 50px;
  text-align: center;
  margin-left: calc(100% - 50px);
}
.news-calendar .event .main-content .h5{
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 30px;
}
.news-calendar .event .main-content a.more-details{
  margin: 0;
  background: var(--main);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 25px;
}
.news-calendar .event .main-content a.more-details:hover{
	background: var(--third);
}
.news-strip02 .content .modal{
	
}
.news-strip02 .content .show{
	opacity: 1;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.news-strip02 .content .modal-dialog .modal-content .modal-header{
  padding: 15px 20px;
  background: rgba(20, 20, 20, 1);
  border-bottom: 4px solid var(--main);
}
.news-strip02 .content .modal-dialog .modal-content .modal-header .btn-close{
  background-color: #fff;
  opacity: 1;
  width: 40px;
  padding: 0;
  height: 40px;
  border-radius: 50%;
  margin: 0 0 0 0;
}
.news-strip02 .content .modal-dialog .modal-content .modal-header .btn-close:hover{
	background-color: var(--main);
}
.news-strip02 .content .modal-dialog .modal-content .modal-body h1{
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 15px;
}
.news-strip02 .content .modal-dialog .modal-content .modal-footer button{
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  height: auto;
  padding: 14px;
  border-radius: 0;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-strip02 .content .modal-dialog .modal-content .modal-footer button:hover{
	background: rgba(20, 20, 20, 1);
	color: #fff;
}
.schedule-page .ui-widget-content{
	border: none;
}
h3.box_header {
  border: 1px solid #dddddd;
  padding: 10px;
  border-bottom: none;
}
.schedule-page .tt_items_list{
  border: 1px solid #dddddd;
}
.schedule-page .tt_items_list li:last-of-type{
	border: none;
}
.news-strip02 .modal-dialog{
	max-width: 940px;
  min-height: calc(100vh - 100px);
  margin: 50px auto;
}
.news-strip02 .modal-dialog a{
	text-decoration: underline;
}
.news-strip02 .modal-dialog a:hover{
	text-decoration: none;
}
/* .schedule-page .day-holder{
	width: calc(33.3333% - 11px);
	margin: 0 16px 16px 0;
}
.schedule-page .day-holder:nth-of-type(3n){
	margin: 0 0 16px 0;
} */
.program-page a,
.program-page a.healcode-link{
  color: #fff;
  border: none;
  background: var(--main);
  padding: 10px 15px 8px;
  margin: 16px 0 0;
  width: 100%;
  max-width: 200px;
  height: auto;
  text-align: center;
  text-transform: inherit;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  display: inline-block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: 0.3s ease;
}
.program-page a:hover,
.program-page a.healcode-link:hover{
  background: #191818;
}
section.event-strips{

}
section.event-strips .content_container{
  background: #f7f7f7;
}
section.event-strips .content_container:nth-of-type(2n){
  background: #fff;
}
section.event-strips .content_container .content{

}
section.event-strips .content_container .content .editable_content{

}
section.event-strips .content_container .content .editable_content h2.h3{
  margin: 0;
}
section.event-strips .content_container .content .editable_content .date{
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 16px;
  color: var(--main);
}
section.event-strips .content_container .content .editable_content *:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 960px){
	.news-strip02 .modal-dialog{
		width: calc(100% - 40px);
		margin: 50px 20px;
	}
}
@media screen and (max-width: 960px){
	.news-calendar .event{
	  width: 50%;
	}
	.news-calendar .event:nth-of-type(4n){
	  border-right: none;
	}
	.news-calendar .event:nth-of-type(3n),
	.news-calendar .event:last-of-type{
		border-right: 1px solid #e7e4e4;
	}
	.news-calendar .event:nth-of-type(4){
		border-top: none;
	}
	.news-calendar .event .main-content .day.h2{
		width: 100%;
		margin: 0;
		text-align: right;
	}
}
@media screen and (max-width: 768px){
	.news-calendar .event{
	  width: 50%;
	}
	.news-calendar .event:nth-of-type(3n){
	  border-right: none;
	}
	.news-calendar .event:nth-of-type(2n),
	.news-calendar .event:last-of-type{
		border-right: 1px solid #e7e4e4;
	}
	.news-calendar .event:nth-of-type(3){
		border-top: none;
	}
}
@media screen and (max-width: 550px){
	.tt_responsive .tt_timetable.small .tt_items_list span{
		width: 100%;
		display: block;
	}
	.tt_items_list .value{
		float: none;
		margin: 3px 0 0 0;
	}
}
@media screen and (max-width: 500px){
	.news-calendar .event,
	.news-calendar .event:nth-of-type(2n),
	.news-calendar .event:nth-of-type(3n),
	.news-calendar .event:last-of-type{
	  width: 100%;
		border: 1px solid #e7e4e4;
		border-top: none;
	}
	.news-calendar .event:first-of-type{
		border-top: 1px solid #e7e4e4;
  }
}