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 Code Start */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: #F9F9F9;
}
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;
}

/*-----------------------Events Number----------------------*/

.event_header select {
    margin-top: 15px;
    width: 18%;
    height: 35px;
    font-family: "robotocondensed-regular";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #8f8f8f;
    padding-left: 5px;
    font-weight:bold;
}

.year-text {
    font-size: 16px;
    font-family: "robotocondensed-regular";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #fff;
    padding: 0px 5px;
}
.event_header {
    background: #CE693F;
    height: 70px;
   
}

.event_box {
    width: 50%;
}

.event_details h4 {
    font-family: "roboto-bold";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    padding: 15px 0 15px 0px;
    font-size: 18px;
    color: #414141;
    border-bottom: 1px solid #d7d7d7;
    line-height:24px;
    text-align:justify;
}

.event_organizer h5 {
    font-family: "roboto-bold";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    color:#000;
}

.event_organizer p {
    font-family: "robotocondensed-regular";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #CE693F;
    font-size: 15px;
}

.event_organizer span {
    color: #000;
    font-style: italic;
    font-size: 12px;
}

.event_organizer {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 18px;
    padding-top: 10px;
}

.event_descibe p {
    font-size: 14px;
    line-height: 25px;
    font-family: "robotocondensed-regular"; /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.event_descibe li {
    float: left;
    background: #005596;
    padding: 10px 22px;
    border-radius: 15px;
    margin: 5px 5px;
    font-family: "robotocondensed-regular";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 13px;
}

.event_descibe li a {

 color : #fff;
 text-decoration: none;

}

.event_descibe h5 {
    font-size: 15px;
    font-family: "roboto-bold";/*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin-top: 20px;
    color: #939393;
    font-size: 14px;
}

.event_descibe {
    margin-bottom: 20px;
}

.event_box {
    width: 100%;
    overflow-x: hidden;
}

.event_details {
    border-bottom: 5px solid #DCDCDC;
    margin: 10px;
}

.event_roundbutton1 a {
	color: #494949 !important;
}

.event_roundbutton1 {

    background: #fff !important;
    border: 1px solid #9e9e9e;
    color: #878787 !important;

}

@media screen and (max-width: 767px) {

    .event_descibe li {   
    padding: 10px 8px;   
 }
    .event_details h4 {    
    font-size: 16px;    
 }
    .event_descibe h5 {    
    font-size: 14px;
    margin-top: 0px;
    color:#000;
 }
    .event_header select {  
      
  font-size:12px;
  }
    
 }