.Pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/pageLoaderGif.gif') 50% 50% no-repeat rgb(249,249,249);
        
}
.navbar-fixed-top{
    z-index: 900;
}
.videoIcon{
    cursor: pointer;
}
#navbar  ul {
    
    height: auto !important;
    width: auto;
}
#login-dp {    
    min-width: 250px;
    overflow: hidden;
    padding: 14px 14px 0;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.clear5 { margin-bottom: 4px; }
.clear10 { margin-bottom: 9px; }
.clear15 { margin-bottom: 14px; }
.clear20 { margin-bottom: 19px; }
.clear25 { margin-bottom: 24px; }
.clear30 { margin-bottom: 29px; }
.clear40 { margin-bottom: 39px; }
.clear50 { margin-bottom: 49px; }
.center{
        float: none;
    margin-left: auto;
    margin-right: auto;
}