@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {

}

.tlist-item-x5 {
	margin-left: 0 !important;
}

.tlist-wrapper-x5{
	font-family: 'Ubuntu', sans-serif;
    max-width: 1200px;
    line-height: 24px;
    font-size: 16px;
    margin: 100px auto;
	color: #234;
}
.tlist-holder-x5{

}
.tlist-item-x5{
	list-style: none;
    padding-left: 0px;
}
.tlist-item-title-x5 {
	width: 35%;
	float: left;
	text-align: center;
	display: flex;
	vertical-align: middle;
	height: 100%;
	padding-right: 18px;
	padding-left: 10px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.upvote-section span i {
	color:#666;
}
.tlist-item-content-x5 span {
	color:#555;
	font-size:15px;
	line-height:26px;
}
.tlist-item-content-x5 span p a {
	color:#000;

}
.tlist-item-image-x5 {
	width: 30%;
	float: left;
	text-align: center;
	height: 100%;
	display: flex;
	vertical-align: middle;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.tlist-item-image-x5 img{
	background: #51C336;
	border-radius: 100%;
	padding: 12px;
	max-height: 260px;
	display:flex;
	align-items: center;
	justify-content: center;
	-moz-transition: all 1.1s ease; 
  -ms-transition: all 1.1s ease; 
  transition: all 1.1s ease;
}
.tlist-item-image-x5 {
	color:#555;
}
.infogp_premium_ten{    width: 100%;
    align-self: center;
    font-size: 190px;
	overflow:hidden;
	-moz-transition: all 1.1s ease; 
  -ms-transition: all 1.1s ease; 
  transition: all 1.1s ease;
}
.tlist-item-content-x5{
	width: 35%;
	float:left;
	height: 100%;
    vertical-align: middle;
	padding-left: 18px;
	padding-right: 10px;
	box-sizing: border-box;
}

.tlist-item-content-x5 span{
	align-self: center;
}
.tlist-item-title-x5 h2, .tlist-item-content-x5 p{
	
}
.tlist-item-title-x5 h2{
	font-size: 35px;
	color: #133F66;
	line-height: 40px;
	align-self: center;
	width: 100%;
}
.tlist-item-content-x5 p{
	padding-bottom: 3px;
}

.divider{
	width: 100%;
	text-align: center;
	
}
.tlist-item-info{
	height: 260px;
	overflow:hidden;
}
.divider img{

}
.tlist-item-x5 li:last-child .divider{
	display: none;
}
.tlist-item-x5 li:hover .tlist-item-image-x5 img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
	cursor: pointer;
	box-sizing: border-box;	
}
.tlist-item-x5 li:hover .infogp_premium_ten{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
	cursor: pointer;
	box-sizing: border-box;	
}

/* Responsive Styles */


@media only screen and (min-width: 0px) and (max-width: 767px){
	.divider{
		display: none;
	}
	.tlist-item-title-x5{
		width: 100%;
		text-align: center;
	}
	.tlist-item-image-x5 {
		width: 100%;
		margin: 15px 0;
	}
	.tlist-item-content-x5{
		width: 100%;
		text-align:center;
	}
	.tlist-item-info {
		height: auto;
		overflow: visible;
	}
}
.qcilist-copy-share-section {

}