/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #222;
	--color2: #fff;
	
	--bgColor: #85965A;
	--bgColor2: #6E823B;
	--bgColor3: #EDEEE7;
	--bgColor4: #F8F8F7;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--borderRadius: 10px;
	
	--mobileMenuColor: #000;
	--mobileMenuBtnColor: #85965A;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #6E823B;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #fff;
	--btnBgColor: #85965A;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #6E823B;
	
	--dialogBgColor: #85965A;
	--dialogBgColor2: #6E823B;
	--dialogHeadingColor: #fff;
}

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

/* Fonts */
@font-face{
	font-family: Big-Caslon-Medium;
	src: url("../fonts/Big-Caslon-Medium/Big-Caslon-Medium.woff2"),
		 url("../fonts/Big-Caslon-Medium/Big-Caslon-Medium.woff"),
		 url("../fonts/Big-Caslon-Medium/Big-Caslon-Medium.ttf"),
		 url("../fonts/Big-Caslon-Medium/Big-Caslon-Medium.otf"),
		 url("../fonts/Big-Caslon-Medium/Big-Caslon-Medium.svg");
}

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

/* Headings */
h1, h2, h3{
	color: #444;
	letter-spacing: 1px;
	font-family: Big-Caslon-Medium, Helvetica, Arial, sans-serif;
}

h3{
	color: var(--bgColor);
}

/* Menu */
#menu-banner{
	/* background-color: transparent; */
	background-color: #fff;
}

/*
#menu-banner.scroll{
	background-color: #fff;
}
*/

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

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

		/* Menu */
		#menu-banner .menu-banner ul li a{
			color: #000;
			padding: 24px 12px;
		}

			#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: -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 .menu-banner ul ul{
			width: 220px;
			border-radius: var(--borderRadius);
		}

			#menu-banner .menu-banner ul ul li{
				margin: 5px;
			}

			#menu-banner .menu-banner ul ul li a{
				color: #000;
				border-radius: var(--borderRadius);
			}

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

					#menu-banner .menu-banner ul ul li:hover > a:after{
						left: 0;
						width: 50%;
						color: #ddd;
						transition: width 0.5s, right 0.5s;
					}
			
/* Splash */
#splash{
	background-image: url('../images/splash/facial.jpg');
}

	#splash .content{
		height: 80vh;
		overflow: hidden;
		position: relative;
	}

		/*
		#splash .content:after{
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			position: absolute;
			background-color: rgba(255, 255, 255, .5);
		}
		*/

		#splash .content video{
			width: 100%;
			margin-bottom: -4px;
		}

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

	#pg-splash:after{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		position: absolute;
		background-color: rgba(255, 255, 255, .5);
	}

/* Slogan */
#slogan{
	background-color: var(--bgColor4);
}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
}

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

		/* Title */
		#sum-div .sum-row .sum-row-wrapper > .title{
			font-weight: normal;
			text-transform: uppercase;
		}
			
			#sum-div .sum-row .sum-row-wrapper > .title span{
				color: var(--bgColor);
			}

			#sum-div .sum-row .sum-row-wrapper > .title:before{
				left: 25%;
				width: 26%;
				content: '';
				bottom: 3px;
				height: 5px;
				position: absolute;
				border-radius: 5px 0 0 5px;
				background-color: var(--bgColor2);
			}

			#sum-div .sum-row .sum-row-wrapper > .title:after{
				right: 25%;
				width: 26%;
				content: '';
				bottom: 3px;
				height: 5px;
				position: absolute;
				border-radius: 0 5px 5px 0;
				background-color: var(--bgColor);
			}

	/* Circles */
	#sum-div .sum-row.circles{}
	
		#sum-div .sum-row.circles .sum-column{
			position: relative;
			border: 3px solid var(--bgColor3);
			
			transition-duration: 0.3s;
			transition-property: box-shadow, transform;
		}
	
			#sum-div .sum-row.circles .sum-column:hover{
				box-shadow: -2px 5px 23px -4px rgba(0,0,0,0.2);
			}
			
			#sum-div .sum-row.circles .sum-column .image{
				width: 100%;
				position: relative;
			}
			
				#sum-div .sum-row.circles .sum-column .image:after{
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					content: '';
					display: none;
					position: absolute;
					background-color: rgba(133, 150, 90, .5);
				}
			
				#sum-div .sum-row.circles .sum-column:hover .image:after{
					display: block;
				}
			
			#sum-div .sum-row.circles .sum-column .title{
				top: 20%;
				left: 0;
				right: 0;
				width: 100%;
				color: #fff;
				display: none;
				padding: 20px 0;
				position: absolute;
				font-weight: normal;
				font-size: var(--fontSize120);
				border-bottom: 4px solid var(--bgColor);
			}
			
				#sum-div .sum-row.circles .sum-column:hover .title{
					display: block;
				}
			
			#sum-div .sum-row.circles .sum-column .links{
				top: 60%;
				left: 0;
				right: 0;
				margin: 0;
				width: 100%;
				display: none;
				position: absolute;
			}
			
				#sum-div .sum-row.circles .sum-column:hover .links{
					display: block;
				}

	/* 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%;
				color: #444;
				margin: 0 auto;
				border-bottom: 3px solid var(--bgColor2);
			}

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

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				width: 93%;
				margin: 0 auto;
				position: relative;
			}

				#content > .spread > .title:before{
					left: 0;
					width: 300px;
					content: '';
					bottom: -3px;
					height: 3px;
					position: absolute;
					border-radius: 5px 0 0 5px;
					background-color: var(--bgColor2);
				}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					padding: 0;
				}

#body.wide{}

	/* Content */
	#content{}

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

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

				#content > .panel h1:before,
				#content > .panel h2:before{
					left: 25%;
					width: 25%;
					content: '';
					bottom: 3px;
					height: 5px;
					position: absolute;
					border-radius: 5px 0 0 5px;
					background-color: var(--bgColor2);
				}

				#content > .panel h1:after,
				#content > .panel h2:after{
					right: 25%;
					width: 25%;
					content: '';
					bottom: 3px;
					height: 5px;
					position: absolute;
					border-radius: 0 5px 5px 0;
					background-color: var(--bgColor);
				}
		
			#content > .panel h3{
				padding: 0;
			}
		
			/* Image */
			#content > .panel .image.skinpen{
				width: 50%;
				margin: 0 auto 30px;
			}
		
			/* Video Gifs */
			#content > .panel .video-gifs{}
		
				#content > .panel .video-gifs .logo{
					margin-bottom: -60px;
					width: calc(100% - 240px);
				}
		
				#content > .panel .video-gifs .youtube-video{
					z-index: 0;
					box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
				}
			
				#content > .panel .video-gifs .gif{
					z-index: 1;
					width: 200px;
					height: 100px;
					position: relative;
					box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
				}
		
					#content > .panel .video-gifs .gif.top{
						margin-bottom: -20px;
						margin-left: calc(100% - 220px);
					}
		
					#content > .panel .video-gifs .gif.bottom{
						margin-top: -20px;
						margin-left: 20px;
					}
		
		/* View Price List */
		#content > .panel.view-price-list{
			text-align: center;
			position: relative;
		}
		
			#content > .panel.view-price-list:before,
			#content > .panel.view-price-list:after{
				content: '';
				width: 250px;
				height: 250px;
				position: absolute;
				
				background-position: center;
				background-size: 250px 250px;
				background-repeat: no-repeat;
			}

			#content > .panel.view-price-list:before{
				top: 30px;
				right: 15%;
				background-image: url('../images/ui/lily.png');
			}

			#content > .panel.view-price-list:after{
				left: 15%;
				bottom: 30px;
				background-image: url('../images/ui/lily.png');
			}
		
			#content > .panel.view-price-list .info{
				margin-bottom: 50px;
			}
			
			#content > .panel.view-price-list .buttons{}

		/* Price List */
		#content > .panel.price-list{}
			
			#content > .panel.price-list table{
				width: 700px;
				margin: 0 auto;
				max-width: 100%;
			}
				
				#content > .panel.price-list table thead tr th{
					font-weight: bold;
					color: var(--bgColor);
				}
			
				#content > .panel.price-list table tbody tr{
					background-color: var(--bgColor3);
				}
			
				#content > .panel.price-list table tbody tr:nth-child(odd){
					background-color: transparent;
				}

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

			#content > .panel.contact .text{
				font-size: var(--fontSize120);
			}

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

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

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

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

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

/* 1380px */		
@media screen and (max-width: 1380px){
	#menu-banner .menu-banner ul li a{
		padding: 23px 18px;
	}
		
	#content > .panel.view-price-list:before,
	#content > .panel.view-price-list:after{
		width: 200px;
		height: 200px;
		background-size: 200px 200px;
	}

	#content > .panel.view-price-list:before{
		right: 10%;
	}

	#content > .panel.view-price-list:after{
		left: 10%;
	}
}

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

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

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

/* 600px */
@media screen and (max-width: 600px){
	#menu-banner{
		background-color: #fff;
	}

	#splash .content video{
		width: auto;
		height: 80vh;
	}

	#pg-splash{
		padding: 40% 0;
	}
	
	#sum-div .sum-row.cover .sum-column{
		border-radius: var(--borderRadius);
	}

	#content > .spread > .title{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
		
	#content > .panel.view-price-list:before,
	#content > .panel.view-price-list:after{
		width: 120px;
		height: 120px;
		background-size: 120px 120px;
	}
	
	#content > .panel .video-gifs{
		margin-top: 50px;
	}

	#content > .panel.view-price-list:before{
		right: 20px;
	}

	#content > .panel.view-price-list:after{
		left: 20px;
	}
			
	#content > .panel.price-list table{
		width: 100%;
	}

		#content > .panel.price-list table tr{
			border-left: 5px solid var(--bgColor);
		}
			
			#content > .panel.price-list table tbody tr:nth-child(even){
				color: var(--color);
			}
				
				#content > .panel.price-list table tbody tr td{
					text-align: center;
				}
				
				#content > .panel.price-list table tbody tr td:before{
					text-align: center;
				}
			
					#content > .panel.price-list table tbody tr td:first-child{
						text-align: center;
					}
				
					#content > .panel.price-list table tbody tr td:nth-child(odd){
						background-color: var(--bgColor3);
					}
}