/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (max-width: 767px) {
  .img-responsive {
   width: 100%;
  }
}
    .grid ul li figure {
    position: relative;
    overflow: hidden;
    margin: -3px;
    background: white;
}

/*-------- 2.2 About --------*/
a.box_feat2 {
 
  background: #fff;
 padding: 10px 20px 10px 20px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  a.box_feat2 {
    padding: 20px 20px 0 20px;
  }
}
a.box_feat2:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
  -moz-box-shadow: 0px 3px 0px 0px #ebedef;
  box-shadow: 0px 3px 0px 0px #ebedef;
}
a.box_feat2 i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #0054a6;
  margin-bottom: 10px;
}
a.box_feat2 h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0px 0px 0px;
}
a.box_feat2 p
{
	margin-bottom:0px;
}
.box_detail .cats {
	margin-top: 20px;
}
.box_detail .cats li:before {
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    font-size: 14px!important;
    font-size: 0.875rem;
    content: "\5c";
    color: #ccc;
    position: relative;
    left: 0;
    top: 0;
    padding-right: 5px;
   
}
.box_detail .cats li{
	 list-style: none;
    padding: 10px;
    border-bottom: 1px solid #808080;
    color: #808080;
}
.box_detail .cats li a { 
    color: #808080;
}