/**********Reset css stsrts here****************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*************COmmon css starts here**********/




/*************Evenst css Starts here**********/



.event_slide {
    height: 370px !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.event_slide li {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    display: table;
    height: 120px;
    width:100%
}



.event_date {
    width: 20%;
    float: left;
    height: 100%;
    background: #EBEBEB;
    text-align: center;
    padding: 25px 0;
    margin-top: 8px;
}

.event_details {
    float: left;
    width: 80%;
    height: 100%;
    padding: 0 15px;
    vertical-align: middle;
}

.all_eventdetails {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.event_date span {
    font-size: 40px;
    color: #CB5C36;
    padding: 0;
    display: block;
    line-height: 25px;
    font-family: 'Roboto-Bold';
    font-weight: 600;
}

.event_date p {
    font-size: 12px;
    padding: 5px 0;
    line-height: 20px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Roboto-Bold';
}

.event_details h3 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.event_details h3 a {
    color: #000;
    text-decoration: none;
}

.event_organise {
    width: 50%;
    float: left;
    border-right: 1px solid #eeeeee;
}

.event_organise p {
    font-size: 12px;
    display: block;
    width: 100%;
    font-family: 'RobotoCondensed-Regular';
    text-transform: uppercase;
    line-height: 18px;
    padding: 5px 0;
}

.event_organise span {
    display: block;
    text-transform: capitalize;
    color: #D87C5A;
    font-family: 'Roboto-Regular';
    font-size: 12px;
}

.event_organises {
    float: right;
}

.event_organises p {
    font-size: 12px;
    display: block;
    width: 100%;
    font-family: 'RobotoCondensed-Regular';
    text-transform: uppercase;
    line-height: 18px;
    padding: 5px 0;
}

.event_organises span {
    display: block;
    text-transform: capitalize;
    color: #D87C5A;
    font-family: 'Roboto-Regular';
    font-size: 12px;
}

.event_ticker {
    padding: 20px 0;
    display: block;
}

