@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 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:50%;
	margin-right:25%;
	margin-left:25%;
	margin-top:5px;
	position:absolute;
	max-width: inherit;
	min-width: inherit;
	height: inherit;
	font-size: 50%;
	z-index:501;
}
#Logo.stick {
	-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:22%;
	float:left;
	margin-right:39%;
	margin-left:39%;
	margin-top:5px;
	position:relative;
	max-width:none;
	z-index:10000;
}
.Logo{
	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;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: fixed;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	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: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #af2224;
	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:#efefef;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
.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:80%;
}
#BodyCenterSmall {
	float: left;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top:0px;
	width: 93%;
	display: block;
	font-size:80%;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	margin-top:10px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	font-size:100%;
	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;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 100%;
	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: 100%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top:80px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 500%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom: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:0;
	margin-left:1%;
	margin-right:0;
	margin-top:0;
	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:40px;
	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(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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;
}
#BannerBackgroundEnrollment {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare7.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;
}
#BannerBackgroundPortfolio {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare6.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;
}
#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;
}
#BannerBackgroundLawyer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../CriminalAttorneyPittsburgh/FamilyLawAttorneyCranberryTwp/CriminalAttorneyCranberryTwp.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCareer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareCareerFoxChapel.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%;
}
#BannerBackgroundTour {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare4.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;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundServices {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MarketingConsultant/StrategicCommunications.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare10.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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:450px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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: absolute;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: block;
	position: absolute;
	width:100%;
	z-index:50;
	bottom:0;
	left:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #af2224;
}
#SloganBox {
	display: block;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:30vh;
	left:5%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display:block;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:200px;
	left:5%;
	font-size:70%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:90%;
	z-index:50;
	margin-top:80px;
	left:5%;
	font-size:60%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#000;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:140px;
	overflow:hidden;
}
#PageTint {
	display: 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;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(9,44,116,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 650%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width: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:50px;
	padding-bottom:50px;
}
#TableMargin2 {
	padding-top:0px;
	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;
}
#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#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;
  	
}
#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;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 350%;
	letter-spacing: .125rem;
	font-weight: 900;
	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: 250%;
	letter-spacing: .125rem;
	font-weight: 900;
	color: #000;
}
.TitleHeader3W {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 250%;
	letter-spacing: .125rem;
	font-weight: 900;
	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;
}		
}

/* 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: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: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;
}
#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;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: fixed;
	float:right;
	top: 0px;
	padding-top:11px;
	padding-bottom:11px;
	right:0;
	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: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #af2224;
	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:#efefef;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
#BodyRightHome {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
}
.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%;
}
#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;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top:100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top:400px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top:100px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 500%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom: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:0;
	margin-left:5%;
	margin-right:5%;
	margin-top:10;
	font-size:100%
}
#FooterCenter {
	display: block;
	position: relative;
	width:48%;
	float:left;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	margin-top:10px;
	font-size:100%;
}
#FooterRight {
	display:block;
	position: relative;
	width:48%;
	float:right;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	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(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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;
}
#BannerBackgroundEnrollment {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare7.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;
}
#BannerBackgroundPortfolio {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare6.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;
}
#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;
}
#BannerBackgroundLawyer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../CriminalAttorneyPittsburgh/FamilyLawAttorneyCranberryTwp/CriminalAttorneyCranberryTwp.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCareer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareCareerFoxChapel.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../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%;
}
#BannerBackgroundTour {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare4.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;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundServices {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url(../MarketingConsultant/StrategicCommunications.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image:url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare10.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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:500px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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: absolute;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	bottom:0;
	left:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
}
#SloganBox {
	display: block;
	position: fixed;
	width:90%;
	z-index:50;
	margin-top:30vh;
	left:5%;
	font-size:70%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:180px;
	left:5%;
	font-size:70%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:100px;
	left:10%;
	font-size:80%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#000;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: 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;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(9,44,116,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width: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:0px;
}
.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;
}
#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#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:30%;
	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;
}
#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;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 330%;
	letter-spacing: .125rem;
	font-weight: 900;
	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: 900;
	color: #000;
}
.TitleHeader3W {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 400%;
	letter-spacing: .125rem;
	font-weight: 900;
	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;
}	
}


/* 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: 20px;
	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:150px;
	margin-right:0%;
	margin-left:2%;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:100px;
	margin-right:0%;
	margin-left:2%;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
.Logo{
	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;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #000;
}
#HeaderBar {
	-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: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #af2224;
	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:#efefef;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}
#BodyRightHome {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	right:0;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	position:absolute;
	z-index:100;
	overflow:hidden;
}
.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: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:100%;
	text-align: center;
}
#BodyLeftSmall {
	float: left;
	margin-left: 0%;
	margin-right:1%;
	margin-top:30px;
	margin-bottom: 30px;
	width: 29%;
	display: block;
	font-size:100%;
}	
#BodyRightBig {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 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;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-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: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 100px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}


.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 600%;
	font-family: Lato, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom: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:30%;
	float:left;
	margin-bottom:0;
	margin-left:3%;
	margin-right:0;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:2%;
	margin-right:2%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:3%;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:46%;
	float:left;
	margin-bottom:0;
	margin-left:27%;
	margin-right:27%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:32%;
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top: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(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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;
}
#BannerBackgroundEnrollment {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare7.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;
}
#BannerBackgroundPortfolio {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image:url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare6.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;
}
#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;
}
#BannerBackgroundLawyer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image:url(../CriminalAttorneyPittsburgh/FamilyLawAttorneyCranberryTwp/CriminalAttorneyCranberryTwp.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCareer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareCareerFoxChapel.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../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%;
}
#BannerBackgroundTour {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare4.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;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundServices {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:550px;
	z-index:1;
	background-image: url(../MarketingConsultant/StrategicCommunications.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:550px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare10.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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:550px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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: absolute;
	width:50px;
	z-index:50;
	bottom:0;
	right:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
	background-color: transparent;
}
#Headline2 {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	bottom:0;
	left:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:40vh;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:230px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:200px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#000;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: 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;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(9,44,116,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width: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:0px;
}
.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;
}
#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#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:30%;
	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;
}
#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;
}
.TitleHeader2 {
	text-rendering: optimizelegibility;
	font-family: TitleFont, sans-serif;
	font-size: 330%;
	letter-spacing: .125rem;
	font-weight: 900;
	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;
}	
}

/* 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: block;
	height: 30px;
	color: #fff;
	background-color: transparent;
	font-size: 20px;
	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: 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:200px;
	margin-right:0%;
	margin-left:2%;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
#Logo.stick {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width:150px;
	margin-right:0%;
	margin-left:2%;
	margin-top:5px;
	position: relative;
	max-width:none;
	height: auto;
	font-size: 100%;
}
.Logo{
	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:40%;
	float:right;
	right:0%;
	margin-right:3%;
	margin-left:2%;
	margin-top:10px;
	position: absolute;
	max-width:none;
	z-index:501;
}
#TextPhone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: none;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: #000;
}
#HeaderBar {
	-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: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #af2224;
	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:#efefef;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}
#BodyRightHome {
	float: right;
	margin-left: 1%;
	margin-right:0%;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 49%;
	display: block;
	font-size:100%;
	right:0;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	position:absolute;
	z-index:100;
	overflow:hidden;
}
.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: 1%;
	margin-right:0%;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 69%;
	display: block;
	font-size:100%;
}
#BodyRightSmall {
	float: right;
	margin-left: 0%;
	margin-right:1%;
	margin-top: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: 5%;
	margin-right:5%;
	margin-bottom:20px;
	margin-top:20px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactFormTint{
	float: left;
	margin-left: 20%;
	margin-right:20%;
	margin-bottom:50px;
	margin-top:50px;
	width: 60%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactFormTint2{
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:rgba(35,35,35,0.9);
}
#ContactAnchor {
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	min-height:800px;
	display: block;
	font-size:100%;
	background-image: url(../WellnessCenter/BioHackingHealthWellness2.png);
	background-size: cover;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#QuoteAnchor {
	display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:0;
	width: 100%;
	padding-top:0px;
	border-top:none;
	background-color: none;
	background-image: none;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position:center center !important;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#WellnessCenter {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#BodyD1{
	position: absolute;
	top: 100%;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD2{
	position: absolute;
	top: 600px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#BodyD3{
	position: absolute;
	top: 90px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sticky-anchor {
	margin-top:30px;
	height:1px;
	top:0;
	position: absolute;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}



.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 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;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:0%;
	margin-right:3%;
	margin-top:0;
}
#FooterCenter {
	display:block;
	position: relative;
	width:24%;
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-right:0%;
	margin-top:0;
	font-size:100%;
}
#FooterRight {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:0;
	margin-left:3%;
	margin-right:0%;
	margin-top:0;
}
#FooterLine {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#FooterLine2 {
	display:block;
	position: relative;
	width:0.5%;
	height:150px;
	float:left;
	margin-bottom:0;
	margin-left:0.75%;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#FFF;
	border-radius:5px;
	max-width:5px;
}
#TextCenter{
	display:block;
	width:46%;
	float:left;
	margin-bottom:0;
	margin-left:27%;
	margin-right:27%;
	margin-top:0;
}
#Video1 {
	display:block;
	position: relative;
	width:30%;
	float:left;
	margin-bottom:50px;
	margin-left:0;
	margin-right:0;
	margin-top: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(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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;
}
#BannerBackgroundEnrollment {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare7.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;
}
#BannerBackgroundPortfolio {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare6.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;
}
#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;
}
#BannerBackgroundLawyer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../CriminalAttorneyPittsburgh/FamilyLawAttorneyCranberryTwp/CriminalAttorneyCranberryTwp.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundYoga {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Yoga/RestorativeYoga.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundCareer {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareCareerFoxChapel.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundTestimonials {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../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%;
}
#BannerBackgroundTour {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare4.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;
}
#BannerBackgroundStretch {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Restorative%20Stretch/RestorativeStretching.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom !important;
}
#BannerBackgroundZeroBody {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../WellnessCenter/Zerobody/ZerobodyDryFloatTherapy2.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundServices {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../MarketingConsultant/StrategicCommunications.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#BannerBackgroundAbout {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/FoxChapelDayCare/FoxChapelDayCare10.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;
}
#BannerBackgroundContact {
	display:block;
	top:0px;
	margin-top:0px;
	position:fixed;
	width:100%;
	height:650px;
	z-index:1;
	background-image: url(../FoxChapelDayCare/DayCareFoxChapel/DaycarePittsburgh.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: absolute;
	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: absolute;
	width:auto;
	z-index:50;
	bottom:0;
	left:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:20px;
	margin-top:0;
	font-size:90%;
}
#SloganBox {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:40vh;
	left:10%;
	font-size:90%;
	float:left;
	background-color: transparent;
}
#SloganBox2 {
	display: block;
	position: fixed;
	width:80%;
	z-index:50;
	margin-top:275px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxContact {
	display: block;
	position: absolute;
	width:80%;
	z-index:50;
	margin-top:150px;
	left:10%;
	font-size:90%;
	background-color: transparent;
}
#SloganBoxLeft{
	display:inline-block;
	width:5%;
	position:relative;
}
#SloganBoxRight{
	display:inline-block;
	width:95%;
	position:relative;
}
#SloganLine {
	position: relative;
	width:5px;
	min-height:100%;
	float:left;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0.75%;
	margin-top:0%;
	background-color:#0db515;
	border-radius:0px;
	max-width:5px;
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-moz-box-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
    align-items: stretch;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-moz-box-orient: vertical;
  	-moz-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    justify-content: center;
}
#Directions {
	display:block;
	position: relative;
	width:100%;
	background-image: url(../GamingCodingBanners/WestVirginiasPremierGamingLounge.jpg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
}
#DirectionIcon {
	display:block;
	position: absolute;
	width:100%;
	margin-top:-30px;
	z-index:1000;
}
#SplashScreen{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	-webkit-animation:blackbackground ease-out 5s;
	-moz-animation:blackbackground ease-out 5s;
    -o-animation:blackbackground ease-out 5s;
    animation:blackbackground ease-out 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	background-color:#000;
}
#SplashBackground{
	display:block;
	width:100%;
	height:100%;
	position:fixed;
	background-image:url(../CustomBuiltAmishFurniture/CustomHandCraftedAmishFurniture.jpeg);
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position:center center !important;
	z-index:1001;
}
#SplashLogo {
	display:block;
	position:fixed;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:100px;
	z-index:1002;
}
#Carousel{
	display:block;
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}
#PageTint {
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:rgba(0,0,0,0.8);
	-webkit-animation:sale 2s linear;
	-moz-animation:sale 2s linear;
    -o-animation:sale 2s linear;
    animation:sale 2s linear;
}
#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;
}
#PictureLabel {
	display:block;
	position: relative;
	width:100%;
	margin-bottom:0;
	margin-left:0%;
	margin-right:0%;
	margin-top:-100px;
	background-color:rgba(9,44,116,0.9);
}
.HeaderScript {
	color: #808080;
	font-size: 750%;
	font-family: Scripty, calibri, Tahoma, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	text-shadow: none;
	text-decoration:none;
}
#Products1 {
	width: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:150px;
	padding-bottom:150px;
}
#TableMargin2 {
	padding-top:75px;
	padding-bottom:0px;
}
.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;
}
#PortfolioBlock{
	display:block;
	width:25%;
	margin-left:0%;
	margin-right:0%;
	margin-top:0;
	margin-bottom:0;
	float:left;
}
#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:30%;
	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;
}
#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;
}
.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;
}
}
