/*
Theme Name: JanetPause
Theme URI: JanetPause.com
Author: Oaktree Media
Version: 1.0
*/

body {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
}

section {
	padding: 50px 0px;
	clear: both;
	letter-spacing: 1.0px;
}

section h1 {
	font-size: 30px;
	text-transform: uppercase;
}

section p {
	width: 800px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	margin: auto;
	margin-bottom: 20px;
}

section h3 {
	text-align: left;
	border-bottom: 1px solid #ffffff;
	margin: 10px 100px;
}

.container {
	width: 1000px;
	margin: auto;
	position: relative;
}

.spacer {
	clear: both;
}

a {
	text-decoration: none;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

#home {
	background: url(images/umbrellas.jpg) no-repeat bottom center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	min-height: 500px;
	color: #ffffff;
	text-align: left;
	border-bottom: 5px solid #afd37d;
	position: relative;
}

#home:after {
	content: '';
	display: block;
	margin: 0px 0px 0px -10px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #afd37d;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

header {
	border-bottom: 1px solid #8c99b3;
	height: 80px;
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0px;
}

#logo {
	background: url(images/logo.png) top left no-repeat;
	width: 319px;
	height: 55px;
	float: left;
	margin: 10px;
	cursor: pointer;
}

#logo span {
	display: none;
}

nav {
	float: right;
	margin: 30px 0px 0px 0px;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

nav li {
	margin: 0px 10px;
	padding: 0px;
	float: left;
}

nav a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#home .mainHeader {
	margin: 100px 0px 0px 0px;
	padding: 0px;
	font-size: 45px;
	line-height: 50px;
	text-transform: none;
}

#home p {
	font-size: 40px;
	margin: 20px 0px;
	padding: 0px;
	line-height: 50px;
	width: 100%;
}

#more {
	text-align: center;
}

#more a {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

#experience, #why {
	border-bottom: 20px solid #314472;
	text-align: center;
}

#experience ul {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
	height: 350px;
	width: 720px;
	border: 5px solid #afd37d;
	text-align: left;
}

#experience ul ul {
	margin: auto;
	list-style: disc;
	height: auto;
	width: auto;
	border: none;
}

#experience li {
	margin: 0px;
	padding: 26px 20px 25px 20px;
	display: block;
	width: 200px;
	background: #d7dad3;
	color: #4f4f4f;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#experience li:hover {
	background: #afb4a9;
}

#experience li li {
	margin: 10px;
	padding: 0px;
	display: list-item;
	width: 350px;
	background: none;
	color: #000000;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	cursor: auto;
}

#experience li li:hover {
	background: none;
}

#experience li:after {
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
	border-left: 16px solid #848fa2;
	position: absolute;
	top: 25px;
	right: 30px;
}

#experience li li:after {
	content: none;
	display: none;
}

#experience li.active {
	background: #ffffff;
	color: #000000;
}

#experience li.active ul {
	display: block;
	position: absolute;
	top: 20px; 
	left: 280px;
	width: 400px;
	height: 300px;
	overflow: auto;
	cursor: auto;
}

#experience ul ul {
	display: none;
}

#why strong {
	text-transform: uppercase;
}

#services {
	border-bottom: 20px solid #afd37d;
	position: relative;
}

#services .process ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 100%;
	height: 400px;
	padding-left: 50px;
}

#services .process li {
	position: absolute;	
	border-radius: 50%;
	width: 120px;
	height: 110px; 
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 30px 10px 0px 10px;
	cursor: pointer;
	border: 10px solid #ffffff;
}

#services .process li ul {
	height: 200px;
}

#services .process li li:first-child {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 200px;
	text-align: left;
	border-radius: 0px;
	background: none;
	font-weight: normal;
	cursor: auto;
	display: none;
}

#services .process li:first-child p {
	font-size: 13px;
	line-height: 15px;
	width: 100%;
}

#services .process li.active, #services .process li:hover {
	border: 10px solid #afd37d;
}

#services .process li li, #services .process li li:hover {
	border: 0px;
}

#services .process li.active li:first-child {
	display: block;
}

#services .process li:first-child {
	bottom: 0px;
	left: 0px;
	background: #dbdcdf;
	color: #314472;
}

#services .process li:first-child ul {
	top: -400px;
	left: 0px;
}

#services .process li:nth-child(2) {
	bottom: 20px;
	left: 200px;
	background: #babcc2;
	color: #314472;
}

#services .process li:nth-child(2) ul {
	top: -355px;
	left: -200px;
}

#services .process li:nth-child(3) {
	bottom: 50px;
	left: 400px;
	background: #8999c0;
	color: #314472;
	padding-top: 50px;
	height: 90px;
}

#services .process li:nth-child(3) ul {
	top: -320px;
	left: -400px;
}

#services .process li:nth-child(4) {
	bottom: 100px;
	left: 600px;
	background: #5d6e98;
	color: #ffffff;
}

#services .process li:nth-child(4) ul {
	top: -275px;
	left: -600px;
}

#services .process li:nth-child(5) {
	bottom: 170px;
	left: 800px;
	background: #314472;
	color: #ffffff;
}

#services .process li:nth-child(5) ul {
	top: -190px;
	left: -800px;
}

#services .process li em {
	display: block;
	font-weight: normal;
	margin: 10px 0px;
}

#services .serviceList ul {
	margin: 0px 0px 0px 75px;
	padding: 0px;
	list-style: none;
	width: 875px;
	position: relative;
}

#services .serviceList li {
	background: #314472;
	width: 220px;
	height: 45px;
	padding: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 10px;
	cursor: pointer;
	border: 5px solid #ffffff;
}

#services .serviceList li.active, #services .serviceList li:hover {
	border: 5px solid #afd37d;
}

#services .serviceList ul ul {
	display: none;
}

#services .serviceList li:nth-child(3n+1){
	clear: left;
}

#services .serviceList li.active {
	margin-bottom: 150px;
	background: #5d6e98;
}

#services .serviceList li.active ul {
	display: block;
	text-align: left;
	background: #5d6e98;
	width: 790px;
	height: auto;
	padding: 20px;
	color: #ffffff;	
	cursor: auto;
	border: 5px solid #afd37d;
	position: absolute;
	top: 120px;
	left: -60px;
	z-index: 10;
}

#services .serviceList li:nth-child(4) ul, #services .serviceList li:nth-child(5) ul, #services .serviceList li:nth-child(6) ul {
	top: 235px;
}

#services .serviceList li:nth-child(7) ul, #services .serviceList li:nth-child(8) ul, #services .serviceList li:nth-child(9) ul {
	top: 350px;
}

#services .serviceList li.active li {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	float: none;
	width: 100%;
	height: auto;
}

#team {
	border-bottom: 20px solid #afd37d;
	min-height: 400px;
}

#team h1 {
	padding-bottom: 30px;
}

#team .alignleft {
	margin-top: -40px;
	margin-right: 80px;
}

#testimonials {
	background: #314472;
	border-bottom: 20px solid #afd37d;
	color: #d0d0d0;
	min-height: 260px;
	text-align: center;
}

#testimonials .container {
	width: 800px;
}

#left {
	float: left;
	margin: 20px;
	font-size: 70px;
	cursor: pointer;
}

#right {
	float: right;
	margin: 20px;
	font-size: 70px;
	cursor: pointer;
}

#testimonials blockquote {
	font-size: 24px;
	width: 800px;
	margin: auto;
	text-align: left;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#testimonials blockquote span {
	display: block;
	font-size: 18px;
	text-align: right;
}

#testimonials blockquote:before {
	content: '"';
	font-size: 60px;
	height: 30px;
	color: #8c99b3;
	display: block;
	margin: 0px 0px 0px -40px;
}

#testimonials blockquote:after {
	content: '"';
	font-size: 60px;
	height: 30px;
	color: #8c99b3;
	display: block;
	margin: -40px -40px 0px 0px;
	float: right;
}

#testimonials blockquote p {
	width: auto;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
}

#contact h2 {
	text-align: left;
	width: 800px;
	margin: auto;
	margin-bottom: 5px;
}

footer {
	clear: both;
	padding: 20px 0px;
	background: #c6c6c6;
	text-align: left;
	color: #595959;
	font-size: 12px;
}

#oaktree {
	background: url(images/oaktree.png) top left no-repeat;
	float: left;
	margin-right: 10px;
	display: block;
	width: 20px;
	height: 30px;
}

#oaktree span {
	display: none;
}

footer a {
	color: #595959;
}

.box {
	width: 800px;
	height: 600px;
	overflow: auto;
	text-align: left;
}

span.top {
	font-size: 12px;
	color: #314472;
	font-weight: bold;
	cursor: pointer;
	clear: both;
	margin: 20px 0px;
}

section ::-webkit-scrollbar {
    width: 12px;
}
 
section ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
section ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}