@media (min-width: 960px)
.uk-block-large {
 padding-bottom: 0px;
}
@media (min-width: 768px)
.uk-block-large {
    padding-bottom: 0px; 
    }

.uk-block-large {
    padding-bottom: 0px; 
}

@media (min-width: 960px)
.tm-footer, .tm-padding-around {
    /* padding: 100px; */
}
@media (min-width: 768px)
.tm-footer, .tm-padding-around {
    /* padding: 50px; */
}

.tm-footer, .tm-padding-around {
    padding: 20px;
}
.cerealinfo h3{color:#fff !important;font-size:1.8rem; }
.cerbottom {text-align:center;font-size:12px;}
.uk-block-secondary {
    background: #333;
}
.uk-block-muted .uk-panel-box:not(.uk-panel-box-primary), .uk-block-muted .uk-panel-box-secondary {
    background-color: #a41f34;
    color:#fff;
}
.s2 {color:#ffffff;font-weight: bold;}.s2:hover{color:#ffffff;text-decoration:underline}

/*****from here*******/
.wh-li li{}
.main-menu a, .mobile-menu a {font-weight: bold !important;}
.uk-navbar{    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.3);
    border-radius: 4px;
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
}
.uk-navbar-toggle {font-style: normal}
@media (max-width: 999px){
.main-menu{display: none}
}
@media (min-width: 1000px){
.mobile-menu{display: none}
}

.fixed {
    position:fixed;
    top:0;
    z-index: 9999;
    margin-right:auto;
    margin-left:auto;
}
.uk-slidenav-position .uk-slidenav {
    display: inline;
}


/*Registration tabs */
.regist .uk-tab > li.uk-active > a {background: #c7a900; !important; color:#fff}
.uk-tab > li:nth-child(1) > a{background-color:#a41f35;color:#fff;}
.uk-tab > li:nth-child(2) > a{background-color:#a41f35; color:#fff;}
.uk-tab > li:nth-child(3) > a{background-color:#a41f35; color:#fff;}
.uk-tab > li:nth-child(n+2) > a {
 margin-left: 5px;
}
.uk-switcher {
      border: 1px solid #c7a900;
      margin-top:0 !Important
}


a, .uk-link {
    font-weight: 500;
}

.speaker{
font-weight:500;
color: #a41f35;
}
.institution{
font-style: italic;
}
.conference{
   font-weight:500;
   color: #a41f35;
}
.textwidget {font:300 16px / 26px 'Roboto';
    color: #221f20;
    text-transform:none}