.header .logo img {
	height:80px;
}
.slider-top {
	margin-top: 52px;
}
.section-background.about-us{
	padding:100px 0px;
}
@media (max-width: 768px) {
	.slider-top {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	.header .navbar-toggle {
		display: block;
		margin-top: 60px;
	}
	.section-background.about-us{
		padding:0px 0px;
	}
	.footer-border{
		border-left: none !important;
	}
	.breadcrumbs {
		margin-top: 0px !important;
	}
}
.breadcrumbs {
    overflow: hidden;
    border-bottom: solid 1px #eee;
    background-color: #FAFAFA;
    height: 40px;
    margin-top: 70px;
}
.footer-border{
	border-left: #FFF solid 1px;
}