/*
CSS Extend
*/
.header-style-1.style-1 .topbar{
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.header-style-1.style-1 .topbar ul li{
  color: #736f6f;
}
.header-style-1.style-1 .topbar ul li i{
  color: #e2001a;
}
.header-style-1.style-1 .topbar .social-quote .social-links a i{
  font-size: 14px;
  color: #615e5e;
}
.header-style-1.style-1 .topbar .social-quote .quote a{
	color: #e2001a;
}
.header-style-1.style-1 .topbar .social-quote .quote a:hover{
	color: #4c6d22;
}
.header-style-1.style-1 .topbar .contact-info ul > li + li,
.header-style-1.style-1 .topbar .social-quote > div:last-child{
	border-color: #f3f3f3;
}