/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #359FD8;
	--bgColor2: #144EA1;
	--bgColor3: #F6F7F8;
	--bgColor4: #1B62C8;

	--linkColor: #222;
	--linkHoverColor: #359FD8;
	
	--mobileMenuColor: #222;
	--mobileMenuBtnColor: #359FD8;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #359FD8;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #fff;
	--btnBgColor: #359FD8;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #144EA1;
	
	--dialogBgColor: #144EA1;
	--dialogBgColor2: #144EA1;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Menu */
#menu-banner{}

	/* Top Banner */
	#menu-banner .top-banner{
		background-color: var(--bgColor3);
	}

	/* Menu Banner */
	#menu-banner .menu-banner ul li a{
		color: #222;
		padding: 30px 25px 20px;
	}

	#menu-banner .menu-banner ul li a:after{
		width: 0%;
		left: 50%;
		height: 2px;
		content: '';
		margin-top: 10px;
		display: block;
		position: relative;
		background-color: var(--bgColor2);
		transition: width 0.3s, left 0.3s;
	}

		#menu-banner .menu-banner ul li:hover > a:after{
			left: 15%;
			width: 70%;
			margin-top: 10px;
			color: var(--bgColor2);
		}

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

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

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

		#menu-banner .menu-banner ul ul li:hover{}

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

			#menu-banner .menu-banner ul ul li.active-li > a{
				color: #222;
			}
			
/* Splash */
#splash{}

	#splash .content{
		height: 42vw;
		position: relative;
	}

	#splash .content .block{
		color: #444;
		height: 42vw;
		
		background-size: auto 95%;
		background-repeat: no-repeat;
		background-position: 20% bottom;
	}

		#splash .content .block.block-1{
			background-image: url('../images/splash/img-1.png');
		}

		#splash .content .block.block-2{
			background-image: url('../images/splash/img-2.png');
		}

			#splash .content .block .info{
				top: 30%;
				right: 20%;
				width: 30%;
				position: absolute;
				font-size: var(--fontSize120);
			}

/* Slogan */
#slogan{
	background-color: #eee;
}

/* Page Splash */
#pg-splash{
	padding: 12% 0;
	text-align: center;
	background-image: url('../images/ui/bg.jpg');
}

	#pg-splash h1{
		color: #444;
		padding: 1% 5%;
		text-align: center;
		display: inline-block;
		background-color: #fff;
		font-size: var(--fontSize300);
	}
	
/* Sum-Div */
#sum-div{}

	#sum-div .sum-row{}

		#sum-div .sum-row .title{}
		
			#sum-div .sum-row .title span{
				color: var(--bgColor);
			}

	/* Circles */
	#sum-div .sum-row.circles{
		background-color: #fff;
	}

		#sum-div .sum-row.circles .sum-column .title{
			position: relative;
		}
			
			#sum-div .sum-row.circles .sum-column .title:before{
				left: 25%;
				width: 25%;
				content: '';
				bottom: 0px;
				height: 3px;
				position: absolute;
				border-radius: 5px 0 0 5px;
				background-color: var(--bgColor);
			}

			#sum-div .sum-row.circles .sum-column .title:after{
				right: 25%;
				width: 25%;
				content: '';
				bottom: 0px;
				height: 3px;
				position: absolute;
				border-radius: 0 5px 5px 0;
				background-color: var(--bgColor2);
			}

		#sum-div .sum-row.circles .sum-column .image{
			width: 100%;
		}

	/* 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.9);
		}

	/* Leaders */
	#sum-div .sum-row.leaders{
		background-color: #fff;
	}

		#sum-div .sum-row.leaders .sum-column.column-1{
			width: 40%;
			margin: 0 auto;
		}

			#sum-div .sum-row.leaders .sum-column.column-1 .blocks{
				margin: 4% 0 2%;
			}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block{
					padding: 15% 5%;
					text-align: left;
					margin-bottom: 15%;
					position: relative;
					padding-left: 5% !important;
					padding-right: 5% !important;
					transition: .35s ease-in-out;
					border: 3px solid var(--bgColor);
				}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block.payments,
				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block.registration{
					border-color: var(--bgColor2);
				}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block:before{
					top: -20px;
					width: 40px;
					content: '';
					height: 40px;
					position: absolute;
					left: calc(50% - 20px);
					
					background-repeat: no-repeat;
					background-size: 40px;
				}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block.payroll:before{
					background-image: url('../images/icons/leaders/rocket.png');
				}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block.payments:before{
					background-image: url('../images/icons/leaders/building.png');
				}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block.registration:before{
					background-image: url('../images/icons/leaders/globe.png');
				}

				#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block.returns:before{
					background-image: url('../images/icons/leaders/external.png');
				}

					#sum-div .sum-row.leaders .sum-column.column-1 .blocks .block h3{
						margin: 5% 0;
					}

	/* Summary */
	#sum-div .sum-row.summary.testimonial{
		background-color: #fff
	}
	
		#sum-div .sum-row.summary.testimonial .sum-column .text{
			font-size: var(--fontSize120);
		}

/* Body */
#body{}

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

			#left > .label-box > .title{
				position: relative;
			}
			
				#left > .label-box > .title:before{
					left: 0;
					width: 50%;
					content: '';
					bottom: 0px;
					height: 3px;
					position: absolute;
					border-radius: 5px 0 0 5px;
					background-color: var(--bgColor);
				}

				#left > .label-box > .title:after{
					right: 0;
					width: 50%;
					content: '';
					bottom: 0px;
					height: 3px;
					position: absolute;
					border-radius: 0 5px 5px 0;
					background-color: var(--bgColor2);
				}

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

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				position: relative
			}
			
				#content > .spread > .title:before{
					left: 0;
					width: 50%;
					content: '';
					bottom: 0px;
					height: 3px;
					position: absolute;
					border-radius: 5px 0 0 5px;
					background-color: var(--bgColor);
				}

				#content > .spread > .title:after{
					right: 0;
					width: 50%;
					content: '';
					bottom: 0px;
					height: 3px;
					position: absolute;
					border-radius: 0 5px 5px 0;
					background-color: var(--bgColor2);
				}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dashed #ddd;
				}

		/* Contact Us */
		#content > .contact-us{
			text-align: center;
		}

#body.wide{}

	#content{}

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

		#content > .panel:nth-child(even){
			background-color: #eee;
		}
		
			#content > .panel h1,
			#content > .panel h2{}
			
				#content > .panel h1:before,
				#content > .panel h2:before{
					left: 25%;
					width: 25%;
					content: '';
					bottom: 0px;
					height: 4px;
					position: absolute;
					border-radius: 5px 0 0 5px;
					background-color: var(--bgColor);
				}

				#content > .panel h1:after,
				#content > .panel h2:after{
					right: 25%;
					width: 25%;
					content: '';
					bottom: 0px;
					height: 4px;
					position: absolute;
					border-radius: 0 5px 5px 0;
					background-color: var(--bgColor2);
				}

			#content > .panel h3{
				text-align: center;
			}	

			#content > .panel h4{
				color: var(--bgColor);
			}

			/* Process */
			#content > .panel.process{
				padding: 5%;
			}

				#content > .panel.process .items{
					margin: 4% 0 0;
				}

				#content > .panel.process .items > div:nth-child(2) > div{
					width: 50%;
					margin: 0 auto;
				}

					#content > .panel.process .items .item{
						padding: 5%;
					}
						
						#content > .panel.process .items .item .icon{
							width: 15%;
							margin: 0 auto;
							overflow: visible;
							position: relative;
						}

							#content > .panel.process .items .item .icon span{
								right: -5px;
								bottom: -5px;
								color: #fff;
								width: 24px;
								height: 19px;
								padding-top: 5px;
								text-align: center;
								font-weight: bold;
								position: absolute;
								display: inline-block;
								font-size: var(--fontSize80);
								background-color: var(--bgColor2);
							}

						#content > .panel.process .items .item h4{
							padding: 5% 0;
							text-align: center;
						}

		/* Contact */
		#content > .panel.contact{
			background-color: var(--bgColor3);
		}

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

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

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

	#sum-div .sum-row.process .sum-column.column-1{
		width: 70%;
	}
}

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

	#sum-div .sum-row.process .sum-column.column-1{
		width: 75%;
	}

	#content > .panel.process .items .item .icon{
		width: 20%;
	}
}

/* 1380px */		
@media screen and (max-width: 1380px){
	#menu-banner .menu-banner ul li a{
		padding: 23px 18px 13px;
	}
	
	#pg-splash{
		padding: 16% 0 9%;
	}

	#sum-div .sum-row.leaders .sum-column.column-1{
		width: 50%;
	}

	#sum-div .sum-row.process .sum-column.column-1{
		width: 80%;
	}
}

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

	#splash .content,
	#splash .content .block{
		height: 50vw;
	}

	#pg-splash{
		padding: 18% 0 9%;
	}
}

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

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

	#sum-div .sum-row.leaders .sum-column.column-1{
		width: 60%;
	}

	#sum-div .sum-row.process .sum-column.column-1{
		width: 85%;
	}

	#content > .panel.process .items .item .icon{
		width: 25%;
	}
}

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

	#splash .content{
		height: 55vw;
	}

		#splash .content .block{
			height: 55vw;
			background-position: 10% bottom;
		}

			#splash .content .block .info{
				right: 5%;
				width: 50%;
			}

	#content > .panel.process .items .item .icon{
		width: 30%;
	}
}

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

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

/* 600px */
@media screen and (max-width: 600px){
	#splash .content{
		height: 115vw;
	}
	
		#splash .content .block{
			height: 115vw;
			background-position: 150% bottom;
		}

		#splash .content .block .info{
			left: 5%;
			width: 45%;
			text-align: center;
		}

		#splash .content .info ul{
			text-align: left;
		}

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

	#sum-div .sum-row.leaders .sum-column.column-1{
		width: 70%;
	}

	#sum-div .sum-row.process .sum-column.column-1{
		width: 90%;
	}

	#content > .spread > .title{
		text-align: center;
	}

	#content > .panel h2{
		width: 90%;
	}
	
	#content > .panel.process{
		padding: 5% 15%;
	}

	#content > .panel.process .items > div:nth-child(2) > div{
		width: 100%;
	}

		#content > .panel.process .items .item .icon{
			width: 15%;
		}
}