/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #000;
	--color2: #fff;
	
	--bgColor: #197C28;
	--bgColor2: #186824;
	--bgColor3: #D2A72B;
	--bgColor4: #F1F3F1;
	--bgColor5: #DCE7DC;
	
	--linkColor: #000;
	--linkHoverColor: #bd962c;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #197C28;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #186824;
	--mobileMenuContentBgColor: #197C28;
	
	--btnColor: #fff;
	--btnBgColor: #197C28;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #186824;
	
	--dialogBgColor: #197C28;
	--dialogBgColor2: #186824;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Menu */
#menu-banner{}

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

	/* Menu */
	#menu-banner .menu-banner .menu{
		padding: 15px 0;
	}

	/* Menu */
	#menu-banner .menu-banner{}

		#menu-banner .menu-banner ul li a{
			padding: 16px 12px;
		}
			
			#menu-banner .menu-banner ul li:hover > a{
				color: #fff;
				background-color: var(--bgColor2);
				transition: background linear 0.5s;
			}
			
			#menu-banner .menu-banner ul li.active-li > a{
				color: #fff;
				background-color: var(--bgColor);
				transition: background linear 0.5s;
			}

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

/* Slider */
#slider{}

	#slider .content{
		padding: 10vw 0;
		position: relative;
		background-color: rgba(255, 255, 255, 0.8);
	}

		#slider .content h1{
			padding: 0 0 15px;
			text-align: center;
			position: relative;
			font-size: var(--fontSize300);
		}
		
			#slider .content h1:after{
				bottom: 0;
				content: '';
				width: 100px;
				position: absolute;
				left: calc(50% - 50px);
				border-bottom: 3px solid var(--bgColor3);
			}

	#slider.home .content{
		padding: 22vw 0;
		overflow-x: hidden;
	}

		#slider.home .content .blurb{
			width: 900px;
			z-index: 101;
			position: absolute;
		}

			#slider.home .content .left{
				width: 60%;
				text-align: center;
			}

				#slider.home .content .blurb .left h2{
					margin: 0 0 30px;
					padding: 0 0 15px;
					position: relative;
					font-size: var(--fontSize220);
				}
				
					#slider.home .content .blurb .left h2:after{
						bottom: 0;
						content: '';
						width: 100px;
						position: absolute;
						left: calc(50% - 50px);
						border-bottom: 3px solid var(--bgColor3);
					}

				#slider.home .content .blurb .left .text{
					margin: 0 0 40px;
					font-size: var(--fontSize160);
				}

				#slider.home .content .blurb .left .button{}

			#slider.home .content .right{
				width: 35%;
				margin-left: 5%;
			}

/* Slogan */
#slogan{
	background-color: var(--bgColor4);
}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row{}
		
		/* Title */
		#sum-div .sum-row .title{
			position: relative;
		}

			#sum-div .sum-row .title:after{
				bottom: 0;
				content: '';
				width: 100px;
				position: absolute;
				left: calc(50% - 50px);
				border-bottom: 3px solid var(--bgColor3);
			}
	
	/* Cover */
	#sum-div .sum-row.cover{
		background-image: url(../images/home/bg.jpg);
	}

		#sum-div .sum-row.cover .sum-column{
			width: 22%;
			color: #fff;
			padding: 2%;
		}

			#sum-div .sum-row.cover .sum-column .text{
				color: #fff;
				text-align: left;
			}

				#sum-div .sum-row.cover .sum-column .text b{
					color: var(--bgColor3);
				}

/* Body */
#body{}

	/* Left */
	#left{}
		
		/* Label Box */
		#left > .label-box{}
			
			#left > .label-box > .title{
				width: 90%;
				margin: 0 auto;
				text-align: left;
				position: relative;
				font-size: var(--fontSize120);
			}
			
				#left > .label-box > .title:after{
					left: 0;
					bottom: 0;
					width: 30%;
					content: '';
					position: absolute;
					border-bottom: 2px solid var(--bgColor3);
				}
	
	/* Content */
	#content{}
		
		/* Spread */
		#content > .spread{}
			
			/* Title */
			#content > .spread > .title{
				width: 94%;
				margin: 0 auto;
				padding-left: 0;
				padding-right: 0;
				position: relative;
				font-size: var(--fontSize120);
			}
			
				#content > .spread > .title:after{
					left: 0;
					bottom: 0;
					width: 30%;
					content: '';
					position: absolute;
					border-bottom: 2px solid var(--bgColor3);
				}
	
			/* Data */
			#content > .spread > .data{}
	
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dashed var(--bgColor5);
				}

#body.wide{}

	/* Content */
	#content{}

		/* Panel */
		#content > .panel{}

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

				#content > .panel h1:after,
				#content > .panel h2:after{
					left: 35%;
					bottom: 0;
					width: 30%;
					content: '';
					position: absolute;
					border-bottom: 3px solid var(--bgColor3);
				}
		
			#content > .panel h3{
				border-bottom: 1px dashed var(--bgColor5);
			}

		/* Projects */
		#content > .panel.projects{}
			
			#content > .panel.projects .projects{}
			
				#content > .panel.projects .projects .project{
					position: relative;
					background-color: var(--bgColor4);
					
					-webkit-transition-duration: 0.3s;
					transition-duration: 0.3s;
					
					-webkit-transition-property: box-shadow, transform;
					transition-property: box-shadow, transform;
				}

				#content > .panel.projects:nth-child(even) .projects .project{
					background-color: var(--bgColor5);
				}

					#content > .panel.projects .projects .project:hover, 
					#content > .panel.projects .projects .project:focus, 
					#content > .panel.projects .projects .project:active{
						z-index: 100;

						-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.projects .projects .project .image{
						padding: 5px;
					}
					
						#content > .panel.projects .projects .project .label{
							color: #000;
							padding: 10px;
							margin-top: 5px;
							text-align: center;
						}

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

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

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

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

	#footer a{
		color: #eee;
	}

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

/* 1750px */				
@media screen and (max-width: 1750px){
	
}

/* 1650px */				
@media screen and (max-width: 1650px){
	
}

/* 1380px */			
@media screen and (max-width: 1380px){
	#slider.home .content .blurb{
		width: 800px;
	}
}

/* 1250px */			
@media screen and (max-width: 1250px){
	#slider.home .content .blurb{
		width: 700px;
	}
}

/* 1100px */			
@media screen and (max-width: 1100px){}

/* 1024px */		
@media screen and (max-width: 1024px){
	#slider.home .content .blurb{
		width: 600px;
	}
}

/* 900px */		
@media screen and (max-width: 900px){}

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

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

		#slider.home .content .blurb{
			width: 70%;
			text-align: center;
		}
		
			#slider.home .content .blurb .left{
				width: 100%;
			}
		
			#slider.home .content .blurb .right{
				display: none;
			}
	
	#sum-div .sum-row.cover .sum-column{
		width: 80%;
		padding: 5%;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.7);
	}

	#content > .spread > .title{
		width: 90%;
		padding-left: 0;
		padding-right: 0;
	}
}