.text-center{
    text-align:center;
    padding-top:25px;
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.text-center a{
    width: 260px;
    height: 40px;
    background-color: #db2d29;
    color: #fffefe;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 600;
    display:inline-block;
    line-height: 40px;
}
.filter-top{
    text-align: center;
    margin:40px 0;
    font-size:24px;
    line-height: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.filter-top span{cursor: pointer;margin:0 10px;}
.filter-top span.active{text-decoration: none}
.filter-top span:hover{
    text-decoration: none;
}
.month-holder{display:none;}
.webinars-holder .one-webinar{
    flaot:left;
    clear:both;
    margin-bottom:20px;
}
.one-webinar .w-image{
    width:35%;
    float:left;
}
.one-webinar .w-cont{
    width:62%;
    margin-left:3%;
    float:left;
}
.one-webinar .w-cont .w-date{
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.one-webinar .w-cont h2{
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
    margin:10px 0 40px;
}
.one-webinar .w-cont .cont{
    font-size:14px;
    font-family: 'Raleway', sans-serif;
    line-height: 100%;
}

.changem{
    display:none;
}
.changem.active{
    display:inline-block;
}

.cls{
    clear:both;
}
/* New in version 1.7+ */
.anythingSlider{
    padding:0!important;
    border:none;
}
.panel a{
    float:left;
    width:100%;
    height:100%;
}
#slider1 {
    width: 700px;
    height: 400px;
    list-style: none;
    padding:0!important;

}
.anythingSlider-default .back{
    left:-45px!important;
}
.anythingSlider-default .forward{
    right:-45px!important;
}
/* CSS to expand the image to fit inside colorbox */
#cboxPhoto { width: 100%; height: 100%; margin: 0 !important; }
/* Change metallic theme defaults to show thumbnails */
div.anythingControls {
    bottom: 25px; /* thumbnail images are larger than the original bullets; move it up */
}
.anythingSlider-metallic .thumbNav a {
    background-image: url();
    height: 30px;
    width: 30px;
    border: #000 1px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-indent: 0;
}
.anythingSlider-metallic .thumbNav a span {
    visibility: visible; /* span changed to visibility hidden in v1.7.20 */
}
/* border around link (image) to show current panel */
.anythingSlider-metallic .thumbNav a:hover,
.anythingSlider-metallic .thumbNav a.cur {
    border-color: #fff;
}
/* reposition the start/stop button */
.anythingSlider-metallic .start-stop {
    margin-top: 15px;
}