/*
	==============================================

	Dot the Jewellers (c) 2015

	Deisgn by Archipelago
	Developed by Airbrand http://airbrand.co.uk
	

	==============================================

	Colour definitions:

	BACKGROUND: #c9c9c9
	DARK GREY: #313131
	LIGHT GREY: #e5e5e5
	GOLD: #9e8855

	==============================================
*/

html, body {
	margin:0;
	padding:0;
	width:100%;
}

body {
	font-family: 'Agenda', 'Open Sans', sans-serif;
}

html {
	font-size:16px;
}

@media (max-width:1024px) {
	html {
		font-size:15px;
	}
}

@media (max-width:768px) {
	html {
		font-size:14px;
	}
}

@media (max-width:560px) {
	html {
		font-size:14px;
	}
}

body {
	background:#c9c9c9;
	color:#313131;
	font-size:1rem;
}

a {
	color:#313131;
	text-decoration: none;
}

#pre-header {
	background-color: #9e8855;
	text-align: center;
}

#pre-header p {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#pre-header p:first-child {
	padding-top: 15px;
}

#page {
	font-weight:400;
}

p {
	margin:1.125rem 0;
}

#page img {
	border:0;
	height:auto;
	width:auto;
	max-width:100%;
}

.spacer-dot {
	display:block;
	padding:45px 0;
	background-image: url(../images/black-circle.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* ==== LAYOUT ======================================== */

.wrapper {
	width:100%;
	max-width:1400px;
	padding:0 115px;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
}

@media (max-width:1200px) {
	.wrapper {
		padding:0 50px;
	}
}

@media (max-width:1024px) {
	.wrapper {
		padding:0 15px;
	}
}

.row {
	display:inline-block;
	width:100%;
}

.col {
	float:left;
	display:inline-block;
}

.col.right {
	float:right;
}

.col.third {
	width:33.3%;
}

@media (max-width:1024px) {
	.col.third {
		width:100%;
		float:none;
		display:block;
		padding:0 0 40px;
	}
}

.col.third:nth-child(3n+4) {
	clear:left;
}

.col.half {
	width:50%;
}

.col.half:nth-child(2n+3) {
	clear:left;
}

.col.half:nth-child(odd) .spacer {
	display:block;
	padding-right:15px;
}

.col.half:nth-child(even) .spacer {
	display:block;
	padding-left:15px;
}

@media (max-width:767px) {
	.col.half {
		width:100%;
		float:none;
	}

	.col.half:nth-child(even) .spacer,
	.col.half:nth-child(odd) .spacer {
		padding:0 0 15px;
	}

	.col.half:nth-child(even) .spacer img,
	.col.half:nth-child(odd) .spacer img {
		display:block;
		margin:auto;
	}
}

/* ==================================================== */

/* ==== HEADER ======================================== */

#header {
	padding:60px 0 100px;
	margin-bottom:-70px;
	background:#313131;
}

#header .wrapper {
	position:relative;
}

#header a.logo {
	text-decoration: none;
}

#header a.logo:hover {
	opacity:0.8;
}

#header a.logo img {
	max-width:80%;
	display:block;
	margin:0 auto;
	opacity:1;
	transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
}

#header a.logo:hover img {
	opacity:0.6;
}

#header-left,
#header-right {
	font-size:0.75rem;
	line-height:0.75rem;
	margin-top:-0.375rem;
	top:50%;
	position:absolute;
	z-index:1;
	letter-spacing: 3px;
}

#header-left {
	left:115px;
}

#header-right {
	right:115px;
}

@media (max-width:1200px) {
	#header-left {
		left:50px;
	}
	#header-right {
		right:50px;
	}
}

@media (max-width:1024px) {
	#header-left {
		left:15px;
	}
	#header-right {
		right:15px;
	}
}

#header-left a,
#header-right a {
	color:#9e8855;
	text-decoration: none;
	opacity:1;
	transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
	text-transform:uppercase;
}

#header-left a:hover,
#header-right a:hover {
	opacity:0.6;
}

#header-seperator {
	display:block;
	padding:40px 0;
	background-image: url(../images/gold-circle.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width:560px) {
	#header-seperator {
		padding:20px 0;
	}
}

#nav {
	display:block;
}

#nav ul {
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;
	list-style: none;
	text-align: center;
}

#nav ul li {
	display:inline-block;
	margin:0;
	padding:0 20px;
}

#nav ul li a {
	font-size:1rem;
	line-height:1rem;
	letter-spacing: 3px;
	text-transform:uppercase;
	color:#9e8855;
	text-decoration: none;
	opacity:1;
	transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
}

#nav ul li a:hover {
	opacity:0.6;
}

#menu-trigger,
#mob-menu-extra {
	display:none;
}

@media (max-width:1024px) {
	#header-left,
	#header-right {
		display:none;
	}

	#menu-trigger,
	#mob-menu-extra {
		display:block;
	}

	#menu-area {
		position:relative;
	}

	#menu-trigger {
		font-size:1.125rem;
		line-height:1.125rem;
		text-align: center;
		letter-spacing: 3px;
		text-transform:uppercase;
		color:#9e8855;
		text-decoration: none;
		cursor:pointer;
		padding:10px;
	}

	#nav {
		display:none;
	}

	#nav.menu-open {
		display:block;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:#313131;
		z-index:99;
	}

	#nav ul {
		position:relative;
		padding:60px 0;
	}

	#nav ul:before {
		position:absolute;
		left:50%;
		top:30px;
		width:6px;
		height:6px;
		content:" ";
		margin:-3px 0 0 -3px;
		background:url(../images/gold-circle.png) no-repeat;
	}

	#nav ul:after {
		position:absolute;
		left:50%;
		bottom:30px;
		width:6px;
		height:6px;
		content:" ";
		margin:0 0 -3px -3px;
		background:url(../images/gold-circle.png) no-repeat;
	}

	#mob-menu-extra {
		padding-bottom:30px;
	}

	#nav ul li,
	#mob-menu-extra a {
		display:block;
		padding:10px;
		text-align: center;
	}

	#mob-menu-extra a {
		font-size:1.125rem;
		line-height:1.125rem;
		letter-spacing: 3px;
		text-transform:uppercase;
		color:#9e8855;
		text-decoration: none;
		opacity:1;
		transition:opacity 0.2s;
		-webkit-transition:opacity 0.2s;
		-moz-transition:opacity 0.2s;
		-ms-transition:opacity 0.2s;
		-o-transition:opacity 0.2s;
	}

	#mob-menu-extra a:hover {
		opacity:0.6;
	}
}

@media (max-width:560px) {
	#mob-menu-extra a {
		font-size:1rem;
		line-height:1.125rem;
	}
}

/* ==================================================== */

/* ==== FOOTER ======================================== */

#footer {
	background:#e5e5e5;
	display:block;
	padding:40px 0;
}

#post-footer {
	padding:40px 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#post-footer p {
	font-size:0.875rem;
	line-height:0.875rem;
	margin:0;
	letter-spacing: 3px;
}

#footer .col {
	text-align: center;
}

#footer h6 {
	font-size:0.875rem;
	line-height:0.875rem;
	padding-bottom:15px;
	margin:0 0 15px;
	position:relative;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 3px;
}

#footer h6:after {
	width:12px;
	height:2px;
	background:#313131;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-6px;
	display:block;
	z-index:1;
}

#footer .col p {
	margin:0;
	font-size:0.875rem;
	line-height:1.3rem;
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 3px;
}

#footer .col a {
	color:#313131;
	text-decoration: none;
	opacity:1;
	transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	-moz-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	-o-transition:opacity 0.2s;
}

#footer .col a:hover {
	opacity:0.6;
}

#pre-footer {
	background:#9e8855;
	padding:60px 40px 40px;
	display:block;
	text-align: center;
	margin-top:40px;
}

#pre-footer h3 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:0 0 1.25rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
	color:#e5e5e5;
}

#pre-footer h3:after {
	width:30px;
	height:2px;
	background:#e5e5e5;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

#pre-footer p {
	max-width:600px;
	color:#e5e5e5;
	margin:0 auto 1.5rem;
}

#pre-footer a {
	font-size:1.125rem;
	line-height:1rem;
	border:2px solid #e5e5e5;
	padding:0.875rem 0.875rem 0.75rem;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
	display:inline-block;
	background:rgba(229,229,229,0);
	color:#e5e5e5;
	text-decoration: none;
	transition:background 0.2s, color 0.2s;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
}

#pre-footer a:hover {
	background:rgba(229,229,229,1);
	color:#9e8855;
}

#pre-footer-spacer {
	display:block;
	height:40px;
}

/* ==================================================== */

/* ==== VIDEOS ======================================== */

#video {
	overflow:hidden;
	position:relative;
	border: 4px solid #c9c9c9;
}

#video .HTMLBlock {
	margin:-8% 0;
}

.embedded-video {
	width:100%;
	display:block;
	position:relative;
	z-index:1;
}

.video-overlay {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:2;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
}

.short-version {
	background-image:url(../images/short_version.jpg);
}

.long-version {
	background-image:url(../images/long_version.jpg);
}

.video-button {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:3;
	background-repeat: no-repeat;
	background-position:center center;
	background-image:url(../images/play.png);
	background-size:128px;
	cursor:pointer;
	opacity:0.5;
	transition:opacity 0.25s;
}

.video-button:hover {
	opacity:1;
}

.video-playing .video-button {
	opacity:0;
	transition:none;
}

@media (max-width:1024px) {
	.video-button {
		background-size:64px;
	}
}

/* ==================================================== */

/* ==== HOME PAGE ===================================== */

#coloured-blocks {
	font-size:0px;
	line-height: 0px;
}

#coloured-blocks .row {
	position:relative;
}

#coloured-blocks .col {
	padding:40px 80px;
	text-align: center;
	box-sizing: border-box;
	font-size:1rem;
	line-height:1.5rem;
	width:50%;
}

@media (max-width:560px) {
	#coloured-blocks .col {
		padding:30px;
	}
}
#coloured-blocks .image {
	padding: 0;
}

#coloured-blocks .col h2 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:0 0 1.25rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
}

#coloured-blocks .col h2:after {
	width:30px;
	height:2px;
	background:#9e8855;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

#coloured-blocks .col.grey-text h2:after {
	background:#313131;
}

#coloured-blocks .col,
#coloured-blocks .col a {
	color:#9e8855;
	text-decoration: none;
}

#coloured-blocks .col a {
	font-size:1.125rem;
	line-height:1rem;
	border:2px solid #9e8855;
	padding:0.875rem 0.875rem 0.75rem;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
	display:inline-block;
	background:rgba(158,136,85,0);
	transition:background 0.2s, color 0.2s;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
	margin:5px 0 0;
}

#coloured-blocks .col.grey-text,
#coloured-blocks .col.grey-text a {
	color:#313131;
}

#coloured-blocks .col a:hover {
	background:rgba(158,136,85,1);
	color:#313131;
}

#coloured-blocks .col.grey-text a {
	border-color:#313131;
	background:rgba(49,49,49,0);
}

#coloured-blocks .col.grey-text a:hover {
	background:rgba(49,49,49,1);
	color:#9e8855;
}

#coloured-blocks .col.light-button a:hover {
	color:#e5e5e5;
}

#coloured-blocks .height-filler {
	position:absolute;
	background-size:cover;
	background-position:center center;
	height:100%;
}

#coloured-blocks .height-filler.right {
	right:0;
}
#coloured-blocks .row .height-filler img {
	object-fit:cover;
	height: 100%;
	width: 100%;
}
@media (max-width:767px) {
	#coloured-blocks .col {
		float:none;
		width:100%;
		position:static;
		min-height:200px;
	}
}

#testimonial {
	display:block;
	max-width:600px;
	margin:auto;
	text-align: center;
}

#testimonial h3 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:0 0 1.25rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
}

#testimonial h3:after {
	width:30px;
	height:2px;
	background:#313131;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

#testimonial a {
	font-size:1.125rem;
	line-height:1rem;
	border:2px solid #313131;
	color:#313131;
	text-decoration: none;
	padding:0.875rem 0.875rem 0.75rem;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
	display:inline-block;
	background:rgba(49,49,49,0);
	transition:background 0.2s, color 0.2s;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
}

#testimonial a:hover {
	background:rgba(49,49,49,1);
	color:#c9c9c9;
}

.white-copy-section {
	display:block;
	background:#e5e5e5;
	padding:0 0 40px;
	margin-bottom:-40px;
}

.white-section-title {
	display:block;
	text-align: center;
}

.white-copy-section .wrapper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.white-copy-section .wrapper p {
	margin:0 0 1.5rem;
}

.white-section-title h3 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:0 0 1.25rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
}

.white-section-title h3:after {
	width:30px;
	height:2px;
	background:#313131;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

@media (max-width:700px) {
	.white-copy-section .wrapper {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

/* ==================================================== */

/* ==== CONTENT ======================================= */

#intro {
	display:block;
	max-width:600px;
	margin:auto;
	text-align: center;
}

#intro h1,
#intro h3 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:1.5rem 0 0.875rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
}

#intro h1:after,
#intro h3:after {
	width:30px;
	height:2px;
	background:#313131;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

#intro p {
	margin:0
}

#body-content h1,
#body-content h2,
#body-content h3 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:0.875rem 0 0.875rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
	text-align: center;
}

#body-content h1:after,
#body-content h2:after,
#body-content h3:after {
	width:30px;
	height:2px;
	background:#313131;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

#body-content h4 {
	text-transform: uppercase;
	margin:auto;
	font-size:1.25rem;
	letter-spacing: 3px;
	font-weight:400;
}

/* ==================================================== */

/* ==== TESTIMONIALS ================================== */

#testimonials table {
	border-collapse: collapse;
}

#testimonials .testimonial {
	display:flex;
	width:100%;
	flex-direction: row;
}

#testimonials .testimonial:nth-child(2n+2) {
	flex-direction: row-reverse;
}

#testimonials .testimonial:nth-child(3n+1) {
	background:#e5e5e5;
	color:#9e8855;
}

#testimonials .testimonial:nth-child(3n+2) {
	background:#9e8855;
	color:#313131;
}

#testimonials .testimonial:nth-child(3n+3) {
	background:#313131;
	color:#e5e5e5;
}

.testimonial-image,
.testimonial-content {
	display:block;
	width:50%;
}

.testimonial-image {
	min-height:350px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}

.testimonial-content {
	text-align: center;
	padding:15px 30px;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

#testimonials .testimonial h3 {
	text-transform: uppercase;
	margin:0 0 1.25rem;
	padding:0.875rem 0 0.875rem;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
	text-align: center;
}

#testimonials .testimonial h3:after {
	width:30px;
	height:2px;
	background:#9e8855;
	content:" ";
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-15px;
	display:block;
	z-index:1;
}

#testimonials .testimonial:nth-child(3n+2) h3:after {
	background:#313131;
}

#testimonials .testimonial:nth-child(3n+3) h3:after {
	background:#e5e5e5;
}

.homepage-testimonial {
	margin-bottom: 30px;
}
.homepage-testimonial .testimonial-content {
	background: #9e8855;
	color: #313131;
	padding: 30px;
}
.homepage-testimonial .testimonial-content h3{
	margin-bottom: 0!important;
}
.homepage-testimonial .testimonial-content h3:after {
	background: #313131!important;
}
.homepage-testimonial a {
	font-size:1.125rem;
	line-height:1rem;
	border:2px solid #313131;
	color:inherit;
	text-decoration: none;
	padding:0.875rem 0.875rem 0.75rem;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
	display:inline-block;
	background-color:rgba(255,255,255,0);
	transition:background-color 0.2s, color 0.2s;
	-webkit-transition:background-color 0.2s, color 0.2s;
	-moz-transition:background-color 0.2s, color 0.2s;
	-ms-transition:background-color 0.2s, color 0.2s;
	-o-transition:background-color 0.2s, color 0.2s;
}

.homepage-testimonial a:hover {
	background-color:#313131;
	color:#9e8855;
}

@media (max-width:600px) {
	#testimonials .testimonial,
	#testimonials .testimonial:nth-child(2n+2) {
		flex-direction: column;
	}

	.testimonial-image {
		height:75vw;
		max-height: 500px;
	}

	.testimonial-image,
	.testimonial-content {
		display:block;
		width:100%;
	}
}

/* ==================================================== */

/* ==== FILE DOWNLOAD ================================= */

.ccm-block-file {
	display:block;
	max-width:500px;
	text-align: center;
	margin:auto;
}

.ccm-block-file a {
	padding:80px 0 0;
	text-transform: uppercase;
	font-size:1.25rem;
	position:relative;
	letter-spacing: 3px;
	font-weight:400;
	text-align: center;
	display:block;
	color:#9e8855;
}

.ccm-block-file a:before {
	width:46px;
	height:46px;
	display:block;
	pointer-events: none;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-23px;
	content:" ";
	cursor:pointer;
	background:url(../images/pdf.png);
}

/* ==================================================== */

/* ==== BESPOKE JEWELLERY ============================= */

.bespoke-jewellery p {
	text-align: center;
}

.bespoke-jewellery p a {
	display:inline-block;
	border:2px solid #313131;
	padding:0.875rem 0.875rem 0.75rem;
	letter-spacing: 1px;
	background:rgba(49,49,49,0);
	transition:background 0.2s, color 0.2s;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
	color:#313131;
}

.bespoke-jewellery p a:hover {
	background:rgba(49,49,49,1);
	color:#c9c9c9;
}

/* ==================================================== */

/* ==== JEWELLERY GALLERY ============================= */

.plain-gallery-row,
.jewellery-gallery-row,
.remake-gallery-row {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	gap: 15px;
	margin-bottom: 30px;
}

.jewellery-gallery-col,
.remake-gallery-col {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 280px;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	font-size:0;
	line-height:0;
	background:#e5e5e5;
	color:#313131;
	box-shadow:0px 0px 0px -5px rgba(49,49,49,0);
	transition:box-shadow 0.2s;
	cursor:pointer;
	cursor:-webkit-zoom-in;
}

.plain-gallery-col {
	width:25%;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	font-size:0;
	line-height:0;
	box-shadow:0px 0px 0px rgba(49,49,49,0);
	transition:box-shadow 0.2s;
	cursor:pointer;
	cursor:-webkit-zoom-in;
}

@media (max-width:850px) {
	.plain-gallery-col,
	.jewellery-gallery-col,
	.remake-gallery-col {
		width:50%;
	}
}

.plain-gallery-col:hover,
.jewellery-gallery-col:hover,
.remake-gallery-col:hover {
	box-shadow:0px 10px 10px -5px rgba(49,49,49,0.3), 0px 20px 20px -5px rgba(0,0,0,0.3);
	z-index:2;
}

/* .jewellery-gallery-col:nth-child(3n+2) {
	background:#9e8855;
	color:#313131;
}

.jewellery-gallery-col:nth-child(3n+3) {
	background:#313131;
	color:#e5e5e5;
} */

.jewellery-gallery-col img,
.remake-gallery-col img {
	width:100%;
	height:auto;
}

.jewellery-gallery-col p,
.remake-gallery-col p {
	padding:30px;
	font-size:1rem;
	line-height:1.4em;
	text-align: center;
	margin:0;
	width:100%;
	box-sizing: border-box;
}

.remake-gallery-row .remake-gallery-col {
	background:#313131;
	color:#e5e5e5;
}

.remake-gallery-row:nth-of-type(3n+2) .remake-gallery-col {
	background:#9e8855;
	color:#313131;
}

.remake-gallery-row:nth-of-type(3n+3) .remake-gallery-col {
	background:#e5e5e5;
	color:#9e8855;
}

/* ==================================================== */

/* ==== POPUP GALLERY ================================= */

#blackout {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(49,49,49,0.9);
	box-sizing: border-box;
	padding:50px;
	z-index:99;
}

#next {
	position:absolute;
	width:44px;
	height:44px;
	right:38px;
	top:50%;
	margin-top:-22px;
	background-image:url(../images/Next.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	display:block;
	cursor:pointer;
	z-index:2;
}

#prev {
	position:absolute;
	width:44px;
	height:44px;
	left:38px;
	top:50%;
	margin-top:-22px;
	background-image:url(../images/Prev.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	display:block;
	cursor:pointer;
	z-index:2;
}

#close-lightbox {
	position:absolute;
	width:44px;
	height:44px;
	right:38px;
	top:38px;
	background-image:url(../images/Cross.png);
	background-repeat:no-repeat;
	background-size: 26px;
	background-position: center center;
	display:block;
	cursor:pointer;
	z-index:2;
}

.popup-slides {
	position:absolute;
	top:5%;
	left:5%;
	bottom:5%;
	right:5%;
	width:90%;
	height:90%;
}

.popup-slides img {
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 10px 20px #000000;
}

#popup-counter {
	position:absolute;
	bottom:38px;
	left:38px;
	padding:10px;
	font-size:12px;
	line-height:12px;
	color:#e5e5e5;
	z-index:2;
}

.popup-slide {
	transition:opacity 0.5s;
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
}

.popup-slide p {
	position: absolute;
    bottom: 0;
    right: 0;
    width:60%;
    max-width: 300px;
    padding: 10px;
    margin: 0;
    color: #e5e5e5;
    z-index: 5;
    text-align: right;
}



/* ====Split Slider styles=========================== */
.split_slider {
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	grid-template-rows: 1fr 80% 1fr;
}

.split_slider .static {
	grid-column: 1 / 14;
	grid-row: 1 / -1;
	border: 6px solid #e5e5e5;
	z-index: 10;
}

.split_slider .static img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}

.split_slider .square-slider {
	grid-column: 13 / -1;
	grid-row: 2;
	aspect-ratio: 1 / 1;
	align-self: center;
	border: 6px solid #e5e5e5;
	z-index: 15;
}

.split_slider .square-slider .ccm-image-slider-text {
	display:none;
}
.split_slider .square-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.split_slider .square-slider .rslides_tabs {
	display: none;
}

@media (max-width: 767px) {
	.split_slider {
		grid-template-columns: 1fr 60% 1fr;
		grid-template-rows: 240px 1fr;
	}
	.split_slider .static {
		grid-column: 1 / -1;
		grid-row: 1;
	}
	.split_slider .square-slider {
		grid-column: 2;
		grid-row: 2;
		margin-top: -50px;
	}
}

iframe {
	border: none;
}
/*

Colour definitions:

	BACKGROUND: #c9c9c9
	DARK GREY: #313131
	LIGHT GREY: #e5e5e5
	GOLD: #9e8855

*/
