#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;
}

#signupTextMobile{	
	display:none;
}

#signupInner{
	margin:0 auto;
	margin-bottom:35px;
	display:table;
}

#signupText{
	margin-top:12px;
	margin-right:15px;
	font-weight:100;
	font-size:17px;
	color:white;
	float:left;
}

#signupInput{
	margin-right:15px;
	float:left;
}

#signupInput #specialEmail{
	display:none;
}

#signupInput input[type="text"]{
	width:300px;
	height:45px;
	padding:10px;
	box-sizing: border-box;
	outline:none;
	border:none;
	border-radius:4px;
	font-size:15px;
	color:black;
	background:white;
	float:left;
}

#signupSubmit, #signupSubmitted{
	margin-right:15px;
	font-size:22px;
	color:white;
	float:left;
}

#signupSubmit input[type="submit"], #signupSubmitted input[type="submit"]{
	height:45px;
	padding:15px;
	box-sizing: border-box;
	outline:none;
	border:white 1px solid;
	border-radius:4px;
	font-size:15px;
	color:white;
	background:black;
	float:left;
}

#signupSubmitted{
	display:none;
}

#signupSubmitted input[type="submit"]{
	background:#ff0036;
}



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

#footerTableOne, #footerTableTwo, #footerTableThree, #footerTableFour{
	min-height: 210px;
	float:left;	
}

#footerTableFour{
	margin-right: 0px;
}

#footerTableOne table th, #footerTableTwo table th, #footerTableThree table th, #footerTableFour 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{
	font-weight:100;
	font-size:14px;
	color:white;	
}

#footerTableOne table td a, #footerTableTwo table td a, #footerTableThree table td a, #footerTableFour 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{
	width:262px;
	margin-right: 50px;
}

#footerTableFour{
	margin-right: 0px;
}

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

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

#footerTableFour{
	margin-right: 0px;
}

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

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

#footerTableFour{
	margin-right: 0px;
}

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

#footerTableOne, #footerTableTwo, #footerTableThree, #footerTableFour{
	width:202px;
	margin-right: 30px;
}

#footerTableFour{
	margin-right: 0px;
}

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

#footerTableOne, #footerTableTwo, #footerTableThree, #footerTableFour{
	width:177px;
	margin-right: 30px;
}

#footerTableFour{
	margin-right: 0px;
}

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

#footerTableOne, #footerTableTwo, #footerTableThree, #footerTableFour{
	width:160px;
	margin-right: 20px;
}

#footerTableFour{
	margin-right: 0px;
}

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

#signupTextMobile{
	width:100%;
	margin-bottom:15px;
	display:block;
	text-align: center;
	color:white;
	float:left;
}

#signupText{
	display:none;
}

#footerInner{
	width:94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0px;
	border: none;
}

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

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

#footerTableOne table{
	margin: 0 auto;
}

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

}/**@media**/