/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #138080;
	--bgColor2: #f16741;
	--bgColor3: #107A7A;
	--bgColor4: #DADADA;
	--bgColor5: #ECF0F0;
	--bgColor6: #D1E5E5;

	--linkColor: #000;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #000;
	--mobileMenuBtnColor: #f16741;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #138080;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #fff;
	--btnBgColor: #138080;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #f16741;
	
	--dialogBgColor: #138080;
	--dialogBgColor2: #f16741;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Menu */
#menu-banner{}

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

	/* Menu */
	#menu-banner .menu-banner{
		padding: 5px 0;
	}

		#menu-banner .menu-banner ul li a{
			color: #222;
			padding: 24px 14px;
			font-size: var(--fontSize90);
		}

			#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: -10px;
				display: block;
				position: relative;
				background-color: var(--bgColor2);
				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: 0;
					width: 100%;
				}

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

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

	#slider .content{
		padding: 8vw 0;
		position: relative;
	}

		#slider .content h1{
			color: #fff;
			text-align: center;
			font-size: var(--fontSize300);
		}

	#slider.home .content{
		padding: 22vw 0;
		overflow-x: hidden;
		background-color: rgba(0, 0, 0, 0.6);
	}

		#slider.home .content .blurp{
			color: #fff;
			width: 900px;
			z-index: 101;
			text-align: right;
			position: absolute;
		}

			#slider.home .content .left{
				width: 60%;
			}

				#slider.home .content .blurp .left h2{
					margin: 0 0 10px;
					font-size: var(--fontSize220);
				}

				#slider.home .content .blurp .left h3{
					margin: 0 0 10px;
					font-weight: normal;
					font-size: var(--fontSize180);
				}

				#slider.home .content .blurp .left .text{
					margin: 0 0 20px;
					font-size: var(--fontSize110);
				}

				#slider.home .content .blurp .left .button{}

					#slider.home .content .blurp .left .button .btn{
						background-color: var(--bgColor2);
					}

			#slider.home .content .right{
				width: 35%;
				margin-left: 5%;
			}

				#slider.home .content .blurp .right .image{
					background-color: var(--bgColor2);
				}

					#slider.home .content .blurp .right .image img{
						width: 60%;
						padding: 20%;
					}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row{}

		/* Title */
		#sum-div .sum-row .title{
			position: relative;
			color: var(--bgColor2);
		}
		
			#sum-div .sum-row .title:after{
				left: 20%;
				width: 60%;
				bottom: 0;
				content: '';
				position: absolute;
				border-bottom: 3px solid var(--bgColor4);
			}

	/* Cover */
	#sum-div .sum-row.cover{
		background-image: url('../images/home/bg.jpg');
	}
	
		#sum-div .sum-row.cover .sum-column{
			background-color: rgba(255, 255, 255, 0.95);
		}

/* Body */
#body{}

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

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

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

	/* Content */
	#content{}

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

#body.wide{}

	/* Content */
	#content{}

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

		#content > .panel:nth-child(even){
			background-color: var(--bgColor5);
		}
		
			#content > .panel h1,
			#content > .panel h2{
				color: var(--bgColor2);
			}
		
				#content > .panel h1:after,
				#content > .panel h2:after{
					left: 20%;
					width: 60%;
					bottom: 0;
					content: '';
					position: absolute;
					border-bottom: 3px solid var(--bgColor4);
				}
		
			#content > .panel h3{
				color: var(--bgColor);
				font-size: var(--fontSize160);
				border-bottom: 1px dashed var(--bgColor4);
			}
				
			/* b */
			#content > .panel b{
				color: var(--bgColor2);
			}
		
		/* Contact */
		#content > .panel.contact{
			background-color: var(--bgColor6);
		}

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

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

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

/* Footer */
#footer{
	color: #fff;
	background-color: var(--bgColor3);
}

	#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: 22px 12px;
	}
}

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

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

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

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

		#menu-banner .menu-banner .right > ul > li > a:after{
			bottom: -5px;
		}
	
	#slider.home .content .blurp{
		width: 700px;
	}
}

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

/* 1024px */		
@media screen and (max-width: 1024px){
	#menu-banner .menu-banner ul li a{
		padding: 8px 4px;
	}
	
	#slider.home .content .blurp{
		width: 600px;
	}
}

/* 900px */		
@media screen and (max-width: 900px){
	
}

/* 800px */		
@media screen and (max-width: 800px){
	
}

/* 700px */		
@media screen and (max-width: 700px){
	
}

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

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

		#slider.home .content .blurp{
			width: 70%;
			text-align: center;
			flex-direction: column-reverse;
		}
		
			#slider.home .content .blurp .left{
				float: none;
				width: 100%;
			}
		
			#slider.home .content .blurp .right{
				width: 60%;
				float: none;
				margin: 0 auto 30px;
			}

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