/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #333;
	--color2: #fff;
	
	--bgColor: #58585A;
	--bgColor2: #484849;
	--bgColor3: #000000;
	--bgColor4: #F2F2F2;

	--linkColor: #333;
	--linkHoverColor: #000;
	
	--mobileMenuColor: #333;
	--mobileMenuBtnColor: #58585A;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #484849;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #fff;
	--btnBgColor: #58585A;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #484849;
	
	--dialogBgColor: #58585A;
	--dialogBgColor2: #484849;
	--dialogHeadingColor: #fff;
}

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

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

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

/* Menu */
#menu-banner{}

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

	/* Menu */
	#menu-banner .menu-banner ul li a{
		padding: 16px 15px;
	}

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

		#menu-banner .menu-banner .right > ul > li > a:after{
			width: 0;
			content: '';
			height: 2px;
			bottom: -5px;
			display: block;
			position: relative;
			background-color: var(--bgColor);
			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: 10%;
				width: 80%;
			}

	#menu-banner ul ul{
		background-color: #fff;
		box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
	}

		#menu-banner ul ul li a{
			color: var(--bgColor);
		}

			#menu-banner ul ul li:hover > a,
			#menu-banner ul ul li.active-li > a{
				color: #fff;
				background-color: var(--bgColor)
			}
			
/* Splash */
#splash{
	background-image: url('../images/splash/bg.jpg');
}

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

		#splash .content .title{
			padding: 20px 0;
			margin-bottom: 10px;
			font-size: var(--fontSize220);
			background-color: rgba(255, 255, 255, 0.8);
			font-family: Ubuntu, Helvetica, Arial, sans-serif;
		}

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

#pg-splash.blinds{background-image: url('../images/products/blinds.jpg');}
#pg-splash.venetian-blinds,
#pg-splash.venetian-aluminium-blinds,
#pg-splash.venetian-wood-blinds,
#pg-splash.venetian-plastiwood-blinds{background-image: url('../images/products/venetian-blinds.jpg');}
#pg-splash.vertical-blinds,
#pg-splash.vertical-custom-blinds,
#pg-splash.vertical-fabric-blinds,
#pg-splash.vertical-wooden-blinds{background-image: url('../images/products/vertical-blinds.jpg');}
#pg-splash.lumi-blinds,
#pg-splash.lumi-doppio-blinds,
#pg-splash.lumi-voile-blinds{background-image: url('../images/products/lumi-blinds.jpg');}
#pg-splash.panel-blinds{background-image: url('../images/products/panel-blinds-bg.jpg');}
#pg-splash.roller-blinds{background-image: url('../images/products/roller-blinds-bg.jpg');}
#pg-splash.shutters{background-image: url('../images/products/shutters.jpg');}
#pg-splash.aluminium-infused-pvc-shutters{background-image: url('../images/products/aluminium-infused-pvc-shutters-bg.jpg');}
#pg-splash.aluminium-shutters{background-image: url('../images/products/aluminium-shutters-bg.jpg');}
#pg-splash.wooden-shutters{background-image: url('../images/products/wooden-shutters-bg.jpg');}
#pg-splash.automation{background-image: url('../images/products/automation-bg.jpg');}
#pg-splash.blinds-automation-motorisation{background-image: url('../images/products/blinds-automation-motorisation.jpg');}
#pg-splash.curtain-automation-motorisation{background-image: url('../images/products/curtain-automation-motorisation.jpg');}
#pg-splash.home-automation-motorisation{background-image: url('../images/products/home-automation-motorisation.jpg');}
	
	#pg-splash:before{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		position: absolute;
		background-color: rgba(0, 0, 0, 0.3);
	}

	#pg-splash h1{
		max-width: 70%;
		position: relative;
		padding: 15px 35px;
		display: inline-block;
		background-color: #fff;
		font-size: var(--fontSize300);
	}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

	#sum-div .sum-row{}
		
		/* Title */
		#sum-div .sum-row .sum-column .title{
			position: relative;
		}

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

	/* Range */
	#sum-div .sum-row.range{
		background-color: var(--bgColor4);
	}
	
		#sum-div .sum-row.range .sum-column{
			padding-bottom: 25px;
			background-color: #fff;
		}
	
			#sum-div .sum-row.range .sum-column .text{
				padding: 0 20px;
			}
	
			#sum-div .sum-row.range .sum-column .links{
				padding: 0 0 20px;
			}

	/* 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{}
		
		/* Label Box */
		#left > .label-box{}

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

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

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				width: 93%;
				margin: 0 auto;
				border-bottom: 2px solid var(--bgColor3);
			}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px dashed #ddd;
				}

#body.wide{}

	#content{}

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

		#content > .panel:nth-child(even){
			background-color: var(--bgColor4);
		}
		
			#content > .panel h1,
			#content > .panel h2{
				padding: 5px;
			}

			#content > .panel h1:after,
			#content > .panel h2:after{
				left: 30%;
				width: 40%;
				content: '';
				bottom: -5px;
				position: absolute;
				border-bottom: 3px solid var(--bgColor);
			}
		
			#content > .panel h3{
				border-bottom: 1px dashed #ddd;
			}
		
			/* Features */
			#content > .panel .features{
				width: 800px;
				margin: 0 auto;
				text-align: center;
			}
	
				#content > .panel .features .feature{
					font-size: var(--fontSize120);
				}
					
					#content > .panel .features .feature .icon{}
					
						#content > .panel .features .feature .icon svg{
							fill: #000;
							width: 23px;
							margin: 0 8px -4px 0;
							display: inline-block;
						}
					
					#content > .panel .features .feature .label{}
					
					#content > .panel .features .feature .rating{}
					
						#content > .panel .features .feature .rating svg{
							fill: #000;
							width: 23px;
							margin: 0 8px -4px;
							display: inline-block;
						}
					
				#content > .panel .features .rating-keys{
					padding: 30px 0;
					display: inline-block;
				}
				
					#content > .panel .features .rating-keys span{
						display : inline-block;
					}
					
					#content > .panel .features .rating-keys svg{
						fill: #000;
						width: 23px;
						margin: 0 8px -4px;
						display: inline-block;
					}
				
				#content > .panel .features .info{}
		
		/* Shutter Types */
		#content > .panel.shutter-types{}
		
			#content > .panel.shutter-types .column{
				text-align: center;
				background-color: #fff;
			}
		
				#content > .panel.shutter-types .column .image{
					width: 100%;
				}
			
					#content > .panel.shutter-types .column .image img{
						width: 100%;
					}
		
				#content > .panel.shutter-types .column .read-more{
					padding: 20px;
				}

		/* Summary */
		#content > .panel.summary{}
		
			#content > .panel.summary .info{
				padding: 10% 5% 0;
				text-align: center;
			}
		
				#content > .panel.summary .info .button{
					padding: 5%;
				}

		/* 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: #eee;
	}

		#footer a:hover{
			color: #fff;
		}

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

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

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

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

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

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

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

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

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

	#content > .panel .features{
		width: auto;
	}
}

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

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

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

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