.brick {
  background: #944c40 url(https://cdn.assets.cutkeep.net/assets/textures/brick-518287089e752be8bfb9117907e68f44039c6ffc12450e502d66b3a7831d7a2f.jpg) center top repeat;
  overflow: hidden;
  padding: 1em 0 100px 0;
}
@media screen and (min-width: 768px) {
  .brick {
    margin-top: -8px;
  }
}
#superstar-sign {
  text-align: center;
}
#superstar-sign a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #superstar-sign {
    padding: 0 16px;
  }
}
#superstar-sign img {
  max-width: 100%;
  height: auto;
}
.superstar-projects {
  margin-top: -80px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .superstar-projects {
    height: 300px;
  }
}
.superstar-project {
  position: relative;
  text-align: center;
  -webkit-transition: transform ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .superstar-project {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .superstar-project {
    width: 50% !important;
  }
  .superstar-project.superstar-project-published {
    -webkit-transform: none !important;
  }
  .superstar-project.superstar-project-coming-soon {
    display: none;
  }
  .superstar-project:nth-child(even) {
    float: right;
    margin-top: -50%;
  }
  .superstar-project:nth-child(odd) {
    margin-top: -10px;
  }
}
.superstar-project h4 {
  color: #333;
}
.superstar-project-image {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #FFF;
  z-index: 4;
  position: relative;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.superstar-q {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1em;
  border-right: 1px solid #dfac7e;
  padding: 8px 12px;
}
.superstar-q:last-child {
  border-right-width: 0;
}
.superstar-q dt {
  color: #775c43;
  font-size: 10px;
  text-transform: uppercase;
}
.superstar-q dd {
  min-height: 3em;
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
}
.superstar-q dd a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .superstar-q {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .superstar-q {
    text-align: center;
    width: 33.33333333%;
  }
  .superstar-q dd {
    min-height: 2em;
    font-size: 16px;
  }
  .superstar-q:nth-child(3) {
    border-right-width: 0;
  }
  .superstar-q.row-2 {
    width: 50%;
  }
}
.cityof {
  font-family: 'cityofregular';
  text-transform: uppercase;
  color: white !important;
}
.superstar-title {
  font-size: 100px;
  text-align: center;
  font-family: 'cityofregular';
  text-transform: uppercase;
  color: white !important;
  word-wrap: break-word;
  text-shadow: 5px 5px #4d2721;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .superstar-title {
    font-size: 46px;
    text-shadow: 3px 3px #4d2721;
  }
}
.superstar-tagline {
  font-size: 24px;
  text-align: center;
  font-family: 'cityofregular';
  text-transform: uppercase;
  color: white !important;
  background: #CF4242;
  display: inline-block;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .superstar-tagline {
    font-size: 14px;
    margin: 0 8px;
  }
}
.superstar-number {
  background: #CF4242;
  color: white;
  font-family: 'cityofregular';
  text-transform: uppercase;
  color: white !important;
  font-size: 36px;
  display: inline-block;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-left: -75px;
  margin-top: 5px;
  vertical-align: top;
}
.superstar-number small {
  vertical-align: top;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .superstar-number {
    display: none;
  }
}
.coming-soon {
  width: 194px;
  background: #F6F6F6;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #FFF;
  height: 194px;
  margin: 0 -8px;
  z-index: 3;
  font-size: 120px;
  text-shadow: 1px 1px #eee;
  font-family: 'cityofregular';
  text-transform: uppercase;
  color: white !important;
}
.superstar-day {
  background: white;
  display: inline-block;
  padding: 2px 16px 8px 16px;
  font-weight: bold;
  margin-bottom: -8px;
  border-radius: 4px 4px 0 0;
  -webkit-transform-origin: 50% 116px;
  -webkit-transition: transform cubic-bezier(0.48, -0.01, 0.59, 1.53) 0.8s;
}
@media screen and (max-width: 767px) {
  .superstar-day {
    -webkit-transform: none !important;
  }
  .superstar-day:nth-child('odd') {
    display: block;
  }
}
.superstar-project:hover {
  -webkit-transform: scale(1.1);
  z-index: 100;
  position: relative;
}
.superstar-project:hover .superstar-day {
  -webkit-transform: rotate(0deg);
}
.superstar-project-link {
  margin: 0 -8px;
}
@media screen and (min-width: 768px) {
  .superstar-project-link {
    display: block;
  }
}
.superstar-project-link h4 {
  margin: -4px 12px 0;
  padding: 8px;
  background: white;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1200;
}
.superstar-project-link h4:after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: white;
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -10px;
}
.superstar-project-link:hover {
  text-decoration: none;
}
.superstar-project-link:hover img {
  border-color: #CF4242;
}
.superstar-project-link:hover h4 {
  background: #CF4242;
  color: white;
}
.superstar-project-link:hover h4:after {
  border-bottom-color: #CF4242;
}
.superstar-qs {
  margin: 1em 12px !important;
}
.top-border {
  border-top: 3px double #dfac7e;
}
.right-border {
  border-right: 1px solid #dfac7e;
}
.next-superstar,
.prev-superstar {
  display: block;
  color: #775c43;
}
.next-superstar:hover,
.prev-superstar:hover {
  background: white;
}
.next-superstar strong,
.prev-superstar strong {
  font-size: 18px;
}
.next-superstar {
  text-align: right;
}
.prev-superstar-img,
.next-superstar-img {
  border: 3px solid #FFF;
  border-radius: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
}
.prev-superstar-img {
  float: left;
  margin-left: -8px;
  margin-right: 8px;
}
.next-superstar-img {
  float: right;
  margin-left: 8px;
  margin-right: -8px;
}
.small-superstar-number {
  background: #CF4242;
  color: white;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
}
