@-webkit-keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}
aside, #events-list {
  padding: 10px;
}

#calendar, #ad, #upcoming, #celebrities, #instagram,#searchbox {
  float: right;
  width: 35%;
  clear: right;
}

#searchbox .aside-search-box input[type="search"] {
	/*width: 76%;*/
}


#events-list {
  float: left;
  width: 65%;
}

#calendar a {
  width: 94px;
  height: 40px;
  padding: 10px 0;
}

.year-selector {
  margin: 0 auto;
  width: 280px;
  font-family: "Torino Modern W90 Regular";
  font-size: 38px;
  text-align: center;
}
.year-selector a {
  font-size: inherit;
  color: #979797;
}
.year-selector a:hover, .year-selector a:focus, .year-selector a:active {
  color: black;
}

.year-prev, .year-next {
  margin-top: -8px;
}

.year-prev {
  float: left;
}

.year-current {
  color: black;
}

.year-next {
  float: right;
}

.month-selector {
  margin: 0 auto;
  padding: 10px 0 20px;
  text-align: center;
}
.month-selector li {
  display: inline-block;
  margin: 5px;
}
.month-selector li.active a {
  background: #EEE;
  border-color: #EFEFEF;
  font-family: "Neue Helvetica W01"; font-weight:700;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}
.month-selector li.disabled a {
  color: #D8D8D8;
}
.month-selector a {
  display: block;
  border: 1px solid #EFEFEF;
  background: #FCFCFC;
  font-size: 14px;
  color: #4A4A4A;
  text-align: center;
  text-transform: uppercase;
}
.month-selector a:hover, .month-selector a:focus, .month-selector a:active {
  border-color: #d8d8d8;
}

.monthly {
  -webkit-animation: slideIn 0.35s;
  animation: slideIn 0.35s;
}

.thumbnail-event-multiple {
  display: block;
  border-top: 1px solid #D8D8D8;
  padding-bottom: 12px;
  padding-top: 12px;
}
.monthly .thumbnail-event-multiple:first-of-type {
  border: 0;
}
.thumbnail-event-multiple .pure-g {
  display: block;
}
.thumbnail-event-multiple .thumbnail-img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.thumbnail-event-multiple .thumbnail-img .pure-u-1-3 {
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.thumbnail-event-multiple .thumbnail-img a {
  display: inline-block;
}
.thumbnail-event-multiple .thumbnail-info {
  display: inline-block;
  vertical-align: middle;
}

.red {
  text-transform: none;
}

@media (max-width: 979px) {
  #calendar, #events-list {
    float: none;
    width: auto;
  }

  .year-selector * {
    font-size: 24px;
  }

  .month-selector {
    max-width: 640px;
  }

  #upcoming, #celebrities {
    width: 50%;
	 clear: none;
  }
  #ad {
    width: 100%;
	 clear: none;
	 margin: 0 auto;
  }
}
@media (max-width: 767px) {
  aside {
    padding: 0;
  }

  #calendar a {
    width: 44px;
  }

  .year-selector {
    /*position: absolute;*/
    top: -20px;
    right: 0;
    width: 50%;
  }

  .month-selector {
    max-width: 320px;
  }
  .month-selector li {
    margin: 2px 1px;
  }

  .thumbnail-event-multiple {
   /* padding: 0; */
  }
  .thumbnail-event-multiple .thumbnail-img, .thumbnail-event-multiple .thumbnail-info {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
  .thumbnail-event-multiple .thumbnail-info {
    clear: left;
  }
  .thumbnail-event-multiple small {
    display: inline-block;
  }
  .thumbnail-event-multiple .meta {
    margin-left: 10px;
  }
  .events-list .thumbnail-event-multiple .meta {
	  margin-left:0;
  }

  #ad, #upcoming, #celebrities {
    width: 100%;
  }
}
