
/*****************************************************************************/
/********************************** Header Nav *******************************/
/*****************************************************************************/

/* Slideshow
***************************************/
#headerImages .inner {
    overflow: visible;
}

#headerImages img {
    box-shadow: none;
}

#slideshow {

}

#slideshow .slide {

}

#slideshow .slide.active {

}

#slideshow .slide .slideHeadingContainer {

}

#slideshow .slide .slideHeadingContainer h3 {
    text-shadow: 0px 0px 30px #000;
    font-size: 45px;
    color: #fff;
}

#slideshow .slide .slideHeadingContainer a {
    display: inline-block;
    padding: 7px 12px;
    background-color: #aa483d;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}



a.slide_button {
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 10px;
    width: 11px;
    height: 11px;
    background: #fff;
    margin: 0 0 0 10px;
    display: inline-block;
}

a.slide_button.active {
    background: #aa483d;
}

a#info_button {
    display: block;
    position: absolute;
    top: -50px;
    right: 30px;
    font-size: 12px;
    background: url(/App_Themes/HelloBC/Images/dbc-iCon.png) no-repeat;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    overflow: hidden;
}

#info_window {
    position: absolute;
    top: -10px;
    right: 70px;
    display: none;
    padding: 5px 20px 15px;
    /*background-color: rgba(0,0,0,0.75);*/
    background-color: rgba(39, 39, 39, 0.8);
    line-height: 0.85em;
    font-size: 0.85em;
    width: 450px;
    color: #ccc;
    box-sizing: border-box;
}

#info_window p {
    margin: 0;
    color: #ccc;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
}

#info_window .credits
{
    font-size: 12px;
    font-family: "MuseoSans";
    font-weight: 300;
    color: #999999;
    padding-top: 0px;
}

#info_window .close
{
    width: 15px;
    height: 15px;
    background: #686969;
    padding-top: 3px;
    text-align:center;
    box-sizing: border-box;
    font-weight: 900;
    border-radius: 3px;
    font-size: 11px;
    line-height: 11px;
    float: right;
    margin-right: -10px;
    margin-top: 10px;
    cursor: pointer;
}


a#slideshow_pause:hover, a#slideshow_pause:active, a#slideshow_pause:active{
    text-decoration: none;
}
a#slideshow_pause.pause {
    background: url(../App_Themes/HelloBC/Images/slider_pause_button.png) no-repeat 12px 0;
    text-indent: -9999px;
    overflow: hidden;
}

.slider_hero_button {
    background: url(../App_Themes/HelloBC/Images/dbc-SliderNavButtons.png) no-repeat;
    width: 23px;
    height: 51px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: -210px;
}

#slideshow_prev {
    left: 0;
}
#slideshow_next {
    background-position: 0 -51px;
    right: 0;
}

/******/
/* Main
******************************************************/
.rightColumn
{
    width: 194px;
    padding-left: 30px;
    margin-left: -1px;
    margin-top: 50px;
    margin-bottom: 60px;

}
.leftColumn {
    padding-right: 30px;
    width: 735px;
}

.cool .leftColumn {
    border-right: 1px solid rgb(93, 122, 155);
}

/*
body.season-summer #main{ background:#80A462 url(images/summer.png) no-repeat left bottom !important; }
body.season-spring #main { background: #a9aa49 url(../App_Themes/HelloBC/Images/background-warm.jpg) no-repeat left bottom !important; }
body.season-fall #main { background: #cab45e url(images/fall.png) no-repeat left bottom !important; }
body.season-winter #main { background: #64abb4  url(images/winter.png) no-repeat left bottom !important; }
.cool #main { background: #80a0c5 url(../App_Themes/HelloBC/Images/background-cool.jpg) no-repeat left bottom; }
*/
#main .inner {
    background: none;
    padding-top: 60px;
}

/* Tombstones
***************************************/
.view_all {
    float: right;
    line-height: 42px;
    text-decoration: none;
    color: #000;
}

.tombstoneOuter {
    /*height: 228px;*/
    /*height: 313px; */
}

.tombstoneOuter a {
    margin-left: 0;
    padding-bottom: 0;
}

/* Specific to individual Places to go page */
#plc_lt_zoneContent_pageplaceholder_pageplaceholder_lt_zoneCenterMiddle_CitySelector_linkFullScreenMap {
    float: right;
}

/* Misc
***************************************/
h2
{
    color: #333333;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
}

h2 + a
{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    background: url(/App_Themes/HelloBC/Images/arrow_grey.gif) right center no-repeat;
    padding-right: 10px;
    line-height: 35px;
}

h2 + a:visited
{
    color: #333333;
}

.socialTabContent > p
{
    margin-bottom: 0px;
}

/* Mobile Setup Begin **********************/
/*@media all and (max-width: 767px) {
    body {
        min-width: 0;
    }

    div#headerArea {
        width: auto;
        height: 194px;
        min-height: 0;
    }


    #slideshow {
        width: 100%;
        height: auto;
        background: #000;
    }

    #slideshow .slide {
        width: 100%;
    }

    #slideshow .slide img {
        width: 100%;
    }

    #slideshow .slide .slideHeadingContainer {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 0 35px;
        top: auto;
        background: #000;
        padding: 15px 35px;
    }


    #headerImages {
        min-height: 0;
        height: auto;
    }

    #slideshow .slide .slideHeadingContainer h3 {
        font-size: 28px;
        margin-top: 0;
    }

    .slider_hero_button {
        top: 90px;
    }

    #intro {
        background: #a9aa49;
        height: auto;
    }

    #intro .inner .heading {
        overflow: hidden;
        display: block;
    }

    #intro .heading h3 {
        color: #fff;
        width: 100%;
        font-size: 25px;
        font-weight: 500;
        line-height: 25px;
        margin: 25px 0;
        padding: 0;
    }

    #intro .heading #summaryDiv {
        color: #333;
        margin: 0;
        width: 100%;
    }

    #slideshow_controls {
    }

    #slideshow_list_controls {
        display: none;
    }

    #main {
        background-image: none;
    }
}
/* Mobile Setup End ************************/
