#content a.pdf{
	display: inline-block;
	position: relative;
}
#content p a.pdf{
	margin-bottom: 0;
}
#content a:hover, #content a.focus, .headline_pop a:hover{
	color: #127390;
	background-color: #edfbf8;wsd-icon-pdf-2
}
#content a.pdf:after,
#content a.doc:after,
#content a.xls:after,
#content a.ppt:after,
#content a.fill_pdf:after,
#content a.accessible_pdf:after,
#content a.g_html:after,
#content a.download:after,
#content a.music:after {
	content: '';
	width: 22px;
	height: 11px;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 5px;
	margin-right: 5px;
}
#content a.fill_pdf:after,
#content a.accessible_pdf:after {
	width: 30px;
}
#content a.g_html:after {
	width: 25px;
}
#content a.pdf:after {
	background: url(wsd-icon-pdf.png) no-repeat 0 0;
	background-size: cover;
}

#content a.doc:after {
	background: url(../../images/wsd-icon-doc.png) no-repeat 0 0;
	background-size: cover;
}
#content a.xls:after {
	background: url(../../images/wsd-icon-xls.png) no-repeat 0 0;
	background-size: cover;
}
#content a.ppt:after {
	background: url(../../images/wsd-icon-ppt.png) no-repeat 0 0;
	background-size: cover;
}
#content a.fill_pdf:after{
	background: url(../../images/wsd-icon-pdf-edit.png) no-repeat 0 0;
	background-size: cover;
}
#content a.accessible_pdf:after{
	background: url(../../images/wsd-icon-pdf-accessible.png) no-repeat 0 0;
	background-size: cover;
}
#content a.g_html:after{
	background: url(../../images/wsd-icon-html.png) no-repeat 0 0;
	background-size: cover;
}
#content a.download:after{
	background: url(../../images/wsd-icon-download.png) no-repeat 0 0;
	background-size: cover;
}
#content a.music:after{
	background: url(../../images/wsd-music.png) no-repeat 0 0;
	background-size: cover;
}

#content .mixed_btn_wrap{
	display: block;
	width: 100%;
	text-align: center;
}
#content .mixed_btn_wrap >div.mixed_btn_item{
	display: inline-block;
	float: left;
	width: 260px;
	margin-right: 40px;
	position: relative;
	margin-bottom: 40px;
}
#content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap{
	width: 100%;
	height: 260px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	text-align: center;
}
#content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
#content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap img{
	max-width: 100%;
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	top: 50%;
	margin: 0 auto;
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap:before{
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	right: -5%;
	bottom: -5%;
	display: inline-block;
	/* background-color: #4ED1E5; */
	background-image: url(../../images/wsd-icon-enlarge.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
	-webkit-transition:background-image 0.25s;
	transition:background-image 0.25s;
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.pdf_btn:before{
	background-image: url(../../images/wsd-icon-pdf-2.png);
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap:hover,
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap:focus{
	background: transparent;
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap:hover:before{
	background-image: url(../../images/wsd-icon-enlarge-over.png);
	background-size: contain;
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.pdf_btn:hover:before{
	background-image: url(../../images/wsd-icon-pdf-2-over.png);
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap:hover img{
	transform: scale(1.1)  translateY(-50%);
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.pdf_btn:after{
	content: '';
	width: 25px;
	height: 33px;
	display: inline-block;
	background: url(../../images/WSD-style-pdf.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-size: contain;
}
#content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.video_btn, #content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.img_expand_btn, #content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.external_btn{
	border: 5px solid #d1f4f6;
	border-radius: 30px;
}
#content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.video_btn>span, #content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.img_expand_btn>span, #content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.external_btn>span{
	border-radius: 25px;
}
#content .mixed_btn_wrap >div.mixed_btn_item a.circular.item_wrap>span, #content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.circular{
	border-radius: 50%!important;
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.external_btn:before{
	background-image: url(../../images/wsd-icon-external.png);
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.external_btn:hover:before{
	background-image: url(../../images/wsd-icon-external-over.png);
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.video_btn:before{
	background-image: url(../../images/wsd-icon-video.png);
}
#content .mixed_btn_wrap >div.mixed_btn_item > a.item_wrap.video_btn:hover:before{
	background-image: url(../../images/wsd-icon-video-over.png);
}
#content .mixed_btn_wrap >div.mixed_btn_item a.item_wrap.circular:before{
	right: 20px!important;
}
#content .mixed_btn_wrap.rectangular >div.mixed_btn_item a{
	border-radius:0!important;
}
#content .mixed_btn_wrap.rectangular >div.mixed_btn_item a>span{
	border-radius:0!important;
}
#content .mixed_btn_wrap.rectangular >div.mixed_btn_item > a.item_wrap.external_btn:before{
	display:none!important;
}
