﻿.cat-list .item {
    margin-bottom: 25px;
    
}
.cat-list {
    min-height:400px;
}
.cl-img {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}
.cl-img img{
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}
.heart-o {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    color: #fff;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .heart-o:before {
        width: 24px;
        height: 24px;
        line-height: 26px;
        text-align: center;
        background-color: rgba(0,0,0,0.3);
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        content: '\f004';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: 5px;
        -webkit-transition: all .3s;
        -khtml-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.cl-caption {
    padding: 15px 14px 20px;
    border: 1px solid #e0e4e6;
    margin-top: -1px;
    min-height: 150px;
}

    .cl-caption .has-feedback {
        padding-right: 95px;
    }

.text-special {
    color: #fe8802;
    font-size: 12px;
    font-weight: 400;
}

.cl-caption .price {
    position: absolute;
    right: 10px;
    top: 0;
    color: rgba(0,0,0,0.7);
}

.ic-users {
    width: 21px;
    height: 20px;
    background-position: -20px -2px;
}

.cl-caption .histo {
    margin-top: 10px;
}

.cl-checkbox {
    padding: 10px 14px;
    background-color: #edf0f2;
    color: #144aa8;
    border: 1px solid #e0e4e6;
    margin-top: -1px;
}

.c5a {
    color: #ff5a27;
}

.topcruiseview li {
    padding-left: 10px;
}

    .dropdown-menu li:hover a {
        color: #0094ff;
    }

    .dropdown-menu li .action:before {
        content: '\f00c';
        display: inline-block;
        padding-left: 10px;
        font-family: 'FontAwesome';
        position: absolute;
        left:0px;
        color: black;
    }
