@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700,700italic,800);
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #081637;
	font-size: 18px;
}
a {
	color: #231f20;
}
a:hover {
	color: #4c4748;
	text-decoration: none;
}
.site-header {
	position: absolute;
	top: 0;
	z-index: 9;
	width: 100%;
	margin: 0 auto;
}
.top-bar-wrapper {
	width: 100%;
	background: #88c23e;
	margin: 0 auto;
	color: #081637;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
}
.top-bar-wrapper a {
	color: #FFF;
}
.top-contact {
	text-align: right;
}
.top-contact .fa {
	margin: 0 5px 0 20px;
}
.page-content {
	width: 100%;
	margin: 0 auto;
}
.page-content.background-blue {
	background-color: #081637;
}
.page-content.background-blue h1 {
	color: #FFF;
	font-weight: 600;
	font-size: 58px;
    margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.page-content.background-green {
	background-color: #88c23e;
}
.page-content.background-black {
	background-color: #636466;
	padding: 50px 0;
}
.page-content.background-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-content.background-img h1 {
	color: #52cbf5;
	text-align: center;
	font-weight: 300;
	font-size: 64px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
.top-contact {
	text-align: left;
}
}
.main-header {
	width: 100%;
	position: relative;
	z-index: 9;
	height: 135px;
}
.navbar-default {
	background-color: rgba(8,22,55,.90);
	background-image: none;
	border-radius: 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}
.navbar-brand {
	float: left;
	height: 120px;
	padding: 13px 15px;
}
.navbar-brand > img {
	position: relative;
    height:100%;
}
.navbar-toggle {
	background: #88c23e;
	color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #88c23e;
	color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.nav > li > a {
	padding: 10px 35px;
}
.navbar-nav > li > a {
	padding-top: 55px;
	padding-bottom: 55px;
}
.dropdown-menu {
	font-size: 15px;
	border: 0;
	border-radius: 0;
	background-color: #88c23e;
}
.dropdown-menu > li > a {
	padding: 5px 30px;
	color: #081637;
    font-weight:600;
}
.dropdown-header {
	padding: 5px 30px;
	font-size: 14px;
	color: #01071F;
}
.dropdown-menu > .active > a {
	background-color: #FFF;
	background-image: none;
	color: #000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #88c23e;
    background-image:none;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 10px 5px 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ee6a64;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
}

@media only screen and (max-width : 768px) {
.navbar-default {
	background-color: rgba(8,22,55,.90);
}
.navbar-brand {
	width: 260px;
	height: 90px;
}
.navbar-brand img {
	width: auto;
    height: 100%;
}
.navbar-toggle {
	margin-top: 20px;
}
}

@media (min-width: 768px) {
.navbar-nav {
	float: right;
}
.navbar-nav > li:hover {
	background: #88c23e;
	color: #FFF;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
}

@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown .dropdown-menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
}
.dropdown:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
.dropdown {
	display: inline-block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1199px) {
.navbar-brand {
	width: 350px;
	height: 100px;
}
.glow {
	width: 200px;
}
.navbar-brand img {
	width: auto;
    height: 100%;
}
.nav > li > a {
	padding: 45px 10px;
}
.dropdown-menu > li > a {
	padding: 5px 10px;
}
}

@media only screen and (max-width : 767px) {
.nav > li > a {
	padding: 15px 10px;
	color: #FFF!important;
}
}
/* */
#full-width-slider {
	width: 100%;
	color: #000;
}
.rsContainer {
	border-bottom: 5px solid #01071F;
}
.page-header-home .row {
	height: 100%;
}
.infoBlock {
	position: relative;
	width: 750px;
	max-width: 96% !important;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 20px;
	text-align: center;
	color: #6a6866;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	top: 60%;
	text-transform: uppercase;
}
.infoBlock h4 {
	font-size: 56px;
	line-height: 65px;
	font-weight: 700 !important;
	font-style: italic;
}
.infoBlock span {
	color: #88c23e;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}

@media screen and (max-width:450px) {
.infoBlock {
	max-width: 90%;
	width: 90%;
}
}

@media screen and (min-width:960px) and (min-height:660px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 640px !important;
}
}

@media screen and (min-width:960px) and (min-height:1000px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 640px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
	height: 400px !important;
}
.infoBlock {
	height: auto;
	max-height: 100%;
	min-width: 40%;
	top: 150px;
	right: auto;
	font-size: 24px;
	padding: 20px;
}
.infoBlock h4 {
	font-size: 34px;
	line-height: 40px;
}
}
.page-header {
	height: 620px;
	margin: 0;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	border: 0;
}
.page-header-home {
	height: 700px;
	margin: 0;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	border: 0;
}
.home-overlay {
	height: 700px;
	margin: 0;
    background-image: url(../images/home-overlay.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	border: 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.page-header-home .container .row img {
	display: none;
}
.page-header-home, .home-overlay {
	height: 350px;
}
.page-header.map iframe {
	width: 100%;
	height: 400px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.page-header-home, .home-overlay {
	height: 500px;

}
}
@media only screen and (max-width : 767px) {
.page-header {
	height: 70vh;
}
.page-header.map {
	height: 400px;
}
}
/* */
.welcome {
	font-weight: 400;
	font-size: 21px;
	line-height: 33px;
	width: 90%;
	margin: auto;
}
.welcome .btn {
	border: 1px solid #52cbf5;
	color: #52cbf5;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}
.welcome .btn:hover {
	background: #52cbf5;
	color: #FFF;
}
.welcome h2 {
	color: #081637;
    font-weight:600;
    margin-top:50px;
}
@media only screen and (max-width : 767px) {
.welcome h1 {
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 20px;
}
.welcome h2 {
	font-size: 50px;
}
}
.img-center {
	margin: 0 auto;
}
.service-boxes {
	padding: 50px 0;
	clear: both;
	font-size: 14px;
	color: #081637;
}
.service-boxes h2 {
	font-weight: 700;
	font-size: 20px;
    text-transform:uppercase;
    text-align:center;
}
.service-boxes h2 strong {
	font-weight: 600;
}
.service-box-image img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	width: 100%;
}
.service-box-image img:hover {
	opacity: 0.7;
}
.service-boxes .btn {
	border: 1px solid #52cbf5;
	color: #52cbf5;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}
.service-boxes .btn:hover {
	background: #52cbf5;
	color: #FFF;
}

@media (max-width:767px) {

.service-box-image {
	margin-top: 25px;
}
}
/* */
h1.page-title {
	margin: 20px 0px 60px;
	letter-spacing: 1px;
	font-size: 56px;
	line-height: 65px;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-align:center;
}
@media (max-width:786px) {
	h1.page-title {
		font-size: 36px;
		line-height: 45px;
	}
}
.standard-item {
	margin: 20px 0 30px;
}
.standard-item h3 {
	margin: 0 0 20px 0;
}
.standard-item h2 {
	margin: 0 0 20px 0;
	line-height:35px;
	font-weight: 700;
}
.standard-item h2.title.projects {
	font-size: 14px;
	white-space: nowrap;
}
.single-image {
	margin-bottom: 28px;
}

@media only screen and (max-width : 767px) {
.standard-item h2.title {
	margin: 20px 0;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
.standard-item p {
	line-height: 32px;
}
.img-float-left {
	float: left;
	margin: 0 20px 20px 0;
}
.thumb-background{height:250px;width:100%;display:block;background-position: center;background-repeat: no-repeat;background-size: cover;}
@media (min-width:769px) {
.img-float-left {max-width: 400px;}
}
.media-box {margin: 20px auto;}

.thumbcontainer {
	margin: 10px 0;
}
.main-image {
	margin-bottom: 10px;
}
.main-image.col-md-12 {
	padding-right: 0;
}
/* */
.standard-item h2.title.contact {
	margin: 20px 0;
}
.checkbox {
	float: left;
	padding: 1px 5px;
	text-indent: 0px;
}
#contact_form label {
	float: none;
	padding: 0px;
	line-height: 100%;
	width: auto;
}
input[type="checkbox"] {
	margin: 0 10px 0px;
}
/* */
.footer {
	background: #081637;
	color: #FFF;
	font-weight: 300;
	font-size: 15px;
}
.footer-logo img{
    width:70%;
    height:auto;
    margin-bottom:10px;
}
/* */
h3.form-title span {
	font-size: 16px;
	font-weight: 300;
}
#home-form {
	margin: 15px 0px 35px;
}
#home-form .form-control {
	font-size: 16px;
    border-radius: 0;
}
#home-form .btn-default {
	background-image: none;
	background-color: #88c23e;
	font-weight: 800;
	border-radius: 0;
	border: 0;
	text-shadow: none;
    font-size: 20px;
    color: #081637;
    padding: 3px 12px;
}
#home-form .btn-default:hover {
	color: #FFF;
}
#home-form #success_page h1 {
	background: url(../images/success.gif) left no-repeat;
	padding: 15px 0 0 22px;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	position: relative !important;
	line-height: 25px !important
}
#home-form #success_page p {
	padding-top: 10px;
	color: #FFF;
}
#message, #home-message {
	margin: 0;
	padding: 0;
	color: #000;
}
.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	padding: 3px 10px 3px 35px;
	font-size: 11px;
}
.loader {
	padding: 0 10px;
}
acronym {
	border-bottom: 1px dotted #ccc;
}

@media (min-width: 768px) and (max-width : 1199px) {
.form-control {
	margin-bottom: 20px;
}
#submit {
	margin-bottom: 20px;
}
#home-form .btn-default {
	margin-bottom: 20px;
}
}
/* */
.about h2 {
	font-weight: 800;
	font-size: 29px;
}
.about h2 span {
	font-weight: 300;
}
.about p {
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
}
.about a.btn {
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
	text-shadow: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	margin-bottom: 15px;
}
.about a.btn:hover {
	background: #01071F;
}
.contact-info {
    font-weight:600;
    margin-bottom: 20px;
}
.contact-info ul {
	margin-top: 10px;
}
.contact-info a {
	color: #FFF;
}

@media (max-width: 768px) {
.contact-info, .about {
	text-align: center;
}
.footer-menu li a {
	padding: 0px 25px;
}
}
img.footer-logo {
	margin: 20px auto;
}
.associations img {
	margin: 0 15px;
}
.copyright {
    color:#081637;
    padding-top:15px;
}
.copyright a {
	color:#081637;
}
.copyright p {
	font-size: 12px;
}
.copyright a .fa {
	margin: 0 10px;
	color: #FFF;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
}
.copyright a .fa:hover {
	color: #000;
}
/* */
.cd-top {
	display: inline-block;
	text-align: center;
	padding: 20px 22px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
a.cd-top {
	color: #FFF;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #333;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
}
}
/* */
#contact_form ul {
	padding: 0;
}
#contact_form li.error {
	list-style: none;
	list-style-position: outside;
	padding: 5px;
	background: #000;
	color: #FFF;
	margin: 5px 0;
}
#contact_form .OKMsg {
	padding: 5px;
	background: #000;
	color: #FFF;
	margin: 5px 0;
}
/* */
.gallery {
	line-height: 100px;
}
.gallery-cell {
	width: 22%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	margin: 0 20px;
}
/* cell number */
.gallery-cell:before {
	display: block;
	text-align: center;
	line-height: 100px;
}
.gallery-cell img, img.gal-cel {
	max-width: 150px !important;
	max-height: 70px !important;
	opacity: 1;
	vertical-align: middle;
}
.gallery-cell img:hover {
	opacity: .8;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
.gallery-cell {
	width: 100%;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
.gallery-cell {
	width: 50%;
}
}
.main-image {
	margin-bottom: 10px;
}
.main-image.col-md-12 {
	padding-right: 0;
}
/* */
.voffset1 {
	margin-top: 5px;
}
.voffset2 {
	margin-top: 10px;
}
.voffset3 {
	margin-top: 15px;
}
.voffset4 {
	margin-top: 30px;
}
.voffset5 {
	margin-top: 40px;
}
.voffset6 {
	margin-top: 60px;
}
.hoffset0 {
	margin-bottom: 0;
}
.hoffset1 {
	margin-bottom: 5px;
}
.hoffset2 {
	margin-bottom: 10px;
}
.hoffset3 {
	margin-bottom: 15px;
}
.hoffset4 {
	margin-bottom: 30px;
}
.hoffset5 {
	margin-bottom: 40px;
}
.hoffset6 {
	margin-bottom: 60px;
}
/* */
.media-box iframe{
	width:100%;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}