/*
	To Use - element: var(--primary);
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url(jquery-1.11.3-ui.css);
@import url(swipe.css);
html.allturf:root {
  --success: $main-color;
  --dark-grey: #A0A0A0;
  --light-color: #F0F0F0;
  --main: #8bca33;
  --alt-comapny: #19A753;
  --second: rgba(139,202,51, .8);
  --front-fade: rgba(139,202,51, .8);
  --back-fade: rgba(139,202,51, .5);
  --black-background: #151515;
  --heading: #333;
  --font: 'Poppins', sans-serif;
}

html.dolturf:root {
  --success: $main-color;
  --dark-grey: #A0A0A0;
  --light-color: #F0F0F0;
  --main: #19A753;
  --alt-comapny: #8bca33;
  --second: rgba(0,169,79, .8);
  --front-fade: rgba(0,169,79, .8);
  --back-fade: rgba(0, 169, 79, .5);
  --black-background: #151515;
  --heading: #333;
  --font: 'Poppins', sans-serif;
}

/* html.precision:root {
  --success: $main-color;
  --dark-grey: #A0A0A0;
  --light-color: #F0F0F0;
  --main: #A5CD73;
  --second: rgba(165,205,115, .8);
  --front-fade: rgba(165,205,115, .8);
  --back-fade: rgba(165, 205, 155, .5);
  --black-background: #151515;
  --heading: #222222;
  --font: 'Poppins';
} */
/*
	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: var(--black-background);
  color: #676767;
  font-family: var(--font), sans-sarif;
  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(--heading);
  text-decoration: underline;
}

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

.clear {
  clear: both;
}

.swipebox_full {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  /* justify-content: space-around; */
  /* 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: #3575e1;
  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: #3575e1;
  padding: 15px 20px;
}

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

.servicing a {
  transition: 0.3s ease;
}

.servicing a:hover {
  color: #333333;
  transition: 0.3s ease;
}

@media (max-width: 960px) {
  .map-container .servicing {
    position: initial;
    display: block;
    background-color: #3575e1;
    padding: 20px;
  }
  li.contact_link {
    background: transparent;
  }
  li.contact_link:hover {
    background: transparent;
  }
  /* Allows buttons to be clicked sooner on mobile */
  .animated_list .list_item div.description {
    opacity: 1;
    height: auto;
  }
}

/* Open Modal Button */
summary.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #3575e1;
  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: #3575e1;
  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: #3575e1;
  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: 24px;
  font-weight: 400;
  font-family: var(--font), sans-sarif;
}

.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;
  }

}

/* --- 2.2 REM Sizing --- */
h1,
.h1 {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: var(--heading);
  margin: 0 0 30px;
}

h2,
.h2 {
  font-size: 0.9rem;
  line-height: 0.9rem;
  letter-spacing: 0;
  font-weight: 600;
  font-family: var(--font), sans-sarif;
  color: var(--main);
  font-weight: 400;
  margin: 0 0 30px;
}

h3,
.h3 {
  font-size: 0.8rem;
  line-height: 0.8rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: var(--heading);
  margin: 0 0 30px;
}

h4,
.h4 {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0;
  font-weight: 600;
  font-family: var(--font), sans-sarif;
  color: var(--main);
  margin: 0 0 30px;
}

h5,
.h5 {
  font-size: 0.6rem;
  line-height: 0.6rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: var(--heading);
  margin: 0 0 30px;
}

h6,
.h6 {
  font-size: 0.5rem;
  line-height: 0.5rem;
  letter-spacing: 0;
  font-weight: 600;
  font-family: var(--font), sans-sarif;
  color: var(--main);
  margin: 0 0 30px;
}

/* Navigation */
#menu .mm-list a,
.jqueryslidemenu ul li a {
  color: var(--heading);
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
}
#menu .mm-list a {
  color: #FFF;
}
.jqueryslidemenu ul li a {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: .48px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

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

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

/* --- 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: 300;
}

.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: 300;
}

.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: #FFFFFF;
  text-align: center;
  width: 100%;
  display: block;
  overflow: scroll;
}

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

.editable_content table tr td {
  border: 1px solid var(--light-color);
  padding: 8px 8px 8px 8px;
}

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

/* --- 3.2 Header --- */
.full_header {
  position: relative;
  display: none;
  width: 100%;
  z-index: 999;
}

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

.inner_header {
  width: 100%;
  height: 60px;
  background: url(/assets/images/layout/inner_header.jpg) center center no-repeat;
  background-size: cover;
}

.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: #FFF;
  color: #FFFFFF;
  font-weight: 700;
  padding: 7px 0 8px 0;
  text-align: left;
  width: 100%;
  z-index: 999;
  font-size: 25px;
  border-bottom: 2px solid var(--main);
}

.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: var(--black-background);
  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: 120px;
}

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

.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: #3575e1;
}

/* --- 3.3.1 Signature --- */
#signature {
  background: var(--black-background);
  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: 35%;
  float: right;
  border-left: 1px solid #dedede;
  display: none;
  padding-left: 10px;
}

/* --- 3.4 Structure Responsive --- */
@media (min-width: 1005px) {
  .mobile_header {
    display: none;
  }
  .full_header {
    display: inherit;
  }
}
@media (min-width: 960px) {
  .footer {
    display: inherit;
  }
  #signature {
    font-size: 12px;
  }
  .header_spacer {
    height: 82px;
  }
  .inner_header {
    height: 150px;
  }
  .mobile_photo_video {
    display: none;
  }
  .full_photo_video {
    display: inherit;
  }
  .content_container {
    padding: 100px 20px;
  }
  div.half-width,
  div.third-width {
    margin: 0 15px;
  }
  div.half-width {
    width: calc(50% - 30px);
  }
  div.third-width {
    width: calc(33.33% - 30px);
  }
  div.fourth-width {
    width: calc(25% - 30px);
  }
  div.seventh-width {
    width: calc(75% - 30px);
  }
  /*  Change animated list styling  */
  .product_page {
    padding: 100px 0;
  }
  .product_page .editable_content * {
    color: #FFF;
  }
  .animated_list {
    bottom: -100px;
    height: 300px
  }
  .animated_list.featured {
    bottom: 0;
  }
  div.animated_list.featured div.third-width {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
  .product_page .animated_list {
    bottom: -100px;
    height: 200px;
  }
  .product_page .animated_list a.button.light {
    padding: 5px 12px;
  }
  .animated_list div.third-width,
  .animated_list div.fourth-width {
    margin: 0;
    width: 33.33%;
    height: 200px;
    position: absolute;
    bottom: 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 div.fourth-width {
    width: 25%;
  }
  .animated_list div.third-width:nth-child(1),
  .animated_list div.fourth-width:nth-child(1) {
    left: 0;
  }
  .animated_list div.third-width:nth-child(2) {
    left: 33.33%;
    width: calc(33.33% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .animated_list div.third-width:nth-child(3) {
    left: 66.66%;
  }
  .animated_list div.third-width:hover,
  .animated_list div.fourth-width:hover {
    height: 300px;
  }
  .animated_list div.fourth-width:nth-child(2) {
    left: 25%;
  }
  .animated_list div.fourth-width:nth-child(3) {
    left: 50%;
  }
  .animated_list div.fourth-width:nth-child(4) {
    left: 75%;
  }
  div.svg_overlay {
    display: block;
  }
  section.resources_section figure {
    display: block;
  }
  div#pagi_wrap {
    bottom: 25px;
  }
  div.product_listing figure {
    display: block;
  }
  .half-width.contact_home {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #welcome div.editable_content:after {
    top: -35px;
  }
  div.title_acc:after {
    top: -35px;
  }
  .side_social_media {
    display: block;
  }
  .promo-list div.third-width {
    margin: 15px;
  }
  .contact-strip .contact-list pre {
    font-size: 16px;
  }
}
.animated_list.featured .third-width:hover {
  height: 250px;
}
.animated_list.featured .third-width:hover h4 {
  margin-bottom: 10px;
}
.animated_list.featured h4 {
  text-align: center;
}
.animated_list.featured .third-width {
  height: 250px;
}
/* ---- 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: var(--main);
  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 */
.toggle_faq.active .one {
  transform: rotate(-45deg);
  transition: 0.4s ease-in-out;
}

.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: var(--second);
}

#page h5.toggle_faq.active {
  color: var(--main);
}

@media (max-width: 767px) {
  span.faq-icon {
    width: 30px;
    height: 30px;
  }
  h5.toggle_faq {
    padding-left: 40px;
  }
  div.toggler {
    margin-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;
}

@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 #3575e1;
  padding: 5px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  background: #3575e1;
  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;
}

/* Banner pagination */
.banner_pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  color: #fff;
}

.banner_pagination > div {
  margin: 0 3px;
  cursor: pointer;
}

.banner_pagination > div:hover {
  color: rgba(0, 0, 0, 0.3);
}

.banner_pagination > .active {
  color: #3575e1;
}

/* End banner pagination */
/* 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: none;
  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: #333;
  padding: 10px 20px 8px;
  margin: 0 auto;
  width: 250px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid #333;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: none;
  transition: 0.3s ease;
}

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

a.button,
button.superbutton {
  color: #FFF;
  padding: 9px 35px 7px;
  margin: 5px 0 0 0;
  width: auto;
  max-width: 250px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  transition: 0.3s ease;
}

a.button.light {
  color: #333;
  background: #fff;
}

a.button:hover,
button.superbutton:hover {
  cursor: pointer;
  color: #333;
  background: #fff;
  transition: 0.3s ease;
}

a.superbutton,
a.button,
.price-holder button.superbutton {
  color: #333;
  padding: 10px 20px 8px;
  margin: 0 auto;
  width: 250px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid #333;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: none;
  transition: 0.3s ease;
}

a.superbutton:hover,
a.button:hover,
.price-holder button.superbutton:hover {
  cursor: pointer;
  color: #FFFFFF;
  background:#333;
  transition: 0.3s ease;
}
a.button {
  display: inline-block;
  margin:5px;
}
a.cart_button {
  color: #333;
  padding: 10px 20px 8px;
  margin: 0 auto;
  width: 250px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid #333;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: none;
  transition: 0.3s ease;
}

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

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

span.shopping-widget-holder i {
  color: #333333;
}

span.shopping-widget-holder span {
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  font-size: 13px;
  background-color: #333333;
  border-radius: 100%;
  color: #3575e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.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"]:hover {
  background-color: #333333;
  transition: 0.3s ease;
}

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

.stripe-button-el span {
  background-color: #3575e1 !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: var(--font), sans-sarif;
  font-weight: 300;
  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%;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
}

.ms-banner-constrained li .banner-details {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.banner-container-constrained .banner-details span.h6{
	color: #fff;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 0 0;
}
.banner-container-constrained .banner-details .title {
  font-size: 55px;
  line-height: 65px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 40px;
}

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

.banner-container-constrained .banner-details a {
  border: 2px solid #fff;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  background: none;
  font-weight: 600;
  display: inline-block;
  border-radius: 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;
}

.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: 25px;
  line-height: 40px;
}

.banner-container-constrained .banner-next:hover,
.banner-container-constrained .banner-previous:hover {
  background-color: var(--main);
  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-color: rgba(0, 0, 0, 0.3);
  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 {
  position: relative;
}

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

.ms-banner-constrained li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( to right, rgba(0,0,0,0.75) 0, rgba(0,0,0,0.5) 50%, transparent 100%);
}

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

.ms-banner-constrained .top-center {
  top: 15% !important;
  transform: translate(0%, -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: 80% !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(0%, -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) {
  .banner-container-constrained .banner-scroll-down {
    display: none;
  }
  div#signature figure {
    width: 100%;
  }
  div#signature img {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  #signature .social_media {
    display: flex;
    justify-content: center;
  }
  #signature h2.h6,
  .footer_nav li,
  .contact_list li {
    text-align: center;
  }
  .banner-container-constrained div.banner-next,
  .banner-container-constrained div.banner-previous {
    display: flex !important;
    align-content: center;
    justify-content: center;
    top: auto;
    bottom: 10px;
    transform: translateY(0);
    width: 25px;
    height: 25px;
  }
  .banner-container-constrained div.banner-next i,
  .banner-container-constrained div.banner-previous i {
    font-size: 16px;
    line-height: 1px;
  }
  .banner-container-constrained div.banner-next {
    left: 45px;
    right: auto;
  }

}

@media screen and (max-width: 735px) {
  .ms-banner-constrained li img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 300px;
  }
}

@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;
    display: none;
  }
  .ms-banner-constrained li div.banner-details a {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
  }
  ul.footer_nav li {
    width: 100%;
  }
}

.banner-container {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100vh;
  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;
}

.banner-container .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 .banner-details .description {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-container .banner-details a {
  border: 2px solid #3575e1;
  padding: 5px 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  background: #3575e1;
  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 .banner-details a:hover {
  background: #FFFFFF;
  border-color: #fff;
  color: #333333;
  margin-top: 7px;
}

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

.banner-container .banner-next:hover,
.banner-container .banner-previous:hover {
  background-color: #3575e1;
  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: rgba(0, 0, 0, 0.3);
  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: linear-gradient(to bottom, transparent, #333 200%);
}

.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;
  }
}

@media (max-height: 600px) {
  .full_header {
    position: relative !important;
  }
}

/* ---- Box List ---- */
.box_list .box {
  background: #F0F0F0;
  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: #3575e1;
}

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

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

.box_list .box .title {
  color: #3575e1;
  margin: 4px 0 2px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.box_list .box .menu_title {
  color: #3575e1;
  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: #3575e1;
  text-decoration: none;
}

.box_list .box .title a:hover {
  color: #222;
  text-decoration: none;
}

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

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

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

.box_list .box .date {
  font-style: italic;
  font-weight: 400;
  color: #3575e1;
  padding: 0;
  margin: 0;
}

.box_list .box .price {
  color: #3575e1;
  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: #3575e1;
  padding: 0 5px 0 0;
}

.box_list .box .specials_title {
  font-style: bold;
  color: #3575e1;
  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 10px 0;
  float: none;
  max-width: 80%;
  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: #3575e1;
  float: right;
}

.box_list .product_highlight {
  margin: 0;
}

.box_list .product_highlight .alert {
  float: right;
  color: #3575e1;
  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: #3575e1;
}

.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: #3575e1;
  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: #3575e1;
}

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

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

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

.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: #3575e1;
}

.box_list .box .alert_overlay i {
  color: #3575e1;
  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: #3575e1;
}

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

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

.box_list .box .date_box .day_of_week, .content .date_box .day_of_week {
  color: #3575e1;
  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: #3575e1;
  font-size: 0.6rem;
  padding: 0;
}

.box_list .box .date_box .year, .content .date_box .year {
  color: #3575e1;
  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: #3575e1;
  font-size: 12px;
}

.box_list .box ul.date_list li {
  background: none;
  display: inline;
  list-style: none;
  color: #3575e1;
  border-left: 1px solid #3575e1;
  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: #3575e1;
  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: #3575e1;
}

.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: #3575e1;
}

.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: 300;
  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 ul {
  margin: 5px 0 15px 0;
  width: 100%;
}

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

.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: #3575e1;
  margin: 0px;
  padding: 5px 10px;
}

.form_holder {
  background: none;
  padding: 10px 11px 10px 10px;
}

.form_holder .half_width {
  width: 100%;
  margin-right: 0%;
  float: none;
}

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

.form_holder .last {
  margin: 0;
}

.form_holder input {
  font-weight: 300;
  width: 100%;
  padding: 5px 8px 5px 8px;
  height: auto;
  font-size: 16px;
  margin: 1px 0 5px 0;
  background-color: rgba(255,255,255, .07);
  border: none;
  color: #FFF;
  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: 300;
  width: 100%;
  padding: 5px 5px 5px 8px;
  margin: 1px 0 10px;
  background-color: rgba(255,255,255, .07);
  border: none;
  color: #FFF;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form_holder select {
  font-weight: 300;
  width: 100%;
  height: 36px;
  padding: 5px 0;
  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 option {
  padding: 8px 0 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: var(--main);
}

.form_holder .form_error {
  background-color: var(--main);
  color: #333333;
  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: .3;
}

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

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: .3;
}
.contact_section input::-webkit-input-placeholder,
.contact_section textarea::-webkit-input-placeholder{
  color: #fff;
  opacity: .3;
}
.contact_section input::-moz-placeholder,
.contact_section textarea::-moz-placeholder{
  color: #fff;
  opacity: .3;
}
.contact_section input:-ms-input-placeholder,
.contact_section textarea:-ms-input-placeholder{
  color: #fff;
  opacity: .3;
}
.contact_section input:-moz-placeholder,
.contact_section textarea:-moz-placeholder{
  color: #fff;
  opacity: .3;
}
.strip05 input::-webkit-input-placeholder,
.strip05 textarea::-webkit-input-placeholder{
  color: #fff;
  opacity: .3;
}
.strip05 input::-moz-placeholder,
.strip05 textarea::-moz-placeholder{
  color: #fff;
  opacity: .3;
}
.strip05 input:-ms-input-placeholder,
.strip05 textarea:-ms-input-placeholder{
  color: #fff;
  opacity: .3;
}
.strip05 input:-moz-placeholder,
.strip05 textarea:-moz-placeholder{
  color: #fff;
  opacity: .3;
}

.form_holder input,
.form_holder textarea {
  border-color: transparent;
}

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 #3575e1;
}

/* 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 red;
}

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

#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: var(--font), sans-sarif;
  text-transform: uppercase;
}

.ui-state-highlight, .ui-widget-content {
  font-family: var(--font), sans-sarif;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #3575e1;
  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: #3575e1;
  background-image: none;
  background-color: #fff;
}

td.ui-datepicker-current-day a {
  background: #3575e1 !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: var(--font), sans-sarif !important;
}

#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: 22px;
}

.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.25);
}

.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: rgba(255,255,255, .8);
}

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

.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 */
.full_header .nav-holder .jqueryslidemenu {
  width: 100%;
  background: #fff;
  padding: 0;
}
.full_header .nav-holder .jqueryslidemenu ul {
  list-style: none;
  margin: 0 0;
  float: right;
}

.full_header .nav-holder .jqueryslidemenu ul li {
  position: relative;
  float: left;
  display: inline;
  margin: 0 10px;
  z-index: 12;
  flex: 1;
  text-align: center;
}

.full_header .nav-holder .jqueryslidemenu ul li a{
  font-size: 16px;
  line-height: 16px;
  padding: 28px 20px 29px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 600;
  position: relative;
}
.full_header .nav-holder .jqueryslidemenu ul li a::after{
  content: '';
  height: 3px;
  width: 0;
  background: var(--main);
  display: block;
  position: absolute;
  left: 50%;
	transform: translate(-50% , 0);
  bottom: 18px;
  -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;
}

.full_header .nav-holder .jqueryslidemenu ul li.contact_link{
	background: none;
	margin-top: 18px;
}

.full_header .nav-holder .jqueryslidemenu ul li.contact_link a{
  color: #fff;
  background: var(--main);
  border-radius: 20px;
  padding: 10px 30px;
  -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;
}

.full_header .nav-holder .jqueryslidemenu ul li.contact_link a:hover{
	color: #fff;
	background: #333;
}

.full_header .nav-holder .jqueryslidemenu ul li.contact_link a::after{
	display: none;
}

.full_header .nav-holder .jqueryslidemenu ul li:hover,
.full_header .nav-holder .jqueryslidemenu ul li.Selected {

}
.full_header .nav-holder .jqueryslidemenu ul li:hover a,
.full_header .nav-holder .jqueryslidemenu ul li.Selected a {

}
.full_header .nav-holder .jqueryslidemenu ul li:hover a::after,
.full_header .nav-holder .jqueryslidemenu ul li a:hover::after,
.full_header .nav-holder .jqueryslidemenu ul li.Selected a::after{
	width: 80%;
}

/* FIRST DROP-DOWN LAYER */
.full_header .nav-holder .jqueryslidemenu ul li ul {
  /* REMOVE STLYES FROM TOP LEVEL */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* REMOVE STLYES FROM TOP LEVEL */
  position: absolute;
  left: 0;
  display: flex;
  flex-direction:column;
  visibility: hidden;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  border: none;
  border-top: none;
  width: 265px;
  /* WIDTH OF SUB MENU */
}

.full_header .nav-holder .jqueryslidemenu ul li ul li {
  display: list-item;
  float: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: var(--main);
  color: #fff;
  text-align: left;
}

.full_header .nav-holder .jqueryslidemenu ul li ul li a {
  color: #fff;
  line-height: 20px;
  padding: 15px 15px 15px 15px;
  margin: 0px;
  background: none;
}
.full_header .nav-holder .jqueryslidemenu ul li ul li a::after{
	display: none;
}

.full_header .nav-holder .jqueryslidemenu ul li:hover ul li a {
  color: #fff;
  line-height: 20px;
  padding: 15px 15px 15px 15px;
  margin: 0px;
  background: none;
}

.full_header .nav-holder .jqueryslidemenu ul li.Selected ul li a:hover,
.full_header .nav-holder .jqueryslidemenu ul li ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0,0,0,0.1);
}

/* 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: #3575e1;
}

.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: #3575e1;
  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(--dark-grey);
  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(--dark-grey);
}

ul.customer_information li a {
  color: var(--dark-grey);
  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(--dark-grey);
  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: #3575e1;
}

.message_wrapper a.cart_message_link i {
  background-color: #fff;
  color: #3575e1;
  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;
}

/* 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: #3575e1;
  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: 30px;
  width: 140px;
}

/* Remove From Cart */
input.superbutton[type="submit"][value="X"] {
  background-color: transparent;
  color: #3575e1;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  left: 0;
  width: auto;
}

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

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

.product_cart_subtotal {
  font-weight: 600;
}

/* Cart Form */
@media (min-width: 960px) {
  .form_holder .third_width {
    width: calc(50% - 10px) !important;
  }
  .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: #3575e1;
    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: #3575e1;
  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;
}

.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: #3575e1;
  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.4);
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  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: rgba(0, 0, 0, 0.8);
}
.animated_list .list_item:hover h3.h6 {
  margin-bottom: .5em;
}
.animated_list .animate-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.animated_list h2 {
  color: #fff;
  text-align: center;
  position: relative;
}

.animated_list h2:after {
  content: '';
  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: auto;
}

/* ---- 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: #3575e1;
}

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

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

.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 {
  float: left;
  text-align: center;
  width: 100%;
  text-decoration: none;
  list-style: none;
  margin: 5px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 20px;
}

.menu_list ul.pages li:hover {
}

.menu_list ul.pages li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-weight: 600;
  border: 2px solid #333;
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.menu_list ul.pages li a:hover {
  color: #FFFFFF;
  background: #333;
}

/* MENU TOGGLER */
h4.menu_toggle, h4.toggle.active.open {
  color: #3575e1;
  color: #FFFFFF;
  background: url(/assets/images/layout/toggle-light.png) no-repeat 10px 11px #3575e1;
  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: #3575e1 !important;
  padding: 15px 2%;
}

.content h2.message_negative {
  width: 96%;
  color: #FFFFFF !important;
  background: #3575e1 !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);
}

/* MULTI LOCATIONS */
.multi_maps {
  margin: 0;
}

.multi_maps .multi_map {
  background: #F0F0F0;
  float: left;
  margin: 0px 0 20px 0;
  width: 100%;
}

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

.multi_maps .multi_map 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;
}

.multi_maps .multi_map .content {
  float: left;
  padding: 5px 10px;
}

.multi_map h3 {
  padding: 0;
  color: #3575e1;
}

.multi_map ul {
  margin: 5px 0 0 0;
  width: 100%;
  list-style: none;
}

.multi_map ul li {
  margin: 0px;
  padding: 0px 0 6px 0;
}

.multi_map ul li a {
  color: #3575e1;
  text-decoration: underline;
}

.multi_map ul li a:hover {
  color: #3575e1;
  text-decoration: none;
}

/* 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 {
  font-size: 0.56rem;
  line-height: 0.56rem;
  margin: 0;
}

.content_container .content .editable_content h4.person_title {
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin: 0;
  font-style: italic;
  color: #3575e1;
}

/* 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: #3575e1;
  text-decoration: none;
}

.gallery_holder a:hover .title {
  color: #3575e1;
}

.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;
}

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

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

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

/* 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: 15px;
}

/* 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 figure {
  width: 13.3%;
  margin: 2px;
  cursor: pointer;
}

.product_highlight .holder .img_select > figure.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: 50%;
    float: left;
    margin: 0;
    max-width: 100%;
  }
  .product-strip01 .content .product_highlight ul {
    width: 50%;
    float: right;
    height: 350px;
    display: flex;
    align-items: center;
    margin: 0;
    max-width: 100%;
  }
}

/* ---- Search ---- */
.with_bg {
  margin: 5px 0 3px 0;
}

.with_bg.icon2 {
  right: 44px !important;
}

.with_bg i {
  float: left;
  margin: 2px 5px 0 0;
  color: #3575e1;
}

.with_bg .search_input {
  float: left;
  padding: 8px 1% 8px 2%;
  height: 50px;
  width: 75%;
  margin: 1px 1% 0 0;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  outline: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* SOCIAL MEDIA */
.social_media ul {
  float: left;
  margin: 5px 0 0 0;
}

.social_media ul li {
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 0;
  float: left;
}

.social_media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  border: 2px solid var(--heading);
  border-radius: 50%;
  text-decoration: none;
}
.social_media ul li a:hover {
  border-color: var(--main);
}

.social_media ul li i {
  font-size: 1.2em;
}

/* TOOL TIP STYLES
/* Icon */
a.tooltip {
  text-decoration: none;
  color: #3575e1;
}

a.tooltip:hover {
  color: #222;
}

/* Box */
a.tooltip > span {
  color: #fff;
  background: #3575e1;
  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: #3575e1;
}

@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(100% - 10px);
  }
  .content_container .content .editable_content img.people_image {
    float: left;
    margin: 0 10px 0 0;
  }
  .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: left;
    width: 60%;
  }
  .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%;
  }
  .form_holder .half_width {
    width: calc(50% - 5px);
    margin-right: 10px;
    float: left;
  }
  .form_holder textarea {
    width: 100%;
  }
  .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(100% - 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(100% - 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%;
  }
  .footer_nav {
    width: 100%;
  }
  ul.footer_nav li {
    width: 25%;
  }
  .banner-container-constrained .banner-details div.description {
    margin-bottom: 5px;
  }
  .banner-container-constrained .banner-details div.description p {
    margin-bottom: 0;
  }
  .animated_list div.fourth-width {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .gallery_item {
    width: 50%;
    padding: 15px;
  }
}

/* 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: var(--main);
    color: #FFF;
  }
  table.stacktable.small-only::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
  .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: 25px;
    line-height: 25px;
    /* border-bottom: none; */
    display: none;
  }
  table.stacktable.small-only {
    margin: 0;
  }
  .stackable-table {
    margin-top: 20px;
  }
}

#logo-link-slider {
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo-link-slider .logo-link-slider-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

#logo-link-slider .logo-link-slider-wrapper ul {
  position: relative;
  left: 0px;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

#logo-link-slider .logo-link-slider-wrapper ul li {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

#logo-link-slider .logo-link-slider-wrapper ul li a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  /*opacity: 0.65;*/
  width: 100%;
}

.logo_link_static {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.logo_link_static a img {
  width: 200px;
}

/* 4. External Styles
********************/
body {
  overflow-x: hidden !important;
  width: 100%;
}
/* Default Styles */
.flex-list {
  display: flex;
  flex-wrap: wrap;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 100%;
  margin: 15px;
}
.third-width {
  width: 100%;
  margin: 15px;
}
.fourth-width {
  width: 100%;
  margin: 15px;
}
.seventh-width {
  width: 100%;
  margin: 15px;
}
.center {
  text-align: center;
}
.light {
  color: #FFF;
}
address {
  font-style: normal;
}
.title_acc {
  position: relative;
}
.title_acc:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 23px;
  height: 12px;
  background: var(--main);
}
.title_acc.center:after {
  left: calc(50% - 11.5px);
}
section {
  overflow: hidden;
}
#mm-m0-p0 {
  padding-top: 0;
}
/* Upper Nav Styles */
.upper_nav img {
  width: 200px;
  height: 100%;
  object-fit: cover;
}
.header_contact {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0;
  font-size: 12px;
  line-height: 12px;
}
.header_contact a,
.header_contact address {
  color: #FFF;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.1em;
}
.header_contact a:hover {
  color: var(--main);
}
.header_contact > div {
  display: flex;
  align-items: center;
  margin: 0 15px;
  padding: 15px;
  max-height: 40px;
}
.header_contact > div:nth-child(2) {
  border-left: 1px solid rgba(240,240,240, .25);
  border-right: 1px solid rgba(240,240,240, .25);
}
.header_contact div > div {
  margin-left: 15px;
}
.header_contact span.h6 {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
.contact_link {
  background: 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;
}
.jqueryslidemenu ul li.contact_link a {
  color: #FFF;
}
.contact_link:hover,
.jqueryslidemenu ul li.contact_link:hover a {
  background: #FFF;
  color: var(--heading);
}
@media (max-width: 1112px) {
  .jqueryslidemenu ul li a {
    font-size: 10px;
    line-height: 10px;
  }
}
/* Sticky Social Media */
.side_social_media {
  display: none;
  position: fixed;
  right: 0;
  top: 25%;
  width: 2em;
  background: var(--black-background);
  z-index: 1010;
  border-radius: .5em 0 0 .5em;
  padding: 5px 0;
}
.side_social_media li {
  margin: 5px 0;
}
.side_social_media ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.side_social_media a {
  color: rgba(240,240,240, .5);
  font-size: 1.2em;
}
.side_social_media a:hover {
  color: var(--main);
}
/* Products Category Styles */
.products_section {
  position: relative;
  background-image: url(../images/layout/products-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 0;
  min-height: 400px;
}
.products_section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--black-background) 30%, rgba(43,43,43, .3) 100%);
  z-index: -1;
}
.animated_list {
  position: relative;
}
.animated_list .third-width,
.animated_list .fourth-width {
  border: 8px solid var(--black-background);
}
.animated_list .fourth-width {
  width: 25%;
  margin:0;
}
/* Resources Section */
.resources_section {
  background: var(--light-color);
  position: relative
}
.resources_section figure {
  width:50%;
  display: none;
}
.resources_section img {
  position: absolute;
  top:0;
  left: 50%;
  width: 50%;
  height: 100%;
}
.svg_overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 1
}
#serv_overlay {
  height: 100%;
  position: relative;
  z-index: 2;
}
#serv_overlay .crop_layer {
  fill: var(--light-color);
}
#serv_overlay rect {
  fill: var(--second);
}
.green-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.green-bar.back {
  height: 80%;
  background: var(--back-fade);
}
.green-bar.front {
  height: 65%;
  background: var(--front-fade);
}
/* Logo Slider */
.logo_link_section {
  position: relative;
  padding: 50px 20px;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe_wrap {
  overflow: hidden;
  position: relative;
}
.swipe_wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
#logo_swipe .fourth-width {
  width: 25%;
  margin: 0;
}
#logo_swipe .fourth-width img {
  width: 100%;
  height: auto;
}
#pagi_wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pagi_box.active {
  background: var(--main);
}
.pagi_box {
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--light-color);
}
/* Contact Strip */
.contact_section {
  background: var(--heading);
  position: relative;
  z-index: 9999;
}
.contact_home .flex-list {
  align-items: center;
  margin: 5px 0;
}
.contact_home .flex-list:nth-child(3) {
  flex-wrap: nowrap;
}
.contact_home object {
  margin-right: 15px;
}
.contact_home .cust_icon {
  width: 30px;
  margin-right: 15px;
  fill: var(--main);
}
.header_contact .cust_icon {
  width: 20px;
  fill: var(--main);
  max-height: 20px;
}
.cust_icon .a {
  fill: inherit;
}
.contact_home span.h6 {
  font-weight: 400;
}
.contact_home a,
.contact_home address {
  display: block;
  color: #FFF;
  font-weight: 600;
}
.contact_home a:hover {
  color: var(--main);
}
/* Footer Section */
#signature {
  padding-top: 1rem;
  padding-bottom: .25rem;
}
#signature > .full-width {
  padding-bottom: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
#signature h2.h6 {
  margin-bottom: .5em;
}
#signature figure {
  width: 120px;
  height: auto;
  margin-bottom: 2em;
  float: left;
}

#signature img {
  width: 100%;
  height: auto;
}
#signature a.footer-logo {
  width: 120px;
  float: left;
  display: block;
  margin-left: 20px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.footer_nav li {
  width: 50%;
  margin: 0;
}
.footer_nav li a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
}
.footer_nav li ul {
  display: none;
}
.footer_nav .contact_link {
  background: transparent;
}
.contact_list ul {
  list-style: none;
}
.contact_list ul li {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 16px;
}
.contact_list a {
  color: #FFF;
}
#signature .social_media {
  margin-bottom: 2em;
}
#signature .social_media a {
  color: rgba(255,255,255, .25);
  margin: 0 5px;
  padding: 0;
}
#signature .social_media a i {
  font-size: 18px;
}
#signature .social_media a:hover {
  color: var(--main);
}
#signature p.light {
  font-size: 12px;
  line-height: 12px;
  opacity: .75;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #3a3939;
  padding: 20px 0 0;
  max-width: 1200px;
}
/* Products Section Page */
.product_page .content {
  padding: 0 2em;
  margin: 1rem 0;
}
.product_page .editable_content * {
  color: #FFF;
}
.animated_list .fourth-width {
  width: 100%;
}
/* Product Listing */
.product_listing {
  position: relative;
  display: flex;
  background: #FFF;
  overflow: hidden;
}
.product_listing:nth-child(even) {
  flex-direction: row-reverse;
  background: var(--light-color);
}
.product_listing:nth-child(even) .svg_overlay {
  left:1px;
  transform: rotateY(180deg);
}
.product_listing:nth-child(odd) .svg_overlay #serv_overlay .crop_layer {
  fill: #FFF;
}
.product_listing .half-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
.product_listing figure {
  display: none;
  width: 50%;
  height: 100%;
}
.product_listing figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* General Application Section */
.general_application .form_holder input,
.general_application .form_holder textarea {
  border: 1px solid var(--light-color);
  color: var(--heading);
}
.general_application .form_holder #file {
  border: none;
}
.box_list.team_list .box {
  background: transparent;
  position: relative;
  width: calc(33.3333% - 2%);
}
.box_list.team_list .box::after{
  content: '';
  width: 2px;
  height: calc(100% - 24px);
  background: #e6e6e6;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
}
.team_list .box:nth-child(3n)::after{
	display: none;
}
.team_list .h5 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.team_list .h6 {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: .35rem;
}
.team_list .box address > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.team_list .box address > div object {
  margin-right: 5px;
}
.section_title {
  margin-bottom: .35rem;
}
/* --------------- Sister Companies --------------- */
.sister-companies{
	background: #e6e6e6;
	padding: 8px 20px;
}
.sister-companies .sister-company-container{
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: #848484;
}
.sister-companies .sister-company-container span{
	font-weight: 600;
}
.sister-companies .sister-company-container a{
  color: #848484;
  padding: 0 20px;
  margin: 0;
  border-left: 1px solid #d2d2d2;
}
.sister-companies .sister-company-container a:first-of-type{
	border: none;
}
.sister-companies .sister-company-container a:hover{

}
.footer-companies{
  padding: 50px 20px;
  background: #212020;
}
.footer-companies .content{
	text-align: center;
}
.footer-companies .content .h3{
	color: #fff;
}
.footer-companies .content .h6{
	color: #fff;
}
.footer-companies .content .h3::after{
  content: '';
  width: 50px;
  height: 4px;
  display: block;
  background: #8bca34;
  margin: 30px auto 40px;
}
.footer-companies .content a{
	margin: 0 20px;
	display: inline-block;
}
.footer-companies .content a img{
	width: 200px;
}
@media screen and (max-width: 960px){
	.sister-companies{
		display: none;
	}
	.footer-companies .content a{
		margin: 0 20px 20px;
	}
}
.promo-list .third-width {
  min-height: 300px;
}
.promo-list img {
  width: 100%;
  height: auto;
}





/* ----------- Additional Styles ----------- */
.full_header{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
  top: 0px;
  position: sticky;
  position: -webkit-sticky;
}
.full_header a.logo{
	width: 275px;
	height: auto;
	display: block;
	float: left;
}
.full_header a.logo img{
	width: 100%;
	height: auto;
}
.full_header .additional-links{
  width: 150px;
  height: auto;
  float: left;
  padding-top: 48px;
  border-right: 1px solid #efefef;
}
.full_header .additional-links a.sds{
  width: 100%;
  height: auto;
  display: block;
  background: #8bca33;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 11px 0 12px;
  font-size: 16px;
}
.full_header .additional-links a.sds:hover{
  background: #333;
}
.full_header .additional-links a.alternate-site{
	width: 100%;
	height: auto;
	display: block;
	max-width: 150px;
}
.full_header .additional-links a.alternate-site:hover{

}
.full_header .additional-links a.alternate-site img{
	width: 100%;
	height: auto;
}
.full_header .nav-holder{
	width: calc(100% - 425px);
	float: right;
}
.full_header .nav-holder .contact-holder{
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #efefef;
}
.full_header .nav-holder .contact-holder a.find-rep{
  float: right;
  background: #00a850;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 20px 5px;
}
.full_header .nav-holder .contact-holder a.find-rep.contact-btn{
	background: #8bca33;
}
.full_header .nav-holder .contact-holder a.find-rep:hover{
	background: var(--heading);
}
.full_header .nav-holder .contact-holder .contact-sub-holder{
	float: right;
	margin: 5px 0 0 0;
}
.full_header .nav-holder .contact-holder .contact-item{
	float: left;
}
.full_header .nav-holder .contact-holder .contact-item object{
  float: left;
  height: 14px;
  margin: 4px 5px 0 0;
}
.full_header .nav-holder .contact-holder .contact-item .info-holder{
  line-height: 20px;
  min-width: 230px;
}
.full_header .nav-holder .contact-holder .contact-item:nth-of-type(3) .info-holder{
	min-width: 365px;
}
.full_header .nav-holder .contact-holder .contact-item .info-holder span.h6{
  margin: 2px 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  float: left;
  color: #a0a0a0;
}
.full_header .nav-holder .contact-holder .contact-item .info-holder a{
	font-size: 12px;
  line-height: 20px;
  color: #a0a0a0;
}
.full_header .nav-holder .contact-holder .contact-item .info-holder a:hover{
  color: #838383;
}
.full_header .nav-holder .contact-holder .contact-item .info-holder address{
	font-size: 12px;
  line-height: 20px;
  display: inline-block;
  color: #a0a0a0;
}
.full_header .nav-holder .contact-holder a.sister-company{
	height: 30px;
	width: auto;
	float: right;
	display: block;
}
.full_header .nav-holder .contact-holder a.sister-company img{
	height: 100%;
	width: auto;
}
.full_header .nav-holder .jqueryslidemenu{

}
.strip01{
	position: relative;
	padding-bottom: 50px;
}
.strip01::after{
  content: '';
  background: url(/assets/images/layout/grey-grass.png) center bottom no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .5;
}
.strip01 .content{
	max-width: 960px;
	position: relative;
	z-index: 2;
}
.strip01 .content .editable_content{

}
.strip01 .content .editable_content h1{
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 0 0 20px;
}
.strip01 .content .editable_content h6{
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 20px;
}
.strip01 .content .editable_content h6:first-of-type{
  margin: 0 0 -5px;
}
.strip01 .content .editable_content p{
  margin: 0 0 20px;
}
.strip02{
	padding: 0;
	margin: 0;
}
.strip02 .content{
	max-width: 100%;
}
.strip02 .content .box_list{
	margin: 0;
	padding: 0;
}
.strip02 .content .box_list .box{
  width: 33.333%;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  padding: 0 0 0 40px;
}
.strip02 .content .box_list .box::after{
	content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: block;
}
.strip02 .content .box_list .box > div{
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 0 20px 0 0;
  -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;
}
.strip02 .content .box_list .box:hover > div{
  bottom: 50%;
  transform: translate(0 , 50%);
}
.strip02 .content .box_list .box a.title{
  text-decoration: none;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-transform: capitalize;
  /* width: 65%; */
  display: block;
  /* top: calc(100% - 104px); */
  /* left: 25px; */
  /* position: absolute; */
  z-index: 2;
  -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;
  text-align: left;
}
.strip02 .content .box_list .box:hover a.title{
	/* top: 25px; */
	margin: 0 0 20px;
}
.strip02 .content .box_list .box p{
  /* text-align: left; */
  /* max-width: 400px; */
  /* left: 30px; */
  /* position: absolute; */
  color: #fff;
  z-index: 3;
  /* bottom: -100px; */
  opacity: 0;
  -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;
}
.strip02 .content .box_list .box:hover p{
  opacity: 1;
  margin: 0 0 35px;
  /* bottom: 50%;
  transform: translate(0 , 50%); */ 
}
.strip02 .content .box_list .box a.learn-more{
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background: none;
  padding: 10px 35px 8px;
  border-radius: 50px;
  /* bottom: 0; */
  /* left: 25px; */
  /* position: absolute; */
  z-index: 2;
  border: 2px solid #fff;
  opacity: 0;
  -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;
}
.strip02 .content .box_list .box a.learn-more:hover{
	background: #fff;
	color: #333;
}
.strip02 .content .box_list .box:hover a.learn-more{
	opacity: 1;
	/* bottom: 20px; */
}
.services-list{

}
.services-list .box{
	width: 33.3333%;
	height: 450px;
	display: block;
	float: left;
	position: relative;
	margin: 0;
}
.services-list .box .content-container{
	text-align: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: block;
}
.services-list .box .content-container a.title{
  text-decoration: none;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-transform: capitalize;
  width: 45%;
  display: block;
  top: calc(100% - 104px);
  left: 25px;
  position: absolute;
	z-index: 2;
	-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;
}
.services-list .box:hover .content-container a.title{
	top: 25px;
}
.services-list .box .content-container > div p{
  color: #fff;
  bottom: 0;
  left: 25px;
  position: absolute;
  opacity: 0;
	-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;
}
.services-list .box:hover .content-container > div p{
  bottom: 90px;
  opacity: 1;
}
.services-list .box .content-container > div a.btn{
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background: none;
  padding: 10px 35px 8px;
  border-radius: 50px;
  bottom: 0;
  opacity: 0;
  left: 25px;
  position: absolute;
  border: 2px solid #fff;
  -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;
}
.services-list .box .content-container > div a.btn:hover{
	background: #fff;
	color: #333;
}
.services-list .box:hover .content-container > div a.btn{
  bottom: 40px;
  opacity: 1;
}
.strip03{

}
.strip03 .content{

}
.strip03 .content .review-title-holder{
  width: 430px;
  float: left;
  border-right: 4px solid #efefef;
  margin: 0 50px 0 0;
}
.strip03 .content .review-title-holder .h1{
  margin: 0 0 25px;
}
.strip03 .content .review-title-holder .h6{
  margin: 0 0 -3px;
}
.strip03 .content .review-title-holder p{
	margin: 0 0 40px;
}
.strip03 .content .review-title-holder a{
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  background: none;
  padding: 6px 35px;
  border-radius: 50px;
  border: 2px solid #333;
  -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;
}
.strip03 .content .review-title-holder a:hover{
	background: #333;
	color: #fff;
}
.strip03 .content .reviews-featured{
	width: calc(100% - 480px);
	float: right;
}
.strip03 .content .reviews-featured .review-holder{

}
.strip03 .content .reviews-featured .review-holder p{

}
.strip03 .content .reviews-featured .review-holder .review-name{
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #333;
}
.strip04{
	background: #f7f7f7;
}
.strip04 .content{

}
.strip04 .content .h1{
	margin: 0 0 50px;
}
.strip04 .content .h6{
	margin: 0;
}
.strip04 .content .projects-list{
  margin-bottom: 30px;
}
.strip04 .content .projects-list .project-box{
  width: calc(50% - 10px);
  float: left;
  height: 290px;
  margin: 0 0 20px;
  position: relative;
}
.strip04 .content .projects-list .project-box:first-of-type{
	height: 600px;
	margin: 0 20px 0 0;
}
.strip04 .content .projects-list .project-box::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.strip04 .content .projects-list .project-box a.title{
  position: absolute;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  width: 75%;
  display: block;
  font-weight: 700;
  top: calc(100% - 80px);
  left: 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;
}
.strip04 .content .projects-list .project-box:hover a.title{
  top: 20px;
}
.strip04 .content .projects-list .project-box a.button{
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  background: none;
  padding: 10px 35px 8px;
  border-radius: 50px;
  bottom: 0;
  opacity: 0;
  left: 25px;
  z-index: 2;
  position: absolute;
  border: 2px solid #fff;
  -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;
}
.strip04 .content .projects-list .project-box a.button:hover{
	background: #fff;
	color: #333;
}
.strip04 .content .projects-list .project-box:hover a.button{
	bottom: 20px;
	opacity: 1;
}
a.full-btn{
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  background: none;
  padding: 10px 35px 8px;
  border-radius: 50px;
  border: 2px solid #333;
  -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;
}
a.full-btn:hover{
	background: #333;
	color: #fff;
}
.strip05{
	background: #252525;
}
.strip05 .content{

}
.strip05 .content .h1{
	text-align: center;
	color: #fff;
	margin: 0 0 50px;
}
.strip05 .content h6{
	text-align: center;
	margin-bottom: 0;
}
.strip05 .content .half-width{
	width: 50%;
	margin: 0;
	float: left;
}
.strip05 .content .half-width .contact-item{
  margin: 0 0 20px;
}
.strip05 .content .half-width .contact-item object{
  height: 40px;
  width: 40px;
  float: left;
  margin: 5px 10px 0 0;
}
.strip05 .content .half-width .contact-item .contact-info{

}
.strip05 .content .half-width .contact-item .contact-info strong{
	color: #fff;
}
.strip05 .content .half-width .contact-item .contact-info a{
	color: #fff;
}
.strip05 .content .half-width .contact-item .contact-info address{
	color: #fff;
}
.strip05 .content .half-width form button.superbutton{
  width: 136px;
  margin-left: calc(100% - 136px);
}
.team-list{

}
.team-list .box{
  width: calc(50% - 20px);
  margin: 0 20px 0 0;
  text-align: left;
}
.team-list .box img{
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-radius: 0;
  border: none;
  float: left;
  border-right: 3px solid #efefef;
  width: 125px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.team-list .box .content-holder{
	height: 102px;
	display: flex;
	align-items: center;
}
.team-list .box .content-holder a.title{
  font-size: 22px;
  line-height: 20px;
  margin: 0;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
}
.team-list .box .content-holder a.title:hover{
	color: var(--main);
}
.team-list .box .content-holder .job-title{
  font-size: 16px;
  line-height: 16px;
}
.inner-service-list{

}
.inner-service-list .box{
	width: calc(33.3333% - 20px);
  height: 300px;
  margin: 0 10px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.inner-service-list .box::after{
	content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0,0,0,0.5);
}
.inner-service-list .box > div{
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 15px;
  -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;
}
.inner-service-list .box:hover > div{
	bottom: 50%;
	transform: translate(0 , 50%);
}
.inner-service-list .box a.title{
  display: block;
  color: #fff;
  /* position: absolute; */
  text-align: left;
  /* left: 20px; */
  /* font-size: 20px; */
  line-height: 24px;
  text-transform: capitalize;
  z-index: 1;
  text-decoration: none;
  /* top: calc(100% - 79px); */
  -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;
  margin: 0;
}
.inner-service-list .box:hover a.title{
  margin: 0 0 30px;
}
.inner-service-list .box a.learn-more{
    width: auto;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    border: 2px solid #fff;
    padding: 6px 27px 5px;
    border-radius: 50px;
    /* bottom: 0; */
    /* left: 20px; */
    opacity: 0;
    -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;
}
.inner-service-list .box a.learn-more:hover{
	background: #fff;
	color: #333;
}
.inner-service-list .box:hover a.learn-more{
  
  opacity: 1;
}
button.superbutton.review-submit{
	border-color: #333;
	color: #333;
}
button.superbutton.review-submit:hover{
	background: #333;
	color: #fff;
}
.contact-list{

}
.contact-list ul{
	width: 100%;
	margin: 0;
}
.contact-list ul li{
  width: calc(25% - 20px);
  float: left;
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
  margin: 0 10px 0;
  text-align: center;
  border-radius: 6px;
  padding: 20px 10px;
  min-height: 220px;
}
.contact-list ul li img{
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: block;
  border: 2px solid var(--main);
  border-radius: 50%;
}
.contact-list ul li span{
	font-size: 16px;
	line-height: 20px;
}
.contact-list ul li span strong{

}
.contact-list ul li span a{

}
.contact-list ul li span a:hover{

}
.contact-list ul li span pre{
	font-size: 16px;
	line-height: 20px;
}
.contact-strip{
	padding-bottom: 125px;
}
.contact-strip .content .editable_content{
	margin-bottom: 60px;
}
.social-strip{
	padding: 0;
	position: relative;
	overflow: visible;
}
.social-strip .content{
  max-width: 600px;
  text-align: center;
  background: var(--main);
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: -75px;
  left: calc(50% - 300px);
  width: 100%;
  z-index: 800;
}
.social-strip .content .h1{
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 15px;
}
.social-strip .content h6{
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	margin: 0;
}
.social-strip .content .social_media{

}
.social-strip .content .social_media ul{
  width: 100%;
  margin: 0;
}
.social-strip .content .social_media ul li{
	float: none;
}
.social-strip .content .social_media ul li a{
	color: #fff;
	border-color: #fff;
}
.social-strip .content .social_media ul li a:hover{
	background: #fff;
	color: #333;
}
.social-strip .content .social_media ul li a i{
  font-size: 18px;
}
.full-service-list{

}
.full-service-list .full-service-strip{
	background: #f7f7f7;
	margin: 0;
}
.full-service-list .full-service-strip:nth-of-type(2n){
	background: #fff;
}
.full-service-list .full-service-strip .image-holder{
	width: 40%;
	height: 450px;
	float: left;
}
.full-service-list .full-service-strip:nth-of-type(2n) .image-holder{
	float: right
}
.full-service-list .full-service-strip .content-holder{
	width: 60%;
	height: 450px;
	float: left;
	max-width: 800px;
	display: flex;
  align-items: left;
  text-align: left;
	padding: 0 40px;
  flex-direction:column;
  justify-content:center;
}
.full-service-list .full-service-strip:nth-of-type(2n) .content-holder{
	float: right;
}
.full-service-list .full-service-strip .content-holder h1{
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 10px;
}
.full-service-list .full-service-strip .content-holder h6{
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 20px;
}
.full-service-list .full-service-strip .content-holder p{
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0;
}
.full-service-list .full-service-strip .content-holder ul li{
	font-size: 16px;
	line-height: 20px;
}
.full-service-list .full-service-strip .content-holder a.superbutton{
  margin: 0 auto;
}
.news-list{

}
.news-list .box{
  width: calc(33.3333% - 15px);
  margin: 0 20px 20px 0;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 0 0 30px;
  -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;
}
.news-list .box:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.news-list .box:nth-of-type(3n){
  margin: 0 0 20px 0;
}
.news-list .box img{
  margin: 0 0 15px 0;
  max-width: 100%;
  max-height: 100%;
}
.news-list .box a.title{
  font-weight: 700;
  color: var(--heading);
  text-transform: none;
  text-decoration: none;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 5px;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.news-list .box .date{
  font-size: 16px;
  line-height: 16px;
  color: var(--main);
  margin: 0 0 15px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  -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;
}
.news-list .box p{
	font-size: 15px;
  margin: 0 0 15px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  -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;
}
.news-list .box a.btn{
  color: #333;
  padding: 9px 20px 8px;
  margin: 0 auto;
  width: 155px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  display: block;
  float: none;
  text-decoration: none;
  text-shadow: none;
  border: 2px solid #333;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: none;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  -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;
}
.news-list .box a.btn:hover{
	background: #333;
	color: #fff;
}
.post_date{
	color: var(--main);
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}
.past-news-list{

}
.past-news-list .box{
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  background: #f7f7f7;
  border-left: 5px solid var(--main);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.past-news-list .box:nth-of-type(2n){
	margin: 0 0 20px 0;
}
.past-news-list .box::after{
	content: '';
	position: absolute;
	top: 0;
	left: -110%;
	width: 105%;
	height: 100%;
	display: block;
	background: var(--main);
	-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-news-list .box:hover::after{
	left: -1%;
}
.past-news-list .box a.title{
  color: var(--heading);
  text-decoration: none;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0;
  display: block;
  position: relative;
  z-index: 2;
}
.past-news-list .box:hover a.title{
	color: #fff;
}
.past-news-list .box a.title:hover{

}
.past-news-list .box .date{
  font-size: 16px;
  line-height: 16px;
  color: var(--main);
  position: relative;
  z-index: 2;
}
.past-news-list .box:hover .date{
	color: #fff;
}
.box_list.team_list .box address{

}
.box_list.team_list .box address a{
  display: block;
  width: 100%;
  margin: 0 0 5px;
  color: #676767;
  text-decoration: none;
}
.box_list.team_list .box address a:hover{
	color: #333;
}
.box_list.team_list .box address a i{
  color: var(--main);
}
.box_list.team_list .box address a:hover i{

}
.swipebox_video_full{

}
.swipebox_video_full a{
	width: calc(25% - 20px);
  height: auto;
  margin: 0 10px 20px;
  display: block;
  float: left;
  -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;
}
.swipebox_video_full a:hover{
	opacity: .5;
}
.swipebox_video_full a img{
	width: 100%;
	height: auto;
}
.strip02 .content .box_list.services-list .box:nth-of-type(3),
.strip02 .content .box_list.services-list .box:nth-of-type(4),
.strip02 .content .box_list.services-list .box:nth-of-type(5){
  width: 33.3333%;
  height: 400px;
}
.strip02 .content .box_list.services-list-featured .box{
  width: 33.3333%;
  height: 400px;
}
.strip02 .content .box_list.services-list-featured .box a.title {
  font-size: 32px;
  line-height: 32px;
  width: 100%;
}
.strip02 .content .box_list.services-list-featured .box:hover a.title{
	margin-bottom: 35px;
}
/* Reviews Page */
.widget_reviews .reviews li {
  list-style: none;
  position: relative;
  margin-bottom: 2rem;
}
.widget_reviews .reviews li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--dark-grey);
  opacity: .07;
}
.widget_reviews .reviews li i {
  position: relative;
  margin: 0 0 30px;
  left: 0;
  font-size: 30px;
  opacity: 1;
  color: #333;
  border: 3px solid var(--main);
  border-radius: 50%;
  padding: 15px;
}
.widget_reviews .reviews blockquote {
  text-align: center;
}
.widget_reviews .reviews cite {
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  color: #333;
}
.form_holder #reviews_form input, .form_holder #reviews_form textarea {
    background: #f7f7f7;
    border-bottom: 3px solid #19a752;
}
.form_holder .half_width:nth-of-type(2n){
	margin-right: 0;
}
button.superbutton.review-submit {
    border-color: #333;
    color: #333;
    width: 136px;
    margin-left: calc(100% - 136px);
}
.strip06{
	position: relative;
}
.strip06::after{
	content: '';
  background: url(/assets/images/layout/grey-grass.png) center bottom no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .5;
}
.strip06 .content{
	max-width: 960px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.strip06 .content h1{

}
.strip06 .content h6{
	margin: 0;
}
.strip06 .content p{
	margin-bottom: 30px;
}
.strip06 .content a{

}
.strip06 .content a:hover{

}
.title-holder{
  background: #f6f6f6;
  text-align: center;
  padding: 60px 20px;
}
.title-holder .h3{
	margin: 0;
	position: relative;
}
.title-holder .h3::after{
	content: '';
  width: 60px;
  height: 3px;
  background: var(--main);
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
}
.strip07{
  background: #f6f6f6;
}
.strip07 .content{
  text-align: center;
}
.strip07 .content h1{
	margin: 0;
	position: relative;
}
.strip07 .content h6{
	position: relative;
	margin: 0 0 50px;
}
.strip07 .content a{
	width: 250px;
	display: block;
	margin: 0 auto;
}
.strip07 .content a img{
	width: 100%;
	height: auto;
}
.strip07 .content .h3::after{
	content: '';
  width: 60px;
  height: 3px;
  background: var(--main);
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
}
.full_header .nav-holder .contact-holder .sds-link{
  float: left;
  line-height: 20px;
  padding: 0 30px;
  border-left: 1px solid #efefef;
}
.full_header .nav-holder .contact-holder .sds-link a{
  color: #a0a0a0;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.full_header .nav-holder .contact-holder .sds-link a:hover{
	color: #333;
}
.full_header .nav-holder .jqueryslidemenu ul li.footer-item{
	display: none;
}
.content_container .content .record_search{

}
.content_container .content .record_search label{
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.content_container .content .record_search input,
.content_container .content .record_search select{
  width: calc(100% - 10px);
  border: none;
  border-bottom: 3px solid var(--main);
  font-size: 18px;
  line-height: 20px;
  padding: 9px 5px;
  background: #f7f6f6;
}
.content_container .content table.sds_table{

}
.content_container .content table.sds_table tbody#records_display{

}
.content_container .content table.sds_table tbody#records_display tr{
  border-bottom: 1px solid #efefef;
  padding: 10px 0 10px;
  margin: 0 0 10px;
}
.content_container .content table.sds_table tbody#records_display tr td a i.far{
  font-size: 30px;
  color: var(--alt-comapny);
}
.content_container .content table.sds_table tbody#records_display tr td a:hover i.far{
	color: var(--main);
}
.product-list-strip{
	background: #f7f7f7;
}
.product-list-strip .content .full-service-list{
  display: flex;
  flex-wrap: wrap;
}
.product-list-strip .content .full-service-list .full-service-strip{
  background: none;
  width: calc(50% - 30px);
  margin: 0 15px 50px;
  float: left;
}
.product-list-strip .content .full-service-list .full-service-strip .image-holder{
  width: 100%;
  height: 200px;
  background-size: auto 100% !important;
  margin: 0 0 20px;
}
.product-list-strip .content .full-service-list .full-service-strip .content-holder{
  width: 100%;
  height: auto;
  float: none;
  display: block;
  text-align: center;
  padding: 0;
}
.full-service-list .full-service-strip a.button.light{
  margin-top: 30px;
  border-color: #8bca33;
  background: #8bca33;
  color: #fff;
}
.full-service-list .full-service-strip a.button.light:hover{
	background: #333;
	border-color: #333;
}
.contact-strip a.button{
  max-width: 300px;
  background: var(--main);
  border: none;
  color: #fff;
}
.contact-strip a.button:hover{
	background: var(--heading);
	color: #fff;
}
#menu .mm-list > li.mobile-sister-company{
	background: var(--alt-comapny);
}
#menu .mm-list > li.mobile-sister-company a{
	padding: 9px 6px  6px;
}
#menu .mm-list > li.mobile-sister-company a img{
  height: 35px;
}
/* ---------- MEDIA QUERIES ---------- */
@media screen and (max-width: 1650px){
	.strip02 .content .box_list .box a.title {
    font-size: 32px;
    line-height: 32px;
    width: calc(100% - 35px);
	}
}
@media screen and (max-width: 1555px){
	.full_header .nav-holder .jqueryslidemenu ul li a{
    font-size: 14px;
		padding: 28px 15px 29px
	}
}
@media screen and (max-width: 1420px){
	.full_header a.logo{
    width: 225px;
	}
	.full_header .nav-holder {
		width: calc(100% - 345px);
  }
	.full_header .nav-holder .jqueryslidemenu ul li a{
    padding: 19px 12px;
	}
	.full_header .nav-holder .jqueryslidemenu ul li a::after{
		bottom: 9px;
	}
	.full_header .nav-holder .jqueryslidemenu ul li.contact_link {
    margin-top: 9px;
	}
	.full_header .additional-links{
    width: 120px;
    padding-top: 40px;
	}
	.full_header .additional-links a.sds{
		font-size: 14px;
    padding: 8px 0;
	}
}
@media screen and (max-width: 1310px){
	.full_header .nav-holder .jqueryslidemenu ul li a{
    padding: 20px 8px;
    font-size: 13px;
	}
}
@media screen and (max-width: 1220px){
	.full_header .nav-holder .jqueryslidemenu ul li{
		margin: 0 5px;
	}
	.full_header .nav-holder .jqueryslidemenu ul li a{
    padding: 20px 6px;
    font-size: 12px;
	}
}
@media screen and (max-width: 1160px){
	.full_header .nav-holder .contact-holder .contact-item .info-holder span.h6{
    margin: 3px 6px 0 0;
    font-size: 10px;
	}
	.full_header .nav-holder .contact-holder .contact-item .info-holder a {
    font-size: 10px;
  }
	.full_header .nav-holder .contact-holder .contact-item .info-holder address {
    font-size: 10px;
  }
  .full_header .nav-holder .contact-holder .contact-item .info-holder {
    min-width: 185px;
	}
	.full_header .nav-holder .contact-holder .contact-item:nth-of-type(3) .info-holder {
    min-width: 280px;
	}
	.full_header .nav-holder .jqueryslidemenu ul li{
    margin: 0;
	}
	.full_header .nav-holder .jqueryslidemenu ul li a{
    padding: 19px 10px;
	}
	.full_header .nav-holder .jqueryslidemenu ul li.contact_link {
    margin-right: 10px;
	}
	.full_header .nav-holder .contact-holder .contact-sub-holder{
    margin: 3px 0 0 0;
	}
}
@media screen and (max-width: 1075px){
	.contact-list ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    min-height: 230px;
  }
	.full_header .nav-holder .jqueryslidemenu ul li{
		margin: 0 5px;
	}
	.full_header .nav-holder .jqueryslidemenu ul li a{
    padding: 20px 0;
    font-size: 11px;
	}
  .full_header .nav-holder .contact-holder .contact-item .info-holder {
    min-width: 175px;
	}
	.full_header .nav-holder .contact-holder a.find-rep{
    padding: 6px 10px 5px;
	}
}
@media screen and (max-width: 1050px){
	.banner-container-constrained .banner-details .title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .banner-container-constrained .banner-details .description {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1005px){
	.ms-banner-constrained li .banner-details{
	  width: 80%;
	  left: 10%;
		transform: translate(0 , -50%);
	}
	.ms-banner-constrained .middle-right{
		left: 10%;
		transform: translate(0 , -50%);
	}
	.banner-container-constrained .banner-details span.h6 {
    font-size: 18px;
    line-height: 18px;
  }
	.banner-container-constrained .banner-details .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
	}
	.banner-container-constrained .banner-details div.description p{
		font-size: 14px;
		line-height: 18px;
	}
	.banner-container-constrained .banner-details a{
    font-size: 14px;
    padding: 5px 20px;
	}
	.ms-banner-constrained li:after{
		background: rgba(0,0,0,0.5);
	}
	.strip02 .content .box_list.services-list-featured .box{
	  width: 100%;
	  height: 300px;
	}
	.strip02 .content .box_list.services-list-featured .box a.title {
	  font-size: 28px;
	  line-height: 28px;
	  width: calc(100% - 35px);
	}
	.strip05 .content .half-width {
    width: 100%;
    margin: 0;
    float: none;
	}
	.full-service-list .full-service-strip .image-holder{
		width: 100%;
		height: 250px;
	}
	.full-service-list .full-service-strip .content-holder{
		width: 100%;
		height: auto;
		padding: 40px 20px;
		max-width: 100%;
		display: block;
	}
	.third-width {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
	}
	.promo-list .third-width figure figcaption {
  	/* height: 55px; */
	}
	#signature .third-width{
		width: 100%;
		margin: 0 0 15px;
	}
	.news-list .box {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
	}
	.news-list .box:nth-of-type(3n){
    margin: 0 20px 20px 0;
	}
	.news-list .box:nth-of-type(2n){
    margin: 0 0 20px 0;
	}
	.past-news-list .box {
    width: 100%;
    margin: 0 0 20px 0;
	}
	.box_list.team_list .box {
    width: calc(50% - 2%);
	}
	.box_list.team_list .box:nth-of-type(3n)::after{
		display: block;
	}
	.box_list.team_list .box:nth-of-type(2n)::after{
		display: none;
	}
	.contact-strip {
    padding-bottom:40px;
	}
	.social-strip .content {
    max-width: 100%;
    text-align: center;
    background: var(--main);
    padding: 20px;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	}
	.strip03 .content .review-title-holder{
    width: 100%;
    float: none;
    border: none;
    border-bottom: 4px solid #efefef;
    padding: 0 0 30px;
    margin: 0 0 30px;
	}
	.strip03 .content .reviews-featured {
    width: 100%;
    float: none;
	}
	#signature a.footer-logo {
    width: 200px;
    float: none;
    display: block;
    margin: 0 auto 20px;
	}
	.menu_list ul.pages li {
    width: 100%;
    margin: 0 0 15px;
  }
  .strip02 .content .box_list.services-list .box:nth-of-type(3),
  .strip02 .content .box_list.services-list .box:nth-of-type(4){
    width: 50%;
    height: 300px;
	}
  .strip02 .content .box_list.services-list .box:nth-of-type(5) {
    width: 100%;
    height: 300px;
  }
  .inner-service-list .box {
    width: calc(50% - 20px);
	}
	.strip04 .inner-service-list .box {
    width: 100%;
    margin: 0 0 20px;
	}
	.product-list-strip .content .full-service-list .full-service-strip{
	  width: calc(100% - 30px);
	  float: none;
	}
}
@media screen and (max-width: 880px){
	.strip02 .content .box_list .box a.title {
    font-size: 32px;
    line-height: 32px;
  }
  .strip02 .content .box_list .box {
    width: 100%;
    height: 300px;
  }
  .strip02 .content .box_list.services-list .box,
  .strip02 .content .box_list.services-list .box:nth-of-type(3),
  .strip02 .content .box_list.services-list .box:nth-of-type(4){
    width: 100%;
    height: 300px;
	}
}
@media screen and (max-width: 750px){
	.news-list .box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    display: block;
	}
	.news-list .box:nth-of-type(3n){
    margin: 0 auto 20px;
	}
	.news-list .box:nth-of-type(2n){
    margin: 0 auto 20px;
	}
}
@media screen and (max-width: 650px){
	.contact-list ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .inner-service-list .box {
    width: calc(100% - 20px);
	}
}
@media screen and (max-width: 600px){
	.box_list.team_list .box {
    width: 100%;
    margin: 0 0 20px;
	}
	.box_list.team_list .box:nth-of-type(2n)::after{
		display: block;
	}
	.box_list.team_list .box::after{
    width: 80%;
    height: 2px;
    right: 10%;
    top: auto;
    bottom: -10px;
	}
	.section_title{
		margin-top: 20px;
	}
}
.editable_content table tr td.st-key{

}
.product-strip01 .content table tbody tr td img{
	min-width: 200px;
	height: auto;
}
.product-strip01 .content .editable_content table tr{
  padding: 20px 0;
  display: block;
  border-bottom: 2px solid #efefef;
}
.product-strip01 .content .editable_content table tr td{
	border: none;
}
@media (max-width: 767px){
	.product-strip01 .content .editable_content table tr{
	  border-bottom: none;
	}
	.product-strip01 .content .editable_content table tr:nth-of-type(2n){
	  border-bottom: 2px solid #efefef;
	}
	div.promo-list div.third-width figure figcaption {
  	/* height: 46px; */
	}
	div.promo-list div.third-width {
  	width: 100%;
  	margin: 10px auto;
  	max-width: 400px;
	}

}
.promo-list .third-width figure {
  position: relative;
  overflow: hidden;
}
.promo-list .third-width figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1.5rem + 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background:rgba(0,0,0, .7);
  padding: 15px;
  align-items: center;
  justify-items: 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;
}
.promo-list .third-width figcaption .content_wrap {
  grid-column-end: span 3;
  width: 100%;
}
.promo-list .third-width figcaption .h6,
.promo-list .third-width figcaption p {
  margin-bottom: 0;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.promo-list .third-width figcaption p {
  margin-top: 40px;
  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;
}
.promo-list .third-width:hover figcaption {
  height: 100%;
  background: rgba(0,0,0, .7);;
}
.promo-list .third-width:hover figcaption p {
  opacity: 1;
}
.featured_port_section {
  background: var(--light-color);
}
.featured_port_section .h6,
.full_port_section .h6 {
  margin: 0;
}
.faq-block {
  margin-bottom: 30px;
}
.faq-block .toggle_faq > div{
  padding: 40px 0 16px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  display: block !important;
  position: relative;
}
.faq-block div.toggler{
  border-bottom: 1px solid #efefef;
  margin: 0;
}
.faq-block .toggle_faq > div span.faq-icon{
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20px);
  border-radius: 50%;
}
.product_container {
  display: flex;
}
.product_container .product_item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.product_container .product_item .title {
  font-size: 25px;
}
.dutch-blitz{
	justify-content: center;
	flex-wrap: wrap;
}
.dutch-blitz .product_item{
	width: calc(33.3333% - 40px);
  margin: 0 20px 40px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.dutch-blitz .product_item img{
  margin: 0 0 15px;
  width: 100%;
	height: auto;
}
.dutch-blitz .product_item .title{
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: var(--heading);
  margin: 0 0 10px;
}
.dutch-blitz .product_item .price-holder{

}
.dutch-blitz .product_item .price-holder span.price{
	color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px;
}
.dutch-blitz .product_item .price-holder span.strike{
  text-decoration: line-through;
  color: #b5b5b5;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #d5d5d5;
  padding: 0 10px;
}
.dutch-blitz .product_item .price-holder span.sale{
	color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px;
}
.dutch-blitz .product_item .sold{
	color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px;
  height:40px;
}
.product_highlight{
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-radius: 15px;
  overflow: hidden;
}
.product_highlight img{
	background: #fff;
  padding: 20px;
}
.product_highlight .img_select{
  padding: 5px 15px;
}
.product_highlight .img_select figure{

}
.product_highlight .img_select figure img{
	padding: 0;
	margin: 0;
}
.product_highlight .purchase_form{

}
.product_highlight .purchase_form strong{
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.product_highlight .purchase_form li{

}
.product_highlight .purchase_form li span.price{
	color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}
.product_highlight .purchase_form li span.sale{
	color: #333;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 0 10px;
}
.product_highlight .purchase_form li span.strike{
  text-decoration: line-through;
  color: #b5b5b5;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #d5d5d5;
  padding: 0 10px 0 0;
}
.product_highlight .purchase_form .form_holder{
	padding: 10px 0;
}
.product_highlight .purchase_form .form_holder input{
	border-bottom: 3px solid var(--main);
}
.product_highlight .purchase_form .form_holder .full_width label{
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px;
}
.product_highlight .purchase_form .form_holder button.purchase_btn{
  border: none;
  background: #333;
  color: #fff;
  padding: 12px 10px 10px;
}
.product_highlight .purchase_form .form_holder button.purchase_btn:hover{
	background: var(--main);
}
.grey-strip{
	background: #f6f6f6;
}
.grey-strip .promo-list .third-width figure figcaption{
  height: calc(2rem + 30px);
}
.grey-strip .promo-list .third-width:hover figure figcaption{
	height: 100%;
}
.grey-strip .promo-list .third-width figcaption .h6{
    height: 2rem;
    font-size: 0.45rem;
}
.golf-game-strip{
	background: var(--main);
}
.golf-game-strip h1,
.golf-game-strip .h1,
.golf-game-strip h2,
.golf-game-strip .h2,
.golf-game-strip h3,
.golf-game-strip .h3,
.golf-game-strip h4,
.golf-game-strip .h4,
.golf-game-strip h5,
.golf-game-strip .h5,
.golf-game-strip h6,
.golf-game-strip .h6,
.golf-game-strip p{
	color: #fff;
}
.golf-game-strip h1,
.golf-game-strip .h1{
	margin: 0 0 30px;
}
.golf-game-strip p{
	margin: 0 0 40px;
}
.golf-game-strip a.superbutton{
	border-color: #fff;
	color: #fff;
}
.golf-game-strip a.superbutton:hover{
	background: #fff;
	color: #333;
}
.golf-game-strip .editable_content img{
	margin: auto;
}
.content_container .content #unity-container.unity-desktop{
  left: 0;
  top: 0;
  transform: translate(0, 0);
  position: inherit;
}
#unity-footer,
.content_container.golf-game-page .content{
	max-width: 960px;
}
.scratch-content ul {
  color:#fff;
  list-style:none;
}
.scratch_container {
	background: url(background.jpg) no-repeat left top;
	width: 293px;
	height: 394px;
	margin: 0 auto;
	padding: 150px 0 0;
}
.scratch_container #js-container {
	font-family: Charcoal, sans-serif;
	background: url(scratch-bg.jpg) no-repeat left top;
	position: relative;
	width: 283px;
	height: 204px;
	margin: 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display:flex;
	align-items:center
}
.scratch_container #js-container h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 10px;
    text-align: center;
    margin: auto;
    width: 90%;
}
.scratch_container .winning-msg {
  color: #fff;
}

.scratch_container .message{
    padding: 10%;
    text-align: center;
    margin:0;
    width:100%;
    line-height: 10px;
}
.scratch_container .message span{
    font-size: 14px;
}
.scratch_container .message a{
    text-transform: uppercase;
    color: #7AB645;
    /*text-shadow: 1px 1px 1px #000;*/
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
.scratch_container .btn {
	margin-top:12px;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #7AB645;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.scratch_container .btn:hover {
  background: #372F2C;
  text-decoration: none;
}
.scratch_container .canvas {
  position: absolute;
  top: 0;
}

.scratch_container .displayNone {
  display:none;
}

.sorry-mobile{
	display: none;
}
.scratch-strip{
	background: url(/assets/images/layout/scratch-background.jpg) center center no-repeat fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding-top: 125px;
}
.scratch-strip::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(17, 17, 17, 0.35);
}
.scratch-strip .content{
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0.10);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 15px;
	border: 2px solid rgba(255,255,255,0.4);
	max-width: 800px;
  padding-bottom: 30px;
}
.scratch-strip .content img.scratch-title{
  width: 400px;
  height: auto;
  position: absolute;
  left: calc(50% - 200px);
  top: -72px;
}
.scratch-strip .content .editable_content{
	width: 100%;
	padding: 100px 40px 10px;
	text-align: center;
}
.scratch-strip .content .editable_content h1,
.scratch-strip .content .editable_content .h1,
.scratch-strip .content .editable_content h2,
.scratch-strip .content .editable_content .h2,
.scratch-strip .content .editable_content h3,
.scratch-strip .content .editable_content .h3,
.scratch-strip .content .editable_content h4,
.scratch-strip .content .editable_content .h4,
.scratch-strip .content .editable_content h5,
.scratch-strip .content .editable_content .h5,
.scratch-strip .content .editable_content h6,
.scratch-strip .content .editable_content .h6,
.scratch-strip .content .editable_content p{
	color: #fff;
}
.scratch-strip .content .scratch_container{
  margin: 0 auto 10px;
  float: none;
  width: 283px;
  height: 204px;
  padding: 0;
  background: none;
}
.scratch-strip .content hr{
	margin: 15px 0;
}
.scratch-strip .content .scratch_container .message{
	width: 100%;
	padding: 25px;
}
.scratch-strip .content .scratch_container .message a{
	color: #333;
}
.scratch-strip .content .scratch_container .message span{
	margin: 10px 0 0 0;
  display: block;
}
.scratch-strip .content .scratch_container .btn{
	background: #333;
	color: #fff;
}
.scratch-strip .content .scratch_container .btn{
	background: #fff;
	color: #333;
}
.scratch-strip .content small{
	text-align: center;
  width: 100%;
  display: block;
}
.scratch-strip .content small a{
	color: rgba(255,255,255,0.5);
}
.scratch-strip .content small a:hover{
	color: #fff;
}
.winner-page{
	
}
.winner-page .content{
	
}
.winner-page .content h1{
	color: #fff;
}
.winner-page .content hr{
  border: 4px solid rgba(255,255,255,0.15);
}
.winner-page .content .form_holder input {
  height: 35px;
  border: none;
  border-bottom: 3px solid var(--main);
  margin-bottom: 12px;
}
.winner-page .content .text-right{
	text-align: right;
}
.winner-page .content button.superbutton{
  width: 150px;
  margin-top: 15px;
  margin-left: calc(100% - 150px);
}
.secret-list{
  display: flex;
  flex-wrap: wrap;
}
.secret-list a.page-box{
  text-decoration: none;
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.secret-list a.page-box:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.secret-list a.page-box img{
	width: 100%;
  height: auto;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}
.secret-list a.page-box span.title{
  padding:  20px;
  text-align: center;
  display: block;
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: var(--heading);
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.secret-list a.page-box span.title:hover{
	color: var(--main);
}
.turfle-strip{
  background: var(--main);
}
.turfle-strip .content{
  
}
.turfle-strip .content h2{
  display: flex;
  justify-content: center;
}
.turfle-strip .content h2 span{
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: #fff;
  width: 70px;
  height: 70px;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
  margin: 0 5px;
}
.turfle-strip .content p{
  max-width: 600px;
  margin: 0 auto 30px;
  color: #fff;
}
.turfle-strip .content a.superbutton{
  border-color: #fff;
  color: #fff;
}
.turfle-strip .content a.superbutton:hover{
  background: #fff;
  color: #333;
}
.content_container .letter-box {
  font-family: 'Roboto', sans-serif;
  border: 2px solid #8bca33;
  border-radius: 3px;
  margin: 2px;
  font-size: 0.5rem;
  font-weight: 700;
  height: 1rem;
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #8bca33;
}
.content_container .keyboard-button{
  font-size: 18px;
  padding: 15px;
  margin: 0 2px;
}
.content_container .second-row{
  margin: 15px 0;
}
.content_container #keyboard-cont{
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1000px){
	.content_container .content #unity-container{
		display: none !important;
	}
	.sorry-mobile{
		display: block;
		text-align: center;
	}
	.content_container.golf-game-page .content{
		padding: 220px 20px 200px;
	}
}
@media screen and (max-width: 960px){
	.dutch-blitz .product_item{
		width: calc(50% - 40px);
	}
	.product_highlight{
		max-width: 400px;
		margin: 0 auto 40px;
	}
	.scratch-strip .content{
		text-align: center;
	}
	.scratch-strip .content .editable_content{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.scratch-strip .content .scratch_container{
		margin: 0 auto 10px;
		float: none;
	}
	.secret-list a.page-box{
	  width: calc(50% - 20px);
	}
}
@media screen and (max-width: 700px){
  .turfle-strip .content h2{
    font-size: .6rem;
    line-height: .6rem;
    margin: 0 0 16px;
  }
  .turfle-strip .content h2 span{
    width: 40px;
    height: 40px;
  }
  .turfle-strip .content p{
    margin: 0 0 16px;
  }
  .content_container .keyboard-button{
    font-size: 12px;
    padding: 10px;
  }
  .content_container .second-row{
    margin: 10px 0;
  }
  .content_container #keyboard-cont{
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 600px){
	.dutch-blitz .product_item{
		width: 100%;
		margin: 0 0 30px;
	}
	.secret-list a.page-box{
	  width: 100%;
	  margin: 0 0 20px;
	}
}
@media screen and (max-width: 450px){
	.scratch-strip .content img.scratch-title{
	  width: 280px;
	  height: auto;
	  position: absolute;
	  left: calc(50% - 140px);
	  top: -40px;
	}
	.scratch-strip{
    padding-top: 75px;
	}
	.scratch-strip .content .editable_content{
    padding-top: 85px;
    margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px){
  .content_container .keyboard-button {
    font-size: 10px;
    padding: 7px;
  }
}
@media screen and (max-width: 325px){
  .content_container .keyboard-button {
    font-size: 9px;
    padding: 5px;
  }
}

/* ---------- Bug Fixes ---------- */
.services-feat .box{
  padding: 0;
}
.services-feat .box > a{
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding: 16px;
  text-align: left;
  display: grid;
  grid-template-rows: 0fr;
  align-content: end;
  justify-items: start;
}
.services-feat .box > a .title{
  color: #fff;
  display: block;
  margin: 0;
  -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;
}
.services-feat .box:hover > a .title{
  margin: 0 0 16px;
}
.services-feat .box > a .learn-more{
  width: auto;
  color: #fff;
  z-index: 2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  border: 2px solid #fff;
  padding: 6px 27px 5px;
  border-radius: 50px;
  opacity: 0;
  overflow: hidden;
  -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;
}
.services-feat .box:hover > a .learn-more{
  opacity: 1;
}
.services-feat .box > a .learn-more:hover{
  background: #fff;
  color: var(--heading);
}
.secret-page .editable_content img{
  margin: 0 auto;
}
/* ----- Fungicide Finder ----- */
.fung-finder .content{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  position: relative;
  align-items: flex-start;
}
.fung-finder .content .editable_content{
  width: 100%;
  margin: 0 0 32px;
}
.fung-finder .content #filters{
  width: 25%;
  border-top: 1px solid #efefef;
  padding: 32px 32px 0 0;
  position: sticky;
  top: 84px;
}
.fung-finder .content #filters .title{
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
}
.fung-finder .content #filters .filter-item{
  border-top: 1px solid #efefef;
  padding: 15px 0;
}
.fung-finder .content #filters .filter-item label{
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 4px;
}
.fung-finder .content #filters .filter-item select{
  border: none;
  background: #f7f7f7;
  padding: 5px;
  border-bottom: 2px solid var(--main);
  width: 100%;
  font-size: 16px;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fung-finder .content #products{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  padding: 32px 0 0 32px;
}
.fung-finder .content #products .product{
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  -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;
}
.fung-finder .content #products .product:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.fung-finder .content #products .product .product-details{
  width: 40%;
  display: flex;
  align-items: flex-start;
  border-right: 1px solid #efefef;
}
.fung-finder .content #products .product .product-details .image-holder{
  width: 45%;
  height: 100%;
  margin: 0 16px 0 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fung-finder .content #products .product .product-details .image-holder img{
  width: 100%;
  height: auto;
}
.fung-finder .content #products .product .product-details .product-content{
  width: calc(55% - 16px);
  padding: 16px 0;
}
.fung-finder .content #products .product .product-details .product-content .product-title{
  padding: 0;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
  margin: 0;
  font-size: 20px;
}
.fung-finder .content #products .product .product-details .product-content a.product-brand{
  padding: 0 0 8px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  display: block;
}
.fung-finder .content #products .product .product-details .product-content a.product-link{
  padding: 8px 45px;
  text-align: center;
  background: var(--main);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 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;
}
.fung-finder .content #products .product .product-details a.product-link:hover{
  background: #333;
}
.fung-finder .content #products .product .product-diseases{
  font-size: 14px;
  width: 60%;
  display: flex;
  overflow: scroll;
}
.fung-finder .content #products .product .product-diseases .disease{
  border-right: 1px solid #efefef;
  padding: 16px;
  min-width: 120px;
  width: 120px;
  text-align: center;
}
.fung-finder .content #products .product .product-diseases .disease .disease-title{
  font-weight: 600;
  color: #333;
  line-height: 1.1;
  min-height: 31px;
  margin: 0 0 4px;
}
.fung-finder .content #products .product .product-diseases .disease .disease-value img{
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.fung-finder .content #products .product .product-diseases .resistance{
  min-width: 120px;
  width: 120px;
  padding: 16px;
  text-align: center;
}
.fung-finder .content #products .product .product-diseases .resistance .disease-title{
  font-weight: 600;
  color: #333;
  line-height: 1.1;
  min-height: 31px;
  margin: 0 0 4px;
}
.fung-finder .content #products .product .product-diseases .resistance .disease-value img{
  width: 80px;
  height: auto;
  margin: 0 auto;
}
/* ----- Product Page ----- */
.product-page .content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-page .content .image-holder{
  max-width: 400px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .content .image-holder img{
  max-width: 400px;
  width: auto;
  height: auto;
  max-height: 300px;
}
.product-page .content .editable_content{
  width: calc(100% - 450px);
}
.product-page .content .editable_content h1{
  margin-bottom: 16px;
}
.product-page .content .editable_content a.superbutton{
  margin: 24px 0 0;
}
.product-page .content .editable_content hr{
  border-top: 3px solid #efefef;
}
.grey{
  background: #f7f7f7;
}
.grey .content h2.h3{
  width: 100%;
  display: block;
}
.grey .content .menu_list{
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 32px 16px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.grey .content .menu_list ul.pages{
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.grey .content .menu_list ul.pages > div{
  width: calc(20% - 8px);
  text-align: center;
  padding: 15px;
  border-right: 1px solid #efefef;
}
.grey .content .menu_list ul.pages > div:nth-of-type(5n){
  border: none;
}
.grey .content .menu_list ul.pages > div .disease-title{
  font-weight: 600;
  color: #333;
  line-height: 1.1;
  margin: 0;
}
.grey .content .menu_list ul.pages > div img{
  width: 100px;
  height: auto;
  display: block;
  margin: 16px auto;
}
.grey .content .menu_list ul.pages > div a{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  background: var(--main);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
}
.grey .content .menu_list ul.pages > div a:hover{
  background: #333;
}
.green{
  background: var(--main);
}
.green .content h2.h3{
  color: #fff;
}
.green .content .menu_list ul.pages li a{
  background: #fff;
  border-color: #fff;
  color: #333;
}
.green .content .menu_list ul.pages li a:hover{
  background: #333;
  border-color: #333;
  color: #fff;
}
.ingredients .content .menu_list ul.pages li a{
  background: var(--main);
  border-color: var(--main);
  color: #fff;
}
.ingredients .content .menu_list ul.pages li a:hover{
  background: #333;
  border-color: #333;
  color: #fff;
}
.files-holder{
  width: 100%;
  border-top: 3px solid #efefef;
  padding-top: 32px;
  margin-top: 32px;
}
.files-holder .menu_list ul.pages{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.files-holder .menu_list ul.pages li{
  margin: 0;
  width: calc(50% - 8px);
}
.ingredient-holder{
  width: 100%;
  border-top: 3px solid #efefef;
  padding-top: 24px;
  margin-top: 24px;
}
.grey .content .ingredient-holder .menu_list{
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 1150px){
  .grey .content .menu_list ul.pages > div,
  .grey .content .menu_list ul.pages > div:nth-of-type(5n){
    width: calc(33.3333% - 11px);
    border-right: 1px solid #efefef;
  }
  .grey .content .menu_list ul.pages > div:nth-of-type(3n){
    border: none;
  }
}
@media screen and (max-width: 1000px){
  .fung-finder .content{
    flex-direction: column;
  }
  .fung-finder .content #filters{
    border-right: none;
    width: 100%;
    padding: 32px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: initial;
  }
  .fung-finder .content #filters .title{
    width: 100%;
    margin: 0;
  }
  .fung-finder .content #filters .filter-item{
    width: calc(50% - 8px);
  }
  .fung-finder .content #products{
    width: 100%;
    padding: 32px 0 0;
  }
  .product-page .content{
    flex-direction: column;
    align-items: center;
  }
  .product-page .content > img{
    max-width: 300px;
    width: 100%;
    margin: 0 auto 16px;
  }
  .product-page .content .editable_content{
    width: 100%;
  }
  .files-holder{
    margin-top: 32px;
    display: block;
  }
}
@media screen and (max-width: 768px){
  .fung-finder .content #products .product{
    flex-wrap: wrap;
  }
  .fung-finder .content #products .product .product-details{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #efefef;
  }
  .fung-finder .content #products .product .product-diseases{
    overflow: unset;
    flex-wrap: wrap;
    width: 100%;
  }
  .fung-finder .content #products .product .product-diseases .resistance,
  .fung-finder .content #products .product .product-diseases .disease{
    max-width: 33.3333%;
    width: 33.3333%;
    border-top: 1px solid #efefef;
    min-width: 0;
  }
  .fung-finder .content #products .product .product-diseases .disease:first-of-type,
  .fung-finder .content #products .product .product-diseases .disease:nth-of-type(2),
  .fung-finder .content #products .product .product-diseases .disease:nth-of-type(3){
    border-top: none;
  }
  .grey .content .menu_list ul.pages > div,
  .grey .content .menu_list ul.pages > div:nth-of-type(3n),
  .grey .content .menu_list ul.pages > div:nth-of-type(5n){
    width: calc(50% - 8px);
    border-right: 1px solid #efefef;
  }
  .grey .content .menu_list ul.pages > div:nth-of-type(2n){
    border: none;
  }
  .files-holder .menu_list ul.pages li{
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px){
  .fung-finder .content #filters .filter-item{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .fung-finder .content #products .product .product-diseases .resistance,
  .fung-finder .content #products .product .product-diseases .disease,
  .fung-finder .content #products .product .product-diseases .disease:nth-of-type(3){
    max-width: 50%;
    width: 50%;
    border-top: 1px solid #efefef;
    min-width: 0;
  }
  .fung-finder .content #products .product .product-diseases .disease:first-of-type,
  .fung-finder .content #products .product .product-diseases .disease:nth-of-type(2){
    border-top: none;
  }
  .fung-finder .content #products .product .product-details{
    flex-wrap: wrap;
    text-align: center;
  }
  .fung-finder .content #products .product .product-details .image-holder{
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
  }
  .fung-finder .content #products .product .product-details .product-content{
    width: 100%;
    padding: 0 16px 16px;
  }
  .grey .content .menu_list ul.pages > div,
  .grey .content .menu_list ul.pages > div:nth-of-type(2n),
  .grey .content .menu_list ul.pages > div:nth-of-type(3n),
  .grey .content .menu_list ul.pages > div:nth-of-type(5n){
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: 32px;
  }
  .grey .content .menu_list ul.pages > div:last-of-type{
    border: none;
  }
}
.product-page .content .editable_content{
  width: 100%;
}
.files-ingred{
  width: 100%;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
  padding-block: 32px;
  margin-block: 32px;
}
.files-ingred .ingredient-holder,
.files-ingred .files-holder{
  width: 50%;
  margin: 0;
  padding: 16px 24px 16px 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
.files-ingred .ingredient-holder{
  padding: 16px 0 16px 24px;
  border-left: 3px solid #efefef;
}
.files-ingred .ingredient-holder .h5,
.files-ingred .files-holder .h5{
  width: 100%;
  margin: 0 0 8px;
}
.files-ingred .files-holder a.button{
  margin: 0;
  max-width: 100%;
  width: calc(50% - 8px);
}
.files-ingred .ingredient-holder .menu_list{
  background: none;
}
.files-ingred .ingredient-holder .menu_list ul.pages li{
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .files-ingred .ingredient-holder,
  .files-ingred .files-holder{
    width: 100%;
    padding: 0 0 24px;
  }
  .files-ingred .ingredient-holder{
    padding: 24px 0 0;
    border-left: none;
    border-top: 3px solid #efefef;
  }
}
@media screen and (max-width: 650px){
  .files-ingred .ingredient-holder .menu_list ul.pages li,
  .files-ingred .files-holder a.button{
    width: 100%;
  }
}
.cure-control{
  background: var(--main);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 16px;
}
.with_bg form{
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.with_bg form input.search_input{
  margin: 0;
  width: calc(100% - 216px);
  color: #676767;
  background: var(--light-color);
  border: none;
  border-bottom: 2px solid #84BF41;
}
.with_bg form input.superbutton{
  width: 200px;
  margin: 0;
  border: none;
  color: white;
  background-color: #84BF41;
}
form input.superbutton:hover{
  background-color: var(--heading);
}
.product-results{
  background: var(--light-color);
}
.product-results .box_list{
  gap: 16px;
}
.product-results .box_list .box{
  width: calc(33.3333% - 11px);
  margin: 0;
  float: none;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 0 16px hsla(0 0% 0% / .16);
  background: white;
  overflow: hidden;
}
.product-results .box_list .box img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
.product-results .box_list .box .title a{
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--font), sans-sarif;
  color: var(--heading);
  margin: 0 0 8px;
  padding: 16px 16px 0;
  text-transform: capitalize;
  display: block;
}
.product-results .box_list .box .title a:hover{
  color: #84BF41;
}
.product-results .box_list .box p{
  font-size: 16px;
  line-height: 1.4;
  padding: 0 16px 16px;
  margin: 0;
}
@media screen and (max-width: 960px){
  .product-results .box_list .box{
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px){
  .with_bg form{
    flex-direction: column;
  }
  .with_bg form input.search_input,
  .with_bg form input.superbutton{
    width: 100%;
  }
}
@media screen and (max-width: 580px){
  .product-results .box_list .box{
    width: 100%;
  }
}

input[name="hp_comment_verification"] {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}
  