/*style-5*/
.style-5 {
  margin-bottom: 25px;
}

.style-5 .ca-menu {
	padding: 0 !important;
	margin: 20px auto 5px;
	width: 100%;
	text-align: center;
}

.style-5 .ca-menu li {
	width: 230px;
	height: 230px;
	border: 10px solid #f7f7f7;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 0 15px 30px 15px !important;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	display: inline-block;
}

.style-5 .ca-menu li:last-child{
    margin-right: 0px;
}

.style-5 .ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.style-5 .ca-icon{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 45px;
    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;
    box-sizing: border-box;
    color: #5e5e5e;
    font-size: 35px;
}

.style-5 .ca-main{
    font-size: 18px !important;
    position: absolute;
    top: 110px;
    width: 100%;
	text-align: center;
	color:#222;
	line-height:26px;
    text-align: center;
	margin: 0 0 10px !important;
    padding: 0 20px !important;
    box-sizing: border-box;
}

@-moz-document url-prefix() {
	.style-5 .ca-menu li:hover .ca-sub {
		top: 50px !important;
	}
	.style-5 .ca-icon {
		top: 36px !important;

	}
}

.style-5 .ca-sub {
	text-align: center;
	color: #000;
	font-size: 13px !important;
	color:#555;
	position: absolute;
	height: 80px;
	width: 100%;
	text-align: center;
	top: 130px;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	margin: 0 !important;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 18px !important;
}

.style-5 .ca-menu li:hover{
    background: #f7f7f7;
    border-color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.style-5 .ca-menu li:hover .ca-icon{
    color: #555;
    display: none;
}

.style-5 .ca-menu li:hover .ca-main{
    display: none;
    
}

.style-5 .ca-menu li:hover .ca-sub{
    opacity: 1;
	top: 46px;
    padding: 0 20px !important;
}
.style-5 .ca-menu li:hover .pd-bottom-area{
    opacity: 1 !important;
}

.style-5 .ca-icon img{
    width: 70px;
    height: 70px;
    transition: all 300ms linear 0s;
	margin: 0 auto;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.style-5 .ca-menu li:hover .ca-icon img{
  color: #fff004;
  width: 70px;
  height: 70px;
}

.style-5 .new-icon-section > span {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: flex;
	font-size: 9px;
	font-weight: bold;
	height: 13px;
	justify-content: center;
	left: 34px;
	position: absolute;
	top: 30px;
	width: 28px;
}
.style-5 .featured-section {
  border-color: transparent transparent #ffeb3b;
  border-style: solid;
  border-width: 0 0 35px 25px;
  bottom: 0px;
  height: 0;
  position: absolute;
  right: 63px;
  width: 0;
  z-index: 1;
  -moz-transform: rotate(75deg);
-webkit-transform: rotate(75deg);
-o-transform: rotate(75deg);
-ms-transform: rotate(75deg);
transform: rotate(75deg);
}
.new-icon-section i {
	cursor:pointer;
}

/*Upvote*/

.upvote-main-section {
	position: absolute;
	top: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.style-5 .upvote-section {
	color: #777;
	font-size: 10px;
	height: 100% !important;
	margin-right: 5px;
}
.style-5 .bookmark-section {
	color: #dd9933;
	font-size: 12px;
	height: 100%;
}
.style-5 .upvote-btn:hover, .style-5 .ca-menu li:hover .upvote-btn{
  cursor: pointer;
  color: #81D742;
}

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

.style-5 .upvote-btn {
  text-align: center;
  
  z-index: 805;
  font-size: 12px;
}

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

.style-5 .upvote-section .upvote-btn, .style-5 .upvote-section .upvote-count {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style-5 .upvote-section .upvote-btn:hover, .style-5 .ca-menu li:hover .upvote-btn, .style-5 .ca-menu li:hover .upvote-count{
  color: #000;
  opacity: 0.8;
}

#opd-list-holder .pd-bottom-area {
	height: 28px;
	width: 100%;
	position: absolute;
	bottom: 55px;
	text-align: right;
	z-index: 9;
	display: block;
	border-top: 1px solid #ddd;
	text-align: center;
	opacity: 0;
	padding: 0 20px;
}
#opd-list-holder .pd-bottom-area p {
    display: inline-block;
    padding: 0px;
	margin:0px !important;	
}
#opd-list-holder .pd-bottom-area p a {
    padding: 0px 7px !important;
    border-bottom: none !important;
    font-size: 15px;
}
.pd-bottom-area>a {
    display: none !IMPORTANT;
}
.style-3 .ca-menu li:hover .pd-bottom-area p a {
    color: #fff;
    
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-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-5.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-5.qc-grid-item .ca-menu li{
        width: 48%;
    }
}

@media only screen and (max-width : 640px) {
    .style-5.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-5.qc-grid-item .ca-menu li{
        width: 100%;
    }
}

/*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;
}

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