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

/* Mobile */
@media only screen and (min-width: 250px) {
#Navbar{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	display: block;
	height: 25px;
	color: #d0a894;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
	padding-bottom: 35px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#d0a894;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#LogoBackground {
	display: none;
	width:400px;
	min-height:115px;
	margin-right:0%;
	margin-left:0px;
	margin-top:15px;
	position: fixed;
	top:0;
	left:0;
	z-index:550;
	max-width:none;
	height: auto;
	font-size: 100%;
	border-top:2px solid #D0A893;
	border-right:2px solid #D0A893;
	border-bottom:2px solid #D0A893;
	background-color:#FFF;
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	margin-right:10%;
	margin-left:10%;
	margin-top:0px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width: 250px;
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#HeaderBar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:70px;
	background-color: rgba(255,255,255,1);
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:5px;
	margin-bottom:30px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyLeftBig {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 98%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px;
	width: 80%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom:50px;
	margin-top:50px;
	width: 98%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom:0px;
	margin-top:0px;
	width: 98%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top:400px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top:80px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 500%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:0px;
	font-weight:700;
	margin:0px;
}

#FooterLeft {
	display:block;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display: block;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:10px;
	margin-left:2%;
	margin-right:2%;
	margin-top:10px;
	font-size:90%;
}
#FooterRight {
	display: none;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display:block;
	position: relative;
	width:100%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
}
#Video2 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
}
#Video3 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs &gt; li {
    float: left;
    width:33%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:60%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

#LogoSplash {
	display:block;
	top:38%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9.5s;
	-moz-animation:logooff linear 9.5s;
    -o-animation:logooff linear 9.5s;
    animation:logooff linear 9.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10.5s;
	-moz-animation:blackbackground ease-out 10.5s;
    -o-animation:blackbackground ease-out 10.5s;
    animation:blackbackground ease-out 10.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpa/BotoxMedSpaStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow:hidden;
}
#BannerBackgroundInfrared {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Infrared%20Sauna/InfraredSauna.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMeditation {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Guided%20Meditation/GuidedMeditation.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRedlight {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Redlight/RedlightTherapy%20Photobiomodulation.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/MedSpa/StPete/HydraFacialStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom!important;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Botox/BotoxStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMens {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MensWellness/BioidenticalHormoneTherapyStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundLaser {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/LaserTreatments/LaserTreatmentsStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image:url(../MedicalSpaStPetersburgFlorida/MedspaStPete/MedspaProductsStPete5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFacials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Facials/HydraFacialStPetersburgh.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/BodyContouring/BodySculptingStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWeightlossProgram {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/WeightlossStPete/WeightlossStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundIVTherapy {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/IVTherapy/IVTherapyTreatmentsStPetersburg.jpeg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWellness {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/WomensWellness/VaginalWellnessStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/HealthTechnologyWexfordPA.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Insurance%20for%20Outdoor%20Business.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	left:0%;
	font-size:90%;
	background-color:rgba(35,35,35,0.7);
}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: block;
	width:100%;
	height:100vh;
	overflow: hidden;
}
#SloganBox {
	display: flex;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:50vh;
	right:5%;
	font-size:60%;
	background-color: rgba(255,255,255,0.9);
}
#SloganBoxHome {
	display: flex;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:40vh;
	right:5%;
	font-size:60%;
	background-color: rgba(255,255,255,0);
}
#SloganBox2 {
	display:block;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:150px;
	left:5%;
	font-size:60%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:90%;
	z-index:50;
	margin-top:80px;
	left:5%;
	font-size:60%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#fff;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:140px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
#Description{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	z-index: 100000;
	position: fixed;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
	overflow: visible;
	justify-content: center;
	float: none;;
}
#DescriptionText{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: transparent;
	z-index: 2;
	max-width: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	font-size: 100%;
}
#DescriptionBackground{
	display: block;	
	z-index: 9000;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
}

#DescriptionPageTint{
	display: block;	
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.9);
}
#Sale {
	display: none;
	position: fixed;
	width: auto;
	max-width:300px;
	max-height:0px;
	margin-bottom:2px;
	margin-left: auto;
	margin-right:2px;
	margin-top:0px;
	right:0;
	bottom:0;
	z-index:2001;
	background-color:#807F7F;
	border-radius:10px;
	float:right;
	-webkit-animation:sale 0.5s ease-in-out forwards;
	-moz-animation:sale 0.5s ease-in-out forwards;
    -o-animation:sale 0.5s ease-in-out forwards;
    animation:sale 0.5s ease-in-out forwards;
	overflow:hidden
}
#SaleFull {
	display:block;
	position:fixed;
	width:96%;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:100px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale2 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale3 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale4 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(255,255,255,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 650%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:50%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:0px;
}
#Products2 {
	width:90%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
}
#Products3 {
	width:90%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:none;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  display:block;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}
		
}

/* Tablet */

@media only screen and (min-width: 750px) {
#Navbar{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	display: block;
	height: 25px;
	color: #d0a894;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 40px;
	padding-bottom: 35px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: #d0a894;
	z-index: 450;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: inherit;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#LogoBackground {
	display: none;
	width:300px;
	min-height:85px;
	margin-right:0%;
	margin-left: auto;
	margin-top: auto;
	position: fixed;
	top:0;
	left:50%;
	transform-origin:50% 50%;
	z-index:550;
	max-width:none;
	height: auto;
	font-size: 100%;
	border-top: none;
	border-right:2px solid #D0A893;
	border-bottom:2px solid #D0A893;
	background-color:#FFF;
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:70%;
	margin-right: 15%;
	margin-left: 15%;
	margin-top:0px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:551;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:250px;
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:70px;
	background-color: rgba(255,255,255,1);
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:5px;
	margin-bottom:30px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyLeftBig {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 48%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:50px;
	margin-top:50px;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top:400px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top:100px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 500%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:0px;
	font-weight:700;
	margin:0px;
}

#FooterLeft {
	display:block;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display: block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	font-size:100%;
}
#FooterRight {
	display:none;
	position: relative;
	width:49%;
	float:left;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
}
#FooterLine {
	display:block;
	position: relative;
	width:100%;
	height:2px;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: inherit;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width: 5px;
}
#TextCenter{
	display:block;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:60%;
	float:left;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:20px;
}
#Video2 {
	display:block;
	position: relative;
	width:60%;
	float:left;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:20px;
}
#Video3 {
	display:block;
	position: relative;
	width:60%;
	float:left;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:20px;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs &gt; li {
    float: left;
    width:33%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:70%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:38%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9.5s;
	-moz-animation:logooff linear 9.5s;
    -o-animation:logooff linear 9.5s;
    animation:logooff linear 9.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10.5s;
	-moz-animation:blackbackground ease-out 10.5s;
    -o-animation:blackbackground ease-out 10.5s;
    animation:blackbackground ease-out 10.5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpa/BotoxMedSpaStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow:hidden;
}
#BannerBackgroundInfrared {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Infrared%20Sauna/InfraredSauna.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMeditation {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Guided%20Meditation/GuidedMeditation.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRedlight {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Redlight/RedlightTherapy%20Photobiomodulation.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/MedSpa/StPete/HydraFacialStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Botox/BotoxStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMens {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MensWellness/BioidenticalHormoneTherapyStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundLaser {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/LaserTreatments/LaserTreatmentsStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedspaStPete/MedspaProductsStPete5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFacials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Facials/HydraFacialStPetersburgh.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/BodyContouring/BodySculptingStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWeightlossProgram {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/WeightlossStPete/WeightlossStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundIVTherapy {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWellness {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/WomensWellness/VaginalWellnessStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/HealthTechnologyWexfordPA.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Insurance%20for%20Outdoor%20Business.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	left:0%;
	font-size:90%;
	background-color:rgba(35,35,35,0.7);
}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: block;
	width:100%;
	height:100vh;
}
#SloganBox {
	display: flex;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:40vh;
	right:5%;
	font-size:80%;
	background-color: rgba(255,255,255,0.9);
}
#SloganBoxHome {
	display: flex;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:40vh;
	right:5%;
	font-size:80%;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:150px;
	left:20%;
	font-size:70%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:100px;
	left:10%;
	font-size:80%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#fff;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
#Description{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 100000;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
	overflow: visible;
	justify-content: center;
	float: none;
}
#DescriptionText{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: transparent;
	z-index: 2;
	max-width: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	font-size: 100%;
}
#DescriptionBackground{
	z-index: 9000;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
}
#DescriptionPageTint{
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.9);
}
#Sale {
	display: none;
	position: fixed;
	width: auto;
	max-width:300px;
	max-height:0px;
	margin-bottom:2px;
	margin-left: auto;
	margin-right:2px;
	margin-top:0px;
	right:0;
	bottom:0;
	z-index:2001;
	background-color:#807F7F;
	border-radius:10px;
	float:right;
	-webkit-animation:sale 0.5s ease-in-out forwards;
	-moz-animation:sale 0.5s ease-in-out forwards;
    -o-animation:sale 0.5s ease-in-out forwards;
    animation:sale 0.5s ease-in-out forwards;
	overflow:hidden
}
#SaleFull {
	display:block;
	position:fixed;
	width:70%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:15%;
	margin-top:100px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale2 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale3 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale4 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(255,255,255,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:16%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#Products2 {
	width:42%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#Products3 {
	width:42%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:none;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}

	
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:80px;
	margin-bottom:0px;
	position: relative;
	float: none;
	top: 0;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:0px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	display: block;
	height: auto;
	color: #d0a894;
	background-color: transparent;
	font-size: 16px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pageanchor{
	margin-top:-110px;
	position:absolute;
	height:1px;
	width:1px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 140px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#LogoBackground {
	display: block;
	width:0px;
	min-height:75px;
	margin-right:0%;
	margin-left:0px;
	margin-top:0px;
	position: fixed;
	top:0;
	left:0;
	z-index:550;
	max-width:none;
	height: auto;
	font-size: 100%;
	border-top: none;
	border-right:2px solid #D0A893;
	border-bottom:2px solid #D0A893;
	background-color:#FFF;
	-webkit-animation: logobackground 0.3s ease-in-out forwards;
	-moz-animation: logobackground 0.3s ease-in-out forwards;
	-o-animation: logobackground 0.3s ease-in-out forwards;
	-ms-animation: logobackground 0.3s ease-in-out forwards;
	animation: logobackground 0.3s ease-in-out forwards;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
@keyframes logobackground {
  0%{ width:0px; }
  100% { width:350px; }
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:300px;
	margin-right:0%;
	margin-left:20px;
	margin-top:-5px;
	z-index:550;
	position: absolute;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:16px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:auto;
}
#HeaderPhone {
	display: block;
	width:100%;
	float:right;
	right:0%;
	top:0;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	padding:3px;
	position: fixed;
	max-width:none;
	z-index:501;
	background-color:#807F7F;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #000;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:120px;
	background-color: rgba(255,255,255,1);
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #d0a894;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 50px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyLeftBig {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 23%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px;
	width: 80%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom:50px;
	margin-top:50px;
	width: 70%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top: 600px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 100px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 600%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:0px;
	font-weight:700;
	margin:0px;
}

#FooterLeft {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:3%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:3%;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:46%;
	float:left;
	margin-bottom:0;
	margin-left:27%;
	margin-right:27%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Video2 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
}
#Video3 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs &gt; li {
    float: left;
    width:20%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:100%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9s;
	-moz-animation:logooff linear 9s;
    -o-animation:logooff linear 9s;
    animation:logooff linear 9s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10s;
	-moz-animation:blackbackground ease-out 10s;
    -o-animation:blackbackground ease-out 10s;
    animation:blackbackground ease-out 10s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpa/BotoxMedSpaStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:-300px center !important;
	overflow:hidden;
}
#BannerBackgroundInfrared {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Infrared%20Sauna/InfraredSauna.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMeditation {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Guided%20Meditation/GuidedMeditation.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRedlight {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Redlight/RedlightTherapy%20Photobiomodulation.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/MedSpa/StPete/HydraFacialStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Botox/BotoxStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMens {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MensWellness/BioidenticalHormoneTherapyStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundLaser {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/LaserTreatments/LaserTreatmentsStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedspaStPete/MedspaProductsStPete5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFacials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Facials/HydraFacialStPetersburgh.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/BodyContouring/BodySculptingStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWeightlossProgram {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/WeightlossStPete/WeightlossStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundIVTherapy {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWellness {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/WomensWellness/VaginalWellnessStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/HealthTechnologyWexfordPA.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Insurance%20for%20Outdoor%20Business.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	left:0%;
	font-size:90%;
	background-color:rgba(35,35,35,0.7);
}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: block;
	width:100%;
	height:100vh;
}
#SloganBox {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:300px;
	right:2%;
	font-size:80%;
	background-color: transparent;
}
#SloganBoxHome {
	display: flex;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:30vh;
	right:5%;
	font-size:90%;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:200px;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:200px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#fff;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
#Description{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	z-index: 100000;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
	overflow: visible;
	justify-content: center;
	float: none;
}
#DescriptionText{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: transparent;
	z-index: 2;
	max-width: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	font-size: 100%;
}
#DescriptionBackground{
	z-index: 9000;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
}
#DescriptionPageTint{
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.9);
}
#Sale {
	display: none;
	position: fixed;
	width: auto;
	max-width:300px;
	max-height:0px;
	margin-bottom:2px;
	margin-left: auto;
	margin-right:2px;
	margin-top:0px;
	right:0;
	bottom:0;
	z-index:2001;
	background-color:#807F7F;
	border-radius:10px;
	float:right;
	-webkit-animation:sale 0.5s ease-in-out forwards;
	-moz-animation:sale 0.5s ease-in-out forwards;
    -o-animation:sale 0.5s ease-in-out forwards;
    animation:sale 0.5s ease-in-out forwards;
	overflow:hidden
}
#SaleFull {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#Sale2 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#Sale3 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#Sale4 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(255,255,255,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:16%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#Products2 {
	width:42%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#Products3 {
	width:42%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:block;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}
	
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:70px;
	margin-bottom:0px;
	position: absolute;
	float: right;
	right:0;
	top: 0;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	display: block;
	height: 30px;
	color: #d0a894;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: inherit;
	padding-top: 10px;
	padding-bottom: 0px;
}
.pageanchor{
	margin-top:-100px;
	position:absolute;
	height:1px;
	width:1px;
}
#NavbarPhone{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color:#232323;
	z-index: 500;
	position: fixed;
	float:right;
	max-width:600px;
	margin-top: 50px;
	padding-top:30px;
	-moz-box-shadow: 0px 0px 10px #f00116;
	-webkit-box-shadow: 0px 0px 10px #f00116;
	box-shadow: 0px 0px 10px #f00116;
	font-size: 70%;
	-webkit-animation: slideInDown ease-in 1s;
	-moz-animation: slideInDown ease-in 1s;
	-o-animation: slideInDown ease-in 1s;
	animation: slideInDown ease-in 1s;
}
#LogoBackground {
	display: block;
	width:0px;
	min-height:115px;
	margin-right:0%;
	margin-left:0px;
	margin-top:15px;
	position: fixed;
	top:0;
	left:0;
	z-index:550;
	max-width:none;
	height: auto;
	font-size: 100%;
	border-top:2px solid #D0A893;
	border-right:2px solid #D0A893;
	border-bottom:2px solid #D0A893;
	background-color:#FFF;
	-webkit-animation: logobackground 0.3s ease-in-out forwards;
	-moz-animation: logobackground 0.3s ease-in-out forwards;
	-o-animation: logobackground 0.3s ease-in-out forwards;
	-ms-animation: logobackground 0.3s ease-in-out forwards;
	animation: logobackground 0.3s ease-in-out forwards;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
@keyframes logobackground {
  0%{ width:0px; }
  100% { width:400px; }
}
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:350px;
	margin-right:0%;
	margin-left:20px;
	margin-top:25px;
	position: relative;
	z-index:550;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:20%;
	margin-left:20%;
	margin-top:16px;
	position:absolute;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:auto;
}
#HeaderPhone {
	display: block;
	width:100%;
	float:right;
	right:0%;
	top:0;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	padding:3px;
	position: fixed;
	max-width:none;
	z-index:501;
	background-color:#807F7F;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #000;
}
#HeaderBar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:110px;
	background-color: rgba(255,255,255,1);
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #d0a894;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 50%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 50px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyLeftBig {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 23%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 20%;
	margin-right:20%;
	margin-bottom:50px;
	margin-top:50px;
	width: 60%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image: url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-size: cover;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top: 600px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 90px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}



.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 500%;
	font-family: Poppins, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:0px;
	font-weight: bolder;
	margin:0px;
}


#FooterLeft {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:3%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:3%;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:46%;
	float:left;
	margin-bottom:0;
	margin-left:27%;
	margin-right:27%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Video2 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
}
#Video3 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs &gt; li {
    float: left;
    width:20%;
	font-size:150%;
}
#Loading {
	display: block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1001;
	-webkit-animation:loadingoff ease-in 3s;
	-moz-animation:loadingoff ease-in 3s;
    -o-animation:loadingoff ease-in 3s;
    animation:loadingoff ease-in 3s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	font-size:100%;
}
#VideoBackground {
	display: block;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
	-webkit-animation:videooff ease-in 8s;
	-moz-animation:videooff ease-in 8s;
    -o-animation:videooff ease-in 8s;
    animation:videooff ease-in 8s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoSplash {
	display:block;
	top:40%;
	position:fixed;
	width:100%;
	z-index:1002;
	-webkit-animation:logooff linear 9s;
	-moz-animation:logooff linear 9s;
    -o-animation:logooff linear 9s;
    animation:logooff linear 9s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#LogoZoom {
	display:block;
	width:300px;
	z-index:1002;
	transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-animation:logoin linear 5s infinite;
	-moz-animation:logoin linear 5s infinite;
    -o-animation:logoin linear 5s infinite;
    animation:logoin linear 5s infinite;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BlackBackground {
	display:block;
	background-color:#000;
	top:0%;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	-webkit-animation:blackbackground ease-out 10s;
	-moz-animation:blackbackground ease-out 10s;
    -o-animation:blackbackground ease-out 10s;
    animation:blackbackground ease-out 10s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
#BannerBackground {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpa/BotoxMedSpaStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow: auto;
}
#BannerBackgroundInfrared {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Infrared%20Sauna/InfraredSauna.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMeditation {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Guided%20Meditation/GuidedMeditation.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundRedlight {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/Redlight/RedlightTherapy%20Photobiomodulation.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/MedSpa/StPete/HydraFacialStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Botox/BotoxStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundMens {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MensWellness/BioidenticalHormoneTherapyStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundLaser {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/LaserTreatments/LaserTreatmentsStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedspaStPete/MedspaProductsStPete5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundFacials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/Facials/HydraFacialStPetersburgh.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/BodyContouring/BodySculptingStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWeightlossProgram {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalSpaStPetersburgFlorida/WeightlossStPete/WeightlossStPetersburg.jpg");
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundIVTherapy {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundWellness {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/WomensWellness/VaginalWellnessStPetersburg.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../WellnessCenter/HealthTechnologyWexfordPA.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../OutdoorBusinessInsurance/Insurance%20for%20Outdoor%20Business.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:100%;
	z-index:50;
	bottom:0;
	left:0%;
	font-size:90%;
	background-color:rgba(35,35,35,0.7);
}
#homepagetopcontainer {
	top:0%;
	position: relative;
	display: block;
	width:100%;
	height:100vh;
}
#SloganBox {
	display: block;
	position: fixed;
	width:50%;
	z-index:50;
	margin-top:250px;
	right:2%;
	top:0;
	font-size:90%;
	float:right;
	background-color: transparent;
}
#SloganBoxHome {
	display: flex;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:30vh;
	right:5%;
	font-size:90%;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:70%;
	z-index:50;
	margin-top:250px;
	left:15%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:150px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#fff;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
#Description{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	z-index: 100000;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
	overflow: visible;
	justify-content: center;
	float: none;
}
#DescriptionText{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: transparent;
	z-index: 2;
	max-width: 600px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0%;
	padding-right: 0%;
	font-size: 100%;
}
#DescriptionBackground{
	z-index: 9000;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: descriptionfadein 1s ease-in forwards;
	-moz-animation: descriptionfadein 1s ease-in forwards;
	-o-animation: descriptionfadein 1s ease-in forwards;
	animation: descriptionfadein 1s ease-in forwards;
	animation-delay: 4s;
	opacity: 0;
}
#DescriptionPageTint{
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.9);
}
#Sale {
	display: none;
	position: fixed;
	width: auto;
	max-width:300px;
	max-height:0px;
	margin-bottom:2px;
	margin-left: auto;
	margin-right:2px;
	margin-top:0px;
	right:0;
	bottom:0;
	z-index:2001;
	background-color:#807F7F;
	border-radius:10px;
	float:right;
	-webkit-animation:sale 0.5s ease-in-out forwards;
	-moz-animation:sale 0.5s ease-in-out forwards;
    -o-animation:sale 0.5s ease-in-out forwards;
    animation:sale 0.5s ease-in-out forwards;
	overflow:hidden
}
#SaleFull {
	display:block;
	position: absolute;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:20px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#Sale2 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#Sale3 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#Sale4 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(255,255,255,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:16%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#Products2 {
	width:42%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#Products3 {
	width:42%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:block;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}



}
</pre></body></html>