@charset "UTF-8";
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], select, textarea {
  font-size: 1rem !important;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
  font-family: 'Urbanist', sans-serif;
}
html {
  position: relative;
  height: 100% !important;
}
a[href]:not([class]) {
  text-decoration: none;
  transition: all ease-in-out .3s;
  color: rgba(158, 5, 26, 1.00);
  font-weight: 600;
}
a[href]:not([class]):hover {
  color: rgba(245,192,34,1.00);
}
a[href] {
  text-decoration: none;
  transition: all ease-in-out .3s;
}
.edje {
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all ease-in-out .3s;
}
.edje:hover {
  color: #FFFFFF;
}
button:focus {
  outline: 0;
}
.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}
.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}
.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}
.line-height-0 {
  line-height: 0;
}
.line-height-_5 {
  line-height: .5;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1_5 {
  line-height: 1.5;
}
.line-height-2 {
  line-height: 2;
}
.letter-space-1 {
  letter-spacing: 1px;
}
.letter-space-2 {
  letter-spacing: 2px;
}
.letter-space-3 {
  letter-spacing: 3px;
}
.font-weight-900 {
  font-weight: 900;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-300 {
  font-weight: 300;
}
.text-shadow {
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.70);
  z-index: 2;
}
.xsmall {
  font-size: 60%;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.border-4 {
  border-width: 4px;
  border-style: solid;
}
.border-6 {
  border-width: 6px;
  border-style: solid;
}
.border-8 {
  border-width: 8px;
  border-style: solid;
}
.border-10 {
  border-width: 10px;
  border-style: solid;
}
.border-15 {
  border-width: 15px;
  border-style: solid;
}
.border-sm-left {
  border-left: solid;
}
.border-sm-white {
  border-color: rgba(255, 255, 255, 1.00);
}
#invisible {
  display: none;
}
.w-10 {
  width: 10% !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 1.00);
  border-color: rgba(125, 194, 66, 1.00);
}
.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 0.60);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 1.00);
  border-color: rgba(125, 194, 66, 1.00);
}
.custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: rgba(125, 194, 66, 0.60);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgba(125, 194, 66, 1.00);
}
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: rgba(125, 194, 66, 1.00);
}
.btn-round-lg {
  border-radius: 35px;
}
.btn-round {
  border-radius: 17px;
}
.btn-round-sm {
  border-radius: 15px;
}
.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
.btn-circle i {
  position: relative;
  top: -1px;
}
.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}
.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}
.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}
/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th, table td {
  padding: .625em;
  text-align: center;
}
#admin-table th, #admin-table td {
  text-align: left !important;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  outline-style: none;
  box-shadow: 0 0 0 0;
}
.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/* ANIMATED X */
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #9E051A;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.lightbox {
  position: relative;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  flex-direction: column;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 190000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
    background: #000000;
    color: #ffffff;
    height: 30px;
    padding: 8px;
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}


/*============ PAGE STYLES ===================================================================================*/
.bg-yellow {
  background-color: rgba(245, 192, 34, 1.00);
}
.bg-red {
  background-color: rgba(158, 5, 26, 1.00);
}
.btn-red {
  background-color: rgba(158, 5, 26, 1.00);
  border-color: rgba(158, 5, 26, 1.00);
  color: rgba(245, 192, 34, 1.00);
}
.btn-red:hover {
  background-color: rgba(245, 192, 34, 1.00);
  border-color: rgba(245, 192, 34, 1.00);
  color: rgba(158, 5, 26, 1.00);
}
.text-br-red {
  color: rgba(225, 1, 32, 1.00);
}
#topnav {
  -webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.80);
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.80);
}
.toplink a {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 1.00);
}
.toplink a:hover {
  color: rgba(245, 192, 34, 1.00);
}
.nav-item .nav-link {
  color: rgba(158, 5, 26, 1.00);
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: 0;
}
.nav-item {
  position: relative;
}
.nav-item a.stroke::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: rgba(158, 5, 26, 1.00);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.hero {
  background-image: url(assets/hero.webp);
  min-height: 40rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.logo {
  margin-bottom: -2.5rem;
}
.nav-item a.stroke:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.toplink {
  position: relative;
}
.toplink .stroke::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: rgba(245, 192, 34, 1.00);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.toplink .stroke:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.navbar-nav {
  width: 85%;
}
.font-condensed {
  font-family: 'Antonio', sans-serif;
}
.bg-callout {
  background-image: url(images/2023/bg-fourth-of-july-ad.webp);
  background-repeat: no-repeat;
  background-position: center -19px;
  background-size: cover;
}
.border-red {
  border-color: rgba(158, 5, 26, 1.00);
  border-style: solid;
}
.text-red {
  color: rgba(158, 5, 26, 1.00);
}
.text-yellow {
  color: rgba(245, 192, 34, 1.00);
}
.text-white-glow {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.75);
}
#callout-pill {
  position: relative;
  z-index: 1;
  margin-bottom: -2rem;
}
#ad .col-lg-9 {
  padding-top: 3rem;
}
.btn-yellow {
  background-color: rgba(245, 192, 34, 1.00);
  border-color: rgba(245, 192, 34, 1.00);
  color: rgba(158, 5, 26, 1.00);
}
.btn-yellow:hover {
  background-color: rgba(158, 5, 26, 1.00);
  border-color: rgba(158, 5, 26, 1.00);
  color: rgba(245, 192, 34, 1.00);
}
.btn-black {
  background-color: rgba(0, 0, 0, 1.00);
  border-color: rgba(0, 0, 0, 1.00);
  color: rgba(245, 192, 34, 1.00);
}
.btn-black:hover {
  background-color: rgba(87, 86, 86, 1.00);
  border-color: rgba(87, 86, 86, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
.bg-gray {
  background-color: rgba(87, 86, 86, 1.00);
}
.bg-lt-gray {
  background-color: rgba(188, 187, 187, 1.00);
}
.bg-black-grad {
  background-image: -webkit-linear-gradient(270deg, rgba(87, 86, 86, 1.00) 0%, rgba(2, 2, 2, 1.00) 52.74%);
  background-image: -moz-linear-gradient(270deg, rgba(87, 86, 86, 1.00) 0%, rgba(2, 2, 2, 1.00) 52.74%);
  background-image: -o-linear-gradient(270deg, rgba(87, 86, 86, 1.00) 0%, rgba(2, 2, 2, 1.00) 52.74%);
  background-image: linear-gradient(180deg, rgba(87, 86, 86, 1.00) 0%, rgba(2, 2, 2, 1.00) 52.74%);
}
.phone {
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 1.00);
}
.phone:hover {
  color: rgba(245, 192, 34, 1.00);
}
.social .fa-circle {
  color: rgba(245, 192, 34, 1.00);
  transition: ease .5s;
}
.social:hover .fa-circle {
  color: rgba(158, 5, 26, 1.00);
}
.social .fab {
  color: rgba(0, 0, 0, 1.00);
}
#subfooter .bg-red {
  -webkit-box-shadow: inset -5px 0px 10px rgba(0, 0, 0, 0.80);
  box-shadow: inset -5px 0px 10px rgba(0, 0, 0, 0.80);
}
.flag h4 {
  display: none;
}
#feature {
  margin-top: 4rem;
}
#prod .card-img {
  max-height: 15rem;
  width: auto;
  max-width: 100%;
}
#detail .card-img {
  max-height: 25rem;
  width: auto;
  max-width: 100%;
}
#pages .navbar-nav {
  width: 55%;
}
#admin .navbar-nav {
  width: 35%;
}
#admin #content {
  margin-top: 3rem;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: rgba(158, 5, 26, 0.10) !important;
  border-color: rgba(0, 0, 0, 1.00);
}
.accordion-button:not(.collapsed) {
  color: rgba(158, 5, 26, 1.00);
  background-color: rgba(188, 187, 187, 1.00);
  box-shadow: inset 0 rgba(158, 5, 26, 0.10) !important;
}
#map .ratio::before {
  padding-top: 20rem;
}

#products {
	min-height: 30rem;
}

#prod a[href]:not([class]) {
	color: rgba(0,0,0,1.00)
}

#prod a[href]:not([class]):hover {
	color: rgba(0,0,0,1.00)
}
/*----------COUNTDOWN-------------*/
#timer {
}

#timer .card {
  background-color: rgba(158, 5, 26, 1.00);
}

#timer .card {
  color:rgba(245, 192, 34, 1.00);
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1;
}
#timer .card span  {
  color: #fff;
display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
/*---------END COUNTDOWN----------*/

/*-----------------------------------
		SCROLL TO TOP
-----------------------------------*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(95,0,0,1.00);
    background: rgba(95, 0, 0, 0.7);
    width: 70px;
    height: 70px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 6px;
    top: -1px;
    font-size: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.3);
}
#return-to-top:hover i {
    color: #fff;
    top: 2px;
}
/*=============== MEDIA QUERIES ===========================================================*/
@media screen and (max-width:1800px) {
  #ad .col-lg-9 {
    padding-top: 2.4rem;
  }
}
@media screen and (max-width:1770px) {
  #ad .col-lg-9 {
    padding-top: 1.8rem;
  }
  .bg-callout {
    background-image: url(images/2023/bg-fourth-of-july-ad.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
  }
}
@media screen and (max-width:1550px) {
  .nav-item .nav-link, .toplink a {
    font-size: 1rem;
  }
  .navbar-nav {
    width: 90%;
  }
  .hero {
    background-image: url(assets/hero.jpg);
    min-height: 30rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
    .btn-yellow.fs-3{
        font-size: 1.1rem !important;
    }
}
@media screen and (max-width:1399px) {
  .phone {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 1.00);
  }
  #pages .navbar-nav {
    width: 70%;
  }
}
@media screen and (max-width:1199px) {
  .navbar-nav {
    width: 99%;
  }
  .nav-item .nav-link {
    font-size: .9rem;
  }
  .hero {
    background-image: url(assets/hero.jpg);
    min-height: 20rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  .bg-callout {
    background-image: url(images/2023/bg-fourth-of-july-ad.jpg);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: cover;
  }
  #callout-pill h2.h3 {
    font-size: 1.2rem
  }
}
@media screen and (max-width:991px) {
  .logo {
    margin-bottom: -1rem;
  }
  #hero {
    margin-top: 5rem;
  }
  #ad p.fs-3 {
    font-size: 1.2rem !important;
  }
  #ad p span.display-1 {
    font-size: 3rem;
  }
  #callout-pill {
    position: relative;
    z-index: 1;
    margin-bottom: -1.5rem;
  }
  .nav-item .nav-link {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .nav-item .nav-link:hover {
    color: rgba(87, 86, 86, 1.00);
  }
  .nav-item a.stroke::before {
    display: none;
  }
  .hero {
    background-image: url(assets/hero.jpg);
    min-height: 17rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  #pages .navbar-nav {
    width: 100%;
  }
  #feature {
    margin-top: 3rem;
  }
}
@media screen and (max-width:870px) {
  #hero {
    margin-top: 4.5rem;
  }
  .bg-callout {
    background-image: url(images/2023/bg-fourth-of-july-ad.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
  }
}
@media screen and (max-width:767px) {
  #topnav.fixed-top {
    position: relative;
  }
  #feature {
    margin-top: 0;
  }
  #hero {
    margin-top: 0;
  }
  #ad p.fs-3 {
    font-size: .9rem !important;
  }
}
@media screen and (max-width:575px) {
  .flag h4 {
    display: block;
    margin-top: 2.5rem;
  }
  #ad .col-lg-9 {
    padding-top: 1rem;
  }
  .bg-callout {
    background-image: url(images/2023/bg-fourth-of-july-ad.jpg);
    background-repeat: no-repeat;
    background-position: -20rem 0px;
    background-size: cover;
  }
}
@media screen and (max-width:425px) {
  .hero {
    background-image: url(assets/hero.jpg);
    min-height: 17rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 150%;
  }
  .bg-callout {
    background-image: url(images/2023/bg-fourth-of-july-ad.jpg);
    background-repeat: no-repeat;
    background-position: -23rem 0px;
    background-size: cover;
  }
}
@media screen and (max-width:320px) {
  .hero {
    background-image: url(assets/hero.jpg);
    min-height: 17rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 200%;
  }
  .bg-callout {
    background-image: url(images/2023/bg-fourth-of-july-ad.jpg);
    background-repeat: no-repeat;
    background-position: -20rem 0px;
    background-size: cover;
  }
}