	.list-group.collapse {
    display: block
	}
	.breadcrumbb{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 4px
	}
	.list-group-item {
	    position: relative;
	    display: block;
	    padding: 10px 25px;
	    margin-bottom: -1px;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    font-size: 14px;
	}
	.list-group-item:first-child {
	    border-top-left-radius: 4px;
	    border-top-right-radius: 4px;
	    font-size: 14;
	}
	.bt-subnav.list-group>.bt-list-group-header {
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	}

	.list-group-item:first-child {
	    border-top-right-radius: 4px;
	    border-top-left-radius: 4px;
	}
	.bt-list-group-header {
	    background-color: #f5f5f6;
	    /*background-image: url(assets/images/bg.jpg);*/
	    background-size: cover;
	    background-repeat: no-repeat;
	}
