@charset "UTF-8";
/* CSS Document */

/* 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   */

/* ~~ WEB FONTS ~~ */

@font-face {
    font-family: 'prox';
    src: url('280C9D_2_0.eot');
    src: url('280C9D_2_0.eot?#iefix') format('embedded-opentype'),
         url('280C9D_2_0.woff') format('woff'),
         url('280C9D_2_0.ttf') format('truetype');
        /* url('280C9D_2_0.svg#280C9D_2_0') format('svg')*/
    font-weight: normal;
    font-style: normal;
}

html {
   /*  -webkit-text-size-adjust: none; Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'prox', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color:#999;
	font-weight: normal;
	font-style: normal;
}



/*    INTRO PAGE    */

/*  MAIN CONTAINER  */
.container {
	width:100%;
/*	min-width:300px;
*/	margin: 0 auto;
}
.wrapper {
	margin:40px 40px 40px 40px;
}
.header {
	width:100%;
}
.logo {
	float:left;
	padding-bottom: 40px;
}

/*  MAIN NAV  */
.nav {
	clear: both;
	float:left;
	padding-bottom: 40px;
	
}
ul.nav {
	font-family:'prox', Helvetica, Arial, sans-serif;
	list-style: none;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing: 1px;
}
ul.nav li {
	display: inline;
	color:#a1a1a1; 
}
ul.nav li + li {
	padding-left: 18px;
}
ul.nav li a:hover {
    color: #1ed800;
}
ul.nav li.active a {
	color: #666;
	text-decoration: none;
}


/* ~~ LINKS ~~ */
a:link {
	color:#a1a1a1;
	text-decoration: none; 
}
a:visited {
	color:#a1a1a1;
	text-decoration: none;
}
a:hover, a:focus { 
	text-decoration: none;
	color: #1ed800;
}


/*  GALLERY THUMBNAILS  */
.workContainer {
	
}
#ajaxloader {
	position:absolute; 
	/*z-index:2;*/ 
	width:42px;
	top:-100px; 
	left:-100px;
	z-index:9;
}
#loader {
	position:fixed;  
	width:42px;
	height:42px;
	top:50%;
	left:50%; 
	z-index:9;
}


/*    THUMBNAILS   */
thumbContent {
	width:100%;
}
.hide {
    visibility: hidden;
    opacity: 0;
}

/*     INDEX THUMBS    */
.projectContainer {
	width: 100%;
}
.projectHeader {
	width:100%;
}

.thumb-item{
	float:left;
	margin-bottom:1.04%;
}
.thumb-item img {
	display:block;
	width:100%;
}

.thumb-item,
.thumb-grid-sizer {
  width: 15.8%;
}
.thumb-gutter-sizer {
    width: 1.04%;
}

/**** Transitions for Masonry ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/*     GALLERY    */
.toThumbs {
	position:absolute;
	cursor: pointer;
	top:8px;
	right:8px;
	z-index:100;
}

/*     SLIDESHOW    */
.galleryWrapper {

}

	
.galleryContent {
	margin:30px 0px 64px 0px;
	height:100%;
	width:100%;
}
.galleryLeft {
	position:absolute;
	top:110px;
	left:8px;
	z-index:100;
}
.galleryRight {
	position:absolute;
	top:110px;
	right:8px;
	text-align:right;
	z-index:100;
}
.slideContent {
	padding:0;
	width: 100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#gallSlideshow {
    position:relative;
    margin:0 auto;
	/*text-align: center;*/
	height: 100%;
	/*min-width:1000px;*/
}
#gallSlideshow DIV {
    position:absolute;
    top:0;
  	left:0;
	text-align: center;
	margin:0 auto;
    z-index:8;
    opacity:0;
	display:inline-block;    
	filter: alpha(opacity=0);
	background-color: #fff;
}
#gallSlideshow DIV.active {
    z-index:10;
    opacity:0.0;
	margin:0 auto;
	filter: alpha(opacity=0);
	background-color: #fff;
	text-align:center;
}
#gallSlideshow DIV.last-active {
    z-index:9;
}
#gallSlideshow DIV IMG {
	padding:0;
	width:auto;
	max-width: 100%;
	height: 100%;
	margin:0 auto;
}


.leftControl {
	cursor: pointer;
	padding-top:0px;
	
	display:none;
}
.rightControl {
	cursor: pointer;
	padding-top:0px;
	
	display:none;
}
.gallFooter {
	position:fixed;
	left:0;
	bottom:30px;
	z-index:200;
	width:100%;
}
.footerWrapper {
	padding:0 50px 0 50px;
	text-align:center;
	margin:0 auto;
}
.photoCaption {
	width:100%;
	text-align:center;
	font-size:12px;
	/*line-height:15px;*/
	color:#666;
	font-family: 'prox', Helvetica, Arial, sans-serif;
	
}

/*    MOBILE GALLERY    */
.mobGalleryWrapper {
	margin:0 17px 0 17px;
	position:relative;
}
.mobileThumbs {
	position:absolute;
	cursor: pointer;
	top:0px;
	right:0px;
	z-index:100;
}
.botThumbs {
	position:absolute;
	cursor: pointer;
	bottom:0px;
	right:0px;
	z-index:100;

}
.mobileHeader {
	height:80px;
}
.mobileHeader h1 {
	padding-top:33px;
}
.mobileSlideshow {
	width:100%;
	/*padding-top:100px;*/
	padding-bottom:100px;
}
.mobileSlideshow IMG {
	width:100%;
	height:auto;
	/*max-height:100%;*/
	padding-bottom:11px;	
}

/*    BIOGRAPHY    */
.bioContainer {
	width: 100%;
	display:none;
}

.biography_text {
	font-family: 'prox', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color:#999;
}
 

/*    CONTACT    */
.social {
	padding-top:66px;
}
.twit, .behance, .in, .inst, .aop, .face {
	float:left;
	padding-right:10px;
}
.bite {
	font-size:12px;
	color:#999;
	padding:66px 0 40px 0;
	/*position:fixed;
	bottom:40px;
	left:40px;*/
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



@media (max-width: 1600px) {
  	.thumb-item,
.thumb-grid-sizer {
  width: 23.87%;
}
.thumb-gutter-sizer {
    width: 1.5%;
}
	
.thumb-item{
	float:left;
	margin-bottom:1.5%;
}	

.biography_text {
	font-family: 'prox', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color:#999;
	text-align:left;
}
	

}

@media (max-width: 736px) {
.thumb-item,
.thumb-grid-sizer {
  		width: 49%;
	}

.thumb-gutter-sizer {
    width: 2%;
}

.thumb-item{
	float:left;
	margin-bottom:2%;
}

.biography_text {
	font-family: 'prox', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color:#999;
	text-align:left;
}
 

.wrapper {
	margin:17px 17px 17px 17px;
}

ul.nav {
	font-family:'prox', Helvetica, Arial, sans-serif;
	list-style: none;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing: 0px;
}


ul.nav li + li {
	padding-left: 7px;
}
	

}


