@charset "UTF-8";



@font-face {
	font-family: 'DIN-LightAlternate';
	src: url('DIN-LightAlternate.eot?') format('eot'), 
	     url('DIN-LightAlternate.otf')  format('opentype'),
	     url('DIN-LightAlternate.woff') format('woff'), 
	     url('DIN-LightAlternate.ttf')  format('truetype'),
	     url('DIN-LightAlternate.svg') format('svg');
}

@font-face {
	font-family: 'DIN-MediumAlternate';
	src: url('DIN-MediumAlternate.eot?') format('eot'), 
	     url('DIN-MediumAlternate.otf')  format('opentype'),
	     url('DIN-MediumAlternate.woff') format('woff'), 
	     url('DIN-MediumAlternate.ttf')  format('truetype'),
	     url('DIN-MediumAlternate.svg') format('svg');
}

@font-face {
	font-family: 'DIN-Regular';
	src: url('DIN-Regular.eot?') format('eot'), 
	     url('DIN-Regular.otf')  format('opentype'),
	     url('DIN-Regular.woff') format('woff'), 
	     url('DIN-Regular.ttf')  format('truetype'),
	     url('DIN-Regular.svg') format('svg');
}

/* reset */

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 {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* global */
a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #f7941e;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}


body {
    font-family: DIN-LightAlternate, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    min-width: 320px;
    background-color: #ffffff; 
}

.home {
   overflow:hidden;
}

#container {
    overflow: hidden; 
    background-color: #ffffff;
}

/* border treatment */

#top, #right, #bottom, #left {
    background: none repeat scroll 0 0 #000000;
    position: fixed;
    z-index: 100;
}
#right, #left {
    bottom: 0;
    top: 0;
}
#right {
    right: 0;
    width: 10px;
}
#left {
    left: 0;
    width: 8px;
}
#top, #bottom {
    height: 10px;
    left: 0;
    right: 0;
}
#top {
    top: 0;
}
#bottom {
    bottom: 0;
}

#sprocket {
    position: absolute;
    left: 8px;
    top: -1220px;
    height: 5400px;
    width: 5px;
    z-index:50;
    background-image: url(../_images/tooth.png);
}

#sprocketFixed {
    position: fixed;
    left: 8px;
    top: 20px;
    width: 5px;
    height: 100%;
    background: url(../_images/tooth.png) repeat 0 0;
}

#gearBucket {
    position: fixed;
    top:140px;
    left:10px;
    opacity: 0.5;
    z-index: 1;
}

#gear, #gear2, #gear3, #gear4, #gearAbout, #gear2About, #gear3About, #gear4About {
    position: relative;
}

#gear, #gearAbout {
    left:0px;
    top:0px;
}   

#gear2, #gear2About {
    left:-42px;
    top:-10px;
}  

#gear3, #gear3About {
    left:-200px;
    top:-75px;
} 

#pageHeader{
    font-family: DIN-Regular, Helvetica, sans-serif; 
    position: fixed;
    width: 100%;
    background: rgba(0,0,0, 1);
    height: 80px;
    font-size: 14px;
    z-index: 10;
}

#logo {
    width: 248px;
    margin: 2.4em 0 0 25px;
}

#logoMobile {
    visibility: hidden;
}

#socialIconsHeader {
    position: fixed;
    left: 33.5%;
    top: 26px;
    width: 180px;
}

#button_Work {   
    position: fixed;
    left: 58.5%;
    top: 35px;
    width: 400px;
}

#buttonSelect_Work {
    position: fixed;
    color: #ffffff;
    left: 58.5%;
    top: 33px;
    background-color: #f7941e;
    padding: 2px 5px;   
}

#button_About {   
    position: fixed;
    left: 69%;
    top: 35px;
}

#buttonSelect_About {
    position: fixed;
    color: #ffffff;
    left: 69%;
    top: 33px;
    background-color: #f7941e;
    padding: 2px 5px;  
}

#button_Contact {   
    position: fixed;
    left: 80%;
    top: 35px;
}

#buttonSelect_Contact {
    position: fixed;
    color: #ffffff;
    left: 80%;
    top: 33px;
    background-color: #f7941e;
    padding: 2px 5px;  
}

#button_Blog {   
    position: fixed;
    left: 92%;
    top: 35px;
    color: #666666;
}


#navholderMobile {
    visibility: hidden;
}

#navholder {
    position: fixed;
    top:1em;
    right: 1.6em;
    visibility: hidden;
}


.dropnav{
    list-style:none;
    font-size: 16px; 
}

.dropnav li{
    margin-right:10px;
    position:relative;

}
.dropnav a{
    padding:2px;
    color:#fff;
    text-decoration:none;
}
.dropnav a:hover{
    color:#fff;
    background-color: transparent
}

.dropnav ul{  
    background:#000;
    list-style:none;
    position:absolute;
    left: -9999px;
}

.dropnav ul li{
    margin-left: 8px;
    margin-top: 1px;
    padding-top:4px; 
    float:none;   
}

.dropnav li:hover ul{ 
    height: 110px;
    left: 0px; 
}

.dropnav li:hover ul li a:hover{ 
    color: #f7941e;
}

.deprecated {
    color: #666666;
}

/* home page */

#Panel2 {
    position:fixed;
    top: 0;
    /*height:1010px;*/
    overflow: hidden;
    z-index: -1;
    width: 100%;
}



video#bgvid { 
    width: 100%; 
    z-index: -50;
    top: 0px;
    min-width:1300px;

}

#videoImage {
    visibility: hidden;
    min-width: 800px;
}


#frontHome{
    Position: relative;
    height:1260px;
    background-size: 100%;
    margin-top: 50px;
}

#bgImage {
    min-width:1300px;
}

#HomeHolder{
    position: fixed;
    width:100%;
    top: 50%;
}


#coverLogo {
    width: 90%;
    Position: relative;
    top:-270px;
    margin: auto;
    text-align: center;
}

#headline {
    width: 90%;
    Position: relative;
    top:-190px;
    margin: auto;
    font-size: 3.7em;
    line-height: 1.1;
    text-align: center;
    color: #fff;  
    font-family: DIN-Regular, Helvetica, sans-serif; 
}

#mainSubhead {
    width: 600px;
    Position: relative;
    top:-150px;
    margin: auto;
    font-size: 1.8em;
    line-height: 1.4;
    text-align: center;
    color: #fff;  
}   

#Panel2Holder{
    position: fixed;
    width:100%;
    top: 50%;
}

#insideLogo {
    width: 90%;
    Position: relative;
    top:-240px;
    margin: auto;
    text-align: center;
}

#ourMantras {
    width:100%;
    position: relative;
    font-size: 1.3em;
    line-height: 1.1;
    color: #ffffff;
    background: #000000;
    text-align: center;
    top: -200px;
    margin: auto;
    padding: 10px;
    font-family: DIN-MediumAlternate, Helvetica, sans-serif;
}

#mantra1, #mantra2, #mantra3 {
    
    width: 130px;
    position: relative;
    font-size: 1.3em;
    line-height: 1.1;
    color: #000000;
    font-family: DIN-MediumAlternate, Helvetica, sans-serif;
}

#mantra1 {
    width: 140px;
    top: -150px;
}

#mantra2 {
    margin-left: 250px;
    top:-242px;
}
#mantra3 {
    margin-left: 500px;
    top:-311px;
}

#mantraHolder {
    position: relative;
    width: 600px;
    margin: auto;
}

#mantraWrapper {
    width: 90%;
    position: relative;
    margin: auto; 
}


#sumUp1 {
    font-family: DIN-MediumAlternate, Helvetica, sans-serif;
    width: 90%;
    position: relative;
    top: -280px;
    font-size: 1.3em;
    line-height: 1.1;
    color: #000; 
    text-align: center;
    margin: auto;
}

#payoff {
    font-family: DIN-MediumAlternate, Helvetica, sans-serif;
    width: 90%;
    position: relative;
    top: -250px;
    font-size: 1.3em;
    line-height: 1.1;
    color: #f7941e; 
    text-align: center;
    margin: auto;
}




/* end home page */



.greyType {
    color: #999999;
    line-height: 25px;
}



.imageTile{  
    position: relative;
    top: 0px;
    z-index: 5;
    overflow:hidden;    
}

.imageTile img{ 
        width: 100%;
}

.imageTile:first-child {
    margin-top: 115px;
}

.imageTile:last-child {
    margin-bottom: 20px;
}

.box {
    overflow: hidden;
    position:relative;
    display:inline-block;
    margin: .1% -2.5% .15% 3%;
    width: 23%;  
}

.boxMask {
    position:absolute;
    width: 100%;
    height: 98.5%;
    background-color: #f7941e;
    top: -30px; 
    opacity: 0;
    -o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;
}

.boxCaption {
    position:absolute;
    text-align: center;
    color: white;
    width: 100%;
    top: 40%;
    line-height: 25px;
    opacity: 1;
}

.subhead {
    font-size: .75em;
    line-height: 20px;
}
.subheadBlack {
    font-size: .75em;
    color: black;
    line-height: 20px;
}
.boxMask:hover {
    opacity: 1;
    top: 0px;
    -o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;
}


/* Content pages */

.nextButton a {
        position: fixed;
        z-index: 100;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../_images/galleryNavRolloverNext.jpg);
        right: 15px;
        top: 50%;
}

.nextButton a:hover {
    background-position: -20px 0;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition:.0s;
}


.backButton a {
        position: fixed;
        z-index: 100;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../_images/galleryNavRolloverBack.jpg);
        left: 15px;
        top: 50%;
}

.backButton a:hover {
    background-position: -20px 0;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition:.0s;
}


.contentBox1, .contentBox2 {
    overflow: hidden;
    position:relative;
    display:inline-block;
    margin: .8% -4.1% .25% 4.9%;
    vertical-align: top;
}

.contentBox1 {
    width: 90%;
}

.contentBox2 {
    width: 44.4%;  
}

.contentTextBox {
    overflow: hidden;
    position:relative;
    display:inline-block;
    margin: 2% 1.8% 5.25% 4.9%;
    width: 38.4%;
    vertical-align: top;
}

.topLink {
    position:relative;
    display:inline-block;
    margin-bottom: 25px;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.topLink a {
	color: #f7941e;
}
.topLink a:hover {
	color: red;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}


.contentTextBox h4 {
    font-family: DIN-MediumAlternate;
    font-weight:normal;
    font-size: .9em;
}

.contentTextBox h2 {
    font-family: DIN-MediumAlternate;
    font-weight:normal;
    font-size: 1.2em;
}

.contentTextBox a {
	text-decoration: none;
	color: #f7941e;
}

.contentTextBox a:hover {
	color: red;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -webkit-transition:.4s;
    transition:.4s;
}

/* About pages  */


#aboutLeft {
    float:left;
    width: 25%;
    margin: 2% 0% 2% 25%;
}


#aboutRight {
    float:right;
    width: 38%;
    margin: 3% 3.4% .5% 3%;
}

#aboutSubnav ul { 
	margin: 0; 
	list-style-type: none; 
	text-align: left; 
    margin-bottom: 30px;
} 
 
#aboutSubnav ul li {  
	display: inline; 
    margin-left: -4px;
    padding-left: 4px;
    padding-right: 5px; 
    margin-right: 25px; 
    margin-bottom: 10px;
} 

#aboutSelected { 
    color: white;
    background: #f7941e;
} 
 
#peopleSelected {
    color: white;
    background: #f7941e;
}   

#clientsSelected {
    color: white;
    background: #f7941e;
} 

#aboutSubnav ul li a { 
	color: #f7941e; 
} 
 
#aboutSubnav ul li a:hover { 
	color: #000; 
	background-color: #fff; 
} 

/* Photo DropNav */



/* end Photo Dropdown */

#aboutSubnav a {
    color: #f7941e;
}

#aboutSubnav a:hover {
    color: #000000;
}


.accordion {
  position: relative;
  /*margin: 60px auto;*/
  width: 100%;
}


[id*="open-accordion"] {
  line-height: 12px;
  display: block;
  margin-bottom:20px;
  position: relative;
  width: 100%;
  color: #000;

}

[id*="close-accordion"] {
  line-height: 12px;
  display: block;
  /*margin: 0 auto;*/
  position: relative;
  width: 100%;
  color: #f7941e;
}

[id*="close-accordion"] {
  display: none;
}

.accordion a:hover{
  color: #f7941e;
  /*padding-left: 2%;*/
}


.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  height: 0;
  margin: 15px auto 25px;
  /*padding: 0 2.5%;*/
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 10px;
  padding-top: 0px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}



/* end About items */

.footer {
    
    position: fixed;
    z-index: 100;
    bottom: 0;
    
    clear:both; 
    /* margin-top: 10px;*/
    width: 100%;
    background: black;
    height: 50px;
    font-size: 12px; 
    padding-top: 2px;

}



.socialIcons{
    width: 200px;
    margin: 6px auto;

}

.socialIcons img{
    margin-right: 5px;
}

@media only screen and (max-width:1324px) {
    .box{ 
        margin: .5% -2.5% .25% 3.5%;
        width: 30%;
    }

   
}



@media only screen and (max-width:760px) {
    
    #mainSubhead {
        width:70%;
    }
    
    .box{ 
        margin: .5% -2.5% .25% 3.5%;
        width: 46%;
    }

    #button_Work, #button_About, #button_Contact, #button_Blog {
    visibility: hidden;
    }
    
    #buttonSelect_Work, #buttonSelect_About, #buttonSelect_Contact {
    visibility: hidden;
    }
    
    #navholder{  
    visibility: visible;
    }
    
    #sprocket {
        height: 2510px;
    }
    
    #sprocketAbout {
        height: 1600px;
    }
    
    .contentBox2 {
        width: 90%; 
    }
    
    .contentTextBox {
        margin: 2% 5%;
        width: 90%; 
    }
    
    #aboutRight {
        float: none;
        text-align: center;
        width: 80%;
        margin: 2% 10% 0 10%;
    }
    
    #aboutLeft {
        float: none;
        width: 35%;
        margin: 0% 32% 10% 32%;
    }
    
    #gearAbout, #gear2About, #gear3About {
        visibility: hidden;
    }
    
    #logo {
        display: none;
    }
        
    #logoMobile {
        visibility:visible;
        width: 248px;
        margin: 2em 0 0 20px;
    }
    
    #aboutSubnav ul { 
        text-align: center;
        margin: 30px auto;
    } 
    
    #headline {
        font-size: 3em;
    }
    
    #mantra1, #mantra2, #mantra3 {    
        width: 95%;
        margin: auto;
        text-align: center;
        padding: 10px;
        color: #999999;
        top:-300px;
    }
    
    #mantraHolder {
        width: 90%;
    }
    
    #socialIconsHeader {
        visibility: hidden;
    }

    #mantraWrapper {
        width: 90%;
        position: relative;
        margin: auto;
        top: 30px;  
    }
    
    #insideLogo {
        visibility: hidden;
    }
    
    #ourMantras {
        top: -330px;
    }
    #sumUp1 {
        top: -230px;
    }
    #payoff {
        width: 90%;
        top: -200px;
    }

    #videoImage {
        visibility: visible;
        position: absolute;
        top: 0;
        z-index: -25;
        min-width: 550px;
    }

    video#bgvid { 
        visibility: hidden;
    }
    
    .imageTile:first-child {
    margin-top: 95px;
    }


}

@media only screen and (max-width:568px) {

    #sprocket {
        height: 2580px;
    }
    
    #sprocketAbout {
        height: 1460px;
    }
    
    #payoff {

        width:30%;
    }
    #frontHome{
        margin-top: -250px;
        height:1010px; 
    }
    #coverLogo {
        visibility: hidden;
    }
    
    #headline {
        top: -300px;

    }
    #mainSubhead {
        font-size: 1.2em;
        width: 80%;
        top: -240px;
    }
    
    #gearBucket {
        visibility: hidden;
    }
}


/*@media only screen and (max-width:480px) {


    
    #sprocket {
        height: 2650px;
    }

    .contentTextBox {
        width: 85%;
        margin: 2% 8%;
    }
    
    #aboutSubnav ul { 
        line-height: 35px;
        width: 100px;
        text-align: center;
        margin: 30px 37%;
    } 
    
    #gearBucket {
        visibility: hidden;
    }
    

    
    #ourMantras {
        top: -365px;
    }
    
    #mantra1, #mantra2, #mantra3 {
        font-size: 1.3em;
        top: -365px
    }
    
    #sumUp1 {
        top: -315px;
    }

    #payoff {
        width: 90%;
        font-size: 1.3em;
        top: -275px;
    }
    #headline {
        top: -270px;
        font-size: 2.5em;
        line-height: 1;
    }
    #mainSubhead {
        font-size: 1.2em;
        top: -250px;
        width: 80%;
    }
}*/
    
@media only screen and (max-width:480px) {
    
    .box{   
        margin: .5% 5%;
        width: 90%;
        height: 90%;
    }

    #logoMobile {
        margin: 2em auto;
    }
    
    .contentTextBox {
        width: 85%;
        margin: 2% 8%;
    }
    
    #navholder {
        visibility: hidden;
    }
    
    #navholderMobile {
        visibility: visible;
        width: 80px; 
        margin: -20px 42%;
    }
        

    .dropnav ul li{
        text-align: center;
    }

    .dropnav li:hover ul{ 
        left:-16px; 
    }
    
    #sprocket {
        height: 2880px;
    } 
    
    #aboutLeft {
        width: 60%;
        margin: 0% 20% 10% 20%;
    }
    
    .ac-container label{
        font-size: 12px;  
    }
    
    #mantra1, #mantra2, #mantra3 {
    font-size: 1em;
    color: #999999;
    }
    
    #mantra1 {
        top: -302px;
    }
    
    #mantra2 {
        top: -312px;
    }
    
    #mantra3 {
        top: -322px;
    }
    
    #ourMantras {
        top: -290px;
    }
    #mantraWrapper {
        width: 240px;
    }
    
    #sumUp1 {
        font-size: 1em;
        top: -280px;
        width: 260px;
    }
    
    #payoff {
        width: 90%;
        font-size: 1em;
        top: -260px;
    }
    #headline {
        top: -270px;
        font-size: 2.5em;
    }
    #mainSubhead {
        font-size: 1.2em;
        top: -250px;
        width: 80%;
    }
   
}
