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

.footer-1-3 {
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer-1-3 h2 {
	color: #B7C1BB;
	font-family: "Crimson Pro", Sans-serif;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3.1px;
}
.footer-1-3 p {
	margin: 0 0 10px;
	color: #B7C1BB;
	font-family: "Ubuntu", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.6em;
	letter-spacing: -0.1px;
}
.footer-1-3 hr {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 35px;
	margin: 0 auto;
	color: #B7C1BB;
}
.footer-1-3 a,
.footer-1-3 a:hover,
.footer-1-3 a:active,
.footer-1-3 a:visited {
	text-decoration: underline;
	color: #B7C1BB;
}



.footer-1-3 .brand-img {
	width: 180px;
}

.footer-1-3 .social {
	margin-top: 20px;
}

.footer-1-3 .address-bold-line {
	font-weight: 700;
	margin: 0;
	color: #ffffff;
}

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

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

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


/*	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) {
	
	
	
}