body {
	padding: 0px;
	margin: 0px;
	line-height: 1;
	font-family: 'Adobe Caslon Pro';
	color: black;
}


@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url('http://bridgetpeirson.co.uk/cdn/fonts/ACaslonPro-Semibold/ACaslonPro-Semibold.eot'); /* IE9 Compat Modes */
  src: url('http://bridgetpeirson.co.uk/cdn/fonts/ACaslonPro-Semibold/ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://bridgetpeirson.co.uk/cdn/fonts/ACaslonPro-Semibold/ACaslonPro-Semibold.woff') format('woff'), /* Modern Browsers */
       url('http://bridgetpeirson.co.uk/cdn/fonts/ACaslonPro-Semibold/ACaslonPro-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://bridgetpeirson.co.uk/dn/fonts/ACaslonPro-Semibold/ACaslonPro-Semibold.svg#ba026786152b115ad8f6c022950fbe5c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}




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

#logo {
	display: none;
	position: fixed;
	top: 40px;
	left: 40px;
}
#logo img {
	width: 130px;
}


#sideBlock {
	display: block;
	position: fixed;
	left: 20px;
	top: 20px;
	width: 244px;
	height: 100%;
	background-color: #DEDFDB;
}

#centerBlock {
	display: block;
	position: fixed;
	left: 280px;
	top: 20px;
	width: 100%;
	height: 100%;
	background-color: #efefed;
}


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


/* GALLERY MENU */

#mainMenu {
	left: 40px;
	bottom: 40px;
	position: fixed;
	display: block;
}
.mainMenuButton {
	padding-top:9px;
	font-size: 12px;
	color: #808679;
	letter-spacing: 2px;
	cursor: pointer;
	text-transform: uppercase;
}
.mainMenuButton:hover {
	color: #153F59;
}
.active {
	color: #153F59;
}


/* 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: 42px;
	width: 400px;
	height: 5px;
	text-align: center;
}
.galNavButton {
	font-size: 12px;
	color: #7d7d7d;
	letter-spacing: 1px;
	cursor: pointer;
}
.galNavButton:hover {
	color: #153f59;
}
#galNavDivider {
	display: inline-block;
	width: 1px;
	height: 15px;
	position: relative;
	top: 3px;
	margin-left: 7px;
	margin-right: 7px;
	background-color: #7d7d7d;
}


#imageCounter {
	/*position: fixed;
	bottom: 20px;
	right: 20px;*/
	color: #7d7d7d;
	                  
	             
	              
	margin-left: 20px;
	letter-spacing: 1px;
	font-size: 12px;
	cursor: default;
}



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

#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;
	left: 280px;
	top: 20px;
	width: 100%;
	height: 100%;
	background-color: #EFEFED;
}


#thumbHolder {
	display: block;
	position: absolute;
	left: 300px;
	top: 40px;
	width: 800px;
	height: 800px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.thumb {
	position: absolute;
	display: block;
    cursor: pointer;
}



::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #efefed;
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #153f59;
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    background-color: #153f59;
}


/*



#scroller {
	position: fixed;
	top: 40px;
	left: 300px;
	overflow: hidden;
}

.thumbHolder {
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	/*display: block;
	height: 900px;
	background-color: aqua;*/
	
	/*
}

.thumb {
	position: absolute;
	display: block;
    cursor: pointer;
   
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;       
	
}



/*
VERTICAL SCROLL BAR
*/

/*
#scrollbar1 {
	position: absolute;
	right: 0;
	width: 10px;
	height: 100%;
}

#bar1 {
	height: 100%;
	width: 2px;
	position: absolute;
	margin: auto;
	left: 0; top: 0; right: 0; bottom: 0; 
}

#scrub1 {
	width: 10px;
	height: 150px;
	background: #153f59;
	position: absolute;
	cursor: hand;
}



/* 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: block;
	position: fixed;
	left: 280px;
	top: 20px;
	width: 100%;
	height: 100%;
	background-color: #153f59;
}

#contactPage {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -295px;
	margin-top: -250px;
	width: 850px;
}
.contactText, .contactText a {
	font-size: 18px;
	line-height: 150%;
	color: #fff;
}
.bioText {
	font-size: 15px;
	line-height: 135%;
	color: #e1e1e1;
}
#credit {
	font-family: Helvetica;
	color: #c1c1c1;
	font-size: 11px;
}

#credit a {
	color: #c1c1c1;
}
#credit a:hover {
	color: #fff;
}

.social {
	padding-right: 3px;
	opacity: 0.8;
}
.social:hover {
	opacity: 1;
}
.social img {
	padding-top: 7px;
	width: 22px;
}


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

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


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

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

.videoButton {
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.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: none;
}




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

.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;}
#videoHolder 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: 50%;
	height: 100%;
	float: left;
	cursor: none;
}
#floatRight {
	display: inline-block;
	width: 50%;
	height: 100%;
	float: right;
	cursor: none;
}

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

