/* 
-----------------------------------
	MAIN FOOTER
-----------------------------------
*/

#main-footer {
	text-align:center;
	padding:20px 15px;
	color:#fff;
}

#main-footer .scroll-to-top {
	position:fixed !important;
	z-index:1000;
	overflow:hidden;
	max-height:0;
	bottom:10px;
	right:10px;
	opacity:0.95;
	-webkit-transition: max-height 0.6s ease-out;
          	transition: max-height 0.6s ease-out;
}

#main-footer .scroll-to-top a {
	text-align:center;
	padding:10px 10px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	font-weight:bold;
	display:inline-block;
	border-radius:50px;
	-webkit-transition: background 0.2s ease-out;
			transition: background 0.2s ease-out;
}

@media (max-width: 767px) {
	#main-footer .scroll-to-top a {
		padding:7px 7px;
		font-size:80%;
	}
}

#main-footer .scroll-to-top .btn:hover > .glyphicon {
	color:#2D424E;
}

#main-footer .scroll-to-top.affix {
	overflow:hidden;
	max-height:100px;
}

#main-footer .scroll-to-top a:hover {
	background:#fff;
	color:#5bc0de;
	text-decoration:none;
}

#main-footer .scroll-to-top a > i,
#main-footer .scroll-to-top a > strong  {
	display:block;
}
