


.SectionTitleNews {
    text-align: center;
    margin-bottom:30px;
}

.SectionTitleNews h1:before,
.SectionTitleNews h2:before,
.SectionTitleNews h3:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width:100px;
    height:10px;
    background:#fff;
    border-radius: 5px;
    bottom: 0;
    content: "";
}

.SectionTitleNews p {
    font-size:1.2rem;
    padding: 0 80px;
    margin-bottom: 0;
}


.SectionTitleFooter {
    text-align: left;
    margin-bottom:30px;
}
.SectionTitleFooter h1 {
    color:#fc0;
}

.SectionTitleFooter h1:before {
    position: absolute;
    left:0;
    width:100px;
    height:10px;
    background:#111111;
	 background: linear-gradient(135deg, #111111, #991d3e);
    border-radius: 5px;
    bottom: 0;
    content: "";
}






.footer-bottom {
padding: 50px 0px 60px 0px;
-webkit-box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.15);
box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.15);
}

.footer-bottom .info {
	border-left:0px solid #ccc !important;
	margin-bottom:15px;
}


.footer-bottom .info .icon-title {
    line-height:90px;
    font-size:72px;
    font-weight: bold;
	color:#111111;
	display:block;
		-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	margin-bottom:15px;
}

.footer-bottom .info img {
width:75px;
	text-align:center;
	margin:auto;
	display:block;
		-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	margin-bottom:25px;
}


.footer-bottom .info:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	
}


.footer-bottom .info h5 {
    line-height: 1.4rem;
    font-size: 1.2rem;
    font-weight: bold;
	color:#6b7175;
	display:block;
	margin-bottom:15px;
}

.footer-bottom .info p {
    font-size: 1rem;
    font-weight: bold;
	color:#6b7175;
	display:block;
	padding-bottom:10px;
}
.footer-bottom .info a {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
	color:#6b7175;
	display:block;
	padding-bottom:10px;
			-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-bottom .info a:hover {
	color:#111111
}

/*COPYRIGHT*/
.copyright {
	margin-top:30px;
	padding:30px 0;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.copyright p {
	color: #6b7175;
	font-size: 14px;
	margin-bottom:10px;
}
.copyright a {
	color: #6b7175;
	font-size:14px;
}
.copyright a:hover {
	color: #111111;
}



@media(max-width:650px) {
.copyright {
	padding:30px 80px;
}
}