/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #4db13e;
	--bgColor2: #1ea030;
	--bgColor3: #a1c93a;
	--bgColor4: #27262C;
	
	--linkColor: #000;
	--linkHoverColor: #3ea030;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #3ea030;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #3ea030;
	--mobileMenuContentBgColor: #222;
	
	--btnColor: #fff;
	--btnBgColor: #4db13e;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #3ea030;
	
	--dialogBgColor: #4db13e;
	--dialogBgColor2: #1ea030;
	--dialogHeadingColor: #fff;
}

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

body{
	background: #eee;
	line-height: 150%;
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
}

/* Menu */
#menu-banner{}

	/* Top Banner */
	#menu-banner .top-banner{
		border-bottom: 1px solid #eee;
	}

	/* Menu */
	#menu-banner .menu-banner ul li a{
		color: #000;
		padding: 15px 20px;
	}
	
		#menu-banner .menu-banner ul li:hover > a{
			color: #fff;
			background-color: var(--bgColor2);
		}
	
		#menu-banner .menu-banner ul li.active-li > a{
			color: #fff;
			background-color: var(--bgColor);
		}

/* Splash */
#splash{
	background-image: url('../images/home/splash.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	#splash .content{
		padding: 10% 0;
	}

	#splash.home .content{
		padding: 17% 0;
	}

		#splash .content .title{
			color: #fff;
			font-weight: bold;
			padding: 30px 20px;
			margin-bottom: 10px;
			font-size: var(--fontSize160);
			background-color: rgba(77, 177, 62, 0.9);
		}

		#splash .content .description{
			color: #fff;
			font-weight: bold;
			padding: 30px 20px;
			background-color: rgba(77, 177, 62, 0.9);
		}

/* Sum-Div */
#sum-div{
	color: #eee;
}

	#sum-div .sum-row{
		background-color: var(--bgColor4);
	}

		#sum-div .sum-row .title{
			font-weight: 200;
			position: relative;
			font-size: var(--fontSize180);
		}

			#sum-div .sum-row .title:after{
				left: 35%;
				width: 30%;
				content: '';
				bottom: -5px;
				position: absolute;
				border-bottom: 3px solid var(--bgColor3);
			}
		
		#sum-div .sum-row .text{
			padding: 30px;
		}
	
		#sum-div .sum-row .links{
			padding: 0;
		}

	/* Sum-Div 2 */
	#sum-div .sum-row.first{
		color: #fff;
	}

	/* Sum-Div 2 */
	#sum-div .sum-row.circles{
		background-image: url('../images/home/bg.jpg');
		background-repeat: no-repeat;
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
		
		#sum-div .sum-row.circles .sum-row-wrapper{
			background-color: rgba(0, 0, 0,0.7);
		}

	/* Sum-Div 3 */
	#sum-div .sum-row.summary{}
	
		#sum-div .sum-row.summary .text{
			 padding: 30px 0;
		}

	/* Sum-Div 4 */
	#sum-div .sum-row.cover{
		background-image: url('../images/home/bg2.jpg');
	}
		
		#sum-div .sum-row.cover .sum-row-wrapper{
			background-color: rgba(0, 0, 0, 0.7);
		}
		
		#sum-div .sum-row.cover .sum-column{
			float: none;
			margin: 0 auto;
			background-color: rgba(0, 0, 0, 0.7);
		}
	
			#sum-div .sum-row.cover .sum-column ul{
				text-align: left;
			}

			#sum-div .sum-row.cover .links{
				padding: 30px 0 0;
			}

/* Body */
#body{}

	#left{}

		#left > .label-box{
			background: #fff;
		}
		
			#left > .label-box > .title{
				color: #fff;
				padding: 3%;
				text-align: left;
				border-bottom: 1px solid #3e9f30;
				
				background: var(--bgColor);
				background: linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -moz-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -webkit-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
			}
		
			#left > .label-box > .content{}

	#content{}

		#content > .spread{}

			#content > .spread > .title{
				color: #fff;
				border-bottom: 1px solid #3e9f30;
				
				background: var(--bgColor);
				background: linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -moz-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -webkit-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
			}

			#content > .spread > .data{}
		
				#content > .spread > .data h3{
					border-bottom: 1px solid #eee;
				}

/* Ticker */
#ticker{}
			
	#ticker .marquee .container img{
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	
		#ticker .marquee .container img:hover{
			-webkit-filter: grayscale(0);
			filter: grayscale(0);
		}

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

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

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

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

	#footer .title{
		color: #fff;
	}

	#footer a{
		color: #ddd;
	}

		#footer a:hover{
			color: #fff;
		}
		
/* 1750px */		
@media screen and (max-width: 1750px){
	#menu-banner .menu-banner ul li a{
		padding: 18px 20px;
	}
}

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

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

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

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

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

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

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

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

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

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

	#splash.home .content{
		padding: 30% 0;
	}
}