.header-transparent {
	box-shadow: none !important;
	-moz-box-shadow:  none !important;
	-webkit-box-shadow:  none !important;
	background-color: rgba(0, 0, 0, 0);
}

.header-transparent .header .menu-icon .navicon, .header-transparent .header .menu-icon .navicon:before, .header-transparent .header .menu-icon .navicon:after {
	background: #fff;
}

.past-slider {
	margin-top: 0 !important;
	background-color: #fff !important;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.35) !important;
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.35) !important;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.35) !important;
}

.past-slider > .header > .container {
	width: 95%;
}

.past-slider .nav-menu a, .past-slider .nav-menu a:visited {
	color: #464646 !important;
}

.past-slider .nav-menu a.sign-up-button {
	color: #fff !important;
}

.slider-left {
	width: 45%;
}

.slider-right {
	width: 55%;
}

.slider-text {
	color: #fff;
	margin-top: 80px;
	padding-bottom: 50px;
}

.slider-text-sub {
	width: 100%;
}

.slider-text h1, .slider-text h2, .slider-text h3, .slider-text h4, .slider-text h5, .slider-text h6 {
	font-weight: 300;
}

.slider-text h1 {
	font-size: 48px;
	line-height: 63px;
}

.slider-text h2 {
	font-size: 26px;
	line-height: 34px;
}

.nav-menu a, .nav-menu a:visited {
	color: #656565;
}

.slider-button {
	font-size: 20px;
	background-color: rgba(31, 208, 128, 0.87);
	border: none;
	color: #fff;
	padding: 15px 35px;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.slider-button:hover {
	background-color: rgba(53, 210, 139, 0.73) !important;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.slider-button.slightly-transparent-background:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.past-slider .header .menu-icon .navicon, .past-slider .header .menu-icon .navicon:before, .past-slider .header .menu-icon .navicon:after {
	background: #7d7d7d;
}

.reviews img {
	width: 75px;
	border-radius: 50%;
}

.header-transparent .nav-menu a, .header-transparent .nav-menu a:visited {
	color: #fff;
}

.header-transparent .business-logo-color {
	display: none;
}

.slider-main-image {
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.slider-main-text {
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: 300;
}

.slider-sub-text {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 35px;
}

.heading-text {
	margin-bottom: 40px;
}

.business-types-header-single-text {
	font-size: 26px;
	margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	.slider-left, .slider-right {
		width: 100%;
		text-align: center;
	}

	.slider-main-image {
		width: 80%;
		margin: 70px auto 20px auto;
	}
}

@media screen and (max-width: 768px) {
	.nav-menu a, .nav-menu a:visited {
		color: #656565 !important;
	}

	.nav-menu {
		display: block;
		margin: 0 auto;
	}

	.slider-main-image {
		width: 100%;
	}

	.nav-menu a.sign-up-button, .nav-menu a.sign-up-button:visited {
		color: #fff !important;
		width: 40%;
		margin: 15px auto;
		text-align: center;
	}
}