.nav .alive {background:#c49c5e; }

.snav li:hover,.snav li.alive {
    background: url('../images/snav_icon.jpg') no-repeat right center #c49c5e;
    color: white;
}

.hb {background: url('../images/hb.png') repeat-y left top;}
.hbpic {position: relative;}
.hbpic img { 
    width: 100%;
}
.hbpic div {position: absolute;left:0;bottom:0;}

.text_list li { 
    background:url(../images/260416_10.jpg) no-repeat 4px center;
    padding-left: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}
.event_item_title {
    background: url(../images/260416_10.jpg) no-repeat 3px center;
        padding-left: 16px;
}


.info_text img {
    margin: 2rem 0;
}

/* Dropdown Button */
.dropbtn {
    background-color: #003153;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: #c49c5e;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #003153;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
        color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #c49c5e;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

/************/
#mobileMenu {right: 0}
