/* CSS FOR CONSORTIUM and PARTNER */

.profile-detail h3{
	margin-top: 0px;
}

table.alamat tr td{
	text-align: left;
	vertical-align: top;
	padding-right:10px;
}

.thumbnail:hover, 
.thumbnail:focus {
	border-color: #08C;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);

}
/*
.thumbnail{
	background: #f4f4f4;
}*/
.thumbnail img{
	/*padding: 5px 5px;
	width: 98%;*/
}

.profile-gallery{
	margin-top: 15px;
}
.gallery-title,
.gallery-review{
	padding: 5px 5px;
}
.gallery-review{
	text-align: right;
	padding: 5px 0px;
}

.gallery-title p,
.gallery-review p {
	margin: 0px 0px;
}
.gallery-review .btn{
	margin-top: 0px;
}
.profile-map{
	width: 100%;
	min-height:200px;
	display: block;
	background: #f0f0f0;
}
.accordion-heading a{
	font-weight: bold;
}

@media (max-width: 767px) {
	.gallery-review{
		text-align: left;
	}
}
