﻿
#owl-demo .item {
    /*background: #3fbf79;*/
    /*  padding: 30px 0px;
  margin: 10px;*/
    /*color: #FFF;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-demo .item img {
        height: 100%;
        width: 100%;
    }




#owl-one .item {
    /*background: #3fbf79;*/
    /*  padding: 30px 0px;
  margin: 10px;*/

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-one .item img {
        height: 100%;
        width: 100%;
    }


    #owl-one .item:hover, #owl-four .item:hover, #owl-three .item:hover, #owl-two .item:hover {
        color: #ffbc00;
    }

#owl-two .item, #owl-three .item, #owl-four .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-two .item img, #owl-three .item, #owl-four .item {
        height: 100%;
        width: 100%;
    }
