#footer {
	background: #24273c;
	color: #999999;
}

#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 .border-left-right {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	margin-right: -1px;
	margin-left: -1px;
	min-height: 100%;
}

#footer a:not(:hover) {
	color: #999999;
}

#footer p{
	margin-bottom: 0;
}

#footer ul{
    margin: 0;
}

#footer .h3 .title_text {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 700;
	margin: 0 0 22px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #fff;
}

#footer .logo-footer p{
	line-height: 2.4rem;
	margin-bottom: 35px;
}

#footer .footer-contact li{
	line-height: 2.2rem;
}

@media (max-width: 991px) {
	#footer ul:after{
		content: '';
		height: 30px;
		display: table;
	}
}

#footer ul.footer-instagram{
	font-size: 0;
	margin-right: -15px;
	margin-bottom: -15px;
}

#footer .footer-instagram li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#footer .link-type-1 ul > li:first-child > a {
    margin-top: -10px;
}

#footer .link-type-1 ul > li > a {
	display: block;
	line-height: 2rem;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: 0.65px;
}

#footer .social-type-1 a {
	margin: 15px;
	display: inline-block;
	background: none !important;;
}

#footer .social-type-1 a:not(:hover){
	color: #ffffff !important;
}

#footer .social-type-1 a i{
	font-size: 18px;
	vertical-align: -5px;
}

#footer .social-type-1{
	font-size: 0;
	margin: 0 -15px;
}

#footer .newsletter p.alert {
	padding: 0;
	border: none;
	background: none;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 20px;
}

#footer .newsletter {
	text-align: center;
	padding: 74px 20px;
	margin-left: -1px;
	margin-right: -1px;
}

.footer-6 #footer .newsletter {
	background: #b33a3a;
}

#footer .newsletter .title-newsletter{
	display: block !important;
	max-width: 280px;
	margin: 0 auto;
	position: relative;
	padding-top: 55px;
}

#footer .newsletter .title-newsletter::before{
	content: "\f003";
	font-family: "FontAwesome";
	font-size: 80px;
	color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -44px;
	transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}

#footer .newsletter .title-newsletter h4{
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 17px;
}

#footer .newsletter .title-newsletter p{
	display: block !important;
	line-height: 2.4rem;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 44px;
}

#footer .newsletter .content-newsletter {
	position: relative;
	max-width: 280px;
	margin: 0 auto;
}

#footer .newsletter .input-email {
    display: table;
    border: none;
    text-align: center;
    padding: 0 15px;
    height: 45px;
    max-width: 280px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#footer .newsletter .button-email {
    border: none;
    min-width: 150px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
    background: #24273c;
    font-size: 1.4rem;
    font-weight: 700;
}

#footer .newsletter .button-email:hover {
	text-decoration: underline;
}

#footer .newsletter .button-email::before {
	display: none;
}

#footer .newsletter .button-email::after {
	font-size: 12px;
	content: "\f061";
	font-family: FontAwesome;
	vertical-align: 2px;
	font-weight: 400;
}

#footer .newsletter .button-email.processing::after {
    content: "\f110";
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

#footer .newsletter .custom-checkbox label {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}