.blue	{
	color: #689bd2;
}

.green	{
	color: #b6cc4f;
}

.orange	{
	color: #e6b952;
}

html,
body {
	background: #fff;
	background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
}

a	{
	color: #4c6181;
	}

a:hover	{
	color: #5d7498;
	}

strong	{
	font-weight: 500!important;
	}

ul	{
	margin: 0;
	padding: 0 10px;
}

ul li	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* START OF BACKGROUND ROWS */
.row.row-striped:nth-child(odd){
	background: #fff;
}

.row.row-striped:nth-child(even){
	background: #f9f9f9;
}

div.bg1	{
	background: #fff;
}

div.bg2	{
	background: #f9f9f9!important;
}

div.bg3	{
	background: #eee;
}

div.bg4	{
	background: #e9e9e9;
}

div.bg5	{
	background: #cfe2e9;
}

div.bg_408799	{
	background: #408799;
}

div.bg_7b9a96	{
	background: #7b9a96;
}
/* END OF BACKGROUND ROWS */


/* START OF FRAMEWORK CSS */
h1, h2, h3, h4, h5, h6	{
	margin: 20px 0;
	padding: 0;
	color: #666;
	font-family: 'Open sans', serif;
	font-weight: 300;
	xtext-transform: uppercase;
	xtext-align: center;
}

h1	{
	font-size: 250%;
}

h2, h3, h4, h5	{
	font-size: 200%;
}

h5	{
	font-size: 150%;
}

h6	{
	font-size: 100%;
	text-transform: uppercase;
}

h1.first_h, h2.first_h, h3.first_h, h4.first_h, h5.first_h, h6.first_h	{
	margin-top: 20px;
}

/* END OF FRAMEWORK CSS */


/* START OF TOP BANNER */
div.top_banner	{
	background: #999;
}

div.top_banner div.phone,
div.top_banner div.email {
	padding: 5px 0;
}

div.top_banner div.phone a,
div.top_banner div.email a {
	text-decoration: none;
}

div.top_banner p,
div.top_banner a  {
	color: #fff;
}
/* END OF TOP BANNER */


/* START OF HEADER */
div.header_outer{
	background: #eee;
	}
	
div.header_outer div.contact_details p	{
	margin: 0;
	padding: 5px 0;
	color: #666;
	line-height: 1em;
	font-size: 125%;
	}

div.header_outer div.contact_details p a	{
	color: #666;
	text-decoration: none;
	}

div.header_outer div.contact_details p.phone	{
	font-size: 200%;
	}
/* END OF HEADER */


/*  START OF NAVIGATION */
/* Change for navigation container background */
div.navigation	{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	background: rgba(255,255,255,0.9);
	padding: 0!important;
	/* z-index: 999999; */
	}

nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
nav.navbar button.navbar-toggler {
	border: 2px solid #666;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
	}

/* To change the hamburger color, edit the RGBA attribute below */
nav.navbar span.navbar-toggler-icon	{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,102,102,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

/* Holds the logo */
a.navbar-brand {
	max-width: 75%;
	}

img.logo {
    margin: 0 auto;
    padding: 5px;
    max-height: 100px;
	}

div.dropdown-menu a.dropdown-item,
.navbar-expand-xl .navbar-nav li.nav-item a.nav-link {
	margin: 0 5px;
	border-bottom: 1px solid #ddd;
	xborder-radius: 5px;
	padding: 10px 15px ;
	color: #666;
	xbackground: #fff;
	xbackground: rgba(255,255,255,0.9);
	font-family: 'Open sans', serif;
	font-weight: 300;
	letter-spacing: 1px;
	xtext-transform: uppercase;
	xbox-shadow: 2px 2px 4px #fff;
	/* Fade Property */
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;	
	}

@media (max-width: 992px){
	div.dropdown-menu a.dropdown-item,
	.navbar-expand-xl .navbar-nav li.nav-item a.nav-link {
		border: 0;
		padding-left: 20px;
		padding-right: 20px;
		background: none;
		box-shadow: none;
	}
		
	div.fixed_social_media {
		display: none;
		}
	div.overlay-panel div.overlay-content {
		opacity: 1;
		}
	}

/* Add fixed width to any fa icons so the text lines up */
a.nav-link span.fa_holder,
span.fa_holder {
    width: 40px;
    display: inline-block;
	text-align: center;
	}

/* Change properties for nav link hover */
div.dropdown-menu a.dropdown-item:hover,
a.nav-link:hover	{
	border-bottom: 1px solid #bbb;
	xbackground: #f9f9f9!important;
	color: #666!important;
	}

li.active a.nav-link	{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb!important;
	background: rgba(255,255,255,0.9);
	color: #666!important;
	}

/* Change background of dropdown menu */
div.dropdown-menu  {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	xbackground: #eee;
	}

/* Enable dropdown menu on hover */
li.dropdown:hover div.dropdown-menu {
	display: block;
	}

/* Change properties for all links within dropdown (needs to be !important) */
div.dropdown-menu a.dropdown-item	{
	}
	
/* Change properties for dropdown item hover */
div.dropdown-menu a.dropdown-item:hover	{
	}
	
ul li.social {
	display: flex;
	}

/* END OF NAVIGATION */


/* START OF BANNER */
div.banner	{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #eee;
}

div.banner h3	{
	margin: 20px;
	text-transform: initial!important;
	text-align: center;
	font-size: 100%;
	color: #666;
}
/* END OF BANNER */


/* START OF CAROUSEL */

/* Fix the image height issue for mobile devices */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

/* If the carousel is full width, remove this pairing and move the include outside of the webpage */
#carouselSlider	{
	xmargin-left: -15px;
	xmargin-right: -15px;
	}
	
/* Customise the styling for the carousel overlay */
.carousel-overlay {
	padding: 20px;
	position: absolute;
	top: 20px;
	right: 70px;
	xright: 50%;
	xwidth: 75%;
	xtransform: translate(50%,0);
	text-align: center;
}

.carousel-overlay .btn-primary {
	border: 1px solid #333;
	padding: 10px 40px;
	background: rgba(255,255,255,0.8);
}

.carousel-overlay .btn-primary:hover {
	border: 1px solid #666;
	background: #fff;
}



.carousel-overlay h3	{
	margin: 0 0 25px;
	padding: 0;
	font-size: 330%;
	color: #fff!important;
	text-shadow: 2px 2px #333, -1px -1px #333, -1px 2px #333, 2px -1px #333!important;
}

.carousel-overlay p	{
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 1em;
	color: #fff!important;
	text-shadow: 1px 1px #333, -1px -1px #333, -1px 1px #333, 1px -1px #333!important;
}

/* END OF CAROUSEL */


/* START OF BUTTON COLOURING */
.btn {
	border: 1px solid #ddd;
	border-radius: 0;
	xpadding: 15px 15px 5px;
	padding: 10px 15px;
	color: #666;
	font-size: 125%;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 100%;
}

.btn:hover {
	border: 1px solid #bbb;
	color: #333;
}

.btn-primary {
	background: #fff;
}

.btn-primary:hover {
	background: #eee;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background: #ccc;
	border-color: #bbb;
	color: #999;
	cursor: no-drop;
	}

.btn-secondary {
	background: #eee;
}

.btn-secondary:hover {
	background: #ddd;
}

.btn-success {
	background: #ddd;
}

.btn-success:hover {
	background: #ccc;
}

/* END OF BUTTON COLOURING */

/* START OF WEBPAGE */

/* Webpage container styling */
.webpage {
	xborder-left: 2px solid #ccc;
	xborder-right: 2px solid #ccc;
	background: #fff;
	min-height: 600px;
}

.container	{
	max-width: 1360px;
}

p.short_description	{
	font-size: 80%;
	line-height: 1.25em;
}

div.fixed_social_media {
    border-radius: 5px 0 0 5px;
    padding: 3px 8px 5px;
    position: absolute;
    top: 274px;
    right: 0;
    z-index: 9999;
    position: fixed;
    width: 55px;
    background: rgba(255,255,255,0.5);
	}
	
img.fixed_social_icon	{
	margin: 2px 0;
	}	

/* END OF WEBPAGE */

/* START OF COOKIE CONSENT */

div.cc-window {
	padding: 10px 60px!important;
}



/* START OF CORNER FLASH */

div.product_multiple img.card-img-top
div.product_single img.card-img-top	{
	position: relative;
}

div.product_multiple img.corner_flash_bg,
div.product_single img.corner_flash_bg	{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 50%;
}

div.product_multiple div.corner_flash_wording,
div.product_single div.corner_flash_wording	{
	position: absolute;
	top: 25px;
	right: 2px;
	z-index: 1;
	width: 90px;
	transform: rotate(45deg);
	text-align: center;
}

div.product_multiple div.corner_flash_wording p,
div.product_single div.corner_flash_wording p	{
	color: #fff;
	line-height: 1.1em;
	xbackground: rgba(255,0,0,0.75);
	font-size: 80%;
}



/* END OF CORNER FLASH */




/* START OF CALENDAR */

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

table#calendar th,
table#calendar td {
	border: 1px solid #ccc;
	text-align: center;
}

table#calendar thead th {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ddd;
}

table#calendar tbody th {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e9e9e9;
}

table#calendar td {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

/* END OF CALENDAR */




/* START OF NEWS & EVENTS */

div.news_event	{
	margin-top: 15px;
	border: 1px solid #ddd;
	padding: 20px;
}

div.news_event p.news_event_date	{
	margin: 10px auto 0;
	border: 1px solid #689bd2;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	padding: 5px;
	font-size: 200%;
	font-weight: bold;
	background: #fff;
	color: #689bd2;
	width: 100%;
}

div.news_event p.news_event_month	{
	margin: 0 auto;
	border: 1px solid #689bd2;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: bold;
	background: #689bd2;
	color: #fff;
	width: 100%;
}

div.news_event p.news_event_year	{
	margin: 0 auto;
	border: 1px solid #689bd2;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	padding: 0;
	font-weight: bold;
	background: #89b1db;
	color: #fff;
	width: 100%;
}

div.card div.news_event	{
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

div.card div.news_event p.news_event_date	{
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
	padding: 0;
	font-size: 125%;
}

div.card div.news_event p.news_event_month	{
	border-radius: 0 0 3px 3px;
	font-size: 100%;
}

div.card div.news_event h3	{
	margin: 0;
	font-size: 100%;
	text-transform: capitalize;
	color: #888;
}

div.card div.news_event h3 a	{
	color: #888;
}

/* END OF NEWS & EVENTS */




/* START OF OVERLAY PANELS */
div.overlay-panel {
	position: relative;
	height: 350px;
	}
	
div.overlay-panel div.overlay-content {
	position: absolute;
	top: 3%;
	left: 3%;
	text-align: center;
	width: 94%;
	height: 94%;
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	transition: .5s;
	padding: 10px;
	}
	
div.overlay-panel div.overlay-content:hover {
	opacity: 1;
	}
	
div.overlay-panel div.overlay-content h2 {
	margin: 0;
	color: #fff;
	}
	
div.overlay-panel div.overlay-content p{
	color: #fff;
	}
	
div.overlay-panel#overlay-panel-1 {
	background: url('../images/panels/service1.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-2 {
	background: url('../images/panels/service2.jpg') top center no-repeat;
	background-size: cover;
	}
	
div.overlay-panel#overlay-panel-3 {
	background: url('../images/panels/service3.jpg') top center no-repeat;
	background-size: cover;
	}	
/* END OF CARD */


/* START OF VIDEOWRAPPER */

.videoWrapper iframe {
	xposition: absolute;
	xtop: 0;
	xleft: 0;
	width: 100%;
	xheight: 100%;
}

/* END OF VIDEOWRAPPER */


/* START OF RECAPTCHA ERROR */

p#form_error_message {
	margin: 10px 0;
	padding: 10px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	width: 100%;
	}

div.recaptcha_error {
	margin: 10px 0;
	padding: 6px 5px 5px 6px;
	border: 2px solid #dc1818;
	border-radius: 4px;
	display: inline-block;
	}

/* END OF RECAPTCHA ERROR */

/* START OF FOOTER */

/* General styling for the footer */
footer {
	background: #eee;
	color: #666!important;
}

footer p {
	margin: 0;
	padding: 0;
	font-size: 90%!important;
}

footer h3	{
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 150%;
}

/* Change the default link colour from blue */
footer a,
footer a:hover, 
footer a:focus {
	color: #666;
}

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	border: 0;
	padding: 0!important;
	font-family: 'Open sans', sans-serif;
	font-size: 100%
}

/* Remove the dropdown menu and dropdown favicon (footer quicklinks only) */
footer .dropdown-toggle::after,
footer li.nav-item.dropdown div.dropdown-menu {
    display:none;
}

/* Remove the background colour from the quicklinks */
footer a.nav-link:hover,
footer li.nav-item.active a.nav-link {
	background: none!important;
}

/* Underline the quicklinks when you hover */
footer a.nav-link:hover {
	text-decoration: underline;
}

/* Styling for the copyright information strip underneath the footer */
.copyright_info {
	background: #ddd;
	font-size: 80%!important;
}

/* END OF FOOTER */


/* Broadbiz panel CSS for use on home page and sidebars */
div.panel	{
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	box-shadow: 3px 3px #eee;
}

/* Amend padding to move image away from edge */
div.panel img	{
	padding: 10px 10px 0 10px;
	width: 100%;
}

div.panel div	{
	margin: 10px;
}

div.panel div h2	{
	margin: 0;
	padding: 10px 0;
}

div.panel div p	{
	padding: 0 0 10px;
	line-height: 1.25rem;
}

div.sidebar div.panel	{
	margin-bottom: 10px;
}

img.backtotop	{
	border-radius: 10px;
	opacity: 0.8;
	bottom: 10px;
	right: 10px;
	position: fixed;
	z-index: 9999999;
	background: rgba(100, 100, 100, .8);
	}

/* Checkbox for Bootstrap Form */

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 20%;
	left: 20%;
}

.checkbox label#checkbox {
	float: right;
}

.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	font-size: 90%;
	margin-top: 6px;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}



img.listing_banner	{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

/* Insert into CSS */
div#preloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	z-index: 99999;
	}
	
div#preloader p{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 1rem;
	text-align: center;
	background: #cceff7;
	font-size: 120%;
	border-top: 2px solid #a2ddeb;
	border-bottom: 2px solid #a2ddeb;
	}
	
div#preloader .loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}
	
div.card-columns{
	column-count: 5;
	}

footer ul li.social div {
	display: none !important;
	}
	
footer ul li.social {
	display: block;
	}

@media (max-width: 1200px){

	}
	
@media (max-width: 992px){
	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	div.overlay-panel div.overlay-content {
		opacity: 1;
		}
	}

@media (max-width: 768px){
	div.card-columns{
		column-count: 3;
		}
		
	a.nav-link	{
		padding: 5px!important;
		}
		
	img.logo {
		max-width: 100%;
		}
	}
	
@media (max-width: 576px){
	div.card-columns{
		column-count: 2;
		}
	}