* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    background: #fff
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0
}
caption,
th,
td {
    font-weight: normal;
    text-align: left
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}
blockquote,
q {
    quotes: "" ""
}
a:focus {
    outline: thin dotted
}
a:hover,
a:active {
    outline: 0
}
a img {
    border: 0
}
.hidden {
    display: none !important;
    visibility: hidden
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
@font-face {
    font-family: 'Titillium Web SemiBold';
    src: url("font/titillium-semibold-webfont.eot");
    src: url("font/titillium-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("font/titillium-semibold-webfont.woff") format("woff"), url("font/titillium-semibold-webfont.ttf") format("truetype"), url("font/titillium-semibold-webfont.svg#titillium-semibold-webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Titillium Web Bold';
    src: url("font/titillium-bold-webfont.eot");
    src: url("font/titillium-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/titillium-bold-webfont.woff") format("woff"), url("font/titillium-bold-webfont.ttf") format("truetype"), url("font/titillium-bold-webfont.svg#titillium-bold-webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'fontawesome-selected';
    src: url("font/fontawesome-webfont.eot");
    src: url("font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("font/fontawesome-webfont.woff") format("woff"), url("font/fontawesome-webfont.ttf") format("truetype"), url("font/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
    font-weight: normal;
    font-style: normal
}
body,
button,
input,
select,
textarea {
    color: #848484;
    font-family: 'Titillium Web SemiBold', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal
}
@media only screen and (max-width: 1280px) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px
    }
}
body {
    background-color: #131313;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF131313', endColorstr='#FF272727');
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, #131313), color-stop(100%, #272727));
    background-image: -webkit-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -moz-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -o-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: linear-gradient(left top, #131313 25%, #272727 100%)
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
p {
    margin-bottom: 1em
}
ul,
ol {
    margin: 0 0 1.5em 3em
}
ul {
    list-style: none
}
ol {
    list-style: decimal
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
    margin-left: 1.5em
}
dt {
    font-weight: bold
}
dd {
    margin: 0 1.5em 1.5em
}
b,
strong {
    font-weight: bold
}
dfn,
cite,
em,
i {
    font-style: italic
}
blockquote {
    margin: 0 1.5em
}
address {
    margin: 0 0 1.5em
}
pre {
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    bottom: 1ex
}
sub {
    top: .5ex
}
small {
    font-size: 75%
}
big {
    font-size: 125%
}
figure {
    margin: 0
}
table {
    margin: 0 0 1.5em;
    width: 100%
}
th {
    font-weight: bold
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal;
    *overflow: visible
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    background: #fdd100;
    color: black;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 6px;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: black
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=text],
input[type=email],
textarea {
    color: #bababa;
    border: 0;
    background-color: #353535;
    font-size: 13px;
    width: 70%
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: white;
    outline: 0
}
input[type=text],
input[type=email] {
    padding: 1px
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%
}
::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #bababa
}
:-moz-placeholder {
    text-transform: uppercase;
    color: #bababa
}
::-moz-placeholder {
    text-transform: uppercase;
    color: #bababa
}
:-ms-input-placeholder {
    text-transform: uppercase;
    color: #bababa
}
a {
    color: #fdd100;
    text-decoration: none
}
a:hover,
a:focus,
a:active,
a:visited {
    color: #fdd100;
    text-decoration: none
}
.alignleft {
    display: inline;
    float: left
}
.alignright {
    display: inline;
    float: right
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
#page {
    width: 100%;
    position: relative;
    margin: 0px auto
}
.site-main {
    position: relative;
    width: 100%
}
@media only screen and (max-width: 750px) {
    .site-main {
        margin-top: 60px
    }
}
#main.homepage {
    background-color: black
}
.page-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}
.sticky-top {
    position: fixed;
    top: 0;
    width: 39.6%
}
.sticky-bottom {
    position: absolute;
    bottom: 0;
    right: 0
}
.byline {
    display: none
}
.single .byline,
.group-blog .byline {
    display: inline
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}
img {
    max-width: 100%;
    height: auto !important
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
    width: 100%;
    height: auto
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%
}
.wp-caption-text {
    text-align: center
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}
.site-content .gallery {
    margin-bottom: 1.5em
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}
.site-content .gallery dd {
    margin: 0
}
embed,
iframe,
object {
    max-width: 100%
}
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    width: 100%
}
.site-content .nav-previous {
    float: left;
    width: 50%
}
.site-content .nav-previous-load-more {
    float: left;
    width: 85%;
    text-align: center;
    border: 1px solid #939393;
    padding: 5px
}
.site-content .nav-previous-load-more a {
    display: block
}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%
}
.widget {
    margin: 0 0 1.5em
}
.widget select {
    max-width: 100%
}
h1 {
    font-family: 'Titillium Web Bold', sans-serif;
    font-size: 1.8em;
    color: white;
    line-height: 1em
}
@media only screen and (max-width: 1280px) {
    h1 {
        font-size: 1.8em
    }
}
h2 {
    font-family: 'Titillium Web Bold', sans-serif;
    font-size: 1.4em;
    color: white;
    line-height: 1em
}
@media only screen and (max-width: 1280px) {
    h2 {
        font-size: 1.2em
    }
}
h3 {
    font-family: 'Titillium Web Bold', sans-serif;
    font-size: 1.5em;
    color: #fdd100;
    line-height: 1em
}
h4 {
    font-family: 'Titillium Web Bold', sans-serif;
    font-size: 1.2em;
    color: #848484;
    line-height: 1em
}
.animated {
    -webkit-animation: 1s ease;
    -moz-animation: 1s ease;
    -ms-animation: 1s ease;
    -o-animation: 1s ease;
    animation: 1s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.logo {
    display: inline-block;
    float: left;
    margin: 15px 0px 15px 20px;
    padding-right: 30px;
    border-right: 1px solid #353535
}
@media only screen and (max-width: 750px) {
    .logo {
        width: 100%;
        padding-right: 10px;
        margin: 5px;
        border-right: 0px
    }
}
@media only screen and (max-width: 1140px) {
    .logo {
        border-right: 0px solid #353535;
        padding-right: 0px
    }
}
.site-title a {
    display: inline-block;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-indent: -9999px;
    width: 250px;
    height: 52px
}
@media only screen and (max-width: 1280px) {
    .site-title a {
        width: 192px;
        height: 40px;
        background-image: url(../images/logo-line-medium.png)
    }
}
@media only screen and (max-width: 1140px) {
    .site-title a {
        width: 55px;
        height: 55px;
        background-image: url(../images/logo.png)
    }
}
@media only screen and (max-width: 750px) {
    .site-title a {
        float: right;
        width: 172px;
        height: 40px;
        background: url(../images/logo-no-skull.png);
        background-size: 172px 40px;
        background-repeat: no-repeat
    }
}
.fixed-bar {
    display: none;
    background-color: #131313;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF131313', endColorstr='#FF272727');
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, #131313), color-stop(100%, #272727));
    background-image: -webkit-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -moz-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -o-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: linear-gradient(left top, #131313 25%, #272727 100%);
    position: fixed;
    z-index: 999;
    width: 100%
}
.fixed-bar .logo-fixed {
    float: left;
    display: inline-block;
    margin-left: 15px
}
.fixed-bar .nav-fixed {
    float: right
}
.fixed-bar .nav-fixed .menu {
    margin: 20px 15px 0 10px
}
.fixed-bar .nav-fixed a {
    padding: 0 10px 15px 10px
}
.main-navigation .menu,
.nav-fixed .menu {
    float: left;
    display: inline-block;
    margin: 15px 0 0 15px
}
@media only screen and (max-width: 1500px) {
    .main-navigation .menu,
    .nav-fixed .menu {
        margin: 20px 0 0 15px
    }
}
@media only screen and (max-width: 1140px) {
    .main-navigation .menu,
    .nav-fixed .menu {
        float: right;
        margin: 20px 0 0 15px
    }
}
@media only screen and (max-width: 750px) {
    .main-navigation .menu,
    .nav-fixed .menu {
        margin: 0px;
        width: 100%
    }
}
.main-navigation ul,
.nav-fixed ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}
.main-navigation li,
.nav-fixed li {
    float: left;
    position: relative
}
.main-navigation a,
.nav-fixed a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #848484;
    padding: 10px 15px
}
@media only screen and (max-width: 1280px) {
    .main-navigation a,
    .nav-fixed a {
        font-size: 0.9em;
        letter-spacing: 0px
    }
}
@media only screen and (max-width: 1140px) {
    .main-navigation a,
    .nav-fixed a {
        letter-spacing: 0px;
        padding: 0 8px 28px 8px
    }
}
ul#menu-primary-1 li a {
    margin-bottom: 15px;
    font-size: 1.1em
}
@media only screen and (max-width: 1500px) {
    ul#menu-primary-1 li a {
        font-size: 1em;
        letter-spacing: 0px;
        padding: 7px 10px
    }
}
ul#menu-primary-1 li:last-child a {
    border-right: 0
}
ul#menu-primary-1 li ul.sub-menu li a {
    margin-bottom: 0;
    color: #848484;
    border-right: 0;
    width: 100%;
    text-transform: none
}
ul#menu-primary-1 li ul.sub-menu li a:hover {
    color: #fdd100
}
.main-navigation .menu ul,
.nav-fixed .menu ul {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #fdd100;
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
    background-color: #313131;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF1B1B1B');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, #313131), color-stop(100%, #1b1b1b));
    background-image: -webkit-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -moz-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -o-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: linear-gradient(top, #313131 35%, #1b1b1b 100%);
    width: 145px
}
.main-navigation .menu ul:before,
.nav-fixed .menu ul:before {
    position: absolute;
    top: -10px;
    left: 30px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdd100;
    border-left: 10px solid transparent;
    content: ''
}
@media only screen and (max-width: 1500px) {
    .main-navigation .menu ul:before,
    .nav-fixed .menu ul:before {
        left: 20px
    }
}
.nav-fixed .menu ul:before {
    left: 20px
}
.main-navigation .menu ul ul {
    left: 100%;
    top: 0
}
.main-navigation .menu ul ul:before {
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px
}
.main-navigation .menu ul a,
.nav-fixed .menu ul a {
    font-size: 0.75em;
    letter-spacing: 0px;
    color: white;
    padding: 5px 15px;
    width: 145px
}
.main-navigation .menu ul a:hover,
.nav-fixed .menu ul a:hover {
    color: #848484
}
.main-navigation .menu ul li,
.nav-fixed .menu ul li {
    width: 100%
}
.main-navigation .menu ul li:last-child,
.nav-fixed .menu ul li:last-child {
    border-bottom: none
}
.main-navigation .menu li:hover>a,
.nav-fixed .menu li:hover>a {
    color: #fdd100
}
.main-navigation .menu ul li:hover>a,
.nav-fixed .menu ul li:hover>a {
    background-color: #232323;
    padding: 5px 15px
}
.main-navigation .menu li:hover>ul,
.nav-fixed .menu li:hover>ul {
    display: block
}
.main-navigation .menu li.current_page_item a,
.main-navigation .menu li.current-menu-item a,
.nav-fixed .menu li.current_page_item a,
.nav-fixed .menu li.current-menu-item a {
    color: #fdd100
}
.main-navigation .menu li.current_page_item ul li a,
.main-navigation .menu li.current-menu-item ul li a,
.nav-fixed .menu li.current_page_item ul li a,
.nav-fixed .menu li.current-menu-item ul li a {
    color: white
}
.main-navigation .menu li.current_page_item ul li a:hover,
.main-navigation .menu li.current-menu-item ul li a:hover,
.nav-fixed .menu li.current_page_item ul li a:hover,
.nav-fixed .menu li.current-menu-item ul li a:hover {
    color: #e9e9e9
}
#menu-primary-1 li ul.sub-menu li.current-menu-item a,
#menu-primary li ul.sub-menu li.current-menu-item a {
    color: #fdd100
}
.icon-nav {
    position: relative;
    float: right;
    display: inline-block;
    margin: 30px 10px 0 0;
    width: 229px;
    height: 18px
}
.icon-nav ul {
    float: left;
    position: relative;
    display: block
}
@media only screen and (max-width: 1140px) {
    .icon-nav {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}
.main-navigation .icon-nav ul li a {
    background: transparent url(../images/social-sprite.png) top left no-repeat;
    display: block;
    text-indent: -9999px;
    padding: 0;
    margin: 0 7px 0 0;
    height: 18px
}
.main-navigation .icon-nav ul li a.facebook {
    width: 9px;
    background-position: 0 0;
    margin: 0 10px 0 0
}
.main-navigation .icon-nav ul li a.facebook:hover {
    background-position: 0px -18px
}
.main-navigation .icon-nav ul li a.twitter {
    width: 18px;
    background-position: -12px 0px
}
.main-navigation .icon-nav ul li a.twitter:hover {
    background-position: -12px -18px
}
.main-navigation .icon-nav ul li a.gplus {
    width: 17px;
    background-position: -33px 0px
}
.main-navigation .icon-nav ul li a.gplus:hover {
    background-position: -33px -18px
}
.main-navigation .icon-nav ul li a.youtube {
    width: 18px;
    background-position: -53px 0px
}
.main-navigation .icon-nav ul li a.youtube:hover {
    background-position: -53px -18px
}
.main-navigation .icon-nav ul li a.instagram {
    width: 18px;
    background-position: -74px 0px
}
.main-navigation .icon-nav ul li a.instagram:hover {
    background-position: -74px -18px
}
.main-navigation .icon-nav ul li a.spotify {
    width: 19px;
    background-position: -93px 0px
}
.main-navigation .icon-nav ul li a.spotify:hover {
    background-position: -93px -18px
}
.main-navigation .icon-nav ul li a.soundcloud {
    width: 25px;
    background-position: -115px 0px
}
.main-navigation .icon-nav ul li a.soundcloud:hover {
    background-position: -115px -18px
}
.main-navigation .icon-nav ul li a.rss-feed {
    width: 19px;
    background-position: -142px 0px
}
.main-navigation .icon-nav ul li a.rss-feed:hover {
    background-position: -142px -18px
}
.main-navigation .icon-nav ul li a.signup-icon {
    width: 22px;
    background-position: -162px 0px;
    margin: 0
}
.main-navigation .icon-nav ul li a.signup-icon:hover {
    background-position: -162px -18px
}
.tooltip {
    width: 285px;
    height: 95px;
    position: absolute;
    z-index: 99999;
    top: -1000px
}
.tooltip .content {
    color: #848484;
    font-size: 1.1em;
    text-align: center;
    background: #313131;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    width: 268px;
    height: 95px;
    position: relative;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF1B1B1B');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, #313131), color-stop(100%, #1b1b1b));
    background-image: -webkit-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -moz-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -o-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: linear-gradient(top, #313131 35%, #1b1b1b 100%);
    border-top: 2px solid #fdd100
}
.tooltip .content:after {
    position: absolute;
    top: -10px;
    right: 50px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdd100;
    border-left: 10px solid transparent;
    content: ''
}
.tooltip .content ul {
    margin: 0;
    padding: 10px
}
.tooltip .content li {
    float: left
}
.tooltip.tooltip-search-wrap .content {
    padding: 10px;
    height: auto
}
.tooltip-signup-wrap {
    width: 285px;
    position: absolute;
    z-index: 99999;
    top: -1000px
}
.menu-signup .content {
    color: #848484;
    font-size: 1.1em;
    text-align: center;
    background: #313131;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    width: 270px;
    height: auto;
    position: relative;
    padding: 10px;
    border-top: 2px solid #fdd100;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF1B1B1B');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, #313131), color-stop(100%, #1b1b1b));
    background-image: -webkit-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -moz-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -o-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: linear-gradient(top, #313131 35%, #1b1b1b 100%)
}
.menu-signup .content:after {
    position: absolute;
    top: -10px;
    right: 117px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdd100;
    border-left: 10px solid transparent;
    content: ''
}
@media only screen and (max-width: 1500px) {
    .menu-signup .content:after {
        right: 125px
    }
}
.menu-signup .content h4 {
    color: white;
    margin-bottom: 5px
}
.menu-signup .content p {
    font-size: 0.6em
}
.tooltip-facebook-wrap,
.tooltip-gplus-wrap {
    width: 100px;
    height: 50px
}
.tooltip-facebook-wrap .content,
.tooltip-gplus-wrap .content {
    width: 100px;
    height: 50px
}
.tooltip-facebook-wrap .content li,
.tooltip-gplus-wrap .content li {
    float: none
}
.tooltip-spotify-wrap {
    width: 180px;
    height: 80px
}
.tooltip-spotify-wrap .content {
    width: 180px;
    height: 80px
}
.tooltip-spotify-wrap .content li {
    float: none
}
.tooltip-twitter-wrap,
.tooltip-youtube-wrap {
    width: 150px;
    height: 50px
}
.tooltip-twitter-wrap .content,
.tooltip-youtube-wrap .content {
    width: 150px;
    height: 50px
}
.tooltip-twitter-wrap .content li,
.tooltip-youtube-wrap .content li {
    float: none
}
.tooltip-cookies-wrap {
    width: 600px;
    height: 110px
}
.tooltip-cookies-wrap .content {
    width: 600px;
    height: 110px;
    font-size: 12px;
    color: white;
    padding: 10px;
    -moz-box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, 0.27);
    box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, 0.27)
}
.tooltip-cookies-wrap .content:after {
    position: absolute;
    top: -16px;
    right: 115px;
    display: inline-block;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #fdd100;
    border-left: 0px solid transparent;
    content: ''
}
.tooltip-cookies-wrap .content a {
    color: white;
    text-decoration: underline
}
.icon-signup .content {
    color: #848484;
    font-size: 1.1em;
    text-align: center;
    background: #313131;
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.27);
    width: 270px;
    height: auto;
    position: relative;
    padding: 10px;
    border-top: 2px solid #fdd100;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF1B1B1B');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, #313131), color-stop(100%, #1b1b1b));
    background-image: -webkit-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -moz-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: -o-linear-gradient(top, #313131 35%, #1b1b1b 100%);
    background-image: linear-gradient(top, #313131 35%, #1b1b1b 100%)
}
.icon-signup .content:after {
    position: absolute;
    top: -16px;
    right: 0px;
    display: inline-block;
    border-bottom: 16px solid #fdd100;
    border-left: 16px solid transparent;
    content: ''
}
.icon-signup .content h4 {
    color: white;
    margin-bottom: 5px
}
.icon-signup .content p {
    font-size: 0.6em
}
#inner-wrap {
    position: relative;
    width: 100%
}
.iphone-only,
.navobile-mobile-only {
    display: none
}
.mobile-nav {
    visibility: hidden;
    opacity: 0
}
.only-iphone {
    display: none
}
@media only screen and (max-width: 750px) {
    .only-iphone {
        display: block
    }
}
.only-ipad {
    display: none
}
@media only screen and (max-width: 1140px) {
    .only-ipad {
        display: block
    }
}
@media only screen and (max-width: 1140px) {
    .no-ipad {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}
@media only screen and (max-width: 750px) {
    .no-iphone {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
}
@media only screen and (max-width: 750px) {
    #nav {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .iphone-only {
        display: block
    }
    .site-header {
        background: #191919;
        color: #fff;
        height: 60px;
        padding: 0px 5px;
        margin-left: 0px;
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        z-index: 9999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: left 0.5s ease, right 0.5s ease, margin 0.5s ease;
        -moz-transition: left 0.5s ease, right 0.5s ease, margin 0.5s ease;
        transition: left 0.5s ease, right 0.5s ease, margin 0.5s ease
    }
    .site-header .icon {
        display: block;
        width: 54px;
        height: 60px;
        position: absolute;
        top: 0px;
        left: 0px;
        text-indent: -9999px;
        background: url(../images/mob-icon.png);
        background-size: 54px 60px;
        background-repeat: no-repeat
    }
    html.mmenu-opened .mmenu-page,
    html.mmenu-opened #mmenu-blocker,
    .mmenu.mmenu-horizontal ul {
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        transition-timing-function: ease
    }
    html.mmenu-opened .mmenu-page,
    html.mmenu-opened #mmenu-blocker {
        -webkit-transition-property: top, right, bottom, left, margin;
        -moz-transition-property: top, right, bottom, left, margin;
        transition-property: top, right, bottom, left, margin
    }
    .mmenu.mmenu-horizontal ul {
        -webkit-transition-property: margin-left;
        -moz-transition-property: margin-left;
        transition-property: margin-left
    }
    html.mmenu-accelerated.mmenu-opening .mmenu-page,
    html.mmenu-accelerated.mmenu-opening #mmenu-blocker,
    html.mmenu-accelerated.mmenu-opening .mmenu.mmenu-horizontal ul {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    html.mmenu-top.mmenu-opened .mmenu-page,
    html.mmenu-top.mmenu-opened #mmenu-blocker {
        margin-top: 0px;
        top: 0%;
        left: 0
    }
    html.mmenu-top.mmenu-opening .mmenu-page,
    html.mmenu-top.mmenu-opening #mmenu-blocker {
        margin-top: -65px;
        top: 100%
    }
    html.mmenu-right.mmenu-opened .mmenu-page,
    html.mmenu-right.mmenu-opened #mmenu-blocker {
        margin-right: 0px;
        right: 0%;
        top: 0
    }
    html.mmenu-right.mmenu-opening .mmenu-page,
    html.mmenu-right.mmenu-opening #mmenu-blocker {
        margin-right: -65px;
        right: 100%
    }
    html.mmenu-bottom.mmenu-opened .mmenu-page,
    html.mmenu-bottom.mmenu-opened #mmenu-blocker {
        margin-bottom: 0px;
        bottom: 0%;
        left: 0
    }
    html.mmenu-bottom.mmenu-opening .mmenu-page,
    html.mmenu-bottom.mmenu-opening #mmenu-blocker {
        margin-bottom: -65px;
        bottom: 100%
    }
    html.mmenu-left.mmenu-opened .mmenu-page,
    html.mmenu-left.mmenu-opened #mmenu-blocker {
        margin-left: 0px;
        left: 0%;
        top: 0
    }
    html.mmenu-left.mmenu-opening .mmenu-page,
    html.mmenu-left.mmenu-opening #mmenu-blocker {
        margin-left: -65px;
        left: 100%
    }
    html.mmenu-opened .mmenu-page,
    .mmenu.mmenu-horizontal ul,
    .mmenu div.mmenu-search,
    .mmenu div.mmenu-search input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    html.mmenu-opened,
    html.mmenu-opened body {
        height: 100%;
        width: 100%;
        overflow: hidden
    }
    html.mmenu-opened body {
        position: relative
    }
    .mmenu {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .mmenu:after {
        content: '';
        display: block;
        clear: both
    }
    .mmenu.mmenu-horizontal.mmenu-opened {
        display: block
    }
    .mmenu.mmenu-horizontal.mmenu-opened+.mmenu.mmenu-horizontal.mmenu-opened,
    .mmenu.mmenu-horizontal.mmenu-opened ~ .mmenu.mmenu-horizontal.mmenu-opened {
        display: none
    }
    .mmenu ul,
    .mmenu li {
        list-style: none
    }
    .mmenu li {
        position: relative
    }
    .mmenu ul,
    .mmenu li,
    .mmenu li>a,
    .mmenu li>span {
        display: block;
        padding: 0;
        margin: 0
    }
    .mmenu>ul {
        background-color: inherit;
        padding: 10px 0 40px 0
    }
    .mmenu.mmenu-top>ul {
        padding-bottom: 85px
    }
    .mmenu.mmenu-right>ul {
        padding-left: 65px
    }
    .mmenu.mmenu-bottom>ul {
        padding-top: 75px
    }
    .mmenu.mmenu-left>ul {
        padding-right: 65px
    }
    .mmenu li>a,
    .mmenu li>span {
        text-indent: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 40px;
        overflow: hidden;
        padding-right: 5px
    }
    .mmenu a.mmenu-subopen {
        width: 40px;
        height: 40px;
        padding: 0;
        position: absolute;
        right: 80px;
        top: 0;
        z-index: 2
    }
    .mmenu a.mmenu-subopen.mmenu-fullsubopen {
        border-left: none;
        width: 100%
    }
    .mmenu a.mmenu-subclose {
        background: rgba(0, 0, 0, 0.2);
        text-indent: 40px
    }
    .mmenu a.mmenu-subopen+a,
    .mmenu a.mmenu-subopen+span {
        padding-right: 45px
    }
    html.mmenu-opened .mmenu-page {
        background-color: inherit;
        height: 100%;
        overflow: hidden;
        position: absolute
    }
    #mmenu-blocker {
        background: #fff;
        opacity: 0;
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9999
    }
    html.mmenu-opened #mmenu-blocker,
    html.mmenu-blocking #mmenu-blocker {
        display: block
    }
    .mmenu.mmenu-vertical ul ul {
        display: none;
        padding: 10px 20px
    }
    .mmenu.mmenu-vertical li.mmenu-opened>ul {
        display: block
    }
    .mmenu.mmenu-vertical ul ul li:last-child {
        border-bottom-width: 0
    }
    .mmenu.mmenu-vertical li.mmenu-opened.mmenu-selected>a.mmenu-subopen+a,
    .mmenu.mmenu-vertical li.mmenu-opened.mmenu-selected>a.mmenu-subopen+span {
        padding-right: 5px;
        margin-right: 40px
    }
    .mmenu.mmenu-vertical li.mmenu-opened.mmenu-selected>em.mmenu-counter+a.mmenu-subopen+a,
    .mmenu.mmenu-vertical li.mmenu-opened.mmenu-selected>em.mmenu-counter+a.mmenu-subopen+span {
        margin-right: 75px
    }
    .mmenu.mmenu-horizontal {
        width: 500%;
        display: none
    }
    .mmenu.mmenu-horizontal ul {
        width: 20%;
        margin-left: 0%;
        float: left
    }
    .mmenu.mmenu-horizontal ul.mmenu-submenu {
        display: none
    }
    .mmenu.mmenu-horizontal ul.mmenu-submenu.mmenu-opened {
        display: block
    }
    .mmenu.mmenu-horizontal ul.mmenu-subopening {
        margin-left: -20%;
        height: 100%;
        overflow: hidden
    }
    .mmenu {
        background-color: #313131;
        *zoom: 1;
        filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF1B1B1B');
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(35%, #313131), color-stop(100%, #1b1b1b));
        background-image: -webkit-linear-gradient(top, #313131 35%, #1b1b1b 100%);
        background-image: -moz-linear-gradient(top, #313131 35%, #1b1b1b 100%);
        background-image: -o-linear-gradient(top, #313131 35%, #1b1b1b 100%);
        background-image: linear-gradient(top, #313131 35%, #1b1b1b 100%)
    }
    .mmenu,
    .mmenu * {
        -webkit-text-size-adjust: none;
        font-size: 14px
    }
    .mmenu li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3)
    }
    .mmenu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.3)
    }
    .mmenu li,
    .mmenu li>a,
    .mmenu li>a:hover,
    .mmenu li>span {
        color: #c7941e;
        text-decoration: none;
        text-transform: uppercase
    }
    .mmenu li.mmenu-selected>a,
    .mmenu li.mmenu-selected>span {
        background: rgba(0, 0, 0, 0.2)
    }
    .mmenu li.mmenu-selected>a.mmenu-subopen {
        background: transparent
    }
    .mmenu a.mmenu-subopen {
        border-left-color: rgba(0, 0, 0, 0.3)
    }
    .mmenu.mmenu-vertical li.mmenu-opened>a.mmenu-subopen,
    .mmenu.mmenu-vertical li.mmenu-opened>ul {
        background: rgba(255, 255, 255, 0.05)
    }
    html.mmenu-opened .mmenu-page {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8)
    }
    .mmenu li.mmenu-label {
        text-transform: uppercase;
        text-indent: 20px;
        line-height: 20px
    }
    .mmenu li.mmenu-label {
        background: rgba(255, 255, 255, 0.1);
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5)
    }
    .mmenu a.mmenu-subopen:after,
    .mmenu a.mmenu-subclose:before {
        content: '';
        border-width: 4px;
        border-style: solid;
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .mmenu a.mmenu-subopen:after {
        border-top: none;
        border-left: none;
        right: 16px;
        top: 16px
    }
    .mmenu a.mmenu-subclose:before {
        border-right: none;
        border-bottom: none;
        left: 20px;
        top: 15px
    }
    .mmenu.mmenu-vertical li.mmenu-opened>a.mmenu-subopen:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .top-mobile {
        max-width: 240px;
        background-color: #313131
    }
    .title-mobile {
        margin: 10px 0 0 5px
    }
    .title-mobile h2 {
        float: left;
        width: 104px;
        height: 25px;
        display: inline-block;
        background: url(../images/logo-sidepanel.png) 0 0 no-repeat;
        text-indent: -9999px
    }
    .search-mobile {
        float: left;
        width: 100%;
        padding: 10px 0px 10px 10px
    }
    .follow-mobile {
        float: right
    }
    .follow-mobile a {
        float: left;
        display: inline-block;
        height: 18px;
        text-indent: -9999px;
        background: transparent url(../images/social-sprite.png) top left no-repeat;
        margin: 0 8px 0 0;
        padding: 0
    }
    .follow-mobile .facebook {
        width: 9px;
        background-position: 0 0
    }
    .follow-mobile .twitter {
        width: 18px;
        background-position: -12px 0px
    }
    .follow-mobile .youtube {
        width: 18px;
        background-position: -53px 0px
    }
    .follow-mobile .instagram {
        width: 18px;
        background-position: -74px 0px
    }
    .mmenu a.mmenu-subopen:after,
    .mmenu a.mmenu-subclose:before {
        border-color: #c7941e
    }
    html.mmenu-no-overflowscrolling.mmenu-opened,
    html.mmenu-no-overflowscrolling.mmenu-opened body {
        overflow: visible
    }
    html.mmenu-no-overflowscrolling.mmenu-opened body {
        overflow-x: hidden
    }
    html.mmenu-no-overflowscrolling.mmenu-opened .mmenu-page {
        min-height: 200%;
        position: fixed;
        top: 0;
        z-index: 3
    }
    html.mmenu-no-overflowscrolling .mmenu {
        height: auto;
        min-height: 100%;
        overflow: default;
        overflow-x: default;
        overflow-y: default;
        position: relative;
        left: auto;
        top: auto
    }
    html.mmenu-no-overflowscrolling.mmenu-right .mmenu {
        position: absolute
    }
    html.mmenu-opened .site-header {
        margin-left: 0px;
        left: 0%
    }
    html.mmenu-opening .site-header {
        margin-left: -65px;
        left: 100%
    }
}
@media all and (min-width: 500px) {
    html.mmenu-opening .site-header {
        left: 500px
    }
    .mmenu.mmenu-left.mmenu-vertical,
    .mmenu.mmenu-right.mmenu-vertical,
    .mmenu.mmenu-left div.mmenu-search,
    .mmenu.mmenu-right div.mmenu-search {
        width: 500px
    }
    .mmenu.mmenu-right.mmenu-vertical {
        left: auto;
        right: 0
    }
    .mmenu.mmenu-left.mmenu-horizontal,
    .mmenu.mmenu-right.mmenu-horizontal {
        width: 2500px
    }
    .mmenu.mmenu-right.mmenu-horizontal {
        left: auto;
        right: -2000px
    }
    html.mmenu-left.mmenu-opening .mmenu-page,
    html.mmenu-left.mmenu-opening #mmenu-blocker {
        left: 500px
    }
    html.mmenu-right.mmenu-opening .mmenu-page,
    html.mmenu-right.mmenu-opening #mmenu-blocker {
        right: 500px
    }
}
[class*='grid-'] {
    float: left;
    position: relative;
    min-height: 1px
}
.grid-1-2 {
    width: 60%
}
@media only screen and (max-width: 1140px) {
    .grid-1-2 {
        width: 100%
    }
}
.grid-1-4 {
    width: 20%
}
@media only screen and (max-width: 1140px) {
    .grid-1-4 {
        width: 50%
    }
}
@media only screen and (max-width: 750px) {
    .grid-1-4 {
        width: 100%
    }
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img {
    width: 100%;
    display: block
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.no-js .slides>li:first-child {
    display: block
}
.flexslider {
    margin: 0px;
    position: relative;
    zoom: 1;
    z-index: 1;
    overflow: hidden
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider .slides {
    zoom: 1
}
.carousel li {
    margin-right: 5px
}
.flex-direction-nav {
    *height: 0
}
.flex-direction-nav a {
    width: 24px;
    height: 35px;
    margin: -24px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -24px
}
.flex-direction-nav .flex-next:hover {
    background-position: -24px -35px
}
.flex-direction-nav .flex-prev {
    left: -24px
}
.flex-direction-nav .flex-prev:hover {
    background-position: 0px -35px
}
.flexslider:hover .flex-next {
    right: 1px
}
.flexslider:hover .flex-prev {
    left: 1px
}
.flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default
}
.flexslider.page .slide-overlay h2 {
    color: #fdd100;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em
}
@media only screen and (max-width: 1500px) {
    .flexslider.page .slide-overlay h2 {
        font-size: 2.5em
    }
}
@media only screen and (max-width: 1280px) {
    .flexslider.page .slide-overlay h2 {
        font-size: 2em
    }
}
.flexslider .slide-overlay {
    position: absolute;
    bottom: 0.8em;
    left: 1em;
    width: 90%;
    z-index: 3
}
.flexslider .slide-overlay h2 {
    color: #fdd100;
    font-size: 4.5em;
    text-transform: uppercase;
    line-height: 1em
}
@media only screen and (max-width: 1500px) {
    .flexslider .slide-overlay h2 {
        font-size: 3.8em
    }
}
@media only screen and (max-width: 1280px) {
    .flexslider .slide-overlay h2 {
        font-size: 3em
    }
}
@media only screen and (max-width: 750px) {
    .flexslider .slide-overlay h2 {
        font-size: 1.5em
    }
}
.flexslider .slide-overlay p {
    color: white;
    font-size: 1.4em;
    margin-bottom: 0
}
@media only screen and (max-width: 750px) {
    .flexslider .slide-overlay p {
        font-size: 0.8em
    }
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0
    }
}
.tile-image {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    background-color: black
}
.tile-image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
}
@media only screen and (max-width: 1140px) {
    .tile-image img {
        opacity: 1
    }
}
.module a:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}
.flexslider:after,
.flexslider:before,
aside:after,
aside:before {
    content: "";
    display: table
}
.flexslider:after,
aside:after {
    clear: both
}
.flexslider:before,
.module:before,
footer.site-footer:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 0
}
aside:after {
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0
}
.flexslider:before,
aside:after,
.module:before,
footer.site-footer:before {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 2
}
.tile-overlay,
.tile-overlay-subheading {
    position: absolute;
    bottom: 0.8em;
    left: 1em;
    width: 90%;
    z-index: 5
}
.tile-overlay h3,
.tile-overlay-subheading h3 {
    color: #fdd100;
    font-size: 2.8em;
    text-transform: uppercase
}
@media only screen and (max-width: 1280px) {
    .tile-overlay h3,
    .tile-overlay-subheading h3 {
        font-size: 2em
    }
}
@media only screen and (max-width: 500px) {
    .tile-overlay h3,
    .tile-overlay-subheading h3 {
        font-size: 1.5em
    }
}
.tile-overlay p,
.tile-overlay-subheading p {
    color: white;
    font-size: 0.8em;
    margin-bottom: 0
}
@media only screen and (max-width: 500px) {
    .tile-overlay p,
    .tile-overlay-subheading p {
        font-size: 0.7em
    }
}
.tile-overlay p a,
.tile-overlay-subheading p a {
    color: white
}
.tile-overlay p a:hover,
.tile-overlay-subheading p a:hover {
    color: #fdd100
}
.module:hover .tile-overlay,
.module:hover .tile-overlay {
    -webkit-transform: bottom;
    -moz-transform: bottom;
    -o-transform: bottom;
    -ms-transform: bottom;
    transform: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: -10em
}
@media only screen and (max-width: 1140px) {
    .module:hover .tile-overlay,
    .module:hover .tile-overlay {
        bottom: 0.8em
    }
}
.content-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 4
}
.content-overlay ul {
    margin: 20px 20px 0 20px
}
.content-overlay li {
    line-height: 16px;
    margin-bottom: 10px
}
.content-overlay time {
    color: #fdd100
}
.content-overlay h4 {
    color: white;
    font-size: 0.9em
}
@media only screen and (max-width: 1140px) {
    .content-overlay {
        background-color: transparent;
        display: block !important
    }
}
.content-no-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 4
}
@media only screen and (max-width: 1140px) {
    .content-no-overlay {
        display: block !important
    }
}
.no-rgba .content-overlay {
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8
}
.no-rgba .tile-overlay,
.no-rgba .slide-overlay {
    background-color: black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    width: 90%;
    padding-left: 5px
}
@media only screen and (max-width: 1500px) {
    .content-overlay ul.gigs-list {
        margin: 10px 20px 0 20px
    }
    .content-overlay ul.gigs-list li {
        font-size: 14px;
        margin-bottom: 5px
    }
    .content-overlay ul.gigs-list li:nth-child(5) {
        display: none
    }
}
@media only screen and (max-width: 1280px) {
    .content-overlay ul.gigs-list {
        margin: 10px 20px 0 20px
    }
    .content-overlay ul.gigs-list li {
        font-size: 13px;
        margin-bottom: 5px
    }
    .content-overlay ul.gigs-list li:nth-child(4) {
        display: none
    }
}
.module {
    overflow: hidden;
    position: relative;
    margin: 0
}
@media only screen and (max-width: 1140px) {
    .module {
        display: inline-block;
        width: 50%;
        float: left
    }
}
#social-feed {
    position: relative;
    width: 100%
}
#social-feed .bx-wrapper {
    width: 100% !important;
    height: 200px !important
}
#social-feed .bx-window {
    width: 100% !important;
    height: 200px !important
}
#social-feed.sidebar {
    margin-top: 10px
}
ul.dpSocialFeedr {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}
ul.dpSocialFeedr li {
    list-style: none;
    padding: 20px;
    background: transparent 0px 20px no-repeat;
    color: white;
    font-size: 13px;
    width: 100%;
    margin: 0
}
ul.dpSocialFeedr li div.dpSocialFeedrContent {
    padding: 0 20px;
    font-size: 13px
}
@media only screen and (max-width: 1500px) {
    ul.dpSocialFeedr li div.dpSocialFeedrContent {
        font-size: 12px;
        padding: 0px
    }
}
@media only screen and (max-width: 1280px) {
    ul.dpSocialFeedr li div.dpSocialFeedrContent {
        font-size: 11px
    }
}
ul.dpSocialFeedr li div.dpSocialFeedrContent img {
    position: relative;
    margin: 5px 5px 5px 0;
    padding: 3px;
    background: #eee;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    display: block;
    float: left;
    width: 100%;
    height: auto !important;
    max-width: 80px
}
@media only screen and (max-width: 1280px) {
    ul.dpSocialFeedr li div.dpSocialFeedrContent img {
        display: none
    }
}
ul.dpSocialFeedr li div.dpSocialFeedrContent img.video_icon {
    position: absolute;
    top: 90px;
    left: 10px;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: none;
    padding: 0;
    margin: 0
}
ul.dpSocialFeedr li a {
    color: #fdd100;
    text-decoration: none;
    position: relative
}
ul.dpSocialFeedr li a:hover {
    text-decoration: underline
}
ul.dpSocialFeedr li a.permalink {
    float: right
}
ul.dpSocialFeedr li a.permalink:hover {
    color: #3B5998;
    text-decoration: none
}
ul.dpSocialFeedr li span.time {
    font-size: 11px;
    color: #999;
    font-style: italic
}
ul.dpSocialFeedr li img.icon {
    float: left
}
ul.dpSocialFeedr li a.img_link {
    display: block;
    opacity: .8
}
ul.dpSocialFeedr li a.img_link:hover {
    opacity: 1
}
.social-icon-links {
    position: absolute;
    bottom: 10px;
    right: 0px
}
.social-icon-links li {
    display: inline-block
}
.social-icon-links li span {
    display: none
}
.has-overlay:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: 100%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsMjU1LDI1NSwwKSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDQwLDQwLDQwLDApIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(40, 40, 40, 0) 35%, #000 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(40, 40, 40, 0) 35%, #000 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(40, 40, 40, 0) 35%, #000 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(40, 40, 40, 0) 35%, #000000 100%)
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1005
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1004
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1006
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}
.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid #000;
    left: 5px
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid #FFF
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid #000;
    left: 3px
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid #FFF
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}
.mfp-iframe-holder .mfp-close {
    top: -43px
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
.mfp-figure {
    line-height: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}
@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
.dcsns ul,
.dcsns li {
    padding: 0;
    margin: 0 auto;
    list-style: none !important;
    background: none
}
.dcsns {
    color: white;
    list-style: none outside none;
    margin: 0
}
.dcsns h1 {
    width: auto;
    position: relative
}
.dcsns h1,
.dcsns h2,
.dcsns h3 {
    line-height: 1.35em
}
.dcsns-content {
    position: relative;
    padding: 0
}
.dcsns-loading {
    background: url(../images/loading_light.gif) no-repeat 0 0;
    height: 24px;
    padding: 6px 0 0 30px;
    position: absolute;
    top: 10px;
    left: 10px
}
.dcsns-toolbar .dcsns-loading {
    right: 10px;
    left: auto
}
.stream p {
    margin: 0;
    padding: 0
}
.stream li a {
    color: #fdd100
}
.stream li {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 11px;
    padding: 5px 0 35px 0;
    width: 260px;
    position: relative;
    margin: 5px 12px 5px 0;
    line-height: 1.35em
}
.stream li .inner {
    overflow: hidden;
    padding: 0 10px
}
.stream li .icon {
    position: absolute;
    left: 3px;
    bottom: 0;
    z-index: 3
}
.stream li .section-intro {
    padding: 7px 0;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    z-index: 2
}
.stream li .clear {
    clear: both
}
.stream li .section-intro a {
    text-decoration: underline;
    color: #fff;
    margin-left: 32px
}
.stream li .section-title {
    display: block;
    font-weight: bold;
    margin-bottom: 3px
}
.stream li .section-title a {
    color: #fdd100
}
.stream li .section-title a:hover {
    color: white
}
.stream li .section-thumb {
    float: none;
    margin: 0 7px 0 0
}
.stream li .section-thumb img {
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff
}
.stream li .section-text {
    display: block;
    margin-bottom: 3px
}
.stream li .section-text br {
    display: block
}
.stream li .section-user {
    clear: both;
    display: block;
    font-style: italic;
    margin: 0 8px 5px 0;
    display: block;
    float: left;
    padding: 7px 0 0 15px;
    line-height: 12px;
    background: url(../images/profile.png) no-repeat 0 7px
}
.stream li .meta {
    display: block;
    font-size: 90%;
    color: #999
}
.stream li .meta span {
    margin: 0 8px 5px 0;
    display: block;
    float: left;
    padding: 0 0 0 15px;
    line-height: 12px
}
.meta span.shares {
    background: url(../images/shares.png) no-repeat 0 0;
    padding-left: 20px
}
.meta span.views {
    background: url(../images/views.png) no-repeat 0 0;
    padding-left: 18px
}
.meta span.likes {
    background: url(../images/likes.png) no-repeat 0 0;
    padding-left: 16px
}
.meta span.comments {
    background: url(../images/comments.png) no-repeat 0 0
}
.meta span.users {
    background: url(../images/users.png) no-repeat 0 0
}
.meta span.videos {
    background: url(../images/videos.png) no-repeat 0 0;
    padding-left: 16px
}
.stream li .section-meta {
    display: block;
    margin: 0;
    padding: 0;
    clear: both
}
.stream li .meta.item-comments {
    padding: 0 0 0 35px;
    margin: 0 0 5px 0;
    min-height: 30px;
    position: relative;
    clear: both;
    line-height: 1.3em
}
.stream li .meta.item-comments img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px
}
.stream li .meta.item-likes {
    padding: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    line-height: 1.3em
}
.stream li .meta.item-likes img {
    float: left;
    margin: 0 5px 5px 0;
    width: 30px;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff
}
.stream li.dcsns-error {
    color: #990000
}
.stream li .section-share {
    display: block;
    margin: 0 0 5px 0;
    padding: 4px 0 0;
    float: right
}
.stream li .section-share a {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 2px 0 0;
    background: url(../images/share.png) no-repeat 0 0
}
.stream li .section-share a.share-twitter {
    background-position: 0 -16px
}
.stream li .section-share a.share-reply {
    background-position: 0 -32px
}
.stream li .section-share a.share-retweet {
    background-position: 0 -48px
}
.stream li .section-share a.share-favorite {
    background-position: 0 -64px
}
.stream li .section-share a.share-google {
    background-position: 0 -80px
}
.stream li .section-share a.share-linkedin {
    background-position: 0 -96px
}
.stream li .section-share a.share-facebook:hover {
    background-position: -16px 0
}
.stream li .section-share a.share-twitter:hover {
    background-position: -16px -16px
}
.stream li .section-share a.share-reply:hover {
    background-position: -16px -32px
}
.stream li .section-share a.share-retweet:hover {
    background-position: -16px -48px
}
.stream li .section-share a.share-favorite:hover {
    background-position: -16px -64px
}
.stream li .section-share a.share-google:hover {
    background-position: -16px -80px
}
.stream li .section-share a.share-linkedin:hover {
    background-position: -16px -96px
}
.dcsns-toolbar {
    padding: 0;
    width: 170px;
    overflow: hidden;
    position: relative;
    margin: 0px auto
}
#wall {
    padding-top: 15px
}
#wall .dcsns-toolbar {
    margin-bottom: 25px
}
.dcsns-toolbar .filter {
    padding: 0;
    margin: 0 0 15px 0
}
.dcsns-toolbar .filter li {
    display: inline;
    background: none;
    padding: 0;
    margin: 0
}
.dcsns-toolbar .filter .link-all {
    color: #fff;
    padding: 7px 7px 4px 7px;
    text-shadow: 0 0 1px #555;
    font-weight: bold;
    height: 33px
}
.dcsns-toolbar .filter li a {
    padding: 4px 3px 0 3px;
    margin: 0px;
    display: block;
    float: left;
    background: #fdd100;
    margin-bottom: 5px;
    height: 33px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.dcsns-toolbar .filter li img {
    margin: 0;
    height: 24px
}
.dcsns .controls {
    position: absolute;
    right: 0;
    top: 7px;
    height: 22px;
    padding: 0;
    z-index: 12
}
.dcsns .controls li {
    display: inline;
    background: none
}
.dcsns .controls a {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 0 0 2px;
    background: url(../images/controls.png) no-repeat 0 0
}
.dcsns .controls .prev {
    background-position: -44px 0
}
.dcsns .controls .next {
    background-position: -66px 0
}
.dcsns .controls .play {
    background-position: 0 0
}
.dcsns .controls .pause {
    background-position: -22px 0
}
.dcsns .controls .prev:hover {
    background-position: -44px -22px
}
.dcsns .controls .next:hover {
    background-position: -66px -22px
}
.dcsns .controls .play:hover {
    background-position: 0 -22px
}
.dcsns .controls .pause:hover {
    background-position: -22px -22px
}
.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover {
    background-color: #FF9800
}
.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover {
    background-color: #f90784
}
.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover {
    background-color: #3271CB
}
.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
    background-color: #4ec2dc
}
.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover {
    background-color: #3b5998
}
.stream li.dcsns-google .section-intro,
.filter .f-google a:hover {
    background-color: #2d2d2d
}
.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover {
    background-color: #DF1F1C
}
.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover {
    background-color: #CB2528
}
.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover {
    background-color: #C90E12
}
.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover {
    background-color: #F175A8
}
.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover {
    background-color: #4EBAFF
}
.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover {
    background-color: #EB4924
}
.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover {
    background-color: #EB4924
}
.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover {
    background-color: #365472
}
.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover {
    background-color: #413A33
}
.stream li.dcsns-facebook .section-thumb img {
    width: 75px
}
.stream li.dcsns-facebook .section-text img {
    margin: 5px 7px 5px 0;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff
}
.stream li.dcsns-facebook .section-text a {
    margin-right: 4px
}
.stream li.dcsns-facebook .section-intro a {
    margin-left: 25px
}
.stream li.dcsns-facebook .meta {
    display: block;
    clear: both
}
.stream li.dcsns-facebook .meta.item-comments {
    padding: 0;
    min-height: auto
}
.stream li.dcsns-facebook .meta.item-comments a {
    display: block;
    margin: 0 0 2px 0
}
.stream li.dcsns-facebook .share-facebook {
    display: none
}
.stream li.dcsns-twitter .section-thumb {
    margin-top: 3px
}
.stream li.dcsns-twitter .section-user {
    padding: 0;
    background: none
}
.stream li.dcsns-twitter .section-text img {
    margin: 5px 0 0;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
    max-width: 192px
}
.stream li.dcsns-twitter a {
    color: #38AEAE
}
.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
    color: #fff
}
.stream li.dcsns-twitter .section-intro span a {
    text-decoration: none;
    margin-left: 0
}
.stream li.dcsns-twitter .section-intro span a:hover {
    text-decoration: underline
}
.stream li.dcsns-twitter a:hover {
    color: #38AEAE;
    text-decoration: underline
}
.stream li.dcsns-twitter .twitter-user {
    margin-bottom: 2px;
    display: block
}
.stream li.dcsns-twitter .twitter-user a {
    color: #999;
    line-height: 1.35em
}
.stream li.dcsns-twitter .twitter-user a:hover {
    color: #999;
    text-decoration: none
}
.stream li.dcsns-twitter .twitter-user a strong {
    color: #fdd100
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
    color: #fdd100;
    text-decoration: underline
}
.stream li.dcsns-google .section-title {
    margin-bottom: 5px
}
.dcsns .stream li.dcsns-google .section-thumb img {
    max-width: 192px
}
.stream li.dcsns-google .meta span.plusones {
    padding-left: 0
}
.stream li.dcsns-rss .section-text img {
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
    max-width: 192px
}
.dcsns .stream li.dcsns-stumbleupon .section-title {
    display: block;
    clear: both
}
.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
    max-width: 192px
}
.stream li.dcsns-youtube .section-thumb img {
    max-width: 192px
}
.stream li.dcsns-vimeo .section-thumb img {
    max-width: 192px
}
.dcsns .stream li.dcsns-vimeo .section-title {
    display: block;
    clear: both
}
.stream li.dcsns-vimeo .section-text {
    margin-bottom: 5px
}
.stream li.dcsns-vimeo .section-text .meta {
    padding-top: 5px
}
.stream li.dcsns-vimeo .logo {
    margin-bottom: 3px
}
.stream li.dcsns-flickr .section-thumb {
    margin: 0
}
.stream li.dcsns-flickr .section-thumb img {
    max-width: 192px
}
.stream li.dcsns-pinterest .section-thumb {
    display: block
}
.stream li.dcsns-pinterest .section-text {
    clear: both
}
.stream li.dcsns-pinterest .section-thumb img {
    width: 190px
}
.stream li.dcsns-dribbble .inner img {
    margin-bottom: 5px;
    max-width: 192px
}
.stream li.dcsns-lastfm .section-title {
    background: url(../images/tracks.png) no-repeat 0 0;
    padding-left: 17px;
    margin-bottom: 0
}
.stream li.dcsns-deviantart .section-thumb {
    display: block;
    float: none
}
.stream li.dcsns-deviantart .section-thumb img {
    max-width: 192px
}
.stream li.dcsns-tumblr .section-text img {
    margin: 0 7px 5px 0;
    float: left;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
    max-width: 192px
}
.stream li.dcsns-tumblr .track {
    display: block;
    background: url(../images/tracks.png) no-repeat 0 5px;
    padding: 5px 0 0 17px;
    margin-bottom: 0
}
.stream li.dcsns-instagram {
    padding-bottom: 40px
}
.stream li.dcsns-instagram .section-title {
    font-weight: normal;
    clear: both
}
.stream li.dcsns-instagram .section-thumb img {
    margin: 0 7px 5px 0;
    float: none;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
    max-width: 192px
}
.stream li.dcsns-instagram .meta {
    clear: both
}
.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
    margin: 0 0 5px 0;
    padding-top: 5px;
    background-position: 0px 5px;
    float: none;
    font-size: 100%;
    font-weight: bold
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}
#primary.page {
    float: left;
    position: relative;
    margin: 0 -40% 0 0;
    width: 60%;
    border-top: 2px solid black;
    min-height: 762px
}
#primary.page .news-blog {
    height: 70px;
    width: 100%;
    padding: 5px 0px 0px 25px;
    color: #fdd100;
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 1px;
    line-height: 1.5em
}
@media only screen and (max-width: 1140px) {
    #primary.page .news-blog {
        font-size: 2em
    }
}
#primary.page .general-title {
    height: 70px;
    width: 100%;
    padding: 5px 0px 0px 25px;
    color: #fdd100;
    text-transform: uppercase;
    font-size: 3.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}
@media only screen and (max-width: 1140px) {
    #primary.page {
        margin: 0;
        width: 100%
    }
}
#primary.big-skull {
    background: url(../images/big-skull.png) no-repeat top right
}
#primary.small-skull {
    background: url(../images/small-skull.png) no-repeat top right
}
#content.page {
    margin: 0 40% 0 0;
    width: 100%;
    padding: 10px;
    overflow: hidden
}
#content.page .posts {
    float: left;
    width: 85%
}
@media only screen and (max-width: 750px) {
    #content.page .posts {
        width: 100%
    }
}
#content.page .archive-posts {
    width: 100%
}
#content.music-page {
    padding: 1px
}
.hentry.category-news,
.hentry.music-albums,
.hentry.songs,
.hentry.category-shop,
.single-shop-products .category-new-shop,
.search-results .hentry.page,
.search-results .hentry.shop-products {
    margin: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
@media only screen and (max-width: 750px) {
    .hentry.category-news,
    .hentry.music-albums,
    .hentry.songs,
    .hentry.category-shop,
    .single-shop-products .category-new-shop,
    .search-results .hentry.page,
    .search-results .hentry.shop-products {
        padding: 5px
    }
}
.hentry.category-news .post-thumbnail,
.hentry.music-albums .post-thumbnail,
.hentry.songs .post-thumbnail,
.hentry.category-shop .post-thumbnail,
.single-shop-products .category-new-shop .post-thumbnail,
.search-results .hentry.page .post-thumbnail,
.search-results .hentry.shop-products .post-thumbnail {
    float: right;
    width: 40%;
    padding: 5px;
    margin: 0
}
@media only screen and (max-width: 750px) {
    .hentry.category-news .post-thumbnail,
    .hentry.music-albums .post-thumbnail,
    .hentry.songs .post-thumbnail,
    .hentry.category-shop .post-thumbnail,
    .single-shop-products .category-new-shop .post-thumbnail,
    .search-results .hentry.page .post-thumbnail,
    .search-results .hentry.shop-products .post-thumbnail {
        width: 100%;
        float: left;
        margin: 0;
        border: none;
        padding: 0px
    }
}
.hentry.category-news .post-content,
.hentry.music-albums .post-content,
.hentry.songs .post-content,
.hentry.category-shop .post-content,
.single-shop-products .category-new-shop .post-content,
.search-results .hentry.page .post-content,
.search-results .hentry.shop-products .post-content {
    float: left;
    width: 58%;
    margin-right: 2%
}
.hentry.category-news .post-content p a,
.hentry.music-albums .post-content p a,
.hentry.songs .post-content p a,
.hentry.category-shop .post-content p a,
.single-shop-products .category-new-shop .post-content p a,
.search-results .hentry.page .post-content p a,
.search-results .hentry.shop-products .post-content p a {
    color: #fdd100;
    text-decoration: underline
}
@media only screen and (max-width: 750px) {
    .hentry.category-news .post-content,
    .hentry.music-albums .post-content,
    .hentry.songs .post-content,
    .hentry.category-shop .post-content,
    .single-shop-products .category-new-shop .post-content,
    .search-results .hentry.page .post-content,
    .search-results .hentry.shop-products .post-content {
        width: 100%;
        margin-right: 0;
        padding: 10px
    }
}
.hentry.category-news .entry-content,
.hentry.category-news .entry-summary,
.hentry.music-albums .entry-content,
.hentry.music-albums .entry-summary,
.hentry.songs .entry-content,
.hentry.songs .entry-summary,
.hentry.category-shop .entry-content,
.hentry.category-shop .entry-summary,
.single-shop-products .category-new-shop .entry-content,
.single-shop-products .category-new-shop .entry-summary,
.search-results .hentry.page .entry-content,
.search-results .hentry.page .entry-summary,
.search-results .hentry.shop-products .entry-content,
.search-results .hentry.shop-products .entry-summary {
    margin: 0.5em 0 0;
    font-size: 1em;
    color: white
}
.hentry.category-news .entry-meta,
.hentry.music-albums .entry-meta,
.hentry.songs .entry-meta,
.hentry.category-shop .entry-meta,
.single-shop-products .category-new-shop .entry-meta,
.search-results .hentry.page .entry-meta,
.search-results .hentry.shop-products .entry-meta {
    margin-top: 0em
}
.hentry.category-news .entry-meta a,
.hentry.music-albums .entry-meta a,
.hentry.songs .entry-meta a,
.hentry.category-shop .entry-meta a,
.single-shop-products .category-new-shop .entry-meta a,
.search-results .hentry.page .entry-meta a,
.search-results .hentry.shop-products .entry-meta a {
    color: white;
    font-size: 0.7em;
    margin-right: 20px
}
.hentry.category-news h2 a,
.hentry.music-albums h2 a,
.hentry.songs h2 a,
.hentry.category-shop h2 a,
.single-shop-products .category-new-shop h2 a,
.search-results .hentry.page h2 a,
.search-results .hentry.shop-products h2 a {
    text-transform: uppercase;
    color: white
}
.hentry.category-news h2 a:hover,
.hentry.music-albums h2 a:hover,
.hentry.songs h2 a:hover,
.hentry.category-shop h2 a:hover,
.single-shop-products .category-new-shop h2 a:hover,
.search-results .hentry.page h2 a:hover,
.search-results .hentry.shop-products h2 a:hover {
    color: #fdd100
}
.search-results .hentry {
    margin: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
@media only screen and (max-width: 750px) {
    .search-results .hentry {
        padding: 5px
    }
}
#share {
    float: left;
    margin-top: 5px;
    width: 305px
}
#share #show {
    position: relative;
    float: left;
    z-index: 1000;
    display: block;
    text-indent: -9999px;
    width: 68px;
    height: 18px;
    margin-top: 6px;
    background: #fff url(../images/button-share.png) 0 0 no-repeat
}
#share #show:hover {
    cursor: pointer;
    background-position: 0 -18px
}
.social-buttons {
    display: block;
    list-style: none;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    width: 100%;
    height: 30px
}
.social-buttons>li {
    display: inline-block;
    margin: 0;
    padding: 10px 10px 0 0;
    float: left;
    zoom: 1;
    height: auto;
    vertical-align: text-bottom!important;
    line-height: 18px
}
.social-buttons .socialite {
    display: block;
    position: relative;
    background: url(../images/button-share.png) 0 0 no-repeat;
    margin-right: 0px !important
}
.social-buttons .socialite-loaded {
    background: none !important
}
.social-buttons .facebook-like {
    width: 85px;
    height: 20px;
    background-position: 0 0
}
.social-buttons .googleplus-one {
    width: 65px;
    height: 20px;
    background-position: -193px 0
}
.social-buttons .twitter-share {
    width: 90px;
    height: 20px;
    background-position: -95px 0
}
.vhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
#content.page .navigation-timeline {
    float: left;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    list-style-type: none;
    cursor: pointer;
    margin: 5px 0 0 15px;
    width: 80px
}
#content.page .navigation-timeline ul {
    margin: 0;
    padding: 10px 10px
}
#content.page .navigation-timeline li {
    display: block
}
#content.page .navigation-timeline li a {
    display: block;
    font-size: 1em;
    height: 25px;
    line-height: 20px;
    padding-left: 25px;
    margin-bottom: 1px;
    color: #848484;
    -webkit-transition: color 250ms, border 250ms;
    -moz-transition: color 250ms, border 250ms;
    -ms-transition: color 250ms, border 250ms;
    -o-transition: color 250ms, border 250ms;
    transition: color 250ms, border 250ms
}
#content.page .navigation-timeline li a:hover {
    color: #fdd100
}
#content.page .navigation-timeline li a.active {
    color: #fdd100;
    background: url(../images/smiley-timeline.png) no-repeat top left
}
@media only screen and (max-width: 750px) {
    #content.page .navigation-timeline {
        display: none
    }
}
.hentry.post .entry-meta.post {
    margin: 0
}
.hentry.post .entry-content.post img {
    width: 100%;
    margin-bottom: 15px
}
#secondary.page {
    float: right;
    width: 40%;
    position: relative
}
@media only screen and (max-width: 1140px) {
    #secondary.page {
        float: left;
        width: 100%
    }
}
#secondary.page .grid-1-4 {
    width: 50%
}
@media only screen and (max-width: 750px) {
    #secondary.page .grid-1-4 {
        width: 100%
    }
}
#secondary.page .site-footer.page {
    width: 100%
}
#secondary.page .follow,
#secondary.page .sign-up {
    width: 50%
}
#secondary.page .sign-up {
    padding-left: 0px
}
#secondary.page .contact {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px
}
@media only screen and (max-width: 1920px) {
    .wrapper-sticky {
        float: right !important;
        width: 40% !important
    }
}
@media only screen and (max-width: 1140px) {
    #secondary.page {
        position: relative !important;
        top: 0px !important;
        width: 100% !important
    }
    .wrapper-sticky {
        height: auto !important;
        width: 100% !important
    }
}
#full-width {
    float: left;
    position: relative;
    width: 100%
}
#instagram-feed {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}
#instagram-feed li {
    list-style: none;
    float: left;
    margin: 0 1% 1% 0;
    width: 24%
}
@media only screen and (max-width: 750px) {
    #instagram-feed li {
        width: 49%
    }
}
.songs-list {
    float: left;
    width: 100%
}
.songs-list .filter {
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block
}
.songs-list .filter li {
    display: inline-block;
    padding-right: 5px
}
.songs-list .song-item {
    list-style: none;
    float: left;
    margin: 0 1% 1% 0;
    width: 32.33333333333333%;
    position: relative;
    font-size: 0.9em
}
.songs-list .song-item span {
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-color: #3d3d3d;
    padding: 4px;
    line-height: 1em
}
.songs-list .song-item span:first-letter {
    font-size: 1.3em
}
@media only screen and (max-width: 1280px) {
    .songs-list .song-item {
        font-size: 0.8em
    }
}
@media only screen and (max-width: 750px) {
    .songs-list .song-item {
        width: 49%
    }
}
.sign-up.page {
    margin: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
#gallery-1.royalSlider {
    position: relative;
    direction: ltr
}
@media only screen and (max-width: 1140px) {
    #gallery-1.royalSlider {
        height: 1000px !important
    }
}
@media only screen and (max-width: 750px) {
    #gallery-1.royalSlider {
        height: 450px !important
    }
}
.royalSlider>* {
    float: left
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
#gallery-1 .rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}
@media only screen and (max-width: 1140px) {
    #gallery-1 .rsVisibleNearbyWrap .rsOverflow {
        margin-left: 0px !important;
        width: 100% !important;
        height: 950px !important
    }
}
@media only screen and (max-width: 750px) {
    #gallery-1 .rsVisibleNearbyWrap .rsOverflow {
        height: 400px !important
    }
}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsArrow,
.rsThumbsArrow {
    cursor: pointer
}
.rsThumb {
    float: left;
    position: relative
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0 linear .3s .3s linear;
    -moz-transition: visibility 0 linear .3s .3s linear;
    -o-transition: visibility 0 linear .3s .3s linear;
    transition: visibility 0 linear .3s .3s linear
}
.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}
.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
    display: none
}
.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto
}
.rsContent {
    width: 100%;
    height: 100%;
    position: relative
}
.rsPreloader {
    position: absolute;
    z-index: 0
}
.rsNav {
    -moz-user-select: 0;
    -webkit-user-select: none;
    user-select: none
}
.rsArrow {
    *height: 0
}
.rsArrow .rsArrowIcn {
    width: 27px;
    height: 45px;
    margin: -27px 0 0;
    display: block;
    background: url(../images/bg_direction_nav_music.png) no-repeat 0 0;
    position: absolute;
    top: 45%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease
}
.rsArrowLeft .rsArrowIcn {
    background-position: right bottom;
    left: -26px
}
.rsArrowRight .rsArrowIcn {
    background-position: left bottom;
    right: -26px
}
.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}
.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}
.rsTabs {
    float: left;
    background: none !important
}
.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}
.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
    -webkit-backface-visibility: hidden
}
.grab-cursor {
    cursor: url(grab.png) 8 8, move
}
.grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move
}
.rsNoDrag {
    cursor: auto
}
.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
    -webkit-backface-visibility: hidden
}
.visibleNearby {
    overflow: visible;
    width: 92%;
    color: #e9e9e9;
    margin: 0 auto
}
#gallery-1.visibleNearby .rsSlide img {
    opacity: 0.15;
    margin-top: 0 !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}
@media only screen and (max-width: 1140px) {
    #gallery-1.visibleNearby .rsSlide img {
        opacity: 0
    }
}
#gallery-1.visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
@media only screen and (max-width: 1140px) {
    #gallery-1.visibleNearby .rsActiveSlide img {
        width: 100% !important
    }
}
.rsContent a h3 {
    display: none
}
.rsActiveSlide .rsContent a h3 {
    position: absolute;
    bottom: 8%;
    left: 2px;
    padding: 5px;
    display: block;
    z-index: 3;
    color: #fdd100;
    font-size: 1.4em;
    width: 99.1%;
    background-color: black
}
@media only screen and (max-width: 1140px) {
    .rsActiveSlide .rsContent a h3 {
        bottom: 2%
    }
}
@media only screen and (max-width: 750px) {
    .rsActiveSlide .rsContent a h3 {
        font-size: 1em;
        left: 3px;
        background-color: #fdd100;
        color: black
    }
}
.rsContent a.current h3 {
    background-color: #fdd100;
    color: black
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}
@keyframes empty {
    0% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}
@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}
@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8)
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fdd100;
    filter: Alpha(Opacity=50);
    opacity: 0.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fdd100
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
#gallery-2 .item {
    margin: 7px
}
#gallery-2 .item img {
    display: block;
    width: 100%;
    height: auto
}
#gallery-2 .item h3 {
    font-size: 1.2em;
    background-color: black;
    width: 100%;
    padding: 5px
}
#gallery-1 {
    padding: 30px 0;
    position: relative
}
.no-js #gallery-1>div {
    display: block
}
#gallery-1>div {
    display: none
}
.hentry.music-albums {
    margin: 0 0 20px 0;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
.hentry.music-albums h3 {
    color: #fdd100;
    font-size: 1.7em;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 15px;
    line-height: 1.5em
}
.hentry.music-albums .album-cover {
    float: left;
    width: 40%;
    margin-bottom: 10px
}
@media only screen and (max-width: 750px) {
    .hentry.music-albums .album-cover {
        width: 100%
    }
}
.hentry.music-albums .album-cover img {
    margin-bottom: 20px;
    display: block
}
.hentry.music-albums .album-cover .buy-button {
    display: inline-block;
    outline: 0;
    background: #fdd100;
    color: black;
    white-space: nowrap;
    padding: 5px 9px;
    line-height: 1.4;
    position: relative;
    margin-right: 3px;
    margin-bottom: 10px
}
.hentry.music-albums .album-cover .buy-button a {
    color: black
}
.hentry.music-albums .album-cover .buy-button a:hover {
    color: black
}
.hentry.music-albums .tracklist {
    width: 60%;
    float: right;
    padding-left: 40px
}
@media only screen and (max-width: 750px) {
    .hentry.music-albums .tracklist {
        width: 100%;
        padding-left: 0px
    }
}
.hentry.music-albums .tracklist ol {
    margin: 0 0 1.5em 1.8em
}
.hentry.music-albums .yt-playlist {
    margin-top: 20px;
    width: 100%;
    float: left
}
.hentry.music-albums .inlay-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left
}
.hentry.music-albums .inlay-gallery ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}
.hentry.music-albums .inlay-gallery ul li {
    list-style: none;
    float: left;
    margin: 0 1% 1% 0;
    width: 24%
}
.hentry.songs {
    margin: 0 0 20px 0;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
.hentry.songs h3 {
    color: #fdd100;
    font-size: 1.7em;
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 15px;
    line-height: 1.5em
}
.hentry.songs .related-albums {
    margin-top: 20px;
    width: 100%;
    float: left
}
.hentry.songs .related-albums ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}
.hentry.songs .related-albums ul li {
    list-style: none;
    float: left;
    margin: 0 1% 1% 0;
    width: 24%
}
.hentry.music-albums span.love-it,
.hentry.songs span.love-it {
    float: right;
    font-size: 14px
}
.hentry.music-albums span.love-it a,
.hentry.songs span.love-it a {
    color: white
}
.hentry.music-albums span.love-it a:hover,
.hentry.songs span.love-it a:hover {
    color: #fdd100
}
#ask-description {
    margin: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
#ask-description .norm-info {
    float: left;
    width: 58%
}
@media only screen and (max-width: 750px) {
    #ask-description .norm-info {
        width: 100%
    }
}
#ask-description .norm-info h2 {
    text-transform: uppercase;
    margin-bottom: 0.5em
}
#ask-description #respond {
    float: right;
    width: 40%;
    padding-left: 2%
}
@media only screen and (max-width: 750px) {
    #ask-description #respond {
        width: 100%
    }
}
#ask-description #respond .comment-notes {
    font-size: 0.7em
}
#ask-description #respond p {
    margin-bottom: 1em
}
#ask-description #respond label {
    padding-right: 5px
}
#comments .comment {
    background: white;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: 0 0 20px 0;
    font-size: 14px
}
#comments .comment article {
    position: relative;
    overflow: hidden
}
#comments .comment .comment-author {
    float: left;
    position: relative;
    width: 20%;
    padding-right: 20px;
    margin-bottom: 6px
}
#comments .comment .comment-content {
    float: left;
    width: 79%
}
#comments .comment .byuser {
    background-color: #e9e9e9
}
#comments .comment footer {
    float: left;
    width: 79%;
    margin-bottom: 10px
}
#comments .comment footer cite {
    font-size: 2em;
    display: block
}
#comments .comment footer time {
    color: #ffe464
}
#comments .comment .reply {
    position: absolute;
    top: 0;
    right: 0
}
#comments .comment #respond {
    margin-top: 10px
}
#comments .comment #respond .comment-notes {
    font-size: 0.7em
}
#comments .comment h4.collapse-title {
    margin-bottom: 5px
}
#comments .byuser .reply,
#comments .comment .comment-awaiting-moderation .reply {
    display: none !important
}
body.events-archive .main-navigation .menu .menu-item-9145 a,
body.events-archive .nav-fixed .menu .menu-item-9145 a {
    color: #fdd100
}
.events-archive .hentry,
.tribe_events.hentry {
    margin: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
.events-archive .hentry .post-content,
.tribe_events.hentry .post-content {
    float: left;
    width: 58%;
    margin-right: 2%
}
.events-archive .hentry .post-content .date-square,
.tribe_events.hentry .post-content .date-square {
    background-color: #fdd100;
    color: black;
    float: left;
    font-size: 14px;
    min-height: 75px;
    margin-right: 20px;
    padding: 0 4px;
    position: relative;
    text-align: center;
    width: 70px
}
@media only screen and (max-width: 750px) {
    .events-archive .hentry .post-content .date-square,
    .tribe_events.hentry .post-content .date-square {
        margin-right: 5px
    }
}
.events-archive .hentry .post-content .show-info,
.tribe_events.hentry .post-content .show-info {
    float: left;
    width: 70%
}
@media only screen and (max-width: 750px) {
    .events-archive .hentry .post-content,
    .tribe_events.hentry .post-content {
        width: 100%
    }
}
.events-archive .hentry .tribe-events-event-list-meta,
.tribe_events.hentry .tribe-events-event-list-meta {
    float: right;
    border-left: 1px solid #939393;
    padding: 0 0 0 15px;
    width: 40%;
    font-size: 12px
}
@media only screen and (max-width: 750px) {
    .events-archive .hentry .tribe-events-event-list-meta,
    .tribe_events.hentry .tribe-events-event-list-meta {
        float: left;
        width: 100%;
        margin-top: 10px
    }
}
.events-archive .hentry .date-square .day,
.events-archive .hentry .date-square .month,
.events-archive .hentry .date-square .year,
.tribe_events.hentry .date-square .day,
.tribe_events.hentry .date-square .month,
.tribe_events.hentry .date-square .year {
    display: block;
    direction: ltr
}
.events-archive .hentry .date-square .month,
.events-archive .hentry .date-square .year,
.tribe_events.hentry .date-square .month,
.tribe_events.hentry .date-square .year {
    letter-spacing: 4px;
    line-height: 21px;
    text-indent: 2px
}
.events-archive .hentry .date-square .month,
.tribe_events.hentry .date-square .month {
    text-transform: uppercase
}
.events-archive .hentry .date-square .day,
.tribe_events.hentry .date-square .day {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 35px;
    text-indent: 1px
}
#tribe-events-content {
    position: relative;
    margin-bottom: 48px
}
.single #tribe-events-content {
    font-size: 16px
}
#tribe-events-content a,
#tribe-events-event-meta a {
    text-decoration: none
}
#tribe-events-calendar-header {
    position: relative;
    height: 15px
}
.grid #tribe-events-calendar-header {
    height: 50px
}
.tribe-events-calendar-buttons {
    position: absolute;
    right: 0;
    top: 6px
}
.upcoming .tribe-events-calendar-buttons {
    top: -24px
}
h2.tribe-events-cal-title {
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 0
}
.venue-events .tribe-events-event {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 15px !important;
    margin: 0 !important
}
.venue-events h2.tribe-events-cal-title {
    padding-left: 0
}
.venue-events .entry-title {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    margin: 15px 0 6px;
    padding: 0;
    line-height: 1em;
    font-weight: bold
}
.upcoming h2.tribe-events-cal-title {
    margin-bottom: 15px
}
h2.tribe-events-cal-title a {
    color: #000
}
h2.tribe-events-cal-title a:hover,
h2.tribe-events-cal-title a:focus {
    color: #333;
    text-decoration: underline !important
}
.tribe-events-month-nav a,
.tribe-events-nav a,
.back a,
.eventsListWidget .dig-in a,
.eventsAdvancedListWidget .dig-in a {
    color: #888;
    text-decoration: none
}
.tribe-events-month-nav a:hover,
.tribe-events-nav a:hover,
.back a:hover,
.eventsListWidget .dig-in a:hover,
.eventsAdvancedListWidget .dig-in a:hover {
    text-decoration: underline
}
.tribe-events-month-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0
}
.tribe-events-prev-month {
    margin-right: 5px
}
.tribe-events-next-month {
    margin-left: 5px
}
#tribe-events-nav-above {
    margin: 5px 0 0
}
.events-archive #tribe-events-nav-below {
    margin: 21px 0
}
select.tribe-events-dropdown {
    width: auto;
    font-size: 11px;
    margin: 33px 9px 0 0
}
.singular .tribe-events-event.hentry {
    padding-top: 1em !important
}
.events-archive .post {
    overflow: hidden;
    margin-bottom: 0
}
.single-tribe_venue .upcoming .entry-title,
.events-archive .upcoming .entry-title {
    margin: 0px 0 6px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding: 0
}
.single-tribe_venue .upcoming .entry-title a,
.events-archive .upcoming .entry-title a {
    color: white
}
.single-tribe_venue .upcoming .entry-title a:hover,
.events-archive .upcoming .entry-title a:hover {
    color: #fdd100
}
.events-archive .event-day,
.single-tribe_venue .event-day,
.venue-events .event-day {
    font-size: 20px;
    font-style: italic
}
#tribe-events-loop {
    margin-top: 10px
}
table.tribe-events-calendar {
    margin: 18px 0 12px !important;
    clear: both;
    font-size: 12px;
    border-collapse: collapse
}
table.tribe-events-calendar,
.tribe-events-calendar td {
    border: 1px solid #bbb
}
.tribe-events-calendar .daynum,
.tribe-events-calendar .daynum a {
    background-color: #F5F5F5;
    color: #333;
    font-size: 11px;
    font-weight: bold
}
.tribe-events-calendar td.tribe-events-present .daynum,
.tribe-events-calendar td.tribe-events-present .daynum>a {
    background-color: #666;
    color: #fff
}
.tribe-events-calendar td.tribe-events-past .daynum,
.tribe-events-calendar td.tribe-events-past .daynum>a {
    color: #999
}
.tribe-events-calendar th {
    width: 250px;
    height: 10px;
    background-color: #ddd;
    color: #333;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}
.tribe-events-calendar td {
    height: 110px !important;
    width: 14.28%;
    color: #114B7D;
    vertical-align: top;
    padding: 0 !important;
    font-size: 12px
}
.tribe-events-calendar td .tribe-events-event {
    padding: 6px 9px !important;
    line-height: 1.2
}
.tribe-events-calendar td a {
    font-size: 91.7%
}
.tribe-events-calendar hr {
    border: 0 none !important;
    display: block;
    height: 1px;
    background-color: #E7E7E7;
    margin: 0 9px !important
}
.tribe-events-calendar .tribe-events-event {
    position: relative;
    margin: 0
}
.tribe-events-event .entry img.attachment-post-thumbnail {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center
}
.tribe-events-real-event {
    cursor: pointer
}
.tribe-events-calendar .tribe-events-tooltip {
    border: 1px solid #666;
    position: absolute;
    z-index: 1001;
    bottom: 30px;
    left: 3px;
    width: 320px;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.4
}
.tribe-events-tooltip .tribe-events-arrow {
    width: 19px;
    height: 11px;
    display: block;
    background: url(images/tooltip-arrow.png) no-repeat 0 bottom;
    position: absolute;
    bottom: -11px;
    left: 20px
}
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip {
    left: auto;
    right: 3px
}
.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
    left: auto;
    right: 30px
}
.tribe-events-tooltip .tribe-events-event-title {
    margin: 0;
    color: #fff;
    background-color: #666;
    font-size: 12px;
    padding: 0 6px;
    min-height: 24px;
    line-height: 24px;
    letter-spacing: 1px
}
.tribe-events-tooltip .tribe-events-event-body {
    font-size: 11px;
    padding: 3px 6px 6px
}
.tribe-events-tooltip .tribe-events-event-date {
    font-style: italic;
    margin: 3px 0
}
.tribe-events-tooltip .tribe-events-event-thumb {
    float: left;
    padding: 5px
}
.tribe-events-event .post {
    position: relative
}
#tribe-events-event-meta {
    border-width: 1px 0;
    border-style: solid;
    border-color: #1e1e1e;
    margin: 8px 0 18px 0;
    padding: 12px 0 12px;
    overflow: hidden;
    clear: both;
    color: white;
    font-size: 12px
}
#tribe-events-event-meta .column {
    float: left;
    width: 50%;
    padding: 0;
    text-align: left;
    margin: 0
}
@media only screen and (max-width: 750px) {
    #tribe-events-event-meta .column {
        width: 100%
    }
}
#tribe-events-event-meta dt {
    float: left;
    clear: left;
    font-weight: bold;
    width: 70px
}
#tribe-events-event-meta dd {
    padding: 0;
    margin-left: 80px;
    margin-bottom: 10px
}
#tribe-events-event-meta .gmap,
.tribe-events-event-meta-desc .gmap {
    color: black;
    font-size: 9px;
    background: #fdd100;
    padding: 1px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap
}
span.back {
    font-size: 12px
}
#tribe-events-loop {
    clear: both
}
.tribe-events-events .tribe-events-event-entry {
    width: 100%;
    float: left
}
.events-archive .tribe-events-event-entry p,
.venue-events .tribe-events-event-entry p {
    margin: 0;
    font-size: 16px;
    line-height: 24px
}
.tribe-events-event-list-meta table {
    border-collapse: collapse;
    border: 0 !important;
    margin: 0
}
.tribe-events-event-list-meta tr {
    border: 0 !important
}
.tribe-events-event-list-meta td {
    vertical-align: top;
    padding: 0 0 4px 0 !important;
    text-align: left;
    border: 0 !important;
    color: white
}
.tribe-events-event-meta-desc {
    font-weight: bold;
    padding-right: 12px;
    width: 64px
}
h4.tribe-events-event-day {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0 -3px;
    clear: both
}
h4.tribe-events-event-day+.post .entry-title {
    margin-top: 6px
}
#eventbrite-embed {
    width: 100%;
    min-height: 225px;
    margin: 24px 0
}
#tribe-events-nav-below .tribe-events-nav-previous {
    float: left
}
#tribe-events-nav-below .tribe-events-nav-next {
    float: right
}
.view-larger-map {
    font-size: 13px;
    text-align: right;
    margin-bottom: 1em;
    line-height: 16px
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
.tribe-events-error {
    display: none
}
.tribe-events-multi-event-day {
    color: #0F81BB
}
#tribe-events-events-picker,
#tribe-events-picker {
    display: inline
}
.eventsListWidget li,
.singular.page li.hentry,
.eventsAdvancedListWidget li,
.singular.page li.hentry {
    margin: 6px 0 !important;
    padding: 0 0 10px 0 !important
}
.navlink {
    width: 30%;
    padding-bottom: 10px
}
.tribe-previous {
    float: left;
    clear: both
}
.tribe-next {
    float: right;
    text-align: right
}
.events-archive .entry-content,
.events-archive .entry-header {
    width: 98%
}
.events-archive .tribe-events-event-entry {
    width: 100%
}
*+html .events-archive h2.tribe-events-cal-title {
    padding-bottom: 30px
}
*+html .events-archive .upcoming h2.tribe-events-cal-title {
    padding-bottom: 0
}
*+html #tribe-events-calendar-header {
    margin-bottom: 30px
}
#googlemaps img {
    max-width: 100%
}
.event-passed {
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    color: #3A87AD;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
p.tribe-promo-banner {
    font-size: 12px;
    color: #999
}
p.tribe-promo-banner a {
    color: #666
}
.tribe-events-tickets td {
    vertical-align: middle;
    height: 35px
}
.tribe-events-tickets .tickets_description {
    font-size: 0.8em;
    color: #666
}
.tribe-events-tickets .tickets_nostock {
    font-size: 0.8em;
    color: #ff0000
}
.tribe-events-tickets .tickets_price {
    font-style: italic;
    color: #000;
    font-weight: bold
}
table.tribe-events-tickets {
    border-bottom: 1px solid #DDD;
    margin: 0 0 1.625em;
    width: 100%
}
table.tribe-events-tickets td {
    border-top: 1px solid #DDD;
    padding: 6px 10px 6px 0
}
h2.tribe-events-tickets-title {
    color: black;
    font-weight: bold;
    margin: 0 0 .8125em
}
.gigs-gallery {
    margin-top: 30px;
    width: 100%;
    float: left
}
.gigs-gallery h3 {
    color: #fdd100;
    font-size: 1.7em;
    border-bottom: 1px solid #312800;
    margin-bottom: 15px;
    line-height: 1.5em
}
.gigs-gallery ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}
.gigs-gallery ul li {
    list-style: none;
    float: left;
    margin: 0 1% 1% 0;
    width: 24%
}
.tubepress_container {
    float: left;
    margin-bottom: 2em;
    width: 100%
}
.tubepress_normal_embedded_wrapper {
    text-align: left;
    width: auto !important;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}
.tubepress_embedded_title {
    font-size: larger;
    margin-bottom: .3em
}
.tubepress_thumbnail_area {
    margin-top: 1em;
    width: 100% !important
}
.tubepress_thumbs {
    float: left;
    width: 100%;
    margin-bottom: 1em
}
.tubepress_thumb {
    float: left;
    width: 25%;
    height: 250px;
    line-height: 1.1em;
    font-size: 11px;
    overflow: hidden
}
@media only screen and (max-width: 750px) {
    .tubepress_thumb {
        width: 50%
    }
}
.tubepress_thumb .tubepress_embed,
.tubepress_thumb img {
    display: block;
    margin: 0 auto !important;
    -ms-interpolation-mode: bicubic;
    width: 80%
}
.tubepress_thumb a {
    cursor: pointer
}
.tubepress_single_video .tubepress_meta_group {
    padding: 0
}
.tubepress_meta {
    float: left
}
dl.tubepress_meta_group {
    margin: 0 auto !important;
    width: 80% !important
}
dt.tubepress_meta_title,
dt.tubepress_meta_runtime,
dt.tubepress_meta_url,
dt.tubepress_meta_description {
    display: none
}
dd.tubepress_meta {
    margin-bottom: auto !important;
    margin-left: 0 !important
}
dd.tubepress_meta_title,
dd.tubepress_meta_title a,
dd.tubepress_meta_title a:hover {
    font-size: 13px;
    float: left;
    width: auto;
    margin-top: 3px
}
dd.tubepress_meta_runtime {
    font-size: 11px;
    clear: both
}
dt.tubepress_meta_author,
dt.tubepress_meta_keywords,
dt.tubepress_meta_category,
dt.tubepress_meta_rating,
dt.tubepress_meta_ratings,
dt.tubepress_meta_likes,
dt.tubepress_meta_id,
dt.tubepress_meta_views,
dt.tubepress_meta_uploaddate {
    font-style: italic;
    color: #666
}
dt.tubepress_meta_author:after,
dt.tubepress_meta_keywords:after,
dt.tubepress_meta_category:after,
dt.tubepress_meta_rating:after,
dt.tubepress_meta_ratings:after,
dt.tubepress_meta_likes:after,
dt.tubepress_meta_id:after,
dt.tubepress_meta_views:after,
dt.tubepress_meta_uploaddate:after {
    content: ":"
}
dd.tubepress_meta_author,
dd.tubepress_meta_keywords,
dd.tubepress_meta_category,
dd.tubepress_meta_rating,
dd.tubepress_meta_ratings,
dd.tubepress_meta_likes,
dd.tubepress_meta_id,
dd.tubepress_meta_views,
dd.tubepress_meta_uploaddate {
    margin-left: 0.2em !important
}
dd.tubepress_meta_url {
    clear: left
}
dd.tubepress_meta_description {
    clear: both;
    float: left;
    width: 100%
}
.tubepress_meta_group dt {
    clear: both;
    float: left
}
.tubepress_sidebar .tubepress_thumb {
    width: 100%;
    height: auto;
    margin-top: 1em
}
.tubepress_sidebar .tubepress_thumb img {
    width: auto !important;
    padding: 5% 5% 1% 2%;
    margin: 0 auto !important;
    -ms-interpolation-mode: bicubic
}
.tubepress_sidebar .tubepress_thumbnail_area {
    margin-top: auto
}
.tubepress_sidebar .tubepress_thumb {
    margin-top: auto
}
.tubepress_sidebar .tubepress_meta_group {
    padding: 0 2%
}
.tubepress_container .pagination .disabled {
    color: #adaaad
}
.tubepress_container .pagination .tubepress_pagination_dots {
    padding: 0 0 0 3px
}
div.tubepress_single_video {
    float: left;
    width: 100%;
    text-align: left
}
div.tubepress_single_video dd.tubepress_meta_description {
    margin-top: .3em;
    margin-bottom: .8em
}
div.tubepress_container div.pagination {
    font-size: 13px;
    text-align: center;
    clear: both;
    margin: .7em 0
}
div.tubepress_container div.pagination a,
div.tubepress_container div.pagination span {
    display: inline-block;
    margin: 2px !important;
    text-decoration: none;
    padding: 3px 5px;
    cursor: pointer;
    line-height: 24px
}
div.tubepress_container div.pagination span.current {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fdd100;
    border-radius: 3px 3px 3px 3px;
    color: #848484;
    margin: 0;
    padding: 0 8px
}
div.tubepress_container div.pagination a {
    background: #999;
    background-color: #fdd100;
    border: 1px solid #fdd100;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
    color: black
}
div.tubepress_container div.pagination a:hover {
    box-shadow: 0 0 3px #848484
}
.fluid-width-video-wrapper {
    padding-top: 65% !important
}
.cd-dropdown,
.cd-select {
    position: relative;
    width: 300px;
    margin: 20px auto 30px;
    display: block
}
.cd-dropdown>span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #848484;
    font-size: 16px;
    background-color: #131313;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF131313', endColorstr='#FF272727');
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, #131313), color-stop(100%, #272727));
    background-image: -webkit-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -moz-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -o-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: linear-gradient(left top, #131313 25%, #272727 100%);
    display: block;
    padding: 0 50px 0 30px;
    position: relative;
    cursor: pointer
}
.cd-dropdown>span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 0%;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height: 70%;
    line-height: 24px
}
.cd-dropdown.cd-active>span:after {
    content: '\25B2'
}
.cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}
.cd-dropdown ul li {
    display: block
}
.cd-dropdown ul li span {
    width: 100%;
    background-color: #131313;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF131313', endColorstr='#FF272727');
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, #131313), color-stop(100%, #272727));
    background-image: -webkit-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -moz-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -o-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: linear-gradient(left top, #131313 25%, #272727 100%);
    line-height: 40px;
    padding: 0 30px 0 30px;
    display: block;
    cursor: pointer;
    font-size: 0.8em
}
.cd-dropdown>span,
.cd-dropdown ul li span {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.cd-dropdown>span span[class^="icon-"],
.cd-dropdown>span span[class*=" icon-"] {
    padding: 0 30px 0 45px
}
.cd-select {
    border: 1px solid #ddd
}
.cd-dropdown {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px
}
.cd-dropdown>span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -ms-transition: -ms-transform .3s;
    transition: transform .3s
}
.cd-dropdown>span:active {
    -webkit-transform: rotateX(60deg);
    -moz-transform: rotateX(60deg);
    -o-transform: rotateX(60deg);
    -ms-transform: rotateX(60deg);
    transform: rotateX(60deg)
}
.cd-dropdown>span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
.cd-dropdown ul {
    position: absolute;
    top: 0px;
    width: 100%
}
.cd-dropdown ul li {
    position: absolute;
    width: 100%
}
.cd-active.cd-dropdown>span {
    color: #fdd100
}
.cd-active.cd-dropdown>span,
.cd-active.cd-dropdown ul li span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}
.cd-active.cd-dropdown ul li span:hover {
    background: #fdd100;
    color: black
}
.icon-nav.shop {
    width: 150px
}
.icon-nav.shop span {
    float: left;
    margin-top: -3px;
    margin-right: 10px;
    font-size: 1.1em;
    text-transform: uppercase
}
#full-width.shop {
    background-color: white
}
#content.shop-page {
    padding: 0px
}
#content.shop-page .carousel-wrap {
    width: 100%;
    padding: 20px 0px;
    position: relative;
    background-color: #131313;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF131313', endColorstr='#FF272727');
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(25%, #131313), color-stop(100%, #272727));
    background-image: -webkit-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -moz-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: -o-linear-gradient(left top, #131313 25%, #272727 100%);
    background-image: linear-gradient(left top, #131313 25%, #272727 100%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 32px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 32px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 32px
}
#shop-wrap {
    margin: 40px auto 0
}
.menu-shop li a.current {
    color: #fdd100
}
#shop-wrap .hentry {
    float: left;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px
}
@media only screen and (max-width: 500px) {
    #shop-wrap .hentry {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 40px
    }
}
.hentry .entry-content .view {
    float: none;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 2px;
    z-index: 1
}
.hentry .entry-content .view img {
    margin: 0px;
    width: 300px;
    height: 300px
}
.hentry .entry-content .view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.hentry .entry-content .view img {
    display: block;
    position: relative
}
.hentry .entry-content .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}
@media only screen and (max-width: 1140px) {
    .hentry .entry-content .view-first .mask {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: transparent
    }
}
.hentry .entry-content .view .mask,
.hentry .entry-content .view .content {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 4
}
.hentry .entry-content .view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.hentry .entry-content .view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    margin-bottom: 0px;
    height: 50px
}
@media only screen and (max-width: 1140px) {
    .hentry .entry-content .view h2 {
        font-size: 15px;
        height: 25px;
        position: absolute;
        width: 100%;
        bottom: 25px
    }
}
.hentry .entry-content .view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.hentry .entry-content .view p {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    height: 140px
}
.hentry .entry-content .view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.hentry .entry-content .view a.info {
    font-size: 10px;
    display: inline-block;
    text-decoration: none;
    padding: 3px 7px;
    color: #fff;
    text-transform: uppercase
}
.hentry .entry-content .view-first h2.item-price {
    font-size: 26px;
    color: #fdd100;
    padding: 5px;
    height: 42px
}
@media only screen and (max-width: 1140px) {
    .hentry .entry-content .view-first h2.item-price {
        font-size: 16px;
        height: 25px;
        position: absolute;
        width: 100%;
        bottom: 0px
    }
}
.hentry .entry-content .view-first h2.item-price.smaller {
    font-size: 20px
}
@media only screen and (max-width: 1140px) {
    .hentry .entry-content .view-first h2.item-price.smaller {
        font-size: 16px
    }
}
.hentry .entry-content .view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
@media only screen and (max-width: 1140px) {
    .hentry .entry-content .view-first h2 {
        filter: alpha(opacity=1);
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}
.hentry .entry-content .view-first h2.item-price span.postage,
.hentry .entry-content .view-first h2.music-title span.postage {
    font-size: 10px;
    color: #fdd100;
    text-transform: none
}
.hentry .entry-content .buttons {
    float: left
}
.hentry .entry-content .buttons a {
    float: left;
    margin-bottom: 5px;
    color: black;
    background-color: #fdd100;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    width: 149px;
    display: block;
    text-align: center;
    text-transform: uppercase
}
.hentry .entry-content .buttons a#buy-now {
    margin-right: 2px
}
.hentry .entry-content .buttons a {
    margin-right: 0px;
    width: 149px
}
.hentry .entry-content .buttons a#buy-now-large {
    width: 300px
}
.hentry .entry-content .buttons a:hover {
    color: #fdd100;
    text-decoration: none;
    background-color: black;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    -webkit-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out
}
.hentry .entry-content .view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.hentry .entry-content .view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
@media only screen and (max-width: 1140px) {
    .hentry .entry-content .view-first:hover img {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
.hentry .entry-content .view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}
.hentry .entry-content .view-first:hover h2,
.hentry .entry-content .view-first:hover p,
.hentry .entry-content .view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}
.hentry .entry-content .view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s
}
.hentry.category-shop .product-image,
.single-shop-products .category-new-shop .product-image {
    float: left;
    width: 300px;
    margin-bottom: 20px
}
.hentry.category-shop .product-details,
.single-shop-products .category-new-shop .product-details {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 20px
}
.hentry.category-shop span.love-it,
.single-shop-products .category-new-shop span.love-it {
    float: right;
    font-size: 14px
}
.hentry.category-shop span.love-it a,
.single-shop-products .category-new-shop span.love-it a {
    color: white
}
.hentry.category-shop span.love-it a:hover,
.single-shop-products .category-new-shop span.love-it a:hover {
    color: #fdd100
}
.hentry .entry-content .view .social-buttons {
    margin: 0px 60px
}
.filter-shop-iphone {
    margin: 1em 0 1em 0;
    text-align: center
}
.filter-shop-iphone li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}
.filter-shop-iphone li a {
    color: black;
    padding: 5px
}
.filter-shop-iphone li a.current {
    color: #fdd100;
    background-color: black
}
#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 5%;
    z-index: 100;
    background: #fdd100;
    padding: 20px;
    color: black;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
[class^="small-icon-"],
[class*="small-icon-"] {
    font-family: 'fontawesome-selected';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0
}
[class^="small-icon-"]:before,
[class*="small-icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}
[class^="small-icon-"] {
    width: 30px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    color: #939393
}
.small-icon-tickets:before {
    content: "\F145"
}
.small-icon-map:before {
    content: "\f041"
}
.small-icon-facebook-gigs:before {
    content: "\f09a"
}
.small-icon-facebook:before {
    content: "\f09a";
    color: #3b5999
}
.small-icon-bubble:before {
    content: "\F075"
}
.small-icon-plus:before {
    content: "\F0D5";
    color: #d04332
}
.small-icon-instagram:before {
    content: "\F16D";
    color: #b3876c
}
.small-icon-twitter:before {
    content: "\F099";
    color: #08b2f0
}
.small-icon-youtube:before {
    content: "\F167";
    color: white
}
.small-icon-love:before {
    content: "\f08a";
    color: #fdd100
}
.small-icon-love:hover:before {
    content: "\f004"
}
footer.site-footer {
    background-color: #161616;
    width: 100%;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    position: relative
}
footer.site-footer h4 {
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 15px
}
footer.site-footer .follow,
footer.site-footer .sign-up,
footer.site-footer .contact {
    float: left;
    min-height: 1px
}
footer.site-footer .follow {
    width: 18.6%
}
@media only screen and (max-width: 1280px) {
    footer.site-footer .follow {
        width: 20%
    }
}
@media only screen and (max-width: 1140px) {
    footer.site-footer .follow {
        width: 50%
    }
}
@media only screen and (max-width: 500px) {
    footer.site-footer .follow {
        width: 100%
    }
}
footer.site-footer .follow .search-footer {
    margin-top: 12px
}
footer.site-footer .follow .search-footer input[type=text] {
    width: 40%
}
footer.site-footer .sign-up {
    width: 31.73333333333333%
}
@media only screen and (max-width: 1280px) {
    footer.site-footer .sign-up {
        width: 40%
    }
}
@media only screen and (max-width: 1140px) {
    footer.site-footer .sign-up {
        width: 50%
    }
}
@media only screen and (max-width: 500px) {
    footer.site-footer .sign-up {
        width: 100%;
        padding-top: 30px
    }
}
footer.site-footer .contact {
    width: 49.66666666666667%
}
@media only screen and (max-width: 1280px) {
    footer.site-footer .contact {
        width: 40%
    }
}
@media only screen and (max-width: 1140px) {
    footer.site-footer .contact {
        width: 100%
    }
}
@media only screen and (max-width: 500px) {
    footer.site-footer .contact {
        width: 100%
    }
}
footer .social {
    margin: 0
}
footer .social li {
    display: inline-block
}
footer .social li a {
    height: 18px;
    text-indent: -9999px;
    background: transparent url(../images/social-sprite.png) top left no-repeat;
    margin: 0 3px 0 0;
    padding: 0;
    display: block
}
footer .social .facebook {
    width: 9px;
    background-position: 0 0
}
footer .social .facebook:hover {
    background-position: 0 -18px
}
footer .social .twitter {
    width: 18px;
    background-position: -12px 0px
}
footer .social .twitter:hover {
    background-position: -12px -18px
}
footer .social .gplus {
    width: 17px;
    background-position: -33px 0px
}
footer .social .gplus:hover {
    background-position: -33px -18px
}
footer .social .youtube {
    width: 18px;
    background-position: -53px 0px
}
footer .social .youtube:hover {
    background-position: -53px -18px
}
footer .social .instagram {
    width: 18px;
    background-position: -74px 0px
}
footer .social .instagram:hover {
    background-position: -74px -18px
}
footer .social .spotify {
    width: 19px;
    background-position: -93px 0px
}
footer .social .spotify:hover {
    background-position: -93px -18px
}
footer .social .soundcloud {
    width: 25px;
    background-position: -115px 0px
}
footer .social .soundcloud:hover {
    background-position: -115px -18px
}
footer .social .rss-feed {
    width: 19px;
    background-position: -142px 0px
}
footer .social .rss-feed:hover {
    background-position: -142px -18px
}
@media only screen and (max-width: 1140px) {
    footer .sign-up {
        padding-left: 0px
    }
}
footer .sign-up input[type=text],
footer .sign-up input[type=email],
footer .sign-up textarea {
    width: 65%;
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
    padding: 3px
}
footer .sign-up button {
    float: left
}
footer .contact {
    padding-left: 20px
}
@media only screen and (max-width: 1140px) {
    footer .contact {
        padding-left: 0px;
        padding-top: 30px
    }
}
footer .contact h5 {
    font-size: 0.75em;
    text-transform: uppercase
}
footer .contact a {
    text-decoration: underline;
    color: #848484
}
footer .contact a:hover {
    text-decoration: none
}
footer .contact p {
    font-size: 11px;
    margin-bottom: 15px
}
footer .contact div {
    float: left;
    min-height: 1px
}
footer .contact .general {
    width: 21%
}
@media only screen and (max-width: 1280px) {
    footer .contact .general {
        width: 50%
    }
}
@media only screen and (max-width: 500px) {
    footer .contact .general {
        width: 100%
    }
}
footer .contact .management,
footer .contact .booking {
    width: 31%
}
@media only screen and (max-width: 1280px) {
    footer .contact .management,
    footer .contact .booking {
        width: 50%
    }
}
@media only screen and (max-width: 500px) {
    footer .contact .management,
    footer .contact .booking {
        width: 100%
    }
}
footer .contact .fatshop {
    width: 17%
}
@media only screen and (max-width: 1280px) {
    footer .contact .fatshop {
        width: 50%
    }
}
@media only screen and (max-width: 500px) {
    footer .contact .fatshop {
        width: 100%
    }
}
footer .slogan {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    font-size: 12px;
    margin-top: 10px
}
footer .slogan a {
    color: #848484
}
footer .slogan a:hover {
    text-decoration: underline
}
@media only screen and (max-width: 1140px) {
    footer .slogan {
        text-align: center
    }
}
.ig-b- {
    display: inline-block
}
.ig-b- img {
    visibility: hidden
}
.ig-b-:hover {
    background-position: 0 -60px
}
.ig-b-:active {
    background-position: 0 -120px
}
.ig-b-v-24 {
    width: 137px;
    height: 24px;
    background: url(../images/ig-badge-view-sprite-24.png) no-repeat 0 0
}
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1000px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }