@charset "UTF-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
h1, h2, h3, h4, h6, h5, p, blockquote   {
	color: #808080;
	line-height: 1.45;

}
  
p {
	font-weight: 300;
	font-size: 0.9375em;          /* 15px / 16px = .9375em */
	line-height: 1.25em;
}
b {
	font-weight: 400;
}
i {
	font-style: italic;
}
blockquote {
	text-align: center;
	font-size: 1.25em;          /* 20px / 16px = 1.25em */
	font-weight: 400;
	line-height: 1.5em;
	margin-top: -.5em;
	margin-bottom: -0.5em;
}
h1 {
	font-size: 1.625em;
	font-weight: 400;
	color: #F90;
}
h2 {
	font-size: 1.625em;
	font-weight: 400;
}
h3 {
	font-size: 1.2em;          /* 18px / 13px = 1.385em */
	font-weight: 300;
}
h4 {
	font-size: 1em;          /* 16px / 16px = 1em */
	font-weight: 400;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: .75em;
}
.workTitle {
	margin-bottom: -0.5em;
	line-height: 1.1em;
}
.workSubTitle {
	color: #F90;
	letter-spacing: 0.2em;
	font-size: 0.95em;
}
.workWebLink {
	color: #F90;
	letter-spacing: 0.03em;
	font-size: 1.2em;
	text-decoration: none;
}
ol, ul {
	font-weight: 300;
	font-size: 0.9375em;          /* 15px / 16px = .9375em */
	line-height: 1.25em;
}




img, object, embed, video {
	max-width: 100%;
}
.clearall {
	clear: both;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.logoMhome {
	width: 47%;
	margin-left: 26.4%;
	margin-top: 20%;
}

.menuIconHome {
	width: 47%;
	margin-top: 85%;
	margin-left: -215%;
}

.logoMhomeSm {
	width: 23%;
	margin-left: 5%;
	margin-top: 4%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		2-4;
	dw-num-cols-desktop:	4;
	dw-gutter-pixels:	20px;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Desktop Layout: 768px to a max of 1160px. */


.gridContainer {	
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1160px;
	padding-left: 1.72%;
	padding-right: 1.72%;
	position: relative;

}
#boxLogoWrap {
}

#box1LogoCont {
	display: inline-block;
	clear: none;
	float: left;
	width: 22.8448%;			/*  265px / 1160px  */
	margin-top: 1.6%;		/*  20px / 1160px  */
	margin-right: 1.72%;
	position: relative;
}
#box1logoHt {
    padding-top: 100%;
}
#box1logo  {
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #F90;
}

/* ==================================================*/


#box1LogoContSm {
	display: none;
	position: relative;
	clear: none;
	float: left;
	width: 96.5%;			/*  265px / 1160px  */
	margin-top: 1.72%;		/*  20px / 1160px  */
	margin-right: 1.72%;
}
#box1logoHtSm {
	display: none;
    padding-top: 20%;
}
#box1logoSm  {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F90;
}


/*================================= MENU =================================*/


#navMenu {
	position: relative;
	float: left;
	width: 22.8448%;
}
	
#menu-toggle {
	color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


ul.simple-toggle {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: lighter;
}
ul.simple-toggle li {
	display: block;
	text-align: left;
}

ul.simple-toggle li a {
	display: block;
	text-decoration: none;
	color: #808080;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 20px;
}

ul.simple-toggle li a:hover {
	color: #F90;
}


.anchor-link {
	display: none;
	text-align: right;
	text-align: center;
	text-decoration: none;
	float: right;
	position: absolute;
	clear: both;
}

	ul.simple-toggle {
	display: none;
}
	
	
	.anchor-link {
	display: block;
}

    ul.open {
	background-color: rgba(255,255,255,0.8);
	display: block;
	position: absolute;
	width: 100%;
	z-index: 500;
	margin-top: 107.5%;
	left: -107.5%;
	font-size: 4em;
	}

/* For IE8 */
  .ie8 ul.open {	
  	display: block;
	position: absolute;
	width: 100%;
	z-index: 500;
	margin-top: 107.5%;
	left: -107.5%;
	font-size: 4em;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCffffff', endColorstr='#CCffffff');
	}
 
/*================================= END MENU =================================*/


#box2textCont {
	display: inline-block;
	position: relative;
	clear: none;
	float: left;
	width: 47.41379%;			/*  550px / 1160px  */
	margin-top: 1.72%;
	margin-right: 1.72%;
}
#box2textHt {
    padding-top: 48%;
}
#box2text  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f2f2f2;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
}
#box2text h3 {
	font-size: 1.5em;
}

#box2textLongCont {
	display: inline-block;
	position: relative;
	clear: none;
	float: left;
	width: 71.9827%;			/*  835px / 1160px  */
	margin-top: 1.72%;
	margin-right: 1.72%;
}
#box2textLongHt {
	padding-top: 32%;
}
#box2textLong  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f2f2f2;
	padding-top: 2%;
	padding-left: 3.5%;
	padding-right: 3%;
}
.contactMap {
	width: 71.9827%;
	float: left;
	background-color: #f2f2f2;
	margin-top: 1.72%;
}
#box2textLong h1 {
	font-size: 1.2em;
	margin-bottom: -0.3em;
	margin-top: 0em;
}
#box2textLong h3 {
	font-size: 0.85em;
	margin-bottom: -0.6em;
}
.contentHalf {
	display: inline-block;
	clear: none;
	float: left;
	width: 33%;
	padding-left: 2.3%;
	padding-right: 4%;
}
.contentHalf h1{
	margin-bottom: -0.6em;
}
.content3long {
	display: inline-block;
	clear: none;
	float: left;
	width: 68%;
	padding-left: 2.3%;
}
#boxServices {
	display: inline-block;
	float: left;
	width: 33%;
	height: 300px;
}
#boxServices h4{
	line-height: 1.6em;
	font-weight: 600;
	padding-left: 10%;
	background-image: url(images/serviceBrackets.png);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 4%;
	width: 120%;
}
.imageServices {
	width: 97%;
}
.proContainer {
	width: 97%;
	height: 100%;
	clear: both;
	padding-top: 5%;
	margin-right: auto;
	margin-left: auto;
}

/*  progress bar  */
.progress-container {
	width: 97%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.progress-selected {
	display: block;
	position: absolute;
	background-image: url(images/proBracket.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 165px;
	margin-top: 3%;
	margin-left: 10%;
}

.item-number {
	display: block;
	position: absolute;
	z-index: 5;
	font-size: 1.2em;
	font-weight: 400;
	color: #999;
	text-decoration: none;
	text-align: center;
	width: 165px;
	margin-left: 10%;
	height: 130px;
	background-image: url(images/proIconDef.png);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}

.item-number:nth-child(2) {
	margin-left: 30%;
	background-image: url(images/proIconRea.png);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
.item-number:nth-child(3) {
	margin-left: 49%;
	background-image: url(images/proIconCre.png);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
.item-number:nth-child(4) {
	margin-left: 70%;
	background-image: url(images/proIconDel.png);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#main-contentWrap {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*  main content  */
.main-content {
	/*	width: 85%;*/
	height: 100%;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 400;
	padding-top: 20%;
	text-align: center;
/*	margin-right: auto;
	margin-left: auto;*/
}
.floatLfPro {
	float: left;
	padding-top: 20%;
}
.floatRtPro {
	float: right;
	padding-top: 20%;
}

.content-switcher {
	display: none;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.content-switcher:first-child {
	display: inline-block;
}

#boxScrollCont {
	display: inline-block;
	position: relative;
	clear: none;
	float: right;
	width: 22.8448%; 			/*  265px / 1160px  */
	margin-top: 1.72%;
	margin-right: 3.5%;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 300;
}
#boxScrollHt {
    padding-top: 100%;
}
#boxScroll  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F90;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
}
.textItem {
	color: #FFF;
	list-style-type: none;
	font-size: 4.5em;
	line-height: 1em;
	font-weight: 600;
	position: absolute;
	display: none;
}
#quotes {
	position: relative;
}
.scrollTitle  {
	font-size: 5.5em;
	font-weight: 600;
	color: #FFF;
	line-height: 1em;
	list-style-type: none;
	margin-bottom: .75em;
	padding-top: 0.75em;
}
#boxScroll ul {
	margin-left: -16%;
}
.imageHolderNone {
	clear: none;
	float: left;
	position: relative;
	width: 22.8448%; 			/*  265px / 1160px  */
	display: block;
	padding-right: 1.72%;
	padding-top: 1.72%;
	margin-left: 0;
} 



.imageHolder {
	clear: none;
	float: left;
	position: relative;
	width: 22.8448%; 			/*  265px / 1160px  */
	display: block;
	padding-right: 1.72%;
	padding-top: 1.72%;
	margin-left: 0;
} 
 
.imageHolder .caption {
	opacity: 0;
	position: absolute;
	width: 93.5%;
	height: 93.5%;
	top: 7%;
	left: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
	text-decoration: none;
} 
.imageHolder:hover .caption {
	opacity: 0.9;
}
.caption h3  {
	font-size: 4em;
	color: #FFF;
	font-weight: 300;
	margin-top: 10%;
	line-height: 1em;
}
.caption p  {
	font-size: 2em;
	color: #FFF;
	font-weight: 600;
	margin-top: -7%;
}
.caption h4  {
	font-size: 2.2em;
	color: #FFF;
	font-weight: 300;
	margin-top: 20%;
	letter-spacing: 0.2em;
}
.caption pre {
	color: #FFF;
	font-size: 16em;
	font-weight: 400;
	text-align: center;
	left: 9%;
	position: absolute;
	margin-top: -47%;
}




.imageHolderFive {
	clear: none;
	float: right;
	position: relative;
	width: 22.8448%; 			/*  265px / 1160px  */
	display: block;
	padding-right: 1.72%;
	padding-top: 1.72%;
	margin-left: 0;
} 
.imageHolderFive .captionFive {
	opacity: 0;
	position: absolute;
	width: 93.5%;
	height: 93.5%;
	top: 7%;
	left: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
	text-decoration: none;
} 
.imageHolderFive:hover .captionFive {
	opacity: 0.9;
}
.captionFive h3  {
	font-size: 4em;
	color: #FFF;
	font-weight: 300;
	margin-top: 10%;
	line-height: 1em;
}
.captionFive p  {
	font-size: 2em;
	color: #FFF;
	font-weight: 600;
	margin-top: -7%;
}
.captionFive h4  {
	font-size: 2.2em;
	color: #FFF;
	font-weight: 300;
	margin-top: 20%;
	letter-spacing: 0.2em;
}
.captionFive pre {
	color: #FFF;
	font-size: 16em;
	font-weight: 400;
	text-align: center;
	left: 9%;
	position: absolute;
	margin-top: -47%;
}


/*  -------------- box2wide----------------- */

.imageHolderWide {
	clear: none;
	float: left;
	position: relative;
	display: block;
	padding-right: 1.72%;
	padding-top: 1.72%;
	margin-left: 0;
	width: 47.4%;
} 

.imageHolderWide .captionWide {
	opacity: 0;
	position: absolute;
	width: 96.7%;
	height: 93.5%;
	top: 7%;
	left: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
	text-decoration: none;
} 

.imageHolderWide:hover .captionWide {
	opacity: 0.9;
}

.captionWide h3  {
	font-size: 2em;
	color: #FFF;
	font-weight: 300;
	margin-top: 7%;
	line-height: 1em;
}
.captionWide p  {
	font-size: 1em;
	color: #FFF;
	font-weight: 600;
	margin-top: -3%;
}
.captionWide h4  {
	font-size: 1.2em;
	color: #FFF;
	font-weight: 300;
	margin-top: 10%;
	letter-spacing: 0.08em;
}
.captionWide pre {
	color: #FFF;
	font-size: 8em;
	font-weight: 400;
	text-align: center;
	left: 30%;
	position: absolute;
	margin-top: -24%;
}

/*  -------------- end box2wide----------------- */

/*  -------------- box4big----------------- */

.imageHolderBig {
	clear: none;
	float: left;
	position: relative;
	display: block;
	padding-right: 1.72%;
	padding-top: 1.72%;
	margin-left: 0;
	width: 47.2%;
} 

.imageHolderBig .captionBig {
	opacity: 0;
	position: absolute;
	width: 96.7%;
	height: 96.7%;
	top: 3.5%;
	left: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
	text-decoration: none;
} 

.imageHolderBig:hover .captionBig {
	opacity: 0.9;
}

.captionBig h3  {
	font-size: 3.5em;
	color: #FFF;
	font-weight: 300;
	margin-top: 10%;
	line-height: 1em;
}
.captionBig p  {
	font-size: 1.5em;
	color: #FFF;
	font-weight: 600;
	margin-top: -5%;
	line-height: 1em;
}
.captionBig h4  {
	font-size: 1.8em;
	color: #FFF;
	font-weight: 300;
	margin-top: 20%;
	letter-spacing: 0.2em;
}
.captionBig pre {
	color: #FFF;
	font-size: 16em;
	font-weight: 400;
	text-align: center;
	left: 9%;
	position: absolute;
	margin-top: -44%;
}


/*  -------------- end box4big----------------- */

/*  -------------- start work ----------------- */

#boxWorkText  {
}
.workText {
	padding-top: 2%;
	padding-left: 3%;
	font-size: 0.83em;
}

.workImgHolderSpace {
	float: left;
	width: 22.8448%;
	margin-top: 1.72%;
} 

.workImgHolder {
	width: 100%;
	clear: both;
}
.workImageLfSm {
	float: left;
	background-color: #f2f2f2;
	margin-top: 1.72%;
	width: 37.5862%;
}
.workImageRtMed {
	float: left;
	background-color: #f2f2f2;
	margin-top: 1.72%;
	margin-left: 1.72%;
	width: 57.24137%;
}
.workImageRtSm {
	float: left;
	background-color: #f2f2f2;
	margin-top: 1.72%;
	width: 37.5862%;
	margin-left: 1.72%;
}
.workImageLfMed {
	float: left;
	background-color: #f2f2f2;
	margin-top: 1.72%;
	width: 57.24137%;
}
.workImageRtLong {
	float: left;
	background-color: #f2f2f2;
	margin-top: 1.72%;
	margin-left: 1.72%;
	width: 71.98275%;
}
.workImageXlong {
	float: left;
	margin-top: 1.72%;
	margin-left: 1.72%;
	width: 94.828%;
}
.linkBack {
	float: right;
	font-size: 0.7em;
	text-decoration: none;
	color: #999;
	padding-right: 2%;
}









/*  -------------- end work ----------------- */


/* For IE8 */
.ie8 .imageHolder .caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
} 

.ie8 .imageHolder:hover .caption {  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#footCont {
	display: block;
	width: 96%;
	clear: both;
	padding-top: 3%;
	padding-bottom: 3%;
}
#foot {
	padding-top: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 0.7em;
	color: #999;
}











/* Tablet to Mobile Layout: 767px on down (2 box) Inherits styles from: desktop Layout. */

@media only screen and (max-width: 767px) {
#navMenu {
	width: 96.5%;
}

.menuIconHome {
	width: 47%;
	margin-top: 5%;
	margin-left: 20%;
}

.anchor-link {
	margin-top: 5%;
	margin-left: 40%;
	z-index: 500;
}	
	
ul.open {
	margin-top: 22%;
	left: 0%;
	font-size: 2em;
}

/* For IE8 */
.ie8 ul.open {
	margin-top: 22%;
	left: 0%;
	font-size: 2em;
}


ul.simple-toggle li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
}

#box1LogoCont {
	display: none;
}

#box1logoHt {
	display: none;
}

#box1logo  {
	display: none;
}




#box1LogoContSm {
	display: inline-block;
}

#box1logoHtSm {
	display: inline-block;
}

#box1logoSm  {
	display: inline-block;
}




#box2textCont {
	width: 96.5%;			/*  740px / 1160px  */
}
#box2textHt {
    padding-top: 49%;
}





#box2textLongCont {
	width: 96.5%;		
}
#box2textLongHt {
	padding-top: 78%;
}
#box2textLong h3 {
	font-size: 1.5em;
	/*margin-bottom: -0.6em;*/
}

/*-----------------------------------------------------*/

.contentHalf {
/*	display: inline-block;
	clear: none;
	float: left;*/
	width: 90%;
/*padding-left: 2.3%;
	padding-right: 4%;            */  
}
.contentHalf h1{
/*	margin-bottom: -0.6em;       */
}
#boxServices {
	/*display: inline-block; 
	float: left;
	height: 300px;      */
	width: 100%;
	clear: left;
	padding-left: 20%;
}
#boxServices h4{
/*	line-height: 1.6em;
	font-weight: 600;
	padding-left: 10%;
	height: 200px;*/
	padding-top: 2.5%;
	width: 140%;       
	padding-left: 5%;
}
.imageServices {
	display: none;
}


.contactMap {
	width: 97%;
}

/*-----------------------------------------------------*/


#boxScrollCont {
	clear: none;
	float: left;
	width: 47.4138%;
	margin-right: 0%;
}

.imageHolderNone { 
	display: none;
} 

.imageHolderFive { 
	display: none;
} 

.imageHolder { 
	width: 47.41379%; 			/*  550px / 1160px  */
} 


.imageHolder .caption {
	width: 265px;
	height: 265px;
	top: 12px;
	left: 0px;
	margin-right: -20%;
} 

.caption pre {
	display: none;
}
	
.imageHolderWide {
	width: 96.5%;
} 
.imageHolderWide .captionWide {
	width: 550px;
	height: 265px;
	top: 12px;
	left: 0px;
	margin-right: -20%;
}	
.captionWide pre {
	display: none;
}

.imageHolderBig {
	width: 96.5%; 			/*  550px / 1160px  */
} 
.imageHolderBig .captionBig {
	width: 550px;
	height: 550px;
	top: 12px;
	left: 0px;
	margin-right: -20%;
}	
.captionBig pre {
	display: none;
}

.content-switcher {
	width: 70%;
}
.main-content {
/*	padding-top: 40%;*/
}
#main-contentWrap {
	padding-top: 7%;
}
.progress-selected {
	height: 0px;
	width: 0px;
	margin-top: 5%;
	margin-left: 5%;
}
.item-number {
	margin-left: 5%;
}
.item-number:nth-child(2) {
	margin-left: 23%;
}
.item-number:nth-child(3) {
	margin-left: 42%;
}
.item-number:nth-child(4) {
	margin-left: 60%;
}

.workImageLfSm {
	width: 96.5%;
}
.workImageRtMed {
	width: 96.5%;
	margin-left: 0%;
}
.workImageRtSm {
	width: 96.5%;
	margin-left: 0%;
}
.workImageLfMed {
	width: 96.5%;
}

.workImageRtLong {
	width: 96.5%;
	margin-left: 0%;
	margin-top: 0%;
}

}


@media only screen and (max-width: 560px) {
#boxServices {
	/*display: inline-block; 
	float: left;
	height: 300px;      */
	width: 100%;
	clear: left;
	padding-left: 7%;
}
#boxServices h4{
/*	line-height: 1.6em;
	font-weight: 600;
	padding-left: 10%;
	height: 200px;*/
	padding-top: 2.5%;
	width: 140%;       
	padding-left: 8%;
}

.imageHolder .caption {
	width: 97%;
	height: 97%;
	top: 3.5%;
	left: 0px;
	margin-right: -20%;
} 
.caption pre {
	display: inline;
}
.imageHolderWide .captionWide {
	width: 98.5%;
	height: 97%;
	top: 3.5%;
	left: 0px;
	margin-right: -20%;
}	
.captionWide pre {
	display: inline;
}

.imageHolderBig .captionBig {
	width: 98.5%;
	height: 98.5%;
	top: 1.7%;
	left: 0px;
	margin-right: -20%;
}	
.captionBig pre {
	display: inline;
}

.item-number {
	font-size: 1em;
	background-position: 0px 15px;
}
.item-number:nth-child(2) {
	background-position: 0px 15px;
}
.item-number:nth-child(3) {
	background-position: 0px 15px;
}
.item-number:nth-child(4) {
	background-position: 0px 15px;
}

}

@media only screen and (max-width: 479px) {
#boxScroll ul {
	margin-left: -25%;
}

#box2textLongHt {
    padding-top: 120%;
}
#box2textLong h3 {
	font-size: 1.9em;
}

#main-contentWrap {
	width: 100%;
}	
.content-switcher {
	width: 70%;
}

.progress-selected {
	margin-left: 0%;
	height: 0%;
	width: 0%;
}

.item-number {
	font-size: 0.8em;
	margin-left: -5%;
	height: 130px;
	width: 100px;
	background-position: -35px 15px;
}

.item-number:nth-child(2) {
	margin-left: 19%;
	background-position: -35px 15px;
}
.item-number:nth-child(3) {
	margin-left: 42%;
	background-position: -35px 15px;
}
.item-number:nth-child(4) {
	margin-left: 66%;
	background-position: -35px 15px;
}
#main-contentWrap {
	padding-top: 20%;
}

	
}
