#header
{
	/* height: 125px; */
}

#header .navbar
{
	background: rgba(35, 35, 35, 0.85);
	border-bottom-color: #40768a;
	border-bottom-width: 3px;
	border-radius: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
}

	#header .navbar a
	{
		color: #FFFFFF;
		height: auto;
	}

		#header .navbar li:hover a
		{
			color: #000000;
		}

		#header .navbar .dropdown.open a
		{
			color: #000000;
		}

	#header .navbar .nav-contact-container
	{
	    background: #232323;
	    padding-top: 5px;
	}

		#header .navbar .nav-contact-container ul li
		{
			color: #FFFFFF;
			margin-right: 10px;
		}

header .navbar-brand > img
{
	display: inline;
	max-height: 50px;
}

	.navbar-brand .logoCompanyName
	{
		display: inline-block;
		margin-left: 10px;
	}

.navbar-collapse .navbar-nav.brandImage
{
	position: relative;
	top: 20px;
}

	.navbar-fixed-top .navbar-collapse .navbar-nav
	{
		top: 0px;
	}

#carouselContainer
{
	border-bottom: 3px solid #40768a;
	height: 50em;
	max-height: 95vh;
	overflow: hidden;
	position: relative;
}

	#carousel-hero,
	#carousel-hero .carousel-inner
	{
		height: 100%;
	}

		#carousel-hero .carousel-inner .item
		{
			background: no-repeat center center;
			background-size: cover;
			height: 100%;
		}

	a.carousel-control
	{
		color: #FFFFFF;
	}

 .features .item
 {
	background: no-repeat center center scroll;
	background-size: cover;
	height: 400px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
 }

	.features .item .wrapper
	{
	    background: rgba(34,34,34,0.85);
	    border-top: 3px solid #40768a;
	    bottom: 0;
	    color: #fff;
		overflow-y: hidden;
		padding-top: 0px;
	    position: absolute;
	    top: 320px;
	    width: 100%;

	    -moz-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    -webkit-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

		.features .item:hover .wrapper
		{
			top: 0px;
			padding-top: 30px;
		}

		.features .item .wrapper h3
		{
			padding: 10px;
			font-weight: 100;
		}

		.features .item .wrapper p
		{
			font-size: 16px;
			font-weight: 100;
			margin: 10px 20px 20px 20px;
			padding: 0 10px;
		}

		.features .item .wrapper a.btn
		{
		    background: #40768a;
			border: 2px solid #40768a;
		    border-radius: 0;
		    color: #ffffff;
		    font-size: 16px;
		    font-weight: 400;
		    height: 44px;
		    padding: 9px 20px;
		    text-transform: uppercase;
		}

div.locationMap
{
	margin-bottom: 20px;
}

	div.locationMap .mapContainer
	{
		height: 470px;
		margin-bottom: 20px;
	}

#locationAddress
{
    background: #222222;
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    line-height: 1.5;
}

	#locationAddress .fa-map-marker
	{
		color: #40768a;
	}

body > footer
{
    background: #464646;
    border-top: 4px solid #40768a;
    color: #FFFFFF;
    margin-top: 20px;
	padding-top: 10px;
}

	body > footer .socialIcons li a
	{
		color: #FFFFFF;
		display: block;
		font-size: 36px;
		transition: opacity .15s ease;
	}

		body > footer .socialIcons li a:hover
		{
	    	opacity: 0.7;
		}

	body > footer #footer-copyright
	{
		background: #373737;
    	padding-bottom: 10px;
		padding-top: 20px;
	}

		body > footer #footer-copyright a
		{
			color: #FFFFFF;
		    opacity: 0.75;
		}

			body > footer #footer-copyright a:hover
			{
			    opacity: 1;
			}

.page .title
{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

	.page .title:after
	{
	    background: #40768a;
	    bottom: 50%;
		content: "";
	    height: 2px;
		margin-left: 10px;
	    position: absolute;
	    width: 100%;
	}

	.page .title span
	{
		background: #fff;
		padding-right: 10px;
		position: relative;
	}

.tagline h1
{
	margin-bottom: 20px;
}

.navbar-toggle
{
	background-color: #FFFFFF;
}

	.navbar-toggle .icon-bar
	{
		background-color: #000000;
	}

.baseTheme
{
	margin-top: 20px;
}
