@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: #5a5a5a;
	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: #232323;
	z-index: 450;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	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: 90%;
	-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;
}
#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:50%;
	margin-right:25%;
	margin-left:25%;
	margin-top:0px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {

}
.Logo{
	width: 175px;
	max-width:100px;
}
#HeaderLogo{
	max-width:200px;
}
#HeaderPhone {
	display: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;
	background-color: rgba(255,255,255,1);
	-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;
	position: relative;
	width: 100%;
	height:60px;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
	box-sizing: border-box;
}
#BodyRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	box-sizing: border-box;
	position: relative;
}
#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%;
}
.BodyFlex {
	width: 100%;
	display: block;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BodyFlexRight {
	width: 100%;
	display: block;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BodyFlexLeft {
	width: 100%;
	display: block;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#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:#023c5b;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
#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: inherit;
	display: block;
	font-size:100%;
	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%;
	margin-bottom:0;
	width: 100%;
	padding-top:10px;
	padding-bottom: 10px;
	border-top:none;
	background-color: none;
	background-image: url("../MedicalConsulting/MedspaDevicesForSale.jpg");
	background-repeat:no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	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:500px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: visible;
	-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;
}
#BodyD4{
	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;
	-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:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 0px;
  background-color:#8eb7cd;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #000;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton span {
	display: inline-block;
}
#ApplyButton:hover {
	background-color: #232323;
	color:#FFF;
}
#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:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
}
#Video2 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
}
#Video3 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:0;
	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;
}
.MainBodyHome {
	color: #8eb7cd;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	vertical-align:middle;
	text-align:center middle;
	display: table-cell;
}
.nav-tabs > 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:flex;
	top:0px;
	margin-top:0px;
	position: absolute;
	width:100%;
	height:520px;
	z-index:1;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	background-image: none;
	background-size: auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size: auto;
	background-repeat: no-repeat;
	background-position:center center !important;
	overflow:hidden;
}
#BannerBackgroundPageVideo {
	display:flex;
	top:0px;
	margin-top:0px;
	position: absolute;
	width:100%;
	height:520px;
	z-index:1;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	background-image: none;
	background-size: auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size: auto;
	background-repeat: no-repeat;
	background-position:center center !important;
	overflow:hidden;
}
.FullPageVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.PageVideo{
	min-width:100%; 
	height: 600px !important; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;
	justify-content: center;
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
#BannerBackgroundVioUV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CovidUVCleaning.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;
}
#BannerBackgroundBlossom {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/Alphalash.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;
}
#BannerBackgroundCBD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CBDMD.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;
}
#BannerBackgroundConsulting {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedSpaConsultingServices.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center right !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaReviews.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;
}
#BannerBackgroundLED {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/LEDCalmBanner.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;
}
#BannerBackgroundLockRx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/LRHS.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;
}
#BannerBackgroundRepeatMD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaProducts.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;
}
#BannerBackgroundMerchant {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MerchantAdvocateServices.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;
}
#BannerBackgroundNuvissa {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/Nuvissa.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;
}
#BannerBackgroundPatientFI {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PatientFI.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;
}
#BannerBackgroundCapital {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalEquipmentFinancing.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;
}
#BannerBackgroundPlasma {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PlasmaFrost.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;
}
#BannerBackgroundLogo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaBackground-01.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;
}
#BannerBackgroundExosomes {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaProducts/exovex/buyexosomesMedspas.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;
}
#BannerBackgroundPower {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PowerSculp.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;
}
#BannerBackgroundAdvatx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AdvatxBanner.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;
}
#BannerBackgroundUltra {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/UltraMISTBanner.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;
}
#BannerBackgroundPWD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/WebsiteDesigner.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;
}
#BannerBackgroundSmartGraft {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/SmartGraft.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:400px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaConsulting_img1.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;
}
#BannerBackgroundPlyopro {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:400px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaDevices/PLYOPro/BodySculptingDevice.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:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalConsulting/ContactMedSpaConsultant.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;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaConsulting.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;
}
#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);
}
#SloganBox {
	display: block;
	position: absolute;
	width:60%;
	z-index:50;
	margin-top:200px;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#HomeLogo {
	display:inline-block;
	width:80%;
	max-width:500px;
}
#SloganBox2 {
	display:block;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:175px;
	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:#000;
}
#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:flex;
	justify-content: center;
	position:absolute;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:75px;
	z-index:5;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
#Tab1 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:-50px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#Tab2 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:20px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#Tab3 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:20px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#LightTab1 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:20px;
	margin-left:2%;
	margin-right:2%;
	background-color: #8cb8c9;
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#LightTab2 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:20px;
	background-color: #8cb8c9;
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#LightTab3 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:20px;
	background-color: #8cb8c9;
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#LightTab4 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:20px;
	background-color: #8cb8c9;
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
	box-sizing: border-box;
}
#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: 9999 !important;
	position: fixed;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	transform: scaleY(0%);
	opacity: 0;
	-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: 10s;
	overflow-y: scroll;
	justify-content: center;
	float: none;
	
}
#popup{
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999 !important;
	left: 50%;
	right: auto;
	position: fixed;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	overflow-y: scroll;
	justify-content: center;
	float: none;
	max-width: 650px;
	align-self: center;
	transform: translate(-50%, 0%);
}
.hidescroll::-webkit-scrollbar { 
    display: none; 
}
.hidescroll{ 
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */ 
}
#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%;
}
#popupText{
	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%;
	font-size: 100%;
	overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box; /* So the width will be 100% + 17px */
}
#DescriptionBackground{
	display: block;	
	z-index: 9998 !important;
	position: fixed;
	transform: scaleY(0%);
	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: 10s;
	opacity: 0;
}
#popupBackground{
	z-index: 9998 !important;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.9);
}
#DescriptionPageTint{
	display: block;	
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.9);
}
#gridcontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 100%;
    grid-gap: 0px;	
}
.griditem{
    padding: 20px;
	padding-top: 0%; /* Aspect Ratio */
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	transform: scale(1);
	border: none;
	box-sizing: border-box;
	text-decoration: none !important;
	max-width: 300px;
	width: 100%;
}
.probannerbackground{
	display: block;
	width: 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.probannercontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr;
    grid-gap: 1px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	min-height: 600px;
	box-sizing: border-box;
}
.proleft{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 5% 50px 10%;
	box-sizing: border-box;
}
.proright{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 10% 50px 5%;
	box-sizing: border-box;
}
.prorightoverlay{
	width: 90%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 5% 50px 5%;
	box-sizing: border-box;
}
.procenter{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
}

/* 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: #5a5a5a;
	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: #232323;
	z-index: 450;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	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: 90%;
	-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;
}
#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:50%;
	margin-right:25%;
	margin-left:25%;
	margin-top:-5px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {

}
.Logo{
	width:250px;
	max-width:none;
}
#HeaderLogo{
	max-width:250px;
}
#HeaderPhone {
	display: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;
	background-color: rgba(255,255,255,1);
	-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;
	position: relative;
	width: 100%;
	height:70px;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#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%;
}
.BodyFlex {
	width: 100%;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BodyFlexRight {
	width: 100%;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BodyFlexLeft {
	width: 100%;
	display: block;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#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%;
}
#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: inherit;
	display: block;
	font-size:100%;
	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%;
	margin-bottom:0;
	width: 100%;
	padding-top:10px;
	padding-bottom: 10px;
	border-top:none;
	background-color: none;
	background-image: url("../MedicalConsulting/MedspaDevicesForSale.jpg");
	background-repeat:no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	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:80%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: visible;
	-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;
}
#BodyD4{
	position: absolute;
	top:500px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-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:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 0px;
  background-color:#8eb7cd;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #000;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton span {
	display: inline-block;
}
#ApplyButton:hover {
	background-color: #232323;
	color:#FFF;
}
#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;
}
.MainBodyHome {
	color: #8eb7cd;
	font-size: 200%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	vertical-align:middle;
	text-align:center middle;
	display: table-cell;
}
.nav-tabs > 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: absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-image: none;
	background-size: auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size: auto;
	background-repeat: no-repeat;
	background-position:center center !important;
	overflow:hidden;
}
#BannerBackgroundPageVideo {
	top:0px;
	margin-top:0px;
	height:520px;
}
.FullPageVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.PageVideo{
	min-width:100%; 
	height: 600px !important; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
#BannerBackgroundVioUV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CovidUVCleaning.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;
}
#BannerBackgroundBlossom {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/Alphalash.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;
}
#BannerBackgroundCBD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CBDMD.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;
}
#BannerBackgroundConsulting {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedSpaConsultingServices.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;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaReviews.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;
}
#BannerBackgroundLED {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/LEDCalmBanner.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;
}
#BannerBackgroundLockRx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/LRHS.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;
}
#BannerBackgroundRepeatMD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaProducts.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;
}
#BannerBackgroundMerchant {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MerchantAdvocateServices.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;
}
#BannerBackgroundNuvissa {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/Nuvissa.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;
}
#BannerBackgroundPatientFI {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PatientFI.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;
}
#BannerBackgroundCapital {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalEquipmentFinancing.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;
}
#BannerBackgroundPlasma {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PlasmaFrost.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;
}
#BannerBackgroundLogo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaBackground-01.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;
}
#BannerBackgroundExosomes {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaProducts/exovex/buyexosomesMedspas.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;
}
#BannerBackgroundPower {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PowerSculp.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;
}
#BannerBackgroundAdvatx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AdvatxBanner.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;
}
#BannerBackgroundUltra {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/UltraMISTBanner.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;
}
#BannerBackgroundPWD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/WebsiteDesigner.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;
}
#BannerBackgroundSmartGraft {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/SmartGraft.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:400px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaConsulting_img1.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;
}
#BannerBackgroundPlyopro {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:400px;
	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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalConsulting/ContactMedSpaConsultant.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;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaConsulting.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;
}
#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);
}
#SloganBox {
	display: block;
	position: absolute;
	width:60%;
	z-index:50;
	margin-top:200px;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#HomeLogo {
	display:inline-block;
	width:90%;
	max-width:500px;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	margin-top:175px;
	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:#000;
}
#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:flex;
	justify-content: center;
	position:absolute;
	width:40%;
	margin-bottom:0;
	margin-left:30%;
	margin-right:30%;
	margin-top:80px;
	z-index:5;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
#Tab1 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:-50px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#Tab2 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:20px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#Tab3 {
	display: inline-block;
	position: relative;
	width:96%;
	float:left;
	margin-bottom:0px;
	margin-left:2%;
	margin-right:2%;
	margin-top:20px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#LightTab1 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab2 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab3 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab4 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
#Description{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 100000;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	opacity: 0;
	justify-content: center;
	float: none;
}
#gridcontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;	
}
.griditem{
    padding: 20px;
	padding-top: 0%; /* Aspect Ratio */
	margin-bottom: 30px;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	transform: scale(1);
	border: none;
	box-sizing: border-box;
	text-decoration: none !important;
	max-width: 300px;
	width: 100%;
}
.probannerbackground{
	display: block;
	width: 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.probannercontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	min-height: 600px;
}
.proleft{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 5% 50px 10%;
}
.proright{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 10% 50px 5%;
}
.prorightoverlay{
	width: 90%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 5% 50px 5%;
}
.procenter{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}	
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	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: 22px;
	color: #01354f;
	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: 5px;
}
#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;
}
#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:40%;
	margin-right:30%;
	margin-left:30%;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {

}
.Logo{
	width:auto;
}
#HeaderLogo{
	max-width:300px;
}
#HeaderPhone {
	display: block;
	width:40%;
	float:right;
	right:0%;
	margin-right:2%;
	margin-left:2%;
	margin-top:15px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#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;
	background-color: rgba(255,255,255,1);
	-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;
	position: relative;
	width: 100%;
	height:auto;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#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: 19%;
	margin-right:1%;
	margin-top:50px;
	margin-bottom:50px;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top:50px;
	margin-bottom:50px;
	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;
}
.BodyFlex {
	width: 100%;
	display: flex;
	flex: 1;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
}
.BodyFlexRight {
	width: 100%;
	display: flex;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
	justify-content: center;
	align-content: center;
	align-items: center;
}
.BodyFlexLeft {
	width: 100%;
	display: flex;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
	justify-content: center;
	align-content: center;
	align-items: 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%;

}
#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: inherit;
	display: block;
	font-size:100%;
	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%;
	margin-bottom:0;
	width: 100%;
	padding-top:10px;
	padding-bottom: 10px;
	border-top:none;
	background-color: none;
	background-image: url("../MedicalConsulting/MedspaDevicesForSale.jpg");
	background-repeat:no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	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: 80%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: visible;
	-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: 80px;
	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;
}
#BodyD4{
	position: absolute;
	top: 700px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-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:10px;
	font-weight:700;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 0px;
  background-color:#8eb7cd;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #000;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton span {
	display: inline-block;
}
#ApplyButton:hover {
	background-color: #232323;
	color:#FFF;
}
#FooterLeft {
	display:block;
	position: relative;
	width:32%;
	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:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:1%;
	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;
}
.MainBodyHome {
	color: #8eb7cd;
	font-size: 300%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	vertical-align:middle;
	text-align:center middle;
	display: table-cell;
}
.nav-tabs > 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: absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-image: none;
	background-size: auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size: auto;
	background-repeat: no-repeat;
	background-position:center center !important;
	overflow:hidden;
}
#BannerBackgroundPageVideo {
	top:0px;
	margin-top:0px;
	height:600px;
}
.FullPageVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.PageVideo{
	min-width:100%; 
	height: 600px !important; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
#BannerBackgroundVioUV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CovidUVCleaning.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;
}
#BannerBackgroundBlossom {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/Alphalash.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;
}
#BannerBackgroundCBD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CBDMD.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;
}
#BannerBackgroundConsulting {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedSpaConsultingServices.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;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaReviews.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;
}
#BannerBackgroundLED {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/LEDCalmBanner.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;
}
#BannerBackgroundLockRx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/LRHS.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;
}
#BannerBackgroundRepeatMD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaProducts.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;
}
#BannerBackgroundMerchant {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MerchantAdvocateServices.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;
}
#BannerBackgroundNuvissa {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/Nuvissa.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;
}
#BannerBackgroundPatientFI {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PatientFI.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;
}
#BannerBackgroundCapital {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalEquipmentFinancing.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;
}
#BannerBackgroundPlasma {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PlasmaFrost.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;
}
#BannerBackgroundLogo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaBackground-01.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;
}
#BannerBackgroundExosomes {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaProducts/exovex/buyexosomesMedspas.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;
}
#BannerBackgroundPower {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PowerSculp.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;
}
#BannerBackgroundAdvatx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AdvatxBanner.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;
}
#BannerBackgroundUltra {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/UltraMISTBanner.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;
}
#BannerBackgroundPWD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/WebsiteDesigner.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;
}
#BannerBackgroundSmartGraft {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/SmartGraft.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaConsulting_img1.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;
}
#BannerBackgroundPlyopro {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:100px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-image: url(../MedicalConsulting/ContactMedSpaConsultant.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;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaConsulting.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;
}
#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);
}
#SloganBox {
	display: block;
	position: absolute;
	width:60%;
	z-index:50;
	margin-top:200px;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#HomeLogo {
	display:inline-block;
	width:100%;
	max-width:500px;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:70%;
	z-index:50;
	margin-top:290px;
	left:10%;
	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:#000;
}
#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:flex;
	justify-content: center;
	position:absolute;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:150px;
	z-index:5;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
#Tab1 {
	display: inline-block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:-75px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#Tab2 {
	display: inline-block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:-75px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#Tab3 {
	display: inline-block;
	position: relative;
	width:30%;
	float:right;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:-75px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#LightTab1 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab2 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab3 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab4 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#Description{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	z-index: 100000;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	opacity: 0;
	justify-content: center;
	float: none;
}
#gridcontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1px;	
}	
.griditem{
    padding: 20px;
	padding-top: 0%; /* Aspect Ratio */
	margin-bottom: 30px;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	transform: scale(1);
	border: none;
	box-sizing: border-box;
	text-decoration: none !important;
	max-width: 300px;
}
.probannerbackground{
	display: block;
	width: 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.probannercontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	min-height: 600px;
}
.proleft{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 5% 50px 10%;
}
.proright{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 10% 50px 5%;
}
.prorightoverlay{
	width: 50%;
	display: flex;
	position: absolute;
	float: right;
	right: 0;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 0% 50px auto;
}
.procenter{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:67px;
	margin-bottom:0px;
	position: absolute;
	float: right;
	right:0;
	top: 0;
	font-size: 100%;
	-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;
}
#Navbar.stick{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:20px;
	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: #01354f;
	background-color: transparent;
	font-size: 18px;
	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;
}
#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;
}
#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:360px;
	margin-right:0%;
	margin-left:2%;
	margin-top:-5px;
	position: relative;
	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:225px;
	margin-right:0%;
	margin-left:2%;
	margin-top:-5px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
.Logo{
	width:auto;
}
#HeaderLogo{
	max-width:360px;
}
#HeaderPhone {
	display: block;
	width:auto;
	float:right;
	right:0%;
	margin-right:2%;
	margin-left:2%;
	margin-top:20px;
	position: absolute;
	max-width:none;
	z-index:501;
	-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;
}
#HeaderPhone.stick {
	display: block;
	width:auto;
	float:right;
	right:0%;
	margin-right:2%;
	margin-left:2%;
	margin-top:-100px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#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;
	background-color: rgba(255,255,255,1);
	-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;
	position: relative;
	width: 100%;
	height:auto;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}

#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: 19%;
	margin-right:1%;
	margin-top:50px;
	margin-bottom:50px;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightHome {
	float: left;
	margin-left: 1%;
	margin-right:0%;
	margin-top:50px;
	margin-bottom:50px;
	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;
}
.BodyFlex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
}
.BodyFlexRight {
	width: 100%;
	display: flex;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
.BodyFlexLeft {
	width: 100%;
	display: flex;
	flex-basis: calc(50% - 1px);
	flex: 1 0 calc(50% - 1px);
}
#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%;

}
#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:inherit;
	display: block;
	font-size:100%;
	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:10px;
	padding-bottom: 10px;
	border-top:none;
	background-color: none;
	background-image: url("../MedicalConsulting/MedspaDevicesForSale.jpg");
	background-repeat:no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	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: 80%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: visible;
	-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: 80px;
	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;
}
#BodyD4{
	position: absolute;
	top: 700px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-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: 800%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bolder;
	margin:0px;
}
#ApplyButton {
  display: inline-block;
  border-radius: 0px;
  background-color:#8eb7cd;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #000;
  text-align: center;
  font-size: 90%;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#ApplyButton span {
	display: inline-block;
}
#ApplyButton:hover {
	background-color: #232323;
	color:#ffffff;
}
#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:70%;
	float:left;
	margin-bottom:20px;
	margin-left:15%;
	margin-right:15%;
	margin-top:20px;
	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:50px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
#Video2 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
}
#Video3 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:50px;
	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;
}
.MainBodyHome {
	color: #8eb7cd;
	font-size: 300%;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	vertical-align:middle;
	text-align:center middle;
	display: table-cell;
}
.nav-tabs > 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:flex;
	top:0px;
	margin-top:0px;
	position: absolute;
	width:100%;
	height:100%;
	z-index:1;
	justify-content: center;
	background-image: none;
	background-size: auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size: auto;
	background-repeat: no-repeat;
	background-position:center center !important;
	overflow:hidden;
}
#BannerBackgroundPageVideo {
	top:0px;
	margin-top:0px;
	height:600px;
}
.FullPageVideo{
	min-width:100%; 
	height: 100%; 
	object-fit: cover; 
	transform-origin: center center; 
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.PageVideo{
	min-width:100%; 
	object-fit: cover; 
	transform-origin: center center; 
	align-self: center;
	background-image: url("../Graphics/PittsburghWebDesigns.gif");
   -webkit-background-size:400px 300px; 
   -moz-background-size:400px 300px; 
   -o-background-size:400px 300px; 
   background-size:400px 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
#BannerBackgroundVioUV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CovidUVCleaning.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;
}
#BannerBackgroundBlossom {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/Alphalash.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;
}
#BannerBackgroundCBD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/CBDMD.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;
}
#BannerBackgroundConsulting {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedSpaConsultingServices.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;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaReviews.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;
}
#BannerBackgroundLED {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/LEDCalmBanner.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;
}
#BannerBackgroundLockRx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/LRHS.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;
}
#BannerBackgroundRepeatMD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalSpaProducts.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;
}
#BannerBackgroundMerchant {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/MerchantAdvocateServices.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;
}
#BannerBackgroundNuvissa {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalConsulting/Nuvissa.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;
}
#BannerBackgroundPatientFI {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PatientFI.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;
}
#BannerBackgroundCapital {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/MedicalEquipmentFinancing.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;
}
#BannerBackgroundPlasma {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PlasmaFrost.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;
}
#BannerBackgroundLogo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaBackground-01.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;
}
#BannerBackgroundExosomes {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaProducts/exovex/buyexosomesMedspas.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;
}
#BannerBackgroundPower {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/PowerSculp.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;
}
#BannerBackgroundAdvatx {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/AdvatxBanner.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;
}
#BannerBackgroundUltra {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/UltraMISTBanner.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;
}
#BannerBackgroundPWD {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/WebsiteDesigner.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;
}
#BannerBackgroundSmartGraft {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalConsulting/SmartGraft.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-image: url(../MedicalConsulting/AvantaConsulting_img1.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;
}
#BannerBackgroundPlyopro {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-image: url(../MedicalConsulting/ContactMedSpaConsultant.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;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:600px;
	z-index:1;
	background-image: url("../MedicalConsulting/MedSpaConsulting.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;
}
#Headline {
	display: block;
	position: fixed;
	width:60%;
	z-index:50;
	bottom:0;
	left:20%;
	font-size:90%;
	background-color:rgba(0,0,0,0.4);
}
#SloganBox {
	display: block;
	position: absolute;
	width:60%;
	z-index:50;
	margin-top:30vh;
	left:20%;
	font-size:90%;
	background-color: transparent;
}
#HomeLogo {
	display:inline-block;
	width:100%;
	max-width:700px;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:70%;
	z-index:50;
	margin-top:290px;
	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:#000;
}
#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:flex;
	justify-content: center;
	position:absolute;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:150px;
	z-index:5;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}

#Tab1 {
	display: inline-flex;
	position: relative;
	width:30%;
	height: 100%;
	float:left;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:-75px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#Tab2 {
	display: inline-flex;
	position: relative;
	width:30%;
	height: 100%;
	float:left;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:-75px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#Tab3 {
	display: inline-flex;
	position: relative;
	width:30%;
	height: 100%;
	float:right;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:-75px;
	background-color: rgba(1, 53, 79, 1);
	border-radius: 10px;
	z-index:1000;
	min-height:175px;
}
#LightTab1 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab2 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab3 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#LightTab4 {
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
#Description{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	z-index: 100000;
	background-color: transparent;
	max-width: none;
	margin-top: 0px;
	padding-top:0px;
	opacity: 0;
	justify-content: center;
	float: none;
}
#gridcontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1px;	
}
.griditem{
    padding: 20px;
	padding-top: 0%; /* Aspect Ratio */
	margin-bottom: 30px;
    color: #000;
    background-color: transparent;
    border-radius: 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	transform: scale(1);
	border: none;
	box-sizing: border-box;
	text-decoration: none !important;
	max-width: 300px;
}
.probannerbackground{
	display: block;
	width: 100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
.probannercontainer{
	display: grid;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	min-height: 600px;
}
.proleft{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 5% 50px 10%;
}
.proright{
	width: 85%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 10% 50px 5%;
}
.prorightoverlay{
	width: 50%;
	display: flex;
	position: absolute;
	float: right;
	right: 0;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px 0% 50px auto;
}
.procenter{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
}
