/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #444;
	--color2: #fff;
	
	--bgColor: #66bfc0;
	--bgColor2: #38A3A4;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #66bfc0;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #38A3A4;
	--mobileMenuContentBgColor: #66bfc0;
	
	--btnColor: #fff;
	--btnBgColor: #66bfc0;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #38A3A4;
	
	--dialogBgColor: #66bfc0;
	--dialogBgColor2: #38A3A4;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Menu */
#menu-banner{}

	/* Menu */
	#menu-banner .menu-banner ul li:hover{
		background: var(--bgColor2);
	}
	
		#menu-banner .menu-banner ul li a{
			padding: 30px 25px;
		}

			#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(--bgColor2);
		}

			#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{
	overflow-x: hidden;
}

	#slider .content{
		padding: 5% 0;
		position: relative;
		text-align: center;
	}

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

		#slider .content .blurp{
			width: 600px;
			padding: 50px;
			margin: 0 auto;
			text-align: center;
			position: absolute;
			background-color: rgba(255, 255, 255, 0.9);
			
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			-m-border-radius: 20px;
			-o-border-radius: 20px;
			border-radius: 20px;
		}

		#slider:not(.home) .content .blurp{
			position: relative;
		}

			#slider .content .blurp h2{
				font-weight: 700;
				margin-bottom: 6%;
				color: var(--color);
				font-size: var(--fontSize240);
			}
	
			#slider .content .blurp .text{
				margin-bottom: 6%;
			}
			
			#slider .content .blurp .button{}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	/* Title */
	#sum-div .sum-row.cover .title,
	#sum-div .sum-row.summary .title,
	#sum-div .sum-row .sum-row-wrapper > .title{
		position: relative;
		padding-bottom: 20px;
	}

		#sum-div .sum-row.cover .title:before,
		#sum-div .sum-row.summary .title:before,
		#sum-div .sum-row .sum-row-wrapper > .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.cover .title:after,
		#sum-div .sum-row.summary .title:after,
		#sum-div .sum-row .sum-row-wrapper > .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;
		}

	#sum-div .sum-row{}

	/* Circles */
	#sum-div .sum-row.circles{}
	
	#sum-div .sum-row.circles.laminated{
		padding: 0 25%;
	}
	
		#sum-div .sum-row.circles.monolithic .sum-row-wrapper{
			padding: 8% 0 4%;
		}
	
		#sum-div .sum-row.circles.laminated .sum-row-wrapper{
			padding: 4% 0 8%;
		}
	
		#sum-div .sum-row.circles .sum-column{}
		
			#sum-div .sum-row.circles .sum-column .title{
				border-bottom: 1px solid var(--bgColor2);
			}

	/* Cover */
	#sum-div .sum-row.cover{
		background-image: url('../images/home/bg.jpg');
	}
	
		#sum-div .sum-row.cover .sum-column{
			float: none;
			margin: 0 auto;
			background-color: rgba(255, 255, 255, 0.8);
		}
	
/* Body */
#body{}

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

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

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

	#content{}

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

#body.wide{}

	#content{}

		/* Panel */
		#content > .panel{}
		
			#content > .panel h1,
			#content > .panel h2{}

				#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: var(--color);
				border-bottom: 1px solid #ddd;
			}

		/* Contact */
		#content > .panel.contact{
			background-color: #eee;
		}

/* 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: #eee;
	}

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

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

/* 1650px */		
@media screen and (max-width: 1650px){
	#menu-banner .menu-banner ul li a{
		padding: 26px 21px;
	}
	
	#slider .content .blurp{
		width: 500px;
		padding: 30px;
	}
}

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

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

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

/* 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 15px;
	}
}

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

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

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

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

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

		#slider .content .blurp{
			width: 70%;
			padding: 5%;
		}
	
	#sum-div .sum-row.circles.laminated{
		padding: 0;
	}

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