/* =============================================================================
   Auto Detailers of Rockville, VA
   ========================================================================== */


@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham.eot');
	src: url('../fonts/Gotham.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham.woff') format('woff'),
		url('../fonts/Gotham.ttf') format('truetype'),
		url('../fonts/Gotham.svg#Gotham') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Caslon';
	src: url('../fonts/Caslon.eot');
	src: url('../fonts/Caslon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Caslon.woff') format('woff'),
		url('../fonts/Caslon.ttf') format('truetype'),
		url('../fonts/Caslon.svg#Caslon') format('svg');
	font-weight: 500;
	font-style: normal;
}

/* CLEANING UP BOOTSTRAP */

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse { background: none !important; border: 0 !important; }
.navbar-collapse { padding: 0 }
.navbar-header { margin-top: -22px; }
header#header.stuck .navbar-header { margin-top: -8px; }
.navbar-inverse .navbar-toggle { background: none; border: 0; }

html {
	min-height: 100%;
	height: auto;
}

body {
	font-family: 'Gotham', Helvetica, sans-serif !important;
	color: #333;
	font-weight: normal;	
	background: #000;	
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.red {
	color: #ff0000 !important
}

.black {
	color: #000000 !important
}

.grey {
	color: #8c8c8c !important
}

.bgwhite {
	background-color: #ffffff !important
}


p {
	font-size: 26px;
	line-height: 34px;
}

ul {
	margin-bottom: 20px;
}

a {
	color: #000;
	             -webkit-transition: all .2s ease-in-out;
         -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}

a:hover {
	color: #ff0000
}

h4 {
	font-weight: normal
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/* NAVBAR */

.fixed-header {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-left: 4%;
    height: 115px;
    padding-top: 28px;
    background: transparent;
             -webkit-transition: all .2s ease-in-out;
         -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}

.fixed-header-bg {
	background: #fff !important;
	border-bottom: 1px solid #ccc;
}

.navbar-brand { position: relative; z-index: 2; }


.logo {
    background-image:url(../images/logo.png);
    display:block;
    background-repeat: no-repeat;
    height:60px;
    text-indent:-9999px;
    width:300px;
    background-size: 92%;
         -webkit-transition: all .2s ease-in-out;
         -moz-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}

.logoblack {
    background-image:url(../images/logo2.png) !important;
}

.call {
	position: absolute;
    top: -38px;
    left: 12px;
    color: #000;
    font-size: 21px;
    font-family: 'Caslon', sans-serif;
}

.navbar-nav.navbar-right .btn { 
	background: transparent;
    padding: 10px 30px 7px 38px;
    color: #fff;
    margin-top: 5px;
    margin-left: 10px;
    box-shadow: none !important;
    font-size: 13px;
    border-radius: 0px;
    display: inline-block;
    border: 2px solid #fff;
    text-shadow: none !important border-radius: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 }

 .btn-headerfix {
 	border: 2px solid #ff0000 !important;
 }

  .btn-headerfix-black {
 	border: 2px solid #000 !important;
 }

  .btn-headerfix:hover {
 	border: 2px solid #000 !important;
 }

 	.navbar-nav.navbar-right .btn:hover {
		text-decoration: none;
		color: #000 !important;
		border-color: #000
	}

.navbar .navbar-collapse { position: relative; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0;
	bottom: 0;margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.socialheader {
	position: absolute;
	top: -18px;
	 left: auto;
}

.fa {
    display: inline-block !important;
    height: 30px;
    text-align: center;
    background-color: #fff !important;
    margin-right: 0px;
    margin-left: 15px;
    padding-left: 0px;
    width: 30px !important;
    font-size: 15px !important;
    margin-top: -5px;
    line-height: 30px !important;
    border-radius: 50%;
    color: red !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fa-headerfix {
	color: #fff !important;
	background-color: #ff0000 !important
}

.social {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.social .fa:hover {
	background-color: #000 !important
}

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

@media screen and (max-width: 1200px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }

    .socialheader {
		display: none;
		}

}

@media screen and (max-width: 1350px) {

		.navbar-default .navbar-nav>li>a {
			 font-size: 11px;
			 text-transform: uppercase;
			 color: #fff;
			 padding-left: 1.1em;
			 -webkit-font-smoothing: subpixel-antialiased;
		} 

		.call {
		    left: 4px;
		}

		.navbar-nav.navbar-right .btn {
	    padding: 10px 20px 7px 28px;
	    font-size: 11px;
	}
}

@media screen and (min-width: 1350px) {
			.navbar-default .navbar-nav>li>a {
				color: #fff;
			    font-size: 13px;
			    text-transform: uppercase;
			    text-shadow: none !important;
			    -webkit-transition: all .2s ease-in-out;
			    -moz-transition: all .2s ease-in-out;
			    -o-transition: all .2s ease-in-out;
			    transition: all .2s ease-in-out;
			    -webkit-font-smoothing: subpixel-antialiased;
			    letter-spacing: 0.5px;
			    padding-left: 1.5em;
			}
}


@media only screen and (min-width: 1200px) {
	
			.navbar-default {
			    background: none !important;
			    border: none !important;
			    box-shadow: none !important;
			}

			.navbar-right {
				float: right!important;
			    margin-top: -41px;
			    position: fixed;
			    right: 5% !important;
			}

			.navred {
				color: #ff0000 !important
			}

			.navbar-default .navbar-nav>li>a:hover {
			    color: #000 !important;
			 }
}

@media only screen and (max-width: 1200px) {



		.call {
			display: none;
		}

		 .btn-headerfix {
		 	border: 2px solid #fff !important;
		 }

		.navbar-header {
		    margin-top: -30px;
		}

		.navbar .navbar-collapse {
		    border: none;
		    box-shadow: none;
		}

		.navbar-default {
		    background: none !important;
		    border: none;
		        box-shadow: none;
		    margin-top: -30px;
		}

		.navbar-nav {
		    margin: 20px 20px 0px 0px;
		    background-color: red;
		    padding: 15px 10px 15px 40px;
		    border: 0px !important;
		    height: 100vh;
		}

		.navbar-toggle {
		    background-color: transparent !important;
		    background-image: none;
		    border: none !important;
		}

		.navbar-default .navbar-nav>li>a {
		    color: #fff;
		    font-size: 20px;
		    line-height: 15px;
		    margin: 6px 0px 15px;
		}

		.navbar-nav.navbar-right .btn {
		    padding: 9px 60px 8px 65px;
		    margin-top: 5px;
		    margin-left: 10px;
		    font-size: 17px;
		}

		.navbar-default .navbar-toggle .icon-bar {
		    background-color: #000;
		}

		.icon-bar-black {
			background-color: #000 !important
		}

		.navbar-toggle .icon-bar {
		    display: block;
		    width: 26px;
		    height: 3px;
		    border-radius: 0px;
		}

		.social {
			float: left;
			font-size: 80px !important;
			margin-right: 10px !important;
		}

}

@media only screen and (max-width: 500px) {

		.fixed-header {
		    position: fixed;
		    top: -2px;
		    width: 100%;
		    padding-left: 4%;
			height: 80px;
  			padding-top: 20px;
		    background: #fff;
		    border-bottom: 1px solid #ccc
		}

		.logo {
			background-image: url(../images/logo2.png);
		    background-size: 68%;
		    text-indent: -9999px;
		    margin-left: 5px;
		}

		.navbar .navbar-collapse {
		    border: none;
		    width: 150%;
		    margin-left: -16%;
		    box-shadow: none;
		}

		.navbar-default .navbar-toggle {
		    border-color: #ddd;
		    margin-right: 0px;
		    margin-top: 5px;
		}

		.navbar-default .navbar-toggle .icon-bar {
		    background-color: #000 !important;
		}

		.navbar-nav {
		    margin: 11px 20px 0px 0px;
		}

		.navbar-default .navbar-nav>li>a {
		    line-height: 10px;
		}

		.fa {
			background-color: #ffffff !important;
			color: #ff0000 !important
		}

		.fa-headerfix {
		    background-color: #ffffff !important;
		    color: #ff0000 !important;
		}

		.social {
			margin-top: -10px !important;
		}
}

@media only screen and (min-width: 500px) and (max-width: 1200px) {


		.navbar .navbar-collapse {
		    border: none;
			width: 200%;
		    margin-left: -6%;
		    margin-top: 16px;
		    box-shadow: none;
		}
}
/* BACKGROUND VIDEO ABOVE THE FOLD */


a.button {
    background: #2bb5fb;
    padding: 12px 70px 10px 70px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    border: 0;
    border-radius: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

	a.button:hover, button.tito-tickets-button:hover {
		text-decoration: none;
		background: #038cd1
	}
	
ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

	li { 
	    padding-left: .2em; 
	    text-indent: -.7em;
	}
	

	header#header #logo {
		margin: 20px 0;
		position: relative;
		z-index: 9;
	}

	header#header.stuck {
		border-bottom: none !important;
	}

#main { position: relative; }

	#main h2 {
		font-size: 38px;
		line-height: 44px;
	}
	
			
#intro {
	height: auto;
	padding-top: 30vh;
	margin-top: -90px;
	background-image:url(../images/mainbanner.webp);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

	#intro #heroimg {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: -10;
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    /*background: url(polina.jpg) no-repeat;*/
	    background-size: cover; 
	    opacity: .2;
	}

	#intro h1 {
		font-size: 100px;
		line-height: 90px;
	    letter-spacing: -3px;
	    margin: 0 0 20px 0;
	    padding: 0;
	    color: #fff;
	    font-family: 'Caslon', sans-serif;
	}

	#intro h2 {
		font-size: 50px;
	    letter-spacing: -1px;
	    padding: 0;
	    color: #fff;
	    font-family: 'Caslon', sans-serif;
	}
	
	#intro h3 {
		font-size: 35px;
		font-family: 'Caslon', sans-serif;
	    line-height: 26px;
	    letter-spacing: 0px;
	    font-weight: normal;
	    margin: 0;
	    padding: 30px 0;
	    color: #fff;
	    -webkit-font-smoothing: subpixel-antialiased;
	}

	#intro h4 {
		font-size: 22px;
	    line-height: 26px;
	    letter-spacing: 0px;
	    font-weight: normal;
	    margin: 0;
	    padding: 20px 0;
	    color: #fff;
	}
	
	#intro a.button {
		margin: 20px 0;
	}
	
	#intro a.scroll {
		position: absolute;
		bottom: 20px;
		left: 48%;
	}

	.header-form {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 40px !important;
    padding: 10px 0px !important;
    font-size: 15px !important;
    min-height: 41px !important;
    line-height: 1.42857143 !important;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-bottom: 2px solid #000 !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	}

	.header-message {
		padding-top: 4px !important;
   	 height: 120px !important;
	}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

		::-webkit-input-placeholder { /* WebKit browsers */
		    color:    #000;
		    opacity: .4
		}
		:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		    color:    #000;
		    opacity: .4
		}
		::-moz-placeholder { /* Mozilla Firefox 19+ */
		    color:    #000;
		    opacity: .4
		}
		:-ms-input-placeholder { /* Internet Explorer 10+ */
		    color:    #000;
		    opacity: .4
		}

		input:-webkit-autofill,
		input:-webkit-autofill:hover,
		input:-webkit-autofill:focus,
		input:-webkit-autofill:active {
			background-color: transparent !important
		}

	
/* iOS hack */
textarea, input {-webkit-appearance: none !important; border-radius: 0 !important;}
	

	
@media only screen and (max-width: 769px) { 

				
	#intro	{
	height: auto;
	padding-top: 290px;
	margin-top: -90px;
	background-image:url(../images/mainbanner.webp);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	}	
	
		#intro #video-bg { display: none !important; }

		
	section#section-3 h2 {
		font-size: 30px;
		margin: 0;
	}
}

@media only screen and (max-width: 430px) { 	

	
	#intro	{
		padding-top: 30px;
	    margin-top: 55px;
	    background-image: url(../images/mainbanner.webp);
	    background-size: cover;
	    background-repeat: no-repeat;
	    position: relative;
	    background-position-x: 30%;
	}	
	
		#intro h1 {
			font-size: 48px !important;
		    line-height: 42px;
		    position: relative;
		    z-index: 1;
		    text-align: center;
		    margin-bottom: 10px;
		}
	
		#intro h2 {
		    font-size: 22px !important;
		    line-height: 22px !important;
		    text-align: center;
		    position: relative;
		    z-index: 1;
		    padding: 0;
		    margin: auto;
		}

		#intro h3 {
		    font-size: 17px;
		    line-height: 26px;
		    text-align: center;
		    margin: 0;
		    padding: 10px 0;
		}
		
		#intro h4 {
		    font-size: 15px;
		    line-height: 16px;
		    margin: 0;
		    padding: 4px 0;
		    text-align: center;
		}

		#intro a {
			position: relative;
			z-index: 1;
		}
		
		#intro a.scroll {
			left: 40%;
		}

			.header-form {
			    margin-top: 5px;
			    font-size: 15px !important;
			    margin-bottom: 0px;
			}
	
}


@media only screen and (min-width: 510px) and (max-width: 730px) { 	

	
	#intro	{
	height: auto;
    padding-top: 110px;
    margin-top: -40px;
    background-image: url(../images/mainbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: 30%;
	}	
	
		#intro h1 {
			font-size: 38px !important;
			position: relative;
			z-index: 1;
			margin-bottom: 5px;
		}
}

/* ABOUT */

#about {
    background-color: #fff;
    background-image: url(../images/aboutmainbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 100px;
}

#about h1 {
	font-family: 'Caslon', sans-serif;
    font-size: 100px;
    line-height: 95px;
    margin-bottom: 60px;
    letter-spacing: -2px;
}
		.homeabout	{
			background-color: #fff;
		}	
		.aboutphone {
			margin-top: -40px;
		}
		.homeabout h2 {
			font-size: 31px !important;
			font-family: 'Caslon', sans-serif;
			margin-bottom: 10px;
		}
		.homeabout h3 {
			font-size: 16px !important;
			line-height: 20px;
			margin: 25px 27% 30px 27%;
		}
		#about p {
			font-size: 18px;
		    color: #000;
		    margin-top: 15px;
		    padding-left: 40px;
		    line-height: 28px;
		    text-align: left;
		}


@media only screen and (max-width: 500px) { 

	#about {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #f1f1f1;
	}

	#about h1 {
		    font-size: 50px;
		    line-height: 45px;
		    margin-bottom: 70px;
		    letter-spacing: 0px;
		}

		.homeabout {
			padding-bottom: 5px;
		}

	.homeabout h1 {
	    font-size: 55px;
	    margin-top: 45px !important;
	    margin-bottom: 8px !important;
	}

	.homeabout h3 {
	    font-size: 16px !important;
	    line-height: 20px;
	    margin-bottom: 35px;
	     margin: 25px 7% 30px 7%;
	}

	.homeabout p {
	    font-size: 15px !important;
	    line-height: 24px;
	    padding: 0;
	    margin-bottom: 30px;
	    font-weight: normal;
	    -webkit-font-smoothing: subpixel-antialiased;
	}

	#about h2 {
	    font-size: 21px !important;
	    line-height: 24px;
	}

		#about p {
	    font-size: 15px;
	    margin-top: 25px;
	    padding-left: 0px;
	    line-height: 23px;
	    text-align: center;
	}
}
	
/* PACKAGES & GIFTS & TESTIMONIALS */

#packages, #gift {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

	#packages h1 {
	    font-size: 65px;
	    letter-spacing: -2px;
	    margin-bottom: 60px;
	    font-family: 'Caslon', sans-serif;
	}

	#gift h1 {
		font-size: 60px;
	    line-height: 70px;
	    letter-spacing: -2px;
	    color: #ff0000;
	    margin-top: 0px;
	    font-family: 'Caslon', sans-serif;
	}


	#testimonials {
		padding-top: 70px;
		padding-bottom: 70px;
		background-image:url(../images/testimonialsmainbanner.webp);
		background-size: cover;
		background-repeat: no-repeat;
	}

	#testimonials-detail {
		padding-top: 70px;
		padding-bottom: 70px;
		background-color: #fff
	}

	#testimonials, #testimonials-detail h1 {
		font-size: 60px;
		line-height: 80px;
		font-family: 'Caslon', sans-serif;
		margin-bottom: 0px;
		letter-spacing: -1px;
	}

	#testimonials h2, #testimonials-detail {
		line-height: 20px;
		font-size: 18px;
	}

	.testimonials-bg {
		height: 250px;
		padding: 60px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/testimonials-bg.webp);
		background-size: cover;
		margin-bottom: 80px;
		background-repeat: no-repeat;
		position: relative;
	}

	.gift-bg {
		height: 250px;
		padding: 60px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/gift-bg.webp);
		background-size: cover;
		margin-bottom: 100px;
		background-repeat: no-repeat;
		position: relative;
	}

	.specials-bg {
		height: 250px;
		padding: 60px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/specials-bg.webp);
		background-size: cover;
		margin-bottom: 50px;
		background-repeat: no-repeat;
		position: relative;
	}

	.contact-bg {
		height: 250px;
		padding: 60px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/contact-bg.webp);
		background-size: cover;
		font-weight: normal;
		margin-bottom: 70px;
		background-repeat: no-repeat;
		position: relative;
	}

	.pack-bg {
		height: 250px;
		padding: 60px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/services-bg.webp);
		background-size: cover;
		font-weight: normal;
		margin-bottom: 70px;
		background-repeat: no-repeat;
		position: relative;
	}

	.service-fix {
		margin-top: 80px;
	}

	#packages ul {
		text-align: left;
	    display: inline-block;
	    font-size: 15px;
	    margin: 0px 17% 30px 17%;
	    font-weight: normal;    
	}


	#packages li { 
    padding-left: 1em; 
    text-indent: -.7em;
    line-height: 19px;
    margin-top: 10px;
}

	#packages li:before {
	    content: "• ";
	    color: red; /* or whatever color you prefer */
	}

	.first-list-fix {
		margin-top: -60px !important
	}

	.bigform {
		padding-right: 15%;
		text-align: left !important
	}

	.servicearea-bg {
		height: 250px;
		padding: 80px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/servicearea-bg.webp);
		background-size: cover;
		margin-bottom: 50px;
		background-repeat: no-repeat;
		position: relative;
	}

	.special-row {
		margin-top: 60px !important;
	}

	#gift h1 {
		margin-bottom: 0 !important
	}

	#gift h4 {
		line-height: 22px;
	    font-weight: normal;
	    margin-bottom: 50px;
	    margin-top: 15px;
	}

	#gift h5 {
		line-height: 46px;
		color: #ff0000;
		font-size: 45px;
	    font-weight: normal;
	    margin: 0px 10% 20px;
	    font-family: 'Caslon', sans-serif
	}

	#gift img {
		
	}

	.pricetag {
		font-size: 15px;
		width: 100%;
		padding-left: 22px;
		padding-right: 22px;
		padding-bottom: 0px;
		margin-bottom: 25px
	}


	.pricetag-b {
		font-size: 18px;
		padding-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
		display: inline-block;
		margin-bottom: 5px
	}

	.col-detail {
		width: 20%;
		float: left;
	}


@media only screen and (max-width: 700px) { 	
		.col-detail {
		width: 100%;
		margin-bottom: 40px;
		float: left;
	}

}

	.top {
		margin-top: -5px;
		background-image:url(../images/services-arrow-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 85px;
		margin-bottom: 20px;
		background-position: bottom center;
		padding-top: 5px;
	}

	#packages h5 {
		font-size: 140px;
	    line-height: 100px;
	    margin-bottom: 30px;
	    margin-top: 10px;
	    font-family: 'Caslon', sans-serif;
	}

	#packages h2, #gift h2 {
	    font-size: 40px;
	    line-height: 47px;
	    margin-bottom: 0px;
	    margin-top: 10px;
	    font-family: 'Caslon', sans-serif;
	}

	.mobile-pricetag, .mobile-pricetag-p {
		display: none;
	}

	#gift h3 {
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    font-family: 'Caslon', sans-serif;
	}

	#gift .btn-main {
		margin-bottom: 40px;
	}

	#packages p, #gift p {
	    font-size: 15px;
	    line-height: 20px;
	    padding: 0 6%;
	    margin-top: 25px;
	       min-height: 190px;
	}

.btn-big {
	background: #000;
    text-shadow: none;
    color: #fff;
    font-size: 22px;
    margin-top: 60px;
    padding: 12px 100px !important;
    border-radius: 0px;
    border: 2px solid #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Caslon', sans-serif;
}
.btn-big:hover {
		color: #ff0000;
		background-color: transparent;
		border: 2px solid #ff0000;
}

.btn-main {
		background: #000;
	    text-shadow: none;
	    color: #fff;
	    font-size: 18px;
	    margin-top: 20px;
	    padding: 8px 40px;
	    border:0px;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    font-family: 'Caslon', sans-serif;
	    border-radius: 0px;
	}
.btn-main:hover {
		background-color: #ff0000;
		color: #fff;
		border:0px;
	}


	.testimonial {
		padding: 20px 0;
	}

	blockquote {
		padding: 12px 8%;
	    text-align: left;
	    margin: 0 0 0px;
	    font-size: 30px;
	    border: 0px !important;
	}

	.cite {
		margin-left: -13px;
	}

	.quote {
	    font-size: 38px;
	    line-height: 40px;
	    min-height: 290px;
	    text-align: center;
	    color: #A5A5A5;
	    font-family: 'Caslon', sans-serif;
	}


@media only screen and (max-width: 1350px) { 	

	#packages p {
	       min-height: 280px;
	}
}

@media only screen and (max-width: 1200px) { 	

.container > .navbar-header {
    margin-right: 0;
    margin-left: 280px;
}


	#packages, #gift {
	padding-top: 30px;
	padding-bottom: 30px;
	}	

	.pricetag-holder {
		padding: 0
	}

	#packages h1, #gift h1 {
		 margin-bottom: 30px;
   		 font-size: 50px;
	}


}

@media only screen and (min-width: 700px) and (max-width: 1400px) { 	

	#packages img {
		margin-top: 0px;
		height: 19vw;
	}

}

@media only screen and (max-width: 700px) { 	

   	#packages p, #gift p {
		min-height: 0px;
   		padding: 0 7%;
	}

	.mobile-pricetag-p {
		display: block;
		padding: 0
	}

	.mobile-pricetag {
		float: left;
		width: 50%;
		display: block;
		margin-bottom: 20px;
	}

	.mobile-pricetag h2 {
		color: #ff0000 !important;
		font-size: 45px !important
	}

	.quote {
		font-size: 34px;
		line-height: 40px;
	}

	#gift {
		padding-top: 50px;
		padding-bottom: 0px;
	}

	#gift h1 {
		font-size: 48px;
	}

	#gift h4 {
	    margin-bottom: 30px;
	    margin-top: 0px;
	}

	#testimonials h2 {
		    font-size: 16px;
		}

	#gift img {
    margin-top: 0px;
	}

	#gift .btn-main {
		background: #000;
	    text-shadow: none;
	    color: #FFF;
	    font-size: 16px;
	    margin-top: 20px;
	    padding: 8px 15px;
	    margin-bottom: 40px;
	    border-radius: 0px;
	    border: 2px solid #000;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}
}


/* SERVICE AREA MAP & GALLERY */


#servicearea, #gallery {
	background-color: #e6e6e6;
	padding-top: 100px;
	padding-bottom: 100px;
}

	#servicearea {
		background-image:url(../images/serviceareamainbanner.webp);
		background-size: cover;
		background-repeat: no-repeat;
	}

	#servicearea h1 {
		font-family: 'Caslon', sans-serif;
		color: #ff0000;
		font-size: 95px;
		line-height: 85px;
		margin-top: 0px;
		text-align: left;
	}

	.serviceable-detail h1 {
		font-size: 85px !important;
		line-height: 85px;
		margin-top: 60px !important; 
	}

	#servicearea h2 {
		font-family: 'Caslon', sans-serif;
		color: #000;
		font-size: 40px;
		line-height: 42px;
		margin-right: 25%;
		text-align: left;
	}

	#servicearea h3 {
		font-family: 'Caslon', sans-serif;
		color: #000;
		font-size: 42px;
		line-height: 48px;
		margin-right: 5%;
		text-align: left;
	}

	#servicearea p {
		color: #000;
		font-size: 18px;
		line-height: 22px;
		margin-top: 25px;
		margin-bottom: 25px;
		text-align: left;
	}

	.service-area-cta {
		background-color: #000;
		font-family: 'Caslon', sans-serif;
		color: #fff;
		font-size: 26px;
		line-height: 26px;
		padding: 25px;
		margin-right: 7%;
		-webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

	.after-service {
		background-color: #fff;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.after-service h3 {
		font-family: 'Caslon', sans-serif;
		color: #000;
		font-size: 37px;
		line-height: 44px;
		margin-right: 12%;
		text-align: left;
	}

	.after-service li {
	    padding-left: 0em;
	    text-indent: 0em;
	}

		.service-area-cta:hover {
			background-color: #ff0000;
		  }

	#servicearea img {
		margin: auto;
		-webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

	#servicearea img:hover {
		transform:translate(0px,-20px);
	}


	.gallery-bg {
		height: 250px;
		padding: 95px 8% 0 8%;
		margin-top: -25px;
		background-image:url(../images/gallery-bg.webp);
		background-size: cover;
		margin-bottom: 80px;
		background-repeat: no-repeat;
		position: relative;
	}

	#gallery h1 {
		font-size: 60px;
	    line-height: 80px;
	    margin-top: 0px !important;
	    margin-bottom: 0px !important;
	    font-family: 'Caslon', sans-serif;
	}

	#gallery h2 {
		font-size: 18px;
	    margin-top: 20px;
	    margin-bottom: 40px;
	    color: #aeaeae;
	}

	.areatitle h1 {
		color: #c8c8c8 !important;
		padding: 30px 10%;
	}

	.neighborhoods ul {
		margin-top: -550px;
		margin-left: 36px;
	}

	.neighborhoods ul li {
		font-weight: normal !important;
		font-size: 14px;
		line-height: 18px;
		text-indent: 0px;
		text-align: left;
	}

@media only screen and (max-width: 1200px) { 

	#servicearea, #gallery {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.areamap {
		font-size: 38px;
		padding: 12% 60% 12% 5%;
		line-height: 45px;
	}	

}

@media only screen and (max-width: 900px) { 

	.areamapdetail {
		text-align: left;
		margin-top: 40px;
		font-size: 46px;
		font-weight: normal;
		color: #000;
		padding: 55% 60% 12% 52px;
		line-height: 48px;
	}

	.neighborhoods ul {
		margin-top: 30px;
		padding-left: 45px;
		margin-left: 0px;
	}

	.neighborhoods ul li {
		font-weight: normal !important;
		font-size: 18px;
		line-height: 24px;
		text-indent: 0px;
		text-align: left;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 500px) { 

	#servicearea h1, #gallery h1 {
		font-size: 45px;
	    text-align: center;
	    line-height: 45px;
	}

	#servicearea h2 {
	    font-size: 30px;
	    line-height: 32px;
	    margin-right: 0;
	    text-align: center;
	}

	#servicearea p {
	    font-size: 13px;
	    line-height: 16px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    text-align: center;
	}

	.service-fix {
		margin-top: 0px;
	}

	.service-area-cta {
	    margin-right: 0%;
	    margin-bottom: 30px;
	}

	.pack-bg {
		padding-top: 40px;
		margin-bottom: 0px;
	}

	.pack-bg h1 {
		font-size: 40px !important
	}

	.first-list-fix {
		margin-top: 10px !important;
	}

	.contact-bg {
		margin-bottom: 20px;
	}

	.bigform {
		padding-right: 5%;
		margin-top: 35px;
		text-align: left !important
	}

	.areatitle h1 {
		font-size: 24px !important;
		line-height: 30px;
		padding: 10px 0% 0;
	}

	.areamapdetail {
		margin-top: 40px;
	    font-size: 22px;
	    font-weight: normal;
	    color: #000;
	    padding: 128% 40% 0% 34px;
	    line-height: 24px;
	}

	.neighborhoods ul {
		margin-top: 20px;
		padding-left: 15px;
		margin-left: 0px;
	}

		.neighborhoods ul li {
		font-weight: normal !important;
		font-size: 15px;
		line-height: 18px;
		text-indent: 0px;
		text-align: left;
		margin-left: 0px;
	}

	.gallery-bg {
		padding: 75px 8% 0 8%;
		margin-bottom: 60px;
	}

	.gift-bg, .testimonials-bg {
		margin-bottom: 40px;
	}

	.specials-bg {
		margin-bottom: 20px;
	}

	.btn-big {
		font-size: 17px;;
		margin-top: 30px;
		padding: 12px 70px !important;
		margin-bottom: 50px;
}

	#packages img {
		width: 100%;
		    margin-top: 0px;
	}

	#testimonials {
		padding-top: 70px;
		padding-bottom: 70px;
		background-image:url(../images/testimonialsmainbanner.webp);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.testimonial {
	    padding: 20px 10px;
	}

	.btn-main {
	    font-size: 16px;
	    padding: 7px 20px;
	}

	#testimonials h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin-bottom: 0px;
	}

	#testimonials h2 {
		line-height: 20px;
	}

	.cite {
		margin-left: -7px;
	}

	blockquote {
	    padding: 0px 0%;
	}

	.quote {
		font-size: 22px;
		line-height: 27px;
		    min-height: initial;
	}
	
	.areamap {
	    font-size: 18px;
	    padding: 12% 55% 12% 5%;
	    line-height: 23px;
	}	

}


/* FOOTER */

footer {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #000;
	color: #fff
}

.footer-data {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

footer ul {
	margin: 25px auto;
}

footer li {
	display: inline-block;
}

footer ul li a {
	font-size: 15px;
	line-height: 28px;
	padding: 20px;
	color: #ccc;
	text-transform: uppercase;
}

.cards {
	text-align: left;
	font-size: 13px;
	padding-right: 7%;
	line-height: 18px;
	color: #aaaaaa;
}


.cards img {
	margin-top: 0px;
	margin-right: 10px;
	display: inline-block;
}

.bbb {
	margin-top: 22px !important;
	display: block;
}

footer p {
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
	line-height: 22px;
}

.btn-default[disabled] {
	background-color: #333 !important;
    border-color: #333 !important;
    border-radius: 0px !important;
    background-image: none;
    opacity: .4;
    	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-bottom: 2px solid #fff !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control-big {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 0px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-bottom: 2px solid #000 !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea {
	min-height: 90px; 
}

.btn-footer {
		background: #ff0000;
		text-shadow: none;
		box-shadow: none;
		color: #fff;
		font-size: 20px;
		font-family: 'Caslon', sans-serif;
		margin-top: 10px;
		padding: 8px 40px;
		border-radius: 0px;
		border: 2px solid #000;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}
.btn-footer:hover {
		color: #fff;
		background-color: #ff0000;
		border: 2px solid #ff0000;
	}


.btn-header {
		background: #000;
	    text-shadow: none;
	    color: #fff;
	    font-size: 21px;
	    margin-top: 0px;
	    padding: 8px 40px;
	    border-radius: 0px;
	    float: right;
	    box-shadow: none;
	    border: 2px solid #000;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    font-family: 'Caslon', sans-serif;
	}
.btn-header:hover {
		color: #fff;
		background-color: #222;
		border: 2px solid #222;
	}


@media only screen and (max-width: 800px) { 

		.logofooter {
			text-align: center;
		}

		.footer-data {
			font-size: 16px;
			line-height: 22px;
			margin-top: 30px;
			margin-bottom: 20px;
		}

		.cards {
			padding-left: 15px;
			text-align: left;
			margin-bottom: 30px;
		}

		.cards img {
			margin-top: 20px;
			margin-right:20px;
			display: inline-block;
		}

		footer p {
			 margin-top: 0px;
   			 text-align: center;
		}
  }

@media only screen and (max-width: 500px) { 
		footer ul {
			display: none;
		}


.btn-header {
		margin-top: 0px;
		padding: 7px 40px;
		font-size: 18px;
 	   float: none;
	}
}




/*#####################
Additional Carousel Styles (required)
######################*/

#myCarousel .thumbnail {
	margin-bottom: 20;
	border:none;
	box-shadow: none !important
}

.well {
	background: none;
    border: 0px;
    box-shadow: none !important;
    border-radius: 0px;
}

.thumbnail {
    border: none;
    border-radius: 0px;
}

.carousel-control {
	display: none;
}

.carousel-indicators {
	bottom:-60px;
	z-index: 7 !important;
	margin-bottom: 50px;
	border:none;
}
.carousel-indicators li {
	border-radius:0;
	width:8px;
	border-radius: 30px;
	height:8px;
	background:#000;
	border:1px solid #000;
}
.carousel-indicators .active {
	width:10px;
	height:10px;
	background:#ff0000;
	border-color:#ff0000;
}


.insta-grid {
	display: flex;
	flex-wrap: wrap;
}
.insta-item {
	width: 50%;
	margin-bottom: 14px;
}
.insta-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.insta-item:nth-child(odd) {
	padding-right: 7px;
}
.insta-item:nth-child(even) {
	padding-left: 7px;
}

@media only screen and (min-width: 768px) {
	.insta-grid .insta-item {
		width: 32.66%;
		margin-right: 1%;
		margin-bottom: 12px;
		padding: 0;
	}
	.insta-grid .insta-item:nth-child(3n+3) {
		margin-right: 0;
	}
	.insta-grid .insta-item:nth-last-child(1),
	.insta-grid .insta-item:nth-last-child(2),
	.insta-grid .insta-item:nth-last-child(3) {
		margin-bottom: 0;
	}
}





.schedule-online-wrapper {
	height: 1100px;
	text-align: center;
	margin-top: 32px;
}



/* Schedule Form */
.schedule-form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.schedule-form__item {
	position: relative;
	width: 50%;
}

.schedule-form__item:nth-child(1) {
	padding-right: 5px;
	margin-bottom: 10px;
}

.schedule-form__item:nth-child(1) .ej-dropdown {
	padding-right: 5px;
}

.schedule-form__item:nth-child(2) {
	padding-left: 5px;
	margin-bottom: 10px;
}

.schedule-form__item:nth-child(2) .ej-dropdown {
	padding-left: 5px;
}

.schedule-form__item:nth-child(3) {
	width: 100%;
}

.schedule-form-input {
	width: 100%;
	font-size: 16px;
	color: #1e2631;
	padding: 19px 30px 19px 10px;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	border: 2px solid #000;
}

.schedule-form-input--location {
	background-image: url('/images/location-bg.png');
}

.schedule-form-input--select {
	background-image: url('/images/select-arrow-bg.png');
}

.schedule-form-button {
	font-family: 'Roboto', sans-serif;
	padding: 20px 10px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	width: 100%;
	border: none;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	transition: background-color .2s ease-in-out;
}

.schedule-form-button:hover {
	background-color: #ff0000;
}

.schedule-form-button svg {
	width: 13px;
	height: 13px;
	fill: #fff;
	margin-left: 10px;
}

.ej-dropdown {
	position: absolute;
	z-index: 2;
	top: 90%;
	left: 0;
	width: 100%;
}

.ej-dropdown-content {
	box-shadow: 0px 4px 10px rgba(42, 94, 81, 0.20);
}

.dd-content {
	padding: 13px 18px;
	background-color: #fff;
	width: 100%;
	text-align: left;
}

.ej-dropdown-item {
	color: #515b69;
	transition: color .2s ease-in-out;
	margin-bottom: 7px;
	cursor: pointer;
}

.ej-dropdown-item:last-child {
	margin-bottom: 0;
}

.ej-dropdown-item:hover {
	color: #1e2631;
}

@media (min-width: 768px) {
	.schedule-form__item:nth-child(1) {
		width: 40%;
		margin-bottom: 0;
	}

	.schedule-form__item:nth-child(2) {
		width: 40%;
		margin-bottom: 0;
	}

	.schedule-form__item:nth-child(3) {
		width: 20%;
		padding-left: 10px;
	}

	.schedule-form-button {
		font-size: 18px;
		padding: 19px 14px;
	}

	.schedule-form-button svg {
		width: 15px;
		height: 15px;
	}
}



@media (max-width: 768px) {
	.h2 {
		font-family: 'Caslon', sans-serif;
		color: #000;
		font-size: 30px;
		line-height: 32px;
	}
}
@media (min-width: 769px) {
	.h2 {
		font-family: 'Caslon', sans-serif;
		color: #000;
		font-size: 40px;
		line-height: 42px;
	}
}
.mb--d {
	margin-bottom: 24px;
}

.intro-inner {
	text-align: center;
}


.link-white {
	color: #fff;
}
.link-white:hover {
	color: #000;
}
