.news-detail p {
	text-indent: 0;
}
.news-detail .accordion-element {
	padding: 15px 0 30px 0;
}
.news-detail .accordion-element .ui-accordion-content-active {
	padding: 15px 30px 30px 30px;
    margin: 0 0 15px 0;
}
.news-detail .accordion-element .iconbox-readmore {
	margin: 30px 0 0 0;
}
.news-detail .accordion-element .blog-collapse-title {
	margin-left: 15px;
}
.news-detail .accordion-element h3.ui-accordion-header-active {
	margin: 0;
}
.news-detail .detail_picture {
	width:100%
}
.news-detail ul {
padding: 15px 0 15px 30px;
}
.news-detail ul li {
list-style-type: disc;
}

.news-detail {
	margin-bottom: 48px;
}

.news-detail h4 {
    margin-bottom: 30px;
	margin-top: 15px;
}
.gallery-area .gallery {
	margin-bottom: 48px;
}
.gallery-area .gallery .row {
	margin-left: -2px;
    margin-right: 0px;
}
.gallery-area .gallery .row:after,
.gallery-area .gallery .row:before {
	content: " ";
    display: table;
}
.gallery-area .gallery .row > div {
	padding-left: 2px;
    padding-right: 0px;
}
.gallery-area .gallery .item {
	border: none;
    margin-bottom: 2px;
    overflow: hidden;
    padding-bottom: 74%;
    height: 0px;
	font-size: 14px;
	position: relative;
    z-index: 2;
}
.gallery-area .gallery .item a {
	opacity: 0;
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.gallery-area .gallery .item a:before {
	left: 50%;
    position: absolute;
    top: 50%;
    background: url(/include/img/main_images.png) 0px 0px no-repeat;
    width: 35px;
    height: 35px;
    margin: -18px 0px 0px -18px;
    content: "";
    display: block;
}
.gallery-area .gallery .item .scale_block_animate {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.gallery-area .gallery .item .img_block {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.gallery-area .gallery .item:after {
	background-color: #00569C;
	position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #ededed;
    z-index: 3;
}
.gallery-area .gallery .item:hover {
	z-index: 25;
}
.gallery-area .gallery .item:hover a {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.gallery-area .gallery .item:hover .scale_block_animate {
	-webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.docs-area .docs {
	margin-bottom: 48px;
}
.docs-area .docs .item {
	
}
.docs-area .docs .item label {
	width: 40px;
    height: 40px;
    background: #515f85;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin: 0 10px 0 0;
}
.docs-area .docs .item a {
	font-size: 15px;
    text-transform: capitalize;
}
.links-area .links {
	margin-bottom: 48px;
}
.links-area .links .item {
	
}
.links-area .links .item label {
	width: 40px;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    margin: 0 10px 0 0;
	background: #2f3232 url(/include/img/link-ico.png) center center no-repeat;
	float: left;
}
.links-area .links .item a {
	font-size: 15px;
    text-transform: capitalize;
	float: left;
    padding: 6px 0;
	
}
