html,
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #666;
	background: #fff;
	backface-visibility:hidden;
}

a	{
	color: #666;
	}

a:hover	{
	color: #5b3f18;
	}

img.framed {
	border: 1px solid #666;
	padding: 10px;
	background: #666;
	box-shadow: 10px 10px 10px #ccc;
}

img {
	xbox-shadow: 10px 10px 10px #ccc;
}

/* START OF BACKGROUND ROWS */
.container-fluid.container-striped:nth-child(odd)	{
	xbackground: #faf1e8 url('../images/skin/container_striped_bg_odd.jpg') top center repeat;
	background: #fff;
}
.container-fluid.container-striped:nth-child(even)	{
	xbackground: #fcebdb url('../images/skin/container_striped_bg_even.jpg') top center repeat;
	background: #f9f9f9;
}
div.bg1	{
	background: #fff;
}
/* END OF BACKGROUND ROWS */


/* START OF FRAMEWORK CSS */
h1, h2, h3, h4, h5, h6	{
	margin: 50px 0 20px;
	font-family: 'Playfair Display', serif;
}

h1	{
	font-size: 300%;
}

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

p	{
	xfont-size: 125%;
}

/* END OF FRAMEWORK CSS */

.object-fit-cover {
	object-fit: cover;
	}


/* START OF TOP BANNER */
div.top_banner	{
	background: #666;
	font-weight: 300;
	font-size: 90%;
}

div.top_banner div.phone,
div.top_banner div.email {
	padding: 3px 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{
	}
	
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	{
	border-bottom: 1px solid #eee;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	background: #fff;
	font-weight: 100;
	padding: 0!important;
	}

nav.navbar	{
	width: 100%;
	}

/* Change all 'end' to 'start' to place hamburger on left */
nav.navbar button.navbar-toggler {
	border-color: #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(96,73,41,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%;
	}

/* CSS Filters https://www.w3schools.com/cssref/playit.asp?filename=playcss_filter&preval=brightness(200%25) */
img.logo {
    margin: 10px auto;
    max-height: 100px;
	box-shadow: none;
	}

div.dropdown-menu a.dropdown-item,
.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
	padding: 8px 20px;
	color: #666;
	font-weight: 300;
	/* Fade Property */
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;	
}

/* 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	{
	xbackground: #ccc;
	color: #999!important;
	}

li#book a.nav-link	{
	background: #666;
	color: #fff!important;
	}

/* Change background of dropdown menu */
div.dropdown-menu  {
	margin: 0;
	padding: 0;
	background: #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	{
	border: 0;
	border-radius: 0;
	padding: 8px 16px;
	text-transform: capitalize;
	background: #ddd;
	color: #666;
	}
	
/* Change properties for dropdown item hover */
div.dropdown-menu a.dropdown-item:hover	{
	background: #666;
	color: #fff!important;
	}
	
ul li.social {
	display: flex;
	}

/* 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	{
	/* margin-left: -15px; */
	/* margin-right: -15px; */
	}

/* Customise the styling for the carousel overlay */
.carousel-overlay {
	position: absolute;
	bottom: 100px;
	right: 50%;
	width: 75%;
	transform: translate(50%,0);
	text-align: center;
	color: #fff;
}

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

.carousel-overlay p	{
	margin: 0;
	padding: 0;
	font-size: 150%;
	line-height: 1em;
	xtext-shadow: 2px 2px #666, -1px -1px #666, -1px 2px #666, 2px -1px #666!important;
	color: #fff!important;
}

/* END OF CAROUSEL */



/* START OF VIDEO */
div#image_holder {
	margin: 0;
	position: relative;
	z-index: 0;
}

div#image_holder video#manston_industrial_estate {
	margin: 0;
	padding: 0;
    width: 100%!important;
    height: auto!important;
}

div#image_holder div.image_overlay {
	margin: 0;
	padding: 250px 100px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align: center;
	background: rgba(128, 128, 128, 0.75);
}

div#image_holder div.image_overlay img	{
	width: 45%;
}

div#image_holder div.image_overlay h2	{
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-weight: 800;
	font-size: 300%;
	width: 50%;
}

div#image_holder div.image_overlay h3	{
	margin: 0;
	color: #fff;
	font-size: 220%;
	font-weight: normal;
	text-transform: uppercase;
}

div#image_holder div.image_overlay p	{
	margin: 30px 10%;
	color: #fff;
	font-size: 110%;
}

div#image_holder div.image_overlay .btn-primary {
	border-color: #fff;
	color: #fff;
}

div#image_holder div.image_overlay .btn-primary:hover {
	border-color: #fff;
	color: #fff;
	background: #333;
}



/* Medium devices (tablets, 992px and smaller) */
@media (max-width: 992px) { 
	div#image_holder div.image_overlay {
		padding: 20px 20px 0;
	}
	div#image_holder div.image_overlay img	{
		width: 60%;
	}
	div#image_holder div.image_overlay h2	{
		font-size: 200%;
	}
	div#image_holder div.image_overlay h3	{
		font-size: 120%;
	}
	div#image_holder div.image_overlay p	{
		margin: 20px 10%;
		font-size: 100%;
	}
	.carousel-overlay {
		bottom: 25px;
	}
	.carousel-overlay h3	{
		font-size: 300%;
	}
}

/* Small devices (tablets, 768px and smaller) */
@media (max-width: 768px) { 
	div#image_holder div.image_overlay {
		padding: 80px 20px 0;
	}
	div#image_holder div.image_overlay img	{
		width: 75%;
	}
	div#image_holder div.image_overlay h2	{
		font-size: 180%;
	}
	div#image_holder div.image_overlay h3	{
		font-size: 100%;
	}
	div#image_holder div.image_overlay p	{
		margin: 30px 2%;
		font-size: 90%;
	}
	.carousel-overlay h3	{
		font-size: 250%;
	}
}
/* END OF VIDEO */




/* START OF TESTIMONIAL */

div.testimonial	{
	margin: 30px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 50px 50px 20px;
	width: 90%;
	background: rgba(255,255,255,0.25);
}

div.testimonial p.author	{
	font-weight: bold;
	text-align: right;
}

/* END OF TESTIMONIAL */



/* START OF BUTTON COLOURING */
.btn {
	box-shadow: 10px 10px 10px #eee;
}

.btn-primary {
	border: 1px solid #999;
	border-radius: 0;
	padding: 10px 30px;
	background: #f9f9f9;
	color: #666!important;
	xfont-weight: bold;
	xtext-transform: uppercase;
	xletter-spacing: 5px;
}

.btn-primary:hover {
	border: 1px solid #999;
	background: #ccc;
	color: #fff!important;
}

.btn-secondary {
}

.btn-secondary:hover {
}

.btn-success {
}

.btn-success:hover {
}
/* END OF BUTTON COLOURING */


/* START OF WEBPAGE */

/* Webpage container styling */
.webpage {
	background: rgba(255,255,255,0.1);
}

.container-fluid	{
	margin: 0;
}

.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: 6669;
    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 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: #eee;
	color: #666;
}

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

table#calendar th a {
	color: #444;
    }
/* END OF CALENDAR */




/* START OF NEWS & EVENTS */

div.news_event	{
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 20px;
	background: #69afa0;
}

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

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

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

div.news_event h3.news_event_title	{
	margin-top: 0;
}

/* END OF NEWS & EVENTS */

/* START OF CARD */

.card {
	border: 1px solid #ccc;
	text-align: center;
	background: rgba(255,255,255,0.5);
	box-shadow: 10px 10px 10px #ccc;
}

.card h2 {
	font-size: 200%;
}

.card .btn {
	border: 1px solid #ccc;
	xbackground: #fff;
}

.card .btn:hover {
	border: 1px solid #aaa;
	background: #ccc;
}

/* .card { */
	/* margin-bottom: 30px; */
/* } */

/* .card div.card-body { */
	/* border-top: 1px solid #ddd; */
	/* padding-bottom: 0; */
	/* background: #eee; */
/* } */

/* .card div.card-body p { */
	/* font-size: 80%; */
/* } */

/* .card-img { */
	/* border-radius: 0; */
/* } */

/* END OF CARD */



/* START OF FLIP CARD */

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.flip-card-front#jewellery{
	background: url('../images/panels/jewellery.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-front#services{
	background: url('../images/panels/services.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-front#galleries{
	background: url('../images/panels/galleries.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-front#about{
	background: url('../images/panels/about.jpg') top center no-repeat;
	background-size: cover;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateX(-180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-back {
	background-color: #999;
	background: #999 url('../images/skin/flip_card_back_bg.jpg') top center no-repeat;
	transform: rotateX(-180deg);
}
.flip-card a h2 {
	color: #fff;
	text-decoration: none;
}
.col-flip-card {
	min-height: 500px;
}

/* END OF FLIP CARD */



/* 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: #666;
}

footer h3	{
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 200%;
}

footer img	{
	box-shadow: none;
}

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

/* Overwrite/reduce the padding for the footer navbar links */
footer li.nav-item a.nav-link {
	padding: 0!important;
	font-weight: 100;
	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;
}

footer img,
div.copyright_info img {
	filter: grayscale(0%);
}

/* Styling for the copyright information strip underneath the footer */
.copyright_info {
	background: #222;
	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: 6666669;
	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;
	}

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

@media (max-width: 1200px){

	}
	
@media (max-width: 992px){
	h1, h2, h3, h4, h5, h6	{
		font-size: 250%;
	}

	div.card-columns{
		column-count: 4;
		}
		
	div.fixed_social_media {
		display: none;
		}
	div.overlay-panel div.overlay-content {
		opacity: 1;
		}
	div.dropdown-menu,
	div.dropdown-menu a.dropdown-item,
	.navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
		border: 0;
		border-radius: 0;
		}
	}
	
@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;
		}
	}