#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;
		color: inherit;
		cursor: pointer;
	}
	#footer.footer_collapse .footer-toggler.active::after {
		content: '\f2f9';
	}
	#footer.footer_collapse .is-collapse{
		display: none;
	}
}

.bg-black, .bg-black p:not(.alert){
	color: #eeeeee;
}

.bg-black a {
	color: #f4f4f4;
}

.bg-black a:hover {
    color: #999999;
}

#footer p{
	margin-bottom: 0;
	line-height: 2.4rem;
}

#footer ul{
    margin: 0;
}

#footer .h3 .title_text{
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 700;
	margin: 0 0 32px;
	text-transform: uppercase;
}

.bg-black .h3 .title_text {
    color: #fafafa;
}

@media (min-width: 992px) {
	#footer .h3 .title_text{
		margin-top: 11px;
	}
}

#footer ul:after{
	content: '';
	height: 30px;
	display: table;
}

#footer .link-type-1 ul > li:first-child > a {
    margin-top: -12px;
}

#footer .link-type-1 ul > li > a {
	border-bottom: 1px solid #666;
	display: block;
	line-height: 2.5rem;
	padding: 12px 0;
	font-size: 1.6rem;
	font-weight: 500;
}

#footer .social-type-1 a {
    margin: 10px;
    line-height: 26px;
    border-radius: 100%;
    display: inline-block;
    font-size: 0;
    width: 26px;
    text-align: center;
    height: 26px;
	color: #ffffff !important;
}

#footer .social-type-1 a:not(:hover){
	background: #ffffff !important;
    color: #333333 !important;
}

#footer .social-type-1 a i{
	vertical-align: inherit;
	font-size: 16px;
	line-height: 26px;
}

#footer .social-type-1{
	font-size: 0;
	margin: 0 -10px;
}

#footer .blog-footer .left-blog{
	float: left;	
	margin-right: 15px;
}

#footer .blog-footer .right-blog a{
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: 500;
}

#footer .blog-footer li{
	padding-top: 10px;
    margin-bottom: 15px;
    width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .blog-footer li:last-child{
	margin-bottom: 0;
}

#footer .blog-footer .right-blog{
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

#footer .instagrams {
	padding-top: 10px;
	max-width: 300px;
}

@media (min-width: 992px) {
	#footer .newsletter{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
	}	
	#footer .newsletter .title-newsletter h4 {
		padding-left: 150px;
	}
	#footer .newsletter .title-newsletter h4::before {
		content: '';
		position: absolute;
		background: #999;
		height: 2px;
		margin-top: -1px;
		width: 130px;
		left: 0;
		top: 50%;
	}
}

#footer .newsletter .title-newsletter h4 {
	font-size: 3rem;
	position: relative;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

#footer .newsletter .title-newsletter {
	display: block !important;
	padding: 15px 0;
}

#footer .newsletter p.alert {
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	top: 100%;
	margin-top: 0px;
	text-align: center;
	left: 0;
	right: 0;
}

#footer .newsletter .content-newsletter {
	position: relative;
	width: 625px;
	margin: 15px 0;
	max-width: 100%;
}

#footer .newsletter .input-email {
	border: none;
	height: 60px;
	width: 100%;
	padding: 0 40px;
	padding-right: 200px;
	font-size: 2rem;
	font-style: italic;
	background: #ffffff;
	border-radius: 50px;
}

#footer .newsletter input.input-email::-webkit-input-placeholder {
	color: #666666;
}

#footer .newsletter input.input-email:-ms-input-placeholder {
	color: #666666;
}

#footer .newsletter input.input-email::placeholder {
	color: #666666;
}

#footer .newsletter .button-email {
	border: none;
	color: #ffffff;
	line-height: 60px;
	min-width: 180px;
	padding: 0 10px;
	text-align: center;
	border-radius: 0 50px 50px 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-1 #footer .newsletter .button-email {
	background: #b33a3a;
}

@media (max-width: 991px) {	
	#footer .newsletter .content-newsletter {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 575px) {	
	#footer .newsletter .input-email {
		padding-right: 40px;
	}
	#footer .newsletter .button-email {
		margin-left: auto;
		margin-right: auto;
		display: table;
		border-radius: 50px;
		margin-top: 20px;
		position: relative;
	}
}

#footer .newsletter .custom-checkbox label {
	text-align: center;
}