.news_category .category-list ul, .news_category .article-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.news_category .category-list ul li, .news_category .article-list ul li {
	display: block;
	overflow: hidden;
	padding: 6px 0;
    max-width: 32.5%;
    margin-right: 1.25%;
    float: left;
}

.news_category .article-list ul li:nth-child(3n){
    margin-right: 0%;

}


.news_category .category-list li .image, .news_category .article-list li .image {

}
.news_category .category-list li h3, .news_category .article-list li h3 {
	margin-top: 0;
}


.news_article h1, .news_category h1 {
	/*border-bottom: 1px solid #EEE;*/
}
.news_article h1 .addthis_toolbox, .news_category h1 .addthis_toolbox {
	float: right;
	margin-top: 5px;
}

.category-info{
    background: #ffffff;
    position: relative;
}

.category-info .image{
    padding: 30px 0 0 30px;
}

.categoryContent{

    position: relative;

}

.categoryContent .tabsText h2{
    text-align: left;
}

.news_article .article_content .perex, .news_category .category-info .perex {
	font-weight: bold;
}
.news_article .article_content .social {
	margin: 20px 0;
}

/* gallery */
.article_content  #gallery-wrapper {
	text-align: center;
	margin: 20px auto;
}
.article_content  #gallery {
	display: inline-block;
	text-align: left;
}
.article_content  #gallery-controll {
	text-align: right;
}
.article_content  #gallery-canvas {
	position: relative;
	margin: 5px 0;
}
.article_content  #gallery-canvas-primary, .article_content  #gallery-canvas-secondary {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.article_content #gallery-canvas .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #333;
	opacity: 0.6;
	color: #FFF;
	font-size: 14px;
	display: none;
}
.article_content #gallery-canvas:hover .caption {
	display: block;
}
.article_content #gallery-canvas .caption span {
	padding: 5px 10px;
}
.article_content #gallery-thumbs {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.article_content #gallery-thumbs .arrow {
	position: absolute;
	top: 0;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #EAEAEA;
}
.article_content #gallery-thumbs .arrow span {
	display: inline-block !important;
}
.article_content #gallery-thumbs #gallery-arrow-prev {
	left: 0;
}
.article_content #gallery-thumbs #gallery-arrow-next {
	right: 0;
}
.article_content #gallery-thumbs #gallery-thumbs-line {
	overflow: hidden;
	white-space: nowrap;
	padding: 0 25px;
}
.article_content #gallery-thumbs #gallery-thumbs-line img {
	margin: 0 4px;
	cursor: pointer;
	border: 1px solid transparent;
}
.article_content #gallery-thumbs #gallery-thumbs-line img.active {
	border: 1px solid #333;
}


/* module */
.box-content.news_module ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.box-content.news_module .image {
	float: none;
	margin: 0;
	text-align: center;
}
.box-content.news_module .perex {
	font-weight: normal;
}
/* module - articles */
.box-content.news_module.news_article li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #EEE;
}
.box-content.news_module.news_article .name {
	margin: 3px 0 7px 0;
}
#content .box-content.news_module.news_article ul li {
	display: inline-block;
	vertical-align: top;
	width: 19%;
}
#content .box-content.news_module.news_article ul li + li {
	border: 0;
	margin: 0;
	padding: 0;
	margin: 0 5px;
}
#content .box-content.news_module.news_article ul.count_1 li {
	width: 99%;
}
#content .box-content.news_module.news_article ul.count_2 li {
	width: 49%;
}
#content .box-content.news_module.news_article ul.count_3 li {
	width: 32%;
}
#content .box-content.news_module.news_article ul.count_4 li {
	width: 24%;
}
/* module - categories */
.box-content.news_module.news_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-content.news_module.news_category > ul > li:first-child {
	padding: 0px 8px 8px 0px;
}
.box-content.news_module.news_category ul > li {
	padding: 8px 8px 8px 0px;
}
.box-content.news_module.news_category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-content.news_module.news_category > ul > li > .name > a {
	text-decoration: none;
	color: #333;
}
.box-content.news_module.news_category ul ul {
	display: none;
}
.box-content.news_module.news_category li.selected > .name > a {
	font-weight: bold;
}
.box-content.news_module.news_category li.selected > ul {
	display: block;
}
.box-content.news_module.news_category ul ul > li {
	padding: 5px 5px 0px 10px;
}
.box-content.news_module.news_category ul ul a {
	text-decoration: none;
	display: block;
}