#gallery{

max-height:auto;
position:relative;
width:100%;
font-family: 'Roboto Condensed', sans-serif;
padding-top:3%;
padding-bottom:2%;
padding-left:9%;
margin-top:-3%;
background-image: url('../graf/bg_exp.png');
background-repeat: no-repeat;
background-position: 0% 5%;
}
#gall_sub {
height:auto;
font-family: 'Roboto Condensed', sans-serif;
}
.gall_sub_ch{
fload:left;
/*background-color: rgba(0,0,0,0.8); */
max-width:310px; 
min-width:25%; 
font-family: 'Roboto Condensed', sans-serif;
margin-right:6%;
display:block;
padding-bottom:1%;
position:relative;
}
#gall_sub_ch table {
	//border-radius: 10px;
	//background-color: rgba(0,0,0,0.8);
	width:100%;
	border-right:2px solid #222;
	
}
#gall_sub_ch td{
	padding:2%;

}
#td_t{
	//border-radius: 10px 10px 0px 0px;
	font-size:22px;
	font-weight: bold;
	color:#036;
	height:80px;
	text-align:center;
	box-shadow: 3px 3px 3px #000;
	//box-shadow: 0px 2px #000;
	background: #ccc;
	//background: rgb(140,191,209);
	//background: linear-gradient(5deg, rgba(140,191,209,1) 0%, rgba(203,224,232,1) 100%);
}
 #td_t_b{
	//border-radius: 0px 0px 10px 10px;
	font-size:19px;
	text-align:justify;
	
	color:#036;
	//box-shadow: 0px 2px #000;
	//background: rgb(255,111,54);
	//background: linear-gradient(90deg, rgba(255,111,54,1) 0%, rgba(255,209,54,1) 100%);
	border-top: 1px solid #000;
	height:43vh;
	vertical-align: text-top;
	padding-top: 3.5%;
	padding-bottom: 1.5%;
	//border-bottom: 1px solid #ccc;
}
#td_t_b p {
	 margin-bottom:15px;
	 margin-top:5px;
}
/*#td_t1{
	border-radius: 10px 10px 0px 0px;
	font-size:20px;
	text-align:center;
	box-shadow: 0px 2px #000;
	background: rgb(236,249,26);
	background: linear-gradient(4deg, rgba(236,249,26,1) 0%, rgba(255,209,54,1) 100%);
}
 #td_t_b1{
	border-radius: 0px 0px 10px 10px;
	font-size:16px;
	text-align:justify;
	box-shadow: 0px 2px #000;
	background: rgb(236,249,26);
	background: linear-gradient(90deg, rgba(236,249,26,1) 0%, rgba(255,209,54,1) 100%);
	border-top: 1px solid #000;
}
#td_t2{
	border-radius: 10px 10px 0px 0px;
	font-size:20px;
	text-align:center;
	box-shadow: 0px 2px #000;
	background: rgb(255,255,255);
	background: linear-gradient(5deg, rgba(255,255,255,1) 0%, rgba(215,251,255,1) 100%);
}
 #td_t_b2{
	border-radius: 0px 0px 10px 10px;
	font-size:16px;
	text-align:justify;
	box-shadow: 0px 2px #000;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(215,251,255,1) 100%);
	border-top: 1px solid #000;
}*/