header a {
	color: #000;
}

.home-hero-header .navbar-default .navbar-nav>li>a {
	text-decoration:none;color:#000
}

.navbar-default .navbar-nav>li.selected a{
	border-bottom:2px solid #941b1b;border-radius:0;padding:15px
}


.btn-orange-large {
	background: #941b1b;
}

.btn-orange-header{
	background: #941b1b;
}

.navbar-default {
	background: rgb(255 255 255 / 75%);
}


.btn-orange-header {
	display:inline-block;border-radius:4px;background:#941b1b;border:none;
}

.btn-orange-small {
	display:inline-block;border-radius:4px;background:#941b1b;
}

.btn-orange-large:hover {
	text-decoration:none;background:#941b1b;color:#fff;box-shadow:0 10px 21px #888;
}

.btn-orange-header:hover {
	text-decoration:none;background:#941b1b;color:#fff;box-shadow:0 10px 21px rgba(30, 30, 30, 0.5)
}

.blog-single .post-box .post blockquote {
	width:100%;float:left;margin-top:30px;margin-bottom:50px;border-left:6px solid #941b1b;
}

.blog-single .post-box .post .listing li:before{
	content:'';width:6px;height:6px;float:left;background:#941b1b;border-radius:50%;margin-top:10px;margin-right:16px
}

ol {
	font-size: 18px;
}

ol li {
  margin-bottom: 10px;
}

ol li::marker {
  font-weight: bold;
  color: #941b1b;
  position: relative;
  padding-left: 30px;
}

.hotel-facilities .facility-promo-box figcaption h3 {
	color:#941b1b;font-size:28px
}

a:focus {
    color: lightgray;
}

a:hover {
    color: #941b1b;
}

.newsletter-bar {
	background: #941b1b;
}

.site-footer {
	background: #941b1b;
}

.ui-datepicker .ui-datepicker-calendar thead {
	background:#941b1b;
}

.ui-datepicker-title {
	background:#941b1b;
}

.ui-datepicker .ui-widget-header {
	background:#941b1b;
}

.ui-datepicker .ui-datepicker-today .ui-state-default {
	background:#941b1b;
}

.ui-datepicker .ui-state-default:hover {
	border:2px solid #941b1b;
}

.btn-leesverder:hover {
	color: #941b1b;
	border: 2px solid;
	border-color: 941b1b;
}

.blog-single .post-box .post h4 {
	color: #444;
}

.newsletter-bar .subscribe-box form:hover button[type=submit]{
	background:#337ab7;box-shadow:0 10px 21px rgba(0, 0, 0, .2)
}

.hotel-facilities .facility-box figcaption h4 a:hover {
	color: #941b1b;
}

.hotel-facilities .facility-box figcaption h4 a:focus {
	color: lightgray;
}