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

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

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

#the-block .mantle, 
#login .mantle
	{
	background-color: #2B2B2B;
	border: 0 dotted #2B2B2B;
	border-width: 0px 0 0px 0;
	margin: 24px auto 0px;
	padding: 0px 24px 24px;
	
	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 4px;
	}

#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 24px;
		}

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

#the-block img {
	background-color: #2E2E2E;
	border: 0px solid #2B2B2B;
	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 */


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

#the-grid {
	margin: 0 auto;
	
	}

#the-grid .mantle {
	background-color: transparent;
	border: 0 solid #2B2B2B;
	border-width: 0px 0 0px 0;
	margin: 12px 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 */


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

/* CE3 Standard */

#gallery.ce3standard, 
#gallery.polaroid {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	}

.ce3standard .element,
.ce3standard .item {
	background-color: #2B2B2B;
	border: 0 solid #2B2B2B;
	border-width: 12px 0px 24px 0px;
	float: left;
	margin: 0 4px 8px;
	position: relative;
	-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: #000000;
	}


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

.ce3standard .gallery-icon {
	background-color: #2B2B2B;
	border: 0px solid #2B2B2B;
	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%;
		padding: 0;
		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 */





/* 	Image Metadata 
=================================================== */

ul.image-metadata {
	border-top: 1px solid #515151;
	color: #8E8E8E;
	margin: 0;
	padding: 0;
	} 
ul.image-metadata li {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	list-style: none;
	line-height: 1em;
	margin: 4px;
	padding: 0;
	text-align: center;
	word-break: break-word;
	word-wrap: break-word;
	}

.isotope ul.image-metadata li:first-child {
	margin-top: 0px;
	}

.ce3standard ul.image-metadata li {
	height: 1em;
	max-width: 202px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	}

.isotope ul.image-metadata {
	border: none;
	padding: 8px 0 0;
	}

.isotope ul.image-metadata li {
	line-height: 1.2em;
	margin: 0 auto;
	max-width: 194px;
	}

@media screen and (max-width: 992px) {
	ul.image-metadata li {
		font-size: 11px;
		}
	} /* max-width: 992px */

@media screen and (max-width: 600px) {
	ul.image-metadata {
		display: none;
		}
	} /* max-width: 600px */


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

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

ul.grid-icons li {
	background-color: #2B2B2B;
	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.pinit {
	background-color: #CB2027;
	}

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

ul.grid-icons li a:hover {
	color: #CE0C32;
	}
ul.grid-icons li.pinit a:hover {
	color: #2B2B2B;
	}

ul.grid-icons-tl {
	position: absolute;
		top:    -0.25em;
		left:   0;
	}

ul.grid-icons li.color-label {
	background-color: transparent;
	cursor: default;
	text-align: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
	-webkit-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
	}
.color1 { color: #FF0000 !important; }
.color2 { color: #FFFF00 !important; }
.color3 { color: #66FF00 !important; }
.color4 { color: #0000FF !important; }
.color5 { color: #FF00FF !important; }
.colornil { display: none; }

ul.grid-icons-tr {
	position: absolute;
		top:    0px;
		right:  0px;
	}

ul.grid-icons-bl {
	position: absolute;
		bottom: 0px;
		left:   0px;
	}

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

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

ul.grid-icons.grid-icons-tl li, 
ul.grid-icons.grid-icons-bl li {
	margin: 0 0px 0 0;
	}

.ce3standard ul.grid-icons.grid-icons-bl li.pinit {
	display: none;
	}

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


@media screen and (max-width: 992px) {

	ul.grid-icons li a:hover {
		color: #8E8E8E;
		}
	ul.grid-icons li.pinit a:hover {
		color: #FFFFFF;
		}
 

	.ce3standard ul.grid-icons.grid-icons-tr, 
	.ce3standard ul.grid-icons li.download, 
	.ce3standard ul.grid-icons li.permalink, 
	.ce3standard ul.grid-icons li.feedback-trigger {
		display: none;
		}
	.ce3standard ul.grid-icons-br {
		bottom: 2px;
		right:  2px;
		}
	.tracked-item ul.grid-icons li.item-indicator {
		display: block;
		float: right;
		}
	} /* max-width: 992px */

#fotomotoWidget label {
	margin-top: 0;
	margin-bottom: 0;
	}
#fotomotoWidget a {
	line-height: 1;
	}
#fotomotoWidget .fm-header .fm-tools li a.fm-option span.fm-arrows {
	margin-top: 1px !important;
	}


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

body.ps-active, body.ps-building, div.ps-active, div.ps-building, div.ps-document-overlay, div.ps-zoom-pan-rotate {
	background-color: #2B2B2B !important;
	}
div.ps-caption-content {
	margin: 0 auto;
	max-width: 748px;
	text-align: center;
	}

/* 	Highslide 
=================================================== */

.highslide-container table {
	background: none;
	}
.highslide {
	outline: none;
	text-decoration: none;
	}
.highslide-active-anchor img {
	visibility: hidden;
	}
.highslide-gallery .highslide-active-anchor img {
	cursor: default;
	visibility: visible;
	}

.highslide-viewport {
	background: none;
	display: none;
	height: 100%;
	position: fixed;
		left: 0;
		top: 0;
	width: 100%;
	z-index: 1;
	}

.highslide-wrapper, 
.highslide-image, 
.highslide-heading, 
.highslide-caption {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.highslide-wrapper {
	-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 );
	}

.highslide-image, 
.highslide-heading, 
.highslide-caption, 
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border: 0 solid #000000;
	}

.highslide-heading, .highslide-caption, .highslide-image, .highslide-wrapper, .highslide-outline {
	background-color: #000000;
	}

.highslide-image {
	border-width: 24px;
	}

.highslide-dimming {
	background-color: #2B2B2B;
	}

.highslide-thumbstrip img {
	margin: 0;
	max-width: none;
	padding: 0;
	border: 1px solid #000000;
	display: block;
	}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-width: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.highslide-move, .highslide-move * {
	cursor: move;
	}
.hidden-container {
	display: none;
	}
.highslide-overlay {
	display: none;
	}

.highslide-loading {
	background-color: #ffffff;
	border: 1px solid #101010;
	color: #2c2c2c;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	width: 32px;
	}
.highslide-loading:hover {
	color: #2c2c2c;
	text-decoration: none;
	}
.highslide-loading.show-loading {
	position: fixed !important;
		top: 10px !important;
		left: 10px !important;
	}

.hs_text p, 
.highslide-heading, 
.highslide-caption,
.highslide-controls {
	color: #8E8E8E;
	}

.hs_text a, 
.highslide-heading a, 
.highslide-caption a, 
.highslide-controls a {
	color: #8E8E8E;
	}
.hs_text a:hover, 
.highslide-heading a:hover, 
.highslide-caption a:hover, 
.highslide-controls a:hover {
	color: #CE0C32;
	}

.highslide-heading, 
.highslide-caption {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	}

.highslide-heading {
	font-weight: bold;
	}

.highslide-caption {

	}

.highslide-active-anchor img {
	visibility: visible;
	}

/* Reset Highslide control bar */

.highslide-controls {
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
	}
.highslide-controls ul {
	height: auto;
	position: relative;
		left: 0;
	}
.highslide-controls li {
	float: left;
	margin: 0;
	padding: 0;
	}
.highslide-controls a {
	float: none;
	height: auto;
	outline: none;
	width: auto;
	}
.highslide-controls a.disabled {
	cursor: default;
	}
.highslide-controls a.disabled span {
	cursor: default;
	}
.highslide-controls a span {
	display: none;
	cursor: pointer;
	}

/* Style TTG control bar */

.highslide-move {
	display: none;
	}

.highslide-controls ul {
	background-color: #000000;
	font-size: 20px;
	height: 1.5em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.25 );
	-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.25 );
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.25 );
	}

.highslide-controls li {
	height: 100%;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	text-align: center;
	width: 1.5em;
	}

.highslide-controls a {
	display: block;
	opacity: 0.85;
	padding: 0;
	text-align: center;
	text-decoration: none;
	}

.highslide-controls a:hover {
	opacity: 1.0;
	}

.highslide-controls a.disabled {
	color: #8E8E8E;
	cursor: default;
	opacity: 0.25 !important;
}

.highslide-resize {
	color: #ffffff;
	cursor: hand !important;
	display: none;
	font-size: 20px;
	line-height: 1em;
	-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 );
	-ms-transform:rotate(-90deg); /* IE 9 */
	-moz-transform:rotate(-90deg); /* Firefox */
	-o-transform:rotate(-90deg); /* Opera */
	-webkit-transform:rotate(-90deg); /* Safari and Chrome */
	transform:rotate(-90deg);
	}

.highslide-heading {
	cursor: default;
	display: none;
	padding: 24px 24px 0;
	position: relative;
	}

.highslide-caption {
	cursor: default;
	display: none;
	padding: 0 24px 24px;
	}

.highslide-heading p, 
.highslide-caption p {
	margin: 0;
	}

.color-overlay, 
.color-overlay ul {
	margin: 0;
	padding: 0;
	}
.color-overlay li {
	cursor: default;
	font-size: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: static;
	text-align: left;
	width: auto;
	-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 );
	}

	

/* 	Pagination 
=================================================== */
#pagination-high,
#pagination-low {
	margin: 0 auto;
	padding: 0 24px;
	
	}

#pagination-high .mantle, 
#pagination-low .mantle {
	background-color: transparent;
	border: 0 solid #2B2B2B;
	padding: 4px 0 4px;
	
	position: relative;
	width: auto;
	max-width: 1140px;

	-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 );


	}

#pagination-high .core, 
#pagination-low .core {
	max-width: none;
	padding: 0 0px;
	}

#pagination-high p, 
#pagination-low p {
	color: #515151;
	font-size: 0;
	line-height: 1em;
	margin: 0;
	padding: 4px 0 4px;
	text-align: right;
	}
#pagination-high a, 
#pagination-low a {
	color: #8E8E8E;
	}
#pagination-high a:hover, 
#pagination-low a:hover {
	color: #CE0C32;
	}
#pagination-high a, 
#pagination-high span, 
#pagination-low a, 
#pagination-low span {
	font-size: 16px;
	line-height: 1em;
	margin: 0;
	padding: 4px 0.75em 4px;
	}

@media only screen and (max-width: 600px) {
	#pagination-high,
	#pagination-low {
		padding: 0 6px;
		
		}
	#pagination-high p, 
	#pagination-low p {
		text-align: center;
		}
	#pagination-high a, 
	#pagination-high span, 
	#pagination-low a, 
	#pagination-low span {
		padding: 4px 0.5em 4px;
		}
	.pagination-title {
		display: none;
		}
	} /* max-width: 600px */

#pagination-high .mantle {
	border-width: 0px 0px 1px 0px;
	margin: 24px auto 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

#pagination-low .mantle {
	border-width: 1px 0px 0px 0px;
	margin: 20px auto 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}


