/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #222;
	--color2: #fff;
	
	--bgColor: #F89F0F;
	--bgColor2: #EE691D;
	--bgColor3: #E53729;
	--bgColor4: #262A2B;
	--bgColor5: #1D2122;
	--bgColor6: #EFEEEA;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #F89F0F;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #EE691D;
	--mobileMenuContentBgColor: #F89F0F;
	
	--btnColor: #fff;
	--btnBgColor: #F89F0F;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #EE691D;
	
	/* Glow Btn */
	--btnBgColor2: #EE691D;
	--btnBgColor3: #E53729;
	
	--dialogBgColor: #F89F0F;
	--dialogBgColor2: #EE691D;
	--dialogHeadingColor: #fff;
}

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

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

/* Headings */
h1, h2, h3{
	font-family: Goldman, Arial, sans-serif;
}

/* Menu */
#menu-banner{}

	/* Top Banner */
	#menu-banner .top-banner{
		color: #fff;
		background-color: var(--bgColor4);
	}
	
		#menu-banner .top-banner a{
			color: #fff;
		}
	
			#menu-banner .top-banner span:before{
				color: var(--bgColor);
			}

	/* Menu */
	#menu-banner .menu-banner .right > ul > li > a{
		top: 0;
		font-weight: bold;
		position: relative;
		padding: 30px 25px;
		transition: top ease 0.5s;
	}
	
		#menu-banner .menu-banner .right > ul > li > a:hover{
			top: -5px;
		}

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

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

	#menu-banner .menu-banner ul ul{
		-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
	}

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

			#menu-banner .menu-banner ul ul li a{
				color: #000;
			}

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

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

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

/* Slider */
#slider{}

	#slider .content{
		color: #fff;
		padding: 12% 0;
		background-color: rgba(0, 0, 0, 0.3);
	}

	#slider.home .content{
		padding: 18% 0;
	}

		#slider .content .splash{
			width: 90%;
			text-align: center;
		}

			#slider .content .splash h1,
			#slider .content .splash h2{
				font-weight: 900;
				font-style: italic;
				font-size: var(--fontSize280);
				text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.8);
			}

			#slider .content .splash .description{
				font-size: var(--fontSize180);
				text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.8);
			}

/* Slogan */
#slogan{
	color: #222;
}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}
	
	/* Title */
	#sum-div .sum-row .title{
		color: #444;
		padding-bottom: 20px;
	}

		#sum-div .sum-row .title:before{
			left: 25%;
			width: 25%;
			content: '';
			bottom: 3px;
			height: 5px;
			position: absolute;
			background-color: var(--bgColor);
			
			-webkit-border-radius: 5px 0 0 5px;
			-moz-border-radius: 5px 0 0 5px;
			-m-border-radius: 5px 0 0 5px;
			-o-border-radius: 5px 0 0 5px;
			border-radius: 5px 0 0 5px;
		}

		#sum-div .sum-row .title:after{
			right: 25%;
			width: 25%;
			content: '';
			bottom: 3px;
			height: 5px;
			position: absolute;
			background-color: var(--bgColor2);
			
			-webkit-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			-m-border-radius: 0 5px 5px 0;
			-o-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
		}

	/* Cover */
	#sum-div .sum-row.cover{
		background-image: url('../images/ui/nextgen-fire-systems.jpg');
	}
	
		#sum-div .sum-row.cover .sum-column{
			background-color: rgba(255, 255, 255, 0.95);
		}
	
/* Body */
#body{}

	#left{}
		
		/* Label Box */
		#left > .label-box{}

			#left > .label-box > .title{
				width: 80%;
				color: #444;
				margin: 0 auto;
				border-bottom: 3px solid var(--bgColor2);
			}

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

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				width: 93%;
				color: #444;
				margin: 0 auto;
				border-bottom: 3px solid var(--bgColor2);
			}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dotted var(--bgColor);
				}

#body.wide{}

	#content{}

		/* Panel */
		#content > .panel{
			background-color: #fff;
		}

		#content > .panel:nth-child(even){
			background-color: var(--bgColor6);
		}
			
			#content > .panel h1,
			#content > .panel h2{
				color: #444;
				width: 600px;
				font-size: var(--fontSize180);
			}

				#content > .panel h1:before,
				#content > .panel h2:before{
					left: 25%;
					width: 25%;
					content: '';
					bottom: 3px;
					height: 5px;
					position: absolute;
					background-color: var(--bgColor);
					
					-webkit-border-radius: 5px 0 0 5px;
					-moz-border-radius: 5px 0 0 5px;
					-m-border-radius: 5px 0 0 5px;
					-o-border-radius: 5px 0 0 5px;
					border-radius: 5px 0 0 5px;
				}

				#content > .panel h1:after,
				#content > .panel h2:after{
					right: 25%;
					width: 25%;
					content: '';
					bottom: 3px;
					height: 5px;
					position: absolute;
					background-color: var(--bgColor2);
					
					-webkit-border-radius: 0 5px 5px 0;
					-moz-border-radius: 0 5px 5px 0;
					-m-border-radius: 0 5px 5px 0;
					-o-border-radius: 0 5px 5px 0;
					border-radius: 0 5px 5px 0;
				}
		
			#content > .panel h3{
				color: #444;
				padding: 5px;
				margin: 10px 0;
				border-bottom: 1px dotted var(--bgColor);
			}

		/* Products */
		#content > .panel.products{}
			
			#content > .panel.products .items{}
			
				#content > .panel.products .items .item{
					padding: 10px;
					text-align: center;
					background-color: #fff;
			
					-webkit-transition-duration: 0.3s;
					transition-duration: 0.3s;
					
					-webkit-transition-property: box-shadow, transform;
					transition-property: box-shadow, transform;
				}

					#content > .panel.products .items .item:hover, 
					#content > .panel.products .items .item:focus, 
					#content > .panel.products .items .item:active{
						z-index: 100;
						
						-ms-transform: scale(1.05);
						-webkit-transform: scale(1.05);
						transform: scale(1.05);
		
						-webkit-box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
						-moz-box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
						box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
					}

					#content > .panel.products .items .item .title{
						margin-top: 10px;
						font-weight: bold;
						color: var(--bgColor);
					}
					
					#content > .panel.products .items .item .description{
						margin-top: 10px;
					}

		/* Contact */
		#content > .panel.contact{
			z-index: 0;
			color: #fff;
			position: relative;
			
			background-image: url('../images/ui/nextgen-fire-systems.jpg');
			background-position: center;
			background-repeat: no-repeat;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-ms-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

		#content > .panel.contact:before{
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			z-index: -1;
			position: absolute;
			background-color: rgba(0, 0, 0, 0.7);
		}

			#content > .panel.contact h2{
				color: #fff;
				text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.8);
			}

			#content > .panel.contact .buttons{
				margin: 30px 0;
			}

			#content > .panel.contact .text{
				font-size: var(--fontSize140);
			}

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

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

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

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

	#footer .title{
		color: #fff;
	}

	#footer a{
		color: #eee;
	}

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

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

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

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

/* 1380px */		
@media screen and (max-width: 1380px){
	#menu-banner .menu-banner .right > ul > li > a{
		padding: 23px 18px;
	}
}

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

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

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

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

/* 600px */
@media screen and (max-width: 600px){
	#slider .content{
		height: 40%;
	}

	#slider.home .content{
		height: 70%;
	}

	#content > .spread > .title{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}