/* Screensize smartphones & smaller */
@media (max-width:480px){ 
	#openPOISmapped{
		width: 200px;
		max-height: 200px;
	}
	#openPOISmapped a{
		float: none;
	}
	.topcat-list > li{
		padding: 5px 0px;
	}
}

/* Screensize sm, md, lg */
@media (min-width:768px){

	.up_on_subcatPanel li.responsive{
		display: none;
	}
	.up_on_subcatPanel li{
		width: 100%;
	}
	#tabs_pois{
		width: 200px;
		margin-left: -200px;
		background: rgba(28, 64, 58,0.9); /* CHANGE HERE */
	}
	#tabs_pois.open{
		opacity: 1;
		margin-left: 0px;
		max-width: 250px;
	}
	.up_on_poisPanel{
		display: none;
	}
}
/* Screensize md, lg */
@media (min-width:992px){
	#brandName img{
		width: 150px;  /* changed from 140 */
		border-radius: 4px;
	}
	#sideLeft_buttons{
		width: 150px;
	}
	.nav > li > a{
		padding: 5px 15px;
	}
	#sideLeft_buttons span{
		display: inline;
	}
	#tabs_topcats{
		width: 240px; 
		background: rgba(28, 64, 58,0.9);  /* CHANGE HERE */
	}
	#tabs_subcats{
		width: unset;
		max-width: 250px;
		background: rgba(28, 64, 58,0.9); /* CHANGE HERE */
	}
	#tabs_subcats.open{
		margin-left: 0px;
		max-width: 250px;
	}
	.up_on_subcatPanel{
		display: none;
	}
	#nav_pills_nav {
		width: 160px !important;
	}
}

/* Screensize lg */
@media (min-width:1200px){
}