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

.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:22%}

.style-3 .ca-menu li {
	overflow: hidden;
	position: relative;
	background: #fff;
    border: 1px solid #ddd;
	margin: 0 10px 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: 1px 10px 16px rgba(0, 0, 0, 0.1) !important;
	display: inline-block;
}

.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;
}

.entry-content .style-3 .ca-menu li a{
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.style-3 .ca-icon{
    color: #333;
    text-shadow: 0px 0px 1px #333;
    width: 100%;
    -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: 6px;
    box-sizing: border-box;
}

.style-3 .ca-icon img{
    border: 1px solid #717171;
    width: auto;
    max-height: 80px;
    transition: all 300ms linear 0s;
    margin: 0 auto;
}

.style-3 .ca-content{

}

.style-3 .ca-main{
    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: 0;
    padding: 10px 0;
}

.style-3 .ca-sub{
    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-sub span {
	margin-top:8px;
}

.style-3 .ca-menu li:hover{
   /* background-color: #000;*/
    border-top: 6px solid #FDA01C;
}

.style-3 .ca-menu li:hover .ca-icon{
    font-size: 40px;
    color: #FDA01C;
}

.style-3 .ca-menu li:hover .ca-content{
    top: 33%;
    height: 50%;
}

.style-3 .ca-menu li:hover .ca-main{
    color: #FDA01C;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}

.style-3 .ca-menu li:hover .ca-sub{
   
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

.style-3 .ca-menu li:hover .ca-icon img{
    max-height: 90px;
}


.style-3 .new-icon-section > span {
    background-color: #fb5b21;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    line-height: normal;
    height: 42px;
}
.style-3 .featured-section  > span {
    background-color: #fb5b21;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: normal;
    height: 42px;
}
.new-icon-section i {
	cursor:pointer;
}


/*Upvote Section*/
.style-3 .upvote-section {
    flex-basis: 50%;
    text-align: right;
    height: auto;
}
/*
#bookmark_list .bookmark-section-style-4 {
    color: #dd9933;
    font-size: 12px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 20px;
    height: 20px;
    left: 47%;
}
*/
.style-3 .bookmark-section-style-4 {
display: inline-block;margin-right: 6px;
}

.style-3 .sbd-upvote-btn.upvote-on:hover{
  cursor: pointer;
  color: #26A045;
}

.style-3 .sbd-upvote-btn {
  display: inline-block;
  height: 100%;
  text-align: center;
  
}

.style-3 .sbd-upvote-btn, .style-3 .upvote-count{
  
}

.style-3 .upvote-section .sbd-upvote-btn, .style-3 .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-3 .upvote-section .sbd-upvote-btn:hover, .style-3 .ca-menu li:hover .sbd-upvote-btn, .style-3 .ca-menu li:hover .upvote-count{
  color: #FDA01C;
}

@-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 : 1199px) {
	.style-3 .ca-menu li.column4 {
		width: 30%;
	}
}
 
@media only screen and (max-width : 991px) {
    .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%;
	}
	.style-3 .ca-menu li.column2 {
	  width: 46%;
	}
	.style-3 .ca-menu li.column4 {
		width: 45%;
	}
}

@media only screen and (max-width : 767px) {
    .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% !important;
	}
	.style-3 .ca-menu li.column2 {
	  width: 100% !important;
	}
	
	#item-1-49-add-block .advertise-block.tpl-default {
		width:100% !important;
	}
	.style-3 .ca-menu li.column4 {
		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;
}
.sbd_custom_field{margin-top:1px !important;}
/* new custom css */

.qc-full-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
    background:none;
    float: left;
    margin-right: 25px;
    width: 30%;
    border-bottom: none;
}
.bottom-bar {
    height: 40px;
    border-top: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bottom-bar .pd-bottom-area {
    z-index: 9;
    flex-basis: 50%;
    text-align: left;
}
.bottom-bar .fa {
    font-size: 16px;
}
#sbdopd-list-holder .pd-bottom-area p a {
    padding: 0px 7px !important;
    border-bottom: none !important;
    font-size: 16px;
}
.pd-bottom-area>a {
    display: none !IMPORTANT;
}
.style-3 .ca-menu li:hover .pd-bottom-area p a {
    color: #FDA01C;
    
}
.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 0 0;
}