#hopper {
background:url(../images/headerbg.jpg) repeat-x center top;
  height: 120px;
  border-bottom: 0px solid #dedede;
  z-index: 1000000000000000000000;
  position: relative; 
  border:0px solid red;

  }
 

#hopper.fixed {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000000000000000; }

ul#hopper-list li {
  display: inline-block;
  float: left;
  line-height: 62px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #9d9d9d;
  margin-right: 30px;
  /*-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;*/
  cursor: pointer;
  overflow: hidden;
  position: relative; }

#hopper-list .label, #hopper-list h2 {
  font-weight: normal; 
}

#hopper-list .selected .label {
  color: #2d2d2d; 
}

ul#hopper-list li.selected .line {
  position: absolute;
  width: 300px;
  background: #dedede;
  height: 1px;
  top: 40px; }

ul#hopper-list li:hover {
  color: #2d2d2d; }

.hopper-top {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 40px;
  text-align: center;
  color: #c8c8c8;
  display: none; }

.hopper-top:hover {
  background-color: #dedede;
  color: #6d6d6d;
  text-decoration: none; }

.section {
  background-size: cover;
  background-position: center center;
  display: block; }

.grey {
  background-color: #f8f8f8; }

.section h2, h2 {
  text-transform: none;
  margin-bottom: 10px; }

.section h2.heading2 {
  text-transform: none; }

.section h2 a {
  line-height: 40px; }

.section .subtext {
  font-size: 0.8em;
  color: #6d6d6d;
  font-family: "Minion Pro", Minion, Georgia, "Times New Roman", serif;
  font-style: italic;
  overflow: auto;
 }

#trending .subtext {
    *margin-top: 20px;
}

.section .container {
  padding: 55px 0; }

.entity-box {
  line-height: 20px; }

ul.def {
  list-style-type: circle;
  list-style-position: outside;
  font-size: 0.75em; }

ul.def li {
  margin-left: 20px; }

ul.def li b, ul.def li strong {
  font-size: 1.15em; }

.entity-box h4 {
  font-size: 14px;
  height: 24px;
  line-height: 24px; }

.entity-box h4 span {
  float: left; }

.entity-box .cuisines, .entity-box .time {
  font-size: 11px;
  color: #9D9D9D;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  clear: both; }

.entity-box .zone, .entity-box .at {
  font-size: 12px;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2d2d2d; }

.entity-box .at {
  color: #9d9d9d; 
}


.entity-box .zone a {
    color: #2D2D2D;
}
.entity-box .at a {
  color: #000; }

.entity-box .rating {
  height: 64px;
  width: 64px;
  border-radius: 64px;
  background-color: green;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 66px;
  color: #fff;
  font-size: 1em; }

.entity-box .small-rating, .small-rating {
  float: left;
  padding: 0 !important;
  width: 27px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  color: #fff;
  margin-left: 10px; }

