/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #8fc22d;
	--bgColor2: #76ac28;
	--bgColor3: #485865;
	
	--linkColor: #000;
	--linkHoverColor: #8fc22d;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #8fc22d;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #8fc22d;
	--mobileMenuContentBgColor: #76ac28;
	
	--btnColor: #fff;
	--btnBgColor: #8fc22d;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #485865;
	
	--dialogBgColor: #8fc22d;
	--dialogBgColor2: #76ac28;
	--dialogHeadingColor: #fff;
}

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

@font-face{
	font-family: Interstate-Regular;
	src: url("../fonts/Interstate/Interstate-Regular.woff"),
		 url("../fonts/Interstate/Interstate-Regular.ttf"),
		 url("../fonts/Interstate/Interstate-Regular.otf"),
		 url("../fonts/Interstate/Interstate-Regular.eot"),
		 url("../fonts/Interstate/Interstate-Regular.svg");
}

/* Body */
body{
	color: var(--bgColor3);
	background-color: #eee;
	font-size: var(--fontSize110);
	font-family: Abel, Helvetica, Arial, sans-serif;
}

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

/* Menu */
#menu-banner{}

	/* Menu Banner */
	#menu-banner .menu-banner ul li:hover{
		background: var(--bgColor3);
		transition: background linear 0.5s;
	}
		
		#menu-banner .menu-banner ul li a{
			padding: 30px 25px;
			color: var(--bgColor3);
		}

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

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

	#menu-banner .menu-banner ul ul{}

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

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

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

/* Slider */
#slider{}

	#slider .content{
		padding: 15% 0;
		background-color: rgba(0, 0, 0, 0.6);
	}

		#slider .content .block{
			text-align: center;
		}
		
			#slider .content .block h1{
				color: #fff;
				font-size: var(--fontSize300);
			}
		
			#slider .content .block .sub{
				color: #fff;
				letter-spacing: 2px;
				padding: 10px 0 25px;
				font-size: var(--fontSize120);
			}
		
			#slider .content .block .button{
				padding: 10px 0;
			}
		
				#slider .content .block .button .btn{
					letter-spacing: 2px;
					border: 1px solid #fff;
					background: transparent;
				}

/* Slogan */
#slogan{
	color: #fff;
	background: var(--bgColor);
}

/* Page Splash */
#pg-splash{
	padding: 10% 0;
	background-image: url('../images/ui/bg.jpg');
}
	
/* Sum-Div */
#sum-div{}

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

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

	/* Welcome */
	#sum-div .sum-row.welcome{}
	
		#sum-div .sum-row.welcome .sum-column{}
	
			#sum-div .sum-row.welcome .sum-column .image{
				margin: 5% auto 2%;

				-webkit-transition: all 1s ease;
				-moz-transition: all 1s ease;
				-ms-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease;
			}
		
				#sum-div .sum-row.welcome .sum-column:hover .image{
					-webkit-transform:scale(1.1);
					-moz-transform:scale(1.1);
					-ms-transform:scale(1.1);
					-o-transform:scale(1.1);
					transform:scale(1.1);
				}
		
				#sum-div .sum-row.welcome .sum-column .image img{
					width: 60%;
					margin: 0 auto;
					border: 1px solid var(--bgColor3);
				}
		
			#sum-div .sum-row.welcome .sum-column .title{
				margin: 0 auto 5%;
			}
		
			#sum-div .sum-row.welcome .sum-column .links{
				margin: 20px 0;
				padding: 20px 0;
			}

	/* Cover */
	#sum-div .sum-row.cover{
		color: #fff;
		background-image: url('../images/home/bg.jpg');
	}
	
		#sum-div .sum-row.cover .sum-column{
			background-color: rgba(73, 88, 101, 0.8);
		}

	/* Services */
	#sum-div .sum-row.services{
		color: #fff;
		background-image: url('../images/home/bg2.jpg');
	}

	/* Services Times */
	#sum-div .sum-row.services.times{
		background-image: url('../images/home/bg3.jpg');
	}
	
		#sum-div .sum-row.services .sum-column{
			float: none;
			margin: 0 auto;
			background-color: rgba(73, 88, 101, 0.8);
		}
	
		#sum-div .sum-row.services .sum-column a{
			color: #fff;
		}

	/* Summary QR */
	#sum-div .sum-row.summary.qr{}
	
		#sum-div .sum-row.summary.qr .sum-column{}
	
			#sum-div .sum-row.summary.qr .sum-column .image{
				width: 250px;
				margin: 0 auto;
			}
	
				#sum-div .sum-row.summary.qr .sum-column .image img{
					width: 100%;
				}

	/* Gallery */
	#sum-div .sum-row.gallery{
		background-color: var(--bgColor4);
	}
	
		#sum-div .sum-row.gallery .sum-column{
			width: 70%;
			margin: 0 auto;
		}
	
			#sum-div .sum-row.gallery .sum-column .image-gallery{
				margin-top: 3%;
			}
	
/* Body */
#body{}

	#left{}
		
		/* Label Box */
		#left > .label-box{
			background: #fff;
		}

			#left > .label-box > .title{
				width: 90%;
				margin: 0 auto;
				font-weight: normal;
				border-bottom: 3px solid var(--bgColor);
			}

			#left > .label-box > .content{}
			
				#left > .label-box > .content .weekly-calendar{
					padding: 10px 0;
					text-align: center;
					font-size: var(--fontSize110);
				}

				#left > .label-box > .content .zapper{
					padding: 10px;
				}

					#left > .label-box > .content .zapper img{
						width: 100%;
					}

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				width: 93%;
				margin: 0 auto;
				font-weight: normal;
				border-bottom: 3px solid var(--bgColor);
			}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					font-weight: normal;
					border-bottom: 1px dashed #ddd;
				}
		
				/* B */
				#content > .spread > .data b.green{
					color: var(--bgColor);
				}
		
			/* Get Involved */
			#content > .spread.get-involved > .data{}
			
				#content > .spread.get-involved > .data #files{
					margin-top: -15px;
					text-align: center;
				}
			
				#content > .spread.get-involved > .data table{
					width: 100%;
				}
			
					#content > .spread.get-involved > .data table td:before{
						display: none;
					}

/* 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(--bgColor3);
}

	#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: 28px 24px;
	}
}

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

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

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

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

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

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

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

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

	#pg-splash{
		padding: 20% 0;
	}

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