/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .col-md-2 {
    width: 100% !important;
}
}


img{
  height:100%;
  width: 100%;
}

.item{
  padding-left:5px;
  padding-right:5px;
}
.item-card{
  transition:0.5s;
 
  border: 1px solid #CCC;
}
.item-card-title {
    font-size: 14px;
    transition: 1s;
    
    padding-left: 3%;
}
.item-card-title i{  
  font-size:15px;
  transition:1s;
  color:#ffa710
}
 /*.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}*/
.card-text {
    height: 100px;
}

 /*.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
  box-sizing: border-box;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}*/

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 3%;
}

.col-md-2 {
    width: 18.66666667%;
}

h3 {
  margin-left: -1%;
}
