.middle-header-oo {
    padding-bottom: 0px;
    padding-top: 5px;
    background-color: #fff;
}

.islamic-date {
    margin-right: 50px;
    padding-left: 52px;
    margin-top: 12px;
}
.MuhammadiQuranicFont{
	font-family: 'MuhammadiQuranicFont', 'Montserrat', sans-serif !important;
}
.footer-main{
	padding-top: 35px;
	color: #fff;
}
.footer-main p.footer-text-urdu{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}
.footer-main p.footer-text-eng{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding-bottom: 15px;
}
.bottom-footer p.copyright{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
}


/* ----------- Audio Player --------------  */

/*@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";*/
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.disabled {
  color: #666;
  cursor: default;
}
.show {
  display: inline-block !important;
}

.audioPlayer {
  
}
.audioPlayer .player {
  height: 90px;
  margin: 0;
  position: relative;
  width: auto;
  /* Small devices (tablets, 768px and up) */
  *zoom: 1;
}
.audioPlayer .player .large-toggle-btn {
  border: 0px solid #d9d9d9;
  border-radius: 2px;
  float: left;
  font-size: 1.5em;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
.audioPlayer .player .large-toggle-btn .large-play-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  /*top: -14%;*/
  background: url("../images/icon/ap-play.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
}
.audioPlayer .player .large-toggle-btn .large-play-btn:before {
  /*content: "\f04b";
  font: 1.5em/1.75 "FontAwesome";*/

}
.audioPlayer .player .large-toggle-btn .large-pause-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  /*top: -13%;*/
  background-image: url("../images/icon/ap-pause.png");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
}
.audioPlayer .player .large-toggle-btn .large-pause-btn:before {
  /*content: "\f04c";
  font: 1.5em/1.75 "FontAwesome";*/
}
.audioPlayer .player .info-box {
  left: 70px;
  position: absolute;
  top: 0px;
}
.audioPlayer .player .info-box .track-info-box {
  float: left;
  font-size: 12px;
  margin: 5px 0 0px 0;
  /*visibility: hidden;*/
  visibility: visible;
  width: 100%;
  *zoom: 1;
}
.audioPlayer .player .info-box .track-info-box .track-title-text {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
	color: #1377c5;
}
.audioPlayer .player .info-box .track-info-box .audio-time {
  display: block;
  padding: 5px 0 0 0px;
}
.audioPlayer .player .info-box .track-info-box:before, .audioPlayer .player .info-box .track-info-box:after {
  content: " ";
  display: table;
}
.audioPlayer .player .info-box .track-info-box:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.audioPlayer .player .progress-box {
  left: 0px;
  bottom: 0px;
  min-width: 100%;
  position: absolute;
}
.audioPlayer .player .progress-box .progress-cell {
  height: 20px;
  position: relative;
}
.audioPlayer .player .progress-box .progress-cell .progress {
  background: #fff;
  border: 1px solid #d9d9d9;
  height: 16px;
  position: relative;
  width: auto;
}
.audioPlayer .player .progress-box .progress-cell .progress .progress-buffer {
  background: #337ab7;
  height: 100%;
  width: 0;
}
.audioPlayer .player .progress-box .progress-cell .progress .progress-indicator {
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 3px;
  cursor: pointer;
  height: 16px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 30px;
}
.audioPlayer .player .controls-box {
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 0px;
  height: 0px;
}
.audioPlayer .player .controls-box .previous-track-btn {
  cursor: pointer;
  display: inline-block;
}
.audioPlayer .player .controls-box .previous-track-btn:before {
  /*content: "\f049";
  font: 1em "FontAwesome";*/
}
.audioPlayer .player .controls-box .next-track-btn {
  cursor: pointer;
  display: inline-block;
}
.audioPlayer .player .controls-box .next-track-btn:before {
  /*content: "\f050";
  font: 1em "FontAwesome";*/
}
.audioPlayer .player:before, .audioPlayer .player:after {
  content: " ";
  display: table;
}
.audioPlayer .player:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.audioPlayer .play-list {
  display: block;
  margin: 0 auto 20px auto;
  width: 100%;
  text-align: left;
}
.audioPlayer .play-list .play-list-row {
  display: block;
  margin: 5px 0;
  width: 100%;
  *zoom: 1;
  padding: 5px 5px; 
  background-color: #fafafa;
  -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
    border-radius: 7px;
}

.audioPlayer .play-list .play-list-row:hover {
  text-decoration: none;
  background-color: #eee;
}

.audioPlayer .play-list .play-list-row .track-download{
	display: inline-block;
	text-align: right;
	float: right;
	margin: 0px 10px 0px 0px;
}
.audioPlayer .play-list .play-list-row .track-download a img{
	width: 24px;
	height: 24px;
}
.audioPlayer .play-list .play-list-row .track-title .playlist-track {
  color: #000;
  text-decoration: none;
}
.audioPlayer .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: underline;
}
.audioPlayer .play-list .play-list-row .small-toggle-btn {
  border: 0px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
}
.audioPlayer .play-list .play-list-row .small-toggle-btn .small-play-btn {
  display: inline-block;

  background-image: url("../images/icon/ap-play.png");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.audioPlayer .play-list .play-list-row .small-toggle-btn .small-play-btn:before {
  /*content: "\f04b";
  font: 0.85em "FontAwesome";*/
}
.audioPlayer .play-list .play-list-row .small-toggle-btn .small-pause-btn {
  display: inline-block;
  background-image: url("../images/icon/ap-pause.png");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.audioPlayer .play-list .play-list-row .small-toggle-btn .small-pause-btn:before {
  /*content: "\f04c";
  font: 0.85em "FontAwesome";*/
}
.audioPlayer .play-list .play-list-row .track-number {
  display: inline-block;
  margin: 0px 0px 0px 5px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
.audioPlayer .play-list .play-list-row .track-title {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
.audioPlayer .play-list .play-list-row .track-title .playlist-track {
  text-decoration: none;
}
.audioPlayer .play-list .play-list-row .track-title .playlist-track:hover {
  text-decoration: none;
}
.audioPlayer .play-list .play-list-row .track-title.active-track {
  font-weight: bold;
}
/*.audioPlayer .play-list .play-list-row:before, .audioPlayer .play-list .play-list-row:after {
  content: " ";
  display: table;
}*/
.audioPlayer .play-list .play-list-row:after {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.newsletter-section h3 {
    margin: 13px 0px 13px 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

@media (min-width: 200px) and (max-width: 425px) {
  /* Medium devices (desktops, 992px and up) */
  .audioPlayer .player {
    max-width: 470px;
  }
  .audioPlayer .player .info-box .track-info-box .track-title-text {
		font-size: 13px;
		font-weight: 400;
		line-height: 17px;
	}
	.audioPlayer .play-list .play-list-row .track-number {
	  font-size: 14px;
	  line-height: 28px;
	  font-weight: 300;
	}
	.audioPlayer .play-list .play-list-row .track-title {
	  font-size: 14px;
	  line-height: 28px;
	  font-weight: 300;
	}
  
  .middle-header .col-md-7 {
      text-align: center;
  }
  .cart { 
    /*position: absolute;
    right: 15px;
    top: -80px;*/
    margin-right: 5px;
  }
  .cart a img{ 
    width: 32px;
    height: 32px;
  }
  .logo-block {
      margin-bottom: 13px;
  }
  .islamic-date {
      margin-right: 25px;
      padding-left: 37px;
      margin-top: 1px;
  }
  .islamic-date img{
    width: 32px;
    height: 32px;
  }
  .islamic-date p{
    color: #777;
    line-height: 11px;
    margin-bottom: 0;
    font-size: 11px;
  }
  .islamic-date p span {
      display: block;
      font-weight: bold;
      color: #000;
      margin-top: 3px;
      margin-bottom: 4px;
      line-height: 11px;
  }
  .footer-main p.footer-text-urdu {
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
  }
  .footer-main p.footer-text-eng {
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      text-align: center;
      padding-bottom: 20px;
  }
  .bottom-footer p.copyright {
      font-family: 'Roboto', sans-serif;
      font-size: 10px;
      font-weight: 400;
      line-height: 18px;
      text-align: center;
  }
  .bottom-footer {
      background-color: #171717;
      padding: 10px 0;
  }
  .footer-main {
      padding-top: 20px;
      color: #fff;
  }
  .section-padding {
      padding-top: 25px;
      padding-bottom: 25px;
  }
  .callout {
      padding-bottom: 25px;
      padding-top: 25px;
  }
  .callout h3 {
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 0;
      display: inline-block;
      width: 100%;
      text-align: center;
      padding-bottom: 7px;
      letter-spacing: 2px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-image: url(../images/icon/separator-1.png);
  }
  .callout h3 span {
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0px;
  }
  .callout h4 {
      font-size: 17px;
      font-family: 'montserratlight';
      margin: 10px 0px 15px 0px;
      text-align: center;
      letter-spacing: 1px;
  }
  .callout h4 span {
      font-size: 15px;
      font-family: 'montserratlight' !important;
      margin: 0px;
      text-align: center;
      letter-spacing: 1px;
      display: inline-block;
      padding-top: 10px;
  }
  .newsletter-section h3 {
      margin: 9px 17px 9px 17px;
      font-size: 15px;
      line-height: 28px;
      text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Medium devices (desktops, 992px and up) */
  .audioPlayer .player {
    max-width: 470px;
  }
  .audioPlayer .player .info-box .track-info-box .track-title-text {
		font-size: 19px;
		font-weight: 300;
		line-height: 24px;
	}
	.audioPlayer .play-list .play-list-row .track-number {
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 300;
	}
	.audioPlayer .play-list .play-list-row .track-title {
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 300;
	}
  .logo-block {
    text-align: center;
  }
  .middle-header .col-md-7 {
      text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  /* Large devices (large desktops, 1200px and up) */
  .audioPlayer .player {
    max-width: 470px;
  }
  .audioPlayer .player .info-box .track-info-box .track-title-text {
		font-size: 19px;
		font-weight: 300;
		line-height: 24px;
	}
	.audioPlayer .play-list .play-list-row .track-number {
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 300;
	}
	.audioPlayer .play-list .play-list-row .track-title {
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 300;
	}
}
@media (min-width: 1200px) {
  .audioPlayer .player {
    max-width: 500px;
  }
  .audioPlayer .player .info-box .track-info-box .track-title-text {
		font-size: 19px;
		font-weight: 300;
		line-height: 24px;
	}
	.audioPlayer .play-list .play-list-row .track-number {
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 300;
	}
	.audioPlayer .play-list .play-list-row .track-title {
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 300;
	}
}


.view-book-pdf{
  text-decoration: none;
  color: #ffffff;
}

.view-book-pdf img {
  width: 28px;
  height: 28px;
}

.view-book-pdf:hover, .view-book-pdf:active, .view-book-pdf:visited, .view-book-pdf:link {
  text-decoration: none !important;
  color: #f7f7f7;
}
.price-table h5{
  padding: 10px 10px 8px;
}
.books-item{
  margin-bottom: 25px;
}

.product-list .widget.catName li {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    color: #777;
}
.product-list .widget.catName li.active {

}
.product-list .widget.catName li a{
  color: #337ab7;
  font-size: 13px;
  font-weight: 400;

}
.product-list .widget.catName li.active a{

  color: #f44027;
  font-size: 13px;
  font-weight: 700;
}