body {
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #000; }

.other-header {
  background-image: url("https://sportujmy.pl/uploads/202502/4.jpg");
  background-size: cover;
  background-position: center left;
  height: 400px;
  position: relative;
  padding: 0px 15px; }

.white-text {
  color: #fff; }

header h2 {
  color: #fff;
  font-size: 30px;
  padding: 10px 15px;
  max-width: 425px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-shadow: 0px 1px 10px #000; }
  header h2.orange {
    background-color: rgba(240, 125, 5, 0.9); }

header .see-more {
  background-color: #f07d05;
  color: #fff;
  padding: 14px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
  width: 300px;
  max-width: 100%;
  display: inline-block;
  transition: 0.2s;
  border: 1px solid transparent; }

header .box-header-bottom {
  z-index: 1001;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px;
  width: 600px;
  max-width: 100%; }

.main-header {
  background-size: cover;
  background-position: center left;
  height: 74vh;
  min-height: 300px;
  position: relative;
  padding: 0px 15px; }

.button {
  padding: 10px 15px;
  border-radius: 5px;
  min-width: 110px;
  max-width: 100%;
  displaY: inline-block;
  text-align: center;
  position: relative;
  border: 0px;
  text-decoration: none;
  transition: 0.3s; }
  .button.blue {
    color: #fff;
    background-color: #212b54; }
  .button.orange {
    color: #fff;
    background-color: #f07d05; }
  .button.square {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    padding: 16px;
    border-radius: 0px;
    width: 100%; }
    .button.square:hover {
      background-color: #f07d05; }

section .more {
  margin-top: 30px; }

.light {
  font-weight: 300; }

hr {
  background-color: #8c8c8c; }

.pagination {
  padding: 30px 0px;
  display: inline-block;
  margin: 0 auto; }
  .pagination .pag-el {
    background-color: #888;
    width: 35px;
    /* height: 30px; */
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 0px;
    text-align: center; }
    .pagination .pag-el.active {
      background-color: #f07d05; }
  .pagination .left {
    transform: rotate(180deg);
    display: inline-block; }

.accordion-custom .card {
  border: 0px; }
  .accordion-custom .card .card-header {
    background-color: #f07d05;
    padding: 0px;
    border-radius: 4px;
    position: relative; }
    .accordion-custom .card .card-header h5 {
      padding-right: 38px; }
    .accordion-custom .card .card-header .ico {
      position: absolute;
      top: 12px;
      right: 12px;
      transform: rotate(90deg); }
    .accordion-custom .card .card-header button {
      color: #fff; }
  .accordion-custom .card .card-body {
    padding: 15px 0px;
    border: 0px; }

.img-rectangle {
  border-radius: 0px !important;
  width: 100% !important;
  height: 200px !important; }

.img-circle, .img-rectangle {
  border-radius: 50%;
  object-fit: cover; }
  .img-circle.img-news, .img-news.img-rectangle {
    width: 144px;
    height: 144px; }
  .img-circle.img-page, .img-page.img-rectangle {
    width: 144px;
    height: 144px; }
  .img-circle.img-review, .img-review.img-rectangle {
    width: 160px;
    height: 160px; }
  .img-circle.img-review-homepage, .img-review-homepage.img-rectangle {
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.55); }
  .img-circle.img-news-homepage, .img-news-homepage.img-rectangle {
    width: 157px;
    height: 157px; }

.category-link {
  display: block;
  float: left;
  margin: 10px;
  position: relative;
  box-sizing: border-box;
  width: 246px;
  height: 164px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 2px #f07d05;
  color: #fff; }
  .category-link:hover {
    color: #fff; }
  .category-link span {
    background-color: #f07d05;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px; }

.wyjazd-pagination {
  width: 100%; }

.gallery-item {
  margin-bottom: 15px;
  list-style: none;
  display: inline-block;
  border: 2px solid #f07d05; }
  .gallery-item .gallery-photo img {
    width: 246px;
    height: 164px;
    object-fit: cover; }
  .gallery-item .gallery-photo-small img {
    width: 130px;
    height: 90px;
    object-fit: cover;
    transition: .5s; }
    .gallery-item .gallery-photo-small img:hover {
      opacity: .8; }

.camp-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.nav-item {
  margin-left: 25px !important; }
  .nav-item .nav-link .angle-nav {
    padding-bottom: 3px; }
  .nav-item .nav-link:hover .angle-nav {
    transform: translate(25%); }
  .nav-item .nav-link.active {
    font-weight: 500;
    margin-top: -1px; }
    .nav-item .nav-link.active .angle-nav {
      padding-top: 5px;
      transform: rotate(90deg) translateX(-10%); }
    .nav-item .nav-link.active:hover .angle-nav {
      transform: rotate(90deg) translateX(15%); }

.hoverable {
  border: 1px solid transparent;
  transition: .3s; }
  .hoverable img {
    transition: .3s; }
    .hoverable img:hover {
      opacity: 0.8; }
  .hoverable:hover {
    border: 1px solid rgba(255, 255, 255, 0.75);
    text-decoration: none; }
  .hoverable.image:hover {
    transform: scale3d(0.95, 0.95, 1); }
  .hoverable.blue:hover {
    background-color: #373c51 !important; }
  .hoverable.orange:hover {
    background-color: #ea9031 !important; }
  .hoverable.orange-transparent:hover {
    border: 1px solid #f07d05;
    background-color: rgba(234, 144, 49, 0.8) !important; }
  .hoverable.tile {
    box-sizing: border-box;
    border: 0px;
    overflow: hidden; }
    .hoverable.tile:hover {
      opacity: 0.95;
      border-radius: 30px 0px !important; }

.article-date {
  color: #f07d05;
  text-align: center; }

.article-bottom {
  background-color: #f07d05;
  color: #fff;
  padding: 14px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
  width: 300px;
  max-width: 100%;
  display: inline-block;
  transition: 0.2s;
  border: 1px solid transparent; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002; }

.top-bar {
  padding: 7px 0px;
  background-color: #212b54;
  color: #fff; }
  .top-bar .contact-element {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px; }
    .top-bar .contact-element span {
      margin-left: 10px;
      vertical-align: middle; }
    .top-bar .contact-element i {
      vertical-align: middle; }
    .top-bar .contact-element:first-child {
      margin-left: 0px; }
      .top-bar .contact-element:first-child:before {
        display: none; }
    .top-bar .contact-element:before {
      content: ' ';
      background-color: #f07d05;
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      margin-right: 20px;
      height: 16px;
      width: 1px; }
  .top-bar .link-login {
    padding: 8px 15px;
    background-color: transparent;
    color: #f07d05;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase; }
    .top-bar .link-login .i-arrow {
      margin-right: 8px; }
  .top-bar .link-reigster {
    padding: 8px 15px;
    background-color: #f07d05;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase; }

nav.navbar {
  background-color: #f07d05;
  color: #fff; }
  nav.navbar .navbar-brand {
    height: 45px;
    position: relative;
    z-index: 1001; }
    nav.navbar .navbar-brand img {
      width: 150px;
      max-width: 100%; }
  nav.navbar .navbar-toggler {
    padding: 15px; }
    nav.navbar .navbar-toggler .navbar-toggle-icon {
      width: 25px;
      height: 2px;
      display: block;
      margin-bottom: 5px;
      position: relative;
      background-color: #fff; }
      nav.navbar .navbar-toggler .navbar-toggle-icon:last-child {
        margin-bottom: 0px; }
  nav.navbar .navbar-nav .nav-item {
    margin-left: 30px; }
    nav.navbar .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff; }
      nav.navbar .navbar-nav .nav-item .nav-link img {
        margin-right: 0px;
        transition: 0.3s; }
      nav.navbar .navbar-nav .nav-item .nav-link .angle-nav {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px; }
  nav.navbar .social-buttons a img {
    transition: .5s;
    transform: scale3d(1, 1, 1); }
  nav.navbar .social-buttons a:hover {
    text-decoration: none; }
    nav.navbar .social-buttons a:hover img {
      transform: scale3d(0.9, 0.9, 1); }

.index-nav {
  background: #f3f3f3;
  text-transform: uppercase; }
  .index-nav .index-button-nav {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    padding: 12px;
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff; }
    .index-nav .index-button-nav.orange {
      background-color: #f07d05; }
    .index-nav .index-button-nav.blue {
      background-color: #212c54; }
      .index-nav .index-button-nav.blue.lighter {
        background-color: #374061; }
      .index-nav .index-button-nav.blue.darker {
        background-color: #212c54; }

.newses {
  background-color: #f3f3f3;
  padding: 60px 0px; }
  .newses .news-box {
    width: 100%;
    margin-top: 15px;
    min-height: 550px;
    max-height: 550px;
    box-shadow: 0px 0px 15px 0px #757575; }
    .newses .news-box .content {
      padding: 0px 15px 15px; }
    .newses .news-box img {
      margin: 0 auto;
      display: block; }
    .newses .news-box h5 {
      margin-top: 30px;
      font-size: 18px;
      font-weight: 400; }
    .newses .news-box .text-center {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: 0 auto; }
    .newses .news-box .description {
      display: flex;
      flex-flow: column;
      height: 165px; }
    .newses .news-box .calendar {
      margin-bottom: 15px;
      color: #959595;
      font-size: 12px; }
      .newses .news-box .calendar img {
        display: inline-block;
        margin-right: 5px; }

.info {
  background-color: #fff;
  padding: 60px 0px; }
  .info p {
    margin-top: 15px; }

.rectangle {
  background-color: #f3f3f3;
  padding: 60px 0px; }
  .rectangle .rectangle-box {
    position: relative; }
    .rectangle .rectangle-box img {
      width: 100%; }
    .rectangle .rectangle-box .mask {
      position: absolute;
      text-align: center;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      .rectangle .rectangle-box .mask.orange {
        background-color: rgba(240, 125, 5, 0.8); }
      .rectangle .rectangle-box .mask.blue {
        background-color: rgba(33, 43, 84, 0.8); }
      .rectangle .rectangle-box .mask h3 {
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0px 0px 5px #000;
        font-weight: bold;
        position: absolute;
        left: 50%;
        bottom: 30px;
        font-size: 36px;
        transform: translateX(-50%); }

.opinion {
  padding: 60px 0px;
  background-image: url("../images/bg2.png");
  background-size: cover;
  background-position: center;
  color: #fff; }
  .opinion .opinion-box {
    text-align: center; }

.about {
  padding: 60px 0px;
  background-color: #fff; }

.contact {
  padding: 60px 0px;
  background-image: url("../images/contact.jpg");
  background-size: cover;
  color: #fff;
  background-position: center; }

footer {
  background-color: #212b54;
  padding: 15px;
  color: #fff; }

.header-save {
  background-image: url("https://sportujmy.pl/uploads/202502/3.jpg");
  background-size: cover;
  background-position: center left;
  height: 400px;
  min-height: 300px;
  position: relative;
  padding: 0px 15px; }
  .header-save .header-box {
    position: absolute;
    bottom: 60px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff; }

.camp {
  padding: 60px 0px; }

.wyjazd-rodzaj {
  padding: 60px 0px 0px; }

.wyjazd-article {
  background-color: #fff;
  padding: 20px 0px; }
  .wyjazd-article .rodzaj-element h5 {
    border-bottom: 1px dashed #000;
    padding-bottom: 7px; }
  .wyjazd-article .rodzaj-element .wyjazd-tag {
    background-color: #212c54;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%; }
    .wyjazd-article .rodzaj-element .wyjazd-tag img {
      vertical-align: middle; }
  .wyjazd-article.odd {
    background-color: #f4f3f3; }

.progress-streift {
  width: 600px;
  max-width: 100%; }
  .progress-streift span {
    color: #fff; }
  .progress-streift .part {
    text-align: left; }
    .progress-streift .part:first-child .part-streift {
      border-radius: 5px 0px 0px 5px; }
    .progress-streift .part:last-child .part-streift {
      border-radius: 0px 5px 5px 0px; }
    .progress-streift .part.done .part-streift {
      background-color: #f07d05;
      position: relative; }
      .progress-streift .part.done .part-streift:after {
        background-color: #fff;
        height: 100%;
        position: absolute;
        width: 3px;
        bottom: 0px;
        right: 0px;
        content: ' ';
        display: block; }
    .progress-streift .part .part-streift {
      width: 100%;
      height: 10px;
      background-color: #fff; }

.save-address {
  padding: 60px 0px; }

.button-panel button {
  color: #fff;
  padding: 12px 15px;
  width: 100%;
  border-radius: 5px;
  border: 0px;
  background-color: #272822; }
  .button-panel button.orange {
    background-color: #f07d05; }

.default {
  background-color: #fafafa;
  padding: 60px 0px;
  line-height: 1.1;
  font-size: 14px;
  color: #000; }
  .default h1, .default h2, .default h3, .default h4, .default h5 {
    font-weight: bold;
    color: #000;
    display: block;
    width: 100%; }
  .default p {
    font-weight: 300; }
  .default strong {
    font-weight: bold; }
  .default a {
    color: #f07d05;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold; }
  .default img {
    width: 100%; }
  .default table {
    border: 0px;
    width: 500px;
    max-width: 100%;
    text-align: center; }
    .default table tr:nth-child(even) {
      background: #f3f3f3; }
    .default table thead th {
      text-align: center;
      background-color: #f07d05;
      color: #fff;
      font-weight: bold;
      padding: 10px 15px; }
    .default table tbody td {
      padding: 10px 15px; }
  .default ul, .default ol {
    padding-left: 15px; }

.about, .promocja {
  font-size: 11px; }
  .about strong, .promocja strong {
    font-weight: 800; }
  .about .about-nav, .about .promocja-nav, .promocja .about-nav, .promocja .promocja-nav {
    padding-left: 0px;
    display: block; }
    .about .about-nav li, .about .promocja-nav li, .promocja .about-nav li, .promocja .promocja-nav li {
      position: relative;
      display: inline-block;
      width: 100%; }
      .about .about-nav li img, .about .promocja-nav li img, .promocja .about-nav li img, .promocja .promocja-nav li img {
        position: absolute;
        right: 10px;
        top: 10px; }
      .about .about-nav li a, .about .promocja-nav li a, .promocja .about-nav li a, .promocja .promocja-nav li a {
        display: inline-block;
        width: 100%;
        padding: 10px 10px;
        border-radius: 4px;
        color: #fff;
        background-color: #f07d05;
        font-size: 14px;
        text-decoration: none;
        transition: 0.3s; }
        .about .about-nav li a:hover, .about .promocja-nav li a:hover, .promocja .about-nav li a:hover, .promocja .promocja-nav li a:hover {
          background-color: #212c54; }
        .about .about-nav li a.active, .about .promocja-nav li a.active, .promocja .about-nav li a.active, .promocja .promocja-nav li a.active {
          background-color: #212c54; }

.contact-section {
  padding: 60px; }
  .contact-section .contact-bar ul {
    padding-left: 0px;
    display: inline-block; }
    .contact-section .contact-bar ul li {
      display: inline-block;
      width: 100%; }
      .contact-section .contact-bar ul li img {
        margin-right: 10px; }
  .contact-section .faq-button {
    width: 100%;
    white-space: normal;
    text-align: left; }

.places .places-box {
  box-shadow: 0px 0px 10px 0px grey; }
  .places .places-box .places-box-image {
    height: 300px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    position: relative; }
    .places .places-box .places-box-image .mask {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }
      .places .places-box .places-box-image .mask.orange {
        background-color: rgba(240, 125, 5, 0.9); }
      .places .places-box .places-box-image .mask.blue {
        background-color: rgba(33, 44, 84, 0.9); }
      .places .places-box .places-box-image .mask h5 {
        position: absolute;
        bottom: 15px;
        width: 100%;
        color: #fff;
        padding: 0px 15px;
        font-size: 18px; }
  .places .places-box .places-box-button {
    padding: 15px;
    background-color: #fff;
    text-align: center; }
    .places .places-box .places-box-button .button {
      width: 100%; }

.promocja-list-element.grey {
  background-color: #f3f3f3; }

.opinie .opinion-element {
  padding: 20px 0px;
  background-color: #fff; }
  .opinie .opinion-element.grey {
    background-color: #f3f3f3; }
  .opinie .opinion-element .opinion-element-content .dashed-separator {
    display: block;
    border-bottom: 1px dashed #000;
    width: 100px; }
  .opinie .opinion-element .opinion-element-content p {
    position: relative;
    display: block;
    padding: 15px 0px; }
    .opinie .opinion-element .opinion-element-content p .quotes {
      position: absolute;
      width: 22px; }
      .opinie .opinion-element .opinion-element-content p .quotes.left {
        left: -8px;
        top: -12px; }
      .opinie .opinion-element .opinion-element-content p .quotes.right {
        right: -8px;
        bottom: -10px; }
  .opinie .opinion-element .opinion-element-content .sub-title {
    font-size: 16px; }

.sided-nav {
  padding-left: 0px;
  display: block; }
  .sided-nav li {
    position: relative;
    display: inline-block;
    width: 100%; }
    .sided-nav li img {
      position: absolute;
      right: 10px;
      top: 10px; }
    .sided-nav li a {
      display: inline-block;
      width: 100%;
      padding: 10px 10px;
      border-radius: 4px;
      color: #fff;
      background-color: #f07d05;
      font-size: 14px;
      text-decoration: none;
      transition: 0.3s; }
      .sided-nav li a:hover {
        background-color: #212c54; }
      .sided-nav li a.active {
        background-color: #212c54; }

.camp-box .camp-box-image {
  height: 400px;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  position: relative; }
  .camp-box .camp-box-image .mask {
    width: 100%;
    display: block;
    padding: 35px 5px;
    text-align: center;
    bottom: 0px;
    left: 0px;
    position: absolute; }
    .camp-box .camp-box-image .mask.orange {
      background-color: rgba(240, 125, 5, 0.8); }
    .camp-box .camp-box-image .mask.blue {
      background-color: rgba(33, 44, 84, 0.9); }
    .camp-box .camp-box-image .mask h5 {
      bottom: 15px;
      width: 100%;
      color: #fff;
      font-size: 17px;
      text-shadow: 0px 0px 15px #000;
      text-transform: uppercase; }

.camp-box .camp-box-button {
  padding: 15px;
  background-color: transparent;
  text-align: center; }

.proposed-camps {
  padding: 15px 0px;
  background-color: #f3f3f3; }
  .proposed-camps figure {
    position: relative;
    cursor: pointer;
    display: block;
    float: left; }
    .proposed-camps figure img {
      height: 400px;
      width: 101%;
      object-fit: cover;
      transition: .5s; }
    .proposed-camps figure figcaption {
      display: flex;
      /* justify-content: center; */ /* //// */
	  text-shadow: 3px 3px 5px #000000; /* //// */
      align-items: end;
      position: absolute;
      font-size: 16px;
      /* top: 0; */ /* //// */
	  padding-top: 22px; /* //// */
	  padding-left: 22px; /* //// */
	  padding-right: 22px; /* //// */
	  max-height: 120px; /* //// */
	  min-height: 120px; /* //// */
      bottom: 0;
      left: 0;
      right: 0;
      /* background: #0086c990; /* //// */
      background: rgb(0,0,0); /* //// */
	  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%); /* //// */
      color: #fff;
      visibility: visible; /* //// */
      opacity: 1; /* //// */
      transition: .5s, opacity .3s, visibility .3s; }
      .proposed-camps figure figcaption p {
        text-align: left; /* //// */
        font-weight: 900; /* //// */
        text-transform: uppercase; /* //// */
        width: 100%; }
        .proposed-camps figure figcaption p #date {
          font-weight: 300;
          font-size: 14px; }
    .proposed-camps figure:hover figcaption {
      visibility: visible;
      opacity: 1;
      /* transform: scale(0.8); */ /* //// */}
    .proposed-camps figure:hover img {
      opacity: 0.85; }

.gallery .gallery-item {
  display: inline-block;
  width: 260px;
  height: 180px;
  margin: 8px;
  border: 0; }

.gallery figure {
  position: relative;
  cursor: pointer;
  display: block;
  float: left;
  margin: 10px; }
  .gallery figure img {
    height: 180px;
    width: 260px;
    transition: .5s;
    object-fit: cover; }
  .gallery figure figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(55, 60, 81, 0.85);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .5s, opacity .3s, visibility .3s;
    text-align: center; }
  .gallery figure:hover figcaption {
    visibility: visible;
    opacity: 1;
    transform: scale(0.8); }
  .gallery figure:hover img {
    opacity: 0.85; }

.contact-form ::-webkit-input-placeholder {
  color: #f07d05 !important; }

.contact-form :-moz-placeholder {
  color: #f07d05 !important; }

.contact-form ::-moz-placeholder {
  color: #f07d05 !important; }

.contact-form :-ms-input-placeholder {
  color: #f07d05 !important; }

.contact-form input, .contact-form textarea {
  border-radius: 8px;
  border: 0px;
  padding: 12px 15px;
  width: 100%; }

.contact-form textarea {
  height: 98px;
  min-height: 98px; }

.contact-form button {
  cursor: pointer; }

.orange-form select, .orange-form input {
  background-color: #fff;
  border: 0px;
  padding: 10px 30px 10px 15px;
  display: inline-block;
  border-radius: 5px;
  color: #f07d05;
  width: 200px;
  max-width: 100%;
  vertical-align: middle; }

.orange-form button {
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f07d05;
  color: #fff;
  width: 120px;
  max-width: 100%; }

.ui-datepicker {
  padding: 0 !important; }
  .ui-datepicker td {
    border-radius: 3px; }
  .ui-datepicker .ui-datepicker-header {
    background-color: #f07d05 !important;
    color: white !important; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
      top: 2px;
      left: 2px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      background: url("/dist/images/prev.png") no-repeat;
      background-position: center center;
      background-size: contain;
      opacity: 0.5;
      border: none !important; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
        border: none !important;
        opacity: 1;
        cursor: pointer; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
      top: 2px;
      right: 2px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      background: url("/dist/images/next.png") no-repeat;
      background-position: center center;
      background-size: contain;
      opacity: 0.5;
      border: none !important; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
        border: none !important;
        opacity: 1;
        cursor: pointer; }
  .ui-datepicker .ui-state-active {
    border: none !important; }
  .ui-datepicker .ui-datepicker-today {
    background-color: white !important; }
    .ui-datepicker .ui-datepicker-today a {
      background-color: #f0b271 !important; }
  .ui-datepicker .ui-datepicker-current-day {
    background-color: #f07d05 !important; }
    .ui-datepicker .ui-datepicker-current-day a {
      color: white !important;
      background-color: #f07d05 !important; }

.filter-form {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 15px; }
  .filter-form .select-caret {
    display: inline-block;
    position: relative; }
    .filter-form .select-caret select {
      font-size: 16px;
      border: 0px;
      background-color: #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 18px;
      cursor: pointer; }
      .filter-form .select-caret select:focus, .filter-form .select-caret select:active {
        outline-color: #f07d05;
        outline-offset: -5px;
        outline-style: auto;
        outline-width: 5px; }
    .filter-form .select-caret .caret {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle;
      color: #f07d05;
      top: 2px;
      position: absolute;
      right: 0px;
      cursor: pointer; }

.blue-form ::-webkit-input-placeholder {
  color: #fff !important; }

.blue-form :-moz-placeholder {
  color: #fff !important; }

.blue-form ::-moz-placeholder {
  color: #fff !important; }

.blue-form :-ms-input-placeholder {
  color: #fff !important; }

.blue-form label {
  display: block;
  font-weight: 300;
  font-size: 14px; }

.blue-form input, .blue-form select, .blue-form textarea {
  background-color: #212c54;
  border: 0px;
  color: #fff;
  padding: 12px 18px;
  border-radius: 5px;
  width: 100%; }

@media (min-width: 993px) and (max-width: 1200px) {
  .navbar-brand {
    width: 100px; } }

@media (max-width: 1200px) {
  #main_content article img {
    width: 100% !important;
    height: 100% !important; } }

@media (max-width: 1144px) {
  .header-box #departure-form {
    width: 150%;
    text-align: center;
    margin-left: -25%; } }

@media (max-width: 992px) {
  .navbar-brand {
    height: auto !important;
    width: 50px; }
  nav.navbar .navbar-nav .nav-item {
    margin-left: 0px; }
  .progress-streift .part:first-child .part-streift {
    border-radius: 0px; }
  .progress-streift .part:last-child .part-streift {
    border-radius: 0px; }
  .progress-streift .part.done .part-streift:after {
    display: none; }
  section.info div.info-box {
    margin-bottom: 50px; }
    section.info div.info-box p {
      margin-top: 25px; } }

@media (max-width: 783px) {
  .header-box #departure-form select, .header-box #departure-form input {
    width: 100%;
    margin-bottom: 10px; }
  #main_content article img {
    width: 100% !important;
    height: 100% !important; }
  header.product-header {
    min-height: 200px !important;
    height: 0.8vw !important;
    margin-bottom: -25px; }
    header.product-header #carouselExampleControls > .carousel-inner {
      min-height: 200px !important; }
      header.product-header #carouselExampleControls > .carousel-inner > .carousel-item > img {
        object-fit: cover; }
    header.product-header #carouselExampleControls > .carousel-control-prev,
    header.product-header #carouselExampleControls > .carousel-control-next {
      z-index: 1002; } }

@media (max-width: 534px) {
  .filter-form .select-caret {
    width: 100%;
    margin-bottom: 15px; }
    .filter-form .select-caret select {
      width: 100% !important; }
    .filter-form .select-caret .caret {
      pointer-events: none; } }

@media (min-width: 991px) {
  section#main_content article {
    width: 720px; } }
