/* fix for the Simple blog */ 
.ph_simpleblog.simpleblog-recent .nbs-flexisel-inner {height: 175px}


/* responsive video */ 
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* hide top menu */ 
pk_customlinks {
    display: none;
}

