/*style-8*/
.style-8 .tooltip_tpl8 {
  position: relative;
}

.style-8 .tooltip_tpl8-tpl {
  margin: 0 !important;
  padding: 0 !important;
}

.style-8 .tooltip_tpl8:before,
.style-8 .tooltip_tpl8:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.style-8 .tooltip_tpl8:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(17,136,191, .9); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: 28px;
  left: 15px;
  width: 0;
  z-index: 2000;
}

.style-8 .tooltip_tpl8:before {
  background: #1188bf;
  border-radius: 0px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 33px;
  z-index: 2000;
  max-width:100%;
  left:0;
  width: 100%;
}

.style-8 .logo-icon {
  font-size: 15px;
  margin-right: 5px;
}

/* the animations */
/* fade */
.style-8 .tooltip_tpl8.fade:after,
.style-8 .tooltip_tpl8.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.style-8 .tooltip_tpl8.fade:hover:after,
.style-8 .tooltip_tpl8.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* expand */
.style-8 .tooltip_tpl8.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}

.style-8 .tooltip_tpl8.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}

.style-8 .tooltip_tpl8.expand:hover:before,
.style-8 .tooltip_tpl8.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}

.style-8 .tooltip_tpl8.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}

/* swing */
.style-8 .tooltip_tpl8.swing:before,
.style-8 .style-8 .tooltip_tpl8.swing:after {
  transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
  transform-origin: 0 0;
  transition: transform .15s ease-in-out, opacity .2s;
}
.style-8 .tooltip_tpl8.swing:after {
  transform: translate3d(0,60px,0);
  transition: transform .15s ease-in-out, opacity .2s;
}
.style-8 .tooltip_tpl8.swing:hover:before,
.style-8 .tooltip_tpl8.swing:hover:after {
  opacity: 1;
  transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
}

/* basic styling: has nothing to do with tooltips: */
.style-8 ul {
  margin-bottom: 5px;
}

.qc-grid-item.style-8{
  margin-bottom: 10px;
}

.style-8 li {
  cursor: pointer; 
  display:block; 
  padding: 0 0px;
  list-style: none;
  position: relative;
}

.style-8 .logo-icon img {
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  width: auto;
}

.style-8 .tooltip_tpl8-tpl li a {
  font-size: 16px;
  text-align: left;
  width: 100%;
  border-top:medium none !important;
  border-left:medium none !important;
  border-right:medium none !important;
  border-bottom: 1px solid #efefef !important;
  padding:8px 15px 8px 8px;
  color:#333;
  text-decoration: none !important;

}

.style-8 .tooltip_tpl8-tpl li a:hover {
  background:#f5f5f5;
  color:#000;
}

/*Custom*/
.style-8 .tooltip_tpl8-tpl{
  padding: 0 !important; 
  margin: 0 !important;
}

.style-8 .tooltip_tpl8-tpl li{
  display: block;
  clear: both;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 10px;
}

.style-8 .tooltip_tpl8-tpl a{
  display: block;
}

.style-8 .tooltip_tpl8-tpl li a > span.li-txt{
  display: inline-block;
}

.style-8 .tooltip_tpl8-tpl li img{
}

.style-8 .opd-list-style-8 h3 {
  font-size:25px;
  color:#515151;
  position:relative;
  margin-bottom: 20px;
  margin: 20px 0;
}

.style-8 .opd-list-style-8 h3::after {
    border-bottom: 2px solid #1188bf;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 100px;
}

/*Custom*/
.style-8 .tooltip_tpl8-tpl li{
  display: block;
  clear: both;
}

.style-8 .tooltip_tpl8-tpl a{
  display: block;
}

.style-8 .tooltip_tpl8-tpl li a > span.li-txt{
  display: inline-block;
}

.style-8 .logo-icon img {
  display: inline-block !important;
}

.style-8 .opd-list-style-8 h3 {
	font-size:25px;
	color:#222;
	position:relative;
	line-height: 35px;
}

.style-8 .item-counter {
  color: #737373;
  font-size: 70%;
}


.style-8 .new-icon-section > span {
  align-items: center;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: bold;
  height: 13px;
  justify-content: center;
  position: absolute; 
  top: 0;
  left:0;
  width: 28px;
}
.style-8 .featured-section {
  bottom: 1px;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 2px 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

}
.style-8 .featured-section i {
	position: absolute;
	left: -10px;
	top: 17px;
	color: #3d7dfc;
}
.new-icon-section i {
	cursor:pointer;
}

/*Upvote Section*/
.style-8 .upvote-section-style-8 {
  height: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index:8;
  font-size: 10px;
  width: 30px;
  text-align: center;
  width: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.style-8 .bookmark-section-style-8 {
    height: 100%;
    position: absolute;
    right: 28px;
    top: 50%;
    font-size: 10px;
    width: 30px;
    text-align: center;
    width: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.style-8 .upvote-btn.upvote-on:hover, .style-8 li:hover .upvote-btn{
  cursor: pointer;
}

.style-8 .upvote-btn, .style-8 .upvote-count{
  display: inline-block;
}

.style-8 .upvote-btn {
  text-align: center;
  padding-top: 0;
  z-index: 805;
  width: 20px !important;
  margin-top: 0px;
}

.style-8 .upvote-count {
  font-size: 11px;
  margin-top: 2px;
  z-index: 800;
}

.style-8 .upvote-section-style-8 .upvote-btn, .style-8 .upvote-section-style-8 .upvote-count {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style-8 .upvote-section-style-8 .upvote-btn:hover, .style-8 li:hover .upvote-btn, .style-8 li:hover .upvote-count{
  color: #1188bf;
}

/*RTL CSS*/
.direction-rtl .qc-grid-item, .direction-rtl .qc-grid-item h3, .direction-rtl .qc-grid-item ul li, .direction-rtl .qc-grid-item ul li a, .qcopd-single-list ul li span 
{
  direction: rtl !important;
}

.direction-rtl .list-img {
  margin-left: 10px;
  margin-right: 0;
}

.direction-rtl .upvote-section-style-8 {
  left: 10px !important;
  right: auto !important;
}

.direction-rtl .tooltip_tpl8-tpl li a{
  text-align: right;
}

.direction-rtl .style-8 .opd-list-style-8 h3{
  margin-right: 10px;
}

.direction-rtl .style-8 .opd-list-style-8 h3::after {
  left: auto;
  right: 0;
}

.direction-rtl .style-8 .tooltip_tpl8::after {
  left: auto;
  right: 20px;
}

.qcopd-list-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
  width: 30% !important;
  border-bottom: none;
}



.style-8 span.qcopd-list-item-author {
  color: #828282;
  position: absolute;
  top: 0px;
  font-size: 13px;
  left: 30px;
  z-index: 999999;
}
.style-8 .qcopd-single-list ul li a{
  padding-bottom: 30px !important;
}
.style-8 .qcopd-single-list ul li:hover span.qcopd-list-item-author{
  color: #2676ac;
}








.style-8 span.qcopd-list-item-author {
  color: #828282;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.style-8 .qcopd-single-list ul li a{
  padding-bottom: 30px !important;
}
.style-8 .qcopd-single-list ul li:hover span.qcopd-list-item-author{
  color: #2676ac;
}

.style-8 .ca-content {
  position: relative;
}
.style-8 .ca-icon {
  position: relative;
}
.style-8 .ca-menu li a {
  display: flex;
}
.style-8 .ca-menu li {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
  height: auto;
}
.ca-content-audio {
    padding: 0 0 0 12px;
}
.bookmark-section-style-8 {
    position: absolute;
}

.bookmark-section-style-8 {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.style-8 .ca-content {
    left: 35px;
}
.ca-content-audio audio {
    height: 36px;
    width: 240px;
}
.ca-content-audio {
    padding: 12px 0 0 12px;
}
.style-8 .bookmark-section-style-8 {
    right: 46px;
}
.style-8 .upvote-section-style-8 {
    right: 20px;
}