.exhibitor {
float: none;
width: 100%;
}

.exhibitor-img {
float: left;
width: 40%;
margin-right: 2%;
}

.exhibitor-link {
display: block;
}

.exhibitor-link a.more-link {
float: none;
height: 33px;
margin-bottom: 5px;
text-align: center;
line-height: 35px;
font-size: 14px;
}

.exhibitor h2.exhibitorindextitle a, .exhibitor h2.exhibitorindextitle {
font-size: 24px !important;
}

.exhibitor-data {
display: block;
font-size: 12px;
line-height: 18px;
}

.exhibitor-content {
margin-top: 10px;
font-size: 12px;
line-height: 18px;
}

.exhibitor-content p, .exhibitor-content span p {
line-height: 1.2;
font-size: 16px;
}

#nav-widget-header {
background-color: #38b449;
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-align: center;
margin-bottom: 16px;
text-transform: uppercase;
padding: 10px;
}

.discop-nav-menu-widget {
list-style: none;
}

.discop-nav-menu-widget h2 {
text-align: center;
background-color: #333;
color: #FFF;
cursor: pointer;
background-image: url(../images/downarrow.png);
background-repeat: no-repeat;
background-position: 80%;
}

.discop-nav-menu-widget-form > ul > li ul {
display: none;
margin-bottom: 15px;
}

#the-results {
position: relative;
}

#loading {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
background-color: rgba(255,255,255,0.5);
z-index: 9999999;
background-image:url(images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
}

.cat-cell {
height: 180px;
width: 49%;
margin-bottom: 2%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}

.cat-cell:nth-child(odd) {
float: left;
clear: left;
margin-right: 2%;
}

.cat-cell:nth-child(even) {
float: right;
clear: right;
}

.catoverlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 180px;
background-image: url(../images/linebg-fade.png);
background-position: top;
background-repeat: repeat-x;
z-index: 0;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

a:hover .catoverlay {
opacity: 0;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.cat-cell a.cat-link {
display: block;
height: 100%;
width: 100%;
}

.cat-cell h3.cat-title {
margin-bottom: 0;
text-align: left;
text-shadow: 0 0px 0 black;
color: #fff;
text-decoration: none;
z-index: 1;
position: absolute;
bottom: 20px;
padding: 10px 15px; 
}

.cat-cell span.date {
margin-bottom: 0;
text-align: left;
text-shadow: 0 0px 0 black;
color: #fff;
text-decoration: none;
z-index: 1;
position: absolute;
bottom: 0;
padding: 0 17px; 
}

.complete{
display: none;
}

.the-rest{
color: #38b449;
cursor: pointer;
margin-left: 5px;
padding: 2px;
}

@media only screen and (max-width: 767px) {

.exhibitor, .exhibitor-img {
float: none;
width: 100%;
}

.exhibitor-img {
text-align: center;
}

.cat-cell, .cat-cell, .cat-cell {
float: none;
clear: both;
width: 100%;
margin-right: 0;
}
}