.is-loading{
    background-color: #FFF;
    opacity: 0.5;
    display: block;    
}
.weatherwidget{
	   display: inline-block;
    /*margin-top: -18px;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
}

.is-loading-img{		
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;	
	background-position: center center;     	
	height: 200px;
	width: 70%;
	z-index: 1000;	
}

/*LOADER*/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.sk-fading-circle {
  margin: 80px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/*LOADER*/

.sortable li.sortable-placeholder {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px dashed #000;
    /*padding: 60px 10px !important;*/
    height: 115px;
}

.sortable li{
  /*list-style: decimal outside none;*/
  /*list-style-type: decimal;
  list-style-position: inside;  
  height: 120px; */
}

.sortable li:before{
  vertical-align: top;
  line-height: 24px;
  font-size: 12px;
}

.sortable li span.handle{
  display: inline;
}

textarea.noresize{
  resize:none;
}

.cursor-move li{
  cursor: default !important;
}

.cursor-move li img{
  cursor: move;
}
.addbutton{ 
    padding: 1px 16px 10px 1px;
    text-align: right; 
}
.weatherdiv{
  padding-top: 15px;
  margin-bottom: 15px;
}
.vholder img{
  margin: 20px 0px 20px 0px;
}
.vholder{
  position: relative;  
  background: #000;  
}
.vholder span{
  color: #fff;
  font-size: 40px;
  left: 31%;
  position: absolute;
  top: 31%;
  
}
.vholder2 span{
  left: 35%;
  top: 35%;
}

.imcont{
  position: relative;
}

span.dragger{
  position: absolute;
  top: 28%;
  left: 25%;
  font-size: 35px;
  color: #FFF;
  background: #000;
  opacity: 0.5;
  padding: 5px;
  border-radius: 30px;
  cursor: move;
  display: none;
}

ul#mlist li:hover span.dragger{
  display: block;
}
.latestplay{
  color: #fff;
  font-size: 80px !important;
  font-weight: normal;
  left: 45% !important;
  text-shadow: 1px 0 8px #000;
  top: 40% !important;
}
.headerpointer{
  cursor: pointer;
}

.gloader{
  position:fixed;
  bottom:0px;
  width:100%;
  text-align:center;
  padding:10px;
  background:#F2F2F2;
  z-index:99999;
  display: none;
  right: 0;
}

#latest-trend .pagination, #latest-news .pagination{
  display: none;
}

#mlist textarea{
  height: 100px;
}

.socialouterwidth{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#latest-news{
  word-wrap: break-word;
}

li.onlytiles{
  width: 100%;
}

.onlytiles .menulink{
  width: 31.3%;
}

.vphold{
  min-height: 400px;
}

iframe.randomads{
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

/***** EDITED by Heena ******/

.aDescriptionViewFullSTory{
	padding: 10px 0px 10px 0px !important;
	border-bottom: 1px solid #CCC;
}

.plista_widget_belowArticle{
	display: block !important;
}

.mediaLegendLeft{
	float: left;
	width: 50%;
}

.EmbedVideoBtnDivRight{
	float: right;
	width: 15%;
}

.EmbedVideoBtnRight{
	float: right;
	margin-bottom : 2px;
}

.plitsaWidget{
  overflow: hidden !important;
  float: left;
  width: 100%;
}
.plista_widget_belowArticle_item{
  margin: 0px 8px 8px 0px !important;
  width: 32% !important;
}
.embed-video{
   position: relative;
}
.embed-video textarea
{
 padding-right: 30px;
}
.embed-video:hover a
{
  display: block !important;
  position: absolute;
  right: 25px;
  top: 10px;
}
.embed-video:hover .fa
{
font-size: 30px;
}
