
*, html, body {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    background: #0e0e0e url('../images/bg.jpg') no-repeat top center fixed;
    background-size: cover;
}

a, a:visited {
    text-decoration: none;
}


header {
    z-index: 70;
    padding: 14px 8px;
}


header, footer, .hasBg  {
    color: #ffffff;
    background: rgba(28, 28, 28, 1);
}


footer {
    margin-bottom: -2px;
    padding: 16px;
}

header a, footer a {
    color: #ffffff;
    text-decoration: none;
}

header a:hover, .menuItem.current a  {
    color: #b31921;
}

h1, h2, .logo  {
    font-weight: normal;
}

.imgLogo {
    width: 300px;
    height: auto;
}

.menuOpener {
    padding: 6px 6px 3px 6px;
    border: 2px #ffffff solid;
    background: transparent;
}

.closeMenu {
    margin: 14px 8px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
}


#menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.96);
}


.menu {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -12%);
}

.topImgHolder {
    background: url('../images/topScreenBg.jpg') repeat-x center center fixed;
    -webkit-perspective: 300px;
    perspective: 300px;
}

.article {
    max-width: 1100px;
    margin: 24px auto;
}




.signBox, .happyPhantom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main {
    min-height: calc(100% - 100px);
}


.slick-slide img {
    width: 100%;
}

.section {
    padding: 64px 12px;
}

.getAlbumImg {
  box-shadow: 0 0 34px -1px #000000;
}

.albumHeading {
    padding: 44px 12px;
    text-shadow: 0 2px 3px #000000;
}

#videoHolder, #videoplayer {
    border: 6px #330000 solid;
    box-shadow: 0 8px 24px -2px #000000;

}

.upcoming-shows {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #ff6b6b;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    position: relative;
}

.section-title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff6b6b, transparent);
}

.shows-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.show-card {
    background: linear-gradient(145deg, #2a2a2a, #1e1e1e);
    border-radius: 15px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #3a3a3a;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.show-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #ff8e8e, #ff6b6b);
}

.show-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(255, 107, 107, 0.2);
}

.show-date {
    font-size: 2rem;
    font-weight: bold;
    color: #ff6b6b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.show-date::before {
    content: '📅';
    font-size: 1.5rem;
}

.show-venue {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.show-venue::before {
    content: '🎭';
    font-size: 1.2rem;
}

.show-location {
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.show-location::before {
    content: '📍';
    font-size: 1rem;
}

.show-details {
    font-size: 1rem;
    color: #b0b0b0;
    line-height: 1.5;
    margin-bottom: 15px;
}

.show-time {
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid #ff6b6b;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 0.9rem;
    color: #ff6b6b;
    display: inline-block;
    margin-top: 10px;
}

.special-show {
    background: linear-gradient(145deg, #3a2a2a, #2e1e1e);
    border-color: #ff8e8e;
}

.special-show::before {
    background: linear-gradient(90deg, #ff8e8e, #ffb3b3, #ff8e8e);
}

.collaboration {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid #ffd700;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 0.9rem;
    color: #ffd700;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

.show-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    justify-content: center;
}

.btn-facebook {
    background: linear-gradient(135deg, #3b5998, #4267B2);
    color: white;
}

.btn-facebook:hover {
    background: linear-gradient(135deg, #2d4373, #365899);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 89, 152, 0.4);
}

.btn-tickets {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
}

.btn-tickets:hover {
    background: linear-gradient(135deg, #ff5252, #ff7979);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.btn-disabled {
    background: linear-gradient(135deg, #666, #777);
    color: #ccc;
    cursor: not-allowed;
}

.btn-disabled:hover {
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .shows-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .show-card {
        padding: 20px;
    }
}

.pulsing-border {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 12px 40px rgba(255, 107, 107, 0.3);
    }
    100% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
}

.videoWrapper {
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: 5px #b31921 solid;
    box-shadow: 0 0 12px -2px #000000;
}


#canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoOpener {
    border: 0;
    background: transparent;
}

.videoOpener:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -8px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    content: "";
    transition: all 0.5s ease;
}

.videoOpener:hover:before{
    background: rgba(0, 0, 0, 0.3);
}

.close {
    top: -30px;
    right: -30px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
}

.hpVideoImage, .videoImage {
    margin-bottom: -8px;
}

.play {
    width: 30%;
    height: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boxesHolder:after {
    display: block;
    position: absolute;
    width: 80%;
    left: 10%;
    margin: 24px 0 12px 0;
    height: 1px;
    background: #222222;
    content: "";
}

.hasSeparator:after, .vid.section:after {
    bottom: -8%;
}

.bottomBox {
    vertical-align: text-top;
}

.leadingItem {
    margin: 24px 0;
}

.leadingItem h2 {
    margin-bottom: 12px;
}

.leadingItem .news {
    left: 8px;
}

.leadingItem .news a, .leadingItem .news a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.thumb {
    border: 3px #440000 solid;
}

.readMore {
    padding: 8px;
    background: #440000;
    border-radius: 12px;
    color: #ffffff;
}

.readMore:hover {
    background: #220000;
}


.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    top: 100%;
    margin-top: 54px;
    list-style-type: none;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
}

.slick-dots li {
    display: inline;
    padding: 3px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    color: transparent;
    background: #ffffff;
}

.slick-dots li.slick-active button {
    background: #550000;
}

.hpSlider .slick-dots {
    margin-top: 10px;
}

.subscribe {
    top: 44px;
    margin: 0 auto 44px auto;
}

.subscribe h2 {
    margin-bottom: 28px !important;
    font-weight: normal;
}

.inputHolder label, .inputHolder input {
    margin-bottom: 6px;
}

.inputHolder input {
    padding: 12px;
    border: 0;
}

.inputHolder input[type="submit"] {
    color: #ffffff;
    background: #440000;
    cursor: pointer;
}

.inputHolder input[type="submit"]:hover {
background: #220000;
}

.success {
    border: 1px #ffffff solid;
    padding: 12px;
}

.error {
    border: 1px #ff0000 solid;
    padding: 13px;
}

.g-recaptcha {
    display: none;
}

li.socialHolder {
    width: 18%;
}

li.socialHolder a.socialLink {
    margin: 0 8px 24px 8px;
    border: 2px #ffffff solid;
    background: #ffffff;
}

li.socialHolder a.socialLink img.socialIcon {
    opacity: 1;
}

li.socialHolder a.socialLink:hover img.socialIcon {
    opacity: 0.4;
}

.mw-800 {
    max-width: 800px;
}

/* Page Loader Styles */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #666666 0%, #333333 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

.loader-container {
    text-align: center;
    color: white;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.progress-bar {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    margin: 20px auto;
}

.progress-fill {
    height: 100%;
    background: white;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 2px;
}


@media (min-width: 1200px) {

    #main {
        top: 60px;
        margin-bottom: 60px;
    }

    .albumHeading {
        font-size: 3vw;
    }

    .stLink {
        width: 10%;
        margin: 24px;
    }

    #videoHolder {
        width: 60%;
    }

    footer, .preFooter {
        bottom: -4px;
    }
}

@media (min-width: 998px) {

    .ase {
        width: 35%;
    }

    .signBox {
        width: 30%;
    }


    .videoHolder {
        top: 6%;
        width: 60%;
        margin: 44px auto;
    }

    .logo {
        font-size: 2vw;
    }

    #menu .menuItem {
        font-size: 2vw;
    }

    .getAlbumImg {
        width: 30%;
    }

    .bottomBox {
        display: inline-block;
        width: 45%;
        padding: 0 46px;
    }

    .newsBox::after {
        display: block;
        position: absolute;
        width: 1px;
        height: 80%;
        top: 50%;
        left: 48%;
        transform: translate(-48%, -50%);
        background: #222222;
        content: "";
    }

    .leadingItem .news {
        font-size: 1.2vw;
        line-height: 1.8vw;
    }

    h1, .subscribe h2  {
        font-size: 1.6vw;
    }

    .leadingItem h2, .inputHolder label, .inputHolder input, .success {
        font-size: 1.3vw;
    }

    .readMore {
        font-size: 1.2vw;
    }

}

@media (min-width: 500px) {
    .thumb {
        float: left;
        width: 24%;
    }

    .readMore {
        position: absolute;
        right: 24px;
        bottom: 0;
    }
}

@media (max-width: 1199px) {

    #main {
        top: 54px;
        margin-bottom: 34px;
    }

    footer, .preFooter {
        bottom: -8px;
    }

    .stLink {
        width: 150px;
        margin: 3px;
    }

    #videoHolder {
        width: 90%;
    }
}

@media (max-width: 997px) {

    .slick-arrow {
        display: none !important;
    }


    .playerHolder {
        max-width: 600px;
        margin: 12px auto;
    }



    .ase {
        width: 60%;
    }

    .signBox {
        width: 50%;
    }

    .videoHolder {
        margin: 44px;
    }

    .logo {
        font-size: 22px;
    }


    #menu .menuItem {
        font-size: 30px;
    }


    .getAlbumImg {
        width: 89%;
    }

    .leadingItem h2, .subscribe h2  {
        font-size: 24px;
    }

    .leadingItem .news {
        margin: 18px 0;
    }

    .description {
        font-size: 21px;
    }

}


@media (max-width: 500px) {
    .ase {
        width: 100%;
    }

    .signBox {
        width: 80%;
    }

     .inputHolder {
    margin: 0 auto;
    }
}


