﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Halant|Marcellus+SC|Fira+Sans|Gentium+Book+Basic|Parisienne|Poller+One|Quicksand|Titan+One');

a.footer:focus, a.footer:hover {
	background-color: transparent !important;
}

.bName a {
	color: #fff;
	display: block;
	padding-top: 10px;
	line-height: 10px;
}
.bName a:hover {
	text-decoration: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}

.content {
	margin-top: 10px;
}

.docDownload {
	display: block;
	margin: 8px 0;
}
.dropMenu {
	display: block;
	float: left;
	margin: 10px;
}
.dropMenu a {
	padding: 10px;
	border: solid 1px #999;
	border-radius: 10px;
}
.dropMenu a:hover {
	text-decoration: none;
	background-color: #eee;
}

.engineerName {
}

footer {
	font-size: 12px;
	border-top: 1px #ccc solid;
	margin: 20px 10px;
	padding: 0 0 0 0;
	clear: both;
}
.foot-links {
	list-style: none;
	padding: 0 4px;
	margin: 0 18px;
	border-left: 1px #ccc solid;
}

h1 {
	font-family: 'Halant', serif;
	font-size: 26px;
}
header {
	display: none;
}
.homeLink {
	display: block;
}
.hpass {
	display: none;
}

.main {
	padding-top: 60px;
}
#mainName {
	color: #fff;
	margin: 10px 0 0 10px;
	position: relative;
	display: block;
	float: left;
}
.mobile-only {
	display: none;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #173f59;
}
.nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
	-webkit-transition: color .5s, background .5s;
	transition-property: color, background;
}
.nav-sidebar li.active {
	background-color: #173f59;
}

.red {
	color: #ff0000;
}

.sidebar {
	display: none;
}
.sidebar .nav>li>a {
	color: #fff;
}
.sub {
	background-color: #01978e;
}
.sub>li>a {
	padding-left: 30px;
}

th {
	text-align: center;
}
.thumbnail {
	border: 0;
}

@media (max-width: 768px){
	.content {
		margin-top: 50px;
	}
	.mobile-only {
		display: block;
	}
}

@media (min-width: 768px) {
	.bName {
		position: relative;
	}
	.bName a {
		padding-top: 0;
		display: block;
		width: 500px;
	}
	.engineerName {
		position: absolute;
		left: 200px;
		top: 30px;
	}
	.eTitle {
		font-size: 20px;
	}
	.faceBook {
		float: right;
		background-color: #fff;
		border-radius: 10px;
		padding: 6px 4px 0 10px;
		width: 250px;
		height: 38px;
		margin-top: 20px;
	}
	.fb-like {
		height: 30px !important;
	}
	.fb-like span {
		vertical-align: top !important;
	}
	h1 {
		font-size: 36px;
	}
	header {
		background-color: #4d484e;
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		padding: 20px 0 10px 0;
		font-family: "Marcellus SC", serif;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 160px;
		width: 100%;
		z-index: 1500;
	}
	#logo {
		height: 120px;
	}
	.main {
		padding-top: 170px;
	}
	.phone {
		display: block;
		width: 100%;
		font-size: 16px;
		text-align: right;
		color: #fff;
	}
	.phone a {
		color: #fff;
	}
	.sidebar {
		position: fixed;
		top: 160px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 0 20px 20px 20px;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #0066a8;
	}
	table {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.bName a {
	}
	.engineerName {
		left: 250px;
		top: 30px;
	}
	.eTitle {
		font-size: 30px;
	}
	.foot-links>li {
		display: block;
		padding: 2px 0;
	}
	footer .nav>li {
		float: left;
		display: block;
	}
	h1 {
		font-size: 40px;
	}
	header {
		height: 190px;
		padding-top: 20px;
	}
	#logo {
		height: 150px;
	}
	.main {
		padding-top: 200px;
	}
	.sidebar {
		top: 190px;
	}
}

@media (min-width: 1200px) {
	.bName {
		
	}
	.engineerName {
		left: 300px;
		top: 50px;
	}
	h1 {
		font-size: 48px;
	}
	header {
		height: 200px;
		padding-top: 30px;
	}
	.largeImg {
		width: 100%;
	}
	#logo {
		margin: 0 20px 0 0;
	}
	.main {
		padding-top: 210px;
	}
	.sidebar {
		top: 200px;
	}
}
