/*style-12*/
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=PT+Sans');


.style-12{
  box-shadow: 0 0 10px 3px #f2f2f2;
  margin: 18px 0 !important;
  padding: 0;
}


.style-12 h2 {
  background: #fcfcfc none repeat scroll 0 0;
  font-family: "PT Sans",sans-serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
}

.style-12 ul.sld-list {
  margin: 0 !important;
  padding: 0 !important;
}

.style-12 ul.sld-list li{
border-bottom: 1px solid #e4e4e4;
box-shadow: none;
display: inline-block;
margin: 0;
padding: 15px 15px 15px 10px;
width: 100%;
position:relative;
}

.style-12 ul.sld-list li a span.icon img{
color: #222;
display: block;
font-family: "PT Sans",sans-serif;
padding: 0 0px;
margin-right:8px;
text-decoration: none;
transition: all 0.3s ease 0s;
max-width: 25px;
height: auto;
box-shadow:none;	
}

.style-12 ul.sld-list li a span.icon {
  display: inline-block;
  vertical-align: middle;
}

.style-12 ul.sld-list li a{
	display:block;
	box-shadow: none;
  border-bottom: none;
}

.style-12 ul.sld-list li:hover {
  background: #fcfcfc none repeat scroll 0 0;
}

.style-12 ul.sld-list li:hover  a span.icon img{
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	text-align: center;
}


.icon.fa-icon{
  font-size: 13px;
  margin: 0 10px;
  display: inline-block;
}

.style-12 .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-12 .featured-section {
  bottom: 0px;
  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-12 .upvote-section {
    font-size: 14px;
    height: auto !important;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 50%;
    width: 15px !important;
    height: 100% !important;
    display: flex;
	z-index:8;
    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-12 .bookmark-section {
font-size: 14px;
    height: auto !important;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 50%;
    width: 15px !important;
    height: 100% !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-12 .upvote-btn.upvote-on:hover, .style-12 li:hover .upvote-btn{
  cursor: pointer;
}

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

.style-12 .upvote-btn {
  text-align: center;
  padding-top: 0;
  z-index: 805;
  width: 20px !important;
  margin-top: -7px;
}

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

.style-12 .upvote-section .upvote-btn, .style-12 .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-12 .upvote-section .upvote-btn:hover, .style-12 li:hover .upvote-btn, .style-12 li:hover .upvote-count{
  color: #1188bf;
}
.qcopd-list-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
  width: 30%;
  border-bottom: none;
}