.top-bar .logo {
	max-width: 120px;
}
.bg-primary,
.bg-secondary-red {
	background-color: #ed4338 !important;
}
.overlay:before {
	background-color: #ed4338;
}
.bg-secondary-1 {
    background-color: rgba(65,64,66,1) !important;
}
.btn-primary.btn-filled {
	background: #ed4338;
	border-color: #ed4338;
}
.btn-white:hover {
	color: #ed4338;
}
.btn-primary.btn-filled:hover {
	background: #FFF;
	border-color: #FFF;
	color: #ed4338;
}
.testimonials-slider p.lead {
	font-size: 16px;
	line-height: 18px;
}
.projects-container .background-image-holder {
	background: #FFF;
}
.project .hover-state {
	background: rgba(65,64,66,0.9);
}
.bg-secondary-1 {
	background-color: rgba(65,64,66,1) !important;
}
.footer-container p {
	font-size: 18px;
	font-weight: 300;
}
footer.social .social-icons li a span {
	font-size: 16px;
}
footer.social .social-icons {
	margin: 30px auto 60px;
}
footer.social .social-icons li:last-child {
	margin-right: 0;
}
.feature-icon-large ul {
	padding-left: 30px;
}
.feature-icon-large ul li {
	list-style-type: circle;
}
h5.text-white {
	margin: 15px auto;
	font-weight: 300;
}
.client-row h5 {
	font-size: 14px;
	line-height: 14px;
	margin: 15px auto;
	font-weight: 500;
}
.client-row p {
	font-size: 12px;
	line-height: 14px;
	margin: 0 auto 15px;
	font-weight: 300;
}
.project .hover-state {
	left: 0;
}
.BBStext ul {
	padding-left: 30px;
}
.BBStext ul li {
	list-style-type: circle;
}
.brandGallery .project {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	height: auto !important;
} 
.brandGallery .logoBox {
	padding: 30px 0;
}
.brandGallery .project img {
	width: 70%;
	max-width: 70%;
	height: auto;
}
.main-container {
	width: 100%;
}
@media all and (max-width: 768px) {
	.top-bar .logo-light {
		display: none;
	}
	.top-bar .logo-dark {
		display: block;
	}
	.top-bar .logo {
		padding: 0 0 30px 0;
		margin: 0;
	}
	.offscreen-toggle i {
		position: relative;
		top: 10px;
	}
}
@media all and (max-width: 550px) {
	footer.social .social-icons li {
		display: block;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	/*
	.container.reveal-nav .col-sm-2.col-xs-6.text-right.pull-right {
		position: absolute;
		right: -280px;
		z-index: 9999;
		width: auto;
		height: 100%;
		float: none !important;
	}
	.offscreen-menu .container.reveal-nav .col-sm-2.col-xs-6.text-right.pull-right .offscreen-toggle i {
		color: #FFF;

	}
	.offscreen-container.reveal-nav {
		right: -1px;
	}
	*/
	.offscreen-toggle i {
		top: 10px;
	}
	.offscreen-container.reveal-nav {
		width: 240px;
	}
	.offscreen-menu .container.reveal-nav .offscreen-toggle i {
		position: absolute;
		right: -40px;
	}
	.main-container.reveal-nav {
		position: relative;
		right: -60px;
	}
}