/**#ef008d**/
/***********************************************************************************************************************************************************************************************************************/
a[href^="tel"]{/**stops ipad & iphones changing font colour to blue & underlining phone numbers**/
	color:inherit;
	text-decoration:none;
}

input[type="search"]{/**stops ipad & iphones rounding corners on input buttons**/
	-webkit-text-fill-color: grey;
	-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;
}

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

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

/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	padding:10px;
	box-sizing: border-box;
    justify-content: space-between;
	background:black;
    display: flex;
}

#headerTopBand span{
	font-weight:300;
	font-size:21px;
	color:white;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:1200px;
	margin:0 auto;
	display:table;
}

#headerMiddleLeft{
	width:400px;
	float:left;	
}

#headerTelephone{
	margin-top:20px;
	margin-right:30px;
	font-weight:300;
	font-size:35px;
	color:#ef008d;
	float:left;	
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
	float:left;	
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:400px;
	float:left;	
}

#headerMiddleCentre img{
	height:90px;
	margin:0 auto;
	display:table;
}

#headerMiddleRight{
	width:400px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;	
}

#headerMiddleRightInner{
	margin-left: auto;
	margin-right:0px;
	margin-top:23px;
	display:table;
}

#headerSearch{
	margin-right:7px;
	margin-top:6px;
	cursor:pointer;
	float:left;	
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	cursor:pointer;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	margin-right:7px;
	margin-top:6px;
	cursor:pointer;
	float:left;	
}

#headerCartImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav, #headerMobNavImage{
	display:none;	
}

/***************************/
#headerSearchDropDownOuter{
	width:300px;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
}

#headerSearchDropDownInner{
	width:100%;
	padding:10px; 
	background:#ef008d;
	float:left;
}

/**/
#headerSearchDropDownText{
	margin-top:2px;
	margin-right:10px;
	font-weight:300;
	font-size:16px;
	color:white;
	float:left;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:150px;
	height:18px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:18px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	padding:10px;
	box-sizing: border-box;
    justify-content: space-between;
	background:black;
    display: flex;	
}

#headerTopBand span{
	font-weight:300;
	font-size:21px;
	color:white;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:1100px;
	margin:0 auto;
	display:table;
}

#headerMiddleLeft{
	width:350px;
	float:left;	
}

#headerTelephone{
	margin-top:20px;
	margin-right:30px;
	font-weight:300;
	font-size:35px;
	color:#ef008d;
	float:left;	
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
	float:left;	
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:400px;
	float:left;	
}

#headerMiddleCentre img{
	height:90px;
	margin:0 auto;
	display:table;
}

#headerMiddleRight{
	width:350px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;	
}

#headerMiddleRightInner{
	margin-left: auto;
	margin-right:0px;
	margin-top:22px;
	display:table;
}

#headerSearch{
	display:none;	
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	display:none;	
}

#headerCartImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav{
	display:none;	
}

#headerMobNavImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerMobNavImage img{
	height:28px;
	float:left;	
}

/***************************/
#headerSearchDropDownOuter{
	width:300px;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
}

#headerSearchDropDownInner{
	width:100%;
	padding:10px; 
	background:#ef008d;
	float:left;
}

/**/
#headerSearchDropDownText{
	margin-top:2px;
	margin-right:10px;
	font-weight:300;
	font-size:16px;
	color:white;
	float:left;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:150px;
	height:18px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:18px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size3***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	padding:10px;
	box-sizing: border-box;
    justify-content: space-between;
	background:black;
    display: flex;	
}

#headerTopBand span{
	font-weight:300;
	font-size:21px;
	color:white;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:1000px;
	margin:0 auto;
	display:table;
}

#headerMiddleLeft{
	width:300px;
	float:left;	
}

#headerTelephone{
	margin-top:20px;
	margin-right:30px;
	font-weight:300;
	font-size:30px;
	color:#ef008d;
	float:left;	
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
	float:left;	
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:400px;
	float:left;	
}

#headerMiddleCentre img{
	height:90px;
	margin:0 auto;
	display:table;
}

#headerMiddleRight{
	width:300px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;	
}

#headerMiddleRightInner{
	margin-left: auto;
	margin-right:0px;
	margin-top:23px;
	display:table;
}

#headerSearch{
	display:none;
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	display:none;
}


#headerCartImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav{
	display:none;	
}

#headerMobNavImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerMobNavImage img{
	height:28px;
	float:left;	
}

/***************************/
#headerSearchDropDownOuter{
	width:300px;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
}

#headerSearchDropDownInner{
	width:100%;
	padding:10px; 
	background:#ef008d;
	float:left;
}

/**/
#headerSearchDropDownText{
	margin-top:2px;
	margin-right:10px;
	font-weight:300;
	font-size:16px;
	color:white;
	float:left;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:150px;
	height:18px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:18px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size4***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	padding:10px;
	box-sizing: border-box;
    justify-content: space-between;
	background:black;
    display: flex;	
}

#headerTopBand span{
	font-weight:300;
	font-size:21px;
	color:white;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:900px;
	margin:0 auto;
	display:table;
}

#headerMiddleLeft{
	width:300px;
	margin-right:150px;
	float:right;	
}

#headerTelephone{
	margin-top:20px;
	margin-left: auto;
	margin-right: 0px;
	font-weight:300;
	font-size:30px;
	color:#ef008d;
	display:table;	
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
	float:left;	
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:300px;
	margin-left:150px;
	float:left;	
}

#headerMiddleCentre img{
	height:80px;
	float:left;
}

#headerMiddleRight{
	width:900px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;
}

#headerMiddleRightInner{
	margin: 0 auto;
	display:table;
}

#headerSearch{
	display:none;	
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	display:none;	
}

#headerCartImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav{
	display:none;	
}

#headerMobNavImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerMobNavImage img{
	height:28px;
	float:left;	
}

/***************************/
#headerSearchDropDownOuter{
	width:100%;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
	float:left;
}

#headerSearchDropDownInner{
	margin: 0 auto;
	padding:10px; 
	background:#ef008d;
	display:table;
}

/**/
#headerSearchDropDownText{
	display:none;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:300px;
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size5***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	padding:10px;
	box-sizing: border-box;
    justify-content: space-between;
	background:black;
    display: flex;	
}

#headerTopBand span{
	font-weight:300;
	font-size:21px;
	color:white;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:800px;
	margin:0 auto;
	display:table;
}

#headerMiddleLeft{
	width:300px;
	margin-right:100px;
	float:right;	
}

#headerTelephone{
	margin-left: auto;
	margin-right:0;
	margin-top:20px;
	font-weight:300;
	font-size:30px;
	color:#ef008d;
	display:table;	
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
	float:left;	
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:265px;
	margin-left:135px;
	float:left;	
}

#headerMiddleCentre img{
	height:80px;
	float:left;
}

#headerMiddleRight{
	width:800px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;
}

#headerMiddleRightInner{
	margin: 0 auto;
	display:table;
}

#headerSearch{
	display:none;	
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	display:none;	
}

#headerCartImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav{
	display:none;	
}

#headerMobNavImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerMobNavImage img{
	height:28px;
	float:left;	
}

/***************************/
#headerSearchDropDownOuter{
	width:100%;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
	float:left;
}

#headerSearchDropDownInner{
	margin: 0 auto;
	padding:10px; 
	background:#ef008d;
	display:table;
}

/**/
#headerSearchDropDownText{
	display:none;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:300px;
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size6***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	width:100%;
	padding:10px;
	box-sizing: border-box;
    text-align: center;
	background:black;
    float: left;	
}

#headerTopBand span{
	font-weight:300;
	font-size:19px;
	color:white;
}

.bandTwo, .bandThree{
	display:none;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:700px;
	margin:0 auto;
	display:table;
}

#headerMiddleLeft{
	width:350px;
	float:right;	
}

#headerTelephone{
	margin-top:27px;
	margin-left:auto;
	margin-right:0px;
	font-weight:300;
	font-size:25px;
	color:#ef008d;
	display:table;
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:350px;
	float:left;	
}

#headerMiddleCentre img{
	height:80px;
	float:left;
}

#headerMiddleRight{
	width:700px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;
}

#headerMiddleRightInner{
	margin: 0 auto;
	display:table;
}

#headerSearch{
	display:none;	
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	display:none;	
}

#headerCartImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav{
	display:none;	
}

#headerMobNavImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerMobNavImage img{
	height:28px;
	float:left;	
}

/***************************/
#headerSearchDropDownOuter{
	width:100%;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
	float:left;
}

#headerSearchDropDownInner{
	margin: 0 auto;
	padding:10px; 
	background:#ef008d;
	display:table;
}

/**/
#headerSearchDropDownText{
	display:none;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:300px;
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size7***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#headerOuter{
	width: 100%;
	font-family: 'Raleway', sans-serif;
	float:left;
}

#headerTopBand{
	width:100%;
	padding:10px;
	box-sizing: border-box;
    text-align: center;
	background:black;
    float: left;	
}

#headerTopBand span{
	font-weight:300;
	font-size:19px;
	color:white;
}

.bandTwo, .bandThree{
	display:none;
}

#headerMiddleBandOuter{
	width:100%;
	margin-top:5px;
	float:left;
}

#headerMiddleBandInner{
	width:100%;
	float:left;
}

#headerMiddleLeft{
	width:100%;
	float:right;	
}

#headerTelephone{
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:300;
	font-size:25px;
	color:#ef008d;
	display:table;
}

#headerTelephone Span{
	font-weight:300;	
}

#headerAdresss{
	display:none;
}

#headerAdresss Span{
	font-weight:300;	
}

#headerMiddleCentre{
	width:100%;
	float:left;	
}

#headerMiddleCentre img{
	margin: 0 auto;
	height:90px;
	display:table;
}

#headerMiddleRight{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	font-weight:300;
	font-size:16px;
	color:#ef008d;
	float:left;
}

#headerMiddleRightInner{
	margin: 0 auto;
	display:table;
}

#headerSearch{
	display:none;	
}

#headerSearchImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerSearchImage img{
	height:28px;
	float:left;	
}

#headerCart{
	display:none;	
}

#headerCartImage{
	height:28px;
	margin-right:32px;
	float:left;	
}

#headerCartImage img{
	height:28px;
	float:left;	
}

#headerMobNav{
	display:none;	
}

#headerMobNavImage{
	height:28px;
	cursor:pointer;
	float:left;	
}

#headerMobNavImage img{
	height:28px;
	float:left;	
}

/***************************/
#headerSearchDropDownOuter{
	width:100%;
	padding-top:10px; 
	margin-left:auto;
	margin-right:0px;
	display:none;
	float:left;
}

#headerSearchDropDownInner{
	margin:0 auto;
	padding:10px; 
	background:#ef008d;
	display:table;
}

/**/
#headerSearchDropDownText{
	display:none;
}

/**/
#headerSearchDropDownInput{
	padding:2px;
	margin-right:10px;
	background:white;
	float:left;
}

#headerSearchDropDownInput input[type=text]{
	width:200px;
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:grey;
	background:white; 
}

/**/
#headerSearchDropDownSubmit{
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:5px;
	background:white;
	float:left;
}

#headerSearchDropDownSubmit input[type=submit]{
	height:20px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	font-size:13px;
	color:#ef008d;
	background:white; 
	float:left;
}

/***************************/
#navBarWrapper{
	margin: 0 auto;
	padding-top:5px;
	display:table;		
}

#navBarTab{
	margin-right:55px;
	font-weight:300;
	font-size:16px;
	color:black;
	float:left;	
}

#promoBand{
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:300;
	font-size:21px;
	color:#ef008d;
	background:#dcdcdc;
	float:left;	
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){	
#navBar{
	width: 100%;
	z-index:98;
	background:white;
	float:left;
}

#navBarInner{
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	background:white;
	display:table;
}

#navBarHome, #navBarDivanBeds, #navBarOttomanBeds, #navBarElectricBeds, #navBarMattresses, #navBarBedsteads, #navBarBedrooms{
	padding:5px;
	margin-right:40px;
	font-weight:300;
	font-size:17px;
	color:#58595b;
	float:left;
}

#navBarHome a{
	text-decoration:none;
	color:#58595B;
}

#navBarHome:hover, #navBarDivanBeds:hover, #navBarOttomanBeds:hover, #navBarElectricBeds:hover, #navBarMattresses:hover, #navBarBedsteads:hover, #navBarBedrooms:hover{
	cursor:pointer;
	color:#58595B;
	background:white;
}

/***************************/
#divanBedsDropDownOuter, #ottomanBedsDropDownOuter, #electricBedsDropDownOuter, #mattressesDropDownOuter, #bedsteadsDropDownOuter, #bedroomsDropDownOuter{
	width: 100%;
	padding-top:20px;
	border-top: 3px solid #dcdcdc;
	background:white;
	display:none;
	float:left;
}

#divanBedsDropDownInner, #ottomanBedsDropDownInner, #electricBedsDropDownInner, #mattressesDropDownInner, #bedsteadsDropDownInner, #bedroomsDropDownInner{
	width: 1200px;
	margin:0 auto;
	display:table;
}

#divanBedsColumn, #ottomanBedsColumn, #electricBedsColumn, #mattressesColumn, #bedsteadsColumn, #bedroomsColumn{
	width:300px;
	float:left;
}

#divanBedsColumnHeader, #ottomanBedsColumnHeader, #electricBedsColumnHeader, #mattressesColumnHeader, #bedsteadsColumnHeader, #bedroomsColumnHeader{
	width:300px;
	margin-bottom:7px;
	font-family: 'Londrina Sketch', cursive;
	font-weight:300;
	font-size:22px;
	color:#58595B;
	float:left;
}

#divanBedsColumn ul, #ottomanBedsColumn ul, #electricBedsColumn ul, #mattressesColumn ul, #bedsteadsColumn ul, #bedroomsColumn ul{
	padding:0px;
}

#divanBedsColumn li, #ottomanBedsColumn li, #electricBedsColumn li, #mattressesColumn li, #bedsteadsColumn li, #bedroomsColumn li{
	margin-bottom:4px;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#58595B;
}

#divanBedsColumn li a, #ottomanBedsColumn li a, #electricBedsColumn li a, #mattressesColumn li a, #bedsteadsColumn li a, #bedroomsColumn li a{
	text-decoration:none;
	color:#58595B;
}

#divanBedsColumn li a:hover, #ottomanBedsColumn li a:hover, #electricBedsColumn li a:hover, #mattressesColumn li a:hover, #bedsteadsColumn li a:hover, #bedroomsColumn li a:hover{
	color:#58595B;
}

#headerImage{
	width:300px;
	float:left;
}

#headerImage img{
	width:200px;
	float:left;
}

#headerImageText{
	width:300px;
	margin-bottom:22px;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:17px;
	color:#ef008d;
	float:left;
}

#headerBrandsBandOuter{
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
	float:left;	
}

#headerBrandsBandInner{
	width:1200px;
	margin:0 auto;
	display:table;	
}

#headerBrandImage{
	width:70px;
	margin-right:10px;
	float:left;	
}

#headerBrandImage img{
	width:70px;
	float:left;	
}

#headerOfferBandOuter{
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
	background:#ef008d;
	float:left;	
}

#headerOfferBandInner{
	width:1200px;
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:17px;
	color:white;
	display:table;	
}

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

#navBar{
	display:none;
}

#divanBedsDropDownOuter, #ottomanBedsDropDownOuter, #electricBedsDropDownOuter, #mattressesDropDownOuter, #bedsteadsDropDownOuter, #bedroomsDropDownOuter{
	display:none;
}




}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
#mobileNavSemiOpacheBackground{
	width: 100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:6;
	visibility:hidden;
	background: rgba(0, 0, 0, 0.7); /*can be anything, of course*/	
}

/**********************************/
#mobileNavMenuCancelWrapper{
	width:18%;
	height:100%;
	padding-right:2%;
	padding-top:15px;
	cursor:pointer;
	text-align:right;
	text-decoration:none;
	font-size:22px;
	color:white;	
	float:right;
}

/**********************************/
#mainMenu{	
	width: 80%;
	padding-top:20px;
	visibility:hidden;
	background: white;
	float:left;
}

#mainMenu ul{	
	margin:0px;
	margin-right:20%;
}

#mainMenu li{
	margin:0px;
	margin-left:-15px;
	line-height: 30px;
	text-align:left;
	font-size: 15px;
	font-weight: 300;
	/**/	
	list-style: none;
	display: block;
}

#mainMenu li a {
	text-decoration:none;
	color: #58595b;
}

/**********************************/
#divanBedsMainPlusMinus, #divanBedsPlusMinus, #divanBedsBrandsPlusMinus{
	font-weight:800;
	color:#ef008d;
}

#ottomanBedsMainPlusMinus, #ottomanDivansPlusMinus, #fabricOttomanBedsteadsPlusMinus, #leatherOttomanBedsteadsPlusMinus, #woodenOttomanBedsteadsPlusMinus{
	font-weight:800;
	color:#ef008d;
}

#electricBedsMainPlusMinus{
	font-weight:800;
	color:#ef008d;
}

#mattressesMainPlusMinus{
	font-weight:800;
	color:#ef008d;
}

#bedsteadsMainPlusMinus, #fabricBedsteadsPlusMinus, #leatherBedsteadsPlusMinus, #metalBedsteadsPlusMinus, #woodenBedsteadsPlusMinus{
	font-weight:800;
	color:#ef008d;
}

#bedroomsMainPlusMinus, #bedroomsPlusMinus{
	font-weight:800;
	color:#ef008d;
}

/**********************************/
#divanBedsMainSubMenu, #divanBedsSubMenu, #divanBedBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#ottomanBedsMainSubMenu, #ottomanDivansSubMenu, #fabricOttomanBedsteadsSubMenu, #leatherOttomanBedsteadsSubMenu, #woodenOttomanBedsteadsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#electricBedsMainSubMenu{
	width:100%;
	display: none;
	float:left;
}

#mattressesMainSubMenu{
	width:100%;
	display: none;
	float:left;
}

#bedsteadsMainSubMenu, #fabricBedsteadsSubMenu, #leatherBedsteadsSubMenu, #metalBedsteadsSubMenu, #woodenBedsteadsSubMenu{
	width:100%;
	display: none;
	float:left;
}

#bedroomsMainSubMenu, #bedroomsSubMenu, #bedroomBrandsSubMenu{
	width:100%;
	display: none;
	float:left;
}

/**********************************/
#mobileNavSearchBoxOuter{
	margin-top:20px;
	margin-left:26px;
	padding:4px;
	border: #ef008d 1px solid;
	border-radius:5px;
	float:left;	
}

#mobileNavSearchBoxInput{
	float:left;	
}

#mobileNavSearchBoxInput input[type="search"]{
	width:200px;
	border:none;
	outline:none;
	font-size:15px;
	background:white;
	float:left;	
}

#mobileNavSearchBoxButton{
	width:22px;
	height:22px;
	float:left;	
}

#mobileNavSearchBoxButton input[type="image"]{
	width:22px;
	height:22px;
	outline:none;
	float:left;	
}
/***********************************************************************************************************************************************************************************************************************/
/***size1***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 1219px){
	
#mobileNavMenuCancelWrapper{
	width:58%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 40%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 15px;
}

}/**@media screen**/
/***********************************************************************************************************************************************************************************************************************/
/***size2***************************************************************************************************************************************************************************************************************/
/***********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
	
#mobileNavMenuCancelWrapper{
	width:8%;
	padding-right:2%;
}

/**********************************/
#mainMenu{	
	width: 90%;
	height:100%;
	float:left;
}

#mainMenu li{
	font-size: 14px;
	letter-spacing: -0.5px;
	
}

}/**@media**/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************************************************************/
#abacusLoaderOuter{
	width: 100%;
	padding-top: 450px;
	padding-bottom: 700px;
	visibility: hidden;
	z-index: 200;
	top:0;
	position: fixed;
  	background: rgba(255, 255, 255, 0.9);
	display: table;
}

#abacusLoaderInner{
	width: 200px;
	margin: 0 auto;
	top: 300;
	display: table;
}

#abacusLoaderInner img{
	width: 100%;
	float: left;
}