.background-img:before{
    content: "";
    margin-top: -40px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -99;
    display: block;
	background-image: url("../images/b7.jpg");
    width: 100%;
    height: 60vh;
    /*-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);*/
    
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;   
}
.background-img{
    position: relative;
    height: 50vh;
    margin-top: -10px;
    overflow: hidden;
}
.background-img > .filter{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.26);
}

.row.background-img>.content{
    width: 100%;
}
.row.background-img>.content{
    top:35%;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.row.background-img>.content > h1{
    font-size: 3em;
    font-weight: 300;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
}
.row.background-img>.content > h1 > span{
    color:#e59f0a; 
}
.row.background-img>.content .input-group-btn .btn:not(.btn-raised),.row.background-img>.content .btn:not(.btn-raised).btn-default,.row.background-img>.content .input-group-btn .btn:not(.btn-raised),.row.background-img>.content .input-group-btn .btn:not(.btn-raised).btn-default{
    background-color: #fff;
    height: 38px;
}
.row.background-img>.content .form-control, .form-group .form-control{
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px #333;  
    height: 39px;  
}
.row.background-img > .content .input-group .input-group-btn{
    padding: 0px;
    height: 38px;
}
.btn.btn-raised.btn-success.btn-search{
    background-color:#FFFFFF;
    padding: 0px;
    border-radius: 0px; 
    margin-left: 0px;
    width: 48px;
    height: 38px;
    color:#000;
}
.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success.btn-search:hover,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success.btn-search:active,.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success.btn-search:focus{
    background-color: #90A4AE;
}
.all-webinars,.col-md-9.description{
    overflow: auto;
    margin-bottom: 15px;
}
.all-webinars,.description h3{
    font-weight: 500;
}
.all-webinars,.description .col-md-8,.all-webinars,.description .col-md-4 {
    font-size: 13px;
    font-weight: 400;
}
.webinar{
    padding: 15px;
    min-height: 110px;
    cursor: pointer;
}
.webinar>.row>.col-xs-8>h5{
    margin-top: 0px;
    font-size: 0.9em;
    font-weight: 600;
    color: #2a3751;
}.webinar>.row>.col-xs-8>p{
    color: #354b89;
}

.panel.panel-default.webinar label{
    color: #d32f2f;
    font-size: 10px;
    font-weight: bolder;
}
.webinar .img-container{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-size: 90px 100px;
    background-repeat: no-repeat;
    background-position: center center;   
    
}
.col-md-9.description > .panel.panel-default{
    padding: 15px;
}
.panel.panel-default > .row > .col-xs-12{
    padding-left: 15px;
    padding-right: 15px;
} 
.past-webinars{
    margin: 30px;
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
}
.view-more{
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    margin-right: 15px;
}
.view-more:hover{
    text-decoration: none;
    color: #000;
    
}
.recorded-webinars > .col-md-4 > .panel.panel-default.recorded>.youtube-video-container img{
    height: 75px;
}
.recorded-webinars > .col-md-4 > .panel.panel-default.recorded>.row.description{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.recorded-webinars > .col-md-4 > .panel.panel-default.recorded>.row.description>.col-xs-12 h5{
    height: 30px;
    font-weight: 600;
}
.seminars{
    margin-bottom: 15px;
}
label.category{
    font-size: 0.8em;
}
.speaker-profile{
    margin-bottom: 15px;
}
.speaker-profile > *{
    display: inline-block;
    vertical-align: middle;
}
.round-img-container{
    height: 96px;
    width: 96px;
    background-position: center;
    border-radius: 50%;
    border: 2px solid #e59f0a;
    -webkit-background-size: 110%;
         -o-background-size: 110%;
            background-size: 110%;
}
.speaker-profile > label{
    font-weight: 500;
    margin-left: 15px;
}
.about{
    max-height: 290px;
    overflow: hidden;
}

@media (max-width: 767px){
    .col-md-9.description{
        min-height: 0;
        max-height: 100%;
    }
    .panel.panel-default.ng-hide{
        display: block !important;
    }
    .background-img.xs{
        margin: 0 -15px;
        height: 200px;
        overflow: hidden;
    }
    .background-img.lg{
        height: auto;
        margin: 0;
    }
    .background-img.lg:before{
        background-image: none;
        padding: 15px;
    }
    .background-img>.filter{
        display: none;
    }
    .row.background-img>.content>h1{
        font-size: 1.2em;
        color: #000;
    }
}