img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    width: 100%;
    min-height: 1px;
}

/*--------------------------end main style------------------------------*/
/*--------------------------start list style 01------------------------------*/

section.list-section {
    padding: 80px 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;

}

ul.listing-twentyThree {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.ilist_pinfog6_1{width:100%}
.ilist_pinfog6_2{width:50%}
.ilist_pinfog6_3{width:33.33%}
.ilist_pinfog6_4{width:25%}
.ilist_pinfog6_5{width:20%}
.ilist_pinfog6_6{width:16.6%}
.ilist_pinfog6_7{width:14.2%}
.ilist_pinfog6_8{width:12.5%}
ul.listing-twentyThree li.list-style-twentyThree {
    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-twentyThree-inner-part {
    background: url("../images/twentyThree-left-bg.png") no-repeat left 1px, url("../images/twentyThree-bottom-bg.png") no-repeat right bottom, url("../images/twentyThree-top-bg.png") no-repeat 127px 6px, url("../images/twentyThree-right-bg.png") no-repeat right 35px;
    padding-bottom: 77px;
    padding-left: 127px;
    padding-top: 35px;
    padding-right: 19px;
    max-width: 488px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.5s linear; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s linear; /* Firefox 4-15 */
    -o-transition: all 0.5s linear; /* Opera 10.5-12.00 */
    transition: all 0.5s linear; /* Firefox 16+, Opera 12.50+ */
}

.list-twentyThree-bg {
    background: url("../images/twentyThree-inner-bg.png");
    background-size: cover;
    min-height: 423px;
}

.list-twentyThree-content {
    padding: 50px 20px 50px 0;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#b3b3b3)"; /*IE 8*/
    text-shadow: 1px 1px 1px #b3b3b3; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/

}
.list-twentyThree-avatar {
	width: 110px;
	height: 110px;
    border: 5px solid #e9e8e8;
    position: absolute;
	top: 90px;
	left: 6px;
    border-radius: 50%;
    overflow: hidden;
	display: flex;
	justify-content: center;
	background-color: #b7b7b7;
}
.ilist_image_position{
	align-self:center;
}
.list-twentyThree-sl {
    width: 60px;
    height: 60px;
    border: 5px solid #e9e8e8;
    position: absolute;
	top: 212px;
	left: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
	display: flex;
	justify-content: center;
}

.list-twentyThree-sl h2 {
    align-self: center;
    font-size: 30px;
}
.list-twentyThree-content h2 {
	margin: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	line-height: 32px;
	margin-bottom:8px;
}

.list-twentyThree-content p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.list-twentyThree-content p a {
    font-size: 14px;
    color: #000;
}
.upvote-btn-ilist i {
	color:#333;
}

.list-twentyThree-inner-part:hover {
    bottom: 20px;
}

@media screen and (max-width: 1044px) {
   .ilist_pinfog6_1,.ilist_pinfog6_2,.ilist_pinfog6_3,.ilist_pinfog6_4,.ilist_pinfog6_5,.ilist_pinfog6_16,.ilist_pinfog6_7,.ilist_pinfog6_8 {
        width: 100%;
    }

}


@media screen and (max-width: 767px) {
    .list-twentyThree-inner-part {
        padding: 0;
        background: none;
    }
	.list-twentyThree-sl {
	  display: none !important;
	}
	.list-twentyThree-content {
	  text-align: left;
	}
	.list-twentyThree-avatar {
	  position: static;
	 
	}
	.list-twentyThree-bg {
	  min-height: auto;
	}

}


.qcilist-copy-share-section {
    position: absolute;
    left: 58px;
    top: 300px;
}