body {
    background-color: #707070;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    font-family: Roboto;
    font-weight: bold;
    color: #ffffff;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body>div {
    background-color: #286090;
    box-shadow: 0 0 10px 1px rgb(51, 51, 51);
}

#banner {
    height: 60vh;
    margin-left: -15px;
    margin-right: -15px;
}

#banner .slick-list {
    height: 100%;
}

#banner img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

#banner-nav {
    height: 200px;
    padding: 0 15px;
    margin: 30px 15px;
}

#banner-nav .slick-list {
    height: 100%;
}

#banner-nav .slick-slide {
    padding: 0 20px;
}

#banner-nav img {
    max-width: 100%;
    margin: 0 15px;
}

.slick-prev,
.slick-next {
    z-index: 100;
}

#custom-appearance {
    margin-right: 25px;
    margin-left: 25px;
}

.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #FD8B00;
	background-image: linear-gradient(#f98c05, #fd5509);
    color: #fff;
    border-color: #FD8B00;
    box-shadow: none;
}

#custom-appearance img {
    margin: 0 auto;
    height: 200px;
    cursor: pointer;
}

#services>div>div {
    /* background-color: #FD8B00; */
    color: #FD8B00;
    padding: 40px 0;
    border: solid 1px rgba(255, 255, 255, 0.1);
}

#services {
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-left: none;
    border-right: none;
}

#services>div>div:first-child {
    border-left: none;
}

#services>div>div:last-child {
    border-right: none;
}

/* #services>div>div:hover {
    background-color: black;
    color: #FD8B00;
} */

.navbar-nav>li>a {
    line-height: 30px;
    font-size: 1.3em;
    /* font-style: italic; */
}

.nav>li>a.social-icons {
    display: inline-block;
    font-size: 2em;
}

.nav>li>a.social-icons:first-child {
    padding-right: 5px;
}

.nav>li>a.social-icons:last-child {
    padding-left: 5px;
}

.navbar-right {
    text-align: right;
}

a {
    color: #fff;
    text-decoration: underline !important;
}

a.link-underline {
    text-decoration: underline !important;
}

.no-padding {
    padding: 0;
}

a:focus,
a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: white;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.font-light {
    font-weight: lighter;
}

h1,
h2,
h3,
h4 {
    font-family: Roboto Slab;
}

h1 {
    margin-bottom: 40px;
}

.color-accent {
    color: #FD8B00;
    position: relative;
    text-decoration: underline;
}

#navbar,
#contact-section,
#features-section {
    /* background-color: #3c3c3c; */
    color: white;
}

.page-section {
    padding: 30px 0;
    border-bottom: solid 5px rgba(255, 255, 255, 0.1);
}

.page-section.no-padding {
    padding: 0;
}

.features-row {
    padding: 20px 0;
}

#services-section h1 {
    margin-bottom: 0;
}

#services-section h1+h2 {
    margin-bottom: 40px;
}

#services-section h3 {
    margin: 0;
}

#services-section {
    padding-bottom: 0;
}

#testimonials {
    font-size: 1.3em;
}

#testimonials .icon {
    fill: white;
}

#estimate-section h1 {
    margin-bottom: 0;
}

#estimate-section h1+h2 {
    margin-bottom: 40px;
}

.text-danger {
    color: dark#FD8B00;
}

.form-control {
    height: 44px;
    font-size: 1.15em;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
}

#estimate-section .submit-btn-row {
    margin-top: 25px;
}

#estimate-section .submit-btn-row button {
    height: 44px;
    font-size: 1.15em;
    padding: 6px 24px;
}

.submit-btn-row .icon {
    fill: white;
    height: 18px;
    width: 18px;
}

#contact-section .extra-spacing {
    padding-top: 40px;
}

.line-height-zero {
    line-height: 0;
}

#navbar {
    border-radius: 0;
    margin: 0 -15px;
    border-bottom: none;
}

.five-star-reviews {
    font-size: 1.15em;
}

#footer {
    height: 40px;
    line-height: 40px;
}

.navbar-toggle {
    border: 1px solid white;
    position: fixed;
    top: 0;
    left: 0;
    background: #286090;
    z-index: 120;
}

.navbar-toggle .icon-bar {
    background-color: white;
    width: 20px;
    height: 2px;
}

#contact-section .social-icons {
    font-size: 1.3em;
}

#nav-links {
    display: none;
}

#mobile-icons {
    display: none;
}

.icon {
    fill: #fff;
    height: 21px;
    width: 21px;
    top: 3px;
    position: relative;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    text-align: center;
    padding: 15px;
}

#lightbox-close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    border: solid 2px white;
    color: white;
    font-weight: bold;
    background-color: #000;
    font-size: 26px;
    padding: 0;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 0 10px 1px #000;
}

#lightbox>.scrollbox {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    overflow: auto;
}

#lightbox img {
    max-width: 100%;
    max-height: 100%;
}

#lightbox-caption {
    color: white;
    margin: 20px 0;
}

.slick-slide {
    position: relative;
}

.slick-slide .icon.icon-enlarge2 {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    fill: white;
    border: solid 2px transparent;
    cursor: pointer;
}

#custom-appearance .icon.icon-enlarge2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-collapse .navbar-header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#nav-links {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#nav-links>li>a {
    color: #fff;
	text-decoration: none !important;
}

#nav-links:before,
#nav-links:after {
    content: '';
    display: none;
}

.navbar-brand {
    padding-bottom: 0;
}

#desktop-menu {
    position: sticky;
    top: 0;
    border-bottom: solid 1px #286090;
    z-index: 100;
	background-color: #FD8B00;
	background-image: linear-gradient(#f98c05, #fd5509);
}

#desktop-menu>.navbar-header {
    display: none;
}

.mb-4 {
    margin-bottom: 25px;
}

.youtube-logo {
    height: 33px;
}

.mt-1 {
    margin-top: 10px;
}

.form-description-text {
    background-color: #FD8B00;
	background-image: linear-gradient(#f98c05, #fd5509);
    padding: 15px 20px;
    text-align: center;
}

.form-message {
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px;
}

.form-message h3 {
    margin: 0;
}

.form-message.success {
    color: orange;
    background-color: white;
}

.form-message.error {
    color: white;
    background-color: red;
}

.trustpilot-widget {
    margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: orange;
	gap: 10px;
	font-size: 16px;
}

.link-color {
    color: orange;
}

#showroom .slick-prev {
    left: 15px;
}

#showroom .slick-next {
    right: 15px;
}

#features-section {
    position: relative;
}

#visit-showroom-text {
    transform: rotate(-30deg);
    border: solid 2px white;
    border-radius: 50%;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    position: absolute;
    top: 30px;
    left: 0;
    text-decoration: none !important;
    z-index: 98;
}

.slick-track {
    height: 100%;
}

#state {
	background-color: transparent;
	color: #fff;
	border: none;
	font-size: 1.3em;
	padding: 12px 0;
	text-align: center;
}

#state option {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.bi {
	width: 1.2em;
	height: 1.2em;
}

.state-selector {
	display: flex !important;
	justify-content: center !important;
	align-items: center;
}

.not-in-new-jersey a {
	display: inline-block;
	padding: 20px 30px;
	border-radius: 50%;
	font-size: 18px;
	background: linear-gradient(#f98c05, #fd5509);
  	text-decoration: none !important;
	box-shadow: 5px 5px 5px #333;
}

.captcha-img {
	width: 100%;
}

.captcha-loading {
	position: relative;
}

.captcha-loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #707070;
	z-index: 10;
}

.captcha-loading:after {
	content: 'Loading...';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
}

.video-testimonial {
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

.video-testimonial video {
	height: 40vh;
}
