.navbar-custom.top-nav-collapse {
	background-color: #475B6F;
}
.animated img {
	width: 50px;
}
.thum img {
	border-radius: 100%;
	/*border:3px solid #ff5555;*/
	margin-bottom: 15px;
	max-width: 100%;
}
.thum a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.col-xl-1, .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
	padding-left: 10px;
	padding-right: 10px;
}
footer {
	background-color: #2B3E51;
}
footer p {
	color: #ffffff;
	font-size: small;
}

@media (min-width: 767px) {
.content-section {
	padding-top: 100px;
}
}

.navbar-brand {
	height: 50px;
	padding: 15px 15px;
	font-size: 25px;
	line-height: 20px;
	font-family: 'Nixie One';
}

