/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #B23F67;
	--bgColor2: #9D3056;
	--bgColor3: #FCB32C;
	--bgColor4: #F05341;
	--bgColor5: #efefef;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #222;
	--mobileMenuBtnColor: #B23F67;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #B23F67;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #fff;
	--btnBgColor: #B23F67;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #9D3056;
	
	--dialogBgColor: #B23F67;
	--dialogbgColorB: #9D3056;
	--dialogHeadingColor: #fff;
}

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

/* Body */
body{
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

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

/* Menu */
#menu-banner{}

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

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

		/* 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 > .right .menu{
			padding: 10px;
			margin: 0 0 0 20px;
		}

			#menu-banner .menu-banner > .right .menu ul li a{
				color: #000;
				padding: 13px 12px;
			}
				
				#menu-banner .menu-banner > .right .menu ul li:hover > a{
					color: #fff;
					background-color: var(--bgColor);
					transition: background linear 0.5s;
				}
				
				#menu-banner .menu-banner > .right .menu ul li.active-li > a{
					color: #000;
					background-color: var(--bgColor3);
					transition: background linear 0.5s;
				}
			
/* Slider */
#slider{
	position: relative;
}

	#slider:before{
		left: 0;
		width: 50%;
		z-index: 1;
		content: '';
		height: 22%;
		bottom: -10%;
		position: absolute;
		transform: skew(0deg, 3deg);
		background-color: var(--bgColor5);
	}
	
	#slider:after{
		right: 0;
		width: 50%;
		z-index: 1;
		content: '';
		height: 22%;
		bottom: -10%;
		position: absolute;
		transform: skew(0deg, -3deg);
		background-color: var(--bgColor5);
	}

	#slider .core-image-slider{
		background-attachment: fixed !important;
	}

	#slider .data{
		padding: 7% 0;
		position: relative;
	}

	#slider .data:after{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.6);
	}

		#slider .data .content{
			z-index: 1;
			width: 100%;
			text-align: center;
			position: relative;
		}

			#slider .data .content h1{
				color: #fff;
				font-size: var(--fontSize500);
				text-shadow: 0 0 4px #000, 0 0 4px #000;
			}
	
/* Sum-Div */
#sum-div{}

	#sum-div .sum-row{}

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

			#sum-div .sum-row .title span{
				padding: 0 0 5px;
				display: inline-block;
				font-size: var(--fontSize80);
			}
			
			#sum-div .sum-row .title:before{
				content: '';
				bottom: -8px;
				width: 14px;
				height: 14px;
				position: absolute;
				left: calc(50% - 16px);
				background-color: var(--bgColor3);
				
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				-o-border-radius: 50%;
				border-radius: 50%;
			}
			
			#sum-div .sum-row .title:after{
				content: '';
				bottom: -8px;
				width: 14px;
				height: 14px;
				position: absolute;
				left: calc(50% + 2px);
				background-color: var(--bgColor4);
				
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				-o-border-radius: 50%;
				border-radius: 50%;
			}

	/* Circles */
	#sum-div .sum-row.circles{
		position: relative;
		background-image: url('../images/home/bg.jpg');
	}
	
		#sum-div .sum-row.circles:before{
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			content: '';
			position: absolute;
			background-color: rgba(255, 255, 255, 0.9);
		}
	
		#sum-div .sum-row.circles.first .sum-row-wrapper{
			padding: 10% 0 0;
		}
		
		#sum-div .sum-row.circles.second .sum-row-wrapper{
			padding: 5% calc(100%/6) 10%;
		}
		
			#sum-div .sum-row.circles .sum-row-wrapper .image{
				width: 90%;
				position: relative;
				border: 4px solid var(--bgColor);
				
				-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.circles .sum-row-wrapper .image:hover{
					-webkit-transform:scale(1.25);
					-moz-transform:scale(1.25);
					-ms-transform:scale(1.25);
					-o-transform:scale(1.25);
					transform:scale(1.25);
				}
		
	#sum-div .sum-row.circles.second{}
		
		#sum-div .sum-row.circles.second .sum-row-wrapper{
			position: relative;
		}
	
		#sum-div .sum-row.circles.second .sum-row-wrapper:before{
			left: 0;
			width: 50%;
			z-index: 1;
			content: '';
			bottom: -6%;
			height: 13%;
			position: absolute;
			transform: skew(0deg, 6deg);
			background-color: var(--bgColor5);
		}
		
		#sum-div .sum-row.circles.second .sum-row-wrapper:after{
			right: 0;
			width: 50%;
			z-index: 1;
			content: '';
			bottom: -6%;
			height: 13%;
			position: absolute;
			transform: skew(0deg, -6deg);
			background-color: var(--bgColor5);
		}

	/* Why */
	#sum-div .sum-row.why{
		background-image: url('../images/home/bg3.jpg');
	}
		
		#sum-div .sum-row.why .sum-row-wrapper{
			padding: 15% 0;
			position: relative;
		}
		
			#sum-div .sum-row.why .sum-row-wrapper:before{
				left: 0;
				width: 50%;
				z-index: 1;
				content: '';
				bottom: -6%;
				height: 12%;
				position: absolute;
				transform: skew(0deg, 6deg);
				background-color: var(--bgColor5);
			}
			
			#sum-div .sum-row.why .sum-row-wrapper:after{
				right: 0;
				content: '';
				width: 50%;
				z-index: 1;
				bottom: -6%;
				height: 12%;
				position: absolute;
				transform: skew(0deg, -6deg);
				background-color: var(--bgColor5);
			}
	
		#sum-div .sum-row.why .sum-column{
			float: none;
			margin: 0 auto;
			background-color: rgba(255, 255, 255, 0.95);
		}

	/* Summary */
	#sum-div .sum-row.summary{
		position: relative;
		background-image: url('../images/home/bg.jpg');
	}
	
		#sum-div .sum-row.summary .sum-row-wrapper{
			padding: 15% 0;
			position: relative;
		}
		
			#sum-div .sum-row.summary:before{
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				content: '';
				position: absolute;
				background-color: rgba(255, 255, 255, 0.8);
			}

	/* Subscribe */
	#sum-div .sum-row.subscribe{
		background-image: url('../images/home/bg2.jpg');
	}
		
		#sum-div .sum-row.subscribe .sum-row-wrapper{
			padding: 15% 0;
			position: relative;
		}
		
			#sum-div .sum-row.subscribe .sum-row-wrapper:before{
				left: 0;
				width: 50%;
				z-index: 1;
				content: '';
				top: -6%;
				height: 12%;
				position: absolute;
				background-color: #eee;
				transform: skew(0deg, 6deg);
			}
			
			#sum-div .sum-row.subscribe .sum-row-wrapper:after{
				right: 0;
				content: '';
				width: 50%;
				z-index: 1;
				top: -6%;
				height: 12%;
				position: absolute;
				background-color: #eee;
				transform: skew(0deg, -6deg);
			}
	
		#sum-div .sum-row.subscribe .sum-column{
			float: none;
			margin: 0 auto;
			background-color: rgba(255, 255, 255, 0.95);
		}
	
			#sum-div .sum-row.subscribe .sum-column .text .form .info{
				margin-bottom: 15px;
			}
	
/* Body */
#body{
	margin-top: 8%;
}

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

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

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

	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				position: relative;
				font-size: var(--fontSize200);
			}
			
				#content > .spread > .title:after{
					left: 0;
					bottom: 0;
					width: 30%;
					content: '';
					height: 3px;
					position: absolute;
					border-bottom: 3px solid var(--bgColor4);
				}
		
			/* 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(--bgColor5);
		}
		
			/* H2 */
			#content > .panel h1,
			#content > .panel h2{
				width: 600px;
			}

				#content > .panel h1 span,
				#content > .panel h2 span{
					padding: 0 0 5px;
					display: inline-block;
					font-size: var(--fontSize80);
				}
			
				#content > .panel h1:before,
				#content > .panel h2:before{
					content: '';
					bottom: -8px;
					width: 14px;
					height: 14px;
					position: absolute;
					left: calc(50% - 16px);
					background-color: var(--bgColor3);
					
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					-ms-border-radius: 50%;
					-o-border-radius: 50%;
					border-radius: 50%;
				}
				
				#content > .panel h1:after,
				#content > .panel h2:after{
					content: '';
					bottom: -8px;
					width: 14px;
					height: 14px;
					position: absolute;
					left: calc(50% + 2px);
					background-color: var(--bgColor4);
					
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					-ms-border-radius: 50%;
					-o-border-radius: 50%;
					border-radius: 50%;
				}
		
			/* H3 */
			#content > .panel h3{
				text-align: center;
				position: relative;
			}
			
				#content > .panel h3:after{
					bottom: 0;
					content: '';
					height: 3px;
					width: 50px;
					position: absolute;
					left: calc((100% - 50px) / 2);
					border-bottom: 3px solid var(--bgColor4);
				}
			
			/* Rates */
			#content > .panel .rates{
				padding: 10%;
				text-align: center;
			}

		/* Team */
		#content > .panel.our-team{}
			
			#content > .panel.our-team .team-members{
				margin-top: 5%;
			}
			
				#content > .panel.our-team .team-members h3{
					padding: 5px;
					text-align: left;
					color: var(--bgColor3);
					font-size: var(--fontSize120);
				}
				
					#content > .panel.our-team .team-members h3:after{
						left: 0;
						width: 0;
						height: 0;
						border-bottom: none;
					}

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

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

	#eBooks .summary{}

		#eBooks .summary .image{
			-webkit-transition: all 1s linear;
			-moz-transition: all 1s linear;
			-ms-transition: all 1s linear;
			-o-transition: all 1s linear;
			transition: all 1s linear;
		}

			#eBooks .summary .image:hover{
				-webkit-transform: rotate(5deg);
				-moz-transform: rotate(5deg);
				-ms-transform: rotate(5deg);
				-o-transform: rotate(5deg);
				transform: rotate(5deg);
			}

/* 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 > .right .menu ul li a{
		padding: 13px 11px;
	}
}

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

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

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

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

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

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

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

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

/* 600px */
@media screen and (max-width: 600px){
	#slider .data{
		padding: 17% 0 21%;
		position: relative;
	}

		#slider .core-image-slider{
			background-attachment: scroll !important;
			background-position: center bottom !important;
		}
	
		#slider .data .content h1{
			width: 90%;
			margin: 0 auto;
		}
		
	#sum-div .sum-row.circles.second .sum-row-wrapper{
		padding: 5% 0 20%;
	}
		
	#sum-div .sum-row.cover .sum-row-wrapper{
		padding: 25% 0;
	}

	#content > .panel:not(.contact){
		padding: 20% 5% 5%;
	}
			
		#content > .panel.our-team .team-members h3{
			text-align: center;
		}
		
	#body{
		margin-top: 20%;
	}

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