@font-face {
	font-family: 'Ubuntu_Light';
	src: url("../fonts/Ubuntu-Light.eot");
	src: url("../fonts/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Ubuntu_Medium';
	src: url("../fonts/Ubuntu-Medium.eot");
	src: url("../fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Ubuntu_Bold';
	src: url("../fonts/Ubuntu-Bold.eot");
	src: url("../fonts/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Ubuntu_Regular';
	src: url("../fonts/Ubuntu-Regular.eot");
	src: url("../fonts/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
.fundAccord{
margin: 0px;

}
.fundAccord .accordDiv.act {
    background-color: #434343;
    padding: 25px;
    background-image: none;
}
.fundAccord .accordDiv h2, .fundAccord .accordDiv ul{
	font-family:"Ubuntu_Medium";
	 font-size:1.6rem;
	 color:#fff;
	 margin-bottom:0;
	 padding:5px 0;
	 width:46%;
	 display:inline-block;
	 vertical-align:top
}
.accordDiv.act:before {
	content:'';
 position:absolute;
 right:35px;
 top:22px;
 border:solid #fff;
 border-width:0 3px 3px 0;
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg);
 display:inline-block;
 width:16px;
 height:16px;
 -webkit-transition:all ease 0.3s;
 -moz-transition:all ease 0.3s;
 -ms-transition:all ease 0.3s;
 -o-transition:all ease 0.3s;
 transition:all ease 0.3s

}
.accordDivDetail {
   background:rgba(67,67,67,0.1);
    
}
.old-site-link{
	display: none !important; 
	font-size: 13px !important; 
	font-family: 'Ubuntu_Light' !important; 
	max-width: 75px; 
	line-height: 1.3; 
}
.old-site-link a{
	color: #666 !important;
	text-decoration: underline;
}
.fixed .old-site-link{
	display: none;
}
@media only screen and (max-width: 1024px){
	.old-site-link{
		max-width: 100% !important;
	}
}

