/*   
Theme Name: Banda
Theme URI: http://www.nu-dev.co.uk
Description: Official website for Dee Dee
Tags: light, dark, white, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, post-formats, theme-options
Author: Juan Arroyo
Author URI: http://www.nu-dev.co.uk
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.2.3
*/
.row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.col-md-12,
.col-md-8,
.col-md-6,
.col-md-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
html {
  background-color: #211e1c;
}
html.has-video {
  background-color: inherit;
}
html.has-video body {
  background-color: inherit;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
}
/* BEGIN css3 preloader */
.bb-css3-preloader {
  display: block;
  height: 1px;
  width: 60px;
}
.bb-css3-preloader > span {
  position: absolute;
  display: block;
  height: 1px;
  background-color: black;
  left: 0px;
  right: 60px;
  -webkit-animation: preloader 3s 0 cubic-bezier(0.23, 1, 0.32, 1) infinite;
  -moz-animation: preloader 3s 0 cubic-bezier(0.23, 1, 0.32, 1) infinite;
  -ms-animation: preloader 3s 0 cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.bb-css3-preloader .mixi-frames from {
  right: 60px;
}
.bb-css3-preloader .mixi-frames 25% {
  right: 0px;
}
.bb-css3-preloader .mixi-frames 25.1% {
  left: 0px;
}
.bb-css3-preloader .mixi-frames 50% {
  left: 60px;
}
.bb-css3-preloader .mixi-frames 50.1% {
  left: 60px;
}
.bb-css3-preloader .mixi-frames 75% {
  left: 0px;
}
.bb-css3-preloader .mixi-frames 75.1% {
  right: 0px;
}
.bb-css3-preloader .mixi-frames to {
  right: 60px;
}
@-webkit-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@-moz-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@-ms-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@-o-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
.bb-icon-loading-content {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  z-index: 999;
}
/* END css3 preloader */
.visibility {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.border-bottom {
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-border-bottom {
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
img {
  max-width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000000;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* .rgba(@bluebox-text-option, 0.5); */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-transform: translateZ(0);
	.visibility();*/

}
body img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: 'Open Sans', sans-serif;
}
body a {
  color: #000000;
  -webkit-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
body footer a {
  color: #ffffff;
}
body footer a:hover {
  color: #e74c3c;
}

body a,
body a:hover {
  text-decoration: none;
}

body a:hover {
  color: #e74c3c;
}
/* BEGIN wp styles */
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption-text {
  margin: 8px 0 6px 0;
  text-align: center;
}
.sticky {
  display: inherit;
}
.gallery-caption {
  display: inherit;
}
.bypostauthor {
  display: inherit;
}
#wpadminbar * {
  color: #ccc !important;
}
#wpadminbar .hover a,
#wpadminbar .hover a span {
  color: #464646 !important;
}
.alignleft {
  float: left;
  margin: 0 20px 18px 0;
}
.alignright {
  float: right;
  margin: 0 0 18px 20px;
}
.alignleft,
.alignright,
.aligncenter {
  display: inline-block;
  background-color: #fff;
  padding: 6px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 18px auto;
}
blockquote p cite {
  display: block;
  margin-top: 10px;
}
ul.news-list.half-image li.sticky:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 40px;
  left: -20px;
  width: 1px;
  display: block;
  background-color: #e74c3c;
}
/* END wp styles */
#bb-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #211E23;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.row.top-banner-row {
  margin: 0 !important;
}
.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 0px;
}
.padding-fix {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.std-heading {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.section-heading {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
}
.std-label {
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.bluebox-info-line {
  font-size: 11px;
  text-transform: uppercase;
  padding: 12px 0 17px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-info-line a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-info-line a.more-link {
  float: right;
}
.bluebox-extra-info {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-extra-info a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-extra-info a.more-link {
  float: right;
}
.normal-text {
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}
/* BEGIN top bar */
header.top-bar {
  height: 0px;
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  background-color: #000000;
  zoom: 1;
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
}
header.top-bar .center-info {
  margin: 0 auto;
  line-height: 20px;
  min-height: 30px;
  padding: 5px 0;
  position: relative;
  max-width: 960px;
}
header.top-bar .center-info .bg-player {
  float: right;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  height: 28px;
  padding: 0;
}
header.top-bar .center-info .bg-player .player-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 28px;
  height: 28px;
  text-align: center;
  float: right;
  line-height: 28px;
  margin-left: 1px;
  font-size: 11px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  background-color: rgba(0, 0, 0, 0.06);
}
header.top-bar .center-info .bg-player .player-button span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  left: 0px;
  top: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.26);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.top-bar .center-info .bg-player .player-button span:last-child {
  top: -28px;
  color: #ffffff;
}
header.top-bar .center-info .bg-player .player-button:hover {
  background-color: #e74c3c;
}
header.top-bar .center-info .bg-player .player-button:hover span:first-child {
  top: 28px;
}
header.top-bar .center-info .bg-player .player-button:hover span:last-child {
  top: 0px;
}
header.top-bar .center-info .bg-player .volume {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
}
header.top-bar .center-info .bg-player .volume span {
  color: #ffffff;
}
header.top-bar .center-info .bg-player .player-button.forward span {
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
}
header.top-bar .center-info .bg-player .player-button.forward span:last-child {
  top: 0;
  left: -28px;
}
header.top-bar .center-info .bg-player .player-button:hover.forward span {
  top: 0;
  left: 28px;
}
header.top-bar .center-info .bg-player .player-button:hover.forward span:last-child {
  top: 0;
  left: 0px;
}
header.top-bar .center-info .bg-player .player-button.backward span {
  overflow: visible;
}
header.top-bar .center-info .bg-player .player-button.backward span {
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
}
header.top-bar .center-info .bg-player .player-button.backward span:last-child {
  top: 0;
  left: 28px !important;
}
header.top-bar .center-info .bg-player .player-button:hover.backward span {
  top: 0;
  left: -28px !important;
}
header.top-bar .center-info .bg-player .player-button:hover.backward span:last-child {
  top: 0;
  left: 0px !important;
}
header.top-bar .full-width-info {
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 20px;
  padding: 5px 10px;
}
header.top-bar .left {
  left: 0;
}
header.top-bar .right {
  right: 0;
}
/* END top bar */
.top-banner-area {
  margin: 30px auto;
  min-height: 60px;
  clear: both;
  position: relative;
  max-width: 960px;
}
.event-counter {
  float: right;
  position: relative;
  -webkit-perspective: 640px;
  -moz-perspective: 640px;
  -ms-perspective: 640px;
  -o-perspective: 640px;
  perspective: 640px;
}
.event-counter:hover .event-more {
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
}
.event-counter .event-more {
  float: right;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  overflow: hidden;
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.event-counter .event-more span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  top: 0;
  left: 0px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.event-counter .event-more span:last-child {
  top: -60px;
  color: #ffffff;
}
.event-counter .event-more:hover {
  color: white;
  background-color: #e74c3c;
}
.event-counter .event-more:hover span {
  top: 60px;
}
.event-counter .event-more:hover span:last-child {
  top: 0;
}
.event-counter .counter {
  position: absolute;
  right: 60px;
  width: 244px;
  height: 60px;
}
.event-counter .counter .cell {
  height: 60px;
  width: 60px;
  text-align: center;
  position: relative;
  color: white;
  float: left;
  margin-right: 1px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.event-counter .counter .cell strong {
  position: absolute;
  display: inline-block;
  line-height: 30px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  top: 8px;
  left: 0;
  right: 0;
}
.event-counter .counter .cell span {
  position: absolute;
  display: inline-block;
  line-height: 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  top: 36px;
  left: 0;
  right: 0;
  font-size: 11px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.event-counter .event-label {
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  right: 305px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
  min-width: 130px;
  white-space: nowrap;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(-68deg);
  -moz-transform: rotateY(-68deg);
  -ms-transform: rotateY(-68deg);
  -o-transform: rotateY(-68deg);
  transform: rotateY(-68deg);
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform .15s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  box-transition: all 200ms linear;
}
.event-counter:hover .event-label {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* BEGIN basic layout */
.content-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
  -o-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
}
.content-wrap .main-container {
  clear: both;
  padding: 0 40px 40px 40px;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
  background-color: rgba(255, 255, 255, 0.86);
}
.content-wrap .main-container img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-wrap .main-container content {
  padding-right: 40px;
  display: block;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container aside {
  float: left;
  width: 35%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container span.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 0px;
}
.content-wrap .main-container > :nth-child(2) {
  padding-right: 40px;
}
.content-wrap footer {
  max-width: 960px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
/* BEGIN basic layout */
/* BEGIN prime nav */
.bb-mobile-nav {
  display: none;
}
.content-wrap .main-container header {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container header nav {
  display: block;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.content-wrap .main-container header nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0px;
  display: block;
  float: left;
  width: 100%;
  /*.bluebox-border-bottom();*/

  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
}
.content-wrap .main-container header nav ul li {
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.content-wrap .main-container header nav ul li:after {
  content: '/';
  font-weight: normal;
  position: absolute;
  display: block;
  top: 25px;
  right: 0px;
  color: #000000;
  color: rgba(0, 0, 0, 0.12);
}
.content-wrap .main-container header nav ul li:last-child,
.content-wrap .main-container header nav ul li:last-child a {
  margin: 0;
}
.content-wrap .main-container header nav ul li:last-child:after {
  content: '';
  display: none;
}
.content-wrap .main-container header nav ul li a {
  display: inline-block;
  padding: 25px 0;
  margin-right: 25px;
  -webkit-transition: box-shadow 200ms linear, color 200ms linear;
  -moz-transition: box-shadow 200ms linear, color 200ms linear;
  -o-transition: box-shadow 200ms linear, color 200ms linear;
  -ms-transition: box-shadow 200ms linear, color 200ms linear;
  box-transition: box-shadow 200ms linear, color 200ms linear;
}
.content-wrap .main-container header nav ul li a:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #e74c3c;
  -moz-box-shadow: inset 0 -1px 0 0 #e74c3c;
  -o-box-shadow: inset 0 -1px 0 0 #e74c3c;
  box-shadow: inset 0 -1px 0 0 #e74c3c;
}
.content-wrap .main-container header nav ul li a:hover i {
  color: #e74c3c;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  box-transition: color 200ms linear;
}
.content-wrap .main-container header nav ul li a i {
  color: #000000;
  color: rgba(0, 0, 0, 0.26);
  margin-right: 6px;
  display: inline-block;
  width: 16px;
}
.content-wrap .main-container header nav ul li.sub-nav a:hover {
  /*.box-shadow(none);*/

}
.content-wrap .main-container header nav ul li.current-item > a,
.content-wrap .main-container header nav ul li.current-menu-item > a,
.content-wrap .main-container header nav ul li.current_page_item > a {
  color: #e74c3c;
  -webkit-box-shadow: inset 0 -1px 0 0 #e74c3c;
  -moz-box-shadow: inset 0 -1px 0 0 #e74c3c;
  -o-box-shadow: inset 0 -1px 0 0 #e74c3c;
  box-shadow: inset 0 -1px 0 0 #e74c3c;
}
.content-wrap .main-container header nav ul li > ul {
  height: 0;
  overflow: hidden;
  z-index: 500;
  display: block;
  width: 200px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #ffffff;
  left: -10px;
  margin-top: -11px;
  border-bottom: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content-wrap .main-container header nav ul li > ul:after {
  content: '';
  position: absolute;
  z-index: 501;
  top: -5px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e74c3c;
}
.content-wrap .main-container header nav ul li > ul:before {
  content: '';
  position: absolute;
  z-index: 502;
  top: -4px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.content-wrap .main-container header nav ul li > ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.content-wrap .main-container header nav ul li > ul li:last-child {
  border-bottom: none;
}
.content-wrap .main-container header nav ul li > ul li:after {
  content: '';
  display: none;
}
.content-wrap .main-container header nav ul li > ul li i.icon-chevron-right {
  position: absolute;
  top: 15px;
  right: 12px;
  font-size: 11px;
  color: #000000;
  color: rgba(0, 0, 0, 0.12);
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content-wrap .main-container header nav ul li > ul li:hover i.icon-chevron-right {
  right: 10px;
  color: #e74c3c;
}
.content-wrap .main-container header nav ul li > ul li a {
  padding: 10px 15px;
  line-height: 20px;
  margin: 0;
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content-wrap .main-container header nav ul li > ul li a:hover {
  /*padding: 10px 12px;*/

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.content-wrap .main-container header nav ul li > ul li ul {
  left: 100%;
  top: 0px;
  z-index: 503;
  display: block;
}
.content-wrap .main-container header nav ul li > ul li ul:before,
.content-wrap .main-container header nav ul li > ul li ul:after {
  content: '';
  display: none;
}
.content-wrap .main-container header nav ul li > ul li.current-item > a,
.content-wrap .main-container header nav ul li > ul li.current-menu-item > a,
.content-wrap .main-container header nav ul li > ul li.current_page_item > a {
  background-color: #e74c3c !important;
  color: white !important;
}
.content-wrap .main-container header nav ul li > ul li.current-item > a i.icon-chevron-right,
.content-wrap .main-container header nav ul li > ul li.current-menu-item > a i.icon-chevron-right,
.content-wrap .main-container header nav ul li > ul li.current_page_item > a i.icon-chevron-right {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.26);
}
.content-wrap .main-container header nav ul li > ul li.current-item > a:hover i.icon-chevron-right,
.content-wrap .main-container header nav ul li > ul li.current-menu-item > a:hover i.icon-chevron-right,
.content-wrap .main-container header nav ul li > ul li.current_page_item > a:hover i.icon-chevron-right {
  color: white;
}
.content-wrap .main-container header nav ul li:hover > ul {
  height: auto;
  overflow: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: -1px;
  z-index: 500;
}
.content-wrap .main-container header nav:hover > ul > li > ul {
  /*z-index:500;*/

}
/* END prime nav */
/* BEGIN bluebox-builder */
.bluebox-builder-row {
  margin-bottom: 40px;
}
.bluebox-builder-row:last-child {
  margin-bottom: 0;
}
body.single-member .bluebox-builder-row,
body.single-album .bluebox-builder-row {
  margin-bottom: 30px !important;
}
body.single-member .bluebox-builder-row:last-child,
body.single-album .bluebox-builder-row:last-child {
  margin-bottom: 0;
}
/* END bluebox-builder */
/* BEGIN slider */
.col-md-12 > .bluebox-slider {
  margin-bottom: 40px;
}
.col-md-8 > content .col-md-12 > .bluebox-slider {
  margin-bottom: 0;
}
.bluebox-slider {
  overflow: hidden;
}
.bluebox-slider .bullets-wrap,
.bluebox-slider .arrow-links-wrap,
.bluebox-slider .slider-caption {
  z-index: 1;
}
.bluebox-slider .swiper-slide,
.bluebox-slider .swiper-wrapper {
  position: relative;
  height: auto !important;
}
.bluebox-slider .slider-caption .caption-item {
  height: 0;
  opacity: 0;
  left: 20px;
  right: 20px;
  position: absolute;
  top: 10px;
  -webkit-transition: opacity 0.52 ease;
  -moz-transition: opacity 0.52 ease;
  -o-transition: opacity 0.52 ease;
  -ms-transition: opacity 0.52 ease;
  box-transition: opacity 0.52 ease;
}
.bluebox-slider .slider-caption .caption-item.current-slide-caption {
  position: relative;
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: auto;
  left: auto;
  right: auto;
}
.bluebox-slider .slider-caption .caption-item.fadingaway-slide-caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bb-slider {
  background-color: black;
  padding: 10px;
  position: relative;
}
.bb-slider .image-wrap {
  overflow: hidden;
}
.bb-slider .image-wrap img {
  display: block;
  width: 100%;
  /*.transition(all @anim-links @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .bullets-wrap {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 10px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .bullets-wrap ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.bb-slider .bullets-wrap ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.bb-slider .bullets-wrap ul li a {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .bullets-wrap ul li a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
}
.bb-slider .bullets-wrap ul li:last-child {
  margin-bottom: 0;
}
.bb-slider .bullets-wrap ul li.current a {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -o-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.bb-slider .bullets-wrap ul li.current a:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 2px;
  top: 9px;
  left: 9px;
  background-color: white;
}
.bb-slider .slider-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 20px 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
  -webkit-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .slider-caption h2 {
  margin: 0 0px 15px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.bb-slider .slider-caption h2 a {
  color: white;
}
.bb-slider .slider-caption h2 a:hover {
  color: #e74c3c;
}
.bb-slider .slider-caption .bluebox-info-line {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  padding: 17px 0px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.bb-slider .slider-caption .bluebox-info-line a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.bb-slider .slider-caption .bluebox-info-line a:hover {
  color: #e74c3c;
}
.bb-slider .slider-caption .bluebox-info-line a.more-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  margin-right: -10px;
  -webkit-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .slider-caption .bluebox-info-line a.more-link i {
  margin-right: 6px;
}
.bb-slider:hover .image-wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bb-slider:hover .bullets-wrap {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.bb-slider:hover .bullets-wrap:hover {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-slider:hover .slider-caption {
  background-color: black;
}
.bb-slider:hover .slider-caption .bluebox-info-line a.more-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-right: 0;
}
/* END slider */
/* BEGIN slider 2 */
.bb-slider-2 {
  position: relative;
}
.bb-slider-2 img {
  display: block;
  width: 100%;
}
.bb-slider-2 .slider-caption {
  position: absolute;
  margin-right: 123px;
  left: 1px;
  padding: 20px;
  bottom: 0px;
  color: #ffffff;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
}
.bb-slider-2 .slider-caption h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.bb-slider-2 .slider-caption h2 span {
  -webkit-transition: background-color 200ms, color 200ms;
  -moz-transition: background-color 200ms, color 200ms;
  -o-transition: background-color 200ms, color 200ms;
  -ms-transition: background-color 200ms, color 200ms;
  box-transition: background-color 200ms, color 200ms;
  /*.bg-rgba(black, 0);*/

  line-height: 48px;
  -webkit-text-shadow: 0px 0px 20px #000000;
  -moz-text-shadow: 0px 0px 20px #000000;
  -o-text-shadow: 0px 0px 20px #000000;
  text-shadow: 0px 0px 20px #000000;
}
.bb-slider-2 .slider-caption h2 a {
  color: white;
}
.bb-slider-2 .slider-caption h2 a:hover {
  color: #e74c3c;
}
.bb-slider-2:hover .slider-caption span {
  /*.bg-rgba(black, 0.5);*/

}
.bb-slider-2 .bullets-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider-2 .bullets-wrap ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.bb-slider-2 .bullets-wrap ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.bb-slider-2 .bullets-wrap ul li a {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider-2 .bullets-wrap ul li a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
}
.bb-slider-2 .bullets-wrap ul li:last-child {
  margin-bottom: 0;
}
.bb-slider-2 .bullets-wrap ul li.current a {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -o-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.bb-slider-2 .bullets-wrap ul li.current a:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 2px;
  top: 9px;
  left: 9px;
  background-color: white;
}
.bb-slider-2:hover .bullets-wrap {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.bb-slider-2:hover .bullets-wrap:hover {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.arrow-links-wrap {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 60px;
  width: 121px;
}
.arrow-right-link,
.arrow-left-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 60px;
  float: left;
}
.arrow-right-link span,
.arrow-left-link span {
  display: block;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.arrow-right-link span {
  background-image: url(images/arrow-right.svg);
  background-position: 24px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-right-link span:last-child {
  left: -60px;
}
.arrow-right-link:hover span {
  left: 60px;
}
.arrow-right-link:hover span:last-child {
  left: 0;
}
.arrow-left-link {
  margin-right: 1px;
}
.arrow-left-link span {
  background-image: url(images/arrow-left.svg);
  background-position: 6px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-left-link span:last-child {
  right: -60px;
}
.arrow-left-link:hover span {
  right: 60px;
}
.arrow-left-link:hover span:last-child {
  right: 0;
}
.bb-slider-2:hover .arrow-right-link,
.bb-slider-2:hover .arrow-left-link {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-slider-2:hover .arrow-right-link:hover,
.bb-slider-2:hover .arrow-left-link:hover {
  background-color: #e74c3c;
}
/* END slider 2 */
/* BEGIN bluebox heading */
.bluebox-heading,
.bluebox-heading-wrap {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-heading h3,
.bluebox-heading-wrap h3 {
  margin: 0;
  padding-bottom: 17px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 0 0 #000000;
  -moz-box-shadow: 0 1px 0 0 #000000;
  -o-box-shadow: 0 1px 0 0 #000000;
  box-shadow: 0 1px 0 0 #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-heading a,
.bluebox-heading-wrap a {
  float: right;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.bluebox-heading a:hover,
.bluebox-heading-wrap a:hover {
  color: #e74c3c;
}
.bluebox-heading i,
.bluebox-heading-wrap i {
  margin-right: 6px;
}
/* END bluebox heading */
.content-row,
.widget-wrap {
  margin-bottom: 40px;
}
.content-row:last-child,
.widget-wrap:last-child {
  margin-bottom: 0;
}
/* BEGIN featured post */
section.featured-post > a {
  display: block;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
section.featured-post .image-details {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #e74c3c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post .image-details:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
  cursor: url(images/plus.svg) 15 15, pointer;
}
section.featured-post img {
  display: block;
  width: 100%;
  /*.transition(all @anim-duration @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section.featured-post p {
  margin-bottom: 0;
}
section.featured-post h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
  line-height: 20px;
}
section.featured-post .bluebox-info-line {
  position: relative;
  -webkit-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post .featured-post-date {
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post .featured-post-author {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: -10px;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post:hover .bluebox-info-line {
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  border-color: #000000;
}
section.featured-post:hover .bluebox-info-line span.featured-post-date {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  margin-left: 10px;
}
section.featured-post:hover .bluebox-info-line span.featured-post-author {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0px;
}
/* END featured post */
/* BEGIN events */
.events-list .event {
  display: block;
  position: relative;
  min-height: 90px;
  margin-bottom: 1px;
}
.events-list .event:last-child {
  margin: 0;
}
.events-list .event .date {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  text-align: center;
  background-color: #e74c3c;
  color: white;
}
.events-list .event .date strong {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: 2;
}
.events-list .event .date span.month {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  right: 0;
}
.events-list .event .date span.details {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 0px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff);
  background-color: rgba(255, 255, 255, 0.26);
  -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-list .event .details {
  position: relative;
  z-index: 1;
  min-height: 90px;
  margin-left: 61px;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
  background-color: #ffffff;
  padding: 16px 20px 20px 20px;
  -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-list .event .details h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  color: #e74c3c;
  margin: 0;
  display: block;
}
.events-list .event .details h1 a {
  color: #e74c3c;
  white-space: nowrap;
}
.events-list .event .details h1 a:hover {
  color: #000000;
}
.events-list .event .details span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: normal;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
}
.events-list .event .details span i {
  color: #000000;
  margin-right: 6px;
}
.events-list .event:hover .date span.details {
  width: 60px;
}
.events-list .event:hover .details {
  padding-left: 15px;
}
.events-list .event .more-link {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  right: 0px;
  bottom: 10px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-list .event .more-link:hover {
  color: #e74c3c;
}
.events-list .event:hover .more-link {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.events-page .event {
  min-height: 120px;
}
.events-page .event .details {
  min-height: 120px;
}
.events-page .event .details .icon-time,
.events-page .event .details .icon-calendar {
  margin-left: 10px;
}
.events-page .event .details h1 {
  margin-right: 100px;
}
.events-page .event .details .rating {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.events-page .event .details .rating li {
  display: block;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.events-page .event .details .rating li.fill {
  background-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.events-page .event .details .rating li:last-child {
  margin: 0;
}
.events-page .event .buttons {
  margin-top: 17px;
  height: 30px;
  width: 100%;
}
.events-page .event .buttons a {
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.events-page .event .buttons a.default {
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: #e74c3c;
}
.events-page .event .buttons a.default:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: white;
  background-color: #e74c3c;
}
.events-page .event .buttons span {
  line-height: 27px;
  height: 27px;
  display: inline-block;
  float: left;
  text-transform: none;
  margin-right: 10px;
  font-weight: 400;
}
.events-page .event .buttons span.label-cancelled {
  padding: 0;
  color: #ef0038;
}
.events-page .event .buttons span.label-sold-out {
  padding: 0 10px;
  background-color: #63c2fe;
  color: white;
}
.events-page .cancelled .date {
  background-color: #000000 !important;
}
.events-single-page {
  margin-bottom: 30px;
  margin-left: -39px;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.events-single-page > img {
  display: block;
  width: 100%;
  /*.transition(all @anim-duration @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-single-page section {
  bottom: 1px !important;
  right: 1px !important;
  left: 40px !important;
  position: absolute !important;
}
.events-single-page:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* END events */
/* BEGIN audio */
.audio-tracks-wrap > div {
  height: 60px;
  overflow: hidden;
  position: relative;
  padding-left: 61px;
  margin-bottom: 1px;
  width: 100%;
}
.audio-tracks-wrap > div:last-child {
  margin-bottom: 0;
}
.audio-tracks-wrap > div .button {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background-color: #e74c3c;
}
.audio-tracks-wrap > div .button:hover {
  background-color: #000000;
}
.audio-tracks-wrap > div .details {
  height: 60px;
  width: 100%;
  padding: 0 10px 10px 10px;
  position: relative;
  background-color: #ffffff;
}
.audio-tracks-wrap > div .details h4 {
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-top: 13px;
}
.audio-tracks-wrap > div .details .track-progress-bar {
  background-color: black;
  height: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.audio-tracks-wrap > div .details .track-progress-bar a {
  display: block;
  margin: 1px;
  position: relative;
  height: 4px;
}
.audio-tracks-wrap > div .details .track-progress-bar a span {
  display: block;
  height: 4px;
  background-color: #e74c3c;
}
.audio-tracks-wrap > div .button span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: white;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.audio-tracks-wrap > div .button span:last-child {
  top: -60px;
}
.audio-tracks-wrap > div .button:hover span {
  top: 60px;
}
.audio-tracks-wrap > div .button:hover span:last-child {
  top: 0px;
}
.audio-tracks-wrap > div.current .button {
  background-color: black;
}
.audio-page > div {
  padding-right: 271px;
}
.audio-page > div .buttons-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 271px;
  height: 60px;
  padding: 16px 6px 17px 0;
  text-align: right;
  background-color: #ffffff;
}
.audio-page > div .buttons-wrap a {
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: #e74c3c;
}
.audio-page > div .buttons-wrap a:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: white;
  background-color: #e74c3c;
}
.audio-page > div.plus-number {
  padding-right: 271px;
}
.audio-page > div.plus-number .buttons-wrap {
  right: 61px;
  width: 210px;
}
.audio-page > div.plus-number .number {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  color: rgba(0, 0, 0, 0.12);
}
/* END audio */
/* BEGIN video */
.video-wrap {
  background-color: black;
  padding: 10px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.video-wrap .video-container {
  width: 100%;
}
.video-wrap .video-container img {
  width: 100%;
}
.video-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.video-buttons span.button-play {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd000000, endColorstr=#bd000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd000000, endColorstr=#bd000000);
  background-color: rgba(0, 0, 0, 0.74);
}
.video-buttons span.button-play:hover {
  background-color: #e74c3c;
}
.video-buttons span.button-play span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: white;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.video-buttons span.button-play span:last-child {
  top: -60px;
}
.video-buttons span.button-play:hover span {
  top: 60px;
}
.video-buttons span.button-play:hover span:last-child {
  top: 0px;
}
content .video-layout-element > .row div.hentry {
  margin-bottom: 40px;
}
content .video-layout-element {
  margin-bottom: -40px;
}
/* END video */
/* BEGIN gallery */
.gallery-wrap {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-wrap .image-wrap {
  width: 100%;
}
.gallery-wrap .image-wrap a.image-link {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.gallery-wrap .image-wrap a.image-link img {
  display: block;
  width: 100%;
  /*.transition(all @anim-duration @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap a.image-link .image-details {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #e74c3c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap a.image-link .image-details:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
  /*cursor: url(images/zoom.svg)15 15, pointer;
					cursor: url(images/plus.svg)15 15, pointer;*/
}
.gallery-wrap .image-wrap .gallery-caption {
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0px;
  padding: 16px 20px 16px 30px;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap .gallery-caption h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
  margin-bottom: 1px;
}
.gallery-wrap .image-wrap .gallery-caption span {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap .gallery-caption span a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.gallery-wrap .image-wrap .gallery-caption span a.more-link {
  float: right;
}
.gallery-wrap:hover .image-wrap .gallery-caption {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
  background-color: #ffffff;
  display: inline-block;
  bottom: 0px;
}
.gallery-wrap:hover .image-wrap .gallery-caption span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-wrap:hover a.image-link img {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
content .gallery-layout-element > .row div.hentry {
  margin-bottom: 40px;
}
content .gallery-layout-element {
  margin-bottom: -40px;
}
.magnify-thumbnail-effect .gallery-wrap .image-wrap a.image-link .image-details:hover {
  cursor: url(images/zoom.svg) 15 15, pointer;
}
.band-member .image-wrap a.image-link .image-details:hover {
  cursor: url(images/plus.svg) 15 15, pointer;
}
.band-member .image-wrap .gallery-caption {
  text-align: center;
  padding: 16px 20px 16px 20px;
}
.band-member .image-wrap .gallery-caption span {
  border-top: 1px solid #e74c3c;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.band-member:hover .image-wrap .gallery-caption span {
  padding-top: 6px;
  margin-top: 7px;
}
content .staff-layout-element > .row div.hentry {
  margin-bottom: 40px;
}
content .staff-layout-element {
  margin-bottom: -40px;
}
/* END gallery */
/* BEGIN discography */
.album-wrap {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.album-wrap img {
  width: 100%;
  display: block;
  /*.transition(all @anim-duration @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.album-wrap .tracks-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
  background-image: url(images/album-tracks.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.album-wrap .album-caption {
  padding: 18px 20px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
}
.album-wrap .album-caption h4 {
  color: white;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.album-wrap .album-caption h4 a {
  color: white;
}
.album-wrap .album-caption h4 a:hover {
  color: #e74c3c;
}
.album-wrap .album-caption span {
  margin-top: 1px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.album-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.album-wrap:hover .album-caption {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
}
.album-wrap:hover .tracks-list {
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.album-wrap:hover .tracks-list:hover {
  background-color: #e74c3c;
}
content .discography-layout-element > .row > .content-row div.hentry {
  margin-bottom: 40px;
}
content .discography-layout-element {
  margin-bottom: -40px;
}
/* END discography */
/* BEGIN single band member */
.member-info-wrap {
  background-color: #ffffff;
  margin-left: -39px;
  padding: 17px 272px 20px 40px;
  min-height: 252px;
  position: relative;
}
.member-info-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: none;
  text-transform: uppercase;
  display: block;
}
.member-info-wrap span.birthplace {
  display: block;
  text-transform: uppercase;
  margin-top: 4px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.member-info-wrap span.birthplace i {
  margin-right: 6px;
}
.member-info-wrap .extra-info {
  position: absolute;
  left: 40px;
  bottom: 20px;
  right: 272px;
}
.member-info-wrap .extra-info .tags a {
  display: inline-block;
  margin-right: 6px;
}
.member-info-wrap .extra-info .tags i {
  margin-right: 6px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.member-info-wrap .extra-info ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
}
.member-info-wrap .extra-info ul.social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 16px 1px 1px 0px;
  float: left;
  text-align: center;
}
.member-info-wrap .extra-info ul.social li a {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}
.member-info-wrap .extra-info ul.social li a span {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.member-info-wrap .extra-info ul.social li a span:last-child {
  top: -30px;
  color: white;
}
.member-info-wrap .extra-info ul.social li a:hover {
  background-color: #e74c3c;
}
.member-info-wrap .extra-info ul.social li a:hover span {
  top: 30px;
}
.member-info-wrap .extra-info ul.social li a:hover span:last-child {
  top: 0;
}
.member-info-wrap .member-pic {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.member-info-wrap .member-pic img {
  display: block;
  width: 100%;
  /*.transition(all @anim-duration @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.member-info-wrap .member-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* END single band member */
/* BEGIN album page */
.album-info-wrap {
  background-color: #ffffff;
  margin-left: -39px;
  padding: 17px 272px 20px 40px;
  min-height: 252px;
  /*margin-bottom:20px;*/

  position: relative;
}
.album-info-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: none;
  text-transform: uppercase;
  display: block;
}
.album-info-wrap a.store-buttons {
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: #e74c3c;
}
.album-info-wrap a.store-buttons:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: white;
  background-color: #e74c3c;
}
.album-info-wrap span.band {
  display: block;
  text-transform: uppercase;
  margin: 4px 0 17px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.album-info-wrap span.band i {
  margin-right: 6px;
}
.album-info-wrap .extra-info {
  position: absolute;
  left: 40px;
  bottom: 20px;
  right: 272px;
}
.album-info-wrap .extra-info > div {
  margin-top: 9px;
}
.album-info-wrap .extra-info span {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.album-info-wrap .album-cover {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.album-info-wrap .album-cover img {
  display: block;
  width: 100%;
  /*.transition(all @anim-duration @cubic-bezier);*/

  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.album-info-wrap .album-cover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* END album page */
/* BEGIN news list */
ul.news-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.news-list li {
  display: block;
  width: 100%;
  float: left;
}
ul.news-list li h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
  line-height: 18px;
  margin-bottom: 1px;
  margin-bottom: 6px;
}
ul.news-list li > span {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 20px;
}
ul.news-list li > span a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
ul.news-list li > span a.more-link {
  float: right;
}
ul.news-list li .video-buttons {
  display: none;
}
ul.news-list li a.image-wrap {
  display: block;
  position: relative;
  margin: 0 20px 20px 0;
  width: 60px;
  float: left;
  overflow: hidden;
  background-color: #e74c3c;
}
ul.news-list li a.image-wrap img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-stransform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
ul.news-list li a.image-wrap .image-details {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  background-color: #e74c3c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
ul.news-list li a.image-wrap .image-details:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
  cursor: url(images/plus.svg) 15 15, pointer;
}
ul.news-list li a.image-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
ul.news-list.half-image li {
  position: relative;
  padding-bottom: 40px;
}
ul.news-list.half-image li:last-child {
  margin-bottom: -40px;
}
ul.news-list.half-image li.no-media p {
  margin-left: 0;
}
ul.news-list.half-image li.no-media .meta-line {
  left: 0 !important;
}
ul.news-list.half-image h4 {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 20px;
}
ul.news-list.half-image p {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 45px 180px;
}
ul.news-list.half-image a.image-wrap {
  width: 160px;
  margin: 0 20px 0 0;
}
ul.news-list li:last-child a.image-wrap {
  margin-bottom: 0;
}
.meta-line {
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 0 17px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -ms-transition: border-color 300ms;
  box-transition: border-color 300ms;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 180px;
}
.meta-line .post-date {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.meta-line i {
  margin-right: 6px;
}
.meta-line a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.meta-line a.more-link {
  float: right;
}
.meta-line a.more-link i {
  margin-right: 6px;
}
.meta-line a:hover {
  color: #e74c3c !important;
}
.meta-line .post-author {
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  left: -10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.news-list li:hover .meta-line {
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  border-color: #000000;
}
.news-list li:hover .meta-line .post-date {
  margin-right: -10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.news-list li:hover .meta-line a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.news-list li:hover .meta-line a.more-link {
  float: right;
}
.news-list li:hover .meta-line .post-author {
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.load-more-link {
  display: block;
  background-color: #ffffff;
  line-height: 60px;
  height: 60px;
  color: black;
  clear: both;
  width: 100%;
  text-align: center;
}
.bluebox-pagination {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
  display: block;
  min-height: 30px;
  line-height: 30px;
  width: 100%;
  float: left;
}
.bluebox-pagination li {
  display: inline-block;
  height: 30px;
  float: left;
  min-width: 30px;
  margin: 0 1px 1px 0;
  text-align: center;
}
.bluebox-pagination li a {
  display: inline-block;
  min-width: 30px;
  padding: 0 10px;
  background-color: #ffffff;
}
.bluebox-pagination li a:hover {
  background-color: #e74c3c;
  color: white;
}
.bluebox-pagination li.current a {
  background-color: #e74c3c;
  color: white;
}
/* END news list */
/* BEGIN filterable list */
.categories-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
  min-height: 30px;
  line-height: 30px;
  width: 100%;
  float: left;
}
.categories-list li {
  display: inline-block;
  height: 30px;
  float: left;
  min-width: 30px;
  margin: 0 1px 1px 0;
  text-align: center;
}
.categories-list li a {
  display: inline-block;
  min-width: 30px;
  padding: 0 10px;
  background-color: #ffffff;
}
.categories-list li a:hover {
  background-color: #e74c3c;
  color: white;
}
.categories-list li.current a {
  background-color: #e74c3c;
  color: white;
}
/* END filterable list */
/* BEGIN single blog post */
/*body.single-gallery .single-featured-image-layout-element,*/
body.single .single-featured-image-layout-element {
  margin-bottom: 14px !important;
}
.bb-image-wrap {
  position: relative;
  margin-bottom: 14px;
}
.bb-image-wrap img {
  display: block;
  width: 100%;
}
.bb-image-wrap .arrow-links-wrap {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 60px;
  width: 121px;
}
.bb-image-wrap .arrow-right-link,
.bb-image-wrap .arrow-left-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 60px;
  float: left;
}
.bb-image-wrap .arrow-right-link span,
.bb-image-wrap .arrow-left-link span {
  display: block;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.bb-image-wrap .arrow-right-link span {
  background-image: url(images/arrow-right.svg);
  background-position: 24px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-image-wrap .arrow-right-link span:last-child {
  left: -60px;
}
.bb-image-wrap .arrow-right-link:hover span {
  left: 60px;
}
.bb-image-wrap .arrow-right-link:hover span:last-child {
  left: 0;
}
.bb-image-wrap .arrow-left-link {
  margin-right: 1px;
}
.bb-image-wrap .arrow-left-link span {
  background-image: url(images/arrow-left.svg);
  background-position: 6px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-image-wrap .arrow-left-link span:last-child {
  right: -60px;
}
.bb-image-wrap .arrow-left-link:hover span {
  right: 60px;
}
.bb-image-wrap .arrow-left-link:hover span:last-child {
  right: 0;
}
.bb-image-wrap:hover .arrow-right-link,
.bb-image-wrap:hover .arrow-left-link {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-image-wrap:hover .arrow-right-link:hover,
.bb-image-wrap:hover .arrow-left-link:hover {
  background-color: #e74c3c;
}
.blog-post-single .meta-line {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 13px;
}
.blog-post-single .meta-line .more-link {
  margin-left: 10px;
}
.blog-post-single h2.post-heading {
  font-size: 18px;
  font-size: 600;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}
/* END single blog post */
/* BEGIN search results */
.search-results .line-heading {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
  line-height: 18px;
  margin-bottom: 6px;
}
.search-results .status-publish .post-content-wrap {
  margin-bottom: 40px;
}
.search-results .status-publish:last-child .post-content-wrap {
  margin-bottom: 0;
}
.gumm-autocomplete-wrapper {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 0 #e74c3c, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
}
.gumm-autocomplete-wrapper td {
  padding: 5px;
  line-height: 20px;
}
.gumm-autocomplete-wrapper .popover-title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
  background-color: transparent;
  line-height: 18px;
  margin-bottom: 6px;
}
.gumm-autocomplete-wrapper .arrow {
  border-bottom-color: #e74c3c !important;
  border-width: 5px !important;
  top: -10px !important;
}
.popover.bottom {
  margin-top: 10px !important;
}
/* END search results */
/* BEGIN comments */
.comments-wrap {
  margin-bottom: 60px;
  margin-top: 20px;
}
ol.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0 0 30px 80px;
}
ol.comment-list li.comment .comment-body {
  padding-top: 10px;
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 10px;
  font-size: 12px;
}
ol.comment-list li.comment .comment-meta a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
ol.comment-list li.comment .comment-meta a:hover {
  color: #e74c3c;
}
ol.comment-list li.comment .comment-author {
  float: left;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
}
ol.comment-list li.comment .comment-author cite {
  font-weight: 700;
  margin: 0 10px 10px 0;
}
ol.comment-list li.comment .vcard img {
  height: 60px;
  width: 60px;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
ol.comment-list li.comment:last-child {
  padding-bottom: 0;
}
ol.comment-list ul.children {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
/* END comments */
/* BEGIN single video */
.bb-video-wrap {
  position: relative;
  margin-bottom: 14px;
  padding: 10px;
  background-color: black;
}
.bb-video-wrap img {
  display: block;
  width: 100%;
}
.blog-post-single .meta-line {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 13px;
}
.blog-post-single h2.post-heading {
  font-size: 18px;
  font-size: 600;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}
/* END single video */
/* BEGIN contact */
input[type="text"],
.bluebox-contact textarea,
input[type="text"]:focus,
.bluebox-contact textarea:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  background-image: none;
  padding: 12px 10px 11px 10px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  outline: none;
}
input[type="text"]:focus,
.bluebox-contact textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: inset 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: inset 0px 0px 0px 1px #e74c3c;
  box-shadow: inset 0px 0px 0px 1px #e74c3c;
}
.default-button,
input[type="submit"] {
  line-height: 27px;
  height: 27px;
  padding: 0 10px !important;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background-image: none !important;
  background-color: transparent;
  font-size: 13px;
  border: none !important;
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: #e74c3c;
  -webkit-transition: color 200ms, background-color 200ms;
  -moz-transition: color 200ms, background-color 200ms;
  -o-transition: color 200ms, background-color 200ms;
  -ms-transition: color 200ms, background-color 200ms;
  box-transition: color 200ms, background-color 200ms;
}
.default-button:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: white;
  background-color: #e74c3c;
}
/* END contact */
/* BEGIN widget */
.widget-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-wrap ul li {
  margin-bottom: 15px;
}
.widget-wrap ul li:last-child {
  margin-bottom: 0;
}
.widget-wrap ul li a {
  font-weight: bold;
}
.widget-wrap ul .sub-menu {
  padding-top: 15px;
  padding-left: 20px;
}
.widget-wrap ul.menu li {
  margin-bottom: 1px;
  min-height: 35px;
  display: block;
}
.widget-wrap ul.menu li a {
  display: block;
  line-height: 20px;
  padding: 7px 10px 8px 10px;
  background-color: #ffffff;
}
.widget-wrap ul.menu .sub-menu {
  padding: 0;
  margin-top: 1px;
}
.widget-wrap ul.menu .sub-menu li a {
  padding-left: 20px;
}
.widget-wrap ul.menu .sub-menu li.current-menu-item a {
  background-color: #e74c3c;
  color: white;
}
.widget-wrap table#wp-calendar {
  width: 100%;
  text-align: center;
}
.widget-wrap table#wp-calendar caption {
  padding-bottom: 20px;
}
.widget-wrap table#wp-calendar td,
.widget-wrap table#wp-calendar th {
  padding: 5px;
  text-align: center;
}
.widget-wrap .search-form {
  display: block;
  position: relative;
}
.widget-wrap .search-form input {
  padding-left: 40px;
  margin-bottom: 0;
}
.widget-wrap .search-form input.submit {
  display: none;
}
.widget-wrap .search-form i {
  position: absolute;
  top: 14px;
  left: 14px;
}
.widget-wrap ul.news-list li {
  margin-bottom: 0;
}
.widget-wrap ul.news-list li a.image-wrap {
  margin-bottom: 15px;
}
.widget-wrap .events-list .event {
  min-height: 90px;
}
.widget-wrap .events-list .event .details {
  min-height: 90px;
}
.widget-wrap .video-layout-element .video-wrap {
  margin-bottom: 0;
}
.social-widget ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-widget ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px 1px 1px 0;
  text-align: center;
  float: left;
}
.social-widget ul li a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
}
.social-widget ul li a:hover {
  background-color: #e74c3c;
  color: white;
}
.social-widget ul li a span {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.social-widget ul li a span:last-child {
  color: #ffffff;
  top: -60px;
}
.social-widget ul li a:hover span {
  top: 60px;
}
.social-widget ul li a:hover span:last-child {
  top: 0;
}
/* END widget */
/* BEGIN footer */
footer {
  padding: 37px 40px;
  -webkit-box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
}
footer .bluebox-heading {
  border: none;
}
footer .bluebox-heading h3 {
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
}
footer ul.news-list li span {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
footer span.post-date {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
}
footer span.post-date a {
  color: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}
footer span.post-date a.more-link {
  float: right;
}
footer .social-widget ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .social-widget ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px 1px 1px 0;
  text-align: center;
  float: left;
}
footer .social-widget ul li a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  background-color: black;
}
footer .social-widget ul li a:hover {
  background-color: #e74c3c;
}
footer .social-widget ul li a span {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
footer .social-widget ul li a span:last-child {
  color: #ffffff;
  top: -60px;
}
footer .social-widget ul li a:hover span {
  top: 60px;
}
footer .social-widget ul li a:hover span:last-child {
  top: 0;
}
/* END footer */
/* BEGIN copyrights */
.copyrights-content {
  padding: 33px 40px 36px 40px;
  text-align: center;
  color: #000000;
-webkit-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
 
    background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
}

/* END copyrights */
/* BEGIN footer logo */
.footer-logo {
  text-align: center;
  height: 195px;
  position: relative;
}
.footer-logo img {
  margin-top: 40px;
}
/* END footer logo */
/* BEGIN footer sticky player */
.sticky-button-wrap {
  position: fixed;
  bottom: 31px;
  right: 30px;
  z-index: 499;
  display: block;
  height: 28px;
  width: 28px;
}
.sticky-button-wrap a {
  display: block;
  height: 28px;
  width: 28px;
  z-index: 499;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.sticky-button-wrap a span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sticky-button-wrap a span:last-child {
  color: white;
  top: -28px;
}
.sticky-button-wrap a:hover {
  background-color: #e74c3c;
}
.sticky-button-wrap a:last-child {
  margin: 0;
}
.sticky-button-wrap a:hover {
  background-color: #e74c3c;
}
.sticky-button-wrap a:hover span {
  top: 28px;
}
.sticky-button-wrap a:hover span:last-child {
  top: 0px;
}
.footer-sticky-player {
  z-index: 498;
  height: 92px;
  padding: 1px 0;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6000000, endColorstr=#e6000000);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white !important;
}
.footer-sticky-player .player-wrap {
  position: relative;
  margin: 0 auto;
  padding: 17px 500px 0 112px;
  width: 960px;
  /*      .gumm-audio-player {
            position:absolute;
            top:0;
            left:0;
            bottom:0;
            right:0;
        }*/

}
.footer-sticky-player .player-wrap .track-image {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-sticky-player .player-wrap .track-image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 500;
}
.footer-sticky-player .player-wrap .track-image i.icon-music {
  position: absolute;
  z-index: 499;
  display: block;
  width: 90px;
  text-align: center;
  line-height: 90px;
  height: 90px;
  font-size: 36px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.footer-sticky-player .player-wrap h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  color: white;
  display: block;
}
.footer-sticky-player .player-wrap span.track-details,
.footer-sticky-player .player-wrap span.track-date {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.footer-sticky-player .player-wrap span.track-date {
  margin-top: 0;
}
.footer-sticky-player .player-wrap .buttons {
  position: absolute;
  right: 1px;
  top: 32px;
  height: 28px;
  width: 478px;
}
.footer-sticky-player .player-wrap .buttons .track-progress {
  float: left;
  background-color: black;
  height: 6px;
  display: block;
  width: 185px !important;
  margin-top: 11px;
  padding: 1px;
  margin-left: 10px;
}
.footer-sticky-player .player-wrap .buttons .track-progress span {
  display: block;
  width: 40%;
  height: 4px;
  background-color: #e74c3c;
}
.footer-sticky-player .player-wrap .buttons .volume {
  float: right;
  width: 90px;
  height: 28px;
  position: relative;
  margin-right: 77px;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link {
  float: left;
  margin-right: 1px;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link span:last-child {
  color: white;
  top: -28px;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link:hover {
  background-color: #e74c3c;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link:hover span {
  top: 28px;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link:hover span:last-child {
  top: 0px;
}
.footer-sticky-player .player-wrap .buttons .volume .volume-bar {
  float: right;
  background-color: black;
  height: 6px;
  display: block;
  width: 51px;
  margin-top: 11px;
  padding: 1px;
  margin-left: 10px;
}
.footer-sticky-player .player-wrap .buttons .volume .volume-bar span {
  display: block;
  width: 70%;
  height: 4px;
  background-color: #e74c3c;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap {
  width: 86px;
  height: 28px;
  float: left;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a {
  float: left;
  margin-right: 1px;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a span:last-child {
  color: white;
  top: -28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:hover {
  background-color: #e74c3c;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:last-child {
  margin: 0;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:hover span {
  top: 28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:hover span:last-child {
  top: 0px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward span {
  left: 0;
  top: 0px;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward span:last-child {
  color: white;
  top: 0;
  left: -28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward:hover {
  background-color: #e74c3c;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward:hover span {
  top: 0px;
  left: 28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward:hover span:last-child {
  top: 0px;
  left: 0px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward span {
  right: 0;
  top: 0px;
  left: inherit !important;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward span:last-child {
  color: white;
  top: 0;
  right: -28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward:hover {
  background-color: #e74c3c;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward:hover span {
  top: 0px;
  right: 28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward:hover span:last-child {
  top: 0px;
  right: 0px;
}
/* END footer sticky player */
/* BEGIN shortcodes */
.bb-button {
  line-height: 27px;
  margin: 0 3px;
  height: 27px;
  padding: 0 10px !important;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 0px 1px #e74c3c;
  -moz-box-shadow: 0px 0px 0px 1px #e74c3c;
  -o-box-shadow: 0px 0px 0px 1px #e74c3c;
  box-shadow: 0px 0px 0px 1px #e74c3c;
  color: #e74c3c;
}
.bb-button.bb-large {
  line-height: 35px;
  height: 35px;
  padding: 0 15px !important;
}
.bb-button.bb-round {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.bb-button:hover {
  color: white;
  background-color: #e74c3c;
}
.bb-button.bb-red {
  -webkit-box-shadow: 0px 0px 0px 1px #c0392b;
  -moz-box-shadow: 0px 0px 0px 1px #c0392b;
  -o-box-shadow: 0px 0px 0px 1px #c0392b;
  box-shadow: 0px 0px 0px 1px #c0392b;
  color: #c0392b;
}
.bb-button.bb-red:hover {
  background-color: #c0392b;
  color: white;
}
.bb-button.bb-orange {
  -webkit-box-shadow: 0px 0px 0px 1px #ef9200;
  -moz-box-shadow: 0px 0px 0px 1px #ef9200;
  -o-box-shadow: 0px 0px 0px 1px #ef9200;
  box-shadow: 0px 0px 0px 1px #ef9200;
  color: #ef9200;
}
.bb-button.bb-orange:hover {
  background-color: #ef9200;
  color: white;
}
.bb-button.bb-purple {
  -webkit-box-shadow: 0px 0px 0px 1px #8e44ad;
  -moz-box-shadow: 0px 0px 0px 1px #8e44ad;
  -o-box-shadow: 0px 0px 0px 1px #8e44ad;
  box-shadow: 0px 0px 0px 1px #8e44ad;
  color: #8e44ad;
}
.bb-button.bb-purple:hover {
  background-color: #8e44ad;
  color: white;
}
.bb-button.bb-grey {
  -webkit-box-shadow: 0px 0px 0px 1px #34495e;
  -moz-box-shadow: 0px 0px 0px 1px #34495e;
  -o-box-shadow: 0px 0px 0px 1px #34495e;
  box-shadow: 0px 0px 0px 1px #34495e;
  color: #34495e;
}
.bb-button.bb-grey:hover {
  background-color: #34495e;
  color: white;
}
.bb-button.bb-green {
  -webkit-box-shadow: 0px 0px 0px 1px #27ae60;
  -moz-box-shadow: 0px 0px 0px 1px #27ae60;
  -o-box-shadow: 0px 0px 0px 1px #27ae60;
  box-shadow: 0px 0px 0px 1px #27ae60;
  color: #27ae60;
}
.bb-button.bb-green:hover {
  background-color: #27ae60;
  color: white;
}
.bb-button.bb-blue {
  -webkit-box-shadow: 0px 0px 0px 1px #2980b9;
  -moz-box-shadow: 0px 0px 0px 1px #2980b9;
  -o-box-shadow: 0px 0px 0px 1px #2980b9;
  box-shadow: 0px 0px 0px 1px #2980b9;
  color: #2980b9;
}
.bb-button.bb-blue:hover {
  background-color: #2980b9;
  color: white;
}
.bb-button.bb-yellow {
  -webkit-box-shadow: 0px 0px 0px 1px #f1c40f;
  -moz-box-shadow: 0px 0px 0px 1px #f1c40f;
  -o-box-shadow: 0px 0px 0px 1px #f1c40f;
  box-shadow: 0px 0px 0px 1px #f1c40f;
  color: #f1c40f;
}
.bb-button.bb-yellow:hover {
  background-color: #f1c40f;
  color: white;
}
/* END shortcodes */
/* BEGIN 404 */
.error-404 p {
  padding: 60px 40px 100px 40px;
  text-align: center;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  display: block;
}
.error-404 p i {
  color: #e74c3c;
  font-size: 48px;
  margin: 20px auto;
  display: block;
}
/* END 404 */
/* BEGIN mobile menu */
body.admin-bar #mobile-menu {
  top: 28px;
}
body.mobile-menu-active {
  overflow: hidden;
}
#bb-loadable-content {
  z-index: 1;
}
.dropdown-menu li > a:hover {
  background-image: none !important;
  background-color: transparent !important;
}
#mobile-menu {
  left: 0;
  position: fixed;
  width: 250px;
  top: 0;
  bottom: 0;
  display: none;
  background-color: #2a2a2a;
  overflow: scroll;
  z-index: 0;
}
#mobile-menu .prime-nav-mobile-list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  /*background-color:rgba(255, 255, 255, 0.18);*/

}
#mobile-menu .prime-nav-mobile-list li {
  /*height:45px;*/

  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
#mobile-menu .prime-nav-mobile-list li.current-menu-item > a,
#mobile-menu .prime-nav-mobile-list li.current-menu-item > a:hover,
#mobile-menu .prime-nav-mobile-list li.current-menu-parent > a,
#mobile-menu .prime-nav-mobile-list li.current-menu-parent > a:hover,
#mobile-menu .prime-nav-mobile-list .dropdown-menu li.current-menu-item > a,
#mobile-menu .prime-nav-mobile-list .dropdown-menu li.current-menu-item > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
#mobile-menu .prime-nav-mobile-list li.current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.26) !important;
}
#mobile-menu .prime-nav-mobile-list li > a:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
#mobile-menu .prime-nav-mobile-list li > i {
  line-height: 25px;
  padding: 18px 10px 17px 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  /* bluebox option 2 */

  font-size: 18px;
  /* ne se bara */

  position: absolute;
  z-index: 51;
  left: 0;
  top: 0;
  bottom: 0;
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.6);
  /* css3 */

}
#mobile-menu .prime-nav-mobile-list li a {
  line-height: 25px;
  min-height: 25px;
  display: block;
  padding: 17px 45px 18px 40px;
  color: rgba(255, 255, 255, 0.9);
  /* bluebox option 2 */

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  /* css3 */

}
#mobile-menu .prime-nav-mobile-list li:last-child a {
  border-bottom: none;
}
#mobile-menu .prime-nav-mobile-list li a.dropdown-link,
#mobile-menu .prime-nav-mobile-list li a.dropdown-link:hover {
  position: absolute;
  text-align: center;
  left: inherit;
  z-index: 9999;
  right: 15px;
  top: 15px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.09) !important;
  color: rgba(255, 255, 255, 0.6);
  /* bluebox option 2 */

  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  /* css3 */

  border: none;
  /*border-top:1px solid rgba(255, 255, 255, 0.06);*/

  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 12px;
  /* ne se bara */

  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  /* css3 - done */

  padding: 0;
  display: inline-block;
}
#mobile-menu .prime-nav-mobile-list li a.dropdown-link.icon-caret-up {
  background-color: rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.9);
  /* css3 - done */

  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
#mobile-menu::after {
  content: '';
  display: block;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #000;
  position: absolute;
  -webkit-box-shadow: 0px 0px 15px 3px #000000;
  -moz-box-shadow: 0px 0px 15px 3px #000000;
  box-shadow: 0px 0px 15px 3px #000000;
  /* css3 - done */

}
/* submenu */
#mobile-menu .dropdown-menu {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  position: inherit;
  float: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
#mobile-menu .dropdown-menu li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
#mobile-menu .dropdown-menu li:last-child {
  border-bottom: none;
}
#mobile-menu .dropdown-menu > li > a {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
/* END mobile menu */
/* responsive */
@media (max-width: 979px) {
  .content-wrap .main-container {
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
    background-color: #ffffff;
  }
  .content-wrap footer {
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
    background-color: #000000;
  }
  .bluebox-builder-row > .row > div,
  .bluebox-builder-row > .row > .gallery-layout-element > .row > div,
  footer .row > div {
    margin-bottom: 40px;
  }
  .bluebox-builder-row > .row > div:last-child,
  .bluebox-builder-row > .row > .gallery-layout-element > .row > div:last-child,
  footer .row > div:last-child {
    margin-bottom: 0px;
  }
  .content-wrap .main-container {
    clear: both;
    padding: 20px;
  }
  .bb-slider .slider-caption {
    padding-bottom: 10px;
  }
  .bb-slider .slider-caption h2 {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 22px;
  }
  .bb-slider-2 .slider-caption {
    padding-bottom: 0;
    margin-right: 0;
  }
  .bb-slider-2 .slider-caption h2 {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold !important;
  }
  a.mobile-nav-button {
    display: inline-block;
    z-index: 300;
    height: 60px;
    padding-top: 11px;
    width: 60px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    background-color: #ffffff;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
    background-color: rgba(255, 255, 255, 0.86);
  }
  a.mobile-nav-button span {
    display: block;
    margin: 8px auto;
    width: 32px;
    height: 2px;
    background-color: #000000;
  }
  .top-banner-area {
    padding-left: 100px;
  }
  .bb-mobile-nav {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-sticky-player,
  header.top-bar .center-info,
  .event-counter,
  .content-wrap .main-container header nav,
  .button-close-player,
  .bluebox-slider .arrow-links-wrap,
  .slider-control-nav,
  .bluebox-slider .bullets-wrap,
  .bb-slider .slider-caption .bluebox-info-line {
    display: none !important;
  }
  content {
    margin-bottom: 40px;
  }
  .content-row > div {
    margin-bottom: 40px;
  }
  .content-row > div:last-child {
    margin-bottom: 0;
  }
  .footer-logo {
    height: 105px;
  }
}
@media (max-width: 767px) {
  .member-info-wrap .member-pic,
  .album-info-wrap .album-cover,
  .audio-page > div.plus-number .buttons-wrap,
  .events-page .event .details .rating {
    display: none;
  }
  ul.news-list.half-image p {
    margin: 0 0 45px 110px;
  }
  ul.news-list.half-image a.image-wrap {
    width: 90px;
  }
  ul.news-list.half-image .meta-line {
    left: 110px;
  }
  .member-info-wrap,
  .album-info-wrap {
    padding: 17px 20px 20px 40px;
  }
  .member-info-wrap .extra-info,
  .album-info-wrap .extra-info {
    right: 20px;
  }
  .audio-page > div.plus-number {
    padding-right: 61px;
  }
}
/* WP ADIN BAR */
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: #ccc !important;
}
#wpadminbar .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar .ab-top-menu > li:hover > .ab-item,
#wpadminbar .ab-top-menu > li.hover > .ab-item {
  background: #333 !important;
  color: #2ea2cc !important;
}