#footer .content_title{
	position: relative;
}

@media (min-width: 992px) {
	#footer.footer_collapse .is-collapse{
		display: block !important;
	}
}

@media (max-width: 991px) {
	#footer.footer_collapse .footer-toggler::after {
		font-family: 'Material-Design-Iconic-Font';
		content: '\f2fc';
		font-size: 28px;
		position: absolute;
		top: -5px;
		width: 30px;
		height: 30px;
		text-align: right;
		right: 0;
		line-height: 25px;
		cursor: pointer;
		color: #000;
	}
	#footer.footer_collapse .footer-toggler.active::after {
		content: '\f2f9';
	}
	#footer.footer_collapse .is-collapse{
		display: none;
	}
}

#footer .title_content {
	color: #999;
	margin-bottom: 15px;
}

#footer a:not(:hover) {
	color: #666666;
}

#footer p{
	margin-bottom: 0;
}

#footer ul{
    margin: 0;
}

#footer .h3 .title_text {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #000;
}

@media (max-width: 991px) {
	#footer ul:after{
		content: '';
		height: 30px;
		display: table;
	}
}

#footer .link-type-1 ul > li:first-child > a {
    margin-top: -5px;
}

#footer .link-type-1 ul > li > a {
	display: block;
	line-height: 2rem;
	padding: 5px 0;
	text-transform: capitalize;
}

#footer .social-type-1 a {
	margin: 3px;
	line-height: 36px;
	display: inline-block;
	font-size: 0;
	width: 36px;
	color: #fff !important;
	text-align: center;
	height: 36px;
	border: 2px solid;
	border-radius: 8px;
}

#footer .social-type-1 a:not(:hover){
	background: rgba(255,255,255,0.1) !important;
	border-color: #eee !important;
	color: #333 !important;
}

#footer .social-type-1 a i{
	font-size: 20px;
	vertical-align: -5px;
}

#footer .social-type-1{
	font-size: 0;
	margin: 0 -3px;
	text-align: left;
}


#footer ul.footer-contact li div.fa{
    float: left;
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px;
}

#footer ul.footer-contact li div.right-contact{
	line-height: 28px;	
}

#footer ul.footer-contact li div.right-contact .lable{
	color: #000000;
	font-weight: 700;	
}

#footer ul.footer-contact li:not(:last-child){
	padding-bottom: 11px;	
}

#footer .newsletter p.alert {
	padding: 0;
	border: none;
	background: none;
}

#footer .newsletter .content-newsletter {
	position: relative;
}

#footer .newsletter .input-email {
	border: 2px solid #eee;
	height: 44px;
	width: 100%;
	padding: 0 15px;
	padding-right: 120px;
	font-size: 1.4rem;
	background: #ffffff;
	border-radius: 8px;
}

#footer .newsletter input.input-email::-webkit-input-placeholder {
	color: #aaaaaa;
}

#footer .newsletter input.input-email:-ms-input-placeholder {
	color: #aaaaaa;
}

#footer .newsletter input.input-email::placeholder {
	color: #aaaaaa;
}

#footer .newsletter .button-email {
	border: none;
	color: #ffffff;
	line-height: 44px;
	min-width: 105px;
	padding: 0 10px;
	text-align: center;
	border-radius: 0 8px 8px 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: capitalize;
}

.footer-3 #footer .newsletter .button-email {
	background: #b33a3a;
}