/* CSS Document */
.masthead.-type-7 .masthead__bg::after, .masthead.-type-3 .masthead__bg::after {
	background-color: rgba(0,0,0,0.3);
}
/*.masthead.-type-3 {
  position: relative;
  padding-top: 400px;
  padding-bottom: 150px;
}*/
.div-login, .header .icon-search {
  display: none;
}
.section_details_opt ul, .js-pin-container ul {
	padding-left: 25px;
}
.section_details_opt ul li, .js-pin-container ul li {
	list-style: disc;
	
}
.section_details_opt ol li {
	list-style: decimal;
}
.header .header-logo {
    background-image:url(../img/rsi.png);
      background-size: contain;
      width: 102px;
    height: 85px;
  }
  table.table td {
    padding: 10px;
  }
  .header .header-menu .menu a {
    text-transform: uppercase;
    font-weight: bold;
	  font-size: 14px;
  color: #000;
  }
  .masthead-slider h1 {
     font-weight: bold;
  }
    .masthead-slider div.text-white.is-in-view {
        text-transform: uppercase;
    }
  .bg-blue-1 {
  background-color:#ff7800 !important;
  }
  .text-blue-1, a:hover {
    color: #ff7800 !important;
  }
  .btn_lang, .bar-btn, .div-registar {
      display: none;
  }
  :root {
    --color-dark-1:#4c4c4c;
  }
  .text-dark-1, body, .table {
    color: #4c4c4c;
  }
  .bg-dark-2, .header-banner {
    background-color: #0A2E51 !important;
    color:#fff;
  }
  .div-custom-star {
    background-color: var(--color-dark-1) !important;
    border-radius: 5px;
    padding: 6px 15px;
    line-height: 0;
    margin-top: 10px;
    position: absolute;
  }
  .div-custom-star .icon-star, .cardImage__leftBadge .icon-star{
      color: #fff !important;
  }
  .citiesCard .bg-yellow-1 {
    background-color: #FF7800 !important;
  }
  .btn-info-hotel {
    color:#fff !important;
    background-color:#1974CD;
      padding: 14px 20px !important;
      font-size:15px !important;
      font-weight: 400 !important;
  }
  .page-item.active .page-link, .btn-primary, .btn-success {
    background-color: #1974CD;
    border-color: #1974CD;
  }
  .btn-primary:hover, .btn-success:hover {
      background-color:#1974CD;
    border-color: #1974CD;
  }
  .scrollToTop {
    background-color: #1974CD;	
  }
  .page-link, .cookiealert {
      color: #1974CD;
  }