.circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: #ef1616;
}

#divtoBlink {
    animation: flash 2s ease infinite !important;
}

.fixed-size-square {
    display: table;
    width: 30px;
    height: 18px;
    background: #ef1616;
    top: 0;
    right: 0;
    float: right;
}

.fixed-size-square span {
    display: table-cell;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    color: white
}

.fixed-size-square span span {
    display: table-cell;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.outer {
    padding: 4em 2em 1em 2em;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.headerbar {
    /*background: #640326;*/
    text-align: center;
    padding-top: 10px;
    height: 50px;
    background: #337ab7;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5em;
    margin-right: -2.5em;
    margin-left: -2.5em;
    box-shadow: 5px 5px 5px #d9d9d9;
}

.headerbar:before {
    content: "";
    position: absolute;
    border-bottom: 1.5em solid #333;
    border-left: 1.5em solid transparent;
    left: 0;
    top: -1.5em;
}

.headerbar:after {
    content: "";
    position: absolute;
    border-top: 1.5em solid #333;
    border-right: 1.5em solid transparent;
    right: 0;
    bottom: -1.5em;
}

.headerbar:hover {
    transform: scale(1, 1.1);
}

.foot {
    display: block;
    margin-bottom: -5px;
    text-align: right;
}

.foot>a {
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    color: #640326;
    text-align: right;
    margin-bottom: -35px;
}

/*..........Event Section Start.......*/

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}

.event-list>li {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    padding: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}

.event-list>li:nth-child(even)>time {
    background-color: rgb(165, 82, 167);
}

.event-list>li>time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}

.event-list>li>time>span {
    /*display: none;*/
}

.event-list>li>time>.day {
    display: block;
    font-size: 40pt;
    font-weight: 100;
    line-height: 1;
}

.event-list>li time>.month {
    display: block;
    font-size: 15pt;
    font-weight: 900;
    line-height: 1;
}

.event-list>li>img {
    display: inline-block;
}

.event-list>li>.info {
    background-color: rgb(245, 245, 245);
    overflow: hidden;
    position: relative;
    height: 100px;
    text-align: left;
    padding-right: 0px;
}

.event-list>li>.info>badge {
    float: right !important;
    margin-right: 8px;
}

.event-list>li>.info>.title {
    font-size: 15px !important;
    /*font-weight:100;*/
    /*text-decoration:solid;*/
    margin: 7px;
}

.event-list>li>time,
.event-list>li>img {
    width: 100px;
    height: 100px;
    padding: 0px;
    margin: 0px;
    float: left;
}

.event-list>li>.info>.title,
.event-list>li>.info>.desc {
    padding: 0px 10px;
    line-height: 1;
}

.event-list>li>.info>.PubDate {
    padding-left: 8px;
    font-size: small;
}

.event-list>li>.info>ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media only screen and (max-width: 600px) {
    .event-list>li>img {
        display: none;
    }
    .event-list>li>.info>.desc {
        font-size: smaller;
    }
    .event-list>li>.info>.title {
        font-size: medium;
        font-family: Calibri;
    }
    .event-list>li>time {
        display: none;
    }
    .event-list>li>.info>badge {
        float: left;
    }
}