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

#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: 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-block .core,
#login .core
	{
	max-width: none;
	padding: 0 4px;
	}

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

@media only screen and (max-width: 991px) {
	/* etabs */
	#the-block { display: none; }
	.no-js #the-block  { display: block; }
	} /* max-width: 991px */

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


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


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

/* CE3 Standard */

#gallery.ce3standard {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	/*
    -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 */




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

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

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

.ce3standard ul.image-metadata li {
	height: 1.2em;
	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: #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-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 input[type='checkbox'] {
	cursor: pointer;
	float: left;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	}

ul.grid-icons li.select-box {
	background-color: #F1F1F1;
	}

ul.grid-icons li.select-box label {
	cursor: pointer;
	display: block;
	margin: 0;
	opacity: 0.99;
	padding: 0;
	}

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

input + label span.checkbox-on {
	display: none;
	}
input + label span.checkbox-off {
	display: inline;
	}

input:checked + label span.checkbox-on {
	display: inline;
	}
input:checked + label span.checkbox-off {
	display: none;
	}

ul.grid-icons input + label span.checkbox-off {
	color: #2C2C2C;
	}

ul.grid-icons input:checked + label span.checkbox-on {
	color: #2C2C2C;
	}

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-br li {
	margin: 0 0 0 0px;
	}

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


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

	.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;
		width: 1.25em;
		}
	.ce3standard .gallery-item {
		margin-bottom: 1.5em;
		overflow: visible;
		}
	.ce3standard ul.grid-icons-tr, 
	.ce3standard ul.grid-icons-bl {
		top:       auto;
		bottom:   -1.375em;
		}
	.ce3standard ul.grid-icons-tr {
		right:     0;
		}
	.ce3standard ul.grid-icons-bl {
		left:      0;
		}
	.ce3standard ul.grid-icons.grid-icons-tr, 
	.ce3standard ul.grid-icons.grid-icons-bl {
		margin: 0;
		width: 100%;
		}
	.ce3standard ul.grid-icons li {
		float: none;
		font-size: 16px;
		margin: 0;
		width: auto;
		}
	.ce3standard ul.grid-icons.grid-icons-tr li, 
	.ce3standard ul.grid-icons.grid-icons-bl li {
		height: auto;
		}
	.ce3standard ul.grid-icons.grid-icons-tr li a, 
	.ce3standard ul.grid-icons.grid-icons-tr li label, 
	.ce3standard ul.grid-icons.grid-icons-bl li a {
		padding: 0;
		}
	.ce3standard ul.grid-icons.grid-icons-bl {
		display: none;
		}
	} /* max-width: 992px */

.hs_checkbox {
	margin: 0;
	padding: 0;
	position: absolute;
		top:   0;
		right: 0;
	}

.hs_checkbox label {
	background-color: #FFFFFF;
	line-height: 0;
	margin: 0;
	padding: 8px;
	}

.hs_checkbox, 
.hs_checkbox label {
	cursor: pointer !important;
	margin: 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.hs_checkbox input[type='checkbox'] {
	margin: 0;
	}

.highslide-heading label.select-checkbox-label {
	display: none;
	}


/* 	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;
	}
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 #FFFFFF;
	}

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

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

.highslide-dimming {
	background-color: #000000;
	}

.highslide-thumbstrip img {
	margin: 0;
	max-width: none;
	padding: 0;
	border: 1px solid #FFFFFF;
	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: #2C2C2C;
	}

.hs_text a, 
.highslide-heading a, 
.highslide-caption a, 
.highslide-controls a {
	color: #2C2C2C;
	}
.hs_text a:hover, 
.highslide-heading a:hover, 
.highslide-caption a:hover, 
.highslide-controls a:hover {
	color: #4183C4;
	}

.highslide-heading, 
.highslide-caption {
	font-size: 14px;
	text-align: left;
	}

.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: #FFFFFF;
	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: #2C2C2C;
	cursor: default;
	opacity: 0.25 !important;
}

.highslide-resize {
	color: #ffffff;
	cursor: move !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: 8px 8px 0;
	position: relative;
	}

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

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



/* 	Highslide JS HTML popups 
=================================================== */
.highslide-maincontent {
	display: none;
	}
.highslide-html {
	background-color: #FFFFFF;
	color: #2C2C2C;
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.25 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.25 );
	box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.25 );
	}
.highslide-html-content {
	background-color: transparent;
	color: #2C2C2C;
	display: none;
	max-width: 768px;
	width: auto;
	}

.highslide-maincontent, 
.highslide-html, 
.highslide-html-content {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}

.highslide-header {

	}

ul.feedback-controls {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
	}
ul.feedback-controls li {
	float: left;
	font-size: 20px;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	text-align: right;
	}

ul.feedback-controls li.highslide-move {
	display: none;
	}
ul.feedback-controls li.highslide-close {
	width: 100%;
	}

ul.feedback-controls li a {
	color: #2C2C2C;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0 0 0 16px;
	text-decoration: none;
	}

ul.feedback-controls li.highslide-close a {
	padding-right: 8px;
	}

.highslide-body {
	margin: 0 auto;
	padding: 0;
	}

p.feedback-image-id {
	font-size: smaller;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 4px;
	padding: 8px 4px;
	position: absolute;
		top:  0;
		left: 0;
	}

p.feedback-title {
	border: 0px dotted #2C2C2C;
	border-width: 1px 0 0;
	font-size: smaller;
	line-height: 1.2em;
	margin: 0 4px;
	padding: 8px 4px;
	}

.feedback-block {
	clear: both;
	}

.feedback-block p {
	border: 0px dotted #2C2C2C;
	border-width: 1px 0 0;
	font-size: smaller;
	line-height: 1.2em;
	margin: 0 4px;
	padding: 8px 4px;
	}

.metadata-pane {
	border: 0px dotted #2C2C2C;
	border-width: 1px 0 0;
	font-size: smaller;
	line-height: 1.2em;
	margin: 0 4px;
	padding: 8px 0;
	}

.feedback-thumbnail {
	
	}

.feedback-thumbnail div {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	padding-bottom: 90%;
	width: 90%;
	}

.metadata-pane dl {
	margin: 0 0 8px;
	}

.metadata-pane dt {
	font-weight: bold;
	margin: 0 4px;
	}

.metadata-pane dd {
	margin: 0 4px;
	}

.rating-block {
	border: 0px dotted #2C2C2C;
	border-width: 1px 0 0;
	font-size: smaller;
	line-height: 1;
	margin: 0 4px;
	padding: 4px 0 0;
	}

.rating-block li {
	margin: 0;
	padding: 0;
	text-align: center;
	}

.rating-block li:last-child {
	padding: 4px 0;
	text-align: left;
	}

.rating-block li:last-child span {
	line-height: 1.2em;
	padding: 0 4px;
	text-align: left;
	}

.rating-block input[type='checkbox'] {
	float: left;
	}

ul.custom-options-list {
	margin: 0 2px;
	padding: 0 0 2px;
	}

ul.custom-options-list li {
	font-size: smaller;
	position: relative;
	}

.option-label {
	margin-left: 4px;
	}

ul.rating-block label, 
ul.custom-options-list label {
	background-color: #F1F1F1;
	color: #2C2C2C;
	margin: 0 2px 4px;
	padding: 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}

ul.rating-block input:checked + label, 
ul.custom-options-list input:checked + label {
	background-color: #595959;
	color: #FFFFFF;
	}

ul.rating-block input[type='checkbox'], 
ul.custom-options-list input[type='checkbox'] {
	float: left;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	}

.write-pane {
	margin: 0 8px 8px;
	}

.write-textarea {
	border-color: #2C2C2C;
	margin-top: 0;
	resize: none;
    } 



/* 	Contact Form 
=================================================== */
form#contact-form {
	margin: 0;
	}

#contact-form-container {
	margin: 0 auto;
	max-width: 748px;
	}


/* 	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 p#the-counter {
	color: #FFFFFF;
	float: right;
	margin: 8px 0;
	}

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

#counter-icon {
	display: none;
	}

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

@media only screen and (max-width: 600px) {
	#counter-icon {
		display: inline;
		}
	#counter-label {
		display: none;
		}
	} /* max-width: 600px */

.dim-elements .element {
	display: block;
	opacity: 0.5 !important;
	filter: alpha(opacity = 50) !important;
	}

.dim-elements .element.ischecked {
	display: block;
	opacity: 1 !important;
	}

.hide-elements .element {
	display: none;
	}

.hide-elements .element.ischecked {
	display: block;
	}

