/*style-3*/
.style-3 .ca-menu{
    padding:0 !important;
    margin:20px auto;
    width: 100%;
}

.style-3 .ca-menu li.column1{width:100%}
.style-3 .ca-menu li.column2{width:47%}
.style-3 .ca-menu li.column3{width:30%}
.style-3 .ca-menu li.column4{width:23%}

.style-3 .ca-menu li{
    height: 245px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;	
    margin: 0 20px 20px 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-top: 6px solid #333;
	border-radius: 3px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset !important;
}

.style-3 .ca-menu li:before, .style-3 .ca-menu li:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

.qc-grid-item{
    width:100%;
}

.style-3 .ca-menu li:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

.style-3 .ca-menu li:last-child{
    margin-right: 0px;
}

.style-3 .ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.style-3 .ca-icon{
    color: #333;
    text-shadow: 0px 0px 1px #333;
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0px;
    top: 35px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	padding: 15px;
    box-sizing: border-box;
    font-size: 40px;
}

.style-3 .ca-icon img{
    width: 50px;
    height: 50px;
    transition: all 300ms linear 0s;
	margin: 0 auto;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.style-3 .ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 52%;
    top: 45.5%;
}

.style-3 .ca-main{
    font-size: 25px !important;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #333;
    margin-bottom: 10px;
    padding: 0 10px;
}

.style-3 .ca-sub{
    text-align:center;
    font-size: 13px !important;
    color: #666;
    line-height: 22px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    margin: 8px 0 15px;
    padding: 0 10px;
}

.style-3 .ca-menu li:hover{
    background-color: #000;
    border-top: 6px solid #00ccff;
}

.style-3 .ca-menu li:hover .ca-icon{
    font-size: 40px;
    color: #00ccff;
}

.style-3 .ca-menu li:hover .ca-content{
    top: 47%;
    height: 50%;
}

.style-3 .ca-menu li:hover .ca-main{
    color: #00ccff;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}

.style-3 .ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

.style-3 .ca-menu li:hover .ca-icon img{
  color: #fff004;
  width: 60px;
  height: 60px;
}


.style-3 .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-3 .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-3 .featured-section i {
	position: absolute;
	left: -10px;
	top: 17px;
	color: #3d7dfc;
}
.new-icon-section i {
	cursor:pointer;
}


/*Upvote Section*/
.style-3 .upvote-section-style-3 {
  color: #777;
  font-size: 12px;
  display:inline-block;
}
.style-3 .bookmark-section-style-3 {
    color: #dd9933;
    font-size: 12px;
	display:inline-block;
}

.style-3 .upvote-btn.upvote-on:hover{
  cursor: pointer;
  color: #26A045;
}

.style-3 .upvote-btn {
  display: inline-block;
  height: 100%;
  text-align: center;
  
}

.style-3 .upvote-btn, .style-3 .upvote-count{
  
}

.style-3 .upvote-section-style-3 .upvote-btn, .style-3 .upvote-section-style-3 .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-3 .upvote-section-style-3 .upvote-btn:hover, .style-3 .ca-menu li:hover .upvote-btn, .style-3 .ca-menu li:hover .upvote-count{
  color: #fff;
}

@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/* RWD */ 
@media only screen and (max-width : 801px) {
    .style-3.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-3.qc-grid-item .ca-menu li{
        width: 48%;
    }
	.style-3 .ca-menu li.column3 {
	  width: 46%;
	}
}

@media only screen and (max-width : 640px) {
    .style-3.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-3.qc-grid-item .ca-menu li{
        width: 100%;
    }
	.style-3 .ca-menu li.column3 {
	  width: 100%;
	}
	#item-1-49-add-block .advertise-block.tpl-default {
		width:100% !important;
	}
}

/*RTL CSS*/
.direction-rtl .qc-grid-item, .direction-rtl .qc-grid-item h3
{
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-icon {
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-content {
  direction: rtl;
}

.direction-rtl .qc-grid-item h3 {
  margin-right: 10px;
}

.direction-rtl .qc-grid-item .ca-menu li {
  float: right;
  margin: 0 0 15px 10px;
}

/* new custom css */

.qc-full-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
    width: 30% !important;
  border-bottom: none;
}
.style-3-upvote-section{
	    position: absolute;
    top: 5px;
    text-align: center;
    width: 100%;
}

.style-3 span.qcopd-list-item-author {
  color: #828282;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 13px;
  left: 0;
  width: 100%;
  text-align: center;
}
.style-3 .qcopd-single-list ul li a{
  padding-bottom: 30px !important;
}
.style-3 .qcopd-single-list ul li:hover span.qcopd-list-item-author{
  color: #2676ac;
}

.style-3 .ca-content {
  position: relative;
}
.style-3 .ca-icon {
  position: relative;
}
.style-3 .ca-menu li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
}
.style-3 .ca-menu li {
display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
    height: auto;
    flex-wrap: wrap;
}
.ca-content-audio {
    padding: 0 0 0 12px;
}

.style-3 .ca-content {
    left: 35px;
}
.ca-content-audio audio {
    height: 36px;
    width: 240px;
}
.style-3 .ca-content {
    left: 0;
    top: 0;
    margin: 30px 0 0 0;
}
.style-3 .qcopd-single-list ul li a {
    padding-bottom: 0px !important;
}
.style-3 .ca-icon {
    top: 25px;
}
.style-3 .ca-menu li {
    min-height: 290px;
}