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

/*=========================GLOBAL===========================*/
/*==========================================================*/

*{
	margin:0;
	padding:0;
	outline: 0;
}

body{
	height:100%;
	width:100%;
	background-color:#fff;
	min-width:944px;
}

.headerOuterWrapper{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	min-width: 944px;
	background-color:#899081;
	border-bottom:1px solid #ccc;
	z-index: 20000;
}

#globalLogo{
	position:relative;
	display: inline-block;
	top:20px;
	float:left;
	width:200px;
	height:55px;
	margin:5px 0px 0px 35px;
	z-index: 500;
}

#menuWrapper{
	position: relative;
	display: inline-block;
	float:left;
	margin:50px 0px 0px 40px;
	text-align: left;
}

#hamMenuInnerWrapper{
	display:none;
}

.phoneNoTopWrapper{
	position:relative;
	display: inline-block;
	float:right;
	z-index: 4000;
	width:320px;
	margin:60px 40px 0px 0px;
}

.pageTopRowWrapper{
	position: relative;
	display: inline-block;
	clear:both;
	margin:100px auto 0;
	width:100%;
	height:400px;
	border-bottom:6px solid rgba(7,123,192,1);
	background-color: #eee;
}

.container{
	position: relative;
	display: inline-block;
	width:100%;
	margin-top:-5px;
	min-height:1000px;
	z-index: 15000;
}

.contentOuterWrapper{
	position: relative;
	display: inline-block;
	margin:0px auto;
	align:center;
	width:100%;
	padding:0px 0px 50px 0px;
	min-height:800px;
}

.pageTopPic{
	position: relative;
	display: inline-block;
	margin:100px auto 0;
	align:center;
	width:100%;
	padding:0px 0px 50px 0px;
	min-height:300px;
	border-bottom:2px solid #899081;
}

.topWhiteRowOuter{
	position: relative;
	display: inline-block;
	margin:0px auto;
	align:center;
	width:100%;
	min-height:300px;
}

.whiteRowOuter{
	position: relative;
	display: inline-block;
	margin:0px auto;
	align:center;
	width:100%;
	padding:80px 0px;
	min-height:100px;
}

.contentInnerWrapper{
	position: relative;
	display: block;
	margin:0px auto;
	max-width:1600px;
	min-width: 720px;
	align:center;
	padding:70px 60px 100px;
}

.itemListOuterWrapper{
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
	overflow: hidden;
	padding:0px 0px 100px 0px;
}

.itemOuterWrapper{
	display:block;
	position: relative;
	margin: 20px auto;
	padding:5px;
	align:center;
	text-align:center;
	width:350px;
	height:300px;
	border:1px solid #555;
	box-shadow:2px 2px 6px rgba(0,0,0,0.2);
	background: #fff;
}


.itemInnerWrapper{
	display: block;
	position: relative;
	margin: 0 auto;
	align:center;
	width:350px;
	height:300px;
	/*border:1px solid blue;*/
}


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

#footer{
	position: relative;
	display: inline-block;
	float: left;
	clear: both;
	margin:0 auto;
	align:center;
	padding:0px 0px 0px 0px;
	width: 100%;
	min-width:944px;
	min-height:320px;
	z-index: 10000;
	background-color:#899081;
}

#pageBG{
	position: relative;
	display: inline-block;
	float: left;
	margin: -603px auto 0px;
	z-index: 100;
	opacity: 0.7;
	width:100%;
	height:603px;
}

.treesWrapper{
	position: relative;
	display: inline-block;
	float: left;
	margin:0 auto;
	width:100%;
	height:460px;
}

.treesLeft{
	position: relative;
	display: block;
	float: left;
	/*border:1px solid red;*/
	height:100%;
	width:500px;
}

.treesRight{
	position: relative;
	display: block;
	align:right;
	float: right;
	/*border:1px solid red;*/
	height:100%;
	width:500px;
}

#footerInnerWrapper{
	position: relative;
	display: inline-block;
	float: left;
	margin:-460px auto 0;
	width:100%;
	height:460px;
}

#footerCol1{
	position: relative;
	display: block;
	width:15%;
	float:left;
	height:460px;
}

#footerCol2{
	position: relative;
	display: block;
	width:60%;
	align:center;
	margin:0 auto;
	height:460px;
}

#footerCol3{
	position: relative;
	display: block;
	width:15%;
	float:right;
	margin-top:-460px;
	height:460px;
}

#footerCol1Inner{
	width:100%;
}
 
#footerCol2Inner{
	position: relative;
	display: inline-block;
	align:center;
	margin:150px auto 0px;
	width:100%;
}

#footerCol3Inner{
	width:100%;
}

.socMedWrapper{
	position: relative;
	display: block;
	align:center;
	width:170px;
	height:60px;
	margin:0px auto 0px;
}

#instaFoot,#linkedFoot{
	position: relative;
	display: inline-block;
	height:60px;
	width:60px; 
	border-radius: 8px;
	overflow:hidden;
	color:#fff;
}

#instaFoot{
	float:left;
	margin-right:30px;
}

#linkedFoot{
	float:right;
}

.footerMenuWrapper{
	position: relative;
	display: block;
	margin:50px auto 0;
	width:100%;
	min-height:100px;
	text-align: center;
}


/*========================FOOTERBASE=============================*/
/*===============================================================*/


#footerbase1{
	position: absolute;
	bottom:0;
	left:0px;
	display: inline-block;
	float:left;
	margin:0 auto;
	padding:10px 0px;
	width: 100%;
	min-height: 40px;
	min-width:944px;
	background-color:#737C70;
	border-top:1px solid #bbb;
}

#footerbase2{
	position: relative;
	display: inline-block;
	float:left;
	clear: left;
	margin:0 auto;
	padding:10px 0px;
	width: 100%;
	min-height: 40px;
	min-width:944px;
	background-color:#737C70;
	border-top:1px solid #bbb;
}

#footerbaseInner{
	position: relative;
	display: block;
	margin:0 auto;
	align:center;
	width: 95%;
	height: 40px;
}

#footerbaseColLeft{
	position: relative;
	display: inline-block;
	float:left;
	width: 25%;
	margin:10px auto;
	align:center;
	min-height: 20px;
	text-align: left;
	color:#fff;
}

#footerbaseColMid{
	position: relative;
	display: inline-block;
	float:left;
	width: auto;
	margin:10px auto;
	align:center;
	min-height: 20px;
	text-align: center;
	color:#fff;
}

#footerbaseColRight{
	position: relative;
	display: inline-block;
	float:right;
	width: 25%;
	padding-top:7px;
	margin:0px auto;
	align:center;
	min-height: 20px;
	text-align: right;
	color:#fff;
}


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

#outerWrapper{
	position:fixed;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height:1000px;
	z-index:10000;
}

#enterWrapper{
	position:relative;
	top:300px;
	display: block;
	width:400px;
	align:center;
	margin:0px auto;
	z-index: 11000;
}

#entryLogo{
	position:relative;
	display:block;
	margin:0 auto;
	width:300px;
	height:300px;
	opacity: 0;
    -webkit-animation: fading ease-in 2s;
    animation: fading ease-in 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes fading {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}
@-moz-keyframes fading {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}

@keyframes fading {
    from {
        opacity: 0;
    }
    to {
         opacity: 1;   
    }
}



/*=================OUR STORY====================*/
/*==============================================*/

#ourStoryTopPic{
background-image: url("../images/ourStory/ourStoryTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

/*=============DESIGN SERVICE===================*/
/*==============================================*/

#pageTopPicDesService{
	background-image: url("../images/designService/desServTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

/*=============OUR COLLECTIONS==================*/
/*==============================================*/

#collectionsTopPic{
	background-image: url("../images/collections/collectionsTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#collectionFulham{
	background-image: url("../images/collections/dgRanges-01.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionKensington{
	background-image: url("../images/collections/dgRanges-02.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionLincoln{
	background-image: url("../images/collections/dgRanges-03.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionMilan{
	background-image: url("../images/collections/dgRanges-04.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionWarwick{
	background-image: url("../images/collections/dgRanges-05.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionShaker{
	background-image: url("../images/collections/dgRanges-06.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionSkinnyShaker{
	background-image: url("../images/collections/dgRanges-07.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionAurora{
	background-image: url("../images/collections/novelleRanges-01.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionCharlotte{
	background-image: url("../images/collections/novelleRanges-02.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionJasper{
	background-image: url("../images/collections/novelleRanges-03.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionPeterborough{
	background-image: url("../images/collections/novelleRanges-04.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionRegent{
	background-image: url("../images/collections/novelleRanges-05.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionSutton{
	background-image: url("../images/collections/novelleRanges-06.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionYorkton{
	background-image: url("../images/collections/novelleRanges-07.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionLangton{
	background-image: url("../images/collections/burbidgeRanges-01.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionPembury{
	background-image: url("../images/collections/burbidgeRanges-02.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionTetbury{
	background-image: url("../images/collections/burbidgeRanges-03.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionBarnes{
	background-image: url("../images/collections/burbidgeRanges-04.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionChartwell{
	background-image: url("../images/collections/burbidgeRanges-05.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionFenton{
	background-image: url("../images/collections/burbidgeRanges-06.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionFinsbury{
	background-image: url("../images/collections/burbidgeRanges-07.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionKew{
	background-image: url("../images/collections/burbidgeRanges-08.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionMalmo{
	background-image: url("../images/collections/burbidgeRanges-09.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionOtto{
	background-image: url("../images/collections/burbidgeRanges-10.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#collectionOttoPainted{
	background-image: url("../images/collections/burbidgeRanges-11.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

/*==============WORK SURFACES===================*/
/*==============================================*/

#worktopsTopPic{
	background-image: url("../images/worktops/worktopsTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}




/*===============APPLIANCES=====================*/
/*==============================================*/

#pageTopPicAppliances{
	background-image: url("../images/appliances/applianceTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}



/*============HANDLES & COLOURS=================*/
/*==============================================*/

#pageTopPicHandlesColour{
	background-image: url("../images/handlesColour/handColTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}



/*==========STORAGE SOLUTIONS===================*/
/*==============================================*/

#pageTopPicStorage{
	background-image: url("../images/storage/storageTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

/*=================FAQs=======================*/
/*============================================*/

#pageTopFaqs{
	background-image: url("../images/faqs/faqTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.accordionButton {	
	width: 100%;
	min-height:35px;
	float: left;
	border-bottom: 1px solid #899081;
	cursor: pointer;
	padding:15px 0px 3px 0px;
	margin-bottom:30px;
}
 
.accordionContent {	
	width: 100%;
	float: left;
	display: none;
	border-bottom: 1px solid #899081;
	padding:10px;
	margin-bottom:30px;
}

.arrow{
	position:relative;
	margin-top:-35px;
	width: 40px;
	display:block;
	height:30px;
	float: right;
	cursor: pointer;
	background-image: url(../images/faqs/arrowDown.png);
	background-repeat: no-repeat;
	background-size: cover;
}


/*=============CONSULTATION===================*/
/*============================================*/

#pageTopPicConsult{
	background-image: url("../images/consult/consultTopPic.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.contactFormOuterWrapper{
	position:relative;
	display: inline-block;
	float:left;
	align:center;
	margin:0 auto;
	padding: 0px;
	height:700px;
	width:60%;
}

.contactFormInnerWrapper{ 
	position:relative;
	display: block;
	align:center;
	margin:0 auto;
	height:700px;
}

/*=============Sitemap, Privacy, Terms===================*/
/*=======================================================*/

#pageTopPicUtilities{
	background-image: url("../images/utilities/topPicsUtility.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}






