

.clear {
    clear: both;
}

/*--------------------------end main style------------------------------*/
/*--------------------------start list style 01------------------------------*/

section.list-section {
    padding: 80px 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;

}

ul.listing-eighteen {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.ilist_pinfol1_1{width:100%}
.ilist_pinfol1_2{width:50%}
.ilist_pinfol1_3{width:33.33%}
.ilist_pinfol1_4{width:25%}
.ilist_pinfol1_5{width:20%}
.ilist_pinfol1_6{width:16.6%}
.ilist_pinfol1_7{width:14.2%}
.ilist_pinfol1_8{width:12.5%}


ul.listing-eighteen li.list-style-eighteen {
    display: inline-block;
    
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s ease; /* Firefox 4-15 */
    -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
    transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */

}

.list-eighteen-inner-part {
    background: url("../images/eighteen-bottom-bg.png") no-repeat left bottom;
    padding-bottom: 50px;
}

.list-eighteen-content {
    background-color: #1cb2cd;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 54px 20px 63px;
}

.list-eighteen-content h2 {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
}

.list-eighteen-sl {
	width: 60px;
	height: 60px;
	padding: 0px;
	right: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -68px;
	position: absolute;
	background: #EE6E72;
	border: 5px solid #FFF;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	display: flex;
	justify-content: center;

}

.list-eighteen-sl h2 {
    font-size: 30px;
    align-self: center;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
}

.list-eighteen-inner-part:hover .list-eighteen-sl {
    border: 5px solid #bc373b;
}

.list-eighteen-upvote {
	width: 28px;
	height: 28px;
	position: absolute;
	left: 25px;
	top: 114px;
	z-index: 9;
	display: flex;
	justify-content: center;
	text-align: center;
}
.upvote-section{
	align-self: center;
}
.list-eighteen-avatar {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 15px;
	top: 40px;
	z-index: 9;
	opacity: 1;
	transition: all 0.5s linear;
	display: flex;
	justify-content: center;
}

.list-eighteen-inner-part:hover .list-eighteen-avatar {
    opacity: 1;
}
.upvote-section span{
	font-size:14px !important;
}
@media screen and (max-width: 767px) {
    .ilist_pinfol1_1,.ilist_pinfol1_2,.ilist_pinfol1_3,.ilist_pinfol1_4,.ilist_pinfol1_5,.ilist_pinfol1_6,.ilist_pinfol1_7,.ilist_pinfol1_8 {
        width: 100%;
    }
}



img.ilist_info1_example-image {
    width: 100%;
    height: auto !important;
}