

.tlist-wrapper{
	max-width: 1200px;
	background-color: #fff;
	margin: 50px auto;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.tlist-menu{
	padding: 5%;
    text-align: center;
    overflow: hidden;
}
.tlist-item{
	text-align: center;
    padding: 15px 0;
    display: inline-block;
    border: 1px solid #e3e3e3;
    display: table;
    float: left;
}
ul.tlist-menu li:hover{
	-webkit-box-shadow: 0px 5px 19px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 19px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 19px -5px rgba(0,0,0,0.25);
}
ul.tlist-menu li{
	-moz-transition: all .7s ease; 
	-ms-transition: all .7s ease; 
	transition: all .7s ease;
}

.ilist-count-column1 .tlist-item{
    width: 96%;
	margin: 0.8% 1%;
}

.ilist-count-column2 .tlist-item{
    width: 47%;
	margin: 0.8% 1%;
}
.ilist-count-column3 .tlist-item{
    width: 30%;
	margin: 1% 1.3%;
}
.tlist-menu li a{
	color: #414247;
	text-decoration: none;
}
.tlist-item-icon{
	width: 104px;
    height: 100%;
    position: relative;
    display: table-cell;
	margin-right:10px;
}
.tlist-item-icon .fa{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 85px;
}
.tlist-item-icon img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
}

.tlist-item-content{
	left: 85px;
    text-align: left;
    display: table-cell;
    padding-right: 15px;
	padding-left: 10px;
}
.tlist-item-content h2{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}
.tlist-item-content p{
    margin: 0px;
}


/* Responsive Styles */

@media only screen and (max-width: 600px){
	.two-column .tlist-item, .three-column .tlist-item {
		width: 98%;
		margin: 1%;
	}	
	
	.ilist-count-column2 .tlist-item{
		width:100%;
	}
	.tlist-menu{
		padding:1px;
	}
	.qcld-list-hoder{
		padding: 2px 2px;
	}
	.tlist-item-icon, .tlist-item-content{
		display:block;
	}
	
	.tlist-item-icon .fa {
	  font-size: 60px;
	  left: 0;
	  margin-bottom: 15px;
	  position: relative;
	  top: 0;
	  transform: translate(0%, 0%);
	}
    
  
    
    
}



@media only screen (min-width: 600px) and (max-width: 800px){
	.three-column .tlist-item {
		width: 46%;
	}
}






