/*FONTS*/
@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham-Book.eot');
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham-Book.woff') format('woff'),
    url('/fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg');
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham-Medium.eot');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham-Medium.woff') format('woff'),
    url('/fonts/gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham-Bold.eot');
    font-weight: bold;
}

  @font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham/Gotham-Bold.woff') format('woff'),
    url('/fonts/gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
}

.container {
	width: 100%;
	height: 100%;
}

.site-content {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.site-blocker {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background: yellow;*/
	z-index: 3000;
	top:0%;
	left:0%;
	display: none;
}

.debug_dump {
	position: absolute;
	width: 94%;
	padding: 15px;
	margin:0;
	bottom: 0px;
	left:2%;
	color: #F92672;
	background-color: #34352D;
	border: 1px dotted #F92672;
	display: none;
}

/*GENERIC STYLES*/

body, html {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	
}

body {
	background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1 {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1.2px;
}

h2 {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1.2px;
}

/*img {
	image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4 {
	color: #FFFFFF;
}

.ui-page {
    -webkit-backface-visibility: hidden;
} */

/*CUSTOM GENERIC STYLES*/

.underlined { text-decoration: underline; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.red { color: #D92937; }

.black80 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.8 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.black90 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.8 opacity */
	background: rgba(0, 0, 0, 0.9);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.white80 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.8 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.shadow {
	/*-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;*/
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#888888')";
}

.shadow-bottom {
	-moz-box-shadow: 0px 1px 8px #000;
	-webkit-box-shadow: 0px 1px 8px #000;
	box-shadow: 0px 1px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
}

.shadow-strong {
	-moz-box-shadow: 0 0 6px #444;
	-webkit-box-shadow: 0 0 6px #444;
	box-shadow: 0 0 6px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#444444')";
}


/*LINKS*/

a { font-weight: 500; color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #D92937; text-decoration: none; }

/*NAVIGATION*/

nav {
	position:fixed;
	width: 100%;
	height: 48px;
	/*white-space: nowrap;*/
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1.2px;
	z-index: 1000;
	background: #000000;
}

nav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 15px 50px 0px 50px;
	padding: 15px 30px 0px 30px;
}

.home-link { font-weight: 500; position: absolute; padding: 15px 25px 0px 25px; }
a.home-link:visited { color: #D92937; text-decoration: none; }
a.home-link:hover { color: #D92937; text-decoration: none; }

.magnifier-link{ position: absolute; top: 10px; right: 20px; width: 23px; height: 22px; background: url(/images/ui/btn-magnifier.png) top right no-repeat; cursor: pointer;}

.top-links { width: 100%; text-align: center; /*margin-left: -40px;*/ margin-left: 24px;}
.top-links ul li a, .top-links ul li a:visited { color: #FFFFFF; text-decoration: none; }
.top-links ul li a:hover { color: #D92937; text-decoration: none; }

.drop-down-nav {
	position:absolute;
	top: 48px;
	/*min-width: 160px;*/
	width: 152px;
	padding: 20px;
	padding-bottom: 26px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	display: none;
	/*background-color:#92CAE4;*/
}

.page-link a, .page-link a:visited { font-weight:bold; font-size: 9px; color: #000000; text-decoration: none; } 
.page-link a:hover { font-weight:bold; font-size: 9px; color: #D92937; text-decoration: none;} 

.drop-down-subnav a, .drop-down-subnav a:visited { font-size: 9px; color: #000000; text-decoration: none; } 
.drop-down-subnav a:hover { font-size: 9px; color: #D92937; text-decoration: none;} 

.drop-down-nav li {
	display:list-item;
	text-align:left;
	padding: 0;
}

.drop-down-subnav {
	/*background-color:#FBC2C4;*/
}

.drop-down-subnav li {
	margin: 3px 0px 0px 0px;
}

.drop-down-subnav li:first-child {
    margin-top:10px;
}

.drop-down-subnav li:last-child {
    margin-bottom: 15px;
}

.page-link {
	margin: 5px 0px 0px 0px !important;
	/*background-color:#FFD324;*/
}

.collapsed {
	background: url(/images/ui/btn-plus.png) top right no-repeat;
	border-bottom: 1px solid #9a9a9a;
	overflow: hidden;
	cursor:pointer;
}

.expanded {
	background: url(/images/ui/btn-minus.png) top right no-repeat;
	border-bottom: 1px solid #9a9a9a;
	overflow: hidden;
	cursor:pointer;
}

.nav-extra-top {
	margin: 15px 0px 0px 0px !important;
}

.nav-extra-bottom {
	margin: 0px 0px 15px 0px !important;
}

.nav-reset-top-bottom {
	margin: 5px 0px 0px 0px !important;
}

.nav-less-bottom {
	margin-bottom: 0px !important;
}

/*RESIZE CSS*/ 
.full-width {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.full-height {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/*ARROWS*/
.navigation-arrows {
	width: 50px;
	height: 100px;
	position: fixed;
	bottom: 10px;
	right: 25px;
}

#arrow-prev {
	position: absolute;
	top: 0px;
	width: 50px;
	height: 50px;
	background-image: url('/images/ui/btn-up.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor:pointer;
}

#arrow-next {
	position: absolute;
	top: 50px;
	width: 50px;
	height: 50px;
	background-image: url('/images/ui/btn-down.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor:pointer;
}

.arrow-back {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 15px;
	margin-top: -25px;
	background-image: url('/images/ui/btn-back.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.arrow-over {
/*	background-position-y: 50px;*/
	background-position: bottom right;
}

.arrow-out {
/*	background-position-y: 0px;*/
	background-position: top right;
}


/*POST TEMPLATES*/
.bottom-link-div {
	height: 135px;
	width: 100%;
	position: absolute;
	text-align: center;
	overflow: hidden;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1.2px;
	z-index: 200;
}

.white-bottom {
	background-color: #FFFFFF;
}

.grey-bottom {
	background-color: #1F1F1F !important;
}

.black-bottom {
	background-color: #000000;
	color: #FFFFFF;
	font-weight:500;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.8 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.link {
	margin-top: 62px;
}

.white-bottom a, .white-bottom a:visited { color: #000000; font-weight: bold; text-decoration: none; } 
.white-bottom a:hover { color: #D92937; font-weight: bold; text-decoration: none; }

.black-bottom a, .black-bottom a:visited { color: #FFFFFF; font-weight: 500; text-decoration: none; } 
.black-bottom a:hover { color: #D92937; font-weight: 500; text-decoration: none; }

.content-div {
	height: inherit;
  	width: 100%;
  	/*overflow-y: hidden;
	overflow-y: scroll;
	position: absolute;*/
}

.post {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	/*-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;*/
}

.whole-post {
	width: 100%;
	height: 100%;
	position: absolute;
}

.side-post {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top:0%;
	left:100%;
	background: black;
	border: 1px solid #232323;
	/*border-left: 1px solid #232323;
	border-top: 1px solid #232323;*/
}

.grid {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	background-image: url('/images/ui/preloader-b.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.grid-loaded {
/*	background-color: #000000;*/
	background-image: none;
}

.post-title {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1.2px;
	position: absolute;
	bottom: 0px;
	left: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.results-amount {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	color: #FFFFFF;
	padding-left:25px;
}

.post-description-div {
	overflow: hidden;
}

/*Generic text inside description*/
.description-copy a { text-decoration: underline; }
.description-copy a:hover { text-decoration: none; }
.description-copy h1 { font-size: 11px; line-height: 1.5em;}
.description-copy h2 { font-size: 10px; line-height: 1.5em;}
.description-copy h3 { font-size: 9px; line-height: 1.5em;}
.description-copy h4, .description-copy h5, .description-copy h6 { font-size: 8px; line-height: 1.5em;}

.post-image-div .bottom-darkner {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('/images/ui/bottom-gradient.png');
	background-repeat: repeat-x;
	background-position: bottom; 
}

.post-image-div img {
	position: absolute;
}


/*homepage*/
.homepage-video {
	width: 100%;
	height:100%;
	overflow:hidden;
}

.homepage-video img {
	display: none;
}


/*half-bleed-with-text*/
.half-bleed-with-text {
	background: #FFFFFF;
}

.half-bleed-with-text .post-image-div {
	width: 50%;
	height: inherit;
	top: 0px;
	left: 0px;
}

.half-bleed-with-text .post-description-div {
	width: 50%;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	background: #FFFFFF;
}

.half-bleed-with-text .post-description-div .description-copy {
	width: 50%;
	/*min-width: 500px;*/
	color: #000000;
	padding: 120px 30px 240px 50px;
}

.half-bleed-with-text .post-image-div .post-title {
	
}

.half-bleed-with-text .post-description-border {
	width: 50%;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 50%;
	border-top: 1px solid #EDEDED;
}


.half-bleed-with-text .slide-image {
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

/*full-bleed-and-grid*/
.full-bleed-and-grid {
	overflow: inherit !important;
}

.full-bleed-and-grid .post-image-div {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
}

.full-bleed-and-grid .post-description-div {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
}

.full-bleed-and-grid .post-description-div .description-copy {
	width: 100%;
	/*min-width: 500px;*/
	color: #000000;
	padding: 120px 30px 240px 50px;
}

.full-bleed-and-grid .post-image-div .post-title {
	
}


/*full-bleed-with-text-and-grid*/
.full-bleed-with-text-and-grid {
	overflow: inherit;
}

.full-bleed-with-text-and-grid .post-image-div {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
}

.full-bleed-with-text-and-grid .post-description-bgnd {
	width: 51%;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
}

.full-bleed-with-text-and-grid .post-description-div {
	width: auto;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 50%;
}

.full-bleed-with-text-and-grid .post-description-div .description-copy {
	width: 50%;
	/*min-width: 500px;*/
	color: #FFFFFF;
	padding: 120px 30px 240px 50px;
}

.full-bleed-with-text-and-grid .post-description-div .description-copy h1 {
	color: #FFFFFF;
	line-height: 1.5em;
}


/*timeline*/
.timeline .post-background-div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
}

.timeline .post-content-div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	overflow: auto !important;
	/*background-color: #FBC2C4;
	/*overflow-x: auto;
	overflow-y: hidden;*/
}

.timeline .post-centering-div {
	width: auto;
	height:70%;
	position: relative;
	/*background-color: yellow;*/
}

.timeline .post-background-div .post-title {
	color: #000000;
}

.timeline-image-block {
	position: absolute;
	height: auto;
}

.timeline-image-block p {
	font-size: 11px;
	margin: 0px;
	letter-spacing: 0px;
}

.timeline-image-block .image-title {
	margin-top: 10px;
}

.timeline-image-block .post-image {
	
}

.timeline-blocker {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url('/images/ui/preloader-w.gif');
	background-repeat: no-repeat;
	background-position: center; 
	z-index: 100;
}

.timeline-years {
	width: 100%;
	height: 30px;
	position: absolute;
	overflow: hidden;
	top: 75%;
	/*border-top: 1px solid #000000;*/
	/*background: teal;*/
}

.year-spacer {
	position: absolute;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	/*background: red;*/	
	width: 100%;
	height: 30px;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.2px;
	padding: 5px 0px 0px 5px;
	overflow: hidden;
}

.closing-delimiter {
	width: 1px;
}


/*blog*/
.blog {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	color: #000000;
	overflow-y: hidden;
}

.blog .post-background-div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	color: #000000;
}

.blog .post-content-div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	overflow: auto !important;
	/*background-color: #FBC2C4;
	/*overflow-x: auto;
	overflow-y: hidden;*/
}

.blog .post-centering-div {
	width: auto;
	height:80%;
	position: relative;
	/*background-color: yellow;*/
}

.blog .post-background-div .post-title {
	color: #000000;
}

.blog-post, .archive-post {
	width:auto;
	height: auto;
	position: absolute;
	color: #000000;
}

.blog-copy-block {
	position: absolute;
	width: 400px;
	/*background: yellow;
	overflow-y: hidden;*/
}

.blog-copy-block .content-title {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1.2px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.blog-copy-block .content-subtitle {
	
}

.blog-copy-block .content-date {
	
}

.blog-image-block {
	position: absolute;
	height: auto;
}

.blog-image-link {
	cursor: pointer;
}

.blog-image-block p {
	font-size: 11px;
	margin: 0px;
	letter-spacing: 0px;
}

.blog-image-block .image-title {
	margin-top: 2px;
}

.blog-image-block .post-image {
	
}

.blog-blocker {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
}

.blog-column {
	width: 400px;
}

.blog-column a {
	text-decoration: underline !important;
}


/*video-grid*/
.video-grid .post-title{
	width: 45% !important;
}

.video-grid .block-of-four {
	position: relative;
}

.post-video-image-div {
	position: absolute;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	overflow: hidden;
	background: #000000;
}

.post-video-image-div img {
	position: absolute;
}

.post-video-image-div .post-video-over {
	position: absolute;
	width:100%;
	height:100%;
	background-image: url('/images/ui/big-play-btn.png');
	background-repeat: no-repeat;
	background-position: center; 
	display: none;
}

.video-container {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	z-index: -1;
/*	background: #ff0000;	*/
}

.ipad-video-holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #121212;	
	z-index: 300;
}

/*JScrollPane*/ 
.scroll-pane {
	width: 100%;
	height: 70%;
	overflow: auto;
}

.jspCap {
	display: block;
	/*background: #FFFFFF;*/
}

.jspVerticalBar {
	display: none;	
}

.jspHorizontalBar .jspCap {
	width: 30%;
	height: 6px;
	float: left;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	height: 6px;
	cursor: pointer;
	/*background: #000000;*/
}

.jspTrack {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	height:4px;
	float:left;
}

.jspContainer {
	overflow: hidden;
	position: absolute;
	/*position: relative; PUT THI BACK IF SCROOLER BREAKS*/
	max-height: 100%;
}

.jspPane {
	position: absolute;
	width: auto;
}

.jspDrag {
	height: 100%;
	position: absolute;
	background: #000000;
}

/*SHARE*/
.share-links {
	padding-top: 5px;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 1.2px;
}

.share-links a, .share-links a:visited { color: #000000; font-weight: normal; text-decoration: underline; } 
.share-links a:hover { color: #D92937; font-weight: normal; text-decoration: underline; }



/*WINDOW DIMMERS*/

.window-dimmer {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.window-dimmer .btn-cointainer {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 50px;
	height: 50px;
}

.window-dimmer #close-btn {
	position: absolute;
	left: -25px;
	width: 50px;
	height: 50px;
	background-image: url('/images/ui/btn-close.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.close-btn-over {
	background-position: bottom right;
}

.close-btn-out {
	background-position: top right;
}



/*CONTENT GRIDS*/

.content-grid {
	position: absolute;
	height: 100%;
/* 	height:auto !important; */
	width: 90%;
	left: 5%;
}

.content-grid-wrapper {
	position: absolute;
	margin: 0 auto;
	background: #000000;
	overflow: visible !important;
/*	background: #ff0000;*/
}

.content-grid-item {
	  width: 160px;
	  height: 160px;
	  margin: 10px;
	  /*background:#0ABAC6;*/
	  float: left;
	  /*overflow: hidden;*/
}

.content-grid-item img {
  position: absolute;
}

.content-grid-item .thumb-over {
	position: absolute;
	background-image: url('/images/ui/btn-more.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer; 
	display: none;
}

.large-view {
	position: absolute;
	width: 100%;
	height: 100%;
}

.large-view .grid-item-detail {
	position: absolute;
	width: 100%;
	height: 100%;
}

.grid .grid-scroller {
	height: 100%;
	width: 100%;
	position: absolute;
	/*background:#FBC2C4;*/
	overflow: auto;
}

.grid-item-detail {
	position: absolute;
	background-image: url('/images/ui/preloader-b.gif');
	background-repeat: no-repeat;
	background-position: center; 
}

.grid-item-detail .item-copy {
	position: absolute;
	width: auto;
	left: 50%;
	padding-left: 50px;
	margin-right: 20%;
	padding-right:10px;
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	font-weight: normal;
	display: none;	
	/*background: orange;*/
}
.item-copy.work-detailed {
	max-height:60%;
	overflow-y: auto;
	overflow-x: none;
}
.grid-item-detail .item-copy .item-title {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.grid-item-detail .item-image {
	position: absolute;
	width: 50%;
	height: auto;
	display: none;	
}

.grid-item-detail .item-image img {
	position: absolute;
	right: 0px;
}

.full-bleed-and-grid, .content-grid, .content-grid-wrapper{
	overflow: hidden;
}

.grid .zoom-buttons {
	position: absolute;
	width: 52px;
	height: 24px;
	left: 50%;
	bottom: 15px;
	margin-left: -26px;
}

.grid .zoom-buttons .btn-enlarge {
	position: absolute;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-image: url('/images/ui/btn-plus-grid.png');
	background-repeat: no-repeat;
}

.grid .zoom-buttons .btn-shrink {
	position: absolute;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-image: url('/images/ui/btn-minus-grid.png');
	background-repeat: no-repeat;
	left: 28px;
}

.zoom-btn-over {
	background-position: bottom right;
	cursor: pointer;
}

.zoom-btn-out {
	background-position: top right;
	cursor: pointer;
}

.zoom-btn-disabled {
	background-position: bottom right;
	cursor: default;
}

.zoom-btn-enabled {
	background-position: top right;
	cursor: pointer;
}



/*ARCHIVE GRID*/
.archive {
	width:100%;
	height:100%;
	position: absolute;
	overflow: hidden;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.8 opacity */
	background: rgba(255, 255, 255, 0.9);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.archive .grid-item-detail {
	
}

.archive .content-grid-wrapper {
	background: none;
}

.archive .content-grid-item {
	overflow: visible;
}

.archive .content-grid-item .thumb-over {
	position: absolute;
	background-image: url('/images/ui/btn-more-black.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer; 
	display: none;
}

.close-archive {
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 50px;
	height: 50px;
	display: none;
}

.close-archive #close-btn {
	position: absolute;
	left: -25px;
	width: 50px;
	height: 50px;
	background-image: url('/images/ui/btn-close-black.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.archive-post-detail {
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 100%;
}

.archive-post-detail .btn-cointainer, .blog .btn-cointainer, .post .btn-container-explore {
	text-align:center;
	width:300px;
	height:20px;
	position:absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -150px;
}

.btn-explore-period {
	width: 20% !important;
	left: -25px !important;
	margin-left: 30% !important;
	text-align: right !important;
}

#back-to-archive, #go-to-archive {
	text-transform:uppercase;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1.2px;
}

.go-to-grid {
	text-transform:uppercase;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1.2px;
	color: #FFFFFF;
}

a.go-to-grid, a.go-to-grid:visited {
	color: #FFFFFF;
}

a.go-to-grid:hover {
	color: #D92937;
}

/*TOOLTIP*/
#tt {
	position:absolute;
	display:block;
	background: #1F1F1F;
	z-index: 10000;
	text-align: center;
}
#tttop {
	display:block;
	height:4px;
	margin-left:4px;
	background: #1F1F1F;
	overflow:hidden;
}
#ttcont {
	display:block;
	padding:2px 7px 3px 7px;
	margin-left:4px;
	background: #1F1F1F;
	color: #fff;
	text-transform:uppercase;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 1.2px;
}
#ttbot {
	display:block;
	height:4px;
	margin-left:4px;
	background:#1F1F1F;
	overflow:hidden;
}



/*SCROLLBARS DEFAULT FOR WORK SECTION*/

.scrollable { overflow: hidden !important; position: relative; }
.scrollable .scrollcontent { -webkit-overflow-scrolling:touch; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; overflow: hidden; /*line-height: 0px;*/ }
.scrollable .scrollwrap { /*overflow: hidden; display: inline-block; line-height: 1.3em;*/ }
.scrollable .scrollwrap:after { display: none; }
.scrollable.no_scroll_v .scrollcontent { /*left: auto; right: 0px;*/ }
.scrollable.no_scroll_h .scrollcontent { /*top: auto; bottom: 0px;*/ }
/*.scrollable .scroller { position: absolute; cursor: pointer; background-color: #1F1F1F; }*/
.scrollable .vscroller { top: 150px; right: 0px; width: 4px; border: 1px solid #CCCCCC; }
.scrollable.no_scroll_v .vscroller { display: none;}
.scrollable.no_scroll_h .vscroller { bottom: 0px; }
.scrollable .hscroller { left: 30%; top: auto; right: 30%; height: 6px; bottom: 10%; }
.scrollable.no_scroll_v .hscroller { right: 30%; }
.scrollable.no_scroll_h .hscroller { display: none; }
.scrollable .scrollarea { position: absolute; }
.scrollable .vscroller .scrollarea { top: 0px; bottom: 0px; left: 0px; right: 0px; }
.scrollable .hscroller .scrollarea { top: 0px; bottom: 0px; left: 0px; right: 0px; }
/*.scrollable .scrollblock { position: absolute; top: 0px; left: 0px; background-color: #FFFFFF; }*/
.scrollable .scrollblock:hover { /*	background-color: #ABABAB;*/ }
.scrollable .vscroller .scrollblock { top: 20px; height: 60px; left: 0px; right: 0px; }
.scrollable .hscroller .scrollblock { left: 70px; width: 20px; top: 0px; bottom: 0px; }
.scrollable .scrollbtn { display: none; }
.scrollable .scrollbtn:hover { /*color: #666;*/ }
.scrollable .scrolltop { top: 0px; left: 0px; }
.scrollable .scrolldown { left: 0px; bottom: 0px; top: auto; }
.scrollable .scrollleft { left: 0px; top: 0px; }
.scrollable .scrollright { top: 0px; right: 0px; left: auto; }
.scrollable .filler { }
.scrollable.no_scroll_v .filler, .scrollable.no_scroll_h .filler { display: none; }

/*SCROLLBARS DARK*/
.scrollable .scroller { position: absolute; cursor: pointer; background-color: #1F1F1F; }
.scrollable .scrollblock { position: absolute; top: 0px; left: 0px; background-color: #FFFFFF; }

/*SCROLLBARS LIGHT*/
.archive .scrollable .hscroller { left: 30%; top: auto; right: 30%; height: 4px; bottom: 80px; }
.archive .scrollable .scroller { position: absolute; cursor: pointer; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
.archive .scrollable .scrollblock { position: absolute; top: 0px; left: 0px; background-color: #000000; }

.archive-post-detail .scrollable .hscroller { left: 30%; top: auto; right: 30%; height: 4px; bottom: 80px; }
.archive-post-detail .scrollable .scroller { position: absolute; cursor: pointer; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
.archive-post-detail .scrollable .scrollblock { position: absolute; top: 0px; left: 0px; background-color: #000000; }

.search-results .scrollwrap {
	width: auto !important;
	padding: 150px 50px 100px 50px;
}


/*SEARCH*/
.search-bar {
	width: 100%;
	height: 30px;
	background: #FFFFFF;
	position: absolute;
	text-align: right;
	z-index: 1;
	position: fixed;
	overflow: hidden;
}

.search-fields {
	position: absolute;
	height: 30px;
	right: 0px;
	background-color: #E9E9E9;
}

.search-fields input {
	margin: 0px;
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
	color: black;
	
}

.search-fields .search-input {
	height: 27px;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	font-family: Gotham;
}
.search-input {
	font-size: 9px;
	letter-spacing: 1.2px;
}

.search-fields .search-button {
	height: 26px;
	width: 90px;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-style:italic;
	font-size: 11px;
	letter-spacing: 0.4px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.search-fields .search-button:hover {
	color:#D92937;
}

.search-panel {
	background: #FFFFFF;
	width: 50%;
 	height: 100%;
 	color: #000000;
 	position: fixed;
	right: -55%;
 	z-index: 1;
 	overflow: auto;
}

.search-results {
	width: 50%;
	/*padding: 150px 30px 240px 50px;*/
 	height: 100%;
 	background: white;
 	color: #000000;
 	position: absolute;
}

.highlight {
	background: none !important;
	color: #D92937 !important;
	/*font-weight: bold !important;*/
}

.ps-header-container { 
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 34px;
	display: inline;
}

#ps-header { 
	text-transform: uppercase; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	border-bottom: 1px solid #9a9a9a;
}

#ps-title { 
	text-transform: uppercase; 
	padding-top: 19px; 
	padding-bottom: 9px; 
	text-decoration: underline !important;
}

#ps-description {
	margin: 0 0 0.5em !important;	 
}

.close-search-button {
	width: 12px;
	height: 12px;
	background-image: url('/images/ui/btn-close-search.png');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor:pointer;
	float: right;
	margin-top: -21px;
}

.thumb-pic {
	display: none;
}

/*TEMP*/
.search-f { margin-bottom: 40px; }
.search-r {
	width: 80%;
 	height: 80%;
 	background: white;
 	color: #000000;
 	padding: 10%;
 	position: absolute;
	height: auto;
}

/*.col-1 {
	background:#0ABAC6;
}

.col-2 {
	background:#C6D880;
}

.col-3 {
	background:#FBC2C4;
}

.col-4 {
	background:#C3D9FF;
}*/


/*IPAD STYLES*/

/*.post-description-div {
	overflow:scroll;
}*/


