@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 250px) {
#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%;
	float:left;
	margin-right:0%;
	margin-left:0;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#LogoHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:15%;
	float:left;
	margin-right:0%;
	margin-left:5%;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#Header {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:right;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#HeaderHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:10px;
	position:relative;
	max-width:none;
	font-size:90%;
}
#Navbar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:300px;
}
#NavbarHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#PhoneNumber {
	-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: transparent;
}
#Phone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
}
#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%;
	height:100%;
	margin-left: 0%;
	margin-right: 0%;
	right:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:left;
	max-width: inherit;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	font-size: 90%;
	-webkit-animation: slideInLeft ease-in-out 0.5s;
	-moz-animation: slideInLeft ease-in-out 0.5s;
	-o-animation: slideInLeft ease-in-out 0.5s;
	animation: slideInLeft ease-in-out 0.5s;
}
#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: relative;
	top: 0;
	left: 0;
	margin-top:0px;
	margin-left:0%;
	margin-right:0%;
	width: 100%;
	background-color: transparent;
	background-image:url(../CustomBuiltAmishFurniture/CustomFurniture.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position: center center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 10px;
	width: 90%;
	display: block;
	font-size:100%;
}
#BodyLeftLg {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightSm {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 45px;
	margin-bottom: 0px;
	width: 20%;
	display: block;
	font-size:100%;
}		
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top:50px;
	margin-bottom: 10px;
	width: 90%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 15%;
	margin-right:15%;
	width: 70%;
	display: block;
	font-size:100%;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffd966;
	border-radius:25px;
	border: inset 1px #000000;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#OakHillFurnitureD1{
	position: absolute;
	top: 0px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 60%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: transparent;
	overflow: visible;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#FreeSpeech {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#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;
}
.MainBodyWhite {
	color: #c4cccf;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.MainBodyWhiteTitle {
	color: #c4cccf;
	font-size: 200%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#PeopleOnline {
	margin-bottom:5%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5%;
	width:96%;
	font-size:70%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#PeopleOnline2 {
	margin-bottom:0%;
	margin-left:2%;
	margin-right:2%;
	margin-top:0%;
	width:100%;
	height:100%;
	font-size:70%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#VideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display:none;
	z-index:-1;
	background-image:none;
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#NoneVideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#CustomBuiltFurniture {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#SplashScreen {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:500;
	background-color:#FFF;
}
#SplashLogo {
	display:block;
	position: absolute;
	width:50%;
	margin-bottom:0;
	margin-left:25%;
	margin-right:25%;
	margin-top:10%;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	font-size:100%;
}
#SplashText {
	display:block;
	position:absolute;
	width:100%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:10%;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:10%;
	font-size:80%;
}
#PhoneVideo {
	display: block;
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:0;
	margin-top:0;
}
#TabletVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#SmallDesktopVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#DesktopVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}	
}

/* Tablet */

@media only screen and (min-width: 750px) {
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:30%;
	float:left;
	margin-right:0%;
	margin-left:0;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#LogoHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:150px;
	float:left;
	margin-right:0%;
	margin-left:5%;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#Header {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:70%;
	float:right;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#HeaderHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
	font-size:120%;
}
#Navbar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#NavbarHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#PhoneNumber {
	-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: transparent;
}
#Phone {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
}
#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%;
	height:100%;
	margin-left: 0%;
	margin-right: 0%;
	left:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:left;
	max-width: 400px;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: 0px 0px 10px #475f85;
	-webkit-box-shadow: 0px 0px 10px #475f85;
	box-shadow: 0px 0px 10px #475f85;
	font-size: 90%;
	-webkit-animation: slideInLeft ease-in-out 0.5s;
	-moz-animation: slideInLeft ease-in-out 0.5s;
	-o-animation: slideInLeft ease-in-out 0.5s;
	animation: slideInLeft ease-in-out 0.5s;
}
#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: relative;
	top: 0;
	left: 0;
	margin-top:0px;
	margin-left:0%;
	margin-right:0%;
	width: 100%;
	background-color: transparent;
	background-image:url(../CustomBuiltAmishFurniture/CustomFurniture.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position: center center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 10px;
	width: 90%;
	display: block;
	font-size:100%;
}
#BodyLeftLg {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightSm {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 60px;
	margin-bottom: 0px;
	width: 20%;
	display: block;
	font-size:100%;
}		
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top:50px;
	margin-bottom: 10px;
	width: 90%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left:20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffd966;
	border-radius:25px;
	border: inset 1px #000000;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#OakHillFurnitureD1{
	position: absolute;
	top: 0px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 70%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: transparent;
	overflow: visible;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#FreeSpeech {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#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;
}
.MainBodyWhite {
	color: #c4cccf;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.MainBodyWhiteTitle {
	color: #c4cccf;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:30px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 300%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#PeopleOnline {
	margin-bottom:5%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5%;
	width:90%;
	font-size:70%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#PeopleOnline2 {
	margin-bottom:0%;
	margin-left:5%;
	margin-right:5%;
	margin-top:0%;
	width:90%;
	height:100%;
	font-size:70%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#VideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: none;
	z-index:-1;
	background-image:none;
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#NoneVideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#CustomBuiltFurniture {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#SplashScreen {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:500;
	background-color:#FFF;
}
#SplashLogo {
	display:block;
	position: absolute;
	width:60%;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:10%;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	font-size:100%;
}
#SplashText {
	display:block;
	position:absolute;
	width:100%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:120px;
	font-size:100%;
}
#PhoneVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#TabletVideo {
	display: block;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#SmallDesktopVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#DesktopVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}	
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
#Logo {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:30%;
	float:left;
	margin-right:0%;
	margin-left:0;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#LogoHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:150px;
	float:left;
	margin-right:0%;
	margin-left:10%;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#Header {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:70%;
	float:right;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#HeaderHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width: 60%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
	font-size:100%;
}
#Navbar {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#NavbarHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:80%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#PhoneNumber {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
}
#Phone {
	-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: transparent;
}
#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%;
	height:100%;
	margin-left: 0%;
	margin-right: 0%;
	left:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:right;
	max-width:400px;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: 0px 0px 10px #475f85;
	-webkit-box-shadow: 0px 0px 10px #475f85;
	box-shadow: 0px 0px 10px #475f85;
	font-size: 100%;
	-webkit-animation: slideInLeft ease-in-out 0.5s;
	-moz-animation: slideInLeft ease-in-out 0.5s;
	-o-animation: slideInLeft ease-in-out 0.5s;
	animation: slideInLeft ease-in-out 0.5s;
}
#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: relative;
	top: 0;
	left: 0;
	margin-top:0px;
	margin-left:0%;
	margin-right:0%;
	width: 100%;
	background-color: transparent;
	background-image:url(../CustomBuiltAmishFurniture/CustomFurniture.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position: center center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 10px;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyLeftLg {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightSm {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 75px;
	margin-bottom: 0px;
	width: 20%;
	display: block;
	font-size:100%;
}		
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 40%;
	display: block;
	font-size:90%;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:#ffd966;
	border-radius:25px;
	border: inset 1px #000000;
	max-width:400px;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#OakHillFurnitureD1{
	position: absolute;
	top: 0px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: transparent;
	overflow: visible;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#FreeSpeech {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#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;
}
.MainBodyWhite {
	color: #c4cccf;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.MainBodyWhiteTitle {
	color: #c4cccf;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:30px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 350%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#PeopleOnline {
	margin-bottom:5%;
	margin-left:10%;
	margin-right:10%;
	margin-top:5%;
	width:80%;
	font-size:90%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#PeopleOnline2 {
	margin-bottom:0%;
	margin-left:10%;
	margin-right:10%;
	margin-top:0%;
	width:80%;
	height:100%;
	font-size:90%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#VideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display:block;
	z-index:-1;
	background-image:none;
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#NoneVideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display:none;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#CustomBuiltFurniture {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: 100% 100%;
	background-attachment:fixed;
}
#SplashScreen {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:500;
	background-color:#FFF;
}
#SplashLogo {
	display:block;
	position: absolute;
	width:60%;
	margin-bottom:0;
	margin-left:20%;
	margin-right:20%;
	margin-top:10%;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	font-size:100%;
}
#SplashText {
	display:block;
	position:absolute;
	width:100%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:120px;
	font-size:100%;
}
#PhoneVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#TabletVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#SmallDesktopVideo {
	display: block;
	width:100%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#DesktopVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}		
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#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:25%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:10px;
	position: relative;
	max-width: 400px;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#LogoHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:150px;
	float:left;
	margin-right:0%;
	margin-left:10%;
	margin-top:10px;
	position: relative;
	max-width: inherit;
	min-width: inherit;
	height: auto;
	font-size: 50%;
	background-image: none;
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
#Header {
	-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:75%;
	float:right;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
}
#HeaderHome {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display:block;
	width:60%;
	float:left;
	margin-right:0%;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:none;
	font-size:100%;
}
#Navbar {
	-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%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#NavbarHome {
	-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%;
	float:right;
	margin-right:5px;
	margin-left:0%;
	margin-top:0px;
	position:relative;
	max-width:250px;
}
#PhoneNumber {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	display: block;
	width: 100%;
	margin-right:0%;
	margin-left:0%;
	position: relative;
	float:right;
	top: 0px;
	right:0;
	font-size: 130%;
	z-index:100;
	background-color: transparent;
}
#Phone {
	-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: transparent;
}
#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%;
	height:100%;
	margin-left: 0%;
	margin-right: 0%;
	left:0;
	display: none;
	background-color: rgba(0,0,0,.9);
	z-index: 500;
	position: fixed;
	float:left;
	max-width:400px;
	margin-top: 0px;
	padding-top:0px;
	-moz-box-shadow: 0px 0px 10px #475f85;
	-webkit-box-shadow: 0px 0px 10px #475f85;
	box-shadow: 0px 0px 10px #475f85;
	font-size: 100%;
	-webkit-animation: slideInLeft ease-in-out 0.5s;
	-moz-animation: slideInLeft ease-in-out 0.5s;
	-o-animation: slideInLeft ease-in-out 0.5s;
	animation: slideInLeft ease-in-out 0.5s;
}
#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: relative;
	top: 0;
	left: 0;
	margin-top:0px;
	margin-left:0%;
	margin-right:0%;
	width: 100%;
	background-color: transparent;
	background-image:url(../CustomBuiltAmishFurniture/CustomFurniture2.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position: center center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.TableTint {
	background-color:rgba(0,0,0,0.6);
	height:400px;
}
#BodyLeft {
	float: left;
	margin-left: 0%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom:0px;
	width: 45%;
	display: block;
	font-size:100%;
}
#BodyLeftLg {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	margin-top:0px;
	margin-bottom: 0px;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightSm {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	margin-top: 90px;
	margin-bottom: 0px;
	width: 20%;
	display: block;
	font-size:100%;
}	
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 45%;
	display: block;
	font-size:100%;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	margin-top:0px;
	margin-bottom:0px;
	width: 100%;
	display: block;
	font-size:100%;
	background-color:#ffd966;
	border-radius:25px;
	border: inset 1px #000000;
	max-width:400px;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
	padding-top:100px;
}
#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;	
}
#OakHillFurnitureD1{
	position: absolute;
	top: 0px;
	margin-top: 0;
	width: 100%;
	display: block;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 99;
	background-color: transparent;
	overflow: visible;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#FreeSpeech {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#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;
}
.MainBodyWhite {
	color: #c4cccf;
	font-size: 250%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:50px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.MainBodyWhiteTitle {
	color: #c4cccf;
	font-size: 300%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
	margin:0px;
	text-shadow: 0px 0px 11px #000;
	text-decoration:none;
}
.BigMainBodyWhiteHome {
	color: #FFF;
	font-size: 400%;
	font-family: TitleFont, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	margin:0px;
}
#PeopleOnline {
	margin-bottom:0%;
	margin-left:5%;
	margin-right:5%;
	margin-top:1%;
	width:90%;
	font-size:100%;
	min-height: 600px;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#PeopleOnline2 {
	margin-bottom:0%;
	margin-left:10%;
	margin-right:10%;
	margin-top:0%;
	width:80%;
	height:100%;
	font-size:100%;
	min-height: inherit;
	display: block;
	position: relative;
	background-color:rgba(255,255,255,1);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#VideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display:block;
	z-index:-1;
	background-image:none;
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#NoneVideoBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display:none;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: auto 100%;
	background-attachment:fixed;
}
#CustomBuiltFurniture {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:-1;
	background-image: url(../CustomBuiltAmishFurniture/CustomAmishFurniture.jpg);
	background-position:center center;
	background-size: 100% 100%;
	background-attachment:fixed;
}
#SplashScreen {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	display: block;
	z-index:500;
	background-color:#FFF;
}
#SplashLogo {
	display:block;
	position: absolute;
	width:70%;
	margin-bottom:0;
	margin-left:15%;
	margin-right:15%;
	margin-top:10%;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	font-size:100%;
}
#SplashText {
	display:block;
	position:absolute;
	width:100%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:10%;
	font-size:100%;
}
#PhoneVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#TabletVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#SmallDesktopVideo {
	display: none;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
#DesktopVideo {
	display:block;
	width:100%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:0;
	margin-top:0;
}
}