@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);*/
@import url(/css/fonts.opensans.css);
@font-face {
    font-family: 'BellBottom';
    font-style: normal;
    font-weight: normal;
    src: local('BellBottom.Laser'), url('/files/fonts/Belbott0.woff') format('woff');
}

@purple: #ca2b62;
@nav_pink: #ed5687;
@pink: #e51cbe;
@orange: #f5886d;
@darkgrey: #464646;
@darkblue: #262262;
@lightblue: #423f76;
@cyan: #85ebeb;

html,body {border:none;padding:0;margin:0;}
body {font-size:100%;font-family:"Open Sans",sans-serif;}
img {border:none;}
input[type="submit"]{    
    -webkit-appearance: none;

}
.nav:before {
    display: block !important;
    content:unset !important;
}
div.container {width:1400px;margin:0 auto;}
.button {
    display:block;
    width:250px;
    text-align:center;
    margin:1em auto 0;
    font-size:2.125em;
    color:@darkblue;
    padding:5px 20px;
    background:white;
    text-decoration: none;
    font-family:"BellBottom";
    border:none;
}
.sub_more{
    display:none;
    font-size: 2.0em;
    padding: 5px 10px;
    line-height: 10px;
    vertical-align: -5px;
    margin-left: 2px;
}
div.bottom_menu {
        position:absolute;
        left:0px;
        top:652px;
        width:100%;
        z-index:99;
        background:@purple;
        #logo{
            
            z-index: 999;
        }
        h1{
            position:absolute;
            top:-80px;
            //width:320px;
            //height:235px;
            margin:0px;
            
            -webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            
            img {
                width:100%;
                height:auto;
            }
        }
        a.title {
            position:absolute;
            top:-80px;
            width:320px;
            height:235px;
            margin:0px;
            
            -webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            
            img {
                width:100%;
                height:100%;
            }
        }
        
        nav {
            float:right;
            .nav{padding-right: 70px;}
            ul {
                float:left;
                list-style-type:none;
                margin:0px;
                padding:0px;

                li {
                    display:inline-block;
                    margin:0;
                    padding:12px 0;
                    
                    &:last-child a {
                        border:none;
                    }
                    
                    a {
                        display:block;
                        padding:0px 20px;
                        border-right:1px solid white;
                        font-family:"Oswald";
                        font-weight:300;
                        font-size:1.5625em;
                        color:white;
                        text-decoration: none;
                    }
                    
                    &:hover {
                        background-color:@nav_pink;
                    }
                }
            }
            
            a.social {
                display:block;
                float:right;
                padding:7px 0;
                width: 48px;
                text-align:center;
            }
            
            a.mobile {
                display:none;
                float:right;
                padding:7px 0;
            }
            
            ul li a, ul li ul {     
                -webkit-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                -moz-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                -o-transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
                transition: all 200ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
            }

            ul {z-index:9999;}
            ul li {z-index:9999;
                &:hover ul{
                    display:block;
                }
            }
            ul li ul li a {text-transform: initial;border:none;}
            ul li:hover, ul li:hover {position: relative;}
            ul li:hover a {color:white;}
            ul li ul {position: absolute;margin:0px;padding:0px;display: none;width:230px;z-index:999;background:transparent;padding-top:12px;}
            ul li ul li {display:block;background-color:@nav_pink;border:none;margin:0px;border-bottom:1px solid white;padding:0px;}
            ul li ul li a {color:white !important;}
            ul li ul li:last-child {border: none;}
            ul li:hover ul {visibility: visible;}
            ul li ul li a {padding:10px;}
            ul li ul li a:hover {background:@orange;}
            
            #mobile-nav-link {
                display:none;
                position:absolute;
                top:0px;right:0px;
                height:70px;width:70px;
                padding:10px;
                z-index:900;
            }
            #mobile-nav-link img {height:35px;padding:14px;}
        }
    }
#home_content{
    position:relative;
    z-index:3;
}    
header {
    position:relative;
    z-index:2;
    
    
    div.banner {
        position: relative;
        top:0px;
        left:0px;
        width: 100%;
        height: 652px;

        .paging {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            bottom: 2%;
            z-index: 6;
            a{                
                line-height: 20px;
                display: inline-block;
                color: @orange;
                vertical-align: top;
                font-size: 5em;
                line-height: 27px;
                text-decoration:none;
                font-family: serif;
            }
            .active{
                color: #FFFFFF;
            }
        }
        .items{
            width: 100%;
            height: 100%;
            .item{
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 1;
                background-color:black;

                .slider{
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                    background-origin: border-box;
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat
                }
                .info {
                    position: relative;
                    top: 50%;
                    left:50%;
                    width:50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);

                    position: absolute;
                    z-index: 10;
                    top: 43.5%;
                    
                    h2{
                        font-size:3.5em;
                        font-family:"Oswald";
                        font-weight:600;
                        text-transform:uppercase;
                        color: #FFFFFF;
                        text-shadow: 5px 8px 10px rgba(0, 0, 0, 1); 
                    }
                    p{ 
                        color: #FFF;
                        text-transform: uppercase;
                        font-size: 1.95em;
                        line-height: 1em;
                        margin: 10px 0;
                    }
                    a{
                        border: 3px solid @purple;
                        color: @purple;
                        text-transform: uppercase;
                        padding: 8px 16px;
                        display: inline-block;
                        font-weight: 500;
                        margin-top: 16px;
                        margin-left: -6px;

                        background: rgba(0,0,0,0.4);
                    }
                }
                &:first-child{ 
                    z-index: 4; 
                }
                &:nth-child(2){ z-index: 3; }
            }
        }
    }
}

body.home {
    header {
        height:680px;
        div.banner {
            position:fixed;
            z-index:-1;
        }
    }
    
    &.fixed {       
        
        div.bottom_menu {
            position:fixed;
            bottom:auto;
            top:0px;
            
            h1 {
                top:0px;
                //margin-left:50px;
                width:325px;
                height:235px;
            }
        }
    }
}

div.quote {
    background:white url('/images/layout/peace-girl.jpg') no-repeat top right;
    background-size:contain;
    margin-top:30px;
    div.text {
        width:60%;
        padding:4.5em 2em;
        text-align:center;
        font-size:2.5625em;
        color:@darkgrey;
        box-sizing:border-box;
        
        background:url('/images/layout/quote-start.png') no-repeat 0.5em 4.3em, url('/images/layout/quote-end.png') no-repeat 17em 6.75em;
    }
}

section.upcoming-shows {
    background:black url('/images/layout/oil-slick.jpg') no-repeat top center;
    background-size:cover;
    padding:1.5em;

    h2 {
        font-family:"BellBottom";
        font-size:4.4375em;
        color:white;
        text-align:center;
        font-weight:400;
        margin:0px;
        padding:0px;
    }
    
    ul {
        position:relative;
        left:50%;
        width:40%;
        margin-left:-20%;
        padding:0px;
        list-style-type:none;
        
        li {
            position:relative;
            margin:0;
            height:60px;
            
            span.location, span.date {
                display:block;
                width:50%;
                line-height:50px;
                position:absolute;
                top:0px;
                left:0px;
                text-align:center;
                padding:5px 0;
                box-sizing:border-box;
            }
            
            span.location {
                text-align:right;
                padding-right:1em;
                
                span.text {
                    background:white;
                    color:@darkblue;
                    font-size:1.6875em;
                    width:90%;
                    text-align:center;
                    display:inline-block;
                }
                
                span.arrow {
                    display:inline-block;
                    vertical-align:top;
                    margin-top:19px;
                    width: 0;
                    height: 0;

                    border-top: 6px solid transparent;
                    border-bottom: 6px solid transparent;
                    border-left: 10px solid white;
                }
            }
            
            span.date {
                right:0px;
                border-left:2px solid white;
                padding:5px 0 5px 1.25em;
                left:auto;
                color:white;
                font-size:1.5625em;
                font-weight:bold;
                text-align:left;
                
                &:after {
                    color: black;
                    content: '\2022';
                    position: absolute;
                    left: -6px;
                    top: 5px;
                }
            }
            
            &:nth-of-type(even) {
                span.location {
                    right:0px;
                    left:auto;
                    text-align:left;
                    padding-right:0px;
                    padding-left:1em;
                    margin-left:2px;
                    
                    span.arrow {
                        float:left;
                        margin-top:19px;
                        border:none;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-right: 10px solid white;
                        vertical-align: middle;
                    }
                }
                
                span.date {
                    right:auto;
                    left:2px;
                    text-align:right;
                    
                    border-left:none;
                    border-right:2px solid white;

                    padding:5px 1.25em 5px 0;
                    
                    &:after {
                        left:auto;
                        right:-6px;
                    }
                }
            }
        }
    }
}

div.social-wall {
    background:#e1e1e1;
}

section.signup-form {
    //background:white url('/images/layout/sun-glasses.jpg') no-repeat center left;
    
    h2 {
        font-family:"BellBottom";
        font-size:4.4375em;
        color:@pink;
        text-align:center;
        font-weight:400;
        margin:0px;
        padding:0px;
    }

    div.text {
        //float:right;
        display:table-cell;
        width:49%;
        padding:2em 3em;
        text-align:center;
        color:@darkgrey;
        box-sizing:border-box;
        min-width: 250px;
        vertical-align:middle;
    }
    
    input[type="text"] {
        padding:5px 1em;
        background-color:#efefef;
        color:@darkgrey;
        font-family:"Open Sans";
        font-size:1.3125em;
        border:none;
        width:350px;
        margin:0.5em auto;
    }
    label {
        display:none;
    }
    
    input[type="submit"] {
        .button;
        width:350px;
        color:white;
        background:@pink;
        text-align:center;
        margin:0.5em auto 0;
    }
    
    &.small {
        padding:30px 0;
        background: white;
        
        div.container {
            //background:white url('/images/layout/sunglasses.jpg') no-repeat center left;
        }
        
        h2 {
            //float:left;
            //width:25%;
            //padding-left:25%;
            font-size:3.68em;
            text-transform: uppercase;
            margin:0px;
        }
        
        form {
            //float:right;
            //width:49%;
            padding-top:5px;
        }
        div.photo{
           background:white url('/images/layout/sunglasses.jpg') no-repeat center right;
           width: 50%;
           display:table-cell;
           vertical-align:middle;
           background-size:initial;           
           min-width: 250px;            
        }
        div.text  {
            //width:100%;

            div {
                float:left;
                width:100%;
                
                input[type="text"] {
                    display:inline-block;
                    width:47%;
                    box-sizing:border-box;
                    margin:0;
                    padding:0.5em 1.5em;
                }
                
                input[type="submit"] {
                    margin:0.35em auto 0;
                    width:95%;
                    box-sizing:border-box;
                }
            }
        }
    }
}

div.testimonial {
    background:@cyan;

    div.container {
        width:1166px;
        background:@cyan url('/images/layout/testimonial-girl.jpg') no-repeat bottom right;
    }

    div.text {
        width:60%;
        padding:5em 3em 4em;
        box-sizing:border-box;
        
        figure {
            margin:0px;
        }
        
        blockquote {
            font-style:italic;
            font-size:0.875em;
            margin:0 0 2em;
        }
        
        cite {
            display:block;
            font-size:0.95em;
            font-weight:600;
            margin:0 0 0.25em;
        }
    }
}

div.content {
    padding:2em 0;
    
    h2 {
        font-size:2.375em;
        margin:0 0 1em;
        color:@purple;
        font-family:"Oswald";
    }
    p:first-child {margin-top:0;}
    p:last-child {margin-bottom:0;}
    
    div.container {
        width:1166px;
    }
    
    div.editorContent {
        &.module {
            padding-bottom:2em;
        }
        
        p {
            line-height:1.75em;
        }
        
    }
}

body.secondary {
    
        div.bottom_menu {
            position:fixed;
            box-shadow: 5px 8px 18px 0px rgba(0, 0, 0, 0.56); 
            bottom:auto;
            top:0px;
            
            a.title {
                position:absolute;
                top:0px;
            }
        }
        
        div.banner {
            height:450px;

            .items{
                .item{
                    .info {
                        top:auto;
                        bottom:20px;
                        left:0;
                        width:100%;
                        text-align:center;
                        transform:translate(0,0);

                        h1{
                            font-size:7.3125em;
                            font-family:"BellBottom";
                            font-weight:400;
                            text-transform:uppercase;
                            color: #FFFFFF;
                            text-shadow: 5px 8px 10px rgba(0, 0, 0, 1); 
                            margin:0px;
                        }
                    }
                }
            }
        }
    
}

ul.shows {
    margin:0px;
    padding:0px;
    list-style-type:none;

    li.item {
        background:#eaebeb;
        margin:0 0 10px;
        font-size:1.125em;
        font-family:"Oswald";
        font-weight:300;
        
        div.left {
            padding:10px 15px;
            float:left;
        }
        div.right {
            padding:5px;
            float:right;
        }
        div.city {
            padding-left:0.75em;
            font-size:1.875em;
            color:#252525;
        }
        div.date {
            width:190px;
            text-align:center;
            background:#685ba8;
            color:white;
            text-transform: uppercase;
            font-size:2.1875em;
        }
        div.time {
            width:70px;
            padding-left:0.75em;
            font-size:1.875em;
            color:#252525;
        }
        
        a.btn {
            display:block;
            color:white;
            background:@pink;
            text-align:center;
            padding:0 10px;
            text-transform:uppercase;
            text-decoration: none;
        }
    }
}

div.categories {
    margin-bottom:25px;

    ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
        text-align:center;
        
        li {
            display:inline-block;
            position:relative;
            overflow:hidden;
            height:361px;
            width:356px;
            margin:10px;

            a {
                position:relative;
                display:table;
                width:100%;
                height:100%;
                background:@darkblue no-repeat center center / cover;
                text-decoration:none;
                
                div {
                    display:table-cell;
                    height:100%;
                    width:100%;
                    top:0px;
                    left:0px;
                    background:rgba(0,0,0,0.7);
                    vertical-align:middle;
                    
                    span.title {
                        padding:10px;
                        font-size:1.4em;
                        color:white;
                        border: 2px solid #FFF;
                        max-width:80%;
                        margin: 0 auto;
                        display:inline-block;
                        box-sizing:border-box;
                    }
                    span.view{
                        display:none;
                        padding: 10px;
                        font-size: 1.4em;
                        color: #FFF;
                        border: 2px solid #FFF;
                        max-width: 80%;
                        margin: 0 auto;
                        background-color:@orange;                        
                    }
                }
                
                &:hover div {
                    background:transparent;
                    span.view{
                        display:inline-block;
                    }
                    span.title{
                        display:none;
                    }
                }
            }
            
            iframe {
                width:100%;
                height:100%;
            }
        }
    }
}
div.videos {
    ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
        text-align:center;
        
        li {
            display:inline-block;
            background-color: #262262;
            margin:0 15px;
            position: relative;
            
            iframe {
                height: 255px !important;
                width: 318px;
            }
            
            h3 {
                font-size:0.95em;
                margin:0px;
                color:white;
            }
        }
    }
}

div.contact {
    div.left {
        float:left;
        width:35%;
        min-width: 250px;
        margin-bottom: 20px;
    }
    
    div.right {
        float:right;
        width:60%;
        min-width: 250px;
    }
    
    label {
        display:none;
        font-family:"Oswald";
        
        &.required:after {
            content:"*";
            color:red;
        }
    }
    
    input[type="text"], textarea {
        padding:5px;
        font-size:1.1em;
        border:2px solid #e3e3e3;
        background:#e3e3e3;
        width:100%;
        box-sizing:border-box;
        margin-bottom:1em;
        font-family:"Open Sans";
        
        &:focus {
            box-shadow:0px 0px 5px 1px @purple;
            background-color:white;
            border-color:white;
        }
        
        &.captcha {
            width:200px;
        }
    }
    textarea {
        height:150px;
    }
    
    input[type="submit"] {
        font-family:"Oswald";
        background:@purple;
        border:1px solid @purple;
        color:white;
        font-size:1.125em;
        font-weight:300;
        padding:8px 30px;
        margin:0;
    }
}

.large_testimonial_container {margin:1em 0 2em;}
.large_testimonial_container .quote {
    float:right;
    width:85%;
    padding:15px;
    box-sizing:border-box;
    border:1px solid #efefef;
    border-radius:5px;
    margin:0px;
}
.large_testimonial_container .image {float:left;width:11%;}
.large_testimonial_container .image img {width:100%;}

.large_testimonial_container .profile {clear:both;color:black;font-weight:600;font-size:1em;text-align:right;padding-right:2em;}

.large_testimonial_container.left .quote {position: relative;background: #efefef;border: 1px solid #efefef;}
.large_testimonial_container.left .quote:before {right: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.large_testimonial_container.left .quote:after {border-color: rgba(239, 239, 239, 0);border-right-color: #efefef;border-width: 20px;margin-top: -20px;}
.large_testimonial_container.left .quote:before {border-color: rgba(239, 239, 239, 0);border-right-color: #efefef;border-width: 21px;margin-top: -21px;}


.large_testimonial_container.right .quote {float:left;position: relative;background: #efefef;border: 1px solid #efefef;}
.large_testimonial_container.right .quote:after, .large_testimonial_container.right .quote:before {left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.large_testimonial_container.right .quote:after {border-color: rgba(239, 239, 239, 0);border-left-color: #efefef;border-width: 20px;margin-top: -20px;}
.large_testimonial_container.right .quote:before {border-color: rgba(239, 239, 239, 0);border-left-color: #efefef;border-width: 21px;margin-top: -21px;}

.large_testimonial_container.right .image {float:right;}

blockquote span p {line-height:1.5em;}
blockquote span p:before, blockquote span p:after {content:'"';font-size:1.4em;vertical-align: sub;color:black;}

footer {
    div.top {
        position:relative;
        background:@darkblue;
        text-align:center;
        
        a.logo {
            position:absolute;
            top:-30px;
            margin-left:-130px;
        }
        
        a:nth-of-type(2) {
            margin-right:130px;
        }
    }
    
    div.bottom {
        background:@lightblue;
        text-align:center;
        padding:1em 0;
    }
    
    ul {
        display:inline-block;
        margin:0px;
        padding:0px;
        text-align:center;
        
        li {
            display:inline-block;
            margin:5px 0;
            border-right:1px solid white;
            
            &:last-child {
                border:none;
            }
            
            a {
                display:block;
                padding:0px 40px;
                font-family:"Oswald";
                font-weight:300;
                font-size:1.5em;
                color:white;
                text-decoration: none;
            }
        }
    }
    
    div.credits {
        padding:0.5em 0 1em;
        font-size:0.75em;
        background:@lightblue;
        color:white;
        text-align:center;
        
        a {
            color:white;
        }
    }
}

#descriptive_sections{
    position:relative;

    .descriptive_section {
        padding: 70px 0;
        width: 100%;
        box-sizing: border-box;
        //background: #97EDEE no-repeat center right / contain;
        background-position: center center;
        background-size:cover;
        background-repeat:no-repeat;
        .ds_content{
            .light{
                color:#000;
                background-color: rgba(255,255,255,0.7);
            }
            .dark{
                color:#FFF;
                background-color: rgba(40,40,40,0.7);
            }
            .ds_box{
                width: 50%;
                padding: 30px;
                min-width:450px;
                text-align:center;
                .ds_title{
                    text-align:left;
                    font-family: "Oswald";
                    font-size: 2.375em;
                    margin: 0 0 0.5em;
                    text-align:left;
                }
                .ds_text {
                    text-align:left;
                    blockquote {
                        font-style:italic;
                        font-size:0.875em;
                        margin:0 0 2em;
                        padding:0px;
                    }
                    
                    cite {
                        display:block;
                        font-size:0.95em;
                        font-weight:600;
                        margin:0 0 0.15em;
                    }
                }
                .ds_link{
                    display:inline-block;
                    color: #fff;
                    text-decoration: none;
                    margin: 0 auto;
                    padding: 10px;
                    border-radius: 4px;
                    margin: 10px;
                    background:@purple;
                }
            }
        }
    }
}

#show-menu {
    img {
        width:48px;
    }
}
#music_list{
    padding: 70px 0;
    #music_container{
        background-color: rgba(255,255,255,0.7);
        padding: 20px 0;
        .list{
            padding:20px;
            margin:0;
            list-style:none;
            li{
                padding: 10px 0;
                .song_name{
                    a{
                        color: #000;
                        font-weight: bold;    
                    }    
                }
                .song_credit{
                    
                }
                .song_original{
                    font-style:italic;    
                }
            }
        }
    }
}
#message_container{
    text-align:center;
    padding: 10px;
    box-sizing:border-box;
    #message_logo{
        
    }
    #message_text{
        max-width: 350px;
        margin: 0 auto;
        padding-top: 15px;
        font-size: 1.1em;
        .error{
            //color:red;
        }    
    }
}
@media only screen and (min-width:1124px) and (max-width:1426px) {
    div.container {
        width:1100px;
    }
    
    div.bottom_menu nav ul li a {
        padding: 0px 10px;
        font-size:1.4625em;
    }
    
    div.content div.container {
        width: 1080px;
    }
    section.signup-form.small div.photo{background-size:contain;}
    div.bottom_menu h1#logo{width: 320px; height: auto;}
    div.bottom_menu nav .nav{padding-right: 0px;}
    div.quote div.text{
        background:url('/images/layout/quote-start.png') no-repeat 0.5em 4.3em, url('/images/layout/quote-end.png') no-repeat 13em 9.75em;
    }
}

@media only screen and (min-width:980px) and (max-width:1123px) {
     div.bottom_menu nav .nav{padding-right: 0px;}
     div.bottom_menu h1#logo{width: 240px; height: auto; top:-50px;}
     body.home.fixed div.bottom_menu h1{top:0!important;}
     body.home.fixed div.bottom_menu a.title{top:0!important;}
     div.bottom_menu a.title{ width: 260px; height:auto; top:-50px}
    div.quote div.text{background:url('/images/layout/quote-start.png') no-repeat 0.5em 4.3em, url('/images/layout/quote-end.png') no-repeat 14em 6.75em;}
    body {
        font-size:95%;
    }
    div.container {
        width:980px;
    }
    div.content div.container {
        width: 960px;
    }

    header div.banner .items .item .info h2 {
        font-size: 4.5em;
    }
    
    div.bottom_menu nav ul li {
        padding:15px 0;
    }
    div.bottom_menu nav ul li a {
        padding: 0px 10px;
        font-size:1.3625em;
    }
    
    div.quote {
        background-size:contain;
    }
    div.quote div.text {font-size: 2em;}
    section.upcoming-shows ul {
        width: 80%;
        margin-left: -40%;
    }
    
    footer ul li a {
        padding: 0px 20px;
        font-size: 1.5em;
    }
    section.signup-form div.text {
        float: none;
        width: 100%;
        background:rgba(255,255,255,0.75);
    }
    section.signup-form.small {
        //background:rgba(255,255,255,0.75);
    }
    section.signup-form.small h2 {
        float: none;
        width: 100%;
    }
    section.signup-form.small form {
        float: none;
        display:block;
        width:350px;
        margin:2em auto;
    }
    section.signup-form.small div.text {
        width: 100%;
        padding:0px;
    }
    #descriptive_sections .descriptive_section {
        padding: 20px 0;
    }
    section.signup-form.small div.photo{background-size:contain;}
    div.contact div.left{width:100%;box-sizing: border-box;;}
}
@media only screen and (max-width:979px) {
    .nav .sub_container{
        display:none;
    }
    .nav .sub_container ul{
        display:block;
        position:relative;
        top:auto;
        left:auto;
       
        width:90%;
        margin: 0 auto;
        li{
            a{padding:5px 0;}font-size: 0.8em;
        }
    }
    div.bottom_menu nav ul{
        float:none;
    }
    span.active .sub_container{display:none;}
    div.bottom_menu nav .nav{
        padding-right:0;
    }
}
@media only screen and (min-width:640px) and (max-width:979px) {
    .sub_more{
        display:inline-block;

    }
     div.quote div.text{background:url('/images/layout/quote-start.png') no-repeat 0.5em 2.3em, url('/images/layout/quote-end.png') no-repeat 12em 4.75em; color: #FFF; text-shadow:2px 2px 2px #000;}
    div.bottom_menu h1#logo{width: 240px; height: auto; top:0px;}
    body.home.fixed div.bottom_menu h1{top:0!important;}
    body.home.fixed div.bottom_menu a.title{top:0!important;}
    div.bottom_menu a.title{ width: 260px; height:auto; top:0px}
    span.nav {
        display:none;
    }
    div.bottom_menu nav a.mobile {display:block;}
    body {
        font-size:85%;
    }
    div.container {
        width:620px;
    }
    div.content div.container {
        width: 620px;
    }

    header div.banner .items .item .info h2 {
        font-size: 4.5em;
    }
    div.bottom_menu nav ul {
        display: block;
        position: absolute;
        top: 62px;
        left: 0px;
        width: 100%;
        background: purple;
        z-index:2;
        li {
            display:block;
            text-align:center;
        }
    }
    div.bottom_menu nav ul li {
        padding:15px 0;
    }
    div.bottom_menu nav ul li a {
        padding: 0px 18px;
        font-size:1.3625em;
    }
    
    div.quote {
        background-size:contain;
    }
    div.quote div.text {font-size: 1.5em;padding:4em 2em;}
    section.upcoming-shows ul {
        width: 80%;
        margin-left: -40%;
    }
    
    footer ul li a {
        padding: 0px 20px;
        font-size: 1.5em;
    }
    section.signup-form div.text {
        float: none;
        width: 100%;
        background:rgba(255,255,255,0.75);
    }
    section.signup-form.small {
       // background:rgba(255,255,255,0.75);
    }
    section.signup-form.small h2 {
        float: none;
        width: 100%;
    }
    section.signup-form.small form {
        float: none;
        display:block;
        width:350px;
        margin:2em auto;
    }
    section.signup-form.small div.text {
        width: 100%;
        padding:0px;
    }
    #descriptive_sections .descriptive_section {
        padding: 20px 0;
    }
    header {

        div.banner {
            //top:60px;
        }
    }
    div.bottom_menu {
            position: absolute;
            bottom: auto;
            top: 0px;
        }
    footer {
       // display:none;
    }
    section.signup-form.small div.photo{background-size:contain;}
    div.bottom_menu nav ul li a{border-right:none;}
    div.bottom_menu h1, header div.bottom a.title{width: 180px;height:auto;}
}
@media only screen and (max-width:939px) {
        .sub_more{
        display:inline-block;

    }
     div.quote div.text{background:url('/images/layout/quote-start.png') no-repeat 0.5em 2.3em, url('/images/layout/quote-end.png') no-repeat 18em 4.75em; color: #FFF; text-shadow:2px 2px 2px #000;}
    div.contact div.left{width:100%;box-sizing: border-box;;}
    div.contact div.right{float:none; margin: 0 auto;clear:both;}
    #descriptive_sections .descriptive_section .ds_content .ds_box{width:100%;box-sizing:border-box;}
    
        div.bottom_menu {
            h1, a.title {
                top:0px;
                width:180px;
                height:auto;
                margin:0px;
            }
        }
    
    
    div.bottom_menu nav ul {
        display: block;
        position: absolute;
        top: 62px;
        left: 0px;
        width: 100%;
        background: @lightblue;
        
        li {
            display:block;
            text-align:center;
            border-bottom: 1px solid @purple;
            &:last-child{
                border-bottom: none;
            }
        }
    }
    section.signup-form.small div.photo{display:none;}
    section.signup-form.small div.text{display:block;}
    header div.banner .items .item .info{left:5%;}
    div.bottom_menu nav ul li a{border-right:none;}
    footer ul li{;border-right:none; width: 120px; vertical-align:top;}
    footer ul{list-style-type:none;}
    //footer ul:first-child{display:none;}
    div.quote div.text{width:90%;}
    header div.banner .items .item .info{top:60%;}
}

@media only screen and (max-width:639px) {
    div.content div.container{width:auto !important;}
    div.container{width: auto!important;}
    body.home.fixed div.bottom_menu h1{width:180px; ;height:auto;}
    span.nav {
        display:none;
    }
    div.bottom_menu nav a.mobile {display:block;}
    body {
        font-size:85%;
    }
    div.container {
        width:620px;
    }
    div.content div.container {
        width: 620px;
    }

    header div.banner .items .item .info h2 {
        font-size: 4.5em;
    }
    div.bottom_menu nav ul li {
        padding:10px 0;
    }
    div.bottom_menu nav ul li a {
        padding: 0px 18px;
        font-size:1.3625em;
    }
    
    div.quote {
        background-size:contain;
    }
    div.quote div.text {font-size: 1.5em;padding:4em 2em;}
    section.upcoming-shows ul {
        width: 80%;
        margin-left: -40%;
    }
    
    footer ul li a {
        padding: 0px 20px;
        font-size: 1.5em;
    }
    section.signup-form div.text {
        float: none;
        width: 100%;
        background:rgba(255,255,255,0.75);
    }
    section.signup-form.small {
       // background:rgba(255,255,255,0.75);
    }
    section.signup-form.small h2 {
        float: none;
        width: 100%;
    }
    section.signup-form.small form {
        float: none;
        display:block;
        width:350px;
        margin:2em auto;
    }
    section.signup-form.small div.text {
        width: 100%;
        padding:0px;
    }
    #descriptive_sections .descriptive_section {
        padding: 20px 0;
    }
    header {

        div.banner {
            //top:60px;
        }
    }
            div.bottom_menu {
            position: absolute;
            bottom: auto;
            top: 0px;
        }
    footer {
        //display:none;
    }
    div.bottom_menu nav ul{z-index:2; }
    div.content{padding: 2em 1em;}
    div.quote div.text{width:100%;box-sizing:border-box;}
    section.upcoming-shows ul li span.location{font-size:0.65em;}
    section.upcoming-shows ul li span.date{font-size: 0.9em;}
    footer ul li{width:50%;text-align: left;}
    footer ul{text-align:left;width: 50%; min-width: 300px; margin: 0 auto;}
    header div.banner{height:450px;}
    body.home header{height:420px;}
    header div.banner .items .item .info{bottom:0;}
    header div.banner .items .item .info h2{font-size:3.0em; min-width: 350px;}
    
    
}
@media only screen and (max-width:480px) {
    body.home.fixed div.bottom_menu h1{width: 155px;}
    section.upcoming-shows{padding: 1.5em 0;}
    body.secondary header div.banner .items .item .info h1{font-size: 5.0em;}
    #descriptive_sections .descriptive_section .ds_content .ds_box{min-width: 300px;}
    div.categories ul li{width:90%;box-sizing:border-box;}
    section.signup-form.small form{width:auto;}
    body.secondary header div.banner{height: 350px;}
    div.bottom_menu nav ul{padding-top:40px;}
    .button{width:150px;}
    div.quote div.text{color:#FFF; text-shadow: 2px 2px 2px #000;background:url('/images/layout/quote-start.png') no-repeat 0.5em .3em, url('/images/layout/quote-end.png') no-repeat 100% 6.75em}
    div.quote{background-size:cover;}
    footer div.top a.logo{margin-left: -109px;}
    footer div.top a.logo img{width: 80%; top: -10px;}
    footer div.top a:nth-of-type(2){margin-right:90px;}
    div.bottom_menu nav a.social{width:auto;padding: 7px 2px;}
    div.bottom_menu nav a.social img{height:80%;}
    header div.banner .items .item .info h2{font-size:2.5em; min-width:250px;}
    
}
@media only screen and (max-width:350px) {
    div.bottom_menu nav ul{padding-top:10px;}
    div.bottom_menu h1, div.bottom_menu a.title{width: 110px;}
    body.home.fixed div.bottom_menu h1{width:110px;}
    div.bottom_menu nav a.social{width:auto;padding: 7px 1px;}
}
