@charset "utf-8";
/*
Template Name: Colossus
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/
/*
@import url("custom.flexslider.css");
@import url("framework.css");
@import url("fa-v6.css");

*/
@import url("fontawesome-v6.1.0-pro-all.css");
@import url("framework.css");
@import url("custom.flexslider.css");
/*@import url("flexslider-2.7.2.css");*/


html,
body {
	width: 100%;
	/* height: 100%; */
}

.map-frame {
	width: 100%;
	height: 100%;
	position: relative;
}

.map-content {
	z-index: 10;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 390px;
	background-color: black;
	color: #FFF;
}


/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1,
.row1 a {}

.row2,
.row2 a {}

.row3 {
	border-top: 1px solid;
}

.row4 {
	border-top: 1px solid;
}

.row5,
.row5 a {}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
	background-color: #ffffff;
	width: 100%
}

#header #logo {}

#header #logo h1 {
	margin: 18px 0 0 0;
	padding: 0;
	font-size: 22px;
	text-transform: uppercase;
}


/* Basic Slider
--------------------------------------------------------------------------------------------------------------- */
.txtoverlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	white-space: normal;
}

.centralise {
	display: block;
	max-width: 978px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.verticalwrap {
	display: table;
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
}

.txtoverlay article {
	display: table-cell;
	padding: 0;
	border: none;
	vertical-align: middle;
}

.txtoverlay .heading {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px;
}

.txtoverlay .btn {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

.txtoverlay .pushright {
	margin-right: 25px;
}


/* Services
--------------------------------------------------------------------------------------------------------------- */
#services {
	padding: 50px 0;
}


/* CTA - Call To Action
--------------------------------------------------------------------------------------------------------------- */
#cta {
	padding: 30px 0;
}

#cta div * {
	margin: 0;
	padding: 0;
}

#cta .heading,
#cta .btn {
	text-transform: uppercase;
}

#cta .heading {
	margin-bottom: 10px;
}

#cta .btn {
	display: block;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
}


/* Latest
---------------------------------------------------------------------------------------------------------------*/
.latest {
	display: block;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.latest ul {}

.latest ul li {
	display: block;
	float: left;
	width: 20%;
	min-height: 100%;
}

.latest ul li:first-child,
.latest ul li:nth-child(5n+1) {
	margin-left: -1px;
	clear: left;
}

.latest ul li figure {
	display: block;
	max-width: 100%;
	border: solid;
	border-width: 0 0 0 1px;
}

.latest ul li figure img {
	width: 100%;
}

.latest ul li figure figcaption * {
	margin: 0;
	padding: 0;
}

.latest a.overlay {
	display: block;
	position: relative;
}

.latest a.overlay::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.latest a.overlay::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -18px 0 0 -18px;
	padding: 0;
	border-radius: 50%;
	font-family: "Font Awesome 6 Pro";
	content: "\f0c1";
	font-size: 18px;
	text-align: center;
}

.latest a.overlay::before,
.latest a.overlay::after {
	opacity: 0;
}

.latest a.overlay:hover::before,
.latest a.overlay:hover::after {
	opacity: 1;
}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
	padding: 30px 0;
}

.container.nospace {
	padding-bottom: 0
}

/* Content */
.container .content {}

/* Comments */
#comments ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

#comments li {
	margin: 0 0 10px 0;
	padding: 15px;
}

#comments .avatar {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid;
}

#comments address {
	font-weight: bold;
}

#comments time {
	font-size: smaller;
}

#comments .comcont {
	display: block;
	margin: 0;
	padding: 0;
}

#comments .comcont p {
	margin: 10px 5px 10px 0;
	padding: 0;
}


#comments form {
	display: block;
	width: 100%;
}

#comments input,
#comments textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid;
}

#comments textarea {
	overflow: auto;
}

#comments div {
	margin-bottom: 15px;
}

#comments input[type="submit"],
#comments input[type="reset"] {
	display: inline-block;
	width: auto;
	min-width: 150px;
	margin: 0;
	padding: 8px 5px;
	cursor: pointer;
}

/* Sidebar */
.container .sidebar {}

.sidebar .sdb_holder {
	margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
	margin-bottom: 0;
}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
	padding: 50px 0;
}

#footer .title {
	margin: 0 0 30px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid;
	font-size: 16px;
}

#footer .linklist li {
	margin-bottom: 10px;
}

#footer .linklist li:last-child {
	margin-bottom: 0;
}

#footer .smallfont {
	font-size: .8em;
	margin: 0;
}

#footer input,
#footer button {
	border: none;
	border-radius: 5px;
}

#footer input {
	display: block;
	width: 100%;
	padding: 8px;
}

#footer button {
	padding: 6px 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
	padding: 30px 0;
}

#copyright * {
	margin: 0;
	padding: 0;
}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
.faico a,
#mainav *,
.latest ::before,
.latest ::after,
#backtotop {
	transition: all .3s ease-in-out;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
	margin: 0;
	padding: 0;

	list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
	line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
}

/* Top Navigation */
#mainav {}

#mainav ul {
	text-transform: uppercase;
}

#mainav ul ul {
	z-index: 9999;
	position: absolute;
	width: 160px;
	text-transform: none;
}

#mainav ul ul ul {
	left: 160px;
	top: 0;
}

#mainav li {
	display: inline-block;
	position: relative;
	margin: 0 30px 0 0;
	padding: 0;
}

#mainav li:last-child {
	margin-right: 0;
}

#mainav li li {
	width: 100%;
	margin: 0;
}

#mainav li a {
	display: block;
	padding: 20px 0;
}

#mainav li li a {
	border: solid;
	border-width: 0 0 1px 0;
}

#mainav .drop {
	padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
	display: block;
	margin: 0;
	padding: 10px 15px;
}

#mainav .drop::after,
#mainav li li .drop::after {
	content: "\f0d7";
}

#mainav .drop::after {
	top: 23px;
	left: 2px;
}

#mainav li li .drop::after {
	top: 15px;
	left: 5px;
}

#mainav ul ul {
	visibility: hidden;
	opacity: 0;
}

#mainav ul li:hover>ul {
	visibility: visible;
	opacity: 1;
}

#mainav form {
	display: none;
	margin: 0;
	padding: 0;
}

#mainav form select,
#mainav form select option {
	display: block;
	cursor: pointer;
	outline: none;
}

#mainav form select {
	width: 100%;
	padding: 5px;
	border: 1px solid;
}

#mainav form select option {
	margin: 5px;
	padding: 0;
	border: none;
}

/* Breadcrumb */
#breadcrumb {
	padding: 15px 0;
	border-top: 1px solid;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#breadcrumb li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
}

#breadcrumb li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 12px 0 0;
	font-size: 12px;
}

#breadcrumb li a::after {
	top: 3px;
	right: 0;
	content: "\f101";
}

#breadcrumb li:last-child a {
	margin: 0;
	padding: 0;
}

#breadcrumb li:last-child a::after {
	display: none;
}

/* Sidebar Navigation */
.sidebar nav {
	display: block;
	width: 100%;
}

.sidebar nav li {
	margin: 0 0 3px 0;
	padding: 0;
}

.sidebar nav a {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	border: solid;
	border-width: 0 0 1px 0;
}

.sidebar nav a::after {
	top: 9px;
	left: 5px;
	content: "\f101";
}

.sidebar nav ul ul a {
	padding-left: 35px;
}

.sidebar nav ul ul a::after {
	left: 25px;
}

.sidebar nav ul ul ul a {
	padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
	left: 45px;
}

/* Pagination */
.pagination {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}

.pagination li {
	display: inline-block;
	margin: 0 2px 0 0;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination a,
.pagination strong {
	display: block;
	padding: 8px 11px;
	border: 1px solid;
	font-weight: normal;
}

/* Back to Top */
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	opacity: .2;
}

#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
}

#backtotop.visible {
	visibility: visible;
	opacity: .5;
}

#backtotop:hover {
	opacity: 1;
}

#backtotop {
	color: #FFFFFF;
	background-color: #96AFAA;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
	border: 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}

table,
th {
	table-layout: auto;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

th,
td {
	padding: 5px 8px;
}

td {
	border-width: 0 1px;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

#gallery figure figcaption {
	display: block;
	width: 100%;
	clear: both;
}

#gallery li {
	margin-bottom: 30px;
}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faico li {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	line-height: normal;
}

.faico li:last-child {
	margin-right: 0;
}

.faico a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

.faico a {
	color: inherit;
	background-color: #EBEBEB;
}

.faico a:hover {
	color: #FFFFFF;
}

.faicon-facebook:hover {
	background-color: #3B5998;
}

.faicon-google-plus:hover {
	background-color: #DB4A39;
}

.faicon-instagram:hover {
	background-color: #3F729B;
}

.faicon-linkedin:hover {
	background-color: #0E76A8;
}

.faicon-tumblr:hover {
	background-color: #34526F;
}

.faicon-twitter:hover {
	background-color: #00ACEE;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
	color: #888888;
	background-color: #FFFFFF;
}

a {
	color: #96AFAA;
}

hr,
.borderedbox {
	border-color: #D7D7D7;
}

label span {
	color: #FF0000;
	background-color: inherit;
}

.icon {
	color: #FFFFFF;
	background-color: #000000;
}

.icon.nobg {
	color: inherit;
	background-color: inherit;
	border-color: #D7D7D7;
}

.red {
	background-color: #DC8B8A;
}

.orange {
	background-color: #EC9700;
}

.green {
	background-color: #A7DFC4;
}

.flexslider .heading,
.flexslider .btn {
	color: #FFFFFF;
}

.pricing .btn {
	background-color: #96AFAA;
	;
	color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
	color: #242424;
	border-color: inherit;
}


/* Rows */
.row1,
.row1 a {
	color: #242424;
	background-color: #FFFFFF;
	text-decoration: none;
}

.row2 {
	color: #888888;
	background-color: #FFFFFF;
}

.row3 {
	color: #888888;
	background-color: #F7F7F7;
	border-color: #EBEBEB;
}

.row4 {
	color: #888888;
	background-color: #F7F7F7;
	border-color: #EBEBEB;
}

.row5,
.row5 a {
	color: #888888;
	background-color: #EBEBEB;
}

.row6 {
	color: #FFFFFF;
	background-color: #96AFAA;
}

.row6 a {
	color: #96AFAA;
	background-color: #FFFFFF;
}


/* CTA - Call To Action */
#cta .heading {
	color: inherit;
}


/* Latest */
.latest ul li figure {
	border-color: #EBEBEB;
}

.latest a.overlay::before {
	background-color: rgba(0, 0, 0, .5);
}

.latest a.overlay::after {
	color: #FFFFFF;
	background-color: #96AFAA;
}


/* Footer */
#footer .title {
	border-color: #EBEBEB;
}

#footer input {
	color: #888888;
	background-color: #EBEBEB;
}

#footer button {
	color: #FFFFFF;
	background-color: #96AFAA;
}


/* Navigation */
#mainav li a {
	color: inherit;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover>a {
	color: #96AFAA;
	background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .6);
	border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover>a,
#mainav .active .active>a {
	color: #FFFFFF;
	background-color: #96AFAA;
}

#mainav form select {
	border-color: #D7D7D7;
}

#breadcrumb {
	border-color: #EBEBEB;
}

#breadcrumb a {
	color: inherit;
	background-color: inherit;
}

#breadcrumb li:last-child a {
	color: #96AFAA;
}

.container .sidebar nav a {
	color: inherit;
	border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
	color: #96AFAA;
}

.pagination a,
.pagination strong {
	border-color: #D7D7D7;
}

.pagination .current {
	color: #FFFFFF;
	background-color: #96AFAA;
}




/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
	border-color: #D7D7D7;
}

th {
	color: #FFFFFF;
	background-color: #373737;
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
	color: inherit;
	background-color: #FBFBFB;
}

tr:nth-child(even),
#comments li:nth-child(even) {
	color: inherit;
	background-color: #F7F7F7;
}

table a,
#comments a {
	background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}


/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:180px) and (max-width:750px) {

	.imgl,
	.imgr {
		display: inline-block;
		float: none;
		margin: 0 0 10px 0;
	}

	.fl_left,
	.fl_right {
		display: block;
		float: none;
	}

	.one_half,
	.one_third,
	.two_third,
	.one_quarter,
	.two_quarter,
	.three_quarter {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 30px 0;
		padding: 0;
	}

	#header {
		text-align: center;
	}

	#header #logo h1 {
		margin: 0 0 15px 0;
	}

	#cta {
		padding-bottom: 0;
	}

	#footer {
		padding-bottom: 20px;
	}
}

@media screen and (min-width:180px) and (max-width:900px) {

	#header,
	#services,
	#cta,
	#breadcrumb,
	.container,
	#footer,
	#copyright {
		max-width: 90%;
	}

	#header {
		padding: 15px 0;
	}

	#header #logo h1 {
		margin-top: 5px;
	}

	.basicslider .heading {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 15px;
	}

	.basicslider .btn {
		padding: 10px 25px;
	}

	#services {
		padding-bottom: 20px;
	}

	#cta {}

	#mainav {}

	#mainav ul {
		display: none;
	}

	#mainav form {
		display: block;
	}

	#breadcrumb {}

	.container {}

	#comments input[type="reset"] {
		margin-top: 10px;
	}

	.pagination li {
		display: inline-block;
		margin: 0 5px 5px 0;
	}

	#footer {}

	#copyright {}

	#copyright p:first-of-type {
		margin-bottom: 10px;
	}
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {

	#header,
	#services,
	#cta,
	#breadcrumb,
	.container,
	#footer,
	#copyright {
		max-width: 978px;
	}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
	.scrollable {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 15px 0;
		overflow: auto;
		overflow-x: scroll;
	}

	.scrollable table {
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}

	.basicslider .txtoverlay {
		display: none
	}

	.latest {
		width: 90%;
		max-width: none;
		padding: 30px 0;
	}

	.latest ul li {
		float: none;
		width: auto;
		margin: 0 0 30px 0;
	}

	.latest ul li:last-child {
		margin: 0;
	}

	.latest ul li figure {
		display: inline-block;
		border-width: 0 1px 1px 1px;
	}

	.latest ul li figure img {
		width: 100%;
	}

	.latest ul li figure figcaption {
		padding: 15px 30px;
	}
}




/*MARQUISE CUSTOM */
/* Centered text */
.centered-text {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.submit-btn {
	margin: 0em;
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}

.cta-button {
	color: #f7f7f7;
	background-color: #96AFAA;
	text-transform: uppercase;
	display: block;
	padding: 0em;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;

	padding: 15px;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;

	margin: 0em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}


.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 50%; */
}

hr.solid {
	border-top: 3px solid #bbb;
}


.imprint-block {
	margin-left: 1em;
}

/* Things to do page edits */
.things-to-do a {
	color: #41ae9a;
}

.things-to-do a:hover {
	background-color: yellow;
}

/* @media only screen and (max-width: 950px) {
	ol.things-to-do {
		/* display: block;
		list-style-type: decimal;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px 
	}
}
*/


@media only screen and (max-width: 600px) {
	ol.things-to-do {
		display: block;
		list-style-type: decimal;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 10px
	}
}



/* To help with jumping to the right sections in Things to do  */
a.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

/* Table of contents on Things to do page */
#toc_container {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #aaa;
	display: table;
	font-size: 95%;
	margin-bottom: 1em;
	padding: 5px 10px 10px 5px;
	width: auto;
}

@media only screen and (min-width: 950px) {
	.horizontal-center {
		margin: 0;
		position: relative;
		top: 0%;
		left: 30%;
		-ms-transform: translate(50%, 0%);
		/* transform: translate(50%, 0%); */

	}
}

@media only screen and (max-width: 600px) {
	.horizontal-center {
		margin: 0;
		position: relative;
		top: 0%;
		left: 0%;
		-ms-transform: translate(50%, 0%);
		/* transform: translate(50%, 0%); */

	}
}


.toc_title {
	font-weight: 700;
	margin: 0em;
	/* text-align: center; */
}

#toc_container li,
#toc_container ol,
#toc_container ol li {
	/* list-style: outside none none !important; */
	list-style-position: inside;
	padding-inline-start: 10px;
}