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

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

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

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

	-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: 800px;
	padding: 0 4px;
	}

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


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

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

	#the-block .core,
	#login .core 
		{
		max-width: 800px;
		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;
	margin-bottom: 24px;
	max-width: 800px;
 
	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: 650px;
	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 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 );

	}

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


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

.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 */




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

body.ps-active, body.ps-building, div.ps-active, div.ps-building, div.ps-document-overlay, div.ps-zoom-pan-rotate {
	background-color: #000000 !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: 800px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}





/* 	Status Bar 
=================================================== */
#status-bar {
	background-color: #333333;
	border: 0 solid #4183C4;
	border-width: 0 0 0px 0;
	padding-top: 5px;
	position: fixed;
		top: 0;
		right: 0;
	width: 100%;
	z-index: 1000;
	-moz-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.5 );
	-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.5 );
	}
#status-bar .mantle {
	padding: 0 24px
	}
	@media only screen and (max-width: 991px) {
		#status-bar .mantle {
			padding: 0 16px
			}
		} /* max-width: 991px */
	@media only screen and (max-width: 600px) {
		#status-bar .mantle {
			padding: 0 8px
			}
		} /* max-width: 600px */

#status-bar a {
	color: #FFFFFF;
	display: block;
	height: 100%;
	outline: none;
	padding: 8px 4px;
	text-decoration: none;
	}
#status-bar a:hover {
	color: #FFFFFF;
	}

#status-bar a.current {
	color: #4183C4;
	}

#status-bar ul {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
	}

#status-bar li {
	float: left;
	list-style: none;
	}

#status-bar ul#cart-status {
	float: left;
	margin: 0 8px;
	word-spacing: 4px;
	}
#status-bar ul#cart-status a:hover {
	color: #4183C4;
	}

.view-cart {
	font-size: smaller;
	word-spacing: normal;
	}

@media only screen and (max-width: 1024px) {
	#status-bar a {
		padding: 8px;
		}
	} /* max-width: 1024px */

@media only screen and (max-width: 600px) {
	.view-cart {
		display: none;
		}

	} /* max-width: 600px */

button.add-to-cart { display: none; }
