/*	FOOTER 1-3
/*----------------------------------------------------*/

.footer-1-3 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
/* e7e7e7 */
}
.footer-1-3-1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2980b9;
	/* e7e7e7 */
}
.footer-1-3 .brand-img {
	width: 80px;
	display:inline-block;
	position:relative;
	padding-left: 30px;
	margin-left:-30px;
}

.footer-1-3 .social {
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #5c5c5c;
}
.footer-1-3 .address-bold-line {
	font-weight: 300;
	margin: 0;
	color: #5c5c5c;
}

.footer-1-3 .address {
	color: #5c5c5c;
}

.footer-1-3 .footer-text {
	 border-top: #000000 1px solid;
	 text-align: center;
	 margin-top: 10px;
 }

.footer-1-3 .footer-text p {
	color: #000000;

}
.footer-text-2{
	border-top: #ffffff 1px solid;
	text-align: center;
	margin-top: 10px;
}

.brand-bottom{
	min-width: 60px;
	width: 100px;
	display:inline-block;
	position:relative;
	padding-left: 80px;
	margin-left:-80px;
}

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}