/*style-8*/

.style-8 h1{
  margin: 0;
  padding: 12px 0;
  line-height: normal; 
  font-size: 22px;
  font-weight: 600;
}
.style-8 h2{
  margin: 0;
  padding: 12px 0;
  line-height: normal; 
  font-size: 20px;
  font-weight: 600;
}
.style-8 h3{
  margin: 0;
  padding: 12px 0;
  line-height: normal; 
  font-size: 18px;
  font-weight: 600;
}
.style-8 h4{
  margin: 0;
  padding: 12px 0;
  line-height: normal; 
  font-size: 18px;
  font-weight: 600;
}
.style-8 p{
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.style-8 ul{
  margin: 0;
  padding: 0;
}
.style-8 ul li{
  margin: 0;
  padding: 0;
  list-style: none; 
}



.style-8 .tooltip_tpl8 {
  position: relative;
}

.style-8 .tooltip_tpl8-tpl {
  margin: 0 !important;
  padding: 0 !important;
}

.qcpd-list-column.opd-column-2 {
	width: 46% !important;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
}

.qcpd-list-column.opd-column-3 {
    margin-right: 8px !important;
	margin-left:8px !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: 40px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
	width:15%;
	    max-width: 45px;
}

/* 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;
  border: 1px solid #eee;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 4px 0;
}


.style-8 .pd-bottom-area {
  max-width: 100% !important;
  width: 100%;
  background: #177bbb;
}
.style-8 .pd-bottom-area p a {
  color: #fff !important;
  background-color: #ffffff00 !important;
}

.style-8 .logo-icon img {
    vertical-align: middle;
}

.style-8 .tooltip_tpl8-tpl li a {
  font-size: 16px;
  text-align: left;
  width: 100%;
  display:inline-flex;
  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{
	border-radius: 50%;
	width: 100%;
}

.style-8 .opd-list-pd-style-8 h3 {
  font-size:25px;
  color:#515151;
  position:relative;
  margin-bottom: 20px;
  margin: 20px 0;
}

.style-8 .opd-list-pd-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-pd-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 0 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

}
.new-icon-section i {
	cursor:pointer;
}

/*Upvote Section*/
.style-8 .upvote-section {
  height: 100%;
  position: absolute;
  right: 10px;
  top: 32%;
  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%);
}

#bookmark_list .bookmark-section {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 32%;
    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 .sbd-upvote-btn.upvote-on:hover, .style-8 li:hover .sbd-upvote-btn{
  cursor: pointer;
}

.style-8 .sbd-upvote-btn, .style-8 .upvote-count{
  display: inline-block;
}

.style-8 .sbd-upvote-btn {
  text-align: center;
  padding-top: 0;
  z-index: 805;
  width: 20px !important;
      margin-top: 0px;
	line-height: 17px;
}

.style-8 .upvote-count {
  font-size: 11px;
  margin-top: -5px;
  z-index: 800;
}

.style-8 .upvote-section .sbd-upvote-btn, .style-8 .upvote-section .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 .sbd-upvote-btn:hover, .style-8 li:hover .sbd-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, .direction-rtl .qcpd-single-list-pd ul li span 
{
  direction: rtl !important;
}

.direction-rtl .list-img {
  margin-left: 10px;
  margin-right: 0;
}

.direction-rtl .upvote-section {
  left: 10px !important;
  right: auto !important;
}

.direction-rtl .tooltip_tpl8-tpl li a{
  text-align: right;
}

.direction-rtl .style-8 .opd-list-pd-style-8 h3{
  margin-right: 10px;
}

.direction-rtl .style-8 .opd-list-pd-style-8 h3::after {
  left: auto;
  right: 0;
}

.direction-rtl .style-8 .tooltip_tpl8::after {
  left: auto;
  right: 20px;
}

.qcpd-list-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
  width: 30%;
  border-bottom: none;
}

.style-8 li a .li-txt {
    width: 85%;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
	line-height: 20px;
}
.style-8 li a .li-txt span {
	font-size:12px;
    line-height: 16px;
	margin-top:8px;
}
#sbdopd-list-holder .pd-bottom-area {
	height: 28px;
	width: 100%;
	border-bottom: 2px solid #ddd;
	max-width: 80%;
	border-right: 1px solid #ddd;
}
.opd-column-3 .pd-bottom-area {
	max-width: 100% !important;
	width:auto;
  text-align: center;
}

#sbdopd-list-holder .pd-bottom-area p{display: inline-block;
   padding: 0px;margin: 2px 0px;}
   
#sbdopd-list-holder .pd-bottom-area p a{padding: 0px 7px !important;
    border-bottom: none !important;
    font-size: 12px;
	color:#fff !important;
	background-color:#ffffff00 !important;
	line-height: 13px;
}
.pd_business_container{text-align:center;}
.pd-bottom-area{text-align:left;}

.direction-rtl #bookmark_list .bookmark-section{right: 95%;}


@media only screen and (max-width : 1600px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 93%;
	}
	.opd-column-3 .pd-bottom-area {
		max-width: 100% !important;
	}
	#sbdopd-list-holder .pd-bottom-area p a {	
		font-size: 14px;
	}
}

@media only screen and (max-width : 1170px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
	#sbdopd-list-holder .pd-bottom-area p a {
		padding: 0px 5px !important;
		
	}
}
@media only screen and (max-width : 801px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
}
.sbd-verified-style5{
		align-items: center;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    font-size: 14px;
}


.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 0 0;
}