
/* -------------

BLUE: 469;
GREY: 999;

--------------- */

@font-face {
	font-family: apeFont;
	src: url('fonts/pirulen_rg.ttf');
}

* {
 	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
}

p {
	padding-bottom: 0px;
	line-height: 30px;
}

h1, h2, h3, h4 {
	font-family: Calibri;
}

a:visited, a:hover, a:active, a:link {
	text-decoration: none;
	outline: none !important;
}

#main {
	min-height:100%;
	background:#469;
}

#header {
	background:white;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	height: 160px;
	width: 100%;
	position: fixed;
	z-index: 2000;
}

#header a, #header a:visited, #header a:link, #header a:hover, #header a:active {
	font-family: apeFont;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
}

#ape-nav, #ape-search {
	list-style: none;
	margin-top: 30px;
	margin-left: 0px;
}

#ape-search a {
	font-size: 12px;
	color: #FFF;
}

#ape-nav a img {
	max-height: 40px;
}

#ape-nav .item a div {
	background: #18C;
	color: #FFF;
	padding: 10px;
}

#ape-nav .item {
	float: left; 
	margin-left: 10px;
}

#ape-nav #bar {
	clear: both;
	border: 1px solid #555;
	position: relative;
	width: 0%;
	display: none;
}

#header-logo-img {
	max-height: 80%;
	max-width: 80%;
	margin-bottom: 20px;
}

#sub-nav {
	top: 150px;
	left: 0px;
	width: 100%;
	background: #999;
	position: fixed;
	display: none;
	z-index: 2000;
}

#sub-nav .row .col a div {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

#sub-nav .row .col a div i {
	color: #FFF;
}

#sub-nav .row .col a div:hover {
	background: #888;
}

#about-us-nav {
	display: none;
}

#our-tech-nav {
	display: none;
}

#full-width-image img {
	width: 100%;
}

#standard-content {
	background: rgba(255,255,255,0.6);
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#standard-content h1 {
	color: #FFF;
	padding-left: 20px;
}

#image-content {
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../assets/imgs/home-background-2.jpg');
	background-size: cover;
	padding: 50px;
}

#image-content .container {
	padding: 50px;
	background: rgba(155,155,155,0.3);
	box-sizing: border-box;
	border-left: 4px solid #469;
}

#image-content .container h2 {
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
}

#image-content .container #text {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
}

#image-spotlight {
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../assets/imgs/home-background-3.jpg');
	background-size: cover;
	padding: 50px;
}

#image-spotlight .container {
	padding: 50px;
}

#image-spotlight .container #spotlight {
	width: 50%;
	float: right;
	border-left: 4px solid #469;
	padding-left: 20px;
}

#image-spotlight .container h2 {
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #FFF;
}

#image-spotlight .container #text {
	background: rgba(255,255,255,0.9);
	padding: 20px;
	box-sizing: border-box;
	text-align: justify;
}

.regular-blob {
	border-left: 4px solid #469;
	background: rgba(255,255,255,0.9);
	margin-top: 20px;
}

.regular-blob h2 {
	color: #469;
}

.regular-blob h3 {
	color: #888;
	font-size: 16px;
}

.regular-blob #text {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: justify;
}

.left-right {
	clear: both;
	margin-top: 20px;
	background: rgba(255,255,255,0.8);
}

.left-right h2 {
	color: #469;
}

.cursor-left {
	border-left: 4px solid #469;
}

.cursor-right {
	border-right: 4px solid #469;
}

.left-right #left {
	width: 50%;
	float: left;
	text-align: justify;
	padding: 20px;
}

.left-right #right {
	width: 50%;
	float: right;
	text-align: justify;
	padding: 20px;
}

.left-right #img {
	width: 90%;
}

.breadcrumbs {
	background: #358;
	padding: 10px;
	color: #68C;
}

.breadcrumbs a {
	color: #FFF;
	font-size: 16px;
}

.splash-short {
	height: 400px;
	overflow: hidden;
}

#footer {
	margin-top: 20px;
	border-top: 2px solid #247;
	background: #358;
	padding-top: 40px;
	padding-bottom: 100px;
}

#footer a:visited, #footer a:link, #footer a:active, #footer a:hover {
	color: #FFF;
	font-weight: bold;
}

#footer-list {
	list-style: none;
}

#footer-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer-list a {
	font-weight: normal !important;
	color: #DDD !important;
}

#footer-list a:hover {
	text-decoration: underline;
}

#footer-h1 h4 {
	color: #FFF;
	font-weight: bold;
	padding-bottom: 10px;
}

#copyright {
	background: #247;
	padding: 20px;
	padding-left: 100px;
	padding-right: 100px;
	color: #FFF;
	font-size: 12px;
}

#copyright-links {
	list-style: none;
	float: right;
}

#copyright-links li {
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}

#copyright-links li a {
	color: #FFF;
}


