@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: 'univers45';
    src: url('univers45.eot');
    src: url('univers45.eot?#iefix') format('embedded-opentype'),
         url('univers45.woff') format('woff');
        /* url('univers45.ttf') format('truetype'),*/
        /* url('univers45.svg#univers45') 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: 'univers45', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color:#676767;
}


 

/*    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%;
	height:100%;
	z-index:2;
}
.introHeader {
	position:relative;
	top:0;
	left:-230px;
	z-index:10;
	width:350px;
	height:100%;
	height: 100vh;
	background-color:#ffc91e;
	display: block;pr
}
.mobileHeader {
	width:200px;
	height:70px;
	display: none;
}
.mobileLogo {
	font-size:21px;
	line-height:22px;
	left:0;
	bottom:0;
	color:#000;
	display: none;
}
.box {
	position: fixed;
	top: 0;
	left: 0;	
	width: 100%;
	height: 80px;
	background-color: #FFF;
	display: none;
	z-index: 80;
}
.introLogo {	
	z-index:10;
	font-size:27px;
	line-height:29px;
	color:#FFF;
	position:fixed;
	left:-35px;
	bottom:110px;
	
	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.introLogo span {
	color:#9b874d;
}

.introNav {
	padding:47px 0 0 40px;
	width:238px;
	float:left;
}
.introMenu {
	position:fixed;
	top:0;
	right:0;
	z-index:400;
	display: none;
}
.menu {
	position:fixed;
	top:0;
	right:0;
	z-index:400;
	display: none;
}
.introX {
	float:left;
	padding:47px 40px 40px 0;
	display:none;
}
.introArrow {
	float:left;
	padding:47px 50px 50px 6px;
}

/*  MAIN CONTAINER  */
.container {
	width:100%;
	height:100%;
	/*min-width:900px;*/
}
.wrapper {
	margin:40px 40px 40px 40px;
	position:relative;
}
.header {
	width:375px;
}
.logo {
	position:fixed;
	left:-35px;
	bottom:110px;
	font-size:27px;
	line-height:29px;
	color:#333;
	z-index:20;
	
	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.mainNav {
	
}
.sidebarFixed {
	position:fixed;
	top:47px;
	left:40px;
	width:375px;
	display: block;
}
.content {
	width:60%;
	max-width:720px;
	margin-left:375px;
}


/*    NAVIGATION MENUS   */

.introNav a:link {
	color: rgba(0, 0, 0, 0.7);	
	text-decoration: none; 
}
.introNav a:visited {
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
}
.introNav a:hover,  a:focus {
	text-decoration: none;
	color: #000;
}

/* ~~ MAIN LINKS ~~ */
a:link {
	color:#666;
	text-decoration: none; 
}
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover/*, a:active, a:focus*/ {
	text-decoration: none;
	color: #30ff00;
}

/* ~~ MAIN NAV ~~ */
/*width:  calc( ( 100% - 1.8% ) / 4 )= 24.55%;   gap = 0.6%  */
ul.nav {
	list-style: none;
}
ul.nav li {
	font-family: "univers45", sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size:18px;
	line-height:22px;
}
/*ul.nav li + li {
	padding-left: 75px;
}*/

ul.nav a, ul.nav a:visited { 
	text-decoration: none;	
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	/*color: #30ff00;*/
	text-decoration: none;
}
ul.nav li.active a {
	color: #000;
	text-decoration: none;
}



/* PROJECTS  THUMBNAILS  */
.thumbContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
}
.hide {
    visibility: hidden;
    opacity: 0;
}

.projectThumb {
	width:100%;
	height:220px;
	margin-bottom:2px;
	border-top: 1px solid #999;
	display:inline-block;
	padding: 6px 0 0px 0;
}
.projectHeading {
	font-family: 'univers45', sans-serif;	
	font-size:18px;
	line-height:22px;
	height: 40px;
	float:left;
}
.projectHeading h2 {
	color:#000;
	margin:0;
	padding:0;	
}
.projectHeading p {
	color:#666;
	margin:0;
	padding:0;	
}
.projectPic IMG {
	max-height:100%;
	width:100%;
	height:auto;
}
.projectPic {
	float:right;
	width:150px;
}

/* PRINTS  THUMBNAILS  */
.printsThumb {
	width:100%;
	height:220px;
	margin-bottom:2px;
	border-top: 1px solid #999;
	display:inline-block;
	padding: 6px 0 0px 0;
}
.printsHeading {
	font-family: 'univers45', sans-serif;	
	font-size:18px;
	line-height:22px;
	width: 70%;
	float:left;
}
.printsHeading h2 {
	color:#000;
	margin:0;
	padding:0;	
}
.printsHeading p {
	color:#666;
	margin:0;
	padding:0;	
}

/* GIFFS  THUMBNAILS  */
.gifThumb IMG {
	max-height:100%;
	width:100%;
	height:auto;
}
.gifThumb {
	float:right;
	width:200px;
}

/*     GALLERY    */
.toThumbs {
	position:fixed;
	cursor: pointer;
	top:8px;
	right:8px;
	width:25px;
	height:25px;
	padding:20px;
	z-index:200;
}
.toPrints {
	position:fixed;
	cursor: pointer;
	top:8px;
	right:8px;
	width:25px;
	height:25px;
	padding:20px;
	z-index:200;
}
#ajaxloader {
	position:absolute; 
	width:42px;
	top:-100px; 
	left:-100px;
	z-index:9;
}

/*     SLIDESHOW    */
.galleryWrapper {

}
.galleryContent {
	margin:13px 0px 42px 0px;
	height:100%;
	width:100%;
}
.gifGalleryContent {
	margin:13px 0px 42px 0px;
	height:100%;
	width:100%;
}
.galleryLeft {
	position:absolute;
	top:15px;
	left:8px;
	z-index:100;
	padding:20px;
}
.galleryRight {
	position:absolute;
	top:15px;
	right:8px;
	text-align:right;
	z-index:100;
	padding:20px;
}
.galleryRight, .galleryLeft {
	display: block;
}
.slideContent {
	padding:0;
	width: 100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#gallSlideshow {
    position:relative;
    margin:0 auto;
	height: 100%;
}
#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:15px;
	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:11px;
	color:#666;
	font-family: 'univers45', Helvetica, Arial, sans-serif;
	
}





/* NEWS  */
.newsContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
}
.newsItem {
	border-top: 1px solid #999;
	max-width:720px;
	width:100%;
	padding:6px 0 65px 0;
}
.newsTitle {
	font-size:18px;
	line-height:22px;
	color:#000;
	padding-bottom:40px;
}
.newsVideo {
	padding: 30px 0 0px 0;
}
.newsBody {
	font-size:18px;
	line-height:22px;
	color:#666;
	padding-top:30px;
}
.newsPhoto {
}
.newsPhoto img {
	max-width:720px;
	width:100%;
	height:auto;
}
.newsLink {
	font-size:18px;
	line-height:22px;
	color:#666;
}

/*   PROFILE   */
.profileContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
}
.profile {
	border-top: 1px solid #999;
	max-width:720px;
	width:100%;
	padding:6px 0 65px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.profile h1 {
	color:#000;
	padding-bottom:81px;
}

/*   CLIENTS   */
.clientsContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
}
.clients {
	border-top: 1px solid #999;
	max-width:720px;
	width:100%;
	padding:6px 0 6px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.clients h2 {
	color:#000;	
}


/*    CONTACT    */
.contactContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
}
.contact {
	border-top: 1px solid #999;
	max-width:720px;
	width:100%;
	padding:6px 0 50px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.contact h1 {
	color:#000;
	padding-bottom:81px;
}

.social {
	height:28px;
}
.face, .twit, .google, .inst, .tumblr {
	float:left;
	width:28px;
	padding-right:8px;
}
.tumblr {
	padding:0;
}
.bite {
	font-size:11px;
	line-height: 15px;
	padding-top:40px;
}

.contactContent a:link {
	color:#666;
	text-decoration: none; 
}
.contactContent a:visited {
	color:#666;
	text-decoration: none;
}
.contactContent a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #30ff00;
}

/*    INSTAGRAM    */
.instaContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
}
.insta {
	border-top: 1px solid #999;
	max-width:720px;
	width:100%;
	padding:6px 0 50px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.insta h1 {
	color:#000;
	padding-bottom:81px;
}

/*     VIDEO SECTION    */
.videoContent {
	margin:0 auto;
	width:960px;
	height:540px;
}

/*.videoWrapper {
	position: relative;
	top:26;
	padding-bottom: 56.25%; 
	padding-top: 26px;
	height: 0;
}*/
/*.videoWrapper */
.iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-wrap {
    width: 76%;
    margin: 0 auto;
	margin-top:100px !important;
}
figure { 
	display: block;
	padding: 0px; 
}

/*    PRINTS    */
.printsContent {
	width:60%;
	max-width:720px;
	margin-left:375px;
	margin-bottom: 38px;
}
.prints {
	border-top: 1px solid #999;
	max-width:720px;
	width:100%;
	padding:6px 0 20px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.prints h1 {
	color:#000;
	padding-bottom:81px;
}
.desktopBuyButton {
	position:fixed;
	bottom:30px;
	left:30px;
	z-index:200;
	font-family: "univers45", sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size:18px;
	line-height:22px;
}
.buyButton {
	position:fixed;
	bottom:50px;
	left:30px;
	z-index:200;
	font-family: "univers45", sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size:18px;
	line-height:22px;
}


/* ~~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 1366  /////////////////////*/
@media (max-width: 1366px) {

.wrapper {
	margin:25px 40px 25px 40px;
	position:relative;
}
.sidebarFixed {
	position:fixed;
	top:24px;
	left:40px;
	width:375px;
	display: block;
}
.introNav {
	padding:25px 0 0 40px;
	width:238px;
	float:left;
}
.introX {
	float:left;
	padding:25px 40px 40px 0;
	display:none;
}
.introArrow {
	float:left;
	padding:25px 50px 50px 6px;
}

.introLogo {	
	z-index:10;
	font-size:21px;
	line-height:22px;
	color:#FFF;
	position:fixed;
	left:-18px;
	bottom:80px;
	
	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.logo {
	position:fixed;
	left:-18px;
	bottom:80px;
	font-size:21px;
	line-height:22px;
	color:#333;
	z-index:20;
	
	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

}

/*/////////////////////////////////////////////////////  MEDIA 1024  /////////////////////*/
@media (max-width: 1024px) {

.introMenu {
	position:fixed;
	top:0;
	right:0;
	z-index:400;
	display: block;
}
.menu {
	position:fixed;
	top:0;
	right:0;
	z-index:400;
	display: block;
}
ul.nav li {
	font-family: "univers45", sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size:18px;
	line-height:24px;
}
.introHeader {
	position:relative;
	top:0;
	left:-230px;
	z-index:10;
	width:350px;
	height:100%;
	height: 100vh;
	background-color:#ffc91e;
	display: none;
}
.sidebarFixed {
	position:fixed;
	top:47px;
	left:40px;
	width:375px;
	display: none;
}
.wrapper {
	margin:18px 12px 12px 12px;
	position:relative;
}
.header {
	width:200px;
	height:100px;
}
.mobileHeader {
	width:200px;
	height:70px;
	display: block;
}
.mobileLogo {
	font-size:21px;
	line-height:22px;
	left:0;
	bottom:0;
	color:#FFF;
	display: block;
	margin: 18px 0 0 12px;
}
.box {
	position: fixed;	
	width: 100%;
	height: 80px;
	background-color: #FFF;
	display: block;
	z-index: 80;
}
.logo {	
	position: fixed;
	font-size:21px;
	line-height:22px;
	left:12px;
	top: 18px;
	bottom: auto;
	color:#000;
	z-index: 400;
		/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}
.mainNav {
	border-top: 1px solid #999;
	padding-top:7px;
	
}

/* PROJECTS  THUMBNAILS  */
.thumbContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
}
.projectHeading {
	font-family: 'univers45', sans-serif;	
	font-size:15px;
	line-height:18px;
	height: 40px;
	width:45%;
	float:left;
}
.projectPic {
	float:right;
	width:140px;
}

/* PRINTS  THUMBNAILS  */
.printsHeading {
	font-family: 'univers45', sans-serif;	
	font-size:18px;
	line-height:22px;
	width: 45%;
	float:left;
}

/* GIFS */
.gifThumb {
	float:right;
	width:150px;
}

/* VIDEO */
#page-wrap {
    width: 90%;
    margin: 0 auto;
	margin-top:75px !important;
}

/*    INSTAGRAM    */
.instaContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
}
.insta {
	border-top: 1px solid #999;
	max-width:1024px;
	width:100%;
	padding:6px 0 50px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}

/* NEWS  */
.newsContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
}
.newsItem {
	border-top: 1px solid #999;
	max-width:1024px;
	width:100%;
	padding:6px 0 65px 0;
}
.newsPhoto img {
	max-width:1024px;
	width:100%;
	height:auto;
}
/*.newsVideo {
	padding: 6px 0 6px 0;
}*/

/*   PROFILE   */
.profileContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
}
.profile {
	border-top: 1px solid #999;
	max-width:1024px;
	width:100%;
	padding:6px 0 65px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}

/*   CLIENTS   */
.clientsContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
}
.clients {
	border-top: 1px solid #999;
	max-width:1024px;
	width:100%;
	padding:6px 0 6px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}

/*    CONTACT    */
.contactContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
}
.contact {
	border-top: 1px solid #999;
	max-width:1024px;
	width:100%;
	padding:6px 0 30px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.contact h1 {
	color:#000;
	padding-bottom:30px;
}
.bite {
	font-size:11px;
	line-height: 15px;
	padding-top:30px;
}

/*    PRINTS    */
.printsContent {
	width:100%;
	max-width:1024px;
	margin-left:0px;
	margin-bottom: 8px;
}
.prints {
	border-top: 1px solid #999;
	max-width:1024px;
	width:100%;
	padding:6px 0 50px 0;
	font-size:18px;
	line-height:22px;
	color:#666;
}
.prints h1 {
	color:#000;
	padding-bottom:30px;
}

/*     GALLERY    */
.toMenu {
	position:fixed;
	top:0;
	right:0;
	z-index:400;
}

/*     SLIDESHOW    */
.detail {
	width:100%;
	padding-bottom:20px;
}
.detailText {
	width:300px;
	height:auto;
	padding: 80px 0 20px 0;
}
.detailText h1 {
	font-family: 'univers45', sans-serif;
	font-size:15px;
	line-height:18px;
	color:#000;
}
.detailText p {
	font-family: 'univers45', sans-serif;
	font-size:15px;
	line-height:18px;
	color:#666;
}
.printsText {
	width:300px;
	height:auto;
	padding: 40px 0 20px 0;
}
.printsText h1 {
	font-family: 'univers45', sans-serif;
	font-size:15px;
	line-height:18px;
	color:#000;
	padding-bottom: 14px;
}
.printsText p {
	font-family: 'univers45', sans-serif;
	font-size:15px;
	line-height:18px;
	color:#666;
}

.detailThumbnails {
	width: 100%;
}
.detailThumbnails img {
	max-width:100%;
	width:100%;
	height:auto;
	padding-bottom:6px;
}
.detailThumbnails h2 {
	font-family: 'univers45', sans-serif;
	font-size:10px;
	line-height:10px;
	color:#000;
	padding:0 0 12px 0;
	margin: 0;
	width:100%;
	text-align:center;
}
#loader {
	position:fixed; 
	width:42px;
	height:42px;
	top:50%;
	left:50%; 
	z-index:9;
}
.buyButton {
	position:relative;
	bottom:0px;
	left:0px;
	z-index:200;
	font-family: "univers45", sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size:15px;
	line-height:18px;
}
.toThumbs {
	position:absolute;
	cursor: pointer;
	top:0px;
	right:0px;
	width:25px;
	height:25px;
	padding:20px;
	z-index:200;
}
.toPrints {
	position:absolute;
	cursor: pointer;
	top:0px;
	right:0px;
	width:25px;
	height:25px;
	padding:0px;
	z-index:200;
}
.galleryContent {
	margin:0;
	padding:50px 0 0 0;
}
.gifGalleryContent {
	margin:0;
	padding:60px 0 0 0;
}
.galleryLeft, .galleryRight {
	display: none;
}

}

/*///////   MEDIA CHANGES 834px /////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 834px) {
.galleryContent {
	margin:0;
	padding:50px 0 0 0;
}
.gifGalleryContent {
	margin:0;
	padding:30px 0 0 0;
}
.galleryLeft, .galleryRight {
	display: none;
}
}
