html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 600px;
}

@media (max-width: 768px) {
	.starimagecontainer {
	    display: table-row;
	}
	.panel-heading.col-sm-10.nexttostarimage {
	    display: table-cell;
	    width: 73%;
	}
	.starimagesmallpadding {
		margin-top: 12px;
	}
}
.ui-datepicker {
	z-index: 9999 !important;
}


.footer {
	/*padding-top:20px;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 600px;
	background-color: #000;
}
.footer a {
	color: #fff;
}
img.rooomer {
	height: 14px;
	
}
.navbar-header .navbar-brand img {
	height:26px;
}
img.navbar-profile-image {
	height:16px;
}
.toggle-navbar-search {
	font-size: 20px;
}
.text-mr-orange {
	color: #ff7600;
}
.link-mr-orange, .link-mr-orange:hover {
	color: #ff7600;
	
}
.text-mr-blue {
	color: #00397D;
}
.btn-mr-orange {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}
.btn-mr-blue {
    color: #fff;
    background-color: #00397D;
    border-color: #00397D;
}
.jumbotron.homepage-search h2, .jumbotron.homepage-search h3, .jumbotron.homepage-search h4 {
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 3px #000;
}
.jumbotron.homepage-search .shout {
	height: 100px;
}
.jumbotron.homepage-search {
	height: 400px;
	background-image: url(/images/homepage/HP-image-005.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}
.input-group.input-group-header-search {
	border: solid 1px #fff;
	border-radius: 0;
	background-color: #ff7600;
}
#header_search, #header_search_sp {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    border: solid 3px #ff7600;
}
.search-suggestions-container .title {
	color: #ff7600;
	font-weight:400;
	font-size: 1.1em;
}
.search-suggestions-container .suggested-cities, .search-suggestions-container .suggested-cities-region, .search-suggestions-container .suggested-locations {
	margin-bottom:15px;
}
.search-suggestions-container a {
	color: #00397D;
	text-decoration: none;
}
.search-suggestions-container a:hover {
	color: #ff7600;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-widget.ui-widget-content {
	padding-top: 10px;
	z-index: 1000;
	background-color: #f8f8f8;
	background-color: #fff;
	border:solid 1px #fff;
	/*color: #fff;*/
	border-top:0;
}
.carousel-caption a,  .carousel-caption small {
	color: #fff;
}

.panel.panel-mr-orange {
    border-color: #ff7600;
}
.panel-default.panel-mr-orange>.panel-heading, .panel-default.panel-mr-orange>.panel-footer {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}

.panel.panel-mr-blue {
    border-color: #00397D;
}
.panel.panel-mr-gold {
    /* border-color: #B8860B; */
    border-color: #daa420;
}
.panel.panel-mr-grey {
    border-color: #DDD;
}
.starimageinpanel {
	text-align: right;
}
.smallstarimage {
	padding-top: 8px;
	margin-bottom: 8px;
}
.col-sm-2.starimageinpanel {
    padding-right: 12px;
    padding-left: 2px;
}
.nexttostarimage {
	margin-bottom: 8px;
	padding-left: 14px;
}
.panel-default.panel-mr-blue>.panel-heading, .panel-default.panel-mr-blue>.panel-footer {
    color: #fff;
    background-color: #00397D;
    border-color: #00397D;
}
.panel-body.panel-body-no-padding {
	padding: 0;
}
h1.panel-title {
	font-size: 32px;
}

.btn.panel-mr-orange {
    border-color: #ff7600;
}
.btn-default.panel-mr-orange>.panel-heading {
    color: #fff;
    background-color: #ff7600;
    border-color: #ff7600;
}
.venue-page-rating-average {
	font-size: 80px;
	color: #00397D;
	text-align: center;
	font-weight: 800;
}
.venue-page-rating-average.desktop {
	font-size: 120px;
	color: #00397D;
	text-align: center;
	font-weight: 400;
}

.venue-page-reviews-count {
	color: #ff7600;
	text-align: center;
	font-weight: 600;
}
.venue-page-review-score {
	color: #ff7600;
	text-align: center;
	font-size: 10px;
}
/*.tabel-venue-page-rating-average {*/
/*	height: 100%;*/
/*}*/
.location-header-fixed-top {
}
table.rating-individual-score {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.rating-individual-score td {
	text-align: center;
}
table.rating-individual-score td.rating-type {
	font-size: 10px;
	color: #00397D;
}

table.rating-individual-score td.rating-type.booking {
	color: #ff7600;
}

table.rating-individual-score td.rating-score {
	font-size: 16px;
	color: #00397D;
}

table.rating-individual-score td.rating-score.booking {
	color: #ff7600;
}

.panel-body.panel-body-venue, .panel-body.panel-body-venue .carousel-container{
	padding: 0;
}

.label-mr-orange {
    background-color: #ff7600;
}

.label-mr-blue {
    background-color: #00397D;
}
/* MeetingReview styles*/
/*
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}
.panel {
    border-radius: 0;
    margin-bottom: 6px;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 3px;
    padding-left: 3px;
}
*/
/* Redesign */
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}
.panel {
    border-radius: 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.btn {
    border-radius: 0;
}
.label {
    border-radius: 0;
}

table.venue-search td {
	vertical-align: top;
}
table.venue-search .label.label-info.label-venue-specs {
	margin-right:3px;
	margin-bottom:3px;
	display: inline-block;
}
table.venue-search .venue-score {
	font-size: 48px;
	font-weight: 600;
	line-height: 40px;
	float: right;
}
table.venue-search .venue-no-score {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
}
.panel-body {
    padding-top: 11px;
    padding-bottom: 6px;
}
.venue-container .img-responsive {
	margin-bottom: 6px;
}
.venue-container .panel-title {
	font-size: 20px;
}
.venue-container .btn-write-review, .venue-container .btn-book-now {
	margin-top: 6px;
	margin-bottom: 6px;
}
.venue-container a.venue-name, .venue-container a.venue-address, .venue-container a.venue-description, .venue-container a.venue-rating {
	text-decoration: none;
}
.venue-container a.venue-name {
	color: #fff;
}
.venue-container a.venue-address, .venue-container a.venue-rating, .venue-container a.venue-description {
	color: #000;
}
.venue-container a.venue-rating {
	text-align:right;
}
.venue-container .venue-description-container {
	line-height: 1.42857143;
	max-height: 84px;
	overflow: hidden;
}
.panel-group .panel {
    border-radius: 0;
}

.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control {
	border-radius: 0;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

select {
    border-radius: 0
}

.nav-tabs>li>a {
    border-radius: 0;
}
.fa.fa-empty {
	margin-left: 3px;
}

a.btn-venue-detail-social.btn-facebook, .btn-review-social-share.btn-facebook, .btn-social-login.btn-facebook {
	background-color: #3b5998;
	color: #fff;
	border: solid 1px #2A3F6C;
}
a.btn-venue-detail-social.btn-facebook:hover, .btn-review-social-share.btn-facebook:hover, .btn-social-login.btn-facebook:hover {
	background-color: #6179AF;
}

a.btn-venue-detail-social.btn-google-plus, .btn-review-social-share.btn-google-plus {
	background-color: #dd4b39;
	color: #fff;
	border: solid 1px #6B261E;
}
a.btn-venue-detail-social.btn-instagram, .btn-review-social-share.btn-instagram {
	background-color: #dd2A7B;
	color: #fff;
	border: solid 1px #6B261E;
}
a.btn-venue-detail-social.btn-google-plus:hover, .btn-review-social-share.btn-google-plus:hover {
	background-color: #E66E5D;
}

a.btn-venue-detail-social.btn-linkedin, .btn-review-social-share.btn-linkedin, .btn-social-login.btn-linkedin {
	background-color: #007bb5;
	color: #fff;
	border: solid 1px #094A6C;
}
a.btn-venue-detail-social.btn-linkedin:hover, .btn-review-social-share.btn-linkedin:hover, .btn-social-login.btn-linkedin:hover {
	background-color: #2C94C6;
}

a.btn-venue-detail-social.btn-twitter, .btn-review-social-share.btn-twitter {
	background-color: #55acee;
	color: #fff;
	border: solid 1px #294F6C;
}
a.btn-venue-detail-social.btn-twitter:hover, .btn-review-social-share.btn-twitter:hover {
	background-color: #74BCF3;
}
.btn-review-social-share.btn-mr-like {
	border: solid 1px #00397D;
}
.management-info-container .text-lg {
	/*font-size: 1.1em;*/
	font-weight: 600;
}
.management-info-container .data.current {
	/*font-size: 1.2em;*/
	font-weight: 600;
}
.management-info-container .current {
	font-weight: 600;
	/*line-height: 26px;*/
}
.management-info-container .data.average {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 18px;
}
.col-spacer {
	margin-bottom: 5px;
}

.col-spacer.col-spacer-end {
	margin-bottom: 25px;
}
img.navbar-language-switch {
	height: 12px;
	margin-top: 4px;
}
.td-venue-rating {
	text-align: right;
}
table.audience-award-winners .index {
	padding-right:10px;
}
table.audience-award-winners .score {
	font-size:0.8em;
}
table.audience-award-winners .winner {
	padding-right:10px;
	font-weight:600;
}
#header_search:focus, #header_search_sp:focus{
	/*outline-color: transparent!important;*/
	/*outline-style: none!important;*/
	/*outline: none!important;*/
	/*outline:0px !important;*/
	box-shadow:none!important;
}
.alert {
    border-radius: 0;
}
.input-group-addon {
    border-radius: 0;
}
a.search-and-write-review {
	text-decoration: none;
}

.search-and-write-review div.search-and-write-review-item-container {
	min-height: 72px;
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

table.search-and-write-review-item td {
	vertical-align:top;white-space: nowrap;overflow: hidden;
}
table.search-and-write-review-item td.text {
	padding-left: 10px;
}
table.search-and-write-review-item span.venue-name {
	font-weight:600; font-size: 1.2em;
}
.search-and-write-review-item-container .venue-type {
    position: absolute;
    right: 10px;
    opacity: 0.4;
    bottom: 20px;
}
.search-and-write-review img.venue-image {
	width: 60px;
	min-width:60px;
	max-width:60px;
	height: 60px;
	min-height:60px;
	max-height:60px;
}
.search-and-write-review-item-container .text-mr-orange {
	font-size: 80%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
img.img-responsive.img-100p {
	width: 100%;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
.add-header {
	position: relative;
    top: -8px;
    color: #999;
}
.add-header small {
	padding: 0 15px;
	background-color: #fff;
}
.search-suggestions-container .no-results {
	margin-bottom: 15px;
}
.recent-reviewed-venue-name {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
	body {
		margin-bottom: 250px;
	}
	.footer {
		height: 250px;
	}
}
.venue-recent-review-venue-item {
	margin-bottom: 5px;
}
.footer-social {
	font-size: 18px;
}
.landing-page-container {
	margin-bottom: 60px;
}
.landing-page-container .bold {
	font-weight: 600;
}
.landing-page-container .orange {
	color: #FF7600;
}

/* Uitbreiding december 2019 */

#seo_container h1 {
font-size: 28px;
}

#seo_container h2 {
font-size: 24px;
}

#seo_container h3 {
font-size: 20px;
}

/*@media (min-width: 768px) {*/
/*	.img-audience-award {*/
/*		width: 160px;*/
/*	}*/
/*}*/
/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 992px) {*/
/*	.img-audience-award {*/
/*		width: 190px;*/
/*	}*/
/*}*/

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {*/
/*	.img-audience-award {*/
/*		width: 240px;*/
/*	}	*/
/*}*/




