@charset "UTF-8";
/*!

Theme Name: Motyw dla SKALEO

Author: Wojciech Grochowicz

Author URI: skaleo

Description: SKALEO

Tags: SKALEO

Text Domain: SKALEO

*/

:root {
    --container-width: 30%;
}

.controls-div{
    border: 1px solid lightgrey;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fake-previous{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    color: #cccccc;
    font-size: 50px;
    font-family: 'Exo', sans-serif !important;
}

.fake-previous:hover{
    cursor: pointer;
}


body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #cccccc;
}
.select-pure__label::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

.select-pure__label::-webkit-scrollbar
{
	height: 6px;
	background-color: #F5F5F5;
}

.select-pure__label::-webkit-scrollbar-thumb
{
	border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #cccccc;
}
.select-pure__options::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

.select-pure__options::-webkit-scrollbar
{
    width: 6px;
    height: 4px;
	background-color: #F5F5F5;
}

@media (max-width: 767px) {
    .tel-group{
        max-width: unset !important;
    }
  }

.select-pure__options::-webkit-scrollbar-thumb
{
	border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #cccccc;
}


.fake-next{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    color: #cccccc;
    font-size: 50px;
    font-family: 'Exo', sans-serif !important;
}

.fake-next:hover{
    cursor: pointer;
}

@media only screen and (max-width: 710px) {
    /* For mobile phones: */
    [class*="sorting-div"] {
      display: none !important;
      position: absolute;
      top: 50px;
      left: 0px;
      right: 0px;
      z-index: 999;
      flex-wrap: wrap;
      padding-top: 5px;
      border-bottom: 1px solid #cccccc;
      background-color: #ececec;
    }

    [class*="mobile-only"]{
        font-size: 20px;
        display: flex !important;
        text-align: center;
        height: 50px;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        line-height: 50px;
        padding-right: 20px;
        padding-left: 20px;
        
    }

    [class*="tag-picker"]{
        max-width: none !important;
    }

    
    .controls-div:hover{
        margin-bottom: 112px;
    }

    .controls-div:hover #sorting-div{
        display: flex !important;
        background-color: #ececec;
        border-bottom: 1px solid #cccccc;
    }
  }

.mobile-only:hover{
    cursor: pointer;
}

.mobile-only:hover + #sorting-div{
    display: flex !important;
    background-color: #ececec;
    border-bottom: 1px solid #cccccc;
}


.sorting-div:hover{
    display: flex !important;
 
}

.no-places-left-alert{
    font-size: 20px;
    text-align: center;
    color: rgb(255, 36, 32);
    align-items: center;
    display: none;
    font-weight: bold;
    min-width: 100%;
}

.prev-right-arrow + .fake-previous{
    display: none;
}

.prev-left-arrow + .fake-next{
    display: none;
}

.tag-picker:hover + #sorting-div{
    display: flex !important;
}

.select-pure__selected-label:hover + #sorting-div{
    display: flex !important;
}

.simulated-container {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.container-pionowe{
    padding: 0px;
    height: 300px;
    min-width: 650px;
    width: 100%;
    display: flex;
    position: relative;
    font-family: Exo, sans-serif;
}

.container-pionowe .more-text{
    position: absolute;
    top: 176px;
    right: 20px;
    left: 20px;
    margin-top: 0px;
    font-size: 21px;
    width: 100%;
}

.container-pionowe .localization-text{
    margin-top: 0px;
    font-size: 21px;
    width: 100%;
    position: absolute;
    top: 107px;
    left: 20px;
    right: 20px;
}
.container-pionowe .picture{
    display: flex;
    width: 40%;
    position: relative;
    flex-grow: 1;
    background-position: center !important;
}

.container-pionowe .description{
    display: flex;
    width: 60%;
    padding: 20px;
    position: relative;
    flex-direction: column;
}

.container-pionowe-title {
    display: flex;
    width: 100%;
    margin: 0px;
    font-weight: normal;
    font-size: 45px;
    line-height: 45px;
}

.container-pionowe .date{
    position: absolute;
    top: 240px;
    font-size: 42px;
    line-height: 42px;
    color: #00ccff;
    font-weight: bold;
}

.container-pionowe .sub-title{
    margin: 10px 0px 10px 0px;
    font-size: 18px;
}

.container-pionowe .additional-info-container{
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    height: 40px;
}

.container-pionowe .text{
    text-align: left;
    width: 100%;
}

.container-pionowe .image{
    width: 22px;
    height: 22px;
    background-color: black;
}

.info-icons-div{
    display: flex;
}

.container-kafelki {
    flex-grow: 1;
    min-width: 300px;
    width: var(--container-width);
    height: fit-content;

}

.container-kafelki .event {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: Exo, sans-serif;
    background-color: white;
    height: 320px;
    padding: 0px;
    background-position: center !important;
}

.container-kafelki .info {
    vertical-align: middle;
    display: flex;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 25px;
}

.container-kafelki .date {
    float: left;
    color: #01ffff;
    font-weight: bold;
    font-size: 40px;
    line-height: 36px;
    text-shadow: 0px 0px 5px black;
    margin-right: 5px;
}

.container-kafelki .additional-info {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    width: 67%;
    float: left;
    display: inline-flex;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki .title {
    color: white;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.container-kafelki .day {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.container-kafelki .month {
    position: absolute;
    top: 70px;
    left: 25px;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki .main-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 130px;
    left: 25px;
    right: 25px;
    line-height: 24px;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki .level-info {
    font-size: 14px;
    font-weight: bold;
    color: white;
    display: flex;
    vertical-align: middle;
    position: absolute;
    top: 195px;
    left: 25px;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki .level-color {
    border: 1px solid orange;
    background-color: orange;
    width: 14px;
    height: 14px;
    border-radius: 10px;
}

.container-kafelki .country {
    color: white;
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    top: 228px;
    left: 25px;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki .level-description {
    font-size: 12px;
    margin-left: 5px;
    line-height: 15px;
}


.container-kafelki .simulated-container {
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}

.container-kafelki .details {
    position: absolute;
    bottom: 35px;
    left: 25px;
}

.details-button {
    box-shadow: none;
    transition: all 0.21s ease;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #00ccff;
    color: #FFF;
    padding: 11px 16px;
}

.details-button:hover{
    background-color: #191919;
    text-decoration: none;
    color: white;
}

.container-kafelki-duze {
    float: left;
    height: 320px;
    flex-direction: column;
    min-width: 364px;
    width: var(--container-width);
    flex-grow: 1;
    padding: 5px;
    position: relative;
    font-family: Exo, sans-serif;
    background-size: cover;
    background-position: center !important;
}

.container-kafelki-duze .simulated-container {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.container-kafelki-duze .date{
    position: absolute;
    top: 180px;
    text-align: center;
    left: 0px;
    right: 0px;
    color: white;
    font-size: 22px;
    color: #fbb03a;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki-duze .discriptions{
    position: absolute;
    top: 125px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 18px;
    padding: 0px 10px;
    color: white;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki-duze .destination {
    color: #fbb03a;
    text-align: center;
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: bolder;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    margin: 0px;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki-duze .price {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 28px;
    margin-top: 10px;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 110px;
}

.location-picker{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    width: 100%;
    height: 50px;
    max-width: 200px;
    min-width: 150px;
}
.tag-picker{
    width: 100%;
    height: 50px;
    max-width: 300px;
    min-width: 200px;
    text-align: center;
}

.month-picker{
    width: 100%;
    height: 50px;
    max-width: 200px;
    min-width: 150px;
    text-align: center;
    line-height: 21px;
}

.delete-tag-button:after{
    content:  "x";
}

.container-kafelki-duze .country {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 200px;
    text-shadow: 0px 0px 5px black;
}

.container-kafelki-duze .details {
    padding: 0px;
    display: flex;
    justify-content: space-around;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 260px;
}

.kostki-positioning {
    min-width: 330px;
    padding: 10px;
    justify-content: center;
    width: var(--container-width);
    display: flex;
}

.container-kostki {
    float: left;
    flex-direction: column;
    position: relative;
    font-family: Exo, sans-serif;
    background: none !important;
    background-color: white !important;
    border: 2px solid #037194;
    width: 310px;
    height: 265px;
}

.container-kostki span:empty {
    display: none;
}

.container-kostki .title {
    height: 40px;
    text-transform: uppercase;
    background-color: #037194;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px;
}

.container-kostki .przelot-div {
    display: flex;
    height: 36px;
    vertical-align: middle;
    justify-content: center;
    line-height: 36px;
    text-align: center;
}

.przelot-text{
    font-size: 16px;
    font-weight: bold;
}

.container-kostki .location {
    color: #676767;
    font-size: 14px;
    letter-spacing: inherit;
    font-weight: bold;
    text-align: center;
    align-self: center;
    height: 35px;
    line-height: 35px;
    display: flex;
    vertical-align: middle;
}

.container-kostki .description{
    color: #676767;
    font-size: 18px;
    letter-spacing: inherit;
    font-weight: bold;
    text-align: center;
    align-self: center;
    min-height: 18px;
    min-height: 18px;
    display: flex;
    vertical-align: middle;
}

.container-kostki .date {
    margin: 0px;
    font-size: 32px;
    height: 50px;
    background-color: #015f85;
    color: white;
    text-align: center;
    line-height: 50px;
}

.container-kostki .price {
    text-align: center;
    font-weight: bolder;
    line-height: 35px;
    color: #676767;
    font-size: 15px;
}

.container-kostki .text-line {
    line-break: auto;
    line-height: 35px;
    color: #676767;
    font-size: 13px;
    letter-spacing: inherit;
    font-weight: bold;
    text-align: center;
}

.container-kostki .info-container {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
}

.container-kostki .details {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    background-color: #037194;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
}

.date-picker-kafelki{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 50px;
    justify-content: center;
}

.date-picker-title{
    width: 100%;
    text-align: center;
}

.cut-long-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="date"]::-webkit-inner-spin-button{
    display: none;
    -webkit-appearance: none;
}

.kafelki-select{
    width: 100%;
}

.date-picker-kafelki + .date-picker-kafelki{
    margin-left:15px;
}

.mobile-only{
    display: none;
}

.sorting-div{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
  }
  
  .select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    justify-content: left;
    position: relative;
    transition: 0.2s;
    padding: 0px 2px;
    display: flex;
    height: 24px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
  }
  
  .select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 22px;
    font-weight: bold;
    width: 100%;
    z-index: 5;
  }
  
  .select-pure__select--opened .select-pure__options {
    display: block;
  }
  
  .select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
  }
  
  .select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
  }
  
  .select-pure__option--hidden {
    display: none;
  }
  
  .select-pure__selected-label {
    background: #00ccff;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    margin-right: 5px;
  }

  .select-pure__selected-label:last-of-type {
    margin-right: 0;
  }

  .select-pure__label{
    margin-top: 6px;
    height: 26px;
    width: 100%;
    padding-bottom: 4px;
    white-space: nowrap;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .select-pure__label:hover{
      overflow-x: auto;
  }
  
  .select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
  }
  
  .select-pure__selected-label i:hover {
    color: #e4e4e4;
  }
  
  .select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
  }

  .example{
    font-size: 13px;
    text-align: center;
    width: 150px;
  }

.prev-left-arrow{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    color: #00ccff !important;
    font-size: 50px;
}

.prev-left-arrow:hover{
    cursor: pointer;
    text-decoration: none;
}

.prev-right-arrow{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    color: #00ccff !important;
    font-size: 50px;
}



.prev-right-arrow:hover{
    cursor: pointer;
    text-decoration: none;
}

.spinner-container{
    position: absolute;
    padding-top: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.lds-spinner {
    color: blue;
    display: inline-block;
    position: relative;
    padding: 20px;
    width: 120px;
    height: 120px;
    border: 1px solid #00ccff;
    background-color: #00ccff7d;
    border-radius: 60px;
  }
  .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: #fff;
  }
  .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;
    }
  }
  

/* style dla strony ze szczegolami wpisu */

.details-list {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.details-h2 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}


@font-face {
    font-family: MontserratSemiBold;
    src: url(inc/fonts/Montserrat-SemiBold.otf)
}

@font-face {
    font-family: MontserratRegular;
    src: url(inc/fonts/Montserrat-Regular.otf)
}

.column-content.with-link.fb-link a, .default-btn, .dsection.pink a, .equipment-single .equipment-content a {
    display: inline-block;
    padding: 10px 20px;
    background: #2b3b96;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: MontserratSemiBold;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.column-content.with-link.fb-link a:focus, .default-btn:focus, .dsection.pink a:focus, .equipment-single .equipment-content a:focus {
    outline: 0
}

.column-content.with-link.fb-link a.fb, .default-btn.fb, .dsection.pink a.fb, .equipment-single .equipment-content a.fb {
    background: #445bde;
    margin-right: 30px
}

.column-content.with-link.fb-link a.fb svg, .default-btn.fb svg, .dsection.pink a.fb svg, .equipment-single .equipment-content a.fb svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-top: -7px
}

@media (max-width: 768px) {
    .column-content.with-link.fb-link a.fb, .default-btn.fb, .dsection.pink a.fb, .equipment-single .equipment-content a.fb {
        margin-right: 15px
    }
}

.column-content.with-link.fb-link a:hover, .default-btn:hover, .dsection.pink a:hover, .equipment-single .equipment-content a:hover {
    background: #0b1b7a;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.column-content.with-link.fb-link a.pink, .default-btn.pink, .dsection.pink a.pink, .equipment-single .equipment-content a.pink {
    background: #ff2e56
}

.column-content.with-link.fb-link a.pink:hover, .default-btn.pink:hover, .dsection.pink a.pink:hover, .equipment-single .equipment-content a.pink:hover {
    background: #ce2645
}

.column-content.with-link.fb-link a.pink.arrow, .default-btn.pink.arrow, .dsection.pink a.pink.arrow, .equipment-single .equipment-content a.pink.arrow {
    border-radius: 25px;
    padding: 8px 10px
}

.column-content.with-link.fb-link a.pink.arrow svg, .default-btn.pink.arrow svg, .dsection.pink a.pink.arrow svg, .equipment-single .equipment-content a.pink.arrow svg {
    fill: #445bde;
    width: 20px;
    height: 20px
}

.column-content.with-link.fb-link a.pink.with-icon, .default-btn.pink.with-icon, .dsection.pink a.pink.with-icon, .equipment-single .equipment-content a.pink.with-icon {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.column-content.with-link.fb-link a.pink.with-icon svg, .default-btn.pink.with-icon svg, .dsection.pink a.pink.with-icon svg, .equipment-single .equipment-content a.pink.with-icon svg {
    margin-right: 10px
}

.column-content.with-link.fb-link a.transparentBg, .default-btn.transparentBg, .dsection.pink a.transparentBg, .equipment-single .equipment-content a.transparentBg {
    background: 0 0;
    border: 0
}

.column-content.with-link.fb-link a.transparentBg.arrow, .default-btn.transparentBg.arrow, .dsection.pink a.transparentBg.arrow, .equipment-single .equipment-content a.transparentBg.arrow {
    padding: 8px 10px
}

.column-content.with-link.fb-link a.transparentBg.arrow svg, .default-btn.transparentBg.arrow svg, .dsection.pink a.transparentBg.arrow svg, .equipment-single .equipment-content a.transparentBg.arrow svg {
    fill: #445bde;
    width: 20px;
    height: 20px
}

.column-content.with-link.fb-link a.transparentBg.with-icon, .default-btn.transparentBg.with-icon, .dsection.pink a.transparentBg.with-icon, .equipment-single .equipment-content a.transparentBg.with-icon {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.column-content.with-link.fb-link a.transparentBg.with-icon svg, .default-btn.transparentBg.with-icon svg, .dsection.pink a.transparentBg.with-icon svg, .equipment-single .equipment-content a.transparentBg.with-icon svg {
    margin-right: 10px
}

.column-content.with-link.fb-link a.blue, .default-btn.blue, .dsection.pink a.blue, .equipment-single .equipment-content a.blue {
    background: #2b3b96;
    color: #fff
}

.column-content.with-link.fb-link a.blue:hover, .default-btn.blue:hover, .dsection.pink a.blue:hover, .equipment-single .equipment-content a.blue:hover {
    background: #0b1b7a;
    color: #fff;
    text-decoration: none
}

.column-content.with-link.fb-link .equipment-single .equipment-content a, .column-content.with-link.fb-link a.grey, .default-btn.grey, .dsection.pink a.grey, .equipment-single .equipment-content .column-content.with-link.fb-link a, .equipment-single .equipment-content a {
    background: #d8dbea;
    color: #2b3b96
}

.column-content.with-link.fb-link .dsection.pink a, .column-content.with-link.fb-link a.light, .default-btn.light, .dsection.pink .column-content.with-link.fb-link a, .dsection.pink a, .equipment-single .equipment-content a.light, .newsletter-form input.default-btn[type=submit] {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.column-content.with-link.fb-link a.light:hover, .default-btn.light:hover, .dsection.pink a:hover, .equipment-single .equipment-content a.light:hover, .newsletter-form input.default-btn:hover[type=submit] {
    background: #fff;
    color: #ff2e56
}

.column-content.with-link.fb-link a.disabled, .column-content.with-link.fb-link a:disabled, .default-btn.disabled, .default-btn:disabled, .dsection.pink a.disabled, .dsection.pink a:disabled, .equipment-single .equipment-content a.disabled, .equipment-single .equipment-content a:disabled {
    background: rgba(151, 151, 151, .7)
}

.column-content.with-link.fb-link a.disabled:hover, .column-content.with-link.fb-link a:disabled:hover, .default-btn.disabled:hover, .default-btn:disabled:hover, .dsection.pink a.disabled:hover, .dsection.pink a:disabled:hover, .equipment-single .equipment-content a.disabled:hover, .equipment-single .equipment-content a:disabled:hover {
    background: rgba(151, 151, 151, .6)
}

.insta-link {
    display: inline-block;
    padding: 10px 11px;
    background: 0 0;
    border: 1px solid #2b3b96;
    border-radius: 30px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.insta-link svg {
    fill: #2b3b96;
    width: 26px;
    height: 26px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.insta-link:hover {
    background: #2b3b96
}

.insta-link:hover svg {
    fill: #fff
}

.column-content.with-link.fb-link a, .facebook-link {
    position: relative;
    padding: 10px 30px 10px 20px;
    background: #445bde
}

.column-content.with-link.fb-link a:after, .facebook-link:after {
    content: '';
    background: url(assets/images/facebook-icon-white.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 8px;
    width: 25px;
    height: 30px
}

.single-offer {
    text-align: center
}

.single-offer h3 {
    font-size: 36px
}

.family-club-content {
    text-align: center
}

.family-club-content p {
    font-size: 48px
}

.form-user h3 {
    margin: 10px 0
}

.form-user .form-control {
    border: 1px solid #979797;
    border-radius: 0;
    padding: 10px 15px;
    height: auto
}

.form-user .form-user-btn {
    margin-top: 15px
}

* {
    font-family: 'Exo', sans-serif;
    font-size: 14px
}

body, html {
    font-family: 'Exo', sans-serif;
    height: fit-content;
    position: relative;
    background-color: inherit;
}

.hide-select-arrow{
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        padding: 0px;
}

.container {
    background-color: transparent
    
}

.more-users-button{
    font-size: 25px;
    height: 40px;
    line-height: 37px;
    background-color: #2b3b96;
    color: white;
    border-radius: 20px;
    border: none;
    display: flex;
}

.more-users-button:hover{
    cursor: pointer;
}

.center-content {
    text-align: center
}

.dsm, .trainings-content ul, .turbo p {
    margin: 25px 0
}

.dsp {
    padding: 25px 0
}

.dsp.morep {
    padding: 50px 0
}

.dbgl {
    background: #fff
}

.fs {
    margin-top: 130px
}

@media (max-width: 992px) {
    .fs {
        margin-top: 82.31px
    }
}

@media (max-width: 768px) {
    .fs {
        margin-top: 66.5px
    }
}

picture {
    display: block
}

.dsection .text-font-change p:nth-child(2) span {
    font-family: 'Roboto Slab', serif
}

.dsection .text-first-f p:nth-child(1) span, .dsection .text-first-f p:nth-child(4) span {
    font-family: 'Roboto Slab', serif
}

.dsection .text-first-f p:nth-child(3) a {
    background-color: #fff
}

.dsection .text-first-f p:nth-child(3) a span {
    color: #ff2e56 !important;
    font-weight: 600
}

.dsection h4 {
    font-size: 16px
}

.dsection h1, .dsection h2 {
    font-size: 36px;
    margin-bottom: 30px
}

.dsection span, .dsection strong {
    font-size: inherit
}

@media (max-width: 768px) {
    .dsection h4 {
        font-size: 16px
    }

    .dsection h1, .dsection h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .dsection p {
        font-size: 14px
    }

    .dsection span, .dsection strong {
        font-size: inherit !important
    }
}

.dsection.light, .dsection.pink a.dsection, .newsletter-form input.dsection[type=submit] {
    background: #fff
}

.dsection.pink {
    background: #ff2e56
}

.dsection.pink p, .dsection.pink span, .dsection.pink strong {
    color: #fff !important
}

.dsection.pink a {
    margin-right: 15px
}

.dsection.pink a:hover {
    color: #ff2e56 !important
}

.sample-centered-header {
    text-align: center
}

.sample-centered-header h3 {
    margin-bottom: 0;
    color: #999db6;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.sample-centered-header h4 {
    color: #2b3b96;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Roboto Slab', serif
}

.sample-content h3 {
    margin-bottom: 0;
    color: #999db6;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.sample-content h4 {
    color: #2b3b96;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Roboto Slab', serif
}

.sample-content ol, .sample-content ul {
    padding-left: 17px;
    margin-bottom: 15px
}

.sample-content ul {
    list-style: disc
}

.sample-content ol {
    list-style: decimal
}

@-webkit-keyframes scrolledHeader {
    from {
        top: -100%
    }
    to {
        top: 0
    }
}

@keyframes scrolledHeader {
    from {
        top: -100%
    }
    to {
        top: 0
    }
}

.header.blueStyle a {
    color: #2b3b96
}

.header.blueStyle.scrolled a {
    color: #2b3b96
}

.header.blueStyle ul ul ul a, .header.blueStyle.scrolled ul ul a {
    color: #fff
}

.header.blueStyle .menu.menu-right li:nth-last-of-type(-n+2) {
    border-color: #2b3b96
}

.header {
    padding: 15px 0;
    background: 0 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999
}

.header #menu-item-143 [aria-current] {
    color: #fff
}

.header [aria-current] {
    color: #2b3b96
}

.header.scrolled {
    -webkit-animation: scrolledHeader .5s cubic-bezier(.165, .84, .44, 1);
    animation: scrolledHeader .5s cubic-bezier(.165, .84, .44, 1);
    background: #fff
}

.header.scrolled .menu .sub-menu li a {
    color: #fff
}

.header.scrolled #menu-item-143 [aria-current], .header.scrolled [aria-current] {
    color: #2b3b96
}

.header.scrolled a {
    color: #c2c5d4
}

.header.scrolled a:hover {
    font-weight: 800
}

.menu .sub-menu li a {
    color: #fff
}

.menu li {
    display: inline-block;
    margin: 15px 0 0;
    position: relative
}

.menu li:hover ul {
    display: block
}

.menu a {
    display: block;
    padding: 5px 10px;
    color: #2b3b96;
    font-weight: 700;
    font-weight: 600;
    text-transform: uppercase;
    color: #c2c5d4
}

@media (max-width: 1199px) {
    .menu a {
        padding: 5px;
        font-size: 12px
    }
}

.menu a:hover {
    color: #0b1b7a;
    text-decoration: none;
    font-weight: 800
}

.menu.menu-right li:nth-last-of-type(-n+2) {
    border: 1px solid #c2c5d4;
    border-radius: 20px;
    margin-right: 5px
}

@media (max-width: 1199px) {
    .menu li {
        margin: 15px 0 0
    }
}

@media (max-width: 992px) {
    .menu a {
        font-size: 8px;
        padding: 5px
    }
}

.menu ul {
    display: none;
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    width: 200px;
    text-align: left;
    padding-top: 2%
}

.menu ul li {
    margin: 0;
    background: #fff;
    width: 100%
}

.menu ul li a {
    padding: 10px;
    background: #2b3b96;
    color: #fff;
    text-align: center
}

.menu ul li a:hover {
    background: #0b1b7a;
    color: #fff
}

.right-menu-content {
    padding-right: 0
}

.logo-content {
    padding-left: 0
}

.logo-content .page-logo {
    width: 100%;
    height: auto
}

header.scrolled .logo-content .page-logo {
    width: 68%
}

.header .menu.menu-right li:nth-last-of-type(-n+2) a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.header .menu.menu-right li:nth-last-of-type(-n+2) svg {
    width: 22px;
    height: 22px
}

.header .menu.menu-right li:nth-last-of-type(-n+2) svg g path {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.header .menu.menu-right li:nth-last-of-type(-n+2):hover {
    background-color: #2b3b96
}

.header .menu.menu-right li:nth-last-of-type(-n+2):hover a {
    color: #fff
}

.header .menu.menu-right li:nth-last-of-type(-n+2):hover svg g path {
    fill: #fff !important
}

@media (max-width: 992px) {
    header img {
        width: 100%
    }
}

@media (max-width: 768px) {
    .header {
        background: 0 0;
        padding: 10px 0
    }

    .header .my-account-prof svg {
        width: 30px;
        height: 30px
    }

    .header .page-logo {
        width: 80px
    }

    .header .page-logo.responsive-menu-logo {
        width: 140px;
        margin: 25px 0
    }

    .header.scrolled {
        background: #fff
    }

    .header.scrolled .logo-content .page-logo {
        width: 80px
    }

    .header.toggled .toggle span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        margin-left: -100%
    }

    .header.toggled .toggle span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateX(8px);
        -ms-transform: rotate(45deg) translateX(8px);
        transform: rotate(45deg) translateX(8px)
    }

    .header.toggled .toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateX(8px);
        -ms-transform: rotate(-45deg) translateX(8px);
        transform: rotate(-45deg) translateX(8px)
    }

    .header.toggled .responsive-menu {
        right: 0
    }

    .small-devices-header {
        position: relative
    }

    .toggle {
        position: absolute;
        top: 10px;
        right: 15px;
        background: 0 0;
        border: none;
        z-index: 999
    }

    .toggle span {
        display: block;
        width: 40px;
        height: 3px;
        background: #2b3b96;
        margin: 3px 0;
        border-radius: 3px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .toggle:focus {
        outline: 0
    }

    .responsive-menu {
        width: 100%;
        min-height: 640px;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        background: #fff;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        overflow-y: auto
    }

    .responsive-menu li {
        margin-bottom: 15px
    }

    .responsive-menu li ul {
        margin: 10px 0
    }

    .responsive-menu li ul li {
        margin-bottom: 0
    }

    .responsive-menu li ul li a {
        display: block;
        background: #2b3b96;
        padding: 10px;
        color: #fff
    }

    .responsive-menu li ul li a:hover {
        background: #0b1b7a;
        color: #fff
    }

    .responsive-menu a {
        color: #999db6;
        font-size: 16px;
        text-transform: uppercase
    }
}

header .menu.menu-right .logout-content {
    left: -160px
}

header .menu.menu-right .logout-content li {
    border: none;
    border-radius: 0;
    background-color: #2b3b96;
    color: #fff
}

header .menu.menu-right .logout-content li.logout-li a {
    color: #fff
}

header .menu.menu-right .logout-content li span {
    padding: 8px;
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: center
}

@media (max-width: 992px) {
    .my-account-prof a img {
        width: 15px;
        height: 15px
    }
}

@media (max-width: 768px) {
    .responsive-menu ul li.my-account-prof a img {
        display: none
    }

    .responsive-menu ul li.my-account-prof .logout-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .responsive-menu ul li.my-account-prof .logout-content li {
        margin-bottom: 20px
    }

    .responsive-menu ul li.my-account-prof .logout-content .logout-li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .responsive-menu ul li.my-account-prof .logout-content .logout-li:before {
        content: '/';
        margin: 0 2px
    }

    .responsive-menu ul li.my-account-prof .logout-content .logout-li a {
        background-color: transparent;
        font-size: 14px;
        text-transform: none;
        padding-left: 0;
        color: #c2c5d4
    }
}

@media (max-width: 768px) {
    .page-hero {
        height: 50vh
    }
}

.under-hero {
    background: #fff;
    padding: 30px;
    margin: -50px 15% 50px 15%;
    position: relative
}

.under-hero p {
    font-size: 16px;
    color: #2b3b96;
    text-align: center;
    font-family: 'Roboto Slab', serif
}

.under-hero .under-hero-date {
    text-align: center
}

.under-hero .under-hero-date span {
    color: #2b3b96;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif
}

.under-hero .under-hero-date p {
    color: #2b3b96;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif
}

.under-hero:before {
    content: '';
    position: absolute;
    bottom: -150%;
    left: -75%;
    background: url(assets/images/corner-bg.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 600px;
    height: 600px;
    z-index: 0
}

@media (max-width: 992px) {
    .under-hero {
        margin: -50px 0 50px 0
    }

    .under-hero .square-top {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .under-hero:before {
        display: none
    }

    .under-hero p, .under-hero span {
        font-size: 16px !important
    }
}

.under-hero-links {
    margin-top: 30px;
    text-align: center
}

.break-top {
    width: 100%;
    height: 15px;
    background: #979797;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.break-bottom {
    width: 100%;
    height: 30px;
    background: #2b3b96;
    position: relative;
    z-index: 1
}

.single-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 9;
    padding-bottom: 40px
}

.single-offer picture {
    width: 100%;
    height: 50%
}

.single-offer img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.single-offer.green {
    background: #6cd5c5
}

.single-offer.yellow {
    background: #ffb357
}

.single-offer.violet {
    background: #6a4dac
}

@media (max-width: 992px) {
    .md-margin {
        margin-bottom: 15px
    }
}

.offer-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    font-family: 'Roboto Slab', serif;
    position: relative
}

.offer-content h3 {
    font-weight: 700;
    margin: 15px 0
}

.offer-content h3, .offer-content p {
    color: #fff
}

.offer-content form {
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.offer-content button {
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.offer-content button:hover {
    font-weight: 700;
    border-width: 2px
}

.offer-content button:focus {
    outline: 0
}

.offer-cta {
    margin-top: 25px;
    text-align: center
}

@media (max-width: 1660px) {
    .family-club:before {
        display: none
    }
}


@media (max-width: 1660px) {
    .family-club-content .light-header {
        position: relative;
        z-index: 99
    }
}

@media (max-width: 768px) {
    .family-club-content:after, .family-club-content:before {
        display: none
    }

    .family-club-content p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 992px) {
    .family-club-content div p {
        padding: 0 20px
    }

    .bg-funy-picture {
        background-size: 100px
    }
}

@media (max-width: 768px) {
    .bg-funy-picture {
        background-size: 50px
    }
}

.trainings-picture img {
    width: 100%;
    position: relative;
    z-index: 99
}

.trainings-content h2 {
    margin: 15px 0
}

.trainings-content p {
    line-height: 24px
}

.trainings-content li a {
    font-family: 'Roboto Slab', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8dbea;
    color: #445bde;
    font-size: 24px;
    font-weight: 700
}

.trainings-content li a:hover {
    text-decoration: none
}

@media (max-width: 768px) {
    .trainings-content {
        margin: 15px 0
    }

    .trainings-content p {
        font-size: 16px !important;
        line-height: 24px
    }

    .trainings-content li a {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .turbo img {
        width: 180px;
        margin: 0 auto
    }

    .turbo p {
        font-size: 16px !important;
        line-height: 24px
    }
}

.turbo-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.turbo-cta a {
    margin: 0 15px
}

.newsletter {
    background: #2b3b96
}

.newsletter .wpcf7-acceptance-missing, .newsletter .wpcf7-validation-errors {
    border: 1px solid #ffb357
}

.newsletter div.wpcf7-response-output {
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 14px
}

.newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newsletter-form input[type=email] {
    padding: 13.5px 13.5px 13.5px 20px;
    border-radius: 25px;
    background: #fff;
    border: 0;
    width: 100%
}

.newsletter-form input[type=submit] {
    margin-left: 30px;
    border-width: 1px
}

.newsletter-form input[type=submit]:disabled {
    opacity: .5
}

.newsletter-form input[type=submit]:disabled:hover {
    color: #fff;
    background: 0 0
}

.newsletter-form input[type=checkbox] {
    margin-top: 2px
}

.newsletter-form input:focus {
    outline: 0
}

.newsletter-form .wpcf7-list-item {
    margin-left: 0
}

.newsletter-form .wpcf7-list-item > label {
    margin: 5px 0 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.newsletter-form .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 5px;
    font-size: 12px
}

.newsletter-form a {
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none
}

.newsletter-form a:hover {
    color: #ccc;
    text-decoration: underline
}

.newsletter-form .top-text {
    color: rgba(216, 219, 234, .6);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}

.newsletter-form .bottom-text {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 48px;
    font-weight: 700
}

@media (max-width: 768px) {
    .newsletter-form {
        display: block
    }

    .newsletter-form input[type=submit] {
        margin: 15px auto 0 auto
    }

    .newsletter-form .wpcf7-list-item {
        margin-top: 7.5px
    }

    .newsletter-form .submit-newsletter {
        text-align: center
    }
}

.newsletter-header {
    margin-right: 30px;
    margin-top: -14px
}

.footer {
    background: #0b123d
}

.footer-logo img {
    display: block;
    margin: 0 auto
}

.footer-logo.pzn {
    margin-top: 15px
}

.pzn-text {
    margin-top: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center
}

.footer-menu li {
    margin-bottom: 10px
}

.footer-menu li:first-child a {
    color: #fff
}

.footer-menu a {
    color: #c2c5d8;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.footer-menu.first a {
    color: #fff
}

.copyright {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.content-events-se h1, .content-events-se span, .content-events-se span strong {
    font-family: 'Roboto Slab', serif
}

.events-section {
    background: #fff
}

.events-section.turbo-secton {
    padding-top: 49px
}

.events-section.turbo-secton p {
    color: #fff
}

.events-section.turbo-secton span, .events-section.turbo-secton strong {
    color: inherit;
    line-height: inherit;
    font-size: inherit
}

.events-section.turbo-secton p:first-child {
    margin-bottom: 30px
}

.events-section.turbo-secton p:first-child span {
    font-family: 'Roboto Slab', serif
}

.trips-2 {
    background: #6cd5c5;
    position: relative
}

.trips-2.przedszkola {
    overflow: hidden
}

.trips-2.przedszkola:before {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    background: url(assets/images/wyjazdy-bg-1.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 400px;
    height: 400px;
    z-index: 0
}

.trips-2.rodzinne {
    overflow: hidden
}

.trips-2.rodzinne:before {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    background: url(assets/images/wyjazdy-bg-2.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 400px;
    height: 400px;
    z-index: 0
}

.trips-2 .modal-content {
    border-radius: 10px;
    overflow: hidden
}

.trips-2 .modal-thumb {
    display: block
}

.trips-2 .modal-thumb img {
    width: 100%;
    height: 250px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.trips-2 .custom-modal-header {
    padding: 0;
    position: relative
}

.trips-2 .modal-dialog {
    max-width: 60%;
    margin-top: 100px
}

.trips-2 .custom-modal-subheader {
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trips-2 .custom-modal-subheader h2 {
    color: #2b3b96;
    font-size: 36px;
    font-weight: 700
}

.trips-2 .custom-modal-subheader .close {
    padding: 4px 12px;
    border-radius: 50%;
    margin-left: 10px;
    background: #d8dbea
}

.trips-2 .custom-modal-subheader .close span {
    color: #fff;
    cursor: pointer;
    color: #2b3b96;
    font-size: 36px;
    font-weight: 700
}

.trips-2 .custom-modal-subheader .close:focus {
    outline: 0
}

.trips-2 .modal-body {
    padding: 20px 40px
}

.trips-2 .custom-modal-footer {
    text-align: center;
    padding: 20px 15px 15px
}

@media (max-width: 768px) {
    .trips-2 .modal-dialog {
        max-width: 100%
    }
}

.modal.modal-hidden .modal-content {
    padding: 40px 15px 15px
}

.modal.modal-hidden .modal-content h1 {
    margin-bottom: 15px
}

.modal.modal-hidden .modal-content input, .modal.modal-hidden .modal-content select, .modal.modal-hidden .modal-content textarea {
    border-radius: 0
}

.user-count {
    display: flex;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 2px;
    border-bottom: 2px solid #2b3b96;
}

.remove-user-button{
    color: #ff2020 !important;
    margin-left: auto;
}

.copy-adress-button{
    margin-left: 10px;
    padding: 2px 2px;
    background-color: #2b3b96;
    border-radius: 11px;
    color: white;
    font-size: 14px;
    width: 110px;
    text-align: center;
    margin-top: -3px;
    font-weight: 300;
    display: none;
}

.copy-adress-button:hover{
    text-decoration: none;
    color: white;
}

.remove-user-button:hover{
    cursor: pointer;
}

.reservation-form-input-how-many-people{
    text-align: center;
    border: none;
    border-bottom: 2px solid #2b3b96;
    font-weight: bold;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    width: 28px;
    font-size: 14px;
    height: 22px;
}

.reservation-form-h1{
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    text-align: left !important;
    margin-right: auto;
    align-self: center;
    border-bottom: 2px solid #2b3b96;
}

.reservation-form-h2{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    text-align: left !important;
    width: fit-content;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.reservation-form-h6{
    text-align: right !important;
    margin-top: -26px;
}

.details-form-h4{
    text-align: center;
    border-bottom: 2px solid #2b3b96;
    font-weight: 700;
}

.summary-options{
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    line-height: 15px;
    height: 40px;
    justify-content: center;
}

.additional-options{
    padding: 0px;
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.wyjazd-option + .wyjazd-option{
    margin-top: 10px;
}

.additional-options-option{
    align-items: center;
    display: flex;
    width: fit-content;
    width: -moz-max-content;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #2b3b96;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.option-label{
    color: white;
    padding: 5px;
    padding-left: 10px;
    border-radius: 25px;
    border-top-left-radius: 0px;
    background-color: #2b3b96;
}

.age-options{
    background:#445BDE;
    padding:5px 0px;
    color:#fff
}

.skaleo-title{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 200px;
    height: fit-content;
    color: #fbb03a;
    text-transform: uppercase;
    font-size: 90px; 
    font-weight: bold;
    text-align: center;
    min-width: 100%;
    border-bottom: 3px solid #253e45;
    height: inherit;
    padding: 0px 5%;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-shadow: 0px 0px 5px black;
}

.skaleo-age-options{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    padding: 10px 40px;
    padding-bottom: 5px;
    width: 100%;
    max-width: 1280px;
    position: relative;
    color: white;
    font-size: 20px !important;
}

.skaleo-options{
    display: flex;
    z-index: 99;
    position: relative;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    color: black;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.skaleo-option{
    padding: 5px;
    color: white;
    margin: 2px;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
    /*background-color: #1cc5ba;*/
    transition: background-color 1s;
    background-color: rgba(28,197,186,1);
}

.skaleo-options-title{
    color: black;
    height: fit-content;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .skaleo-cos{
        width: 100% !important;
        max-width: 100% !important;
    }

 /*   .container{
        margin-top: 30px !important;
    }*/
    
    .skaleo-details-cont{
        justify-content: space-around !important;
    }

  }


  .skaleo-details-cont{
      padding: 2px 0px;
  }
.skaleo-small-dates{
    color: black;
    display: flex;
    font-weight: bold;
    margin-left: 40px;
}

.skaleo-post-text{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 40px;
    overflow-wrap: break-word;
}



.skaleo-preview-trigger:hover .skaleo-preview{
    display: block;
}

.skaleo-preview{
    position: absolute;
    display: none;
}

.save-button{
    border: 2px solid #1cc5ba;
    background-color: #bafffa;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #147771;
    font-weight: bold;
    transition: color 0.5s;
}

.save-button:hover{
    color: #1cc5ba;
    text-decoration: none;
}

.date-one{
    width: 50%;
    text-align: right;
}

.date-two{
    width: 50%;
    text-align: left;
}

.dates-display{
    padding: 0px 10px;
    max-width: 370px;
    width: 100%;
}
  
@media only screen and (max-width: 600px) {
    .dates-display {
        min-width: 100%;
        text-align: center;
    }


    .skaleo-cos .age-title{
        width: 100% !important;
        text-align: left;
    }

    .skaleo-cos .age-title1{
        width: 100% !important;
        text-align: center;
    }

    .skaleo-options-title{
        text-align: center;
    }

    .skaleo-option{
        flex-grow: 1;
    }

    .skaleo-price{
        margin-right: auto;
    }

    .skaleo-uppayment{
        margin-right: auto;
    }

    .skaleo-small-dates{
        margin-left: 0px !important;
        justify-content: center;
    }
  }

.skaleo-content{
    padding: 10px 20px;
}

.skaleo-prices{
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    flex-wrap: wrap;
}

.skaleo-price{
    display: flex;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    background-color: #00000082;
    transition: background-color 1s;
}

.skaleo-uppayment{
    display: flex;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    background-color: #00000082;
    transition: background-color 1s;
}

.age-title{
    font-weight: bold;
    /*text-shadow: black 0px 0px 5px;*/
    color: black;
    font-size: 20px;
    align-self: center;
}


.age-date{
    font-size: 18px;
}

.age-date + .age-date{
    margin-left: 5px;
}

.age-container{
    position: relative;
    display: flex;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.skaleo-dates{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: fit-content;
    color: #fbb03a;
    text-transform: uppercase;
    display: flex;
    font-weight: bold;
    text-align: center;
    min-width: 100%;
    text-shadow: 0px 0px 5px black;
}

.skaleo-dates span{
    font-size: 30px; 
}

.flex-and-center{
    display: flex;
    justify-content: center;
}


.modal-backdrop.show {
    display: none
}

.modal-open .modal {
    background: rgba(255, 255, 255, .5)
}

.trips-2-header h2 {
    color: #fff;
    font-size: 16px
}

.trips-2-header h3 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 36px;
    font-weight: 700
}

.trips-2-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.table-header {
    background: #fff;
    padding: 10px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 0;
    position: relative
}

.table-header[type=button] {
    -webkit-appearance: none
}

.table-header[aria-expanded=false] {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.table-head {
    color: #999db6;
    font-weight: 600
}

.table-head button {
    border: 0;
    background: 0 0;
    color: #2b3b96
}

.table-head button:focus {
    outline: 0
}

.table-head.primary {
    color: #2b3b96
}

.table-content {
    background: #fff;
    padding: 10px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    position: relative
}

@media (max-width: 768px) {
    .trips-2-content p {
        line-height: 16px
    }

    .table-header {
        text-align: center
    }

    .table-head {
        text-align: center
    }

    .table-content {
        margin-bottom: 15px
    }

    .justify-content-center-sm {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.page-template-wydarzenia-listing {
    padding-right: 0 !important
}

.page-template-wydarzenia-listing .modal {
    z-index: 99999999999
}

.block-id {
    display: none
}

.turbo-section-content a {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 20px 0 0;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.turbo-section-content a:first-child {
    background-color: #fff;
    color: #ff2e56
}

.turbo-section-content a:hover {
    background: #ff2e56;
    color: #fff
}

.turbo-section-content button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff
}

.turbo-section-content button:active, .turbo-section-content button:hover {
    background: #fff;
    color: #ff2e56;
    border-color: #fff
}

.turbo-section-content button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.trips-2.trips-turbo-2 {
    background: #fff
}

.trips-2.trips-turbo-2 .trips-2-header h3 {
    color: #ff2e56
}

.trips-2.trips-turbo-2 .trips-2-content p, .trips-2.trips-turbo-2 .trips-2-header h2 {
    color: #636885
}

.bosses-listing {
    margin-top: 30px
}

.turbo-section-logo img {
    width: 300px;
    height: auto
}

.single-boss {
    margin: 15px 0;
    text-align: center
}

.single-boss picture {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px
}

.single-boss picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.single-boss h3 {
    margin-top: 15px;
    color: #999db6;
    font-size: 16px
}

.single-boss p {
    color: #2b3b96;
    font-size: 16px;
    font-weight: 700
}

.hero-slider-single img {
    width: 100%
}

@media (max-width: 992px) {
    .single-boss picture {
        width: 110px;
        height: 110px
    }
}

@media (max-width: 768px) {
    .single-boss picture {
        width: 150px;
        height: 150px
    }

    .hero-slider-single img {
        display: block;
        height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.slick-dots {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
    list-style: none
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.slick-dots li button {
    text-indent: -999px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    font-size: 10px;
    padding: 1px 9px;
    color: transparent
}

.slick-dots li button:focus {
    outline: 0
}

.slick-dots li.slick-active button {
    background: #ff2e56
}

.monsters-container {
    margin-top: -100px;
    background: #fff;
    z-index: 1;
    padding: 45px 15%;
    position: relative
}

.monsters-container strong {
    font-weight: 900 !important
}

.monsters-container span strong {
    font-family: 'Roboto Slab', serif
}

@media (max-width: 1660px) {
    .monsters-container:after {
        bottom: -80px;
        right: -50px;
        width: 200px;
        height: 200px
    }
}

@media (max-width: 768px) {
    .monsters-container:after {
        bottom: -40px;
        right: 0;
        width: 100px;
        height: 100px
    }
}

@media (max-width: 1199px) {
    .whmonse:after {
        right: -550px
    }

    .whmonse:before {
        left: -500px
    }
}

@media (max-width: 768px) {
    .whmonse:after {
        width: 400px;
        height: 200px;
        right: -300px;
        bottom: -100px
    }

    .whmonse:before {
        width: 400px;
        height: 200px;
        left: -300px;
        top: -100px
    }
}

.whmonse-slider-single {
    padding: 0 40px
}

.whmonse-slider-single h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 13px
}

.whmonse-slider-single .p1 {
    padding: 0 80px
}

.whmonse-slider-single p, .whmonse-slider-single span, .whmonse-slider-single strong {
    color: #fff;
    font-size: inherit;
    font-family: inherit
}

@media (max-width: 768px) {
    .whmonse-slider-single p, .whmonse-slider-single span, .whmonse-slider-single strong {
        font-size: .9em
    }

    .whmonse-slider-single p br, .whmonse-slider-single span br, .whmonse-slider-single strong br {
        display: none
    }
}

@media (max-width: 768px) {
    .whmonse-slider-single {
        padding: 0 20px
    }

    .whmonse-slider-single h3 span strong {
        font-size: inherit;
        font-size: 32px !important;
        line-height: 28px
    }
}

@media (max-width: 576px) {
    .whmonse-slider-single h3 {
        font-size: 32px !important
    }

    .whmonse-slider-single .p1 {
        padding: 0 25px
    }
}

.whmonse-arrow {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 40%;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    z-index: 30
}

.whmonse-arrow svg {
    width: 40px;
    height: 40px;
    fill: #2b3b96
}

.whmonse-arrow.whmonse-prev-arrow {
    padding: 6px 8px 6px 5px;
    left: 0
}

.whmonse-arrow.whmonse-next-arrow {
    padding: 6px 5px 6px 8px;
    right: 0
}

.whmonse-arrow:focus {
    outline: 0
}

@media (max-width: 768px) {
    .whmonse-arrow svg {
        width: 20px;
        height: 20px
    }

    .whmonse-arrow.whmonse-prev-arrow {
        padding: 4px 6px 4px 3px;
        left: 5px
    }

    .whmonse-arrow.whmonse-next-arrow {
        padding: 4px 3px 4px 6px;
        right: 5px
    }
}

.patron .img-content {
    display: block;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%
}

.patron .img-content img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.patron .patron-content p {
    margin-bottom: 30px
}

.patron .patron-content p:nth-child(2) span {
    font-family: 'Roboto Slab', serif
}

@media (max-width: 768px) {
    .patron .patron-content p {
        font-size: 1em
    }

    .patron .patron-content p span, .patron .patron-content p strong {
        font-size: inherit !important
    }
}

@media (max-width: 768px) {
    .patron img {
        margin-bottom: 15px
    }

    .patron .patron-content {
        font-size: 1em
    }

    .patron .patron-content p {
        margin-bottom: 15px
    }

    .patron .patron-content span, .patron .patron-content strong {
        font-size: inherit !important
    }
}

.monsters-team .trips-2.trips-turbo-2 .trips-2-header h3 {
    color: #2b3b96
}

.monsters-team .trips-2-content span {
    font-size: 1em !important
}

.trips-2-content p span {
    font-family: 'Roboto Slab', serif
}

.trips-2-content.with-link a {
    display: inline-block;
    border-radius: 50px;
    padding: 5px 25px;
    border: 2px solid #2b3b96;
    margin-right: 10px;
    color: #2b3b96
}

.trips-2-content.with-link a:hover {
    background: #2b3b96;
    color: #fff;
    text-decoration: none
}

.parners-slider-single img {
    width: 80%;
    height: auto;
    margin: 0 auto
}

.parners-slider-single:focus {
    outline: 0
}

.column-content span, .column-content strong {
    font-size: inherit
}

.column-content p {
    margin-bottom: 30px
}

.column-content p span strong span {
    font-family: 'Roboto Slab', serif
}

.column-content.with-link.fb-link a {
    padding: 10px 50px 10px 20px
}

.column-content.with-link.fb-link a:after {
    right: 18px;
    top: 9px;
    width: 20px;
    height: 25px
}

.equipment-single {
    background: #fff;
    margin: 30px 0;
    border-radius: 15px
}

.equipment-single .conten-equipment-all {
    padding: 30px
}

.equipment-single img {
    width: 100%;
    height: auto
}

.equipment-single .content-text-equipment {
    position: relative
}

.equipment-single .equipment-content {
    padding: 15px
}

.equipment-single .equipment-content a {
    position: absolute;
    bottom: -5px;
    left: 30px;
    background: #f7f8fa;
    color: #2b3b96;
    font-weight: 600
}

.equipment-single .equipment-title {
    color: #2b3b96;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 12px
}

.equipment-single .equipment-subtitle {
    color: #999db6;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 46px
}

.equipment-single p {
    color: #636885
}

.contact-content p {
    margin-bottom: 0
}

.contact-content p:not(:first-child) span {
    font-family: 'Roboto Slab', serif
}

.contact .contact-links p {
    margin-bottom: 0
}

.contact .contact-links div p:first-child span {
    font-size: 14px !important
}

.contact .contact-links a {
    color: #2b3b96;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif
}

.contact .contact-links a:hover {
    color: #2b3b96
}

.contact-addresses p {
    margin-bottom: 5px
}

.contact-addresses p:first-child span {
    font-size: 14px !important
}

.contact-addresses table {
    width: 100% !important
}

.contact-addresses table td {
    padding: 0 5px 0 0
}

.contact-addresses table td span {
    font-size: 14px !important
}

@media (max-width: 768px) {
    .contact-addresses table td {
        width: 50% !important
    }
}

@media (max-width: 768px) {
    .contact-address {
        margin-bottom: 15px
    }
}

.filesdownload .contact-text p:nth-child(2) span {
    font-family: 'Roboto Slab', serif
}

.filesdownload ul {
    padding-left: 40px;
    list-style: none
}

.filesdownload ul li {
    position: relative;
    margin-bottom: 20px
}

.filesdownload ul li:before {
    content: '';
    background: url(assets/images/arrow-down.svg) no-repeat;
    background-size: 82%;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: -5px
}

.filesdownload ul li a {
    color: #2b3b96;
    font-weight: 700
}

.filesdownload ul li a:hover {
    color: #2b3b96
}

.filesdownload .files-content p:nth-child(1) span, .filesdownload .files-content p:nth-child(2) span {
    font-family: 'Roboto Slab', serif
}

.filesdownload .files-content.with-link a {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 25px;
    border: 2px solid #445bde;
    margin-right: 10px;
    color: #fff;
    background: #445bde
}

.filesdownload .files-content.with-link a:hover {
    background: 0 0;
    color: #2b3b96;
    text-decoration: none
}

.background-change {
    background-color: #fff
}

.text-payments-content p:nth-child(2) span, .text-payments-content p:nth-child(3) span {
    font-family: 'Roboto Slab', serif
}

.text-payments-content p:nth-child(2) span strong, .text-payments-content p:nth-child(3) span strong {
    font-family: 'Roboto Slab', serif
}

.payments .account-number {
    padding: 5px 15px;
    border-radius: 25px;
    background: #f7f8fa;
    color: #445bde;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600
}

.payments-content.with-link p:first-child span {
    font-family: 'Roboto Slab', serif
}

.payments-content.with-link a {
    display: inline-block;
    border-radius: 50px;
    padding: 7px 25px;
    border: 2px solid #445bde;
    margin-right: 10px;
    color: #fff;
    background: #445bde
}

.payments-content.with-link a:hover {
    background: 0 0;
    color: #2b3b96;
    text-decoration: none
}

.maps-container {
    width: 100%;
    padding: 70px 4px 0 4px
}

@media (max-width: 992px) {
    .maps-container iframe {
        height: 250px
    }
}

@media (max-width: 768px) {
    .maps-container {
        padding-top: 0
    }
}

.not-found-page {
    margin-top: 157px;
    text-align: center
}

.not-found-page .content-404 {
    padding: 20px;
    background-color: #fff;
    color: #2b3b96
}

.content-button-change button[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-archive {
    margin-top: 132px;
    margin-bottom: 30px
}

.news-archive h1 {
    text-align: center;
    font-weight: 600;
    color: #2b3b96;
    font-size: 33px;
    margin: 10px 0;
    font-family: 'Roboto Slab', serif
}

.archive-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.one-news-content {
    position: relative;
    width: 40%;
    background-color: #fff;
    padding: 20px;
    margin: 15px 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    color: #2b3b96
}

.one-news-content h2 {
    text-align: center;
    font-weight: 600;
    color: #2b3b96;
    margin-top: 10px;
    font-family: 'Roboto Slab', serif
}

.one-news-content span {
    position: absolute;
    top: 4%;
    right: 2%;
    font-size: 8px;
    color: #2b3b96;
    font-family: 'Roboto Slab', serif
}

.delete-new-user {
    display: none
}

.disabled {
    border: 1px solid #999;
    color: #333;
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed
}

.disabled option {
    color: #000;
    opacity: 1
}

.front-info-container{
    height: fit-content;
    height: -moz-min-content;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    padding: 20px;
    padding-top: 10px;
    margin: 25px;
    margin-top: 10px;
    border-radius: 25px;
    border: 2px solid var(--skaleo-global-accent);
    
    padding: 20px;
    padding-top: 10px;
    margin:25px;
    margin-top: 10px;
}

.front-user-container{
    padding: 0px;
    display: flex;

    border-radius: 25px;
    padding-top: 10px;
    min-width: 100%;
    border: 2px solid #2b3b96;

    padding: 0px;
    padding-top: 10px;
}

.skaleo-post-text-split{
    width: 50%;
    flex-grow: 1;
    padding: 0px 10px;
}

.skaleo-post-details{
    flex-grow: 1;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    max-width: 30%;
    min-width: 280px;
}

.skaleo-post-details h2{
    font-weight: bold;
}

.split-container{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10%;
}

.details-text{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}

.details-text b{
    font-size: 16px;
    line-height: 2;
}

.keep-together{
    word-break: keep-all;
    font-size: 16px;
    display: block;
    line-height: 16px;
}

@media (max-width: 800px){
    .split-container{
        flex-direction: column;
    }

    .skaleo-post-details{
        width: 100%;
        max-width: unset !important;
    }

    .skaleo-post-text-split{
        width: 100%;
    }
}

.post-title{
    text-align: center;
    padding: 0px 10%;
}

.type-skaleo_events iframe{
    max-width: 100% !important;
}

/*img{
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: auto;
  } */

  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 100%; height: auto;}
img.alignleft { float: left; margin: 0 1em 1em 0;max-width: 100%; height: auto; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto;max-width: 100%; height: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

  #myImg:hover {opacity: 0.7;}

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    overflow: hidden;
    flex-direction: column;
  }

  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 90%;
  }

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    height: fit-content;
    font-size: 20px;
    font-weight: bold;
  }

  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

.container-nowe-kafelki{
    height: fit-content;
    width: var(--container-width);
    min-width: 330px;
    flex-grow: 1;
    padding: 5px;
}

@media (min-width: 660px) {
    .container-nowe-kafelki + .container-nowe-kafelki{
        padding-left: 0px !important;
    }
}

@media (max-width: 659px) {

    .container-nowe-kafelki:first-child{
        padding-top: 5px;
    }
    .container-nowe-kafelki{
        padding: 0px 5px;
    }

}

.container-nowe-kafelki .event{
    width: 100%;
    position: relative;
    height: 200px;

}

.container-nowe-kafelki .date{
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 5px 40px;
    background-color: #607d8b;
    color: white;
    text-shadow: 0px 0px 5px black;
    font-weight: bold;
    font-size: 15px;
}

.container-nowe-kafelki .info{
    display: flex;
    justify-content: flex-end;
    padding: 0px 5px;
}

.container-nowe-kafelki .text{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-nowe-kafelki .title{
    font-size: 18px;
    font-weight: bold;
    color: #00ccff;
    min-width: 100%;
    border-bottom: 1px solid rgb(174, 170, 175);
}

.container-nowe-kafelki .country{
    font-size: 18px;
    word-break: break-all;
}

.container-nowe-kafelki .details{
    display: flex;
    align-items: center;
    min-width: 150px;
    justify-content: flex-end;
}

.red-border{
    border: 2px solid #ff2020 !important;
}

.n-fail{
    color: #ff2020;
    font-weight: bold;
}

.wp-caption{
    width: 100% !important;
}

.details-info{
    max-width: 300px;
    margin: auto;
}

.filter-select{
    padding: 8px 5px;
    text-align: center;
}

.question-container{
    width: 100%;
    padding: 0px 5px;
    display: none;
}

@media (max-width:768px){
    .question-container{
        width: 100%;
    }
}

.rezerwacja-button-container{
    display: flex;
    justify-content: center;
    min-width: 100%;
}

.ui-datepicker td a {
    display: block;
    padding: 0px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker table{
    table-layout: fixed;
}

.keep-calendar-open{
    display: block !important;
    position: absolute;
    top: 176px;
    left: 478.5px;
    z-index: 1;
    opacity: 100% !important;
}

.question-input{
    padding-right: 20px;
}

.user-not-going-checkbox{
    margin-top: 2px;
    margin-left: 2px;
}

.skaleo-event-post-content *{
    font-family: inherit;
}

.user-data-container{
    max-width: 100%;
    height: fit-content;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media (max-width: 768px){
    .col-md-4{
        max-width: 50% !important;
        min-width: 50% !important;
    }
}

@media (max-width: 351px){
    .col-md-4{
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

.skaleo-custom-button{
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background: #2b3b96;
    border: 0;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.skaleo-custom-button:hover{
    text-decoration: none;
}


.extra-info-icon{
    width: 14px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 14px;
    text-decoration: none;
}

.extra-info-icon-blue{
    width: 15px;
    color: white;
    background-color: #007bff;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 14px;
    text-decoration: none;
}

.extra-info-icon:hover{
    text-decoration: none;
}

.extra-info-icon-blue:hover{
    text-decoration: none;
    color: white !important;
}

.variant-additional-item-select{
    max-width: 100%;
    text-overflow: ellipsis;
    width: 100%;
    border-radius: 5px;
}

.wrong-pesel + .unvalid-pesel{
    display: block !important;

}

#sendReservationLoading{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #f0f8ff75;
}

.additional-items-cost-text{
    font-weight: bold;
}

.trip-advance-sum{
    font-weight: bold;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* notyfikacje */
.notification {
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.notification .n-inside {
    padding: 15px;
    margin: 7.5px 0;
    color: #fff;
    font-weight: 600;
}

.notification .n-inside.n-fail {
    background: rgba(182, 0, 0, 0.5);
}

.notification .n-inside.n-success {
    background: rgba(0, 129, 17, 0.5);
}

.notification .n-inside.n-info {
    background: rgba(0, 107, 149, 0.5);
}

.notification .n-inside.n-info a {
    color: #fff;
    text-decoration: underline;
}

.notification .n-inside.n-info a:hover {
    color: #cccccc
}

.n-close {
    position: absolute;
    top: -18px;
    right: 0;
    transition: 0.5s ease;
    color: #909090;
    font-size: 12px;
}

.n-close:hover {
    color: #888888;
    cursor: pointer;
}

/* notyfikacje */

/* formularze na froncie */
.add-group-btn {
    color: #2b3b96;
    cursor: pointer;
    margin: 5px;
}

.input-group-users,
.select-group-users.disable {
    display: none;
}

.input-group-users input {
    width: 100% !important;
}

.input-group-users.active {
    display: block;
}

.u-a-header {
    position: relative;
    margin-bottom: 15px;
}

.u-a-header:before {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
}

.u-a-header:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: #f7f8fa;
    transform: rotate(45deg);
}

.u-a-header h1 {
    background: #2b3b96;
    padding: 15px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    /*text-transform: uppercase;*/
}

.link-button {
    color: #2b3b96;
    background: transparent;
    border: 0;
    display: inline;
}

.link-button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.u-a-h-user {
    background: #2b3b96;
    padding: 10px 15px;
    margin-right: 15px;
    display: inline-block;
    color: #fff;
}

.u-a-h-user img {
    margin-top: -2px;
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 5px;
}

.unvalid-pesel {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.unvalid-pesel.active {
    display: block;
}

/* formularze na froncie */

/* strony na froncie */
.current-user {
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #2b3b96;
    color: #2b3b96;
    font-size: 12px;
    text-align: center;
}

.current-user strong {
    font-size: inherit;
}

/* strony na froncie */

/* płatność */
.summary-of-payment-component {
    margin: 20px 0;
}

.summary-of-payment-component table {
    margin: 15px 0;
}

.summary-of-payment-component h4 {
    font-size: 20px;
}

.summary-of-payment-component h4 span {
    font-size: 30px;
    font-weight: 700;
}

.summary-of-payment-component p {
    font-size: 14px;
    margin: 15px 0;
}

.payu-content {
    text-align: center;
}

.payu-btn {
    position: relative;
    padding: 10px 80px 10px 30px;
    margin: 0 auto;
    background: #a6c307;
    border-radius: 50px;
    border: 0;
    color: #fff;
    transition: 0.5s ease;
}

.payu-btn:hover {
    background: #879e07;
    cursor: pointer;
}

.payu-btn:hover:after {
    transform: scale(1.1);
}

.payu-btn:after {
    content: '';
    width: 80px;
    height: 38px;
    background: url('../images/payu-logo.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease;
}

.loader-payu {
    text-align: center;
}

.loader-payu img {
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}

/* płatność */
.event-cost-div-text strong.strong-discount {
    font-size: 14px;
    text-decoration: line-through
}

.event-cost-div-text strong {
    font-size: 20px;
    margin-left: 5px;
}

.event-cost-discount-text span {
    color: #ea5b5b;
    font-size: 20px;
    white-space: nowrap;
}

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

.form-loader img {
    width: 50px;
    height: 50px;
}

#question-description{
    overflow: hidden;
    max-height: 0px;
    display: block;
}

.open-description{
    max-height: 9999999px !important;
}

.fill-me{
    border: 2px solid #dc3545 !important;
}

.fill-me-text{
    color: #dc3545 !important;
    text-decoration: underline;
}

.discount_code:focus{
    outline: none !important;
    border:2px solid #719ECE;
    box-shadow: 0 0 5px #719ECE;
}

.send_code_button{
    height: calc(100% - 21px);
    margin-top: 21px;
    border: 1px solid #2b3b96;
    border-radius: 10px;
    background-color: #2b3b96;
    color: white;
}

.warning-message{
    display: none;
}