/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/** Variables */
body {
  background-color: #4D4D4D;
  font-family: "Lato", Helvetica, sans-serif;
  margin-top: 62px;
}

*:focus {
  outline: none;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clear {
  display: inline-block;
  clear: both;
}

/* start commented backslash hack \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* close commented backslash hack */
#top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 62px;
  z-index: 1000;
}

.page {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

.page > .page > .row, .row .row.blog {
  max-width: 1200px;
  margin: 0 auto;
}

.page > .page > .row.featured-wrapper {
  max-width: 100%;
}

.home-container {
  overflow: hidden;
}

#menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  width: 0;
  height: auto;
  background-color: #3F3F41;
  color: #fff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: 1s;
  transition-duration: 1s, 1s, 0.5s, 0.5s;
  transition-delay: 0s, 0.5s, 1s, 1.5s;
}
#menu-wrapper .main-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #3F3F41;
  left: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: 1s;
  transition-duration: 1s, 1s, 0.5s, 0.5s;
  transition-delay: 0s, 0.5s, 1s, 1.5s;
  top: 62px;
}
#menu-wrapper .main-menu a {
  width: 100%;
  display: block;
  color: #7E7E80;
  font-size: 18px;
  text-transform: uppercase;
  height: 62px;
  padding-left: 70px;
  line-height: 62px;
  padding-left: 0;
  margin-bottom: 4px;
  background-color: #3A3A3C;
}
#menu-wrapper .main-menu a span {
  float: left;
  width: 40px;
  height: 40px;
  margin: 10px 32px;
  display: block;
  background: url(../images/menu-icon.png) -40px 0 no-repeat;
}
#menu-wrapper .main-menu a.active, #menu-wrapper .main-menu a:hover {
  background-color: #272729;
  color: #fff;
}
#menu-wrapper .main-menu a.music-nav span {
  background-position: -40px 0;
}
#menu-wrapper .main-menu a.music-nav:hover span {
  background-position: 0 0;
}
#menu-wrapper .main-menu a.videos-nav span {
  background-position: -40px -40px;
}
#menu-wrapper .main-menu a.videos-nav:hover span {
  background-position: 0 -40px;
}
#menu-wrapper .main-menu a.events-nav span {
  background-position: -40px -80px;
}
#menu-wrapper .main-menu a.events-nav:hover span {
  background-position: 0 -80px;
}
#menu-wrapper .main-menu a.band-nav span {
  background-position: -40px -120px;
}
#menu-wrapper .main-menu a.band-nav:hover span {
  background-position: 0 -120px;
}
#menu-wrapper .main-menu a.blog-nav span {
  background-position: -40px -160px;
}
#menu-wrapper .main-menu a.blog-nav:hover span {
  background-position: 0 -160px;
}
#menu-wrapper .close-menu {
  display: none;
  background: #000000 url(../images/close-icon.png) center center no-repeat;
  position: absolute;
  width: 62px;
  height: 62px;
  top: 0;
  right: -62px;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#menu-wrapper.open {
  width: 430px;
  height: 100%;
  background-color: #3F3F41;
  -webkit-box-shadow: 8px 0px 3px 0px rgba(63, 63, 65, 0.6);
  -moz-box-shadow: 8px 0px 3px 0px rgba(63, 63, 65, 0.6);
  box-shadow: 8px 0px 3px 0px rgba(63, 63, 65, 0.6);
}
#menu-wrapper.open .main-menu, #menu-wrapper.open .close-menu {
  display: block;
}
#menu-wrapper.open .main-menu {
  overflow: hidden;
  white-space: nowrap;
}

#menu {
  position: absolute;
  left: 34px;
  width: 36px;
  height: 25px;
  top: 20px;
  background: url(../images/menu.png) center top repeat-y;
  cursor: pointer;
}

.login-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1002;
  width: 0;
  height: auto;
  background-color: #3F3F41;
  color: #fff;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: 1s;
  transition-duration: 1s, 1s, 0.5s, 0.5s;
  transition-delay: 0s, 0.5s, 1s, 1.5s;
}
.login-wrapper.open {
  width: 430px;
  height: 100%;
  background-color: #3F3F41;
  -webkit-box-shadow: 8px 0px 3px 0px rgba(63, 63, 65, 0.6);
  -moz-box-shadow: 8px 0px 3px 0px rgba(63, 63, 65, 0.6);
  box-shadow: 8px 0px 3px 0px rgba(63, 63, 65, 0.6);
}
.login-wrapper.open .main-menu, .login-wrapper.open .close-menu {
  display: block;
}
.login-wrapper .close-menu {
  display: none;
  background: #000000 url(../images/close-icon.png) center center no-repeat;
  position: absolute;
  width: 62px;
  height: 62px;
  top: 0;
  left: -62px;
  font-size: 30px;
  line-height: 62px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.login-wrapper .login-container .top-links {
  padding: 0 2%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 62px;
}
.login-wrapper .login-container .top-links a {
  color: #fff;
}
.login-wrapper .login-container .left-link {
  width: 50%;
  text-align: left;
  float: left;
}
.login-wrapper .login-container .right-link {
  width: 50%;
  text-align: right;
  float: left;
}
.login-wrapper .login-container .login-section {
  background-color: #343436;
}
.login-wrapper .login-container .login-section a {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  border-bottom: 8px solid #343436;
  line-height: 54px;
  color: #9c9c9c;
}
.login-wrapper .login-container .login-section a.active {
  color: #fff;
  border-bottom: 8px solid #ff0000;
  background-color: #535354;
}
.login-wrapper .login-container .login-band {
  padding: 10%;
}
.login-wrapper .login-container .login-band input {
  font-size: 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #656567;
}
.login-wrapper .login-container .login-band input[type="submit"] {
  width: 50%;
  margin: 0 auto;
  border: 0 none;
  background: #ff0000;
  line-height: 45px;
  text-transform: uppercase;
  margin: 30px 25%;
  float: none;
}
.login-wrapper .login-container .login-band a {
  display: block;
  text-align: right;
  color: #91919d;
  font-size: 14px;
}
.login-wrapper .login-container .login-listener h4 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 50px 5% 0;
}
.login-wrapper .login-container .login-listener .social-login {
  background: #5c5c5d;
  text-align: center;
  margin: 30px 0;
  padding: 20px 0;
}
.login-wrapper .login-container .login-listener .social-login a {
  background: transparent;
  margin: 0;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
  padding: 0;
  display: inline-block;
}
.login-wrapper .login-container .login-listener .social-login a img {
  width: 100%;
  height: auto;
}
.login-wrapper .login-container .login-listener .social-login a.fb {
  margin-right: 20px;
}
.login-wrapper .login-container .error-msg {
  color: #ff0000;
}

#reg-validation-errors {
  padding: 10px 2.5%;
  background: #d9d9d9;
  margin: 10px 2.5%;
  width: 90%;
}
#reg-validation-errors h6 {
  margin: 0 0 10px;
  font-size: 12px;
}
#reg-validation-errors p {
  margin: 0 0 5px;
  font-size: 12px;
}

.slick-dots {
  bottom: -60px;
  z-index: 999;
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 7px;
  border: 1px solid #B8C3D7;
  padding: 0;
  margin: 0;
}
.slick-dots li button:before {
  font-size: 0;
  color: transparent;
}
.slick-dots .slick-active button {
  background-color: #ED1C24;
}

#featured.slick-slider {
  margin-bottom: 0;
}
#featured .slick-slide {
  background: url(../images/featured-1.jpg) no-repeat center center;
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#featured .slick-dots {
  margin: 0;
  bottom: auto;
  top: 30%;
  right: 34px;
  width: 14px;
}
#featured .slick-dots .slick-active button {
  background-color: #B8C3D7;
}
#featured img {
  width: 100%;
}
#featured .title {
  position: absolute;
  left: 8%;
  bottom: 10%;
  z-index: 2;
  width: 80%;
}
#featured h1, #featured h2, #featured .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at #featured h3, #featured .tab .actions, .tab #featured .actions {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
  padding: 0;
}
#featured h2, #featured .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at #featured h3 {
  background-color: #D7DE40;
  text-transform: uppercase;
  margin-left: 0;
  padding: 5px 50px 5px 16px;
  display: inline-block;
  color: #000;
  position: relative;
}
#featured h2:after, #featured .band-event-landing .detail-page-area .copy-area .play-at h3:after, .band-event-landing .detail-page-area .copy-area .play-at #featured h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-top: 65px solid #D7DE40;
  border-right: 30px solid transparent;
  display: inline-block;
  top: 0px;
  right: -30px;
}
#featured h3 {
  color: #fff;
  padding: 0;
  margin: 10px 0 0 8px;
  font-size: 22px;
  line-height: 100%;
}

.sub-nav {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.sub-nav a {
  background-color: #ececec;
  float: left;
  text-align: center;
  display: block;
  padding: 20px 0 18px;
  font-weight: 700;
  color: #7f7f7f;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  border-right: 1px solid #b2b2b2;
}
.sub-nav a span {
  width: 40px;
  height: 30px;
  display: inline-block;
  background: url(../images/sub-nav-links.png) no-repeat 0 -30px;
  vertical-align: middle;
  margin: -5px 15px 0 0;
}
.sub-nav a.music-sub-nav span {
  background-position: 0 -30px;
}
.sub-nav a.videos-sub-nav span {
  background-position: -40px -30px;
}
.sub-nav a.events-sub-nav span {
  background-position: -80px -30px;
}
.sub-nav a:last-child {
  border-right: 0 none;
}
.sub-nav a.active {
  background-color: #fff;
  color: #000;
  border-bottom: 8px solid #EDAC1A;
  border-right: 0 none;
  padding-bottom: 10px;
}
.sub-nav a.active.videos-sub-nav {
  border-color: #41C9DF;
}
.sub-nav a.active.events-sub-nav {
  border-color: #D7DE40;
}
.sub-nav a:hover {
  background-color: #fff;
  color: #000;
  border-bottom: 8px solid #EDAC1A;
  border-right: 0 none;
  padding-bottom: 10px;
}
.sub-nav a:hover.videos-sub-nav {
  border-color: #41C9DF;
}
.sub-nav a:hover.events-sub-nav {
  border-color: #D7DE40;
}
.sub-nav a.active span, .sub-nav a:hover span {
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sub-nav a.active.music-sub-nav span, .sub-nav a:hover.music-sub-nav span {
  background-position: 0 0;
}
.sub-nav a.active.videos-sub-nav span, .sub-nav a:hover.videos-sub-nav span {
  background-position: -40px 0;
}
.sub-nav a.active.events-sub-nav span, .sub-nav a:hover.events-sub-nav span {
  background-position: -80px 0;
}
.sub-nav img {
  margin: -6px 16px 0 0;
}

.gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, transparent 33%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(33%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 33%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 33%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 33%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 33%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
}

.hor-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 61%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(45%, rgba(0, 0, 0, 0.1)), color-stop(61%, transparent), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 61%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 61%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 61%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 61%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-8 */
}

.ver-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(63%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 63%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-8 */
}

.hideshare-wrap {
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  float: none !important;
}
.hideshare-wrap > a {
  display: block;
}
.hideshare-wrap li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  float: left;
}
.hideshare-wrap .hideshare-list {
  position: absolute;
  top: -50px;
  left: -50%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
}
.hideshare-wrap .hideshare-list a {
  background: url(../images/social-external-share.jpg) no-repeat;
  width: 50px;
  height: 50px;
  display: block;
}
.hideshare-wrap .hideshare-list a.hideshare-facebook {
  background-position: 0 0;
}
.hideshare-wrap .hideshare-list a.hideshare-twitter {
  background-position: -50px 0;
}
.hideshare-wrap .hideshare-list a.hideshare-pinterest {
  background-position: -100px 0;
}
.hideshare-wrap .hideshare-list a.hideshare-google-plus {
  background-position: -150px 0;
}
.hideshare-wrap .hideshare-list a span {
  display: none;
}
.hideshare-wrap .hideshare-list a:hover {
  color: #fff;
}

.tab {
  color: #fff;
}
.tab .artist {
  padding: 0 4%;
  color: #ec1c21;
  font-size: 16px;
}
.tab .artist span {
  display: inline-block;
  background: url(../images/icon-artist.png) center center no-repeat;
  width: 15px;
  height: 17px;
  margin-right: 5px;
}
.tab .artist a {
  color: #ec1c21;
}
.tab .head-data {
  position: absolute;
  bottom: 5px;
  z-index: 2;
  width: 100%;
}
.tab .play {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../images/play.png) 0 0 no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -25px;
  z-index: 2;
}
.tab .play.active {
  background-position: 0 -50px;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.tab h1, .tab #featured h2, #featured .tab h2, .tab #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .tab h3, .tab .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .tab h3, .tab .actions {
  margin: 0 auto;
  padding: 0 4%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  text-align: left;
}
.tab h1 a, .tab #featured h2 a, #featured .tab h2 a, .tab #featured .band-event-landing .detail-page-area .copy-area .play-at h3 a, #featured .band-event-landing .detail-page-area .copy-area .play-at .tab h3 a, .tab .band-event-landing .detail-page-area .copy-area .play-at #featured h3 a, .band-event-landing .detail-page-area .copy-area .play-at #featured .tab h3 a, .tab .actions a {
  color: #fff;
}
.tab h2, .tab .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at .tab h3 {
  margin: 0;
  padding: 0 4% 10px;
  font-size: 16px;
  color: #fff;
  line-height: 110%;
  min-height: 28px;
}
.tab h2 a, .tab .band-event-landing .detail-page-area .copy-area .play-at h3 a, .band-event-landing .detail-page-area .copy-area .play-at .tab h3 a {
  color: #fff;
}
.tab .actions {
  text-transform: uppercase;
  list-style: none;
  font-size: 14px;
  line-height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.tab .actions div {
  height: 50px;
  padding-top: 5px;
  float: left;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
}
.tab .actions div.pick {
  width: 53%;
  background-color: #ED1C24;
  text-indent: 30px;
}
.tab .actions div.pick:hover {
  font-size: 15px;
}
.tab .actions div.pick:hover span img {
  margin-top: -50px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tab .actions div.pick:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 50px solid #EDAC1A;
  border-left: 30px solid transparent;
  display: inline-block;
  right: 47%;
}
.tab .actions div.discover {
  width: 53%;
  padding-right: 25px;
  position: relative;
  background-color: #ED1C24;
}
.tab .actions div.discover:hover {
  font-size: 15px;
}
.tab .actions div.discover:hover span img {
  margin-top: -50px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tab .actions div.discover:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  border-bottom: 50px solid #EDAC1A;
  border-left: 30px solid transparent;
  display: inline-block;
  right: 0;
}
.tab .actions div.vote {
  width: 75%;
  padding-right: 25px;
  background-color: #ED1C24;
  position: relative;
}
.tab .actions div.vote:hover {
  font-size: 15px;
}
.tab .actions div.vote:hover span img {
  margin-top: -50px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tab .actions div.vote:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  border-bottom: 50px solid #000;
  border-left: 30px solid transparent;
  display: inline-block;
  right: 0;
}
.tab .actions div.share {
  width: 47%;
  padding-right: 25px;
  background-color: #EDAC1A;
  text-indent: 6px;
  position: relative;
}
.tab .actions div.share:hover {
  font-size: 15px;
}
.tab .actions div.share:hover span img {
  margin-top: -50px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tab .actions div.share:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 50px solid #000;
  border-left: 30px solid transparent;
  display: inline-block;
  right: 0;
  top: 0;
}
.tab .actions div span {
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
}
.tab .actions div span img {
  max-width: 100%;
  width: auto;
}
.tab .counts {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 8px 4%;
  text-align: left;
  font-size: 14px;
}
.tab .counts .discovered, .tab .counts .votes {
  color: #ec1c21;
}
.tab .counts .shares {
  color: #ecae1c;
}

.tab.videos-tab .actions div.pick:after, .tab.videos-tab .actions div.discover:after {
  border-bottom-color: #41C9DF;
}
.tab.videos-tab .actions div.share {
  background-color: #41C9DF;
}
.tab.videos-tab .tab-nav div a.active, .tab.videos-tab .tab-nav div a:hover {
  color: #41C9DF;
}

.tab.events-tab .actions div.pick:after, .tab.events-tab .actions div.discover:after {
  border-bottom-color: #D7DE40;
}
.tab.events-tab .actions div.share {
  background-color: #D7DE40;
}
.tab.events-tab .tab-nav div a.active, .tab.events-tab .tab-nav div a:hover {
  color: #D7DE40;
}

.tab-nav {
  margin: 24px 2%;
}
.tab-nav div {
  float: left;
}
.tab-nav div a {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 20px;
}
.tab-nav div a.view-more {
  float: right;
  color: #939598;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.tab-nav div a.active, .tab-nav div a:hover {
  color: #EDAC1A;
}
.tab-nav > div:first-child {
  text-align: right;
  border-right: 2px solid #D1D1D1;
}
.tab-nav .inside-seach {
  margin: 0;
  border-radius: 10px;
  padding: 5px 10px;
  height: auto;
}

.tab-view .slick-track {
  height: 342px;
}
.tab-view .slick-slide {
  position: relative;
  /*&:nth-child(3n + 2) {
      .slide {
          position: relative;
          margin: 0 auto;
      }
  }
  &:nth-child(3n + 3) {
      .slide {
          left: auto;
          right: 0;
      }
  }*/
}
.tab-view .slick-slide .slide {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 236px;
  height: 342px;
}
.tab-view .slick-slide img {
  display: inline-block;
}
.tab-view.detail-page > div {
  float: left;
}
.tab-view.detail-page .slide {
  margin-bottom: 50px;
}
.tab-view.detail-page .data {
  position: relative;
  width: 80%;
  margin: 0 10% 4em;
}
.tab-view.detail-page .data img {
  width: 100%;
}
.tab-view.detail-page .data .actions {
  top: auto;
  bottom: 35px;
}
.tab-view.detail-page .data .counts {
  position: absolute;
  bottom: 0;
  margin: 0;
  border: 0 none;
  top: auto;
}
.tab-view > div {
  float: left;
  width: 25%;
}
.tab-view > div .slide {
  margin: 0 10% 10px;
  position: relative;
  width: 80%;
}
.tab-view > div .slide figure {
  margin: 0;
  position: relative;
  padding-bottom: 20px;
  background: #000;
  overflow: hidden;
}
.tab-view > div .slide figcaption {
  position: relative;
  background: #000;
}
.tab-view > div .slide img {
  width: 100%;
}

.detail-heading {
  text-align: center;
  margin: 3em 0 1em;
}
.detail-heading h1, .detail-heading #featured h2, #featured .detail-heading h2, .detail-heading #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .detail-heading h3, .detail-heading .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .detail-heading h3, .detail-heading .tab .actions, .tab .detail-heading .actions {
  text-transform: uppercase;
  margin: 0;
  font-size: 50px;
}
.detail-heading h2, .detail-heading .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at .detail-heading h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
.detail-heading h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  padding: 0 20px;
}
.detail-heading span {
  width: 54px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.detail-heading span.icon-music {
  background: url(../images/icon-head-music.png);
}
.detail-heading span.icon-videos {
  background: url(../images/icon-head-video.png);
}
.detail-heading span.icon-events {
  background: url(../images/icon-head-events.png);
}
.detail-heading h5 {
  color: #808285;
  font-size: 20px;
  text-align: left;
}

#bar-left, #bar-right {
  float: left;
  width: 50%;
  height: 62px;
  background-color: #ED1C24;
}

#bar-right {
  text-align: right;
  background-color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#bar-right a {
  display: inline-block;
  margin: 0 20px;
  line-height: 62px;
  color: #fff;
}
#bar-right a i {
  background: url(../images/icon-now-playing.png) 0 0 no-repeat;
  width: 26px;
  height: 22px;
  display: inline-block;
  margin: 20px 0;
  display: none;
}
#bar-right a span {
  display: inline-block;
}
#bar-right a.now-playing {
  color: #ecae1c;
  position: relative;
}
#bar-right a.now-playing i {
  background-image: url(../images/icon-now-playing.png);
}
#bar-right a.active:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  ointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#bar-right a.login-popup {
  color: #fff;
}
#bar-right a.login-popup i {
  background-image: url(../images/icon-login.png);
}
#bar-right a.log-out i {
  background-image: url(../images/icon-logout.png);
}
#bar-right a.my-page {
  color: #fff;
}
#bar-right a.my-page i {
  background-image: url(../images/icon-my-page.png);
}
#bar-right a.my-page span {
  background: url(../images/icon-my-page.png) no-repeat;
  width: 26px;
  height: 22px;
  margin: 0;
}
#bar-right a.settings i {
  background-image: url(../images/icon-settings.png);
}
#bar-right a.settings span {
  background: url(../images/icon-settings.png) no-repeat;
  width: 26px;
  height: 22px;
  margin: 0;
}

.now-playing-container {
  position: absolute;
  width: 100%;
  top: 100%;
  min-height: 70px;
  left: 0;
  z-index: 1001;
  display: none;
  border-bottom: 1px solid #dedede;
  background: #fff;
  padding: 10px 0;
}
.now-playing-container .track-details {
  float: left;
  color: #ecad1c;
  font-size: 25px;
  width: 100%;
  padding: 0 2%;
  line-height: 50px;
}
.now-playing-container .track-details img {
  margin-right: 10px;
}
.now-playing-container .track-buttons {
  text-align: right;
  position: absolute;
  right: 2%;
  top: 18px;
}
.now-playing-container .track-buttons button {
  width: 50px;
  height: 50px;
  background: transparent;
  margin: 0 10px;
  background: url(../images/player-btns.png) no-repeat;
  padding: 0;
}
.now-playing-container .track-buttons button.pause {
  background-position: 0 0;
}
.now-playing-container .track-buttons button.pause.active {
  background-position: -50px 0;
}
.now-playing-container .track-buttons button.play {
  background-position: 0 -50px;
}
.now-playing-container .track-buttons button.play.active {
  background-position: -50px -50px;
}
.now-playing-container .track-buttons button.close {
  background: url(../images/close-player.png) no-repeat;
  width: 30px;
  height: 30px;
}
.now-playing-container .track-buttons button.close.active {
  background-position: 0 0;
}

#logo {
  position: absolute;
  top: 9px;
  /*left: 41%;*/
  /*margin-left: -56px;*/
  height: 100%;
  width: 100%;
  z-index: -9999;
}

#logo img {
  display: block; margin-left: auto; margin-right: auto;
}
.row .row.featured-wrapper {
  margin: 0;
  padding: 0;
}

.blog {
  width: 1200px;
}
.blog h1, .blog #featured h2, #featured .blog h2, .blog #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .blog h3, .blog .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .blog h3, .blog .tab .actions, .tab .blog .actions {
  font-size: 24px;
  min-height: 60px;
  color: #636466;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 18px;
}
.blog h1 a, .blog #featured h2 a, #featured .blog h2 a, .blog #featured .band-event-landing .detail-page-area .copy-area .play-at h3 a, #featured .band-event-landing .detail-page-area .copy-area .play-at .blog h3 a, .blog .band-event-landing .detail-page-area .copy-area .play-at #featured h3 a, .band-event-landing .detail-page-area .copy-area .play-at #featured .blog h3 a, .blog .tab .actions a, .tab .blog .actions a {
  color: #636466;
}
.blog .title {
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  line-height: 50px;
  text-align: center;
  margin: 80px 0 50px;
}
.blog .columns {
  margin-bottom: 36px;
}
.blog .columns .article {
  margin: 0 auto;
  border: 1px #B8C3D7 solid;
}
.blog .columns .article img {
  border-bottom: 4px solid orange;
  width: 100%;
}
.blog .columns .article > div {
  padding: 26px 16px;
}
.blog .columns .article p {
  margin-bottom: 30px;
  color: #636466;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
}
.blog .columns .article .links {
  font-size: 20px;
  line-height: 20px;
  clear: both;
  position: relative;
}
.blog .columns .article .links .hideshare-wrap .hideshare-list {
  left: -15% !important;
}
.blog .columns .article .links .share {
  background: url(../images/icon-share-grey.png) no-repeat;
  padding-left: 40px;
  line-height: 24px;
  float: left;
  color: #a7a5a6;
  text-transform: uppercase;
}
.blog .columns .article .links .share:hover, .blog .columns .article .links .share:visited {
  color: #373737;
  background-position: 0 -24px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .columns .article .links .read-more, .blog .columns .article .links .read-more:hover, .blog .columns .article .links .read-more:visited {
  float: right;
  color: #ED1C24;
}
.blog .columns .video img {
  border-color: #049cdb;
}
.blog .columns .events img {
  border-color: #D7DE40;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: .3;
  cursor: default;
}

.slick-prev, .slick-next {
  width: 60px;
  height: 94px;
  top: 33%;
}

.slick-prev, .slick-prev:hover {
  background-image: url(../images/prev.png);
  left: -100px;
}

.slick-next, .slick-next:hover {
  background-image: url(../images/next.png);
  right: -100px;
}

.view-more {
  text-align: right;
  margin: 0 1%;
  font-size: 14px;
}
.view-more a {
  color: #939598;
  margin-bottom: 30px;
  display: inline-block;
}

.band-details {
  text-align: center;
}
.band-details .hash-tags {
  color: #bcbec0;
  font-size: 25px;
  margin-bottom: 30px;
}
.band-details .about-band {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  margin-bottom: 30px;
}
.band-details h3 {
  font-size: 50px;
  margin: 10px 0 50px;
}
.band-details h3 .picks {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  text-align: right;
  color: #ec1c21;
}
.band-details h3 .shares {
  display: inline-block;
  width: 48%;
  text-align: left;
  color: #ecae1c;
}
.band-details .related-tracks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.band-details .related-tracks ul li {
  position: relative;
  width: 21%;
  margin: 0 2%;
  float: left;
}
.band-details .related-tracks ul li figure {
  margin: 0;
}
.band-details .related-tracks ul li figure img {
  width: 100%;
  height: auto;
}
.band-details .related-tracks ul li .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/play.png) no-repeat;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
}

.player-area {
  position: relative;
}
.player-area .play-container {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.player-area .play-container .actions {
  position: absolute;
  max-width: 400px;
  left: 40%;
  top: 30%;
  width: 40%;
}
.player-area .play-container .actions .play-pause {
  background: url(../images/btn-play-pause.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100%;
  top: -15%;
  margin: 0 -25px 0 0;
  padding: 0;
}
.player-area .play-container .actions div {
  height: 74px;
  float: left;
  font-size: 30px;
  line-height: 250%;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  /* &.pick:before {
      content: "";
      position: absolute;
      height:74px;
      width:37px;
      border-radius: 0 74px 74px 0;
      background:green;
      left: -37px;
  }*/
}
.player-area .play-container .actions div.pick {
  width: 53%;
  background-color: #ED1C24;
}
.player-area .play-container .actions div.pick:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 74px solid #EDAC1A;
  border-left: 30px solid transparent;
  display: inline-block;
  right: 47%;
}
.player-area .play-container .actions div.share {
  width: 47%;
  background-color: #EDAC1A;
}
.player-area .play-container .actions div.share:after {
  content: "";
  position: absolute;
  width: 0;
  border-bottom: 74px solid transparent;
  border-left: 30px solid #EDAC1A;
  display: inline-block;
  right: -30px;
}
.player-area .play-container .track-details {
  position: absolute;
  bottom: 50px;
  left: 4%;
  width: 92%;
  color: #b2b2b2;
  font-size: 30px;
}
.player-area .play-container .track-details span {
  font-weight: 900;
}
.player-area .play-container .player-track {
  height: 14px;
  width: 100%;
  bottom: 0;
  background: #414042;
  position: absolute;
}
.player-area .play-container .player-track .played {
  position: absolute;
  left: 0;
  width: 40%;
  height: 14px;
  background: #ff0000;
}
.player-area .play-container .player-track .dragger {
  position: absolute;
  width: 72px;
  height: 72px;
  background: url(../images/player-dreagger.png) no-repeat;
  right: -30px;
  top: -30px;
}
.player-area figure {
  position: relative;
  margin: 0;
}
.player-area figure img {
  display: block;
  width: 100%;
  height: auto;
}

.head-img-area {
  position: relative;
}
.head-img-area figure {
  position: relative;
  margin: 0;
  background: url(../images/band-header-img.jpg) no-repeat center center;
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.head-img-area figure img {
  display: block;
  width: 100%;
  height: auto;
}
.head-img-area .head-bot {
  background: #ecae1c;
  height: 20px;
}

.blog-detail-area {
  margin-bottom: 4em !important;
  width: 96% !important;
}
.blog-detail-area iframe {
  margin-top: 20px;
}
.blog-detail-area p {
  font-size: 20px;
}

.registration-page h2, .registration-page .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at .registration-page h3 {
  font-size: 35px;
  text-align: center;
  background: #3f3f41;
  color: #fff;
  margin: 0;
  padding: 40px 0;
}
.registration-page .login-wrapper {
  position: relative;
  width: 60%;
  background: #fff;
  margin: 50px auto 0;
  z-index: auto;
}
.registration-page .login-wrapper .login-section {
  font-size: 25px;
  border-bottom: 1px solid #b1b1b2;
}
.registration-page .login-wrapper .login-section a {
  background: #fff;
  border: 1px solid #b1b1b2;
  border-width: 1px 1px 7px;
  border-bottom-color: #fff;
}
.registration-page .login-wrapper .login-section a.active {
  border-width: 0 0 8px;
}
.registration-page .login-wrapper .login-listener h4 {
  font-size: 20px;
  color: #77787b;
}
.registration-page .login-wrapper .login-listener .social-login {
  background: #fff;
}
.registration-page .login-wrapper .login-band {
  padding: 50px 6%;
  color: #77787b;
}
.registration-page .login-wrapper .login-band h3 {
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
  color: #77787b;
}
.registration-page .login-wrapper .login-band label {
  color: #77787b;
  margin-bottom: 8px;
}
.registration-page .login-wrapper .login-band label span {
  color: #ff0000;
}
.registration-page .login-wrapper .login-band input {
  color: #77787b;
  border: 1px solid #d1d3d4;
  font-size: 16px;
}
.registration-page .login-wrapper .login-band input[type="submit"] {
  color: #fff;
}
.registration-page .login-wrapper .login-band .social-data {
  width: 100%;
}
.registration-page .login-wrapper .login-band .social-data span {
  width: 35%;
  display: inline-block;
  float: left;
  background: #868788;
  color: #fff;
  text-align: right;
  padding: 6px;
}
.registration-page .login-wrapper .login-band .social-data input {
  width: 65%;
  display: inline-block;
}
.registration-page .login-wrapper .login-band .upload-area {
  border: 1px solid #d1d3d4;
  margin-bottom: 20px;
  padding: 12px;
  text-align: center;
}
.registration-page .login-wrapper .login-band .upload-area button {
  background: #000;
  color: #fff;
  margin: 20px 0 10px;
}
.registration-page .login-wrapper .login-band .upload-area .message {
  font-size: 14px;
  color: #91919d;
}
.registration-page .login-wrapper .login-band .upload-area .select-img label {
  width: 30%;
  margin: 0 1.5%;
  float: left;
}
.registration-page .login-wrapper .login-band .upload-area .select-img label > input {
  display: none;
}
.registration-page .login-wrapper .login-band .upload-area .select-img label > input + img {
  cursor: pointer;
  width: 100%;
  height: auto;
  border: 2px solid transparent;
}
.registration-page .login-wrapper .login-band .upload-area .select-img label > input:checked + img {
  border: 2px solid #f00;
}
.registration-page .login-wrapper .login-band .btnContainer {
  width: 40%;
  background: #000;
  color: #fff;
  margin: 20px auto 10px;
  text-align: center;
  position: relative;
}
.registration-page .login-wrapper .login-band .btnContainer input {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.registration-page .login-wrapper .login-band .btnContainer a {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
}
.registration-page .login-wrapper .login-band .setting-buttons {
  margin-top: 20px;
}
.registration-page .login-wrapper .login-band .setting-buttons input {
  float: left;
  margin: 0;
  width: auto;
  line-height: normal;
  padding: 8px 20px;
}
.registration-page .login-wrapper .login-band .setting-buttons a {
  float: left;
  text-align: left;
  background: #ff0000;
  color: #fff;
  padding: 8px 20px;
}
.registration-page .login-wrapper .login-band .setting-buttons a.settingsNextBtn {
  float: right;
}

.user-pages {
  background: #3f3f41;
  color: #fff;
}
.user-pages .data {
  text-align: center;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.user-pages .data h4 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}
.user-pages .data p {
  font-size: 20px;
}
.user-pages .data a, .user-pages .data a:hover {
  color: #000;
}
.user-pages form {
  max-width: 600px;
  margin: 0 auto;
}
.user-pages form label {
  color: #fff;
  margin-bottom: 10px;
}
.user-pages form input, .user-pages form input:focus {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #656567;
  color: #fff;
  font-size: 20px;
}

.blog-listing .blog {
  margin-top: 50px;
}

.band-event-landing {
  background: #0c0c0c;
  color: #fff;
}
.band-event-landing .band-header {
  position: relative;
}
.band-event-landing .band-header figure {
  background: url(../images/band-header-img.jpg) no-repeat center center;
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.band-event-landing .band-header figure img {
  width: 100%;
  height: auto;
}
.band-event-landing .band-header .band-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.band-event-landing .band-header .band-heading .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #e31b21;
  padding-bottom: 15px;
  display: table;
}
.band-event-landing .band-header .band-heading .container .thumb {
  max-width: 130px;
  width: 11%;
  height: auto;
  border: 2px solid #fff;
  float: left;
  margin-top: -3%;
}
.band-event-landing .band-header .band-heading .container h1, .band-event-landing .band-header .band-heading .container #featured h2, #featured .band-event-landing .band-header .band-heading .container h2, #featured .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .band-header .band-heading .container h3, .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .band-header .band-heading .container h3, .band-event-landing .band-header .band-heading .container .tab .actions, .tab .band-event-landing .band-header .band-heading .container .actions {
  float: left;
  color: #fff;
  padding: 2% 0 0 2%;
  margin: 0;
  width: 70%;
  line-height: 100%;
  font-weight: 700;
  font-size: 40px;
}
.band-event-landing .band-header .band-heading .container h1 span, .band-event-landing .band-header .band-heading .container #featured h2 span, #featured .band-event-landing .band-header .band-heading .container h2 span, #featured .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at h3 span, #featured .band-event-landing .detail-page-area .copy-area .play-at .band-header .band-heading .container h3 span, .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at #featured h3 span, .band-event-landing .detail-page-area .copy-area .play-at #featured .band-header .band-heading .container h3 span, .band-event-landing .band-header .band-heading .container .tab .actions span, .tab .band-event-landing .band-header .band-heading .container .actions span {
  font-size: 20px;
}
.band-event-landing .band-header .band-heading .container .discovered {
  float: right;
  color: #ec1c21;
  display: table-cell;
  vertical-align: bottom;
  padding-top: 2%;
  padding-right: 2%;
  width: 19%;
}
.band-event-landing .band-header .band-heading .container .discovered button {
  background: transparent;
  color: #ec1c21;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.band-event-landing .band-header .band-heading .container .discovered span {
  background: url(../images/icon-discover.png) no-repeat center center;
  display: block;
  height: 20px;
}
.band-event-landing .detail-page-area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.band-event-landing .detail-page-area .copy-area {
  float: left;
  width: 62%;
  padding: 20px 2%;
}
.band-event-landing .detail-page-area .copy-area h2, .band-event-landing .detail-page-area .copy-area .play-at h3 {
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 20px;
}
.band-event-landing .detail-page-area .copy-area p {
  color: #c7c8ca;
  font-size: 14px;
}
.band-event-landing .detail-page-area .copy-area .links {
  margin-bottom: 40px;
}
.band-event-landing .detail-page-area .copy-area .links a {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  background: url(../images/icon-share-links.png) no-repeat;
  margin-right: 20px;
}
.band-event-landing .detail-page-area .copy-area .links a.fb {
  background-position: 0 0;
}
.band-event-landing .detail-page-area .copy-area .links a.tw {
  background-position: -50px 0;
}
.band-event-landing .detail-page-area .copy-area .links a.sc {
  background-position: -100px 0;
}
.band-event-landing .detail-page-area .copy-area .links a.yt {
  background-position: -150px 0;
}
.band-event-landing .detail-page-area .copy-area .links a.web {
  background-position: -200px 0;
}
.band-event-landing .detail-page-area .copy-area .play-at {
  clear: both;
}
.band-event-landing .detail-page-area .copy-area .play-at h3 {
  background: url(../images/arrow-rgt.png) no-repeat right center;
}
.band-event-landing .detail-page-area .copy-area .play-at .tab-view > div {
  width: 33%;
}
.band-event-landing .detail-page-area .copy-area .play-at .tab-view > div .slide {
  margin-left: 0;
  width: 90%;
}
.band-event-landing .detail-page-area .copy-area .play-at .tab-view > div h1, .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div #featured h2, #featured .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div h2, #featured .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div h3, .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .tab-view > div h3, .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div .tab .actions, .tab .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div .actions {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 5;
}
.band-event-landing .detail-page-area .copy-area .play-at .tab-view > div h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  padding: 0 4%;
}
.band-event-landing .detail-page-area .copy-area .venue h3 {
  font-size: 14px;
  margin: 0;
  color: #ec1c22;
}
.band-event-landing .detail-page-area .copy-area .venue .map {
  height: 380px;
  color: #000;
  border: 6px solid #fff;
  background: #fff;
}
.band-event-landing .detail-page-area .copy-area .venue .map iframe {
  width: 100%;
  margin: 0;
  padding: 0;
}
.band-event-landing .detail-page-area .copy-area .venue .map .infowindow {
  width: 300px;
}
.band-event-landing .detail-page-area .rgt-quick-bar {
  float: right;
  width: 38%;
  background: #242425;
  min-height: 500px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a {
  display: block;
  width: 33.3%;
  float: left;
  background: #181818;
  text-align: center;
  color: #939598;
  font-size: 16px;
  min-height: 45px;
  padding: 5px 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a.active {
  color: #fff;
  background: #ed1c22;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a.active span {
  opacity: 1;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a:hover {
  color: #fff;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a:hover span {
  opacity: 1;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a span {
  width: 22px;
  height: 20px;
  background: url(../images/band-details-link.png) no-repeat 0 0;
  opacity: .5;
  margin: 0 auto;
  display: block;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a.music span {
  background-position: 0 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a.videos span {
  background-position: -22px 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a.updates span {
  background-position: -44px 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .band-details-link a:last-child {
  width: 33.4%;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data {
  border-bottom: 2px solid #333335;
  padding: 10px 4%;
  color: #c7c8ca;
  font-size: 14px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data h4 {
  color: #ed1c22;
  font-size: 14px;
  margin: 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data h4 a {
  color: #ed1c22;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data p {
  margin: 0;
  font-size: 14px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .play {
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-block;
  margin: 0;
  background: url(../images/icon-play-sm.png) no-repeat 0 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .play.active {
  background-position: 0 -30px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .footer {
  font-size: 12px;
  margin-top: 20px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .left-data {
  float: left;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .right-data {
  float: right;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .video {
  border: 4px solid #58595b;
  background: #000;
  margin: 10px 0;
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .video span {
  background: url(../images/icon-play-sm.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  display: block;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .video img {
  width: 100%;
  height: auto;
  display: block;
}
.band-event-landing .detail-page-area .rgt-quick-bar .data .video iframe {
  width: 100%;
  height: 160px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .update-links {
  text-align: center;
  margin: 10px 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .update-links button {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: url(../images/icon-share-links.png) no-repeat 0 0;
  opacity: .5;
}
.band-event-landing .detail-page-area .rgt-quick-bar .update-links button.active {
  opacity: 1;
}
.band-event-landing .detail-page-area .rgt-quick-bar .update-links button.fb-feeds {
  margin-right: 15px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .update-links button.tw-feeds {
  background-position: -50px 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .feeds {
  border: 1px solid #424344;
  padding: 10px 4%;
  color: #c7c8ca;
  font-size: 12px;
  background: #000;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-applied {
  background: #181818;
  font-weight: 700;
  font-size: 20px;
  line-height: 250%;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-applied label {
  background: #ed1c22;
  font-size: 30px;
  color: #fff;
  float: left;
  margin-right: 10px;
  display: inline-block;
  padding: 12px 30px;
  line-height: 100%;
  font-weight: 700;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data {
  border-bottom: 2px solid #333335;
  padding: 15px 0;
  color: #c7c8ca;
  font-size: 14px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data .artist-name {
  padding: 0 4% 10px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data a {
  color: #fff;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data .actions .vote {
  float: left;
  width: 35%;
  line-height: 35px;
  background-color: #ED1C24;
  position: relative;
  padding: 0 0 0 4%;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data .actions .vote:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  border-bottom: 35px solid transparent;
  border-left: 30px solid #ed1c24;
  display: inline-block;
  right: -30px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data .actions .vote span {
  margin-right: 10px;
}
.band-event-landing .detail-page-area .rgt-quick-bar .artist-data .actions .no-votes {
  float: right;
  color: #ec1c22;
  padding-right: 4%;
}
.band-event-landing .detail-page-area .rgt-quick-bar .apply {
  text-align: center;
  padding: 20px 0;
}
.band-event-landing .detail-page-area .rgt-quick-bar .apply a {
  text-transform: uppercase;
  background: #fff;
  color: #000;
  margin: 0;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
}

.social-links {
  padding: 15px;
  margin-bottom: 30px;
  background-image: url(../images/sicial-bg.png), url(../images/sicial-bg.png);
  background-position: 0 0, 0 bottom;
  background-repeat: repeat-x, repeat-x;
}

.related-tags {
  font-size: 14px;
  text-transform: uppercase;
}
.related-tags label {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #ecae1c;
  padding: 10px;
  color: #000;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}
.related-tags a {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #bcbec0;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
.related-tags a:hover {
  background: #ecae1c;
  color: #000;
}

.video-wrapper {
  margin: 10px 0;
}
.video-wrapper iframe {
  width: 100%;
  height: 400px;
  border: 5px solid #414141;
}

iframe[id^="oauth2relay"] {
  position: fixed !important;
}

#fsb-social-bar {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.internal-scroll {
  height: 500px;
  width: 100%;
}

.login-msg {
  padding: 15px 5%;
}
.login-msg h1, .login-msg #featured h2, #featured .login-msg h2, .login-msg #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .login-msg h3, .login-msg .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .login-msg h3, .login-msg .tab .actions, .tab .login-msg .actions {
  font-size: 30px;
  font-weight: 700;
}
.login-msg p {
  font-size: 14px;
}
.login-msg a {
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
}

.loader {
  margin: 0;
  text-align: center;
  color: #636466;
  font-size: 18px;
  margin-bottom: 20px;
}

footer.page {
  background-color: #000000;
  border-top: 10px solid #ED1C24;
  padding: 24px 0;
}
footer.page ul {
  list-style: none;
  margin: 0;
  width: 100%;
}
footer.page ul li {
  display: block;
  float: left;
  width: 20%;
  color: #ED1C24;
}
footer.page ul li li {
  float: none;
  width: auto;
}
footer.page a, footer.page a:hover, footer.page a:active {
  color: #fff;
}
footer.page .powered-by {
  text-align: center;
  margin: 35px 0 0;
  font-size: 12px;
  color: #636466;
}

#soundCloudPlayer .td.player {
  font-family: inherit;
}
#soundCloudPlayer .td-icon-link, #soundCloudPlayer .td.player .cover-img, #soundCloudPlayer .solo-cover, #soundCloudPlayer .solo-buttons {
  display: none;
}
#soundCloudPlayer .tdrow.social {
  display: none;
}
#soundCloudPlayer .info {
  float: left;
  width: 50%;
}
#soundCloudPlayer .controls {
  float: left;
  width: 50%;
  border-top: 0 none;
}
#soundCloudPlayer .scrubber {
  clear: both;
}
#soundCloudPlayer .scrubber .scrubber-box .scrub-bar-box {
  padding: 12px 0;
}
#soundCloudPlayer .scrubber .scrubber-box .start-time, #soundCloudPlayer .scrubber .scrubber-box .stop-time {
  line-height: 35px;
  font-size: 14px;
}
#soundCloudPlayer .playlist-table tbody tr td {
  font-size: 11px;
}
#soundCloudPlayer .td.player.solo .fa-play-circle-o, #soundCloudPlayer .td.player.solo .fa-pause {
  text-shadow: none;
  color: #000;
}

.page-loader {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  background-image: url("../images/page-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  text-align: center;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ms-parent .ms-choice {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid #ccc;
  height: 28px;
  padding: 5px 10px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.ms-parent .ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-parent .ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 10px;
}
.ms-parent .ms-choice > span.placeholder {
  color: #999;
}
.ms-parent .ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url("../images/multiple-select.png") left top no-repeat;
}
.ms-parent .ms-choice > div.open {
  background: url("../images/multiple-select.png") right top no-repeat;
}
.ms-parent .ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ms-parent .ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-parent .ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.ms-parent .ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-parent .ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white url("../images/multiple-select.png") no-repeat 100% -22px;
  background: url("../images/multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../images/multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../images/multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../images/multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("../images/multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url("../images/multiple-select.png") no-repeat 100% -22px, linear-gradient(top, white 85%, #eeeeee 99%);
}
.ms-parent .ms-drop {
  text-align: left;
}
.ms-parent .ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}
.ms-parent .ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}
.ms-parent .ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}
.ms-parent .ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-parent .ms-drop ul > li.group {
  clear: both;
}
.ms-parent .ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-parent .ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}
.ms-parent .ms-drop input[type="checkbox"] {
  ertical-align: middle;
}
.ms-parent .ms-drop .ms-no-results {
  display: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .tab-view > div {
    width: 33%;
  }
  .tab-view > div .slide {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div {
    width: 50%;
  }
  .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div .slide {
    margin-left: auto;
  }

  #bar-right a {
    margin: 0 10px;
  }
  #bar-right a i {
    display: block;
  }
  #bar-right a span {
    display: none;
  }

  .tab .actions {
    font-size: 12px;
  }

  .registration-page .login-wrapper {
    width: 80%;
  }

  .row .blog-detail-area {
    width: 96%;
  }

  #featured h1, #featured h2, #featured .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at #featured h3, #featured .tab .actions, .tab #featured .actions {
    font-size: 30px;
    line-height: 35px;
  }
  #featured h2:after, #featured .band-event-landing .detail-page-area .copy-area .play-at h3:after, .band-event-landing .detail-page-area .copy-area .play-at #featured h3:after {
    border-top: 45px solid #D7DE40;
  }
  #featured h3 {
    font-size: 18px;
  }

  #soundCloudPlayer .td.player .repeat-init, #soundCloudPlayer .td.player .volume-init {
    display: none;
  }

  .head-img-area figure {
    height: 300px;
  }
}
@media only screen and (max-width: 40em) {
  .row .row {
    margin-left: auto;
    margin-right: auto;
  }

  #logo {
    /*top: 17px;
    margin-left: -0;
    height: auto;
    width: 50%;
    left: 25%;*/
  }

  #bar-right a {
    margin: 0 5px;
  }
  #bar-right a i {
    display: block;
  }
  #bar-right a span {
    display: none;
  }

  #menu {
    left: 20px;
    width: 30px;
  }

  #menu-wrapper .close-menu {
    right: 0;
  }

  .login-wrapper .close-menu {
    left: 0;
  }

  .login-wrapper .login-container .left-link {
    padding-left: 60px;
  }

  #menu-wrapper.open, .login-wrapper.open {
    width: 100%;
  }

  .sub-nav a {
    font-size: 18px;
    border-bottom-width: 4px !important;
    padding: 20px 0 8px;
  }

  .sub-nav a.active, .sub-nav a:hover {
    padding-bottom: 4px;
  }

  footer.page ul li {
    width: 33.33%;
  }

  .blog h1, .blog #featured h2, #featured .blog h2, .blog #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .blog h3, .blog .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .blog h3, .blog .tab .actions, .tab .blog .actions, .blog #featured h2, .blog #featured .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at .blog #featured h3, #featured .blog h2, #featured .blog .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .blog h3, .blog .tab .actions, .tab .blog .actions, .blog .columns .article .links {
    font-size: 16px;
    line-height: 20px;
  }

  .blog .title {
    font-size: 28px;
    line-height: 30px;
    margin: 40px 0 12px;
  }

  .sub-nav img, .sub-nav a span {
    margin: -6px auto 4px;
    display: block;
  }

  .tab-view .slick-slide {
    position: relative;
  }
  .tab-view .slick-slide .slide {
    position: relative;
    margin: 0 auto;
  }
  .tab-view .slick-slide img {
    display: inline-block;
  }
  .tab-view > div {
    width: 50%;
  }
  .tab-view > div .slide {
    margin: 0 5% 20px;
    position: relative;
    width: 90%;
  }

  .slick-dots {
    margin-left: 0;
  }

  .tab-nav div a img {
    margin-right: 10px;
  }
  .tab-nav div a.view-more {
    display: none;
  }

  .registration-page .login-wrapper {
    width: 96%;
  }
  .registration-page .login-wrapper .login-section {
    font-size: 14px;
  }
  .registration-page .login-wrapper .login-band .social-data span {
    display: none;
  }
  .registration-page .login-wrapper .login-band .social-data input {
    width: 100%;
  }
  .registration-page .login-wrapper .login-band .btnContainer {
    width: 90%;
  }
  .registration-page #wizard .steps a {
    margin-right: 10px;
  }
  .registration-page #wizard .steps li:last-child a {
    margin-right: 0;
  }

  .band-event-landing .detail-page-area .copy-area {
    width: 100%;
    float: none;
    padding: 20px 4%;
  }
  .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div {
    width: 50%;
  }
  .band-event-landing .detail-page-area .rgt-quick-bar {
    width: 100%;
    float: none;
    min-height: inherit !important;
  }

  .band-event-landing .band-header figure {
    height: 250px;
  }
  .band-event-landing .band-header .band-heading .container {
    padding: 0 2% 15px;
  }
  .band-event-landing .band-header .band-heading .container .thumb {
    width: 14%;
  }
  .band-event-landing .band-header .band-heading .container h1, .band-event-landing .band-header .band-heading .container #featured h2, #featured .band-event-landing .band-header .band-heading .container h2, #featured .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .band-header .band-heading .container h3, .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .band-header .band-heading .container h3, .band-event-landing .band-header .band-heading .container .tab .actions, .tab .band-event-landing .band-header .band-heading .container .actions {
    padding-left: 2%;
    width: 65%;
    font-size: 18px;
  }
  .band-event-landing .band-header .band-heading .container .discovered {
    padding-right: 0;
    text-align: right;
  }
  .band-event-landing .band-header .band-heading .container .discovered button {
    font-size: 12px;
  }

  .head-img-area figure {
    height: 200px;
  }

  .detail-heading {
    margin: 2em 0 1em;
  }
  .detail-heading h1, .detail-heading #featured h2, #featured .detail-heading h2, .detail-heading #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .detail-heading h3, .detail-heading .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .detail-heading h3, .detail-heading .tab .actions, .tab .detail-heading .actions {
    font-size: 30px;
    line-height: 1.2;
  }
  .detail-heading h2, .detail-heading .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at .detail-heading h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .detail-heading h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .detail-heading h5 {
    font-size: 15px;
    line-height: 1.2;
  }

  .blog-detail-area {
    width: 90% !important;
  }
  .blog-detail-area p {
    font-size: 15px;
  }

  .video-wrapper iframe {
    height: 250px;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .internal-scroll {
    height: 300px;
  }

  .footer-logo {
    display: none;
  }

  #soundCloudPlayer .info {
    float: none;
    width: 100%;
  }
  #soundCloudPlayer .controls {
    float: none;
    width: 100%;
    border-top: 0 none;
  }
  #soundCloudPlayer .td.player .repeat-init, #soundCloudPlayer .td.player .volume-init {
    display: none;
  }

  .related-tags {
    font-size: 12px;
  }
  .related-tags label {
    padding: 5px 10px;
  }
  .related-tags a {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 380px) {
  .tab-view > div {
    width: 100%;
  }

  .band-event-landing .band-header figure {
    height: 160px;
  }
  .band-event-landing .band-header .band-heading .container {
    padding-bottom: 10px;
  }
  .band-event-landing .band-header .band-heading .container .thumb {
    display: none;
  }
  .band-event-landing .band-header .band-heading .container h1, .band-event-landing .band-header .band-heading .container #featured h2, #featured .band-event-landing .band-header .band-heading .container h2, #featured .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .band-header .band-heading .container h3, .band-event-landing .band-header .band-heading .container .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .band-header .band-heading .container h3, .band-event-landing .band-header .band-heading .container .tab .actions, .tab .band-event-landing .band-header .band-heading .container .actions {
    width: 70%;
  }
  .band-event-landing .band-header .band-heading .container .discovered {
    width: 30%;
  }
  .band-event-landing .band-header .band-heading .container .discovered button {
    font-size: 11px;
  }
  .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div {
    width: 100%;
  }
  .band-event-landing .detail-page-area .copy-area .play-at .tab-view > div .slide {
    margin-left: auto;
  }
  .band-event-landing .detail-page-area .copy-area .venue .map iframe {
    height: 200px;
  }
  .band-event-landing .detail-page-area .copy-area .links a {
    margin: 0 10px 10px 0;
  }

  #logo {
    width: 45%;
    left: 28%;
    top: 25px;
    /*margin-left: -41px;*/
  }
  #logo img{
    display: block; margin-left: auto; margin-right: auto;
  }

  #bar-left, #bar-right {
    /*width: 40%;*/
  }

  #bar-right {
    /*width: 60%;*/
  }

  #menu {
    left: 10px;
    width: 25px;
  }

  .head-img-area figure {
    height: 150px;
  }

  .blog h1, .blog #featured h2, #featured .blog h2, .blog #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .blog h3, .blog .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .blog h3, .blog .tab .actions, .tab .blog .actions {
    min-height: inherit;
  }

  .detail-heading {
    margin: 1em 0;
  }
  .detail-heading h1, .detail-heading #featured h2, #featured .detail-heading h2, .detail-heading #featured .band-event-landing .detail-page-area .copy-area .play-at h3, #featured .band-event-landing .detail-page-area .copy-area .play-at .detail-heading h3, .detail-heading .band-event-landing .detail-page-area .copy-area .play-at #featured h3, .band-event-landing .detail-page-area .copy-area .play-at #featured .detail-heading h3, .detail-heading .tab .actions, .tab .detail-heading .actions {
    font-size: 22px;
  }
  .detail-heading h2, .detail-heading .band-event-landing .detail-page-area .copy-area .play-at h3, .band-event-landing .detail-page-area .copy-area .play-at .detail-heading h3 {
    font-size: 22px;
  }
  .detail-heading h3 {
    font-size: 15px;
  }
  .detail-heading h5 {
    font-size: 15px;
  }
}
