@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root {
  --primary-brand-color: #0F3671;
  --secondary-brand-color: #F3EEE7;
  --brand-color-green: #014421;
  --brand-color-lightgreen: #317169;
  --brand-color-yellow: #E6EC7D;
  --brand-color-lightblue: #7299C9;
  --brand-color-navyblue: #3D749E;

  --secondary-font: "Marcellus", serif;
}
body {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
nav>.container {
    font-size: 0.9em;
  }
}
@media (min-width: 1320px) {
  
  nav>.container {
    width: 1300px;
  }
}
/* ###############  FONTS  ############### */
.yellow {
  color: var(--brand-color-yellow);
}
.f-medium {
  font-weight: 600;
}
.RMLink, .RMLink:hover, .RMLink:focus {
  color: var(--brand-color-yellow);
  font-size: 12px;
  margin-bottom: 10px;
}
.textWhite {
  color: #F3EEE7;
}

.dNone {
  display: none;
}
#commentsBox {
  display: none;
}
h1, h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.4em;
  text-transform: uppercase;
  width: 85%;
  margin: auto;
  line-height: 140%;
}

.nv_pass--checker, #nv_codesChecker_discount {
  height: 60px;
}

/* ############### MENU TOP ############## */
.collapse.in {
  background: #F3EEE7;
}
.nav > li > a {
padding-left: 13px !important;
}

/* ###############  BANNER GŁÓWNY  ############### */
.navbar-default {
  background: transparent;
/*  background: #C9D0D0; */ 
}
.navbar-default.scrolled {
background: #C9D0D0;
}
.banner h1 {
    color: var(--primary-brand-color);
    text-align: left;
    width: 100%;
    font-size: 4.1em;
    line-height: 110%;
    margin-bottom: 30px;
    position: relative;
}

.banner__content {
    padding-top: 100px !important;
    vertical-align: top;
    text-align: left;
    
}
.banner__desc {
    text-align: left;
    font-family: var(--secondary-font);
    color: var(--primary-brand-color);
    margin: 0px;
}
.banner .circles {
    position: absolute;
    bottom: 25%;
    left: 12%;
}
.banner .buttons {
    position: absolute;
    bottom: 10%;
    right: 7%;
}
.banner .buttons img {
  margin: 0 10px;
}
@media(max-width: 600px) {
  .banner h1 {
    font-size: 3em;
    margin-bottom: 10px;
  }
  .banner__content {
    padding-top: 60px !important;
  }
  .banner__desc {
    font-size: 16px;
  }
  .buttons img {
    max-width: 50%;
  }
 .okok .banner__content {
  height: 40vh;
}
}

.banner__slide .banner__tint {
  background: rgba(0,0,0,0);
}

/* ##################  BUTTONS  ################## */
.buttonBanner {
    text-align: center;
    color: var(--brand-color-yellow);
    font-size: 2em;
    font-family: 'Marcellus';
    background: var(--primary-brand-color);
    padding: 10px;
    font-weight: 300;
    border-radius: 1em;
    margin: 20px 0 40px 0;
}
.buttonBanner-small {
    text-align: center;
    color: var(--brand-color-yellow);
    font-size: 14px;
    font-family: 'Marcellus';
    background: var(--primary-brand-color);
    padding: 8px 15px;
    font-weight: 300;
    border-radius: 25px;
}
.buttonBanner-empty {
    text-align: center;
    color: var(--primary-brand-color);
    border: 1px solid var(--brand-color-yellow);
    font-size: 14px;
    font-family: 'Marcellus';
    background: transparent;
    padding: 8px 10px;
    font-weight: 300;
    border-radius: 25px;
    width: fit-content;
    margin-left: auto;
}
@media(max-width: 600px) {

  .buttonBanner-small {
    margin: 10px 0;
  }
}

.navbar-item-register a.navbar-button {
        padding: 8px 20px !important;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 100;
        font-family: 'Marcellus';
        text-transform: uppercase;
        background: var(--brand-color-yellow) !important;
        border-color: var(--brand-color-yellow) !important;
        color: var(--primary-brand-color) !important;
}
.w20 {
    width: 20%;
}
.bordered {
    border-top:  1px solid var(--primary-brand-color);
    border-bottom:  1px solid var(--primary-brand-color);
    padding: 40px;
    margin: 40px 0;
    font-size: 1.2em;
    font-weight: 300;
}

#idea-projektu {
    background-image: url(/conf-data/wellbeing-day/images/bg_idea-projektu.png);
    background-size: cover;
    background-position: bottom;
}
#idea-projektu p {
font-family: var(--secondary-font);
font-size: 2em;
color: #F3EEE6;
margin: auto;
    width: 70%;
}
#idea-projektu .l-btn {
  background-repat: no-repeat;
  font-family: var(--secondary-font);
  font-size: 2em;
  color: #F3EEE6;
  border: 1px solid #F3EEE6;
  padding: 0px 5%;
  border-radius: 30px;
  width: fit-content;
  margin-left: 10%;
  position: relative;
}
#idea-projektu .l-btn::before {
  content: ' ';
background-image: url(/conf-data/wellbeing-day/images/Ellipse%204.png);
width: 100%;
    height: 76px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    left: -100px;
    top: -15px;
}
#idea-projektu .yellow {
  border-top: 1px solid #E6EC7D;
  border-bottom: 1px solid #E6EC7D;
  padding: 20px 0;
  margin: 30px auto;
  padding-left: 5%;
  font-size: 1.2em;
  padding-right: 30%;
  width: 80%;
}
#idea-projektu .idea-projektu-bg {
    background-image: url(/conf-data/wellbeing-tour/images/bg_lisc.png?ver=2);
    background-size: cover;
    background-position: bottom;
}
#idea-projektu h2 {
  //width: 70%;
  color: #F3EEE6;
}

#dla-ciebie .dla-ciebie-bg {
    background-image: url(/conf-data/wellbeing-tour/images/bg_lisc.png?ver=2);
    background-size: cover;
    background-position: bottom;
}
#dla-ciebie h2 {
  width: 70%;
}
@media(max-width: 600px) {
#idea-projektu .yellow {
  padding-right: 10px;
  width: 100%;
}
#idea-projektu .w20 {
    width: 50%;
}
#dla-ciebie .w20 {
    width: 50%;
  }
}

#lokalizacja  h2 {
  font-size: 3.3em;
}

#ivedycje {
    background-image: url(/conf-data/wellbeing-tour/images/foto_gory.jpg?ver=2);
    background-size: cover;
    background-position: bottom;
}
#ivedycje  h2 {
  color: var(--secondary-brand-color);
}

#ivedycje  .bulletsList {
  position: relative; 
  top: -80px;
  padding-left: 0px;
  padding-right: 0px;
}
#ivedycje h4 {
  //background-image:  url(/conf-data/wellbeing-tour/images/circle_2.svg);
  background-repeat: no-repeat;
  background-position: left 8px;
  border-top: 1px solid var(--brand-color-navyblue);
  color: var(--brand-color-navyblue);
  margin: 0px;
  padding: 10px 0 10px 50px;
  font-weight: 300;
}
#ivedycje h4:first-child {
  background-image:  url(/conf-data/wellbeing-tour/images/circle_8.png);
  background-size: 1.5em;
  background-position: left 26px;
  border-top: 0px;
}
#ivedycje h4:nth-child(2) {
  background-image:  url(/conf-data/wellbeing-tour/images/circle_1.svg);
  background-size: 1.6em;
  background-position: left 6px;
}
#ivedycje h4:nth-child(3) {
  background-image:  url(/conf-data/wellbeing-tour/images/circle_2.svg);
  background-size: 1.6em;
  background-position: left 6px;
}
#ivedycje h4:nth-child(4) {
  background-image:  url(/conf-data/wellbeing-tour/images/circle_3.svg);
  background-size: 1.6em;
  
}
#ivedycje h4:nth-child(5) {
  background-image:  url(/conf-data/wellbeing-tour/images/circle_4.svg);
  background-size: 2.3em;
  background-position: -5px 2px;
}
#ivedycje h4:nth-child(6) {
  background-image:  url(/conf-data/wellbeing-tour/images/circle_5.svg);
  background-size: 1.6em;
  background-position: left 6px;
}
@media(max-width: 600px) {
  #ivedycje {
    background-position: bottom;
  }

  #ivedycje  .bulletsList {
    position: relative; 
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #ivedycje h2 {
    font-size: 3em;
    width: 100%;
  }
}

#destynacje {
    background-image: url(/conf-data/wellbeing-tour/images/bg_destynacja.png);
    background-size: cover;
    background-position: bottom;
}
#destynacje h2 {
  font-size: 4.1em;
}
#destynacje h4 {
  font-family: var(--secondary-font);
  margin: 20px 0;
}

#destynacje .hotel-row {
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
  border-radius: 25px;
  padding: 20px 0;
  margin: 20px 0;
}

#destynacje .hotel-row.blur::before {     
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(4px); */
  z-index: 1;
  border-radius: 25px;
}
#destynacje .hotel-row.blur .buttonsBlur {
  position: relative;
}
#destynacje .hotel-row.blur .buttonsBlur::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  backdrop-filter: blur(4px);
  z-index: 1;
}
#destynacje .hotel-row.blur img {
    border-radius: 25px;
}
#destynacje .hotel-row.blur p {
    font-size: 18px;
    background-image: url(/conf-data/wellbeing-tour/images/circle_hotel_blur_1.png), url(/conf-data/wellbeing-tour/images/circle_hotel_blur_2.png);
    background-position: center right 20px, center right 200px;
    background-repeat: no-repeat, no-repeat;
}
#destynacje .hotel-row p {
  font-weight: 100;
}
@media(max-width: 1000px) {
  #lokalizacja iframe {
    height: 300px;
  }
  #destynacje .hotel-row img {
    width: 100%;
  }
}

@media(max-width: 600px) {
  #lokalizacja iframe {
    height: 250px;
  }
  #destynacje h2, #lokalizacja h2 {
    font-size: 3em;
  }
}





#praca-z-cialem {
  background-image: url(/conf-data/wellbeing-tour/images/bg_praca-z-cialem.png?ver=2);
  background-color: #DCDDD9;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.praca-z-cialem-tint {
  background: rgba(167, 175, 180,0.3);
}
.praca-z-cialem-tint h2 {
  color: #E6EC7D;
  width: 100%;
  font-size: 4em;
}
.praca-z-cialem-boxes>div {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 400px;
}
.foto-praca-text::after {
  content: ' ';
  display: block;
  border-bottom: 1px solid var(--brand-color-green);
  position: absolute;
  bottom: 0px;
  width: 50px;
  right: -50px;
}
.model-harmonii {
  position: absolute; left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  bottom: -175px;
  max-width: 350px;
}
#polaczenie-z-umyslem {
  background-image: url(/conf-data/wellbeing-tour/images/bg_polaczenie-z-umyslem.png?ver=2);
  //background-color: #5694C3;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.polaczenie-z-umyslem-tint {
  background: rgba(36, 127, 195,0.7);
}
.polaczenie-z-umyslem-tint h2 {
  color: #FFFFFF;
  width: 100%;
  font-size: 4em;
}
@media(max-width: 600px) {
  #polaczenie-z-umyslem h2 {
    font-size: 3em;
  }

  .polaczenie-z-umyslem-images img:first-child, .polaczenie-z-umyslem-images img:nth-child(2) {
    margin-bottom: 20px;
  }

  #polaczenie-z-umyslem .diamonds img {
    margin-top: 0% !important;
    margin-bottom: 10% !important;
  }

.foto-praca-text::after {
  content: '';
  display: none;
}
.foto-praca {
  padding-left: 30px;
  padding-right: 30px;
}
}

#game-changer {
  background-image: url(/conf-data/wellbeing-tour/images/bg_gamechanger.jpg);
  background-color: #DCDDD9;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.praca-z-cialem-tint {
  background: rgba(167, 175, 180,0.3);
}
#game-changer h2 {
  color: #F3EEE7;
}

#game-changer .textWhite {
  border-top: 1px solid #E6EC7D;
}
#game-changer div.textWhite>div:first-child {
  padding: 5% 15px 10% 10%;
}
#game-changer div.textWhite>div:nth-child(2) {
  padding: 5% 10% 10% 15px;
}
@media(max-width: 600px) {
  #game-changer img {
    margin: auto;
  }
  #game-changer img:first-child {
    margin-bottom: 20px;
  }
#game-changer div.textWhite>div:first-child {
  padding: 5% 10% 10% 10px;
}
#game-changer div.textWhite>div:nth-child(2) {
  padding: 5% 10% 10% 10px;
}
}

.clover  {
  padding-right: 0px;
  min-height: 400px;
}
.clover h4 {
  background-image:  url(/conf-data/wellbeing-tour/images/icon_clover.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  border-top: 1px solid var(--brand-color-green);
  color: var(--brand-color-green);
  margin: 0px;
  padding: 7px 0 7px 50px;
  font-weight: 200;
  background-size: 29px;
}
.clover h4:last-child {
  border-bottom: 1px solid var(--brand-color-green);
}
.clover h4 a {
  color: var(--brand-color-green);
  text-decoration: none;
}
.bullets h4 {
  background-image:  url(/conf-data/wellbeing-tour/images/icon_bullets.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  border-top: 1px solid var(--brand-color-yellow);
  color: var(--brand-color-yellow);
  margin: 0px;
  padding: 11px 0 9px 50px;
  font-weight: 200;
}
.bullets h4:last-child {
  border-bottom: 1px solid var(--brand-color-yellow);
}
.bullets h4 a {
  color: var(--brand-color-yellow);
  text-decoration: none;
}
@media(max-width: 800px) {
  .foto-praca {
    margin: auto;
  }
}
.foto-praca-text {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 350px;
}
.foto-yoga2 {
  padding-left: 0px;
}
@media(max-width: 600px) {
  .foto-praca-text {
    height: 300px !important;
    width: 100%;
    display: block;
    margin-top: 2em;
  }
  .clover {
    min-height: 300px;
  }
  .foto-yoga2 img {
    margin-bottom: 20px;
  }
  #praca-z-cialem h1 {
    font-size: 3em;
  }
  h1.text-right br {
    display: none;
  }
  h1 img {
    width: 35px;
    margin-right: 10px;
  }
  .model-harmonii {
    bottom: -75px;
    max-width: 150px;
  }
  #praca-z-cialem {
    background-size: cover;
    background-position: bottom right;
  }

}

#ambasadorzy {
background-image: url(/conf-data/wellbeing-tour/images/bg_ambasadorzy.jpg?ver=2);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#ambasadorzy .ambasador {
  position: relative;
}
#ambasadorzy .bio {
  position: absolute;
  color: var(--brand-color-yellow);
  z-index: 100000;
  width: 75%;
  font-size: 14px;
  top: 55%;
  left: 17%;
  font-family: var(--secondary-font);
}
#ambasadorzy .ambasador .bio {
  left: 19%;
}
#ambasadorzy .bio p {
font-size: 11px;
}

#ambasadorzy h2,#ambasadorzy h4 {
  color: var(--brand-color-yellow);
  width: 100%;
}
#ambasadorzy h4 {
font-family: "Marcellus", serif;
}
.ambasador { cursor: pointer;}
@media(max-width: 600px) {
  #ambasadorzy h2 {
    font-size: 3em;
  }
}
.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
@media (min-width: 1200px) {
  .modal-dialog {
    width: 1170px;
  }
}
.modal-content {
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
}
.modal-body {
  color: var(--brand-color-yellow);
}
#synergia-z-natura {
background-image: url(/conf-data/wellbeing-tour/images/bg_synergia.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  color: var(--brand-color-green);
}
#synergia-z-natura h1 {
color: var(--brand-color-lightgreen);
}
#synergia-z-natura h2 {
    font-size: 3.5em;
    text-shadow: -1px 0 var(--brand-color-lightgreen), 0 1px var(--brand-color-lightgreen), 1px 0 var(--brand-color-lightgreen), 0 -1px var(--brand-color-lightgreen);
    color: #cad7d5;
font-family: "Marcellus", serif;
margin-top: 0px;
}
#synergia-z-natura .borderTop {
    border-top: 1px solid var(--brand-color-green);
    padding: 30px 0 0 10%;
}
#synergia-z-natura .borderBottom {
    border-bottom: 1px solid var(--brand-color-green);
    padding: 0 0 30px 5%;
}
#wybierz-pakiet {
  background-color: #4076c7;
}
.bg-wybierz-pakiet {
  padding-top: 40px;
  background-image: url(/conf-data/wellbeing-tour/images/bg_pakiet.png?ver=2);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#wybierz-pakiet .packageBox {
  
  border-radius: 2em;
  font-family: "Marcellus", serif;
  color: #FFF;
  position: relative;
}
#wybierz-pakiet .packageBox h3 {
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}
#wybierz-pakiet .packageBox h4 {
  font-size: 14px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  line-height: 150%;
}
#wybierz-pakiet .packageBox .btn {
    text-align: left;
    background: var(--brand-color-yellow);
    color: var(--primary-brand-color);
    border: 0px;
    width: 90%;
    border-radius: 25px;
    font-size: 1.1em;
    line-height: 120%;
    margin-bottom: 20px;
    bottom: 0px;
    position: absolute;
    left: 5%;
}
#wybierz-pakiet .harmony .btn {
    background-image: url(/conf-data/wellbeing-tour/images/icon_harmony.png);
    background-size: 60px;
    background-repeat: no-repeat;
    padding-left: 70px;
}
#wybierz-pakiet .serinity .btn {
    background-image: url(/conf-data/wellbeing-tour/images/icon_serinity.png);
    background-size: 60px;
    background-repeat: no-repeat;
    padding-left: 70px;
}
#wybierz-pakiet .elite .btn {
    background-image: url(/conf-data/wellbeing-tour/images/icon_elite.png);
    background-size: 60px;
    background-repeat: no-repeat;
    padding-left: 70px;
}
#wybierz-pakiet .packageBox ul {
  margin-top: 10px;
  font-size: 14px;
}
#wybierz-pakiet .harmony {
  background-color: rgba(230,236,125,0.4);
  margin-left: 5%;
}
#wybierz-pakiet .serinity {
  background-color: rgba(253,204,216,0.5);
}
#wybierz-pakiet .elite {
  background-color: rgba(121,129,94,0.3);
}
.harmony .more, .serinity .more, .elite .more { display: none; }
#wybierz-pakiet h2 {
  color: #FFF;
}
@media(max-width: 996px) {
  #wybierz-pakiet .harmony {
    margin-left: 0px;
  }
  #wybierz-pakiet  .harmony,
  #wybierz-pakiet  .elite,
  #wybierz-pakiet  .serinity {
    margin-bottom: 20px;
  }

  #destynacje .hotel-row.blur p {
    padding-bottom: 100px;
    background-size: 50px;
    background-position: bottom right 0px, bottom right 80px;
  }

}
#q-a, #partnerzy {
background-color: #E0E1E4;
}
.bg-q-a {
  /* padding-top: 60px; */
  background-image: url(/conf-data/wellbeing-tour/images/bg_qa.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#q-a h1, #partnerzy h3 {
  font-size: 2.3em;
  font-family: var(--secondary-font);
}
.partnerzy-blur {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  border-radius: 25px;
  padding: 20px 0;
  margin: 20px 0;
}
#q-a h1:nth-child(1) {
  background-image: url(/conf-data/wellbeing-tour/images/circle_7.png);
  background-position: right top;
  background-repeat: no-repeat;
}
#q-a h1:nth-child(2) {
  text-align: right;
  background-image: url(/conf-data/wellbeing-tour/images/circles_qa.png);
  background-position: left;
  background-repeat: no-repeat;
}
.bg-q-a .panel-title > a:before {
    font-size: 14px !important;
    background: #E9DED7;
    color: #34495e;
    border-radius: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.bg-q-a .panel-title > a.collapsed:before {
    content: "\f107";
}
.bg-q-a  .panel-group  {
  padding: 0 80px;
}
.bg-q-a   .panel-title > a {
  font-weight: bold;
  color: #000;
}


/* ########## PROGRAM ########## */
#program {
  background-image: url(/conf-data/wellbeing-tour/images/bg_program.png?ver=2);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#program h2 {
  width: fit-content;
  float: left;
  margin-right: 20px;
}
#program h3 {
  font-family: var(--secondary-font) !important;
}
#program .buttonBanner-empty {
    border: 1px solid var(--primary-brand-color);
}
#program .buttonBanner-small, #program .buttonBanner-empty {
  width: fit-content;
  display: inline-block;
  font-size: 12px;
  margin: 38px 0px 0 0px;
}
#program .scheduleBox {
clear: both;
}
@media(max-width: 800px) {
  #program  .sunday-fotos1 img {
    display: inline;
    margin-top: 0px !important;
    margin-right: 20px;
  }
  #program  .sunday-fotos2 img {
    margin-top: 50px !important;
  }
}
.carousel-control.left {
  left: -50px;
  background-image: url(/conf-data/wellbeing-tour/images/arrow_left.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 100px left 0px !important;
}
.carousel-control.right {
  right: -50px;
  background-image: url(/conf-data/wellbeing-tour/images/arrow_right.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 100px right 0px !important;
}
@media(max-width: 1230px) {

.carousel-control.left {
  left: -50px;
  background-image: url(/conf-data/wellbeing-tour/images/arrow_left.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 100px left 0px !important;
}
.carousel-control.right {
  right: -50px;
  background-image: url(/conf-data/wellbeing-tour/images/arrow_right.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 100px right 0px !important;
}
}
.carousel-indicators li {
    border: 1px solid var(--primary-brand-color);
}
.carousel-indicators .active {
  background-color: var(--primary-brand-color) !important;
}
.schedule__time {
  font-family: var(--secondary-font);
  color: var(--primary-brand-color);
  width: 80px;
}
.schedule__desc, .schedule__time {
  border: 0px;
}
.schedule__desc font {
  color: var(--brand-color-navyblue);
  border: 0px;
}
.carousel-control.right,
.carousel-control.left {
  /* background: none; */
}
.carousel-control.right {
  /* right: 0px; */
}
.carousel-control.left {
  /* left: -150px; */
}
@media(max-width: 600px) {
    #program h1 {
      font-size: 3em;
    }
}

p.CaptionCont.SelectBox {
    height: 60px;
    border-radius: 0px;
}
.circle1 {
    background-image: url(/conf-data/wellbeing-tour/images/circles_1.svg);
    background-position: 20px 30px;
    background-repeat: no-repeat;
    padding-left: 120px;
}


.circle3 {
    background-image: url(/conf-data/wellbeing-tour/images/circles_3.png);
    background-position: right 30px;
    background-repeat: no-repeat;
    padding: 40px 150px 40px 20px;
}
@media(max-width: 600px) {

  .circle3 {
    padding: 20px 20px 40px 20px;
    background-position: right 20px bottom 10px;
    background-size: 100px;
  }
  .circle1 {
    padding-left: 60px;
    background-size: 30px;
  }
  .bordered {
    margin: 0px;
  }
  .bordered:nth-child(2) {
    border-top: 0px;
  }
}

#personaldataBox h1 { display: none; }
#personaldataBox .form-group>.row>div:first-child,
.questionnaire__clear,
#box_activities_clear,
.activitiesGroupName,
.subheader--full--highlight,
#invoicesBox #faktury .form-group>div:first-child {
    display: none;
}
.nav > li > a {
  padding: 10px 15px;
  font-size: 16px;
  font-family: var(--secondary-font);
}
.form-control { border-radius: 0px; height: 60px; color: #000; }
.intl-tel-input { display: block; }

.alert__box__text { font-size: 20px; }

form .btn.btn-primary.btn-send {
    color: var(--brand-color-yellow);
    font-size: 18px;
    font-family: 'Marcellus';
    background: var(--primary-brand-color);
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 25px;
    margin: 20px auto 40px auto;
    display: block;
}
.tc {
  display: table-cell;
}
.tr {
  display: table-cell;
}
.regulations {
  display: flex;
  justify-content: space-around;
  padding-top: 5px;
  }

@media(max-width: 1200px) {
  .tc { display: block; margin-bottom: 5px;}

  .regulations, .regulations a {
    display: block;
    text-align: right;
  }
}

@media(max-width: 600px) {
 

  #rejestracja h2 {
    font-size: 3em;
    width: 100%;
  }
}

.footerButton {
  background: #95B3D7;
  border: 1px solid #B6CBE3;
  border-radius: 15px;
  padding: 4px 20px;
  font-size: 1em;
}
.footer {
  background: var(--brand-color-lightblue); 
    background-image: url(/conf-data/wellbeing-tour/images/bg_footer.png?v=2.0);
    background-size: cover;
    background-position: bottom;
  color: #FFF;
  font-size: 12px;
  position: relative;
}
.footer__content {
  /* display: none; */
  min-height: auto;
}
.footer [class^="col-"] {
  margin-bottom: 0px;
  }
  
.footer__content  .tc {
  padding: 0 5px;
}
#ue {
  padding-top: 10px;
  background: #FFF;
  color: #000;
}
#ue img {
  max-width: 60%;
  margin: auto;
  display: block;
}
.subpage h1 {
  font-size: 2.4em;
  }
.subpage h2 {
  font-size: 2em;
  }
  .owl-stage {
      display: flex;
  }
  .owl-item {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  
@media (min-width: 768px) {
  .main-banner .banner__content {
    height: 750px;
  }
}