/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #249d4c;
	--bgColor2: #127f36;
	--bgColor3: #F3F5F4;
	
	--linkColor: #000;
	--linkHoverColor: #127f36;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #249d4c;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #127f36;
	--mobileMenuContentBgColor: #249d4c;
	
	--btnColor: #fff;
	--btnBgColor: #249d4c;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #127f36;
	
	--dialogBgColor: #249d4c;
	--dialogBgColor2: #127f36;
	--dialogHeadingColor: #fff;
}

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

/* Body */
body{
	line-height: 150%;
	background-color: var(--bgColor3);
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
}

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

/* Menu */
#menu-banner{}

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

	/* Left */
	#menu-banner .menu-banner > .left{
		width: 30%;
	}

	/* Right */
	#menu-banner .menu-banner > .right{
		width: 70%;
	}

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

		#menu-banner .menu-banner ul li a{
			color: #222;
			padding: 20px 25px;
		}
			
			#menu-banner .menu-banner ul li:hover{
				background: var(--bgColor);
			}
			
			#menu-banner .menu-banner ul li.active-li > a{
				color: #fff;
				background: var(--bgColor2);
			}

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

/* Splash */
#splash{
	background-image: url('../images/splash/bg.jpg');
}

	/* Body */
	#splash .content{
		padding: 11% 0;
	}

		/* Slider */
		#splash .content .slider{
			border: 6px solid #fff;
		}
			
			#splash .content .slider .data{
				padding: 29% 0;
			}
			
			#splash .content .slider .title{
				color: #fff;
				padding: 5px 15px;
				font-size: var(--fontSize120);
				background-color: rgba(42, 152, 79, 0.75);
			}

		/* Kicker */
		#splash .content .kicker{
			color: #fff;
			padding: 5%;
			border-left: 1px solid #fff;
		}

			#splash .content .kicker h2{
				color: #fff;
				line-height: 1.05;
				padding: 30px 30px;
				display: inline-block;
				font-size: var(--fontSize250);
				background-color: rgba(42, 152, 79, 0.75);
			}

			#splash .content .kicker ul{
				margin: 3% 0;
			}

			#splash .content .kicker .link{
				padding: 15px 0;
			}
			
				#splash .content .kicker .link a{
					color: #fff;
					padding: 15px 50px;
					display: inline-block;
					background: #2a984f;
					
					transition-duration: 0.3s;
					transition-property: transform;
				}
				
					#splash .content .kicker .link a:hover, 
					#splash .content .kicker .link a:focus, 
					#splash .content .kicker .link a:active{
						transform: scale(1.1);
					}

/* Page Splash */
#pg-splash{
	padding: 10% 0;
}

	#pg-splash.bg-0{
		background-image: url('../images/splash/bg-1.jpg');
	}

	#pg-splash.bg-1{
		background-image: url('../images/splash/bg-2.jpg');
	}

	#pg-splash.bg-2{
		background-image: url('../images/splash/bg-3.jpg');
	}

/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row{}

		#sum-div .sum-row .title{
			position: relative;
		}

			#sum-div .sum-row .title:after{
				bottom: 0;
				content: '';
				width: 300px;
				position: absolute;
				left: calc(50% - 150px);
				border-bottom: 3px solid var(--bgColor);
			}

	/* Circles */
	#sum-div .sum-row.circles{
		color: #fff;
		background-image: url('../images/home/bg.jpg');
	}

	/* Showroom */
	#sum-div .sum-row.showroom{
		background-color: var(--bgColor3);
	}

		#sum-div .sum-row.showroom .sum-column.column-1{}

			#sum-div .sum-row.showroom .sum-column.column-1 ul{
				text-align: left;
			}

	/* Partners */
	#sum-div .sum-row.partners{
		color: #fff;
		background-image: url('../images/home/bg-2.jpg');
	}

		#sum-div .sum-row.partners .sum-column.column-1{}

			#sum-div .sum-row.partners .sum-column.column-1 .text{
				font-size: var(--fontSize120);
			}

	
/* Body */
#body{}

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

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

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

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				border-bottom: solid 2px var(--bgColor);
			}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dashed #ddd;
				}
			
					#content > .spread > .data h3:before{
						content: '';
						width: 8px;
						float: left;
						height: 8px;
						background: #fff;
						border-radius: 50%;
						margin: 2px 8px 0 0;
						border: 5px solid var(--bgColor);
					}

/* Products */
#products{}

	#products .item{
		padding: 3% 0;
		margin-bottom: 3%;
		border-bottom: 1px solid #ccc;
	}

	#products .item:first-child{
		padding: 0 0 3%;
	}

	#products .item:last-child{
		margin-bottom: 0;
		padding: 3% 0 0;
		border-bottom: none;
	}

		#products .item .gallery{}

			#products .item .gallery .image{}
			
				#products .item .gallery .image img{
					width: 100%;
				}

		#products .item .content{}

			#products .item .content .title{}

			#products .item .content .text{}

			#products .item .content .logo{
				padding: 10% 35% 5%;
			}
			
				#products .item .content .logo img{
					width: 100%;
				}

/* 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: 16px 23px;
	}
}

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

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

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

	#splash .content .kicker h2{
		padding: 10px 20px;
	}
}

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

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

	#splash .content .kicker h2{
		padding: 10px 10px;
		font-size: var(--fontSize200);
	}
	
	#content > .spread > .data h3:before{
		width: 6px;
		height: 6px;
		margin: 3px 5px 0 0;
		border: 4px solid var(--bgColor);
	}
}

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

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

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

/* 600px */
@media screen and (max-width: 600px){
	#splash .content{
		padding: 25% 0 10%;
	}
		
		#splash .content .slider{
			margin: 0;
		}
		
		#splash .content .kicker{
			border: none;
			text-align: center;
		}
		
			#splash .content .kicker h2{
				margin: 35px auto 10px;
				font-size: var(--fontSize300);
			}
		
			#splash .content .kicker ul{
				text-align: left;
			}
	
	#pg-splash{
		padding: 25% 0;
	}

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