body {
    font-family: 'Rubik', sans-serif;
    font-weight: 100;
}

a {
    color: #cf142b;
    text-decoration: underline;
}

a:hover {
    color: #cf142b;
    text-decoration: none;
}

strong {
    font-weight: 500;
}

/*
 * 	Generic
 */

.languages {
    font-size: 0.75rem;
}

.languages a {
    color: #999;
    font-weight: 500;
    text-decoration: none;
}

.languages a.select,
.languages a:hover {
    color: #cf142b;
    text-decoration: underline;
}

.lead {
    color: #999;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .logo {
        display: block;
        margin-bottom: 1rem;
    }
}

.navbar {
    background-color: transparent;
    padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #cf142b;
    font-weight: 500;
    padding: 1rem 1.5rem;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus .nav-span,
.navbar-light .navbar-nav .nav-link:hover .nav-span {
    border-bottom: 3px solid #cf142b;
    color: #cf142b;
}

.navbar-light .navbar-nav .active .nav-link .nav-span {
    border-bottom: 3px solid #cf142b;
    color: #cf142b;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        margin-bottom: 1rem;
    }
}

.nav-link {
    padding: 1rem;
    text-decoration: none;
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #f8f9fa;
    color: #212529;
}

.dropdown-toggle::after {
    color: #cf142b;
}

.title {
    color: #cf142b;
    font-size: 1.75rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.footer {
    background-color: #f4f6f5;
    font-size: 0.75rem;
    padding: 6rem 0 3rem 0;
}

.footer-title {
    color: #cf142b;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1.5rem!important;
    text-transform: uppercase;
}

/*
 * 	Diverse
 */

.btn-back {
    background: url('../../img/back.png') no-repeat;
    color: #fff;
    display: block;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 109px;
}

.btn-back:hover {
    background: url('../../img/back-hover.png') no-repeat;
    color: #fff;
}

.btn-greenfee {
    background: #11327d;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-greenfee:hover {
    background: #bd2e33;
    color: #fff;
}

.btn-highlight {
	background: #cf142b;
	color: #fff;
}

.btn-highlight:hover {
	background: #222;
	color: #fff;
}

#cookie-bar { background: #111111; min-height: 60px; color: #eeeeee; text-align: center; padding: 30px; z-index: 504 }
#cookie-bar.fixed { position:fixed; bottom:0; left:0; width:100%; }
#cookie-bar p { margin:0; padding:0; }
#cookie-bar a { color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px; }
#cookie-bar .cb-enable { background:#cc9900; }
#cookie-bar .cb-enable:hover { background:#a35c00; }
#cookie-bar .cb-disable { background:#cc9900; }
#cookie-bar .cb-disable:hover { background:#a35c00; }
#cookie-bar .cb-policy { background:#cc9900; }
#cookie-bar .cb-policy:hover { background:#a35c00; }

.dots-bottom {
	background: url(../../img/dots-horizontal.png) bottom repeat-x;
}

#facilities_list {
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}

#facilities_list li {
    height: 32px;
    line-height: 32px;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 52px;
}

.facilities_hotel {
    background: url('../../img/icons/hotel.svg') no-repeat;
}

.facilities_restaurant {
    background: url('../../img/icons/restaurant.svg') no-repeat;
}

.facilities_bar {
    background: url('../../img/icons/bar-cocktail.svg') no-repeat;
}

.facilities_safe {
    background: url('../../img/icons/safe.svg') no-repeat;
}

.facilities_locker_room {
    background: url('../../img/icons/changing-room.svg') no-repeat;
}

.facilities_showers {
    background: url('../../img/icons/showers.svg') no-repeat;
}

.facilities_golf_clubs {
    background: url('../../img/icons/rental-clubs.svg') no-repeat;
}

.facilities_golf_bag {
    background: url('../../img/icons/trolleys.svg') no-repeat;
}

.facilities_golf_car {
    background: url('../../img/icons/buggies.svg') no-repeat;
}

.facilities_proshop {
    background: url('../../img/icons/pro-shop.svg') no-repeat;
}

#facilities_list li {
    background-size: 32px 32px;
}

.fotorama__thumb-border {
  border-color: #cf142b;
}

.h3 {
    color: #cf142b;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.handicap {
	text-align: center;
}

.handicap th {
	background-color: #d6d6cf;
}

.handicap-white {
	background-color: #f3f3f3;
}

.handicap-yellow {
	background-color: #ffe680;
}

.handicap-blue {
	background-color: #b3e1ff;
}

.handicap-red {
	background-color: #ecc3c3;
}

.handicap-end {
    border-bottom: 1px solid #dee2e6;
}

.highlight {
    color: #c49a33;
}

.home-title {
    color: #cf142b;
    font-size: 2rem;
    text-transform: uppercase;
}

.home-subtitle {
    color: #cf142b;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.list-marker {
    list-style-image: url('../../img/list-bullet.png');
}

.rates-service {
	background: #d6d6cf;
	padding: 15px;
}

.text-color {
    color: #cf142b;
}

/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url(../../img/prev.png) center center no-repeat;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    background: url(../../img/next.png) center center no-repeat;
    right: 0;
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 992px) {
    .owl-carousel .owl-dots {
        bottom: 10px;
    }
}

  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
  }
    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background: #cf142b; }

@media (max-width: 992px) {
    .owl-carousel .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
    }
}

.owl-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 65vh;
  background-color: lightgray;
}

.owl-carousel .active {
    color: #cf142b;
}