/* Exhibitor list */


.exhibitor-card {
    display: block;
    border:1px solid #E2E2E2;
    color: inherit;
}

a.exhibitor-card:hover {
	text-decoration:none;
    color:#83858A;
}

.ex-badge {
    padding:5px 20px;
    font-size:0.7em;
    line-height: 1em;
    letter-spacing:0.05em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}

.ex-table {
    width:100%;
}

.ex-logo, .ex-booth {
    vertical-align: middle;
    text-align: center;
    padding:10px 0px;
}

.ex-logo { width:70%; border-right:1px solid #E2E2E2;}
.ex-logo img { height:78px; }
.ex-booth { width:30%;}

.ex-booth span.label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1em;
}

.ex-booth span.booth-num {
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
}


.ex-company {
    display: block;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    padding:7px 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.ex-country {
    float: right;
    font-weight: 300;
    color: #bdbdbd;
    font-size: 0.8em;
    line-height: 1.6em;

}

.ex-summary {
    padding:20px 30px 20px 30px;
    border-left: 1px solid #E2E2E2;
    display: hidden;
}

.ex-premium {background-color: #d8005f; color:#fff;}
.ex-gold {background-color: #f1c40f;}
.ex-silver {background-color: #bdc3c7;}
.ex-bronze {background-color: #795548; color:#CABFBB;}
.ex-yellow {
    background-color: #FFC700;
    color:#111;
}


.ex-firsttime { color:#F00;}



/* LIST VIEW */

.list-view {
    width:100%;
    display: block!important;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
}

.list-view .exhibitor-card:hover {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.list-view .ex-company {
    border-top:0px;
    border-bottom: 1px solid #E2E2E2;
    padding:10px 20px;
    font-size:1.2em;
}

.list-view .ex-country {
    float:none;
    padding-left:5px;
}

.list-view a.ex-url {
    float:right;
    font-size: 0.8em;
    margin-bottom:15px;
}

.list-view .ex-badge {
    text-align: left!important;
    padding-left: 20px;
}

.list-view .ex-topic {
    float:right;
    padding-right: 20px;
    margin-top:-4px;
    font-size: 0.8em;
}

.list-view .ex-topic img{
    padding:0px 5px;
}



.list-view .ex-summary { display:table-cell;width:70%;padding-right: 40px;}
.list-view .ex-logo { width:20%; border-right:1px solid #E2E2E2;}
.list-view .ex-booth { width:10%;}


.exhibits-at-logo img {
	display:inline-block;
	margin-top:-8px;
}
