.top-bar, .top-bar ul {
    color: #ffffff;
    background-color: #ffffff;
    padding: 0 0 0 .5rem;
}

.menu a:hover {
    background-color: #0078c1;
    color: #fff;
}

.dbwrap {
    width: 100%;
    margin: 0 auto;
    background-color: #0078C1;
    color: #FFF;
    padding: 20px 0px 20px 0px;
}

.blkwrap {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #FFF;

}

.lbwrap {
    width: 100%;
    margin: 0 auto;
    background-color: #C2E0F6;
    color: #000;
    padding: 20px 0px 20px 0px;
}

.title {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #0078c1;
    text-align: left;
}

/***********************************Horizontal Accordion************************************/
.accordion--home {
    margin: 0;
    padding: 0;
    width: 100%;
}

.accordion--home::after {
    clear: both;
    content: "";
    display: table;
}

.accordion--home img {
    display: block;
    max-width: 100%;
}

.accordion--home li.slide {
    position: relative;
    width: calc(100% / 3);
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 75vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion--home li.slide:after {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 10;
    position: absolute;
}

.accordion--home:hover li.slide {
    width: calc(50% / 2);
}

.accordion--home:hover li.slide:after {
    opacity: 1;
    display: block;
}

.accordion--home li.slide img {
    display: block;
}

.accordion--home li.slide:hover {
    width: 50%;
}

.accordion--home li.slide:hover:after {
    opacity: 0;
    display: none;
}

.accordion--home .image--content {
    position: absolute;
    top: 80%;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;

}

.accordion--home .image--content h2 {
    text-align: center;
    color: lime;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 90%;
}

.accordion--home .image--content h2:before, .accordion--home .image--content h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: lime;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.accordion--home .image--content h2:before {
    margin-bottom: 15px;
}

.accordion--home .image--content h2:after {
    margin-top: 10px;
}

.accordion--home .image--content ul {
    margin: 0;
    padding: 0;
}

.accordion--home .image--content ul li {
    display: inline-block;
    clear: right;
}

/********************************************************Horizontal Accordion End**************************/

/***********************************************Death Counter*********************************/
#deathcounter {
    display: block;
    height: 40px;
    position: relative;
}

#deathcounter .counttxt1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #da2028;
    text-align: center;
    margin-top: 0;
}

#deathcounter .counttxt2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #DA2028;
    text-align: center;
    margin-top: 5px;
}

#deathcounter .txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 2px;
}

#deathcounter .heading {
    font-size: 17px;
    color: #fff;
    font-weight: bolder;
}

#deathcounter .dayblock {
    float: left;
}

#deathcounter .yearblock {
    float: right;

}

.deathwrap {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #FFF;
}

.background {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border:2px solid #0078C1;
    /*background-color:#FFFFFF;*/
    -webkit-box-shadow: #B3B3B3 8px 8px 8px;
    -moz-box-shadow: #B3B3B3 8px 8px 8px;
    box-shadow: #B3B3B3 8px 8px 8px;
    margin: 2em;
    /*padding: 1em;*/
}

.gap {
    padding: 1em;
}

.tborder {
    border: 2px #0078c1 solid;
}

.main_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.bannertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: bold;

    margin: 0;
}

.link {
    color: black;
    padding: 5px;
}

.link:hover {
    padding: 5px;
    color: #0078c1;
}