/* OBECNE  ------------------------ */

#map,
#map-test {
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    right:0;
	transition: left 1s;
}
#map-test {
	background-color: #eee;
}
/* END OBECNE  ------------------------ */

/* SIDEBAR ------------------------ */
#sidebar-wrapper {
    width: 250px;
    padding: 0px;
    display: none;
    position: absolute;
    left:0;
    top:0;
	height: 100%;
	z-index:1000;
	transition: left 1s;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	background-color: white;
	overflow: hidden;
}

.sidebar-brand h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	padding: 0;
	margin: 5px 15px 0 0;
	display: block;
	float: left;
}
.sidebar-brand a,
.sidebar-brand a:hover {
	display: block;
	overflow: auto;
	color: inherit;
	text-decoration: none;
	padding: 40px 22px 40px 22px;
}

.logo {
	display: block;
	float: left;
	vertical-align: middle;
}

#sidebar-wrapper {

}
.sidebar-nav,
.sidebar-nav ul {
	padding: 0px;
	display: block;
	overflow: auto;
}
.sidebar-nav li {
	display: block;
}
.sidebar-nav li a {
	display: block;
	overflow: auto;
	cursor: pointer;
	width: 100%;
	color: inherit;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 22px;
	/*border-bottom: 1px solid #ddd;*/
	/*color: #D31818;*/
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active {
	color: #D31818;
	text-decoration: none;
}
.sidebar-nav ul li a {
	border: 0;
	font-weight: 300;
	color: #909090;
	padding: 6px 20px 6px 40px;
}
.sidebar-nav ul li a:hover {
	background-color: #efefef;
	color: inherit;
	cursor: pointer;
}
.sidebar-nav .fa {
	margin-right: 5px;
}

.sidebar-nav ul {
	display: none;
	border-bottom: 1px solid #ddd;
}
.sidebar-nav li ul li {
	display: block;
	overflow: auto;
}

/* END SIDEBAR ------------------- */

/* SIDEBAR TOGGLE ---------------- */
#sidebar-toggle {
	position: fixed;
	top: 40px;
	left: 250px;
	display: none;
	width: 35px;
	z-index:1001;
	height: 35px;
	padding: 8px;
	background-color: white;
	border: 0px solid white;
	color: white;
	transform: rotate(0deg);
	transition: left 1s;
  	cursor: pointer;
	box-shadow: 4px 0 10px -2px rgba(0,0,0,0.3);
}
#sidebar-toggle .icon-bar {
	display: block;
	position: absolute;
	height: 2px;
	width: 60%;
	background: black;
	border-radius: 2px;
	opacity: 1;
	left: 20%;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#sidebar-toggle span:nth-child(1) {
  top: 10px;
}

#sidebar-toggle span:nth-child(2),#sidebar-toggle span:nth-child(3) {
  top: 16px;
}

#sidebar-toggle span:nth-child(4) {
  top: 22px;
}

#sidebar-toggle.open span:nth-child(1) {
  top: 26px;
  width: 0%;
  left: 50%;
}

#sidebar-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sidebar-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sidebar-toggle.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

/* SIDEBAR TOGGLE ---------------- */

/* SIDEBAR layers ---------------- */
.visible {
	color: #f10 !important;
}
.sidebar-sticky-footer-wrapper {
	min-height:100%;
	height: auto;
	margin: 0 0 -75px;
	padding: 0 0 75px;
}

.sidebar-footer {
	font-size: 12px;
	padding: 22px;
	background-color: white;
    width: 100%;
    height: 75px;
}


.sidebar-footer a {
	color: inherit;
	text-decoration: none;
}

.lightgrey {
	color: #bbb;
}

.bubble-header,
.bubble-main {
	padding: 5px 0;
}
.bubble-header {
	border-bottom: 1px solid #eee;
}

.traffic-icon {
	margin-right: 10px;
}
.traffic-h3 {
	text-transform: none;
	display: inline;
}
