
/*######################## CHERRY PAYMENTS HOMEPAGE SECTION #############*/
@media(max-width:768px) {
    #Cherry  {
        display: none;
    }
}

@media(min-width:768px) {
    #CherryMobile  {
        display: none;
    }
}




/*###################### HOME PAGE CARDS ###########################*/

.Services-New-Home-Desktop {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #0d0d0d;
}
@media(max-width:768px) {
    .Services-New-Home-Desktop  {
        display: none;
    }
}
.Services-New-Home-Desktop h1 {
  color: #0d0d0d;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
  font-family: montserrat;
}
@media(max-width:768px) {
    .Services-New-Home-Desktop h1 {
        font-size: 32px;
    }
}

#ServicesCards {
  background-color: #fff;
  box-shadow: 5px 5px 10px #848484;
  margin-right: 20px;
  margin-bottom: 50px;
}
#ServicesCards h2 {
  color: #0d0d0d;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  font-family: montserrat;
  letter-spacing: 0px;
}
@media(max-width:768px) {
    #ServicesCards h2 {
        font-size: 28px;
    }
}

#ServicesCards p {
  color: #0d0d0d;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  font-family: montserrat;
}
#ServicesCards img {
  margin-top: 15px;
}

#ServicesCards a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#ServicesCards a:hover,
#ServicesCards a:focus {
    text-decoration: none;
    color: #fff;
}
.btn {
    border-radius: 50px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
 
}

.btn-cards {
  border: 1px solid #0d0d0d;
    color: #fff;
    background-color: #0d0d0d;
   margin-bottom: 20px;
  margin-top: 20px;
}

.btn-cards:hover,
.btn-cards:focus {
    border: 1px solid #188181;
    outline: 0;
    color: #fff;
    background-color:#188181;
}
.btn-cards2 {
  border: 1px solid #188181;
    color: #fff;
    background-color: #188181;
   margin-bottom: 20px;
  margin-top: 20px;
}

.btn-cards2:hover,
.btn-cards2:focus {
    border: 1px solid #105656;
    outline: 0;
    color: #fff;
    background-color:#105656;
}



.Services-New-Home-Mobile {
  padding-top: 30px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #0d0d0d;
}
@media(min-width:900px) {
    .Services-New-Home-Mobile  {
        display: none;
    }
}
.Services-New-Home-Mobile h1 {
  color: #0d0d0d;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  font-family: montserrat;
}
#ServicesCardsMobile {
  background-color: #fff;
  border: 1px solid #0d0d0d;
  margin-bottom: 20px;
}
#ServicesCardsMobile h2 {
  color: #0d0d0d;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  font-family: montserrat;
  letter-spacing: 0px;
}
@media(max-width:768px) {
    #ServicesCardsMobile h2 {
        font-size: 28px;
    }
}

#ServicesCardsMobile p {
  color: #0d0d0d;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  font-family: montserrat;
}
#ServicesCardsMobile img {
  margin-top: 15px;
}

#ServicesCardsMobile a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#ServicesCardsMobile a:hover,
#ServicesCardsMobile a:focus {
    text-decoration: none;
    color: #fff;
}


.Eminence {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #0d0d0d;
}
.Eminence p {
  color: #0d0d0d;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  font-family: montserrat;
  margin-top: 0px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}




#Welcome h3 {
  font-size: 30px;
  color: #0d0d0d;
  font-weight: 600;
  text-align: left;
  font-family: montserrat;
 letter-spacing: 0px;
}

#Welcome p {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: 500;
  text-align: left;
  font-family: montserrat;
}
@media(max-width:900px) {
    #WelcomeimgDesktop {
        display: none;
    }
}
@media(min-width:900px) {
    #WelcomeimgMobile {
        display: none;
    }
}










/*------------------------------ FORMSPREE -------------------------------*/


#name  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#mail {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}

#phone {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#message {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#department {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}



#contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 80%;
    padding: 15px;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom:25px;
    color:#fff !important;
    font-size:18px;
    font-family: montserrat;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
  }

  .form:hover{
    border: 1px solid #8BC3A3;
    border-radius: 3px;
  }

  .form:focus{
    color: white;
    outline: none;
    border: 1px solid #8BC3A3;
    border-radius: 3px;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  

center{
  margin-top:330px;
}


/*------------------------------ END FORMSPREE --------------------------------*/


@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.6; /* fixes skeleton image flush problem */
}


/*PRE HEADER*/
.pre-header{
	margin-top:2em;
	text-align:right;
	margin-bottom:1.3em;
}

.preheader-text{
	font-size:.9em;
	color:#d2ad6c;
	font-family: 'Alegreya', serif;
}

.preheader-text a{
	color:#d2ad6c;
  font-size: 18px;
}

.preheader-text a:hover{
	color:#1fa9a9;
}


/*HEADER*/
.header{
	background-color:#d2ad6c;
}

.logo{
	text-align:left;
	margin-top:-2.3em;
}

.logo img{
	width:100%;
}


/*DESKTOP NAVIGATION*/
/* Dropdown Button */
.navigation{
	text-align:right;
}

.dropbtn {
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn a{
    color: #fff;
    border: none;
    cursor: pointer;
}

.dropbtn a:hover{
    color: #fff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	font-family: 'Alegreya', serif;
	font-size:1.1em;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1fa9a9;
    min-width: 145px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 1em;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #1a8d8d;
	color:#fff;
	}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #9c8150;
}



/*TOP BANNERS*/
.home-banner{
	background-image:url(../images/bodworks-banner-home.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.face-banner{
	background-image:url(../images/bodworks-banner-spa2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.laser-banner{
	background-image:url(../images/laser-banner.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.body-banner{
	background-image:url(../images/bodworks-banner-body2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.medispa-banner{
	background-image:url(../images/bodworks-banner-medispa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.packages-banner{
	background-image:url(../images/bodworks-banner-packages.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.yoga-banner{
	background-image:url(../images/bodworks-banner-yoga.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.instructors-banner{
	background-image:url(../images/bodworks-banner-instructors.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.specials-banner{
	background-image:url(../images/bodworks-banner-specials2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.contact-banner{
	background-image:url(../images/bodworks-banner-contact2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.banner-button{
	margin-top:25em;
	margin-bottom:2em;
	text-align:center;
}


/*INTERIOR PAGE BANNERS*/
#home-specials-banner {
  background: url(../images/bodworks-home-services.jpg) no-repeat center center scroll;
  padding-top: 60px;
  padding-bottom: 40px;
   width: 100%;
  height: auto;
     background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#home-specials-banner img {
  margin-bottom: 20px;
}
 #home-specials-banner img:hover {
  filter: drop-shadow(5px 5px 15px #000);
}


/*
.home-specials-banner {
	background-image:url(../images/bodworks-home-services.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:3em;
	padding-bottom:3em;
} */


.banner-spa-contact{
	background-image:url(../images/bodworks-interior-contact.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:3em;
	padding-bottom:3em;
}

.banner-spa-specials{
	background-image:url(../images/bodworks-interior-specials.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:3em;
	padding-bottom:3em;
}

.banner-spa-yoga{
	background-image:url(../images/bodworks-interior-yoga1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:3em;
	padding-bottom:3em;
}


/*GENERAL STYLING*/
.white-section{
	margin-top:3em;
	margin-bottom:3em;
	padding-bottom:0;
}
.white-section p {
  font-family: montserrat;
  font-weight: 400;
}

.header-black{
	color:#000000;
	font-size:2.8em;
    font-family: 'Alegreya', serif;
}

.subheader-black{
	font-family: 'Alegreya', serif;
	color:#000;
	font-size:1.5em;
}

.body-black{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:1em;
  font-weight: 400;
}

.body-black a{
	color:#000;
}

.body-black a:hover{
	color:#1fa9a9;
}

.body-black-bolder{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:1em;
	font-weight:700;
}

.body-black-bolder a{
	color:#000;
	text-decoration:underline;
}

.body-black-bolder a:hover{
	font-weight:700;
	text-decoration:none;
}


.header-white{
	font-family: 'Alegreya', serif;
	color:#fff;
	font-size:2.8em;
}

.subheader-white{
	font-family: 'Alegreya', serif;
	color:#fff;
	font-size:1.5em;
}

.body-white{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:1em;
}



.header-teal{
	font-family: 'Alegreya', serif;
	color:#1fa9a9;
	font-size:2.8em;
}

.subheader-teal{
	font-family: 'Alegreya', serif;
	color:#1fa9a9;
	font-size:1.5em;
}

.body-teal{
	font-family: 'Open Sans', sans-serif;
	color:#1fa9a9;
	font-size:1em;
}

.body-teal a{
	color:#1fa9a9;
}

.body-teal a:hover{
	font-weight:700;
}



.header-gold{
	font-family: 'Alegreya', serif;
	color:#d2ad6c;
	font-size:2.8em;
}

.subheader-gold{
	font-family: 'Alegreya', serif;
	color:#d2ad6c;
	font-size:1.5em;
}

.subheader-gold-lighter2{
	font-family: 'Alegreya', serif;
	color:#f5d08d;
	font-size:1.5em;
}

.body-gold{
	font-family: 'Open Sans', sans-serif;
	color:#d2ad6c;
	font-size:1em;
}

.body-gold-lighter{
	font-family: 'Open Sans', sans-serif;
	color:#f5d08d;
	font-size:1em;
}









.divider{
	padding-bottom:1em;
	padding-top:1em;
}

.center-text{
	text-align:center;
}



/*TEAL BOXES*/
.teal-box-link-small{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:.8em;
	text-transform:uppercase;
	letter-spacing:.1em;
}

.teal-box-link-small a:hover{
	border-bottom: 1px solid #d2ad6c;
}

.teal-background{
	background-color:#1fa9a9;
	padding: 3em 0em;
}



/*NEWSLETTER SIGN UP*/
.newsletter-signup{
	background-color:#d2ad6c;
	padding:1em 2em;
}




/*YOGA PAGE*/
.rate-box{
	text-align:center;
	margin-top:2em;
}

.rate-price{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:4em;
	text-transform:uppercase;
	font-weight:700;
	line-height:1em;
}

.rate-disclaimer{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:.8em;
	padding:1em 0;
}

.yoga-classes-section{
	background-color:#d2ad6c;
	padding: 3em 0em;
}

.yoga-text{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:1em;
	padding-bottom:1em;
}

.instructors{
	margin-top:2em;
}




/*SPECIALS PAGE*/
.specials-name{
	font-family: 'Alegreya', serif;
	color:#d2ad6c;
	font-size:1.3em;
	text-transform:uppercase;
	padding-top:1.3em;
}



/*COLOR BLOCK*/
.packages-block{
	background-image:url(../images/bodworks-packagespa.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.packages-block-mobile{
	background-image:url(../images/bodworks-packagespa-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
}






.facial-block{
	background-image:url(../images/bodworks-faceservice-facial2.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.facial-block-mobile{
	background-image:url(../images/bodworks-faceservice-facial-OVERLAY2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
}


.enhancements-block{
	background-image:url(../images/bodworks-faceservice-spraytan.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.enhancements-block-mobile{
	background-image:url(../images/bodworks-faceservice-spraytan-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}

.lashbar-block{
	background-image:url(../images/bodworks-faceservice-eyelash.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.lashbar-block-mobile{
	background-image:url(../images/bodworks-faceservice-eyelash-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	margin-bottom:4em;
	text-align:center;
}

.hydrafacial-block{
	background-image:url(../images/bodworks-faceservice-hydrafacial.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.hydrafacial-block-mobile{
	background-image:url(../images/bodworks-faceservice-hydrafacial-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}

.massage-block{
	background-image:url(../images/bodworks-bodyservice-massage.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.massage-block-mobile{
	background-image:url(../images/bodworks-bodyservice-massage-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
}


.bodytreatment-block{
	background-image:url(../images/bodworks-bodyservice-bodytreatment.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.bodytreatment-block-mobile{
	background-image:url(../images/bodworks-bodyservice-bodytreatment-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}

.laser-block{
	background-image:url(../images/bodworks-bodyservice-laser2.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.laser-block-mobile{
	background-image:url(../images/bodworks-bodyservice-laser-OVERLAY2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	margin-bottom:4em;
	text-align:center;
}

.waxing-block{
	background-image:url(../images/bodworks-bodyservice-waxing2.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.waxing-block-mobile{
	background-image:url(../images/bodworks-bodyservice-waxing-OVERLAY2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}









.toxins-block{
	background-image:url(../images/bodworks-medispaservice-botox2.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.toxins-block-mobile{
	background-image:url(../images/bodworks-medispaservice-botox-OVERLAY2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
}


.filler-block{
	/*background-image:url(../images/bodworks-medispaservice-filler.jpg);*/
     background-image:url(../images/bodworks-medispaservice-other2.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.filler-block-mobile{
	/* background-image:url(../images/bodworks-medispaservice-filler-OVERLAY.jpg); */
     background-image:url(../images/bodworks-medispaservice-other-OVERLAY2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}

.other-block{
	background-image:url(../images/bodworks-medispaservice-other2.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.other-block-mobile{
	background-image:url(../images/bodworks-medispaservice-other-OVERLAY2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	margin-bottom:4em;
	text-align:center;
}

.other-block2{
	background-image:url(../images/avi/AviClear-1.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.other-block-mobile2{
	background-image:url(../images/avi/AviClear-Overlay.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	margin-bottom:4em;
	text-align:center;
}


.prp-block{
	background-image:url(../images/Cryoskin/Cryoskin-Desktop.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.prp-block-mobile{
	background-image:url(../images/Cryoskin/Cryoskin-Desktop-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}

.microneedling-block{
	background-image:url(../images/medi-spa/Secret-RF.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.microneedling-block-mobile{
	background-image:url(../images/medi-spa/Secret-RF-Overlay.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	margin-bottom:4em;
	text-align:center;
}

.booster-block{
	background-image:url(../images/bodworks-medispaservice-booster.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fffcf7;
	position: relative;
	border-bottom: 20px solid #988157;
}

.booster-block-mobile{
	background-image:url(../images/bodworks-medispaservice-booster-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}




















.groupevents-block{
	background-image:url(../images/bodworks-groupevents.jpg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: left center;
	background-color: #fff;
	position: relative;
	
	border-bottom: 20px solid #988157;
}

.groupevents-block-mobile{
	background-image:url(../images/bodworks-groupevents-OVERLAY.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:4em;
	text-align:center;
}

.content-float-left {
	width: 45%;
	float: left;
	position: relative;
}

.content-float-right {
	width: 45%;
	float: right;
	position: relative;
}

.exclusive-listings{
	margin-top:4em;
	text-align:center;
}

.text-padding{
	padding:3em 4em;
}



/*SPA SERVICES HOVER*/
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #1fa9a9;
    color: #fff;
    text-align: left;
    padding: 1.5em;
    border-radius: 6px;
	font-size:.8em;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}



/*SPA SERVICES DROPDOWN -WHITE BACKGROUND*/
.drop-down2 .accordion2 {
    background-color: #fff;
    color: #988157;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	border: 1px solid #988157;
}

.drop-down2 .active2, .accordion2:hover {
    background-color: #fff;
	color:#988157;
}

.drop-down2 .accordion2:after {
    content: '\002B';
    color: #988157;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	max-height: 2000px;
}

.drop-down2 .active2:after {
    content: '\2212';
	color:#988157;
}

.drop-down2 .active2:hover {
	color:#988157;
}

.drop-down2 .panel2 {
    padding: 0 2em;
	margin-bottom:1em;
    background-color: #1fa9a9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}






/*TESTIMONIALS*/
.testi-section{
	background-image:url(../images/bodworks-home-testimonials.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	padding-top:3em;
	padding-bottom:3em;
	text-align:center;
}

.testimonials{
	text-align:center;
	padding:0em 4em 0em 4em;
	vertical-align:middle;
}

/* testimonial carousel */
#quote-carousel {
  padding: 0em 4em 3em 4em;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #1fa9a9;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #1a8d8d;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

.review-buttons{
	padding-top:2em;
}


/*FOOTER*/
.footer{
	margin:3em;
	padding:0 6em;
}

.footer-copyright{
	padding:3em 0;
	background-color:#1fa9a9;
}

.footer-copyright-gold{
	padding:3em 0;
	background-color:#d2ad6c;
}

.copyright-left{
	text-align:left;
}

.copyright-right{
	text-align:right;
}

.copyright{
	color:#fff;
	font-size:.7em;
	font-family: 'Open Sans', sans-serif;
}

.copyright a{
	color:#fff;
}

.copyright a:hover{
	color:#000;
}




/* START RESPONSIVE STYLING */



/*RESPONSIVE SECTION - RED*/
@media (max-width: 550px) {
.header{
	background-color: transparent;
}

.pre-header{
	display:none;
}

.logo {
	width:100% !important;
	text-align:center;
	margin-top:0;
	padding:2em 0em;
} 

.logo img{
	width:60%;
}

.navigation {
	display:none;
}

.nav {
	display:none;
}

.about-left-side{
	display:none;
}

.about-right-side{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.featured-box{
	width:100% !important;
	margin-left:0;
	margin-bottom:2em;
}

.newsletter-info{
	width:100% !important;
	text-align:center;
}

.newsletter-signup{
	width:100% !important;
	margin-left:0;
	padding: 1em;
	margin-top:2em;
	text-align:center;
}

.testimonials{
	padding:0;
}

#quote-carousel{
	padding:0em 0em 3em 0em;
}

.testimonials-body1{
	padding:1.5em 0 0 0;
}

.review-buttons{
	width:100% !important;
	margin-left:0;
}

.footer{
	padding:0;
	margin:3em 0em;
}

.contact-block{
	width:100% !important;
	text-align:center;
}

.contact-block2{
	width:100% !important;
	margin-left:0;
	text-align:center;
	margin-top:2em;
}

.copyright-left{
	width:100% !important;
	text-align:center;
}

.copyright-right{
	width:100% !important;
	margin-left:0;
	text-align:center;
	margin-top:2em;
}

.header-black-NEW{
	font-size:2em;
}

.header-white{
	font-size:2em;
}

.yoga-class{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.yoga-info{
	width:100% !important;
	margin-left:0;
	text-align:center;
	margin-top:1em;
}

.spa-specials{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.yoga-event{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.medi-spa-service{
	width:100% !important;
	margin-left:0;
	margin-bottom:1.5em;
}

.instructors{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.instructors img{
	width:60%;
}

.banner-spa-face-desktop{
	display:none;
}

.groupevents-block{
	display:none;
}

.hydrafacial-block{
	display:none;
}

.lashbar-block{
	display:none;
}

.enhancements-block{
	display:none;
}

.facial-block{
	display:none;
}

.packages-block{
	display:none;
}

.massage-block{
	display:none;
}

.bodytreatment-block{
	display:none;
}

.laser-block{
	display:none;
}

.waxing-block{
	display:none;
}

.toxins-block{
	display:none;
}

.filler-block{
	display:none;
}

.other-block{
	display:none;
}
  
  .other-block2{
	display:none;
}

.prp-block{
	display:none;
}

.microneedling-block{
	display:none;
}

.booster-block{
	display:none;
}
}


/*RESPONSIVE SECTION - ORANGE*/
@media (min-width: 551px) and (max-width: 750px) {
.header{
	background-color:transparent;
}

.pre-header{
	text-align:center;
}

.logo {
	width:100% !important;
	text-align:center;
	padding-left:0;
	margin-top:0;
	padding-bottom:2em;
} 

.logo img{
	width:60%;
}

.navigation {
	display:none;
}

.nav {
	display:none;
}

.about-left-side{
	display:none;
}

.about-right-side{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.featured-box{
	width:100% !important;
	margin-left:0;
	margin-bottom:2em;
}

.newsletter-info{
	width:100% !important;
	text-align:center;
}

.newsletter-signup{
	width:100% !important;
	margin-left:0;
	padding: 1em;
	margin-top:2em;
}

.review-buttons{
	width:100% !important;
	margin-left:0;
}

.footer{
	padding:0;
	margin:3em 0em;
}

.contact-block{
	width:100% !important;
	text-align:center;
}

.contact-block2{
	width:100% !important;
	margin-left:0;
	text-align:center;
	margin-top:2em;
}

.copyright-left{
	width:100% !important;
	text-align:center;
}

.copyright-right{
	width:100% !important;
	margin-left:0;
	text-align:center;
	margin-top:2em;
}

.rate-box{
	width:100% !important;
	margin-left:0;
	margin-top:1em;
}

.yoga-class{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.yoga-info{
	width:100% !important;
	margin-left:0;
	text-align:center;
	margin-top:1em;
}

.spa-specials{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.yoga-event{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.medi-spa-service{
	width:100% !important;
	margin-left:0;
	margin-bottom:1.5em;
}

.instructors{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.instructors img{
	width:40%;
}

.banner-spa-face-desktop{
	display:none;
}

.bullets{
	width:100% !important;
	margin-left:0;
}

.groupevents-block{
	display:none;
}

.hydrafacial-block{
	display:none;
}

.lashbar-block{
	display:none;
}

.enhancements-block{
	display:none;
}

.facial-block{
	display:none;
}

.packages-block{
	display:none;
}

.massage-block{
	display:none;
}

.bodytreatment-block{
	display:none;
}

.laser-block{
	display:none;
}

.waxing-block{
	display:none;
}

.toxins-block{
	display:none;
}

.filler-block{
	display:none;
}

.other-block{
	display:none;
}
  
  .other-block2{
	display:none;
}

.prp-block{
	display:none;
}

.microneedling-block{
	display:none;
}

.booster-block{
	display:none;
}


}



/*RESPONSIVE SECTION - GREEN*/
@media (min-width: 751px) and (max-width: 885px) {
.rate-box{
	width:100% !important;
	margin-left:0;
	margin-top:1em;
}

.instructors{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.instructors img{
	width:40%;
}

.bullets{
	width:100% !important;
	margin-left:0;
}

}

@media (min-width: 751px) and (max-width: 1000px) {
.header{
	/*background-color:green;*/
	margin-top:4em;
}

.pre-header{
	text-align:center;
}

.logo {
	width:100% !important;
	text-align:center;
	padding-left:0;
} 

.logo img{
	width:60%;
}

.navigation {
	width:100% !important;
	margin: 1em 0em 0em 0em !important;
	padding:0;
	text-align:center;
}

.nav {
	display:none;
}

.about-left-side{
	display:none;
}

.about-right-side{
	width:100% !important;
	margin-left:0;
	text-align:center;
}

.newsletter-signup{
	text-align:center;
}

.footer{
	padding:0;
	margin:3em 0em;
}

.rate-price{
	font-size:3em;
}

.yoga-event img{
	width:70%;
}

.medi-spa-service{
	width:100% !important;
	margin-left:0;
	margin-bottom:1.5em;
}

.banner-spa-face-desktop{
	display:none;
}

.groupevents-block{
	display:none;
}

.hydrafacial-block{
	display:none;
}

.lashbar-block{
	display:none;
}

.enhancements-block{
	display:none;
}

.facial-block{
	display:none;
}

.packages-block{
	display:none;
}

.massage-block{
	display:none;
}

.bodytreatment-block{
	display:none;
}

.laser-block{
	display:none;
}

.waxing-block{
	display:none;
}

.toxins-block{
	display:none;
}

.filler-block{
	display:none;
}

.other-block{
	display:none;
}
  .other-block2{
	display:none;
}

.prp-block{
	display:none;
}

.microneedling-block{
	display:none;
}

.booster-block{
	display:none;
}
}


@media (min-width: 1001px) and (max-width: 1090px) {
.nav {
	display:none;
}

.newsletter-signup{
	text-align:center;
}

.rate-price{
	font-size:3.3em;
}

.groupevents-block{
	display:none;
}

.hydrafacial-block{
	display:none;
}

.lashbar-block{
	display:none;
}

.enhancements-block{
	display:none;
}

.facial-block{
	display:none;
}

.packages-block{
	display:none;
}

.massage-block{
	display:none;
}

.bodytreatment-block{
	display:none;
}

.laser-block{
	display:none;
}

.waxing-block{
	display:none;
}

.toxins-block{
	display:none;
}

.filler-block{
	display:none;
}

.other-block{
	display:none;
}
  .other-block2{
	display:none;
}

.prp-block{
	display:none;
}

.microneedling-block{
	display:none;
}

.booster-block{
	display:none;
}
}

/*RESPONSIVE SECTION - BLUE*/
@media (min-width: 1091px) and (max-width: 1200px) {
/*.header{
	background-color:blue;
}*/

.nav {
	display:none;
}

.newsletter-signup{
	text-align:center;
}

.rate-price{
	font-size:3.3em;
}

.banner-spa-face-mobile{
	display:none;
}

.groupevents-block-mobile{
	display:none;
}

.hydrafacial-block-mobile{
	display:none;
}

.lashbar-block-mobile{
	display:none;
}

.enhancements-block-mobile{
	display:none;
}

.facial-block-mobile{
	display:none;
}

.packages-block-mobile{
	display:none;
}

.massage-block-mobile{
	display:none;
}

.bodytreatment-block-mobile{
	display:none;
}

.laser-block-mobile{
	display:none;
}

.waxing-block-mobile{
	display:none;
}

.toxins-block-mobile{
	display:none;
}

.filler-block-mobile{
	display:none;
}

.other-block-mobile{
	display:none;
}
  .other-block-mobile2{
	display:none;
}

.prp-block-mobile{
	display:none;
}

.microneedling-block-mobile{
	display:none;
}

.booster-block-mobile{
	display:none;
}

}


/*RESPONSIVE SECTION - PURPLE*/
@media (min-width: 1201px){
/*.header{
	background-color:purple;
}*/

.nav {
	display:none;
}

.banner-spa-face-mobile{
	display:none;
}

.groupevents-block-mobile{
	display:none;
}

.hydrafacial-block-mobile{
	display:none;
}

.lashbar-block-mobile{
	display:none;
}

.enhancements-block-mobile{
	display:none;
}

.facial-block-mobile{
	display:none;
}

.packages-block-mobile{
	display:none;
}

.massage-block-mobile{
	display:none;
}

.bodytreatment-block-mobile{
	display:none;
}

.laser-block-mobile{
	display:none;
}

.waxing-block-mobile{
	display:none;
}

.toxins-block-mobile{
	display:none;
}

.filler-block-mobile{
	display:none;
}

.other-block-mobile{
	display:none;
}
  .other-block-mobile2{
	display:none;
}

.prp-block-mobile{
	display:none;
}

.microneedling-block-mobile{
	display:none;
}

.booster-block-mobile{
	display:none;
}

}

