/*
copy wright by nssTheme
*/
/* 
    Created on : Sep 5, 2016, 7:36:06 PM
    Author     : NssTheme
*/
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';
.drive{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    height: auto;
}
.drive h2{
   color:#ffa000;
   font-family: 'Roboto', sans-serif;
   padding: 0px;
   margin: 20px 0px !important;
   letter-spacing:4.8px;
   font-weight: 500;
   text-transform: uppercase;
   border-bottom:1px solid #ff5252;
   display: inline-block;
   width: 100%;
}
.des{
    position: relative;
    width:100%;
    height: auto;
    margin: 0 auto;
}
.des .img-desc {
  color: #f69c55;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 1.5;
  margin: 0;
  padding: 20px 0 0;
  position: relative;
}
.des .img{
    position: relative;
    width: 100%;
}
.des .img:hover{
   box-shadow: 0px 2px 12px #d5d5d5;
}

.des .cat-off {
  border-bottom: 4px solid #c00;
  border-left-width: 4px;
  border-top: 0.5px solid #c00;
  box-shadow: 2px 8px 4px #d5d5d5;
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1.2px;
  margin-top: 6px;
}

