.footer-content{
	display: inline-block;
	width: 100%;
	background: #2D3A3C;
	border-top: ;
	color: rgba(255, 255, 255, 0.56);
	text-align: left;
	padding: 0 0 3em 0;
	border-top: 3px solid #e22672;
	margin-top: 4em;
}

.footer-content a.link-menu{
	padding: 0.5em 0 !important;
}

.footer-content .footer-links-more,
.footer-content .footer-links-less{
	padding: 0.5em 0;
	cursor: pointer;
}

.footer-links.more-visible .hidden{
	display: block !important;
}

.footer-links .footer-links-less{
	display: none;
}

.footer-links .footer-links-more{
	display: block;
}

.footer-links.more-visible .footer-links-less{
	display: block !important;
}

.footer-links.more-visible .footer-links-more{
	display: none !important
}

.footer-content .display-full a.link{
	margin-bottom: 0.5em !important;
	display: inline-block;
}

.footer-content .h3 {
  /*color: #e22672;*/
  color: rgba(108, 131, 133, 1);
  font-weight: normal;
  font-size: 1.2em;
}

.footer-content hr,
.footer-content .bleft,
.footer-content .bright,
.footer-content a.link-menu,
.footer-content .circle-btn-group .circle-btn,
.footer-content input[type="text"]{
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-content .circle-btn-group .circle-btn {
	background: none;
}

.footer-content .circle-btn-group .circle-btn:hover{
	border-color: #e22672!important;
}


.footer-content .circle-btn-group .circle-btn i{
	color: rgba(255,255,255,0.8);
}

.footer-content .circle-btn-group .circle-btn:hover i{
	color: #e22672;
}


.footer-content input[type="text"] {
  background: rgba(255,255,255,0.03);
  color: white;
}

.footer-content input[type="text"]:focus {
	border-color: #e22672!important;
}