@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";

html, body {
	position: relative;
	height: 100%;
}
.center-me {
	float: none;
	margin: 0 auto;
}
h2, h3, h4 {
	font-weight: 400;
}
.btn {
	font-weight: bold;
}
.btn, .btn:hover {
	color: #fff;
}
.btn-blue {
	background-color: #4DAEFF;
}
.btn-blue:hover {
	background-color: #3EC8A7;
}
.btn-green {
	background-color: #3EC8A7;
	color: #fff !important;
}
.btn-green:hover {
	background-color: #4DAEFF;
}
header .openit {
	display: none;
}
a, a:active, a:focus, a:link, a:visited {
	color: #4DAEFF;
}
#map-canvas {
	width: 100%;
	height: 260px;
}
.contact {
	min-height: 550px;
}

/*** Removes dashed borders that surrounds links
*******************************************************************************/
a:active, a:focus, a:link, a:visited {
	outline: 0 !important;
	outline: none !important;
	outline-style: none !important;
	-moz-outline-style: none !important;
}

/*** Clearfix
*******************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { 
	display: inline-block; 
}
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block; 
}

/*** Header
*******************************************************************************/
header {
	padding: 15px 0 15px 0;
	z-index: 1000;
	position: fixed;
	top: 0;
	background: rgba(2, 4, 44, 0.3) none repeat scroll 0 0;
	width: 100%;
	border-bottom: solid 1px #ccc;
}
header .nav {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: -3px;
	z-index: 3000;
}
header .nav a {
	display: inline-block;
	margin-left: 15px;
	color: #fff;
	border-bottom: 3px solid #FFD040;
	display: inline-block;
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 3px;
}
header .nav a:hover {
	text-decoration: none;
	color: #4DAEFF;
	border-bottom: 3px solid #fff;
	animation-duration: 1.5s;
}
header .nav a.active {
	text-decoration: none;
	display: inline-block;
	border-bottom: 3px solid #4DAEFF;
}

/*** Hero
*******************************************************************************/
.hero {
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 800px;
	padding: 80px 0 90px 0;
	color: #fff;
}
.hero h2.tagline {
	font-size: 40px;
	font-weight: bold;
	margin: 50px 0 30px 0;
	text-transform: uppercase;
}
.hero h2.nomarg {
	margin-top: 35px !important;
	font-size: 28px;
}
.hero h3 {
	margin: 30px 0 0 0;
	line-height: 32px;
	font-size: 22px;
}
.hero span {
	color: #4DAEFF;
}

/*** Internal
*******************************************************************************/
.internal {
	height: 400px;
}
.internal img.logo {
	margin-top: 70px;
}
.internal h2.tagline {
	margin-top: 75px;
	margin-bottom: 10px;
}
.internal h3 {
	margin-top: 0px;
	line-height: 30px;
}

/*** Left and Right Col
*******************************************************************************/
.blk-txt .right-col, 
.blk-txt .left-col {
	line-height: 24px;
	font-size: 16px;
	color: #718097;
}  
.blk-txt .left-col span {
	color: #4DAEFF;
} 
.blk-txt .left-col h2 {
	font-weight: 800;
	font-size: 38px;
	margin-bottom: 5px;
}
.blk-txt .left-col h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.blk-txt .left-col p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

p.hline {
	border-bottom: solid 1px #e1e1e1;
}


.blk-txt .left-col ul {
	padding-left: 20px;
}
.blk-txt .left-col ul li {
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 25px;
	font-size: 28px;
	color: #ffd040;
}
.blk-txt .left-col ul li.active {
	color: #4DAEFF;
}
.blk-txt .left-col ul li::before {
	content: "\f0a9";
	float: left;
	font-family: "FontAwesome";
	margin-left: -30px;
}
.blk-txt .right-col ol li {
	margin-bottom: 5px;
}
.blk-txt .right-col h3 {
	color: #4DAEFF;
}

/*** Promo
*******************************************************************************/
.promo {
	padding: 20px 0 20px 0;
	background-color: #FFD040;
	color: #152248;
	text-align: center;
	font-size: 34px;
	font-weight: 500;
}

/*** Wht
*******************************************************************************/
.wht-txt {
	padding: 40px 0 50px 0;
	color: #fff;
	position: relative
}
.wht-txt p {
	line-height: 25px;
	font-size: 16px;
}
.wht-txt h2 {
	color: #4DAEFF;
}

/*** blk
*******************************************************************************/
.blk-txt {
	padding: 40px 0 30px 0;
}
.blk-txt h2, .blk-txt h3, .portfolio h2 {
	margin-top: 0px;
}
.blk-txt .icon {
	font-size: 100px;
	text-align: center;
}
.blk-txt .icon.green1 {
	color: #3ec8a7;
}
.blk-txt .icon.blue1 {
	color: #4DAEFF;
}
.vertical img {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*** Portfolio
*******************************************************************************/
.portfolio {
	padding: 30px 0 0px 0;
	text-align: center;
}
.portfolio h2 i {
	color: #4daeff;
}
.portfolio p {
	margin-bottom: 30px;
	font-size: 18px;
}
.portfolio .album {
	width: 33.33%;
	float: left;
	position: relative;
}

.portfolio .bot img {

}
.portfolio .album > a.title, 
.team .album > a.title {
	background: rgba(1, 41, 103, 0.8) 0 0;
	color: #fff;
	padding: 15px 10px 15px 10px;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-decoration: none;
}
.portfolio .album .title h3, 
.team .album .title h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.portfolio .album .title h3 {
	margin: 20px 0 0 0;
}


/*** Team
*******************************************************************************/
.team {
	padding: 30px 0 30px 0;
}
.team .team-cage {
	position: relative;
}
.team .col-md-3, .team .col-md-4 {
	margin: 0px;
	padding: 5px;
}
.team .team-cage button {
	position: absolute;
	right: 10px;
	top:10px;
}
.team .team-cage .team-member {
	position: absolute;
	bottom: 0px;
	color: #fff;
	padding: 15px;
	background-color: rgba(0,0,0, 0.5);
	width: 100%;
}
.team .breadcrumb > li + li::before {
	content: "\f101";
	float: left;
	font-family: "FontAwesome";
	margin-top: 0px;
	font-size: 16px;
	color: #718097;
}

.team .team-cage a {
	text-decoration: none;
	cursor: default;
}
.team .team-cage h3 {
	font-size: 18px !important;
	font-weight: bold;
	margin: -3px 0 0 0 !important;
}
.team .team-cage h4 {
	margin: 5px 0px -5px 0px;
	font-size: 12px;
}
.team .team-cage p {
	text-align: left;
	margin-top: 10px;
	line-height: 18px;
	padding: 0 20px 0 20px;
	font-size: 12px;
}
.team .team-cage > a.title {
	background: rgba(23, 88, 167, 0.8) 0 0;
	display: none;
	padding: 0px;
}

/*** Footer
*******************************************************************************/
footer {
	padding: 40px 0 0 0;
}
footer, footer a {
	color: #fff;
}
footer a:hover {
	color: #4DAEFF;
}
footer h3 {
	font-size: 32px;
	color: #4DAEFF;
}
footer p {
	line-height: 24px;
}
footer .ft-copy {
	margin-top: 40px;
	padding: 20px 0 20px 0;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

/*** Media Queries
*******************************************************************************/
@media screen and (min-width: 980px) and (max-width: 1199px) { 
	header .nav a {
		font-size: 12px;
		margin-left: 30px;
	}	
	.promo {
		font-size: 28px;
	} 
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.hero {
		padding-top: 30px;
		height: 800px;
	}
	header .nav a {
		font-size: 10px;
		margin-left: 20px;
	}	
	.promo {
		font-size: 24px;
	} 
	.blk-txt .icon {
		font-size: 90px;
	}
	footer {
		font-size: 12px;
		line-height: 18px;
	}
	footer h3 {
		font-size: 22px;
	}
}
 
@media screen and (max-width: 767px) {
	header img.logo, .internal img.logo {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.internal {
		padding-bottom: 40px;
		height: auto !important;
	}
	.internal img.logo {
		padding-top: 90px;
		margin: 0 auto;
	}
	.internal h2.tagline {
		margin-top: 30px !important;
		text-align: center;
	}
	header .nav {
		display: none;
		padding-top: 30px;
		float: right;
		width: 100%;
	}
	header .nav a, header .nav a.active {
		display: block;
		margin-bottom: 20px;
		margin-left: 15px;
	}
	header .openit {
		display: inline-block;
		font-size: 20px;
	}
	header .openit a {
		color: #fff;
	}
	.hero {
		padding-top: 0px;
		height: 675px;
	}
	.hero h2.tagline {
		font-size: 20px;
		margin-top: 80px;
		margin-bottom: 20px;
		line-height: 28px;
	}	
	.hero h2.tagline span {
		display: block;
		clear: both;
	}	
	.hero h3{
		margin-top: 20px;
		font-size: 15px;
		line-height: 20px;
	}	
	.hero img.hp-logo {
		width: 70%;
		height: auto;
	}
	.promo {
		font-size: 24px;
		line-height: 28px;
	} 
	.portfolio .team-cage {
		width: 100%;
		clear: both;
	}
	.portfolio .up, 
	.portfolio .bot {
		border-right: 0px;
	}
	.vertical {
		padding-bottom: 30px;
		margin-bottom: 0px;
		border-bottom: solid 1px #ccc;
	}
	.wht-txt p {
		font-size: 14px;
		line-height: 20px;
	}
	.portfolio h2, .portfolio p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.blk-txt h2, .wht-txt h2, .portfolio h2, footer h3 {
		font-size: 24px;
	}
	.blk-txt .left-col h2 {
		font-size: 24px;
	}
	.blk-txt .left-col p {
		font-size: 18px;
		line-height: normal;
	}
	.blk-txt .left-col ul li {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.blk-txt .right-col, .blk-txt .left-col {
		font-size: 14px;
		line-height: 22px;
	}
	footer .col-md-4 {
		margin-bottom: 40px;
	}
}
