﻿.filter {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .filter select {
        color: #555;
        width: 80%;
        height: 30px;
        line-height: 18px;
        padding: 0px 0px 0px 5px;
        margin-top: 2px;
        border: 1px solid #E5E5E5;
        background: #FBFBFB;
        outline: 0;
        -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
        box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
        font: normal 14px/14px Arial, Helvetica, sans-serif;
    }

/* Exhibitor List */
.ExhibitorList {
    width: 100%;
}
/* ul li width % */
.Exhibitors {
    display: table;
    margin: 0 auto;
    font-family: 'Open Sans Condensed','Microsoft JhengHei', sans-serif;
}

    .Exhibitors li {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

@media (min-width: 768px) {
    .Exhibitors li {
        float: left;
        display: table-cell;
        width: 50%;
        margin-bottom: 30px;
    }
}

.Exhibitors-thumb {
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.img-responsive {
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

    .img-responsive > img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

.caption h4 {
    min-height: 80px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .caption h4 a {
        font-size: 0.85em;
        font-weight: 700;
        line-height: 1.2;
        color: #333;
    }

        .caption h4 a .en {
            font-size: 0.8em;
            font-weight: 700;
            color: #333;
        }

        .caption h4 a:hover {
            text-decoration: underline;
        }

.caption h5 {
    height: 38px;
    color: #666;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.3;
    color: #333;
}

.caption p {
    font-size: 1em;
    color: #333;
}

    .caption p i {
        font-size: 0.8em;
        line-height: 18px;
        padding-right: 5px;
    }



.Goals {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

    .Goals ul {
        width: 100%;
        height: auto;
    }

        .Goals ul li {
            display: inline-block;
            width: 100%;
            float: none;
            overflow: hidden;
            padding: 0;
            margin: 0;
            min-height: 0;
            color: #fff;
            font-size: 0.75em;
            line-height: 1.5;
            text-align: left;
        }
