@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

body {

}

.tlist-wrapper-x4{
	font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
    line-height: 24px;
    font-size: 14px;
    margin: 100px auto;
	color: #414247;
}
.tlist-holder-x4{

}

.items-col-x4{
	width: 29.5%;
    display: inline-table;
    vertical-align: middle;
}
.center-image-x4{
	width: 36%;
    display: inline-table;
    vertical-align: middle;
}


.left-items-x4, .right-items-x4{

}

.left-items-x4{
	text-align: left;
	margin-right: 2%;
}

.right-items-x4{
	text-align: right;
	margin-left: 2%;
	
}
.right-items-x4 h3{
	padding-bottom:0px;
}

.single-item-x4{
	padding-top: 30px;
	padding-bottom: 10px;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
	min-height: 220px;
}
.single-item-x4 h3 {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 8px 0;
	width: 100%;
	text-transform: uppercase;
	background: url(images/line_bg.jpg) repeat-x left bottom;
	position: relative;
	bottom: -3px;
	padding-bottom: 0px;
	color: #333;
	line-height: 30px;
}

.single-item-x4 h3 span{

    position: relative;
    bottom: -1px;
    padding-right: 10px;
}
.single-item-x4 h3 em{
	
	display: block;
    float: right;
    padding-left: 10px;
    width: 20px;
    position: relative;
    bottom: -6px;
}
.right-items-x4 .single-item-x4 h3 span{
    padding-left: 10px;
}
.right-items-x4 .single-item-x4 h3 em{
    float: left;
    padding-right: 10px;
	padding-left: 0px;
    width: 20px;
}
.right-items-x4 .single-item-x4 h3 em small{
	float: left;
}
.upvote-section i {
	color:#555;
	font-size:15px;
}
.single-item-x4 h3 em small{
	background-color: #ffab50;
	float: right;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-top: 6px;
}
.comparemaindiv{
	display: flex;overflow: hidden;vertical-align: middle;
}

.single-item-x4 p {
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-size: 15px;
	color: #666;
}
.single-item-x4 p a {
	color:#000;
}
.center-image-x4 img{
	width: 100%;
}
.right-items-x4 >.single-item-x4:hover{
	padding-right: 10px;
	margin-left:-10px;
}
.left-items-x4>.single-item-x4:hover{
	padding-left: 10px;
	margin-right:-10px;
}

.single-item-x4 a{
	text-decoration: none;
	color: #414247;
}


/* Responsive Styles */

@media only screen and (min-width: 100px) and (max-width: 815px){
	.items-col-x4{
		width:95%;
		padding: 2%;
	}
	.center-image-x4{
		width: 100%;
	}
	.comparemaindiv{
		display:block;
	}
}

