


.textbox>a{width:100%;display:block;height:100%;}
.textbox{width:100%;height:100%;;padding:5px;position:relative;;top:0;left:0; 
 opacity:1;-moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.textbox>a>h3{padding:2px 0;text-align:left; !important;font-weight:400;color:#333;font-size:16px}
.textbox>a>h4{padding:2px 0;text-align:left; !important;font-weight:200;color:#777}
.lviewspection{width:100%;; padding:0px ;float:none;}


.service:hover > .textbox{opacity:1;}


.lviewspection > dl:after{clear:both;content:'';display:block}

.lviewspection > dl>dt{width:30%;padding:5px;float:left;text-align:center;}
.lviewspection > dl>dd{text-align:center;;padding:5px;float:left;border-left:1px solid #ccc;width:70%;}




@media all and (min-width:1px) and (max-width:800px) {

.textbox > a > h3 {
  padding: 2px 0;
  text-align: left;
  font-weight: 400;
  color: #333;
  font-size: 11px !important;
}
}