<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html
{
    -webkit-font-smoothing:antialiased;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}


body {
	color: #2c3e50;
	font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #fff;
	overflow-x: hidden !important;
	line-height: 1.5;
}

/*-------------------------------------General-----------------------------------------------------------------------------*/

/*========random coupon styles==============*/
.hide {
	display:none;
}
.doorfade{animation:opacdoor .5s}@keyframes opacdoor{from{opacity:1} to{opacity:0}}

/*========end random coupon styles==============*/
a {
    color: #7d14c7;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footmenu a, #social_icons a {
		color: orange;
}
.footmenu a:focus, .footmenu a:hover, #social_icons a:hover, #social_icons a:focus {
		color: #8400e8;
}
a:hover, a:focus {
    color: #ff00e9;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}
.grn-but {
	background: #2bb97f;
	border: 1px solid #2bb97f;
	color: white
}
.grn-but:hover {
	background: #247b80;
	color:white;
	border: 1px solid #247b80;
} 
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {font-size: 38px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}


.bodywrap {
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
p.mainp {
    font-family: Verdana;
    font-size: 12px;
    margin-top: 5px;
}
p{
	margin-bottom: 20px;
       
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.ital {
	font-style: italic !important;
}
span.phonetext {
	display:inline-block;
}
a.phonelink {
	display: none;
}
@media screen and (max-width: 700px) {
	span.phonetext {
		display:none;
	}
	a.phonelink {
		display:inline-block;
	}
}
.sr-only {
    color: white;
    background: black;
}
/*-----------------------------------------Section--------------------------------------------------*/
.section {
	padding: 80px 0;
	width: 100% !important;
}
.active-section {
	top: 80px;
}
.navbar.active-section {
	top: 0 !important;
}

.aboutimg {
	width:100%;
	margin-bottom:20px;
}

.aboutdes {
	height:80px;
}

.marg1 {
	margin-top: 30px !important;
}

@media screen and (max-width: 991px) {
	.aboutimg{
		width: 90%;
		clear: right;		
	}
}

/*-----------------------------------------------------Button--------------------------------------*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 300;
	text-decoration: underline;
}
.btn-primary
{
    background-color:#feaf1e;
    border-color:#feaf1e;
}
.btn, .label {
	font-weight: 300;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	background-color: #34495e;
	border-color: #34495e;
	color: #FFF;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
    background-color: #feaf1e;
    border-color: #feaf1e;
		color:black;
		font-weight:bold;    
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ec921e;
	border-color: #ec921e;

}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c0392b; 
	border-color: #c0392b; 
}
.floatmid p .btn-primary, .floatmid p .btn-warning, .floatmid p .btn-danger {
	  color: black;
    font-weight: bold;
}
/*---------------------------------------------------Header---------------------------------------------------------------------*/

.skip_nav {
	position:absolute;
	top:-50px;
	left:0;
	right:0;
	background:orange;
	color:black;
	padding:5px 10px;
	z-index:100000;
	margin:auto;
	width:200px;
	text-align:center;
}
a.skip_nav:hover, a.skip_nav:focus, a.skip_nav:active {
  top: 0;    
  color:black
}
.header {
	box-shadow: 0 0 7px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.05);
        -ms-box-shadow: 0 0 7px rgba(0,0,0,.05);
        -o-box-shadow: 0 0 7px rgba(0,0,0,.05);
        background:#000;
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        z-index:9999;

        
}
@media screen and (max-width: 1089px) {
	.navbar-collapse.in {
		width: 100%;
	}
}
/*---------------------------------------------------PRELOADER---------------------------------------------------------------------*/
.preloader
{
width:100%;
height:100%;
position:fixed;
left:0;
top:0;
bottom:0;
right:0;
z-index:10000000000001;
background:#fff;
}


.loadimg{
	position:absolute;
	display: block;
	z-index:20;
	top:0;
	left:0;
	
	-webkit-animation:spin 10s linear infinite;
  -moz-animation:spin 10s linear infinite;
  animation:spin 10s linear infinite;
} 

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.loadimg2 {
	position:absolute;
	top:0;
	left:0;

}

.imgcont {
	width:40%;
	margin: 10% auto;
	position:relative;
	
}


@media screen and (max-width: 980px) {
	
	.loadimg2 {
		width:100%;
	}
	
	.imgcont {
		width:90%;
	}
	
	.loadimg {
		width:60%;
	}


}
/*--------------------------------------------------Background--------------------------------------------------------------------------------------------------------*/
.a1-1 {
	top:-.5%;
	background:#605f5e;
  background: url('/image/newbackground.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -107;
  animation:fadebackalt 100s infinite;
	-webkit-animation:fadebackalt 100s infinite;
}	
	
.a1 {
	top:0;
	background:#605f5e;
  background: url('/image/image-back4.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -107;
  animation:fadeback 100s infinite;
	-webkit-animation:fadeback 100s infinite;
}
.a2 {
	top: -5%;
	background:#605f5e;
  background: url('/image/image-back3.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -107;
  animation:fadeback2 100s infinite;
	-webkit-animation:fadeback2 100s infinite;
}
.a3 {
	top: -5%;
	left:0;
	background:#605f5e;
  background: url('/image/image-back.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -107;
  animation:fadeback3 100s infinite;
	-webkit-animation:fadeback3 100s infinite;
}
.a4 {
	top: 0;
	background:#605f5e;
  background: url('/image/image-back4alt.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -108;

}
.a4-4 {
    top: 0;
    background: #605f5e;
    background: url(/image/beachbg.jpg) center 0 no-repeat;
    background-size: cover;
    z-index: -108;
    width: 100%;
    height: 100%;
    display:none;

}

.backgroundcover {
	width:100%;
	height: 100%;
	position:fixed;
	z-index: -109;



}
.backgroundcover2 {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    background: #605f5e;
    background: #252525 url(../image/image-back2.jpg) center center no-repeat;
    background-size: cover;
    z-index: -107;
}


.a1,.a2,.a3,.a4, .a1-1 {
  position: fixed;
  width: 100%;
  height: 110%;
}

@keyframes fadebackalt
{
  0%   {opacity:1}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}  
  80% { opacity: 0}    
  100% { opacity: 1}
}
@keyframes fadeback
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 0}  
  80% { opacity: 0}    
  100% { opacity: 0}
}
@keyframes fadeback2
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 1}  
  80% { opacity: 0}    
  100% { opacity: 0}
}
@keyframes fadeback3
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 0}
  60% { opacity: 0}  
  80% { opacity: 1}    
  100% { opacity: 0}
}


@media screen and (max-width:1350px) {
	.a1 {
		margin-top:50px !important;

	}
	.a2 {
		margin-top:50px !important;

	}
	.a3 {
		margin-top:50px !important;

	}
	.a4 {
		margin-top:50px !important;	
		
	}	
	.a1-1 {
		margin-top:50px !important;
		top:0;

	}	
	
}



/*-------------------------------------------------Navbar------------------------------------------------------------------------------------------------------------------------*/
.navbar-inverse .navbar-brand {
	padding: 30px 10px;
	margin-right: 2%;
	color: inherit;
	width:100%;
	
}

.nav-
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, .9);
	
	border: none;
}
.navbar-right button {
	margin: 23px 5px;
}
.navbar-nav&gt;li&gt;a {
    padding: 31px 5px;
    margin: 0 10px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
	color: inherit;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover, .navbar-inverse .navbar-nav&gt;li&gt;a:focus,
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #3498db;
}

.navbar-brand {
    color: #fff;
    padding-top: 10px;
    font-size: 1.5em;
    float: none;
}
.nav a {
    color: #fbfbfb;
}
.nav a:hover
{
    color:#feaf1e;
    background:gray;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
.navbar-header {
    /* float: none !important; */
    width: 100%;
}
.logocont {
    display: inline-block;
}
.headercontainer {
    width: 100%;

}
.dropdown-menu {
	padding: 0 !important;
}



.navbar-collapse {
	height:auto;
	

}

.dropdown-menu&gt;li&gt;a {

	margin: 0 auto;
	height: 40px;
	border-bottom: 1px solid gray;
	padding-top:10px;
	
	
}



@media screen and (max-width: 1090px) {



	.buttul li {
		width:30% !important;
		display:inline;
		
	}
	.navbar-collapse {
		max-height: 400px;
	}
	.navbar-nav&gt;li&gt;a {
	  border-bottom: 1px rgba(255, 255, 255, 0.11) solid;
	  padding:12px; 
	  margin: 0;
	}
	.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{
		background:#f5f5f5;
		
	}
	.navbar-nav .open .dropdown-menu {
		background: darkgray;
		width:100%;
		margin: 0 auto;
	}
	.dropdown-menu&gt;li&gt;a {
		height: 50px;
	}	
	.navbar-nav .open .dropdown-menu&gt;li&gt;a {
		padding-top:15px; 
	}
	

}
@media screen and (max-width: 700px) {	

	.dropdown-menu&gt;li&gt;a {
		height: auto; 
		padding-top: 8px !important; 
	}
		
}
	
/*----------------------------------------------------Main-------------------------------------------------------	*/
.main {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    margin-top: 100px;
}
.main &gt; .container
{
    padding:20px 0px;
}
.main.lp-element {
	padding: 10px 50px;
	background-color: rgba(255, 255, 255, .75);
}
.main h1 {
	font-size: 60px;
	
}
.main p.lead {
	font-size: 1.8em;
}
.blackdiv
{
    background:#000;

    margin-bottom:10px;
    border-radius: 7px;
   -webkit-border-radius: 7px;
   -moz-border-radius:7px;
   -ms-border-radius:7px;
}
.blackdivalt {
	  background: rgba(19, 18, 18, 0.98);
    margin-bottom: 15px;
    border-radius: 7px 7px 7px 7px;
    padding: 2%;
    -webkit-box-shadow: 0 3px 5px #000000a3;
    margin-top: 5%;
    box-shadow: 0 3px 5px #000000a3;
  }
.blackdiv1 {

    border: .77em solid white;
}
div#content {
    margin-top: -35px;
}

.icon_area_top {
    width: 30%;
    max-width: 150px;
    min-width: 105px;
    float: right;
    margin-top: 2.2%;
    display: none;
    padding-right: 15px;
}
.location_icon {
    width: 34px;
    display: inline-block;
    float: right;
    margin-right: 12px;
    cursor: pointer;
    padding: 3px;
    background: none;
    border: none;
}
.location_icon:hover {
	border: 1px solid gray;
	border-radius: 5px;
}

.location_icon img {
    width: 100%;
}

@media screen and (max-width:1089px) {
		.icon_area_top {
			display: inline-block;
		}
}
@media screen and (max-width: 700px) {
	.blackdivalt {
		margin-top:-10%;
	}
	.icon_area_top {
		margin-top: 5%;
	}	
}
@media screen and (max-width: 385px) {
	.blackdivalt {
		margin-top:-30%;
	}
}
@media screen and (min-width:1090px) {
	.location_icon {
		display: none !important;
	}
}

/*------------------------------------------------Features----------------------------------------------------------*/
.features {
    background-color: #FFF;
    margin-top: 90px;
}
.features &gt; .container
{
   padding:20px 0px;
}
.features h1 {
	text-transform: uppercase;
}
.features block-icon{
	text-align: center;
}
p.lead {
	font-size: 24px;
	font-weight: 200;
	margin: 40px 0px;
	margin-bottom: 100px;
}
.block-icon {
	margin-bottom: 30px;
}
.block-icon span i {
	font-size: 60px;
	margin-bottom: 20px;
}
.padd30
{
    padding:30px;
}
.gap
{
    height:25px;
    width:100%;
}


/*-------------------------------------------------Product--------------------------------------------------------------*/
.product
{
    background:#e8e8e8;
    color:#000;
}
.product &gt; .container
{
    padding:50px 0px;
}

img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
        
/*-------------------------------------------------Gallery--------------------------------------------------------------*/
.gallery
{
    background:#131312;
    color:#fff;
    
}
.gallery &gt; .container
{
    padding:40px 0px;
}

.gallery img {
	width: 100%;
	height: auto;
}
.gallery a {
	margin-bottom: 30px;
	display: block;
}
.gallery a:hover, .gallery a:focus, .gallery a:active {
    border: 5px solid #9c1aff;
}
.img-rounded
{
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -ms-border-radius:7px;
    -o-border-radius:7px;
    trasition:all 0.3px;
    -webkit-transition:all 0.5px;
    -moz-transition:all 0.5px;
    -ms-transition:all 0.5px;
}

.img-rounded:hover
{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}
/*---------------------------------------------------------ImpFeature---------------------------------------------------------------*/
.impFeature {
    background:#fff;
}
.impFeature&gt;.container {
    padding-top:40px;
    padding-bottom:0px;
}
#fppic {
	width:100%;
}
.fppiccont {
		margin:0 auto !important;
		float:none !important;
		display:block;
}
.mtop {
		margin-top:20px !important;
}
#space {
		width:100%;
		height:75px;
}

/*---------------------------------------------------------slider---------------------------------------------------------------*/

.slider &gt;.container {
    padding:30px 0px;;
}
.slider {
    background:transparent;
 		margin:0px;    
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
}
#owl-gallery {
    margin-top: 3.4rem;
}
.item {
    margin: 1rem;
}
.item img {
    display: block;
    width: 100%;
    height: auto;
}
.item a:hover {
    cursor: url(../image/cursor.png), auto;
}
.item a:hover img{
    opacity:0.8;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}


/*--------------------------------------------------------Footer--------------------------------------------------------------*/

.footer {
    padding-top:5.4rem;
    padding-bottom:6.5rem;
    background:#131312;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
    color:3605d5d;
   
}
.footer h2, .footer p {
    color:white;
}
.footer .container {
    padding-top:70px;
    padding-bottom:70px;
}
.companyfoot {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3%;
}
.copyright {
    color: white;
    margin: 20px auto;
    font-weight: bold;
    font-size: 18px;
}
.companyfoot img {
    width: 14%;
    max-width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    height:unset;
}
.companyinfo {
	width:43%;
	display: inline-block;
	text-align:right;
}
.footdescription {
	width:43%;
	display:inline-block;
	text-align:left;
}
.footdescription p {
	font-size:7px;
}
.companyinfo h2 {
    font-size: 11px;
    color: orange;
    padding-top: 8px;
    margin-bottom: 10px;
}
.companyinfo p {
	font-size: 7px;
	line-height: 10px;
}
@media screen and (min-width: 990px) {
	.footdescription p {
    font-size: 12px;
	}
	.companyinfo p {
		font-size: 12px;
		line-height: 18px;
	}
	.companyinfo h2 {
    font-size: 19px;
    color: orange;
    padding-top: 8px;
    margin-bottom: 10px;
	}
}
@media screen and (max-width: 800px) {
	.companyfoot img {
		height: 65px;
		margin: 0;
	}
}

/* Newsletter Form */
#preview {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#preview p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

/* Social icons */
#share {
    margin-top:3.25rem;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top:3.25rem;
}

#social_icons {
    text-align:center;
    margin-bottom:3.6rem;
}

#social_icons li {
    display:inline;
    padding-left:0.4rem;
    padding-right:0.4rem;
}

.subscribe-input,.subscribe-submit
{
    height:70px;
    font-size:0.9em
}
.orange
{
    background:#fbc713;
}

#social_icons li a
{
    font-size:2.5em;
    
}


/*----------------------------custom---------------------------*/
#rates {
		width:100%;
		background: #141415;
}
.rates2 {
    width: 108.3% !important;
    margin-left: -4.2% !important;
    margin-top: -3% !important;
    background: none !important;
    position:relative;
}
.rates-xmas {
		background: black;
}
.imagemap {
		position:relative;
}
.hiddenlink {
		opacity:0;
  	color:rgba(0,0,0,0);
}
.hiddenlink:hover, .hiddenlink:focus {
		opacity: .9;
		color:rgba(0,0,0,0);
}
.imagemap a {
		display:inline-block;
		position:absolute;
}
.imagemap a:hover, .imagemap a:focus {
  	background: rgba(254, 147, 119, 0.28);
  	z-index: 100;
}
#equipment {
    width: 100%;
    /* border: 5px solid #367d36; */
    background:#031f2d;
}
.logocont a img {
    width: 100%;
    max-width: 200px;
    padding: 18px;
}
@media screen and (max-width: 770px) {
		.logocont {
			width: 60%;
		}
		a.logozoom img{
				width:100%;
		}
}


/*---------------------stores---------------------------------*/

.mappage {
	height:auto;
	Background:rgba(0, 0, 0, .8);
	min-height:400px;
	display:block;
	overflow: hidden;
	
}


.locationtitle h1{
	width: 90%;
	margin: 0 auto;
	font-size: 40px;
	text-align: center;
} 


.mapmargin {
	margin-bottom: 5% !important;
}
	
	
.search {
	min-height:200px;
	height:auto;

	position:relative;
	float:left;
	padding:0 15px;

}

.state {
	padding:10px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	width: 100%;
	background:rgba(255,194,65, .9);
	color:white;
	font-size:18px;
}
.state label {
    color: black;
    width: 75px;
    text-align: left;
}
.select_gp {
		margin-bottom: 10px;
	}
#zipcodesearch {
	padding:10px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
	width: 100%;
	background:rgba(255,194,65, .9);
	color:black;
	font-size:18px;
}
#zipselect {
    border-radius: 5px;
    width: 40%;
    font-size: 17px;
    background: black;
    color: white;
    margin: 15px;
    text-align: left;
    border: 1px inset #ffc653;
    padding: 5px 10px;
}
#stateselect {
	border-radius: 5px;
	width: 55%;
	font-size:17px;
	background:black;
	margin-top:15px;
	color: gray;
  padding: 5px 10px;
  border: 1px inset #ffbe34;	
	text-align:center;
}

input#zipsubmit {
    left: 0;
    right: 0;
    width: 120px;
    margin-bottom: 10px;
    background: white;
    border: 1px outset #e9b03c;
    padding: 5px;
    cursor: pointer;
    font-size: 17px;
    margin-left: 5px;
}
#cityselect {
    border-radius: 5px;
    width: 55%;
    font-size: 17px;
    background: black;
    color: gray;
    margin-top: 0px;
    text-align: center;
    padding: 5px 10px;
    border: 1px inset #ffbe34;
}

#or {
	margin: 0 auto;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}

.mapwrap {

	height:auto;
	display:inline-block;
	position:relative;
}


#map {
	height: 400px;
	width: 100%;
}



.storespage h1{
	margin-top:5%;
	color:white;
	font-size:60px;
}

h1.loc_p_title {
    color: white;
    font-weight: bold !important;
}	

.locationheader {
	width: 90%;
	height:auto;
	}

#locationitem {
	background:rgba(255, 255, 255, .95);
	margin-bottom:1%;
	border-radius:8px;
	color:black;
	text-align:center;
	padding: 1%;
	font-size:14px;
	font-weight:bold;
	
}

#locationitem h5 {
	font-weight:bold;
	margin-bottom: -5px;
	color:purple;
}

#locationitem:hover {
	background: lightgray;
}


#city {
	margin-top:3%;
}

.locationinfo {
    min-height: 400px;
    color: white;
    font-size: 18px;
    background: rgba(117, 0, 189, 0.32);
    height: 100%;
    padding: 2% 3% 1% 3%;
    /* border: 20px solid #300435; */
	

}

.colorchange {
	color:orange;
}
.colorchange a{
	color:orange;
}
.colorchange a:hover, .colorchange a:focus{
	color:yellow;
}


.centereddiv a:hover, .centereddiv a:focus {	
		color:yellow !important;	
}

.locationimage img{
		width: 100%;
    height: 100%;
    height: 400px;
    border: 20px solid rgba(92, 19, 127, 0.47);
  
  
}

.locationimage {
	margin-bottom:1%;
}

.locationinfo h2 {
	color:white;
	font-size:19px;

}

#storehrs {
	font-size:20px;
	display:inline-block;
	float:left;
	margin: 0 auto;
	min-width:280px;
	text-align:left;
}

#storehrs p {
	font-size: 15px;
}

#storecontact {
		display: inline-block;
    float: left;
    margin: 0 auto 0 2%;
    font-size: 13px !important;
    text-align: left;
}

#specificinfo {
    width: 100%;
    height: 60%;
    margin: 0 auto;
    background: rgba(156, 40, 125, 0.16);
    padding: 1%;
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
    border-top: 1px solid rgba(102, 24, 186, 0.5);
    border-bottom: 1px solid rgba(215, 38, 217, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.57);
    padding: 30px;
}
@media screen and (max-width: 600px) {
	#specificinfo { 
		padding: 10px; 
	}
	#storehrs {
		padding-left: 8px;
	}
}

.locationstuff {
	margin-left:1%;
	max-height:400px;
	min-height:350px;
	
}

.marginzoom {
	margin-bottom: -20px;
}

#storecontact {
	margin-bottom:-10px;
}

#directions {
	width:98%;
	margin:0 auto 10px;
}

table.adp-directions {
	width:90%;
	margin: 0 auto;
}
.locationmap a:hover input, .locationmap a:focus input {
		background: purple;
		color: white;
		border: 1px inset purple;
}
.locationmap input {
    width: 100%;
    margin: 10px auto;
    /* height: 40px; */
    background: orange;
    font-weight: bold;
    max-width: 175px;
    position: absolute;
    z-index: 100;
    right: 78px;
    padding: 7px;
    border: 1px outset #ffba3d;
}
@media screen and (max-width: 640px) {
	.locationmap input { 
		right: auto;
		left: 10px;
		top:50px;
		max-width: 170px;
	}
}
		



.localdescription {
    background: rgba(120, 36, 138, 0.45);
    margin: 10px 15px 12px;
    width: 98%;
    display: inline-block;
    overflow: hidden;
    
}


.localdescription h3 {
    color: white;
    font-size: 18px;

}
.localdescription h2 {
    color: orange;
    font-size: 20px;


}
#___plusone_0 {
	display: inline-block;
	width: 50px !important;
	float: left !important;
	
}

.fb-like {
	display: inline-block;
	float: left;
}

.localdescription .col-sm-12 {
	padding: 0;
}


.reviews {
	margin: 20px auto 2%;
	min-height: 1px;
}

.links {
	display:inline-block;
		padding: 35px;
}
.links a {
	color: orange;
}
.links a:hover, .links a:focus {
	color: yellow;
}
@media screen and (max-width: 600px) {
	.links h3 {
		font-size: 13px;
	}
	.locationinfo h2{
		padding: 20px 20px 10px 20px;
	}
	
}

.local2 {
    border-left: 6px dotted rgba(255, 165, 0, 0.63);
    margin: 3%;
    border-top: 1px solid rgba(123, 21, 232, 0.34);
    background: rgba(55, 0, 88, 0.51);
    border-bottom: 1px solid rgba(170, 0, 255, 0.43);
    color: black;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.59);
}

.reviewwrap h2 {
    color: white;
    text-align: center;
    /* text-decoration: underline; */
    font-size: 25px;
    text-transform: uppercase;
    padding: 25px;
		width: 95%;
    background: rgba(73, 0, 131, 0.34);
    letter-spacing: 4px;
    border-top: 1px solid rgba(85, 37, 171, 0.47);
    box-shadow: -2px 4px 11px black;
    border-bottom: 1px solid rgba(132, 36, 160, 0.51);
    margin: 15px auto;
}
#yext-widget-205947.yext-reviews .review, .yext-widget-popup-205947.yext-reviews .review{

		padding: 10px 30px 30px;
    /* background: rgba(52, 15, 56, 0.72); */
    /* border: 2px solid rgba(255, 255, 255, 0.42); */
    background-color: rgba(72, 9, 179, 0.12);
    border-bottom: 1px solid rgb(76, 49, 95);
    border-top: 1px solid rgba(61, 28, 117, 0.68);
    max-width: 1000px;
		margin: 0 auto;
    width: 95%;
    box-shadow: -1px 2px 15px black;
}

#yext-widget-205947.yext-reviews .review-header {
		display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 1em;
    /* background: rgba(60, 49, 159, 0.46); */
    max-width: 560px;
    width: 85%;

    margin: 0 auto !important;
  }

#yext-widget-205947.yext-reviews {
	background: none !important;
	color:white;
	font-size:18px !important;
	
}

#yext-widget-205947.yext-reviews .label {
	color: #ca40ff;
}

#yext-widget-205947.yext-reviews .review-separator {

    margin: 0 15px;
  }
  
 #yext-widget-205947.yext-reviews .yext-text-color-bg, .yext-widget-popup-205947.yext-reviews .yext-text-color-bg {
    background-color: #ffa500;
} 

div#storecontact a {
    color: white;
}

#yext-widget-205947.yext-reviews .stars .yext-reviews-star, .yext-widget-popup-205947.yext-reviews .stars .yext-reviews-star {
    height: 0.7em;
    width: .55em;
    margin-right: 3px;
}

@media screen and (max-width: 500px) {
	
	.locationinfo h5 {
		font-size:20px;
	}
	
	#storehrs p{
		font-size:14px !important;
		text-align:left !important;
	}
	#zipselect {
		width: 50%;
		font-size: 17px;
		
	}
}
@media screen and (max-width: 1500px) and (min-width: 1199px) {
	.localdescription {
    width: 98%;
    margin: 10px 10px 8px;
  }
}
@media screen and (max-width: 1199px) {
	.locationstuff {
		max-height:100%;
		margin-left:0 !important;
	}
	.locationimage img{
		height:45%;
	}
	.locationimage {
		padding: 0 !important;
	}
	.locationmap {
		padding: 0 !important;
	}
	.locationinfo {
		padding-bottom:30px;
	}
	
	.localdescription {
    margin: 20px 10px 10px 0;
  }
}	

@media screen and (max-width: 1199px) {

	.localdescription {

		width: 100%;
	}
}
		
@media screen and (max-width: 1500px) {



.locationstuff {
	min-height:300px;
}
}	


@media screen and (max-width: 915px) {
	.locationtitle h1 {
		font-size: 26px; 
	}
	.locationmain {
		margin: 50px auto 20px;
	}
	.mappage {

	}

}

/*----------pricing section on store page----------------------*/

.pricingwrap h2 {
    display: block;
		text-align:center;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 22px;
    border-top: 1px solid rgba(85, 37, 171, 0.47);
    padding: 30px;
    box-shadow: -2px 4px 11px black;
    border-bottom: 1px solid rgba(132, 36, 160, 0.51);
    background: rgba(88, 0, 167, 0.27);
    letter-spacing: 4px;
  }

.pricingimage img {
	width: 100%;
}

.pricinginfo {
	position:relative;
}

.pricinginfo h2 {
    display: block;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 22px;
    border-top: 1px solid rgba(85, 37, 171, 0.47);
    padding: 30px;
    box-shadow: -2px 4px 11px black;
    border-bottom: 1px solid rgba(132, 36, 160, 0.51);
    background: rgba(88, 0, 167, 0.27);
    letter-spacing: 4px;
}

.pricingdescription h2 {
	color:white;
	font-size: 24px;
}
.pricingdescription p {
	color:white;
	font-size:17px;
}

.pricingtable {
	background: white !important;
	opacity:.8;
	padding:5%;
	width: 100%;
	text-align:center;
	
}

.pricingtable th{

	padding:1%;
	border-bottom:1px solid gray;
	text-align:center;
	width:25%
	
}

.pricingtable td{

	padding:1%;

	text-align:center;
	width:25%;
	font-size:16px;
	font-weight:bold;
	color:black;
	
}

.pricingtable2 {
	background: #ffdf99 !important;
	opacity:.8;
	padding:5%;
	width: 100%;
	text-align:center;
	
}

.pricingtable2 th{

	padding:1%;
	border-bottom:1px solid gray;
	text-align:center;
	width:25%;
	border-top:10px solid black;
	
}

.pricingtable2 td{

	padding:1%;

	text-align:center;
	width:25%;
	color:black;
	font-size:16px;
	font-weight:bold;
	
}
	
	
	.pricingtable3 {
	background: #ffc5c5 !important;
	opacity:.8;
	padding:5%;
	width: 100%;
	text-align:center;
	
}

.pricingtable3 th{

	padding:1%;
	border-bottom:1px solid gray;
	border-top:10px solid black;
	text-align:center;
	width:25%
	
}

.pricingtable3 td{

	padding:1%;

	text-align:center;
	width:25%;
	color:black;
	font-size:16px;
	font-weight:bold;
	
}

	
	.pricingtable4 {
	background: #ffd5ee !important;
	opacity:.8;
	padding:5%;
	width: 100%;
	text-align:center;
	
}

.pricingtable4 th{

	padding:1%;
	border-bottom:1px solid gray;
	border-top:10px solid black;
	text-align:center;
	width:25%
	
}

.pricingtable4 td{

	padding:1%;

	text-align:center;
	width:25%;
	color:black;
	font-size:16px;
	font-weight:bold;
	
}

	.pricingtable5 {
	background: #dfd5ff !important;
	opacity:.8;
	padding:5%;
	width: 100%;
	text-align:center;
	
}

.pricingtable5 th{

	padding:1%;
	border-bottom:1px solid gray;
	border-top:10px solid black;
	text-align:center;
	width:25%
	
}

.pricingtable5 td{

	padding:1%;

	text-align:center;
	width:25%;
	color:black;
	font-size:16px;
	font-weight:bold;
	
}
.storeprice {
	margin-top:20px;

	
}

.pricingsubtext {
	color:white;
	font-size:18px;
}

.noborder {
	border: none !important;
}

@media screen and (max-width: 700px) {
	
	.pricingtable td {
		font-size: 12px; 
	}
	.pricingtable th {
		font-size: 12px;
	}
	.pricingtable2 td {
		font-size: 12px; 
	}
	.pricingtable2 th {
		font-size: 12px;
	}	
	.pricingtable3 td {
		font-size: 12px; 
	}
	.pricingtable3 th {
		font-size: 12px;
	}
	.pricingtable4 td {
		font-size: 12px; 
	}
	.pricingtable4 th {
		font-size: 12px;
	}
	.pricingtable5 td {
		font-size: 12px; 
	}
	.pricingtable5 th {
		font-size: 12px;
	}
}


	
/*----------------------------------------About Page------------------------------------------*/

.abouttext {
    padding: 3% 5% 0;
    max-width: 1500px;
    margin: -80px auto 0px;
}

.aboutimage img {
	width:100%;
	height:auto;
}




@media screen and (max-width: 800px) {
	.abouttext {
		padding: 0;
		min-width: 310px;
	}
	.abouttext h1 {
		font-size: 32px;
	}
}

/*------------------------------------Spray Service Page-------------------------------------------------------*/

.spraydescription img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}



/*-----------------------------------social widgets---------------------------------------------------*/

.social {
	width:100%;
	height:auto;
	padding: 2% 0 !important;
	background:rgba(0, 0, 0, .8) !important;
	
}

.socialcontainer {
	width:90%;
	margin: 5% auto;
	background:rgba(0, 0, 0, .8);

	max-width: 700px;

}





.socialpart {
	margin:1% 0 1% 1%;
	display:inline-block;
	float:left;
	width:330px;
  position:relative;
	


}




@media screen and (max-width: 768px) {
	.socialcontainer {
		display:none;
	}
	.twitter-timeline, .fb-page {
		display:none !important;
	}

}



/*----------------------------------------Tip&amp;Tricks------------------------------------------------*/



#producttip {
	margin-top:5%;
}




#tipstart {
	margin-top: 80px;
}






/*--------------------------------------Footer Menu--------------------------------------*/
.footmenu li {
	display: inline-block;
	margin-right:2%;
	margin-left:2%;
	
}

.footmenu li a:hover, .footmenu li a:focus, .footmenu li a:active {
	text-transform: uppercase;
	color:white;
}




/*------------------------------------------leasing form-------------------------------------*/
.leasingwrap.section.features {
    margin-top: 80px;
}
.leasetable td .input {
	width:75%;
	background:lightgray;
	margin: 2% auto;
	font-weight:bold;
}

.leasetable{
	width:90%;
	background:white;
	color:black;
	margin:5% auto;
}
.img_col {
    text-align: left;
    margin-bottom: 20px;
}
.img_col img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
    border: 3px solid white;
    outline: 10px solid black;
}
.img_title {
    font-weight: bold;
    font-size: 20px;
}
.img_col button:hover img, .img_col button:focus img {
	outline: 10px solid orange;
}
.img_col button:hover, .img_col button:focus {
	outline: none;
}
button.floorplan_btn {
    border: none;
    width: 100%;
    background: none;
    text-align:left;
}
.leaseselect {
	margin: 2% auto;
	width:75%;
}

.leaseformtext {
	padding:1%;
	font-weight:bold;
	color:white;
	background:#333;
	font-size:16px;
	
}

.leasebutton {
	margin:1% auto;

}




/*==============================================================login=====================================================================*/


.loginimg{
	margin: 1% auto 2%;
	width:60%
}

.loginformbox{
	width: 80%;
	margin: 0 auto;
	background:black;
	color:white;
	height:auto;
	padding: 2% 1% 4%;
}

.loginimgwrap {
	width:100%;
	height:auto;
}

.loginform2 table {
	color:white;
}

.empbutton {
	width: 30%;
	height:45px;
	background:gray;
	border:outset;
	font-size:16px !important;
	padding:1%;
	margin:1% auto;
	
}



#logintext {
	height: 50px;
}

#logintable td {
	width:50%;
}
#logintable {
	width:50%;
	font-size:20px;
	
}

.inputlogin {
	width:100%;
}


#logintable tr {
	width:50%;
}

#loginbut {
	height:50px;

}

#loginbut input {
	width:30%;
}

.product2
{
    background:#333;
    color:#000;
}
.product2 &gt; .container
{
    padding:50px 0px;
}


.certname {
	position: absolute; 
	color:black; 
	z-index: +1; 
	float: left; 
	top: 32%; 
	width: 100%; 
	height: 80px; 
	float: left; 
	font-family: Times, serif; 
	font-size: 50px;
	
}


.certdate {
	position: absolute;  
	color:black;
	float: left; 
	z-index: +1; 
	top: 65.5%; 
	left: 43%; 
	width: 205px; 
	height: 16px; 
	overflow: visible; 
	font-family: Times, serif; 
	font-size: 15px;
}

@media screen and (max-width:975px) {

	.certname {
		font-size: 35px;
	}
	.certdate {
		font-size: 12px;
	}
}


@media screen and (max-width:650px) {
	
	.certname {
		font-size: 20px;
	}
	.certdate {
		font-size: 6px;
		left: 30%; 
	}
  #logintable {
  	width:95%;
  }
  .empbutton {
  	width: 80%;
  }
}



/*====================================================contact==========================================================*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}



#containercontact {
	max-width:550px;
	width:50%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#f3f3f3;
	padding:25px;
	margin:50px auto;
	box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.7);
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

.mainformcell2 {
	width: 20% !important; 
	margin: 0 1% !important;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


@media screen and (max-width:750px) {

	#containercontact {
	max-width:550px;
	width:90%;
	min-width:300px;
	}	
}




/*====================================Zoom Radio and phone icons==============================================*/

#radiowrap {
    margin: 0 auto;
    display: block;
}
#radiowrap img {
	width:100%;
}
#radiocont {
    display:none;
    position: fixed;
    bottom: 1.9%;
    right: 80px;
    width: 49px;
    height: auto;
    z-index: 1000;
    cursor: pointer;
    border: none;
    background: none;
}
#radiowrap:hover, #radiowrap:focus span, #radiowrap:active span {
	width:53px;
	height:auto;
	min-height:50px;


}
#radiocont button {
    background: none;
    border: none;
}
#phonewrap {

	margin: 0;
	padding: none;
}

#phonewrap img {
	width:100%;
}

#phonecont {
	display: none
}

#phonecont:hover {
	background: rgba(90, 90, 90, .8);
	width:5.1%;
	height:7%;
	min-height:50px;
	box-shadow:-2px 2px 6px black;
	
}

@media screen and (max-width:1089px) {
	
	#radiocont {
		display: none;
	}
	#phonecont {

		display: block;
		position: fixed;
		bottom: 3.9%;
		left: 21%;
		width: 5%;
		height:auto;
		z-index:1000;
		background:none;
		border-radius:100px;
		box-shadow:-2px 2px 6px rgba(0, 0, 0, .7);
		min-width:45px;
	}
}
	
	
/*========================== storelotionpage======================*/
	
#storelotionnotice {
	background:rgba(0, 0, 0, .7);
	color:white;
	padding: 1% 1% .2%;
	margin: 0 15% 0;

}

.mybutton {
	background:purple !important; 
	border:1px solid purple !important;
} 


.mybutton:hover, .mybutton:focus, .mybutton:active {
	background: orange !important;
	border: 1px solid orange !important;
}

.shad {
    filter: drop-shadow(4px 5px 2px rgb(0 0 0 / 87%));
    -webkit-filter: drop-shadow(4px 5px 2px rgb(0 0 0 / 87%));
}
  
.modal {
	margin-top:9%;
}

.price {
	color:white;
	font-size:30px;
	margin-top:5px;
	text-shadow: -2px 2px 5px black;
	
}
	
	
	@media screen and (max-width:770px) {
		.modal {
			margin-top: 100px !important;
			padding-top:5%;
			
		}
}






.dropdown-header {
	font-size:15px;
	color: black;
	font-weight: bold;
	border-bottom: 2px solid black;
	background: orange;
}




/*=================================================spray service page===============================*/




img.spserviceimage2 {
    padding: 0px;
    border: 5px solid white;
}

.weirdmargin h1, .weirdmargin h2{
	margin-left: 15px;
}

.spraydescription h2, .uvdescription h2 {
	font-size: 20px;
	font-weight: bold;
}

.slogan {
    width: 100%;
    background: black;
    margin-bottom: -40px;
    margin-top: 40px;
    padding: 20px;
    margin-left: 20px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.slogan2 {
    width: 100%;
    background: black;
    margin-bottom: -40px;
    margin-top: 40px;
    padding: 15px;
    margin-left: 20px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    word-spacing: 5px;
}

.spraytable h2, .uvtable h2 {
    text-align: center;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 30px;
    width: 100%;
    max-width: 1300px;
    padding-bottom: 10px;
    border-bottom: 6px double #484848;
    margin: 0px auto 50px;
    padding-left: 20px;
}
h2.loc_p_title {
    color: white;
    font-weight: bold;
    border-bottom: none;
}
.uvtable tr, .spraytable tr {
	color:#373737;
}

.uvtable td, .spraytable td {
	color:#393638;
}  


.pricingsubtext, .pricingsubtextuv, .pricingsubtextsp {
	text-align: center;

}
.pricingsubtextuv p, .pricingsubtextsp p  {

	color:white !important;
}
	

/*===================================================spray demo=======================================*/


.demowrap {
    width: 100%;
    height: auto;
    margin-top: 81px;
}
.democont {
	width:100%;
	position:relative;
	z-index:500;
}
.democont2 {
    width: 70%;
    position: relative;
    z-index: 500 !important;
    margin: -10.95% auto 0px;
}
.democont img {

    width: 70%;
    margin: 0 auto;
    display: block;
}


.democont2 img {
    width: 100%;
    margin: 0px auto 0px;
    display: block;
    position: relative;
    z-index: 4;
}
.vdbg1 {
    position: absolute;
    z-index: -6;
    width: 26%;
    height: 94.7%;
    background: white;
    border-radius: 0px 0px 0px 0px;
}
.vdbg2 {
    position: fixed;
    width: 100%;
    height: 110%;
    /* top: 50%; */
    background: linear-gradient(to right, #6e5086, #ae87d0);
    z-index: -2;
}
.vdbg3 {
    position: absolute;
    z-index: -500;
    right: 0;
    width: 16%;
    height: 88.2%;
    right: 0;
    background: white;
}

.demotitle {
    z-index: 501;
    right: 21%;
    top: 22%;
    width: 28%;
    height: auto;
    position: absolute;
    text-align: center;
}
.demotitle2 {
    z-index: 501;
    left: 6%;
    top: 35%;
    width: 39%;
    height: auto;
    position: absolute;
    text-align: center;
    color: white;
}


.demovid {
box-shadow:-4px 4px 20px #555;
width:100%;
}
.demotitle h2{
	font-size:25px;
}
.demotitle2 h2{
	font-size:25px;
}



@media screen and (max-width:1200px) {
	
	.democont2 {
	    width: 100%;
	    margin: -16% auto 0px;
	}
	.democont img {
	    width: 100%;
	}
	.vdbg1, .vdbg3 {
		display:none;
	}
	.demotitle {
    z-index: 501;
    right: 4%;
    top: 22%;
    width: 48%;
    height: auto;
    position: absolute;
    text-align: center;
	}
	.demotitle2 {
    z-index: 501;
    left: 2.5%;
    top: 35%;
    width: 46%;
    height: auto;
    position: absolute;
    text-align: center;
    color: white;
	}
}

@media screen and (max-width:1050px) {
	.demotitle h2, .demotitle2 h2 {
		font-size:23px;
	}
}
@media screen and (max-width:770px) {
	.demotitle h2, .demotitle2 h2 {
		font-size:12px;
	}
	.demotitle2 {
		    top: 31%;
	}
	.slogan2, .slogan{
		margin-left:auto;
		font-size:25px;
		padding:10px;
	}
}

/*===================================coupon texting page====================================*/


.couponimage {
	margin: 0 auto;
	display: block;
}

.couponimage img {
	width:100%;
	height: auto;
}


.couponad {
	display: none;
}

/*======================================= news page ================================================*/

img.newsbanner {
    width: 100%;
    margin: 10% auto 30px;
}
div#newsarticlewrap h2 {
    font-size: 22px;
    padding-bottom: 12px;
}
div#newsarticlewrap ul {
    padding: 20px 0px;
    list-style-type: none;
    font-size: 20px;
    font-weight: 500;
}
div#newsarticlewrap ul li a{
	padding:20px;
	background:#f3f3f3;
	display:block;
	border-radius:5px;
}
div#newsarticlewrap ul li a:hover {
    font-weight: unset;
    color: orange;
    box-shadow: 0px 2px 5px #bbbbbb;
}
div#newsarticlewrap li {
	margin-bottom:10px;
}
.newspage {
	background:white;
}
.articledate {
    font-size: 15px;
    color: #191919;
}

/*=============================================================fine=====================================================*/
		
		
		
	#bbbanner {
		width:100%;
		height:auto;
		position:absolute;
		opacity:.9;


		
		top: 2%;
		left:0;
		z-index:5;
		-webkit-filter: drop-shadow(-2px 6px 10px #000000);
    filter: drop-shadow(-2px 6px 10px #000);

	}

	#rosewrap img { 
		width:100%;
		top: 0;
		left: 0;

		position:absolute;

		}

	
	#rosewrap {
		width: 90%;
		max-width: 900px;
		margin: 5% auto 0; 
		position: relative;
		height:40%;

	}
	

	
	.cwrap {
		width:90%;
		max-width:900px;
		height: auto;
		margin: 15% auto 0;
		position:relative;
	}
	
	.cwrap img {
		width:100%;
		box-shadow: -7px 9px 40px black;

	}



	
	#backimage {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover !important;
    background: url(../bb/bbbg.jpg) no-repeat center;
    padding: 15% 10%;
		
	}
	
	#rosecont {
		height:30%;
		width:100%;
		position:relative;
		display: block;
	}
	
	.numberone {
		position:relative !important;
		width:100%;
		box-shadow: -7px 9px 40px black;
		height:auto;
	}
	
	#couponbb {
		margin-top:-12%;
	}
		
	@media screen and (max-width: 700px) {
		#backimage {
			padding:25% auto;
		}
		#bbbanner {
			margin-top:15% !important;
		}
		.cwrap{
			margin: 35% auto 0 !important; 
		}
		#couponbb {
		margin-top:-29% !important;
		}
	}
	
	
		@media screen and (max-width: 1100px) {
		#backimage {
			padding:20% auto;
		}
		#bbbanner {
			margin-top:8%;
		}
		.cwrap {
			margin: 25% auto 0; 
		}
		#couponbb {
		margin-top:-22%;
		}
	}
	
	
	
	
	/* Keyframes for the fade-in */
		@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
		@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
		@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
		
		
		.fade-in {
  		opacity:0;
  		opacity: 1 \9; /*just in case ie*/
 		 	-webkit-animation:fadeIn ease-in 1;
  		-moz-animation:fadeIn ease-in 1;
  		animation:fadeIn ease-in 1;

 		  -webkit-animation-fill-mode:forwards;
  		-moz-animation-fill-mode:forwards;
  		animation-fill-mode:forwards;

  		-webkit-animation-duration:1.5s;
  		-moz-animation-duration:1.5s;
  		animation-duration:1.5s;
		}
		
		
		
		.fade-in.one {

  		-webkit-animation-delay: 0.1s;
  		-moz-animation-delay: 0.1s;
  		animation-delay: 0.1s;
		}

		.fade-in.two {

  		-webkit-animation-delay: 3s;
  		-moz-animation-delay: 3s;
  		animation-delay: 3s;
		}

		.fade-in.three {

  		-webkit-animation-delay: 5s;
  		-moz-animation-delay: 5s;
  		animation-delay: 5s;
		}
		.fade-in.four {

  		-webkit-animation-delay: 7s;
  		-moz-animation-delay: 7s;
  		animation-delay: 7s;
		}

		.fade-in.five {

  		-webkit-animation-delay: 9s;
  		-moz-animation-delay: 9s;
  		animation-delay: 9s;
		}

		.fade-in.six {

  		-webkit-animation-delay: 11s;
  		-moz-animation-delay: 11s;
  		animation-delay: 11s;
		}
		.fade-in.seven {

  		-webkit-animation-delay: 13s;
  		-moz-animation-delay: 13s;
  		animation-delay: 13s;
		}
















/*==============Miscellaneous====================*/
	.titlecustom {
	text-shadow: 0 1px 4px black;
	text-transform:uppercase;
	font-size: 30px;
	font-weight: 500;
	margin-top:5px;
	
}

.titlecustom2 {
	font-weight: 500;
	font-size: 45px;
	color:#ffc400;	
  text-decoration: underline;
}
.titlecustom3 {
	font-weight: 700;

	color:#ffc400;
}

#main .titlecustom4 {
    font-size: 15px;
    font-weight: 400;
    /* text-decoration: underline; */
    color: white;
    text-shadow: 0px 1px 2px black;
		 margin-bottom: -5px;
	
}

@media screen and (max-width: 600px) {
	#main .titlecustom4 {
		margin-bottom: 1px;
		font-size:10px;
		
	}
	.titlecustom {
		font-size:15px; 
	}
	.titlecustom2 {
		font-size: 18px; 
	}
	.titlecustom3 {
		font-size: 15px; 
	}
	p.mainp {
		font-size: 11px;
	}
		
}
#lotions .titlecustom5 {
	  color: orange;
}
.titlecustom5 {
    font-size: 70px;
    color: #6901a5;
    font-weight: 600;
}
.gift .titlecustom6 {
    color: #0051a7;
    font-weight: 800;
}
.titlecustom6 {
	font-size:50px;
	color: #ba78ff;
	font-weight:600;
}
.padd30 h3 {
    font-size: 50px;
}

.padd30 h2 {
    font-size: 20px !important;
    font-weight: 300;
    /* text-decoration: underline; */
    color: #005698;
    margin-bottom: 25px;
    text-transform: uppercase;
}
  
.padd31 h3 {
    font-size: 50px;
}

.padd31 h2 {
		font-size: 20px !important;
    font-weight: 300;
    /* text-decoration: underline; */
    color: #ccc;
    margin-bottom: 25px;
    text-transform: uppercase;
}  
.graybg h2 {
		color: #444;
}
.pchange {
    font-size: 12px;
    color: #3ce0ff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px !important;
    padding: 0 !important;

}
.b-margin {
	margin-bottom: -15px;
}
	.butmargin2 {
	margin-left: 4px !important;
	}

@media screen and (max-width: 975px){
	
	.rightbutton {
	float: right;
	}

	.butmargin {
	margin-left: 4px;
	}
	

}
@media screen and (max-width: 991px) {
	.marginimage {
		margin-bottom: 15px;
	}
	.padd30 h3 {
	    font-size: 35px;
	}
	.padd31 h3 {
    font-size: 35px;
	}
	.titlecustom5, .titlecustom6 {
    font-size: 45px;
	}
}
@media screen and (max-width: 600px) { 
	.padd30 h3 {
	    font-size: 30px;
	}
	.padd30 {
    padding: 10px;
	}
	p.lead {
	    margin: 30px 0px;
	    margin-bottom: 50px;
	    font-size: 18px;
	}
	.padd31 h3 {
    font-size: 30px;
	}
	.titlecustom5, .titlecustom6 {
    font-size: 40px;
	}
}

.clearcustom {
	clear: both;
}

/*==================== specials2.php page ======================*/

#printcouponbtn {
	width: 65%;
	height: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 10px auto;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	background-color: #609c14;
	margin: 10px auto;
	display: block;
}

#printcouponbtn:hover {
	background-color: #80be36;
	cursor: pointer;
}

#vanish {
	display: none;
}

#titles_vanish {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	width: 70%;
}

.mobilelinks {
	width: 90%;
	height: auto;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 0;
	min-width: 300px;
	margin: 15px auto;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	background-color: #653a97;
	display: block;
	text-decoration: none;
}

.mobilelinks:hover {
	background-color: #8d59ca;
	cursor: pointer;
}

@media screen and (max-width: 700px) {
	#titles_vanish a {
		font-size: .7em !important;
	}
	#titles_vanish a span {
		font-size: 1.1em !important;
	}
	#titles_vanish {
		margin: 100px auto 10px !important;
		width: 90%;

		
	}
	.margintopmobile {
		margin: 100px auto 10px !important;
	}
}





/*=================== Total Tan Page =====================*/

.bannerdiv img {
	width: 100%;
	margin: 0 auto;
}

.bannerdiv {
	width: 80%;
	margin: 0 auto;

}

.TText{
	padding: 10%;
	text-align: center;
	margin-top:-19%;
	margin-bottom: -10%;

}

.TText h3 {
	font-size: 18px;
}

.TText a{
	width: 50%;
	height: auto;
	padding: 20px;
	background: purple;
	color: white; 
	margin: 0 auto; 
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.56);
	-webkit-box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.56);

	
}
	
	
.TText a:hover{
	width: 50%;
	height: auto;
	padding: 20px;
	background: orange;
	color: white; 
	margin: 0 auto; 
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
}

	
	
@media only screen and (max-width: 700px) {
	.TText {

	margin-top:-40%;
	margin-bottom: -10%;
}
}



/*=============== search ===============*/

div#___gcse_0 {
    width: 40%;
    height: auto;
    margin: 2% auto;
    display: block;
}

.gsc-control-cse {
	    border-color: #5d5d5d !important;
	  }

input.gsc-search-button{
	height: 30px !important; 
	background: #674EA7 url(/image/search1.png) center no-repeat !important;
}

input.gsc-search-button:hover {
	background: orange url(/image/search1.png) center no-repeat !important;

}
	

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	height: 30px;
}

.gsc-input-box {
	height: 30px !important;
}

.gsc-results gsc-webResult {
    text-align: left !important;
    border-top: 3px solid black !important;

}

.gsc-results-wrapper-visible {
	margin-top:70px !important;
	height:60% !important;
}


@media only screen and (max-width:800px) {
	div#___gcse_0 {
    width: 100%;
	}
}

#yext-widget-206233 div.yext-productlist.yext-base-theme .yext-border-color {
		margin-top:30px;
	  }
	  
	  
#yprods {
	display:none;
}

.displaynone {
	display:none;
}

.displayblock {
	display: block;
}

button#pbutton {
    width: 90%;
    max-width: 250px;
    padding: 15px;
    margin: 25px auto 0px;
    border-radius: 3px;
    border: 1px outset white;
    background: linear-gradient(white, #b1b8c1 90%);
    font-weight: 600;
    font-size: 18px;
    display: block;
}
#yext-widget-206233 div.yext-productlist .yext-productlist-section-item {
	margin: 20px auto !important;
}

.fullheight {
	height: 100%;
}


 div.review-author {
	color: #ca40ff;
}








/*=========================== cinco de mayo ==========================*/

.bf1 {
	width: 100%; 
	top: 0; 
	position: relative; 

	display: block;
  animation:fadedback 10s infinite;
	-webkit-animation:fadedback 10s infinite;
}
.bf2 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback2 10s infinite;
	-webkit-animation:fadedback2 10s infinite;
}
.bf3 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback3 10s infinite;
	-webkit-animation:fadedback3 10s infinite;
}
.bf4 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback4 10s infinite;
	-webkit-animation:fadedback4 10s infinite;
}
.bf5 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback5 10s infinite;
	-webkit-animation:fadedback5 10s infinite;
}
.bf6 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback6 10s infinite;
	-webkit-animation:fadedback6 10s infinite;
}
.bf7 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback7 10s infinite;
	-webkit-animation:fadedback7 10s infinite;
}
.bf8 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback8 10s infinite;
	-webkit-animation:fadedback8 10s infinite;
}
.bf9 {
	width: 100%; 
	top: 0; 
	position: absolute; 

	display: block;
  animation:fadedback9 10s infinite;
	-webkit-animation:fadedback9 10s infinite;
}




@keyframes fadedback
{
  0%   {opacity:1}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 1}  
}
@keyframes fadedback2
{
  0%   {opacity:0}
	11.1% { opacity: 1}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback3
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 1}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback4
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 1}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback5
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 1}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback6
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 1}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback7
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 1}  
  77.7% { opacity: 0}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback8
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 1}  
  88.8% { opacity: 0}  
  100% { opacity: 0}  
}
@keyframes fadedback9
{
  0%   {opacity:0}
	11.1% { opacity: 0}
	22.2% { opacity: 0}  
  33.3% { opacity: 0}
  44.4% { opacity: 0}  
  55.5% { opacity: 0}  
  66.6% { opacity: 0}  
  77.7% { opacity: 0}  
  88.8% { opacity: 1}  
  100% { opacity: 0}  
}

.padding-main {
	padding: 15px; 
}
/* -------Christmas Edits ----------- */


.xmas-border-bottom {
	/*border-bottom: 10px solid #b50302;*/
    border-bottom: 10px double #cc0000;
		/*outline: 10px dotted #ffffff;*/
		border-top:0;
		border-left:0;
		border-right:0;
    box-shadow: 0px 0px 60px 6px #e41616;
}

.xmas-border-bottom:before {
    content: "\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022";
    letter-spacing: 0px;
    font-size: 50px;
    color: white;
    width: 100%;
    background-repeat: repeat-y;
    position: absolute;
    bottom: -55px;
    font-weight: 300;
   /*filter: 1px 2px 4px black;
    -webkit-filter: drop-shadow(5px 9px 2px #000000a6);
    filter: drop-shadow(1px 2px 2px #000000a6);*/
}
.blackdiv-xmas {
	border: .77em solid #ffffff;
	box-shadow: 0 3px 5px #000000a3;

}

@media screen and (max-width: 585px) and (min-width:438px) {
	.xmas-border-bottom:before {
		bottom:-1.2em;
		font-size: 35px; 
		letter-spacing: 2px; 

		
	}
	.xmas-border-bottom {
    box-shadow: 0px 1px 30px 3px #e41616;
	}
	.blackdiv-xmas {
		border: .5em solid white;
	}	
	.blackdiv1 {
		border: .5em solid white;
	}		
}

@media screen and (max-width: 437px) {
	.xmas-border-bottom:before {
    bottom: -1.22em;
		font-size:30px;
		letter-spacing: 0px;
		margin-left: -5px; 

	}
	.xmas-border-bottom {
    box-shadow: 0px 1px 30px 3px #e41616;
    border-bottom: 8px double #cc0000;


	}	
	.blackdiv-xmas {
		border: .5em solid white;
	}
	.blackdiv1 {
		border: .5em solid white;
	}	
	
}
	

.xmas-border-top {
	border-top: 15px solid #b10607;
}

.a1-christmas   {
	top:-8%;
	background:#605f5e;
  background: url('/image/image-back-christmas.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -107;
  animation:fadechristmas 30s infinite;
	-webkit-animation:fadechristmas 30s infinite;
}	
.a2-christmas   {
	top:-.5%;
	background:#605f5e;
 	background: url('/image/image-back-products.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -107;
 	animation:fadechristmas2 30s infinite;
	-webkit-animation:fadechristmas2 30s infinite;
}	
.a3-christmas   {
	top:-8%;
	background:#605f5e;
 	background: url('/image/image-back-christmas.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -108;

}	
.a4-christmas   {
	top:-8%;
	background:#605f5e;
 	background: url('/image/image-back-christmas-phone.jpg') center 0 no-repeat; 
	background-size:cover;
  z-index: -108;
  display:none;

}

.a1-christmas,.a2-christmas,.a3-christmas, .a4-christmas {
  position: fixed;
  width: 100%;
  height: 110%;
}

@keyframes fadechristmas
{
  0%   {opacity:1}
  20% { opacity: 1}
  40% { opacity: 0}
  60% { opacity: 0}  
  80% { opacity: 0}    
  100% { opacity: 1}
}
@keyframes fadechristmas2
{
  0%   {opacity:0}
  20% { opacity: 0}
  40% { opacity: 1}
  60% { opacity: 1}  
  80% { opacity: 1}    
  100% { opacity: 0}
}
@media screen and (min-width: 1500px) {
	.a2-christmas {
		top: -8%;
	}
	.a1-1 {
		top: -8%;
	}
}
img.dec-one {
    width: 111%;
    margin: -7.9% -5% 5px;
    -webkit-filter: drop-shadow(5px 9px 2px #000000a6);
    filter: drop-shadow(5px 9px 2px #000000a6); 
}	

@media screen and (max-width: 1000px) {
	.a1-christmas, .a2-christmas, .a3-christmas, .a1, .a1-1, .a2, .a3, .a4 {
		display:none;
		animation: none;
	}
	
	.a4-christmas {
		display:block;
	}
	.a4-4 {
		display:block;
	}
}


@media screen and (max-width: 991px) {
	.floatmid {
		float:none;
		margin: 0 auto;
		}}
	
/*==========================zoom fit ====================================*/


.zf_bg {
	width: 100%; 
	height: 100%;
	background: white;
	min-height: 500px; 
	padding-top:150px;
}

.zf_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* padding: 30px 20px; */
    text-align: center;
    color: black;
    background: #e2e2e2;
    font-size: 20px;
}
.my_sup sup {
    font-size: 30px;
    vertical-align: bottom;
}
.zf_head {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px; 
	margin: 30px auto 0px;
	text-align: center;
	width: 100%;
    border-bottom: 10px double #f3f3f3;
}
.zf_text {
	background: #f3f3f3;
	padding: 5%;
	font-size: 16px; 
	text-align:left;
}

/*========================================popup===================================*/
.mm_popup_back {
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    opacity: .85;
    top: 0;
    left: 0;
    z-index: 1000000;
}


.mm_popup {
    position: absolute;
    width: 90%;
		max-width: 500px;
    top: 5%;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 2px 5px black;
		padding: 25px;
    color: black;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size:16px; 
    z-index: 1000001;
    text-align: center;
}

.mm_yes {
	background: #0099b3;
	color: white;
	font-weight: bold;
	font-size: 18px; 
	text-align:center;
	margin: 20px 10px 0px; 
	border-radius: 5px; 
	box-shadow: 0px 1px 3px black;
	padding: 10px; 
	cursor: pointer; 
	
}

.mm_yes:hover {
	background: #00b9b9;
}

.mm_no {
	background: #e25959;
	color: white;
	font-weight: bold;
	font-size: 18px; 
	text-align:center;
	margin: 10px; 
	border-radius: 5px; 
	box-shadow: 0px 1px 3px black;
	padding: 10px; 
	cursor: pointer; 
	
}
.mm_no:hover {
	background: #ff8c8c;
}

.mm_hide {
	display: none;
}
.mm_show {
	display: block;
}
.mm_details_title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    text-align:center;
}
.mm_details_close {
	background: #ce3d3d;
	text-transform: uppercase;
	color: white;
	font-size: 12px; 
	letter-spacing: 2px; 
	font-weight: bold;
	border-radius: 5px; 
	width: 50%; 
	max-width: 130px; 
	margin: 20px auto 0px;
	display: inline-block;
	padding: 8px; 
	cursor: pointer;
	text-align: center;
	
}
.mm_details_link {
    background: #313131;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 5px;
    width: 50%;
    max-width: 130px;
    margin: 20px auto 0px;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    text-align: center;
}	
.mm_details_close:hover {
	background: red;
}
.mm_details_link:hover {
	background: purple;
}

/*=======================================================================*/

/*=============================Specials Page==============================*/

.blackbackdrop {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.specials_wrap {
    width: 100%;
    margin: 50px auto 0px;
    background: #dedede;
    padding: 60px 30px 130px;
    text-align: center;

    position: relative;
}
.specials_wrap h1 {
    margin: 30px auto 0px;
    text-align: left;
    padding-left: 10px;
    max-width: 1100px;
}
.specials_wrap h1 span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.specials_wrap h5 {
	font-weight: bold;
	text-align: left;
}
.specials_wrap img {
	margin: 30px auto;
	max-width: 900px;
	width: 100%;
}
.specials_wrap a:hover img, .specials_wrap a:focus img { 
    box-shadow: 0px 2px 5px #00000085;
    border: 2px solid white;
}
.halfwidth {
	width: 45%;
	display: inline-block;
}
.sptab {
    display: inline-block;
    margin: 0px 0px -85px;
    padding: 15px 20px 100px;
    background: #2f2f2f;
    border-radius: 2px 2px 0px 0px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    color: white;
    border: 1px solid #000000;
}
.sptab:hover, .sptab:focus {
	background: #542977;
	outline: none;
}
.sptab.activetab:hover, .sptab.activetab:focus {
		color: white;
}
.specials_pricing_menu {
    text-align: left;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 0px;
    position: relative;
}
.activetab {
    background: #e2e2e2;
    color: #1d1d1d;
    box-shadow: 6px -1px 10px 0px rgba(0, 0, 0, 0.6901960784313725);
    font-weight: 800;
    z-index: 2;
    position: relative;
    border: 3px solid white;
    font-size: 15px;
    letter-spacing: .5px;
}
.activetab:hover {
	cursor: default;
}
.all_cont {
    padding: 0px 20px 20px;
    background: white;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    width: 100%;
    max-width: 1100px;
    margin: -1px auto;
    border-radius: 0px 3px 3px 3px;
}
.ad_section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
/*--------------------------------------*/
.ad_text {
    display: block;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
    vertical-align: top;
}
.ad_img {
    display: block;
	width: 100%;
	cursor:pointer;
}
.specialspage .gallery {
	background: #1f1f1f;
}
.imgpopupbg {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .6;
	z-index: 1000;
	display:none;
}
.imgpopup {
    width: 95%;
    background: white;
    padding: 20px;
    position: absolute;
    top: 15%;
    max-width: 750px;
    margin: 0px auto;
    left: 0;
    right: 0;
	z-index: 1002;
	display:none;
}
.spimg {
	width:100%;
}
a.imgpopupbutton {
    margin: 20px auto;
    text-align: center;
    display: block;
    background: orange;
    width: 300px;
    padding: 10px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
}
.closeimgpopup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 121px;
    font-weight: bold;
    font-size: 20px;
    color: #848484;
    border: 5px solid #eaeaea;
    cursor: pointer;
    box-shadow: 0px 2px 4px grey;
}
.spheader {
    padding: 0px 25px;
}
/*------------------------------------*/
.ad_text p span {
    font-size: 11px;
    font-weight: bold;
    /* text-transform: uppercase; */
    display: block;
    margin: 20px 5px;
}
.ad_text h5 {
    margin-top: 35px;
}
.tiers {
    width: 100%;
    min-width: 150px;
    max-width: 700px;
    border: 3px solid black;
    padding: 20px 10px;
    display: inline-block;
    margin: 10px;
    background: white;
    cursor: pointer;
}
.tiers:hover, .tiers:focus {
	box-shadow: 0px 3px 10px black;
	border: 3px solid #ff5656;
}
.monthly_options {
    padding: 0px;
}
.monthly_options h5 {
    margin-bottom: 30px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    display: inline-block;
    width: 80%;
    margin-left: -20px;
    padding-left: 20px;
    position: relative; 
    z-index: 4;
}
.monthly_options h5 span {
	font-size: 14px; 
	color: purple;
}
.monthly_options h5 span.year_opt {
	font-size: 14px; 
	color: #de4c4c;
}
.monthly_options h6 {
    font-weight: 800;

    line-height: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}
.monthly_options p {
    font-size: 12.5px;
    color: orange;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: bold;
}
.monthly_options ul {
    font-size: 12px;
    margin: -10px auto 10px;
    background: whitesmoke;
    border: 1px solid #ececec;
    text-align: center;
    padding: 20px 10px;
    border-radius: 3px;
    min-height: 75px;
    list-style-type: none;
}
.tiers ul li span {
    font-size: 25px;
    line-height: 12px;
    vertical-align: middle;
}
.monthly_options li {
    list-style-position: outside;
    margin-left: 1.2em;
}
.uv_month_price span {
    font-size: 14px;
}
.uv_month_price {
    font-size: 25px;
    font-weight: bold;
}
.restrictions {
    font-size: 10px !important;
    margin-top: 20px;
    line-height: 10px;
    
}
.sessions .restrictions {
	font-weight: bold;
	margin-top: 10px;
}
.last {
	margin-bottom: 50px;
}
.savings {
    font-size: 13px;
    color: orange;
}
img.booth_pic {
    /* width: 100px; */
    display: inline-block;
    width: 15%;
    min-width: 140px;
    position: relative;
    z-index: 5;
    padding-left: 20px;
}
img.booth_pic:hover {
	box-shadow: none;
	border:none;
}
.gen_options h5 {
    padding: 100px 20px 10px;
    margin: 0px 10px 10px;
    border-bottom: 1px solid #cecece;
    
}
.gen_options h5.packs {
	padding: 0px 20px 10px;
}
.gen_options img {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    margin-right: 20px;
}
.gen_options img:hover {
	border: none;
	box-shadow:none;
}
.session_text {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin-top: 12px;
}
.session_text p {
	margin-bottom: 0px;
	text-align: left;
	font-size: 14px; 
	padding: 0px 0px 0px 5px; 
	
}
.session_text p span {
	font-weight: bold; 
}
.sessions {
    width: 45%;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid black;
    padding: 20px;
    margin: 20px 10px;
    background: #efefef;
}
.sng_sessions {
	margin-bottom: 40px;
	
}
.sessions h6 {
	font-weight: bold;
	text-align: left; 
	font-size: 14.5px; 
	border-bottom: 1px solid gray;
	padding-bottom: 5px; 
	
}
.white-bg {
    position: absolute;
    background: white;
    left: 30px;
    z-index: 3;
    right: 30px;
    margin-left: auto;
    margin-top: -1px;
    bottom: 100px;
    margin-right: auto;
    max-width: 1100px;
    top: 255px;
    border-radius: 0px 10px 3px 3px;
}
.head_bg {
    position: relative;
}
.bolder {
	font-weight: 600;
	font-size:35px;
}
.thinner {
	font-weight:300;
	font-size:25px;
}
	
			.animate-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
			.animate-fading{animation:fading .5s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
			.animate-opacity{animation:opac .5s}@keyframes opac{from{opacity:0} to{opacity:1}}
			.animate-top{position:relative;animation:animatetop 1s}@keyframes animatetop{from{top:-400px;opacity:0} to{top:0;opacity:1}}
			.animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
			.animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
			.animate-bottom{position:relative;animation:animatebottom .7s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
			.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}	






			.shakeRight {animation: shakeRight 2s;}@keyframes shakeRight {from {transform: scale3d(1, 1, 1);}5%{transform: scale3d(.7, .7, .7) rotate3d(0, 0, 1, 45deg)}0%, 20%, 40%, 60%, 80%{transform: scale3d(0.8, 0.8, 0.8)}10%, 30%, 50%, 70%, 90%{transform: scale3d(1.0, 1.0, 1.0)}to {transform: scale3d(1, 1, 1);}}			
			
			
			
@media screen and (max-width: 740px) {
	.sptab {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border-top: 1px solid #404040;
    margin: 0px;
	}
	.activetab {
    border: 1px solid #a7a7a7;
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.45);
    z-index: 15;
    border-radius: 5px;
    width: 102%;
    margin-left: -1%;
    padding: 12px;
	}
	.ad_text {
		width: 100%;
		padding: 0px 10px;
	}
	.ad_img {
		margin-left: 0px;
		width: 100%;
		left: 0;
		padding: 10px 10px 0px;
	}
	.monthly_options h5 {
		width: 100%;
		padding: 10px;
		margin: 0px;
		font-size: 15px; 
	}
	img.booth_pic {
		width: 100%;
		max-width: 160px;
		margin: 20px auto;
		padding: 0;
	}
	.sessions {
		width: 95%;
		margin: 20px auto 0px;
	}
	.specials_wrap h1 {
		font-size: 25px;
		padding: 10px;
	}
	.specials_wrap h1 span {
		font-size: 16px;
	}
	.specials_wrap {
		padding: 50px 15px;
		margin-top:50px;
	}
	.head_bg {
	    position: relative;

	}	
	.specials_pricing_menu {
		margin-top:0px;
	}
	.white-bg {
    left: 15px;
    right: 15px;
    top: 325px;

	}
	.icon_area_top {
    margin-top: 3.5%;
	}
}
/*----------------------------------------- membership change over edits -----------------------------------------*/



.blackbuttons button {
    background: #333333;
    color: white;
    border-radius: 4px;
    border: 1px outset white;
    padding: 15px 20px;
    height: auto !important;
    color: white !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blackbuttons button:hover, .blackbuttons button:focus {
    background: #565656;
    border: 1px inset white;
    box-shadow: inset 0px 2px 3px #00000061;
}

.bcont {
    width: 100%;
    max-width: 590px;
    font-size: 13.5px;
    font-weight: bold;
    background: white;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    color: #4a4a4a;
    font-family: trebuchet MS;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin: 50px 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.bcont_left {
	width: 30%;
	min-width: 70px;
	display: inline-block;
	vertical-align:middle;
}
.bcont_left img {
	width: 100%;
	
}
.bcont_right {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.bcont p {
    padding: 10px;
    height: 60px;
    text-transform: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}
.bcont button {
    width: 100%;
    background: linear-gradient(#484848, black);
    max-width: 250px;
    min-height: 70px;
}


.pricing_col {
    padding: 40px 20px;
    display: inline-block;
    margin: 5px;
    width: 98%;
    max-width: 420px;
    color: black;
    box-shadow: 0px 5px 10px 0px black;
    border-radius: 10px;
    min-height: 630.81px;
    vertical-align: top;
}
.col_text li span {
    margin-left: -10px;
}
.col_text li span.ortext {
    margin-left: 0px;
    text-transform:uppercase;
    font-size:18px;
}
.pricing_area {
    text-align: center;
}
.row.myrow {
    clear: both;
    background: #b9b9b9;
    text-align: center;
    padding: 0px;

}
.margin_bottom {
	margin-bottom:50px;
}
.pricing_col h3 {
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 3px dotted rgba(255, 255, 255, 0.65);
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 30px;
    color: white;
    font-weight: 800;
    cursor:pointer;
}

.pricing_col h3:hover {
	opacity: .6;
}
.pricing_col h3 div {
    display: inline-block;
    font-weight: 550;
    text-transform: capitalize;
    font-size: 21px;
    letter-spacing: 1px;
    color: #f8ff00;
}
.pricing_col.col_three h3 {
    color: black;
}
.pricing_col.col_three h3 div {
    color: #563c00;
}
.membership_name {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    text-decoration: underline;
    /* text-shadow: -1px 1px 2px #000000cf; */
}
.col_one .membership_details {
    background: #b86be8;
	border: 1px outset #d084ff;
	padding: 50px 10px;
}
.col_three .membership_details {
    padding: 50px 0px 20px;
    background: #ffb33e;
    border: 1px outset #ffd05d;
}
.col_two .membership_details {
    border: 1px outset #49c1ff;
	background: #4dacff;
	padding: 50px 10px;
}
.pricingsection .col_three .membership_details {
    padding: 46px 0px 20px;
    background: #ffb33e;
    border: 1px outset #ffd05d;
}
.col_one .col_price {
	background: #4c0079;
	margin: 10px auto 30px;
}
.col_two .col_price {
	background: #023686;
	margin: 10px auto 30px;
}
.col_three .col_price {
    background: #6b4d07;
}
.membership_details {
    border: 1px solid white;
    padding: 5px;
    margin-bottom: 10px;
    background: #ffffff36;
    border-radius: 10px;
    cursor:pointer;
    display:block;
}
.membership_details:hover {
    background: #00000036;
    border: 1px inset;
}
.col_two .membership_details:hover, .col_two .membership_details:focus {
    border: 1px inset #49c1ff;
    background: rgba(0, 0, 0, 0.21);
}
.col_three .membership_details:hover, .col_three .membership_details:focus {
    background: rgba(0, 0, 0, 0.21);
    border: 1px inset #ffd05d;
}
.col_one .membership_details:hover, .col_one .membership_details:focus {
    background: rgba(0, 0, 0, 0.21);
    border: 1px inset #d084ff;
}
.col_text {
    margin-top: -15px;
    margin-bottom: -15px;
}
.col_one {
    border: 1px solid #8534b9;
    background: #8a05da;
}
.col_two {
    background: #1c6be4;
    border: 1px solid #5284d0;
}
.col_three {
    background: #ffa700;
    border: 1px solid #ffb731;
}
.col_price span {
    font-size: 20px;
    margin-left: -7px;
    vertical-align: middle;
    font-weight: 500;
}
.col_price {
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 37px;
    cursor: pointer;
    background: #292929;
    max-width: 300px;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
}
.col_price:hover {
	opacity: .6;
}
.pricing_col.col_three .col_price {
    margin: 10px auto 30px;
}
.col_text ul {
    list-style-position: inside;
    max-width: 300px;
    margin: 20px auto;
    font-weight: 600;
    color: black;
}
.col_yr {
    background: #292929;
    border-radius: 10px;
    color: white;
    padding: 20px 10px;
    box-shadow: inset 0px 3px 10px black;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 30px;
}

div.yp {
	color: #61ff93;
    font-size: 20px;
}
.col_yr_saving {
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}
.col_yr_saving span {
    color: #17ff30;
    font-size: 15px;
    font-weight: 700;
}
.yr_detail {
    font-size: 12px;
    font-weight: 400;
    color: #c5c5c5;
    margin-top: -8px;
}
.yr_detail span {
    font-size: 13px;
    font-weight: 600;
    color: white;

}
.yearly_name {
    font-size: 16px;
    text-decoration: underline;
    color: yellow;
    margin-bottom: 5px;
}
.yearly_membership_details {
    display: inline-block;
    padding: 0px 10px;
}
.pricingsubtextsp button {
    width: 90%;
    max-width: 250px;
    padding: 15px;
    margin: 5px;
    border-radius: 3px;
    border: 1px outset white;
    background: linear-gradient(white, #b1b8c1 90%);
    font-weight: 600;
    font-size: 18px;
}
.pricingsubtextsp button:hover, .pricingsubtextsp button:focus {
    background: #2b2b2b;
    color: white;
    border: 1px inset #424242;
}
.smallerRow {
    width: 95%;
    max-width: 1350px;
    margin: 0 auto;
}
.smallerRow h2 {
    /* text-align: center; */
    font-size: 28px;
    text-transform: uppercase;
    /* border-bottom: 1px solid white; */
    padding: 0px;
    font-weight: 500;
    color: #2d2d2d;
}
.hygieneimage img {
	width: 100%;
}
img.spserviceimage {
   margin-left: 20px;
}
h1.storepage {
	color: white;
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 40px;
}
.small_pricing.row {
    max-width: 1280px;
    margin: 8px auto 0px;
    background:#2d2d2d;
    max-height: 180px;
    overflow:hidden;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid black;
    color:white;
}
.bd-rt {
    border-right: 2px dotted #151515;
    padding-right:30px;
}
.pck_title {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.pck_option {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    background: #272727;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    min-height: 108px;
}
.pck_name {
    font-weight: bold;
    text-decoration: underline;
}
.pck_price {
    font-size: 18px;
    font-weight: bold;
    color: #61fc86;
}
.pck_info {
    font-size: 10px;
    font-style: italic;
    color: #b5b5b5;
}
.nobreak {
	white-space: nowrap;
}
.col_yr a {
    color: white;
    margin: 0;
	display:block;    
}
.col_yr a:hover, .col_yr a:focus {
    padding: 5px;
    font-weight: 1000;
    border: 2px solid gainsboro;
    border-radius: 10px;
    background: black;
}
@media screen and (max-width: 1355px) {
	.pricing_col {
		max-width: 360px !important;
	
	}
	.pricing_col h3 {
		width: 95% !important;
	}
	.bcont {
		max-width: 460px;
	}
}

@media screen and (max-width: 790px) {
	.bbottom {
		margin: 10px auto 50px !important;
	}
	.btop {
		margin: 30px auto 10px !important;
	}
}
	
@media screen and (max-width: 870px) {
	.bcont.bbottom {
	    margin-top: 20px;
	}	
	.bcont.btop {
	    margin-bottom: 0px;
	}	

	.bcont p {
		font-size:15px;
		letter-spacing:.5px;
		margin-bottom: 5px;
		line-height: 14px;
		
	}
	.bcont {
		padding: 20px 10px;
		min-height: 150px;
		width: 100% !important;
		max-width: 600px !important;
	}
	.bcont button {
		font-size: 12px;
		letter-spacing: 1px;
		min-height: 60px;
	}
}
@media screen and (max-width: 1173px) {
	.bcont {
		max-width: 350px;
	}
	.pricing_col {
		max-width: 300px !important;
	}
	.pricing_col h3 {
		width: 100% !important;
	}
	.col_three .membership_details {
		padding: 10px 15px;
	}
}
@media screen and (max-width: 985px) {
	img.spserviceimage, .slogan {
		margin-left: 0px !important;
	}
	
	.pricing_col {
		max-width: 470px !important;
	}
	.pricing_col h3 {
		width: 100% !important;
	}
	.small_pricing.row {
		max-width: 470px !important;
		padding: 20px 10px !important;
	}
}


@media screen and (max-width: 991px) {
	.small_pricing.row {
		max-height:350px;
		
	}
	.bd-rt {
		border-right: none !important;
		padding-right: 0px;
	}
	.pck_pricing {
    margin-bottom: 10px;
    padding-bottom: 10px;
	}
}
@media screen and (max-width: 563px) {
	.small_pricing.row {
		max-height: 800px;
	}

	.pck_option {
		width: 100% !important;
	}
	.col_text {
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
	.bcont p {
		margin-bottom: 10px;
	}
	.yearly_membership_details {
		padding: 10px 0px;
	}
}
.pricing_button {
    position: relative;
    height: 40px;
    width: 150px;
    background: url(/image/pricing.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
    margin-top: 70px;
    margin-bottom: -70px;
    margin-left: 10px;
    float: right;
}
.pricing_button:hover, .pricing_button:focus {
    background: url(/image/pricinghover.png) 0 0 no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1089px) {
	.icon_img {
		width: 75px !important;
	}
	.mobile_icon_menu {
		display:block !important;
	}
}@media screen and (max-width: 800px) {
	.pricing_button {
		display:block;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    margin-left: 10px;

	}
	.spraytable h2, .uvtable h2, .smallerRow h2 { 
		font-size:20px;
	}
	.smallerRow h2 { 
		margin-bottom:10px;
		padding:0px;
	}

}
@media screen and (max-width: 600px) {
	.pricing_button {
		display:block;
	    margin-top: 40px;
	    margin-bottom: -50px;
	    margin-left: 10px;
	    float: none;
	}
	.icon_img {	
		width: 60px !important;
		margin: 0 -3px 0px;
	}	
}
.mobile_icon_menu {
    position: fixed;
		width: 100%;
		z-index: 1000;
		display:none;
    bottom: 0;
}

.fast_menu {
	 	background: linear-gradient(black, #333333);
    box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.39);
    border-top: 2px solid #444444;	 
    padding: 15px;    
		border: 1px solid transparent;    
		height: 210px;
		  
}
.icon_img img, .arrow_toggle img {
    width: 100%;
}
.icon_img img {
	border: 1px solid transparent;
}
.icon_img {
    display: inline-block;
    width: 60px;
    cursor: pointer;
    background: none;
    border: none;
}
.icon_img:hover {
	width: 54px;
	padding: 0px 3px;

}
.flip {
	transition: .4s all;
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.arrow_toggle {
    width: 120px;
    position: absolute;
    top: -34px;
    border: none;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 10px 10px 0px 0px;
    border-bottom: #3a3a3a 1px solid;
    cursor: pointer;
    min-height: 35px;
}
.arrow_img {
    background: url(/image/up.png) no-repeat center;
    background-size: 60%;
    width: 55%;
    height: 24px;
    position: absolute;
    top: 22%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shakeLeft {
    animation: shakeLeft 2s infinite;
  }	
@keyframes shakeLeft {
	0% {
		transform: scale3d(1, 1, 1);
    background: url(/image/upp.png) no-repeat center;			
    background-size: 60%;    			
				
	} 
	60% {
		transform: scale3d(0.8, 0.8, 0.8);
    background: url(/image/up.png) no-repeat center;				
    background-size: 60%;    							
	}
	100% {
		transform: scale3d(1.0, 1.0, 1.0);
    background: url(/image/upp.png) no-repeat center;		
    background-size: 60%;    									
	}
}

.fast_menu p {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 10px;
    color: white;
    width: auto;
    max-width: 200px;
    border: 1px solid #333333;
    background: black;
    border-radius: 50px;
    padding: 2px 2px 1px;
}
.arrow_toggle:hover {
    min-height: 44px;
    top: -43px;
}
.fast_menu_nopad {
    overflow: hidden;
    height: 0px;

}
.mh {
	max-height: 0px;
}
.slideDownDrawer {
	animation: slideDownDrawer 1s;
}

@keyframes slideDownDrawer{
  from {
    max-height: 500px !important;

  }
  to {
    max-height: 0px !important;

  }
}
.slideUpDrawer {
	animation: slideUpDrawer 1s;
}

@keyframes slideUpDrawer{
  from {
    max-height: 0px !important;

  }
  to {
    max-height: 500px !important;

  }
}
/*Scrolling Header Text*/
.scroll-div {
    height: 35px;
    overflow: hidden;
    margin-top: 82px;
    background: #4a057d;
    border-top: 1px solid #552977;
    position: fixed;
    width: 100%;
    z-index: 100;
    letter-spacing: 1px;
    font-size: 17px;
    display: none;
}

.scroll-div p {
    position: absolute; 
    width: auto;
    display: inline-block;
    height: 100%;
    margin: 0;
    line-height: 32px;
    color: white;
    text-align: center;
    white-space:nowrap;
}

@media screen and (max-width: 420px) {
		.scroll-div {
			margin-top: 20%;
		}
}

@media screen and (max-width: 385px) {
		.scroll-div {
		    margin-top: 57px;
		}
		.logocont a img {
			padding: 10px;
			max-width:150px;
		}
}
	
.scroll-left p {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 20s linear infinite;
    -webkit-animation: scroll-left 20s linear infinite;
    animation: scroll-left 20s linear infinite;
}	
.scroll-left-sm p {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left-sm 15s linear infinite;
    -webkit-animation: scroll-left-sm 15s linear infinite;
    animation: scroll-left-sm 15s linear infinite;
}			
/* Move it (define the animation) */

@-moz-keyframes scroll-left {
		0% { -moz-transform: translateX(200%); }
		100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
		0% { -webkit-transform: translateX(200%); }
		100% { -webkit-transform: translateX(-100%); }
}

@keyframes scroll-left {			
		0% { 
		-moz-transform: translateX(200%); /* Browser bug fix */
		-webkit-transform: translateX(200%); /* Browser bug fix */
		transform: translateX(200%); 
		}
		100% { 
		-moz-transform: translateX(-100%); /* Browser bug fix */
		-webkit-transform: translateX(-100%); /* Browser bug fix */
		transform: translateX(-100%); 
		}
}

@media screen and (max-width: 1100px) {
	@-moz-keyframes scroll-left {
			0% { -moz-transform: translateX(100%); }
			100% { -moz-transform: translateX(-100%); }
	}

	@-webkit-keyframes scroll-left {
			0% { -webkit-transform: translateX(100%); }
			100% { -webkit-transform: translateX(-100%); }
	}

	@keyframes scroll-left {			
			0% { 
			-moz-transform: translateX(100%); /* Browser bug fix */
			-webkit-transform: translateX(100%); /* Browser bug fix */
			transform: translateX(100%); 
			}
			100% { 
			-moz-transform: translateX(-100%); /* Browser bug fix */
			-webkit-transform: translateX(-100%); /* Browser bug fix */
			transform: translateX(-100%); 
			}
	}
}
/* Move it (define the animation) - scroll-left-sm */

@-moz-keyframes scroll-left-sm {
		0% { -moz-transform: translateX(350%); }
		100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left-sm {
		0% { -webkit-transform: translateX(350%); }
		100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left-sm {
		0% { 
				-moz-transform: translateX(350%); /* Browser bug fix */
				-webkit-transform: translateX(350%); /* Browser bug fix */
				transform: translateX(350%); 
		}
		100% { 
				-moz-transform: translateX(-100%); /* Browser bug fix */
				-webkit-transform: translateX(-100%); /* Browser bug fix */
				transform: translateX(-100%); 
		}
}

video.eastervideo {
    border: 10px solid #542989;
}
video.eastervideo2 {
    border: 10px solid black;
}</pre></body></html>