/* carousel */
.carousel
{
  margin-bottom: 0;
  padding: 0 40px 0px 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-mobile {
  padding: 0px;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 5px;
}

 .carousel-indicators {
    bottom: -7px !important;
}

.carousel-indicators li.active {
  background-color: #999;
}

.breadcrumbs, .breadcrumbs a {
  font-size: 12px;
  color: rgb(154, 154, 154);
  text-decoration: none;
}

footer, footer a {
  font-size: 14px;
  color: rgb(154, 154, 154);
  text-decoration: none;
  /**max-width: 1140px;**/
  margin: auto;
}

footer {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tour-link, .tour-link:hover {
  color: #212529;
  text-decoration: none;
}

.tour-mobile-spacer {
  height: 80px;
  z-index: 1;
}

.breadcrumbs .active {
  color: rgb(230, 92, 0);
}

/* Previous button  */
.carousel .carousel-control-prev
{
/** position: absolute;
  top: 85px; **/
  left: 0%;
  background-image: none;
  font-size: 50px;
  height: 100%;
  width : 50px;
}
/* Next button  */
.carousel .carousel-control-next
{
/**  position: absolute;
  top: 85px; **/
  right: 0%;
  background-image: none;
  font-size: 50px;
  height: 100%;
  width: 50px;
}

.carousel .control-prev-audio, .carousel .control-next-audio {
  top: -5px;
}

.carousel-mobile .carousel-control-prev, .carousel-mobile .carousel-control-next {
  font-size: 25px;
  width: 25px;
  height: 25px;
  top: calc(50% - 25px);
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* Previous button  */
  .carousel .carousel-control-prev
  {
    top: 0px;
  }
  /* Next button  */
  .carousel .carousel-control-next
  {
    top: 0px;
  }

  .carousel .control-prev-audio, .carousel .control-next-audio {
    top: -5px;
  }
}

.transparency {
  background-color: #fff;
  opacity: 0.6;
  border-radius: 12px;
}

.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.btn-color {
  background-color: #1259b3;
  color: #fff;
}

.fixed-bg {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fixed-start {
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 100;
}

button.station-layer {
  color: #007bff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 1;
}

.box {
  position: relative;   /* desired width */
  cursor: pointer;
}

.box_station {
  position: relative;   /* desired width */
}

.box:before, .box_station:before {
  content: "";
  display: block;
  padding-top: 90%;   /* initial ratio of 1:1*/
}

.offer_box_image {
  position: absolute;
  top: 0%;
  left: 0%;
  height: calc(100%);
  width: 100%;
  padding: 0;
  color: #fff;
  border-top: 2px solid #fff;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  overflow: hidden;
}

.offer_box_image_station {
  position: absolute;
  top: 0%;
  left: 0%;
  height: calc(90%);
  width: 100%;
  padding: 0;
  color: #fff;
  border-top: 2px solid #fff;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  overflow: hidden;
}


.play_button {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.offer_box_text {
  position: absolute;
  bottom: 0px;
  left: 0%;
  height: 60px;
  width: 100%;
  padding: 2px;
  color: #000;
  background-color: #fff;
  border-top: 2px solid #fff;
  overflow: hidden;
  white-space: nowrap;
}

.offer_box_text_tour {
  position: absolute;
  bottom: 0px;
  left: 0%;
  height: 80px;
  width: 100%;
  padding: 2px;
  color: #000;
  font-size: 1em;
  background-color: #fff;
  border-top: 2px solid #fff;
  overflow: hidden;
}

.modal-no-bg .modal-content, .modal-header {
  background-color: unset;
  border: 0;
}

.modal-no-bg .close {
  opacity: 1;
}

.bx-controls-direction {
  display: none;
}

@media (min-width: 1200px) {
.container {
    max-width: 80% !important;
}
.modal-lg {
    max-width: 70%;
}
}

#header {
 margin-top: 40px;
}