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

.footer-1-1 {
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer-1-1 h3, .footer-1-1 h4, .footer-1-1 li {
	color: #C54C68;
}

.footer-1-1 .lead {
	color: #D3B2C2;
}

.footer-1-1 h3 {
	color: White !important;
}

.footer-1-1 .brand-img {
	width: 200px;
	margin-bottom: 30px;
}

.footer-1-1 h4 {
	margin-bottom: 20px;
}

.footer-1-1 ul {
	list-style-type: none;
	margin: 0 0 26px;
	padding: 0;
	color: #D3B2C2;
}

.footer-1-1 ul li {
	line-height: 19px;
	padding: 6px 0;
	color: white;
}

.footer-1-1 p {
	color: #D3B2C2;
}

.footer-1-1 a {
	color: #FFFFFF;
	font-weight: bold;
}

.footer-1-1 li:first-child {
	border-top: none;
	padding-top: 1px;
}

.fa {
  background-color: #9b5c7a!important;
  border-radius: 3px;
  color: #ffffff!important;
  border: 0px #ffffff solid!important;
  font-size: 18px;
  padding: 9px;
}

.fa:hover {
  background-color: #9b5c7a !important;
}

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