
img {
    border: none;
    max-width: 100%;
}

.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-twenty {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.ilist_pinfol3_1{width:100%}
.ilist_pinfol3_2{width:50%}
.ilist_pinfol3_3{width:33.33%}
.ilist_pinfol3_4{width:25%}
.ilist_pinfol3_5{width:20%}
.ilist_pinfol3_6{width:16.6%}
.ilist_pinfol3_7{width:14.2%}
.ilist_pinfol3_8{width:12.5%}
ul.listing-twenty li.list-style-twenty {
    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-twenty-inner-part {
    position: relative;
    margin-right: 10px;
    padding-bottom: 80px;
    bottom: 0;
    -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-twenty-inner-part:hover{
    bottom: -10px;
}
.list-twenty-content {
    position: relative;
    background: -moz-linear-gradient(0deg, #24a69a 0%, #80cbc4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #24a69a), color-stop(100%, #80cbc4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #24a69a 0%, #80cbc4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #24a69a 0%, #80cbc4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #24a69a 0%, #80cbc4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24a69a', endColorstr='#80cbc4', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #24a69a 0%, #80cbc4 100%); /* W3C */
    color: #ffffff;
    padding: 20px 30px;
    -webkit-transition: all 1s linear; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s linear; /* Firefox 4-15 */
    -o-transition: all 1s linear; /* Opera 10.5-12.00 */
    transition: all 1s linear; /* Firefox 16+, Opera 12.50+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=180, Color=#b1b1b1)"; /*IE 8*/
    -moz-box-shadow: 0px 3px 50px #b1b1b1; /*FF 3.5+*/
    -webkit-box-shadow: 0px 3px 50px #b1b1b1; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 3px 50px #b1b1b1; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=180, Color=#b1b1b1); /*IE 5.5-7*/
	
}
.list-twenty-upvote{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 90px;
    bottom: 30px;
    z-index: 5;
    background-color: #28A79C;
	text-align:center;
	display: flex;
	justify-content: center;
}
.upvote-section{
	align-self: center;
}
.list-twenty-avatar {
    position: absolute;
    width: 70px;
    height: 50px;
    border: 2px solid #EA5665;
    overflow: hidden;
    left: 0;
    bottom: 30px;
    z-index: 5;
    background-color: #EA5665;
	display: flex;
	justify-content: center;
}
.ilist-image-position{align-self:center;}
.list-twenty-content:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -60px;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 100px 60px 0;
    border-color: transparent #24a69a transparent transparent;
}

.list-twenty-sl {
    position: absolute;
    right: -10px;
    top: -18px;
    text-align: center;
    background: -moz-linear-gradient(0deg, #f07c89 0%, #ea5362 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0%, #f07c89), color-stop(100%, #ea5362)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #f07c89 0%, #ea5362 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #f07c89 0%, #ea5362 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #f07c89 0%, #ea5362 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f07c89', endColorstr='#ea5362', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #f07c89 0%, #ea5362 100%); /* W3C */
    padding: 10px 20px;
    color: #ffffff;
    max-width: 100px;
    z-index: 2;
}

.list-twenty-sl h2 {
font-size: 28px;
line-height: 32px;
    margin: 0;
    padding: 0;
    color: #ffffff;
	font-weight: normal;
font-family: ari;
}

.pinfo3dfontsize{
	font-size:14px !important;
}
h2.pinfo3tfontsize{
	margin:12px 0 !important;
	padding:0;
	font-size:22px !important;
}

@media screen and (max-width: 500px) {
.ilist_pinfol3_1,.ilist_pinfol3_2,.ilist_pinfol3_3,.ilist_pinfol3_4,.ilist_pinfol3_5,.ilist_pinfol3_6,.ilist_pinfol3_7,.ilist_pinfol3_8{width:100%}
}

