/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #0f62ac;
	--bgColor2: #094E8B;
	--bgColor3: #61c516;
	--bgColor4: #EDEFF1;
	--bgColor5: #D1DBE5;
	
	--linkColor: #000;
	--linkHoverColor: #000;
	
	--mobileMenuColor: #000;
	--mobileMenuBtnColor: #0f62ac;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #0f62ac;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #fff;
	--btnBgColor: #0f62ac;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #094E8B;
	
	--dialogBgColor: #0f62ac;
	--dialogBgColor2: #094E8B;
	--dialogHeadingColor: #fff;
}

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

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

/* Headings */
h1, h2, h3{
	letter-spacing: 2px;
	font-family: Do Hyeon, Helvetica, Arial, sans-serif;
}

/* Menu */
#menu-banner{
	top: 0;
	width: 100%;
	z-index: 1002;
	position: sticky;
	background: #fff;
}

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

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

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

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

	#menu-banner ul ul{
		background: #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:hover{
			background: var(--bgColor2);
		}

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

			#menu-banner ul ul li.active-li > a{
				color: #fff;
			}
			
/* Slider */
#slider{
	position: relative;
	text-align: center;
}

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

		#slider.home .content .image{
			width: 35%;
			margin: 0 auto;
		}

	#slider .content{
		padding: 10% 0;
	}
	
/* Slogan */
#slogan{
	color: #fff;
	background-color: var(--bgColor);
}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row{}
	
		/* Title */
		#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);
			}

	/* Specials */
	#sum-div .sum-row.specials{}
		
		#sum-div .sum-row.specials .sum-column{}
		
			/* Titles */
			#sum-div .sum-row.specials .sum-row-wrapper > .title{
				padding: 10px 0;
				margin: 20px auto;
			}
			
			/* Columns */
			#sum-div .sum-row.specials .sum-column .image{
				width: 80%;
				margin: 0 auto;
				border: 5px solid var(--bgColor5);
				
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-m-border-radius: 5px;
				-o-border-radius: 5px;
				border-radius: 5px;
				
				-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.specials .sum-column .image:hover{
					-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.specials .sum-column .image img{
					width: 100%;
				
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					-m-border-radius: 2px;
					-o-border-radius: 2px;
					border-radius: 2px;
				}
			
			#sum-div .sum-row.specials .sum-column .title{
				padding: 10px 0;
				margin: 20px auto;
			}
			
			#sum-div .sum-row.specials .sum-column .links{}

	/* News Letter*/
	#sum-div .sum-row.newsletter{
		background-color: var(--bgColor4);
	}
	
		#sum-div .sum-row.newsletter .form{
			margin-top: 5%;
			background-color: #fff;
			padding: 40px !important;
		}
	
			#sum-div .sum-row.newsletter .form .info{
				padding: 10px;
			}

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

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

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

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

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				margin: 0 15px;
				border-bottom: 2px solid var(--bgColor);
			}
			
				#content > .spread > .title span:before{
					width: 8px;
					content: '';
					height: 8px;
					margin-right: 6px;
					display: inline-block;
					background-color: #fff;
					border: 5px solid var(--bgColor2);
					
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					-ms-border-radius: 50%;
					-o-border-radius: 50%;
					border-radius: 50%;
				}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dashed var(--bgColor5);
				}

				/* Feedback */
				#content > .spread > .data .feedback{}
					
					#content > .spread > .data .feedback .quote{
						padding: 15px;
						border-bottom: 1px dashed var(--bgColor5);
					}
					
					#content > .spread > .data .feedback .quote:last-child{
						border-bottom: none;
					}
					
				/* Sqr Img */
				#content > .spread > .data .sqr-img{
					border: 2px solid var(--bgColor5); 
				}

#body.wide{}

	/* Content */
	#content{}

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

		#content > .panel:nth-child(even){
			background-color: var(--bgColor4);
		}
		
			#content > .panel h1,
			#content > .panel h2{
				width: 90%;
			}
		
			#content > .panel h3{
				border-bottom: 1px dashed var(--bgColor5);
			}

/* 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 ul li a{
		padding: 18px 13px;
	}
}

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

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

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

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

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

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

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

		#slider.home .content .image{
			width: 90%;
		}
}