.pagination ul{
	text-align: center;
}
.grid-shareholder{
	margin: 0 -15px;
}
.grid-shareholder .item{
	width: 33.33%;
	padding: 0 15px 30px 15px;
	float: left;
}
.grid-shareholder .item:nth-child(3n+1){
	clear: left;
}
.grid-shareholder .item .i-image{
	overflow: hidden;
}
.grid-shareholder .item .i-image img{
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid-shareholder .item:hover .i-image img{
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-ms-transform:scale(1.12);
	transform:scale(1.12);
}
.grid-shareholder .item .i-title{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.grid-shareholder .item .i-title a{
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 15px 10px;
	text-align: center;
	color: #333333;
	background: #f3f3f3;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.grid-shareholder .item:hover .i-title a{
	color: #ffffff;
	background: #ed1c24;
}
.div_iframe{
	border: 1px solid #d8d8d8;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.scroll_horizontal{
	width: 100%;
}
.div_iframe .wrap-iframe{
	min-width: 700px;
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
}
.scroll_horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height: 8px;
	background: #ffffff;
	margin: 3px 0;
}
.scroll_horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 8px;
	margin: 3px auto;
	background: #7f7f7f;
}
table.resport{
	margin-bottom: 20px;
	width: 100%;
}
table.resport tr td{
	padding: 10px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
table.resport tr td:first-child{
	padding-right: 15px;
}
table.resport tr td:nth-child(2){
	text-align: right;
}
.ul_link{
	display: inline-block;
}
.ul_link:after{
	display: block;
	content: '';
	clear: both;
}
.ul_link li{
	float: left;
	margin: 0 20px;
	position: relative;
}
.ul_link li ~ li:before{
	position: absolute;
	top: 0;
	left: -20px;
	content: '|';
	color: #ebebeb;
}
.ul_link li:first-child{
	margin-left: 0;
}
.ul_link li:last-child{
	margin-right: 0;
}
.ul_link li a{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.ul_link li a.fa-external-link{
	color: #ed1c24;
}
.ul_link li a.fa-external-link:hover{
	color: #333333;
}
.ul_link li a:before{
	font-family: fontawesome;
	padding-right: 5px;
	font-size: 14px;
	line-height: 24px;
}
.div_ifarme{
	margin-bottom: 25px;
}
.link-download{
	text-align: center;
}
.link-download a{
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	padding: 8px 40px;
	background: #ffffff;
	font-weight: 600;
	color: #ed1c24;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	border: 1px solid #ed1c24;
}
.link-download a:hover {
	color: #ffffff;
}
.link-download a span{
	position: relative;
	z-index: 1;
}
.link-download a:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 100%;
	content: '';
	background: #ed1c24;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link-download a:hover:after {
	right: 0;
}
.link-download a:before {
	font-family: fontawesome;
	content: '\f019';
	padding-right: 10px;
	position: relative;
	z-index: 1;
	font-weight: normal;
}
@media screen and (max-width: 1024px){
	.grid-shareholder .item .i-title,
	.grid-shareholder .item .i-title a{
		font-size: 16px;
		line-height: 26px;
	}
}
@media screen and (max-width: 992px){
	.grid-shareholder .item{
		width: 50%;
		padding: 0 15px 30px 15px;
		float: left;
	}
	.grid-shareholder .item:nth-child(n){
		clear: none;
	}
	.grid-shareholder .item:nth-child(2n+1){
		clear: left;
	}
}
@media screen and (max-width: 768px){
	table.resport,
	table.resport tbody,
	table.resport tbody tr,
	table.resport tbody tr td{
		display: block;
	}
	table.resport tbody tr{
		border-bottom: 1px solid #d9d9d9;
		padding: 10px 0;
	}
	table.resport tr td{
		padding: 5px 0;
		border-top: 0;
		border-bottom: 0;
	}
	table.resport tr td:first-child{
		padding-right: 0;
	}
	table.resport tr td:nth-child(2){
		text-align: left;
	}
}
@media screen and (max-width: 500px){
	.grid-shareholder .item{
		width: 100%;
	}
}