/* input(1724,1): run-time error CSS1019: Unexpected token, found '}' */
@import "variables.css";

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*----- Site Specific Stuff - START -----*/

@font-face {
  font-family: 'Font-Headlines';
  src: url('../fonts/Gotham-Black.otf?v=5hAS0V_bF83aAY7A_0UJER-2Y0I') format('opentype');
}

@font-face {
  font-family: 'Font-Body';
  src: url('../fonts/gotham-light.woff?v=5hAS0V_bF83aAY7A_0UJER-2Y0I') format('woff');
}

@font-face {
  font-family: 'Font-Buttons';
  src: url('../fonts/Gotham-Bold.otf?v=5hAS0V_bF83aAY7A_0UJER-2Y0I') format('opentype'), url('../fonts/gotham-black.woff?v=5hAS0V_bF83aAY7A_0UJER-2Y0I') format('woff');
  font-weight: 700;
  font-size: 16px;
}

@font-face {
  font-family: 'Font-FooterLinks';
  src: url('../fonts/Gotham-Black.otf?v=5hAS0V_bF83aAY7A_0UJER-2Y0I') format('opentype');
}

html {
  background-color: var(--var-bg-color);
  color: var(--var-txt-color);
}

body {
  background-color: var(--var-bg-color);
  color: var(--var-txt-color);
  font-family: 'Font-Body', sans-serif;
  font-weight: 700;
}

header {
  background-image: url('../img/footer.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I'),url('../img/top_bar.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
  background-position: left bottom, left bottom;
/*  background-repeat: repeat-x, no-repeat;
  background-size: auto 24px, auto 110px;
*/  
  color: #fff;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 24px, cover;
  height: 80px !important;
}

.secondary-header {
  background-color: var(--var-gray-lighter);
  color: var(--var-blue-medium);
}

.googlePayButton iframe {
  height: 50px;
}

.cartContainer {
  position: relative;
  grid-row: 1;
  grid-column: 1;
  font-size: 14px;
  background: var(--var-blue-medium);
  border: 2px white;
  border-style: solid;
  border-radius: 100px;
  text-align: center;
  width: 28px;
  height: 28px;
  top: 7px;
  left: 24px;
}

.cartIcon {
  color: var(--var-blue-medium5);
  font-size: 28px;
  grid-column: 1;
  grid-row: 1;
}

.cartButton {
  display: grid;
  margin-right: 1rem !important;
}

.cartCount {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.footer-background-color {
  background: var(--var-footer-bg-color);
  color: var(--var-txt-footer-color);
}

.font-subheader {
  font-family: 'Font-FooterLinks';
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--var-txt-color-subheader) !important;
}

  .font-subheader:visited {
    color: var(--var-txt-color-subheader) !important;
  }

.font-header-dark {
  font-family: 'Font-Headlines';
  color: var(--var-txt-title-dark-color);
}

.font-dark {
  color: var(--var-txt-title-dark-color);
}

.font-blue {
  color: var(--var-txt-color-subheader) !important;
}

.font-title-section {
  font-family: 'Font-Headlines';
  font-weight: 300;
  font-size: 1.25rem;
}

.nav-menu-icon-holder a:hover, a:visited, a:focus {
  color: white !important;
  text-decoration: none;
}

.row0-color {
  background-color: var(--var-alt-color0);
}

.row1-color {
  background-color: var(--var-alt-color1);
}

.no-jump {
  cursor: pointer;
}

.remove-red {
  color: var(--var-remove-red);
}

.subheader {
  background-color: var(--var-header-background);
  color: black;
}

footer {
  margin-top: auto;
  color: var(--var-txt-color);
  font-weight: bold;
}

.bg-drawbox {
  background-color: var(--var-bg-color-drawbox) !important;
}

.bg-drawbox-area {
  background-color: var(--var-bg-color-drawbox) !important;
}

.bg-custom-blue {
  background-color: var(--var-bg-custom-blue) !important;
}

.alert-GDPR {
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.bg-photo {
  background-color: var(--var-bg-photo-preview);
}

.bg-tips {
  background-color: var(--var-bg-tips);
}

hr.divider {
  width: 100%;
  height: 18px;
  margin: 0;
  border: 0;
  background: var(--var-divider-gradient--horizontal);
}

.gallery-border {
  border: solid 6px;
  border-color: var(--var-gallery-border);
  border-radius: 5px;
}

.date-selection {
  color: var(--var-white);
  cursor: pointer;
  text-align: center;
  border: solid 6px;
  border-color: var(--var-selection);
  border-radius: 5px;
  background-color: var(--var-selection);
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  min-width: 62px;
}

.date-selection-selected {
  background-color: var(--var-selection) !important;
  color: var(--var-txt-color);
}

.gallery-selection {
  border: solid 3px;
  border-color: var(--var-gallery-selection-border);
  border-radius: 5px;
}

.product-price-box {
  background-color: white;
  border-radius: 5px;
  height: fit-content;
}

.selection-current {
  background-color: var(--var-gallery-selection-border);
}

#_qrcode img {
  margin-left: auto;
  margin-right: auto;
}

.location-header {
  display: grid;
  grid-template-columns: 1fr;
}

.location-image {
  grid-row-start: 1;
  grid-column-start: 1
}

.location-semi-trans {
  background-color: rgba(0,0,0,0.75);
}

.location-datesearch-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.location-datesearch {
  background-color: var(--var-bg-location-datesearch);
  visibility: collapse;
  display: none;
}

.location-load {
  background-color: var(--var-bg-location-datesearch);
  visibility: collapse;
  display: none;
  color: red;
}

.location-load-show {
  visibility: visible !important;
  display: block !important;
}

.location-datesearch-show {
  visibility: visible !important;
  display: block !important;
}

.location-timesearch {
  visibility: collapse;
  display: none;
}

.location-timesearch-show {
  visibility: visible !important;
  display: block !important;
}

.location-selection {
  cursor: pointer;
}

.location-footer {
  background-color: var(--var-bg-color);
}

.toggle-arrow {
  height: 33%;
}

.w-33 {
  width: 33%;
}

.h-33 {
  height: 33%;
}

.gallery-check {
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: .5s;
  outline: 5px solid var(--var-selection);
  margin: 2px;
  position: absolute;
}

.gallery_selection {
  font-family: 'Font-Headlines';
  /*margin-top: 2%;*/
}

.gallery-add {
  width: 37px;
  height: 37px;
  border: solid 5px var(--var-selection);
  background-color: var(--var-selection);
  margin: 2px;
  position: absolute;
  right: -2px;
  top: -2px;
  border-top-width: 0px;
  border-right-width: 0px;
  cursor: pointer;
}

  .gallery-add .fa-plus {
    font-size: 20pt;
    margin: 5px;
  }

  .gallery-add a:hover {
    color: white !important;
  }

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important;
}

.modal-header-full-width {
  border-bottom: 1px solid #9ea2a2 !important;
}

.album-light-arrow {
  cursor: pointer;
}

  .album-light-arrow:hover {
    background-color: black;
    opacity: .3;
  }

.font-hamburger-link-properties, a.font-hamburger-link-properties, font-hamburger-link-properties:visited, font-hamburger-link-properties:hover {
  color: var(--var-hamburger-link-color) !important;
  font-family: 'Font-Headlines';
  font-size: var(--var-hamburger-menu-font-size);
  line-height: var(--var-hamburger-menu-font-height);
}

a.link-dark, a.link-dark:visited, a.link-dark:visited, a.link-dark:hover {
  color: var(--var-text-link-checkout) !important;
}

a {
  color: var(--var-a-color) !important;
}

  a:visited {
    color: var(--var-a-visit-color) !important;
  }

  a:hover {
    color: var(--var-a-hover-color) !important;
    text-decoration-style: unset;
  }

.font-footer {
  font-family: 'Font-FooterLinks';
  color: var(--var-text-color-footer-cr);
  font-size: .75rem;
  transition: color .2s ease;
  outline: none;
  position: relative;
}

  .font-footer::before {
    content: '';
    height: 1.1em; /* or 1.1em.. we'll see */
    width: 3px;
    background: var(--var-bg-color-secondary);
    position: absolute;
    top: 50%;
    left: calc(-1 * min(10px, 1.1em));
    transform: translateY(-50%) rotate(20deg);
    transition: transform .2s ease;
  }

.logo {
  max-height: 40px;
}

nav {
  padding-top:0px!important;
  padding-bottom:20px!important;
}

#time-items {
  overflow-x: auto;
}

  #time-items::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }

#culture_selection {
  background-color: var(--var-bg-color);
  color: var(--var-txt-color);
  font-weight: bold;
  font-size: 2rem;
  width: 90%;
}

  #culture_selection select {
    font-size: 2rem !important;
  }

.large-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0rem;
}

.medium-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0rem;
}

.small-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0rem;
}

.section-footer-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0rem;
}
/* START: Floating Add Button */
.label-container {
  position: fixed;
  bottom: 48px;
  right: 105px;
  display: table;
  visibility: hidden;
}

.label-text {
  color: #FFF;
  background: rgba(51,51,51,0.5);
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  opacity: 0.5;
}

.add-float-counter {
  padding-right: 12px !important;
  padding-top: 10px !important;
}

.add-float {
  position: fixed;
  width: 85px;
  height: 85px;
  bottom: 40px;
  right: 40px;
  background-image: url('../img/CartIcon_Shadow.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: right;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
}

  .add-float:hover {
    color: white !important;
  }

#navbar-menu-holder {
  background-color: var(--var-bg-color-drawbox);
  border: solid 0px white;
  border-right-width: 5px;
  z-index: 1004;
}

.nav-menu-float {
  position: fixed;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  z-index: 1000;
}

.nav-menu-smallbar {
  background-color: var(--var-bg-color);
  border: solid 0px white;
  border-right-width: 5px;
  width: 20px;
}

.nav-menu-smallbar-basic {
  width: 15px;
  background-color: var(--var-bg-color);
  z-index: 1001;
}

.navbar-menu-base {
  height: 50%;
  background-color: transparent;
}

.nav-menu-icon-pre {
  width: 5px;
  background-color: var(--var-bg-color);
  border: solid 5px white;
  border-left-width: 0px;
  border-right-width: 0px;
  z-index: 1002;
}

.nav-menu-icon-holder {
  width: 40px;
  background-color: var(--var-bg-color);
  border: solid 5px white;
  border-left-width: 0px;
  border-radius: 0px 5px 5px 0px;
}

#navbar-menu-button-container {
  height: 80px;
}

.nav-button-container {
  width: 300px;
  background: var(--var-btn-drawbox-color);
  margin-bottom: .5rem !important;
  border-left-width: 0px;
  border-right-width: 0px;
}

  .nav-button-container:hover {
    background-color: var(--var-btn-hover-color);
    color: white;
  }

  .nav-button-container a {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

    .nav-button-container a:hover {
      color: white !important;
      text-decoration: none;
    }

.icon-bar {
  background-color: white;
  width: 23px;
  height: 6px;
  border-radius: 5px;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-toggle {
  background-color: transparent;
  border: 0px;
  outline: none !important;
}

.navbar-menu-extender {
  width: 10px;
}

.blackbackground {
  background-color: black;
}

.fa-plus {
  font-size: 22pt;
  margin-top: 10px;
}

.badge-site-warning {
  color: #856404;
  background-color: #fff3cd;
}

a.nav-link {
  color: #878787 !important;
}

  a.nav-link.active {
    color: #495057 !important
  }

a.card-body {
  color: #495057 !important;
}

#ship-options-container {
  background: #495057 !important;
}

#addressInfo {
  color: #495057 !important;
}

#paymentMethod {
  color: #495057 !important;
}

.my-float {
  font-size: 24px;
  margin-top: 18px;
}

a#menu-share + ul {
  visibility: hidden;
}

a#menu-share:hover + ul {
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i {
  /*animation: rotate-in 0.5s;*/
}

a#menu-share:hover > i {
  /*animation: rotate-out 0.5s; */
}

.pl-locationname {
  padding-left: 2rem !important;
}

@keyframes bot-to-top {
  0% {
    bottom: -40px
  }

  50% {
    bottom: 40px
  }
}

@keyframes scale-in {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate-in {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}
/* END: Floating Add Button */

.drawer-arrow {
  position: relative;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgba(0,0,0,0.5);
  top: -30px;
  left: 0px;
}

.drawer-arrow-triangle {
  position: relative;
  top: 1px;
  left: -30px;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid var(--var-bg-custom-gray);
}

.date-item {
  width: 30%;
}

.timecontainer {
  background: var(--var-bg-custom-gray);
  margin-top: 25px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .bg-overlay {
    background-image: url('../img/footer.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I'),url('../img/top_bar.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
    background-position: left bottom, center center;
    background-repeat: repeat-x, no-repeat;
    background-size: auto 24px, auto 110px;
    color: #fff;
    height: 110px;
  }

  .date-item {
    width: 45%;
  }

  footer {
    height: 130px;
    font-size: var(--var-text-xsm-basic);
  }

  #culture_selection {
    font-size: var(--var-text-xsm-basic);
  }

    #culture_selection select {
      font-size: var(--var-text-xsm-basic) !important;
    }

  .large-title {
    font-size: 1.2rem;
  }

  .medium-title {
    font-size: 1rem;
  }

  .small-title {
    font-size: 1rem;
  }

  .section-footer-title {
    font-size: 1rem;
  }

  .date-selection {
    min-width: 62px;
  }

  .nav-button-container {
    font-size: 1.25rem;
  }

  .nav-button-container {
    width: 200px;
  }

  .footer-background-img {
    background: var(--var-footer-image);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 24px;
    width: auto;
    height: 30px;
    background-color: #fff;
  }

  .footer_logo {
    max-height: 50px;
    max-width: 200px;
  }

  #menu {
    margin: 40px 0px 0px -10px;
  }
}
/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-overlay {
    background-image: url('../img/footer.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I'),url('../img/top_bar.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
    background-position: left bottom, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 24px, auto 150px;
    color: #fff;
    height: 150px;
  }

  footer {
    height: 228px;
    font-size: var(--var-text-sm-basic);
  }

  #culture_selection {
    font-size: var(--var-text-sm-basic);
  }

    #culture_selection select {
      font-size: var(--var-text-sm-basic) !important;
    }

  .large-title {
    font-size: 1.25rem;
  }

  .medium-title {
    font-size: 1.4rem;
  }

  .small-title {
    font-size: 1.2rem;
  }

  .section-footer-title {
    font-size: 1.25rem;
  }

  .date-selection {
    min-width: 62px;
  }

  .nav-button-container {
    font-size: 1.25rem;
  }

  .footer-background-img {
    background: var(--var-footer-image);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 24px;
    width: auto;
    height: 30px;
    background-color: white;
  }

  .footer_logo {
    max-height: 50px;
    max-width: 200px;
  }

  #menu {
    margin: 70px 0px 0px -10px;
  }
}
/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-overlay {
    background-image: url('../img/footer.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I'),url('../img/top_bar.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
    background-position: left bottom, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 32px, auto 175px;
    color: #fff;
    height: 175px;
  }

  footer {
    height: 150px;
    font-size: var(--var-text-md-basic);
  }

  #culture_selection {
    font-size: var(--var-text-md-basic);
  }

    #culture_selection select {
      font-size: var(--var-text-md-basic) !important;
    }

  .large-title {
    font-size: 1.5rem;
  }

  .medium-title {
    font-size: 1.6rem;
  }

  .small-title {
    font-size: 1.4rem;
  }

  .section-footer-title {
    font-size: 1.25rem;
  }

  .date-selection {
    min-width: 95px;
  }

  .nav-button-container {
    font-size: 1.25rem;
  }

  .footer-background-img {
    background: var(--var-footer-image);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 32px;
    width: auto;
    height: 32px;
    background-color: white;
  }

  .footer_logo {
    max-height: 50px;
    max-width: 200px;
  }

  #menu {
    margin: 70px 0px 0px -10px;
  }
}
/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bg-overlay {
    background-image: url('../img/footer.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I'),url('../img/top_bar.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
    background-position: left bottom, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 40px, auto 190px;
    color: #fff;
    height: 190px;
  }

  footer {
    height: 200px;
    font-size: var(--var-text-lg-basic);
  }

  #culture_selection {
    font-size: var(--var-text-lg-basic);
  }

    #culture_selection select {
      font-size: var(--var-text-lg-basic) !important;
    }

  .large-title {
    font-size: 2.4rem;
  }

  .medium-title {
    font-size: 1.25rem;
  }

  .small-title {
    font-size: 1.4rem;
  }

  .section-footer-title {
    font-size: 2rem;
  }

  .date-selection {
    min-width: 118px;
  }

  .nav-button-container {
    font-size: 1.25rem;
  }

  .footer-background-img {
    background: var(--var-footer-image);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 40px;
    width: auto;
    height: 45px;
    background-color: white;
  }

  .footer_logo {
    max-height: 50px;
    max-width: 200px;
  }

  #menu {
    margin: 75px 0px 0px -10px;
  }
}
/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {
  .bg-overlay {
    background-image: url('../img/footer.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I'),url('../img/top_bar.png?v=5hAS0V_bF83aAY7A_0UJER-2Y0I');
    background-position: left bottom, left bottom;
    background-repeat: repeat-x, no-repeat;
    background-size: auto 24px, auto 242px;
    color: #fff;
    height: 242px;
  }

  footer {
    height: 200px;
    font-size: var(--var-text-xlg-basic);
  }

  #culture_selection {
    font-size: var(--var-text-xlg-basic);
  }

    #culture_selection select {
      font-size: var(--var-text-xlg-basic) !important;
    }

  .large-title {
    font-size: 2.4rem;
  }

  .medium-title {
    font-size: 1.25rem;
  }

  .small-title {
    font-size: 1.4rem;
  }

  .section-footer-title {
    font-size: 2rem;
  }

  #location_selection {
    max-width: 1100px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .date-selection {
    min-width: 118px;
  }

  .nav-button-container {
    font-size: 1.5rem;
  }

  .footer-background-img {
    background: var(--var-footer-image);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 25px;
    width: auto;
    height: 30px;
    background-color: white;
  }

  .footer_logo {
    max-height: 100px;
    max-width: 200px;
  }

  #menu {
    margin: 105px 0px 0px -10px;
  }
}
/*----- Site Specific Stuff - END -----*/

/* Below auto added, and could be removed. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn {
  text-transform: uppercase;
  background: -webkit-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: -moz-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: -o-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: -ms-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: linear-gradient(to bottom,#3ab7e9 0%,#00a1e1 100%);
  font-family: 'Font-Buttons';
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: -webkit-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-webkit-transform .1s;
  -moz-transition: -moz-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-moz-transform .1s;
  -o-transition: -o-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-o-transform .1s;
  -ms-transition: -ms-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-ms-transform .1s;
  transition: transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,transform .1s;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-payment {
  background-color: black !important;
  color: white;
  text-transform: capitalize;
  font-family: 'Font-Body', sans-serif;
  font-weight: 600;
  min-height: 40px;
  height: 40px;
  text-transform: uppercase;
}

  .btn-payment:hover {
    opacity: 0.75;
    color: white;
  }

.btn-site-modals{
  padding: 10px 13px !important;
}

.btn-site {
  text-transform: uppercase;
  background: -webkit-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: -moz-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: -o-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: -ms-linear-gradient(top,#3ab7e9 0%,#00a1e1 100%);
  background: linear-gradient(to bottom,#3ab7e9 0%,#00a1e1 100%);
  font-family: 'Font-Buttons';
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: -webkit-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-webkit-transform .1s;
  -moz-transition: -moz-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-moz-transform .1s;
  -o-transition: -o-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-o-transform .1s;
  -ms-transition: -ms-transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,-ms-transform .1s;
  transition: transform .35s ease-in-out,color .35s ease-in-out,box-shadow .1s,color .3s,transform .1s;
  padding-left: 25px;
  padding-right: 25px;
  padding-top:10px;
  padding-bottom:10px;
}

  .btn-site:hover, .btn-site.hover {
    color: #e9ecef;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    -webkit-transform: translate(0,2px);
    -moz-transform: translate(0,2px);
    -o-transform: translate(0,2px);
    -ms-transform: translate(0,2px);
    transform: translate(0,2px);
    -webkit-transition: box-shadow .1s,color .3s,-webkit-transform .1s;
    -moz-transition: box-shadow .1s,color .3s,-moz-transform .1s;
    -o-transition: box-shadow .1s,color .3s,-o-transform .1s;
    -ms-transition: box-shadow .1s,color .3s,-ms-transform .1s;
    transition: box-shadow .1s,color .3s,transform .1s
  }

    .btn-site:hover:after, .btn-site.hover:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0)
    }

  .btn-site:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #b3ebfa;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    content: "";
    -webkit-box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.2),inset 0 1px 3px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 -1px 3px 0 rgba(0,0,0,.2),inset 0 1px 3px 0 rgba(255,255,255,.2);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    padding: 10px;
  }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.rs-bg-dark {
  background-color: var(--var-btn-drawbox-color);
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.icon-color-socialmedia {
  color: var(--var-text-icons-socialmedia);
}

.bg-album-buttons-container {
  background-color: var(--var-album-bg-buttons-container);
}

.bg-site-secundary {
  background-color: var(--var-bg-color-secundary);
}

.bg-site-green {
  background-color: var(--var-bg-color-green);
}

.bg-site-red {
  background-color: var(--var-red-dark);
}

.bg-site-lightgray {
  background-color: var(--var-gray-lighter);
}

/*Overlay options to select redeem images*/
.container-for-text-album {
  position: relative;
  text-align: center;
  font-size: 35px;
  color: var(--var-txt-color-footer);
  background-color: var(--var-bg-custom-gray);
}

  .container-for-text-album .bottom-left-text {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }

  .container-for-text-album .top-left-text {
    position: absolute;
    top: -5px;
    left: 3px;
  }

  .container-for-text-album .top-right-text {
    position: absolute;
    top: -13px;
    right: 0px;
    opacity: 1;
  }

  .container-for-text-album .bottom-right-text {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  .container-for-text-album .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .container-for-text-album input[type=checkbox] {
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: 0.5s;
    outline: 5px solid var(--var-bg-color-secundary);
  }

    .container-for-text-album input[type=checkbox]:checked {
      opacity: 1;
    }

  .container-for-text-album .img-opacity {
    opacity: 0.5;
  }
/*END Overlay options to select redeem images*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /*Album Card Image size */
  .card-img-top-album {
    height: 40vw;
    width: 40vw;
    object-fit: scale-down;
    background-color: var(--var-bg-custom-gray);
  }
}

/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) and (max-width: 767.98px) {
  /*Album Card Image size */
  .card-img-top-album {
    height: 30vw;
    width: 30vw;
    object-fit: scale-down;
    background-color: var(--var-bg-custom-gray);
  }
}

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) and (max-width: 991.98px) {
  /*Album Card Image size */
  .card-img-top-album {
    height: 20vw;
    width: 20vw;
    object-fit: scale-down;
    background-color: var(--var-bg-custom-gray);
  }
}

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*Album Card Image size */
  .card-img-top-album {
    height: 21vw;
    width: 21vw;
    object-fit: scale-down;
    background-color: var(--var-bg-custom-gray);
  }
}

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {
  /*Album Card Image size */
  .card-img-top-album {
    height: 14vw;
    width: 14vw;
    object-fit: scale-down;
    background-color: var(--var-bg-custom-gray);
  }
}

/* HAMBURGUER LINES */
#menuToggle {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

  #menuToggle li {
    text-decoration: none;
    color: var(--var-hamburger-menu-bg-color);
    transition: color 0.3s ease;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /* hamburger */
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: var(--var-hamburger-color);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  }

    #menuToggle span:first-child {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
      transform-origin: 0% 100%;
    }

  /* Transform all the slices of hamburger into a crossmark. */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: var(--var-hamburger-color);
  }

    /* But let's hide the middle one. */
    #menuToggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    /* the last one should go the other direction */
    #menuToggle input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px);
    }

  /* And let's slide it in from the left */
  #menuToggle input:checked ~ ul {
    transform: none;
    opacity: 1;
  }

/* HAMBURGER LINES END*/

/* Make this absolute positioned at the top left of the screen */
#menu {
  position: absolute;
  width: 300px;
  /*margin: 21px 0px 0px -30px;*/
  padding: 30px;
  background: var(--var-hamburger-menu-bg-color);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-350%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

  #menu li {
    padding: 8px 0;
    font-size: 16px;
  }

  #menu:hover, #menu:active, #menu:target {
    opacity: 1 !important;
  }
/* HAMBURGER END*/

.modal-content-full-width-transparent {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important;
}

.modal-header-full-width {
  border-bottom: 0px !important;
}

/*Infinite Scrolling Styling */

@keyframes placeHolderShimmer {
  0% {
    background-position: -900px 0
  }

  100% {
    background-position: 900px 0
  }
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--var-gray-lighter);
  position: absolute;
}

.placeholder-height {
  background-color: var(--var-gray-lighter);
}

.loadWrapper {
  height: 100%;
  height: inherit;
  min-height: 80px;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
}

.lds-spinner {
  width: 80px;
  height: 80px;
}

  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }

    .lds-spinner div:after {
      content: " ";
      display: block;
      position: absolute;
      top: 3px;
      left: 37px;
      width: 6px;
      height: 18px;
      border-radius: 20%;
      background: var(--var-blue-site);
    }

    .lds-spinner div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s;
    }

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*END Infinite Scrolling Styling */

/* Control how the Menu links look */
.font-decoration {
  text-decoration: underline;
}

.overlay-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 40%;
  background-color: var(--var-bg-photo-preview);
}

.overlay-image {
  position: absolute;
  bottom: 5px;
  right: 5px;
  max-width: 20%; /* Adjust the size of the overlay image */
  max-height: 20%;
  object-fit: contain;
}
}

.width-outfence-icon {
  width: 10% !important;
}

.width-outfence-text {
  width: 90% !important;
}

/* Overlay Container on Photos */

.container-for-text {
  position: relative;
  text-align: center;
  font-size: 30px
}

  .container-for-text .bottom-left-text {
    position: absolute;
    bottom: 8px;
    left: 16px;
    z-index: 5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  .container-for-text .top-left-text {
    position: absolute;
    top: -4px;
    left: 4px;
    z-index: 5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  .container-for-text .top-right-text {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  .container-for-text .bottom-right-text {
    position: absolute;
    bottom: 8px;
    right: 16px;
    z-index: 5;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  .container-for-text .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-50%)
  }

  .container-for-text input[type=checkbox] {
    width: 25px;
    height: 25px;
    opacity: 1;
    transition: .5s;
    outline: 5px solid var(--var-border-gallery-color);
    z-index: 2;
    top: 6px
  }

    .container-for-text input[type=checkbox]:checked {
      opacity: 1;
      background: #f00 !important
    }

  .container-for-text .img-opacity {
    opacity: .5
  }

/* Overlay Container on Photos */