/* Footer styling */
.page-footer{
	position: relative;
	padding: 50px 0;
	background-color: #e2e2e2;
	text-align: center;
}

.page-footer .scroll-to-top{
	top: 0;
	margin: 0 auto;
	position: absolute;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
	text-decoration: none;
	color: #777;
}

#footer-services, #footer-about-us, #footer-support{
	text-align: left;
	padding-left: 0px;
	margin-top: 30px;
}

.no-left-padding{
	padding-left: 0px;
}

.social{
	margin-top: 30px;
}

.flag-icon{
	margin-right: 3px;
}

#footer-services .list-unstyled li, #footer-about-us .list-unstyled li, #footer-support .list-unstyled li{
	margin-bottom: 8px;
	color: #777777;
}

#footer-services .list-unstyled a, #footer-about-us .list-unstyled a, #footer-support .list-unstyled a{
	color: #606060;
}

#footer-services h4, #footer-about-us h4, #footer-support h4{
	background-color: #e2e2e2;
	border-bottom: none;
	padding: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #606060;
	font-weight: 700;
}

.page-footer .site-settings-toggle-wrapper{
	margin-top: -10px;
}

.site-settings-toggle-wrapper button{
	background-color: transparent;
	border-color: #dbdbdb;
	outline: 0;
    padding: 6px 25px 15px 25px;
    font-size: 15px;
}

.site-settings-toggle-wrapper button:hover{
	border-color: #a647a7;
}

.page-footer .social a{
	background-color: #9db94b;
	color: #e9e9e9;
	display: inline-block;
	font-size: 22px;
	width: 40px;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	margin: 20px 3px 0;
	text-align: center;
	text-decoration: none;
}
.page-footer .copyright{
	display: inline-block;
	margin-top: 10px;
	color: #777;
}
/* End footer styling */
