* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

wrapper {
	width: 100%;
}




/* --------------- Overlay - NAV --------------- */




#hamburger {
	width: 30px;
	height: 20px;
	position: fixed;
	right: 11px;
	top: 11px;
	cursor: pointer;
	padding: 10px;
	transition: all 2s linear 1s;
	-moz-transition: all 2s linear 1s;
	-webkit-transition: all 2s linear 1s;
}

#hamburger span {
	width: 30px;
	height: 2px;
	background-color: #8cc7bc;
	margin-bottom: 7px;
	clear: both;
	display: block;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#hamburger:hover span {
	background-color: #ffffff;
}

#myNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: rgba(140,199,198, 1);
    overflow-x: hidden;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.menucontent {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menucontent a {
	padding: 10px;
    text-decoration: none;
    font-size: 28px;
    font-family: serif;
    font-style: italic;
    color: #ffffff;
    display: block;
    font-weight: 100;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.menucontent span {
	padding: 10px;
    text-decoration: none;
    font-size: 28px;
    font-family: serif;
    font-style: italic;
    color: #33394d;
    display: block;
/*     transition: 0.3s;	 */
    font-weight: 100;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.menucontent a:hover {
    color: #33394d;
}

#myNav .closebtn {
    position: absolute;
    right: 15px;
    top: 12px;
    text-decoration: none;
    font-size: 40px;
	color: #ffffff;
	font-family: Arial, sans-serif;
}

#myNav .closebtn:hover {
	color: #33394d;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;	
}

#closeleft {
	background-color: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	transform: rotate(45deg);
}

#closeright {
	background-color: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	transform: rotate(-45deg);
}


/* --------------- CONTACT OVERLAY --------------- */




.contactcontent {
	position: relative;
    top: 30%;
	width: 300px;
	text-align: center;
	margin: 0px auto;
	display: none;
}

.contactcontent a {
 	font-size: 22px;
	color: #ffffff;
	font-family: serif;
	text-decoration: none;
	transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    font-weight: 100;
}

.contactcontent a:hover {
	color: #33394d;
}

.contactcontent span {
	font-size: 19px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	font-weight: 100;
}

#email1 {
	font-style: italic;
}

#socialcontact {
	margin-top: 25px;
}

#facebookcontact {
	margin-right: 25px;
	margin-left: -63px;
}

#fbtwocontact {
	position: absolute;
	background-color: transparent;
	padding: 7px 12px 7px 12px;
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .7);
}

#facebookcontact:hover #fbtwocontact {
	background-color: #3a3f53;
	border-color: #3a3f53;
}

#houzzcontact {
}

#hztwocontact {
	margin-left: 25px;
	position: absolute;
	padding: 7px 9px 7px 9px;
	background-color: transparent;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .7);
}

#hzonecontact {
	margin-top: 20px;
	position: absolute;
	opacity: 0;
	transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#houzzcontact:hover #hztwocontact { 
	background-color: #3a3f53;
	border-color: #3a3f53;
}

#consult {
	width: 100px;
}

#consult p {
	color: #ffffff;
	font-family: serif;
	font-style: italic;
	margin-top: 68px;
	font-size: 24px;
	text-decoration: none;
	transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-top: .5px solid white;
    border-bottom: .5px solid white;
    padding: 30px 0px 30px 0px;
}

#consult p:hover {
	color: #33394d;
}



#return {
	margin-top: 50px;
}

#back {
	color: #ffffff;
	font-size: 20px;
	font-family: serif;
	font-weight: 100;
	font-style: italic;
	line-height: 25px;
	letter-spacing: .5px;
	text-decoration: none;	
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    margin-bottom: 48px;
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: fixed;
    bottom: -10px;
	margin-left: -20px;
}

#back img {
	width: 8px;
	height: 13px;
	opacity: 0;
	margin-right: -10px;
	margin-left: 0px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#back:hover {
	color: #33394d;
}

#back:hover img {
	margin-right: 4px;
	opacity: 1;
}





.contactcontent.show {
	visibility: visible;
}

.menucontent.hide {
	visibility: hidden;
}

.lock-scroll {
    overflow: hidden;
}

.unlock-scroll {
    overflow: visible;
}



/* --------------- NAV BAR --------------- */




#interiornavbar {
	background-color: #33394d;
	width: 100%;
	height: 62px;
	position: fixed;
	top: 0px;
	display: block;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	background-image: url("../images/homepage/patternTop3.jpg");
	background-repeat: repeat;
	z-index: 50;
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
}

#hamburgertwo {
	width: 30px;
	height: 20px;
	float: right;
	right: 15px;
	top: 15px;
	cursor: pointer;
	padding: 20px;
	transition: all 2s linear 1s;
	-moz-transition: all 2s linear 1s;
	-webkit-transition: all 2s linear 1s;
}

#hamburgertwo span {
	width: 30px;
	height: 2px;
	background-color: #8cc7bc;
	margin-bottom: 7px;
	clear: both;
	display: block;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#hamburgertwo:hover span {
	background-color: #ffffff;
}

#interiornavbar img {
	padding: 27px 0px 0px 25px;
}






/* --------------- LEFT PANEL  --------------- */


#content {
	width: 100%;
	overflow: hidden;
}

#leftpanel {
	width: 33.7%;
	height: 100%;
	position: fixed;
	background-image: url("../images/gallery/_universal/innerLeftPanel.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 62px;
	text-align: left;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#leftpanel h1 {
	color: #3a415a;
	font-weight: bold;
	font-family: serif;
	font-size: 25px;
	letter-spacing: 4px;
	margin-left: 25px;
	margin-top: 35px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#leftpanel h6 {
	color: #3a415a;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 100;
	margin-top: 8px;
	margin-bottom: 45px;
	line-height: 28px;
	margin-left: 25px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    margin-right: 15%;
}

#leftpanel p {
	margin-top: 40px;
}

#cta {
	color: #79b3a8;
	font-size: 20px;
	font-family: serif;
	font-weight: 100;
	font-style: italic;
	line-height: 25px;
	letter-spacing: .5px;
	text-decoration: none;	
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    margin-left: 25px;
    margin-top: 15%;
    margin-bottom: 48px;
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#cta img {
	width: 8px;
	height: 13px;
	opacity: 0;
	margin-right: -20px;
	margin-left: 8px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#cta:hover {
	color: #33394d;
}

#cta:hover img {
	margin-right: 2px;
	margin-left: -1px;
	opacity: 1;
}




/* --------------- IMAGES  --------------- */




#rightimages {
	width: 66%;
	float: right;
	margin-top: 62px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic1 {
	width: 100%;
	float: left;
	margin-bottom: .3%;
	background-image: url("../images/gallery/exteriorliving/pic1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic2 {
	width: 49.8%;
	float: left;
	margin-right: .3%;
	background-image: url("../images/gallery/exteriorliving/pic2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic3 {
	width: 49.9%;
	float: left;
	background-image: url("../images/gallery/exteriorliving/pic3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	margin-bottom: .3%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic4 {
	width: 100%;
	float: left;
	margin-bottom: .3%;
	background-image: url("../images/gallery/exteriorliving/pic4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic5 {
	width: 49.8%;
	float: left;
	margin-right: .3%;
	background-image: url("../images/gallery/exteriorliving/pic5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic6 {
	width: 49.9%;
	float: left;
	background-image: url("../images/gallery/exteriorliving/pic6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	margin-bottom: .3%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic7 {
	width: 100%;
	float: left;
	margin-bottom: .3%;
	background-image: url("../images/gallery/exteriorliving/pic7.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic8 {
	width: 49.8%;
	float: left;
	margin-right: .3%;
	background-image: url("../images/gallery/exteriorliving/pic8.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic9 {
	width: 49.9%;
	float: left;
	background-image: url("../images/gallery/exteriorliving/pic9.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	margin-bottom: .3%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic10 {
	width: 100%;
	float: left;
	margin-bottom: .3%;
	background-image: url("../images/gallery/exteriorliving/pic10.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic11 {
	width: 49.8%;
	float: left;
	margin-right: .3%;
	background-image: url("../images/gallery/exteriorliving/pic11.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#pic12 {
	width: 49.9%;
	float: left;
	background-image: url("../images/gallery/exteriorliving/pic12.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 56%;
	margin-bottom: .3%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}





/* --------------- REQUEST CONSULTATION --------------- */



#request {
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 50;
}

#request p {
	width: 100%;
	color: #393f52;
	background-color: #8cc7bc;
	padding: 35px 0px 30px 0px;
	font-family: serif;
	font-style: italic;
	font-size: 22px;
	letter-spacing: .5px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#request p:hover {
	color: #ffffff;
	background-color: #7cb8ac;
}




/* --------------- FOOTER --------------- */




#footer {
	width: 100%;
	text-align: center;
	background-color: #33394d;
	overflow: hidden;
	background-image: url("../images/homepage/patternTop3.jpg");
	background-repeat: repeat;
	padding-top: 88px;
	padding-bottom: 70px;
	position: relative;
	z-index: 50;
}

#footer section {
	max-width: 1300px;
/* 	width: 100%; */
	height: 156px;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

#footernav {
	width: 110px;
	float: left;
	position: absolute;
	left: 5%;	
	top: -6px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#currentpage {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	display: block;
	text-align: left;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 1px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.nonpage {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: serif;
	display: block;
	text-align: left;
	line-height: 31px;
	font-weight: 100;
	letter-spacing: 1px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
	font-style: italic;
}

.nonpage:hover {
	color: #8cc7bc;
}

#currentpage:hover {
	color: #8cc7bc;
}

#currentpage {
	color: #8cc7bc;
}

#footerbranding {
	width: 150px;
	margin: 0% 48% 0% 43%;
	position: absolute;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#footerbranding p {
	margin-top: 10px;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 100;
}

#footercontact {
	width: 190px;
	float: left;
	text-align: right;
	position: absolute;
	right: 5%;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

h6 {
	color: #ffffff;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bolder;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

#footercontact p {
	color: #ffffff;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

#footercontact a {
	color: #ffffff;
	font-size: 15px;
	font-family: serif;
	font-weight: 100;
	letter-spacing: 1px;
/* 	margin-bottom: 14px;	 */
	text-decoration: none;
}

#email {
	margin-bottom: 10px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    font-style: italic;
}

#email:hover {
	color: #8cc7bc;
}

#social {
	margin-top: 14px;
/* 	width: 100px; */
	height: 40px;
	display: block;
	float: right;
}

#facebook {
	width: 30px;
	height: 30px;
}

#fbone {
	padding: 7px 12px 7px 12px;
	background-color: transparent;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .5);
}

#facebook:hover #fbone {
	background-color: #86bfb4;
    border-color: #86bfb4;
}

#houzz {
	width: 18px;
	height: 20px;
}

#hzone {
	padding: 7px 9px 7px 9px;
	background-color: transparent;
/* 	margin-right: -8px; */
	margin-left: 10px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .5);
}

#houzz:hover #hzone {
	background-color: #86bfb4;
    border-color: #86bfb4;
}





/* --------------- RESPONSIVE --------------- */





@media (max-width:980px){
	
	#footerbranding {
		margin-left: 42%;
	}
	
}

@media (max-width:834px){
	
	#footerbranding {
		margin-left: 41%;
	}
	
}
	
@media (max-width:813px){
	
	#footerbranding {
		margin-left: 39%;
	}
	
}


@media (max-width:768px) {	
	
	#pic2, #pic3, #pic5, #pic6, #pic8, #pic9 {
		width: 100%;
		padding-top: 100%;
		margin-bottom: .3%;
	}
	
	#leftpanel h1 {
		font-size: 20px;
	}
	
	#cta {
		font-size: 16px; 
	}
	
	#cta img {
		width: 7px;
		height: 11px; 
	}

	#leftpanel h6 {
		font-size: 12px;
	}
	
	/* 	FOOTER RESIZE */
	
	#footer section {
		height: 620px;
		text-align: center;
		padding-bottom: 100px;
	}
	
	#footernav {
		width: 90%;
/* 		margin-right: 10%; */
/* 		margin: 0px auto; */
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}
	
	#currentpage {
		text-align: center;
		font-size: 22px;		
		line-height: 45px;
	}
	
	.nonpage {
		text-align: center;
		font-size: 22px;		
		line-height: 45px;
	}
	
	#footercontact {
		width: 90%;
		float: none;
		text-align: center;
/* 		margin-left: 10%; */
		margin-top: 250px;
/* 		margin: 0px auto; */
	}
	
	h6 {
		font-size: 17px;
		margin-bottom: 26px;
		margin-top: 50px;
		letter-spacing: 1px;
	}
	
	#footercontact p {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 30px;
		margin-bottom: 14px;
	}

	#footercontact a {
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	#footerbranding {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 580px;
	}
	
	#social {
		float: inherit;
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 30px;
	}
	
	#facebook {
		margin-right: 15px;
		margin-left: 5px;
	}

}



@media (max-width:770px) {

}

/*
@media (max-width:740px){
	
	#footer section {
		height: 350px;
		overflow: visible;
	}
	
	#footerbranding {
		display: block;
		float: none;
		margin-top: 240px;
	}
}
*/

@media (max-width:650px) {
	
	#leftpanel {
		width: 100%;
		height: 216px;
		position: inherit;
		padding-top: 1px;
		background-image: url("../images/homepage/fabricIntro_3.png");
		background-position: center bottom;
		z-index: 5;
		position: relative;
		padding-bottom: 100px;
	}
	
	#rightimages {
		width: 100%;
		margin-top: -10px;
	}
	
	#leftpanel h1 {
		font-size: 25px;
	}
	
	#leftpanel h6 {
		font-size: 14px;
	}
	
	#leftpanel p {
		margin-top: 40px;
	}
	
	#cta {
		font-size: 20px;
	}
	
	#cta img {
		width: 8px;
		height: 13px;
	}

}

@media (max-width:588px) {
	
	#leftpanel {
		padding-bottom: 125px;
	}
}

@media (max-width:586px){

	#logo {
		width: 200px;
		height: 167px;
	}
}	
	
@media (max-width:500px){
			
	#pic1, #pic2, #pic3, #pic4, #pic5, #pic6, #pic7, #pic8, #pic9, #pic10 {
		margin-top: .5% !important;
	}
	
	#pic13 {
		margin-bottom: .5%;
	}
}

@media (max-width:484px) {
	
	#leftpanel {
		padding-bottom: 150px;
	}
}


@media (max-width:414px){
	
	#phone {
		font-style: italic;
	}
}

@media (max-width:402px) {
	
	#leftpanel {
		padding-bottom: 175px;
	}
}

@media (max-width:366px) {
	
	#leftpanel {
		padding-bottom: 200px;
	}
}

@media (max-width:318px) {
	
	#leftpanel {
		padding-bottom: 225px;
	}
}

@media (max-width:294px) {
	
	#leftpanel {
		padding-bottom: 275px;
	}
}

@media (max-width:250px) {
	
	#leftpanel {
		padding-bottom: 350px;
	}
}


	
	
/* --------------- ANIMATIONS --------------- */
	
	
	
@keyframes scrollarrow {
	
    0%  {
	    bottom: 5%;
	}
    
    50% {
	    bottom: 3%;
	    
    }
    100% {
	    bottom: 5%;
	    
    }
}
	
	
	
	
	
	











