/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #333031;
	--bgColor2: #201D1E;
	--bgColor3: #DFDFDF;
	--bgColor4: #D7D7D7;
	--bgColor5: #F3F3F3;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #333031;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #201D1E;
	--mobileMenuContentBgColor: #333031;
	
	--btnColor: #000;
	--btnBgColor: #fff;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #000;
	
	--dialogBgColor: #333031;
	--dialogBgColor2: #201D1E;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Btn */
.btn{
	border: 1px solid var(--bgColor);
}

/* Menu */
#menu-banner{}

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

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

		/* Menu */
		#menu-banner .menu-banner ul li a{
			color: var(--color);
			padding: 24px 12px;
		}

			#menu-banner .menu-banner .right > ul > li.active-li > a{
				font-weight: bold;
			}

			#menu-banner .menu-banner .right > ul > li:hover > a{}

			#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 .menu-banner ul ul{}

			#menu-banner .menu-banner ul ul li a{
				color: var(--color);
			}

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

					#menu-banner .menu-banner ul ul li:hover > a:after{
						left: 0;
						width: 50%;
						color: #ddd;
						transition: width 0.5s, right 0.5s;
					}
			
/* Splash */
#splash{
	background-image: url('../images/splash/bg.jpg');
}

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

		#splash .content .image{
			width: 550px;
			max-width: 80%;
			margin: 0 auto;
		}
	
/* Slogan */
#slogan{
	color: var(--color2);
	background-color: var(--bgColor2);
}

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

	#sum-div .sum-row{}
	
		#sum-div .sum-row .title{
			z-index: 0;
			margin-bottom: 0;
			padding-bottom: 0;
			position: relative;
		}
		
			#sum-div .sum-row .title:before{
				right: 0;
				left: 18%;
				width: 64%;
				content: '';
				z-index: -1;
				height: 20px;
				bottom: 30px;
				display: block;
				position: absolute;
				background-color: #fff;
			}
			
			#sum-div .sum-row .title:after{
				right: 0;
				bottom: 0;
				width: 70%;
				top: -10px;
				content: '';
				z-index: -2;
				height: 20px;
				display: block;
				position: relative;
				left: calc(15% - 2px);
				border: 2px solid var(--bgColor);
			}

	/* Circles */
	#sum-div .sum-row.circles{}
	
		#sum-div .sum-row.circles .sum-column{}
		
			#sum-div .sum-row.circles .sum-column .title:before{
				left: 8%;
				width: 84%;
			}
			
			#sum-div .sum-row.circles .sum-column .title:after{
				width: 90%;
				left: calc(5% - 2px);
			}

	/* Cover */
	#sum-div .sum-row.cover{
		background-image: url('../images/home/bg.webp');
	}
	
		#sum-div .sum-row.cover .sum-column{
			background-color: #fff;
		}
	
			#sum-div .sum-row.cover .sum-column ul{
				text-align: left;
			}

	/* Summary */
	#sum-div .sum-row.summary{}
	
		#sum-div .sum-row.summary .sum-column{}
	
			#sum-div .sum-row.summary .sum-column .text{
				margin-bottom: 40px;
			}

/* Body */
#body{}

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

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

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

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				width: 93%;
				margin: 0 auto;
				border-bottom: 2px solid var(--bgColor);
			}
		
			/* 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(--bgColor5);
		}
			
			#content > .panel:nth-child(even) h1:before,
			#content > .panel:nth-child(even) h2:before{
					background-color: var(--bgColor5);
			}
		
			#content > .panel h1,
			#content > .panel h2{
				z-index: 0;
				position: relative;
			}
		
				#content > .panel h1:before,
				#content > .panel h2:before{
					right: 0;
					left: 18%;
					width: 64%;
					content: '';
					z-index: -1;
					height: 20px;
					bottom: 30px;
					display: block;
					position: absolute;
					background-color: #fff;
				}
				
				#content > .panel h1:after,
				#content > .panel h2:after{
					right: 0;
					bottom: 0;
					width: 70%;
					top: -10px;
					content: '';
					z-index: -2;
					height: 20px;
					display: block;
					position: relative;
					left: calc(15% - 2px);
					border: 2px solid var(--bgColor);
				}
		
			#content > .panel h3{
				border-bottom: 1px dashed var(--bgColor5);
			}
		
		/* Service */
		#content > .panel.services{}
		
			#content > .panel.services .image{}
			
				#content > .panel.services .image .label{
					color: #fff;
					padding: 10px;
					margin-top: 5px;
					text-align: center;
					background-color: var(--bgColor);
				}

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

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

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

/* Footer */
#footer{
	color: #000;
	background-color: var(--bgColor4);
}

	#footer .title{
		color: #000;
	}

	#footer a{
		color: #000;
	}

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

		#footer .list-box .item.active,
		#footer .list-box .item:hover{
			background: var(--bgColor3);
		}

			#footer .list-box .item.active a,
			#footer .list-box .item:hover a{
				color: #000 !important;
			}

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

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

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

	#splash .content .image{
		width: 450px;
	}
}

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

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

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

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

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

	#pg-splash{
		padding: 20% 0;
	}
		
	#sum-div .sum-row .title:before{
		left: 8%;
		width: 84%;
	}
	
	#sum-div .sum-row .title:after{
		width: 90%;
		left: calc(5% - 2px);
	}

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