@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.qcld-list-hoder{
	width: 100%;
	clear: both;
}
.ilist_sl6_qcld_column1{
	display:inline-block;
	width:100%;
}
.ilist_sl6_qcld_column2{
	display:inline-block;
	width:45%;
	margin-right:5%;
	float:left;
}
.ilist_sl6_qcld_column3{
	display:inline-block;
	width:30%;
	margin-right:3%;
	float:left;
}
.ilist_sl6_qcld_column4{
	display:inline-block;
	width:20%;
	margin-right:5%;
	float:left;
}
.ilist_sl6_qcld_column5{
	display:inline-block;
	width:18%;
	margin-right:2%;
	float:left;
}
.ilist_sl6_qcld_column6{
	display:inline-block;
	width:14%;
	margin-right:2%;
	float:left;
}
.ilist_sl6_qcld_column7{
	display:inline-block;
	width:12%;
	margin-right:2%;
	float:left;
}
.ilist_sl6_qcld_column8{
	display:inline-block;
	width:10%;
	margin-right:2%;
	float:left;
}
.ca-menu{
    padding:0;
    margin:20px auto;
    width: 100%;
}
.ca-menu li{
    height: 280px;
	margin-bottom:20px;
    position: relative;
    float:left;
    background: #fff;
    -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-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    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;
}
.ca-content{
    
    left: 0px;
    width: 95%;
    height: auto;
    top: 0px;
	padding:10px;
}
.ca-content > h2{
    font-size: 20px;
    opacity: 0.8;
    text-align: center;
	margin-top:25px !important;
    -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-bottom: 0px;
}
.ca-content > h3{
    text-align:left;
    font-size: 13px;
    color: #666;
    line-height: 18px !important;
    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;
	padding-right: 7px;
	font-weight: normal !important;
    margin-top: 25px;
	text-align: center;
}
.ca-menu li:hover{
    background-color: #000;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menu li:hover .ca-main{
    color: #00ccff;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
.info_six_fa{
text-align: center;
font-size: 41px;
margin-top: 15px;
}
.ca-content > .upvote-section {
height: 16%;
position: absolute;
right: 46%;
top: 6px;
color: #666;
font-size: 12px;
text-align: center;
width: 30px;
cursor: pointer;
}

@-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%);
    }
}

@media screen and (max-width: 990px) {
	.ca-menu li{
		height: auto;
	}
	.ca-content{
		position: relative;
		height: auto;
	}
	.ilist_sl6_qcld_column3{
		width:45%;
	}
	.ilist_sl6_qcld_column4{
		width:45%;
	}
}
@media screen and (max-width: 700px) {
    .ilist_sl6_qcld_column2{
		width:100%;
	}
	.ilist_sl6_qcld_column3{
		width:100%;
	}
	.ilist_sl6_qcld_column4{
		width:100%;
	}
	
}






