/* ***** ----------------------------------------------- *****

    _________    __  _________   __  ______  __  _______ ______
   / ____/   |  /  |/  / ____/  / / / / __ \/ / / / ___// ____/
  / /_  / /| | / /|_/ / __/    / /_/ / / / / / / /\__ \/ __/   
 / __/ / ___ |/ /  / / /___   / __  / /_/ / /_/ /___/ / /___   
/_/   /_/  |_/_/  /_/_____/  /_/ /_/\____/\____//____/_____/   
                                                               
Built by Fame House
-
http://famehouse.net
https://www.facebook.com/famehouse
@FameHouse 
-
Project: Electric Zoo Tumblr

/* ***** ----------------------------------------------- ***** */
@import url("normalize.css");
@import url("myfonts.css");
@import url("icons-embedded.css");
/* ***** General Styles
/* ***** ----------------------------------------------- ***** */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  outline: none; }

*::-moz-selection {
  background: #9162c2;
  color: white; }

*::selection {
  background: #9162c2;
  color: white; }

html {
  background-color: #fafafa;
  font-size: 62.5%; }

body {
  color: #666666;
  font-family: "HelveticaRoundedLTPro-Blk", helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased; }

p {
  line-height: 24px;
  line-height: 2.4rem;
  font-family: helvetica, arial, sans-serif; }

a,
a:visited {
  color: #ff0099;
  text-decoration: none;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

a:hover,
a:active {
  color: #9162c2; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  margin: 0; }

img {
  max-width: 100%; }

figure {
  margin: 0; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.hide {
  display: none; }

.container {
  width: 1200px;
  margin: 0 auto; }

.row {
  width: 100%; }

.video_block {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.arrows_block .next,
.arrows_block .prev {
  display: block;
  width: 50px;
  height: 75px;
  position: fixed;
  top: 50%;
  margin-top: -38px;
  line-height: 75px;
  line-height: 7.5rem;
  text-align: center;
  overflow: hidden;
  z-index: 99; }
  .arrows_block .next:hover,
  .arrows_block .prev:hover {
    background-color: #9162c2;
    width: 290px;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    width: 290px; }
    .arrows_block .next:hover i,
    .arrows_block .prev:hover i {
      color: white; }
  .arrows_block .next i,
  .arrows_block .prev i {
    color: #9162c2;
    font-size: 40px;
    font-size: 4rem;
    padding-top: 2px;
    display: block;
    width: 50px;
    height: 75px; }
  .arrows_block .next span,
  .arrows_block .prev span {
    display: block;
    position: absolute;
    top: 0;
    background-color: white;
    color: #9162c2;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    width: 240px;
    padding-top: 2px; }
.arrows_block .next {
  right: 0; }
  .arrows_block .next i {
    float: right; }
  .arrows_block .next span {
    right: 50px; }
.arrows_block .prev {
  left: 0; }
  .arrows_block .prev i {
    float: left; }
    .arrows_block .prev i:before {
      margin-left: 4px; }
  .arrows_block .prev span {
    left: 50px; }

#tumblr_controls {
  -webkit-filter: invert(100%); }

/* ***** Header Styles
/* ***** ----------------------------------------------- ***** */
.header {
  background-color: white;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  .header .header_logo_block {
    float: left; }
    .header .header_logo_block .header_logo {
      margin: 0;
      float: left;
      margin-left: 25px;
      width: 145px;
      height: 124px; }
      .header .header_logo_block .header_logo img {
        display: block;
        width: 145px;
        height: 124px; }
    .header .header_logo_block span {
      display: inline-block;
      float: left;
      line-height: 124px;
      line-height: 12.4rem;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: -2px;
      letter-spacing: -0.2rem;
      margin-left: 25px;
      color: #9162c2;
      text-transform: uppercase; }
  .header .header_nav_block {
    float: right;
    margin: 45px 25px 0 0; }
    .header .header_nav_block .btn_buytickets,
    .header .header_nav_block .btn_viewlineup {
      display: inline-block;
      float: left; }
      .header .header_nav_block .btn_buytickets span,
      .header .header_nav_block .btn_viewlineup span {
        line-height: 36px;
        line-height: 3.6rem;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: -1px;
        letter-spacing: -0.1rem;
        text-transform: uppercase;
        float: left; }
      .header .header_nav_block .btn_buytickets .icon_block,
      .header .header_nav_block .btn_viewlineup .icon_block {
        display: inline-block;
        width: 36px;
        height: 36px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        border-radius: 18px;
        text-align: center;
        color: white;
        margin-right: 8px; }
        .header .header_nav_block .btn_buytickets .icon_block i,
        .header .header_nav_block .btn_viewlineup .icon_block i {
          position: relative; }
      .header .header_nav_block .btn_buytickets .text,
      .header .header_nav_block .btn_viewlineup .text {
        padding-top: 1px;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease; }
    .header .header_nav_block .btn_buytickets .icon_block {
      background-color: #ff0099; }
      .header .header_nav_block .btn_buytickets .icon_block i {
        top: 1px; }
    .header .header_nav_block .btn_buytickets .text {
      color: #ff0099; }
    .header .header_nav_block .btn_buytickets:hover .text {
      color: #9162c2; }
    .header .header_nav_block .btn_viewlineup {
      margin-left: 25px; }
      .header .header_nav_block .btn_viewlineup .icon_block {
        background-color: #9162c2; }
        .header .header_nav_block .btn_viewlineup .icon_block i {
          left: -1px; }
      .header .header_nav_block .btn_viewlineup .text {
        color: #9162c2; }
      .header .header_nav_block .btn_viewlineup:hover .text {
        color: #ff0099; }
    .header .header_nav_block .social_share_icons {
      display: inline-block;
      float: left;
      margin-left: 25px; }
      .header .header_nav_block .social_share_icons ul li {
        display: inline-block;
        float: left;
        margin-right: 2px; }
        .header .header_nav_block .social_share_icons ul li.mail {
          margin-left: 8px;
          margin-right: 0; }
          .header .header_nav_block .social_share_icons ul li.mail a {
            background-color: #9162c2;
            font-size: 19px;
            font-size: 1.9rem; }
            .header .header_nav_block .social_share_icons ul li.mail a:hover {
              background-color: #ff0099; }
            .header .header_nav_block .social_share_icons ul li.mail a i {
              top: 2px; }
        .header .header_nav_block .social_share_icons ul li a {
          display: inline-block;
          width: 32px;
          height: 32px;
          background-color: #969696;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          color: white;
          line-height: 32px;
          line-height: 3.2rem;
          text-align: center;
          font-size: 16px;
          font-size: 1.6rem; }
          .header .header_nav_block .social_share_icons ul li a:hover {
            background-color: #9162c2; }
          .header .header_nav_block .social_share_icons ul li a i {
            position: relative;
            top: 1px; }

/* ***** Main Styles
/* ***** ----------------------------------------------- ***** */
.main {
  margin-bottom: 50px; }

.borough_header {
  border: 1px solid #dddddd;
  background-color: white;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px; }
  .borough_header .text_block {
    padding: 10px 40px 20px 40px; }
    .borough_header .text_block p {
      text-align: center;
      color: #9162c2;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem; }

.boroughs_block {
  margin-bottom: 30px; }
  .boroughs_block ul li {
    float: left;
    width: 20%;
    border-left: 1px solid #dddddd; }
    .boroughs_block ul li:first-child {
      border-left: none; }
    .boroughs_block ul li a {
      display: block;
      text-align: center;
      color: #9162c2;
      text-transform: uppercase;
      padding: 10px 5px;
      position: relative; }
      .boroughs_block ul li a:hover {
        color: #ff0099; }
      .boroughs_block ul li a h3 {
        margin: 0 0 5px 0;
        font-size: 20px;
        font-size: 2rem;
        font-weight: normal; }
      .boroughs_block ul li a .dates {
        display: block;
        font-size: 15px;
        font-size: 1.5rem; }
      .boroughs_block ul li a.coming_soon {
        color: #c5aede; }

.categories_block {
  margin-bottom: 30px; }
  .categories_block ul li {
    float: left;
    width: 25%;
    padding: 0 1px; }
    .categories_block ul li a {
      display: block;
      text-align: center;
      background-color: white;
      text-transform: uppercase;
      line-height: 64px;
      line-height: 6.4rem;
      border: 3px solid #9162c2;
      padding-top: 4px;
      -moz-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
      -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
      box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
      position: relative; }
      .categories_block ul li a:before {
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        border: 1px solid #61c2da;
        content: '';
        z-index: 9; }
      .categories_block ul li a:hover {
        background-color: #ff0099; }
        .categories_block ul li a:hover i,
        .categories_block ul li a:hover h2 {
          color: white; }
      .categories_block ul li a i {
        font-size: 40px;
        font-size: 4rem;
        color: #969696;
        margin-right: 10px;
        position: relative;
        top: 4px; }
        .categories_block ul li a i.icon-music:before {
          font-size: 46px;
          font-size: 4.6rem;
          position: relative;
          top: 3px; }
      .categories_block ul li a h2 {
        margin: 0;
        display: inline-block;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal;
        margin-right: 20px; }

.tag_header_block {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  background-color: white;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 15px; }
  .tag_header_block h1 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 5px; }

.post .content {
  margin: 15px;
  border: 1px solid #dddddd;
  background-color: white;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden; }
  .post .content .post_link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 20; }
  .post .content .media_block {
    padding: 15px 15px 0 15px; }
    .post .content .media_block.photo {
      padding-bottom: 15px; }
    .post .content .media_block iframe,
    .post .content .media_block img {
      display: block;
      width: 100%; }
  .post .content .post_footer {
    padding: 8px 15px;
    border-top: 1px solid #dddddd; }
    .post .content .post_footer .notes {
      display: inline-block;
      text-transform: uppercase;
      color: #969696;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      padding-top: 4px; }
      .post .content .post_footer .notes:hover {
        color: #9162c2; }
  .post .content .post_overlay {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    text-align: center;
    z-index: 30; }
    .post .content .post_overlay .overlay_content {
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -50px; }
      .post .content .post_overlay .overlay_content .category_label {
        background-color: white;
        color: #666666;
        margin-bottom: 20px;
        pointer-events: auto; }
        .post .content .post_overlay .overlay_content .category_label:hover {
          background-color: #9162c2;
          color: white; }
      .post .content .post_overlay .overlay_content .post_btns {
        display: inline-block;
        padding-top: 0; }
        .post .content .post_overlay .overlay_content .post_btns ul li a {
          background-color: white;
          width: 40px;
          height: 40px;
          line-height: 36px;
          line-height: 3.6rem;
          border: 3px solid #9162c2;
          -moz-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          position: relative;
          pointer-events: auto; }
          .post .content .post_overlay .overlay_content .post_btns ul li a:before {
            position: absolute;
            top: -2px;
            right: -2px;
            bottom: -2px;
            left: -2px;
            border: 1px solid #61c2da;
            content: '';
            z-index: 9; }
          .post .content .post_overlay .overlay_content .post_btns ul li a:hover {
            color: white;
            background-color: #ff0099; }
          .post .content .post_overlay .overlay_content .post_btns ul li a .icon-share {
            font-size: 22px;
            font-size: 2.2rem; }
        .post .content .post_overlay .overlay_content .post_btns ul li .like_block {
          display: block;
          background-color: white;
          width: 40px;
          height: 40px;
          line-height: 36px;
          line-height: 3.6rem;
          border: 3px solid #9162c2;
          -moz-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          position: relative; }
          .post .content .post_overlay .overlay_content .post_btns ul li .like_block:before {
            position: absolute;
            top: -2px;
            right: -2px;
            bottom: -2px;
            left: -2px;
            border: 1px solid #61c2da;
            content: '';
            z-index: 9; }
          .post .content .post_overlay .overlay_content .post_btns ul li .like_block:hover {
            background-color: #ff0099; }
          .post .content .post_overlay .overlay_content .post_btns ul li .like_block .like_button {
            width: 34px;
            height: 34px;
            position: absolute;
            top: 0;
            left: 0; }
            .post .content .post_overlay .overlay_content .post_btns ul li .like_block .like_button:before {
              content: "\e80e";
              font-size: 20px;
              font-size: 2rem;
              position: absolute;
              top: 7px;
              left: 3px;
              font-family: "icons";
              font-style: normal;
              font-weight: normal;
              speak: none;
              display: inline-block;
              text-decoration: inherit;
              width: 1em;
              margin-right: .2em;
              text-align: center;
              font-variant: normal;
              text-transform: none;
              line-height: 1em;
              margin-left: .2em;
              color: #969696;
              -moz-transition: all 500ms ease;
              -o-transition: all 500ms ease;
              -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
              z-index: 1; }
            .post .content .post_overlay .overlay_content .post_btns ul li .like_block .like_button.liked:before {
              color: #ff0099; }
            .post .content .post_overlay .overlay_content .post_btns ul li .like_block .like_button:hover:before {
              color: white; }
            .post .content .post_overlay .overlay_content .post_btns ul li .like_block .like_button iframe {
              width: 34px;
              height: 34px;
              position: absolute;
              top: 0;
              left: 0;
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
              opacity: 0;
              z-index: 2;
              pointer-events: auto; }
        .post .content .post_overlay .overlay_content .post_btns ul li .reblog_block {
          display: block;
          background-color: white;
          width: 40px;
          height: 40px;
          line-height: 36px;
          line-height: 3.6rem;
          border: 3px solid #9162c2;
          -moz-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
          position: relative; }
          .post .content .post_overlay .overlay_content .post_btns ul li .reblog_block:before {
            position: absolute;
            top: -2px;
            right: -2px;
            bottom: -2px;
            left: -2px;
            border: 1px solid #61c2da;
            content: '';
            z-index: 9; }
          .post .content .post_overlay .overlay_content .post_btns ul li .reblog_block .reblog_button {
            width: 34px !important;
            height: 34px !important;
            background-color: none !important;
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .post .content .post_overlay .overlay_content .post_btns ul li .reblog_block .reblog_button:before {
              content: "\e80f";
              position: static;
              top: auto;
              left: auto;
              bottom: auto;
              right: auto;
              border: none; }
            .post .content .post_overlay .overlay_content .post_btns ul li .reblog_block .reblog_button:hover:before {
              color: white; }
        .post .content .post_overlay .overlay_content .post_btns ul li .share_btns {
          left: 40px;
          width: 135px;
          z-index: 10; }
          .post .content .post_overlay .overlay_content .post_btns ul li .share_btns li a:hover {
            color: white; }
          .post .content .post_overlay .overlay_content .post_btns ul li .share_btns li a.twitter:hover {
            background-color: #00b3f2; }
          .post .content .post_overlay .overlay_content .post_btns ul li .share_btns li a.facebook:hover {
            background-color: #2241a6; }
          .post .content .post_overlay .overlay_content .post_btns ul li .share_btns li a.pinterest:hover {
            background-color: #c31d28; }
.post .text_block {
  padding: 15px;
  font-family: helvetica, arial, sans-serif; }
  .post .text_block .category_label {
    background-color: #eeeeee;
    color: #666666;
    font-family: "HelveticaRoundedLTPro-Blk", helvetica, sans-serif; }
    .post .text_block .category_label:hover {
      background-color: #9162c2;
      color: white; }
  .post .text_block h1 {
    margin: 20px 0 -5px 0;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    font-family: "HelveticaRoundedLTPro-Blk", helvetica, sans-serif; }
    .post .text_block h1.quote {
      color: #ff0099; }
  .post .text_block .authorname {
    font-weight: bold;
    text-transform: uppercase; }
  .post .text_block .chat_block li .person {
    text-transform: uppercase;
    font-weight: bold; }
  .post .text_block blockquote {
    line-height: 24px;
    line-height: 2.4rem; }
.post .post_btns {
  line-height: 26px;
  line-height: 2.6rem;
  padding-top: 4px; }
  .post .post_btns ul li {
    display: inline-block;
    float: left;
    margin-left: 5px;
    position: relative; }
    .post .post_btns ul li a {
      display: inline-block;
      color: #969696;
      font-size: 20px;
      font-size: 2rem; }
      .post .post_btns ul li a:hover {
        color: #9162c2; }
      .post .post_btns ul li a .icon-share {
        font-size: 22px;
        font-size: 2.2rem; }
    .post .post_btns ul li .like_button {
      width: 28px;
      height: 26px; }
      .post .post_btns ul li .like_button:before {
        content: "\e80e";
        font-size: 20px;
        font-size: 2rem;
        position: absolute;
        top: 2px;
        left: 0;
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        color: #969696;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1; }
      .post .post_btns ul li .like_button.liked:before {
        color: #ff0099; }
      .post .post_btns ul li .like_button:hover:before {
        color: #9162c2; }
      .post .post_btns ul li .like_button iframe {
        width: 28px;
        height: 20px;
        position: relative;
        top: 2px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        z-index: 2; }
    .post .post_btns ul li .reblog_button {
      width: 28px !important;
      height: 26px !important;
      position: relative; }
      .post .post_btns ul li .reblog_button:before {
        content: "\e80f";
        position: absolute;
        top: 2px;
        left: 0;
        font-family: "icons";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        color: #969696;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
      .post .post_btns ul li .reblog_button:hover:before {
        color: #9162c2; }
      .post .post_btns ul li .reblog_button svg {
        display: none; }
    .post .post_btns ul li .share_btns {
      display: none;
      position: absolute;
      top: 0;
      right: 31px;
      width: 100px; }
      .post .post_btns ul li .share_btns li {
        display: inline-block;
        float: left;
        margin-left: 5px; }
        .post .post_btns ul li .share_btns li a {
          font-size: 22px;
          font-size: 2.2rem; }
          .post .post_btns ul li .share_btns li a.facebook i {
            position: relative;
            top: 1px; }
          .post .post_btns ul li .share_btns li a.facebook:hover {
            color: #2241a6; }
          .post .post_btns ul li .share_btns li a.twitter i {
            position: relative;
            top: 1px; }
          .post .post_btns ul li .share_btns li a.twitter:hover {
            color: #00b3f2; }
          .post .post_btns ul li .share_btns li a.pinterest:hover {
            color: #c31d28; }

.category_label {
  line-height: 26px;
  line-height: 2.6rem;
  padding: 3px 10px 0 10px;
  display: inline-block;
  text-transform: uppercase; }
  .category_label:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 32px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 1px; }
  .category_label.video, .category_label.blog, .category_label.music, .category_label.photo {
    padding-left: 32px;
    position: relative; }
  .category_label.music:before {
    content: '\e809'; }
  .category_label.photo:before {
    content: '\e80a'; }
  .category_label.video:before {
    content: '\e80b'; }
  .category_label.blog:before {
    content: '\e80c'; }

.posts_container {
  margin: -15px;
  overflow: hidden; }
  .posts_container .post {
    float: left;
    width: 33.33%; }
  .posts_container #infscr-loading {
    position: fixed;
    bottom: 40px;
    background: black;
    width: 300px;
    padding: 14px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    left: 50%;
    margin-left: -150px;
    border: 1px solid #dddddd;
    background-color: white;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 99999; }
    .posts_container #infscr-loading img {
      display: none; }

.pagination_block {
  height: 1px;
  overflow: hidden; }

/* ***** Post Page Styles
/* ***** ----------------------------------------------- ***** */
.post.page {
  text-align: center; }
  .post.page .media_block {
    padding: 15px;
    border: 1px solid #dddddd;
    background-color: white;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px; }
    .post.page .media_block.video, .post.page .media_block.music {
      display: block; }
    .post.page .media_block img,
    .post.page .media_block iframe {
      display: block;
      width: 100%; }
  .post.page .content_block {
    width: 800px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #dddddd;
    background-color: white;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-align: left; }
    .post.page .content_block .post_header {
      margin-bottom: 20px; }
      .post.page .content_block .post_header .category_label {
        background-color: #eeeeee;
        color: #666666;
        float: left;
        margin-right: 15px; }
        .post.page .content_block .post_header .category_label:hover {
          background-color: #9162c2;
          color: white; }
      .post.page .content_block .post_header .date {
        display: inline-block;
        line-height: 28px;
        line-height: 2.8rem;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        padding-top: 2px;
        letter-spacing: -1px;
        letter-spacing: -0.1rem; }
      .post.page .content_block .post_header .post_btns {
        padding-top: 2px; }
        .post.page .content_block .post_header .post_btns ul li {
          margin-left: 8px; }
          .post.page .content_block .post_header .post_btns ul li .share_btns {
            width: 110px; }
  .post.page .text_block {
    padding: 0;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .post.page .tags_block {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 40px;
    position: relative; }
    .post.page .tags_block .icon-tag {
      font-size: 20px;
      font-size: 2rem;
      position: absolute;
      top: 8px;
      left: 5px;
      color: #969696; }
    .post.page .tags_block ul li {
      display: inline-block;
      margin: 2px 4px 2px;
      float: left; }
      .post.page .tags_block ul li a {
        display: inline-block;
        background-color: white;
        line-height: 26px;
        line-height: 2.6rem;
        padding: 0 10px;
        text-transform: uppercase;
        color: #666666;
        border: 3px solid #9162c2;
        -moz-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
        -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
        box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
        position: relative;
        padding-top: 2px; }
        .post.page .tags_block ul li a:before {
          position: absolute;
          top: -2px;
          right: -2px;
          bottom: -2px;
          left: -2px;
          border: 1px solid #61c2da;
          content: '';
          z-index: 9; }
        .post.page .tags_block ul li a:hover {
          color: white;
          background-color: #ff0099; }
  .post.page .notes_block {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px; }
    .post.page .notes_block .notes_number {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: -1px;
      letter-spacing: -0.1rem;
      margin-bottom: 20px; }
    .post.page .notes_block .notes {
      padding: 0;
      list-style-type: none; }
      .post.page .notes_block .notes li {
        display: inline-block;
        float: left; }
        .post.page .notes_block .notes li .avatar_frame img {
          display: block;
          width: 40px;
          height: 40px; }
        .post.page .notes_block .notes li .action,
        .post.page .notes_block .notes li blockquote {
          display: none; }
        .post.page .notes_block .notes li.more_notes_link_container {
          text-align: center;
          display: inline-block;
          float: none;
          width: 100%;
          padding: 20px 0;
          text-transform: uppercase; }

/* ***** Footer Styles
/* ***** ----------------------------------------------- ***** */
.footer {
  padding: 50px 0; }
  .footer .footer_logo_block {
    float: left; }
    .footer .footer_logo_block a {
      line-height: 74px;
      line-height: 7.4rem;
      float: left; }
      .footer .footer_logo_block a.logo_made_footer {
        width: 74px;
        height: 74px; }
        .footer .footer_logo_block a.logo_made_footer img {
          display: block;
          width: 74px;
          height: 74px; }
      .footer .footer_logo_block a .icon-fh {
        font-size: 74px;
        font-size: 7.4rem;
        margin-left: 20px;
        color: black;
        display: inline-block;
        padding-top: 2px; }
  .footer .footer_nav_block {
    float: right;
    padding-top: 30px; }
    .footer .footer_nav_block ul li {
      float: left;
      display: inline-block;
      border-left: 1px solid #dddddd;
      margin: 5px 0; }
      .footer .footer_nav_block ul li:first-child {
        border-left: none; }
      .footer .footer_nav_block ul li a {
        display: inline-block;
        padding: 0 10px;
        font-family: helvetica, arial, sans-serif;
        color: #666666;
        font-size: 12px;
        font-size: 1.2rem; }
        .footer .footer_nav_block ul li a:hover {
          color: #9162c2; }

.email_signup_block {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 999; }
  .email_signup_block .email_signup_popup {
    width: 425px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -212px;
    background-color: white;
    display: block;
    border: 3px solid #9162c2;
    -moz-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
    -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
    box-shadow: inset 0 0 7px 0 rgba(255, 0, 153, 0.4);
    padding: 25px 25px 30px 25px; }
    .email_signup_block .email_signup_popup:before {
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      border: 1px solid #61c2da;
      content: '';
      z-index: 1;
      pointer-events: none; }
    .email_signup_block .email_signup_popup .close_btn {
      display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: -15px;
      right: -15px;
      z-index: 2;
      background-color: white;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px; }
      .email_signup_block .email_signup_popup .close_btn .icon-close {
        font-size: 40px;
        font-size: 4rem;
        color: #9162c2;
        position: absolute;
        top: -7px;
        left: -10px; }

#subscribe_form {
  margin: 0; }
  #subscribe_form .main_label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
    color: #ff0099;
    margin-bottom: 10px; }
  #subscribe_form .input {
    width: 70%;
    height: 50px;
    float: left;
    line-height: 50px;
    line-height: 5rem;
    padding: 5px 10px;
    color: #9162c2;
    font-family: helvetica, arial, sans-serif; }
  #subscribe_form .formnote {
    font-family: helvetica, arial, sans-serif;
    margin-top: 10px;
    display: block; }
    #subscribe_form .formnote.above {
      text-align: center;
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: bold; }
  #subscribe_form .button {
    width: 30%;
    height: 50px;
    float: left;
    background-color: #9162c2;
    border: none;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    line-height: 5rem;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    #subscribe_form .button:hover {
      background-color: #ff0099; }
    #subscribe_form .button.submit {
      float: none;
      display: block;
      margin: 0 auto; }
  #subscribe_form .emailLists {
    width: 140px;
    margin: 0 auto 20px auto;
    font-family: helvetica, arial, sans-serif; }

#subscribeStatus {
  text-align: center;
  font-family: helvetica, arial, sans-serif; }

/* ***** Media Queries
/* ***** ----------------------------------------------- ***** */
@media screen and (max-width: 1230px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .header .header_nav_block .social_share_icons {
    display: none; }

  .boroughs_block ul li a h3 {
    font-size: 16px;
    font-size: 1.6rem; }
  .boroughs_block ul li a .dates {
    font-size: 13px;
    font-size: 1.3rem; } }
@media screen and (max-width: 1020px) {
  .header {
    text-align: center; }
    .header .header_logo_block {
      float: none; }
      .header .header_logo_block .header_logo {
        float: none;
        margin: 0 auto; }
        .header .header_logo_block .header_logo img {
          margin: 0 auto; }
      .header .header_logo_block span {
        float: none;
        margin-left: 0;
        line-height: 30px;
        line-height: 3rem;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: -1px;
        letter-spacing: -0.1rem; }
    .header .header_nav_block {
      float: none;
      margin: 20px 0; }
      .header .header_nav_block .btn_buytickets,
      .header .header_nav_block .btn_viewlineup {
        float: none; }
        .header .header_nav_block .btn_buytickets span,
        .header .header_nav_block .btn_viewlineup span {
          line-height: 28px;
          line-height: 2.8rem;
          font-size: 14px;
          font-size: 1.4rem; }
        .header .header_nav_block .btn_buytickets .icon_block,
        .header .header_nav_block .btn_viewlineup .icon_block {
          width: 28px;
          height: 28px;
          -moz-border-radius: 14;
          -webkit-border-radius: 14;
          border-radius: 14; }

  .categories_block ul li a h2 {
    font-size: 22px;
    font-size: 2.2rem; }

  .categories_block ul li a i {
    font-size: 28px;
    font-size: 2.8rem; }
    .categories_block ul li a i.icon-music:before {
      font-size: 34px;
      font-size: 3.4rem; } }
@media screen and (max-width: 900px) {
  .posts_container {
    margin: -10px; }
    .posts_container .post {
      width: 50%; }
      .posts_container .post .content {
        margin: 10px; }

  .footer {
    text-align: center; }
    .footer .footer_logo_block {
      float: none; }
      .footer .footer_logo_block a {
        float: none; }
        .footer .footer_logo_block a.logo_made_footer img {
          display: inline-block; }
        .footer .footer_logo_block a .icon-fh {
          position: relative;
          top: -13px; }
    .footer .footer_nav_block {
      float: none;
      padding-top: 0; }
      .footer .footer_nav_block ul li {
        float: none; } }
@media screen and (max-width: 840px) {
  .post.page .content_block {
    width: 100%; } }
@media screen and (max-width: 750px) {
  .boroughs_block ul li {
    width: 100%;
    float: none;
    border: none;
    border-top: 1px solid #dddddd; }
    .boroughs_block ul li:first-child {
      border-top: none; }

  .categories_block {
    display: none; } }
@media screen and (max-width: 600px) {
  .posts_container .post {
    width: 100%; }

  .posts_container .post .content .text_block h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem; } }
@media screen and (max-width: 500px) {
  .tag_header_block h1 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 2px; }

  .post.page .content_block .post_header .date {
    display: none; } }
@media screen and (max-width: 380px) {
  .arrows_block {
    display: none; }

  .header .header_nav_block {
    margin: 10px 0; }

  .header .header_logo_block span {
    font-size: 13px;
    font-size: 1.3rem; }

  .section_header .text_block {
    padding: 10px 20px 20px 20px; }

  .posts_container .post .content .post_footer .post_btns ul li.share_block {
    display: none; }

  .post.page .content_block .post_header .post_btns ul li.share_block {
    display: none; } }
