body,
html {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: #e3e3e3;
    color: #3e3e3e;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.all {
    display: block;
    position: relative;
    clear: both;
    margin-left: 0;
    transition: all 1s;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.all.fade {
    width: 100vw;
    left: 260px
}

body.fade {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

.full.center {
    text-align: center
}

btn,
.btn {
    font-family: 'Lato', sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 8px 8px 8px 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    color: #efefef;
    letter-spacing: .5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 12px;
    margin: 30px auto 0 auto;
    cursor: pointer;
    transition: all 0.5s
}

btn:hover,
.btn:hover {
    color: #333;
    background-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #333 cursor:pointer
}

btn a,
.btn a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

ul,
p {
    font-weight: 400;
    line-height: 1.5em;
    font-size: 18px;
    margin: 0 0 1.5em 0;
    font-family: 'Lato', sans-serif
}

ul {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%
}

.full ul li {
    list-style: circle;
    display: block;
    float: left;
    width: calc(50% - 20px);
    padding: 0;
    margin: 0;
    transition: all 0.5s
}


.center {
    text-align: center
}

.dark {
    background-color: #212121;
    color: #efefef
}

.light {
    background-color: #e3e3e3;
    color: #333
}

.panel {
    display: block;
    position: relative;
    clear: both;
    height: auto;
    width: calc(100% - 60px);
    padding: 0 30px 0 30px;
    margin: 0 0 60px 0;
    float: left
}

.panel-overlay {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .4);
    z-index: 0
}

.panel-overlay.dark {
    background-color: rgba(0, 0, 0, .4)
}

.vid-bg-box {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    overflow: hidden
}

.video_background {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden
}

.full-panel {
    display: table;
    position: relative;
    height: 100vh;
    max-height: 100vh;
    width: calc(100% - 60px);
    padding: 0 30px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    clear: both;
    overflow: hidden
}

.half-panel {
    display: table;
    position: relative;
    height: 50vh;
    min-height: 400px;
    margin: 0 auto 120px auto;
    width: 100%;
    background-size: calc(100vh + 75vw);
    background-repeat: no-repeat;
    background-position: center top;
    clear: both;
    overflow: hidden;
    background-attachment: scroll;
    -webkit-transition: background-size 0.5s;
    transition: background-size 0.5s;
    background-color: #000
}

@media (max-width:760px) {
    .full-panel {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.main-content {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 60px);
    padding: 0
}

.cover-title-image {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    opacity: .7
}

.full-panel .main-content,
.panel .main-content,
.half-panel .main-content {
    width: calc(100%)
}

.middle {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.top {
    display: block;
    position: relative;
    width: 100%
}

.full {
    display: block;
    float: none;
    position: relative;
    clear: both;
    margin: 0 auto 0 auto;
    width: calc(100% - 60px)
}

.break {
    display: block;
    position: relative;
    clear: both;
    top: 40px;
    padding: 0 0 40px 0
}

.full.break {
    margin: 0 0 40px 30px
}

.row {
    display: inline-block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0 0 20px 0
}

.half {
    display: block;
    float: left;
    width: calc(50% - 60px)
}

.sixty {
    display: block;
    float: left;
    width: calc(60% - 60px)
}

.forty {
    display: block;
    float: left;
    width: calc(40% - 60px)
}

.forty img {
    width: 100%;
    height: auto
}

.third {
    display: block;
    float: left;
    width: calc(33.3% - 60px)
}

.quarter {
    display: block;
    float: left;
    width: calc(25% - 30px)
}

.three-quarters {
    display: block;
    float: left;
    width: calc(75% - 30px)
}

.full,
.half,
.third,
.quarter,
.three-quarters,
.sixty,
.forty {
    padding: 10px 30px 40px 30px;
    transition: all 0.5s;
    text-align: left
}

.half p img {
    width: 100%;
    max-width: calc(100% - 60px) !important;
    height: auto;
    display: block;
    position: relative;
    margin: 20px 0 20px 0 !important
}

.play-audio {
    cursor: pointer;
    text-align: left
}

ul .material-icons {
    font-size: inherit
}

.play-audio .material-icons {
    position: absolute;
    display: inline-block;
    font-size: 24px;
    margin: 1px 10px 0 5px
}

.footer-audio {
    position: fixed;
    bottom: -90px;
    min-width: 100%;
    height: 50px;
    z-index: 999;
    transition: all 0.5s
}

.show-audio {
    bottom: 0;
    cursor: pointer
}

.audio-box {
    display: none;
    position: relative;
    height: 50px;
    width: calc(100% - 40px);
    max-width: 800px;
    background-color: #000;
    margin: 0 auto 0 auto;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    color: #fff;
    font-size: 24px
}

.audio-box .controls {
    display: block;
    position: absolute;
    background-color: #000;
    opacity: .7;
    width: 120px;
    height: 30px;
    margin-top: -30px;
    right: 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    text-align: center
}

.audio-box .material-icons {
    font-size: 28px;
    opacity: .6;
    transition: all 0.5s
}

.audio-box .material-icons:hover {
    opacity: 1
}

.audio-box .hide-audio {
    position: absolute;
    top: 3px;
    left: 10px
}

.audio-box .close-audio {
    top: 3px;
    position: absolute;
    right: 10px
}

.shadow {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63)
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.audioplayer {
    margin: 5px 0 0 0;
    font-size: 16px;
    width: calc(100% - 10px);
    float: right
}

.side-buttons {
    right: -50px;
    height: 40px;
    position: fixed;
    width: 40px;
    background-color: #000;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 24px;
    transition: all 0.5s;
    opacity: .6;
    cursor: pointer;
    z-index: 9999;
    text-align: center
}

.side-buttons:hover {
    opacity: 1
}

.show-side {
    right: 0
}

.side-buttons .material-icons {
    font-size: 26px;
    display: block;
    position: absolute;
    margin: 7px 0 0 7px;
    opacity: .6
}

.show-right {
    bottom: 50px
}

.play-audio {
    font-family: 'Lato', sans-serif;
    display: block;
    position: relative;
    clear: both;
    max-width: 400px;
    width: calc(100% - 32px);
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 8px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    color: #efefef;
    letter-spacing: .5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 12px;
    margin: 30px auto 0 auto;
    cursor: pointer;
    transition: all 0.5s
}

.play-audio:hover,
.play-audio.active {
    color: #333;
    background-color: #ccc;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    border-width: 1px;
    border-style: solid;
    border-color: #333
}

.big-play {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: auto;
    opacity: .3;
    cursor: pointer !important
}

.vid-link,
.tube-link {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    width: calc(100%);
    background-color: #000;
    height: auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63)
}

.vid-link img,
.tube-link img {
    position: relative;
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.vid-overlay {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    color: #fff
}

.vid-table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: all 0.5s;
    cursor: pointer
}

.vid-table .material-icons {
    font-size: 90px;
    text-shadow: 0 0 10px #000
}

.vid-table:hover {
    background-color: rgba(0, 0, 0, 0)
}

.vid-table .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.vid-table .cell img {
    max-width: 100px;
    height: 100px
}

.vid-cap {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 14px;
    margin: 0 0 0 0
}

.vid-link img:hover {
    opacity: 1
}

.menu-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 29px;
    cursor: context-menu;
    opacity: .6;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    padding-top: 7px
}

.menu-btn:hover {
    opacity: 1
}

.menu {
    top: 0;
    left: -290px;
    position: fixed;
    background-color: #111;
    width: 280px;
    height: 100%;
    z-index: 999;
    color: #efefef;
    transition: all 0.75s
}

.show-menu {
    left: 0
}

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

.menu ul li {
    display: block;
    color: #efefef;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.5s;
    letter-spacing: .25em;
    font-weight: 700;
    text-indent: 10px
}

.menu ul li a {
    display: block;
    position: relative;
    padding: 10px;
    text-decoration: none;
    color: #efefef
}

.menu ul li:hover {
    background-color: #333
}

.menu-title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    color: #999;
    font-size: 18px
}

.close-menu {
    position: absolute;
    top: 9px;
    right: 0;
    width: 40px;
    height: auto;
    opacity: .6;
    transition: all 0.5s;
    cursor: pointer
}

.close-menu:hover {
    opacity: 1
}

.menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    display: none;
    opacity: .8
}

.pop-image {
    transition: all 0.5s;
    cursor: zoom-in
}

.pop-image.shadow:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63)
}

.img-pop-box {
    display: none;
    z-index: 9999
}

.img-container {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0
}

.img-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.img-holder {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 30px 0 30px
}

.img-holder img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: none;
    cursor: zoom-out
}

.btt-footer {
    display: none;
    bottom: 0;
    left: 0;
    height: 37px;
    position: fixed;
    z-index: 99;
    width: 100%;
    text-align: center;
    opacity: .3
}

.btt-footer img {
    padding: 5px 10px 6px 10px;
    width: 50px;
    background-color: #000;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

.back-to-top {
    height: 80px;
    width: 40px;
    background-color: #000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    transition: all 0.5s;
    opacity: .6;
    cursor: pointer;
    text-align: center
}

.back-to-top img {
    display: block;
    position: relative;
    width: 80%;
    margin: 10px auto 0 auto
}

@media (max-width:960px) {
    .quarter,
    .three-quarters,
    .sixty,
    .forty {
        width: calc(50% - 60px);
        float: left
    }
    .third {
        width: calc(100% - 30px)
    }
    .lower-copy .content div p img {
        width: 100%;
        max-width: 100%;
        display: block;
        position: relative;
        margin: 20px 0 20px 0 !important;
        float: none !important
    }
}

@media (max-width:860px) {
    .full ul li {
        list-style: circle;
        display: block;
        float: left;
        width: calc(100% - 20px);
        padding: 0;
        margin: 0
    }
}

@media (max-width:760px) {
    .quarter,
    .half,
    .three-quarters,
    .sixty,
    .forty,
    .full,
    .third {
        width: 100%;
        display: block;
        position: relative;
        float: none;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
    .pull-right,
    .pull-left {
        float: none !important;
        display: block;
        position: relative;
        margin: 0 auto
    }
}

.acc-head {
    display: block;
    position: relative;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
    margin: 0 0 1.5em 0;
    font-family: 'Lato', sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 8px 8px 8px 14px;
    text-align: left;
    background-color: #333;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    color: #efefef;
    letter-spacing: .5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 12px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    transition: all 0.5s
}

.acc-head:hover {
    color: #333;
    background-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #333
}

.acc-head.active {
    color: #333;
    background-color: #ccc
}

.acc-head i {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px
}

.acc-head .minus {
    display: none
}

.acc-head.active .minus {
    display: block
}

.acc-head.active .plus {
    display: none
}

.acc-body {
    display: none;
    padding: 20px 10px 10px 10px;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
    margin: 0 0 1.5em 0;
    font-family: 'Lato', sans-serif
}

.modal-vid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none
}

.movie-box {
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100vh;
    background-color: #232323;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center
}

.wide-screen {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.vid-holder {
    display: inline-block;
    top: 0;
    left: 0;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    max-width: calc(100% - 122px)
}

.vid-holder .close {
    position: absolute;
    font-weight: 300;
    letter-spacing: .125em;
    text-transform: uppercase;
    font-size: 30px;
    right: 0;
    top: -30px;
    color: #999;
    cursor: pointer
}

.standard-img,
.widescreen-img,
.sixteen-nine,
.pal {
    max-height: calc(100vh - 122px);
    max-width: calc(100vw - 122px);
    position: relative;
    margin: 0 auto;
    display: none
}

.show {
    display: block
}

.hide {
    display: none
}

.vid-holder video,
.vid-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(https://s3.amazonaws.com/imglibs/video_bg.png);
    background-position: center center;
    background-repeat: no-repeat
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.media-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    display: none;
    opacity: .8
}

.modal-open {
    cursor: pointer
}

.modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none
}

.modal-window {
    display: block;
    position: relative;
    margin: 40px auto 0 auto;
    width: calc(100vw - 80px);
    max-width: 800px;
    height: auto;
    max-height: calc(100vh - 40px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .63);
    color: #333;
    background-color: #e3e3e3;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 8px
}

.modal-title {
    display: block;
    position: relative;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .25em;
    padding: 5px 0 5px 0;
    background-color: #ccc;
    border-radius: 8px 8px 0 0
}

.close-modal {
    float: right;
    margin-right: 5px;
    cursor: pointer
}

.modal-copy {
    padding: 20px
}

.close-media {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    display: none;
    cursor: pointer;
    opacity: .6;
    transition: all 0.5s;
    color: #fff
}

.audioplayer {
    height: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, .7);
    font-family: 'Lato', sans-serif
}

.audioplayer-mini {
    width: 2.5em;
    margin: 0 auto
}

.audioplayer>div {
    position: absolute
}

.audioplayer-playpause {
    width: 2.5em;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1)
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222
}

.audioplayer-playpause a {
    display: block
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.25em
}

.audioplayer-playing .audioplayer-playpause a {
    width: .75em;
    height: .75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.375em 0 0 -.375em
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0
}

.audioplayer-playing .audioplayer-playpause a:before {
    left: 0
}

.audioplayer-playing .audioplayer-playpause a:after {
    right: 0
}

.audioplayer-time {
    width: 4.375em;
    height: 100%;
    line-height: 2.375em;
    text-align: center;
    z-index: 2;
    top: 0
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    left: 2.5em
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, .1);
    right: 2.5em
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0
}

.audioplayer-bar {
    height: .875em;
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    left: 6.875em;
    margin-top: -.438em
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1
}

.audioplayer-bar-played {
    background: #a00000;
    z-index: 2
}

.audioplayer-volume {
    width: 2.5em;
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
    background-color: #222
}

.audioplayer-volume-button {
    width: 100%;
    height: 100%
}

.audioplayer-volume-button a {
    width: .313em;
    height: .375em;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: '';
    position: absolute
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -.25em;
    margin-top: -.5em
}

.audioplayer-volume-adjust {
    height: 6.25em;
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #000;
    border: 1px solid #333
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%
}

.audioplayer-volume-adjust>div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a00000
}

.audioplayer-novolume .audioplayer-volume {
    display: none
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow(1px 1px 0 #000);
    -moz-filter: drop-shadow(1px 1px 0 #000);
    -ms-filter: drop-shadow(1px 1px 0 #000);
    -o-filter: drop-shadow(1px 1px 0 #000);
    filter: drop-shadow(1px 1px 0 #000)
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, .5), 1px 1px 0 rgba(255, 255, 255, .1)
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15);
    box-shadow: -2px -2px 2px rgba(0, 0, 0, .15), 2px -2px 2px rgba(0, 0, 0, .15)
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease
}

.jukebox li,
.full .jukebox li {
    list-style: none;
    display: block;
    position: relative;
    font-weight: 400;
    line-height: 1.5em;
    width: calc(100% - 24px);
    font-size: 16px;
    margin: 0 0 1.5em 0;
    font-family: 'Lato', sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 8px 8px 8px 14px;
    text-align: left;
    background-color: #333;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    color: #efefef;
    letter-spacing: .5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 12px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    transition: all 0.5s
}

.jukebox li:hover {
    color: #333;
    background-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #333
}

.jukebox li.active {
    color: #333;
    background-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #333
}

.material-icons.juke-icon {
    float: right;
    font-size: 18px
}


ul.tabs {
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none
}

ul.tabs li {
    background: none;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    width: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    padding: 8px 8px 8px 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    color: #efefef;
    letter-spacing: .5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 12px;
    margin: 0 5px 0 0;
    cursor: pointer;
    transition: all 0.5s
}

@media (max-width:860px) {
    ul.tabs li {
        display: block;
        position: relative;
        width: calc(100% - 22px);
        clear: both;
        margin: 0
    }
}

ul.tabs li.current {
    color: #333;
    background-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #333
}

.tab-content {
    display: none;
    padding: 20px 20px 0 20px;
    transition: all 0.5s;
    color: #333;
    background-color: #efefef;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    opacity: 0
}

.tab-content.current {
    display: block;
    opacity: 1
}

.gallery-box {
    text-align: center;
    padding: 0 0 40px 0;
    display: block;
    position: relative;
    clear: both
}

.gallery-box a img {
    margin: 10px
}

@media (max-width:410px) {
    .gallery-box .pop-image {
        width: 40%;
        height: auto
    }
}

/*Fancy box mods*/

.fancybox-button[disabled] {
    opacity: 0.3 !important;
}