/* 320px, 680px 1024px
/* -------------------------------------------------------------------*/
/* ----------------------- STANDARD RULES ----------------------------*/
/* -------------------------------------------------------------------*/
*
{
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFA;
  font-display: swap;
}

@media only screen and (min-width: 1024px)
{
  *
  {
    font-family: univia-pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFA;
    font-display: swap;
  }
}



@font-face
{
  font-family: airstrike;
  src: url("../fonts/airstrike.ttf");
  font-display: swap;
}

@font-face
{
  font-family: Primal;
  src: url("../fonts/Primal.otf") format("opentype");
  font-display: swap;
}

@font-face
{
  font-family: alien;
  src: url("../fonts/Alien_S.ttf");
  font-display: swap;
}

@font-face
{
  font-family: outrun;
  src: url("../fonts/OutrunFutureBoldItalic.otf") format("opentype");
  font-display: swap;
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

html
{
    margin: 0;
    padding: 0;
}

body
{
  background-color: #0a0806;
  background-image: url("../img/stardust.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding: 0;
  margin: 0;
  min-width: fit-content;
}

body#drinkbody
{
  background-color: #777;
}

body#whitebody
{
  background-color: #FFF;
  padding: 0;
  margin: 0;
}

.fillscreen
{
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a
{
  text-decoration: none;
}

h1
{
  font-family: Primal;
  font-size: 28px;
}

s
{
  text-decoration: line-through;
  text-decoration-color: #D80E0E;
  color: #D80E0E;
}

hr
{
  opacity: 0.25;
}

b
{
  font-weight: bold;
  font-size: inherit;
}

select.details-dropdown, select.details-dropdown-half, select.stack-details-dropdown-half
{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align: left;
    padding-left: 10px;
}

select.details-dropdown::-ms-expand, select.details-dropdown-half::-ms-expand, select.stack-details-dropdown-half::-ms-expand 
{
    display: none;
}

button:focus {outline: 0;}

select.details-dropdown:focus {outline: 0;}
select.details-dropdown-half:focus {outline: 0;}
select.stack-details-dropdown-half:focus {outline: 0;}

#secret:hover
{
  cursor: none;
}

.red-svg
{
  filter: invert(13%) sepia(61%) saturate(7018%) hue-rotate(357deg) brightness(91%) contrast(95%);
}

.white-svg
{
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}

#ups-dropdown
{
  background-color: #0a0806;
  color: white;
  border: 1px solid #D80E0E;
}

input[type='email'].footer-email:focus{outline: none;}
.Login-button:focus{outline: none;}
.Checkout-button:focus{outline: none;}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

#greybkg
{
  background-color: #323232;
}

#blackbkg
{
  background-color: #0A0806;
}

#whitebkg
{
  background-color: #FFF;
}

#redbkg
{
  background-color: #D80E0E;
}

#tanbkg
{
  background-color: #bdb89b;
}

#bluebkg
{
  background-color: #676faa;
}

.red {color: #D80E0E;}

#primalh2
{
  font-family: Primal;
  font-size: 24px;
}

.trackinglink
{
  text-decoration: underline;
  color: #0064bd;
  cursor: pointer;
}

#email-heading1, #blinking-cursor1, #blinking-cursor2
{
  width:100%;
  display: inline;
}

#email-heading1 h1
{
  margin: 50px auto;
}

.font-weird
{
  font-family: alien;
  font-size: 22px;
}

.font-normal 
{
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}

.bkg-logo
{
  position: absolute;
  top: 150px;
  left: calc(60% - 256px);
  z-index: -200;
  opacity: 0.1;
}

#GrandTotal
{
  font-size:24px;
}

.centered
{
  text-align: center !important;
}

.primal 
{
  font-family: Primal;
  font-weight: 400px;
  font-style: normal;
}

.font-primal
{
  font-family: Primal;
  font-size: 24px;
  font-weight: 400px;
  font-style: normal;
}

.display-none
{
  display: none;
}
.display-inline
{
  display: inline-block;
}
.display-flex
{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
}

.display-block
{
  display: block;
}

.before {opacity: 0 !important;}
.middle {opacity: 0.2;}
.after {opacity: 1 !important;}
.full 
{
  width: 100%;
  min-width: 680px;
}

.hidden-nav
{
  height: 80px;
  line-height: 80px;
}
.expand-nav
{
  height: 160px;
  line-height: 80px;
}

.no-bottom-border
{
  border-bottom: 0 !important;
}

.desktop-only {display: none;}
.mobile-only {display: inline-block;}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  .hidden-nav
  {
    height: 60px;
    line-height: 60px;
  }
  .expand-nav
  {
    height: 110px;
    line-height: 50px;
  }

  .bkg-logo
  {
    position: absolute;
    top: 150px;
    left: calc(35% - 256px);
    z-index: -200;
    opacity: 0.1;
  }

  .desktop-only {display: inline-block;}
  .mobile-only {display: none;}
}

.footer-full
{
  width: 100%;
  min-width: 680px;
  margin: 0 auto;
}

.ready
{
  opacity: 0.5;
}

.invalid
{
  opacity: 1;
  color: #D80E0E;
}

.valid
{
  opacity: 1;
}

.no-width {width: 0%;}
.half-width {width: 50%;}
.width60 {width: 80%;}
.width10 {width: 20%;}
.full-width {width: 100%;}
.no-margin {margin: 0 auto !important;}
.font-white {color: white !important;}

.display-none
{
  display: none;
}

.shake
{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}

.spacer 
{
  height: 100px;
}

.flex-container
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start-bottom
{
  justify-content: flex-start !important;
  align-items: flex-end !important;
}

.flex-center
{
  justify-content: center !important;
}

.flex-end
{
  justify-content: flex-end;
}

.flex-around
{
  justify-content: space-around; !important;
}

#standard-anchor
{
  display: block;
  text-decoration: underline;
  margin: 10px;
  padding: 10px; 
  cursor: pointer;
}

.standard-button
{
  color: white;
  border: 0;
  background-color: #D80E0E;
  width: 250px;
  height: 50px;
  cursor: pointer;
}

#top-left-anchor
{
  position: absolute;
  left: 10px;
  top: 50px;
}

#normal-anchor:hover
{
  cursor: pointer;
  text-decoration: underline;
}

#top-left-anchor2
{
  position: absolute;
  left: 10px;
  top: 100px;
}

#normal-anchor2:hover
{
  cursor: pointer;
  text-decoration: underline;
}

.sticky 
{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.below-sticky 
{
    position: sticky;
    top: 50px;
    left: 0;
    z-index: 100;
}

#login-container
{
  text-align: center;
  width: 100%;
}

#login-subcontainer
{
  width: 80%;
  height: 600px;
  margin: 0px auto;
  border: 1px solid #D80E0E;
  border-radius: 15px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#login-content
{
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#login-content input
{
  width: 100%;
  margin: 5px auto;
  display: block;
  background-color: #0A0806;
  border: 1px solid #D80E0E;
}

#contact-form-blk input
{
  display: block;
  background-color: #0a0806;
  color: white;
  margin: 5px auto;
  border: 1px solid #D80E0E;
  width: 70%;
  height: 40px;
  padding: 5px;
}

.homeh1
{
  font-size: 100px;
  margin: 0 auto;
}

.homeh2
{
  font-size: 36px;
}

.homeh3
{
  font-size: 48px;
}

@media only screen and (min-width: 1024px)
{
  #contact-form-blk input
  {
    margin: 10px auto;
    width: 50%;
    height: 50px;
    padding: 5px;
  }

  #login-subcontainer
  {
    width: 50%;
    height: 500px;
    margin: 0px auto;
    border: 1px solid #D80E0E;
    border-radius: 15px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #login-content
  {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #login-content input
  {
    width: 100%;
    margin: 5px auto;
    display: block;
    background-color: #0A0806;
    border: 1px solid #D80E0E;
  }

}

@media only screen and (min-width: 1200px)
{
  .flex-container
  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

  
/* -------------------------------------------------------------------*/
/* ---------------------------- NAV BAR ------------------------------*/
/* -------------------------------------------------------------------*/

#promotions-bar
{
  text-align: center;
  height: 50px;
  line-height: 50px;
  min-width: 500px;
  background-color: #D80E0E;
  overflow: hidden;

  transition: 0.5s ease-in-out;
}

#promo-link
{
  color: white;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  display: inline-block;

  -webkit-transition: opacity 0.2s ease-in;
       -moz-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: all 0.2s ease-in;
}

#promo-link:hover
{
  text-decoration: underline;
}

#nav-bar
{
  min-width: 500px;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFF;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.nav-links-container
{
  text-align: left;
  width: calc(100% - 200px);
  min-width: 460px;
  line-height: inherit;

  font-family: input-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#nav-icon-container
{
  position: absolute;
  right: 20px;
  top: 0px;
  width: 180px;
  height: 80px;
  line-height: 80px;
  text-align: right;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#nav-bar-relative
{
  position: relative;
}

#dropdown-bar
{
  text-align: center;
  line-height: 40px;
  background-color: #FFF;
}

#dropdown-bar a
{
  color: #323232;
  margin: 0px 10px;
  font-size: 18px;
  letter-spacing: 3px;
}

#dropdown-bar a:hover
{
  color: #D80E0E;
}

#dropdown-bar p
{
  display: inline-block;
  color: #D80E0E;
  margin: 0px 5px;
}

.hidden
{
  height: 0;
}

.show
{
  height: 40px;
  border-bottom: 1px solid white;
}

#nav-icon-container img
{
  margin: 0px 10px;
}

img.logo
{
  position: absolute;
  left: -1000px;
  top: 8px;
  cursor: pointer;
}

.navicon
{
  width: 64px;
  vertical-align: middle;
}

#accounticon
{
  width: 48px;
}

#cart-quant
{
  color: #0a0806;
  position: absolute;
  left: 70px;
  top: -45px;
}

.nav-link a
{
  color: #323232;
  font-size: 14px;
  letter-spacing: 2px;
}

.nav-select
{
  margin-left: 25px;
  border: 0;
  color: black;
  padding: 15px;

  letter-spacing: 5px;
}

.nav-select option 
{
  color: black;
  padding: 15px;
  letter-spacing: 5px;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #promotions-bar
  {
    text-align: center;
    height: 35px;
    line-height: 33px;
    min-width: 500px;
    background-color: #D80E0E;
    overflow: hidden;

    transition: 0.5s ease-in-out;
  }

  #promo-link
  {
    color: white;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
    display: inline-block;

    -webkit-transition: opacity 0.2s ease-in;
         -moz-transition: opacity 0.2s ease-in;
          -ms-transition: opacity 0.2s ease-in;
           -o-transition: opacity 0.2s ease-in;
              transition: all 0.2s ease-in;
  }

  #nav-bar
  {
    text-align: center;
    min-width: 925px;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFF;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    margin: 0;
  }

  .nav-links-container
  {
    text-align: center;
    margin: 0px auto;
    line-height: inherit;

    font-family: input-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .nav-link a
  {
    font-size: 18px;
    letter-spacing: 3px;
  }

  #nav-icon-container
  {
    position: absolute;
    right: 20px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    vertical-align: middle;
  }

  #dropdown-bar
  {
    text-align: center;
    line-height: 40px;
    background-color: #FFF;
  }

  #dropdown-bar a
  {
    color: #323232;
    margin: 0px 10px;
    font-size: 14px;
  }

  #dropdown-bar a:hover
  {
    color: #D80E0E;
  }

  #dropdown-bar p
  {
    display: inline-block;
    color: #D80E0E;
    margin: 0px 5px;
  }

  img.logo
  {
    position: absolute;
    left: 10px;
    top: 8px;
    cursor: pointer;
  }

  .navicon
  {
    width: 64px;
    vertical-align: middle;
  }

  #accounticon
  {
    width: 48px;
  }

  #cart-quant
  {
    color: #0a0806;
    position: absolute;
    left: 80px;
    top: -30px;
  }

  .nav-link a
  {
    color: #323232;
    letter-spacing: 3px;
    font-size: 22px;
  }
}

img.logo:hover
{
  opacity: 0.75;
}



#nav-icon-container img:hover
{
  opacity: 0.75;
}

#cart-img-container
{
  display: inline-block;
  position: relative;
}

/* -------------------------------------------------------------------*/
/* ------------------------- MAIN CONTENT ----------------------------*/
/* -------------------------------------------------------------------*/

#msg
{
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 101;
  box-shadow: 0 8px 16px 0 rgba(190,0,0,0.2), 0 6px 20px 0 rgba(190,0,0,0.19);
  overflow: hidden;

  -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#msg p
{
  color: #0A0806;
  font-size: 24px;
  font-style: italic;
  margin: 0;
  height: inherit;
}


#msg-anc-cont a
{
  color: inherit;
  cursor: pointer;
}

#msg-anc-cont
{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  opacity: 0.75;
}

#main
{
  transition: 0.5s ease-in-out;
  min-width: 640px;
}


#main-content
{
  margin: 51px auto;
}

.ministicky
{
  padding-top: 51px;
}

#blank-page
{
  width: 80%;
  text-align: center;
  margin: 300px auto;
}

#blank-page button
{
  color: white;
  border: 0;
  background-color: #D80E0E;
  width: 250px;
  height: 50px;
  cursor: pointer;
}

#blank-page button:hover
{
  background-color: #d80e0e;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{

  #main
  {
    
    transition: 0.5s ease-in-out;
    min-width: 640px;
  }
}

#separator
{
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  margin: 0;

  border-bottom: 1px solid white;
}

#separator h1
{
  font-family: Primal;
  font-size: 60px;
  opacity: 0.8;
  margin: 0;

}

#eclipse-seperator
{
  height: 100px;
  width: 100%;
  text-align: center;
  position: relative;
}

#drop-container
{
  width: 100%;
  margin: 50px auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

#drop-inside
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 50px auto;
  margin-bottom: 0;
}

.dropbkg
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -50;

  width: 100%;
}

#drop-img
{
  
}

#drop-img img 
{
  margin-right: 50px;
  width: 384px;
}

#drop-info
{
  padding: 50px 0px 0px 0px;
  text-align: center;
}

#drop-title
{
  font-family: Primal;
  font-size: 48px;
  color: #FFF;
  text-shadow: 2px 2px #0091ad;
  margin: 0px auto;
}

#drop-info p
{
  font-family: univia-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  text-shadow: 1px 1px #0091ad;
  margin: 5px auto;
  margin-bottom: 25px;
}

/* TIMER */
.timer-wrapper
{
  margin: 100px auto;
}

#timer-title
{
  margin: 25px auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 32px;
  color: #FFF;
  font-style: italic;
  text-shadow: 2px 2px #0091ad;
}

#timer
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.days, .hours, .minutes, .seconds
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

#es-header
{
  display: none;
  opacity: 0;
}

.digit
{
  background-color: #0091ad;
  width: 48px;
  height: 64px;
  color: white;
  text-align: center;
  margin: 0px 3px;
  border-radius: 5px;
  line-height: 64px;
  font-size: 24px;
  font-family: primal;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.simple-digit
{
  width: 48px;
  height: 64px;
  color: white;
  text-align: center;
  margin: 0px 3px;
  border-radius: 5px;
  line-height: 64px;
  font-size: 24px;
  font-family: primal;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-digit
{
  animation: flip-digit 0.5s 0s 1 forwards;
}

@keyframes flip-digit {
  0%{
    transform:rotateX(0deg);
  }
  100%{
    transform:rotateX(360deg);
  }
  
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #timer-title
  {
    margin-top: 60px;
  }

  #drop-inside
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #drop-title
  {
    letter-spacing: 2px;
    font-size: 60px;
  }

  #timer-title
  {
    font-size: 48px;
  }

  #drop-info
  {
 
  }

  #drop-info p
  {
    font-size: 24px;
  }

  .days, .hours, .minutes, .seconds
  {
    margin: 0px 25px;
  }

  .digit
  {
    width: 64px;
    height: 92px;
    border-radius: 10px;
    line-height: 92px;
    font-size: 32px;
  }
}

.spin-r
{
  position: absolute;
  top: 18px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  -webkit-animation: leftrot 12s infinite linear;
}

.spin-l
{
  position: absolute;
  top: 18px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  -webkit-animation: rightrot 10s infinite linear;
}

.split
{
  width: 50%;
  margin: 0;
  border: 0;
  padding: 0;

  display: inline-block;
  vertical-align: top;
  position: relative;
}

.bottom-split
{
  width: 100%;
  margin: 0;
  border: 0;
  display: block;
  vertical-align: top;
  position: relative;
}

.split-position1
{
  position: absolute;
  left: 0;
  top: 200px;
  font-size:36px;
  padding: 10px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+62,b7ad70+100&1+0,0.5+66,0+100 */
background: -moz-linear-gradient(left,  rgba(213,206,166,1) 0%, rgba(201,193,144,0.53) 62%, rgba(199,191,141,0.5) 66%, rgba(183,173,112,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(213,206,166,1) 0%,rgba(201,193,144,0.53) 62%,rgba(199,191,141,0.5) 66%,rgba(183,173,112,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(213,206,166,1) 0%,rgba(201,193,144,0.53) 62%,rgba(199,191,141,0.5) 66%,rgba(183,173,112,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#00b7ad70',GradientType=0 ); /* IE6-9 */


}

.split-position1 h1
{
  font-family: Primal;
}

.split-position2 h1
{
  font-family: Primal;
  color: #0A0806;
  margin: 0;
}

.split-position2
{
  position: absolute;
  right: 50px;
  top: 20px;
  font-size:28px;
  padding: 5px 20px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+50,1+80,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

#centerer
{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#centerer h1
{
  font-family: Primal;
  font-size: 72px;
  color: #D80E0E;
}

#bottom-centerer
{
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#img-button
{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 350px;
  height: 55px;
  border: 5px solid rgba(145,47,64,0.5);
  box-shadow: 3px 3px 3px 3px rgba(112,38,50,0.5);
}

#img-button h1
{
  font-family: Primal;
  font-size: 24px;
  opacity: 1;
  color: rgba(255,255,250,1);
  line-height: 60px;
  margin: 0;
}

#img-button h1:hover
{
  color: rgba(255,255,250,1);
}

/* -------------------------------------------------------------------*/
/* ------------------------- PRODUCT PAGE ------------------------------*/
/* -------------------------------------------------------------------*/

  #product-page-container
  {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    vertical-align: top;
    min-width: 640px;
    min-height: 1000px;
  }

  #gradient-title
  {
    text-align: center;
    font-size: 72px;
    margin: 125px auto;
    margin-bottom: 0px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #5e5e5e);
   background: -o-linear-gradient(right, #323232, #5e5e5e);
   background: -moz-linear-gradient(right, #323232, #5e5e5e);
   background: linear-gradient(to right, #323232 , #5e5e5e); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  #gradient-title-nomargin
  {
    text-align: center;
    font-size: 72px;
    margin: 25px auto;
    margin-bottom: 0px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #5e5e5e);
   background: -o-linear-gradient(right, #323232, #5e5e5e);
   background: -moz-linear-gradient(right, #323232, #5e5e5e);
   background: linear-gradient(to right, #323232 , #5e5e5e); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  #gradient-title-white
  {
    text-align: center;
    font-size: 72px;
    margin: 75px auto;
    margin-bottom: 0px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #FFF);
   background: -o-linear-gradient(right, #323232, #FFF);
   background: -moz-linear-gradient(right, #323232, #FFF);
   background: linear-gradient(to right, #323232 , #FFF); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

  #product-sort-bar
  {
    text-align: left;
    z-index: 999;
    background-color: #0A0806;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    transition: 0.5s ease-in-out;
  }

  .leftslide
  {
    left: 0px;
  }

  .noleftslide
  {
    left: -300px;
  }

  #search-bar
  {
    background-color: #0A0806;
    border: 1px solid #D80E0E;
    padding: 5px;
    width: 230px;
  }

  #product-grid
  {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #sort-close
  {
    color: white;
    font-size: 36px;
    margin: 10px;
    background-color: #0A0806;
    border: 0;
    float: right;
  }

  #sort-close:hover
  {
    cursor: pointer;
  }

  #sort-close:focus
  {
    outline: 0;
  }

  #open-sort
  {
    position: relative;
    top: 250px;
    transition: 0.5s;
    transition-timing-function: ease;
    width: 41px;
  }

  #open-sort a:hover
  {
    cursor: pointer;
  }

  #open-sort img
  {
    
  }

  .noflip
  {
    left: 300px;
  }

  .flip
  {
    left: 260px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #productTotal
  {
    margin: 0;
    color: #D80E0E;
  }

  #no-products-overlay
  {
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #vid-container
  {
    width: 90%;
    margin: 150px auto;
    margin-bottom: 0px;
    text-align: center;
    background-color: #000;
  }

  #vid-container h1
  {
    display: block;
    color: #0A0806;
    font-size: 60px;
    vertical-align: middle;
    font-style: italic;
    margin: 0px auto;
    margin-bottom: 50px;
  }

  span.red
  {
    font-family: Primal;
    color: #D80E0E;
    font-size: 60px;
    vertical-align: middle;
    font-style: italic;
  }

  #vid-container iframe
  {
    width: 100%;
    min-height: 800px;
    margin: 0px auto;
    display: block;
    border: 0;
  }

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #open-sort
  {
    display: none;
  }

  #sort-close
  {
    font-size: 24px;
    display: none;
  }

  .leftslide
  {

  }

  .noleftslide
  {

  }

  #product-sort-bar
  {
    position: static;
    text-align: left;
    display: inline-block;
    width: 300px;
    float: left;
    padding-left: 10px;
    background-color: #0A0806;
  }

  #product-grid
  {
    width: calc(100% - 320px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #product-page-container
  {
    text-align: left;
    width: 95%;
    margin: 0px auto;
    vertical-align: top;
    min-width: 800px;
    min-height: 1000px;
  }

  #sortandgrid
  {
    
  }

}

#product-page-container h1
{
  text-align: center;
}

#product-option-bar
{
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
}

#product-sort-bar hr
{
  width: 50%;
  text-align: left;
  margin: 0;
  margin-top: 25px;
}

#product-sort-bar a:hover
{
  
}

#product-cell
{
  text-align: center;
  overflow: hidden;
  margin: 25px;
  transition: 0.5s ease;
  position: relative;

  width: 375px;
  height: 550px;
  border: 0;
  border-bottom: 0px;

  -webkit-transition: opacity 0.5s ease-in;
     -moz-transition: opacity 0.5s ease-in;
      -ms-transition: opacity 0.5s ease-in;
       -o-transition: opacity 0.5s ease-in;
          transition: all 0.5s ease-in;
}

#product-cell img
{
  margin: 0;
  transition: all .2s ease-in-out;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#product-cell button
{
  width: 100%;
  height: 40px;
  margin: 0;
  border: 0;
  background-color: #d80e0e;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}

#prod-img-cont
{
  height: 400px;
  position: relative;
}

#price-container
{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 5px auto;
}

p.priceS
{
  display: inline-block;
  color: #C43E55;
  margin: 0px 5px;
}

p.priceP
{
  display: inline-block;
  text-decoration-line: line-through;
  margin: 0px 5px;
}

p.price
{
  margin: 0;
}

p.name 
{
  height: 25px;
  line-height: 20px;
  margin: 5px auto;
  font-size: 16px;
}

#select-dropdown
{
  position: relative;
  text-align: center;
}

#select-dropdown-half
{
  width: 100%;
  margin: 25px 0px;
  margin-bottom: 10px;
  position: relative;
}

#select-dropdown:after, #select-dropdown-half:after
{
  content: '^';
  font: normal normal normal 17px/1 FontAwesome;
  color: #D80E0E;
  right: 11px;
  top: 1px;
  height: 27px;
  padding: 8px 8px 0px 0px;
  border-right: 1px solid #D80E0E;
  position: absolute;
  pointer-events: none;
  transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}

#normalprice
{
  margin: 0px 5px;
  text-decoration-line: line-through;
}

#saleprice
{
  margin: 0px 5px;
  color: #C43E55;
}

#productlink #nosale
{
  margin: 0;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  opacity: 0.75;
}

#nosale
{
  margin: 0;
  font-family: univia-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
}



#product-cell img:hover
{
  transform: scale(1.1);
}


#product-cell button:focus
{
  outline: 0;
}

#product-cell button#outofstock
{
  background-color: #5E5E5E;
}

#productlink
{

}

#addtocart:hover {cursor: pointer;background-color: #D80E0E;}

#addtocart:focus {outline:0;}

.details-dropdown
{
  width: 100%;
  height: 40px;
  color: white;
  background-color: #0A0806;
  text-align: center;
  border: 1px solid #D80E0E;
  border-bottom: 0px;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.details-dropdown-half, .stack-details-dropdown-half
{
  width: 100%;
  height: 40px;
  color: white;
  background-color: #0A0806;
  text-align: center;
  border: 1px solid #5E5E5E;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.product-hidden
{
  opacity: 0;
}

.product-shown
{
  opacity: 1;
}

.activeAnchor
{
  color: #FFF;
}

.inactiveAnchor
{
  color: #5E5E5E;
}

.inactiveAnchor:hover
{
  color: #FFF;
}

#sort-master-container::-webkit-scrollbar {
  display: none;
}

#sort-master-container
{
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 24px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
  -ms-overflow-style: none;
}

#sort-container
{
  padding: 20px;
  width: 90%;
}

#redhr, .redhr
{
  width: 80%;
  border-bottom: 1px solid #D80E0E;
}

#sort-container a
{
  display: block;
  margin: 20px;
  font-size: 16px;
  letter-spacing: 4px;
}

#sort-container a:hover
{
  cursor: pointer;
}

.clearfix
{
  clear: both;
}

.stack-cell
{
  width: 33%;
}

.stack-cell h2
{
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-size: 24px;
} 

.stack-cell button 
{
  width: 60%;
  height: 50px;
  margin: 0 auto;
  background-color: #d80e0e;
  color: white;
  border: 0;
  cursor: pointer;
  padding: 5px;
  letter-spacing: 2px;

  transform: skewX(-10deg);
}

.stack-prod-parent
{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.stack-prod-container
{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  
}

.stack-prod-cell
{
  text-align: center;
  margin: 50px;
}

.stacks-page
{
  width: 100%;
  text-align: center;
}

.stack-test
{
  position: absolute;
  top: 200px;
  width: 2000px;
  height: 1900px;
  background-color: #51160f;
  transform: skewY(8deg);

  z-index: -5;
}

.stack-info-container
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stack-img
{
  width: 45%;
}

.stack-img img 
{
  width: 100%;
}

.stack-info
{
  width: 45%;
}

.stack-info h1 
{
  width: 90%;
  margin: 30px auto;
}

.stack-info p 
{
  width: 80%;
  font-size: 18px;
  margin: 30px auto;
  line-height: 200%;
}


.stacks-title
{
  text-align: center;
  margin: 25px auto;
  font-family: Primal, sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 5px;
}

.stacks-addborder
{
  border-bottom: 1px solid #d80e0e !important;
}

.add-stack-to-cart
{
  width: 90%;
  height: 50px;
  margin: 25px auto;
  border:0;
  background-color: black;
  box-shadow: 4px 4px 8px #000;
  cursor: pointer;
}


@media only screen and (min-width: 1024px)
{
  #product-cell
  {
    text-align: center;
    overflow: hidden;
    margin: 35px;
    transition: 0.5s ease;
    position: relative;

    width: 250px;
    height: 400px;
    border: 0;
    border-bottom: 0px;

    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: all 0.5s ease-in;
  }

  #product-cell img
  {
    margin: 0;
    transition: all .2s ease-in-out;
    height: 250px;
    position: absolute;
    left: 0;
    top:0;
    z-index: 20;
  }

  #product-cell button
  {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 0;
    background-color: #d80e0e;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }

  #prod-img-cont
  {
    height: 250px;
    position: relative;
  }

  #sort-container
  {
    padding: 10px;
    width: 90%;
  }

  #sort-container a
  {
    display: block;
    margin: 10px;
  }
}

#product-sections-container
{
  width: 100%;
  display:block;
  min-width: 640px;'
}

#product-info-section
{
  width: 100%;
  border: 0;
  margin: 0;
}

#map
{
  display: inline-block;
  width: 40%;
  height: 300px;
  margin: 10px auto;
  min-width: 300px;
}

#ordermap
{
  display: block;
  width: 98%;
  height: 300px;
  margin: 10px auto;
  min-width: 300px;
}

.email-message
{
  display: inline-block;
  width: 60%;
  margin: 0;
  vertical-align: top;
  min-width: 700px;
}

#outlined-container
{
  width: calc(100% - 22px);
  min-height: 200px;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
}

#left-table
{
  text-align: left;
  table-layout: auto;
}

#product-subsection-img
{
  text-align: center;
  width: 80%;
  min-width: 512px;
  margin: 0 auto;
}

#product-subsection-text
{
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#product-subsection h1
{
  font-size: 32px;
}

#product-subsection p
{
  width: 100%;
}

#product-info-section h1, #product-info-section h2
{

  color: white;
}

#product-pictures-section
{
  width: 100%;
  border: 0;
  margin: 0;
}

#pic
{
  min-width: 256px;
  max-width: 512px;
  width: 512px;
  margin: 0 auto;
  transition: transform .2s; /* Animation */
}

#enlargetext
{
  font-size: 18px;
  margin: 25px auto;
  text-align: center;
}

.grow
{
  transform: scale(1.65);
}

#redcircle, #blackcircle
{
  transition: transform 10s;
}

.growmassive
{
  transform: scale(50);
  position: relative;
  z-index: 99998;
}

#easteregg-div
{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
}
#easteregg-str
{
  color: #0A0806;
  position: relative;
  top: calc(50% - 50px);
  font-size: 72px;
  height: 100px;
}

#mini-pic-container
{
  text-align: center;
  width: 512px;
  max-width: 512px;
  margin: 0 auto;
}

#mini-pic
{
  width: 100px;
  margin: 1px;
  transition: transform .2s;
}

#mini-pic:hover 
{
  cursor: pointer;
  transform: scale(1.15);
}


#standard-dropdown
{
  width: 200px;
  height: 40px;
  color: #0A0806;
}

#addtocart-container
{
  width: 100%;
  display: block;
  margin: 25px 0px;
}

#moreinfo
{
  width: 300px;
  height: 50px;
  margin: 50px;
  border: 0;
  background-color: #D80E0E;
}

#addtocartBig
{
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #D80E0E;
  cursor: pointer;
}

#outofstockBig
{
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #5E5E5E;
}

.notify-container
{
  max-width: 550px;
  margin: 25px auto;
}

.notify-container h2
{
  color: #D80E0E !important;
  font-weight: bold;
  font-size: 8px;
  margin: 15px auto;
}

.notify-form
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.notify-form input[type='email']
{
  width: 50%;
  height: 40px;
  color: #D80E0E !important;
}

.notify-form input[type='number']
{
  width: 30%;
  height: 40px;
  color: #D80E0E !important;
}

.notify-form input[type='submit']
{
  width: 20%;
  height: 45px;
  color: #D80E0E !important;
  border: 1px solid white;
  background-color: black;
  border-left: 0;
  cursor: pointer;
}

#quant-container
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0px;
}

#quant-change-container
{
  width: 100%;
  margin: 25px auto;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}

#quant-change-container button
{
  width: 50px;
  height: 50px;
  background-color: #D80E0E;
  color: white;
  border: 0;
  font-size: 14px;
}

#quant-change-container input
{
  width: calc(250px);
  height: 46px;
  display: inline-block;
  border: 1px solid #D80E0E;
  color: #FFF;
  background-color: #0A0806;
}

#quant-change-container input:focus
{
  outline: 0;
}

#gotopayment
{
  width: 250px;
  height: 40px;
  margin: 5px;
  border: 0;
  background-color: #D80E0E;
}

#gotostack {cursor: pointer;}

#addtocartBig:focus, #gotopayment:focus, .button-credit-card:focus, #outofstockBig:focus
{
  outline:0;
}

#addtocartBig:hover, #gotopayment:hover, #outofstockBig:hover
{
  cursor: pointer;
}

#gradient-title-left
{
  text-align: center;
  font-size: 72px;
  margin: 25px auto;
  font-family: Primal;
  background: -webkit-linear-gradient(left, #323232 , #FFF);
  background: -o-linear-gradient(right, #323232, #FFF);
  background: -moz-linear-gradient(right, #323232, #FFF);
  background: linear-gradient(to right, #323232 , #FFF); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1024px)
{
  #gradient-title-left
  {
    text-align: left;
    font-size: 72px;
    margin: 25px;
    font-family: Primal;
    background: -webkit-linear-gradient(left, #323232 , #FFF);
    background: -o-linear-gradient(right, #323232, #FFF);
    background: -moz-linear-gradient(right, #323232, #FFF);
    background: linear-gradient(to right, #323232 , #FFF); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #product-sections-container
  {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    min-width: 640px;
  }

  #product-pictures-section
  {
    width: 45%;
    border: 0;
    margin: 0;
    text-align: center;
  }

  #product-info-section
  {
    width: 55%;
    border: 0;
    margin: 0;
  }

  #product-subsection-text
  {
    text-align: left;
  }

  #product-subsection-img
  {
    text-align: center;
  }

  #select-dropdown-half
  {
    width: 100%;
    margin: 25px 0px;
    margin-bottom: 10px;
    position: relative;
  }

  #quant-change-container
  {
    text-align: left;
    margin: 25px;
    margin-bottom: 50px;
    display: block;
  }

  #quant-change-container input
  {
    width: calc(150px);
    height: 46px;
    display: inline-block;
    border: 1px solid #D80E0E;
    color: #FFF;
    background-color: #0A0806;
  }

  #addtocart-container
  {
    width: 100%;
    display: block;
  }

  .notify-container
  {
    max-width: 600px;
    margin: 25px;
    text-align: left;
  }

  .notify-container h2
  {
    font-size: 20px;
  }
}

/* -------------------------------------------------------------------*/
/* ------------------------- IMPRESSIONS ------------------------------*/
/* -------------------------------------------------------------------*/

#impressions-title
{
  text-align: left;
  margin: 50px 0px;
}

#impressions-container
{
  width: 100%;
  margin: 0px auto;
  padding: 50px 0px;
  background-color:#323232;
}

#impressions-subcontainer
{
  width: 90%;
  margin:0px auto;
  text-align:center;
}

#impressions-container h1
{
  font-size: 60px;
  color: #FFF;
}

#impressions-arrow-div
{
  width: 20%;
  height: 250px;
  display: inline-block;
  text-align: center;
  line-height: 250px;
}

#impressions-arrow-div a
{
  font-size: 32px;
  font-style: bold;
  opacity: 0.5;
}

#impressions-arrow-div a:hover
{
  cursor: pointer;
  color: #D80E0E;
}

#impressions-arrow-div a#disabled
{
  font-size: 32px;
  font-style: bold;
  opacity: 0.1;
}

#impressions-arrow-div a#disabled:hover
{
  cursor: context-menu;
  color: #FFFFFF;
}

#impressions-cell
{
  width: 60%;
  height: 250px;
  border: 1px solid #5E5E5E;
  border-radius: 5px;
  padding: 0px 25px 15px 25px;

  -webkit-transition: opacity 0.2s ease-in;
       -moz-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: all 0.2s ease-in;
}

#impressions-cell h2
{
  color: #5E5E5E;
  font-size: 18px;
  font-style: italic;
}

#impressions-cell h3
{
  color: #5E5E5E;
  font-size: 18px;
  font-style: italic;
  margin-left: 50px;
}

#impressions-body
{
  color: white;
  font-size: 18px;
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#impressions-body::-webkit-scrollbar {
  display: none;
}

#impressions-body p
{
  vertical-align: middle;
  display: table-cell;
  height: 150px;
  margin: 0;
}

.i-shift-right
{
  opacity: 0;
  transform: translate(200px);
}

.i-shift-left
{
  opacity: 0;
  transform: translate(-200px);
}

.i-start-left
{
  opacity: 0;
  transform: translate(-400px);
}

.i-start-right
{
  opacity: 0;
  transform: translate(400px);
}

#impression-creator-container
{
  width: 50%;
  margin: 100px auto;
  margin-top: 200px;
  text-align: center;
  border: 1px solid #5E5E5E;
  border-radius: 5px;
  padding: 25px;
}

#impression-textarea
{
  width: 100%;
  height: 200px;
  color: #0A0806;
  background-color: #FFF;
  padding: 5px;
}

#impression-textarea:focus
{
  outline: 1px solid #FFF;
}

#impression-submit
{
  width: 40%;
  height: 50px;
  margin: 20px auto;
  border: 0;
  color: #0A0806;
  background-color: #FFF;
}

#write-impression, #edit-impression
{
  color: #5E5E5E;
  margin: 50px auto;
  text-decoration: underline;
}

#write-impression:hover, #edit-impression:hover
{
  cursor: pointer;
  color: #D80E0E;
}

@media only screen and (min-width: 1024px)
{
  #impressions-subcontainer
  {
    width: 70%;
    margin:0px auto;
    text-align:center;
  }
}

/* -------------------------------------------------------------------*/
/* ------------------------- SLIDE SHOW ------------------------------*/
/* -------------------------------------------------------------------*/

#slide, #line1, #line2
{
  width: 100%;
}

.slideshow-container 
{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 640px;
  position: relative;
}

.slideshow-container img
{
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
         transition: opacity 0.5s ease-in;
}

.slidehidden
{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.slideshown
{
  opacity: 1;
}

.prev
{
  text-align: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 32px);
  left: 0;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next 
{
  text-align: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 32px);
  right: 0;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

#logo-sep-container
{
  width: 100%;
  text-align: center;
  margin: 50px auto;
  position: relative;
  margin-bottom: 25px;
}

#logo-fill-circle
{
  position: absolute;
  top: calc(50% - 64px);
  left: 0px;
  overflow: hidden;
  width: 100%;
}

#logo-fill-circle img
{
  position: relative;
  left: -105px;

  -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;

         -webkit-transition: opacity 0.5s ease-in;
 -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}



#product-line-container
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

.product-line-column
{
  width: 100%;
  text-align: center;
  margin: 0;
}

.product-line-column img
{
  display: block;
}

.product-line-column p
{
  opacity: 0.5;
  margin: 50px auto;
}

#h1primal
{
  font-size: 48px;
  font-family: Primal;
}

#pprimal
{
  font-size: 16px;
  color: #5E5E5E;
  letter-spacing: 3px;
}

@media only screen and (min-width: 1200px)
{
  #product-line-container
  {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
  }

  .product-line-column
  {
    display: inline-block;
    width: 50%;
    text-align: center;
  }
}

/*
#logo-fill-circle img
{
  position: relative;
  left: -1070px;
  -webkit-animation: bannermove 60s linear infinite;
    -moz-animation: bannermove 60s linear infinite;
     -ms-animation: bannermove 60s linear infinite;
      -o-animation: bannermove 60s linear infinite;
         animation: bannermove 60s linear infinite;

   -webkit-transition: opacity 0.5s ease-in;
 -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}
*/

@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: 2000px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}
 
@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2125px;
 }
 
}

@keyframes productmove {
 0% {
    left: 0%;
 }
 100% {
    left: 100%;
 }
 
}

/* Hide the images by default */
.mySlides 
{
  min-width: 640px;
  position: absolute;
  left: 0;
  top: 50px;
  vertical-align: top;
    -webkit-transition: transform 0.75s ease-in-out;
    -moz-transition:transform 0.75s ease-in-out;
    -o-transition:transform 0.75s ease-in-out;
    -ms-transition:transform 0.75s ease-in-out;    
    transition:transform 0.75s ease-in-out;
}

#testspace
{
  opacity: 1;
  overflow: hidden;
  min-width: 640px;
}

.shown
{
  opacity: 1;
}

.leftshown
{
  opacity: 1;
  transform: translate(-100%)
}

.righthidden
{
  opacity: 0;
  transform: translate(100%)
}

.lefthidden
{
  opacity: 0;
  transform: translate(-100%)
}

.rightshown
{
  opacity: 1;
  transform: translate(100%)
}

/* Next & previous buttons */


.prev-info
{
  cursor: pointer;
  padding: 3%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  display: inline-block;
}

.next-info 
{
  cursor: pointer;
  padding: 3%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  float: right;
}

.dots-info
{
  text-align:center;
  display: inline-block;
  margin: 0 auto;
  width: 82%;
}

/* Position the "next button" to the right */
.next, .next-info
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .prev-info:hover, .next-info:hover
{
  background-color: #D80E0E;
}

/* The dots/bullets/indicators */
.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeDot, .dot:hover 
{
  background-color: #bbb;
}

/* -------------------------------------------------------------------*/
/* ------------------------- LIFESTYLE ------------------------------*/
/* -------------------------------------------------------------------*/

#team-container
{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#team-cell, .team-cell
{
  margin: 25px;
}

#line-cell-container
{
  width: 100%;
  min-width: 500px;
}

#line-cell
{
  text-align: center;
  position: relative;
  display: block;
  width: calc(100% - 50px);
  vertical-align: middle;
  padding: 25px;
}

#line-cell h2
{
  font-size: 24px;
  height: 50px;
  font-family: Primal;
}

#line-cell p
{
  font-size: 18px;
  height: 100px;
}

#line-cell button
{
  vertical-align: bottom;
}

.border-right
{
  border-bottom: 1px solid #D80E0E;
  border-right: 0;
}

#lifestyle-container
{
  width: 80%; 
  min-width: 500px;
  margin: 0 auto;
  text-align: center;
}

#lifestyle-container h1
{
  font-size: 38px;
  font-family: Primal;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.flex-column {
  flex: 33%;
  max-width: 33%;
}

.flex-column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 1024px) {
  .flex-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .flex-column {
    flex: 100%;
    max-width: 100%;
  }
}

#blog-button
{
  margin: 50px 100px 0px 50px;
  width: 300px;
  height: 60px;
  border: 5px solid #D80E0E;
  background-color: #0A0806;
  color: #D80E0E;
  font-size: 20px;

  -webkit-transition: opacity 0.5s ease-in;
     -moz-transition: opacity 0.5s ease-in;
      -ms-transition: opacity 0.5s ease-in;
       -o-transition: opacity 0.5s ease-in;
          transition: all 0.5s ease-in;
}

#blog-button:hover
{
  cursor: pointer;
}

.circular-square {
  border-radius: 50%;
}

@media only screen and (min-width: 1024px)
{
  #lifestyle-container
  {
    width: 60%; 
    min-width: 640px;
  }

  #lifestyle-container h1
  {
    font-size: 48px;
  }

  #line-cell-container
  {
    width: 100%;
    min-width: 640px;
    display: flex;
    align-content: center;
    justify-content: center;
  }

  #line-cell
  {
    display: inline-block;
    width: 33.3%;
    height: 550px;
    vertical-align: top;
    padding: 25px;
  }

  .border-right
  {
    border-right: 1px solid #D80E0E;
    border-bottom: 0;
  }
}

/* -------------------------------------------------------------------*/
/* ------------------------- BLOG POST ------------------------------*/
/* -------------------------------------------------------------------*/

#post-container
{
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

#post-container img
{
  width: 100%;
  min-width: 512px;
}

#page-block
{
  width: 100%;
  margin: 100px auto;
  text-align: center;
}

#page-block p
{
  color: #D80E0E;
}

#page-block-small
{
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

#page-block-small p
{
  color: #D80E0E;
}

#page-btn, #page-btn-left, #page-btn-right
{
  display: inline-block;
  margin: 25px;
}

.pagevalid
{
  color: #D80E0E;
}

.pageinvalid
{
  color: #5E5E5E;
}

#page-num
{
  display: inline-block;
  margin: 25px;
}

#page-btn:hover, #page-btn-left:hover, #page-btn-right:hover
{
  color: #D80E0E;
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{
  #post-container
  {
    width: 65%;
    margin: 0 auto;
    text-align: center;
  }

  #post-container img
  {
    width: 100%;
    min-width: 512px;
  }
}

/* -------------------------------------------------------------------*/
/* ----------------------- CHECKOUT  ----------------------------*/
/* -------------------------------------------------------------------*/

#billing_zip_container
{
  width: 100%;
  text-align: center;
}

#billing_zip
{
  color: black;
  display: block;
  width: 267px;
  height: 36px;
  padding: 6px 12px 6px 12px;
  margin: 0 auto;
}

#checkout-container
{
  margin-top: 100px;
  width: 90%;
  margin: 0 auto;
  min-width: 640px;
}

#checkout-info
{
  width: 100%;
  display: block;
  margin-bottom: 150px;
  text-align: center;
}

#checkout-cart
{
  width: 100%;
  display: block;

  text-align: center;
}

#checkout-subsection
{
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

#input-container
{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  min-width: 500px;
  margin-bottom: 50px;
  overflow: hidden;
}


.login-input, .checkout-input, .contact-input, .checkout-input-unique
{
  height: 20px;
  border: 0;
  padding: 12px;
  margin: 5px;
  border-radius: 5px;
  color: #0A0806;
  width: 100%;
  flex-grow: 1;
  min-width: 0;
}

.countries-dd, .countries-dd-b
{
  border: 0;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  color: #0A0806;
  width: 100%;
  flex-grow: 1;
  min-width: 0;
}

.countries-dd option, .countries-dd-b option 
{
  color: black;
}

.billing-input, .billing-input-unique
{
  height: 20px;
  border: 0;
  padding: 12px;
  margin: 5px;
  border-radius: 5px;
  width: 100%;
  color: #FFF;
  background-color: #0A0806;
  border: 1px solid #D80E0E;
  flex-grow: 1;
  min-width: 0;
}

#verify-container
{
  
}

#verify-container p
{
  color: #0A0806;
}

.code-input
{
  width: 48px;
  height: 64px;
  display: inline-block;
  background-color: white;
  color: #0A0806;
  border: 1px solid #0A0806;
  margin: 2px;
  text-align: center;
}

#input-row
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 2px auto;
  align-items: center;
  justify-content: center;
  
}

#checkout-cartitem-dropdown
{
  background-color: #0A0806;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  margin: 5px 0px;
  padding: 5px 0px 5px 0px;
  width: 100%;
}

#checkout-cartitem-dropdown:focus {outline: 0;}

#checkout-cartitem-quant
{
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 16px;
  padding: 1px;
  margin: 2px;
  background-color: #0A0806;
  color: white;
  border: 0;
  vertical-align: top;
  border: 1px solid rgba(216, 14, 14, .5);
  border-radius: 5px;
}

#promocode-box
{
  width: 200px;
  margin: 20px auto;
  padding: 5px;
  border: 1px solid #D80E0E;
}

#promocode-box h2
{
  font-size: 18px;
  color: #D80E0E;
}

#offer-container
{
  width:80%;
  margin: 150px auto;
  text-align:center;
}

#paybutton
{
  width: 50%;
  height: 56px;
  margin: 48px auto;
  background: #D80E0E;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

#paybutton:disabled
{
  background-color: #323232;
  cursor: not-allowed;
}

@media only screen and (min-width: 1200px)
{
  #checkout-container
  {
    margin-top: 100px;
    width: 100%;
    min-width: 1024px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #checkout-info
  {
    width: 45%;
    min-width: 600px;
    text-align: center;
  }

  #checkout-cart
  {
    width: 45%;
    min-width: 600px;
    border-left: 1px solid rgba(255,255,255,0.25);
    text-align: center;
  }

  #input-container
  {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }


  #checkout-info-complete
  {
    width: 100%;
    display: inline-block;
    float: left;
    border: 0;
    margin: 0;

    text-align: center;
  }

  #offer-container
  {
    width:100%;
    margin: 150px auto;
    text-align:center;
  }
}

input[type='text'].promo
{
  width: 200px;
  height: 25px;
  padding: 5px;
  background-color: #0A0806;
  border: 0;
  border-bottom: 1px solid white;
  color: white;
  margin-left: 15px;
}

#promobutton, #calcbutton
{
  width: 125px;
  height: 40px;
  border: 0;
  background-color: #D80E0E;
  cursor: pointer;
}

#promobutton:focus, #calcbutton:focus
{
  outline:0;
}

/*  LOADING BAR   */

#grey-out-overlay
{
  position: fixed;
  top: 0;
  left: 0;
  width: 999999px;
  height: 999999px;
  background-color: grey;
  opacity: 0.25;
  z-index: 99998;
}

#loadingbar-wrapper
{
  width: 80%;
  min-width: 512px;
  height: 256px;
  background-color: #0A0806;
  border: 1px solid #D80E0E;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.centered-text
{
  width: 100%;
  text-align: center;
}

.bottom-text
{
  text-align: center;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-text p
{
  font-size:12px;
}

.centered-text h1
{
  font-size: 22px;
}

.faq-container
{
  width: 80%;
  margin: 100px auto;
}

/* GOVX */
.special-x
{
  font-size: 150px !important;
}

.special-x-small
{
  font-size: 48px !important;
}

.text-on-banner-container
{
  position: relative;
}

.text-overlay
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
}

.text-overlay h1 
{
  font-size: 80px;
  letter-spacing: 8px;

  margin: 0px;

  color: white;
  font-style: normal;
}

.text-overlay p 
{
  color: white;
  font-size: 16px;
  margin: 0px;
}

.left-middle
{
  left: 50% !important;
}

.text-blurb
{
  display: flex;
  align-items: center;
  margin: 0px auto;

  width: calc(100% - 100px);
}

.text-blurb-right
{
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0px auto;
  width: calc(100% - 100px);
}

.text-blurb p, .text-blurb-right p
{
  margin: 0;
  font-style: italic;
  line-height: 200%;
  letter-spacing: 2px;
  color: grey;

  font-size: 24px;

  width: 80%;
  margin: 0 auto;
}

.text-blurb button, .text-blurb-right button 
{
  margin: 25px;
  width: 300px;
  height: 60px;
  background-color: #D80E0E;
  color: white;
  border: 0;
  font-family: Primal;
}

.blurb-left
{
  text-align: center;
  justify-content: center;

  width: 100%;
  border: 0;
  padding: 100px 0px;

  border-left: 1px solid #D80E0E;
  border-bottom: 1px solid #D80E0E;
}

.blurb-right
{
    text-align: center;
    justify-content: center;

    width: 100%;
    padding: 100px 0px;

    border: 0;
    border-right: 1px solid #D80E0E;
    border-bottom: 1px solid #D80E0E;
}

.blurb-center
{
  margin-left: 20px;
  text-align: center;
  justify-content: center;

  width: 100%;
}



@media only screen and (min-width: 1200px)
{
  .special-x
  {
    font-size: 200px !important;
  }

  .centered-text h1
  {
    font-size: 28px;
  }

  .text-overlay
  {
    text-align: left;
  }

  .text-overlay h1 
  {
    font-size: 150px;
    letter-spacing: 15px;

    color: black;
  }

  .text-overlay-smaller h1
  {
    font-size: 100px !important;
  }

  .text-overlay p 
  {
    color: gray;
    font-size: 20px;
    margin-left: 10px;
  }

  .left-middle
  {
    left: 25% !important;
  }

  .text-blurb
  {
    width: calc(100% - 100px);
    margin: 0px;
    
  }

  .text-blurb-right
  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0px;
  }

  .blurb-left
  {
    margin-left: 0;
    padding-left: 100px;
    padding: 100px;
    text-align: left;
    justify-content: flex-start;

    width: calc(50% - 201px);

    border: 0;
    border-right: 1px solid #D80E0E;
    border-bottom: 1px solid #D80E0E;
  }

  .blurb-right
  {
    text-align: right;
    width: calc(50% - 150px);
    padding: 0px 100px 100px 100px;

    border: 0;
    border-left: 1px solid #D80E0E;
    border-bottom: 1px solid #D80E0E;
  }

  .text-blurb p, .text-blurb-right p
  {
    width: 100%;
  }

  .blurb-center
  {
    margin: 0px auto;
    text-align: center;
    justify-content: center;

    width: 33.3%;
  }
}

/* COACHES */
.coaching-team
{
  width: 80% !important;
  margin: 50px auto;
}

.coach-container
{
  width: 100%;
  margin: 0px auto;

  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.coach-cell
{
  width:33.3%;
  height: 450px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.coach-cell a 
{
  width: 100%;
}

.coach-img
{
  width: 100%;
}

.static-gif 
{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.coach-cell h2
{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 48px;
  color: #D80E0E;
  text-shadow: 2px 2px black;
  font-family: Primal;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.profile-container
{
  width: 80%;
  margin: 100px auto;
}

.profile 
{
  margin: 100px auto;
}

.profile-info
{
  margin-left: 20px;
}

.profile-info h1
{
  font-size: 32px;
  color: #D80E0E;
  font-family: Primal;
  margin: 0 auto;
}

.circle-avi
{
  border-radius: 50%;
  width: 256px;
}

.subtitle
{
  color: grey;
  font-style: italic;
  margin: 0 auto;
}

.profile-info p 
{
  text-align: center;
}

.profile-bio
{
  width: 50%;
  margin: 25px auto;
  line-height: 200%;
  color: grey;
  font-style: italic;
  font-size: 24px;

}

.phone-input-container
{
  width: 100%;
  text-align: center;
}

.phone-bkg
{
  width: 512px;
  margin: 0 auto;
  position: relative;
}

.phone-bkg img
{
  width: 100%;
}

.phone-msg-inside
{
  position: absolute;
  left: 30px;
  top: 60px;
  width: calc(100% - 60px);
  height: calc(100% - 100px);
}

.phone-header
{
  text-align: left;
  width: 90%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone-header img 
{
  width: 24px;
  margin: 25px 10px 10px 10px;
}

.phone-header h2 
{
  font-size: 24px;
  margin: 25px 0px 0px 0px;
}

.phone-header p 
{
  font-size: 14px;
}

.phone-msg-container
{
  width: calc(100% - 25px);
  padding: 25px 10px;

  height: calc(100% - 230px);
  overflow-y: scroll;
  overflow-x: hidden;

}

.me-message 
{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  animation: message-anim-right 0.5s ease-in-out;
}

.me-message p
{
  color: white;
  background-color: blue;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
}

.they-message 
{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;

  animation: message-anim-left 0.5s ease-in-out;
}

.they-message p
{
  color: white;
  background-color: grey;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
}

.phone-input-container
{
  border-top: 1px solid white;
  padding: 25px 0px 0px 0px;
}

.phone-input
{
  margin: 0px 15px;
  width: calc(90% - 75px);
  height: 50px;
  border: 1px solid white;
  border-radius: 10px;
  background-color: black;
  color: white;
}

.phone-input-send
{
  width: 75px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  background-color: green !important;
  color: white;
  cursor: pointer;
}

@media only screen and (min-width: 1380px)
{
  #loadingbar-wrapper
  {
    width: 50%;
    min-width: 512px;
    height: 256px;
    background-color: #0A0806;
    border: 1px solid #D80E0E;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 99999;
  }
}

.ldBar 
{
  position: relative;
  width: 100%;
  height: 100%;
}

.ldBar svg
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ldBar path.mainline
{
  stroke-width: 6;
}

.ldBar path.baseline
{
  stroke-width: 0;
}

.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
  display: none;
}

.centered-text
{
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}

/* -------------------------------------------------------------------*/
/* ----------------------- INFO BLOCKS  ----------------------------*/
/* -------------------------------------------------------------------*/

/* BACKGROUND IMAGES */
.info-container-bkg
{
  position: fixed;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.info-container-bkg-bottom
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}

.info-block
{
  width: 100%;
  min-height: 600px;
  text-align: center;
  position: relative;
}

#info-block-seperator-greyblack
{
  width: 100%;
  height: 300px;
  background-color: #0A0806;
  background-image: -webkit-linear-gradient(-84deg, #323232 50%, #0A0806 50%);
  display: block;
}

#info-block-seperator-redblack
{
  width: 100%;
  height: 300px;
  background-color: #0A0806;
  background-image: -webkit-linear-gradient(-84deg, #D80E0E 50%, #0A0806 50%);
  display: block;
}

#info-block-seperator-tantan
{
  width: 100%;
  height: 300px;
  background-color: #bdb89b;
  background-image: -webkit-linear-gradient(-84deg, #bdb89b 50%, #bdb89b 50%);
  display: block;
}

#info-block-content
{
  width: 60%;
  margin: 0 auto;
  display: block;
}

#info-block-content h1
{
  font-size: 60px;
  margin: 0;
}

#info-block-content-center
{
  width: 80%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#info-block-content-center h1
{
  font-size: 48px;
  margin: 0;
}

#info-block-content-center p
{
  font-size: 24px;
}

.window-block
{
  width: 100%;
  min-height: 600px;
  position: relative;
  text-align: center;
  color: #0A0806;
  display: block;
}

.window-block-content-center
{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.window-block-content-center h2
{
  font-size: 50px;
  letter-spacing: 10px;
}

#block-title, #block-title-black, #block-title-grey
{
  width: calc(100% - 150px);
  text-align: center;
  margin: 0px auto;
  padding: 75px;
}

#block-title h1
{
  margin: 0px auto;
  font-size: 48px;
  width: 70%;

  color: #5E5E5E;
}

#block-title p
{
  margin: 20px auto;
  font-size: 22px;
  width: 70%;

  color: #5E5E5E;
}

#block-title-black h1
{
  margin: 0px auto;
  font-size: 48px;
  color: #0A0806;

}

#block-title-black p
{
  margin: 20px auto;
  font-size: 22px;
  color: #0A0806;
  width: 70%;
}

#block-title-grey h1
{
  margin: 0px auto;
  font-size: 48px;
  color: #FFF;
}

#flavor-img
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 256px;
  z-index: 1;
  opacity: 0.1;
}

#flex-container
{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

#flex-container-centered
{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#product-details-container
{
  width: 100%;
  margin: 50px 0px;
}

#product-details-container.offsetcontainer
{
  margin-top: 150px;
}

#product-bullet-points-dark, #product-bullet-points-light, #product-bullet-points-grey, #product-bullet-points-red
{
  text-align: left;
}

#product-bullet-points-dark h1
{
  color: #0A0806;
}

#product-bullet-points-light h1
{
  color: #FFF;
}

#product-bullet-points-grey h1
{
  color: #FFF;
}

#product-bullet-points-grey p
{
  color: #5E5E5E;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-grey button
{
  border: 2px solid #D80E0E;
  background-color: #323232;
  color: #FFF;
  width: 200px;
  padding: 15px;
  margin: 15px 0px;
}

#product-bullet-points-red p
{
  color: #0A0806;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-red button
{
  border: 2px solid #FFF;
  background-color: #D80E0E;
  color: #FFF;
  width: 200px;
  padding: 15px;
  margin: 15px 0px;
}

#spl-anchor
{
  cursor: pointer;
}

#product-bullet-points-dark p
{
  color: #0A0806;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-light p
{
  color: #5E5E5E;
  margin: 5px;
  font-size: 22px;
}

#product-bullet-points-dark button
{
  border: 2px solid #D80E0E;
  background-color: #FFF;
  color: #0A0806;
  width: 200px;
  padding: 10px;
  margin: 15px 0px;
}

#product-bullet-points-light button
{
  border: 2px solid #D80E0E;
  background-color: #0A0806;
  color: #FFF;
  width: 200px;
  padding: 15px;
  margin: 15px 0px;
}

#moving-products-container
{
  width: calc(100% + 256px);
  height: 256px;
  position: absolute;
  bottom: 0px;
  left: -256px;
  overflow: hidden;
}

#moving-product
{
  position: absolute;
  -webkit-animation: productmove 30s linear infinite;
    -moz-animation: productmove 30s linear infinite;
     -ms-animation: productmove 30s linear infinite;
      -o-animation: productmove 30s linear infinite;
         animation: productmove 30s linear infinite;

         -webkit-transition: opacity 0.5s ease-in;
 -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
   -o-transition: opacity 0.5s ease-in;
   transition: opacity 0.5s ease-in;
}

#info-button
{
  width: 30%;
  height: 90px;
  border: 0;
  background-color: #FFF;
  color: #0A0806;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#info-button-a, #info-button-b
{
  height: 90px;
  padding: 15px;
  line-height: 90px;
  border: 5px solid white;
  font-size: 32px;
  text-align: center;
  animation-name: coloranim0;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}

#info-button-a button
{
  background-color: #0A0806;
  font-size: 32px;
  border: 0;
  cursor: pointer;
}

#info-button-b button
{
  background-color: #bdb89b;
  font-size: 32px;
  border: 0;
  cursor: pointer;
}

#info-button-a:hover, #info-button-b:hover
{
  animation-name: coloranim1;
}

#info-button:hover
{
  cursor: pointer;
}


@media only screen and (min-width: 1380px)
{
  .info-block
  {
    width: 100%;
    min-height: 400px;
    text-align: center;
    position: relative;
  }

  #info-block-content-center
  {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #info-block-content-center h1
  {
    font-size: 60px;
    margin: 0;
  }

  .window-block
  {
    width: 100%;
    min-height: 400px;
    position: relative;
    text-align: center;
    color: #0A0806;
    display: block;
  }

  #product-details-container
  {
    width: calc(50% - 100px);
    margin: 25px;
  }
}



#img-caption
{
  display: inline-block;
  margin: 40px;
  width: 10%;
}

.g-recaptcha
{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 1024px)
{
  .g-recaptcha
  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    text-align: center;
    margin: 20px auto;
  }
  
}

#features-container
{
  width: 80%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#img-caption-wide
{
  display: inline-block;
  margin: 10px;
  width: 20%;
  vertical-align: top;
}

#img-caption-wide p
{
  font-size: 14px;
}

.window-view-check
{
  height: 100px;
  width: 100%;
}

svg
{
  width: 100%;
  height: 10vw;
}

#list-half
{
  width: calc(45% - 100px);
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 50px;
}

#list-half li
{
  margin: 10px;
}

.white-svg
{
  filter: brightness(0) invert(1);
}


/* -------------------------------------------------------------------*/
/* ----------------------- SLIDEOUT PANEL ----------------------------*/
/* -------------------------------------------------------------------*/

#side-msg
{
  height: 40px;
  line-height: 40px;
  background-color: #D80E0E;
  color: #FFFFFF;
  margin: 0;

  transition: 0.5s ease-in-out;
}

#shopping-cart, #account-view
{
  text-align: center;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 400px;
  height: 100%;
  background-color: #FFFFFF;
  color: #0A0806;

  overflow: hidden;

  transition: 0.5s ease-in-out;
}

#create-account-container-full
{
  width: 100%;
  margin: 100px auto;
  text-align: center;
}

@media only screen and (min-width: 1024px)
{
  #create-account-container-full
  {
    width: 60%;
    margin: 100px auto;
    text-align: center;
  }
}

.Login-button-full
{
  width: 60%;
  height: 40px;
  background-color: #D80E0E;
  color: #FFFFFF;
  border: 0;
  margin: 10px auto;
  overflow: hidden;
  padding-left: 0; padding-right: 0;
  border-left-width: 0; border-right-width: 0;
  white-space: nowrap;
  cursor: pointer;
}

#scroll-container
{
  width: 100%;
  height: 95%;
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
}

#orders-view, #profile-view, #settings-view
{
  transition: 0.5s ease-in-out;
  min-width: 0;
  overflow: hidden;
}

#orders-table
{
  text-align: center;
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid #000;
}

#orders-table td
{
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  border-bottom: 1px solid #0A0806;
}

#orders-table tr:nth-child(even) {background-color: #f2f2f2;}

#orders-table a
{
  padding: 0;
}

#loadorders
{
  width: 125px;
  height: 40px;
  border: 0;
  background-color: #D80E0E;
  cursor: pointer;
}

#loadorders:focus {outline:0;}

#account-view h2
{
  overflow: hidden;
  color: #0A0806;
}

a.create-account
{
  color: #D80E0E;
}

#account-links1, #account-links2, #account-links3, #account-links4
{
  display: block;
  margin: 15px;
}

.black-regular {color: #0A0806;}
.red-underline {color: #D80E0E; text-decoration:underline;}

a.create-account:hover, #account-links1:hover, #account-links2:hover, #account-links3:hover, #account-links4:hover
{
  text-decoration: underline;
  cursor: pointer;
}

input.account, input.nonaccount
{
  display: block;
  width: 60%;
  height: 40px;
  margin: 5px auto;

  background-color: #FFFFFF;
  color: #0A0806;
}

.input-normal
{
  border: 0;
  border-bottom: 2px solid #0A0806;
}

.red-border
{
  border: 0;
  border-bottom: 2px solid #D80E0E;
}

#red-button
{
  background-color: #D80E0E;
  width: 50%;
  height: 40px;
  border: 0;
  cursor: pointer;
}

input.account:focus
{
  outline: none;
}

#forgotpass
{
  display: block;
  color: #0A0806;
  color: blue;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
}

#forgotpass:hover
{
  text-decoration: underline;
}

.Login-button
{
  width: 60%;
  height: 40px;
  background-color: #D80E0E;
  color: #FFFFFF;
  border: 0;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 0; padding-right: 0;
  border-left-width: 0; border-right-width: 0;
  white-space: nowrap;
  cursor: pointer;
}

.Checkout-button
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #d80e0e;
  color: #FFFFFF;
  border: 0;
  margin-top: 10px;
  overflow: hidden;
  padding-left: 0; padding-right: 0;
  border-left-width: 0; border-right-width: 0;
  white-space: nowrap;
  cursor: pointer;
}

.Checkout-button:hover
{
  background-color: #D80E0E;
}

@media only screen and (min-width: 1024px)
{
  .Checkout-button
  {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: #d80e0e;
    color: #FFFFFF;
    border: 0;
    margin-top: 10px;
    overflow: hidden;
    padding-left: 0; padding-right: 0;
    border-left-width: 0; border-right-width: 0;
    white-space: nowrap;
    cursor: pointer;
  }

  .Checkout-button:hover
  {
    background-color: #D80E0E;
  }
}

#shopping-cart h1, #account-view h1
{
  color: #0A0806;
  width: 50%;
  margin: 50px auto;
}

.slide
{
  right: 0px;
}

.no-slide
{
  right: -400px;
}

#account-close, #cart-close
{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  border: 0;
  color: #0A0806;
  font-size: 36px;
  margin: 10px 15px;

  transition all: 0.3s ease-in;

  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
}

#account-close:hover {cursor:pointer;}
#account-close:focus{outline:0;}

@media only screen and (min-width: 1024px)
{
  #account-close, #cart-close
  {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    border: 0;
    color: #0A0806;
    font-size: 24px;
    margin: 0px 5px;

    transition all: 0.3s ease-in;

    -webkit-transition: opacity 0.3s ease-in;
         -moz-transition: opacity 0.3s ease-in;
          -ms-transition: opacity 0.3s ease-in;
           -o-transition: opacity 0.3s ease-in;
  }

  #account-close:hover {cursor:pointer;}
  #account-close:focus{outline:0;}
}

#cart-item-container
{
  width: 100%;
  height: 65%;
  overflow-y: scroll;
  padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
}

#cart-empty
{
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#cart-empty h1
{
  color: #0A0806;
  width: 75%;
  height: 100px;
  margin: 0 auto;
}

#bag-container
{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#cart-close:hover {cursor:pointer;}
#cart-close:focus{outline:0;}

#cart-item
{
  position: relative;
  text-align: left; 
  vertical-align: top;
  width: 90%;
  margin: 20px auto;
}

#cart-item-title
{
  font-size: 18px;
  color: #0A0806;
}

#cart-item-title:hover
{
  color: #D80E0E;
}

#cart-item p
{
  color: #0A0806;
}


#cart-item-left
{
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 128px;
}

#cart-item-right
{
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 148px);
}

.cart-item-dropdown
{
  display: block;
  background-color: white;
  color: #0A0806;
  width: 100%;
  margin: 5px 0px;
  text-align: left;
  padding: 5px 0px 5px 0px;
  opacity: 0.75;
  border: 0;
  border-bottom: 1px solid #D80E0E;
  font-family: univia-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.cart-item-dropdown:focus {outline: 0;}

.cart-item-dropdown option
{
  color: #0A0806;
}

#cart-item-right h3
{
  color: #0A0806;
}

#cart-item button
{
  text-align: center;
  padding: 2px;
  background-color: #0A0806;
  border: 0;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
  font-size: 12px;

  cursor: pointer;
}


table
{
  border-collapse: collapse;
}

/*
table, tr, td
{
  border: 1px solid white;
}
*/
#cart-item-table
{
  width: 100%;
  margin: 0 auto;
}

#cart-table-container
{
  border-bottom: 1px solid #191816;
  margin-bottom:50px;
  width:90%;
  margin: 0 auto;
  padding: 10px;
}

#cart-table-container-noborder
{
  margin-bottom:50px;
  width:90%;
  margin: 0 auto;
  padding: 10px;
}

#button-container
{
  text-align: center;
  width: 80%;
  margin: 50px auto;
}

#button-container button
{
  margin: 20px;
  width: 150px;
  height: 40px;
  cursor: pointer;
  background-color: #D80E0E;
  border: 0;
}

#table-quant
{
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 5px;
}

input[type='number'].quantity
{
  text-align: center;
  width: 70px;
  height: 16px;
  color: #0A0806;
  font-size: 14px;
}

#cart-top
{
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

#cart-top h1
{
  width: 300px;
  font-size: 28px;
}

#bottom-cart
{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 901;
  transition: 0.5s ease-in-out;
}

#bottom-cart h2
{
  font-size: 32px;
  position: relative;
  top: -100px;
}

#close-button
{
  color: #D80E0E;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 0px;

  transition all: 0.3s ease-in;

  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
}

#close-button:hover
{
  cursor: pointer;
}

#checkout-remove-button
{
  cursor: pointer;
  color: #D80E0E;
}

.no-rotated
{
  opacity: 0;
}

.rotated
{
  -webkit-animation: 1s rotation;
  -moz-animation: 1s rotation;
  -ms-animation: 1s rotation;
  -o-animation: 1s rotation;
  animation: 1s rotation;
}

.rotating
{
  
}

#cookie-msg
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  text-align: left;
  background-color: #D80E0E;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;

  transition all: 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
}

#cookie-msg-text
{
  color: white;
  font-size: 18px;
  width: 70%;
  max-height: 125px;
  display: flex;
  align-items: center;
}

#cookie-msg-text a
{
  text-decoration: underline;
}

#cookie-msg-button
{
  color: white;
  font-size: 18px;
  width: 20%;
  max-height: 55px;
  padding: 0px 10px;
}

#cookie-msg-text p
{
  font-size: 12px;
  vertical-align: middle;
}

#cookie-msg-button button
{
  width: 200px;
  height: 55px;
  background-color: #0A0806;
  color: white;
  border: 0;
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{

  #bottom-cart h2
  {
    font-size: 24px;
    position: relative;
    top: -50px;
  }

  #cookie-msg
  {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    text-align: left;
    background-color: #D80E0E;
    display: flex;
    justify-content: space-around;
    align-content: center;
  }

  #cookie-msg-text
  {
    text-align: left;
    color: white;
    font-size: 18px;
    width: 60%;
    max-height: 75px;
    display: flex;
    align-items: center;
  }

  #cookie-msg-button
  {
    color: white;
    font-size: 18px;
    width: 20%;
    height: 75px;
    line-height: 
  }

  #cookie-msg-text p
  {
    font-size: 12px;
    vertical-align: middle;
  }

  #cookie-msg-button button
  {
    width: 200px;
    height: 55px;
    vertical-align: middle;
    background-color: #0A0806;
    color: white;
    border: 0;
    cursor: pointer;
  }
}

/* -------------------------------------------------------------------*/
/* --------------------------- TERMS --------------------------------*/
/* -------------------------------------------------------------------*/

#large-text-div
{
  text-align: left;
  width: 70%;
  margin: 100px auto;
}

#large-text-div h2
{
  font-family: univia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
}

#large-text-div a
{
  text-decoration: underline;
}

/* -------------------------------------------------------------------*/
/* --------------------------- Ticket System -------------------------*/
/* -------------------------------------------------------------------*/

#ticket-container
{
  text-align: center;
}

#ticket-msg-container
{
  width: 100%; 
  margin: 0 auto;
  text-align:center;
}

#ticket-input
{
  display: block;
  width: 80%;
  margin: 15px auto;
  height: 40px;
  color: white;
  background-color: #0A0806;
  padding: 5px;
  border: 0;
  border-bottom: 1px solid white;
}

#ticket-textarea
{
  display: block;
  width: 80%;
  margin: 15px auto;
  height: 200px;
  color: white;
  background-color: #0A0806;
  padding: 5px;
}

#ticket-submit
{
  width: 80%;
  margin: 15px auto;
  height: 40px;
  background-color: #0A0806;
  border: 1px solid white;
  cursor: pointer;
}

#ticket-textarea:focus, #ticket-input:focus
{
  outline: 1px solid #D80E0E;
}

#ticket-msg-box
{
  width: 50%;
  min-height: 100px;
  border: 1px solid white;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
  margin: 50px;
}

.left-msg
{
  float: left;
}

.right-msg
{
  float: right;
}

#black-standard-table
{
  text-align: center;
  width: 80%;
  margin: 0px auto;
  background-color: #0A0806;
  border: 1px solid #FFF;
}

#black-standard-table td
{
  height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  border-bottom: 1px solid #FFF;
}

#black-standard-table button
{
  background-color: #D80E0E;
  color: white;
  border: 0;
  cursor: pointer;
}

@media only screen and (min-width: 1024px)
{

  #ticket-msg-container
  {
    width: 80%; 
    margin: 0 auto;
    text-align:center;
  }
  #ticket-input
  {
    display: block;
    width: 50%;
    margin: 15px auto;
    height: 40px;
    color: white;
    background-color: #0A0806;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid white;
  }

  #ticket-textarea
  {
    display: block;
    width: 50%;
    margin: 15px auto;
    height: 200px;
    color: white;
    background-color: #0A0806;
    padding: 5px;
  }

  #ticket-submit
  {
    width: 50%;
    margin: 15px auto;
    height: 40px;
    background-color: #0A0806;
    border: 1px solid white;
    cursor: pointer;
  }

  #ticket-textarea:focus, #ticket-input:focus
  {
    outline: 1px solid #D80E0E;
  }

  #ticket-msg-box
  {
    width: 50%;
    min-height: 100px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    margin: 50px;
  }

  #black-standard-table
  {
    text-align: center;
    width: 70%;
    margin: 0px auto;
    background-color: #0A0806;
    border: 1px solid #FFF;
  }
}

/* -------------------------------------------------------------------*/
/* ---------------------------- SUBSCRIBER ------------------------------*/
/* -------------------------------------------------------------------*/

.subscriber-info-container
{
  width: 100%;
}

.subscriber-info
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0px;
  min-height: 400px;

  transform: translateX(4000px);
  transition: opacity 0.5 ease-in-out;
}

.subscriber-info-text
{

}

@media only screen and (min-width: 1024px)
{

}

.swipe-righttomid
{
  animation: swipe-righttomid 0.5s ease-in-out 0s forwards;
}

.swipe-lefttomid
{
  animation: swipe-lefttomid 0.5s ease-in-out 0s forwards;
}

  /* ANIMATIONS */
  @keyframes swipe-righttomid 
  {
    0% {
      transform: translateX(4000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes swipe-lefttomid
  {
    0% {
      transform: translateX(-4000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes message-anim-left
  {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

  @keyframes message-anim-right
  {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }

/* -------------------------------------------------------------------*/
/* ---------------------------- Email popup ------------------------------*/
/* -------------------------------------------------------------------*/
.email-popup
{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 25px;
  z-index: 995;

  max-width: 500px;

  background-color: #0A0806;
  border: 2px solid #D80E0E;
  border-radius: 15px;

  animation: fadein 1s ease-in-out forwards;
}

.email-popup-inner
{
  width: 80%;
  margin: 0 auto;
}

.email-popup-inner h1
{
  color: white;
  font-size: 32px;

  font-family: Primal;
}

.email-popup-inner p
{
  color: white;
  font-size: 18px;
}

.email-popup-inner button
{
  cursor: pointer;
  width: 90%;
  height: 50px;
  background-color: #D80E0E;
  border: 0;
  margin: 15px auto;

  font-family: Primal;
}

.email-popup-x
{
  position: absolute;
  right: 2px;
  top: 2px;
  width: 32px;
  height: 32px;
  background-color: #0A0806;
  border: 2px solid #d80e0e;
  border-radius: 5px;
  border-top: 0;
  border-right: 0;

  cursor: pointer;
}

/* -------------------------------------------------------------------*/
/* --------------------------- FOOTER --------------------------------*/
/* -------------------------------------------------------------------*/

  .last 
  {
    border-bottom: 0px !important;
  }

  #social-container
  {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #social-container a
  {
    margin: 15px;
  }

  .squish 
  {
    width: calc(100% - 400px);
    min-width: 640px;
  }

  .footer-squish
  {
    width: 100%;
  }

  footer
  {
    /*min-height: 500px;
    overflow-y: hidden;*/

    position: relative;
    border-top: 1px solid white;
    background-color: #0A0806;
  }

  .footer-section-small
  {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid grey;
    padding: 15px 0px;
  }

  .footer-section-large
  {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid grey;
    padding: 15px 0px;
  }

  .footer-logo
  {
    width: 300px !important;
  }

  #footer-container
  {
    background-color: #0A0806;
    width: 90%;
    min-width: 500px;
    margin: 25px auto;
    margin-bottom: 25px;
    text-align: left;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
  }

  #footer-half-left
  {
    max-width: 375px;
  }

  input[type='email'].footer-email, .email-popup-input
  {
    margin: 0 auto;
    background-color: #0A0806;
    width: calc(325px - 50px);
    height: 50px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid white;
    vertical-align: middle;
  }

  #email-heading2
  {
    width: 300px;
    display: inline;
    font-size: 18px !important;
  }

  #amb-link
  {
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 12px;
    color: #D80E0E;
  }

  .amb-link-new
  {
    margin: 0 auto;
    font-size: 12px;
    color: #D80E0E;
  }

  @media only screen and (min-width: 1024px)
  {
    .footer-logo
    {
      width: 90% !important;
    }

    .footer-section-small
    {
      text-align: left;
      width: 15%;
      border-bottom: 0px;
      padding: 0px;
    }

    .footer-section-large
    {
      text-align: left;
      width: 25%;
      border-bottom: 0px;
      padding: 0px;
    }
    #footer-container
    {
      width: 95%;
      min-width: 700px;
      height: 250px;
      flex-direction: row;
      margin-top: 75px;
    }

    .footer-squish
    {
      width: calc(100% - 400px);
    }

    input[type='email'].footer-email, .email-popup-input
    {
      width: 90%;
    }

    #email-heading2
    {
      width: 100%;
      display: inline;
    }

    #footer-half-left
    {
      max-width: 800px;
    }

    #amb-link
    {
      position: absolute;
      left: -80px;
      top: 0px;
      font-size: 12px;
      color: #D80E0E;
    }
  }

  #built-by
  {
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  #built-by a
  {
    font-size: 12px;
    color: #323232;
  }

  #built-by a:hover
  {
    color: #f97116;
  }

  #footer-sub-container
  {
    text-align: left;
    margin-bottom: 25px;
  }

  #footer-half-right
  {
    margin-top: 50px;
  }

  #subscribe-container
  {
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;

    -webkit-transition: opacity 1s ease-in;
         -moz-transition: opacity 1s ease-in;
          -ms-transition: opacity 1s ease-in;
           -o-transition: opacity 1s ease-in;
              transition: opacity 1s ease-in;
  }


  .link-title
  {
    color: #D80E0E;
    font-family:univia-pro;
    font-size: 18px;
  }

  #footer-link-master-container
  {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link-container
  {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link-container a
  {
    font-size: 14px;
  }

  .footer-link-container a:hover
  {
    color: #D90E0E;
  }

  .new-footer-link-container
  {

  }

  .new-footer-link-container a
  {
    display: block;
    margin: 10px 0px;

  }

  .footer-link-left
  {
    text-align: center;
    height: 15px;
    line-height: 15px;
    padding: 10px;
    padding-left: 0px;
    cursor: pointer;
  }

  .footer-link-right
  {
    text-align: center;
    height: 15px;
    line-height: 15px;
    padding: 10px;
    cursor: pointer;
  }

  .footer-link-center
  {
    text-align: center;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    height: 15px;
    line-height: 15px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
  }

  .footer-link:hover
  {
    color: #D80E0E;
  }

  .font-primal 
  {
    font-family: Primal;
    font-size: 48px;
    color: #323232;
  }

  #emailbutton-container
  {
    display: inline-block;
    background-color: #5E5E5E;
    height: 54px;
    width: 72px;
    vertical-align: middle;
    margin-left: 5px;
  }

  #emailbutton-container img
  {
    vertical-align: top;
    margin: 10px;
  }

  #emailbutton
  {
    cursor: pointer;
    width: 200px;
    height: 50px;
    background-color: #D80E0E;
    border: 0;

    font-family: Primal;
  }

  

  #copywrite-container-master
  {
    width: 100%;
    text-align: center;
  }

  #copywrite-container
  {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #copywrite-container p
  {
    font-size: 12px;
    margin: 0;
    width: 500px;
    height: 10px;
    line-height: 10px;
    color: #5E5E5E;
  }

  #copywrite-container a
  {
    font-size: 12px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 5px;
    line-height: 5px;
    color: #5E5E5E;
    border-right: 1px solid #5E5E5E;
  }

  #copywrite-container a#noborder
  {
    border-right: 0;
  }

  #copywrite-container hr
  {
    width: calc(100% - 600px);
    margin-left: 5px;
  }

  #logo-container
  {
    text-align: center;
  }

/* For Desktop */
@media only screen and (min-width: 1024px)
{

  input[type='email'].footer-email
  {
    margin: 0 auto;
    background-color: #0A0806;
    width: 90%;
    height: 50px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid white;
    vertical-align: middle;
  }

}

/* -------------------------------------------------------------------*/
/* ---------------------------- 404 ------------------------------*/
/* -------------------------------------------------------------------*/

.hidden404 {
  opacity:0;
}

.full404
{
  opacity: 1;
}

#the-404-container
{
  width: 100%;
  text-align: center;
}

#the-404-container a
{
  font-size: 8px;
  color: #5E5E5E;
  opacity: 0.25;
  position: absolute;
  bottom: 0px;
  width: 128px;
  text-decoration: underline;
  left: calc(50% - 64px);
  font-style: italic;
}

#the-404-sub-container
{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#the-404-sub-container h1
{
  font-size: 24px;
  color: white;
}

#the-404-sub-container p
{
  font-size: 12px;
  color: white;
}

#h1404c
{
  display: flex;
  align-items: center;
  justify-content: center;
}

#h1404c div
{
  animation: glitch 1s linear infinite;
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 24px;
  color: white;
}

.console-container 
{
  font-size:4px;
  width: 100%;
  text-align:center;
  color:white;
  vertical-align: top;
}
.console-underscore 
{
  font-size: 4px;
  display:inline-block;
  position:relative;
  top:0px;
  left:1px;
}

#text
{
  font-size: 4px;
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  #the-404-container a
  {
    font-size: 32px;
    bottom: 50px;
  }

  #the-404-sub-container h1
  {
    font-size: 72px;
  }

  #the-404-sub-container p
  {
    font-size: 24px;
  }

  #h1404c div
  {
    font-size: 120px;
  }

  .console-container 
  {
    font-size:4em;
  }
  .console-underscore 
  {
    top:-0.14em;
    left:10px;
  }

  #text
  {
    font-size: 22px;
  }
}

#anim-sig-container
{
  overflow-x: hidden;
  animation: widen 4s linear;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}


@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

#h1404c div:before,
#h1404c div:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

#h1404c div:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

#h1404c div:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}



/* -------------------------------------------------------------------*/
/* --------------------------- ANIMATIONS ----------------------------*/
/* -------------------------------------------------------------------*/
.fade 
{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
}

@-webkit-keyframes widen
{
  from {width: 0px;} 
  to {width: 512px;}
}

.w3-animate-right
{
  position:relative;
  animation:animateright 1s
}

@keyframes animateright
{
  from
  {
    left: 1920px;
    opacity:0;
  } 
  to
  {
    right:0;
    opacity:1;
  }
}

@keyframes fadein 
{
  0% {opacity: 0;} 
  100% {opacity: 1;}
}


#blinking-cursor1, #blinking-cursor2
{
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    100% {
        transform: rotate(359deg);
        opacity: 1;
    }
}

@-webkit-keyframes rightrot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes leftrot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-359deg);
    }
}


@keyframes coloranim1 {
  from {border-color: white;}
  to {border-color: #D80E0E;}
}

@keyframes coloranim0 {
  from {border-color: #D80E0E;}
  to {border-color: white;}
}

/* JOIN */
.signup-container
{
  width: 100%;
  padding: 100px 0px;
  position: relative;
  text-align: center;
  background-color: black;
}

.subtitle-msg
{
  margin-top: 0px;
  animation: fadetogreen 1.5s 0s ease-in-out infinite;
}

.signup-container h1 
{
  font-size: 72px;
}

.signup-flex
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.signup-container-inner
{
  width: 400px;
  margin: 0;
  margin-right: 100px;
  text-align: center;

  background-color: black;
  border-radius: 15px;
  padding: 25px;
  border: 3px solid white;
}

.signup-container-inner img 
{
  border-radius: 50%;
  width: 96px !important;
  margin: 25px auto !important;
}

.signup-container-inner input 
{
  width: 90%;
  padding: 5px;
  margin: 5px auto;
  color: black !important;
}

.signup-container-inner input[type='submit']
{
  background-color: #D80e0e;
  width: 93%;
  border: 1px solid black;
  color: white !important;
}

.signup-container img 
{
  width: 35%;
}

.join-container
{
  width: 100%;
  background-color: #081c26;
}

.join-banner-container
{
  width: 100%;
  height: 256px;
  overflow: hidden;
  min-height: 256px;
  border-bottom: 2px solid #ed1b24;
  position: relative;
}

.join-banner-left
{
  height: 256px;
  position: relative;
  left: 50%;
  top: 0px;
  transform: translate(-50%,0px);
  text-align: center;

  animation: door-open-left 1s 0s ease-in-out forwards;
}

.join-banner-right
{
  height: 256px;
  position: relative;
  top: 0px;
  left: calc(100% - 512px);
  transform: translate(-100%,0px);
  text-align: center;
  animation: door-open-right 1s 0s ease-in-out forwards;
}

.join-banner-text
{
  position: absolute;
  left:50%;
  top:0px;
  transform: translate(-50%,0px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0%;
  overflow: hidden;

  height: 256px;
   animation: text-door-open 1s 0s ease-in-out forwards;
}

.join-banner-text h1 
{
  font-size:24px;
  letter-spacing: 10px;
  font-family: Primal;

  position: absolute;
  z-index: 2;
  white-space: nowrap;
}

@keyframes fadetogreen {
  0%{
    color: white;
  }
  50%{
    color: green;
  }
  100%{
    color: white;
  }
  
}

@keyframes door-open-left {
  0%{
    left: 50%;
    transform: translate(-50%,0px);
  }
  100%{
    left: 0%;
    transform: translate(0%,0px);
  }
  
}

@keyframes door-open-right {
  0%{
    left: calc(100% - 512px);
    transform: translate(-100%,0px);
  }
  100%{
    left: calc(100% - 256px);
    transform: translate(-100%,0px);
  }
  
}


@media only screen and (min-width: 960px)
{
  .join-banner-container
  {
    width: 100%;
    height: 512px;
    overflow: hidden;
    min-height: 512px;
    border-bottom: 2px solid #ed1b24;
  }

  .join-banner-left
  {
    height: 512px;
    position: relative;
    left: 50%;
    top: 0px;
    transform: translate(-50%,0px);
    text-align: center;

    animation: door-open-left 1s 0s ease-in-out forwards;
  }

  .join-banner-right
  {
    height: 512px;
    position: relative;
    left: calc(50% - 512px);
    top: 0px;
    transform: translate(-50%,0px);
    text-align: center;
    animation: door-open-right 1s 0s ease-in-out forwards;
  }

  .join-banner-text
  {
    position: absolute;
    left:50%;
    top:0px;
    transform: translate(-50%,0px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0%;

    height: 512px;
    overflow: hidden;
     animation: text-door-open 1s 0s ease-in-out forwards;
  }

  .join-banner-text h1 
  {
    font-size:60px;
    letter-spacing: 10px;
    font-family: Primal;

    position: absolute;
    white-space: nowrap;
  }

  @keyframes door-open-left {
  0%{
    left: 50%;
    transform: translate(-50%,0px);
  }
  100%{
    left: 0px;
    transform: translate(0px,0px);
  }
  
}

@keyframes door-open-right {
  0%{
    left: calc(50% - 512px);
    transform: translate(-50%,0px);
  }
  100%{
    left: calc(100% - 512px);
    transform: translate(-100%,0px);
  }
  
}

}

.join-benefits-container
{
  width: 100%;
  padding: 100px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;

  background: linear-gradient(90deg, rgba(8,28,38,1) 25%, rgba(237,27,36,0.6923144257703081) 50%, rgba(8,28,38,1) 75%);
  background-size: 200% 200%;
  animation: indev 5s linear infinite;
}

.join-benefit 
{
  width: 20%;
  padding: 25px;
  text-align: center;
  background-color: #382b73;
  border-radius: 15px;
  box-shadow: 8px 8px 12px rgba(237,27,36,0.37);

}

.join-benefit img 
{
  border:2px solid white;
  border-radius: 50%;
}

.join-matra, .join-video
{
  width: 100%;
  height: 512px;
  padding: 50px 0px;
  background-color: #081c26;

  display: flex;
  justify-content: center;
  align-items: center;
}

.mantra-left
{
  width: 50%;
  text-align: center;
}

.mantra-left h1
{
  color: #ed1b24;
  letter-spacing: 15px;
  font-size: 60px;
  margin-bottom: 10px;
}

.mantra-left h3
{
  color: #fff;
  font-size: 18px;
}

.mantra-right
{
  width: 50%;
}

.mantra-board
{
  width: 50%;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #382b73;
  border-radius: 15px;
  box-shadow: 8px 8px 12px rgba(237,27,36,0.37);
}

.mantra-board ul 
{
  list-style-position: inside;
  list-style-type: upper-roman;
}

.mantra-board button, .mantra-right button
{
  width: 200px;
  height: 50px;
  background-color: #0f1f2e;
  border: 1px solid #ed1b24;
  border-radius: 10px;
  color: #ed1b24;
  cursor: pointer;
}

.mantra-right h1, .tier-title, .join-form-container h1
{
  color: #ed1b24;
  letter-spacing: 5px;
  font-size: 40px;
  margin-bottom: 10px;
}

.video-desc
{
  width: 70%;
}

.tier-container 
{
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.tier 
{
  width: 100%;
  margin: 5px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #382b73;

  background: linear-gradient(135deg, 
          rgba(56, 43, 115, 0.5) 0 10%, rgba(56, 43, 115, 1) 10% 15%, 
          rgba(56, 43, 115, 0.5) 15% 25%, rgba(56, 43, 115, 1) 25% 30%,
          rgba(56, 43, 115, 0.5) 30% 40%, rgba(56, 43, 115, 1) 40% 45%,
          rgba(56, 43, 115, 0.5) 45% 55%, rgba(56, 43, 115, 1) 55% 60%,
          rgba(56, 43, 115, 0.5) 60% 70%, rgba(56, 43, 115, 1) 70% 75%,
          rgba(56, 43, 115, 0.5) 75% 85%, rgba(56, 43, 115, 1) 85% 100%,
          rgba(56, 43, 115, 0.5) 90% 100%);

  background-size: 200% 200%;
  animation: indev2 5s linear infinite reverse;
}

.tier-left 
{
  text-align: center;
  padding: 35px;
}

#tier1 {width: 45% !important;}
#tier2 {width: 65% !important;}
#tier3 {width: 85% !important;}
#tier4 {width: 100% !important;}

.join-form-container
{
  text-align: center;
  width: 100%;
  padding: 50px 0px;
}

.join-form 
{
  width: 60%;
  margin: 50px auto;
  padding: 50px;
  background-color: #382b73;
  border-radius: 15px;
  box-shadow: 8px 8px 12px rgba(237,27,36,0.37);

  text-align: left;
}

.join-form form 
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.join-form hr 
{
  width: 100%;
}

.join-form label 
{
  width: 25%;
}

.join-form-row 
{
  width: 100%;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-form-row input 
{
  width: 75%;
  padding: 10px;
  background-color: #382b73;
  border-radius: 5px;
  border: 2px solid #fdcc0d;
}

.join-form-row label 
{
  color: #fdcc0d;
}

.join-form-row input[type='sumbit']
{
  width: 100%;
  margin: 25px auto;
}

.join-form-row-small input 
{
  width: 100px;
  padding: 10px;
  background-color: #382b73;
  border-radius: 5px;
  border: 2px solid #fdcc0d;
}

.join-form-column
{
  width: 50%;
  text-align: left;
  margin: 5px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.large-label
{
  margin-top: 50px;
  width: 75% !important;
}

.join-form-row input[type='checkbox']
{
  margin-top: 50px;
  text-align: right;
  width: 50px !important;
}

@keyframes indev { 
    0%{background-position:0% 0%}
    45%{background-position:100% 100%}
    50%{background-position:100% 100%}
    95%{background-position:0% 0%}
    100%{background-position:0% 0%}
}

@keyframes indev2 { 
    0%{background-position:0% 0%}
    100%{background-position:89% 100%}
}


@keyframes text-door-open {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
  
}


/* -------------------------------------------------------------------*/
/* ---------------------------- EFFECTS ------------------------------*/
/* -------------------------------------------------------------------*/

/*------------------------------------*/
/*------ TIMER ------*/
/*------------------------------------*/


.fs-drop-bkg
{
  width: 100%;
  height: 1100px;
  overflow: hidden;
  position: relative;
}

.fs-drop-bkg img 
{
  width: auto;
  height: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
}

.fs-drop-container
{
  width: 90%;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translate(-50%,0%);

  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

/*
#fs-timer-title
{
  width: 100%;
  margin: 25px auto;
  text-align: center;
  letter-spacing: 15px;
  font-size: 72px;
  color: #FFF;

  font-family: arbotek, sans-serif;
  font-weight: 900; 
  font-style: normal;
}
*/

#fs-timer-title
{
  width: 100%;
  margin: 25px auto;
  text-align: center;
  letter-spacing: 5px;
  font-size: 32px;
  color: #FFF;

  font-family: Primal, sans-serif;
  font-weight: 300; /* 100, 300, 900 */
  font-style: normal;
}

.fs-drop-img-container
{
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0px auto;

}

.fs-drop-product 
{
  width: 40%;
  margin: 0 auto;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -3;
}

.fs-drop-anim
{
  width: 55%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;

  z-index: -4;
  opacity: 0.5;
  transform-origin: center center;
    transform: translate(-50%,-50%) rotate3d(80, 80, 50, 150deg);
  animation: drop-spin 10s linear infinite;
}

.fs-drop-anim2
{
  width: 75%;
  margin: 0 auto;
  opacity: 0.75;
    
  animation: drop-spin2 20s linear infinite;
}

.fs-drop-anim
{

}

#fs-timer
{
  width: 50%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.fs-timer-days, .fs-timer-hours, .fs-timer-minutes, .fs-timer-seconds
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}

.fs-timer-digit
{
  width: 48px;
  height: 64px;
  color: white;
  text-align: center;
  margin: 0px 3px;
  border-radius: 5px;
  line-height: 64px;
  font-size: 32px;
  font-family: Primal, sans-serif;
  font-weight: 300; /* 100, 300, 900 */
  font-style: normal;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.fs-drop-details
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.fs-drop-details-text 
{
  flex-basis: calc(80% - 50px);
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-drop-details-text p
{
  margin-top: 100px;
  text-align: left;
  line-height: 175%;
  font-size: 24px;

  font-family: quasimoda;

}

.fs-drop-img-grid
{
  margin-top: 100px;
  flex-basis: 33.3%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;

  display: none;
}

.fs-drop-img-grid img 
{
  width: 50%;
}

.fs-timer-flip-digit
{
  animation: flip-digit 0.5s 0s 1 forwards;
}

@keyframes flip-digit {
  0%{
    transform:rotateX(0deg);
  }
  100%{
    transform:rotateX(360deg);
  }
  
}

@keyframes drop-spin {
  0%{
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate3d(0, 0, 0, 0deg);
  }
  50%{
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate3d(70, 50, 180, 180deg);
  }
  100%{
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate3d(140, 100, 360, 360deg);
  }
  
}

@keyframes drop-spin2 {
  0%{
    transform-origin: center center;
    transform: rotate3d(0, 0, 0, 0deg);
  }
  100%{
    transform-origin: center center;
    transform: rotate3d(0, 0, 360, 360deg);
  }
  
}

@media only screen and (min-width: 900px)
{
  .fs-drop-anim
  {
    width: 60%;
  }

  .fs-drop-anim2
  {
    width: 90%;
  }

  .fs-drop-bkg img 
  {
    width: auto;
    height: 1100px;
  }

  .fs-drop-container
  {
    width: 70%;
  }

  .fs-drop-details
  {
    justify-content: space-between;
    align-items: flex-start;
  }

  .fs-drop-details-text 
  {
    flex-basis: calc(33% - 50px);
  }

  .fs-drop-img-grid
  {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px)
{

  .fs-drop-bkg img 
  {
    width: 160%;
    height: auto;
  }

  .fs-drop-container
  {
    width: 60%;
  }
}


@media only screen and (min-width: 1400px)
{

  .fs-drop-bkg img 
  {
    width: 160%;
    height: auto;
  }

  .fs-drop-container
  {
    width: 45%;
  }
}



/*------------------------------------*/
/*------ Basic Underline Styles ------*/
/*------------------------------------*/

.custom-underline 
{
  position: relative;
  font-size: 18px;
  display: inline-block;
  margin: 0px 10px;
}

@media only screen and (min-width: 1400px)
{
  .custom-underline 
  {
    margin: 0px 20px;
  }
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #0a0806;
  text-decoration: none;
}

.custom-underline::after {
  content: "";
  position: absolute;
}

.nav-link
{
  display: inline-block;
}

/*--- Red Box (box-e) ---*/
.nav-link .custom-underline::after 
{
  top: 79%;
  height: 2px;
  width: 0%;
  left: 5%;
  background-color: #D80E0E;
  transition: 0.1s ease all .1s;
}

.nav-link:hover .custom-underline::after 
{
  width: 96%;
  transition: 0.3s ease all;
}

#loading-ring
{
  position: fixed;
  top: 0px;
  left: inherit;
  width: 400px;
  height: 100%;
  background-color: #5E5E5E;
  opacity: 0.5;
  z-index: 9999;
  margin: 0;
}

#loading-ring-product-grid
{
  position: fixed;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 1024px)
{
  #loading-ring-product-grid
  {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
  }
}

#loading-ring-promo
{

}

.lds-ring {
  display: inline-block;
  position: relative;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #00263b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00263b transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.lds-ring-white {
  display: inline-block;
  position: relative;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.lds-ring-white div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #FFF;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFF transparent transparent transparent;
}
.lds-ring-white div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring-white div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring-white div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/********************************************/
/*payment*/

#form-container {
  display: block;
  width: calc(80% - 20px);
  margin: 0px auto;
  background-color: #0A0806;
  border-radius: 25px;
  padding: 10px;
}

/* Customize the "Pay" button */
.button-credit-card {
  width: 40%;
  height: 56px;
  margin: 48px auto;
  background: #D80E0E;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: background .2s ease-in-out;
     -moz-transition: background .2s ease-in-out;
      -ms-transition: background .2s ease-in-out;
          transition: background .2s ease-in-out;


}

.button-credit-card:hover {
  background-color: #D80E0E;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.modal::-webkit-scrollbar {
  display: none;
}

/* The Modal (background) */
.modal {
  -ms-overflow-style: none;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%; /* Full width */
  height: 85%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content (image) */
.modal-content {
  margin: 0px auto;
  display: block;
  width: 100%;
}

/* Add Animation */
.modal-content, #caption {  
-webkit-animation-name: zoom;
  -webkit-animation-duration: 0.45s;
  animation-name: zoom;
  animation-duration: 0.45s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1400px)
{
  .modal 
  {
    width: 40%; /* Full width */
    height: 85%; /* Full height */
  }

  .close {

  }
}

































#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
            transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

.hexLink img
{
  -webkit-transition: opacity 0.5s ease-in;
     -moz-transition: opacity 0.5s ease-in;
      -ms-transition: opacity 0.5s ease-in;
       -o-transition: opacity 0.5s ease-in;
          transition: all 0.5s ease-in;
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);


}

.hex video {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
}

.hex h1, .hex p {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: rgba(0, 128, 128, 0.8);
  font-weight: 300;
  -webkit-transition:  -webkit-transform .2s ease-out, opacity .3s ease-out;
          transition:          transform .2s ease-out, opacity .3s ease-out;
}
.hex h1 {
  bottom: 50%;
  padding-top:50%;
  font-size: 1.5em;
  z-index: 1;
  -webkit-transform:translate3d(0,-100%,0);
      -ms-transform:translate3d(0,-100%,0);
          transform:translate3d(0,-100%,0);
}
.hex h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.hex p {
  top: 50%;
  padding-bottom:50%;
  -webkit-transform:translate3d(0,100%,0);
      -ms-transform:translate3d(0,100%,0);
          transform:translate3d(0,100%,0);
}


/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1, .hexLink:focus h1,
.hexLink:hover p, .hexLink:focus p{
  -webkit-transform:translate3d(0,0,0);
      -ms-transform:translate3d(0,0,0);
          transform:translate3d(0,0,0);
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  #hexGrid{
    padding-bottom: 4.4%
  }
  .hex {
    width: 20%; /* = 100 / 5 */
  }
  .hex:nth-child(9n+6){ /* first hexagon of even rows */
    margin-left:10%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
  #hexGrid{
    padding-bottom: 5.5%
  }
  .hex {
    width: 25%; /* = 100 / 4 */
  }
  .hex:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid{
    padding-bottom: 7.4%
  }
  .hex {
    width: 33.333%; /* = 100 / 3 */
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
  #hexGrid{
    padding-bottom: 11.2%
  }
  .hex {
    width: 50%; /* = 100 / 3 */
  }
  .hex:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:25%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
}





.new-product-page
{

}

.new-product-banner
{
  position: relative;
  overflow: hidden;
  height: 600px;
}

.bkg
{
  transition: all 1s ease-in-out;
}

.layer
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  opacity: 0.75;
  height: 750px;

  transition: all 1s ease-in-out;
}

.layeralt
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  opacity: 0.75;
  height: 750px;

  transition: all 1s ease-in-out;
}

.planet
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 550px;
  height: 550px;
  animation: planetbob 3s ease-in-out infinite;

  transition: all 1s ease-in-out;
}

.bannertext
{
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0%,-50%);
  text-align: center;

  transition: all 1s ease-in-out;
}

.comet
{
  z-index: 9999;
  position: absolute;
  transition: transform 15s linear;
}

.stackswith a
{
  font-family: Primal;
  font-size: 28px;
  color: grey;
}

.stackswith a:hover 
{
  color: #d80e0E;
}

.grad-border-nibiru
{
  width: 100%;
  height: 15px;
  
  background: linear-gradient(90deg, #f6a44a, #ed594a, #e5352e, #f6a44a);
  background-size: 200% 100%;
  -webkit-animation: gradborder 5s ease infinite;
  -moz-animation: gradborder 5s ease infinite;
  animation: gradborder 5s ease infinite;
}

.grad-border-bandw
{
  width: 100%;
  height: 15px;
  
  background: linear-gradient(90deg, black, white, black);
  background-size: 200% 100%;
  -webkit-animation: gradborder 10s ease infinite;
  -moz-animation: gradborder 10s ease infinite;
  animation: gradborder 10s ease infinite;
}

.feature-container
{
  text-align: center;
}

.feature
{
  display: block;
  margin: 25px auto;
}

.new-productimg
{

}

.product-page-split
{
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.split-info
{
  width: 60%;
}

.split-imgs
{
  width: 40%;
  position: relative;
}

.product-title
{
  font-size: 72px;
  margin-bottom: 20px;
}

.product-img-container
{
  position: absolute;
  top: -300px;
  right: 50px;
  text-align: center;
  width: 100%;
}

.main-img
{
  width: 100%;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

#new-mini-pic-container
{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

#new-mini-pic
{
  width: calc(20% - 10px);
  margin: 5px;
  transition: transform .2s;
}

#new-mini-pic:hover 
{
  cursor: pointer;
  transform: scale(1.15);
}

/* For Desktop */
@media only screen and (min-width: 1024px)
{
  
  .split-info
  {
    width: 40%;
  }
}

@-webkit-keyframes gradborder {
  0%{background-position:0% 0%}
  100%{background-position:10% 0%}
}
@-moz-keyframes gradborder {
  0%{background-position:10% 0%}
  50%{background-position:91% 100%}
  100%{background-position:10% 0%}
}
@keyframes gradborder { 
  0%{background-position:0% 0%}
  100%{background-position:200% 0%}
}

@keyframes cometpath
{
  0%
  {
    left: 100%;
    top: 0%;
  }
  100% 
  {
    left: 0%;
    top: 100%;
  }
}

@keyframes planetbob
{
  0%
  {
    top: 49%;
  }
  50%
  {
    top: 51%;
  }
  100% 
  {
    top: 49%;
  }
}

@keyframes eclipegradiant
{
  0%
  {
    
  }
  100% 
  {

  }
}


