.list-group .icon{
	font-size: 10px;
}
.list-group-child{
	margin-top: 10px;
	margin-bottom: 0;
	display: none;
}
.list-group-child .list-group-item{
	margin-bottom: 0;
	border: 0;
	background-color: transparent;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
	/*box-shadow: 0 -1px 3px rgba(0,0,0,0.2) inset;*/
	
}
.list-group-item{
	cursor: pointer;
}
.list-group-item .title-name>a{
	text-decoration: none;
	/* font-family: 'Raleway',serif; */
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
}
.list-group-child .list-group-item a{
	display: block;
	padding: 3px 10px;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-group-item.active .title-name>a{
	color: #fff;
}
.list-group-item.active .list-group-child .list-group-item a{
	color: #fff;
}
.list-group-child .list-group-item a:hover {
	color: #f30 !important;
	text-decoration: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ff3300' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
	background-size: 20px auto;
	animation: waveMove 1s infinite linear;
}
@keyframes waveMove {
	from {
		background-position: 0 100%;
	}
	to {
		background-position: -20px 100%;
	}
}
.rowImgTop img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
}
.caption>h3{
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.row-top-text{
	padding: 10px 0;
}
.row-top-text p{
	border-bottom: 1px solid #013B5D;
}
.row-top-text span{
	margin: 0 5px;
}
.row-top-text span>a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.row-top-text span:nth-of-type(1){
	margin-left: 0;
}
.thumbnail{
	cursor: pointer;
	position: relative;
	/* border: 1px solid #013B5D; */
}
.thumbnail .thumbnail-hover-overlay{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
    border-radius: 4px;
    background-color: rgba(0, 59, 92, 0.7);
	z-index: 10;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	opacity: 0;
	visibility: hidden;
}
.thumbnail:hover{
	border: 1px solid transparent;
	box-shadow: 0 0 10px #0000ff;;
}
.thumbnail:hover .thumbnail-hover-overlay {
	opacity: 1;
	visibility: visible;
}
/*.thumbnail .thumbnail-hover-overlay .thumbnail-hover-content{
	position: absolute;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}*/
.mapRow{
	min-height: 400px;
}
