/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #4f603b;
	--bgColor2: #3d4d2b;
	--bgColor3: #633c2d;
	--bgColor4: #412418;
	--bgColor5: #b2ab85;
	--bgColor6: #cdd6c2;
	--bgColor7: #eff2ec;
	--bgColorX: #ACA480;
	
	--bgColorRGBA: rgba(79, 96, 59, 0.8);

	--linkColor: #000;
	--linkHoverColor: #3d4d2b;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #000;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #4f603b;
	--mobileMenuContentBgColor: #3d4d2b;
	
	--btnColor: #fff;
	--btnBgColor: #4f603b;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #3d4d2b;
	
	--dialogBgColor: #4f603b;
	--dialogBgColor2: #3d4d2b;
	--dialogHeadingColor: #fff;
}

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

/* Fonts */
@font-face{
	font-family: Arial-Rounded-MT-Bold;
	src: url("../fonts/Arial-Rounded-MT-Bold/Arial-Rounded-MT-Bold.woff"),
		 url("../fonts/Arial-Rounded-MT-Bold/Arial-Rounded-MT-Bold.ttf"),
		 url("../fonts/Arial-Rounded-MT-Bold/Arial-Rounded-MT-Bold.otf"),
		 url("../fonts/Arial-Rounded-MT-Bold/Arial-Rounded-MT-Bold.eot"),
		 url("../fonts/Arial-Rounded-MT-Bold/Arial-Rounded-MT-Bold.svg");
}

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

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

/* Menu */
#menu-banner{
	background-color: var(--bgColorX);
}

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

	/* Menu */
	#menu-banner .menu-banner{}
		
		#menu-banner .menu-banner ul li{
			margin: 10px 5px;
			
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			-m-border-radius: 25px;
			-o-border-radius: 25px;
			border-radius: 25px;
		}
	
		#menu-banner .menu-banner ul li:hover{
			background-color: var(--bgColor2);
		}
		
			#menu-banner .menu-banner ul li a{
				color: #000;
				margin: 0 5px;
				padding: 15px;
			}

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

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

		#menu-banner .menu-banner ul ul{
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			-m-border-radius: 25px;
			-o-border-radius: 25px;
			border-radius: 25px;
		}
			
			#menu-banner .menu-banner ul ul li{
				margin: 5px;
			}

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

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

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

	/* Search Banner */
	#menu-banner .search-banner{
		background-color: var(--bgColor7);
	}

/* Splash */
#splash{
	z-index: 0;
	position: relative;
	background-image: url('../images/splash/bg.webp');
}

	#splash:before{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		z-index: -1;
		position: absolute;
		background-color: var(--bgColorRGBA);
	}

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

		#splash .content .intro{
			width: 800px;
			margin: 0 auto;
			max-width: 90%;
		}
		
			#splash .content .intro .image{
				width: 40%;
			}
		
			#splash .content .intro .info{
				padding-left: 30px;
				width: calc(60% - 30px);
			}
			
				#splash .content .intro .info .text{
					color: #fff;
					text-align: center;
					font-size: var(--fontSize250);
					text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
					font-family: Arial-Rounded-MT-Bold, Helvetica, Arial, sans-serif;
				}
				
					#splash .content .intro .info .text.est{
						margin-top: 30px;
						font-size: var(--fontSize140);
					}
	
/* Slogan */
#slogan{
	background-color: var(--bgColor6);
}

/* Page Splash */
#pg-splash{
	padding: 10% 0;
	background-position: center bottom !important;
	background-image: url('../images/ui/bg.jpg');
}

	#pg-splash h1{
		text-align: center;
		font-size: var(--fontSize300);
	}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	/* Row */
	#sum-div .sum-row{}

		/* Title */
		#sum-div .sum-row .sum-row-wrapper > .title,
		#sum-div .sum-row .sum-column > .title{
			color: #fff;
			padding: 14px !important;
			font-size: var(--fontSize200);
			background-color: var(--bgColor3);
			
			border-radius: 10px;
			-m-border-radius: 10px;
			-o-border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}

			#sum-div .sum-row .sum-row-wrapper > .title:after,
			#sum-div .sum-row .sum-column > .title:after{
				content: '';
				top: 4px;
				left: 4px;
				right: 4px;
				bottom: 4px;
				position: absolute;			
				border: 4px dashed var(--bgColor4);
				
				border-radius: 10px;
				-m-border-radius: 10px;
				-o-border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}
	
	/* Categories */
	#sum-div .sum-row.categories{
		background-color: var(--bgColor7);
	}

		#sum-div .sum-row.categories .products .categories{}

		#sum-div .sum-row.categories .products .categories .category{
			overflow: hidden;
			background-color: #fff;
		}

			#sum-div .sum-row.categories .products .categories .category:hover, 
			#sum-div .sum-row.categories .products .categories .category:focus, 
			#sum-div .sum-row.categories .products .categories .category:active{
				z-index: 100;

				-webkit-box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
				-moz-box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
				box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
			}

			#sum-div .sum-row.categories .products .categories .category .title{
				height: 65px;
				display: flex;
				padding: 20px;
				align-items: center;
				justify-content: center;
				max-width: calc(100% - 40px);
				font-size: var(--fontSize120);
			}

	/* Intro */
	#sum-div .sum-row.intro{
		z-index: 0;
		position: relative;
		background-color: var(--bgColor2);
		background-image: url('../images/splash/bg.webp');
		
		background-position: center;
		background-repeat: no-repeat;

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#sum-div .sum-row.intro:before{
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			z-index: -1;
			position: absolute;
			background-color: var(--bgColorRGBA);
		}
	
		#sum-div .sum-row.intro .sum-column{
			overflow: hidden;
			background-color: #fff;
			
			-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.intro .sum-column:hover{
				-webkit-transform: scale(1.05);
				-moz-transform: scale(1.05);
				-ms-transform: scale(1.05);
				-o-transform: scale(1.05);
				transform: scale(1.05);
			}
		
			#sum-div .sum-row.intro .sum-column.column-2 .image{
				width: 60%;
				padding-top: 30px !important;
			}
		
			#sum-div .sum-row.intro .sum-column .title{
				margin-top: 30px;
			}
		
			#sum-div .sum-row.intro .sum-column .text{
				padding: 0 30px;
			}
		
			#sum-div .sum-row.intro .sum-column .links{
				padding-bottom: 30px !important;
			}
		
	/* Products */
	#sum-div .sum-row.products{
		background-color: var(--bgColor7);
	}

	/* Cover */
	#sum-div .sum-row.cover{
		background-position: center top !important;
		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.85);
		}

/* Body */
#body{}

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

			#left > .label-box > .title{
				color: #fff;
				padding: 14px;
				margin: 20px 20px 0;
				font-size: var(--fontSize150);
				background-color: var(--bgColor3);
				
				border-radius: 10px;
				-m-border-radius: 10px;
				-o-border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}

				#left > .label-box > .title:after{
					content: '';
					top: 4px;
					left: 4px;
					right: 4px;
					bottom: 4px;
					position: absolute;			
					border: 4px dashed var(--bgColor4);
					
					border-radius: 10px;
					-m-border-radius: 10px;
					-o-border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
				}

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				color: #fff;
				padding: 14px;
				margin: 20px 20px 0;
				font-size: var(--fontSize200);
				background-color: var(--bgColor3);
				
				border-radius: 10px;
				-m-border-radius: 10px;
				-o-border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}

				#content > .spread > .title:after{
					content: '';
					top: 4px;
					left: 4px;
					right: 4px;
					bottom: 4px;
					position: absolute;			
					border: 4px dashed var(--bgColor4);
					
					border-radius: 10px;
					-m-border-radius: 10px;
					-o-border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
				}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					color: var(--bgColor2);
					border-bottom: 2px dashed var(--bgColor5);
				}

#body.wide{}

	/* Content */
	#content{}

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

		#content > .panel:nth-child(even){
			background-color: var(--bgColor7);
		}
		
			#content > .panel h1,
			#content > .panel h2{
				color: #fff;
				padding: 14px;
				font-size: var(--fontSize200);
				background-color: var(--bgColor3);
				
				border-radius: 10px;
				-m-border-radius: 10px;
				-o-border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}

				#content > .panel h1:after,
				#content > .panel h2:after{
					content: '';
					top: 4px;
					left: 4px;
					right: 4px;
					bottom: 4px;
					position: absolute;			
					border: 4px dashed var(--bgColor4);
					
					border-radius: 10px;
					-m-border-radius: 10px;
					-o-border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
				}
		
			#content > .panel h3{
				color: var(--bgColor2);
				border-bottom: 2px dashed var(--bgColor5);
			}
		
			#content > .panel .image{
				border: 5px solid var(--bgColor6);
				
				-webkit-transition: all 1s ease;
				-moz-transition: all 1s ease;
				-ms-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease;
			}

				#content > .panel .image:hover{
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-ms-transform: scale(1.05);
					-o-transform: scale(1.05);
					transform: scale(1.05);
				}

		/* Contact */
		#content > .panel.contact{}

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

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

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

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

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

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

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

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

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

		#splash .content .intro{
			flex-direction: column;
		}
		
			#splash .content .intro .image{
				width: 60%;
				margin: 0 auto;
			}
		
			#splash .content .intro .info{
				width: 100%;
				padding-left: 0;
				margin-top: 20px;
			}

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

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