@charset "utf-8";
img, object, embed,  {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* Mobile */
@media only screen and (min-width: 300px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 649px;
	min-width: 300px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:40px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:80%;
}
#StickySpace2{
	height:350px;
	
}
#TopSpace{
	height:100px;
}
#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-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;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:80%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: none;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color: transparent;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#228B22;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 150%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
#NaturalLogCabins {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#PittsburghLogCabins{
	display:block;
	position:absolute;
	height:auto;
	width:100%;
	font-size:60%;
	z-index:10000;
}


#LogCabinsSevenSprings1 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings2 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings3 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek1 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek2 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek4 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: none;
	margin-bottom:0px;
}

#LogCabinsDeepCreekPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:1%;
	width:20%;
	margin-left:79%;
	display:none;
	position: fixed;
	top: 51px;
	-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;
}
#LogCabinsDeepCreekPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:1%;
	width:20%;
	margin-left:79%;
	display:none;
	position: fixed;
	top: 18px;
	-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;
}
#WoodenPackagingPittsburghMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#LogCabinsDeepCreekMenu{
	display: none;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 33px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekMenu.stick{
	display: none;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 0px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekLogo{
	display: none;
	width: 20%;
	margin-left: 1%;
	margin-right: 79%;
	position: fixed;
	top: 35px;
	z-index: 900000;
	font-size: 95%;
	-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;
}
#LogCabinsDeepCreekLogo.stick{
	display: none;
	width: 20%;
	margin-left: 1%;
	margin-right: 79%;
	position: fixed;
	top: 2px;
	z-index: 900000;
	font-size: 95%;
	-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;
}
#PennsylvaniaLogCabinsMarg{
	width:100%;
	top:100%;
	position:absolute;
	z-index:1000;
}
#PennsylvaniaLogCabinsMarg2{
	width:100%;
	top:35%;
	position:absolute;
	z-index:100;
	font-size:70%;
}
#PittsburghWoodenPackagingServices{
	display: block;
	position: absolute;
	top: 30%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: solid medium #D72727;
	border-radius: 5px;
}
#LogCabinsDeepCreekbg{
	background-color: rgba(0,0,0,.4);
	display: none;
	width: 100%;
	height: 140px;
	position: absolute;
	z-index: 1;
	top: 0;
	z-index: 100000;
	-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;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#LogCabinsDeepCreekbg.stick{
	background-color: #000;
	display: none;
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 1;
	top: 0;
	z-index: 100000;
	-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;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#LogCabinsSevenSpringsNav{
	width: 100%;
	display: none;
	background-color: rgba(0,0,0,0.9);
	z-index: 100000;
	position: absolute;	
}
#LogCabinsSevenSpringsheadertab{
	position: relative;
	z-index:10000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display:block;
	background-color: #000;
	font-size:60%;
	
}


.navigation{
	position:fixed;
	z-index:1;
	top:50px;
}
.navigation li{
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: 1px solid black;
	text-align: left;
	width: 53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	top:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#LogCabinsSevenSpringsMon{
	display: none;
}
#LogCabinsSevenSpringsTab{
	display: block;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#LogCabinsSevenSpringsTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position:absolute;
	z-index:50;
	height:100%;
}
.LogCabinsSevenSprings{
	width:98%;
	margin-left:2%;
	margin-right:2%;
}
#LogCabinDeepCreekBtn{
	width:30%;
	margin-left:35%;
	margin-right:35%;
	background-color: rgba(5, 176, 0, .5);
	border: #05B000 medium solid;
	padding-top:15px;
	padding-bottom:15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif; ;
	font-size:200%;
	color:#FFF !important;
}
#LogCabinDeepCreekBtn:hover{
	background-color: #FFF;
	color:#05B000 !important;
}
#DeepCreekLogCabinsHt{
	width:100%;
	height:50px;
}
#SevenSpringsLogCabinBg{
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
}
.LogCabinsOaklandPittsburgh{
	width:98%;
	margin-left:1%;
	margin-right:1%;
	font-size:100%;
}
.LogDwellingsDeepCreekPg{
	width:98%;
	margin-left:2%;
	margin-right:0%;
	font-size:70%;
}
#DeepCreekBuilderBgAbout{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgContact{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome3.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgFloorPlans{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome6.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGallery{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder8.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGoldShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgServices{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome4.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgPlatinumPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
}

/* Tablet */

@media only screen and (min-width: 650px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 1000px;
	min-width: 650px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:50px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:80%;
}
#StickySpace2{
	height:350px;
	
}
#TopSpace{
	height:100px;
}
#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-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;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:80%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: none;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color: transparent;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#228B22;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
#NaturalLogCabins {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#PittsburghLogCabins{
	display:block;
	position:absolute;
	height:auto;
	width:100%;
	font-size:70%;
	z-index:10000;
}


#LogCabinsSevenSprings1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings3 {
	position:relative;
	float: left;
	margin-left: 27%;
	margin-right: 27%;
	width: 46%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek1 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek2 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek4 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: none;
	margin-bottom:0px;
}

#LogCabinsDeepCreekPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:1%;
	width:20%;
	margin-left:79%;
	display:none;
	position: fixed;
	top: 51px;
	-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;
}
#LogCabinsDeepCreekPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:1%;
	width:20%;
	margin-left:79%;
	display:none;
	position: fixed;
	top: 18px;
	-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;
}
#WoodenPackagingPittsburghMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#LogCabinsDeepCreekMenu{
	display: none;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 33px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekMenu.stick{
	display: none;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 0px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekLogo{
	display: none;
	width: 20%;
	margin-left: 1%;
	margin-right: 79%;
	position: fixed;
	top: 35px;
	z-index: 900000;
	font-size: 95%;
	-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;
}
#LogCabinsDeepCreekLogo.stick{
	display: none;
	width: 20%;
	margin-left: 1%;
	margin-right: 79%;
	position: fixed;
	top: 2px;
	z-index: 900000;
	font-size: 95%;
	-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;
}
#PennsylvaniaLogCabinsMarg{
	width:100%;
	top:70%;
	position:absolute;
	z-index:1000;
}
#PennsylvaniaLogCabinsMarg2{
	width:100%;
	top:50%;
	position:absolute;
	z-index:100;
	font-size:80%;
}
#PittsburghWoodenPackagingServices{
	display: block;
	position: absolute;
	top: 30%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: solid medium #D72727;
	border-radius: 5px;
}
#LogCabinsDeepCreekbg{
	background-color: rgba(0,0,0,.4);
	display: none;
	width: 100%;
	height: 140px;
	position: absolute;
	z-index: 1;
	top: 0;
	z-index: 100000;
	-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;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#LogCabinsDeepCreekbg.stick{
	background-color: #000;
	display: none;
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 1;
	top: 0;
	z-index: 100000;
	-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;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#LogCabinsSevenSpringsNav{
	width: 100%;
	display: none;
	background-color: rgba(0,0,0,0.9);
	z-index: 100000;
	position: absolute;	
}
#LogCabinsSevenSpringsheadertab{
	position: relative;
	z-index:10000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display:block;
	background-color: #000;
	font-size:80%;
	
}


.navigation{
	position:fixed;
	z-index:1;
	top:50px;
}
.navigation li{
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: 1px solid black;
	text-align: left;
	width: 53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	top:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#LogCabinsSevenSpringsMon{
	display: none;
}
#LogCabinsSevenSpringsTab{
	display: block;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#LogCabinsSevenSpringsTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position:absolute;
	z-index:50;
	height:100%;
}
.LogCabinsSevenSprings{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#LogCabinDeepCreekBtn{
	width:20%;
	margin-left:40%;
	margin-right:40%;
	background-color: rgba(5, 176, 0, .5);
	border: #05B000 medium solid;
	padding-top:15px;
	padding-bottom:15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif; ;
	font-size:200%;
	color:#FFF !important;
}
#LogCabinDeepCreekBtn:hover{
	background-color: #FFF;
	color:#05B000 !important;
}
#DeepCreekLogCabinsHt{
	width:100%;
	height:50px;
}
#SevenSpringsLogCabinBg{
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
}
.LogCabinsOaklandPittsburgh{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:100%;
}
.LogDwellingsDeepCreekPg{
	width:98%;
	margin-left:2%;
	margin-right:0%;
	font-size:100%;
}
#DeepCreekBuilderBgAbout{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgContact{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome3.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgFloorPlans{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome6.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGallery{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder8.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGoldShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgServices{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome4.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgPlatinumPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
}


/* Small Desktop */

@media only screen and (min-width: 1000px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 1000px;
	max-width: 1400px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:150px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
}
#StickySpace2{
	height:350px;
	
}
#TopSpace{
	height:100px;
}

#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-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;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 2%;
	margin-right:1%;
	width: 57%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:2%;
	width: 37%;
	display: block;
	font-size:100%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	z-index: 110;
	background-color: transparent;
}
#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;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 250%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
#NaturalLogCabins {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#PittsburghLogCabins{
	display:block;
	position:absolute;
	height:auto;
	width:100%;
	font-size:80%;
	z-index:0;
}


#LogCabinsSevenSprings1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek1 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek2 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek4 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}

#LogCabinsDeepCreekPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:1%;
	width:20%;
	margin-left:79%;
	display:block;
	position: fixed;
	top: 51px;
	-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;
}
#LogCabinsDeepCreekPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:1%;
	width:20%;
	margin-left:79%;
	display:block;
	position: fixed;
	top: 18px;
	-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;
}
#LogCabinsDeepCreekMenu{
	display: block;
	width: 55%;
	margin-right:25%;
	margin-left:20%;
	position: fixed;
	top: 33px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekMenu.stick{
	display: block;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 0px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekLogo{
	display: block;
	width: 20%;
	margin-left: 1%;
	margin-right: 79%;
	position: fixed;
	top: 3px;
	z-index: 900000;
	font-size: 95%;
	-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;
	background-image:url(../images/LogLoftsLTD.png);
	background-position:center center;
	background-size:contain;
	background-repeat: no-repeat;
	height:135px;
}
#LogCabinsDeepCreekLogo.stick{
	display: block;
	width: 20%;
	margin-left: 1%;
	margin-right: 79%;
	position: fixed;
	top: 2px;
	z-index: 900000;
	font-size: 95%;
	-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;
	height:70px;
}
#PennsylvaniaLogCabinsMarg{
	width:100%;
	top:90%;
	position:absolute;
	z-index:-5;
}
#PennsylvaniaLogCabinsMarg2{
	width:100%;
	top:50%;
	position:absolute;
	z-index:-5;
	font-size:90%;
}
#PittsburghWoodenPackagingServices{
	display: block;
	position: absolute;
	top: 30%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: solid medium #D72727;
	border-radius: 5px;
}
#LogCabinsDeepCreekbg{
	background-color: rgba(0,0,0,.4);
	display: block;
	width: 100%;
	height: 140px;
	position: absolute;
	z-index: 1;
	top: 0;
	z-index: 0;
	-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;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#LogCabinsDeepCreekbg.stick{
	background-color: #000;
	display: block;
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 1;
	top: 0;
	z-index: 0;
	-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;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#LogCabinsSevenSpringsNav{
	width: 100%;
	display: none;
	background-color: rgba(166,192,206,.9);
	z-index: 100000;	
	
}
#LogCabinsSevenSpringsheadertab{
	position: relative;
	z-index:10000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display:none;
	
}


.navigation{
	position:fixed;
	z-index:1;
	top:50px;
}
.navigation li{
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: 1px solid black;
	text-align: left;
	width: 53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	top:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#LogCabinsSevenSpringsMon{
	display: block;
}
#LogCabinsSevenSpringsTab{
	display: none;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#LogCabinsSevenSpringsTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position:absolute;
	z-index:-5;
	height:100%;
}
.LogCabinsSevenSprings{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#LogCabinDeepCreekBtn{
	width:16%;
	margin-left:42%;
	margin-right:42%;
	background-color: rgba(5, 176, 0, .5);
	border: #05B000 medium solid;
	padding-top:15px;
	padding-bottom:15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif; ;
	font-size:200%;
	color:#FFF !important;
}
#LogCabinDeepCreekBtn:hover{
	background-color: #FFF;
	color:#05B000 !important;
}
#DeepCreekLogCabinsHt{
	width:100%;
	height:100px;
}
#SevenSpringsLogCabinBg{
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
}
.LogCabinsOaklandPittsburgh{
	width:90%;
	margin-left:10%;
	margin-right:0%;
	font-size:100%;
}
.LogDwellingsDeepCreekPg{
	width:98%;
	margin-left:2%;
	margin-right:0%;
	font-size:100%;
}

#DeepCreekBuilderBgAbout{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgContact{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome3.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgFloorPlans{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome6.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGallery{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder8.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGoldShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgServices{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome4.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgPlatinumPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}

}

/* Desktop */

@media only screen and (min-width: 1400px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 1400px;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:200px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
}
#StickySpace2{
	height:300px;
	
}
#TopSpace{
	height:100px;
}

#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-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;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 2%;
	margin-right:1%;
	width: 57%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:2%;
	width: 37%;
	display: block;
	font-size:100%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 95%;
	z-index: 110;
	background-color: transparent;
}
#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;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 250%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
#NaturalLogCabins {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#PittsburghLogCabins{
	display:block;
	position:absolute;
	height: auto;
	width:100%;
	font-size:100%;
	z-index:0;
	
}


#LogCabinsSevenSprings1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsSevenSprings3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek1 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek2 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}
#LogCabinsDeepCreek4 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	display: block;
	margin-bottom:0px;
}

#LogCabinsDeepCreekPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:block;
	position: fixed;
	top: 50px;
	-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;
}
#LogCabinsDeepCreekPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:block;
	position: fixed;
	top: 17px;
	-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;
}
#WoodenPackagingPittsburghMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#LogCabinsDeepCreekMenu{
	display: block;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 38px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekMenu.stick{
	display: block;
	width: 50%;
	margin-right:25%;
	margin-left:25%;
	position: fixed;
	top: 5px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#LogCabinsDeepCreekLogo{
	display: block;
	width: 17%;
	margin-left: 0%;
	margin-right: 83%;
	position: fixed;
	top: 5px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-image:url(../images/LogLoftsLTD.png);
	background-position:center center;
	background-size:contain;
	background-repeat: no-repeat;
	height:140px;
}
#LogCabinsDeepCreekLogo.stick{
	display: block;
	width: 17%;
	margin-left: 0%;
	margin-right: 83%;
	position: fixed;
	top: 3px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:75px;
}
#PennsylvaniaLogCabinsMarg{
	width:100%;
	top:90%;
	position:absolute;
	z-index:-5;
}
#PennsylvaniaLogCabinsMarg2{
	width:100%;
	top:50%;
	position:absolute;
	z-index:-5;
	font-size:100%;
}
#PittsburghWoodenPackagingServices{
	display: block;
	position: absolute;
	top: 30%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border: solid medium #D72727;
	border-radius: 5px;
}
#LogCabinsDeepCreekbg{
	background-color: rgba(0,0,0,.4);
	display: block;
	width: 100%;
	height: 145px;
	position: absolute;
	z-index: 1;
	top: 0;
	z-index: 0;
	-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;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#LogCabinsDeepCreekbg.stick{
	background-color: #000;
	display: block;
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 1;
	top: 0;
	z-index: 0;
	-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;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#LogCabinsSevenSpringsNav{
	width: 100%;
	display: none;
	background-color: rgba(166,192,206,.9);
	z-index: 100000;	
	
}
#LogCabinsSevenSpringsheadertab{
	position: relative;
	z-index:10000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display:none;
	
}


.navigation{
	position:fixed;
	z-index:1;
	top:50px;
}
.navigation li{
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom: 1px solid black;
	text-align: left;
	width: 53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	top:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-position: bottom center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#LogCabinsSevenSpringsMon{
	display: block;
}
#LogCabinsSevenSpringsTab{
	display: none;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#LogCabinsSevenSpringsTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position:absolute;
	z-index:-5;
	height:100%;
}
.LogCabinsSevenSprings{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
#LogCabinDeepCreekBtn{
	width:16%;
	margin-left:42%;
	margin-right:42%;
	background-color: rgba(5, 176, 0, .5);
	border: #05B000 medium solid;
	padding-top:15px;
	padding-bottom:15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif; ;
	font-size:200%;
	color:#FFF !important;
}
#LogCabinDeepCreekBtn:hover{
	background-color: #FFF;
	color:#05B000 !important;
}
#DeepCreekLogCabinsHt{
	width:100%;
	height:100px;
}
#SevenSpringsLogCabinBg{
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
	height: 500px;
}
.LogCabinsOaklandPittsburgh{
	width:80%;
	margin-left:20%;
	margin-right:0%;
	font-size:100%;
}
.LogDwellingsDeepCreekPg{
	width:98%;
	margin-left:2%;
	margin-right:0%;
	font-size:100%;
}

#DeepCreekBuilderBgAbout{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgContact{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome3.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgFloorPlans{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome6.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGallery{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder8.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgGoldShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder2.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgServices{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekHome4.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgPlatinumPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/DeepCreekLogHome11.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#DeepCreekBuilderBgShellPackage{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
	background-image: url(../images/DeepCreekLogHome/LogHomeBuilder.jpg);
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
.DeepCreekBuilderZ{
	z-index:-5;
	position:relative;
}
}
