﻿ .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
   
    }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
                   
				     /* background: #e95d3c;
				      background: url(images/btnbackimg.png) no-repeat;
				       background-size: 100% 100%;
				     
				      border-radius: 5px;
				      color:#17C83C; /* #FFF;
				      
                      transform: scale(1.1);*/
                      
                       background: #e95d3c;
				      border-radius: 5px;
				      color: #FFF;
                      transform: scale(1.1);
}

.hvr-growF1{ 
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
   
    }

.hvr-growF1:hover,
.hvr-growF1:focus,
.hvr-growF1:active,
 {
                   
                   /* background: #e95d3c;
				      border-radius: 5px;
				      color: #FFF;
                      transform: scale(1.1);*/
                   
                   
				      background: #e95d3c;
				      border-radius: 5px;
				      color:#17C83C;
				     /* color: #FFF;*/
                      transform: scale(1.5);
}