/*
2016.02.01 line 135  background-color: #4e4e4e; to background-color: #595959


/*.text_block_2_part {
  background-color: #595959;
}
.history_tree span {
  color: #bbbbbb;
}
.history_tree span:last-child {
  color: #e5e3e3;
} */
#card_wrapper_top{
  width: 93.75%;
  height: 500px;
  overflow: hidden;
  float: right;
  background: #595959;
  box-sizing: border-box;
}
.card_object {
  width: 100%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
#tooltip{
  font-size: 16px;
  background-color: rgba(140,38,2,0.5);
  color: #fff;
  font-family: 'century_gothic';
  width: 250px;
  display: block;
  padding: 5px;
  position: fixed;
  z-index: 9;
}
.card_object .monument_img_item .icon_monument_plan {
  position: absolute;
  max-width: 40px;
}

.card_info_right{
  background: grey;
  width: 40%;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.card_church_logo{
  width: 230px;
  height: 210px;
  box-sizing: border-box;
  background-color: #b5b5b5;
  border: 10px solid #b5b5b5;
  display: table-cell;
/*  cursor: pointer; */
  background-size: 60%;
}
.church_logo_wrapper{
  display: table;
  font-family: 'century_gothic';
  font-size: 16px;
  color: #ccc;
  width: 100%;
}

.card_church_desc{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #4f5d83;
  box-sizing: border-box;
  padding: 20px;
}
.card_church_desc h1{
  font-family: 'century_gothic_bold';
  font-size: 26px;
}
.card_church_desc h2{
  font-family: 'century_gothic';
  font-size: 24px;
  color: #fff;
}
.object_card_desc_mini{
  background-color: #595959;
  /* height: 200px; */
  width: 100%;
  padding: 20px;
}
.object_card_desc_mini h1, .object_card_desc_mini h2, .object_card_desc_mini h3, .object_card_desc_mini h4, .object_card_desc_mini h5, .object_card_desc_mini h6{
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-weight: normal;
  clear: both;
}

.object_card_desc_mini h1{
  font-family: 'lucida_sans';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.object_card_desc_mini h2{
  font-family: 'lucida_sans';
  font-size: 24px;
  color: #fff;
  padding: 10px 0px 10px 0px;
}
.object_card_desc_mini h3{
  font-family: 'century_gothic_bold';
  font-size: 18px;
  color: #d38352;
  padding: 0px 0px 5px;
}
.object_card_desc_mini h4{
  font-family: 'century_gothic';
  font-size: 17px;
  color: #ddd;
}
.object_card_desc_mini h5{
  font-family: 'century_gothic';
  font-size: 17px;
  color: #ddd;
  padding: 5px 0px 0px 0px;
  clear: both;
}
.object_card_desc_mini h6{
  font-family: 'century_gothic_bold';
  font-size: 16px;
  color: #d38352;
  text-align: center;
  clear: both;
}
.object_card_desc_mini .card_hr{
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 10px 0px 5px 0px;
  float: right;
  box-sizing: border-box;
}
.object_card_desc_dop_wrapper{
  padding: 0px 0px 0px 0px;
  text-align: justify;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  /*background-color: #4e4e4e;*/
  background-color: #595959;
}
.object_card_desc_dop{
  padding: 15px 0px 0px 0px;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.object_card_desc_dop p{
  padding: 10px 50px 20px 20px;
  margin: 0px;
  color: #f1f1f1;
  font-family: 'century_gothic';
  font-size: 17px;
  line-height: 20px;
  text-align: justify;
}
.item_collect_overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(78,78,78,0) 5%, rgba(78,78,78,0) 75%, rgba(78,78,78,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,78,78,1)), color-stop(5%,rgba(78,78,78,0)), color-stop(75%,rgba(78,78,78,0)), color-stop(100%,rgba(78,78,78,1)));
  background: -webkit-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(78,78,78,0) 5%,rgba(78,78,78,0) 75%,rgba(78,78,78,1) 100%);
  background: -o-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(78,78,78,0) 5%,rgba(78,78,78,0) 75%,rgba(78,78,78,1) 100%);
  background: -ms-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(78,78,78,0) 5%,rgba(78,78,78,0) 75%,rgba(78,78,78,1) 100%);
  background: linear-gradient(to bottom, rgba(78,78,78,1) 0%,rgba(78,78,78,0) 5%,rgba(78,78,78,0) 75%,rgba(78,78,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=0 );
  pointer-events: none;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
.card_wrapper_bottom{
    width: 93.75%;
	float: right;
	background-color: #595959;
	overflow: hidden;
/*	display: table; */
}

.card_bottom_left{
  width: 60%;
  height: 100%;
  background-color: #595959;
  display: table-cell;
  vertical-align: top;
  padding: 40px 10px 40px 0px;
  box-sizing: border-box;
}

.card_bottom_right{
/*    width: 40%; */
	height: 100%;
/*  	background-color: #5b3c3c; */
	display: table-cell;
}
#middle_table {
  clear: both;
}
.dop_panel_header.dop_panel_card, .simple_text.greeting_text.dop_panel_card, .dop_panel_arrow.dop_panel_card{
  background-color: #5b3c3c;
}
.dop_panel_header.dop_panel_card{
  padding: 30px 20px 30px 20px;
  cursor: pointer;
}
.dop_panel.dop_panel_card{
	height: 80px;
  background-color: #5b3c3c;
}
.dop_panel_content.dop_panel_card {
  width: 100%;
  cursor: auto;
}
.simple_text.dop_panel_card{
  padding-right: 35px;
  box-sizing: border-box;
}
.card_bottom_left table td{
	text-align: left;
}

.card_bottom_left table tr td:nth-child(odd){
  color: #d1d1d1;
  font-family: 'century_gothic';
  font-size: 20px;
  padding: 0px 50px 0px 20px;
}
.card_bottom_left table tr td:nth-child(even){
  color: #d1d1d1;
  font-family: 'century_gothic_bold';
  font-size: 20px;
}
.card_bottom_left h1{
  font-size: 24px;
  color: #fff;
  font-family: 'century_gothic';
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
}
.card_bottom_left table tr td:nth-child(even).inv{
	color: #d38352;
}
.card_zoom_in{
    position: absolute;
	top: 0px;
    right: 0px;
	cursor: pointer;
}

.card_zoom_out{
    position: absolute;
	top: 40px;
    right: 0px;
	cursor: pointer;
}
.object_zoom_normal{
    position: absolute;
	top: 80px;
    right: 0px;
	cursor: pointer;
}

.object_full_page{
    position: absolute;
	top: 120px;
    right: 0px;
	cursor: pointer;
}

#openseadragon1 .object_zoom_normal{
   width: 30px;
}

.ch_img_btn{
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 20px 0 0 10px;
}

@media screen and (max-width: 1600px){
	.card_church_logo {
	  width: 190px;
	  height: 150px;
	}
	.card_church_desc h1 {
	  font-size: 20px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	.card_church_desc h2 {
	  font-size: 18px;
	  margin-top: 10px;
	  margin-bottom: 0px;
	}
	.object_card_desc_mini h1 {
	  font-size: 18px;
	}
	.object_card_desc_mini h2 {
	  font-size: 22px;
	  padding: 7px 0px 7px 0px;
	}
	.object_card_desc_mini h3 {
	  font-size: 16px;
	}
	.object_card_desc_mini h4 {
	  font-size: 15px;
	}
	.object_card_desc_mini h5 {
	  font-size: 15px;
	}
	.object_card_desc_mini h6 {
	  font-size: 15px;
	}
	.object_card_desc_dop p {
	  font-size: 15px;
	  line-height: 18px;
	}
	.simple_text.dop_panel_card{
	  padding-right: 35px;
	  padding-left: 15px;
	  box-sizing: border-box;
	}

	.card_bottom_left table tr td:nth-child(odd){
	  font-size: 17px;
	  padding: 0px 50px 0px 20px;
	}
	.card_bottom_left table tr td:nth-child(even){
	  font-size: 17px;
	}
	.card_bottom_left h1{
	  font-size: 22px;
	}

}
@media screen and (max-width: 1200px){
	.card_church_logo {
	  width: 160px;
	}
	.card_church_desc h1 {
	  font-size: 16px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	.card_church_desc h2 {
	  font-size: 15px;
	  margin-top: 10px;
	  margin-bottom: 0px;
	}
	.object_card_desc_mini h1 {
	  font-size: 16px;
	}
	.object_card_desc_mini h2 {
	  font-size: 20px;
	  padding: 5px 0px 5px 0px;
	}
	.object_card_desc_mini h3 {
	  font-size: 15px;
	}
	.object_card_desc_mini h4 {
	  font-size: 14px;
	}
	.object_card_desc_mini h5 {
	  font-size: 14px;
	  padding: 3px 0px 0px 0px;
	}
	.object_card_desc_mini h6 {
	  font-size: 14px;
	}
	.object_card_desc_dop p {
	  font-size: 14px;
	  line-height: 16px;
	}
	.dop_panel.dop_panel_card{
		height: 70px;
	  background-color: #5b3c3c;
	}
	.card_bottom_left table tr td:nth-child(odd){
	  font-size: 15px;
	  padding: 0px 40px 0px 20px;
	}
	.card_bottom_left table tr td:nth-child(even){
	  font-size: 15px;
	}
	.card_bottom_left h1{
	  font-size: 20px;
	}
}


@media screen and (max-width: 1000px){
	.card_church_logo {
	  width: 150px;
	}
	.card_church_desc h1 {
	  font-size: 14px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	.card_church_desc h2 {
	  font-size: 13px;
	  margin-top: 5px;
	  margin-bottom: 0px;
	}
	.object_card_desc_mini h1 {
	  font-size: 14px;
	}
	.object_card_desc_mini h2 {
	  font-size: 18px;
	  padding: 5px 0px 5px 0px;
	}
	.object_card_desc_mini h3 {
	  font-size: 13px;
	}
	.object_card_desc_mini h4 {
	  font-size: 12px;
	}
	.object_card_desc_mini h5 {
	  font-size: 12px;
	  padding: 3px 0px 0px 0px;
	}
	.object_card_desc_mini h6 {
	  font-size: 12px;
	}
	.object_card_desc_dop p {
	  font-size: 12px;
	  line-height: 14px;
	}
	.dop_panel_arrow.dop_panel_card {
	  background-size: 110%;
	}
	.dop_panel_header.dop_panel_card {
	  padding: 20px 20px 20px 20px;
	}
	.dop_panel.dop_panel_card{
		height: 60px;
	}
	.simple_text.dop_panel_card p{
		font-size: 12px;
		line-height: 14px;
	}

	.card_bottom_left table tr td:nth-child(odd){
	  font-size: 12px;
	  padding: 0px 40px 0px 20px;
	}
	.card_bottom_left table tr td:nth-child(even){
	  font-size: 12px;
	}
	.card_bottom_left h1{
	  font-size: 16px;
	}
}
