/* GLOBAL STYLES
-------------------------------------------------- */

.navbar-default {
	border-color: transparent;
}

.navbar-brand {
	padding: 4px;
}

.navbar-brand img {
	height: 50px;
}

/*.navbar-brand img {
	position: absolute;
        width: 130px;
	left: 50%;
    	display: block;
	margin-left: -65px !important;  // 50% of your logo width 
}*/

.container {
	background-color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #00afef;
	color: white;
}

.nomargin {
	margin: 0;
}

.nomarginright {
	margin-right: 0;
}

.col-right {
	margin-top: 20px;
}

.row.about {
	text-align: center;
	position: relative;
	background: transparent url("../img/aboutbackground.jpg") no-repeat fixed 50% center;
	max-width: 1920px;
	margin: 0 auto;
}

div.about img.img-responsive {
	margin: auto;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	background-color:#F7F7F7;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #000000;
}

.footer .container {
	background-color: #000000;
}

.footer p {
	margin: 20px 0px;
	color: gray;
}

/*CONTACT PAGE
===================================*/
.contact-map {
	max-width: 1920px;
	margin: 0 auto;
}
.map {
    width: 100%;
    height: 315px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.form-horizontal {
	margin-top: 40px;
}

.form-horizontal .btn {
	float: left;
}
.indicator {
	float: left;
	height: 30px;
	display:none;
}
.btn-primary {
	background-color: #00AFEF;
	border-color: #00AFEF;
}

.btn-banner {
	background-color: transparent;
	border-color: white;
}

.btn-banner:hover, .btn-banner:active, .btn-banner:focus {
	background-color: white;
	border-color: black;
	color: black;
}

.services {
	margin-top: 20px;
}

.full-height {
	height:100%;
	background: transparent url("../img/restrictedarea.jpg") no-repeat fixed center center;
}

.restricted {
	height:100%;
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
}

.restricted > div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.restricted div.content {
	background-color: white;
	padding: 10px;
}

.restricted div.content img {
	margin: auto;
}

@media (min-width: 768px) {

    .navbar-brand img {
        height: 85px;
    }
}
