#footer {
	color: rgba(255,255,255,0.6);
	background: #622626;
	background: -moz-linear-gradient(top, #622626 0%, #1B1919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #622626), color-stop(100%, #1B1919));
	background: -webkit-linear-gradient(top, #622626 0%, #1B1919 100%);
	background: -o-linear-gradient(top, #622626 0%, #1B1919 100%);
	background: -ms-linear-gradient(top, #622626 0%, #1B1919 100%);
	background: linear-gradient(to bottom, #622626 0%,#1B1919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622626', endColorstr='#1B1919',GradientType=0 );
}

.has-error{
	border-color:#f55 !important;
	transition: border-color .3s;
}

ul > li, ul.list-unstyled > li  {
	margin: 10px 0;
}
#topNav ul.dropdown > li, #topNav .nav-pills > li {
	margin: 0 !important;
}
/* ul.list-icons > li {
	margin: 10px 0;
} */

p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.97;
	margin-bottom: 10px !important;
}


section.logo-section  img.img-responsive{
	width: 150px;
	height: auto;
	object-fit: contain;
	object-position: center;
}