@charset "utf-8";
/* CSS Document */

body {
	font-family: sans-serif;
}

a {
	color: #bb1313;
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-family:  sans-serif;
}
h1, h2 {
	color: #bb1313;
	font-size: 2em;
	font-weight: bold;
	display: block;
}
h2 {
	color: #bb1313;
	font-size: 1.3em;
}
h3 {
	color: #bb1313;
	font-size: 1.5em;
}
h4 {
	color: #bb1313;
	font-size: 1.2em;
	font-weight: bold;
}

.cgtRed {
	color: #bb1313;
}

.headerblock {
	background-color: #4b4c52;
}

.orbit-container {
	border-top: 4px solid #bb1313;
	border-bottom: 8px solid #bb1313;
}
.top-bar, .top-bar ul {
	background-color: transparent;
	float: right;
}
.top-bar ul ul {
	background-color: #4b4c52;
	float: right;
	border: none;
}
.dropdown.menu a {
    padding: 0.7rem 0.5rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.dropdown.menu a.button {
	padding-right: 44px;
}
.dropdown.menu a:hover {
	background-color: #bb1313;
	color: #fff;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}
.menu a:hover {
	color: red;
}
.logo {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.button {
	background-color: #bb1313;
	text-transform: uppercase;
	text-align: left;
	border-radius: 6px;
	background-image: url(../images/button-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 44px;
}

.button.secondary {
	background-color: #333;
}
.button:hover {
	background-color: #e1e1e1;
	text-transform: uppercase;
	text-align: left;
	color: #bb1313;
}
.panel {
	background-color: #f3f3f3;
	padding: 20px;
}
.panel .button {
	background-color: #333;
}
.vspacer {
	margin-top: 2rem !important;
}

.grid-container {
    max-width: 78.375rem;
}
.imgright {
	float: right;
}

.footerblock {
	margin: 0 0 0 0;
	padding: 20px;
	border-top: 7px solid #bb1313;
}
.footersocial {
	background-color: #f5f5f5;
}

.footersocial ul, .footerbadges ul{
list-style-type: none;
	padding: 0;
	margin:0;
	margin-bottom: 0;
}

.footerbadges li {
	display: inline-block;
	margin-right:15px;
}

.footersocial li {
	display: inline-block;
	margin-right:25px;
}


.footersocial span, .footerbadges span {
	display: none;
}
.footersocial li a {

	display: inline-block;
	color: #333;
	width:100%;
	height: 100%;
	font-weight: normal;
}
.footersocial li a:hover {
	color: red;
}
.socials {
	text-align: right;
	margin: 10px 0;
}
.socials li{
	background-repeat: no-repeat;
	width: 30px !important ;
	height: 30px !important ;
	margin-top: 3px;
}

.imgcol img {
	margin-bottom: 2rem;
}
.footersocial .links {
	margin-top: 1rem;
}
.booknow {
	margin-top: 1.5rem;
}
th {
	text-align: left;
}
.total {
	font-weight: bold;
	color: #bb1313;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 1rem;
	font-weight: bold;
    line-height: 1;
    color: #bb1313;
}
a.accordion-title:hover, a.accordion-title:active, a.accordion-title:focus {
    color: #333;
}

.testimonials p {
	font-weight: bold;
	font-style: italic;
	background-color: #f5f5f5;
	padding:1rem;
}
.testimonials p.highlight {
	font-weight: bold;
	color: #bb1313;
	font-style: normal;
	background-color: transparent;
	padding: 0 0 0 1rem;
}

.holder {
	background-color: #bb1313;
}
.holder h3 {
	color: #fff;
	padding: 0.5rem 1rem;
}
.banner {
	min-width: 100%;
	border-top: 4px solid #bb1313;
	border-bottom: 8px solid #bb1313;
}
.smallholder h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1rem;
}
.smallholder {
	margin: 2rem 0;
}

.embed-container 
{ position: relative; padding-bottom: auto; height: 350px; overflow: hidden; max-width: 100%; margin-top: 2rem;} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height: 350px; }

.languages {
	text-align: right;
	margin-top: 1rem;
}
.languages ul{
	margin-bottom:0.75rem;
	margin-right: 0.25rem;
}
.languages li{
	display: inline-block;
	background-image: url(../images/lang_en.png);
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right:2px;
}
.languages li:hover {
	background-position: 0px -28px;
}
.languages li.French {
	background-image: url(../images/lang_fr.png);
}
.languages li.Dutch {
	background-image: url(../images/lang_nl.png);
}
.languages li.Italian {
	background-image: url(../images/lang_it.png);
}
.languages li.Spanish {
	background-image: url(../images/lang_es.png);
}

.languages span {
	display: none;
}
.languages li a {
	width: 100%;
	height: 100%;
	cursor: auto;
	display: block;
}
.languages li.languageslabel {
	color: #fff;
	background-image: none;
	width: auto;
	display: inline-block;
	height: 26px;
}

.news h3 {
	margin-top: 1rem;
}
.news img, .newsHolder img {
	outline: 1px solid #e1e1e1;
	margin-bottom: 1rem;
}
.spacer {
	margin: 2rem 0 !important;
}
.banner1 {
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 478px;
	width: 100%;
	margin-bottom: 40px;
}
.date {
	font-weight: bold;
	font-style: italic;
}
.newsHolder img {
	float:right;
	margin-left: 20px;
}
.footerbooking {
	text-align: right;
}
.controls {
	border-top: 1px solid #333;
	padding: 20px 0;
}
.controls a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.controls a:hover {
	color: #bb1313;
}
.next {
	float: right;
}
.newsArchive a {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	color: #333;
}
.newsArchive a:hover {
	color: #bb1313;
}
.newsArchive h4 {
	font-size: 18px;
	font-family: sans-serif;
}
img {
	width: 100%;
}
	.title-bar {
		display: block;
		background-color: #4b4c52;
}
.big {
	display: none;
}
.contentHolder {
	margin-top: 2rem;
}


@media screen and (max-width: 3000px) and (min-width: 1500px) {

.big {
	display: inline;
}
	.desktop {
	display: none;	
}
	.mobi {
		display: none;
	}

}
@media screen and (max-width: 1500px) {
	.mobi {
		display: none;
	}
}
@media screen and (max-width: 800px) and (min-width: 0px) {

	.turnoff {
		display: none;
	}

}
@media screen and (max-width: 1248px) {
	.dropdown.menu a {
		font-size: 1em;
		padding: 10px 5px;
	}
	.top-bar {
	padding:0;		
	}
	.big {
		display: none;
	}
	.desktop {
		display: inlinel
	}
	
}
@media screen and (max-width: 1360px) {
.holder {
    top: 9%;
}
	.holder.slideOne {
	top: 8%;	
	}
.holder.slideTwo, .holder.slideFour{
	top: 16%;	
	}

}

@media screen and (max-width: 1024px) {

	.bigimgoff {
		display: none;
	}
		.dropdown.menu a {
		font-size: 0.95em;
		padding: 10px 5px;
			border-bottom: 1px solid #333;
	}
		.dropdown.menu li {
		width: 100%;
}
.is-dropdown-submenu {
	width: 100%;
	position: relative;
	}
	
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top:inherit;
    right: inherit;
    left: inherit;
	display: block;
}
	.dropdown.menu > li.opens-right > .is-dropdown-submenu li a {
	padding-left: 20px;
}
	.desktop {
		display: none;
	}
	.mobi {
		display: inline;
	}

}

@media screen and (max-width: 640px) {
	.menu li {
		width:100%;
	}
		.menu a:hover {
		background-color: #06bece;
		color: #fff;
	}

	.imgoff {
		display: none;
	}

	.widgetholder {
	float: right;
	width: 100%;
	margin-left: 2rem;
	display: none;
}
.footerbadges img {
	width: 100%;
}

.footerbadges ul, .footerbadges li {
	width: 100%;
}
}

#dashboard .icon { width: 70px; }
#dashboard .badge { width: 32px; }





















