.black	{
	color: #000;
}

.white	{
	color: #fff;
}

.orange	{
	color: #e59118!important;
}

html,
body {
	background-attachment: fixed;
	font-weight: 400;
	color: #666;
	font-family: 'Poppins', sans-serif;
}

a	{
	color: #333;
	text-decoration: none;
	}

a:hover	{
	color: #666;
	text-decoration: underline;
	}

/* START OF BACKGROUND ROWS */
.row.row-striped:nth-child(odd),
.container-fluid-striped:nth-child(odd){
	background: #fff;
	xborder-bottom: 1px solid #000;
	}
.row.row-striped:nth-child(even),
.container-fluid-striped:nth-child(even){
	background: #eee;
	xborder-bottom: 1px solid #000;
	xbackground: #99b9b6 url(../images/skin/striped_even_bg.jpg) center center repeat;
	}

.checkered_div {
	background: url(../images/skin/checkered_div_bg.png) bottom left repeat-x!important;
	min-height: 32px;
	}

.bg_000	{
	background: #000;
}

.bg_111	{
	background: #111;
}

.bg_222	{
	background: #222;
}

.bg_333	{
	background: #333;
}


.bg_000 *,
.bg_111 *,
.bg_222 *,
.bg_333 *	{
	color: #fff;
}

/* END OF BACKGROUND ROWS */


/* START OF FRAMEWORK CSS */
h1, h2, h3, h4, h5, h6	{
	margin: 20px 0;
	padding: 0;
	font-weight: 600;
	xtext-transform: uppercase;
	font-size: 150%;
	color: #000;
}

h1, h2, h3, h4	{
	font-size: 250%;
}

h5, h6	{
	font-size: 150%;
}

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 FACEBOOK */

div.facebook	{
	border-radius: 10px;
	background: #1b74e4;
}

div.facebook h4	{
	color: #fff;
}

/* END OF FACEBOOK */

/* START OF TOP BANNER */
div.top_banner	{
	background: #111;
}

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;
	color: #;
}

div.top_banner p,
div.top_banner a  {
	color: #fff;
	font-weight: 600;
}
/* END OF TOP BANNER */


/* START OF HEADER */
div.header_outer{
	background: #fff;
	}
	
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	{
	background: #000;
	padding: 10px 0
	}

nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
nav.navbar button.navbar-toggler {
	border: 2px solid #fff;
    -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(255,255,255,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;
    max-height: 150px;
	}

img.panel {
    border: 1px solid #ccc;
	}

div.dropdown-menu a.dropdown-item,
.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
	padding: 10px 30px ;
	color: #fff;
	font-weight: 400;
	font-size: 125%;
	text-decoration: none;
	/* Fade Property */
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;	
	}

/* Add fixed width to any fa icons so the text lines up */
a.nav-link span.fa_holder,
span.fa_holder {
    width: 30px;
    display: inline-block;
	}

/* Change properties for nav link hover */
li.active a.nav-link,
a.nav-link:hover	{
	background: #e59118;
	color: #fff!important;
	}


/* Change background of dropdown menu */
div.dropdown-menu  {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: #232019;
	}

/* 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	{
	background-color: #96b5e5!important;
	color: #fff;
	}
	

/* END OF NAVIGATION */


/* 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;
	bottom: 50px;
	right: 50%;
	width: 75%;
	transform: translate(50%,0);
	text-align: center;
}

.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 {
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.btn-primary {
	background: #e59118;
	border: 2px solid #e59118;
}

.btn-primary:hover {
	background: #fff;
	color: #e59118;
	border: 2px solid #e59118;
}

.btn-secondary {
	background: #fff;
	color: #e59118;
	border: 2px solid #e59118;
}

.btn-secondary:hover {
	background: #e59118;
	border: 2px solid #e59118;
}

.btn-success {
	background:  #0866ff;
	border: 2px solid #0857d9;
}

.btn-success:hover {
	background:  #0857d9;
	border: 2px solid #0857d9;
}
/* END OF BUTTON COLOURING */

/* START OF WEBPAGE */

/* Webpage container styling */
.webpage {
	xborder-left: 2px solid #eee;
	xborder-right: 2px solid #eee;
	xbackground: #222;
}

.container	{
	max-width: 1360px;
}


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 HOVER PANELS */

/* END OF HOVER PANELS */




/* START OF COOKIE CONSENT */

div.cc-window {
	padding: 10px 60px!important;
}

/* END OF CALENDAR PANELS */


/* START OF CARD */



.card div.card-body {
	border-top: 1px solid #ddd;
	padding-bottom: 0;
	background: #fff;
}

.card div.card-body p {
	font-size: 80%;
}

.card-img {
	border-radius: 0;
}

/* END OF CARD */



/* 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: #000;
}

footer h3	{
	margin: 30px 0;
	padding: 10px 0;
	text-align: left;
	font-size: 200%;
	color: #fff;
}

/* Change the default link colour from blue */
footer a,
footer a:hover, 
footer a:focus {
	color: #fff;
	text-decoration: none;
}

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	padding: 0!important;
	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: #111;
	font-size: 80%;
}

/* 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;
}

div.card-columns{
	column-count: 5;
	}

.object-fit-cover {
	object-fit: cover;
	}

@media (max-width: 1200px){

	}
	
@media (max-width: 992px){
	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	}
	
@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;
		}
	}