/*style-3*/

.style-3 .ca-menu{
    padding:0;
    margin:20px auto;
    width: 100%;
}

.style-3 .ca-menu li{
    width: 230px;
    height: 230px;
    border: 10px solid #e8f5ff;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin: 0 4px 10px 0;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -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;
}

.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: #f6f6f6;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 38px;
    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;
}

.style-3 .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);
}
.style-3 .featured-section i {
	position: absolute;
	left: -10px;
	top: 17px;
	color: #3d7dfc;
}

.style-3 .ca-main{
    font-size: 22px ;
    position: absolute;
    top: 110px;
    width: 100%;
	text-align: center;
    opacity: 0.8;
    text-align: center;
	margin: 0 0 10px ;
    padding: 0 20px ;
    box-sizing: border-box;
}

.style-3 .ca-sub{
    text-align:center;
    color: #000;
    font-size: 14px ;
    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 ;
  box-sizing: border-box;
}

.style-3 .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-3 .ca-menu li:hover .ca-icon{
    color: #555;
    display: none;
}

.style-3 .ca-menu li:hover .ca-main{
    display: block;
    top: 45px;
    font-size: 18px ;
    padding: 0 30px ;
}

.style-3 .ca-menu li:hover .ca-sub{
    opacity: 0.8;
    top: 105px;
    padding: 0 20px;
}

.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-menu li:hover .ca-icon img{
  color: #fff004;
  width: 70px;
  height: 70px;
}

/*Upvote*/

.style-3 .upvote-section {
  color: #777;
  font-size: 10px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 100%;
  z-index: 999;
}

.style-3 .upvote-btn:hover, .style-3 .ca-menu li:hover .upvote-btn{
  cursor: pointer;
  color: #81D742;
}

.style-3 .upvote-btn, .style-3 .upvote-count{
  display: inline-block;
}

.style-3 .upvote-btn {
  text-align: center;
  padding-top: 10px;
  z-index: 805;
  font-size: 12px;
}

.style-3 .upvote-count {
  font-size: 10px;
  margin-top: -5px;
  z-index: 800;
}

.style-3 .upvote-section .upvote-btn, .style-3 .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-3 .upvote-section .upvote-btn:hover, .style-3 .ca-menu li:hover .upvote-btn, .style-3 .ca-menu li:hover .upvote-count{
  color: #000;
  opacity: 0.8;
}

@-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-3.qc-grid-item{
        position: absolute;
        width: 100%;
    }

    .style-3.qc-grid-item .ca-menu li{
        width: 48%;
    }
}

@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%;
    }
}

/*RTL CSS*/
.direction-rtl .qc-grid-item, .direction-rtl .qc-grid-item h3
{
  direction: rtl ;
}

.direction-rtl .qc-grid-item .ca-icon {
  direction: rtl ;
}

.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;
}