.video-mask{
width: 343px;
height: 345px;
/*-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
-webkit-transform: rotate(0.000001deg); 
-webkit-border-radius: 60px; 
-moz-border-radius: 60px;
border-radius: 60px; 
*/
overflow: hidden; 
margin-right: 10px;
}
#ShowVideo{width: 343px;height: 345px; float: left;}
#ShowVideo .photo{margin-top: 20px;}

.video-mask2{
width: 150px;
height: 150px;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
-webkit-transform: rotate(0.000001deg); 
-webkit-border-radius: 75px; 
-moz-border-radius: 75px;
border-radius: 75px; 
overflow: hidden; 
background-color: #e7e7e7;
color: #fff;
}
.videodiv {
    position: relative;
    top: 0px;
    /*left: 38px;*/
    /*background-image: url(../images/loading.gif);
    background-position: 70px 80px;
    background-repeat: no-repeat;*/
    width: 171px;
    height: 145px;
    z-index: 10;
    display: none;
}

/*.fatCatleft.right li:nth-child(10),.fatCatleft.right li:nth-child(11),.fatCatleft.right li:nth-child(12){margin-bottom: 0px;}*/

.fatCatleft.right li:nth-child(14){margin-bottom: 0px;}

.ThumbBox {
    width: 23.5%;
    float: right;
    margin-top: 20px;
    margin-left: 1.5%;
}

.ThumbBox .thumb{height: 180px;}

.right-nav .heading{background: url(../img/ico-video.jpg) no-repeat right 10px center; padding-right: 60px; height: 60px; line-height: 60px; background-color: #FFFFFF; color: #002D69; font-size: 1.1em;}

.left-nav .thumb{width: 136px; float: left;}

.cut-text{text-overflow: ellipsis;  overflow: hidden;   width: 100%;white-space: nowrap;}

#tblCat td{padding: 0;}

#VideoBox {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
    background-color: #fff;
    padding: 4px;
}
.VideoFrame{height: 550px;}
   

@media (max-width:1024px) {

.video-mask,#ShowVideo{width: 300px !important; margin-top: 13px;}

.ThumbBox{width: 31.5%;}
.ThumbBox .thumb{height: 155px;}

.portalheader .menu li{height: auto !important;width: auto !important;} /*for edited menu*/ 
.portalheader .menu a{text-align: center !important;}    

.VideoFrame{height: 325px;}

}

@media (max-width:900px) {
    #ShowVideo{display:none;}
    .left-nav .thumb{float: none;}
    .leftitems{margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 6px;}
}

@media (max-width:768px) {

/*.fatCatleft.right li:nth-child(10), .fatCatleft.right li:nth-child(11), .fatCatleft.right li:nth-child(12)
{
    margin-bottom:15px;
}*/

}


@media (max-width:500px) {
    
.ThumbBox{width: 48.5%;}
.VideoFrame{height: 250px;}

}    