
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

.projects .thumbnail {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 310px;
	border-radius: 0
}
.projects .thumbnail .caption {
	height: 170px;
	overflow-y: hidden;
	color: #555
}
.projects .thumbnail .caption a:hover, .projects .thumbnail .caption a:focus {
	text-decoration: none
}
.projects .thumbnail img {
	max-width: 100%;
	height: auto
}

.projects-header {
	width: 60%;
	text-align: center;
	margin: 60px 0 10px;
	font-weight: 200;
	margin-bottom: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.projects-header h2 {
	font-size: 42px;
	letter-spacing: -1px
}
.nav-sub {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 70px;
	border-top: 1px solid #eee
}
.footer {
	color: #777;
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
	margin-top: 70px
}
.footer a {
	color: #777
}
.footer-top .about>div {
	height: 110px;
	margin-bottom: 10px
}
.footer-top .about>div h4 {
	color: #563d7c;
	font-size: 16px
}
.footer-bottom {
	font-size: 13px
}
.footer-bottom ul>li {
	padding: 0
}
.footer-bottom ul>li+li:before {
	padding: 0 10px;
	color: #ccc;
	content: "|"
}
#scrollUp {
	background-color: #777;
	color: #eee;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 46px;
	height: 46px;
	border: none;
	opacity: .8
}
#scrollUp:hover {
	background-color: #333
}
.bc-sidebar {
	margin-top: 30px
}
.bc-sidebar>ul>li>a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5
}
.excerpt-list {
	margin-top: 60px
}
.excerpt {
	min-height: 120px;
	border: 1px solid #eee;
	position: relative;
	margin-bottom: 10px;
	padding: 20px 20px 20px 24px
}
.excerpt-title {
	font-size: 24px;
	margin-top: 0
}
.excerpt-title a {
	color: #555
}
.excerpt-title a:hover, .excerpt-title a:active {
	color: #3071a9
}
.excerpt-meta {
	position: absolute;
	bottom: 12px
}
.excerpt-tags {
	color: #777
}
.excerpt-tags .glyphicon {
	position: relative;
	top: 2px;
	color: #eee
}
.excerpt-tags a, .excerpt-tags span {
	color: #777;
	font-size: 12px
}
.container {
	width: 980px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.col-lg-4 {
	width: 24%;
	position: relative;
	min-height: 1px;
	padding: 5px;
	float: left;
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.row:after, .row:before {
	display: table;
	content: " "
}
.row:after {
	clear: both
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
.thumbnail h3 {
	font-family: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;
	page-break-after: avoid;
	font-size: 24px;
	color: inherit;
}

.thumbnail h3 a{
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.thumbnail h3 small{
    color: #666;
    text-decoration: none;
    background-color: transparent;
}

.thumbnail P{
font-size: 14px;
}
