/* SHOW LIST CAT */
.news-list {
	margin: 0 0 10px 0;
	padding: 0;
    width:100%;
    position:relative;
    display:block;
}

.news-list img {
width:100%;
}

.news-grid {
	margin: 0 0 10px 0;
	padding: 0;
    width:100%;
    position:relative;
    display:block;
}

.news-grid .showimg {
 height:160px;
 overflow:hidden
}

.news-grid img {
max-width:100%;
height:140px
}

.news-grid .showtitle {
 height:40px;
 overflow:hidden;
 margin-bottom:10px;
 
 text-align: center;
}
/* SHOW LIST CAT */


/******************* SHOW MAIN NEWS ********************/
.main-news{
	margin: 0;
	padding: 0;
    width:100%;
    position:relative;
}
.main-news img{
	margin: 0;
	padding: 0;
    width:100%;
}
/******************* SHOW MAIN NEWS ********************/

/* DETAILT */
.detail{
	margin: 0 0 10px 0;
	padding: 10px;
    width:100%;
    position:relative;
    display:block;
}

.detail .title{
	margin: 0 auto;
	padding: 0 0 10px 0;
    width:100%;
}

.detail .title h1{
	font-size: 30px;
}

.detail img{
    max-width:100%;
}

.detail .social-network{
 padding:0;
 margin:0;
 position:relative;
 height:40px;
 overflow:hidden;
}

.detail .social-network .facebook{
 display:inline-block;
 width:60px;
 overflow:hidden;
 position:absolute;
 left:0;
 top:0;
}
.detail .social-network .googleplus{
 display:inline-block;
 width:34px;
 overflow:hidden;
 position:absolute;
 left:107px;
 top:0px;
}


.detail .content{
	margin: 0 auto;
	padding:0;
    width:100%;
}

.detail .content .hometext{
	margin: 0 auto;
	padding:0;
    width:100%;
}

.detail .content .bodytext{
	margin: 0 auto;
	padding:0;
    width:100%;
}

.detail .author{
	margin: 10px auto;
	padding:0;
    width:auto;
    position:relative;
    float:right;
}
.detail .author ul li{
	display:block;
    float:right;
    list-style:none;
    width:100%;
    text-align:right;
}
.detail .author ul li span{
  text-decoration: underline
}



.detail .showother{
	margin: 10px auto;
    position:relative;
}

.detail .showother h2, h3, h4{
   margin:auto;
   padding:auto;
   display:inline;
}
.detail .showother a{
   margin-right:2px;
   margin-bottom:2px;
}
.detail .showother span{

}

#idcomment {
  position:relative;
}

#idcomment .header-comment {
  line-height: 2;
  padding-bottom: .5em;
  position:relative;
}

#idcomment .header-comment h3 {
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 30px;
}

#idcomment .comment-form .box-border {}

#idcomment .comment-form .capcha {
  width: 100px;
  display:inline;
  margin:0
}

#idcomment .comment-form .typer {
  height: 80px;
}

#idcomment .list-comments .alt {
  background: #f6f6f6;
}

#idcomment .list-comments h4 {
  color: #b93d00;
  margin-bottom: .5em;
}

#idcomment .list-comments .ava {
  float: left;
  width: 60px;
}

#idcomment .list-comments .ava img {
  vertical-align: middle;
  width: 40px;
}

#idcomment .list-comments .comment-content {
  margin-left: 60px;
}



.refresh {
  cursor: pointer;
}


.listpage {
  float: left;
  margin: 10px;
}
/* DETAILT */







.news-search .rows {
	margin-bottom: 10px
}

.news-search label {
	display: block;
	float: left;
	width: 30%
}

.table-list-news {
	border: 0px solid #e5e5e5;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 100%
}

.table-list-news th {
	border-bottom: 0px solid #e5e5e5
}

.table-list-news tbody tr:nth-child(even) td {
	background: #dfdcdc
}

.table-list-news td {
	padding: 4px 10px 4px 5px
}

.news_grid {
	padding:0;
}

.news_grid h3.cat {
    color: #c3367a;
  font-size: 2.2em;
	margin: 0;
	padding: 4px 10px;
text-align:center
}

.news_grid .item {
	text-align: center
}

.news_grid .item_content {
	height: 200px;
	margin: 2px;
	padding: 10px;
	position: relative;
}

.news_grid .item_content .title{
    color: #333;
    text-align:center;
    font-weight:bold;
    padding:10px 0;
}

.news_grid .item_content .title a{
    color: #333;

}

.news_grid .item_content .title a:hover{
    color: #FF0000;
}


.news_grid .admintab {
	bottom: 0;
	padding: 5px;
	position: absolute;
	right: 0
}

.news_grid h2 {
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
    text-align: left;
}

.t-news h4, .listz-news h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .5em
}
