
.go-top
{
    background-color: #f5f5f5;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 212px;
    width: 270px;
    text-align:center;
    font-size: 20px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-top
{
    top: 90px;
    /* background-color: rgba(232, 161, 11, 0.90); */
}
.go-top p
{
    font-size: 12px;
}



/* Common division block */
.holder
{
    position: relative;
    overflow: hidden;
    transition: 0.5s Ease;
    display: table;
    border-bottom: 4px solid #95c225;
}



/* Smooth Caption */
.smooth
{
    opacity: 1;    
}
.smooth:hover img
{
    opacity: 0.6;
    box-shadow: 0px 0px 10px #333333;
}

.go-top
{
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    background: none;
    /* transform: skewY(8deg); */
    height: 78px !important;
    top: 242px;
    width: 270px;
    height: 300px;
    text-align:center;
    font-size: 20px;
    padding: 10px 0px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-top
{
    top: 88px;
    /* background-color: rgba(232, 161, 11, 0.90); */
    height: 210px !important;
}
.go-top p
{
    font-size: 12px;
}

/* Show Details */






