#footer .content_title{
	position: relative;
}

#footer {
	font-size: 1.6rem;
}

@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;
	}
}

#footer p{
	margin-bottom: 0;
	line-height: 2.4rem;
}

#footer ul{
    margin: 0;
}

#footer .title-center {
    text-align: center;
}

#footer .title-right {
    text-align: right;
}

#footer .h3 .title_text {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin: 0 0 29px;
    text-transform: capitalize;
	color: #fff;
}

#footer .title_content {
    font-size: 1.6rem;
    line-height: 2.6rem;
	color: #666;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	#footer .h3 .title_text{
		margin-top: 11px;
	}
}

@media (max-width: 991px) {
	#footer .text-xs-center .title-left > .content_title, #footer .text-xs-center .title-right > .content_title {
		text-align: center;
	}
}

#footer ul:after{
	content: '';
	height: 30px;
	display: table;
}

#footer a:not(:hover) {
	color: #666;
}

#footer ul.footer-contact > li {
    line-height: 2.6rem;
    margin-top: 10px;
    font-size: 1.6rem;
}

#footer ul.footer-contact > li b {
   color: #fff;
}

#footer .link-type-1 ul > li:first-child > a {
    margin-top: -6px;
}

#footer .link-type-1 ul > li > a {
    display: block;
    line-height: 2.6rem;
    padding: 5px 0;
    font-size: 1.6rem;
}

#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;
}

#footer .newsletter p.alert {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.4rem;
}

#footer .newsletter .content-newsletter {
	font-size: 0;
	margin-top: -20px;
}

#footer .newsletter .input-email {
	height: 45px;
	border: 1px solid #ebebeb;
	width: 100%;
	padding: 0 20px;
	max-width: 240px;
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: 20px;
	background: none;
}

#footer .newsletter .button-email {
    font-size: 12px;
    line-height: 45px;
    border: none;
    vertical-align: middle;
    background: #202021;
    color: #fff;
    min-width: 130px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

#footer .info-footer {
	text-align: center;
}

#footer .info-footer p{
	font-size: 1.6rem;
	line-height: 2.8rem;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

#footer .info-footer p b{
	color: #fff;
}

#footer ul.footer-blog > li > a {
    display: block;
    line-height: 2.6rem;
    padding: 10px 0;
    font-size: 1.6rem;
    text-decoration: underline;
}

#footer ul.footer-blog > li:first-child > a {
    margin-top: -10px;
}