/* CSS Document */
#contact-us .carteWrapper {
	width: 100%;
	height: 280px;
	position: relative;
	margin-bottom:10px;
/*margin-bottom:10px;*/
}
#contact-us #map-canvas ,#contact-us #map-canvas-y {
	height: 280px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#contact-us #map-canvas ,#contact-us #map-canvas-y {
	z-index: 2;
}

#contact-us .map_overlay {
	background: #FFF;
	padding: 1em;
	text-transform: uppercase;
	width: 22em;
}
#contact-us #map-canvas canvas {
}

#contact-us-footer .carteWrapper {
	width: 100%;
	height: 200px;
	position: relative;
    margin-bottom:10px;
}
#contact-us-footer  .media-body
{
    vertical-align:bottom;
}
#contact-us-footer .media-left, #contact-us-footer  .media > .pull-left {
padding-right: 20px;
}
#contact-us-footer #map-canvas-f ,#contact-us-footer #map-canvas-y-f {
	height: 200px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

#contact-us-footer #map-canvas-f ,#contact-us-footer #map-canvas-y-f {
	z-index: 2;
}

#contact-us-footer .map_overlay {
	background: #FFF;
	padding: 1em;
	text-transform: uppercase;
	width: 22em;
}
#contact-us-footer #map-canvas-f canvas {
}

@media (min-width: 48em) {
#contact-us .carteWrapper  {
	width: 350px;
	height: 200px;
}
#contact-us #map-canvas ,#contact-us #map-canvas-y {
	width: 340px;
	height: 200px;
}
#contact-us-footer .carteWrapper {
	width: 170px;
	height: 150px;
margin-bottom:0;	
}
#contact-us-footer #map-canvas-f ,#contact-us-footer #map-canvas-y-f {
	width: 170px;
	height: 150px;
}
#contact-us-footer .map_overlay {
	width: 100px;
}

}

@media (min-width: 992px) {
#contact-us .carteWrapper {
	width: 270px;
	height: 200px;
}
#contact-us #map-canvas ,#contact-us #map-canvas-y {
	width: 260px;
	height: 200px;
}
#contact-us-footer .carteWrapper {
	width: 170px;
	height: 150px;
}
#contact-us-footer #map-canvas-f ,#contact-us-footer #map-canvas-y-f {
	width: 170px;
	height: 150px;
}
}

@media (min-width: 1200px) {
#contact-us .carteWrapper {
	width: 310px;
	height: 200px;
}
#contact-us #map-canvas ,#contact-us #map-canvas-y {
	width: 300px;
	height: 200px;
}

#contact-us-footer .carteWrapper {
	width: 170px;
	height: 150px;
}
#contact-us-footer #map-canvas-f ,#contact-us-footer #map-canvas-y-f {
	width: 170px;
	height: 150px;
}
#contact-us-footer .map_overlay {
	width: 100px;
}
}