body {
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	font-family: 'Akkurat';
	overflow-x: hidden;
	overflow-y: scroll;
}

@font-face {
  font-family: 'Akkurat';
  src: url('http://hollylubbock.com/cdn/fonts/Akkurat/Akkurat.eot'); /* IE9 Compat Modes */
  src: url('http://hollylubbock.com/cdn/fonts/Akkurat/Akkurat.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://hollylubbock.com/cdn/fonts/Akkurat/Akkurat.woff') format('woff'), /* Modern Browsers */
       url('http://hollylubbock.com/cdn/fonts/Akkurat/Akkurat.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://hollylubbock.com/cdn/fonts/Akkurat/Akkurat.svg#698d2ea641fc87a985fffa625d86cb81') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}




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

#logo {
	display: block;
	position: fixed;
	top: 0px;
	right: 40px;
	width: 100%;
	height: 135px;
	padding-top: 40px;
	padding-left: 50px;
	background-color: #333;
	text-align: right;
}
#logo img {
	height: 75px;
}
#hairline {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #666666;
	position: fixed;
	top: 140px;
	left: 50px;
}

#thickLine {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #666666;
	position: fixed;
	top: 137px;
	right: 40px;
}


#enterButton {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-left: 50px;
	cursor: pointer;
	/*background-color: #fff;*/
}
#enterButton img {
	height: 75px;
}


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


/* GALLERY MENU */

#mainMenu {
	left: 50px;
	top: 65px;
	position: fixed;
	display: block;
}
.mainMenuButton {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-transform: lowercase;
}
.mainMenuButton:hover {
	/*color: #fff;*/
}
.active {
	/*color: #fff;*/
}

.menuDivider {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	top: -10px;
}


.highlightLine {
	display: inline-block;
	width: 0%;
	height: 1px;
	background-color: #ffcc00;
	position: relative;
	margin-top: 8px;
	/*-webkit-transform-style: preserve-3d;-webkit-transition: .4s;-webkit-perspective: 1000;	
	-moz-transform-style: preserve-3d;-moz-transition: .4s;-moz-perspective: 1000;	
	-o-transform-style: preserve-3d;-o-transition: .4s;-o-backface-visibility: hidden;-o-perspective: 1000;*/
}
	


/* STATIC MENU */

/*
.staticMenuButton {
	padding: 10px;
	cursor: pointer;
}

#staticMenu {
	position: fixed;
	top: 0px;
	left: 0px;
}



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

/* SUB MENU */

/*
#subMenu {
	bottom: 100px;
	left: 40px;
	position: fixed;
	display: none;
}
.subMenuButton {
	padding-top: 10px;
	font-size: 7pt;
	color: #666666;
	cursor: pointer;
	text-transform: uppercase;
}
.subMenuButton:hover {
	color: #000;
}


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

/* NAVIGATION BUTTONS */

/*
#galleryNav {
	display: none;
	position: fixed;
	bottom: 35px;
	width: 400px;
	height: 5px;
	text-align: center;
}
.galNavButton {
	font-size: 12px;
	color: #666;
	letter-spacing: 0px;
	cursor: pointer;
}
.galNavButton:hover {
	color: #333;
}
.galNavDivider {
	padding: 10px;
	color: #666;
	cursor: default;
}


#imageCounter {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 25px;
	cursor: default;
	color: #fff;
	font-family: 'TradeGothic-Bold';
	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

#showThumbs {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 25px;
	cursor: default;
	color: #fff;
	font-family: 'TradeGothic-Bold';
	cursor: pointer;
	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}



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

/*
#imageDesc {
	position: fixed;
	bottom: 40px;
	font-size: 8pt;
	width: 100%;
	text-align: center;
	color: #7d7d7d;
	margin-left: 100px;
}

#galleryTitle {
	position: fixed;
	top: -50px;
	visibility: hidden;
}

#galleryDesc {
	position: fixed;
	visibility: hidden;
	line-height: 15px;
	color: #7d7d7d;
	width: 175px;
	font-size: 8pt;
}


/*
#loadingImage {
	position: absolute;
	height: 16px;
	display: block;
	padding: 5px;
}
#loadingImage img {
	width: 25px;
	height: 25px;
}


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



/* GALLERY THUMBS */

#thumbCover {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #333333;
}

#thumbHolder {
	display: block;
	position: absolute;
	left: 50px;
	top: 170px;
}
.thumb {
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	position: absolute;
	display: block;
    cursor: pointer;
}

.thumb:hover {
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}

.thumb img {
	/* Comment out for rows */
	height: auto !important;
	width: 100%;
	/*-webkit-transform: translate3d(0, 0, 0);*/
}

.motionTitle {
	display: none;
	position: absolute;
	bottom: -25px;
	font-size: 11px;
	color: #a3a3a3;
	text-transform: lowercase;
}
.motionDesc {
	color: #666;
	display: inline-block;
	padding-left: 6px;
}


.dirThumb img {
	width: 600px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.dirTitle {
	/*margin-left: 650px;*/
	font-size: 17px;
	text-transform: lowercase;
	color: #dbdbdb;
}

.dirDesc {
	/*display: block;
	margin-left: 650px;*/
	line-height: 130%;
	font-size: 13px;
	text-transform: lowercase;
	color: #7d7d7d;
	padding-right: 40px;
}

.playButton {
	padding-top: 18px;
	cursor: pointer;
	color: #dbdbdb;
}

.playButton:hover {
	color: #ffcc00;
}

/* PROJECT THUMBS */

/*
#projectThumbs {
	display: inline-block;
	position: absolute;
}

.project {
	color: #7e7e7e;
	position: absolute;
	display: block;
    font-size: 8pt;
    padding-bottom: 20px;
}

.project img {
	max-width: 200px;
}

/* CATEGORY THUMBS */

/*
#categoryThumbs {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 30px;
}

.catThumb {
	color: #7e7e7e;
	position: absolute;
	display: block;
    font-size: 8pt;
    padding-bottom: 20px;
}

.catThumb img {
	max-width: 300px;
}

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

/* CONTACT PAGE */

#contactCover {
	display: none;
	position: fixed;
	top: 145px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #333333;
}


#contactPage {
	display: none;
	position: fixed;
	top: 165px;
	left: 50px;
}



.infoText {
	line-height: 18px;
	font-size: 12px;
	color: #fff;
}

.infoText a {
	color: #ffcc00;
}

.infoText a:hover {
	color: #fff;
}


.cv a {
	color: #ccc;
}

.cv a:hover {
	color: #ffcc00;
}


#credit a {
	font-family: Helvetica;
	color: #fff;
	font-size: 11px;
}
#credit a:hover {
	color: #FFCC00;
}

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


#videoCover {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
}

/*
#videoMenu {
	display: block;
	position: fixed;
	bottom: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
}

.videoButton {
	padding-top: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
.videoButton:hover {
	color: #0098db;
}
*/

/*

#videoPlayer {
	display: block;
	position: fixed;
	top: 0px;
	left: 250px;
	height: 800px;
	width: 400px;
}
*/

#vimeoPlayer {
	position: absolute;
	top: 10%;
	left: 5%;
	height: 75%;
	width: 90%;
	background: rgba(0, 0, 0, 1);
	display: block;
}

#closeVideo {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: #fff;
}


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

.css-animated {
-webkit-transform-style: preserve-3d;-webkit-transition: .7s;-webkit-perspective: 1000;	
-moz-transform-style: preserve-3d;-moz-transition: .7s;-moz-perspective: 1000;	
-o-transform-style: preserve-3d;-o-transition: .7s;-o-backface-visibility: hidden;-o-perspective: 1000;
}

html,body {margin: 0;padding: 0;outline: 0;height: 100%;vertical-align: baseline;}
a {text-decoration: none;border: 0px;cursor: pointer;}
ul {list-style:none;padding-left:0;}
img {-ms-interpolation-mode: bicubic;}

#imageCache {visibility: hidden;display: none;}
#largeImage1 {position: fixed;}
#largeImage1 img {position: fixed;top: 0;left: 0;}
#largeImage2 {position: fixed;}
#largeImage2 img {position: fixed;top: 0;left: 0;}

/* SCALE VIMEO PLAYER */

#vimeoPlayer {display: block;position: fixed;visibility: hidden;}
#videoHolder {position: relative;padding-bottom: 56.25%;padding-top: 0px;height: 0;left: 0;overflow: hidden;}
#vimeoPlayer iframe, #videoHolder object, #videoHolder embed {position: absolute;top: 0;left: 0px;width: 100%;height: 100%;}



/* FLOATING ARROWS */

/*
#floatingArrows {display: none;position: fixed;}
#floatLeft {
	display: inline-block;
	width: 33.33%;
	height: 100%;
	float: left;
	cursor: none;
}
#floatRight {
	display: inline-block;
	width: 33.33%;
	height: 100%;
	float: right;
	cursor: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#floatMiddle {
	display: inline-block;
	width: 33.33%;
	left: 33.33%;
	height: 100%;
	cursor: none;
}

#mycursorLeft, #mycursorRight, #mycursorMiddle {
     cursor: none;
     pointer-events: none;
     position: absolute;
     display: none;
     top: 0;
     left: 0;
}
*/