/****************************
General CSS
****************************/

h4{
	font-size: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
.footer div{
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	text-align: left;
}

/****************************
Class CSS
****************************/

.cat > a, .cat > span > a{
	text-decoration: none !important;
}
.cat > a:visited, .cat > a:active, .cat > a:link, .cat > span > a:visited, .cat > span > a:active, .cat > span > a:link {
	color: #337ab7;
}
.cat > h4{
	font-weight: 600;
}
.cat > hr{
	margin: 10px 0px;
}
.catHeader{
	border-color: #00589D;			/*Blue*/
	color: #00589D;
	text-align: left;
	width: 90px;
}
.full{
	display: block;
}
.footer{
	font: 14px verdana;
	max-width: 1284px;
	margin: 0 auto 0 !important;
	padding: 10px 0px 20px;
}
.footerBottom{
	font-size: 14px;
	/*padding: 10px 30px 20px;*/
	padding: 10px 70px 20px;
	border-top: 1px solid rgb(209, 209, 209);
}
.footerBottom > div{
	padding-top: 10px;
}
.footerItem{
	padding-top: 30px;
}
.reduced{
	display:none;
}
.rightItem{
	text-align: right;
	padding-right: 50px;
}
.footerBottom > .copyright{
	text-align: left;
}
@media(max-width: 767px){
	.footerBottom > .copyright{
		text-align: center;
	}
	.rightItem{
		text-align: center;
		padding-right: 0px;
	}
}
@media (min-width: 1284px){
	.footer{
		margin: 0 auto 0 !important;
	}
}
.social_icon{ margin-right: 1px; margin-bottom: 2px; }
.subfooter{
	background-color: #e6e6e6;
	border-top: thin solid #666666;
}
.subfooter p{
	margin: 15px 0px;
}
@media (max-width: 425px){
	.full{
		display:none;
	}
	.reduced{
		display:block;
	}
	.ad-footer{
		padding-left: 0px;
	}
}

/****************************
ID CSS
****************************/

#footer-container{
	background: #f0f0f0;
	border-top: 10px solid #00589D;	
}
#topScroll{
	background-color: #00589D;
	border-radius: 50px;
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	display: block;
	right: 15px;
	height: 50px;
	width: 50px;
	z-index: 2000;
}
#topScroll > i {
	color: #FFFFFF;
	line-height: 45px;
	vertical-align: middle;
}