/*style-3*/

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

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

.style-3 .ca-menu li {
	height: 270px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 0 10px 20px 10px !important;
	-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;
}

.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: 20px;
    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: 6px;
    box-sizing: border-box;
    font-size: 55px;
}

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

.style-3 .ca-main{
    font-size: 18px !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: 12px !important;
    color: #666;
    line-height: 16px;
    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 #00ccff;
}

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

.style-3 .ca-menu li:hover .ca-content{
    top: 33%;
    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{
    -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 0 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

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


/*Upvote Section*/
.style-3 .upvote-section {
color: #777;
    font-size: 12px;
    height: 20px !important;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    
}
#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 .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;
}

@-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;
}
#sbdopd-list-holder .pd-bottom-area {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
    z-index: 9;
    display: block;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 8px 0;
}
#sbdopd-list-holder .pd-bottom-area p {
    display: inline-block;
    padding: 0px;	
}
#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;
}


.qcld-sbd-phone-block {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  padding: 0 12px;
  text-align: center;
}

.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 0 0;
}
.qcld-sbd-phone-block a {
  display: inline !important;
  font-weight: bold;
}

.qcld-sbd-phone-block a:hover span{
	color: #f86960 !important;
  }