.page-mask { 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	background: #fff; 
	top:0px; 
	left: 0px; 
	z-index: 99999;
}

.page-loader { 
	width: 44px; 
	height: 44px; 
	text-align: center; 
	line-height: 44px; 
	margin: 23% auto 0 auto; 
	font-size: 12px;
}


.spinner {
  border: 2px solid #eeeeee;
  font-size: 40px;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.language-box {
	position:relative;
	z-index:99999;
}

.social .language-box {
	border:none;
	border-radius:0;
	width:auto;
}

.language-box .dropdown-toggle { padding:10px 12px; }

.language-box ul {
	background-color: #2f3843;
	z-index: 999;
	border-radius: 0 0 3px 3px;
	margin: -3px 0 0 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.language-box ul li {
	text-align:left;
}

.language-box ul li a {
	color: #fff;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 10px!important;
	border: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.language-box ul li a:hover {
	color: #fff;
	background-color: #2f3843;
	border: 0;
	padding-left: 21px !important;
	background-image:none;
}
.moretag {
    float: right;
    margin: 60px 25px 0 0;
}
.moretag:hover{
	text-decoration:none;
}
/************************** Video Items CSS *************************/
.videoITEM
{   width:190px;
	height:190px;
	border: 1px solid #EBEBEB;   
	margin-left:10px;
	float:left;
	cursor:pointer;
	overflow:hidden;
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    transition: all 0.4s linear 0s; 
    padding:10px;
    margin-bottom:10px;
}
.videoITEM:hover
{	
	border: 1px solid #2EAEF0;
    transition: all 0.4s linear 0s;      
}
.videoITEM .title{
	font-size:12px;
	color:#777;
	margin:20px 0 5px 0;
    text-align: justify;
}
.videoITEM .title:hover{
	color:#2EAEF0;	
}
.videoITEM .duration{
	font-size:9px;
	color:#FFF;
	padding:2px;
	position:absolute;
    float: left;
    background: no-repeat scroll 11px 7px rgba(0, 0, 0, 0.55);    
    transition: all 0.5s ease-in-out 0s;    
}
.videoITEM img{
	width:100%;
	height:90px;
}

.videorow{
    clear:both;
}
.videodiv
{
    display: block;

    margin-top: 20px;
    margin-bottom: 30px;
}
	
.updates ul li:hover{
cursor:pointer
}

.newpanel
{
	background:#FFFFFF !important;
	border-style:none !important;
}
.newpanel .panelhead
{
	border-color: #ffe #ffffff;
    border-style: solid;
    border-width: 1px;   
    text-decoration: none;
    transition-duration: 0.5s;
    transition-property: background;
    transition-timing-function: linear;
}
.newpanel .panelhead:hover
{
	background:#F1F2F7 ;
	border-left: solid 1px;
    border-color:  #fff #F1F1F1 #F1F1F1 #2eaef0 ;	
	cursor:pointer;
}
.newpanel .panelhead
{
padding:10px;
}
.newpanel-default
{
	
	 border-top-right-radius: 0px !important;
	 border-top-right-radius: 0px !important;
	 border-bottom-left-radius: 0px !important;
	 border-bottom-right-radius: 0px !important;
     border-bottom:thin !important;
	 border: 0;
}
.newpanel-default:hover
{
	
	border-color:#2eaef0;
}
.newpanel h4 a
{
	font-size:18px;
	color: #1c1b1b;
	list-style: outside none none !important;
	padding-right:10px  !important;
}
.newpanel h4 a:hover
{
	text-decoration:none;
	color: #2EAEF0 ; 

}.newpanel h4 :hover
{
	 

}
.update-popup{
	display:none;
	padding: 10px; 	
	border: 2px solid #ddd;
    width:30%;
	background:#fff;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

.update-close:hover
{
cursor:pointer;
}
.update-window
{
padding:0px;
}

h4.ans h4.ques1
{
	color:#000;	
}
p.ansfaq
{
	margin-left:30px;
	text-align:justify;
	color:#777777;
}
.more
{
	width:90px;
	height:20px;
	font-size:10px !important;
	//margin-top:5px;
	margin-bottom:10px !important;
	float:right !important;
	cursor:pointer;
	text-align:center !important;
	line-height:.2 !important;
	
}
 .weblistselection{
    width:245px;
    height: 680px;
    border: 1px solid #EBEBEB;
	float:left;	
	overflow:hidden;
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    transition: all 0.4s linear 0s;   
    padding:10px;
            
     }
 .weblistselection:hover{
    border: 1px solid #2EAEF0;
    transition: all 0.4s linear 0s;   
 }
#divmenu
{
margin: 0 auto;
font-size: 14px;
text-align: center;
}
#divmenu>ul#divmenulist li a { width: auto; }

ul#divmenulist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#divmenulist li
{
display: block;
margin: 0;
padding: 0;
}
ul#divmenulist table
{
	border-color: #ffe #ffe #ccc;
    border-style: dotted;
    border-width: 1px;
    color: #626262;
    display: block;   
	padding-bottom: 10px;
    padding-top: 10px;
}
ul#divmenulist li a
{
display: block;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: #ffe #ffe #ccc #ffe;
border-style: dotted;


color: #626262;

text-decoration: none;
transition-duration: 0.5s;
transition-property: background;
transition-timing-function: linear;
}

ul#divmenulist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#divmenulist li a:hover, ul#divmenulist li#active a:hover
{
	color:#1C77C5;
border-right-width:2px;
background: #F1F2F7;
border-color: #aaab9c #fff #fff #2EAEF0;
border-style:solid;

}
.divcls3 {
background: none repeat scroll 0 0 #ffcd17;
border-bottom: 1px solid #bfbfbf;
border-top: 1px solid #bfbfbf;
color: #b93709;
font-size: 17px;
padding: 9px;
}

