html {
    background-position: inherit;
    background-attachment: fixed;
    background-color: inherit;
    background-image: inherit !important;
    background-repeat: inherit;
}

body {
    background-position: inherit;
    color: rgba(220, 220, 221, 1);
    font-family: 'Josefin Sans', sans-serif !important;
    background-color: rgba(0, 0, 0, 1);
    /*background: rgba(12,12,12,1);
    background: -moz-linear-gradient(45deg, rgba(12,12,12,1) 0%, rgba(12,12,12,1) 50%, rgba(54,54,54,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(12,12,12,1)), color-stop(50%, rgba(12,12,12,1)), color-stop(100%, rgba(54,54,54,1)));
    background: -webkit-linear-gradient(45deg, rgba(12,12,12,1) 0%, rgba(12,12,12,1) 50%, rgba(54,54,54,1) 100%);
    background: -o-linear-gradient(45deg, rgba(12,12,12,1) 0%, rgba(12,12,12,1) 50%, rgba(54,54,54,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(12,12,12,1) 0%, rgba(12,12,12,1) 50%, rgba(54,54,54,1) 100%);
    background: linear-gradient(45deg, rgba(12,12,12,1) 0%, rgba(12,12,12,1) 50%, rgba(54,54,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#363636', GradientType=1 );*/
    background-attachment: fixed;
}

/*.gray   rgba(93, 94, 96, 1) 
.black   rgba(7, 2, 13, 1) 
.dark  rgba(41, 43, 44, 1) 
.white rgba(220, 220, 221, 1) 
.green  rgba(37, 109, 27, 1) 
    */
#featured a, #featured a:visited {
    color: rgba(184, 243, 176, 1);
    font-family: 'Lilita One', cursive;
}
.event-divider {
    border-top: solid 1px;
    height: 40px;
    color: rgba(220, 220, 221, 1);
}

.info {
    color: rgba(220, 220, 221, 1)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: rgba(220, 220, 221, 1);
}

.bg-dark {
    background-color: #000000 !important;
}

#editor {
    overflow: scroll;
    max-height: 300px;
}

#mc-embedded-subscribe {
    color: rgba(220, 220, 221, 1);
}

#mc-embedded-subscribe-form {
    margin-top: 5px;
}

.img-border {
    box-shadow: 0px 0px 0px 5px rgba(7, 2, 13, 1), 0px 0px 0px 10px #4c4c4c;
    margin: 15px;
}

a, a:visited, a:link, a:active {
    color: #FFF;
}

p {
    font-size: 16px;
    line-height: 24px;
}

ul {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
    letter-spacing: 2px;
    color: rgba(220, 220, 221, 1);
    text-transform: uppercase;
}
 

h1.festival-artist {
    color: rgba(220, 220, 221, 1);
}

h2 {
    font-size: 18px;
    font-family: 'Athiti', sans-serif;
}

h1 {
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Athiti', sans-serif;
}

h3 {
    margin-left: 0;
    font-weight: bold;
    margin-top: 0;
    font-family: 'Athiti', sans-serif;
}

h4 {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-left: 0px;
}

h5 {
    color: #0f0f0f;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 0;
}



.insta-list img {
    padding: 5px;
    width: 190px;
    height: 190px;
}

.navbar-toggle {
    margin-top: 15px;
}

/* Header Styles */

#header {
    margin: 25px 0;
}

.social {
    text-align: right;
}

    .social ul li {
        display: inline;
        list-style: none;
        padding-left: 2px;
    }

        .social ul li img {
            opacity: 0.5;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
            backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
        }

            .social ul li img:hover {
                opacity: 1;
            }

.sidenav ul {
    padding: 0;
}

    .sidenav ul li {
        list-style: none;
        text-align: right;
        text-transform: uppercase;
        letter-spacing: 3px;
        height: 20px;
        margin-bottom: 35px;
    }

.sidenav li:hover, #sidenav li.active {
    background: #4f4f4f;
    text-decoration: none !important;
}

.facebook-icon {
    text-decoration: none;
}

.events-tabs {
    padding: 0;
}

    .events-tabs li {
        font-family: 'Athiti', sans-serif;
        display: inline;
        list-style-type: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(220, 220, 221, 1);
        font-size: 25px;
        padding-right: 20px;
    }

        .events-tabs li.inactive {
            color: #5c5c5c;
        }


.featured {
    text-align: center;
}

    .featured ul {
        padding: 0;
    }

        .featured ul li {
            display: inline;
            list-style: none;
            font-weight: 300;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

            .featured ul li:first-child {
                color: rgba(220, 220, 221, 1);
                font-weight: 700;
                padding-right: 8px;
            }


/* Upcoming Events Styles */
.image-greyscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.image-featured {
    border: solid
}

.facebookUrl a, .facebookUrla:visited, .facebookUrla:link, .facebookUrla:active {
    color: #44619D !important;
}

.image-flyer {
    margin-bottom: 30px;
}

.buttons-tickets {
    margin-bottom: 30px;
}


.image-thumb {
    width: 270px;
    border: solid 2px;
    overflow: hidden;
}

.image-greyscale:hover {
    -webkit-filter: initial;
    -moz-filter: initial;
    filter: none;
}

.upcomingDate {
    padding: 10px 0;
    border: solid 1px;
    color: rgba(220, 220, 221, 1);
}



.upcomingDate li {
    text-align: center;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.upcomingDate .date {
    color: rgba(220, 220, 221, 1);
    font-weight: bold;
    font-size: 18px;
}


.supporting {
    padding: 0;
}

    .supporting li, .event p {
        list-style: none;
        color: rgba(220, 220, 221, 1);
        text-transform: uppercase;
        font-weight: 200;
        margin-bottom: 5px;
        font-size: 16px;
        letter-spacing: 2px;
    }

.otherInfo {
    color: rgb(170, 170, 170);
    letter-spacing: 1px;
    font-size: 14px;
}

.buyNow {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 12px;
    background: rgba(245,245,245,0.2);
    border: solid 1px transparent;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
}

.soldOut {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    border: solid 1px rgba(220, 220, 221, 1);
    background: rgba(7, 2, 13, 1);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.note-editor .note-editing-area .note-editable {
    color: rgba(220, 220, 221, 1);
    background-color: rgba(7, 2, 13, 1);
}

.buyNow:hover {
    text-decoration: none;
    border: solid 1px rgba(220, 220, 221, 1);
    background: rgba(7, 2, 13, 1);
}

.event {
    margin-bottom: 20px;
}

/* Footer Styles */
.footer {
    background-image: url('../parse/files/eDM4KibwZVDZ040sjXGHbH6V0jIlEXpdWz4w36b6/adc14267e809ff8d30aa181077ca6922_image.jpg') !important;
    background-repeat: no-repeat;
    background-size: auto;
}
#footer {
    padding: 70px 0; 
    color: #b5b5b5;
}

    #footer a {
        color: #b5b5b5;
    }

    #footer img {
        margin-bottom: 20px;
    }



.copy {
    margin-top: 20px;
}

.info ul {
    padding: 0;
}

body, html {
    overflow-x: hidden;
}

.info ul li {
    list-style: none;
}

.powered {
    text-align: right;
}

.epyck {
    font-weight: 700;
    color: #0f0f0f;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    color: rgba(7, 2, 13, 1);
}

.bootstrap-datetimepicker-widget {
    list-style: none;
    width: 420px;
    background-color: rgba(220, 220, 221, 1);
    margin-top: 10px;
}

/* PHONES */
@media only screen and (max-width: 767px) {

    .upcomingDate {
        border: none;
    }

    .nav-mobile {
        display: normal !important;
    }

    #header {
        margin: 20px auto;
        height: 65px;
        margin-top: 0px;
        text-align: center;
    }

    .navbar-inverse {
        background-color: rgba(7, 2, 13, 1);
    }

    p {
        font-size: 13px;
    }

    #mainNav {
        display: none;
    }

    .no-phone {
        display: none;
    }

    .social {
        display: none;
    }

    /* MOBILE NAV */
    .navbar-default {
        background: rgba(12,12,12,0.4);
        letter-spacing: 1px;
        text-transform: uppercase;
        border: none;
        margin-top: 20px;
    }

        .navbar-default .navbar-brand,
        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            font-weight: 200;
            color: rgba(7, 2, 13, 1);
        }

        .navbar-default .navbar-toggle {
            background: rgba(12,12,12,0.7);
            border: solid 1px #5c5c5c;
        }

            .navbar-default .navbar-toggle:hover,
            .navbar-default .navbar-toggle:focus {
                background: transparent;
            }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: rgba(220, 220, 221, 1);
            }

                .navbar-default .navbar-toggle .icon-bar:hover {
                    background-color: rgba(220, 220, 221, 1);
                }

        .navbar-default .navbar-nav > li > a {
            color: rgba(7, 2, 13, 1);
            letter-spacing: 2px;
        }

            .navbar-default .navbar-nav > li > a:hover,
            .navbar-default .navbar-nav > li > a:focus {
                color: #f5f5f5;
            }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #0c0c0c;
            background-color: rgba(7, 2, 13, 1);
        }

    /* END MOBILE NAV */

    .upcomingDate {
        text-align: center;
    }

        .upcomingDate li {
            display: inline;
        }

    .event img {
        margin-bottom: 5px;
        margin: 0 auto;
    }

    #footer {
        padding: 20px 0;
    }
}

.artistHTML img {
    margin: 15px;
}

.artistHTML em {
    font-size: 22px;
    font-weight: bold;
}

.artistHTML table {
    border-bottom: solid 1px white;
}
/* END PHONE MEDIA QUERY */

@media only screen and (min-width: 768px) {

    .nav-mobile {
        display: none;
    }

    .mobileHr {
        display: none;
    }
}


#editor {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}


.party {
    width: 290px;
    border: solid 5px #464545;
    float: left;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 25px;
    background: rgba(7, 2, 13, 1);
    margin-bottom: 25px;
    padding-top: 50px;
}

.artist {
    border: solid 5px #464545;
} 

.image-artist {
    padding-top: 30px;
    /* margin-top: 10px; */
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.img-photobooth {
    max-height: 1000px;
    margin-left: 300px;
}

.artist-name {
    margin-top: 6px;
    font-size: 20px;
    text-align: center;
}


.btn-account {
    color: rgba(7, 2, 13, 1) !important;
    background-color: rgba(220, 220, 221, 1);
    border-radius: 0 0;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    padding-top: 2.5%;
    z-index: 2000;
}

    #lightbox img {
        box-shadow: 0 0 25px #111;
        -webkit-box-shadow: 0 0 25px #111;
        -moz-box-shadow: 0 0 25px #111;
        max-width: 95%;
        max-height: 95%;
    }

.carousel-inner > .item {
    height: 390px;
}

.carousel-inner {
    height: 400px;
}

@media (max-width:600px) {
    .carousel-inner > .item {
        height: 780px;
    }
}

.carousel-indicators {
    position: relative;
}



/* Admin */


.col-form-label {
    color: rgba(220, 220, 221, 1) !important;
    font-weight: bold;
}


.modal .col-form-label {
    color: rgba(7, 2, 13, 1) !important;
}

.navbar-nav {
    font-size: 18px !important;
}

.table thead th {
    color: #FFF
}
.footer a, .footer a:visited, .footer a:link {
    color: #FFF;
}