@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: 'sero';
    /*src: url('sero.eot');*/
    src: /*url('sero.eot?#iefix') format('embedded-opentype'),*/
         url('sero.woff') format('woff');
        /* url('sero.ttf') format('truetype'),
         url('sero.svg#sero') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sero_light';
   /* src: url('sero_light.eot');*/
    src: /*url('sero_light.eot?#iefix') format('embedded-opentype'),*/
         url('sero_light.woff') format('woff');
        /* url('sero_light.ttf') format('truetype'),
         url('sero_light.svg#sero_light') 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: 'sero', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	background:#232323;
	
}
 

/*    INTRO PAGE    */

/*    FULL SCREEN INTRO PIC  - CONTAINER IS introContainer    */

#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;
}

.introContainer {
	position:relative;
	width:100%;
	min-width:1280px;
	margin: 0 auto;
	z-index:20;
}
.introHeader {	
	position:relative;
	z-index:10;
	width:100%;
	height: 90px;
	
}
.introLogo {
	font-family: 'sero', Helvetica, Arial, sans-serif;
	font-size:12px;
	display:none;
	z-index:10;
	color:#f2f2f2;
	float:left;
	text-transform:uppercase;
}
.introNews {
	font-family: 'sero', Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#FFF;
	display:none;
}


/*  OPENING NAV  */
.introNav {
	display:none;
	float:right;
	padding:0 0 0 0px;
}

ul.introNav {
	font-family:'sero', Helvetica, Arial, sans-serif;
	list-style: none;
	font-size:12px;
	padding-top:3px;
}
ul.introNav li{
    display: inline;
	color:#a1a1a1; 
}
ul.introNav li + li {	
	padding-left: 23px;
}
/*ul.introNav li:last-child {
	margin-right:0px;
}*/
ul.introNav a, ul.introNav a:visited {
    /*display: block;*/
    text-decoration: none;
	color:#a1a1a1;
}
ul.introNav li a:hover {
    color: #1ed800;
}
/*ul.introNav li.active a {
	color: #fff;
	text-decoration: none;
}
ul.introNav li a.active {
	color: #fff;
	text-decoration: none;
}*/


/*  MAIN CONTAINER  */
.container {
	width:100%;
	min-width:1280px;
	margin: 0 auto;
}
.wrapper {
	margin:40px 40px 0px 40px;
}
.header {
	height:90px;
	/*height:180px;*/
	width:100%;
}
.logo {
	font-family: 'sero', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#f2f2f2;
	float:left;
	text-transform: uppercase;
}

/*  MAIN NAV  */
.nav {
	float:right;
}
ul.nav {
	font-family:'sero', Helvetica, Arial, sans-serif;
	list-style: none;
	font-size:12px;
}
ul.nav li {
	display: inline;
	color:#a1a1a1; 
}
ul.nav li + li {
	padding-left: 23px;
}
ul.nav li a:hover {
    color: #1ed800;
}
ul.nav li.active a {
	color: #FFF;
	text-decoration: none;
}


/* ~~ LINKS ~~ */
a:link {
	color:#a1a1a1;
	text-decoration: none; 
}
a:visited {
	color:#a1a1a1;
	text-decoration: none;
}
a:hover, a:active, 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; 
	/*z-index:2;*/ 
	width:42px;
	height:42px;
	top:50%;
	left:50%; 
/*	margin:0 auto;*/
	z-index:9;
}


/*    THUMBNAILS   */
thumbContent {
	width:100%;
}
/*  THUMBNAILS MASONRY    */
/*   gutterSize = (containerWidth - (elementWidth * numberOfElement) / numberOfGutters)
*/
.hide {
    visibility: hidden;
    opacity: 0;
}
.item{
	float:left;
	margin:0 0px 0 0;
}
.item img {
	display:block;
	width:100%;	
}

.item,
.grid-sizer {
  width: 19.2%;
}
.gutter-sizer {
    width: 0.75%;
}

.projName {
	height:66px;    
	font-family: 'sero', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
.projName h2 {
	margin: 13px 0 0px 0;
}

/**** 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;
}


/**** PERSONAL MENU ****/
.personalThumbContent {
	width:100%;
}
.personalThumb {
	width: 15.7%;
	margin-right:1.16%;
	float:left;
	/*height:495px;*/
	padding-bottom:1.0%;
}
.personalThumbContent div:nth-child(6n+6) {
	margin-right:0%;
}
.personalThumb IMG {
	width:100%;
	height:auto;
	max-width:100%;
	padding:0;
	margin:0;
}
/*.menuThumb h2 {
	font-size:14px;
	letter-spacing:1px;
	color:#000;
}
*//*
/*     PROJECT    */
.projectContainer {
	width: 100%;
}
.projectHeader {
	width:100%;
	height:127px;
	border-top: 1px solid #666;
}

.thumb-item{
	float:left;
	margin-bottom:1%;
}
.thumb-item img {
	display:block;
	width:100%;
}

.thumb-item,
.thumb-grid-sizer {
  width: 15.8%;
}
.thumb-gutter-sizer {
    width: 1.04%;
}

.thumbName {    
	font-family: 'sero', Arial, Helvetica, sans-serif;
	font-size:12px;
	height:60px;
}
.thumbName h2 {
	margin: 13px 0 0px 0;
}

.projectText {
	font-size:14px;
	line-height:20px;
	color:#f2f2f2;
	width:680px;
	display:none;
	padding-bottom:40px;
	margin: 0 auto;
}
.textContainer {
	width:70%;
	margin:0 30% 44px 0;
	font-size:18px;
	line-height:24px;
	color:#000;
}
.projectHeading {
	float:left;
	width:600px;
}
.projectHeading h1 {
	font-size:26px;
	font-family:'sero_light';
	padding:20px 0 16px 0;
	color:#FFF;
}
.projectBack {
	padding-top:14px;
	font-size:12px;
	float:right;
}
.projectBack img {
	padding-left:12px;
	vertical-align:-50%;
}
.textButtons {
	font-size:12px;
}
.toThumbnails {
	float:left;
	padding-right:23px;
	color:#a1a1a1;
}
.toText {
	float:left;
	color:#a1a1a1;
}

.textButtons a:link {
	color:#FFF;
	text-decoration: none; 
}
.textButtons a:visited {
	color:#FFF;
	text-decoration: none;
}
.textButtons a:hover, a:focus { 
	text-decoration: none;
	color: #1ed800;
}



/*     GALLERY    */
.toThumbs {
	position: fixed;
	cursor: pointer;
	font-size:12px;
	width:70px;
	height:79px;
	top:0px;
	right:30px;
	z-index:100;
}
.toThumbs IMG {
	padding-left:12px;
	vertical-align:-200%;
}


.back {
	font-size: 12px;
	margin-top: -20px;
	padding-right: 10px;
}
/*     SLIDESHOW    */
.galleryContainer {
	width:100%;
}
.galleryWrapper {
	margin:30px 0px 30px 0px;
}
.galleryContent {
	margin:0;
	padding:0;
	/*height:100%;
	width:100%;*/
}

.galleryLeft {
	position:absolute;
	top:110px;
	left:0px;
	z-index:100;
}
.galleryRight {
	position:absolute;
	top:110px;
	right:0px;
	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: #232323;
}
#gallSlideshow DIV.active {
    z-index:10;
    opacity:0.0;
	margin:0 auto;
	filter: alpha(opacity=0);
	background-color: #232323;
	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:absolute;
	left:0;
	bottom:-80px;
	z-index:200;
	width:100%;
	height:50px;
}
.footerWrapper {
	padding:0 50px 0 50px;
	text-align:center;
	margin:0 auto;
}
.photoCaption {
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:14px;
	color:#FFF;
	font-family: 'sero', Helvetica, Arial, sans-serif;	
}
.photoCaption p {
	color:#666;
}
.galltext {
	position:absolute;
	top:30px;
	left:32px;
	width:78px;
	height:80px;
	font-size:12px;
	cursor: pointer;
	z-index:200;
}
.overlay {
	width:680px;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	margin:0 auto;
	padding-top:138px;
	display:none;
/*	background-color: blue;
*/}
.overlayBack {
	text-align:right;
	/*width:680px;
	height:61px;
	font-size:12px;*/
	position: fixed;
	cursor: pointer;
	font-size:12px;
	width:70px;
	height:69px;
	top:0px;
	right:30px;
}
.overlayBack IMG {
	padding-left:12px;
	padding-right:4px;
	vertical-align:-200%;
}
.overlayText {
	width:680px;
/*	background-color: green;
*/}



/*    INFO SECTION    */
/*  INFO NAV  */
.infoNav {
	
}
ul.infoNav {
	font-family:'sero', Helvetica, Arial, sans-serif;
	list-style: none;
	font-size:12px;
	padding-top:3px;
}
ul.infoNav li {
	display: inline;
	color:#a1a1a1; 
}
ul.infoNav li + li {
	padding-left: 23px;
}
ul.infoNav li a:hover {
    color: #1ed800;
}
ul.infoNav li.active a {
	color: #FFF;
	text-decoration: none;
}


.infoContainer {
	width: 100%;
}

.infoHeader {
	width:100%;
	height:127px;
	border-top: 1px solid #666;
}
.infoHeading {
	float:left;
	width:500px;
}
.infoHeading h1 {
	font-size:26px;
	font-family:'sero_light';
	padding:14px 0 16px 0;
	color:#FFF;
}
.infoContent {
	padding-bottom:30px;
	width: 1000px;
	margin: 0 auto;
}
.infoText {
	width:60%;
	max-width:950px;
	font-size:13px;
	line-height:18px;
	color:#f2f2f2;
	margin-right:10%;
	float:left;
	display:none;
	padding-bottom:40px;
	
}
.infoImage {
	float:left;
	width:30%;
	display:none;
}

/*     VIDEO SECTION    */
.video_link {
margin-top: 20px;
font-size: 11px;
}
.videoContent {
	margin:0 auto;
	width:960px;
	height:540px;
}
.videoFooter {
	position:fixed;
	left:0;
	bottom:30px;
	z-index:200;
	width:100%;
	height:12px;
}
.videoCaption {
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:14px;
	color:#666;
	font-family: 'sero', Helvetica, Arial, sans-serif;	
}
.videoCaption h1 {
}

/*     VIDEO  MENU   */
.vidMenuContent {
	width:100%;
}
.vidMenuThumb {
	width:32%;
	margin-right:2%;
	float:left;
}
.vidMenuContent div:nth-child(3n+3) {
	margin-right:0%;
}
.vidMenuThumb h2 {
	padding:16px 0 0px 0;	
	font-size:12px;
	/*color:#a1a1a1;*/
}
.vidMenuThumb IMG {
	max-width:100%;
	width:100%;
}
.vidMenuThumb a:link {
	color:#a1a1a1;
	text-decoration: none; 
}
.vidMenuThumb a:visited {
	color:#a1a1a1;
	text-decoration: none;
}
.vidMenuThumb a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #1ed800;
}

/*     BLOG    */
.blogContent {
	margin:0 auto;
	width:900px;
}
.blogContent2 {
	margin:0 auto;
	width:100%;
}

/*     AWARDS PRESS EXHIBITIONS SECTION    */
.awardsText {
	font-size:13px;
	line-height:18px;
	color:#f2f2f2;
	padding-bottom:40px;
	display:none;
	text-align:left;
}

/*     CONTACT SECTION    */
.contactContainer {
	border-top: 1px solid #666;
	padding:17px 0 50px 0;
	display:none;	
}
.contactContainer a:link {
	color:#f2f2f2;
	text-decoration: underline; 
}
.contactContainer a:visited {
	color:#f2f2f2;
	text-decoration: underline;
}
.contactContainer a:hover, a:focus { 
	text-decoration: none;
	color: #1ed800;
}
.contact {
	float:left;
	padding-bottom:32px;
	font-size:13px;
	line-height:18px;
	width:297px;
	color:#f2f2f2;
}
.agents {
	float:left;
	font-size:13px;
	line-height:18px;
	width:400px;
	color:#f2f2f2;
}
.prints {
	float:left;
	font-size:13px;
	line-height:18px;
	width:250px;
	color:#f2f2f2;
}
.black {
	color:#000;
}
.social {
	padding-bottom:41px;
	padding-top:76px;
	font-size:12px;
	line-height:24px;
}
.twit, .behance, .in, .inst, .aop, .face {
	float:left;
	padding-right:10px;
}
.bite {
	font-size:12px;
	color:#FFF;
	position:fixed;
	bottom:40px;
	left:40px;
}

/* BOOK */
.book-gallery{
	text-align: center;
}
.book-gallery a{
	display: inline-block;
	max-width: 78px;
	padding: 1px;
}
.infoHeaderBook{
	width: 100%;
    height: 100px;
    border-top: 1px solid #666;
}
.book-gallery a img{
	max-width: 100%;
}
.book-gallery .feature-img{
	width: 100%;
	max-width: 100%;
	padding: 0px;
	display: block;
	
}
.bookText{
	width: 45%;
    max-width: 950px;
    font-size: 13px;
    line-height: 18px;
    color: #f2f2f2;
    margin-right: 5%;
    float: left;
    display: none;
    padding-bottom: 40px;
}
.bookImage{
	float: left;
    width: 50%;
	color: #fff;
}
.buy-btn{
	padding: 7px 7px 5px 7px;
	background: #555;
	display: inline-block;
	margin-right: 10px;
	color: #fff !important;
}
.buy-btn:hover{
	color: #1ed800 !important;
	background: #444;
}
.buy-btn.active{
	color: #1ed800 !important;
}

#uk-book-paypal, #int-book-paypal, #can-book-paypal{
	text-align: center;
    display: block;
    margin: 0 auto;
    background: #333;
    padding: 10px;
    margin-top: 12px;
	box-shadow: 0px 0px 2px 2px rgba(62, 251, 0, 0.2);
	transition: box-shadow 0.3s ease-in-out;
}
#uk-book-paypal table, #int-book-paypal table, #can-book-paypal table{
	margin: 0 auto;
}
/* ~~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;
}

/* Featherlite Gallery Overrides */
.featherlight .featherlight-close-icon {
	background: #232323 !important;
	color: #fff !important;
}
.featherlight .featherlight-content{
	background: #232323 !important;
}

/*@media only screen and (max-width: 1600px) {*/
	
/* 	 WORK THUMBNAILS    */

/*}*/

