body {
	background-color: #e9e8e5;
	background-image: none;
}

#nav-container {
	height: 75px;
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

#main-logo {
	margin: 0 0 0 10px;
	display: inline-block;
	height: 70px;
	width: auto;
	position: absolute;
	left: 0;
	padding-top: 2.5px;
}

#nav-center {
	display: inline-block;
	position: relative;
	top: 10%;
	/*transform: translateY(-50%);*/
}

#nav-right {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10%;
}

.nav-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-items li {
	display: inline-block;
	padding: 5px 5px;
	margin: 0 15px;
	min-width: 49px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px 2px 5px 2px;
}
.nav-items li:not(.nohover):hover {

}
.nav-items li:not(.nohover):before {
	content: '';
	width: 100%;
	height: 0;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: all 0.5s;
}
.nav-items li:not(.nohover):hover:before {
	height: 300%;
	background-color: #de4141;
}

#main-image-copyrighted-image {
/* image is at https://www.shutterstock.com/image-photo/kids-playing-room-122692291?src=_ghRBQYIam1tFRth_wxiMg-1-11
   need to buy if want to use...
   this style is set for this image */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 545px;
	background-color: #287797;
	background-image: url('img/main-image.jpg');
	background-size: auto 100%;
	background-position: 15% 35%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

#main-image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 545px;
	background-color: #287797;
	/*
	http://depositphotos.com/7113712/stock-photo-three-kids-playing-with-wooden.html
	*/
	background-image: url('img/main-image.jpg');
	background-size: 100% auto;
	background-position: 15% 55%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.main-slogan {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 75px 0 0 0;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}

.sub-slogan {
	font-size: 35px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.main-cta {
	margin: 50px 0 0 0;
	text-align: center;
}
a.cta-button {
	background-color: #3edf4d;
	padding: 15px 30px;
	margin: 10px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	border-radius: 3px;
	transition: background-color 0.35s;
}
a.cta-button.mini {
	margin: 0;
	padding: 3px 20px;
}
a.cta-button:hover {
	background-color: #2da238;
}
a.cta-button:active {
	background-color: #2d5ca2;
}
.learn-more {
	text-align: center;
}
.learn-more a {
	color: #4389f2;
	font-size: 16px;
	font-weight: bold;
}
.learn-more a:hover {
	color: #2d5ca2;
	text-decoration: underline;
}
a.link {
	color: #de4141;
}
a.link:hover {
	text-decoration: underline;
}
#sec-1-fluid {
	max-width: 1024px;
	min-height: 350px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
	position: relative;
}
#home-video-container {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	height: auto;
}
#home-video {
	height: 100%;
	width: 100%;
}
.pane-info {
	width: 50%;
	padding-left: 5px;
}
.pane-info h3 {
	font-size: 22px;
}
.pane-learn-more {
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 70%;
	border-radius: 5px;
	margin: 50px auto 0 auto;
	background-color: #de4141;
	color: #fff;
	transition: all 0.4s;
}
.pane-learn-more:hover {
	cursor: pointer;
	background-color: #aa3232;
}
.sec-ul {
	list-style: none;
}
.sec-ul li {
	font-size: 14px;
	margin-bottom: 47px;
	position: relative;
}
.list-icon:before {
	font-family: "Material Icons";
	font-size: 20px;
	color: #444;
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
}
.list-icon.assignment:before {
	content: "assignment";
}
.list-icon.check:before {
	content: "check_circle";
}
.list-icon.alert:before {
	content: "warning";
}
.mobile-image {
	margin: 0 auto;
	display: none;
}
#sec-2 {
	background-color: #fff;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	overflow: hidden;
}
#sec-2-fluid {
	max-width: 1024px;
	min-height: 430px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
}
#sec-2-fluid[data-section="1"] {
	background-image: url('img/laptop_trainings.png');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 95% 70%;
}
#sec-2-fluid[data-section="2"] {
	background-image: url('img/laptop_dashboard.png');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 95% 70%;
}
#sec-2-fluid[data-section="3"] {
	background-image: url('img/laptop_learning.png');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 95% 70%;
}
#sec-2-fluid[data-section="4"] {
	background-image: url('img/mobile.png');
	background-repeat: no-repeat;
	background-size: 43% auto;
	background-position: 95% 70%;
}
#sec-2-nav {
	font-size: 20px;
	color: #3d3537;
	margin-bottom: 50px;
}
#sec-2-nav div {
	width: 24%;
	display: inline-block;
	text-align: center;
}
#sec-2-nav span {
	position: relative;
	padding: 0 5px;
	cursor: pointer;
}
#sec-2-nav span:after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 4px solid #de4141;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
#sec-2-nav span:hover:after, #sec-2-nav span.active:after {
	visibility: visible;
	bottom: -6px;
	opacity: 1;
}
.pane-info[data-section]:not(.active) {
	display: none;
}
.pane-info.right {
	float: right;
}
.list-icon.clock:before {
	content: "access_time";
}
.list-icon.money:before {
	content: "attach_money";
}
.list-icon.bank:before {
	content: "account_balance";
}
#sec-3-fluid {
	max-width: 1024px;
	min-height: 350px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
	text-align: center;
}
#sec-3-fluid h2 {
	font-size: 32px;
	margin-bottom: 5px;
}
#sec-3-fluid p {
	font-size: 15px;
}
#footer-fluid {
	max-width: 1024px;
	margin: 0 auto;
	padding: 15px 0 25px 0;
	text-align: center;
	font-weight: 100;
}

#nav-right-mobile {
	display: none;
	position: absolute;
	right: 0;
	top: 10%;
	padding-right: 15px;
	padding-top: 15px;
}

.mobile-nav-icon {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 28px;
	margin-bottom: 5px;
	transition: all 500ms;
}

.mobile-nav-icon.t.x {
	transform: rotate(45deg) translateY(11px);
}
.mobile-nav-icon.m.x {
	opacity: 0;
	transform: rotate(180deg);
}
.mobile-nav-icon.b.x {
	transform: rotate(-45deg) translateY(-11px);
}

#mobile-nav-container {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 60px;
	right: -100%;
	background-color: #323532;
	z-index: 999;
	transition: all 500ms ease;
}

#mobile-nav-container.show {
	right: 0;
}

.mobile-nav-items {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	padding: 10px 0 10px 0;
}

.mobile-nav-items li {
	color: #fff;
	font-family: inherit;
	font-weight: 400;
	font-size: 22px;
	padding: 10px 0 10px 0;
	position: relative;
	cursor: pointer;
}

.mobile-nav-items li:not(.mni-login):after {
	content: "";
	height: 1px;
	width: 75%;
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mobile-nav-items .mni-login {
	margin-bottom: 15px;
}

@media (max-width: 914px) {

	#nav-container {
		background-color: #323532;
		height: 60px;
	}

	#nav-center, #nav-right {
		display: none;
	}

	#nav-right-mobile {
		display: inline-block;
	}

	#mobile-nav-container {
		display: block;
	}

	#main-logo {
		width: auto;
		height: 60px;
	}
	
	#main-logo img {
		max-height: 54px;
	}

	.main-slogan {
		font-size: 40px;
		margin-top: 135px;
	}

	.sub-slogan {
		font-size: 25px;
	}
	
	#home-video-container {
		position: relative;
		top: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
	}

	.pane-info {
		width: 100%;
		text-align: center;
	}

	.sec-ul {
		padding: 0;
		margin: 0;
	}

	.sec-ul li {
		padding-top: 30px;
	}

	.list-icon:before {
		left: 50%;
		transform: translateX(-50%);
	}

	#sec-1-fluid, #sec-2-fluid, #sec-2-fluid[data-section] {
		background-image: none;
	}

	.mobile-image {
		display: block;
		max-width: 100%;
	}


}

@media (max-width: 815px) {
	
	#main-image {
		background-size: auto 100%;
		background-position: 85% 15%;
	}
	
}

@media (max-width: 600px) {
	
	#sec-2-nav {
		display: none;
	}
	.pane-info[data-section]:not(.active) {
		display: block;
	}
	
}