	#header{
		position:fixed;
		height: 55px;
		display:block;
		width: 100%;
		background: none;
	/*	background : url(bg-transp.png) center repeat;
		background-size: 100%;
	*/
		z-index:9;
		
		color: #f2f2f2;
		padding: 0px 0 0 0;
		
		top: 0px;
		left: 0px;
	}
	
	
	.view_mode{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	border: 1px solid #d71920;
	width: 40px;
	height: 40px;
	padding: 10px;
	float: right;
	display: block;
	color: #000;
	opacity: 1;
	font-size: 12px;
	margin: 5px 5px;
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
          /*
	margin: 0 calc((100% - 180px)/6) 0 calc((100% - 180px)/6);
	*/

border-radius: 5px;
/*
box-shadow: 5px 5px 5px -1px rgba(131,131,131,1);
*/

}
.view_mode:hover{
opacity:1;
}

.mr20{
margin-right: 20px;
}
.mr5{
margin-right: 5px;
}

.sessions_button{
background: #000 url(/../images/icon-session.png) 0px 0px no-repeat;
}
.sessions_button:hover{
background: #eee url(/../images/icon-session.png) 0px -40px no-repeat;
}
.sessions_button_act{
background: #fff url(/../images/icon-session.png) 0px 0px no-repeat;
}
.sessions_button_act:hover{
background: #fff url(/../images/icon-session.png) 0px -40px no-repeat;
}


.map_button{
background: #fff url(/../images/icon-map.png) 0px 0px no-repeat;
}
.map_button:hover{
background: #fff url(/../images/icon-map.png) 0px -40px no-repeat;
}


.map_button_act{
background: #cbcbcb url(/../images/icon-map.png) 0px 0px no-repeat;
}
.map_button_act:hover{
background: #eee url(/../images/icon-map.png) 0px -40px no-repeat;
}



.switches{
padding: 20px;
border: 1px solid #a4a4a4;
color: #000;
font-size: 8px;

}
.btn-floating{
	border: 1px solid #2C2A29 !important;
}

.copyr{
position: fixed;
bottom: 10px;
left: 10px;
font-size: 12px;
z-index: 2000;
}

.dark-text {
    color: #2C2A29 !important;
}



