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

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

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

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

}

ul.listing-sixteen {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.ilist_pinfo4_1{
	width:100%;
}
.ilist_pinfo4_2{width:50%;}
.ilist_pinfo4_3{width:33.33%;}
.ilist_pinfo4_4{width:25%;}
.ilist_pinfo4_5{width:20%;}
.ilist_pinfo4_6{width:16.6%;}
.ilist_pinfo4_7{width:14.2%;}
.ilist_pinfo4_8{width:12.5%;}

ul.listing-sixteen li.list-style-sixteen {
    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-sixteen-inner-part {
    padding-bottom: 295px;
    padding-top: 260px;
    margin-bottom: 30px;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -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-sixteen-top {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -202px;
    width: 404px;
    height: 309px;
    z-index: 5;
    background: url("../images/sixteen-top-bg.png") no-repeat center bottom;
}

.list-sixteen-top-content {
    padding: 100px;
    color: #ffffff;
    font-family: 'Patua One', cursive;
    text-align: center;
}

.list-sixteen-top-content h2 {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.list-sixteen-sl {
    background: url("../images/sixteen-sl-bg.png") no-repeat left bottom;
    width: 132px;
    height: 111px;
    padding: 30px;
    position: absolute;
    top: -17px;
    left: 15px;
    z-index: 2;
	box-sizing: content-box;
}

.list-sixteen-sl h2 {
    font-size: 50px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 65px;
    font-family: 'Bungee', cursive;
    -moz-transform: rotate(326deg); /*FF3.5+*/
    -o-transform: rotate(326deg); /*Opera 10.5*/
    -webkit-transform: rotate(326deg); /*Saf3.1+, Chrome*/
    -ms-transform: rotate(326deg); /*IE9*/
    transform: rotate(326deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.829038, M12=0.559193, M21=-0.559193, M22=0.829038, sizingMethod='auto expand'); /*IE6-IE9*/
    zoom: 1;
}

.list-sixteen-bottom {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 404px;
    left: 50%;
    margin-left: -202px;
    height: 364px;
    background: url("../images/sixteen-bottom-bg.png") no-repeat center top;
}

.list-sixteen-content {
    position: relative;
    padding: 50px 30px 70px;
    background-color: #ffb400;
    max-width: 390px;
    margin: 0 auto;
}

.list-sixteen-bg {

}

.list-sixteen-content h2 {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}

.list-sixteen-content p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

.list-sixteen-avatar {
    
    border: 5px solid #ffffff;
	width: 200px;
	height: 200px;
    position: absolute;
	left: 40%;
	top: 30%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    overflow: hidden;
	display: flex;
	justify-content: center;
}
.ilist-image-position{align-self:center;}
ul.listing-sixteen li.list-style-sixteen:hover .list-sixteen-inner-part {
    bottom: 10px;
}

ul.listing-sixteen li.list-style-sixteen:hover .list-sixteen-inner-part .list-sixteen-avatar {
    border-color: #FFB400;
}

@media screen and (max-width: 767px) {
    .ilist_pinfo4_1,.ilist_pinfo4_2,.ilist_pinfo4_3,.ilist_pinfo4_4,.ilist_pinfo4_5,.ilist_pinfo4_6,.ilist_pinfo4_7,.ilist_pinfo4_8 {
        width: 100%;
    }
}

.qcilist-copy-share-section {
    position: absolute;
    right: 0;
    top: 60px;
}