@font-face {
	font-family: 'acensregular';
	src: url('fonts/acens-webfont.woff2') format('woff2'), url('fonts/acens-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.logo-text {
	font-family: 'acensregular';
	color: #000000;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 3rem;
}

.topline {
	font-size: 4.25rem;
	letter-spacing: 20px;
	margin-top: 0.6rem;
}

.topline span {
	color: #de7226;
}

.bottomline {
	letter-spacing: 9.5px;
}

.fa-facebook-f {
	color: #3b5998;
}

.fa-instagram {
	color: #3f729b;
}

.social a {
	cursor: pointer;
}

.banner {
	background: #fff;
}

.mobileno {
	display: none;
}

.videomodal .modal-dialog {
	padding-top: 8%;
}

.videomodal .close {
	position: absolute;
	width: 26px;
	height: 26px;
	color: #000;
	right: 0;
	right: -10px;
	top: -10px;
	background: white;
	border-radius: 50%;
	font-weight: bold;
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 1;
	opacity: 1;
}

.videomodal .close  span {
	line-height: 1.2;
}

.videomodal .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videomodal .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:1440px) {
	.banner__cta h2 {
		font-size: 1.3rem;
	}

	.map__content h2 {
		font-size: 1.8rem;
	}

}

@media (max-width:1366px) {
	.logo-text {
		font-size: 2.375rem;
	}

	.topline {
		font-size: 3.25rem;
	}

}

@media (max-width:568px) {
	.rewstar {
		max-width: 8rem;
		margin: 0.5rem 0;
	}

	.banner__header .btn {
		font-family: "Lato", sans-serif;
	}

	.btnwrap .btn {
		background: transparent;
		color: #000;
		border: none;
		padding: 0.5rem;
		margin: 0;
	}

	.btnwrap .btn img {
		display: none;
	}

	.banner__content h1, .banner__cta h2, .about__content .btn {
		font-family: "Lato", sans-serif;
	}

	.social i {
		margin: 0 0.5rem;
	}

	.social a {
		display: inline-block;
		vertical-align: text-top;
	}

	.mobileno {
		display: inline-block;
		margin-left: 0.625rem;
	}

	.mobileno a {
		color: #000;
		font-weight: bold;
	}

	.btncall {
		display: none;
	}

	.social {
		margin-left: 0;
	}

	.map {
		position: relative;
		padding-bottom: 0;
	}

	.map .phone {
		display: none;
	}

	.map__content {
		top: unset;
	}

	.map iframe {
		position: unset;
		height: 20.625rem;
	}

	.phone-text span::after {
		display: none;
	}

	.phone-text {
		font-size: 1.5rem;
	}

	.banner__cta {
		text-align: center;
	}

	.banner__cta .split-title span::before {
		display: none;
	}

	.banner__cta h2 span {
		padding-left: 0;
	}

	.logo img {
		max-width: 5rem;
	}

	.logo-text {
		font-size: 1.875rem;
		line-height: 2rem;
	}

	.topline {
		font-size: 2.5rem;
	}

}

@media (max-width:375px) {
	.logo img {
		max-width: 4rem;
	}

	.logo-text {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.topline {
		font-size: 2.25rem;
	}

}

@media (max-width:320px) {
	.topline {
		font-size: 1.75rem;
	}

	.logo img {
		max-width: 3rem;
	}

	.logo-text {
		font-size: 1.375rem;
		line-height: 1.375rem;
	}

}
