/* GENERAL
================================================== */
* {
    outline: none;
}

html,
body {
    height: 100%;
    font-family: 'Sintony', sans-serif;
    color: #000000;
}

body {
    background-color: #d1a051;
    background-image: url(../img/shape-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px;
    padding: 0 0 175px;
}

.container {
    /*width: 1290px;*/
    max-width: 1290px;
}
.container-inner {
    width: 1240px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}

.shape-bg {
    background-image: url(../img/shape-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.shape-bg-2 {
    background-image: url(../img/shape-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.shape-bg-repeat {
    background-repeat: repeat-y;
}

h1,
h2,
h3 {
    font-family: 'Bevan', cursive;
    text-transform: uppercase;
}

a {
    color: #bb0001;
}
a:hover {
    color: #bb0001;
}

.fancybox-wrap-custom .fancybox-skin {
    background: #d1a051;
}

span.shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 117px;
    background: url(../img/shadow.png) repeat-x;
}
span.shadow-upper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 117px;
    background: url(../img/shadow-upper.png) repeat-x;
}

span.play {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play.png) center center no-repeat;
}

#section-page {
    position: relative;
}


/* FLEXSLIDER
================================================== */
.flex-direction-nav a {
    width: 75px;
    height: 76px;
    /*    background-image: url(../img/nav-arrows.png); */
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.flex-direction-nav .flex-prev {
    /*    background-position: 0 0;*/
    background-image: url(../img/nav-arrows-left.png); 
}
.flex-direction-nav .flex-prev:hover {
    /*    background-position: 0 -76px;*/
    background-image: url(../img/nav-arrows-left-hover.png); 
}
.flex-direction-nav .flex-next {
    /*    background-position: -75px 0;*/
    background-image: url(../img/nav-arrows-right.png); 
}
.flex-direction-nav .flex-next:hover {
    /*    background-position: -75px -76px;*/
    background-image: url(../img/nav-arrows-right-hover.png); 
}

@media (max-width:815px){
    .flex-direction-nav a {
        background-size: 75% 75%;
    }
    .flex-direction-nav .flex-next {
        background-position: top right;
    }
    .flex-direction-nav .flex-next:hover {
        background-position: top right;
    }
}


/* NAVIGATION
================================================== */
.admin-bar .navbar-default {
    top: 28px;
}
.navbar-default {
    background-color: #000000;
    border: none;
    border-bottom: 1px solid #d1a051;
}
.navbar-brand {
    display: block;
    width: 200px;
    height: 23px;
    margin: 15px 0 0 5px;
    padding: 0;
    background: url(../img/logo-small-1.png) no-repeat;
    overflow: hidden;
    text-indent: -999px;
}
.navbar-default .navbar-toggle {
    border-color: #d1a051;
    background-color: #000000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #d1a051;
}
.navbar-default .navbar-nav > li > a {
    position: relative;
    padding: 26px 10px 26px;
    background-color: initial;
    font-family: 'Bevan', cursive;
    color: #d1a051;
    text-transform: uppercase;
}


@media (min-width: 1261px){
    .navbar-default .navbar-nav > li > a{
        font-size: 18px;
        top: 5px;
    }

}

@media (max-width: 1260px){
    .navbar-default .navbar-nav > li > a{
        font-size: 16px;
    }

}

@media (max-width: 960px){
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        font-weight: normal !important;
    }

}

.navbar-default .navbar-nav > li.nav-icon > a {
    display: block;
    /*top: -14px;*/
    top: 16px;
    width: 49px;
    height: 49px;
    padding: 0;
    background-image: url(../img/nav-icons.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -999px;
}

.navbar-default .navbar-nav > li.nav-border > a {
    padding-left: 14px;
    background-image: url(../img/nav-spacer.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.lt-ie9 .navbar-default .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
}
.lt-ie9 .navbar-default .navbar-nav > li.nav-border > a {
    padding-left: 10px;
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current_page_item > a,
.navbar-default .navbar-nav > .current_page_item > a:hover,
.navbar-default .navbar-nav > .current_page_item > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: initial;
    color: #ffffff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #d1a051;
    border-bottom-color: #d1a051;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    border-color: #d1a051;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #d1a051;
}
.navbar-default .navbar-nav .open .dropdown-menu> li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background: #d1a051;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #d1a051;
}
.dropdown-menu > li > a,
.dropdown-header {
    font-family: 'Bevan', cursive;
}

/* Navigation icons */
.navbar .container {
    padding-left: 0;
    padding-right: 0;
}

/*@-moz-document url-prefix() {
    .navbar-default .navbar-nav > li.nav-icon > a {
        top: 16px;
    }
}*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,.navbar-default .navbar-nav > li.nav-icon > a {
        top: -14px;
    }
}
.navbar-default .navbar-nav > li.nav-icon > a:hover,
.navbar-default .navbar-nav > li.nav-icon > a:focus,
.navbar-default .navbar-nav > li.nav-icon.current_page_item > a {
    background-color: #000000;
}

.nav-icon-home a {
    background-position: 0 0;
}
.navbar-default .navbar-nav > li.nav-icon-home.current_page_item > a,
.nav-icon-home a:hover,
.nav-icon-home a:focus {
    background-position: 0 -49px;
}

.nav-icon-mail a {
    background-position: -49px 0;
}
.navbar-default .navbar-nav > li.nav-icon-mail.current_page_item > a,
.nav-icon-mail a:hover,
.nav-icon-mail a:focus {
    background-position: -49px -49px;
}

.nav-icon-twitter a {
    background-position: -98px 0;
}
.navbar-default .navbar-nav > li.nav-icon-twitter.current_page_item > a,
.nav-icon-twitter a:hover,
.nav-icon-twitter a:focus {
    background-position: -98px -49px;
}

.nav-icon-facebook a {
    background-position: -147px 0;
}
.navbar-default .navbar-nav > li.nav-icon-facebook.current_page_item > a,
.nav-icon-facebook a:hover,
.nav-icon-facebook a:focus {
    background-position: -147px -49px;
}

.nav-icon-youtube a {
    background-position: -196px 0;
}

.navbar-default .navbar-nav > li.nav-icon-youtube.current_page_item > a,
.nav-icon-youtube a:hover,
.nav-icon-youtube a:focus {
    background-position: -196px -49px;
}

@media (min-width: 480px) {
    .navbar-brand {
        width: 343px;
        height: 40px;
        margin: 5px 0 0 5px;
        background: url(../img/logo-small-2.png) no-repeat;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        display: none;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav {
        float: none;
        margin: 0 auto;
        text-align: center;
        /*        max-height: 76px;*/
        overflow: hidden;
        padding-bottom: 35px;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}




/* FOOTER
================================================== */
#footer {
    position: relative;
    bottom: 20px;
    height: 175px;
    background-color: #d1a051;
}
@media (max-width:1284px){
    #footer {
        height: 275px;
    }
}
@media (max-width:867px){
    #footer {
        height: 385px;
    }
}
#footer .footer-bottom {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 25px;
    background-color: #000000;
}
#footer .footer-bottom span {
    display: block;
    width: 100%;
    max-width: 1260px;
    height: 25px;
    margin: 0 auto;
    background-color: #000000;
}

#footer > div.container {
    padding-top: 24px;
    text-align: center;
}
#footer .footer-item {
    display: inline-block;
    position: relative;
    width: 403px;
    height: 103px;
    margin-left: 10px;
    background-image: url(../img/footer-box-bg.png);
    background-repeat: no-repeat;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
}
#footer .footer-item > div {
    position: relative;
}

#footer .footer-item.footer-item-tweet {
    /*    margin-left: 0;*/
    background-position: 0 0;
    font-size: 13px;
}
#footer .footer-item.footer-item-tweet > div {
    position: absolute;
    top: 13px;
    left: 75px;
    width: 295px;
    height: 75px;
    overflow: hidden;
}
#footer .footer-item.footer-item-tweet > div > a:first-child {
    font-family: 'Bevan', cursive;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#footer .footer-item.footer-item-copyright {
    width: 404px;
    background-position: -416px 0;
}
#footer .footer-item.footer-item-copyright span {
    display: block;
    position: absolute;
    top: 22px;
    left: 50px;
    width: 135px;
    color: #bb0001;
}
#footer .footer-item.footer-item-copyright .fb-like {
    position: absolute;
    top: 22px;
    left: 190px;
}

#footer .footer-item.footer-item-email {
    background-position: -832px 0;
}
#footer .footer-item.footer-item-email span {
    display: block;
    position: absolute;
    top: 33px;
    left: 70px;
    width: 250px;
    height: 45px;
}

#footer .footer-item a {
    color: #bb0001;
    text-decoration: none;
}
#footer .footer-item a:hover {
    color: #ffffff;
}

/* HOME SECTION - SLIDER
================================================== */
#section-home-slider {
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    //  height: 690px;
    margin: 0;
    padding: 0;
    background-color: #000000;
}
#section-home-slider .flex-direction-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
#section-home-slider .flex-direction-nav li {
    position: relative;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}
#section-home-slider .flex-direction-nav a {
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
}
#section-home-slider .flex-direction-nav .flex-prev  {
    left: 0;
    opacity: 1;
}
#section-home-slider .flex-direction-nav .flex-next  {
    right: 0;
    opacity: 1;
}

#section-home-slider .slides li {
    position: relative;
}
#section-home-slider .slides li img {
    display: block;
    margin: 0 auto;
}
#section-home-slider .caption {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    z-index: 999;
}
#section-home-slider .caption > div {
    position: relative;
    margin: 0 auto;
    padding-left: 150px;
}
#section-home-slider .caption span {
    display: block;
    max-width: 500px;
    font-family: 'Bevan', cursive;
    font-size: 31px;
    line-height: 33px;
    color: #ffffff;
    text-shadow: 3px 3px 0px #9e793e;
    text-transform: uppercase;
}
#section-home-slider .caption a {
    font-size: 19px;
    font-weight: 700;
    color: #bb0001;
    position: relative;
    top: -4px;
}


/* HOME SECTION - LOGO
================================================== */
#section-home-logo {
    position: relative;
    height: 690px;
    margin-top: 115px;
    max-width: 80%;
    //background: url(../img/logo.png) center 15px no-repeat;
}

@media (max-width:760px){
    #section-home-logo {
        max-width: 60%;
    }  
}

#section-home-logo img{
    height: 15% !important;
    margin: 0 auto !important;
}
@media (max-width: 767px){
    #section-home-logo img{
        margin: -27px auto !important;
    }
}


/* HOME SECTION - LATEST
================================================== */
#section-home-latest {
    position: relative;
    background-color: #d1a051;
}

#section-home-latest > div:first-child {
    padding-bottom: 7px;
}
.home-news article {
    float: left;
    width: 420px;
    /*    height: 465px;*/
    /*    height: 605px;*/
    padding: 30px 10px 20px;
    overflow: hidden;
}

@media (max-width: 899px){
    .home-news article{
        width: 49%;
        overflow: hidden;
    }

    .home-news article:last-of-type{
        display: none;
    }
}
@media (max-width: 767px){
    .home-news article{
        width: 100%;
        overflow: hidden;
    }

    .home-news article:last-of-type{
        display: none;
    }

    .home-news article {
        /*        height: 585px;*/
    }
}

@media (min-width: 992px) and (max-width: 1306px){
    .home-news article{
        width: 32%;
        overflow: hidden;
    }

    /*    .home-news article:last-of-type{
            display: none;
        }*/
}

.home-news article > div {
    position: relative;
    /*    height: 435px;*/
    /*    overflow-y: auto;*/
    /*    height: 535px;*/
    background: #ffffff;
}
.home-news article.style2 > div {
    /*	overflow: hidden;*/
}
.home-news article header > span {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    background: #ffffff;
}
.home-news article header > span > span {
    display: block;
    width: 100%;
    height: 40px;
    background: #bb0001;
}
.home-news article.item-photo header > span {
    display: none;
}
.home-news article header h1 {
    margin-top: 20px;
    padding: 0 18px;
    font-size: 19px;
}
.home-news article header h1 a {
    color: #000000;
}
.home-news article header h1 a:hover {
    color: #bb0001;
}
.home-news article header img {
    /*    width: 400px;*/
    width: 100%;
    max-height: 260px;
}

@media (max-width:767px){
    .home-news article header img {
        /*    width: 400px;*/
        width: 100%;
        max-height: none;
    } 
}

.home-news article > div > div {
    padding: 0 18px;
}
.home-news article footer {
    /*    position: absolute;
        bottom: 20px;*/
    /*    bottom: 0;*/
    /*    width: 400px;*/
    /*    height: 45px;*/
    padding: 15px 18px 40px;
    background: #ffffff;
}
.home-news article.style2 footer {
    /*    position: absolute;
        bottom: 20px;*/
    /*    bottom: 0;*/
    /*    width: 400px;*/
    /*    height: 45px;*/
    padding: 0px;
    background: #ffffff;
}

.home-news article footer .comments {
    color: #bb0001;
    font-family: 'Bitter', serif;
    font-weight: 700;
}
.home-news article footer .twitter-share-button,
.home-news article footer .fb-like {
    float: right;
    margin-left: 10px;
}
.home-news .see-all {
    display: inline-block;
    padding-top: 10px;
    font-family: 'Bitter', serif;
    font-size: 29px;
    color: #000000;
}
.home-news .see-all span {
    color: #bb0001;
}

.home-shows {
    position: relative;
    padding: 15px 0;
    margin-bottom: 30px;
}
.home-shows span.border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(../img/shows-border-top.png) repeat-x;
}
.home-shows span.border-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../img/shows-border-bottom.png) repeat-x;
}
.home-shows article {
    position: relative;
    float: left;
    width: 210px;
    height: 210px;
    padding: 10px 20px 20px;
    background: url(../img/ticket-bg.png) no-repeat;
}

@media (max-width: 500px){
    .home-shows article{
        float: none !important;
    }
}

@media (max-width: 1306px){
    .center-shows{
        overflow: hidden;
        text-align: center;
    }

    .home-shows article{
        float: none !important;
        display: inline-block;
    }

    .home-shows article.show-all {
        position: relative;
        bottom: 16px;
    }
}
@media (max-width: 471px){
    .home-shows article.show-all{
        position: relative;
        bottom: 5px;
    }
}

@media (min-width: 472px) and (max-width: 685px){
    .home-shows article.show-all{
        position: relative;
        bottom: 5px;
    }    
    .center-shows article.ticket:nth-child(2){
        position: relative !important;
        bottom: -11px !important;
    }
}

.home-shows article h1 {
    margin: 0;
    text-align: center;
}
.home-shows article.show-all {
    color: #bb0001;
    margin: 0 auto;
}
.home-shows article.show-all span:nth-child(1) {
    font-size: 25px;
}
.home-shows article.show-all span:nth-child(2) {
    font-size: 49px;
    line-height: 38px;
}
.home-shows article.show-all span:nth-child(3) {
    font-size: 39px;
    line-height: 30px;
}
.home-shows article.show-all a {
    display: block;
    position: relative;
    top: -2px;
    height: 75px;
    padding: 15px 0 0 100px;
    font-family: 'Bevan', cursive;
    font-size: 26px;
    line-height: 26px;
    color: #bb0001;
    background: url(../img/show-all.png) 10px top no-repeat;

    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.home-shows article.show-all a:hover {
    opacity: .6;
}
.home-shows article.ticket {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.home-shows article.ticket > a:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.home-shows article.ticket span.date {
    display: block;
    margin: 0 auto;
    font-family: 'Bevan', cursive;
    font-size: 49px;
}
.home-shows article.ticket span.location {
    position: relative;
    display: block;
    top: -4px;
    width: 170px;
    height: 59px;
    margin: 0 auto;
    font-size: 18px;
    overflow: hidden;
}
.home-shows article.ticket .ticket-btn-img {
    display: block;
    position: absolute;
    bottom: 17px;
    width: 166px;
    height: 53px;
    margin: 0 auto;
    background: url(../img/ticket.png) no-repeat;

    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.home-shows article.ticket .ticket-btn-img:hover {
    opacity: .6;
}
.home-shows article.ticket .ticket-box {
    position: relative;
    top: 10px;
    font-family: 'Bevan', cursive;
    font-size: 21px;
    color: #bb0001;
}
.home-shows a {
    color: #000000;
}


/* HOME SECTION - RECENT
================================================== */
#section-home-recent {
    background: #000000;
}

#section-home-recent header {
    position: relative;
    background: #000000;
    padding-bottom: 20px;
}
#section-home-recent header h1 {
    display: inline-block;
    float: left;
    margin: 17px 0 12px;
    font-size: 31px;
    color: #d1a051;
}
#section-home-recent header a {
    display: inline-block;
    position: relative;
    top: 13px;
    float: right;
    font-family: 'Bitter', serif;
    font-size: 29px;
    color: #d1a051;
}
#section-home-recent header h1 span,
#section-home-recent header a span {
    color: #bb0001;
}

#section-home-recent > div.row {
    position: relative;
    margin: 0;
    background: #000000;
}
#section-home-recent article {
    position: relative;
    height: 285px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#section-home-recent article img {
    width: 100%;
}
#section-home-recent article h2 {
    position: absolute;
    left: 50px;
    bottom: 0px;
    font-size: 18px;
    color: #ffffff;

    -webkit-transition: bottom .2s linear, left .2s linear;
    -o-transition: bottom .2s linear, left .2s linear;
    -moz-transition: bottom .2s linear, left .2s linear;
    transition: bottom .2s linear, left .2s linear;
}
#section-home-recent article:hover a h2 {
    left: 25%;
    bottom: 40%;
}


/* HOME SECTION - RECENT
================================================== */
#section-home-essentials {
    position: relative;
    padding: 33px 0;
    background: #ffeed2;
}
#section-home-essentials .cta {
    margin-left: 40px;
    float: left;
    width: 598px;
    height: 168px;
    background: url(../img/essentials-cta.png) no-repeat;
}
#section-home-essentials .essentials-box {
    /*    float: right;*/
    height: 168px;
    margin: 20px auto;
    display: inline-block;
}
.esential-content{
    text-align: center;
}
@media (max-width: 767px){
    .esential-content{
        margin-bottom: 104px;
    }
}
@media (max-width: 561px){
    .esential-content{
        margin-bottom: 300px;
    }
}
@media (max-width: 352px){
    .esential-content{
        margin-bottom: 350px;
    }
}
.essentials-box ul.essentials-nav {
    display: block;
    float: left;
    width: 200px;
    height: 184px;
    padding: 0;
    margin: 0;
    background: #000000;
    list-style: none;
}
.essentials-box ul.essentials-nav li {
    width: 100%;
    height: 59px;
    padding: 0;
    margin: 0;
    border-top: 2px solid #bb0001;
    text-align: right;
}
.essentials-box ul.essentials-nav li:first-child {
    border-top: none;
}
.essentials-box ul.essentials-nav li.active {
    background: url(../img/essentials-arrow.png) right center no-repeat;
}
.essentials-box ul.essentials-nav li a {
    position: relative;
    top: 15px;
    right: 25px;
    font-family: 'Bevan', cursive;
    font-size: 24px;
    color: #d1a051;
    text-decoration: none;
}
.essentials-box ul.essentials-nav li.active a,
.essentials-box ul.essentials-nav li a:hover {
    color: #ffffff;
}
.essentials-box .tab-content {
    float: left;
    /*    width: 410px;
        height: 184px;*/
    background: #bb0001;
    color: #000000;
    overflow: hidden;
}
.essentials-box .tab-content .tab-pane {
    padding: 20px 14px;
}
.essentials-box .tab-content .tab-pane a {
    color: #000000;
    text-decoration: none;
}
.essentials-box .tab-content .tab-pane a:hover {
    color: #ffffff;
}
.essentials-box .tab-content .tab-pane h2 {
    margin: 0;
    font-size: 24px;
}
.essentials-box .tab-content .tab-pane dl {
    margin: 4px 0 0;
    text-align: left;
}
.essentials-box .tab-content .tab-pane dt {
    width: 89px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    padding: 0 3px;
}
.essentials-box .tab-content .tab-pane dd {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

/* HOME SECTION - MERCH
================================================== */
#section-home-merch {
    position: relative;
    padding: 25px 0;
    background: #000000;
}
#section-home-merch .flex-direction-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
#section-home-merch .flex-direction-nav li {
    position: relative;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}
#section-home-merch .flex-direction-nav a {
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
}
#section-home-merch .flex-direction-nav .flex-prev  {
    left: 0;
    opacity: 1;
}
#section-home-merch .flex-direction-nav .flex-next  {
    right: 0;
    opacity: 1;
}
#section-home-merch .flex-direction-nav .flex-disabled {
    display: none;
}
#section-home-merch .slides li {
    max-height: 560px;
    overflow: hidden;
    text-align: center;
}
#section-home-merch .slides li a:hover {
    text-decoration: none;
}
#section-home-merch .slides li img {
    display: inline-block;
    opacity: .75;   
}
#section-home-merch .slides li img:hover {
    opacity: 1;
}
.merch-all {
    display: inline-block;
    width: 280px;
    height: 280px;
    background: url(../img/merch-all.png) no-repeat;
    vertical-align: top;
}
.merch-all:hover {
    background-position: 0 -280px;
}


/* SECTION - LOGO
================================================== */
#section-logo-container {
    position: relative;
    padding-bottom: 5px;
    background-color: #000000;
}
@media (max-width:400px){
    .band-discography-logo{
        height: 100px !important;
    }    
}
.band-discography-logo{
    background: url(../img/logo.png) 15px no-repeat;
    background-size: 100%;
    background-size: contain;
    background-position: center center;
    height: 200px;
    margin:5px 0;

}
#section-logo:not(.section-logo-class) {
    position: relative;
    height: 160px;
    margin: 112px auto 530px;
    background: url(../img/logo.png) 15px no-repeat;
    background-size: 100%;
    background-position: center center;
}
.section-logo-class{
    position: relative;
    height: 160px;
    margin: 112px auto 530px;
}
#section-logo.fluid {
    margin-bottom: 0;
}

@media (max-width:767px){
    #section-shows-2, #section-logo-container{
        top: -41px;
    }
    #section-home-recent{
        position: relative;
        top: -40px;
    }
    #section-news{
        top: -26px;
    }
    #section-band-slider{
        top: 72px !important;
    }
}
@media (min-width:768px){
    #section-home-recent{
        position: relative;
        top: 2px;
    }
}
/* SECTION ALBUM - SLIDER
================================================== */
#section-album-slider {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    /*    height: 690px;*/
    height: 734px;
    margin: 0;
    padding: 0;
    background-color: #000000;
    background-image: url(../img/album-slider-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#section-album-slider .album-nav {
    position: absolute;
    top: 300px;
    width: 100%;
}
#section-album-slider .album-nav li {
    position: relative;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}
#section-album-slider .album-nav a {
    display: block;
    position: absolute;
    top: 0;
    width: 75px;
    height: 76px;
    margin: 0;
    padding: 0;
    /*    background-image: url(../img/nav-arrows.png);*/
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#section-album-slider .album-nav .album-nav-prev {
    left: 0;
    /*    background-position: 0 0;*/
    background-image: url(../img/nav-arrows-left.png);
}
#section-album-slider .album-nav .album-nav-prev:hover {
    left: 0;
    /*    background-position: 0 -76px;*/
    background-image: url(../img/nav-arrows-left-hover.png);
}
#section-album-slider .album-nav .album-nav-next {
    right: 0;
    /*    background-position: -75px 0;*/
    background-image: url(../img/nav-arrows-right.png);
}
#section-album-slider .album-nav .album-nav-next:hover {
    right: 0;
    /*    background-position: -75px -76px;*/
    background-image: url(../img/nav-arrows-right-hover.png);
}
@media (max-width:815px){
    #section-album-slider .album-nav a {
        background-size: 75% 75%;
    }
    #section-album-slider .album-nav .album-nav-prev {
        background-position: top left;
    }
    #section-album-slider .album-nav .album-nav-prev:hover {
        background-position: top left;
    }
    #section-album-slider .album-nav .album-nav-next {
        background-position: top left;
    }
    #section-album-slider .album-nav .album-nav-next:hover {
        background-position: top left;
    }    
}
#section-album-slider .slider .slides > li {
    height: 690px;
}
#section-album-slider img.img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#section-album-slider div.container {
    position: relative;
    top: 196px;
    padding: 0 50px 30px 90px;
    overflow: hidden;
    z-index: 0;
}
#section-album-slider .album-left {
    /*    float: left;
        width: 400px;*/
    margin-right: 20px;
}
#section-album-slider .album-left img {
    width: 100%;
    border: 2px solid #d1a051;
}
#section-album-slider .album-left .album-cover-border-1 {
    border: 4px solid #d1a051;
}
#section-album-slider .album-left .album-cover-border-2 {
    border: 5px solid #000000;
}
#section-album-slider .album-left .album-buy {
    padding-top: 12px;
    text-align: center;
}
#section-album-slider .album-left .album-buy .album-buy-button {
    display: inline-block;
    background-image: url(../img/album-buy-buttons.png);
    background-repeat: no-repeat;
}
#section-album-slider .album-left .album-buy .album-buy-button.album-buy-merch {
    width: 222px;
    height: 53px;
    background-position: 0 0;
}
#section-album-slider .album-left .album-buy .album-buy-button.album-buy-merch:hover {
    background-position: 0 -53px;
}
#section-album-slider .album-left .album-buy .album-buy-button.album-buy-itunes {
    width: 53px;
    height: 53px;
    background-position: -222px 0;
}
#section-album-slider .album-left .album-buy .album-buy-button.album-buy-itunes:hover {
    background-position: -222px -53px;
}
#section-album-slider .album-left .album-buy .album-buy-button.album-buy-amazon {
    width: 49px;
    height: 53px;
    background-position: -275px 0;
}
#section-album-slider .album-left .album-buy .album-buy-button.album-buy-amazon:hover {
    background-position: -275px -53px;
}

#section-album-slider .album-right {
    /*    float: left;*/
    color: #ffffff;
}
#section-album-slider .album-right header {
    margin-bottom: 20px;
}
#section-album-slider .album-right header h1 {
    margin: 10px 0 0;
    font-size: 31px;
    color: #d1a051;
    text-shadow: 3px 3px 0px #110f00;
}
#section-album-slider .album-right header span {
    font-size: 19px;
}


#section-album-slider .slider-titles {
    width: 690px;
    list-style: none;
}
#section-album-slider .slider-titles .slides-titles {
    padding: 0;
}
#section-album-slider .slider-titles .titles-left {
    float: left;
    width: 45%;
}
@media (max-width: 1200px){
    #section-album-slider .slider-titles .titles-left {
        width: 40%;
    }
    #section-album-slider .slider-titles .flex-control-nav.flex-control-paging{
        margin-bottom: 4px !important;
    }
}
#section-album-slider .slider-titles .titles-right {
    float: left;
    width: 45%;
    margin-left: 10%;
}
#section-album-slider .slider-titles li > div > div {
    position: relative;
    margin-bottom: 20px;
}
#section-album-slider .slider-titles li > div > div span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #000000;
    font-family: 'Bevan', cursive;
    text-align: center;
    color: #bb0001;
    line-height: 32px;
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px; 
    border-radius: 999px; 
}

#section-album-slider-mobile .slider-titles-m li > div > div span {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 32px;
    height: 32px;
    background: #000000;
    font-family: 'Bevan', cursive;
    text-align: center;
    color: #bb0001;
    line-height: 32px;
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px; 
    border-radius: 999px; 
    float: left;
}

#section-album-slider .slider-titles li > div > div a {
    display: inline-block;
    position: relative;
    top: 2px;
    padding-left: 50px;
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #ffffff;
}
#section-album-slider-mobile .slider-titles-m li > div > div {
    overflow: hidden;
    display: block;
    clear: both;
    position: relative;
    min-height: 35px;
}
#section-album-slider-mobile .slider-titles-m li > div > div a {
    display: block;
    top: 2px;
    padding-left: 43px;
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #ffffff;
}
@media (max-width:600px){
    .all-content-mobile{
        padding: 60px 0px 50px 0px;
    }
}
@media (min-width:601px){
    .all-content-mobile{
        padding: 100px 0px 50px 0px;
    }
}


#section-album-slider .slider-titles .flex-control-nav.flex-control-paging {
    /*    bottom: 0;
        width: 690px;*/
    margin-bottom: 48px;
}
#section-album-slider .slider-titles .flex-control-nav.flex-control-paging li {

}
#section-album-slider .slider-titles .flex-control-nav.flex-control-paging li a {
    display: inline-block;
    width: 26px;
    height: 27px;
    background-image: url(../img/nav-bullets.png);
    background-repeat: no-repeat;
    background-position: 0 -27px;
}
#section-album-slider .slider-titles .flex-control-nav.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/* SECTION - LYRICS
================================================== */
#section-lyrics {
    position: relative;
    padding: 30px 0 40px;
    background-color: #d1a051;
    color: #000000;
}

#section-lyrics article h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    font-family: 'Bitter', serif;
    font-size: 26px;
}


/* SECTION ALBUM - SLIDER
================================================== */
#section-band-slider {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    height: 690px;
    margin: 0;
    padding: 0;
    background-color: #000000;
}
#section-band-slider .flex-direction-nav {
    position: absolute;
    top: 300px;
    width: 100%;
}
#section-band-slider .flex-direction-nav li {
    position: relative;
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}
#section-band-slider .flex-direction-nav a {
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
}
#section-band-slider .flex-direction-nav .flex-prev  {
    left: 0;
    opacity: 1;
}
#section-band-slider .flex-direction-nav .flex-next  {
    right: 0;
    opacity: 1;
}
#section-band-slider .flex-direction-nav .flex-disabled {
    display: none;
}

#section-band-slider .slider .slides > li {
    height: 690px;
}
#section-band-slider article {
    position: relative;
}
#section-band-slider div.img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
#section-band-slider img {
    display: inline-block;
}
#section-band-slider div.container {
    position: relative;
    top: 90px;
    padding: 0 50px 30px 90px;
    overflow: hidden;
    z-index: 1;
}

#section-band-slider .band-left {
    position: relative;
    float: left;
    /*    width: 530px;*/
    margin: 0 30px 0 20px;
}
#section-band-slider .band-left img {
    border: 2px solid #d1a051;
}
#section-band-slider .band-left .band-member-border-1 {
    border: 4px solid #d1a051;
    /*    width: 492px;
        height: 492px;*/
}
#section-band-slider .band-left .band-member-border-2 {
    border: 5px solid #000000;
}
#section-band-slider .band-left header {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 500px;
    text-align: center;
}
#section-band-slider .band-left h1 {
    font-size: 60px;
    color: #ffffff;
    text-shadow: 2px 3px 0px #d1a051;
}


#section-band-slider .band-right {
    position: relative;
    float: left;
    width: 500px;
}
#section-band-slider .band-right > div {
    position: relative;
    top: 136px;
    width: 100%;
    height: 300px;
    max-height: 320px;
    overflow: hidden;
    font-size: 19px;
    color: #ffffff;
    text-align: justify;
}
#section-band-slider .band-right a.band-slider-bio {
    position: absolute;
    top: 405px;
    right: 0;
    width: 243px;
    height: 75px;
    background: url(../img/see-bio-btn.png) no-repeat;
}
#section-band-slider .band-right a.band-slider-bio:hover {
    background-position: 0 -75px;
}

#section-band-slider .band-slider-nav {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
}
#section-band-slider .band-slider-nav ul {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
    z-index: 1;
}
#section-band-slider .band-slider-nav ul li {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
}
#section-band-slider .band-slider-nav ul li:first-child {
    margin-left: 0;
}
#section-band-slider .band-slider-nav a {
    display: block;
    width: 91px;
    height: 91px;
    background-image: url(../img/band-slider-nav-band.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px; 
    border-radius: 999px;
}
#section-band-slider .band-slider-nav a:hover,
#section-band-slider .band-slider-nav a.active {
    background-position: 0 -91px;
}


/* SECTION VIDEOS
================================================== */
#section-videos {
    position: relative;
    background: #d1a051;
}
#section-videos header h1 {
    margin-top: 18px;
    margin-bottom: 13px;
    font-size: 31px;
    color: #000000;
    text-transform: uppercase;
}

#section-videos .row {
    margin-left: 0;
    margin-right: 0;
}
#section-videos article {
    position: relative;
    height: 283px;
    margin: 0;
    padding: 0;
    background: #000000;
    overflow: hidden;
}
#section-videos article img {
    position: relative;
    top: -51px;
    width: 100%;
}
#section-videos article h2 {
    position: absolute;
    left: 50px;
    bottom: 0px;
    font-size: 18px;
    color: #ffffff;

    -webkit-transition: bottom .2s linear, left .2s linear;
    -o-transition: bottom .2s linear, left .2s linear;
    -moz-transition: bottom .2s linear, left .2s linear;
    transition: bottom .2s linear, left .2s linear;
}
#section-videos article a:hover h2 {
    left: 25%;
    bottom: 15%;
}

#videos-item-slider {
    position: relative;
    list-style-type: none;
}
#videos-item-slider .flex-direction-nav li {
    position: absolute;
    top: 100px;
    right: 100px;
    max-width: 75px;
    overflow: visible;
}
#videos-item-slider .flex-direction-nav li:first-child {
    left: 100px;
}
#videos-item-slider .flex-direction-nav a {
    margin: 0;
    padding: 0;
}
#videos-item-slider .flex-direction-nav .flex-prev  {
    position: relative;
    left: 0;
}
#videos-item-slider .flex-direction-nav .flex-next  {
    position: relative;
    right: 0;
}
#videos-item-slider:hover .flex-direction-nav .flex-next,
#videos-item-slider:hover .flex-direction-nav .flex-prev  {
    opacity: 1;
}


/* SECTION DISCOGRAPHY
================================================== */
#section-discography {
    position: relative;
    background: #d1a051;
}
#section-discography header h1 {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 13px;
    font-size: 31px;
    color: #000000;
    text-transform: uppercase;
}
@media (max-width: 300px){
    #section-discography header h1 {
        font-size: 27px !important;
    }    
}
#section-discography header a {
    display: inline-block;
    position: relative;
    top: 13px;
    float: right;
    font-family: 'Bitter', serif;
    font-size: 29px;
    color: #000000;
    padding-bottom: 5px;
}
#section-discography header a span {
    color: #bb0001;
}

#section-discography article {
    text-align: center;
    margin-bottom: 15px;
}
#section-discography .featured article {
    text-align: center;
    margin-bottom: 25px;
}
#section-discography article a {
    color: #bb0001;
    text-align: center;
}
#section-discography article img {
    /* width: 295px;
        height: 295px;*/
    border: 6px solid #000000;
    display: inline-block;
}

@media (min-width:992px){
    #section-discography article img{
        width: 104% !important;
    }
}



#section-discography article a:hover img {
    border-color: #bb0001;
}
#section-discography .featured article img {
    /*    width: 401px;
        height: 401px;*/
    border: 12px solid #000000;
    display: inline-block;
}
#section-discography .featured article a:hover img {
    border-color: #bb0001;
}
#section-discography article h1 {
    display: block;
    margin-top: 10px;
    font-family: 'Bitter', serif;
    font-size: 24px;
    color: #bb0001;
}


/* SECTION NEWS
================================================== */
#section-news {
    position: relative;
    background: #d1a051;
}

.pagination {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.pagination a {
    font-family: 'Bitter', serif;
    font-size: 26px;
    color: #bb0001;
    text-decoration: none;
}
.pagination a:hover {
    color: #000000;
}
.pagination .nav-prev {
    float: left;
}
.pagination .nav-next {
    float: right;
}

#section-news article {
    margin-bottom: 10px;
}
#section-news article.style2 {
    position: relative;
    float: none;
    clear: both;
    /*    width: 1240px;*/
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 10px;
    overflow: hidden;
    background-color: #ffffff;
}

.home-news article .content{
    padding: 15px 10px;
}

#section-news article.style2 > div > img,
#section-news article.style2 > div > span {
    position: relative;
    float: left;
    width: 400px;
    /*    width: 50%;*/
    height: 260px;
    background: #bb0001;
}
#section-news article.style2.item-photo > div > span {
    display: none;
}
#section-news article.style2 > div > span span {
    display: block;
    position: relative;
    top: 95px;
    font-family: 'Bevan', cursive;
    font-size: 76px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}
#section-news article.style2 > div > span span:first-child {
    font-size: 24px;
    line-height: 26px;
}
#section-news article.style2 > div > div {
    position: relative;
    /*    max-height: 310px;
        min-height: 270px;*/
    /*    overflow-y: auto;*/
    /*    width: 50%;*/
    /*    padding: 10px;*/
    /*    padding: 25px 105px 25px 420px;*/
}
article.item-photo p{
    margin: 0 0 3px;
}

#section-news article.style2 header h1 {
    margin-top: 0;
    padding: 10px;
}
#section-news article.style2 footer {
    bottom: 10px;
    background-color: transparent;
    /*    width: 715px;*/
}

#section-news > header h1 {
    display: inline-block;
    margin-right: 50px;
}
#section-news > header h1 a {
    color: #a17630;
    text-decoration: none;
}
#section-news > header h1 a.active,
#section-news > header h1 a:hover {
    color: #000000;
}
.press-source,
.press-write {
    font-style: italic;
}
.press-source span,
.press-write span {
    font-weight: 700;
    font-style: normal;
}


/* SECTION NEWS ITEM
================================================== */
#section-news-item {
    position: relative;
    background: #d1a051;
}
#section-news-item .shape-bg {
    padding-top: 20px;
}
#section-news-item article {
    padding-bottom: 15px;
}
#section-news-item header {
    max-height: 500px;
    overflow: hidden;
}
#section-news-item h1 {
    color: #bb0001;
}
#section-news-item header img {
    width: 100%;
    margin: 0 auto;
}
#section-news-item aside {
    padding: 20px 0 0 25px;
}

/* #section-news-item aside .fb-like,
#section-news-item aside .twitter-share-button{
    margin-bottom: 10px;
}
*/

.fb-like span{
    vertical-align: baseline !important;
}

/* SECTION SHOWS
================================================== */
#section-shows {
    position: relative;
    background: #d1a051;
}
#section-shows .shape-bg {
    padding-bottom: 25px;
}
#section-shows header h1 {
    display: inline-block;
    float: left;
    margin: 17px 0 12px;
    font-size: 31px;
}
#section-shows header a {
    display: inline-block;
    position: relative;
    float: right;
    top: 13px;
    font-family: 'Bitter', serif;
    font-size: 29px;
    color: #bb0001;
}
#section-shows .list {
    height: 437px;
    overflow: hidden;
}
#section-shows .list article {
    margin-bottom: 1px;
}
.show-more {
    float: right;
    margin-right: 50px;
    font-family: 'Bitter', serif;
    font-size: 26px;
    color: #bb0001;
    text-decoration: none;
}
.show-more:hover {
    color: #000000;
}


/* SECTION SHOWS v2
================================================== */
#section-shows-2 {
    position: relative;
    background: #000000;
}
#section-shows-2 header h1,
#section-shows-2 header h1 a {
    margin-bottom: 5px;
    font-size: 32px;
    color: #ffffff;
    text-shadow: 2px 3px 0px #d1a051;
    text-decoration: none;
}
#section-shows-2 header div {
    margin-bottom: 25px;
    font-family: 'Bitter', serif;
    font-size: 24px;
    color: #d1a051;
    text-transform: uppercase;
}
#section-shows-2 header div a {
    color: #bb0001;
}
#section-shows-2 header div a:hover,
#section-shows-2 header div a.active {
    color: #ffffff;
}
#section-shows-2 .list {
    height: 1270px;
    overflow: hidden;
}
#section-shows-2 article {
    display: block;
    /*    position: relative;
        height: 132px;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #534e45;
    overflow: hidden;
}
#section-shows-2 article > a:first-child {
    /*    position: absolute;
        top: 0;
        left: 0;*/
    width: 100%;
    height: 100%;
}
#section-shows-2 article span.date {
    display: block;
    /*    position: relative;*/
    /*    float: left;*/
    width: 105px;
    height: 122px;
    font-family: 'Bevan', cursive;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/ticket-2-date-bg.png) no-repeat;
    overflow: hidden;
    margin: 0 auto;
}
#section-shows-2 article span.date span.montch {
    position: relative;
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
}
#section-shows-2 article span.date span.day {
    position: relative;
    display: block;
    font-size: 74px;
    line-height: 48px;
}
#section-shows-2 article span.date.date-small span {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 32px;
    line-height: 28px;
}
#section-shows-2 article span.date.date-small span:first-child {
    margin-top: 21px;
}
#section-shows-2 article span.date.date-small span.date-spacer {
    line-height: 5px;
}
#section-shows-2 article span.show-details {
    display: block;
    /*    float: left;*/
    max-width: 825px;
    padding-top: 20px;
    padding-left: 25px;
}
#section-shows-2 article span.show-details span.venue {
    font-family: 'Bitter', serif;
    font-size: 29px;
    color: #bb0001;
}
#section-shows-2 article span.show-details span.location {
    font-size: 25px;
    color: #ffffff;
}
#section-shows-2 article .ticket-btn-img {
    display: block;
    /*    position: relative;
        top: 20px;*/
    /*    float: right;*/
    margin: 0 auto;
    width: 289px;
    height: 67px;
    background: url(../img/ticket-2.png) no-repeat;
}
#section-shows-2 article .ticket-btn-img:hover {
    background-position: 0 -67px;
}
#section-shows-2 article .rsvp-btn-list {
    /*    position: absolute;
        top: 92px;
        right: 106px;*/
    font-family: 'Bevan', cursive;
    font-size: 24px;
    color: #d1a051;
    text-decoration: none;

    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px;

}
#section-shows-2 article .rsvp-btn-list:hover {
    color: #ffffff;
}
#section-shows-2 article .ticket-box {
    display: block;
    position: relative;
    top: 28px;
    float: right;
    width: 289px;
    height: 67px;
    font-family: 'Bevan', cursive;
    font-size: 26px;
    color: #cc9c4f;
    text-align: center;
}
#section-shows-2 article a.ticket-box:hover {
    color: #ffffff;
    text-decoration: none;
}
#section-shows-2 a {
    color: #000000;
}
#section-shows-2 a.show-more {
    margin: 20px 0;
    color: #bb0001;
}
#section-shows-2 a.show-more:hover {
    color: #ffffff;
    text-decoration: none;
}


/* SECTION SHOW
================================================== */
#section-show {
    position: relative;
    background: #d1a051;
}
#section-show .shape-bg {
    padding-bottom: 25px;
}
#section-show header {
    margin-bottom: 20px;
}
#section-show .date {
    display: block;
    font-family: 'Bevan', cursive;
    font-size: 72px;
    line-height: 76px;
    color: #bb0001;
}
#section-show .location {
    display: block;
    font-family: 'Bitter', serif;
    font-size: 56px;
    line-height: 62px;
    color: #bb0001;
}
#section-show .message {
    display: block;
    font-family: 'Bitter', serif;
    font-size: 36px;
    color: #000000;
}
.people-going {
    display: block;
    font-size: 16px;
}
.ticket-btn,
.rsvp-btn {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px 5px;
    font-family: 'Bevan', cursive;
    font-size: 32px;
    color: #000000;
    background: #bb0001;
}
.ticket-btn:hover,
.rsvp-btn:hover {
    color: #ffffff;
    text-decoration: none;
}


/* SECTION ATTENDING USERS
================================================== */
#section-attending-users {
    position: relative;
    background: #000000;
    padding: 25px 0 20px;
}
#section-attending-users .user {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #bb0001;
    margin-left: 10px;
}
#section-attending-users .user:first-child {
    margin-left: 0;
}


/* SECTION COMMENTS
================================================== */
#section-comments {
    position: relative;
    margin-bottom: -110px;
    background: #d1a051;
}
#section-comments #comment-form {
    padding: 5px 0 40px;
    border-bottom: 2px solid #b3853c;
}
#section-comments #comments {
    padding: 35px 0 30px;
    border-top: 2px solid #e8cfa5;
}

#section-comments .comments-title {
    display: none;
}
#section-comments .comment {
    margin-bottom: 40px;
}
#section-comments .comment-body {
    position: relative;
    overflow: hidden;
}
#section-comments .comment-body .avatar {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 20px;
    border: 4px solid #000000;
}
#section-comments .comment-body .fn,
#section-comments .comment-body .says {
    font-family: 'Bitter', serif;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
}
#section-comments .comment-body a {
    color: #000000;
}
#section-comments .comment-body .comment-meta {
    margin-bottom: 8px;
}
#section-comments .comment-body .reply {
    padding: 0 0 4px 0;
    border-bottom: 2px solid #000000;
    overflow: hidden;
}
#section-comments .comment-body .reply a {
    display: inline-block;
    padding: 8px 15px;
    background: #a17630;
}


/* SECTION ROAD ITEM SLIDER
================================================== */
#section-road-item-slider {
    position: relative;
    height: 300px;
    background: #000000;
    overflow: hidden;
    top: 2px;
}
/*@media (min-width: 1800px) {
        #section-road-item-slider {
                height: 390px;
        }
}
@media (min-width: 2000px) {
        #section-road-item-slider {
                height: 400px;
        }
}
@media (min-width: 2500px) {
        #section-road-item-slider {
                height: 450px;
        }
}*/
#section-road-item-slider li {
    position: relative;
    overflow: hidden;
    text-align: center;
}
#section-road-item-slider .slides li a {
    display: inline-block;
    position: relative;
    width: 19%;
    height: 300px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#section-road-item-slider li img {
    height: 300px;
}


/*#section-road-item-slider .row {
    margin-left: 0;
    margin-right: 0;
}
#section-road-item-slider .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
#section-road-item-slider .col-md-4 img {
    width: 100%;
}*/
#section-road-item-slider .flex-direction-nav {

}
#section-road-item-slider .flex-direction-nav li {
    position: absolute;
    top: 100px;
    right: 30px;
    max-width: 75px;
    overflow: visible;
}
#section-road-item-slider .flex-direction-nav li:first-child {
    left: 30px;
}
#section-road-item-slider .flex-direction-nav a {
    margin: 0;
    padding: 0;
}
#section-road-item-slider .flex-direction-nav .flex-prev  {
    position: relative;
    left: 0;
}
#section-road-item-slider .flex-direction-nav .flex-next  {
    position: relative;
    right: 0;
}
#section-road-item-slider:hover .flex-direction-nav .flex-next,
#section-road-item-slider:hover .flex-direction-nav .flex-prev  {
    opacity: 1;
}


/* SECTION ROAD ITEM
================================================== */
#section-road-item {
    position: relative;
    top: 5px;
    min-height: 400px;
    padding: 30px 0 50px;
    color: #ffffff;
    background-color: #000000;
    /*background-image: url(../img/road-bg.png);*/
    background-image: url(../img/road-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#section-road-item > div {
    position: relative;
}
#section-road-item .road-nav {
    display: block;
    width: 218px;
    height: 71px;
    margin-top: 250px;
    background-image: url(../img/road-nav.png);
    background-repeat: no-repeat;
}
@media (max-width:768px){
    #section-road-item .road-nav {
        margin: 13px auto;
    }
    #section-road-item .road-buy{
        position: relative !important;
        right: 0 !important; 
        margin: 8px auto;
        float: none !important;
    }
    #section-road-item h1{
        font-size: 28px !important;
    }
}

@media (max-width: 991px){
    #section-road-item .road-buy{
        position: relative !important;
        right: 0 !important;
        float: right;
    }
    #section-road-item .road-nav {
        margin: 13px auto;
    }
}

@media (max-width: 767px){
    #section-home-essentials {
        margin-bottom: -35px;
    }
    #section-road-item-slider{
        top: -40px;
    }
    #section-road-item{
        top: -38px;
    }
    #section-comments #comment-form{
        margin-bottom: -84px;
    }
    #section-home-essentials{
        top: 46px;
    }
    #section-home-recent{
        top: 0px;
    }
    #wrap{
        margin: 0 auto -317px;
    }
    #footer{
        bottom: -144px;
    }

}

@media (max-width: 1199px){
    #section-road-item .road-nav {
        margin: 13px auto;
    }
}

@media (min-width: 1200px){
    #section-road-item .road-buy{
        position: relative !important;
        right: 0 !important;
        float: right;
    }
}

#section-road-item .road-nav.road-nav-prev {
    background-position: 0 0;
}
#section-road-item .road-nav.road-nav-prev:hover {
    background-position: 0 -71px;
}
#section-road-item .road-nav.road-nav-next {
    background-position: -218px 0;
}
#section-road-item .road-nav.road-nav-next:hover {
    background-position: -218px -71px;
}
#section-road-item .road-buy {
    display: block;
    position: absolute;
    top: 0;
    right: 125px;
    width: 222px;
    height: 48px;
    background: url(../img/road-buy.png) no-repeat;
}
#section-road-item .road-buy:hover {
    background-position: 0 -48px;
}
#section-road-item h1 {
    max-width: 600px;
    margin: 0 0 5px;
    font-size: 31px;
    color: #d1a051;
    text-shadow: 3px 3px 0px #110f00;
}
#section-road-item span.road-date {
    display: block;
    font-size: 20px;
}
#section-road-item span.road-guests {
    display: block;
    font-size: 20px;
}
#section-road-item h2 {
    font-family: 'Sintony', sans-serif;
    font-size: 20px;
}
#section-road-item .road-song-list .road-song {
    position: relative;
    margin-bottom: 20px;
}
#section-road-item .road-song-list .road-song span.song-no {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #000000;
    font-family: 'Bevan', cursive;
    text-align: center;
    color: #bb0001;
    line-height: 32px;
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px; 
    border-radius: 999px;
}
#section-road-item .road-song-list .road-song span.song-title {
    display: inline-block;
    position: relative;
    top: 2px;
    padding-left: 50px;
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #ffffff;
}
#section-road-item .road-song-list .road-song span.song-title small {
    color: #cccccc;
}
#section-road-item span.road-song-spacer {
    display: block;
    height: 15px;
}


/* SECTION ROAD
================================================== */
#section-road {
    position: relative;
    background: #d1a051;
}
#section-road .search-simple {
    padding: 10px 0;
}
#section-road .search-advanced {
    display: none;
    border-top: 2px solid #b3853c;
}
#section-road .search-advanced > div {
    padding: 15px 0;
    border-top: 2px solid #e8cfa5;
}
#section-road .search-advanced div.row {
    margin-bottom: 15px;
}
#section-road .search-advanced div.row:last-child {
    margin-bottom: 0;
}

.show-advanced {
    display: inline-block;
    float: right;
    width: 191px;
    height: 59px;
    background: url(../img/show-advanced.png) no-repeat;
}
.show-advanced:hover {
    background-position: -191px 0;
}
.show-advanced.show-advanced-opened {
    background-position: 0 -59px;
}
.show-advanced.show-advanced-opened:hover {
    background-position: -191px -59px;
}
@media (max-width: 930px){
    .show-advanced{
        float: left;
    }
    #section-road input#quote{
        width:86%;
    }
}
@media (min-width: 576px) and (max-width:929px){
    #section-road{
        top: -40px;
    }
    #section-road input#quote{
        width:86% !important;
    }
}
@media (max-width: 576px){
    #section-road{
        top: -40px;
    }
    #section-road input#quote{
        width:76% !important;
    }
}
@media (max-width: 365px){
    #section-road{
        top: -40px;
    }
    #section-road input#quote{
        width:70% !important;
    }
}
::-webkit-input-placeholder { color:#000000; }
::-moz-placeholder { color:#000000; }
:-ms-input-placeholder { color:#000000; }
input:-moz-placeholder { color:#000000; }

input#quote::-webkit-input-placeholder { color: #ffffff; }
input#quote::-moz-placeholder { color: #ffffff; }
input#quote:-ms-input-placeholder { color: #ffffff; }
input#quote:-moz-placeholder { color: #ffffff; }

#section-road input,
#section-road select {
    padding: 8px 20px;
    font-size: 18px;
    color: #000000;
    background-color: #a17630;
    border: 1px solid #b78e4e;
    -moz-box-shadow:    inset 0 0 10px #825c23;
    -webkit-box-shadow: inset 0 0 10px #825c23;
    box-shadow:         inset 0 0 10px #825c23;
}
#section-road input#quote {
    /*    width: 755px;*/
    /*    width: 735px;*/
    width: 70%;
    color: #ffffff;
    background: #a17630;
}
#section-road input.submit-search {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    background: url(../img/search.png) no-repeat;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
#section-road input.submit-search:hover {
    background-position: 0 -60px;
}
#section-road select {
    width: 120%;
    background-image: url(../img/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#section-road select:hover {
    background-image: url(../img/select-arrow-hover.png);
}
.css-select-moz {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

#section-road select.search-venue {
    background-position: 1213px center;
}
#section-road select.search-song,
#section-road select.search-guests,
#section-road select.search-country,
#section-road select.search-state,
#section-road select.search-city {
    background-position: 570px center;
}
.admin-bar #section-road select.search-guests {
    background-position: 1213px center;
}
#section-road select.search-montch,
#section-road select.search-day,
#section-road select.search-year {
    background-position: 138px center;
}

#section-road .shape-bg {
    border-top: 2px solid #b3853c;
}
/*#section-road .shape-bg > div {
    border-top: 2px solid #e8cfa5;
}*/

.road-list header {
    padding-top: 10px;
}
.road-list header ul {
    position: relative;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}
.road-list header ul li {
    /*    float: left;
        margin-right: 50px;*/
    float: none;
    margin-right: 18px;
    margin-left: 18px;
    display: inline-block;
}
.road-list header ul.road-filter-type {
    border-bottom: 3px solid #000000;
}
.road-list header ul li a {
    color: #a17630;
    text-transform: uppercase;
    text-decoration: none;
}
.road-list header ul li a.selected,
.road-list header ul li a:hover {
    color: #000000;
}
.road-list header ul.road-filter-type li a {
    font-family: 'Bevan', cursive;
    font-size: 31px;
    line-height: 42px;
}
.road-list header ul.road-filter-year li a {
    font-family: 'Bitter', serif;
    font-size: 23px;
}

#road-container {
    padding-top: 15px;
}
#road-container h2 {
    margin-top: 0;
}
#road-container .no-shows-found {
    margin-bottom: 35px;
}
.search-msg {
    padding: 25px;
    font-size: 18px;
    color: #ffffff;
}
div.road-item {
    display: inline-block;
    /*    width: 400px;*/
    height: 290px;
    margin: 0 15px 35px 0;
    color: #bb0001;
    overflow: hidden;
}
div.road-item img {
    /*    width: 400px;*/
    height: 225px;
    margin-bottom: 2px;
    border: 6px solid #000000;
}
div.road-item > div {
    position: relative;
    overflow: hidden;
}
div.road-item .road-item-date {
    display: block;
    float: left;
    width: 53px;
    height: 53px;
    border: 1px solid #826734;
    font-family: 'Bevan', cursive;
    font-size: 28px;
    line-height: 53px;
    text-align: center;
    background: #000000;
    vertical-align: middle;
}
div.road-item .road-item-location {
    display: block;
    padding-top: 5px;
    padding-left: 65px;
    font-family: 'Bitter', serif;
    font-size: 18px;
    line-height: 20px;
}
.road-spinner .spinner {
    top: 20px;
}


/* AUDIO PLAYER
================================================== */
#player {
    position: fixed;
    left: 0;
    top: 76px;
    width: 100%;
    height: 35px;
    padding: 0;
    background: #0a0a0a;
    border-bottom: 1px solid #d1a051;
    overflow: hidden;
}
.admin-bar #player {
    top: 104px;
}
@media screen and (max-width: 767px) {
    #player {
        display: none;
    }
}

#player .jp-interface {
    float: left;
}
#player .jp-interface .jp-controls {
    display: block;
    float: left;
    height: 35px;
    padding: 6px 3px 0 6px;
    margin: 0 8px 0 0;
    border-right: 1px solid #d1a051;
}

#player .jp-interface .jp-controls {
    list-style: none;
}
#player .jp-interface .jp-controls li {
    float: left;
}
#player .jp-interface .jp-controls li a {
    display: block;
    position: relative;
    margin-right: 6px;
    text-indent: -999px;
    overflow: hidden;
}
#player .jp-interface .jp-controls li a.player-change-prev {
    top: 7px;
    width: 11px;
    height: 9px;
    background: url(../img/player-prev.png) no-repeat;
}
#player .jp-interface .jp-controls li a.player-change-next {
    top: 7px;
    width: 11px;
    height: 9px;
    background: url(../img/player-next.png) no-repeat;
}
#player .jp-interface .jp-controls li a.jp-play {
    width: 22px;
    height: 22px;
    background: url(../img/player-play.png) no-repeat;
}
#player .jp-interface .jp-controls li a.jp-pause {
    width: 22px;
    height: 22px;
    background: url(../img/player-pause.png) no-repeat;
}

#player .jp-title {
    float: left;
    margin-left: 10px;
    padding: 5px 0;
    border-left: 1px solid #d1a051;
    color: #bb0001;
}
#player .jp-title span {
    display: inline-block;
    margin: 0 12px 0 10px;
    font-size: 11px;
}
#player .jp-title a {
    display: inline-block;
    padding: 5px 7px;
    background: #bb0001;
    font-size: 11px;
    color: #d1a051;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
}
#player .jp-title a:hover {
    opacity: .6;
}

#player .jp-progress {
    position: relative;
    float: left;
    top: 10px;
    width: 280px;
    height: 14px;
    background: #d1a051;
}
#player .jp-progress .jp-seek-bar {
    width: 100%;
    height: 100%;
    background: #d1a051;
    cursor: pointer;
}
#player .jp-progress .jp-seek-bar .jp-play-bar {
    height: 100%;
    background: #bb0001;
}

@media(max-width: 1256px){
    .esential-clearfix{
        clear: both;
    }

    .essentials-box{
        float: none !important;
        margin: 30px auto;
        /*        width: 610px;*/
    }
    .cta{
        margin-left: 20%;
    }

}
/*
#d1a051;
#bb0001;
*/


.home-news article .img-responsive{
    float: left;
}

.container>.navbar-header, .container>.navbar-collapse{
    margin-left: 10px;
}


@media(max-width: 767px){

    #section-shows-2 article span.show-details {
        text-align: center;
    }
}

body{
    overflow-x: hidden;
}

#section-discography .section-discography article a img{
    margin: 0 auto;
}

#section-home-essentials .container img{
    margin: 0 auto;
}

#section-home-recent .container h1{
    display: block; 
    float: none;
}
#section-home-recent .container p{
    display: block; 
    color: #d1a051; 
    text-align: justify;
}
#section-band-slider{
    background-image: url(../img/album-slider-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media (max-width:1233px){

    #section-band-slider .band-left .band-member-border-1{
        margin-top: 100px;
    }

    #section-band-slider .band-right > div{
        font-size: 16px;
    }

    #section-band-slider .band-right a.band-slider-bio{
        top: 320px;
    }

    #section-band-slider .band-left img{
        max-width: 320px;
    }

    #section-band-slider .band-left h1{
        font-size: 40px;
        position: relative;
        left: -90px;
    }

    #section-band-slider .band-slider-nav {
        position: absolute;
        padding-left: 190px;
        bottom: 50px;
        width: 100%;
    }

}

@media (max-width:1074px){

    #section-band-slider .band-right > div{
        font-size: 13px;
    }

    #section-band-slider .band-right a.band-slider-bio{
        top: 250px;
    }

    #section-band-slider .band-left{
        left: -25px;
    }

    #section-band-slider .band-left img{
        max-width: 160px;
    }

    #section-band-slider .band-left h1{
        font-size: 20px;
        left: -160px;
        top: 30px;
    }

    #section-band-slider .band-slider-nav {
        bottom: 150px;
    }

    #section-band-slider div.container{
        padding: 0 50px 30px 80px;
    }
}


@media (max-width:874px){

    #section-band-slider .band-right {
        position: relative;
        float: left;
        width: auto;
        top: -185px;
    }

    #section-band-slider .band-left{
        top: -65px;
        left: 50px;
    }

    #section-band-slider .band-right > div{
        font-size: 12px;
    }

    #section-band-slider .band-right a.band-slider-bio{
        top: 275px;
    }

    #section-band-slider .band-left img{
        max-width: 220px;
    }

    #section-band-slider .band-left h1{
        font-size: 20px;
        left: -135px;
        top: 20px;
    }

    #section-band-slider .band-slider-nav {
        padding-left: 10px;
        bottom: 0px;
    }
}

@media (max-width:511px){

    #section-band-slider div.container{
        padding: 0 10px 30px 10px; 
    }

    #section-band-slider .flex-direction-nav{
        top: 285px;
    }

    #section-band-slider .flex-direction-nav a {
        top: -80px;
    }

    #section-band-slider .band-right {
        position: relative;
        float: left;
        width: auto;
        top: -170px;
    }

    #section-band-slider .band-left{
        top: -90px;
        left: 30px;
        margin: 0 60px;
    }


    #section-band-slider .band-left .band-member-border-1{
        margin-top: 100px;
    }

    #section-band-slider .band-right > div{
        font-size: 12px;
    }

    #section-band-slider .band-right a.band-slider-bio{
        top: 306px;
    }

    #section-band-slider .band-left img{
        max-width: 120px;
    }

    #section-band-slider .band-left h1{
        font-size: 18px;
        position: relative;
        left: -180px;
        top: 20px;
    }

    #section-band-slider .band-slider-nav {
        position: absolute;
        padding-left: 10px;
        bottom: 0px;
        width: 100%;
    }


    #section-band-slider .band-slider-nav a {
        width: 71px;
        height: 71px;
        background-size: cover;
    }
    #section-band-slider .band-slider-nav a:hover,
    #section-band-slider .band-slider-nav a.active {
        background-position: 0 -71px;
    }
}

@media (max-width:920px){
    #section-home-slider .caption span {
        font-size: 21px;
    }
    #section-home-slider .caption > div {
        bottom: -20px;
    }
}

@media (max-width:600px){
    #section-home-slider .caption span {
        font-size: 16px;
    }
    #section-home-slider .caption > div {
        bottom: -20px;
        padding-left: 80px;
    }
}


@media (max-width:450px){
    #footer .footer-item {
        margin-left: -13px;
    }
}

.footer_read_more{
    display: inline;
}
.footer_media{
    display: inline;
}
.footer_read_more2{
    display: inline;
}
.footer_media2{
    display: inline;
}
.footer_read_more_3{
    display: inline;
}
.footer_media3{
    display: inline;
}

@media (max-width:1212px){
    .footer_read_more_3{
        display: block;
    }
    .footer_media3{
        float: left;
        padding-top: 3px;
    }
}

@media (max-width: 1134px){
    .footer_read_more{
        display: block;
    }
    .footer_media{
        float: left;
        padding-top: 3px;
    }
}

@media (max-width:405px){
    .footer_read_more2{
        display: block;
    }
    .footer_media2{
        float: left;
        padding-top: 3px;
    }
}

@media (max-width:424px){
    .home-news article{
        width: 100%;
    }
}

.item.style2 img{
    margin-right: 10px;
}

@media (max-width:1294px) and (min-width:1285px){
    #footer .footer-bottom{
        bottom: -104px;
    }
}
@media (max-width:877px) and (min-width:867px){
    #footer .footer-bottom{
        bottom: -134px;
    }
}

@media (max-width:785px){
    #section-news article.style2 > div > img, .home-news article .img-responsive {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto 15px;
    }
}

@media (max-width:576px){
    #section-news .container{
        text-align: justify;
    }
}

@media (max-width:1212px){
    .footer_media_press{
        display: block;
        float: left;
    }
}

.home-news article .img-responsive{
    margin-bottom: 0;
    margin-left: -3px;
}

#section-home-latest .img-responsive{
    margin-bottom: 10px;
    margin-left: 0px;
}

@media (max-width: 767px){
    #menu-item-27, #menu-item-28, #menu-item-29, #menu-item-30{
        display: inline-flex;
        margin: 3px;
    }
    .navbar .container {
        padding-bottom: 20px;
        z-index: 9999;
    }

    #menu-item-21 a{
        padding-left: 14px;
        background-image: url(../img/nav-spacer.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    #section-home-slider{
        top: 72px;
    }
    #section-home-logo{
        margin-top: 83px;
    }
}
@media (max-width:275px){
    #section-home-slider{
        top: 110px;
    }
    #section-home-logo{
        margin-top: 115px;
    }
}


@media (max-width: 463px){

    #footer .footer-item {
        width: 100%;
        background-size: contain;
    }
    #footer .footer-item.footer-item-tweet {
        /*    margin-left: 0;*/
        background-position: 0 0;
        font-size: 13px;
        background-image: url(../img/footer-box-bg_01.png);
        background-size: 100% 100%;
    }
    #footer .footer-item.footer-item-copyright {
        width: 100%;
        background-position: 0 0;
        background-image: url(../img/footer-box-bg_02.png);
        background-size: 100% 100%;
    }
    #footer .footer-item.footer-item-email {
        background-position: 0 0;
        background-image: url(../img/footer-box-bg_03.png);
        background-size: 100% 100%;
    }
}

@media (max-width: 419px){
    #footer .footer-item > div{
        top: -5px;
        left: -7px;
    }
    #footer .footer-item.footer-item-copyright{
        font-size: 12px;
    }
    #footer .footer-item.footer-item-email > div{
        top: -5px;
        left: -35px;
    }
    #footer .footer-item.footer-item-tweet > div > a:first-child{
        font-size: 12px;
    }
    #footer .footer-item.footer-item-tweet{
        font-size: 12px;
    }
    #footer .footer-item.footer-item-tweet > div{
        left: 65px;
        width: auto;
    }
}

@media (max-width: 375px){
    #footer .footer-item > div{
        top: -5px;
        /*        left: -18px;*/
    }
    #footer .footer-item.footer-item-copyright{
        font-size: 12px;
    }
    #footer .footer-item.footer-item-copyright .fb-like {
        left: 141px;
        top: 15px;
    }
    #footer .footer-item.footer-item-copyright span{
        left: 40px;
    }
    #footer .footer-item.footer-item-email > div{
        font-size: 12px;
    }
    #footer{
        height: 335px;
    }
}

@media (max-width: 330px){
    #footer .footer-item > div{
        top: -15px;
        left: -12px;
    }
    #footer .footer-item.footer-item-copyright .fb-like {
        left: 116px;
    }
    #footer .footer-item.footer-item-email > div{
        top: -10px;
        left: -44px;
    }
    #footer .footer-item.footer-item-tweet > div {
        left: 49px;
    }
}

@media (max-width:395px){

    #footer .footer-item{
        height: 85px;       
    }
}

@media (max-width:630px){
    #section-home-slider .caption{
        bottom: 10%;
    }
    #section-home-slider .caption span{
        line-height: inherit;
    }
    #section-home-slider .caption a{
        font-size: 15px;
    }    
}

@media (min-width:1234px){
    .page.page-id-11.page-template.page-template-template-band-php #section-logo img{
        padding: 0 100px;
    }
    #section-band-slider .band-left img{
        max-width: 365px;
    }
    #section-band-slider .band-left{
        margin: 81px 30px 0 20px;
    }
    #section-band-slider .band-left header{
        left: -64px;
    }
}

@media (max-width:1233px){
    .page.page-id-11.page-template.page-template-template-band-php #section-logo img{
        padding: 0 50px;
    } 
}
@media (max-width:500px){
    .page.page-id-11.page-template.page-template-template-band-php #section-logo img{
        padding: 0 0;
    } 
}

@media (max-width:1370px){
    /*    .album-col-left{
            position: relative !important;
            left: 34px !important;
        }*/
}
@media (max-width: 800px){
    .flex-control-nav{
        bottom: -140px !important;
        right: -150px !important;
    }    
}
@media (max-width: 400px){
    #section-album-slider .album-left .album-cover-border-1{
        margin-left: 40px;
    }
    #section-album-slider .slider-titles .flex-control-nav.flex-control-paging{
        position: absolute;
        top: 55px;
        left: 150px;
    }
}

@media (max-width:1200px){
    #section-album-slider .slider-titles .titles-right{
        float: none;
        margin-left: 0;
    }
    #section-album-slider .slider-titles .titles-left{
        float: none;
    }
}
@media (max-width:500px){
    #section-album-slider .album-right header h1{
        font-size: 25px !important;
    }
}

@media (max-width:991px) and (min-width:639px){
    .album-col-left{
        width: 50% !important;
        float: left !important;
        position: relative !important;
        left: 34px !important;
    }    
    #section-album-slider .slider-titles .titles-left{
        width: 100%;
    }
    #section-album-slider .slider-titles .titles-right{
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:400px){
    #section-album-slider div.container{
        padding: 0 50px 30px 50px !important;
    }
}


@media (max-width:576px){
    #section-news > header h1{
        display: block;
        margin-right: 0;
    }
}

@media (min-width:576px){
    #section-news > header h1{
        margin-right: 20px;
        margin-left:20px;
    }
    #section-news .container{
        text-align: justify;
    }
}
@media (min-width:900px){
    #section-news > header h1{
        margin-right: 40px;
        margin-left: 40px;
    }
    #section-news .container{
        text-align: justify;
    }
}
@media (min-width:1200px){
    #section-news > header h1{
        margin-right: 60px;
        margin-left: 60px;
    }
    #section-news .container{
        text-align: justify;
    }
}

.road-group.type-road-show.year-2014{
    text-align: center;
}
div.road-item .road-item-location{
    text-align: left;
}

@media (max-width:470px){
    #section-home-slider .flex-direction-nav{
        top: 34%;
    }
}
@media (max-width:393px){
    #section-home-slider .flex-direction-nav{
        top: 10%;
    }
}

@media (max-width: 550px){ 

    .flex-video {
        position: relative;
        padding-top: 25px;
        padding-bottom: 67.5%;
        height: 0;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .flex-video.widescreen { padding-bottom: 57.25%; }
    .flex-video.vimeo { padding-top: 0; }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
        .flex-video { padding-top: 0; }
    }
}

.flex-direction-nav a{
    z-index: 0 !important;
}

@media (max-width: 500px){

    .fancybox-wrap iframe{
        width: 100%;
        height: auto;
    }
    .fancybox-inner{
        width: auto !important;
        height: auto !important;
    }
}
@media (max-width: 650px){
    .essentials-box ul.essentials-nav{
        width:100% !important;
    }
    .essentials-box .tab-content{
        width:100%;
    }
}
@media (max-width: 561px){
    #section-home-essentials {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media (max-width: 650px){
    #section-home-essentials {
        margin-bottom: 45px;
        padding-bottom: 123px;
    }
}

@media (max-width:400px){
    #section-home-essentials {
        margin-bottom: -50px !important;
    }
}

.road-img{
    width: 19% !important;
}
.road-img-tablet{
    width: 33% !important;
}
.road-img-mobile{
    width: 100% !important;
}


.flex-viewport{
    top: -14px;
}


#section-album-slider-mobile .album-buy-m {
    padding-top: 12px;
    text-align: center;
}
#section-album-slider-mobile .album-buy-m .album-buy-button {
    display: inline-block;
    background-image: url(../img/album-buy-buttons.png);
    background-repeat: no-repeat;
}
#section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-merch {
    width: 222px;
    height: 53px;
    background-position: 0 0;
}
@media (max-width:500px){
    #section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-merch {
        display: block;
        margin: 0 auto;
    }    
}
#section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-merch:hover {
    background-position: 0 -53px;
}
#section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-itunes {
    width: 53px;
    height: 53px;
    background-position: -222px 0;
}
#section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-itunes:hover {
    background-position: -222px -53px;
}
#section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-amazon {
    width: 49px;
    height: 53px;
    background-position: -275px 0;
}
#section-album-slider-mobile .album-buy-m .album-buy-button.album-buy-amazon:hover {
    background-position: -275px -53px;
}

#section-album-slider-mobile .album-nav {

    width: 100%;
} 
#section-album-slider-mobile .album-nav li {

    display: block;
    max-width: 1440px;
    margin: 0 auto;
}
#section-album-slider-mobile .album-nav a {
    display: block;

    width: 75px;
    height: 76px;
    margin: 0;
    padding: 0;
    /*    background-image: url(../img/nav-arrows.png);*/
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
#section-album-slider-mobile .album-nav .album-nav-prev {
    left: 0;
    /*    background-position: 0 0;*/
    background-image: url(../img/nav-arrows-left.png);
}
#section-album-slider-mobile .album-nav .album-nav-prev:hover {
    left: 0;
    /*    background-position: 0 -76px;*/
    background-image: url(../img/nav-arrows-left-hover.png);
}
#section-album-slider-mobile .album-nav .album-nav-next {
    right: 0;
    /*    background-position: -75px 0;*/
    background-image: url(../img/nav-arrows-right.png);
}

#section-album-slider-mobile .album-nav .album-nav-next:hover {
    right: 0;
    /*    background-position: -75px -76px;*/
    background-image: url(../img/nav-arrows-right-hover.png);
}

.slides-titles-m{
    list-style-type: none;
}

.single-title-m{
    padding: 3px 0;
}

#section-album-slider-mobile{
    background-color: #000000;
    background-image: url(../img/album-slider-bg.jpg);
    background-repeat: no-repeat;
    // background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
#section-album-slider-mobile  header h1 {
    margin: 10px 0 0;
    font-size: 25px;
    color: #d1a051;
    padding-left: 50px;
    text-shadow: 3px 3px 0px #110f00;
    margin-top: 20px;
}
#section-album-slider-mobile header span {
    font-size: 17px;
    color: rgb(255, 255, 255);
    padding-left: 50px;
    margin-bottom: 30px;
}

/*#section-album-slider-mobile .album-cover-border-1-mobile {
    border: 4px solid #d1a051;
}
#section-album-slider-mobile .album-cover-border-2-mobile {
    border: 5px solid #000000;
}*/




/* STYLE IPAD */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){

    #section-album-slider-mobile .album-nav .album-nav-next {
        right: 50px !important;
        position: absolute;
    }
    #section-album-slider-mobile .album-nav .album-nav-next:hover {
        right: 50px;
        /*    background-position: -75px -76px;*/
        background-image: url(../img/nav-arrows-right-hover.png);
    }
}

/*@media (min-width:768px){*/

/*body.safari #player {
    top: 117px !important;
}
body.safari .navbar-default{
    padding-bottom: 40px;
}

body.safari #section-home-slider {
    top: 166px;
}
body.safari #section-home-logo{
    margin-top: 162px;
}
body.safari .section-logo-class{
    margin-top:157px; 
}
body.safari #section-logo-container{
    top:23px;
}*/
/*}*/

body.safari .navbar-default .navbar-nav > li.nav-icon > a{
    top: -15px !important;
}


@media (min-width:1161px){
    .navbar-nav {
        padding-bottom: 0px;
    }
}

@media (max-width:1160px) and (min-width:856px){
    #section-logo-container{
        margin-top: 206px !important;
    }
    #section-shows-2{
        margin-top: 206px !important;
    }
    #player {
        top: 170px !important;
    }
    body.safari #player {
        top: 160px !important;
    }
    #section-band-slider {
        position: absolute;
        top: 204px;
    }
    .section-logo-class {
        margin: 216px auto 530px;
    }
    #section-home-slider {
        position: relative;
        top: 219px;
    }
    #section-home-logo {
        margin-top: -298px;
    }
    body.safari #section-home-slider{
        top:200px;
    }
    body.safari #section-band-slider{
        top: 190px;

    }
    body.safari #section-logo-container{
        margin-top: 196px !important;
    }
    body.safari #section-shows-2{
        margin-top: 196px !important;
    }
}
@media (min-width:1161px){
    body.safari #section-logo-container{
        margin-top: 180px !important;
    }
    body.safari #section-logo-container{
        margin-top: 106px !important;
    }
    body.safari #player {
        top: 77px;
    }

}
@media (max-width:1048px) and (min-width:970px){
    #section-logo-container{
        margin-top: 206px !important;
    }
    #section-shows-2{
        margin-top: 206px !important;
    }
    #section-home-logo {
        margin-top: -278px;
    }
}
@media (max-width:969px) and (min-width:922px){
    #section-home-logo {
        margin-top: -227px;
    }
    #section-logo-container{
        margin-top: 206px !important;
    }
    #section-shows-2{
        margin-top: 206px !important;
    }
}
@media (max-width:921px) and (min-width:856px){
    #section-home-logo {
        margin-top: -211px;
    }
    #section-logo-container{
        margin-top: 206px !important;
    }
    #section-shows-2{
        margin-top: 206px !important;
    }
}


@media (max-width:855px) and (min-width: 768px){
    #section-logo-container{
        margin-top: 206px !important;
    }
    #section-shows-2{
        margin-top: 206px !important;
    }
    #player {
        top: 196px !important;
        padding-bottom: 10px !important;
    }
    #section-band-slider {
        position: absolute;
        top: 230px;
    }
    .section-logo-class {
        margin: 240px auto 530px;
    }
    #section-home-logo {
        position: relative;
        margin-top: -137px;
    }
    #section-home-slider {
        position: relative;
        top: 246px;
    }
    body.safari #section-home-slider{
        top:226px;
    }
    body.safari #player {
        top: 186px !important;
    }
    body.safari #section-band-slider{
        top: 195px;

    }
}
