@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 250px) {
#Navbar{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	display: block;
	height: 25px;
	color: #d0a894;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: MainBody, 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:#000;
	z-index: 1000;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in-out 0.5s;
	-moz-animation: slideInDown ease-in-out 0.5s;
	-o-animation: slideInDown ease-in-out 0.5s;
	animation: slideInDown ease-in-out 0.5s;
}
#NavbarPhoneNumbers{
	-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:#032c40;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#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:5px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:20%;
	float:left;
	margin-right:40%;
	margin-left:40%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:100%;
	max-width:150px;
}
#LogoHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	margin-top:5px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#LogoHome.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:20%;
	float:left;
	margin-right:40%;
	margin-left:40%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.LogoHome{
	width:100%;
	max-width:150px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#TextPhoneLeft {
	-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: 50px;
	margin-right:0%;
	margin-left:0%;
	position: fixed;
	float:left;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	left:10px;
	font-size: 130%;
	z-index:502;
	background-color: transparent;
	height:60px;
}
#TextPhoneRight {
	-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: 50px;
	margin-right:0%;
	margin-left:0%;
	position: fixed;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:10px;
	font-size: 130%;
	z-index:502;
	background-color: transparent;
	height:60px;
}
#HeaderBar {
	-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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom:none;
	font-size:inherit;
}
#HeaderBar.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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: rgba(0,0,0,1);
	z-index: 500;
	-moz-box-shadow: 0 0 10px #44ef44;
	-webkit-box-shadow: 0 0 10px #44ef44;
	box-shadow: 0 0 10px #44ef44;
	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: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightOver {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
	position: relative;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	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%;
	background-color:#000;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-top: 1px solid #44ef44;
	border-bottom: 1px solid #44ef44;
	border-right: none;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	height:auto;
	display: block;
	font-size:100%;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	position: relative;
	z-index:100;
	overflow:hidden;
	border-top: none;
	border-bottom: none;
	border-left: none;
	max-width: none;
}
.videoadjust{
	width:100%;
	height:inherit;
	min-width: inherit; 
	min-height:100%; 
	z-index:1; 
	margin:0; 
	padding:0;
}
.PictureRadius {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	position:relative;
	font-size:100%;
	z-index:1;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:#364765;
}	
#BodyLeftBig {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 98%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px;
	width: 80%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom:50px;
	margin-top:50px;
	width: 98%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 1%;
	margin-right:1%;
	margin-bottom:0px;
	margin-top:0px;
	width: 98%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 120%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 70%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow:hidden;
}
#BodyD2{
	position: absolute;
	top:400px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 70%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: #FFF;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2Text{
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 102;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top:80px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
}


.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:#d0a893;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  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: #b4ccdc;
	color:#808080;
}
#ApplyButton2 {
  display: inline-block;
  border-radius: 0px;
  background-color:#FFF;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #d0a893;
  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;
}
#ApplyButton2 span {
	display: inline-block;
}
#ApplyButton2:hover {
	background-color: #b4ccdc;
	color:#808080;
}
#FooterLeft {
	display:block;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:0;
	margin-top:10px;
	font-size:90%
}
#FooterCenter {
	display: block;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	margin-top:10px;
	font-size:90%;
}
#FooterRight {
	display: block;
	position: relative;
	width:98%;
	float:left;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	margin-top:10px;
	font-size:90%
}
#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:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video2 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:60px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video3 {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:60px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:50%;
	font-size:100%;
}
#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:40;
}
#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;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/InternetMarketing.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackground2 {
	display:block;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/WebsiteDesigner.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundInner {
	display:none;
	top:0px;
	margin-top:0px;
	position: relative;
	width:100%;
	height:100%;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
	background-image: url(../HomeRepair/HomeRepairContractor.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow:hidden;
}
#BannerBackgroundOuter {
	display:none;
	top:200px;
	margin-top:0px;
	position: absolute;
	width:60%;
	height:600px;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
	overflow:hidden;
}
#TopLeftBlock {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:25%;
	z-index:11;
	overflow:hidden;
	opacity:1;
}
#TopLeftBlock2 {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:26%;
	z-index:10;
	overflow:hidden;
	opacity:0.5;
}
#LeftBlock {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	overflow:hidden;
	opacity:1;
}
#LeftBlock2 {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
	overflow:hidden;
	opacity:0.5;
}
#BannerBackgroundLifestyle {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/LifestyleMedicineGermantownTN.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;
}
#BannerBackgroundLaserTreatments {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BotoxGermantownTN.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;
}
#BannerBackgroundInfo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/SkincareTreatments/SkincareTreatmentsStPetersburg.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;
}
#BannerBackgroundIV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/IVNutrition/IVNutritionGermantownTN.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;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/GermantownTNBotoxInjections.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;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/SkinCareGermantownTN.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:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/FoxChapelDayCareReviews.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpaProducts/MedSpa%20Products%20St%20Petersburg.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;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image: url(../MealsOnWheels/Banners/MealsOnWheelsPittsburgh.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeLeft {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	position:relative;
	float:left;
	width:100%;
	background-image: url(../CriminalAttorneyPittsburgh/CranberryTwpAttorney.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeRight {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	position:relative;
	float:right;
	width:100%;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodySculptingGermantownTN.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;
}
#BannerBackgroundSkinTightening {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/SkinTighteningTreatmentsGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:right top !important;
}
#BannerBackgroundMembership {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/MedspaMembershipGermantownTN.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;
}
#BannerBackgroundBodyContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodyContouringGermantownTN.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../Graphics/WebsiteDesigner/PittsburghCustomWebsiteDeveloper.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(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: none;
	position: fixed;
	width:50px;
	z-index:50;
	top:550px;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:40px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#SloganBox {
	display: none;
	position: absolute;
	width:90%;
	z-index:50;
	bottom:20px;
	left:5%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display:block;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:350px;
	left:5%;
	font-size:50%;
	background-color: transparent;
}
#FingerPrint {
	display: block;
	position: fixed;
	width:200px;
	z-index:45;
	bottom:20px;
	left:50%;
	font-size:90%;
	float: none;
	transform: translateX(-50%);
	background-color: transparent;
	max-width: none;
	-webkit-animation: fingerprintmove 2s ease-in infinite;
	-moz-animation: fingerprintmove 2s ease-in infinite;
	-o-animation: fingerprintmove 2s ease-in infinite;
	-ms-animation: fingerprintmove 2s ease-in infinite;
	animation: fingerprintmove 2s ease-in infinite;
	animation-delay:8s;
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:70%;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:360px;
	z-index:50;
}
#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: inline-block;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.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;
	z-index:1;
	text-align:center;
	vertical-align:middle;
}
#SplashLogo {
	display:none;
	position:fixed;
	width:90%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:40vh;
	z-index:99;
}
#SplashLogoPhone {
	display:block;
	position:fixed;
	width:90%;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:40vh;
	z-index:99;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:150px;
	overflow:hidden;
}
#PageTint {
	display: none;
	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;
}
#Sale {
	display:block;
	position:fixed;
	width:96%;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:100px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale2 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale3 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
#Sale4 {
	display:block;
	position: relative;
	width:90%;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
	float:left;
	background-color:#FFF;
}
.HeaderScript {
	color: #808080;
	font-size: 650%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:98%;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	background-color: transparent;
}
#Products2 {
	width:98%;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	background-color: transparent;
}
#Products3 {
	width:98%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	background-color: transparent;
}
#HomeRemodelingRating {
	display:block;
	right:0;
	bottom:0;
	width:auto;
	position:absolute;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0px;
	margin-top:0;
	float:none;
	z-index:11;
}
#TableMargin {
	padding-top:30px;
	padding-bottom:30px;
}
#TableMargin2 {
	padding-top:40px;
	padding-bottom:40px;
}
.Badge {
	height:75px;
}
.StepNumber{
	margin-top:-60px;
	max-width:60px;
}
#DivMargin {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
#LocationLeft {
	float: left;
	margin-left: 0%;
	margin-right:0;
	margin-top:30px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BlueButton2 {
  display: inline-block;
    padding: 10px 20px;
    color: #18aab6;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 2px solid #18aab6;
	border-radius:5px;
    font-size: 12px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2:hover {
	background-color: #18aab6;
	color: #ffffff;
	border: 2px #18aab6 solid;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#BlueButton2 span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#BlueButton2:hover span {
  padding-right: 25px;
}

#BlueButton2:hover span:after {
  opacity: 1;
  right: 0;
}
#Watermark{
	display:block;
	position:absolute;
	width:40%;
	margin-left:30%;
	margin-right:30%;
	margin-top:400px;
	margin-bottom:0;
	z-index:-1;
}
#Clients {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(32,32,32,0.9);
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	z-index:101;
}
#PortfolioCenter{
	margin-left:0.5%;
	position:relative;
	display:block;
	width:99%;
}
#PortfolioBlock{
	display:block;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:50px;
	float:left;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 2px;
	background-color:#fff;
	transform:scale(100%,100%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	overflow:hidden;
}
#PortfolioBlock:hover{
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 10px 10px #777;
	border-radius: 0px;
	background-color:#efefef;
	transform:scale(101%,101%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	animation-delay:0s;
}

#PortfolioBlock:hover #PictureLabel {
	display:block;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	background-color:rgba(68,239,68,1);
	-webkit-animation: label 0.5s ease-in-out forwards;
	-moz-animation: label 0.5s ease-in-out forwards;
	-o-animation: label 0.5s ease-in-out forwards;
	-ms-animation: label 0.5s ease-in-out forwards;
	animation: label 0.5s ease-in-out forwards;
	animation-delay:0s;
	opacity:0;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
#PictureLabel {
	display:none;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	background-color:none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	animation-delay:1s;
	opacity:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@keyframes label {
    0% {
		width:0%;
		opacity:0;
		margin-left:-300px;				
    	}
	100% {
		width:auto;
		opacity:1;
		margin-left:0;
    	}
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.flexed{
	display: block;
	width:100%;
}

.flexblock {
    border: 1px solid #CCCCCC;
    position: relative;
	width:96%;
	min-height:100%;
	float:left;
	margin-bottom:10px;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	border-radius:0px;
	display: block;
  	
}
.flexblock:hover .GreyPicture {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#TablePadding{
	display:block;
	width:98%;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
}
#TableSidePadding{
	display:block;
	width:90%;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
}
#TableSidePadding2{
	display:block;
	width:90%;
	margin-bottom:0px;
	margin-left:5%;
	margin-right:5%;
	margin-top:0px;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 350%;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
	-webkit-animation: linearwipe 6s steps(60, end);
  	-moz-animation: linearwipe 6s steps(60, end);
  	-o-animation: linearwipe 6s steps(60, end);
  	animation: linearwipe 6s steps(60, end);
}
.TitleHeader3 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 350%;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #000;
}
.TitleHeader3W {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 350%;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #fff;
}
#QuotesLeft {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:10%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#QuotesRight {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:10%;
	margin-right:0%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#PictureFadeLeft{
	display: none;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	padding:0;
	top:0;
	z-index:0;
	width:90%;
	height: auto;
	overflow: visible;
}
#PictureFadeLeftLg{
	display: inline;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:-50px;
	padding:0;
	z-index:0;
	width:110%;
	height: auto;
	overflow:hidden;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:block;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}		
}

/* Tablet */

@media only screen and (min-width: 750px) {
#Navbar{
	display: none;
	width: 30%;
	margin-right:10%;
	margin-left:0%;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	float:left;
	top: 0px;
	font-size: 100%;
}
#menu{
	width: auto;
	margin:0;
	margin-right:60px;
	margin-left:0%;
	padding:0;
	list-style: none;
	text-align:center;
	position:relative;
	display: block;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#menu a{
	display: block;
	height: 25px;
	color: #d0a894;
	background-color: transparent;
	font-size: 18px;
	text-wrap: none;
	text-transform: none;
	font-family: MainBody, 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:#000;
	z-index: 1000;
	position: fixed;
	float:right;
	max-width: inherit;
	margin-top: 0px;
	padding-top:5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#NavbarPhoneNumbers{
	-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:#032c40;
	z-index: 450;
	position: absolute;
	float:right;
	max-width: inherit;
	margin-top: 70px;
	padding-top:30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 65%;
	-webkit-animation: slideInDown ease-in 0.5s;
	-moz-animation: slideInDown ease-in 0.5s;
	-o-animation: slideInDown ease-in 0.5s;
	animation: slideInDown ease-in 0.5s;
}
#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:30%;
	margin-right:35%;
	margin-left:35%;
	margin-top:5px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:12%;
	float:left;
	margin-right:44%;
	margin-left:44%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	width:100%;
	max-width:150px;
}
#LogoHome {
	-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:5px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#LogoHome.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:12%;
	float:left;
	margin-right:44%;
	margin-left:44%;
	margin-top:0px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.LogoHome{
	width:100%;
	max-width:150px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display:none;
	width:96%;
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#TextPhoneLeft {
	-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: 50px;
	margin-right:0%;
	margin-left:0%;
	position: fixed;
	float:left;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	left:10px;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#TextPhoneRight {
	-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: 50px;
	margin-right:0%;
	margin-left:0%;
	position: fixed;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:10px;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
	height:60px;
}
#HeaderBar {
	-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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBar.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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:80px;
	background-color: rgba(0,0,0,1);
	z-index: 500;
	-moz-box-shadow: 0 0 10px #44ef44;
	-webkit-box-shadow: 0 0 10px #44ef44;
	box-shadow: 0 0 10px #44ef44;
	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: 0px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightOver {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	font-size:100%;
	position: relative;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	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%;
	background-color:#000;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-top: 1px solid #44ef44;
	border-bottom: 1px solid #44ef44;
	border-right: none;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	height:auto;
	display: block;
	font-size:100%;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	position: relative;
	z-index:100;
	overflow:hidden;
	border-top: none;
	border-bottom: none;
	border-left: none;
	max-width: none;
}
.videoadjust{
	width:100%;
	height:inherit;
	min-width: inherit; 
	min-height:100%; 
	z-index:1; 
	margin:0; 
	padding:0;
}
.PictureRadius {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
#BodyCenter {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	z-index:1;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:#364765;
}	
#BodyLeftBig {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 24%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 74%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 48%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:50px;
	margin-top:50px;
	width: 90%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 110%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-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: #FFF;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2Text{
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 102;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top:100px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
}


.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:#d0a893;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  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: #b4ccdc;
	color:#808080;
}
#ApplyButton2 {
  display: inline-block;
  border-radius: 0px;
  background-color:#FFF;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #d0a893;
  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;
}
#ApplyButton2 span {
	display: inline-block;
}
#ApplyButton2:hover {
	background-color: #b4ccdc;
	color:#808080;
}
#FooterLeft {
	display:block;
	position: relative;
	width:90%;
	float:left;
	margin-bottom:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	font-size:100%
}
#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:block;
	position: relative;
	width:90%;
	float:right;
	margin-bottom:10px;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	font-size:100%
}
#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:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video2 {
	display:block;
	position: relative;
	width:60%;
	float:left;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:60px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video3 {
	display:block;
	position: relative;
	width:60%;
	float:left;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:60px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#BodyCenterOffset {
	display:block;
	position: relative;
	width:93%;
	float:left;
	margin-bottom:0;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height: inherit;
	margin-top:0px;
	display: inline-block;
	position: relative;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 250%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:50%;
	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:40;
}
#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;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/InternetMarketing.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackground2 {
	display:block;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/WebsiteDesigner.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundInner {
	display:none;
	top:0px;
	margin-top:0px;
	position: relative;
	width:100%;
	height:100%;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
	background-image: url(../HomeRepair/HomeRepairContractor.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow:hidden;
}
#BannerBackgroundOuter {
	display:none;
	top:200px;
	margin-top:0px;
	position: absolute;
	width:60%;
	height:600px;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
	overflow:hidden;
}
#TopLeftBlock {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:25%;
	z-index:11;
	overflow:hidden;
	opacity:1;
}
#TopLeftBlock2 {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:26%;
	z-index:10;
	overflow:hidden;
	opacity:0.5;
}
#LeftBlock {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	overflow:hidden;
	opacity:1;
}
#LeftBlock2 {
	display:none;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
	overflow:hidden;
	opacity:0.5;
}
#BannerBackgroundLifestyle {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/LifestyleMedicineGermantownTN.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;
}
#BannerBackgroundLaserTreatments {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BotoxGermantownTN.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;
}
#BannerBackgroundInfo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/SkincareTreatments/SkincareTreatmentsStPetersburg.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;
}
#BannerBackgroundIV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/IVNutrition/IVNutritionGermantownTN.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;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/GermantownTNBotoxInjections.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;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/SkinCareGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/FoxChapelDayCareReviews.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpaProducts/MedSpa%20Products%20St%20Petersburg.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;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image: url(../MealsOnWheels/Banners/MealsOnWheelsPittsburgh.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeLeft {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	position:relative;
	float:left;
	width:60%;
	background-image: url(../CriminalAttorneyPittsburgh/CranberryTwpAttorney.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeRight {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	position:relative;
	float:right;
	width:38%;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodySculptingGermantownTN.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;
}
#BannerBackgroundSkinTightening {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/SkinTighteningTreatmentsGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:right top !important;
}
#BannerBackgroundMembership {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/MedspaMembershipGermantownTN.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;
}
#BannerBackgroundBodyContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodyContouringGermantownTN.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image:url(../Graphics/WebsiteDesigner/PittsburghCustomWebsiteDeveloper.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:500px;
	z-index:1;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: none;
	position: fixed;
	width:50px;
	z-index:50;
	top:575px;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:40px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#SloganBox {
	display: none;
	position: absolute;
	width:90%;
	z-index:50;
	bottom:20px;
	left:5%;
	font-size:70%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:338px;
	left:5%;
	font-size:60%;
	background-color: transparent;
}
#FingerPrint {
	display: block;
	position: fixed;
	width:200px;
	z-index:45;
	bottom:20px;
	left:50%;
	font-size:90%;
	float: none;
	transform: translateX(-50%);
	background-color: transparent;
	max-width: none;
	-webkit-animation: fingerprintmove 2s ease-in infinite;
	-moz-animation: fingerprintmove 2s ease-in infinite;
	-o-animation: fingerprintmove 2s ease-in infinite;
	-ms-animation: fingerprintmove 2s ease-in infinite;
	animation: fingerprintmove 2s ease-in infinite;
	animation-delay:8s;
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:550px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:350px;
	z-index:50;
}
#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: inline-block;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.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;
	z-index:1;
	text-align:center;
	vertical-align:middle;
}
#SplashLogo {
	display:none;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:40vh;
	z-index:99;
}
#SplashLogoPhone {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:40vh;
	z-index:99;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:150px;
	overflow:hidden;
}
#PageTint {
	display: none;
	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;
}
#Sale {
	display:block;
	position:fixed;
	width:70%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:15%;
	margin-top:100px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color: transparent;
}
#Sale2 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color: transparent;
}
#Sale3 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color: transparent;
}
#Sale4 {
	display:block;
	position: relative;
	width:48%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	background-color: transparent;
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:80%;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
	background-color: transparent;
}
#Products2 {
	width:80%;
	display:block;
	float:left;
	margin-bottom:25px;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
	background-color: transparent;
}
#Products3 {
	width:80%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
	background-color: transparent;
}
#HomeRemodelingRating {
	display:block;
	right:0;
	bottom:0;
	width:auto;
	position:absolute;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	float:right;
	z-index:11;
}
#TableMargin {
	padding-top:50px;
	padding-bottom:50px;
}
#TableMargin2 {
	padding-top:75px;
	padding-bottom:75px;
}
.Badge {
	height:100px;
}
.StepNumber{
	margin-top:-60px;
	max-width:60px;
}
#DivMargin {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
#LocationLeft {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-top:30px;
	margin-bottom: 10px;
	width: 80%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 10%;
	margin-right:10%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 80%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 10%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 1%;
	margin-right:10%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}
#BlueButton2 {
  display: inline-block;
    padding: 10px 20px;
    color: #18aab6;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 2px solid #18aab6;
	border-radius:5px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2:hover {
	background-color: #18aab6;
	color: #ffffff;
	border: 2px #18aab6 solid;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#BlueButton2 span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#BlueButton2:hover span {
  padding-right: 25px;
}

#BlueButton2:hover span:after {
  opacity: 1;
  right: 0;
}
#Watermark{
	display:block;
	position:absolute;
	width:40%;
	margin-left:30%;
	margin-right:30%;
	margin-top:400px;
	margin-bottom:0;
	z-index:-1;
}
#Clients {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(32,32,32,0.9);
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	z-index:101;
}
#PortfolioCenter{
	margin-left:0.5%;
	position:relative;
	display:block;
	width:99%;
}
#PortfolioBlock{
	display:block;
	width:48%;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	margin-bottom:40px;
	float:left;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 2px;
	background-color:#fff;
	transform:scale(100%,100%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	overflow:hidden;
}
#PortfolioBlock:hover{
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 10px 10px #777;
	border-radius: 0px;
	background-color:#efefef;
	transform:scale(101%,101%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	animation-delay:0s;
}

#PortfolioBlock:hover #PictureLabel {
	display:block;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	background-color:rgba(68,239,68,1);
	-webkit-animation: label 0.5s ease-in-out forwards;
	-moz-animation: label 0.5s ease-in-out forwards;
	-o-animation: label 0.5s ease-in-out forwards;
	-ms-animation: label 0.5s ease-in-out forwards;
	animation: label 0.5s ease-in-out forwards;
	animation-delay:0s;
	opacity:0;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
#PictureLabel {
	display:none;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	background-color:none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	animation-delay:1s;
	opacity:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@keyframes label {
    0% {
		width:0%;
		opacity:0;
		margin-left:-300px;				
    	}
	100% {
		width:auto;
		opacity:1;
		margin-left:0;
    	}
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}

.flexblock {
    border: 1px solid #CCCCCC;
    position: relative;
	width:48%;
	min-height:100%;
	float:left;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	border-radius:0px;
	-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: top;
}
.flexblock:hover .GreyPicture {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#TablePadding{
	display:block;
	width:98%;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
}
#TableSidePadding{
	display:block;
	width:80%;
	margin-bottom:0px;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
}
#TableSidePadding2{
	display:block;
	width:80%;
	margin-bottom:0px;
	margin-left:10%;
	margin-right:10%;
	margin-top:0px;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 500%;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
	-webkit-animation: linearwipe 6s steps(60, end);
  	-moz-animation: linearwipe 6s steps(60, end);
  	-o-animation: linearwipe 6s steps(60, end);
  	animation: linearwipe 6s steps(60, end);
}
.TitleHeader3 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 400%;
	letter-spacing: .125rem;
	font-weight: 500;
	color: #000;
}
.TitleHeader3W {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 400%;
	letter-spacing: .125rem;
	font-weight: 500;
	color: #fff;
}
#QuotesLeft {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:10%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#QuotesRight {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:10%;
	margin-right:0%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#PictureFadeLeft{
	display: none;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	padding:0;
	z-index:0;
	width:90%;
	height: auto;
	overflow:hidden;
}
#PictureFadeLeftLg{
	display: inline;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:-50px;
	padding:0;
	z-index:0;
	width:110%;
	height: auto;
	overflow:hidden;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:block;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}	
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:75px;
	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: #fff;
	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: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}
#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:#032c40;
	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;
}
#NavbarPhoneNumbers{
	-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:#032c40;
	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:240px;
	margin-right:0%;
	margin-left:2%;
	margin-top:20px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 0;
	z-index:2000;
}
#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:125px;
	margin-right:0%;
	margin-left:2%;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 0;
}
.Logo{
	width:100%;
	max-width: 200px;
}
#LogoHome {
	-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:125px;
	margin-right:0%;
	margin-left:2%;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity:0;
}
#LogoHome.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:125px;
	margin-right:0%;
	margin-left:2%;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity:1;
}
.LogoHome{
	width:100%;
	max-width: 200px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image:url(../FoxChapelDayCare/Logo/APlaceToGrowDaycareBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display: block;
	width:60%;
	float:right;
	right:0%;
	margin-right:2%;
	margin-left:2%;
	margin-top:15px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhoneLeft {
	-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;
}
#TextPhoneRight {
	-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 {
	-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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBar.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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: rgba(0,0,0,1);
	z-index: 500;
	-moz-box-shadow: 0 0 10px #44ef44;
	-webkit-box-shadow: 0 0 10px #44ef44;
	box-shadow: 0 0 10px #44ef44;
	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%;
}
#BodyRightOver {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:90%;
	position: relative;
	z-index: inherit;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 2%;
	margin-right:2%;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 96%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: 50px;
	width: 70%;
	display: block;
	font-size:100%;
	background-color:#000;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top: 1px solid #44ef44;
	border-bottom: 1px solid #44ef44;
	border-right: 1px solid #44ef44;
}
#BodyRightHome {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 49%;
	height:550px;
	display: block;
	font-size:100%;
	right:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position:absolute;
	z-index:100;
	overflow:hidden;
	border-top: 1px solid #44ef44;
	border-bottom: 1px solid #44ef44;
	border-left: 1px solid #44ef44;
	max-width:1000px;
}
.videoadjust{
	width: inherit;
	height:inherit;
	min-width:100%; 
	min-height:100%; 
	z-index:1; 
	margin:0; 
	padding:0;
}
.PictureRadius {
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
	z-index:1;
}
#BodyRightSmall {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 29%;
	display: block;
	font-size:100%;
	background-color:#364765;
}	
#BodyLeftBig {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyLeftSmall2 {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#Body4Block{
	margin-left: 1%;
	margin-right:1%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 23%;
	float:left;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	margin-bottom:20px;
	margin-top:20px;
	width: 80%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom:50px;
	margin-top:50px;
	width: 70%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image:url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-attachment:fixed;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: repeat-x;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image:none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top: 500px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: #FFF;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2Text{
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 102;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 100px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
}


.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:#d0a893;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  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: #b4ccdc;
	color:#808080;
}
#ApplyButton2 {
  display: inline-block;
  border-radius: 0px;
  background-color:#FFF;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #d0a893;
  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;
}
#ApplyButton2 span {
	display: inline-block;
}
#ApplyButton2:hover {
	background-color: #b4ccdc;
	color:#808080;
}
#FooterLeft {
	display:block;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0;
	margin-top:80px;
}
#FooterCenter {
	display:block;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	width:30%;
	float:right;
	margin-bottom:0;
	margin-left:0;
	margin-right:0%;
	margin-top:80px;
}
#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:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video2 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video3 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:25%;
	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:40;
}
#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;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/InternetMarketing.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackground2 {
	display:block;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/WebsiteDesigner.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundInner {
	display:block;
	top:0px;
	margin-top:0px;
	position: relative;
	width:100%;
	height:100%;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
	background-image: url(../HomeRepair/HomeRepairContractor.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow:hidden;
}
#BannerBackgroundOuter {
	display:block;
	top:200px;
	margin-top:0px;
	position: absolute;
	width:45%;
	height:600px;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
	overflow:hidden;
}
#TopLeftBlock {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:25%;
	z-index:11;
	overflow:hidden;
	opacity:1;
}
#TopLeftBlock2 {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:26%;
	z-index:10;
	overflow:hidden;
	opacity:0.5;
}
#LeftBlock {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	overflow:hidden;
	opacity:1;
}
#LeftBlock2 {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
	overflow:hidden;
	opacity:0.5;
}
#BannerBackgroundLifestyle {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/LifestyleMedicineGermantownTN.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;
}
#BannerBackgroundLaserTreatments {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BotoxGermantownTN.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;
}
#BannerBackgroundInfo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/SkincareTreatments/SkincareTreatmentsStPetersburg.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;
}
#BannerBackgroundIV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/IVNutrition/IVNutritionGermantownTN.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;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/GermantownTNBotoxInjections.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;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/SkinCareGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/FoxChapelDayCareReviews.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/MedSpaProducts/MedSpa%20Products%20St%20Petersburg.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;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image: url(../MealsOnWheels/Banners/MealsOnWheelsPittsburgh.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeLeft {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	position:relative;
	float:left;
	width:60%;
	background-image: url(../CriminalAttorneyPittsburgh/CranberryTwpAttorney.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeRight {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	position:relative;
	float:right;
	width:38%;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodySculptingGermantownTN.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;
}
#BannerBackgroundSkinTightening {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/SkinTighteningTreatmentsGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:right top !important;
}
#BannerBackgroundMembership {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/MedspaMembershipGermantownTN.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;
}
#BannerBackgroundBodyContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodyContouringGermantownTN.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:550px;
	z-index:1;
	background-image: url(../Graphics/WebsiteDesigner/PittsburghCustomWebsiteDeveloper.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:550px;
	z-index:1;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: block;
	position: fixed;
	width:50px;
	z-index:50;
	top:511px;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:40px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	bottom:20px;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:415px;
	left:5%;
	font-size:80%;
	background-color: transparent;
}
#FingerPrint {
	display: none;
	position: fixed;
	width:50%;
	z-index:45;
	bottom:20px;
	left:5%;
	font-size:90%;
	float:left;
	background-color: transparent;
	max-width:250px;
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:600px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:445px;
	z-index:50;
}
#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: inline-block;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.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;
	z-index:1;
	text-align:center;
	vertical-align:middle;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:70%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:15%;
	margin-top:40vh;
	z-index:99;
}
#SplashLogoPhone {
	display:none;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:40vh;
	z-index:99;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: none;
	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;
}
#Sale {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:2001;
	background-color:#000;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#Sale2 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#Sale3 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
#Sale4 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:80%;
	background-color: transparent;
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:32%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	background-color: transparent;
}
#Products2 {
	width:32%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0px;
	background-color: transparent;
}
#Products3 {
	width:32%;
	display:block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	background-color: transparent;
}
#HomeRemodelingRating {
	display:block;
	right:0;
	bottom:0;
	width:auto;
	position:absolute;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	float:right;
	z-index:11;
}
#TableMargin {
	padding-top:50px;
	padding-bottom:50px;
}
#TableMargin2 {
	padding-top:75px;
	padding-bottom:75px;
}
.Badge {
	height:75px;
}
.StepNumber{
	margin-top:-60px;
	max-width:60px;
}
#DivMargin {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
#LocationLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 2%;
	margin-right:2%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 96%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 1%;
	margin-right:5%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}
#BlueButton2 {
  display: inline-block;
    padding: 10px 20px;
    color: #18aab6;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 2px solid #18aab6;
	border-radius:5px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2:hover {
	background-color: #18aab6;
	color: #ffffff;
	border: 2px #18aab6 solid;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#BlueButton2 span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#BlueButton2:hover span {
  padding-right: 25px;
}

#BlueButton2:hover span:after {
  opacity: 1;
  right: 0;
}
#Watermark{
	display:block;
	position:absolute;
	width:40%;
	margin-left:30%;
	margin-right:30%;
	margin-top:400px;
	margin-bottom:0;
	z-index:-1;
}
#Clients {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(32,32,32,0.9);
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	z-index:101;
}
#PortfolioCenter{
	margin-left:0.5%;
	position:relative;
	display:block;
	width:99%;
}
#PortfolioBlock{
	display:block;
	width:31%;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	margin-bottom:40px;
	float:left;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 2px;
	background-color:#fff;
	transform:scale(100%,100%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	overflow:hidden;
}
#PortfolioBlock:hover{
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 10px 10px #777;
	border-radius: 0px;
	background-color:#efefef;
	transform:scale(101%,101%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	animation-delay:0s;
}

#PortfolioBlock:hover #PictureLabel {
	display:block;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	background-color:rgba(68,239,68,1);
	-webkit-animation: label 0.5s ease-in-out forwards;
	-moz-animation: label 0.5s ease-in-out forwards;
	-o-animation: label 0.5s ease-in-out forwards;
	-ms-animation: label 0.5s ease-in-out forwards;
	animation: label 0.5s ease-in-out forwards;
	animation-delay:0s;
	opacity:0;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
#PictureLabel {
	display:none;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	background-color:none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	animation-delay:1s;
	opacity:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@keyframes label {
    0% {
		width:0%;
		opacity:0;
		margin-left:-300px;				
    	}
	100% {
		width:auto;
		opacity:1;
		margin-left:0;
    	}
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	position:fixed;
	z-index:41;
	margin-top:0px;
}

.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}

.flexblock {
    border: 1px solid #CCCCCC;
    position: relative;
	width:23%;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	border-radius:0px;
	-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: top;
}
.flexblock:hover .GreyPicture {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#TablePadding{
	display:block;
	width:98%;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
}
#TableSidePadding{
	display:block;
	width:50%;
	margin-bottom:0px;
	margin-left:10%;
	margin-right:30%;
	margin-top:0px;
}
#TableSidePadding2{
	display:block;
	width:50%;
	margin-bottom:0px;
	margin-left:30%;
	margin-right:10%;
	margin-top:0px;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 500%;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
	-webkit-animation: linearwipe 6s steps(60, end);
  	-moz-animation: linearwipe 6s steps(60, end);
  	-o-animation: linearwipe 6s steps(60, end);
  	animation: linearwipe 6s steps(60, end);
}
.TitleHeader3 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 300%;
	letter-spacing: .125rem;
	font-weight: 600;
	color: #000;
}
.TitleHeader3W {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 300%;
	letter-spacing: .125rem;
	font-weight: 600;
	color: #fff;
}
#QuotesLeft {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:10%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#QuotesRight {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:10%;
	margin-right:0%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#PictureFadeLeft{
	display: inline;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	padding:0;
	z-index:0;
	width:90%;
	height: auto;
	overflow:hidden;
}
#PictureFadeLeftLg{
	display: inline;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:-50px;
	padding:0;
	z-index:0;
	width:110%;
	height: auto;
	overflow:hidden;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:block;
  bottom:0;
  padding-bottom:50px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}	
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#Navbar{
	display: block;
	width: auto;
	margin-right:0%;
	margin-left:0%;
	margin-top:75px;
	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: inline-block;
	height: 30px;
	color: #fff;
	background-color: transparent;
	font-size: 22px;
	text-wrap: none;
	text-transform: none;
	font-family: MenuFont, calibri, Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:10px;
	padding-right: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:#032c40;
	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;
}
#NavbarPhoneNumbers{
	-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:#032c40;
	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:250px;
	margin-right:0%;
	margin-left:2%;
	margin-top:20px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 0;
	z-index:2000;
}
#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:125px;
	margin-right:0%;
	margin-left:2%;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 0;
}
.Logo{
	width:100%;
	max-width: 450px;
}
#LogoHome {
	-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:125px;
	margin-right:0%;
	margin-left:2%;
	margin-top:3px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity:0;
}
#LogoHome.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:125px;
	margin-right:0%;
	margin-left:2%;
	margin-top:0px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
	opacity:1;
}
.LogoHome{
	width:100%;
	max-width: 450px;
}
#LogoBackgroundLeft{
	width:100%;
	background-image: url(../MedSpaGermantownTN/WildflowerMedspaBack.png);
	background-size: 400px;
	background-attachment: inherit;
	-webkit-background-size: 400px;
	-moz-background-size: 400px;
	-o-background-size: 400px;
	background-repeat: no-repeat;
	background-position:-75px center !important;	
}
#HeaderPhone {
	display: block;
	width:40%;
	float:right;
	right:0%;
	margin-right:3%;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhoneLeft {
	-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;
}
#TextPhoneRight {
	-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 {
	-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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: transparent;
	z-index: 500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	font-size:inherit;
}
#HeaderBar.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;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:115px;
	background-color: rgba(0,0,0,1);
	z-index: 500;
	-moz-box-shadow: 0 0 10px #44ef44;
	-webkit-box-shadow: 0 0 10px #44ef44;
	box-shadow: 0 0 10px #44ef44;
	border-bottom:none;
	font-size:inherit;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
}
#BodyRightOver {
	float: right;
	margin-left: 35%;
	margin-right:15%;
	margin-top: 150px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	position: absolute;
	z-index:50;
	background-color: #cca562;
}
#BodyRightPadding {
	margin-left: 4%;
	margin-right:4%;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 92%;
	display: block;
	font-size:100%;
}
#BodyLeftHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: 50px;
	width: 70%;
	display: block;
	font-size:100%;
	background-color:#000;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top: 1px solid #44ef44;
	border-bottom: 1px solid #44ef44;
	border-right: 1px solid #44ef44;
}
#BodyRightHome {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 111px;
	margin-bottom: 0px;
	width: 49%;
	height:550px;
	display: block;
	font-size:100%;
	right:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	position:absolute;
	z-index:100;
	overflow:hidden;
	border-top: 1px solid #44ef44;
	border-bottom: 1px solid #44ef44;
	border-left: 1px solid #44ef44;
	max-width:1000px;
}
.videoadjust{
	width: inherit;
	height:inherit;
	min-width:100%; 
	min-height:100%; 
	z-index:1; 
	margin:0; 
	padding:0;
}
#BodyRightHome2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom: 50px;
	width: 70%;
	display: block;
	font-size:100%;
	background-color:#efefef;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	border: 1px solid #d9ab00;
}
#BodyLeftHome2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	left:0;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	position:absolute;
	z-index:100;
	overflow:hidden;
	border: 1px solid #d9ab00;
}
.PictureRadius {
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyCenterSmall {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:5%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 60%;
	display: block;
	font-size:100%;
	z-index:1;
	position:relative;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:1%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 29%;
	display: block;
	font-size:100%;
	background-color:#364765;
}	
#BodyLeftBig {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top: 0px;
	margin-bottom: 0px;
	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: none;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	max-width:500px;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 20%;
	margin-right:20%;
	margin-bottom:50px;
	margin-top:50px;
	width: 60%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image: url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-size: cover;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-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: #fff;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2Text{
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 102;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 90px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	z-index:-1;
}



.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 700%;
	font-family: Poppins, 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:#d0a893;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #FFF;
  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: #b4ccdc;
	color:#808080;
}
#ApplyButton2 {
  display: inline-block;
  border-radius: 0px;
  background-color:#FFF;
  border-color: transparent;
  border-width:0px;
  border-style: none;
  border: none;
  color: #d0a893;
  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;
}
#ApplyButton2 span {
	display: inline-block;
}
#ApplyButton2:hover {
	background-color: #b4ccdc;
	color:#808080;
}
#FooterLeft {
	display:block;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:100px;
}
#FooterCenter {
	display:block;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	width:30%;
	float:right;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:100px;
}
#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:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video2 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#Video3 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:50px;
	margin-left:0;
	margin-right:0;
	margin-top:30px;
	background-color:#efefef;
	border-radius:10px;
	min-height:250px;
}
#BodyCenterOffset {
	display:block;
	position: absolute;
	width:80%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	margin-top:-150px;
}
#BlueBar {
	background-color:#0C74A7;
	width:100%;
	height:450px;
	margin-top:200px;
	display:block;
	position:relative;

}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
	height:100%;
	overflow: visible;
}
.BigMainBodyHomeWhite {
	color: #fff;
	font-size: 350%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:100;
	margin:0px;
}
.nav-tabs > li {
    float: left;
    width:25%;
	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:40;
}
#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;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/InternetMarketing.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackground2 {
	display:block;
	width:100%;
	background-image: url(../Graphics/WebsiteDesigner/WebsiteDesigner.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundInner {
	display:block;
	top:0px;
	margin-top:0px;
	position: relative;
	width:100%;
	height:100%;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
	background-image: url(../HomeRepair/HomeRepairContractor.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
	overflow:hidden;
}
#BannerBackgroundOuter {
	display:block;
	top:200px;
	margin-top:0px;
	position: absolute;
	width:60%;
	height:600px;
	z-index:10;
	transform-origin: bottom left;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
	overflow:hidden;
}
#TopLeftBlock {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:25%;
	z-index:11;
	overflow:hidden;
	opacity:1;
}
#TopLeftBlock2 {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:26%;
	z-index:10;
	overflow:hidden;
	opacity:0.5;
}
#LeftBlock {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	overflow:hidden;
	opacity:1;
}
#LeftBlock2 {
	display:block;
	top:0px;
	margin-top:0px;
	position: fixed;
	left:0;
	width:100%;
	height:100%;
	z-index:8;
	overflow:hidden;
	opacity:0.5;
}
#BannerBackgroundLifestyle {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/LifestyleMedicineGermantownTN.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;
}
#BannerBackgroundLaserTreatments {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BotoxGermantownTN.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;
}
#BannerBackgroundInfo {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare5.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../MedicalSpaStPetersburgFlorida/SkincareTreatments/SkincareTreatmentsStPetersburg.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;
}
#BannerBackgroundIV {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/IVNutrition/IVNutritionGermantownTN.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;
}
#BannerBackgroundBotox {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/GermantownTNBotoxInjections.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;
}
#BannerBackgroundSkincare {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/BotoxGermantownTN/SkinCareGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:left center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/FoxChapelDayCareReviews.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundProducts {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: ;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHome {
	display:block;
	top:0px;
	margin-top:0px;
	position:relative;
	width:100%;
	background-image: url(../MealsOnWheels/Banners/MealsOnWheelsPittsburgh.jpeg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeLeft {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	position:relative;
	float:left;
	width:60%;
	background-image: url(../CriminalAttorneyPittsburgh/CranberryTwpAttorney.jpg);
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundHomeRight {
	display:block;
	top:0px;
	margin-top:0px;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	position:relative;
	float:right;
	width:38%;
}
#BannerBackgroundBook {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodySculptingGermantownTN.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;
}
#BannerBackgroundSkinTightening {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/SkinTighteningTreatmentsGermantownTN.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:right top !important;
}
#BannerBackgroundMembership {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/MedspaMembershipGermantownTN.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;
}
#BannerBackgroundBodyContouring {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MedSpaGermantownTN/MedSpaGermantownTN/BodyContouringGermantownTN.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;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../Graphics/WebsiteDesigner/PittsburghCustomWebsiteDeveloper.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:650px;
	z-index:1;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#Headline {
	display: block;
	position: fixed;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:40px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: block;
	position: fixed;
	width:50px;
	z-index:50;
	top:511px;
	right:0;
	margin-bottom:10px;
	margin-left:0;
	margin-right:40px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	bottom:20px;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:505px;
	left:5%;
	font-size:90%;
	background-color: transparent;
}
#FingerPrint {
	display: none;
	position: fixed;
	width:50%;
	z-index:45;
	bottom:20px;
	left:5%;
	font-size:90%;
	float:left;
	background-color: transparent;
	max-width:250px;
}
#SloganUnderLine {
	height:2px;
	background-color:#fff;
	width:650px;
	position:fixed;
	display:block;
	left:0;
	top:0px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:500px;
	z-index:50;
}
#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: inline-block;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../Graphics/Backgrounds/PittsburghWebsiteDesignerBW2.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;
	z-index:1;
	text-align:center;
	vertical-align:middle;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:40vh;
	z-index:99;
}
#SplashLogoPhone {
	display:none;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:40vh;
	z-index:99;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
#Sale {
	display:block;
	position: absolute;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:20px;
	z-index:2001;
	background-color:#b4ccdc;
}
#BodySale{
	position: absolute;
	top: 75px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#Sale1 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#Sale2 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#Sale3 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
#Sale4 {
	display:block;
	position: relative;
	width:23%;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0px;
	float:left;
	font-size:inherit;
	background-color: transparent;
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width:32%;
	display: block;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	background-color: transparent;
}
#Products2 {
	width:32%;
	display:flex;
	height:100%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0px;
	background-color: transparent;
}
#Products3 {
	width:32%;
	display:flex;
	height:100%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	background-color: transparent;
}
#HomeRemodelingRating {
	display:block;
	right:0;
	bottom:0;
	width:auto;
	position:absolute;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	float:right;
	z-index:11;
}
#TableMargin {
	padding-top:125px;
	padding-bottom:125px;
}
#TableMargin2 {
	padding-top:75px;
	padding-bottom:75px;
}
.Badge {
	height:100px;
}
.StepNumber{
	margin-top:-60px;
	max-width:60px;
}
#DivMargin {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
#LocationLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 10px;
	width: 35%;
	display: block;
	font-size:100%;
	position: relative;
}	
#LocationRight {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 54%;
	display: block;
	font-size:100%;
}
#LocationRight2 {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 54%;
	display: block;
	font-size:100%;
}
#LocationAddressLeft {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 54%;
	display: block;
	font-size:100%;
}	
#LocationAddressRight {
	float: right;
	margin-left: 1%;
	margin-right:5%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 39%;
	display: block;
	font-size:100%;
}
#BlueButton2 {
  display: inline-block;
    padding: 10px 20px;
    color: #18aab6;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: 2px solid #18aab6;
	border-radius:5px;
    font-size: 16px;
	font-family: MainBody, calibri, Tahoma, Geneva, sans-serif;
	font-weight:bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2:hover {
	background-color: #18aab6;
	color: #ffffff;
	border: 2px #18aab6 solid;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#BlueButton2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#BlueButton2 span:after {
  content: '\00bb';
  font-size:40px;
  position: absolute;
  opacity: 0;
  top: -14px;
  right: -20px;
  transition: 0.5s;
}

#BlueButton2:hover span {
  padding-right: 25px;
}

#BlueButton2:hover span:after {
  opacity: 1;
  right: 0;
}
#Watermark{
	display:block;
	position:absolute;
	width:30%;
	margin-left:35%;
	margin-right:35%;
	margin-top:45vh;
	margin-bottom:0;
	z-index:-1;
}
#Clients {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(32,32,32,0.9);
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	z-index:101;
}
#PortfolioCenter{
	margin-left:0.5%;
	position:relative;
	display:block;
	width:99%;
}
#PortfolioBlock{
	display:block;
	width:31%;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	margin-bottom:40px;
	float:left;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 2px;
	background-color:#fff;
	transform:scale(100%,100%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	overflow:hidden;
}
#PortfolioBlock:hover{
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow: 0px 10px 10px #777;
	border-radius: 0px;
	background-color:#efefef;
	transform:scale(101%,101%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	animation-delay:0s;
}

#PortfolioBlock:hover #PictureLabel {
	display:block;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	background-color:rgba(68,239,68,1);
	-webkit-animation: label 0.5s ease-in-out forwards;
	-moz-animation: label 0.5s ease-in-out forwards;
	-o-animation: label 0.5s ease-in-out forwards;
	-ms-animation: label 0.5s ease-in-out forwards;
	animation: label 0.5s ease-in-out forwards;
	animation-delay:0s;
	opacity:0;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}
#PictureLabel {
	display:none;
	position: absolute;
	width:0%;
	margin-bottom:0;
	margin-left:-300px;
	margin-right:0%;
	margin-top:-35px;
	background-color:none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	animation-delay:1s;
	opacity:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@keyframes label {
    0% {
		width:0%;
		opacity:0;
		margin-left:-300px;				
    	}
	100% {
		width:auto;
		opacity:1;
		margin-left:0;
    	}
}
#tint{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:41;
	margin-top:0px;
}
.flexed{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width:100%;
}

.flexblock {
    border: 1px solid #CCCCCC;
    position: relative;
	width:23%;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	border-radius:0px;
	-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: top;
}
.flexblock:hover .GreyPicture {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#TablePadding{
	display:block;
	width:98%;
	padding-bottom:20px;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
}
#TableSidePadding{
	display:block;
	width:50%;
	margin-bottom:0px;
	margin-left:10%;
	margin-right:30%;
	margin-top:0px;
}
#TableSidePadding2{
	display:block;
	width:50%;
	margin-bottom:0px;
	margin-left:30%;
	margin-right:10%;
	margin-top:0px;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 500%;
	letter-spacing: .125rem;
	font-weight: normal;
	color: #ffffff;
	-webkit-animation: linearwipe 6s steps(60, end);
  	-moz-animation: linearwipe 6s steps(60, end);
  	-o-animation: linearwipe 6s steps(60, end);
  	animation: linearwipe 6s steps(60, end);
}
.TitleHeader3 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 400%;
	letter-spacing: .125rem;
	font-weight: 500;
	color: #000;
}
.TitleHeader3W {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 400%;
	letter-spacing: .125rem;
	font-weight: 500;
	color: #fff;
}
#QuotesLeft {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:10%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#QuotesRight {
	width:90%;
	display:block;
	margin-bottom:50px;
	margin-left:10%;
	margin-right:0%;
	margin-top:0px;
	background-image: none;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
#PictureFadeLeft{
	display: inline;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
	padding:0;
	z-index:0;
	width:90%;
	height: auto;
	overflow:hidden;
}
#PictureFadeLeftLg{
	display: inline;
	position: absolute;
	left:0;
	margin-bottom:0px;
	margin-left:0%;
	margin-right:0%;
	margin-top:-50px;
	padding:0;
	z-index:0;
	width:110%;
	height: auto;
	overflow:hidden;
}
.word {
  opacity:0;
  position:absolute;
  z-index:4;
  display:block;
  bottom:0;
  padding-bottom:0px;
}
.marquee {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 44s linear infinite;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 3s;
}
.marquee span:nth-child(3) {
  animation-delay: 6s;
}
.marquee span:nth-child(4) {
  animation-delay: 9s;
}
.marquee span:nth-child(5) {
  animation-delay: 12s;
}
.marquee span:nth-child(6) {
  animation-delay: 15s;
}
.marquee span:nth-child(7) {
  animation-delay: 18s;
}
.marquee span:nth-child(8) {
  animation-delay: 21s;
}

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}
}
