/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #5E5E5E;
	--bgColor2: #4C4C4C;
	--bgColor3: #ededed;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #fff;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #4C4C4C;
	--mobileMenuContentBgColor: #5E5E5E;
	
	--btnColor: #fff;
	--btnBgColor: #5E5E5E;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #4C4C4C;
	
	--dialogBgColor: #5E5E5E;
	--dialogBgColor2: #4C4C4C;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Menu */
#menu-banner{}

	/* Top Banner */
	#menu-banner .top-banner{
		border-bottom: 1px solid var(--bgColor3);
	}
	
	/* Menu */
	#menu-banner .menu-banner > .left{
		width: 10%;
	}

	#menu-banner .menu-banner > .right{
		width: 90%;
	}

	/* Menu */
	#menu-banner .menu-banner ul li a{
		padding: 16px 15px;
	}

		#menu-banner .menu-banner .right > ul > li.active-li > a,
		#menu-banner .menu-banner .right > ul > li:hover > a{
			font-weight: bold;
			color: var(--bgColor2);
		}

		#menu-banner .menu-banner .right > ul > li > a:after{
			width: 0;
			content: '';
			height: 2px;
			bottom: -5px;
			display: block;
			position: relative;
			background-color: var(--bgColor);
			transition: width 0.3s, left 0.3s;
		}

			#menu-banner .menu-banner .right > ul > li:hover > a:after,
			#menu-banner .menu-banner .right > ul > li.active-li > a:after{
				left: 10%;
				width: 80%;
			}

	#menu-banner ul ul{
		background-color: #fff;
		
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
		box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
	}

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

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

/* Slider */
#slider{}

	#slider .content{
		padding: 12% 0;
	}

	#slider.home .content{
		padding: 22% 0;
	}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row{}

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

			#sum-div .sum-row .title:before{
				left: 30%;
				width: 20%;
				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: 30%;
				width: 20%;
				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/home/bg.jpg');
	}
	
		#sum-div .sum-row.cover .sum-column{
			float: none;
			margin: 0 auto;
			background-color: rgba(255, 255, 255, 0.95);
		}
	
/* Body */
#body{}

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

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

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

	#content{}

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

#body.wide{}

	#content{}

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

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

			#content > .panel h1,
			#content > .panel h2{}

				#content > .panel h1:before,
				#content > .panel h2:before{
					left: 30%;
					width: 20%;
					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: 30%;
					width: 20%;
					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{
				border-bottom: 1px dashed #ddd;
			}

		/* Contact */
		#content > .panel.contact{}

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

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

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

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

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

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

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

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

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

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

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

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

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

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