/**27-apr-23**/
/****************************************************************************************************************************************************************************************************************************/
/***generic******************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
#mainBannerOuter{
	width:100%;
	padding-bottom:30%;/**0.30 ratio**/
	margin-bottom:10px;
	float:left;
}

#mainBannerInner{
	width:100%;
	position:relative;
	float:left;
}

.mainBanner{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	float:left;
}

.mainBanner img{
	width:100%;
	float:left;
}

/****************************************************************************************************************************************************************************************************************************/
/***size1********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#mainBannerOuter{
	margin-bottom:10px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size2********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size3********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size4********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size5********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size6********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/****************************************************************************************************************************************************************************************************************************/
/***size7********************************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#mainBannerOuter{
	margin-bottom:20px;
}

}/**@media**/
/*****************************************************************************************************************************************************************************************************************************/
/***generic*******************************************************************************************************************************************************************************************************************/
/*****************************************************************************************************************************************************************************************************************************/
#carouselOuter{
	width:100%;
	max-height:190px;
	margin-top: 30px;
	overflow: hidden;
	float:left;	
}

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

#carouselHeader{
	width: 1200px;
	margin-bottom:7px;
	font-size:22px;
	color: #58595b;
	float:left;
}

#carouselViewer{
	width:1128px;
	max-height:210px;
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

#carouselReel{
	width: 200%;
	position:relative;
	z-index:1;
}


#carouselSlide{
	width:282px;
	float:left;
}

#carouselSlide a{
	text-decoration:none;
}

#slideImage{
	float: left;
}

#slideImage img{
	float: left;
}

#slideTitle{
	width:100%;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	font-size:16px;
	color:#58595b;
	float:left;
}

#slidePrice{
	width:100%;
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	color:#58595b;
	float:left;
}

#slideViewButton{
	margin:0 auto;
	padding:3px;
	font-weight:300;
	font-size:16px;
	color:white;
	background:#58595b;
	display:table;
}

#leftArrow{
}

#rightArrow{
}

#leftArrow img, #rightArrow img{
}

#leftArrow:hover, #rightArrow:hover{
	cursor: pointer;
}

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

#carouselHeader{
	width:1200px;
}

#carouselViewer{
	width:1128px;
	max-height:210px;
	margin-bottom:40px;
}

#carouselReel{
	width:200%;
}

#carouselSlide{
	width:282px;
}

#slideImage{
	width:222px;
	height:127px;
	padding-left:30px;
	padding-right:30px;
}

#slideImage img{
	width:222px;
	height:127px;
}

#slideTitle{
	width:222px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	width:222px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:36px;
	padding-bottom:36px;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#leftArrowInner{
	display: block;
}

#leftArrowInnerDummy{
	display: none;
}

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

#carouselHeader{
	width:1100px;
}

#carouselViewer{
	width:1028px;
	max-height:190px;
	margin-bottom:40px;
}

#carouselReel{
	width:200%;
}

#carouselSlide{
	width:257px;
}

#slideImage{
	width:197px;
	height:112px;
	padding-left:30px;
	padding-right:30px;
}

#slideImage img{
	width:197px;
	height:112px;
}

#slideTitle{
	width:197px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slidePrice{
	width:197px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:3px;
	font-size:13px;
}

#slideViewButton{
	font-size:13px;
}

#leftArrow, #rightArrow{
	width:36px;
	padding-bottom:36px;
	margin-top:55px;
	position:relative;
	border-radius:50%;
	background: #58595b;
	float:left;
}

#leftArrow img, #rightArrow img{
	width:50%;
	padding-top:25%;
	padding-left:25%;
	position:absolute;
	float: left;
}

#leftArrowInner{
	display: block;
}

#leftArrowInnerDummy{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

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

#carouselOuter{
	display: none;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size1***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#categoryImageLinkWrapper{
	width:1200px;
	margin: 0 auto;
	padding-top:30px;
	display:table;
}

#imageOneWrapper, #imageTwoWrapper, #imageThreeWrapper, 
#imageFiveWrapper, #imageSixWrapper, #imageSevenWrapper, 
#imageNineWrapper, #imageTenWrapper, #imageElevenWrapper{
	width:282px;
	height:271px;
	margin-bottom:24px;
	margin-right:24px;
	overflow:hidden;
	position: relative;
	float:left;
}

#imageFourWrapper, #imageEightWrapper, #imageTwelveWrapper{
	width:282px;
	height:271px;
	margin-bottom:24px;
	overflow:hidden;
	position: relative;
	background:none;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#imageOneWrapper img:hover, #imageTwoWrapper img:hover, #imageThreeWrapper img:hover, #imageFourWrapper img:hover, #imageFiveWrapper img:hover, #imageSixWrapper img:hover, 
#imageSevenWrapper img:hover, #imageEightWrapper img:hover, #imageNineWrapper img:hover, #imageTenWrapper img:hover, #imageElevenWrapper img:hover, #imageTwelveWrapper img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	margin-top:208px;
	margin-left: auto;
	margin-right: 0px;
	position:relative;
	background:#D8B528;
	display:table;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	margin:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:19px;
	color:white;
	display:inline-block;
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size2**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#categoryImageLinkWrapper{
	width:1100px;
	margin: 0 auto;
	padding-top:30px;
	display:table;
}

#imageOneWrapper, #imageTwoWrapper, #imageThreeWrapper, 
#imageFiveWrapper, #imageSixWrapper, #imageSevenWrapper, 
#imageNineWrapper, #imageTenWrapper, #imageElevenWrapper{
	width:258px;
	height:248px;
	margin-bottom:22px;
	margin-right:22px;
	overflow:hidden;
	position: relative;
	float:left;
}

#imageFourWrapper, #imageEightWrapper, #imageTwelveWrapper{
	width:260px;
	height:248px;
	margin-bottom:22px;
	overflow:hidden;
	position: relative;
	background:none;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#imageOneWrapper img:hover, #imageTwoWrapper img:hover, #imageThreeWrapper img:hover, #imageFourWrapper img:hover, #imageFiveWrapper img:hover, #imageSixWrapper img:hover, 
#imageSevenWrapper img:hover, #imageEightWrapper img:hover, #imageNineWrapper img:hover, #imageTenWrapper img:hover, #imageElevenWrapper img:hover, #imageTwelveWrapper img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	margin-top:192px;
	margin-left: auto;
	margin-right: 0px;
	position:relative;
	background:#D8B528;
	display:table;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	margin:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:17px;
	color:white;
	display:inline-block;
}




}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size3**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#categoryImageLinkWrapper{
	width:1000px;
	margin: 0 auto;
	padding-top:30px;
	display:table;
}

#imageOneWrapper, #imageTwoWrapper, #imageThreeWrapper, 
#imageFiveWrapper, #imageSixWrapper, #imageSevenWrapper, 
#imageNineWrapper, #imageTenWrapper, #imageElevenWrapper{
	width:234px;
	height:225px;
	margin-bottom:21px;
	margin-right:21px;
	overflow:hidden;
	position: relative;
	float:left;
}

#imageFourWrapper, #imageEightWrapper, #imageTwelveWrapper{
	width:235px;
	height:225px;
	margin-bottom:21px;
	overflow:hidden;
	position: relative;
	background:none;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#imageOneWrapper img:hover, #imageTwoWrapper img:hover, #imageThreeWrapper img:hover, #imageFourWrapper img:hover, #imageFiveWrapper img:hover, #imageSixWrapper img:hover, 
#imageSevenWrapper img:hover, #imageEightWrapper img:hover, #imageNineWrapper img:hover, #imageTenWrapper img:hover, #imageElevenWrapper img:hover, #imageTwelveWrapper img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	margin-top:166px;
	margin-left: auto;
	margin-right: 0px;
	position:relative;
	background:#D8B528;
	display:table;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	margin:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:17px;
	color:white;
	display:inline-block;
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size4**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#categoryImageLinkWrapper{
	width:900px;
	margin: 0 auto;
	padding-top:30px;
	display:table;
}

#imageOneWrapper, #imageTwoWrapper, #imageThreeWrapper, 
#imageFiveWrapper, #imageSixWrapper, #imageSevenWrapper, 
#imageNineWrapper, #imageTenWrapper, #imageElevenWrapper{
	width:210px;
	height:202px;
	margin-bottom:20px;
	margin-right:20px;
	overflow:hidden;
	position: relative;
	float:left;
}

#imageFourWrapper, #imageEightWrapper, #imageTwelveWrapper{
	width:210px;
	height:202px;
	margin-bottom:20px;
	overflow:hidden;
	position: relative;
	background:none;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#imageOneWrapper img:hover, #imageTwoWrapper img:hover, #imageThreeWrapper img:hover, #imageFourWrapper img:hover, #imageFiveWrapper img:hover, #imageSixWrapper img:hover, 
#imageSevenWrapper img:hover, #imageEightWrapper img:hover, #imageNineWrapper img:hover, #imageTenWrapper img:hover, #imageElevenWrapper img:hover, #imageTwelveWrapper img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	margin-top:144px;
	margin-left: auto;
	margin-right: 0px;
	position:relative;
	background:#D8B528;
	display:table;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	margin:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:17px;
	color:white;
	display:inline-block;
}




}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size5**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#categoryImageLinkWrapper{
	width:800px;
	margin: 0 auto;
	padding-top:30px;
	display:table;
}

#imageOneWrapper, #imageTwoWrapper, #imageThreeWrapper, 
#imageFiveWrapper, #imageSixWrapper, #imageSevenWrapper, 
#imageNineWrapper, #imageTenWrapper, #imageElevenWrapper{
	width:186px;
	height:179px;
	margin-bottom:19px;
	margin-right:19px;
	overflow:hidden;
	position: relative;
	float:left;
}

#imageFourWrapper, #imageEightWrapper, #imageTwelveWrapper{
	width:185px;
	height:179px;
	margin-bottom:19px;
	overflow:hidden;
	position: relative;
	background:none;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#imageOneWrapper img:hover, #imageTwoWrapper img:hover, #imageThreeWrapper img:hover, #imageFourWrapper img:hover, #imageFiveWrapper img:hover, #imageSixWrapper img:hover, 
#imageSevenWrapper img:hover, #imageEightWrapper img:hover, #imageNineWrapper img:hover, #imageTenWrapper img:hover, #imageElevenWrapper img:hover, #imageTwelveWrapper img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	margin-top:123px;
	margin-left: auto;
	margin-right: 0px;
	position:relative;
	background:#D8B528;
	display:table;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	margin:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:15px;
	color:white;
	display:inline-block;
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size6**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#categoryImageLinkWrapper{
	width:700px;
	margin: 0 auto;
	padding-top:30px;
	display:table;
}

#imageOneWrapper, #imageTwoWrapper, 
#imageFourWrapper, #imageFiveWrapper,  
#imageSevenWrapper, #imageEightWrapper, 
#imageTenWrapper, #imageElevenWrapper{
	width:218px;
	height:207px;
	margin-bottom:23px;
	margin-right:23px;
	overflow:hidden;
	position: relative;
	float:left;
}

#imageThreeWrapper, #imageSixWrapper, #imageNineWrapper, #imageTwelveWrapper{
	width:218px;
	height:207px;
	margin-bottom:23px;
	overflow:hidden;
	position: relative;
	background:none;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

#imageOneWrapper img:hover, #imageTwoWrapper img:hover, #imageThreeWrapper img:hover, #imageFourWrapper img:hover, #imageFiveWrapper img:hover, #imageSixWrapper img:hover, 
#imageSevenWrapper img:hover, #imageEightWrapper img:hover, #imageNineWrapper img:hover, #imageTenWrapper img:hover, #imageElevenWrapper img:hover, #imageTwelveWrapper img:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	margin-top:149px;
	margin-left: auto;
	margin-right: 0px;
	position:relative;
	background:#D8B528;
	display:table;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	margin:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:15px;
	color:white;
	display:inline-block;
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size7**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#categoryImageLinkWrapper{
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	padding-top:10px;
	float: left;
}

#imageOneWrapper, #imageThreeWrapper, #imageFiveWrapper,  #imageSevenWrapper, #imageNineWrapper, #imageElevenWrapper{
	width:49%;
	margin-bottom:2%;
	margin-right:2%;
	float:left;
}

#imageTwoWrapper, #imageFourWrapper, #imageSixWrapper, #imageEightWrapper, #imageTenWrapper, #imageTwelveWrapper{
	width:49%;
	margin-bottom:2%;
	float:left;
}

#imageOneWrapper img, #imageTwoWrapper img, #imageThreeWrapper img, #imageFourWrapper img, #imageFiveWrapper img, #imageSixWrapper img, 
#imageSevenWrapper img, #imageEightWrapper img, #imageNineWrapper img, #imageTenWrapper img, #imageElevenWrapper img, #imageTwelveWrapper img{
	width:100%;
	display:block;
}

#imageOneLabelOuter, #imageTwoLabelOuter, #imageThreeLabelOuter, #imageFourLabelOuter, #imageFiveLabelOuter, #imageSixLabelOuter,
#imageSevenLabelOuter, #imageEightLabelOuter, #imageNineLabelOuter, #imageTenLabelOuter, #imageElevenLabelOuter, #imageTwelveLabelOuter{
	width:100%;
	background:#D8B528;
	float:left;
}

#imageOneLabelInner, #imageTwoLabelInner, #imageThreeLabelInner, #imageFourLabelInner, #imageFiveLabelInner, #imageSixLabelInner, 
#imageSevenLabelInner, #imageEightLabelInner, #imageNineLabelInner, #imageTenLabelInner, #imageElevenLabelInner, #imageTwelveLabelInner{
	width:96%;
	padding:2%;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:16px;
	color:white;
	float:left;
}


}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size1***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#bottomBoxes{
	width:1200px;
	margin: 0 auto;
	margin-bottom: 35px;
	display:table;
}

#deliveryBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:23.5%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size2**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#bottomBoxes{
	width:1100px;
	margin: 0 auto;
	margin-bottom: 35px;
	display:table;
}

#deliveryBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:23.5%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size3**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#bottomBoxes{
	width:1000px;
	margin: 0 auto;
	margin-bottom: 35px;
	display:table;
}

#deliveryBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:23.5%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size4**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#bottomBoxes{
	width:900px;
	margin: 0 auto;
	margin-bottom: 35px;
	display:table;
}

#deliveryBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:23.5%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/
/******************************************************************************************************************************************************************************************************************************/
/***size5**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#bottomBoxes{
	width:800px;
	margin: 0 auto;
	margin-bottom: 35px;
	display:table;
}

#deliveryBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:23.5%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/

/******************************************************************************************************************************************************************************************************************************/
/***size6**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#bottomBoxes{
	width:700px;
	margin: 0 auto;
	margin-bottom: 35px;
	display:table;
}

#deliveryBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:23.5%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:23.5%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/

/******************************************************************************************************************************************************************************************************************************/
/***size7**********************************************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#bottomBoxes{
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 35px;
	float:left;
}

#deliveryBox{
	width:49%;
	height:300px;
	margin-right:2%;
	margin-bottom:10px;
	padding-top:40px;
	background:#457235;
	float:left;
}

#deliveryBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#deliveryBoxIcon img{
	height:40px;
	display:block;
}

#deliveryBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#deliveryBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#deliveryBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#measureBox{
	width:49%;
	height:300px;
	margin-bottom:10px;
	padding-top:40px;
	background:#615B55;
	float:left;
}

#measureBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#measureBoxIcon img{
	height:40px;
	display:block;
}

#measureBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#measureBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

#measureBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:white;
	float:left;	
}

/*******************************/
#creditBox{
	width:49%;
	height:300px;
	margin-right:2%;
	padding-top:40px;
	background:#F0EDED;
	float:left;
}

#creditBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#creditBoxIcon img{
	height:40px;
	display:block;
}

#creditBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:#60C199;
	float:left;	
}

#creditBoxText{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}

#creditBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}


/*******************************/
#contactBox{
	width:49%;
	height:300px;
	padding-top:40px;
	background:#D8B528;
	float:left;
}

#contactBoxIcon{
	width:auto;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

#contactBoxIcon img{
	height:40px;
	display:block;
}

#contactBoxHeader{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:900;
	font-size:16px;
	color:white;
	float:left;	
}

#contactBoxLink{
	width:100%;
	margin-bottom:25px;
	text-align:center;
	font-weight:100;
	font-size:14px;
	color:black;
	float:left;	
}



}/**@media**/




