.bgfooter {
    background-color: #8bb4ce !important;
}

.bgcontent {
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    padding-bottom: 80px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}