@import url('https://fonts.googleapis.com/css?family=Marvel|Noto+Sans|Roboto|Sriracha|Merienda|Raleway|Acme|Baloo|Dosis|Montserrat|Urbanist&display=swap');

.row-triphdr {
    padding: 10px;
    width: 75%;
    background: linear-gradient(#373737, #7A6342);
    color: #FFC166;
}

.row-dayhdr {
    padding: 10px;
    width: 75%;
    background: linear-gradient(#FFC166, #b3894c);
}

.row-border {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cacaca;
}

.row-border.cardhdr {
    background: linear-gradient(#b3894c, #995B00);
    color: whitesmoke;
    padding: 5px;
}

.row-content {
    width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.alert-callout-border {
  width: 95%;
  padding: 0.3rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  border-left-width: 0.3125rem;
  border-left-color: #cacaca;
}

.perun-darkblue {
    background-color: #0F2453;
    color: #FFC166;
}

.perun-fg-darkblue {
    color: #0F2453;
}


.perun-lightblue {
    background-color: #A0E0EC;
    color: #0F2453;
}


.perun-blue {
    background-color: #63b1e4;
    color: whitesmoke;
}

.perun-dark {
    background-color: #373737;
    color: #FFC166;
}

.perun-white {
    background-color: white;
    color: #0F2453;
}

.perun-white {
    background-color: white;
    color: #0F2453;
}

.perun-gold {
    background-color: #C0B283;
    color: white;
}

.perun-gold-1 {
    background-color: #b3894c;
    color: white;
}

.perun-darkgold {
    background-color: #995B00;
    color: white;
}

.perun-light {
    background-color: whitesmoke;
    color: #0F2453;
}

.perun-light-1 {
    background-color: #FFC166;
    color: #0F2453;
}

.perun-light-2 {
    background-color: #1e90fb; /* #7fc4d1 */;
    color: white; /* #0F2453; */
}

.perun-bg-gradient {
    background-image: linear-gradient( #1e90fb, whitesmoke, white );
}

.perun-blog-gradient {
    background-image: linear-gradient( #BAD8F4, whitesmoke, white );
}

.perun-bg-reversegrad {
    background-image: linear-gradient( white, whitesmoke, #1e90fb );
}

/*
.perun-bg-menubar {
    background-color: #7fc4d1;
    color: #0F2453;
}
*/

.perun-small-margins {
    margin: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.perun-nospace {
    margin: 0px;
    padding: 0px
}

.perun-hpad-tiny {
    padding-left: 2px;
    padding-right: 2px;
}

.perun-vpad-tiny {
    padding-top: 2px;
    padding-bottom: 2px;
}

.perun-hpad-small {
    padding-left: 5px;
    padding-right: 5px;
}

.perun-vpad-small {
    padding-top: 5px;
    padding-bottom: 5px;
}

.perun-button-img {
    width: 42px;
    height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;

    -webkit-transform: scale(1);
        transform: scale(1);
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.perun-button-img:hover {
    -webkit-transform: scale(1.2);
        transform: scale(1.2);
}

.perun-round-img {
    border-radius: 50%;
    transition: all 0.3s;
    box-shadow: 3px 3px 20px white;
}

.perun-round-img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.perun-round-box {
   /* border: solid 5px darkgrey; */
    border-radius: 50%;
    padding: 5px;
}

.perun-hpad {
    padding-left: 10px;
    padding-right: 10px;
}

.perun-service-img {
    opacity: 0.9;
    border: 8px solid #d7ecfa;
    border-radius: 8px;
}

.perun-service-image-para {
    display:flex;
    height: 100%;
    align-items: center;
}

.perun-hotel-row {

    border-style: dotted;
    border-width: 0px 2px 0px 0px;
    border-color: #cacaca;
    padding: 5px;
}

.perun-hotel-img {
    height:200px;
    width: 190px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px #ddd;
}

.perun-center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.perun-textwhite {
    color: #e1faea;
    text-shadow: 2px 2px #5e5e5e;
}

.perun-textdark {
    color: darkblue;
    text-shadow: 2px 2px 5px #5e5e5e;
}

.perun-banner-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
    font-size: 1.5rem;
    color: whitesmoke;
}
@media print, screen and (min-width: 40em) {
    .perun-banner-title {
        font-size: 3rem;
    }
}

.perun-promo-para {
    font-family: Montserrat,
    sans-serif;
    font-style: italic;
    font-size: 1rem
}
@media print, screen and (min-width: 64em) {
    .perun-promo-para {
        font-size: 1.3rem;
    }
}

.perun-promo-cell {
    border-radius: 8px;
    border: 1px solid cornflowerblue;
    height: 350px;
    margin-bottom: 5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .perun-promo-cell {
        height: 350px;
        margin-bottom: 5rem;
    }
}
@media print, screen and (min-width: 64em) {
    .perun-promo-cell {
        height: 400px;
        margin-bottom: 1rem;
    }
}

.perun-welcome-text {
    font-family: 'Sriracha', sans-serif;
    text-shadow: 2px 2px 8px black;
    font-size: 1.5rem;
    color: white;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .perun-welcome-text {
        font-size: 2.5rem;
    }
}
@media print, screen and (min-width: 64em) {
    .perun-welcome-text {
        font-size: 4rem;
    }
}

.perun-welcome-subtext {
    font-family: 'Sriracha', sans-serif;
    font-size: 1.2rem;
    text-shadow: 4px 4px 8px black;
    color: whitesmoke;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .perun-welcome-subtext {
        font-size: 1.6rem;
    }
}
@media print, screen and (min-width: 64em) {
    .perun-welcome-subtext {
        font-size: 2.5rem;
    }
}

.perun-promo-cell-text {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
    .perun-promo-cell-text {
        font-size: 1rem;
    }
}

.perun-web-chapter-hdr {
    width: fit-content;
    position: relative;
    left: 1%;
    top:-50%;
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    padding: 2px 1em 2px 1em;
    background-color: white
}
@media print, screen and (min-width: 64em) {
    .perun-web-chapter-hdr {
        font-size: 2rem;
    }
}

.text-lightbg {
    color: #1468a0;
    text-shadow: 2px 2px 5px #63b1e4;
}

.text-darkbg {
    color: whitesmoke;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.perun-banner-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
    font-size: 1rem;
    color: whitesmoke;
}
@media print, screen and (min-width: 40em) {
    .perun-banner-subtitle {
        font-size: 2rem;
    }
}

.perun-page-header {
    font-family: 'Acme', sans-serif;
    color: whitesmoke;
    text-shadow: 0px 1px 0 #0c3d5d;
}

.perun-page-header-dark {
    font-family: 'Montserrat', sans-serif;
    color: darkblue;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0px 1px 0 whitesmoke;
}
@media print, screen and (min-width: 40em) {
    .perun-page-header-dark {
        font-family: 'Montserrat', sans-serif;
        font-size: 3rem;
        color: darkblue;
        font-weight: 1000;
        text-shadow: 0px 1px 0 whitesmoke;
    }
}

.perun-page-subheader {
    font-family: 'Montserrat', cursive;
    font-weight: bold;
    color: whitesmoke;
    text-shadow: 0px 1px 0 #0c3d5d;
}

.perun-page-subheader-dark {
    font-family: 'Montserrat', cursive;
    font-weight: bold;
    color: darkblue;
    text-shadow: 0px 1px 0 whitesmoke;
}

.perun-section-header {
    font-family: 'Acme', sans-serif;
}

.perun-subtitle {
    font-family: 'Montserrat', cursive;
    font-weight: bold;
}

.product-smallcard {
    width: 50%;
    padding-left: 0.75rem;
    padding-top: 0.25rem;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}
@media print, screen and (min-width: 40em) {
    .product-smallcard {
        width: 55%;
        padding-left: 1rem;
        padding-top: 1rem;
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
    }
}

.product-reviewcard {
    width: 50%;
    padding-left: 0.75rem;
    padding-top: 0.25rem;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}
@media print, screen and (min-width: 40em) {
    .product-reviewcard {
        width: 45%;
        padding-left: 1rem;
        padding-top: 0.3rem;
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
    }
}


.product-contact-imgbox {
    width: 25%;
    padding-left: 0;
}
@media print, screen and (min-width: 40em) {
    .product-contact-imgbox {
        width: 30%;
    }
    .product-contact-imgbox.wide {
        width: 45%;
    }
}

.product-contact-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
@media print, screen and (min-width: 40em) {
    .product-contact-img {
        width: 128px;
        height: 128px;
    }
    .product-contact-img.small {
        width: 90px;
        height: 90px;
    }
}

.product-contactcard {
    width: 70%;
    padding-left: 0.75rem;
    padding-top: 0.25rem;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
}
@media print, screen and (min-width: 64em) {
    .product-contactcard {
        width: 60%;
        padding-left: 1rem;
        padding-top: 1rem;
        font-size: 1.2rem;
        font-family: 'Montserrat', sans-serif;
    }
}

.product-horcard {
    width: 50%;
    padding-left: 0.75rem;
    padding-top: 0.25rem;
    font-size: 0.9rem;
    font-family: 'Dosis', sans-serif;
}
@media print, screen and (min-width: 40em) {
    .product-horcard {
        width: 69%;
        padding-left: 1rem;
        padding-top: 0.25rem;
        font-size: 1.1rem;
        line-height: 1.2;
        font-family: 'Dosis', sans-serif;
    }
}

.product-price-text {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    padding-left: 0.2rem;
    font-family: Dosis, sans-serif;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: left;
}
@media print, screen and (min-width: 40em) {
    .product-price-text {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0.5rem;
        font-family: Dosis, sans-serif;
        font-weight: bold;
        font-size: 1.1rem;
        text-align: left;
    }
}

.product-page-header {
    height: 25%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
    border: 1px solid lightgray;
    position: relative;
    top:50px;
}

.alert-callout-border strong {
  color: #0a0a0a;
}

.alert-callout-border .close-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.alert-callout-border.radius {
  border-radius: 0.3rem;
}

.alert-callout-border.primary {
  border-left-color: #1779ba;
}

.alert-callout-border.primary strong {
  color: #1779ba;
}

.alert-callout-border.secondary {
  border-left-color: #767676;
}

.alert-callout-border.secondary strong {
  color: #767676;
}

.alert-callout-border.alert {
  border-left-color: #cc4b37;
}

.alert-callout-border.alert strong {
  color: #cc4b37;
}

.alert-callout-border.success {
  border-left-color: #3adb76;
}

.alert-callout-border.success strong {
  color: #3adb76;
}

.alert-callout-border.warning {
  border-left-color: #ffae00;
}

.alert-callout-border.warning strong {
  color: #ffae00;
}

.reveal {
    border-radius: 3px;
    box-shadow: 3px 3px #8a8a8a;
}

.reveal.transparent {
    background-color: rgba(255,255,255,0);
    border: none;
    box-shadow: none;
}

.reveal.semitransparent {
    background-color: rgba(255,255,255,0.5);
    border: none;
    box-shadow: none;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny.micro {
        width: 20%;
        max-width: 75rem; } }

.card-user-profile {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card.shadowed {
  box-shadow: 1px 1px 5px #999;
  border-radius: 5px;
}

.bordered {
    border: 1px solid #1e90fb;
    border-radius: 5px;
}

.card-section-text {
    font-family: 'Dosis', sans-serif;
    font-size: 0.85em;
    text-align: justify;
}

.card-header-text {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
}

.card-header-text-med {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
}

.card-header-text-small {
    font-family: 'Baloo', cursive;
    font-size: 0.85rem;
}

.card-icon-container {
    width: 10%;
    float: right;
    margin-top: 0.4rem;
}

.card-icon {
    text-align: center;
    color: #8a8a8a;
    font-size: 1.3rem;
}

.card-rating {
    color: yellow;
    text-align: left;
    font-size: 1rem;
}

.card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.section-header-text {
    font-family: 'Dosis', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #1f4f58;
    text-align: left;
}

.section-header-text-med {
    font-family: 'Dosis', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #1f4f58;
    text-align: left;
}

.section-header-text-sm {
    font-family: 'Dosis', sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #1f4f58;
    text-align: left;
}

.card-properties-para {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-family: 'Montserrat', cursive;
    font-size: 85%;
    color: mediumblue;
}

.card-user-profile > :last-child {
  margin-bottom: 0;
}

.card-user-profile:hover .card-user-profile-img {
  opacity: 1;
}

.card-user-profile-content {
  position: relative;
}

.card-user-profile-content::before {
  position: absolute;
  content: '';
  top: -3.4375rem;
  left: -1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}

.card-user-profile-actions {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  /*padding: 1rem;*/
  background: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
}

.card-user-profile-actions > :last-child {
  margin-bottom: 0;
}

.card-user-profile-img {
  max-width: 100%;
  opacity: 0.85;
  transition: all 0.25s ease;
}

.card-user-profile-avatar {
  position: absolute;
  bottom: 100%;
  left: 1rem;
  z-index: 2;
  max-width: 5.625rem;
}

.card-user-profile-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-user-profile-name {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.card-user-profile-button-inline {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: block;
}

.card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem;
}

.card-user-profile-info {
  font-size: 75%;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* Trip Info Forms */

form .form-icons {
  text-align: center;
}

form .form-icons h4 {
  margin-bottom: 1rem;
}

.checked {
    list-style-image: url('../images/check12.webp');
}

.crossed {
    list-style-image: url('../images/cancel12.png');
}

.info {
    list-style-image: url('../images/exclamation-mark-12.webp');
}

.whatsapp {
    list-style-image: url('../images/whatsapp32.webp');
}

form .form-icons .input-group-label {
  background-color: #C0B283; /* #1779ba; */
  border-color: #C0B283; /* #1779ba; */
  color: white;
}

form .form-icons .input-group-button {
  background-color: #C0B283; /* #1779ba; */
  border-color: #C0B283; /* #1779ba; */
  color: white;
}

form .form-icons .input-group-field {
  border-color: #C0B283; /* #1779ba; */
  font-size: 80%;
}

form .form-icons .fa {
  color: white;
  width: 1rem;
}

.button   .button.wide {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: 0;
    margin-left: 0;
}

.perun-button {
    min-width: 120px;
    background-color: white;
    border: 1px solid #1e90fb;
    color: #1e90fb;
    padding: 0.7rem 1rem 0.7rem 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 4px;
}

.perun-button.lowheight {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.9em;
}

.perun-button.greenbtn {
    border: 1px solid #00a884;
    color: #00a884;
}

.perun-button.solidgreen {
    border: 1px solid #00a884;
    background-color: #00a884;
    font-family: Helvetica;
    font-weight: bold;
    color: whitesmoke;
}

.perun-button.solidgreen:hover {
    border: 1px solid #00a884;
    background-color: whitesmoke;
    color: #00a884;
}

.perun-button.toolbutton {
    min-width: 0px;
    max-width: 50px;
}

.perun-button.smtoolbutton {
    min-width: 0px;
    max-width: 50px;
    padding: 3px 5px 3px 5px;
}

.perun-button-small {
    min-width: 120px;
    height: 2rem;
    background-color: white;
    border: 1px solid #1e90fb;
    color: #1e90fb;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 90%;
    border-radius: 4px;
}

.perun-button.expanded {
    width: 100%;
    display: block;
    text-align: center;
}

.perun-button:hover {
    background-color: #2091fb;
    color: whitesmoke;
}

.button-icon {
    font-size: 1.25rem;
    color: #0057e7;
    padding: 2px 4px 2px 4px;
    border: solid 1px lightgrey;
    border-radius: 3px;
}

.button-icon:hover {
    border: solid 1px darkgrey;
    text-shadow: #0F2453 1px 1px;
}

.button-icon:active {
    transform: scale(0.90);
}

.button-icon-round {
    font-size: 1.1rem;
    color: #0057e7;
    background-color: lightgrey;
    padding: 2px 4px 2px 4px;
    border-radius: 50%;
}
.button-icon-round:active {
    transform: scale(0.90);
}

.perun-button.greenbtn:hover {
    background-color: #00a884;
    color: whitesmoke;
}

.perun-font-small {
    font-size: 80%;
}

.perun-font-body-dark {
    font-family: 'Montserrat', cursive;
    color: #1f4f58;
}

.perun-font-body-light {
    font-family: 'Montserrat', cursive;
    color: whitesmoke;
}

.perun-body-left {
    font-family: 'Montserrat', cursive;
    text-align: left;
    color: #1f4f58;
}

.perun-body-center {
    font-family: 'Montserrat', cursive;
    text-align: center;
    color: darkblue;
}

.telr-window {
    width: 100%;
    min-width: 700px;
    height: 750px;
    border: none;
}

.background-checked {
    background-image: url("/images/check64.webp");
    background-size: 35px;
    background-position: top;
    background-repeat: no-repeat;
}

.infopopup {
    color: steelblue;
    font-size: 1.5rem;
}

.infopopup .infotext {
    background-color: #ececec;
    font-size: 0.5em;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #126195;
    border: 1px darkblue;
    border-radius: 5px;
    padding: 0.5em;
    position: absolute;
    text-align: left;
    min-width: 8rem;
    max-width: 12rem;
    bottom: 100%;
    margin-left: -5rem;
    visibility: hidden;
}

.infopopup:hover .infotext{
    visibility: visible;
}

.midtext {
    font-size: 90%;
}

.smalltext {
    font-size: 80%;
    font-family: "Dosis", sans-serif;
}

.mid-screen {
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .mid-screen {
        text-align: right;
    }
}
.mid-screen-r {
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .mid-screen-r {
        text-align: left;
    }
}

/* Foundation CSS fixes for Perun */


.accordion-title::before {
    content: "\2B9C";
}

.is-active > .accordion-title::before {
    content: "\2B9F"; }

.tabs-title > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    line-height: 1;
    color: #1779ba; }

.lowheight {
    height: 2rem;
}

p {
    margin-bottom: 0;
    text-align: center;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    border: 1px solid #1e90fb;
    border-radius: 4px;
}

select {
    border: 1px solid #1e90fb;
    border-radius: 4px;
}

.menu a:hover {
    color: #d7ecfa;
}
.menu a:focus {
    color: #d7ecfa;
}
.menu a {
    color: #1779ba;
}

.dropdown {
  z-index: 1000;
}

.dropdown.menu > li > a:hover {
    color: whitesmoke;
}

.dropdown.menu > li > a:focus {
    color: #d7ecfa;
}

.dropdown.menu > li > a:active {
    color: #d7ecfa;
}

.dropdown.menu > li.is-active > a {
    background: #1779ba;
    color: #d7ecfa;
}

.top-bar,
.top-bar ul {
    background-color: #1e90fb; }

.perun-bg-menubar {
    background-color: #1e90fb;
    color: white;
}

.perun-bg-menubar a {
    background-color: #1e90fb;
    color: white;
}

.perun-bg-menubar a:hover {
    background-color: #1779ba;
    color: #d7ecfa;
}

/*
.tabs {
    border: none;
}

.tabs-content {
    border: none;
}

.tabs-content.vertical {
    border: none;
}
*/

.heading-container {
    min-height: 125px;
}
@media print, screen and (min-width: 40em) {
    .heading-container {
        min-height: 400px;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.largest {
        width: 95%;
        max-width: 120rem; } }

/* Grid with small padding  -  useful for dense forms*/

.grid-smpadding-x .grid-smpadding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) {
    .grid-smpadding-x .grid-smpadding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-smpadding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-smpadding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }

.grid-smpadding-x > .cell {
    padding-right: 0.325rem;
    padding-left: 0.325rem; }
@media print, screen and (min-width: 40em) {
    .grid-smpadding-x > .cell {
        padding-right: 0.2rem;
        padding-left: 0.2rem; } }

tbody th,
tbody td {
    padding: 0.1rem 0.625rem 0.1rem; }

thead th {
    padding: 0.1rem;
}

.tooltip {
    border-radius: 3px;
    background-color: #0057e7;
}
/*
.tooltip.top::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.bottom::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.left::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.right::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.top.align-center::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.bottom.align-center::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.left.align-center::before {
    border-color: transparent transparent #0057e7;
}
.tooltip.right.align-center::before {
    border-color: transparent transparent #0057e7;
}
*/
.has-tip {
    cursor: pointer;
}

/* Fixes for external content ... Rayna, Odoo etc */
.MsoNormal {
    text-align: justify;
}


/* Spinner */

.spinningCircle {
	   height: 20px;
	   width: 20px;
	   border-radius: 50%;
	   border: 4px solid rgba(255,255,255,0);
	   border-top-color:  #7fc4d1;
	   border-right-color: #7fc4d1;
	   -webkit-animation: single2 4s infinite linear;
	   animation: single2 4s infinite linear;
	}

	@-webkit-keyframes single2 {
	   0% {
	      -webkit-transform: rotate(0deg);
	      transform: rotate(0deg);
	      border-top-color: #7fc4d1;
	      border-right-color: #7fc4d1;
	   }
	   50% {
	      border-top-color: #1f4f58;
	      border-right-color: #1f4f58;
	   }
	   100% {
	      -webkit-transform: rotate(720deg);
	      transform: rotate(720deg);
	      border-top-color: #7fc4d1;
	      border-right-color: #7fc4d1;
	   }
	}

	@keyframes single2 {
	   0% {
	      -webkit-transform: rotate(0deg);
	      transform: rotate(0deg);
	      border-top-color: #7fc4d1;
	      border-right-color: #7fc4d1;
	   }
	   50% {
	      border-top-color: #1f4f58;
	      border-right-color: #1f4f58;
	   }
	   100% {
	      -webkit-transform: rotate(720deg);
	      transform: rotate(720deg);
	      border-top-color: #7fc4d1;
	      border-right-color: #7fc4d1;
	   }
	}

/* Effects */

/* Spinner */

.spinningImage {
    -webkit-animation: singleimg2 8s infinite linear;
    animation: singleimg2 8s infinite linear;
}

@-webkit-keyframes singleimg2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes singleimg2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

/**===== circle6 =====*/
.colorLoader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 43px;
    width: 43px;
    margin: -25px 0 0 -25px;
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 10px #008744 solid;
    border-right: 10px #0057e7 solid;
    border-bottom: 10px #d62d20 solid;
    border-left: 10px #ffa700 solid;
    border-radius: 50%;
    -webkit-animation: spin6 1s infinite linear;
    animation: spin6 1s infinite linear;
}

@-webkit-keyframes spin6 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin6 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.colorLoader.small {
    height: 30px;
    width: 30px;
    border-top: 8px #008744 solid;
    border-right: 8px #0057e7 solid;
    border-bottom: 8px #d62d20 solid;
    border-left: 8px #ffa700 solid;
}
/** END of circle6 */

.perun-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: soft-light;
}

@media print, screen and (min-width: 40em) {
    .perun-parallax {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: soft-light;
    }
}

.clickbox {
    cursor: pointer;
}

.perun-ticket-card {
    border-radius: 10px;
    border: 1px solid lightgray;
    font-family: 'Noto Sans', sans-serif;
    background-color: whitesmoke;
}

.perun-ticket-titlecell {
    border-bottom: 1px lightgray solid;
    background-color: lightblue;
    border-radius: 8px 8px 0 0;
}

.perun-ticket-title {
    font-family: 'Montserrat', cursive;
    font-weight: bold;
    text-align: left;
}

.perun-ticket-titlebookbtn {
    background-color: darkgoldenrod;
    border-radius: 6px;
    padding: 0 5px 0 5px;
    float: right;
    margin-top:3px;
    margin-bottom: 3px;
}

.perun-timeslot-btn {
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 6px;
    font-weight: bold;
    font-size: 120%;
}

.perun-imagecard-container {
    position: relative;
}

.perun-imagecard-image {
    display: block;
    width: 100%;
    height: auto;
}

.perun-imagecard-overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: 0.5s ease;
    background: rgba(0,0,0,0.1);
}

.perun-imagecard-container:hover .perun-imagecard-overlay {
    background: rgba(0,0,0,0.3);
}

.perun-imagecard-text {
    color: white;
    opacity: 1;
    font-size: 1.2rem;
    font-weight: bold;
    width: 85%;
    font-family: "Noto Sans", sans-serif;
    text-shadow: 2px 2px 5px black;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 40em) {
    .perun-imagecard-text {
        font-size: 1.8rem;
    }
}

