#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***********************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
#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**/	
/*********************************************************************************************************************************************************************************************************************************/
/***size2*************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

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

.desktop{
	display: table;
}

.mobile{
	display: none;
}

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

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

.desktop{
	display: table;
}

.mobile{
	display: none;
}

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

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

.desktop{
	display: table;
}

.mobile{
	display: none;
}

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

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

.desktop{
	display: table;
}

.mobile{
	display: none;
}

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

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

.desktop{
	display: table;
}

.mobile{
	display: none;
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************/
/***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***********************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
#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;
	float:left;
}

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

#footerInner #logo{
	width: 366px;
	float: left;
}

#footerInner #logo img{
	width: 100%;
	float: left;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 366px;
	line-height: 160%;
	padding-left: 50px;
	float: left;
}


#footerInner #textOne h3, #footerInner #textTwo h3{
	margin: 0px;
	font-weight: 200;
	font-size: 22px;
	color: #006a34;
}

#footerInner #textOne h4, #footerInner #textTwo h4{
	margin: 0px;
	margin-top: 35px;
	font-weight: 200;
	font-size: 22px;
	color: #006a34;
}

#footerInner #textOne p, #footerInner #textTwo p{
	margin: 0px;
	margin-top: 8px;
	font-weight: 200;
	font-size: 16px;
}

#footerInner #textOne p span, #footerInner #textTwo p span{
	font-weight: 600;
}

#footerInner #textOne p:nth-child(3){
	font-size: 13px;
}

#footerInner #smallPrint{
	width: 100%;
	margin-top: 30px;
	font-weight: 200;
	font-size: 17px;
	float: left;
}

/**************************************************************************************************************************************************************************************************************************************/
/***size1******************************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#footerInner{
	width:1200px;
}

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

#footerInner #logo{
	width: 333px;
	float: left;
}

#footerInner #logo img{
	width: 100%;
	float: left;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 333px;
	line-height: 160%;
	padding-left: 50px;
	float: left;
}

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

#footerInner #logo{
	display: none;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 475px;
	padding: 0px;
	line-height: 160%;
	float: left;
}

#footerInner #textTwo{
	padding-left: 50px;
}

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

#footerInner #logo{
	display: none;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 430px;
	padding: 0px;
	line-height: 160%;
	float: left;
}

#footerInner #textTwo{
	padding-left: 40px;
}

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

#footerInner #logo{
	display: none;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 380px;
	padding: 0px;
	line-height: 160%;
	float: left;
}

#footerInner #textTwo{
	padding-left: 40px;
}

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

#footerInner #logo{
	display: none;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 330px;
	padding: 0px;
	line-height: 160%;
	float: left;
}

#footerInner #textTwo{
	padding-left: 40px;
}

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

#footerInner #logo{
	display: none;
}

#footerInner #textOne, #footerInner #textTwo{
	width: 100%;
	padding: 0px;
	line-height: 160%;
	float: left;
}

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

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

#footerLinksInner p{
	width: 100%;
	margin: 0px;
	margin-top: 30px;
	text-align: center;
	font-weight: 100;
	font-size: 16px;
	color: ghostWhite;
	float: left;
}

#footerLinksInner p:nth-child(3){
	font-weight: 300;
	font-size: 12px;
	color: white;
}

#footerLinksInner p a{
	color: white;
}

#footerLinksInner #hyperlinks{
	margin: 0 auto;
	padding-top: 30px;
	display: table;
}

#footerLinksInner #hyperlinks ul{
	padding: 0px;
	display:inline;  
}

#footerLinksInner #hyperlinks ul li{
	padding-right: 20px;
	font-weight: 300;
	font-size: 14px;
	color: white;
	display:inline;      
}

#footerLinksInner #hyperlinks ul li a{
	text-decoration: none;
	color: white;
}
/**************************************************************************************************************************************************************************************************************************************/
/***size1******************************************************************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#footerLinksInner{
	width:1200px;
}

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

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

#footerLinksInner #hyperlinks ul li:nth-child(4), #footerLinksInner #hyperlinks ul li:nth-child(5), #footerLinksInner #hyperlinks ul li:nth-child(7), #footerLinksInner #hyperlinks ul li:nth-child(9){
	display:none;      
}

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

#footerLinksInner #hyperlinks ul li:nth-child(4), #footerLinksInner #hyperlinks ul li:nth-child(5), #footerLinksInner #hyperlinks ul li:nth-child(7), #footerLinksInner #hyperlinks ul li:nth-child(9){
	display:none;      
}

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

#footerLinksInner #hyperlinks ul li:nth-child(4), #footerLinksInner #hyperlinks ul li:nth-child(5), #footerLinksInner #hyperlinks ul li:nth-child(7), #footerLinksInner #hyperlinks ul li:nth-child(9){
	display:none;      
}

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

#footerLinksInner #hyperlinks ul li:nth-child(4), #footerLinksInner #hyperlinks ul li:nth-child(5), #footerLinksInner #hyperlinks ul li:nth-child(7), #footerLinksInner #hyperlinks ul li:nth-child(9){
	display:none;      
}

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

#footerLinksInner #hyperlinks ul li:nth-child(3), #footerLinksInner #hyperlinks ul li:nth-child(4), #footerLinksInner #hyperlinks ul li:nth-child(5), #footerLinksInner #hyperlinks ul li:nth-child(6){
	display:none;      
}

#footerLinksInner #hyperlinks ul li:nth-child(7), #footerLinksInner #hyperlinks ul li:nth-child(9){
	display:none;      
}

}/**@media**/
/*********************************************************************************************************************************************************************************************************************************************/
/***generic***********************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************************************************/
#footerAbacus{
	width:98%;
	padding-right: 2%;
	padding-top:30px;
	padding-bottom:30px;
	text-align: right;
	font-size: 12px;
	color: white;
	background: #006a34;
	float:left;
}

#footerAbacus a{
	text-decoration: none;
	color: white;
}
