html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

.no-mt {
	margin-top: 0;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 30px;
}
#footerwrap .col-md-4 {
	padding-bottom: 0;
}
#contact .col-md-4 {
	padding-bottom:0;
}
#contact-form label {
	display: block;
	text-align: left;
	font-weight: 500;
}
.row {
	/* margin-right: 0px; */
	/* margin-left: -15px; */
}
.modal-portfolio.modal {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
}
.modal-portfolio .modal-header {
	background-color: transparent;
	border-color: transparent;
}
.modal-portfolio .modal-header .close {
	margin-top: -12px;
	font-size: 41px;
}
.modal-portfolio .modal-header h4 {
	color: #555;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-portfolio .modal-content {
	box-shadow: none;
	border: 0;
	background-color: transparent;
}
.modal-portfolio .modal-footer {
	background: #005491;
}
.navbar-default .navbar-nav > li > a {
  color: #555;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #005491;
  background-color: #fff;
}
.navbar-default {
	background-color: #fff;
	padding: 12px 0;
	box-shadow: 0 0 3px #ccc;
	font-weight: 500;
	margin-bottom: 0;
}
.navbar-default .navbar-brand {
	font-weight: 700;
	font-size: 18px;
	color: #231f20;
	padding: 2px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-brand img {
	height: 76px;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-brand:hover {
	color: #231f20;
}
.navbar-default .navbar-brand span {
	color: #005491;
}
.navbar-brand .fa {
	color: #005491;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #005491;
}

.navbar-default.shrinkMenu .navbar-brand img {
	height: 56px;
}
.navbar-default.shrinkMenu .navbar-brand {
	height: 60px;
}
.navbar-default.shrinkMenu .navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}

a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #555;
}
h2 {
	font-size: 34px;
	color: #666;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
/* Paragraph & Typographic */
p {
	line-height: 26px;
	margin-bottom: 20px;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
.align-left {
	text-align: left;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #005491;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.section {
	padding: 105px 0;
	text-align: center;
	background-size: cover;
	background-color: #005491;
}

.section hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #024F88, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #024F88, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #024F88, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #024F88, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

.img-circle {
	border-color: #024F88;
}
#navbar-main {
	margin-bottom: 658px;
}

#headerwrap {
	background-color: #005B98;
	background: url(../images/header_bg.jpg) no-repeat center top;
	text-align: center;
	position: fixed;
	top:0;
	background-position: top center;
	height: 658px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerwrap .banner-text {
	text-align: center;
	padding: 0 50px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 242px;
}
#headerwrap h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
#headerwrap .btn {
	font-size: 17px;
	margin: 20px 0;
	background-color: transparent;
	color: #c0ed5d;
	border: 2px solid #c0ed5d;
	border-radius: 0;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	color: #628614;
	background-color: #c0ed5d;
	outline: 0;
	border: 2px solid #c0ed5d;
}
#about {
	background: #fff;
	padding: 105px 0;
}
#about .image-wrapper {
	overflow: hidden;
}
#about img {
	margin-top: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#about img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.panel-heading {
	padding: 0;
}
.panel-title>a {
	padding: 10px 15px;
	display: block;
}

#services .fa {
	color: #c0ed5d;
}
#services p {
	text-align: center;
	color: #fff;
}
#services H2 {
	color: #fff;
}
#services H3 {
	color: #fff;
}
#team {
	background: linear-gradient(135deg, #005491 22px, #024F88 22px, #024F88 24px, transparent 24px, transparent 67px, #024F88 67px, #024F88 69px, transparent 69px), linear-gradient(225deg, #005491 22px, #024F88 22px, #024F88 24px, transparent 24px, transparent 67px, #024F88 67px, #024F88 69px, transparent 69px)0 64px;
	background-color: #005491;
	background-size: 64px 128px;
}
#team H2 {
	color: #fff;
}
#team hr {
	background: transparent;
}
#team p {
	color: #fff;
}
#team H4 {
	padding-top: 10px;
	color: #fff;
	font-weight:bold;
}
#team p.large {
	margin-top: 60px;
	margin-bottom: 30px;
}
#team .fa {
	margin-right: 5px;
}
#team .btn {
	font-size: 17px;
	margin: 20px 0;
	background-color: #c0ed5d;
	color: #628614;
	border: 0;
	border-radius: 0;
}
#team .btn:hover, #team .btn:focus {
	color: #628614;
	background-color: #c0ed5d;
	outline: 0;
	border: 0;
}
#portfolio {
	background-color: #f2f2f2;
	padding: 105px 0;
}
#portfolio hr {
    display: block;
    height: 3px;
    border: 0;
    margin: 3em 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, #f2f2f2, #e6e6e6, #f2f2f2);
    background-image: -moz-linear-gradient(left, #f2f2f2, #e6e6e6, #f2f2f2);
    background-image: -ms-linear-gradient(left, #f2f2f2, #e6e6e6, #f2f2f2);
    background-image: -o-linear-gradient(left, #f2f2f2, #e6e6e6, #f2f2f2);
    width: 50%;
    left: 25%;
    position: relative;
    border: none;
}
#portfolio .btn-default {
	border: 0;
}
#portfolio .btn-default:active {
	background: #c0ed5d;
  color: #628614;
}
.modal-portfolio .btn-default {
	background-color: #c0ed5d;
	color: #628614;
	border-color: #c0ed5d;
}
#contact {
	background: #fff;
	padding: 105px 0;
	text-align: center;
}
#contact .form {
	padding: 30px 0;
}
#contact .icon-link {
	color: #555;
}
#contact .fa {
	color: #005491;
	margin-bottom: 10px;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
	background-color: #005491;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #005491;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: #2b2b2b;
	position: relative;
	padding: 25px 0 15px 0;
	text-align: center;
}
#footerwrap a:hover {
	color: #c0ed5d;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #c0ed5d;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #005491;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 15px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;

}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #2f2f2f;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #c0ed5d;
	color: #628614;
	font-size: 13px;
}
.grid figcaption a:hover, .grid figcaption a:focus {
	background: #c0ed5d;
	color: #628614;
}
.grid-item {
	height: 232px;
	margin-bottom: 20px;
}
.grid-item img {
	height: 232px;
}
.grid-item.grid-item--heightx2,
.grid-item.grid-item--heightx2 img {
	height: 490px;
}

.hide_images {
	display: none;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

.navbar-default {
}

#content {
	position: relative;
}

/* PrettyPhoto */

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_expand,
.pp_gallery {
	display: none!important;
}

div.pp_default .pp_nav .currentTextHolder {
	left: 40px!important;
	font-style: normal!important;
	font-family: Lato, Helvetica, Arial, sans-serif!important;
	color: #000!important;
}

div.pp_default .pp_next {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat!important;
    cursor: pointer!important;
}

div.pp_default .pp_previous {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat!important;
    cursor: pointer!important;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:1050px) {
	#navbar-main {
		margin-bottom: 0;
	}
	#headerwrap {
		position: static;
		height: 500px;
	}
	#headerwrap h1 {
		font-size: 25px;
	}
	#headerwrap p {
		font-size: 16px;
	}
	#headerwrap .banner-text {
		width: 90%;
		left: 5%;
	}
	#headerwrap .btn {
		margin: 0;
	}
	#footerwrap span.websiteby {
		display: block;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 479px) and (max-width: 991px) {
	.grid-item,
	.grid-item img {
		height: 400px;
	}
	.grid-item.grid-item--heightx2,
	.grid-item.grid-item--heightx2 img {
		height: 600px;
	}
}

@media (max-width: 700px) {
	.mask figure figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
	}
	.mask figure:after {
		content: "\f03e";
		position: absolute;
		text-shadow: 1px 1px #777;
		top: 10px;
		right: 10px;
		color: #fff;
		display: inline-block;
		font: normal normal normal 20px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.mask figure img {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.mask figure:hover img {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
