body>section {
	clear: both;
	padding: 20px 0px !important;
}

section#header {
	padding-top: 20px;
}

body {
	position: relative;
}

body>.row {
	/* background-image: url(images/VIEW-CAM-Bb_rev.png);
	background-size: 100% 100%;
	background-position: center; */
	padding-bottom: 15px;
	margin: 0px;
}

body:before {
	content: "";
	background-image: url('images/VIEW CAM Bb_rev.jpg');
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	opacity: .2;
}

#logo {
	float: left;
}

#logo img {
	/* height: 10.25em; */
	height: 7em;
}

@media (min-width: 737px) {
	div#ggdc, div#address{
		/* height: 170px; */
		height: 125px;
	}
	div#ggdc h4, div#address h4 {
		position: absolute;
		bottom: 0;
	}
	div#address h4 {
		bottom: 1em;
	}
}

div#ggdc {
	float: left;
}

div#ggdc h4 {
	color: #1a4c25;
	margin: 0;
	font-size: 14px;
}

div#address h4 {
	right: 0px;
}

#address h4 {
	color: #444;
	font-weight: bold;
	line-height: inherit;
	margin: 0;
}

section#content {
	position: relative;
}

section#content:after {
	content: "";
	background-color: #fff;
	position: absolute;
	bottom: -15px; left: 0; right: 0;
	height: 95px;
}

section#content #BG{

	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
	opacity: 0.5;
}

section#content h1{

	/* color: #000; */
	color: rgba(0,0,0,0.6);
	padding-bottom: 20px;

}
section#content .col-md-8 center>.col-sm-12 {
	z-index: 1;
}

div.button {

	color: #FFF;

	/*background: linear-gradient(to right, #005bdb 0%,#000fbf 30%,#005bdb 66%,#000fbf 100%);*/

	background: linear-gradient(to bottom, #299a0b 0%,#003801 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#003801',GradientType=0 );
	padding: 15px;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: auto;

}

div.button span {
	font-size: larger;
	z-index: 1;
}

a:hover {
	text-decoration: none;
}

div.map {
	position: relative;
	width: 95%;
}

div.map img {
	width: 100%;
	height: 180px;
}

p.text-center {
	color: #808285;
	font-weight: bold;
}

.col-md-12>img {
	height: 7em;
	width: auto;
	padding: 0px;
}

.col-md-6.maparea {
	margin-top: 10px;
}

.col-md-6.pull-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

section#footer {
	padding: 0px !important;
}

section#footer p {
	margin: 10px 0 10px;
}

.col-md-6.pull-right p {
	margin-left: 15px;
}

.col-md-12>img.center-block {
	display: inline-block;
	float: right;
	margin: 5px 10px;
}

.logoarea img {
	float: none !important;
	margin-bottom: 30px!important;
}

.logoarea #GGLC {
	height: 7em;
	display: inline-block;
}

video {
	background: #000;
}

#map_wrapper {
    height: 206px;
	width: 95%;
}

#map_canvas {
    width: 100%;
    height: 100%;
}