.inner-content {
  max-width: 1280px;
}

.section-header {
  position: relative;
  height: 20px;
  margin: 12px 0 3px;
}

.section-header .right-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-header ul.right-actions, .section-header ul.right-actions li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.section-footer {
  position: relative;
  height: 20px;
  margin: 3px 0 12px;
}

.section-footer .right-actions {
  position: absolute;
  right: 0;
  top: 0;
}

.section-footer ul.right-actions, .section-footer ul.right-actions li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

ul.icon-legends, ul.icon-legends li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

ul.icon-legends {
  overflow: hidden;
  display: block;
  color: #ff9320;
  font-size: 0.8em;
  float: right;
}

ul.icon-legends li {
  display: inline-block;
}

ul.icon-legends li:not(:last-child) {
  margin-right: 10px;
}

ul.icon-legends li i {
  font-size: 1.2em;
}

ul.icon-legends li.title span {
  color: #AAA;
  font-weight: 700;
}

.feature-wrapper ul.section-actions, .feature-wrapper .section-actions li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

.feature-wrapper ul.section-actions {
  display: block;
  float: right;
  overflow: hidden;
}

.feature-wrapper .section-actions li {
  float: left;
  font-size: 1.25em;
  margin-right: 1.25em;
  font-weight: 700;
}

.feature-wrapper .section-actions li:last-child {
  margin-right: 0;
}

.feature-wrapper .section-actions li i {
  margin-right: 0.8em;
}

.feature-items .r-logo-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
  background: #FFF;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow:  1px 1px 5px rgba(0, 0, 0, 0.6);-moz-box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.6); box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.6);
}

.feature-items .r-logo-wrapper .logo {
  background-position: center;
  -webkit-background-size: contain;background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.feature-items .feature-items-list li {
  cursor: pointer;
}

.feature-cat {
  padding: 10px 10px;
  position: relative;
}

.feature-cat .background {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;background-size: cover;
  background-position: center center;
}

.feature-cat .subtitle {
  text-align: justify;
}

.feature-cat ul.sticky-actions, .feature-cat ul.sticky-actions li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
}

.feature-cat ul.sticky-actions {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 15;
}

.feature-cat ul.sticky-actions li {
  position: relative;
  display: block;
  float: left;
  line-height: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
  /*padding: 8px;*/
  -webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 12px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.feature-cat ul.sticky-actions li:last-child {
  margin-right: 0;
}

.feature-cat ul.sticky-actions li a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.feature-cat ul.sticky-actions li a i {
  padding: 10px;
}

.feature-cat ul.sticky-actions li:hover {
  background: rgba(255, 147, 32, 1);
}
/*
.feature-cat ul.sticky-actions li:hover a {
  color: rgba(255, 147, 32, 1);
}*/

.feature-cat .bottom {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  color: #FFF;
  transform: translateY(100%);
  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
}

.feature-cat .bottom .headline {
  transform: translateY(-100%);
}

.feature-cat .bottom h4 {
  font-size: 32px;
  color: #FFF;
  margin: 0;
  padding: 10px;
  text-shadow: 2px 2px 3px #000;
}

#other_areas .feature-cat .bottom h4 {
  font-size: 24px;
}

.feature-cat:hover .bottom .headline, .feature-cat:hover .bottom {
  transform: translateY(0);
}

.feature-cat .bottom .subtitle {
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px 10px 10px;
}

.feature-cat .bottom ul.stat, .feature-cat .bottom ul.stat li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
}

.feature-cat .bottom ul.stat {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 10px 5px;
}

.feature-cat .bottom ul.stat li {
  flex: 1;
  text-align: center;

}

.feature-cat .bottom ul.stat li dl, .feature-cat .bottom ul.stat li dl dt, .feature-cat .bottom ul.stat li dl dd {
  margin: 0;
  padding: 0;
}

.feature-cat .bottom ul.stat li dl {
  /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);*/
  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;

  background: rgba(0, 0, 0, 0.4);

}

.feature-cat:hover .bottom ul.stat li dl {
  background: rgba(0, 0, 0, 0);
}

.feature-cat .bottom ul.stat li dl dt {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.feature-cat .bottom ul.stat li dl dd {
  font-weight: 500;
}

.feature-cat .bottom .spacer {
  line-height: 32px;
}

.feature-cat .feature-overlay {
  padding: 10px;
  background: rgba(243, 112, 32, 0.7);
  color: #FFF;
}

.grid-content .bottom h5 {
  padding: 0 10px;
}

.grid-content .bottom ul.characteristics, .grid-content .bottom ul.characteristics li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.grid-content .bottom ul.characteristics {
  display: flex;
  flex-flow: row nowrap;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.grid-content .bottom ul.characteristics li {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-content .bottom ul.characteristics li:not(:last-child) {
  margin-right: 10px;
}

.grid-details .bottom ul.characteristics {
  padding: 0.2em 48px 0.5em 10px;
}

.stat-wrapper {
  position: absolute;
  z-index: 20;
  right: 0;
  height: 100%;
  background: rgba(243, 112, 32, 0.8);
  padding-left: 48px;
}

.stat-wrapper ul, .stat-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

.stat-wrapper .scenes {
  font-size: 24px;
  color: #FFF;
  width: 48px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  background: rgba(243, 112, 32, 1);
  position: absolute;
  left: 0;
  top: 0;
}

.stat-wrapper {
  width: 0;
  -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
}

.grid-content:hover .stat-wrapper {
  width: 120px;
}

.stat-wrapper .stat {
  color: #FFF;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
}

.stat-wrapper .stat li {
  /*flex: 1;*/
  padding: 5px 0;
}

.stat-wrapper .stat dl, .stat-wrapper .stat dl dt, .stat-wrapper .stat dl dd {
  margin: 0;
  padding: 0;
}

.stat-wrapper .stat dl dt {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.stat-wrapper .stat dl dd {
  font-size: 10px;
}

#other_areas .btm-special {
  width: 240px;
  height: 240px;
}

#other_areas { width: 100%; height: auto; padding: 0; }
#other_areas #other_areas_list { margin: 0; padding: 0; list-style: none; }
#other_areas #other_areas_list li { float: left; margin: 0 5px 0 0; padding: 0; }

#other_areas #other_areas_list:after {
  content: '';
  display: block;
  clear: both;
}

ul.sly-pages, ul.sly-pages li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.sly-pages {
  display: flex;
  flex-flow: row nowrap;
  height: 8px;
  justify-content: center;
  margin-top: 0.5em;
}

ul.sly-pages li {
  margin: 0 3px;
  max-width: 80px;
  height: 100%;
  flex: 1;
  background: #DDD;
  border-radius: 6px;
  text-indent: -9999px;
  border: 2px solid #DDD;
  cursor: pointer;
}

ul.sly-pages li:hover {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(243, 112, 32, 1);
}

ul.sly-pages li.slick-active {
  background: rgba(255, 147, 32, 1);
  border: 1px solid rgba(243, 112, 32, 1);
}

ul#districts_list, ul#districts_list .district-item-wrapper {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#districts_list > li:not(:last-child) {
  margin-bottom: 3px;
}

ul#districts_list .district-item-wrapper {
  height: 220px;
  padding: 0 5px;
  background: #CCC;
  /*border: 3px solid #FFF;*/
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;background-size: cover;
  /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
}

ul#districts_list .district-item-wrapper:not(:last-child) {
  border-right: 3px solid #FFF;
}

ul#districts_list .district-item-wrapper .district-item {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);
}

ul#districts_list .district-item-wrapper .district-item .district-name {
  font-size: 32px;
}

ul#districts_list .district-item-wrapper .district-item .district-restaurant-count {
  font-size: 24px;
}

ul#districts_list .subgrp {
  font-size: 1.15em;
  color: #0a3b5d;
  padding: 0;
  font-weight: 600;
}

ul#districts_list .subgrp > * {
  padding: 0;
}

.slick-track {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .stat-wrapper .stat dl dt {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
  }

  .stat-wrapper .stat dl dd {
    font-size: 8px;
    line-height: 8px;
  }

  ul#districts_list .district-item-wrapper {
    margin-bottom: 3px;
  }

  ul#districts_list .district-item-wrapper:not(:last-child) {
    border: 0;
  }

  ul#districts_list > li:not(:last-child) {
    margin-bottom: 0;
  }

}