/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* ------------- CORE:ROOT ------------- */

:root{
	--color: #fff;
	--color2: #222;
	
	--bgColor: #E60124;
	--bgColor2: #C60000;
	--bgColor3: #E5B80B;
	--bgColor4: #18CFFB;
	--bgColor5: #222;
	--bgColor6: #111;
	--bgColor7: #000;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--borderRadius: 10px;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #E60124;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #C60000;
	--mobileMenuContentBgColor: #E60124;
	
	--btnColor: #fff;
	--btnBgColor: #E60124;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #C60000;
	
	/* Glow Btn */
	--btnBgColor2: #C60000;
	--btnBgColor3: #E5B80B;
	
	--dialogBgColor: #222;
	--dialogBgColor2: #E60124;
	--dialogHeadingColor: #fff;
}

/* ------------- DOCUMENT ------------- */

/* Body */
body{
	background-color: var(--bgColor5);
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

/* Headings */
h1, h2, h3{
	color: var(--bgColor3);
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

/* Menu */
#menu-banner{
	background-color: var(--bgColor7);
}

	/* Top Banner */
	#menu-banner .top-banner{
		border-bottom: 1px solid var(--darkModeBorderColor);
	}

	/* Menu */
	#menu-banner .menu-banner .menu{
		padding: 15px 0;
	}
	
		#menu-banner .menu-banner ul li:hover{
			background-color: var(--bgColor2);
		}
		
			#menu-banner .menu-banner ul li{
				margin: 0 5px;
				
				-webkit-border-radius: var(--borderRadius);
				-moz-border-radius: var(--borderRadius);
				-m-border-radius: var(--borderRadius);
				-o-border-radius: var(--borderRadius);
				border-radius: var(--borderRadius);
			}
		
			#menu-banner .menu-banner ul li a{
				margin: 0 5px;
				padding: 15px;
			}

				#menu-banner .menu-banner ul li:hover > a{
					color: #fff;
				}
			
				#menu-banner .menu-banner ul li.active-li{
					background-color: var(--bgColor);
				}

					#menu-banner .menu-banner ul li.active-li > a{
						color: #fff;
					}

		#menu-banner .menu-banner ul ul{
			background-color: var(--bgColor7);
			
			-webkit-border-radius: var(--borderRadius);
			-moz-border-radius: var(--borderRadius);
			-m-border-radius: var(--borderRadius);
			-o-border-radius: var(--borderRadius);
			border-radius: var(--borderRadius);
		}
			
			#menu-banner .menu-banner ul ul li{
				margin: 5px;
			}

				#menu-banner .menu-banner ul ul li:hover{
					background-color: var(--bgColor2);
				}

					#menu-banner .menu-banner ul ul li:hover > a{
						color: #fff;
					}

					#menu-banner .menu-banner ul ul li.active-li > a{
						color: #fff;
					}

	/* Search Banner */
	#menu-banner .search-banner{
		background-color: var(--bgColor6);
	}
	
		#menu-banner .search-banner input{
			-webkit-border-radius: var(--borderRadius) 0 0 var(--borderRadius);
			-moz-border-radius: var(--borderRadius) 0 0 var(--borderRadius);
			-m-border-radius: var(--borderRadius) 0 0 var(--borderRadius);
			-o-border-radius: var(--borderRadius) 0 0 var(--borderRadius);
			border-radius: var(--borderRadius) 0 0 var(--borderRadius);
		}
			
/* Fireworks */
#fireworks{
	width: 100%;
	height: 15vw;
	overflow: hidden;
	background-color: var(--bgColor7);
}
			
/* Fireworks */
#fireworks.home{
	height: 700px;
	position: relative;
}
			
	#fireworks.home .content{}
			
		#fireworks.home .content .blurb{
			text-align: center;
		}
			
			#fireworks.home .content .blurb .title{
				font-size: var(--fontSize240);
			}
			
			#fireworks.home .content .blurb .info{
				padding: 20px 0;
			}
			
			#fireworks.home .content .blurb .buttons{}
			
/* Slogan */
#slogan{
	color: var(--color);
	background-color: var(--bgColor);
}
	
/* Sum-Div */
#sum-div{
	background-color: var(--bgColor5);
}

	/* Row */
	#sum-div .sum-row{}

		#sum-div .sum-row:not(.products) .sum-row-wrapper{
			margin: 8px;
		}

			#sum-div .sum-row:not(.products) .sum-column.column-1{
				margin-right: 8px;
			}

		/* Title */
		#sum-div .sum-row .sum-row-wrapper > .title,
		#sum-div .sum-row .sum-row-wrapper .sum-column > .title{
			margin: 0 auto 20px;
		}
			
			#sum-div .sum-row .sum-row-wrapper > .title:after,
			#sum-div .sum-row .sum-row-wrapper .sum-column > .title:after{
				left: 20%;
				width: 60%;
				content: "";
				height: 35px;
				bottom: -35px;
				position: absolute;
				border: solid 4px var(--bgColor4);
				border-color: var(--bgColor4) transparent transparent transparent;
				
				border-radius: 50%;
				-m-border-radius: 50%;
				-o-border-radius: 50%;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
			}

	/* Products */
	#sum-div .sum-row.products{
		background-color: var(--bgColor6);
	}

	/* Retailer & Wholesaler */
	#sum-div .sum-row.retailer-wholesaler{}
	
		#sum-div .sum-row.retailer-wholesaler .sum-column{}
		
			#sum-div .sum-row.retailer-wholesaler .sum-column.column-1{
				height: 500px;
				background-color: var(--bgColor7);
			}
		
				#sum-div .sum-row.retailer-wholesaler .sum-column.column-1 .parallax{
					width: 100%;
					height: 100%;
					background-image: url('../images/home/fireworks-1.jpg');
				}
		
			#sum-div .sum-row.retailer-wholesaler .sum-column.column-2{
				height: 400px;
				padding: 50px;
				background-color: var(--bgColor7);
			}

	/* Diverse Selection */
	#sum-div .sum-row.diverse-selection{}
	
		#sum-div .sum-row.diverse-selection .sum-column{}
		
			#sum-div .sum-row.diverse-selection .sum-column.column-1{
				height: 400px;
				padding: 50px;
				background-color: var(--bgColor7);
			}
		
			#sum-div .sum-row.diverse-selection .sum-column.column-2{
				height: 500px;
				background-color: var(--bgColor7);
			}
		
				#sum-div .sum-row.diverse-selection .sum-column.column-2 .parallax{
					width: 100%;
					height: 100%;
					background-image: url('../images/home/fireworks-2.jpg');
				}

	/* Quality and Affordable */
	#sum-div .sum-row.quality-affordable{}
	
		#sum-div .sum-row.quality-affordable .sum-column{}
		
			#sum-div .sum-row.quality-affordable .sum-column.column-1{
				height: 500px;
				background-color: var(--bgColor7);
			}
		
				#sum-div .sum-row.quality-affordable .sum-column.column-1 .parallax{
					width: 100%;
					height: 100%;
					background-image: url('../images/home/fireworks-3.jpg');
				}
		
			#sum-div .sum-row.quality-affordable .sum-column.column-2{
				height: 400px;
				padding: 50px;
				background-color: var(--bgColor7);
			}

	/* Three Decades */
	#sum-div .sum-row.three-decades{}
	
		#sum-div .sum-row.three-decades .sum-column{}
		
			#sum-div .sum-row.three-decades .sum-column.column-1{
				height: 400px;
				padding: 50px;
				background-color: var(--bgColor7);
			}
		
			#sum-div .sum-row.three-decades .sum-column.column-2{
				height: 500px;
				background-color: var(--bgColor7);
			}
		
				#sum-div .sum-row.three-decades .sum-column.column-2 .parallax{
					width: 100%;
					height: 100%;
					background-image: url('../images/home/fireworks-4.jpg');
				}

/* Body */
#body{}

	/* Left & Right */
	#left,
	#right{}
		
		/* Label Box */
		#left > .label-box,
		#right > .label-box{}

			#left > .label-box > .title,
			#right > .label-box > .title{
				width: 80%;
				margin: 0 auto;
				padding-top: 30px;
				position: relative;
				margin-bottom: 20px;
			}
			
				#left > .label-box > .title:after,
				#right > .label-box > .title:after{
					content: "";
					width: 180px;
					height: 35px;
					bottom: -35px;
					position: absolute;
					left: calc(50% - 90px);
					border: solid 4px var(--bgColor4);
					border-color: var(--bgColor4) transparent transparent transparent;
					
					border-radius: 50%;
					-m-border-radius: 50%;
					-o-border-radius: 50%;
					-moz-border-radius: 50%;
					-webkit-border-radius: 50%;
				}

			#left > .label-box > .content,
			#right > .label-box > .content{}

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				padding-top: 30px;
				text-align: center;
				position: relative;
				margin-bottom: 20px;			
				font-size: var(--fontSize200);
			}
			
				#content > .spread > .title:after{
					width: 180px;
					content: "";
					height: 35px;
					bottom: -35px;
					position: absolute;
					left: calc(50% - 90px);
					border: solid 4px var(--bgColor4);
					border-color: var(--bgColor4) transparent transparent transparent;
					
					border-radius: 50%;
					-m-border-radius: 50%;
					-o-border-radius: 50%;
					-moz-border-radius: 50%;
					-webkit-border-radius: 50%;
				}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dotted var(--darkModeBorderColor);
				}

#body.wide{}

	/* Content */
	#content{}

		/* Panel */
		#content > .panel{
			background-color: var(--bgColor5);
		}

		#content > .panel:nth-child(even){
			background-color: var(--bgColor6);
		}
		
			#content > .panel h1,
			#content > .panel h2{}
			
				#content > .panel h1:after,
				#content > .panel h2:after{
					left: 20%;
					width: 60%;
					content: "";
					height: 35px;
					bottom: -35px;
					position: absolute;
					border: solid 4px var(--bgColor4);
					border-color: var(--bgColor4) transparent transparent transparent;
					
					border-radius: 50%;
					-m-border-radius: 50%;
					-o-border-radius: 50%;
					-moz-border-radius: 50%;
					-webkit-border-radius: 50%;
				}
		
			#content > .panel h3{
				border-bottom: 1px dotted var(--darkModeBorderColor);
			}

		/* Contact */
		#content > .panel.contact{}

/* Page Options */
#page-options{
	background-color: var(--bgColor6);
}

	#page-options a{
		color: #fff;
	}

	#page-options .left:hover,
	#page-options .right:hover{
		background-color: var(--bgColor7);
	}

/* Footer */
#footer{
	color: #fff;
	background-color: var(--bgColor7);
}

	#footer .title{
		color: #fff;
	}

	#footer a{
		color: #ccc;
	}

		#footer a:hover{
			color: #fff;
		}

/* 1750px */		
@media screen and (max-width: 1750px){
	#menu-banner .menu-banner ul li a{
		padding: 14px;
	}
}

/* 1650px */		
@media screen and (max-width: 1650px){
	#menu-banner .menu-banner ul li a{
		padding: 13px;
	}
}

/* 1550px */		
@media screen and (max-width: 1550px){
	#menu-banner .menu-banner ul li a{
		padding: 12px;
	}
}

/* 1380px */		
@media screen and (max-width: 1380px){
	#menu-banner .menu-banner ul li a{
		padding: 11px;
	}
	
	#fireworks.home{
		height: 600px;
	}
}

/* 1250px */		
@media screen and (max-width: 1250px){
	#menu-banner .menu-banner ul li a{
		padding: 10px;
	}
}

/* 1100px */		
@media screen and (max-width: 1100px){
	#menu-banner .menu-banner ul li a{
		padding: 10px;
	}
}

/* 1024px */		
@media screen and (max-width: 1024px){
	#menu-banner .menu-banner ul li a{
		padding: 10px;
	}
}

/* 900px */		
@media screen and (max-width: 900px){
	#menu-banner .menu-banner ul li a{
		padding: 9px;
	}
		
		#menu-banner .menu-banner ul li{
			margin: 0 3px;
		}
}

/* 600px */
@media screen and (max-width: 600px){
	#fireworks.home{
		height: 500px;
	}

	#sum-div .sum-row:not(.products) .sum-column.column-1{
		margin-right: 0;
		margin-bottom: 8px;
	}

	#content > .spread > .title{
		width: 80%;
		margin: 0 auto 20px;
	}
}