/**/
@charset "utf-8";

.list_content,.new_article{
	width: 208px;
	min-height: 200px;
	height:auto; 
	padding: 8px 8px 10px 8px !important;
}

.list_content p {
	word-break:break-all;
	text-align:justify;
	line-height: 1.8;
}




/*==========Fix bug by joomlavi ==============*/
* {
    box-sizing: border-box !important;
}

.maximenuck li.parent > a { padding: 0 0 16px;}
.maximenuck li.parent > a > .titreck:before {
	content:"...";
	display:block;
	margin-bottom:10px; 
	font-size:26px; 
	text-align: center;
}

.new_article_image {
    display: block;
    height: 142px;
    overflow: hidden;
}

.list_content:hover, .new_article:hover {
    box-shadow: 0 1px 3px rgba(0, 20, 20, 0.3), 0 0 0 5px rgba(19,61,155,0.4);
}

.t3-sidebar .module-title {
    border-bottom: solid 5px #133d9b;
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 4px;
}
.t3-sidebar #blankBM94 {
    border-radius: 0;
    box-shadow: none;
    padding:0; 

}
none.t3-sidebar .module-inner {
    background-color: #ebf2fe;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(20, 50, 20, 0.3) inset;
    padding: 10px 8px;
    position: relative;
}

@media screen and(max-width:768px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    padding: 0 10px;
}
.list_content, .new_article { width:200px; }
#concept_bnr .name_box, #concept_bnr .ar_title {
	 left: 6px !important;
}

}
@media screen and(max-width:767px){ 

#concept_bnr .ar_title {
    font-size: 20px !important;
   
    top: 124px !important;
}
#sideBar, .t3-sidebar {
    width: auto;
}

}

@media screen and(max-width:414px){ 

#concept_bnr .ar_title {
    font-size: 12px !important;

}

}


/* IE 8 */

    @media \0screen {  
      html>/**/body ul .new_article{ border:2px solid #eee; } 
      html>/**/body ul .new_article:hover{ border:2px solid #3da20d; } 
    }  
