:root {
	--crystal-blue:#1E5DA4;
}
body {
    font: 400 16px "Raleway", Sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: white;
}
.form-control:focus{
	box-shadow: none !important;
}
/*
h2 {
	font-size: 2.2rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 0px;
}
h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
}
*/
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-bottom-g {
	margin-bottom: 0.8rem !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.nav-margin {
	margin-top:10px;
	margin-bottom:5px;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.jumbotron {
	background-color: #FFF;
	background-image:url('../images/parking.png');
	background-repeat:no-repeat;
	background-size:120% auto;
	background-position:0% 40%;
	height:500px;
	color: #fff;
	padding: 100px 25px;
	font-family: Montserrat, sans-serif;
}
.jumbotron h1 {
	font-size: 2.2rem;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 0px;
}

.bg-dark {
	background-color: #333 !important;
}
.bg-grey {
	background-color: #EEE !important;
}
.bg-lite {
	background-color: #FFF !important;
}
/*
.logo-small {
	color: var(--crystal-blue);
	font-size: 50px;
}
.logo {
	color: var(--crystal-blue);
	font-size: 200px;
}
*/
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #FFF;
}
.carousel-indicators li {
	border-color: #FFF;
}
.carousel-indicators li.active {
	background-color: #FFF;
}
.item h4 {
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}
.item span {
	font-style: normal;
}
.panel {
	border: 1px solid var(--crystal-blue);
	border-radius:0 !important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.btn {
	background-color:var(--crystal-blue);
	color:#FFF;
}
.panel-footer .btn:hover {
	border: 1px solid var(--crystal-blue);
	background-color: #FFF !important;
	color: var(--crystal-blue);
}
.panel-heading {
	color: #fff !important;
	background-color: var(--crystal-blue) !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-footer {
	background-color: white !important;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	color: #aaa;
	font-size: 14px;
}
.panel-footer .btn {
	margin: 15px 0;
	background-color: var(--crystal-blue);
	color: #fff;
}


#contact h3 {
	margin-top:0;
}

.glyphicon {
	font-size: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contact .glyphicon {
	color: #333;
}

footer .glyphicon {
	color: #FFF;
}
footer p {
    line-height: 2.5;
    text-align: left;
}
footer h3 {
    text-align: left;
}
.full-view {
	width:100%;
	height:auto;
}
.slideanim {visibility:hidden;}
.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
@keyframes slide {
0% {
	opacity: 0;
	transform: translateY(70%);
}
100% {
	opacity: 1;
	transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
	opacity: 0;
	-webkit-transform: translateY(70%);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
/* .location-box{
	padding-bottom: 50px !important;
} */
@media screen and (max-width: 768px) {
.btn-lg {
	width: 100%;
	margin-bottom: 35px;
}
.location-box h3.btn {
    margin-right: 0 !important;
}
}
@media screen and (max-width: 480px) {
.logo {
	font-size: 150px;
}
}

.testimonial__footer {
    display:flex;
    margin-right:40%;
    margin-left:40%;
    text-align:left;
    width:300px;
}

.testimonial__image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right:10px;
}

.testimonial__name {
    font-weight: 700
}

.footer-color {
	/*background-color:#333;*/
	color:#FFF;
}

.footer-link {
	color:#FFF;
}



.pull-up {
	margin-bottom:-80px !important;
}

.anim-down {
	position:relative;
	/*top:-80px;*/
	overflow:hidden;
	margin-bottom:0px;
	animation-name:anim-down-keys;
	animation-duration:1s;
}
@keyframes anim-down-keys {
  from {opacity:0;max-height:0px;}
  to {opacity:1;max-height:80px;}
}

.anim-up {
	position:relative;
	/*top:-80px;*/
	overflow:hidden;
	animation-name:anim-up-keys;
	animation-duration:1s;
}
@keyframes anim-up-keys {
  from {opacity:0;max-height:0px;top:50px;}
  to {opacity:1;max-height:42px;top:0px;}
}

.menu-content {
	max-height:0px;
	overflow: hidden;
	padding-top:0;
	opacity:0;
	transition: max-height 0.4s,padding-top 0.4s,opacity 0.4s;
}

.menu-visible {
    padding: 15px;
    max-height: 360px;
    /* transition: max-height 0.4s,padding-top 0.4s,opacity 0.4s; */
    opacity: 1;
    padding-bottom: 18px;
}

.menu {
	margin-top:3px !important;
	padding-bottom:0 !important;
	padding-top:0 !important;
}

.menu .full-width {
	width:100%;
	font-size: 20px;
}

.full-width {
    width:100%;
}

.menu-tab {
	background-color: #EEE;
	height:42px;
	margin-bottom:5px;
	margin-right:5px;
	text-align:center;
	padding-top:6px;
	cursor:pointer;
	border: 1px solid #CCC;
}

.menu .active {
	background-color:var(--crystal-blue) !important;
	color: #FFF;
	border: 1px solid var(--crystal-blue);
}

.menu button {
	margin-top:20px;
	margin-bottom:10px;
}

.max-1200 {
	max-width:1200px !important;
	margin-left:auto;
	margin-right:auto;
}

.blue-button {
	background-color: var(--crystal-blue) !important;
}
.icon-white {
	background-color: #FFF !important;
	margin-bottom:5px;
	margin-top:5px;
	height:3px !important;
}

.paralaxer {
	background-image:url('../images/under-water.png');
	color:#FFF;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.main-left {
	padding-top:140px;
}
@media (min-width:768px) {
	.main-left {
		padding-left:40%;
	}
}
.top-gap {
	margin-top:50px;
}
.invoice-table {
	width:100%;
}
.invoice-table tr {
	height: 50px;
}
.invoice-table td:last-child {
	text-align:right;
}
.total td {
	font-weight:bold;
	border-top:1px solid #CCC;
}
.total td:last-child {
	text-align:right;
}
.head th {
	font-weight:bold;
	border-bottom:2px solid #CCC;
}
.head th:last-child {
	text-align:right;
}
.bottom-border {
	border-bottom:1px solid #CCC;
}
.form-border {
	border-radius:10px;
	border: 2px solid var(--crystal-blue);
}
.form-border img {
	margin-top:10px;
	width:100%;
	height:auto;
}
.form-border .col-sm-12 {
	margin-bottom:20px;
}
.valet {
    width: 100% !important;
    display: inline-block !important;
    cursor: pointer;
    /* padding: 0px 3px 0px 3px; */
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: #000;
}
.valet-selected {
    /* width: 24% !important; */
    display: inline-block !important;
    border-radius: 10px;
    border: 2px solid #084f9e;
    background: #084f9e;
}
.sites-products-image.valet .product_name {
    margin-bottom: 2px;
    margin-top: 7px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.sites-products-image.valet .price {
    margin-bottom: 10px;
    font-weight: 600;
	color: #fff;
}
.sites-products-selected {
    border: 2px solid #3F89F6 !important;
    border-radius: 10px;
}
.sites-products {
    border: 2px solid white;
    border-radius: 10px;
}
.sites-products:hover{
    border: 2px solid rgb(129, 138, 145);
    border-radius: 10px;
}
.parking-selected{
    border: 2px solid #3F89F6 !important;
    border-radius: 10px;
}
.valet-selected img, .valet img {
    width: 100%;
    height: auto;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.valet p{
    text-align: center;
}
#services_list {
	font-weight:bold;
}
.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.slick-slide {
    position: relative;
    text-align: center;
    color: white;
}
.slick-slide::before {
    content: '';
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider-text h1{
    /* font-size: 15px; */
}
.slider-text button{
    font-size: 15px;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.nav-slide-width {
    min-width: 200px;
}

.nav-slide-width-locations {
    min-width: 500px;
}
.first-button{
    padding: 0.6rem 0.6rem;
    font-size: 1.125rem;
    line-height: 1.5;
    /*border-radius: 0rem;*/
    position: fixed;
    z-index: 1;
    margin-left: 30px;
    margin-top: 20px;
    background-color: #333;
    border-color: #333;
}
.icon-bar {
    width: 25px;
}
.notch {
    width:30px;
    height:30px;
    display:inline-block;
    position:relative;
    top:30px;
    left:50%;
    margin-right:-30px;
    transform:rotate(45deg);
    background:inherit;
}
.container-fluid {
    padding: 40px 0px 10px 0px;
}
@media screen and (max-width:768px) {
    .nav-slide-width {
        width: 100%;
        min-width: 0px;
    }

    .nav-slide-width-locations{
        width: 100%;
        min-width: 0px;
    }

    .first-button {
        margin-left: 2px;
        margin-top: 2px;
    }

    .container-fluid {
        padding: 20px 0px 0px 0px;

    }

    .notch {
        top: 20px;
    }
}

.icon-bar {
    margin-top:5px;
    margin-bottom:5px;
    transition: all 0.2s;
    color: white;
    display: block;
}

.price-table .price-table-cell td::before {

    content: "";
    display: block;
    border: 0 solid hsla(0, 0%, 48%, .3);
    border-top-width: 0px;
    border-top-width: 2px;
    margin: 10px 12.5%;

}

.ul-label{
    font-weight: bold;
}

.ul-space{
    margin: 20%;
}

.woocommerce-info {
    background: #084E9D;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    padding: 2em;
	font-size: 20px;
}

.woocommerce-info a {

    color: #fff;
}

.shop_table thead th {
    border-bottom: 2px solid #bbb;
    padding: 0.4em;
    text-align: left;
}

.shop_table tr {
    border-bottom: 1px solid #eee;
}

.shop_table td {
    padding: 0.4em;
    text-align: left;
}

.carousel-indicators li{
    border: 0px;
}

.hover_underline:hover {
    text-decoration: underline;
}

.slider-image-holder-div{
    height: 500px;
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
    .slider-image-holder-div{
        height: 300px;
    }
}
.location-box h3 a {
    color: #fff;
}
.slider.slick-slider {
	overflow-x: hidden;
}
.location-box h3.btn {
    margin-right: 9px;
}
.gl_img_wrap {
    position: relative;
}
.gl_img_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
}
.gl_img_wrap span {
    position: absolute;
    font-weight: 700;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px #074e9d;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	.header_logo {
		width: 208px;
	}
	.first-button {
		padding: 0.1rem 0.3rem;
		top: 13px;
		left: 13px;
	}
	.paralaxer {
		padding-bottom: 104px !important;
		overflow-y: auto;
	}
	.footer-color {
		padding-bottom: 30px !important;
	}
	.valet {
		margin-bottom: 15px;
	}
	.valet_title {
		font-size: 22px;
	}
	img.stripe_pay {
		width: 200px;
	}
}

/* Blog page design */
.single_blog_card {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	width: 100%;
	margin-bottom: 30px;
	text-decoration: none !important;
}
.single_blog_card .img-wrapper {
    height: 180px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow: hidden;
}
.single_blog_card .img-wrapper img{
    display: block;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
	transition: .3s all ease-in-out;
}
.single_blog_card:hover .card-img-top {
    transform: scale(1.1);
    opacity: .8;
}
.single_blog_card .card-body {
    padding: 20px;
    height: 227.17px;
    background: #f5f5f5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.single_blog_card .card-title {
    color: #074e9d;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single_blog_card .time {
    font-size: 14px;
    line-height: 15px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #4a4a4a;
	font-weight: 500;
}
.single_blog_card p.short_desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}
.blog_details{
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.blog_details p {
    word-wrap: break-word;
    text-align: justify;
}
.related_blog {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.related_blog h3 {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #074e9d;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}
.related_blog .single-blog-post {
    display: flex;
    margin-bottom: 25px;
    text-decoration: none;
}
.related_blog .single-blog-post:hover{
	color: #000;
}
.related_blog .single-blog-post img {
    width: 120px;
    margin-right: 10px;
}
.related_blog .single-blog-post span{
    color: #074e9d;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: block;
    word-break: break-all;
}
.washclub_img{
    margin-top:40px;
}
@media(max-width:767px){
	.blog_details {
		padding: 15px;
	}
	.blog_details h1 {
		font-size: 30px;
	}
	.washclub_img{
    margin-top:0;
    }
}



