@charset "utf-8";
/* CSS Document */

.ColoursDivision {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
/*	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeedeb;
*/}
.BottomDivision {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
}
.GalleryPageDivision {
	float: left;
	width: 65%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../ui/dot-division.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 60px;
	margin-right: 17.5%;
	margin-left: 17.5%;
	border: none !important;
}
.RoutingDivision {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;s
}
.GalleryDivision {
	float: left;
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
/*	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeedeb;
*/}
.PrivacyDivision {
	float: left;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeedeb;
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
}

.videoDivision {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 10px;
	margin-bottom: 40px;
}
.ColourContainer {
	float: left;
	width: 22.5%;
	margin-right: 3.33333%;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 2px solid rgba(245, 245, 246, 1);
	box-shadow: 0 8px 8px -8px #d9d9dc;
	border-radius: 10px 10px 10px 10px;
}
.ColourContainer:nth-child(4n) {
	margin-right: 0;
}
.RoutingContainer {
	border-radius: 0px 0px 10px 10px;
}
.PopUpColourImage {
	line-height: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.PopUpColourImage img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0px 0px;
}
.ColourImage {
	line-height: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.ScaleImage img {
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s;
	transform: scale(1);
	transition: transform 0.35s;
}
.ColourImage img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0px 0px;
}
.ScaleImage img:hover {
	-webkit-transform: scale(1.35);
	-webkit-transition: -webkit-transform 0.35s;
	transform: scale(1.35);;
	transition: transform 0.35s;
}
.NoScale img {
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s;
	transform: scale(1);
	transition: transform 0.35s;
}
.ColourMeta {
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
}
.ColourMetaInner {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	position: relative;
}
.ColourMetaInner h4 {
	font-size: 1.0em;
	color: #000000;
	/*padding-bottom: 8px;*/
}
.ColourMetaInner p {
	color: #88959e;
	line-height: 24px;
    margin-bottom: 0px;
	font-size: 1.05em;
}
.PlusContainer {
	background-image: url(../ui/plus-icon.png);
	background-repeat: no-repeat;
	background-size: 33px 33px;
	position: absolute;
	z-index: 2;
	height: 33px;
	width: 33px;
	top: 10px;
	right: 10px;
}
.EmailContainer {
	background-image: url(../ui/email-icon.png);
	background-repeat: no-repeat;
	background-size: 33px 21px;
	position: absolute;
	/*z-index: 2;*/
	height: 21px;
	width: 33px;
	top: 10px;
	right: 10px;
}

.MagContainer {
	background-image: url(../ui/WhiteMagnifyGlass.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 2;
	height: 32px;
	width: 33px;
	top: 10px;
	left: 10px;
	display: none;
}
.CloseContainer {
	background-image: url(../ui/minus.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	height: 33px;
	width: 33px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
@media all and (min-width:1025px) and (max-width:4000px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 550px !important;
		height: auto;
		max-width  : 80%;
		max-height : 80%;
		margin: 0;
		border-radius: 10px 10px 10px 10px;
		-webkit-box-shadow: 0 0 50px #ccc;
		box-shadow: 0 0 3px #ccc;
	}
}
.ColourPreview {
	margin: 0px;
	font-size: 1.5em;
	overflow: hidden;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	background-color: transparent;
	
}
.ColourPreview .ColourMetaInner p {
	line-height: 42px;
    margin-bottom: 0px;
	font-size: 1.05em;
}
.ColourPreview .ColourContainer {
	float: left;
	width: 100%;
	margin-right: 0;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;
	box-shadow: none;
}

.ColourPreview .ColourImage img {
	width: 100%;
	height: auto;
	border-radius: none;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0;
}

/*******************************************************Other Related Colour Template Pages*/
.SectionDivision {
    border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeedeb;
	position: relative;
	margin-top: 94px;
}
.SectionTitle {
	text-align: center;
	padding-top: 34px;
}
.SectionTitle h3 {
	color: #0bb5eb;
	font-size: 2.25em;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 20px;
}
.ProductsSection {
	padding-top: 54px;
}
.SpecHeading {
	font-weight: 400;
	font-size: 2.65em;
	color: #0bb5eb;
	background-image: url(../ui/u-heading.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 30px;
	padding-left: 30px;
	text-transform: uppercase;
}
.SpecSubHeading {
	padding-top: 12px;
}
.NextSpecHeading {
	padding-top: 24px;
}
.testonialplaceholder {
	background-color: #0bb5eb;
	background-image: url(../ui/testimonials-placeholder.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto;
}
.TestimonialSection {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0bb5eb;
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
}
.TestimonialContent p {
	color: #88959e;
	text-align: center;
	font-size: 1.75em;
	line-height: normal;
}
.TestimonialContent img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.QuoteBox {
	position: relative;
	height: auto;
	width: 85%;
	z-index: 10;
	float: left;
	margin-top: 70px;
	margin-right: 7.5%;
	margin-bottom: 70px;
	margin-left: 7.5%;
}
.QuoteTop {
	position: absolute;
	z-index: 11;
	height: auto;
	width: 4.75%;
	left: 0px;
	top: 0px;
}
.QuoteBottom {
	position: absolute;
	z-index: 11;
	height: auto;
	width: 4.75%;
	bottom: 0px;
	right: 0px;
}
.Quotes img {
	width: 90%;
	height: auto;
}
.QuoteInner {
	float: left;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	position: relative;
	padding-top: 20px;
}
.QuoteInner p {
	text-align: center;
	font-size: 2.25em;
	line-height: normal;
	font-weight: 300;
	color: #FFF;
}
.QuoteInner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.Testimonial {
	font-size: 2.35em;
	font-style: italic;
	margin-bottom: 0px;
}
.TestimononialImage {
	float: left;
	width: 30%;
	margin-right: 35%;
	margin-left: 35%;
	position: relative;
}
#testmonials_placeholder img {
	width: 100%;
	height: auto;
}
.GalleryItems {
	height: auto;
	overflow: hidden;
}
.GalleryGroup {
	display: nones;
}
.GalleryTitle {
/*	width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
*/}
.et_pb_gallery_pagination {
	float: left;
	width: 100%;
	position: relative;
}
.BottomPagination {
	padding-top: 10px;
}
.PrevRecs::before {
    position: absolute;
    top: 10px;
    left: 3px;
    content: "\25c0";
}
.page-next {
	padding-right: 10px !important;
}
.page-prev {
	padding-left: 10px !important;
}
.NextRecs::before {
    position: absolute;
    top: 10px;
    right: 0px;
    content: "\25B6";
}
.et_pb_gallery_pagination ul::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: "";
}
.et_pb_gallery_pagination ul {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    text-align: center !important;
    list-style-type: none !important;
}
.et_pb_gallery_pagination ul li {
	padding: 10px;
	display: inline-block;
	position: relative;
}
.top_pagignation ul {
    margin-bottom: 0px !important;
}
.et_pb_gallery_pagination ul li a {
    color: #999;
    font-size: 16px;
    line-height: 16px;
}
.et_pb_gallery_pagination ul li a:hover {
	color: #0bb5eb !important;
}
.active {
	font-weight: 500;
	color: #0bb5eb !important;
}
#NavInsert {
	font-size: .95em;
	text-align: right;
	font-style: italic;
}
.MagGlass {
	display: table;
	padding-right: 40px;
	background-image: url(../ui/MagnifyGlass.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 31px;
}
.SpecSheetContainer img {
	width: 90%;
	height: auto;
}
@media all and (min-width:300px) and (max-width:1365px) {
	.QuoteInner p {
		font-size: 2.75vw;
	}
	.Testimonial {
		font-size: 2.85vw;
	}
	.testimonialaviatr {
		width: 15vw;
		height: auto;
	}
	.QuoteInner {
		float: left;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
}
@media all and (min-width:300px) and (max-width:767px) {
	.GalleryPageDivision {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.QuoteInner {
		padding-top: 0px;
	}
	#testmonials_placeholder img {
		min-height: 400px
	}
	.QuoteInner p {
		font-size: 1.25em;
	}
	.Testimonial {
		font-size: 1.5em;
	}
	.testimonialaviatr {
		width: 30vw;
		height: auto;
	}
}
/*Product Detail */
.ProductSampleImageContainer {
	float: left;
	width: 80%;
	position: relative;
}
.ProductSampleImageContainer img {
	width: 100%;
	height: auto;
}
.ColourBox {
	box-sizing: border-box;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 15px;
	position: relative;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	cursor: pointer;
}
.ColourBox img {
	width: 46px;
	height: 46px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.ColourBoxActive {
	box-sizing: border-box;
	border: 2px solid #000;
}
.ProductDetailsTitle {
	color: #0bb5eb;
	margin-bottom: 10px;
}
.ProductDetailsTitle span {
	font-size: .85em;
	color: #5b6977;
	font-weight: 400;
	font-style: italic;
}
.VideoContainer {
	padding-top: 30px;
}
.VideoContainer h3 {
	text-align: center;
	font-weight: 300;
	padding-bottom: 30px;
}
.GallerySection h3 {
	text-align: center;
	font-weight: 300;
}
.VideoContainerOne {
	float: left;
	width: 47%;
	margin-right: 3%;
	position: relative;
	margin-bottom: 30px;
}
.VideoContainerTwo {
	float: left;
	width: 47%;
	margin-left: 3%;
	position: relative;
	margin-bottom: 30px;
}
.VideoContainer h5 {
	padding-top: 10px;
}
/*******************************************************Other Related Colour Template Pages*/

/*******************************************************Custom Deck Kit Process*/
.deck-kit-process:first-child {
	margin-top: 50px;
}
@media all and (min-width:758px) and (max-width:1100px) {
	.deck-kit-process {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
.deck-kit-process fieldset {
	display: block;
	float: left;
	height: auto;
	width: 45%;
	border: 1px solid #0bb5eb;
	border-radius: 20px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
}
.deck-kit-process fieldset:nth-of-type(odd) {
	margin-right: 10%;
}
.deck-kit-process legend {
	font-size: 1.55em;
	color: #0bb5eb;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -17px;
}
@media all and (min-width:758px) and (max-width:950px) {
	.deck-kit-process legend {
		font-size: 1.25em;
	}
}
.deck-kit-process.imageContainer {
	float: left;
	width: 100%;
	position: relative;
}
.imageContainer img {
	width: 100%;
	height: auto;
}
.deck-kit-info-container {
	width: 100%;
	padding-top: 20px;
	position: relative;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
}
.right-arrow {
	background-image: url(../ui/long-right-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5% auto;
}
.left-arrow {
	background-image: url(../ui/long-left-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5% auto;
}
.right-down-arrow {
	background-image: url(../ui/long-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 77% center;
	background-size: 1.5% auto;
	height: 100px;
}
.left-down-arrow {
	background-image: url(../ui/long-down-arrow.png);
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size: 1.5% auto;
	height: 100px;
}
.StepTwoStepThree {
	background-image: url(../ui/step-2-step-3.png);
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: 60% auto;
	height: 100px;
}
.MobileOnly {
	display: none;
}
.DeskTopOnly {
	display: block;
}
@media all and (min-width:100px) and (max-width:767px) {
	.deck-kit-process legend {
		font-size: 1.55em;
	}
	.deck-kit-process fieldset {
		width: 100%;
	}
	.deck-kit-process fieldset:nth-of-type(odd) {
		margin-right: 0%;
	}
	.right-arrow,
	.left-arrow {
		background-image: none;
	}
	.StepTwoStepThree,
	.right-down-arrow,
	.left-down-arrow {
		background-image: url(../ui/long-down-arrow.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 3.5% auto;
	}
	.MobileOnly {
		display: block;
	}
	.DeskTopOnly {
		display: none;
	}
}
/*******************************************************Custom Deck Kit Process*/

/*******************************************************Custom Deck Kit Process New Layout*/
.DeckKitStepsContainer {
	float: left;
	width: 33%;
	position: relative;
	margin-bottom: 20px;
}
.DeckKitStepsContainerImageContainer {
	float: left;
	width: 100%;
	position: relative;
}
.DeckKitStepsContainerImageContainer img {
	width: 100%;
	height: auto;
}
.DeckKitStepsInfoContainer {
	text-align: center;
	float: left;
	width: auto;
	position: relative;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 30px;
	margin-right: 6%;
}
.DeckKitStepsInfoContainer h3 {
	font-size: 1.45em;
	color: #5b5b5b;
	font-weight: 500;
	padding-bottom: .75em;
	text-transform: uppercase;
}
@media all and (min-width:100px) and (max-width:767px) {
	.DeckKitStepsContainer {
		width: 100%;
		margin-bottom: 0px;
	}
	.DeckKitStepsInfoContainer {
		font-size: 1.25em;
	}
}
/*******************************************************Custom Deck Kit Process New Layout*/
.SectionTitle h3 {
	color: #0bb5eb;
	font-size: 2.25em;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 20px;
}











