.javawidget-inside {
	width: 100%;
	float: left;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;	
	border-bottom:1px solid#ccc;
}
.javawidget-inside:last-child {
	margin-bottom:0;
}
.dark .javawidget-inside {
	border-bottom:1px solid#333;
}
.widget14-thumbnail {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.col-md-4.thumbw1 img,
.col-md-4.thumbw6 img,
.widget14-thumbnail img{
	width:100%;
	height:auto;
	transform: scale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;		
}
.javawidget-inside:hover img,
.widget14-thumbnail:hover img{
	transform: scale(1.1); 
}	
.widget14-titlebig {
	width:80%;
	padding:15px 15px 0 0;
	position:absolute;
	bottom:-1px;
	left:0;	
	z-index:2;
	background:#fff;
}
.dark .widget14-titlebig {
	background:#181818;
}
.javawidget-title {
	width: 100%;
	float: left;
	margin-bottom:10px;
}
.col-md-4.thumbw1 {
	padding:0px;	
	overflow:hidden;
}
.col-md-4.thumbw1 span{
	width:100%;
	float:left;
	text-align:center;
}
.col-md-4.thumbw1.widget2 span{
	text-align:left;
}
.col-md-4.thumbw1 {
    width: 30%!important;
	position:relative!important;
	float:left!important;	
	font-size:14px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-right: 1px solid#ccc;	
}
.col-md-4.thumbw1 a{
	font-size:11px;	
	text-transform:uppercase;
	font-weight:600;
}
.col-md-8.titlew2 {
	width: 70%!important;
	float:right!important;
	padding:0 0 0 15px;
}
.gauthier-w3 ul li {
    padding: 10px 0!important;
    margin: 0!important;
    border-top: none!important;
    border-bottom: none!important;	
	width:50%;
	background-color: #111;
	text-align:center;
	border:0px solid#999;
	font-weight:bold;
}
.gauthier-w3 ul li a{
	color:#fff;
}
.gauthier-w3 ul li:before {
    content: ""!important;
}
.gauthier-w3 ul li.active  {
    border-radius: 0;
    background-color: #F0F0F0;
}
.dark .gauthier-w3 ul li.active  {
    background-color: #2d2d2d;
}
.gauthier-w3 ul li.active  a{
    color: #000;
}
.dark .gauthier-w3 ul li.active a {
    color: #fff;
}
.gauthier-w3 .nav.nav-pills {
	width: 100%;
	float: left;
	margin-bottom:0px;	
}
.javawidget5-article {
    width: 100%;
    float: left;
    font-size: 11px;
	text-transform:uppercase;
	margin-bottom: 2rem;
}
.javawidget5-article:last-child {
	margin-bottom:0;
}
.javawidget5-title {
    width: 100%;
    float: left;
	text-transform:capitalize;
	margin-bottom:1rem;
}
.javawidget-inside .head-divider {
    width: 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
    min-height: 12px;
}
.javawidget-inside .head-divider:after {
    content: "";
    height: 1px;
    width: 500px;
    left: 0;
    bottom: 6px;
    z-index: 0;
    position: absolute;
    background-color: #555;
}
.javawidget6-top {
    float: left;
    width: 100%;
    position: relative;
	margin-bottom:30px;
}
.javawidget6-right {
    float: left;
    width: 100%;
    position: relative;
}
.col-md-4.thumbw6 {
	padding-left:0;
	padding-right:0;	
	overflow:hidden;
}
.col-md-4.thumbw6 img{
	width:100%;
	height:auto;
}
@media (min-width: 480px) and (max-width: 1024px){
.javawidget-inside:nth-child(even) {
    width: 48%;
    float: left;
	clear:both;
}
.javawidget-inside:nth-child(odd) {
    width: 48%;
    float: right;
}
}	
