/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
	background-color: @primaryColor;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
.scrollToTop {
	background-color: @secondaryColor;
	border-radius: 50%;
	bottom: 5px;
	color: #ffffff;
	display: block;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 45px;
	opacity: 1;
	z-index: 99999;
	i {
		color: #ffffff;
	}
	&:hover {
		opacity: 0.9;
	}
}
.footer-top-area {
	padding: 80px 0 50px;
}
.footer-bottom-area {
	background-color: #001a39;
	padding: 20px 0;
	color: #999999;
	font-style: 14px;
	@media all and (max-width: 767px) {
		text-align: center;
	}
	a:link,
	a:visited {
		color: #f5f5f5;
	}
	a:hover {
		text-decoration: underline;
	}
	ul.payment-icons {
		.ul0();
		text-align: right;
		font-size: 0;
		@media all and (max-width: 767px) {
			text-align: center;
			margin-top: 10px;
		}
		li {
			display: inline;
			padding-left: 4px;
			&:first-child {
				padding-left: 0;
			}
		}
	}
}