@charset "UTF-8";
/* CSS Document */

body.gallery-project {
	background: #fff;
}

#bg_plus {
	display: none;
}

body.gallery-project #header_bg {
	background: transparent url('/images/header_bg_gallery.png') bottom center repeat-x;
}

/* overview page */

#left {
	width: 1140px;
	padding-right: 0;
}

.gallery-overview {
	position: relative;
	text-align: center;
	font-size: 0;
}

.gallery-overview a {
	display: inline-block;
	width: 558px;
	height: 325px;
	font-size: 14px;
	text-align: left;
	background: #C4C90C;
	color: #fff;
	position: relative;
}

.gallery-overview a + a {
	margin-left: 12px;
}

.gallery-overview .row + .row {
	margin-top: 12px;
}

.gallery-overview a img {
	width: 558px;
	height: 325px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.gallery-overview a .caption {
	bottom: 0;
	color: white;
	font-size: 18px;
	line-height: 22px;
	padding: 12px 0;
	position: absolute;
	text-shadow: 0 2px 3px rgba(0,0,0,.6);
	text-transform: lowercase;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	width: 100%;
	z-index: 40;
	/*text-indent: 18px;*/
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: rgba(6, 6, 6, 0.3);
	height: 50px;
	height: 25px;
	height: 20px;
	line-height: 16px;
	font-size: 16px;
	line-height: 13px;
	height: 16px;
	display: inline-block;
}

.gallery-overview a .overlay {
	background-color: #C4C90C;
	background-blend-mode: multiply;
	height: 325px;
	width: 558px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 30;
}

.gallery-overview a .icon {
	position: absolute;
	top: 162.5px;
	left: 279px;
	width: 1px;
	height: 1px;
	/*background: red;*/
}

.icon span {
	display: inline-block;
}

.icon .top {
	position: absolute;
	top: -36px;
	left: -2px;
	height: 30px;
	width: 4px;
	background: #fff;
}

.icon .bottom {
	position: absolute;
	top: 6px;
	left: -2px;
	height: 30px;
	width: 4px;
	background: #fff;
}

.icon .left {
	position: absolute;
	top: -2px;
	left: -36px;
	height: 4px;
	width: 30px;
	background: #fff;
}

.icon .right {
	position: absolute;
	top: -2px;
	left: 6px;
	height: 4px;
	width: 30px;
	background: #fff;
}

.icon .lens {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(255,255,255,.5); /* -1px for a little firefox clipping bug */
	position: absolute;
	top: -45px;
	left: -45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon .handle {
	width: 5px;
	height: 24px;
	box-shadow: 0 -24px 0px 0 rgba(255,255,255,.5);
	position: absolute;
	top: 16px;
	left: 26px;
	transform: rotate(135deg);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.icon .lens, .icon .handle {
	box-shadow: none;
}

.icon .top, .icon .bottom, .icon .left, .icon .right {
	/display: none;
	background: rgba(255,255,255, 1);
}

a:hover .icon .top, a:hover .icon .bottom, a:hover .icon .left, a:hover .icon .right {
	display: inline-block;
}

a:hover .icon .lens {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover .icon .handle {
	/*box-shadow: 0 -24px 0 rgba(255,255,255,.6);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;*/
}

.icon .top {
	height: 0;
	top: -6px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover .icon .top {
	height: 25px;
	top: -31px;
}

.icon .bottom {
	height: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover .icon .bottom {
	height: 25px;
}

.icon .left {
	width: 0;
	left: -6px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover .icon .left {
	width: 25px;
	left: -31px;
}

.icon .right {
	width: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover .icon .right {
	width: 25px;
}


/* project page */

/* make spersized windowed */

#supersized, #supersized li, #supersized a, #supersized img {
	width: 832px;
	height: 455px;
	padding: 0;
	margin: 0;
}

#supersized {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -416px;
}

#supersized li {
	position: absolute;
}

/* overwrite shutter styles */

#thumb-tray {
	position: absolute;
	box-shadow: none;
	width: 832px;
	left: 64px;
	/*bottom: 60px;*/
	top: 561px;
	height: 87px;
	padding-top: 0;
	background: none;
}

ul#thumb-list {
	margin: 0;
}

ul#thumb-list li {
	width: 132px;
	height: 77px;
	margin-right: 8px;
	padding-top: 14px;
	padding-left: 0;
	background: none;
}

ul#thumb-list li img {
	width: 132px;
	opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100);
}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	/*border-bottom: 2px solid #9da20e;*/
}

ul#thumb-list li.current-thumb, ul#thumb-list li.current-thumb:hover {
    background: transparent url("/images/slider_thumb_active.png") top center no-repeat;
}

ul#thumb-list li:hover {
    background: transparent url("/images/slider_thumb_hover.png") top center no-repeat;
}

#thumb-back {
	opacity: .35; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; filter:alpha(opacity=35);
    background: transparent url("/images/slider_thumb_arrows.png") left center no-repeat;
	width: 20px;
	height: 72px;
	/*bottom: 60px;*/
	top: 574px;
	left: 15px;
}

#thumb-forward {
	opacity: .35; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; filter:alpha(opacity=35);
    background: transparent url("/images/slider_thumb_arrows.png") right center no-repeat;
	width: 20px;
	height: 72px;
	/*bottom: 60px;*/
	top: 574px;
	right: 15px;
}

#thumb-back:hover, #thumb-forward:hover {
	opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60);
}

#prevslide, #nextslide {
	z-index: 20;
	height: 101px;
	width: 63px;
	margin-top: -75px;
	opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);
	filter: 0;
	top: 282px;
	margin-top: 0;
}

#prevslide:active, #nextslide:active {
	margin-top: -75px;
	margin-top: 0;
}

#prevslide {
    background: transparent url("/images/slider_arrows.png") top left no-repeat;
	left: 50%;
	margin-left: -406px;
}

#nextslide {
    background: transparent url("/images/slider_arrows.png") top right no-repeat;
	margin-left: 343px;
	left: 50%;
}

#slidecounter {
	text-shadow: none;
	position: absolute;
	top: 558px;
	left: 50%;
	width: 100px;
	margin: 0;
	margin-left: 316px;
	text-align: right;
    background: none;
	z-index: 20;
	height: 13px;
	line-height: 13px;
	font-size: 13px;
	color: #888;
	padding-left: 1px; /*weird alignment fix*/	
}

/* misc */

#gallery_thumb_bg {
	position: absolute;
	top: 100px;
	height: 455px;
	background: #F2F2F2;
	width: 100%;
	z-index: -2000;
}

.gallery_thumb_container {
    height: 500px;
	width: 960px;
    margin: 0 auto;
	position: relative;
	/*background: rgba(0,0,0,.1);*/
}

.project-name {
	background: rgba(0,0,0,.5);
	position: absolute;
	right: 64px;
	bottom: 45px;
	color: #fff;
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	text-transform: lowercase;
	font-size: 17px;
	line-height: 17px;
	padding: 12px 26px 13px;
}