@charset "utf-8";
/* CSS Document */
.div_img_content {
/*max-width: 300px;
float: right;*/
}
.miniplus {
	width: 40%;
	border-left: grey solid 1px;
	color: black;
	padding-left: 10px;
	vertical-align: top;
	margin-top: 20px;
	line-height: 25px;
	padding: 10px;
}
.ysl li {
	margin-top:10px;
	list-style:decimal;
	list-style-position:inside;
}
ol.ysl {
		border-left:grey solid 1px;
		padding-left:10px;
		margin:20px 0px;
}
.structure_i {
	background:url(../img/icon_01.png) no-repeat;
	padding-left: 40px;
	background-position: left center;
}
.eat_i {
	background:url(../img/icon_02.png) no-repeat;
	padding-left: 40px;
	background-position: left center;
}
.energy_i {
	background:url(../img/icon_03.png) no-repeat;
	padding-left: 40px;
	background-position: left center;
}
.old_i {
	background:url(../img/icon_04.png) no-repeat;
	padding-left: 40px;
	background-position: left center;
}
.box_i {
	background:url(../img/icon_05.png) no-repeat;
	padding-left: 40px;
	background-position: left center;
}

.img_div {
}

.img_div div {
    display: inline-block;
    float: left;
    width: 250px;
    padding: 0 20px;
}
.img_pr_y {position: relative;/* float: left; */}
.img_pr_y img {
    width: 80%;
    border-radius: 50%;
    border: #FFFFFF solid 10px;
    /* float: left; */
    box-shadow: 0px 2px 12px rgba(0,0,0,1.5);
    margin: 20px 40px 20px 20px;
    max-width: 180px;
    vertical-align: top;
}

.price_table {
text-align: center;
   /*  background-color: rgba(255,255,255,.6); */
	margin:10px 0px;
	line-height: 25px;
	}
	.price_table th, .price_table td{
	border-right: #CCC dashed 1px;
	}
	table.price_last_row{}
.clear {
	clear:both;
}
.zoom_img img {
    cursor: pointer;
    width: 200px;
    border: white solid 3px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    border-radius: 10px;
}
.zoom_img {
}


ul.img_anchor {text-align:center;
padding: 0px;
margin: 0 auto;}
li.img_anchor {

   margin: 5px 2%;
	  display: inline-block;

}
ul.img_anchor >li{display:inline-block;}
.img_anchor img{
     width:200px;

}
.img_anchor .content_anchor {
    width:200px;
    height: 200px;
    background:#f6f6f6;
    text-align:center;
    min-height:200px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    border-width: 4px;
    border-style: solid;
    border-color: #DDDDDD;
    box-shadow: 10px 10px 6px -6px #777777;
}
.img_anchor a.content_anchor {
    display:block;
    position: relative;
    overflow:hidden;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor:pointer;

}
.img_anchor a.content_anchor .over_anchor {
    background-color:rgba(0, 160, 150, 0);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 9900;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.img_anchor a.content_anchor:hover .over_anchor {
    display:block;
    background-color:rgba(0, 160, 150, 0.7);
}
.img_anchor a.content_anchor span {
padding: 5px 8px 0 8px;
width: 190px;
    background: rgba(0, 92, 44, 0.5);
    height:80px;
    text-transform:uppercase;
    font-size:11px;
    line-height: 25px;
    position:absolute;
    display:block;
    bottom:0px;
    left:0;
    z-index: 9910;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	color: #ffffff;
}
.img_anchor a.content_anchor:hover span {
padding-top: 60px;
    bottom:0;
    height:140px;
    color: #ffffff;
	font-size:14px;
	font-weight: bold;

}
.blog p.readmore {
    margin-bottom: 0px;
}
