#possdx{
	line-height: 23px;
	font-size: 16px;
}

#possdx iframe{
	max-width: 850px;
	max-height: 478px;
	border-radius: 4px;
}

#possdx p{
	margin: 0;
	padding: 0;
}

#possdx *{
	max-width: 850px;
}

#possdx table th,
#possdx table td{
	font-family: inherit;
	font-size: inherit;	
}

.galeriafotos_inbox{
	clear: both;
}

.galeriafotos_inbox .albumphotos{
	border-left: none;
	border-right: none;
	padding: 10px 0 3px 0;
}

.galeriafotos_inbox .albumphotos a{
	display: block;
	float: left;
	width: 135px;
	height: 106px;
	background-size: cover;
	margin: 0 7px 7px 0;
	border-radius: 4px;
}

.galeriafotos_inbox .albumphotos a.mr{
	margin-right: 0;	
}

.galeriafotos_inbox .albumphotos a span{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25) url(../../../../public/img/zoom.png) no-repeat center center;
	border-radius: 4px;
	transition: opacity .25s ease-in-out;
	opacity: 0;
}

.galeriafotos_inbox .albumphotos a:hover span{
	opacity: 1;
}

.x-picbox{
	display: block;
	background: #4d4d4d;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.21);
	border-radius: 4px;
	padding: 5px;
}

.x-picbox span{
	display: block;
}

.x-picbox .inner-pic{
	text-align: center;
}

.x-picbox .inner-pic img{
	max-width: 840px !important;
	height: auto;
	vertical-align: middle;
	border-radius: 4px;
}

.x-picbox .inner-txt{
	padding: 10px 6px 5px 6px;
	font-weight: 700;
	line-height: 1;
	font-size: 13px;
	color: #c3c3c3;
}

.x-picbox.ps_left{
	float: left;
	margin: 0 20px 0 0;
}

.x-picbox.ps_right{
	float: right;
	margin: 0 0 0 20px;
}

.x-picbox.ps_center .inner-txt{
	text-align: center;	
}

/**********************************************************************************************/

.popod-ic, .depom_mbox{
	padding-top: 60px;
	margin-top: 60px;
}

.popod-ic .co1{
	width: 400px;
}

.popod-ic .co1 .pic{
	height: 130px;
}

.popod-ic .co1 .pic div{
	width: 135px;
	height: 130px;
	border-radius: 5px;
}

.popod-ic .co1 .pnd{
	font-size: 40px;
	font-weight: 700;
	margin: 50px 0 0 20px;
}

.popod-ic .co1 .dsc{
	margin-top: 30px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #999999;
}

.popod-ic .co2{
	width: 400px;
}

.popod-ic .co2.photos a.item{
	display: block;
	float: left;
	width: 190px;
	height: 140px;
	margin-right: 20px;
	border-radius: 5px;
}

.popod-ic .co2.photos a.item.nmr{
	margin-right: 0;	
}

.popod-ic .co2.photos .sep{
	clear: both;
	height: 20px;
}

.popod-ic .co2.photos a.item span{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25) url(../../../../public/img/zoom.png) no-repeat center center;
	border-radius: 4px;
	transition: opacity .25s ease-in-out;
	opacity: 0;
}

.popod-ic .co2.photos a.item:hover span{
	opacity: 1;
}

/*****************************************************************************************************************************/

.depom_mbox .dpoix .stie{
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 50px;
	background: url(../../home/img/quote.png) no-repeat left top;
	padding-left: 46px;
}

.depom_mbox .dpoix .isdp .item{
	width: 400px;
	height: 240px;
	float: left;
	margin-right: 50px;
	background: #4d4d4d;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.21);
	border-radius: 4px;
	position: relative;
	text-align: center;
}

.depom_mbox .dpoix .isdp .item.nmr{
	margin-right: 0;
}

.depom_mbox .dpoix .isdp .item .pic{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 20px;
	border-radius: 50px;
	background: #f0f0f0 url(../../home/img/person.png) no-repeat center center;
}

.depom_mbox .dpoix .isdp .item .pic.on{
	background: #505050;
}

.depom_mbox .dpoix .isdp .item .dep{
	position: absolute;
	top: 135px;
	left: 20px;
	right: 20px;
}

.depom_mbox .dpoix .isdp .item .sfr{
	position: absolute;
	bottom: 20px;
	left: 20px;	
	right: 20px;
	bottom: 20px;
	font-weight: 700;
}

.depom_mbox .dpoix .isdp .sep{
	height: 50px;
	clear: both;
}