body {
    color: #333;
}
p {
    color: #333;
}
.navbar-nav {
    margin-right: 0px;
}
#special-menu-item {
    margin: 0;
  list-style: none;
}

#special-menu-item img {
    position: relative;
    top: -10px;
}
#special-menu-item small {
    font-size: 55%;
    position:absolute;
    overflow: hidden;
}
.item .slider-caption {
    min-height: 234px;
    margin-top: 150px;
}

#slider-carousel .carousel-control.left, #slider-carousel .carousel-control.right {
    background: #312f87;
}

p {
    font-weight: 400;
}
.carousel-control {
    opacity: 0.5;
}
.service-box {
    height: 404px;
}

/*.feature-inner .rich-text ul, .feature-inner .rich-text li {*/
    /*list-style-type: disc;*/
    /*padding-left: 15px;*/
/*}*/

.badge-personal {
    position: absolute;
    right: -10px;
    top: -30px;
}
.quote-desc {
    width: 100%;
}

/*============================================
     SECTION PRICING
===============================================*/
#section-pricing{
    padding-bottom: 80px;
}
.extra-bottom-padding {
    padding-bottom: 50px;
}

.pricing-wrap{
    border: 1px solid#eee;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.plan {
    background: #eaeaea;
    padding: 20px 10px;
    text-align: center;

}
.plan h4{
    font-size: 20px;
    color: #444;
}
.plan h3, .price{
    font-size: 40px;
    color: #312f87;
}
.plan h3 i{
    color: #777;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0px;
    text-transform: lowercase;
}
.pricing-list{
    clear: both;
    padding: 0px 30px;
}
.pricing-list li {
    padding: 18px 0px;
    font-weight: 600;
    text-align: center;
}
.pricing-list li span{
    float: right;
}
.pricing-btn{
    text-align: center;
    margin-top: 10px;
    padding-bottom: 15px;
}
.pricing-btn .btn{
    padding: 15px 40px;

}
.pricing-btn .btn-primary.black:hover{
    background: #312f87;
    color: #fff;
}
.pricing-wrap:hover{
    background: #fbfbfb;
}

#google-map {
    height: 450px; position: absolute; width: 100%; overflow: hidden; margin-left:15px;
}

@media screen and (max-width: 768px) {
    .navbar-toggle {
        font-size: 26px;
        margin-right: 20px;
    }
    .navbar-custom .navbar-brand {
        padding: 0 0 0 10px;
        width: 75%;
    }
    .navbar-header {
        margin-right: -15px;
    }
    .badge-personal {
        right: 5px;
    }
    #slider-carousel .carousel-control.left {
        left:0px;
    }
    .item .slider-caption {
        margin-top: 100px;
    }
    .pricing-btn {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    #google-map {
        height: 250px;
        position: fixed;
        margin:0px;
    }

}

iframe#calendar {
    min-height: 500px;
}

.reservio-booking-button {
    padding-top: 10px;
}

#floating-button {
    float:left;
    top: 200px;
    /* background-color:#312f87;
    padding:10px; */
    width:90px;
    line-height:16px;

    position: fixed;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    text-transform: uppercase;
}
.rich-text h5,
.rich-text h4,
.rich-text h3,
.rich-text h2 {
    text-transform: none;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.rich-text ul,
.rich-text li {
    list-style-type: disc;
    list-style-position: inside;
}
.pricing-list>.rich-text>ul>li {
    list-style-type: none;
}

/* GALLERY */
.item-new {
    padding:20px;
}
.team-desc {
    padding: 0px;
}


.custom-button {
    margin-top: 20px;
}
.pb-3 {
    padding-bottom: 10px;
}

.header-label {
    font-weight: normal;
    text-transform: none;
}


.video-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}
.youtube-embed {
    height: 0;
    margin-bottom: 20px;
    max-height: 50%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.youtube-embed iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}
.d-flex {
    display: flex !important;
}
.justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.align-center {
    align-items: center;
}
.w-100 {
    width: 100% !important;
}
.max-w-400 {
    max-width: 400px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.error-message {
    color: red;
}
.success {
    color: green;
}

.django-message {
    top: 100px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
@media only screen and (max-width: 767px) {
  .django-message {
      top: 80px;
  }
}

.navbar-spacer {
    margin-top: 160px;
}

.center-with-margin {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.flex-wrap {
    flex-wrap: wrap;
}

.dropdown a {
    position: relative !important;
    display: block !important;
    padding: 30px 20px !important;
    line-height: 20px;
}

.cookiesContent {
  width: 100%;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 600px) {
  .cookiesContent {
    bottom: 0;
  }
}
.cookiesContent .modal-content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  gap: 0.75rem;
  border: none;
  padding-inline: 1rem;
  padding-block: 0.5rem 0;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
      width: 350px;
  }
}

.cookiesContent .modal-content .padding {
  padding-top: 1rem; }

@media (max-width: 600px) {
  .cookiesContent .modal-content .modal-text-wrapper .modal-title {
    font-size: 13px;
  }
}
.cookiesContent .modal-content .modal-text-wrapper .modal-title,
.cookiesContent .modal-content .modal-text-wrapper p {
  text-align: left;
}
.cookiesContent .modal-content .modal-text-wrapper p {
  font-size: 13px;
}
.cookiesContent .modal-content .modal-text-wrapper .modal-title {
 font-family: 'Open Sans', sans-serif;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content .modal-text-wrapper p {
    font-size: 1.3rem;
    text-align: center;
    width: 318px;
  }
  .cookiesContent .modal-content .row {
      display: inline-grid;
      padding-left: 100px;
  }
  .cookiesContent .modal-content .modal-text-wrapper .modal-title {
      text-align: center;
      margin-left: 78px;
  }
  .cookiesContent .modal-content .custom-row {
     padding-left: 75px !important;
  }
  .cookiesContent .modal-content .collapse p {
        text-align: center;
        width: 318px;

  }
}
.cookiesContent .modal-content .modal-open{
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
  }
.cookiesContent .modal-content .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    margin-left: -10px;
}
.cookiesContent .modal-content .row .button_edit {
  color: #212529;
  text-decoration: underline;
  border: none;
  background: transparent;
  text-decoration: underline;
  padding: 10px;
  margin-top: 0.4rem;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content .row .button_edit {
    font-size: 13px;
  }
}
.cookiesContent .modal-content form .button_accept {
  background-color: #ed6755;
  border: none;
  border-radius: 5px;
  min-width: 150px;
  max-width: 200px;
  padding: 14px;
  font-size: 16px;
  color: white;
  -webkit-box-shadow: 0px 6px 18px -5px #ed6755;
          box-shadow: 0px 6px 18px -5px #ed6755;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content form .button_accept {
    font-size: 0.9rem;
  }
}
.cookiesContent .modal-content .form-check {
  padding-inline: 0;
  padding-block: 0.3rem;
}
.modal {
  z-index: 10000;
  overflow: scroll !important;
  overflow-y:auto !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}