/*********************************************************************************************************************************************************************************************************************************/
/***generic***********************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
#festiveOpeningTimesOuter, #easterOpeningTimesOuter{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: auto;
	margin: 0 auto;
	border: dashed black 1px;
	box-sizing: border-box;
	display: table;
}

#festiveOpeningTimesTitle, #easterOpeningTimesTitle{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 100;
	font-size: 32px;
	color: black;
	float: left;
}

#festiveOpeningTimesInner table, #easterOpeningTimesInner table{
	margin: 0 auto;
	padding: 20px;
}

#festiveOpeningTimesInner table th, #easterOpeningTimesInner table th{
	padding-right: 15px;
	text-align: left;
	font-weight: 100;
	font-size:13px;
	color: black;
}

#festiveOpeningTimesInner table td, #easterOpeningTimesInner table td{
	padding-right: 50px;
	text-align: left;
	font-weight: 100;
	font-size:13px;
	color: black;
}

/*********************************************************************************************************************************************************************************************************************************/
/***size1*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: 1200px;
}


.desktop{
	display: table;
}

.mobile{
	display: none;
}
	
}/**@media screen**/	
/*********************************************************************************************************************************************************************************************************************************/
/***size2*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: 1100px;
}

.desktop{
	display: table;
}

.mobile{
	display: none;
}

}/**@media screen**/
/*********************************************************************************************************************************************************************************************************************************/
/***size3*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: 1000px;
}

.desktop{
	display: table;
}

.mobile{
	display: none;
}

}/**@media screen**/
/*********************************************************************************************************************************************************************************************************************************/
/***size4*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: 900px;
}

.desktop{
	display: table;
}

.mobile{
	display: none;
}

}/**@media screen**/
/*********************************************************************************************************************************************************************************************************************************/
/***size5*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width:800px;
}

.desktop{
	display: table;
}

.mobile{
	display: none;
}

}/**@media screen**/
/*********************************************************************************************************************************************************************************************************************************/
/***size6*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: 700px;
}

.desktop{
	display: table;
}

.mobile{
	display: none;
}

}/**@media screen**/
/*********************************************************************************************************************************************************************************************************************************/
/***size7*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#festiveOpeningTimesOuter, #easterOpeningTimesOuter{
	width: 100%;
	float: left;
}

#festiveOpeningTimesInner, #easterOpeningTimesInner{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}

.desktop{
	display: none;
}

.mobile{
	display: table;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************/
/***generic***********************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
#imagesIllustrationOnly{
	width:100%;
	padding-bottom:25px;
	text-align:center;
	font-size: 11px;
	color: white;
	background:#415968;
	float:left;	
}

input[type="search"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-text-fill-color: #415968;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
	border-radius:0;
}

input[type="image"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-border-radius:0; 
	border-radius:0;
}

#special{
	visibility:hidden;
	display:none;
}

/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***generic***********************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
#otherImageLinkOuter{
	width: 100%;
	padding-top: 15px;
	float: left;
}

#otherImageLinkInner{
	margin: 0 auto;
	margin-bottom: 10px;
	display: table;
}

#imageBox{
	width:11%;
	float: left;
}

.imgBox1, .imgBox2, .imgBox3, .imgBox4{
	margin-right: 6.8%;
}

.imgBox5{
	margin-right: 0px;
}

#otherImage{
	width:100%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;		
	float: left;
}

#otherImage #image{
	width: 100%;
	border-radius: 50%;
	float: left;
}

#otherImage #image img{
	width: 100%;
	border-radius: 50%;
	float: left;
}

#otherLabel h3{
	width:auto;
	margin: 0 auto;
	margin-top: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #404040;
	display: table;
}

#otherImage:hover #otherLabel{
	display: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#otherOverlay{
	width:100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background-color: rgba(255,255,255,0.8);	
}

#otherButton{
	margin: 0 auto;
	margin-top: 55px;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 16px;
	color: #404040;
	display: table;
}

#otherImage:hover #otherOverlay{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#imageLabel{
	width: 100%;
	margin-top: 7px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	float: left;
}

#otherOverlay a{
	text-decoration: none;
	color: #000000;
}

/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size1*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#otherImageLinkOuter{
	width: 100%;
}

#otherImageLinkInner{
	width:1200px;
}

#imageBox{
	width:13.2%;
	float: left;
}

.imgBox1, .imgBox2, .imgBox3, .imgBox4{
	margin-right: 8.5%;
}

.imgBox5{
	margin-right: 0px;
}

/***********************/
.pricePromiseText, .storeTourText{
	bottom: 40%;
}

.clearanceText, .newsText{
	bottom: 48%;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size2*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#otherImageLinkInner{
	width:1100px;
}

#imageBox{
	width:14.56%;
	float: left;
}

.imgBox1, .imgBox2, .imgBox3, .imgBox4{
	margin-right: 6.8%;
}

.imgBox5{
	margin-right: 0px;
}

.clearanceText, .newsText{
	bottom: 48%;
}


}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size3*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#otherImageLinkInner{
	width:1000px;
}

#imageBox{
	width:14.56%;
	float: left;
}

.imgBox1, .imgBox2, .imgBox3, .imgBox4{
	margin-right: 6.8%;
}

.imgBox5{
	margin-right: 0px;
}

.clearanceText, .newsText{
	bottom: 35%;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size4*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#otherImageLinkInner{
	width:900px;
}

#imageBox{
	width:14.56%;
	float: left;
}

.imgBox1, .imgBox2, .imgBox3, .imgBox4{
	margin-right: 6.8%;
}

.imgBox5{
	margin-right: 0px;
}

.clearanceText, .newsText{
	bottom: 35%;
}


}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size5*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#otherImageLinkInner{
	width:800px;
}

#imageBox{
	width:16.8%;
	float: left;
}

.imgBox1, .imgBox2, .imgBox3, .imgBox4{
	margin-right: 4%;
}

.imgBox5{
	margin-right: 0px;
}

.clearanceText, .newsText{
	bottom: 35%;
}


}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size6*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#otherImageLinkOuter{
	display: none;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***size7*************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#otherImageLinkOuter{
	display: none;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/***generic***********************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
#footerOuter{
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	background:#000000;
	float:left;
}

#footerInner{
	width:1200px;
	margin: 0 auto;
	padding-top: 10px;
	display:table;
}

#footerTableOne, #footerTableTwo, #footerTableThree, #footerTableFour, #footerTableFive{
	width:auto;
	margin-right: 70px;
	min-height: 200px;
	float:left;	
}

#footerTableFive{
	margin-right: 0px;
}

#footerTableOne table th, #footerTableTwo table th, #footerTableThree table th, #footerTableFour table th, #footerTableFive table th{
	padding-bottom:5px;
	text-align:left;
	font-weight:500;
	font-size:16px;
	color:white;	
}

#footerTableOne table td, #footerTableTwo table td, #footerTableThree table td, #footerTableFour table td, #footerTableFive table td{
	font-weight:100;
	font-size:14px;
	color:white;	
}

#footerTableOne table td a, #footerTableTwo table td a, #footerTableThree table td a, #footerTableFour table td a, #footerTableFive table td a{
	text-decoration:none;
	color:white;	
}

#socialMediaIcons{
	margin-top: 8px;
	float: left;
}

#facebookIcon, #twitterIcon, #instagramIcon{
	height: 30px;
	margin-right: 25px;
	float: left;
}

#facebookIcon img, #twitterIcon img, #instagramIcon img{
	height: 30px;
	float: left;
}

#companyParticularsOuter{
	width:100%;
	margin-top:30px;
	font-size:12px;
	text-align:center;
	color:white;	
	float:left;
}	

#companyParticularsInner{
	width:auto;
	margin:0 auto;
	display:table;
}	

#companyParticularsRegName, #companyParticularsRegOffice, #companyParticularsRegNumber, #companyParticularsVat{
	margin-right:60px;
	float:left;
}

#designedByAbacus{
	width:98%;
	margin-right:2%;
	margin-top:30px;
	text-align:center;
	font-size:13px;
	color:white;
	float:left;
}

#designedByAbacus a{
	color:white;
}

/**************************************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************************************/
/***size1******************************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#footerTableOne, #footerTableTwo, #footerTableThree, #footerTableFour, #footerTableFive{
	margin-right: 80px;
}

}/**@media**/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***size2*******************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#footerInner{
	width:1100px;
}

#footerTableThree{
	display: none;
}

#footerTableOne, #footerTableTwo, #footerTableFour{
	width:auto;
	margin-right: 140px;
}

}/**@media**/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***size3*******************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#footerInner{
	width:1000px;
}

#footerTableThree{
	display: none;
}

#footerTableOne, #footerTableTwo, #footerTableFour{
	width:auto;
	margin-right: 120px;
}

}/**@media**/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***size4*******************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#footerInner{
	width:900px;
}

#footerTableThree{
	display: none;
}

#footerTableOne, #footerTableTwo, #footerTableFour{
	width:auto;
	margin-right: 80px;
}

}/**@media**/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***size5*******************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#footerInner{
	width:800px;
}

#footerTableThree{
	display: none;
}

#footerTableOne, #footerTableTwo, #footerTableFour{
	width:auto;
	margin-right: 50px;
}


}/**@media**/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***size6*******************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#footerInner{
	width:700px;
	padding-top: 0px;
	border: none;
}

#footerTableTwo, #footerTableThree{
	display: none;
}

#footerTableOne, #footerTableFour{
	width:auto;
	margin-right: 100px;
}


}/**@media**/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***size7*******************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#footerInner{
	width:94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0px;
	border: none;
}

#footerTableTwo, #footerTableThree, #footerTableFour{
	display: none;
}

#footerTableOne, #footerTableFive{
	width:100%;
	min-height: auto;
	margin-bottom: 25px;
	margin-right: 0px;
	text-align: center;
	float: left;
}

#footerTableFive{
	margin-bottom: 0px;
}

#footerTableOne table, #footerTableFive table{
	margin: 0 auto;
}

#footerTableOne table th, #footerTableFive table th, #footerTableOne table td, #footerTableFive table td{
	width: 100%;
	text-align: center;
}

}/**@media**/
	

