.collapse_header
{
	cursor:pointer;
	width:100%;
	display:block;
	float:left;
}

em, i
{
	font-family: "Equitan Sans W03 Italic" !important;
	font-style:inherit;
}


.has_placeholder:empty:not(:focus):before {
	content: attr(data-text);
	font-size: 14px;
	color: #cecece;
	font-weight: bold;
}

#item_detail_slider_content:empty:not(:focus):before {
	content: attr(data-text);
	font-size: 14px;
	color: #cecece;
	font-weight: bold;
	overflow: auto;
}

.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#article_icon_down {
	position: absolute;
	left: 50%;
	margin-left: -6px;
}


#control_container {
	position: relative;
	margin-top: 40px;
	font-size: 15px;
	font-family: 'open_sansbold';
	background: #fff;
	z-index: 10000;
	width: 940px;
	padding: 10px 0px;

}

#module_container {
	position: relative;
	margin-top: 20px;
}


#module_container span {
	width: 47px;
	margin-top: 5px;
	margin-right: 15px;
	cursor: pointer;
}


.module_icon {
	width: 47px;
}


#button_container {
	position: absolute;
	right: 0px;
	top: 45px;
}



#button_container span {
	width: 47px;
	margin-top: 0px;
	margin-left: 15px;
	cursor: pointer;
}


#item_container {
	position: relative;
	width: 800px;
	margin: 10px auto;
	z-index:10;
}

.popup_edit {
	position: fixed;
	z-index: 10000;
	top: 8%;
	width: 600px;
	height: auto;
	max-height: 81%;
	left: 50%;
	margin-left: -300px;
	display: none;
	background-color: #cecece;
	border: solid 2px #000000;
	padding: 15px;
	overflow-y: scroll;
}

.popup_edit .header {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.popup_edit_container {
	position: relative;
	float: left;
	width: 400px;
	margin-right: 15px;
}

.popup_edit_controls {
	position: relative;
	float: left;
	width: 185px;
}

.popup_edit_button {
	width: 181px;
	border: solid 2px #000000;
	background-color: #ffffff;
	margin-bottom: 5px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

.popup_edit_button:last-child {
	margin-bottom: 0px;
}

#popup_edit_text textarea,
#popup_edit_html textarea,
#module_store_editor {
	font-size: 14px;
	resize: none;
	width: 400px;
	border: 0px;
	height: 500px;
}

#module_headline_editor {
	font-size: 14px;
	resize: none;
	width: 250px;
	border: 0px;
	height: 100px;
}

#module_store_editor {
	width: 300px;
}

#popup_module_store select {
	width: 300px;
}

.popup_edit #file_upload_button {
	display: none;
}

#popup_module_text {
	width: 678px;
}

#popup_module_text .popup_edit_container {
	width: 478px;
}

#popup_module_image {
	width: 670px;
}

#popup_module_image .popup_edit_container {
	width: 438px;
}

#popup_module_image img {
	vertical-align: middle;
	width: 438px;
}

#popup_module_download {}

#popup_module_download .progress {
	display: none;
}

#popup_related_tags {}

#related_tags_category,
#related_items_category {
	margin-bottom: 5px;
	border: solid 2px #000000;
}

#popup_related_tags .related_tags_metatags,
#popup_related_items .related_items_metatags,
#related_items_itemlist,
#related_items_selected {
	position: relative;
	background-color: #ffffff;
	border: solid 2px #000000;
	overflow: hidden;
	padding: 2px 0px;
	display: none;
	min-height: 29px;
	max-height: 200px;
	overflow-y: auto;
}

#related_items_itemlist,
#related_items_selected {
	display: block;
	margin-top: 5px;
}

#popup_related_tags .related_tags_metatags span,
#related_tags_selected span,
#related_items_tags_selected span,
#popup_related_items .related_items_metatags span,
#related_items_itemlist span,
#related_items_selected span {
	position: relative;
	padding: 2px 4px;
	background-color: #000000;
	text-align: center;
	float: left;
	color: #ffffff;
	margin: 2px 4px;
	cursor: pointer;
}

#related_tags_selected,
#related_items_tags_selected {
	position: relative;
	margin-top: 10px;
	background-color: #ffffff;
	border: solid 2px #000000;
	overflow: hidden;
	padding: 2px 0px;
	min-height: 29px;
}

#related_tags_external {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

#external_tags_text,
#external_tags_url {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

#external_tags_text div,
#external_tags_url div {
	position: relative;
	float: left;
	width: 70px;
	font-size: 14px;
}

#external_tags_text input,
#external_tags_url input {
	position: relative;
	float: left;
	width: 324px;
}

#external_tag_add {
	width: 100px;
	float: right;
}


#popup_gallery {}

.gallery_item {
	display: inline-block;
	/*margin: 7px;*/
	width: 240px;
}
	.gallery_item img
	{
		font-size:14px;
	}

/* taric 21.03 */

/* .module_gallery {
	display: grid !important;
	grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr !important;
} */

.gallery_item_wrapper {
	box-sizing: border-box;
	position: relative;
    /* width: 250px; */
    height: calc((800px/3) - 50px);

	padding: 10px;

	background-color: #f0f0f0;
}

.gallery_item_wrapper.noGreyBg {
	background-color: unset;
}


.gallery_item {
	position: absolute;

	width: calc(100% - 20px);
	height: calc(100% - 20px);


	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gallery_item img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#col_container .galleryLinkElement {
	position: relative;
	/*height: 100px;*/

}

#col_container .gallerylogos {
	position: absolute;
	height: 100%;
	width: 100%;

	/* margin: 50px 0; */
	/* height: 100px; */
}


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

	.gallery_item_wrapper {
		box-sizing: border-box;
		position: relative;
		/* width: 250px; */
		height: calc(((100vw - 80px) / 3) - 50px);
	
		padding: 10px;
	
		background-color: #ececed;
	}




	.list_item_img {
		height: calc(((100vw - 142px) / 3) *3/4) !important;

		/* height: 230px !important;   */
	}

}

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

	.module_gallery {
		/*display: grid !important;*/
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr !important;
	}

	.gallery_item_wrapper {
		box-sizing: border-box;
		position: relative;
		/* width: 250px; */
		height: calc(((100vw - 80px) / 2) - 25px);
	
		padding: 10px;
	
		background-color: #ececed;
	}

	.list_item_img {
		height: calc(((100vw - 125px) / 2) *3/4) !important;
	}

}

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

	.module_gallery {
		/*display: grid !important;*/
		grid-gap: 20px;
		grid-template-columns: 1fr !important;
	}

	.gallery_item_wrapper {
		box-sizing: border-box;
		position: relative;
		/* width: 250px; */
		height: calc(100vw - 80px);
	
		padding: 10px;
	
		background-color: #ececed;
	}

	.list_item_img {
		height: calc(((100vw - 100px)) *3/4) !important;
	}

}

/* taric end */




.gallery_item:first-child {
	/*margin-left: 0px;*/
}

.gallery_item:nth-child(6n) {
	/*margin-right: 0px;*/
}

.gallery_item:nth-child(7n) {
	/*margin-left: 0px;*/
}

.gallery_item_text
{
	
	font-size: 22px;
	line-height:1.1;
	font-family: 'Equitan Sans W03 Regular', 'Helvetica Neue';
}

#gallery_upload_button,
#slider_upload_button {
	margin-bottom: 10px;
	border: solid 2px #000000;
	background-color: #ffffff;
	width: 200px;
	text-align: center;
	line-heigt: 40px;
	cursor: pointer;
}

#gallery_upload_input,
#slider_upload_input {
	display: none;
}

#gallery_items,
#slider_items {
	border: solid 2px #000000;
	background-color: #ffffff;
	min-height: 29px;
	overflow: hidden;
	max-height: 500px;
	overflow-y: scroll;
}

#gallery_items .gallery_item {
	position: relative;
	float: left;
	width: 373px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 5px 5px 5px 4px;
	overflow: hidden;
}

#gallery .gallery_item:nth-child(4n) {
	margin-right: 0px;
}


#gallery_items .gallery_item img {
	position: absolute;
	vertical-align: middle;
	max-width: 90px;
	max-height: 50px;
	left: 0px;
	top: 0px;
}

#gallery_items .gallery_item textarea {
	position: absolute;
	left: 95px;
	top: 0px;
	resize: none;
	font-size: 10px;
	margin-left: 5px;
	width: 265px;
	height: 44px;
	padding: 2px;
	border: solid 1px #cecece;
}

#popup_slider {
	width: 800px;
}

#popup_slider .popup_edit_button {
	width: 100px;
}

#popup_slider .popup_edit_container {
	width: 680px;
}

#popup_slider .popup_edit_controls {
	width: 104px;
}


#slider_items .slider_item {
	position: relative;
	float: left;
	width: 640px;
	line-height: 50px;
	text-align: center;
	margin: 5px 5px 5px 4px;
	overflow: hidden;
}

#slider_items .slider_item img {
	position: relative;
	float: left;
	vertical-align: middle;
	max-width: 100px;
	max-height: 50px;
}

#slider_items .slider_item table {
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 12px;
}

#slider_items .slider_item select {
	width: 400px;
}

#slider_items .slider_item td {
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

#slider_items .slider_item_text,
#slider_items .slider_item_credits {
	position: relative;
	width: 400px;
	height: 30px;
	font-size: 12px;
	resize: none;
}

#slider_items .slider_item_tools {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
	height: 20px;
}

#slider_items .slider_item_tools .delete {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background-image: url('../img/icon_delete.png');
	background-size: 20px 20px;
}

#slider_items .slider_item_tools .move {
	position: absolute;
	right: 25px;
	top: 0px;
	width: 20px;
	height: 20px;
	background-image: url('../img/icon_move.png');
	background-size: 20px 20px;
}

.slideritem_dummy {
	display: none;
}

#popup_module_html {}

#popup_module_html textarea {
	font-size: 14px;
	resize: none;
	width: 400px;
	border: 0px;
	height: 80px;
}

#popup_translate_holder {
	z-index: 10010;
	position: fixed;
	left: 00px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: 'open_sansregular';
	display: none;
}

#translate_inner_holder {
	width: 70%;
	height: 88%;
	margin: 50px 15%;
	position: relative;
	overflow: hidden;
}

.translate_title {
	width: 100%;
	text-align: center;
	font-family: 'open_sansbold';
	font-size: 30px;
}

.overlay_h {
	font-family: 'open_sansbold';
	font-size: 20px;
	text-align: left;
	float: left;
	width: 48%;
	margin-bottom: 10px;
}

#translate_original {
	resize: none;
	float: left;
	width: 48%;
	height: 80%;
	font-family: 'open_sansregular';
}

#translate_translated {
	resize: none;
	float: right;
	width: 48%;
	height: 80%;
	font-family: 'open_sansregular';
}

#button_holder {
	width: 310px;
	overflow: hidden;
	margin: 15px auto;

}

.button {
	background: #000;
	color: #fff;
	text-align: center;
	width: 120px;
	padding: 10px;
	cursor: pointer;
	font-family: 'open_sanssemibold';
	float: left;
}

#item_headline {
	position: relative;
	width: 928px;
	/* margin-bottom: 15px; */
	font-size: 30px;
	font-family: 'Equitan Sans W03 Bold';
	/* padding: 5px; */
}

#item_detail {
	position: relative;
}

#item_detailimg {
	position: relative;
	width: 900px;
	height: auto;
	cursor: pointer;
	margin-bottom: 5px;
	border: solid 1px #cecece;
}

#item_detailimg img {
	width: 900px;
	vertical-align: middle;
}

#item_detailimg input[type="file"] {
	display: none;
}

#item_detailimg_credits {
	position: relative;
	width: 900px;
	margin-bottom: 15px;
	border: solid 1px #cecece;
	text-align: right;
	cursor: pointer;
	font-size: 10px;
}

#item_header {
	position: relative;
	width: 900px;
	margin-bottom: 15px;
	border: solid 1px #cecece;
	cursor: pointer;
}

#item_header span {
	position: relative;
	padding: 4px 6px;
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
}

#item_detail_html,
#item_detail_slider {
	position: relative;
	width: 900px;
	border: solid 1px #cecece;
	cursor: pointer;
	margin-bottom: 15px;
	z-index: 100;
}

#item_detail_html_overlay,
#item_detail_slider_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	z-index: 110;
	height: 100%;
}

#item_detail_html_content,
#item_detail_slider_content {
	position: relative;
	width: 900px;
	z-index: 100;
}

#item_detail_html_content_mobile {
	position: relative;
	width: 300px;
	z-index: 100;
	display: none;
}


#item_detail_slider_content {
	overflow-x: hidden;
}

.slider_item_real {
	position: absolute;
	width: 900px;
	top: 0px;
}

.slider_item_real img {
	position: relative;
	vertical-align: middle;
	width: 900px;
}

.slider_item_real .slider_credits {
	position: relative;
	margin-top: 7px;
	text-align: right;
	font-size: 10px;
}

.slider_item_real .slider_text {
	position: absolute;
	top: 15px;
	left: 15px;
	overflow: hidden;
}

.slider_item_real .slider_text span {
	position: relative;
	padding: 4px 6px;
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
}



#item_detail_type_switch {
	position: absolute;
	top: 0px;
	left: 905px;
	border: solid 1px #cecece;
}

.item_detail_type_switch {
	position: relative;
	padding: 5px 2px;
	font-size: 10px;
	cursor: pointer;
}

.item_detail_type_active {
	text-decoration: underline;
	font-weight: bold;
}



#col_container {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	margin-bottom: 15px;
}

.col {
	position: relative;
	float: left;
	width: 800px;
}



.module {
	position: relative;
	cursor: pointer;
	float: left;
	line-height: 1.3;
	font-weight: 100;
	min-height: 20px;
	width: 100%;
	font-family: 'Equitan Sans W03 Regular';

	margin-bottom: 20px;
}

.module a {
	color: inherit;
	text-decoration: underline;
}

.module_text {
	font-size: 22px;
	color: #000000;
	z-index: 1000;
	line-height: 1.3;
}

.module_quote {
	font-size: 28px;
	font-family: "Equitan Sans W03 Regular";
	margin: 50px 10%;
	width: 80%;
}




@media only screen and (max-width: 700px) {
	.module_quote {
		font-size: 22px;
	}
}

.quote_author {
	margin-left: 5px;
}

.module_contact {
	width: 100%;
}

.contact_title {
	text-align: center;
	font-size: 24px;
	font-family: 'Equitan Sans W05 Bold', 'Helvetica Neue';
	margin-top: 30px;
}

.module_contact .module_form {
	width: 500px;
	margin: 5px auto;
}

.module_form .module_contact_label {
	font-size: 22px;
	margin-bottom: 5px;
}

.module_form .module_contact_input {
	width: calc(100% - 12px);
	border: 1px solid black;
	height: 30px;
	padding: 5px;
	margin-bottom: 15px;
}

.module_form textarea {
	width: calc(100% - 12px);
	border: 1px solid black;
	height: 100px;
	padding: 5px;
	margin-bottom: 15px;
	resize: none;
}

.module_contact .module_contact_send {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #000;
	font-family: 'Equitan Sans W03 Regular', 'Helvetica Neue';
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	padding: 2px 10px;
	width: 200px;
	cursor: pointer;
}

.module_error {
	text-align: center;
	font-size: 16px;
}

.module_newsletter {
	width: 100%;
}


.module_newsletter .module_form {
	width: 500px;
	max-width: 100%;
	margin: 5px auto;
}

.module_form .module_contact_label {
	font-size: 22px;
	margin-bottom: 5px;
}

.module_form .module_contact_input {
	width: calc(100% - 14px);
	border: 2px solid black;
	height: 30px;
	padding: 5px;
	margin-bottom: 15px;
}

.module_form textarea {
	width: calc(100% - 12px);
	border: 1px solid black;
	height: 100px;
	padding: 5px;
	margin-bottom: 15px;
	resize: none;
}

.module_newsletter .module_newsletter_send {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #000;
	font-family: 'Equitan Sans W03 Regular', 'Helvetica Neue';
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	margin: 10px auto;
	padding: 2px 10px;
	width: 200px;
	cursor: pointer;
}

.module_tour {
	width: 100%;
}


.module_tour .module_form {
	width: 100%;
	max-width: 500px;
	margin: 5px auto;
}


.module_tour .module_tour_send {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #000;
	font-family: 'Equitan Sans W03 Regular', 'Helvetica Neue';
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	padding: 2px 10px;
	width: 200px;
	cursor: pointer;
}

.module_image {
	z-index: 100;
	width: auto !important;
	max-width: 100%;
}

.module_image img {
	vertical-align: middle;
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.module_image input {
	display: none;
}

.module_gallery
{

	display: grid;
	grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;

	/* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.image_description
{
	font-size: 14px;
	font-family: "Equitan Sans W03 Italic";
	margin: 5px auto 5px;
	text-align: right;
	max-width: 800px;
}

.image_credits
{
	font-size: 14px;
	font-family: "Equitan Sans W03 Italic";
	margin: 5px auto 5px;
	text-align: right;
	max-width: 800px;
}

.module_start {
	text-align: center;
}

.module_start .start_title {
	font-size: 36px;
	font-family: 'Equitan Sans W05 Bold';
	margin: 10px 0px;
	text-align: left;

	/* margin-top: 45px;
	margin-bottom: 35px; */
}

.module_start .start_description {
	font-size: 14px;
	font-family: "Equitan Sans W03 Italic";
	margin: 0px auto 5px;
	text-align: right;
	max-width: 800px;
}

.module_start .start_credits {
	font-size: 14px;
	font-family: "Equitan Sans W03 Italic";
	margin: 5px auto 5px;
	text-align: right;
	max-width: 800px;
}

.module_start .start_subtitle {
	font-size: 26px;
	font-family: 'Equitan Sans W05 Bold';
	margin-bottom: 10px;
	text-align: left;
}


.module_start .start_intro {
	font-size: 18px;
	font-family: 'Equitan Sans W05 Bold';
	text-align: left;
}

.module_start img {
	width: 100%;
}

.module_start input {
	display: none;
}

.module_start:empty:not(:focus):before {
	content: attr(data-text);
	color: #cecece;
	font-weight: bold;
}

.module_2col {
	text-align: center;
	overflow: hidden;
}

.module_2col_credits > .image_credits {

	text-align: left;
}

.module_2col_credits > .image_description {

	text-align: left;
}

.module_2col_credits.right > .image_credits {

	text-align: right;
}

.module_2col_credits.right > .image_description {

	text-align: right;
}

.module_2col_text {
	font-size: 22px;
	font-family: 'Equitan Sans W03 Regular';
	text-align: left;
	float: left;
	width: 47%;
	line-height: 1.3;
}

.module_2col_text_right {
	font-size: 22px;
	font-family: 'Equitan Sans W03 Regular';
	text-align: left;
	float: right;
	width: 47%;
	line-height: 1.1;
}

.module_2col_text.right {

	float: right;

}

.module_2col_img_holder {
	max-width: 47%;
	float: left;
}

.module_2col_img_holder.right {
	float: right;
}

.module_2col img {
	max-width: 100%;
}

.module_2col input {
	display: none;
}

.module_2col:empty:not(:focus):before {
	content: attr(data-text);
	color: #cecece;
	font-weight: bold;
}

.module_2col_image {
	z-index: 200;
	width: 900px;
}

.module_2col_image img {
	max-width: 900px;
}

.module_2col_image input {
	display: none;
}


.module_bulletpoint {
	overflow: hidden;
	font-size: 16px;
	z-index: 1000;
}

.module_pdf
{
	
}

.pdf_image {
	width: 100px;
	float: left;
	vertical_alig:middle;
}

.enum_head {
	float: left;
	width: 50px;
	font-size: 22px;
	font-family: 'Equitan Sans W03 Regular';
}

.enum_head span {
	float: left;
	text-transform: uppercase;
	padding: 5px;
}

.enum_body {
	float: left;
	width: calc(100% - 110px);
	padding-top: 0px;
	margin-left: 10px;
	font-size: 22px;
	line-height:38px;
}

.module_video {}

.module_video_iframe {
	width: 437px;
	height: 246px;
	z-index: 100;
	vertical-align: middle;
}

#col_right .module_video_iframe {
	width: 438px;
}

.module_video_overlay {
	position: absolute;
	width: 437px;
	height: 246px;
	z-index: 1000;
}

#col_right .module_video_overlay {
	width: 438px;
}

.module_html {}

.module_html_overlay {
	position: absolute;
	width: 437px;
	height: 100%;
	z-index: 1000;
}

#col_right .module_html_overlay {
	width: 438px;
}

.module_html_content {
	z-index: 100;
	font-size: 16px;
}

.module_html_content iframe {
	width: 100%;
	height:400px;
}

.module_html_content:empty:not(:focus):before {
	content: attr(data-text);
	color: #cecece;
	font-weight: bold;
}

.module_text_content {
	z-index: 100;
}

.module_text_content:empty:not(:focus):before {
	content: attr(data-text);
	color: #cecece;
	font-weight: bold;
}

.module_download_field {
	position: relative;
	padding: 2px 6px;
	background-color: #000000;
	color: #ffffff;
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
}

#module_html_container {
	display: none;
}

.module_headline {
	font-size: 24px;
	font-family: 'Equitan Sans W03 Regular';
}

.module_headline span {
	position: relative;

}

.module_headline[type="header"]
{
	font-size: 36px;
    font-family: 'Equitan Sans W05 Bold';
    margin-top: 45px;
    margin-bottom: 30px;
}

.module_headline[type="subheader"]
{
	font-size: 26px;
    font-family: 'Equitan Sans W05 Bold';
    margin-bottom: 10px;
}



.module_shop {
	font-size: 22px;
}

.module_store_text {
	font-size: 22px;
	border-bottom: solid 1px #000000;
	text-transform: uppercase;
	padding-bottom: 1px;
	margin-bottom: 10px;
	line-height: 18px;
}

.shop_item_buy {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #000;
	font-family: 'Equitan Sans W05 Bold', 'Helvetica Neue';
	font-size: 20px;
	text-align: center;
	/* margin-left: 20px; */
	padding: 2px 10px;
	display: inline-block;
	cursor: pointer;
}




#item_rel {
	position: relative;
	overflow: hidden;
}

#item_rel_header {
	position: relative;
	font-size: 15px;
	border-bottom: solid 1px #000000;
	margin-bottom: 10px;
}

#item_rel_tags {
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden;
	border: solid 1px #cecece;
	cursor: pointer;
	width: 908px;
	margin-left: -4px;
}

#item_rel_tags span {
	padding: 4px 4px;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px 4px;
	cursor: pointer;
	display: inline-table;

}


#item_rel_items {
	border: solid 1px #cecece;
	overflow: hidden;
	cursor: pointer;
}

.item_rel_item {
	position: relative;
	float: left;
	width: 206px;
	height: 160px;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
}

.item_rel_item:nth-child(4n) {
	margin-right: 0px;
}

.item_rel_item img {
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	z-index: 100;
	cursor: pointer;
}

.item_rel_item_name {
	position: absolute;
	z-index: 1000;
	top: 15px;
	max-height: 145px;
	overflow: hidden;
	font-size: 12px;
	text-shadow:
		-1px -1px 0 #ffffff,
		1px -1px 0 #ffffff,
		-1px 1px 0 #ffffff,
		1px 1px 0 #ffffff;
	font-weight: bold;
	text-align: left;
	width: 196px;
	left: 5px;
	cursor: pointer;
}

#gallery {
	position: relative;
	font-size: 15px;
	border: solid 1px #cecece;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
}

#gallery .gallery_item {
	position: relative;
	float: left;
	width: 206px;
	height: 160px;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 25px;
	vertical-align: middle;
	overflow: hidden;
}

#gallery .gallery_item:nth-child(4) {
	margin-right: 0px;
}

#gallery .gallery_item img {
	position: relative;
	vertical-align: middle;
	z-index: 10;
	max-width: 100%;
	max-height: 100%;
}

.gallery_item_credits {
	position: relative;
}

#gallery .gallery_item div {
	position: absolute;
	width: 196px;
	max-height: 145px;
	right: 5px;
	z-index: 20;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
	top: 15px;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	text-align: right;
}


#detail_img_dialog {
	display: none;
}

/*.ui-widget-header
	{
		border: 1px solid #cecece;
		background: #cecece;
	}
	
		.ui-widget-header span
		{
			color: #000000;
		}


	.ui-corner-all
	{
		border-radius: 0px;
	}
	
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
	{
		color: #000000;
		border: none;
		background: none;
		right: 0px;
	}
	
	.ui-button-icon-primary.ui-icon.ui-icon-closethick
	{
		display: none;
	}
	
	.ui-widget-header span
	{
		
	}*/


.ui-dialog {
	background-color: #cecece;
	border-radius: 0px;
	font-family: 'helvetica';
	outline: none;
	border: solid 1px #000000;
	z-index: 1001;
}

.ui-dialog-titlebar {
	border: 0px;
	background: #000000;
	border-radius: 0px;
	padding: 5px;
}

.ui-dialog-title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

.ui-dialog-titlebar-close {
	display: none;
}

.ui-dialog-content {
	font-size: 12px;
	background: #cecece;
	color: #000000;
	padding: 5px;
	border: 0px;
}

.ui-dialog-buttonpane {
	background: #cecece;
	padding: 5px;
	border: 0px;
	border-top: solid 1px #000000;
}

.ui-dialog-buttonset button {
	float: right;
	margin-left: 5px;
	border-radius: 0px;
	border: solid 1px #000000 !important;
	font-size: 13px !important;
	color: #ffffff !important;
	background: #000000 !important;
	outline: none;
}

.ui-dialog-buttonset button:hover {
	background: #000000 !important;
}

#footnote_container {
	border: solid 1px #cecece;
	position: relative;
	border: solid 1px #cecece;
	margin-bottom: 10px;
}

#add_footnote_btn {
	width: 200px;
	line-height: 40px;
	border: solid 2px #cecece;
	text-align: center;
	background-color: #000000;
	margin-top: 5px;
	cursor: pointer;
	color: #ffffff;
}

.footnote_item {
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #000;
}

.footnote_number {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 32px;
}

.footnote_text {
	float: left;
	width: 760px;
	margin-left: 0px;
	resize: none;
}

.footnote_delete {
	float: left;
	text-align: center;
	width: 45px;
	line-height: 32px;
	cursor: pointer;
}

#image_description {
	width: 100%;
}

.item_description {
	width: 100%;
	font-size: 14px;
	margin: 0px auto 5px;
	text-align: right;
	font-family:"Equitan Sans W03 Italic";
}



#control_holder {
	position: absolute;
	right: 0px;
	top: 0px;
}

.fa {
	width: 30px;
	font-size: 25px !important;
}

.module_tools {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	display: none;
	background-color: #fff;
	z-index: 10;
}

.module_tool.edit {
	background-image: url(../img/icon_edit_article.png);
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}



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

.module_headline[type="header"] {
	font-size: 30px;
}


}


@media only screen and (max-width: 750px) {
	.module_2col_text, .module_2col_text_right
	{
		width:100%;
	}
	
	.module_2col_text
	{
		margin-bottom:20px;
	}
	
	.module_2col_img_holder
	{
		max-width:100%;
	}
	
	.module_2col_credits {
	    text-align: right;
	}
}