html, body{
	height: 100%;
	font-family: "Lato";
}
body > section {
	padding-bottom: 70px;
}
#desktop-header{
	text-align: center;
}
#header {
	z-index: 30000;
	border-color: transparent !important;
	text-align: center;
	margin-bottom: 0 !important;
	background-color: rgba(220, 220, 220, 0.97);
}
.navbar-header {
	float: left;
	width: 120px !important;
	position: relative;border-bottom: solid 1px transparent;
}
.navbar-header a {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.2em !important;
}
.navbar-header img{
	display: block;
	margin: 0px auto;
	margin-top: 0px;
	width: 110px;
}
.navbar-default {
	background: #FFF;
	border: none;
}
.navbar-header > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.navbar-brand {
	float: none;
	display: block !important;
	margin-left: inherit !important;
	position: absolute;
	color: #FFF !important;
	background: rgba(97,106,110,1) !important;
	padding: 0px !important;
	top:0;left:0;right:0;bottom:0;
	height: 120px;
}
#desktop-header {
	display: block;
	margin:0;
	background-color: transparent;
    width: 100%;
}
#desktop-header > div {
	display: inline-block;
	vertical-align: middle;
	min-width: 160px; width: 16%;
line-height: 70px;
float: left;
}
#desktop-header > div a {
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
    font-size:1.2em;
}
.carousel-indicators {
	bottom: 0px !important;
}
#intro-section {
	padding-bottom: 0 !important;
}
.carousel-indicators li {
  border-color:#FFF;
  background-color:transparent;
  width: 15px !important;
  height: 15px !important;
  margin: 1px !important;
}
.carousel-inner {
}
.active-page {
	color: #0096E0 !important;
}
.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#mobile-header {
	display: none;
}
#hiring {
	position:fixed;
	bottom:1%;
	left:1%;
	z-index:3000;
	background: #343434;
	color: #FFF;
	border: solid 2px #343434;
	cursor: pointer;
	display:inline-block;
	text-decoration: none;
	opacity: 0;
	display: none;
}
#hiring h3:nth-child(1) {
	margin:0; padding: 10px;
}
#hiring h3:nth-child(2) {
	margin:0;padding: 10px;
	background: #FFF; color: #343434;
}
#nav-stuff {
	position:fixed;
	bottom:1%;
	right:1%;
	z-index:3000;
	display: none;
}
#nav-arrow {
	height:50px;
	border:solid 3px #343434;
	width:50px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	background: white;
	overflow:hidden;
}
#nav-arrow i {
	color: #3E403E;
	background: transparent;
	font-size: 3em;
	cursor:pointer;
}
#nav-position {
	display: inline-block;
	vertical-align: middle;
	border:solid 1px #343434;
	background: white;
	font-size: 1.2em;
	text-decoration: none;
	color:#343434;
	text-align: center;
	width:100px;
	display: none;
}
#legal-section {
	margin-top: 50px;
}
#footer-section {
	margin-bottom: 0 !important;
	padding-top: 50px !important;
	background: rgba(97,106,110,0.97);
}
#footer-section .col-md-4 > div {
	width: 65%;
	font-size: 1.3em;
	color: #FFF;
}
#footer-section h4 {
	letter-spacing: 2px;
}
#footer-section .col-md-4:nth-child(1) > div {
	float: right;
	width:75% !important;
}
#footer-section .col-md-4:nth-child(1) > div > div{
	float: right;clear: both;
	}
#footer-section .col-md-4:nth-child(1) > div > h4{
	
	float: right;
text-align: left;
width: 240px;
	}
#footer-section .col-md-4:nth-child(2) div {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
#footer-section .col-md-4:nth-child(3) div {
	float: left;
}
#footer-section .col-md-4:nth-child(1) a{
	color: #FFF;
	text-decoration: none;
	}
	#footer-section .col-md-4:nth-child(1) span {
		font-size:0.8em !important;
	}
	#footer-section .col-md-4:nth-child(3) a {
		color: #FFF;
		text-decoration: none;
	}
	#footer-section .col-md-4:not(:nth-child(2)) a:hover {
		color: #0096E0;
	}
#footer-section .col-md-4:nth-child(2) {
	text-align: center;
}
#footer-section .col-md-4:nth-child(2) input {
	border: solid 1px #FFF;
	width: 100%;
	background: transparent;
	padding: 5px;
}
#footer-section table td {
	padding: 10px;
}
#footer-section .col-md-4:nth-child(2) p{
	margin-top: 30px;
}
#footer-section table a {
	display: inline-block;
	text-decoration: none;
	background: #FFF;
	color: rgba(97,106,110,1);
	width: 40px;padding-top:5px;padding-bottom:5px;
	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
	-moz-transition: all 0.5s;
    transition: all 0.5s;
}
#footer-section table a:hover {
	color: #FFF;
	background: #0096E0;
}
/* Desktops and laptops ----------- */
@media screen and (min-width: 1224px){
.rightBox{
top:135px;
}
.innerBox{
	top:135;
}
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
.rightBox{
top:300px;
}
.innerBox{
	top:300;
}
}