@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */

@font-face {
    font-family: 'AvantBook';
    src: url('AvantBook.eot');
    src: url('AvantBook.eot?#iefix') format('embedded-opentype'),
         url('AvantBook.woff') format('woff'),
         url('AvantBook.ttf') format('truetype'),
         url('AvantBook.svg#AvantBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'AvantBook', Helvetica, Aerial,sans-serif;
	font-size:13px;
	line-height:16px;
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	color: #9c9c9b;
	text-rendering: optimizeLegibility;
}

a img { 
	border: none;
}
/* ~~ SITE LINKS  ~~ */
a:link {
	color: #747372;
	text-decoration: none; 
}
a:visited {
	color: #747372;
	text-decoration: none;
}
a:hover, a:focus { 
	text-decoration: none;
	color:#00C513;
}

/* ~~ CONTAINER ~~ */
.container {
	width: 100%;
	text-rendering: optimizeLegibility;
	min-width:1140px;
	min-height:750px;
	max-height:1500px;
}
.sidebar {
	width:200px;
	float:left;
	margin:40px 0 0 40px;
}
/* ~~   HEADER    ~~ */
header {
	
}

/*    LOGO     */
.logo {
	padding-top:1px;
	padding-bottom:89px;
}

/* ~~ INTRO NAVIGATION ~~ */
.introNav {
	width:154px;
	border-top: 1px solid #FFF;
	line-height:26px;
	font-family: 'AvantBook';
	font-size:13px;
	color:#FFF;
	display:none;
}
ul.navIntro {
	list-style: none;
}
ul.navIntro li {
	border-bottom: 1px solid #FFF;
	padding-top:1px;
}
ul.navIntro a, ul.navIntro a:visited { 
	display: block;
	text-decoration: none;
	width:154px;
	color:#FFF;
}
ul.navIntro a:hover,  ul.navIntro a:focus, ul.navIntro li.over a{ 
	color:#00ffe4;
}
ul.navIntro li.active a {
	color: #000;
	text-decoration: none;
}
/*   INDEX PAGE    */
.introContainer {
	position:relative;
	width: 100%;
	max-width: 2000px;
	min-width: 768px; 
	z-index:20;
	text-rendering: optimizeLegibility;
}
.introLogo {
	padding-top:1px;
	padding-bottom:89px;
	display:none;
}



/*   MAIN  NAVIGATION    */


.mainNav {
	width:154px;
	border-top: 1px solid #bababa;
	line-height:26px;
	font-family: 'AvantBook';
	font-size:13px;
	color:#9c9c9b;
}


ul.nav {
	list-style: none;
}
ul.nav li {
	border-bottom: 1px solid #bababa;
	padding-top:1px;
}
ul.nav a, ul.nav a:visited { 
	display: block;
	text-decoration: none;
	width:154px;
	color:#9c9c9b;
}
ul.nav a:hover,  ul.nav a:focus, ul.nav li.over a{ 
	color:#000;
}
ul.nav li.active a {
	color: #555555;
	text-decoration: none;
}


/*    FULL SCREEN INTRO PIC    */

#bg {
	position:fixed; 
	z-index:1; 
	overflow:hidden; 
	top:0px; 
	left:0px;
}

#bgimg {
	display:none;
}

#preloader {
	position:relative; 
	/*z-index:2;*/ 
	width:32px; 
	top:50%; 
	margin:-32px auto;
}

/* ~~ PROJECTS THUMBNAILS ~~ */
.thumbContent {
	width:70%;
	float:left;
	max-width:1160px;
	margin:40px 0 0 88px;      /*sidebar is 200px   menu 154px*/
}
.thumb {
	width:287px;
	border-top: 1px solid #bababa;
	padding:28px 0 24px 0;
	float:left;
}
h2 {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#7f7f7f;
	padding-top:6px;
}

/* ~~ PROJECT PAGE ~~ */
.projectContent {
	width:70%;
	float:left;
	max-width:1400px;
	margin:40px 0 0 82px;      /*sidebar is 200px   menu 154px*/
}

#slideshow {
    position:relative;
	height: 80%;
}
#slideshow DIV {
   position:absolute;
   top:0;
   left:0;
    z-index:8;
    opacity:0.0;    
	filter: alpha(opacity=0);
	background-color: #e6e6e6;
}
#slideshow DIV.active {
    z-index:10;
    opacity:0.0;
	filter: alpha(opacity=0);
	background-color: #e6e6e6;
}
#slideshow DIV.last-active {
    z-index:9;
}
#slideshow DIV IMG {
	padding:0;
	width:auto;
	height: 100%;
	max-width: 100%;	
}
img {
	border:none;
}



.projectCaption {
	width:154px;
	margin-top:55px;
	font-size:12px;
	line-height:15px;
	border-top: 1px solid #bababa;
	padding-top:6px;
}

.projectCaption p {
	margin:0;
	padding:0;
}
h1 {
	color:#575757;
	padding-bottom:14px;
	font-size:12px;
}
.projectBack {
	padding-top:77px;
	color: #9c9c9b;
}
.projectBack a:link {
	color: #9c9c9b;
	text-decoration: none; 
}
.projectBack a:visited {
	color: #9c9c9b;
	text-decoration: none;
}
.projectBack a:hover, a:focus { 
	text-decoration: none;
	color: #747372;
}

.arrows {
	position: fixed;
	width:400px;
	right: 40px;
	bottom: 49px;
	margin:0;
	padding:0;
	height:16px;
	/*padding:28px 0 0 0px;
	display:none;*/
}
.leftControl {
  float:right;
  cursor: pointer;
}
.rightControl {
  	float: right;
	cursor: pointer;
}
.photoCaption {
	font-size:12px;
	width:250px;
	padding-top:0px;
	float:right;
	text-align:right;
	margin-right:30px;
}
.photoCaption p {
	margin:0;
	padding:0;
}
.photoNumbers {
	font-size:13px;
	width:64px;
	text-align:center;
	height:16px;
	margin:0 auto;
	padding:0px 0 0 0;
	
	float:right;
}
.photoNumbers p {
	margin:0;
	padding:0;
}

.footer {	
	position: fixed;
	width:200px;
	left: 40px;
	bottom: 40px;
	margin:0;
	padding:0;
}
.footerContent {
	margin:0;	
	padding:0;
	font-size:14px;
}
.planBox {
	height:21px;
	width:69px;
	float:left;
	text-align:center;
	border: 1px solid #9c9c9b;
	padding-top:6px;
	font-size: 12px;
}
.planBoxOn {
	height:21px;
	width:69px;
	float:left;
	text-align:center;
	border: 1px solid #9c9c9b;
	padding-top:6px;
	background-color:#9c9c9b;
	color:#FFF;
	font-size: 12px;
	margin-right:6px;
}
.imgBox {
	height:21px;
	width:69px;
	float:left;
	text-align:center;
	border: 1px solid #9c9c9b;
	font-size: 12px;
	padding-top:6px;
}

/* ~~ PROFILE ~~ */
.profileContent {
	width:570px;
	float:left;
	margin-right:73px;
	margin:188px 0 0 91px;      /*sidebar is 200px   menu 154px*/
}
.profileHead {
	width:274px;
	border-top: 1px solid #bababa;
	padding:4px 0 0 0;
	float:left;
}
.profileHead h1 {
	color:#555555;
	margin:0;
	padding:0;
}
h3 {
	color:#555555;
	margin:0;
	padding:0;
}
.profileBody {
	border-top: 1px solid #bababa;
	margin-top:15px;
	color:#555555;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 58px;
	padding-left: 0;
}
.profileImg {
	float:left;
	margin-left:73px;
	display:none;
}
.biid img {
	opacity:0.77;
	filter: alpha(opacity=0.77);
	padding-right:20px;
	float:left;
}


/* ~~ SERVICES ~~ */
.servicesContent {
	float:left;
	margin-top: 188px;
	margin-left: 91px;
	width:65%;
	max-width:910px;
}
.servicesHead {
	width:274px;
	border-top: 1px solid #bababa;
	float:left;
	margin-right:15px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
/*.servicesBody {
	border-top: 1px solid #bababa;
	margin-top:12px;
	padding-top: 4px;
}*/
.servicesImg {
	float:right;
	margin-left:5px;
	/*max-width:338px;
	min-width:230px;*/
	text-align:right;
	width:auto;
	display:none;
}


/* ~~ CONTACT ~~ */
.contactContent {
	float:left;
	margin:188px 0 0 91px; 
}
.contactHead {
	width:274px;
	border-top: 1px solid #bababa;
	padding:6px 0px 0 0;
	float:left;
	color:#555555;
}
.contactTel {
	border-top: 1px solid #bababa;
	padding:4px 0 0px 0;
	margin-top:41px;
}
.contactMob {
	border-top: 1px solid #bababa;
	padding:4px 0 0px 0;
	margin-top:19px;
}
.contactEmail {
	border-top: 1px solid #bababa;
	padding:4px 0 50px 0;
	margin-top:19px;
}

.bite {
	margin-top: 100px;
	}

.contactEmail a:link {
	color: #555;
	text-decoration: none; 
}
.contactEmail a:visited {
	color: #555;
	text-decoration: none;
}
.contactEmail a:hover, a:focus { 
	text-decoration: none;
	color:#00C513;
}
.bite a:link {
	color: #b1b1b1;
	text-decoration: none; 
}
.bite a:visited {
	color: #b1b1b1;
	text-decoration: none;
}
.bite a:hover, a:focus { 
	text-decoration: none;
	color:#00C513;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.social_media {
	margin-top: 20px;
}

.houzz {
	margin-right: 10px;
	float: left;
}

.face {
	margin-right: 10px;
	float: left;
}

.pintrest {
	margin-right: 10px;
	float: left;
}

.linkedin {
	margin-right: 10px;
	float: left;
	
}