/* 	the_block 
=================================================== */

#stage #the-block {
	text-align: left;
	}

#the-block,
#login
	{
	margin: 0 auto;
	
	}

#the-block .mantle, 
#login .mantle
	{
	background-color: transparent;
	border: 0 dotted #2C2C2C;
	border-width: 0px 0 0px 0;
	margin: 10px auto 35px;
	padding: 0px 24px 0px;
	
	position: relative;
	width: auto;
	max-width: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );

	}

#the-block .core,
#login .core
	{
	max-width: none;
	padding: 0 35px;
	}

#login {
	max-width: 300px;
	}
#login .core {
	padding: 0;
	}


@media only screen and (max-width: 600px) {
	#the-block, 
	#login
		{
		margin: 0 auto;
	
		}

	#the-block .mantle, 
	#login .mantle
		{
		padding: 0px 0 0px;
		}

	#the-block .core,
	#login .core 
		{
		max-width: none;
		padding: 0 6px;
		}
	} /* max-width: 600px */

#the-block img {
	background-color: #FFFFFF;
	border: 0px solid #2C2C2C;
	display: block;
	margin: 0 auto;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

img.float-left, 
#the-block img.float-left {
	margin: 0 24px 24px 0;
	}
img.float-right, 
#the-block img.float-right {
	margin: 0 0 24px 24px;
	}
img.inline-image,
#the-block img.inline-image {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	}

#the-block-image {
	display: block;
	margin: 0 auto;
 
	text-align: center;
	}

@media only screen and (max-width: 992px) {
	#the-block img, 
	.float-left, 
	.float-right {
		float: none;
		margin: 0 auto;
		max-width: 100%;
		width: auto !important;
		}
	#the-block-image, 
	.float-left, 
	.float-right {
		margin-bottom: 24px;
		}
	} /* max-width: 992px */

#contact-form-container {
	float: none;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
	}


/* 	the_grid 
=================================================== */

#the-grid {
	margin: 0 auto;
	
	}

#the-grid .mantle {
	background-color: transparent;
	border: 0 dotted #2C2C2C;
	border-width: 0px 0 0px 0;
	margin: 24px auto 0px;
	padding: 0px 24px 0px;
	
	position: relative;
	width: auto;
	max-width: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );


	}

#the-grid .core {
	max-width: none;
	padding: 0 0px;
	}

@media only screen and (max-width: 600px) {
	#the-grid {
		margin: 0 auto;
	
		}

	#the-grid .mantle {
		padding: 0px 0 0px;
		}

	#the-grid .core {
		max-width: none;
		padding: 0 6px;
		}
	} /* max-width: 600px */

#the-grid img {
	height: auto;
	max-width: 100%;
	}


/* 	Gallery 
=================================================== */

/* CE3 Standard */

#gallery.ce3standard {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*
    -o-transition: all .2s linear; 
    -moz-transition: all .2s linear; 
    -webkit-transition: all .2s linear;
    transition: all .2s linear; 
    */
	}

.ce3standard .element,
.ce3standard .item {
	background-color: #F1F1F1;
	float: left;
	margin: 0 4px 8px;
	position: relative;

	border: 0 solid #2C2C2C;
	border-width: 0px 0px 0px 0px;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.4 );

	}

.ce3standard .element:hover, 
.ce3standard .item:hover {
	background-color: #E1E1E1;
	}


.ce3standard .gallery-item {
	background-position: center center;
	background-repeat: no-repeat;
	height: 180px;
	overflow: hidden;
	position: relative;
	width: 270px;
	}

.ce3standard .gallery-icon {
	background-color: #FFFFFF;
	border: 0px solid #2C2C2C;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	text-align: center;
	}

@media only screen and (max-width: 992px) {
	#gallery.ce3standard {
		width: 100% !important;
		}
	.ce3standard .element,
	.ce3standard .item {
		background-color: transparent;
		border-width: 0;
		margin: 0 0.5% 1%;
		width: 19%;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		}
	.ce3standard .element:hover, 
	.ce3standard .item:hover {
		background-color: transparent;
		}
	.ce3standard .gallery-item {
		background-size: cover;
		padding-bottom: 99.25%;
		width: auto;
		height: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		}
	.ce3standard .gallery-icon {
		height: 0 !important;
		margin-top: 0 !important;
		position: static;
		opacity: 0;
		width: auto !important;
		}
	.ce3standard .gallery-icon img {
		display: none;
		}
	.ce3standard .gallery-icon a {
		display: block;
		padding-bottom: 99.25%;
		}
	} /* max-width: 992px */

@media only screen and (max-width: 600px) {
	.ce3standard .element,
	.ce3standard .item {
		width: 24%;
		}
	} /* max-width: 600px */

@media only screen and (max-width: 479px) {
	.ce3standard .element,
	.ce3standard .item {
		margin: 0 0.666667% 1.333333%;
		width: 32%;
		}
	} /* max-width: 479px */


/* 	Grid Icons 
=================================================== */

ul.grid-icons {
	font-size: 16px;
	height: 1.25em;
	margin: 0;
	padding: 0;
	}

ul.grid-icons li {
	background-color: #F1F1F1;
	cursor: pointer;
	float: left;
	height: 100%;
	line-height: 1.25em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 1.25em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	}

ul.grid-icons li a {
	color: #2C2C2C;
	display: block;
	font-weight: normal;
	line-height: 1.25em;
	opacity: 0.99;
	padding: 0;
	text-decoration: none;
	}

ul.grid-icons li a:hover {
	color: #2C2C2C;
	}

ul.grid-icons-br {
	position: absolute;
		right:  0px;
		bottom: 0px;
	}

ul.grid-icons.grid-icons-br li {
	margin: 0 0 0 0px;
	}

li.item-indicator {
	display: none;
	}
.tracked-item li.item-indicator {
	display: block;
	}


ul.item-links {
	position: absolute;
		bottom: 0;
		right: 0;
	}
ul.item-links li {
	margin-bottom: 3px;
	margin-right: 3px;
	}

@media screen and (max-width: 992px) {
	.tracked-item ul.item-links li.item-indicator {
		display: block;
		margin-right: 3px;
		}
	} /* max-width: 992px */


/* 	Galleria 
=================================================== */
#galleria-slideshow {
	border: 0px solid #2C2C2C;
	margin: 0 auto;
	max-width: none;
	position: relative;
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	}

#galleria {
	color: #fff;
	max-width: 100%;
	}

#galleria-loader { height: 1px!important; }

.galleria-container {
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	}

.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	}

.galleria-stage {
	overflow: hidden;
	position: absolute;
		 top:	 4px;
		 right:	 4px;
		 bottom: 4px;
		 left:	 4px;
	}

.galleria-thumbnails-container {
	height: 0px;
	position: absolute;
		 left:	 4px;
		 right:	 4px;
		 bottom: 0px;
	z-index: 2;
	}

.galleria-carousel .galleria-thumbnails-list {
	margin-right: 26px;
	margin-left:  26px;
	}

.galleria-thumbnails .galleria-image {
	background-color: #000;
	border: 1px solid #2C2C2C;
	cursor: pointer;
	float: left;
	height: 40px;
	margin: 0 4px 0 0;
	width: 60px;
	}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	background: #2C2C2C;
	border: 1px solid #2C2C2C;
	cursor: pointer;
	display: none;
	height: 40px;
	opacity: 0.85; filter: alpha(opacity=85);
	position: absolute;
		top:  0;
		left: 0;
	width: 20px;
	z-index: 3;
	}
.galleria-thumb-nav-right {
	right: 0;
	left: auto;
	}

.galleria-thumb-nav-left div,
.galleria-thumb-nav-right div {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
	border-right: 8px solid #FFFFFF;
	cursor: pointer;
	height: 0; 
	margin: 12px 0 0 6px;
	width: 0;
	}
.galleria-thumb-nav-right div {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
	border-left: 8px solid #FFFFFF;
	border-right: 0;
	}

.galleria-thumbnails-container .disabled {
	cursor: default;
	opacity: 0.2; filter: alpha(opacity=20);
	}
.galleria-thumbnails-container .disabled div {
	cursor: default;
	}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
	opacity: 1; filter: alpha(opacity=100);
	}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
	opacity: 1; filter: alpha(opacity=100);
	}
.notouch .galleria-thumbnails-container .disabled:hover {
	opacity: 0.2; filter: alpha(opacity=20);
	}
.galleria-thumb-nav-left:hover div {
	border-right: 8px solid #4183C4;
	}
.galleria-thumb-nav-right:hover div {
	border-left: 8px solid #4183C4;
	}
.notouch .galleria-thumbnails-container .galleria-thumb-nav-left.disabled:hover div {
	border-right: 8px solid #FFFFFF;
	}
.notouch .galleria-thumbnails-container .galleria-thumb-nav-right.disabled:hover div {
	border-left: 8px solid #FFFFFF;
	}


.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
	display: block;
	}

.galleria-controls {
	background-color: #2C2C2C;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 1.5em;
	line-height: 1.5em;
	opacity: 0.75; filter: alpha(opacity=75);
	position: absolute;
		 top:   4px;
		 right: 4px;
	z-index: 2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.galleria-collapse, 
.galleria-fullscreen, 
.galleria-info-link, 
.galleria-play {
	cursor: pointer;
	float: left;
	margin: 0;
	text-align: center;
	width: 1.5em;
	}
.galleria-collapse:hover, 
.galleria-fullscreen:hover, 
.galleria-info-link:hover, 
.galleria-play:hover {
	color: #4183C4;
	}

.touch-controls {
	font-size: 28px;
	}
.touch-controls .galleria-collapse, 
.touch-controls .galleria-fullscreen, 
.touch-controls .galleria-info-link, 
.touch-controls .galleria-play {
	margin: 0 4px;
	}
.touch-controls .galleria-collapse:hover, 
.touch-controls .galleria-fullscreen:hover, 
.touch-controls .galleria-info-link:hover, 
.touch-controls .galleria-play:hover {
	color: #FFFFFF;
	}

.galleria-loader {
	background-color: transparent;
	display: none;
	font-size: 32px;
	height: 1.25em;
	line-height: 1.25em;
	margin: -0.625em 0 0 -0.625em;
	position: absolute;
		 top:  50%;
		 left: 50%;
	text-align: center;
	width: 1.25em;
	z-index: 2;
	-moz-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.75 );
	-webkit-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.75 );
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.75 );
	}

.galleria-info {
	opacity: 0.85; filter: alpha(opacity=85);
	position: absolute;
		 bottom:  -1px;
		 left:    0;
	width: 100%;
	z-index: 2;
	}

.galleria-info-text {
	background-color: #2C2C2C;
	display: none;
	min-height: 1em;
	padding: 8px;
	/* IE7 */ zoom:1;
	-moz-box-shadow: 0px 1px 2px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 1px 2px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 1px 2px rgba( 0, 0, 0, 0.4 );
	}
.galleria-info-title {
	color: #FFFFFF;
	font: bold 14px/1.2 arial,sans-serif;
	margin: 0;
	}
.galleria-info-description {
	color: #FFFFFF;
	font: normal 13px/1.5 georgia,serif;
	margin: 0;
	}

.galleria-counter {
	color: #FFFFFF;
	font: normal 11px/1 arial,sans-serif;
	padding: 4px 8px;
	position: absolute;
		 top:   8px;
		 right: 0;
	text-align: right;
	}

.galleria-image-nav {
	color: #FFFFFF;
	height: 160px;
	margin-top: -80px;
	position: absolute;
		top:  50%;
		left: 0;
	width: 100%;
	}

.galleria-image-nav-left,
.galleria-image-nav-right {
	cursor: pointer;
	height: 160px;
	opacity: 0.3; filter: alpha(opacity=30);
	position: absolute;
		left: 0px;
	width: 64px;
	z-index: 2;
	}

.galleria-image-nav-right {
	left:  auto;
	right: 0px;
	z-index: 2;
	}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
	opacity: 1; filter: alpha(opacity=100);
	}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
	opacity: 1; filter: alpha(opacity=100);
	}

.galleria-image-nav-left span,
.galleria-image-nav-right span {
	font-family: Helvetica;
	font-size: 64px;
	line-height: 1;
	margin: -32px 0 0 0;
	position: absolute;
		top:  50%;
		left: 10px;
	text-align: center;
	-moz-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.75 );
	-webkit-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.75 );
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.75 );
	}
.galleria-image-nav-right span {
		left:  auto;
		right: 10px;
	}



/* 	Photoswipe 
=================================================== */

body.ps-active, body.ps-building, div.ps-active, div.ps-building, div.ps-document-overlay, div.ps-zoom-pan-rotate {
	background-color: nil !important;
	}


/* 	Still-image Staging 
=================================================== */

#stage-grid-image {
	background-color: #FFFFFF;
	border: 0px solid #2C2C2C;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	padding: 0px;
	width: 960px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}




