@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

/*
    Hot pink accent:  #fd09e3
*/

a {
    /*color: #337ab7;*/
    color: #3b85c7;
    text-decoration: none;
}

    a:focus, a:hover {
        /*color: #23527c;*/
        color: #69a3d5;
        text-decoration: underline;
    }

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    background-color: #171717;
    color: #ffffff;
    background: url('../img/darkback.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
    height: 600px;
    background-color: #bbb;
}

#myCarousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}


#wrap > .container {
    /*padding: 60px 15px 0;*/
    padding: 20px 15px 0;
}

.container .credit {
    margin: 20px 0;
}

#footer {
    background-color: #414141;
}

    #footer a {
        color: #efefef;
    }

header {
    background: #333;
    color: #555;
}

    header .dropdown-menu {
        top: 74px;
        background: #ffcc33;
        border-width: 0;
    }


h1, h2, h3 {
    color: #ffffff;
    font-family: 'IM Fell English SC', serif;
}

h1 {
    font-size: 50px;
}


.logo1 {
    font-family: 'Eater', cursive;
}

.logo2 {
    font-family: 'Averia Serif Libre', cursive;
}

.logo3 {
    font-family: 'Walter Turncoat', cursive;
}

.logo4 {
    font-family: 'Pacifico', cursive;
}

.logo5 {
    font-family: 'IM Fell English', serif;
}

.logo6 {
    font-family: 'IM Fell English SC', serif;
}

img {
}

.logoimg {
    position: absolute;
    z-index: 1200;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.logopartner {
    position: absolute;
    z-index: 1200;
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    color: #ccc;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        background: url('../img/darkback.jpg') repeat-y center center scroll;
    }

    .logoimg {
        position: absolute;
        top: 0px;
        width: 450px;
    }

    .logopartner {
        width: 400px;
        top: 85px;
        font-size: 14px;
    }

    #myCarousel .item {
        height: 450px;
    }

    #myCarousel img {
        height: 450px;
    }

    .bannerannouncement {
        font-size: 150%;
    }
}

@media (max-width: 490px) {

    .logoimg {
        position: absolute;
        top: px;
        width: 350px;
    }

    .logopartner {
        width: 320px;
        top: 65px;
        font-size: 12px;
    }

    #myCarousel .item {
        height: 350px;
    }

    #myCarousel img {
        height: 350px;
    }

    .bannerannouncement {
        font-size: 130%;
    }
}

@media (max-width: 380px) {

    .logoimg {
        position: absolute;
        top: 00px;
        width: 280px;
    }

    .logopartner {
        width: 270px;
        top: 50px;
        font-size: 11px;
    }

    #myCarousel .item {
        height: 250px;
    }

    #myCarousel img {
        height: 250px;
    }

    .bannerannouncement {
        font-size: 115%;
    }
}


.logo {
    font-size: 200px;
    position: absolute;
    z-index: 1200;
    color: #fff;
    top: 40px;
    text-align: center;
    width: 100%;
}


.slogan {
    display: none;
    font-size: 40px;
    position: absolute;
    z-index: 1200;
    color: #666;
    top: 120px;
    text-align: center;
    width: 100%;
}

#nav {
    width: 100%;
    position: static;
    top: -32px;
}

    #nav.affix {
        position: fixed;
        top: 0;
        z-index: 10;
        -webkit-transition: all .6s ease-in-out;
    }

#footer > .container {
}

@media (min-width: 767px) {
    .navbar-nav.nav-justified > li {
        float: none;
    }
}

.navbar-nav {
    margin: 1px 1px;
}

.modal-content {
    background-color: #2e2e2e;
}

.modal-header {
    color: #fff;
    border-bottom: 1px solid #888;
    /*border-bottom: 1px solid #fd09e3;*/
}

    .modal-header .close {
        color: #ddd;
    }

.modal-footer {
    border-top: 1px solid #888;
}

.modal-body, .modal-footer {
    background-color: #444444;
    color: #ddd;
}

.newsitem {
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.35);
}

    .newsitem a {
        text-decoration: none;
    }

    .newsitem img {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        border-right: 1px solid #666;
    }

.listen {
    margin-top: 20px;
}

    .listen .title {
        position: relative;
        top: 8px;
    }

.newsinfo {
    padding: 5px;
    background-color: #333;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
    max-width: 602px;
}

    .newsinfo .title {
        font-weight: bold;
    }

    .newsinfo .date {
        color: #aaa;
    }

.album {
    margin-bottom: 30px;
}

    .album .info {
        padding-bottom: 15px;
        padding-top: 5px;
        background: rgba(0, 0, 0, 0.2);
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .album:hover .info {
        background: rgba(0, 0, 0, 0.3);
    }

    .album img {
        -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
        box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    }

    .album .info .title {
        font-size: 150%;
        color: #fff;
    }

    .album .info .year {
        color: #fff;
    }

.historyimg {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

.bandmember .name {
    font-size: 130%;
    margin: 7px 4px 4px 4px;
}

.bandmember .instrument {
    font-size: 110%;
    margin-bottom: 7px;
    font-style: italic;
}

.bandmember .bio {
    color: #ddd;
    font-size: 90%;
    margin-bottom: 20px;
}

.bandmember img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}


.socialmedia img {
    transition: all .2s ease-in-out;
    width: 40px;
    height: 40px;
}

    .socialmedia img:hover {
        transform: scale(1.5);
    }

.bookinginfo {
    padding: 20px;
    background-color: rgba(0,0,0,.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

/* Custom audio clip stuff */
.audiojs {
    width: 310px;
}

    .audiojs .scrubber {
        width: 150px;
    }

    .audiojs p.play,
    .audiojs p.pause,
    .audiojs p.loading,
    .audiojs p.error {
        position: relative;
        left: -6px;
    }

.tourdates {
    list-style: none;
    text-align: center;
}

    .tourdates li {
        padding: 10px 0 10px 0;
    }

        .tourdates li:first-child {
            border-top: none;
        }

    .tourdates li {
        border-top: 1px dotted #333;
    }

        .tourdates li .date {
            font-size: 180%;
            color: #fd09e3;
        }

        .tourdates li .venue {
            font-size: 150%;
            color: #aaaaaa;
        }

/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
    border-width: 0;
}

    .navbar-custom .navbar-nav > li > a {
        color: #ddd;
    }

    .navbar-custom .dropdown-menu li > a:hover {
        color: #eee;
    }

    .navbar-custom .navbar-nav li > a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a {
        background-color: #000;
    }

    .navbar-custom .navbar-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999;
    }

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
    outline: 0;
}

.divider {
    height: 50px;
}

.panel {
    border-width: 0;
}

@media (max-width: 768px) {
    header {
    }
}

#map-canvas {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 15px;
}

.scroll-top {
    position: fixed;
    bottom: 0;
    right: 6%;
    z-index: 100;
    background: #f2f3f2;
    font-size: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .scroll-top a:link, .scroll-top a:visited {
        color: #222;
    }


section {
    color: #ffffff;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    padding-top: 100px;
}

.bg-4 {
    background: url('../img/audience4_huge.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-6 {
    background: url('../img/onstage1_huge_blur.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-7 {
    background: url('../img/audience3_huge_blur.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-1 {
    background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-2 {
    background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-3 {
    background: url('http://www.bootply.com/assets/example/bg_blueplane.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-4 {
    padding-top: 30px;
    background-color: #e6e6e6;
    padding-bottom: 30px;
}

.bg-6 {
    padding-top: 30px;
    background-color: #444444;
    padding-bottom: 30px;
}

.bg-5 {
    background: url('../img/ontv_nocbslogo_blur.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.panel .img-responsive {
    min-height: 270px;
    max-height: 270px;
}

.btn-taller {
    padding-top: 9px;
    padding-bottom: 9px;
}

.btn-custom {
    color: #fff;
    background-color: #265884;
    border-color: #224c72;
}

    .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
        color: #fff;
        background-color: #286090;
        border-color: #224c72;
    }

    .btn-custom.active, .btn-custom:active, .open > .dropdown-toggle.btn-custom {
        background-image: none;
    }

    .btn-custom.disabled, .btn-custom.disabled.active, .btn-custom.disabled.focus, .btn-custom.disabled:active, .btn-custom.disabled:focus, .btn-custom.disabled:hover, .btn-custom[disabled], .btn-custom[disabled].active, .btn-custom[disabled].focus, .btn-custom[disabled]:active, .btn-custom[disabled]:focus, .btn-custom[disabled]:hover, fieldset[disabled] .btn-custom, fieldset[disabled] .btn-custom.active, fieldset[disabled] .btn-custom.focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-custom .badge {
        color: #337ab7;
        background-color: #fff;
    }

@media (max-width: 767px) {
    .album .info {
        width: 350px;
    }
}
