.dz-load-more i,
.loadmore-btn i
{
  display:none;
}
.dz-load-more.active i,
.loadmore-btn.active i
{
  display:inline-block;
}
.says, .comment-meta{
	display:none;
}
/* Work Add For SASS */

.subscribe-section{
	z-index:9;
}
.dz-subscription-msg {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

.post-audio iframe{
	width:100%;
	height:400px;
}

.question_img{
	
	width:80px;
}

.dz-ajax-overlay{
	position: relative;
}
	
.dz-ajax-overlay:before{
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
    border-radius: 4px;
}


/* Start Header is-fixed Animation */

.main-bar{
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;	
}
.is-fixed .main-bar{
	-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
	
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/* Header is-fixed Animation End */


/* banner css start */
.dlab-bnr-inr.dlab-bnr-inr-lg {
	height: 500px
}

.dlab-bnr-inr.dlab-bnr-inr-md {
	height: 400px
}

.dlab-bnr-inr.dlab-bnr-inr-sm {
	height: 300px
}
/* banner css end */