body {
    padding: 0;
    margin: 0;
}
.container-map {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	background-color: #e0e0e0;
}
#container-sidebar-right {
	background: url('/assets/bwc/img/filter-shadow.png') repeat-y;
	padding-left: 8px;
	right: 0;
	position: absolute;
	overflow: hidden;
}
#container-sidebar-right .content {
	background-color: #e1e1e1;
	height: 100%;
	padding: 10px;
	overflow: scroll;
}
.map-sidebar {
	position: absolute;
	right: 0;
	height: 100%;
	-webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease; 
    transition: left 0.3s ease;
    left: 100%;
}
.map-sidebar-change { left: 365px; }
.map-sidebar p {
	font-size: 14px;
	font-weight: 700;
}
.spot-image { cursor: pointer; }
.buttons-zoom {
	position: absolute;
	top: 75px;
	left: 25px;
	width: 30px;
}
.btn-zoom { 
	z-index: 10000000;
    background-color: #EEE; 
    line-height: 50px; 
    width: 50px; 
    text-align: center; 
    border: 1px solid #AAA;
    color: #555;
}
.btn-zoom:active {
    background-color: #ccc; 
    border: 1px solid #888;
    color: #000;
}
.map-logo {
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 25px;
    width: 122px;
    height: 121px;
    background: url('/assets/bwc/img/BWA-app-icon-283x283.png') center center no-repeat;
	background-size: cover;
    display: block;
}