/* Sticky footer styles
-------------------------------------------------- */
.footer {
	background-color: #f1f1f1;
	border-top: solid 1px #337ab7;
	color: #849DBD !important;
}

.footer-left a, .footer-right a {
	color: #849DBD !important;
	font-family: "TradeGothicNextLTPro-Rg";
	font-size: 13px;
}

.footer-left :hover, .footer-right :hover{
	color: #334D80 !important;
	text-decoration: none !important;
}

.social-link {
	margin-right: 5px;
}

@media (max-width: 480px) {
  	.footer-right a{
  		margin:0px;
  	}
}

/* XS Breackpoint */
@media (max-width: 767px)
{
	.footer-left {
		width: 100%;
		text-align: center;
		margin: 20px auto 10px auto;
	}

	.footer-right {
		width: 100%;
		text-align: center;
		margin: 10px auto 20px auto;
	}
		
}

/* SM Breackpoint */
@media (min-width: 768px)
{
	.footer {
		/*position: fixed;*/
		bottom: 0;
		width: 100%;
		height: 60px; /* Set the fixed height of the footer here */
		line-height: 60px; /* Vertically center the text there */
		background-color: #f1f1f1;
		border-top: solid 1px #337ab7;
		color: #337ab7 !important;
		position: fixed !important;
	}

	.footer-left {
		width: 50%;
		float: left;
	}

	.footer-right {
		width: 50%;
		float: left;
		text-align: right;
	}
	.footer-right #classicVer{
		margin-right:90px;
	}
}
