
.list-view .list-side-panel {
	width: 30%;
	height: 100%;
	color: #262626;
	font-size: 14px;
	overflow: auto;
	float: left;
}

.list-view .list-side-panel .navbar {
	margin: 0;
	height: auto;
}

.list-view .list-side-panel .navbar .logo {
	margin: 10px auto;
}


.list-view .list-side-panel .list-logo {
	text-align: center;
	margin: 20px 0;
}

.list-view .list-side-panel .select-box {
	margin: 20px 0;
	font-size: 18px;
}

.list-view .list-side-panel .select-box h2 {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	color: #fff;
}

.list-view .list-side-panel .select-box div {
	vertical-align: middle;
}


.list-view .list-side-panel li a {
	display: block;
}

.list-view .list-side-panel nav ul {
	padding:0 0 10px;
	margin: 0;
	background: #fff;
}

.list-view .list-side-panel li.selected {
	position: relative;
}

.list-view .list-side-panel li.selected:before {
    border: 10px solid #e1e1e1;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    left: calc(50% - 10px);
    position: absolute;    
}

.list-view .list-side-panel li.bg-places:before {
	border-color: #056839 transparent;
}

.list-view .list-side-panel li.bg-events:before {
	border-color: #8dc63f transparent;
}

.list-view .list-side-panel li.bg-trips:before {
	border-color: #f7941e transparent;
}



.list-view nav .trips .icon {
	background-position: -57px 0; 
}

.list-view nav .events .icon {
	background-position: -113px 0;
}


.list-view nav .list-side-panel nav ul {
	padding: 10px;
}

.list-view .list-side-panel nav li {
	display: inline-block;
	vertical-align: middle;
	width: 33.3333%;
	text-align: center;	
}

.list-view .list-side-panel nav li.selected {	
	
}

.list-view .list-side-panel nav li a {
	color: #fff;
	padding: 10px 0;
}

.list-view .list-side-panel nav li .title {
	display: inline-block;
	margin: 2px 0;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
}

.list-view .categories {
	background: #fff;
	padding: 0;
}

.list-view .categories ul{
	background: none;
	list-style: none;
	padding:0;
}

.list-view .list-side-panel .list {
	margin-bottom: 15px;
}

.list-view .list-side-panel .list h2 {
	display: none;
}

.list-view .list-side-panel .list li {
	background: #fff;
}




.item-categories li > a,
.list-view .list-side-panel .list li > a {
	padding: 8px 8px 8px 36px;
	border-bottom: 1px solid #e1e1e1;
	color: #3b5e6c;
	display: block;
}

.item-categories li .icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	max-height: 24px;	
	top:4px;
}

.list-view .list-side-panel .list li .icon {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	max-height: 40px;
}

.list-view .list-side-panel .events .subcategory,
.list-view .list-side-panel .trips .subcategory {
	margin: 10px 0;
}

.list-view .list-side-panel .events .subcategory .child,
.list-view .list-side-panel .trips .subcategory .child {
	padding-left: 10px !important;
}


.item-categories .subcategory .child {
    border-bottom: 0 none;
    color: #777;
    font-size: 14px;
    padding: 5px 0 5px 20px;
}

.item-categories .events .subcategory .child,
.item-categories .trips .subcategory .child {
	padding-left: 0;
	font-size: 16px;
}

.list-view .list-side-panel .list .subcategory .child {
	padding-left: 30px;
}

/*
.item-categories .subcategory .child .icon,
.list-view .list-side-panel .list .subcategory .child .icon {
	background: #2CA008;
	padding: 5px;
	border-radius: 50%;
}

.item-categories .subcategory .child .icon {
	padding: 2px;
}
*/

.list-view .categories li a {
	color: #000;
}

.list-view .list-side-panel .list .category .selected {
	background: #eef4fe;
}


.list-view .category-items {
	background-color: #f6f6f6;	
	box-shadow: 0 0 5px #CCCCCC inset;
}


.list-view .map-item {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	padding: 5px;
}

.list-view .map-item .thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.list-view .map-item .timing {
	height: auto;
    margin-top: 10px;
    width: auto;
}

.list-view .map-item .timing .time {
	margin-top: 0;
}

.list-view .map-item .timing span {
	display: inline-block;
	margin: 0;
    vertical-align: middle;
}


.list-view .map-container {
	height: 100%;
	background: #ccc;
	width: 70%;
	float: left;
}

.list-view .map {
	width: 100%;
	height: 100%;
}

.list-view {
    height: 100%;
    width: 100%;
}

.loading {
	height: 50px;
	background: #ccc;
}

.categories li a:hover {
	background: none;
}

.list-view .categories li a {
	padding: 0;
}

.map-container .map-item h3,
.list-view .categories li h3 {
	margin-top: 0;	
	margin-bottom: 2px;
}

.map-container .map-item h3 a,
.list-view .categories li h3 a {
    font-size: 16px;
}

.map-container .map-item h3 {
	min-width: 250px;
}

.map-container .map-item {
	border: 0;
	padding: 0;
}