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

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

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

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

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

}

ul.listing-thirteen {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

ul.listing-thirteen li.list-style-thirteen {
    display: inline-block;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 135px 10px 10px 10px;
    clear: both;
    -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+ */
}

ul.listing-thirteen li.list-style-thirteen:after {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, transparent 80%) repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 25%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 97%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 50%;
    z-index: -1;
}
ul.listing-thirteen li.list-style-thirteen:hover::after, ul.listing-thirteen li.list-style-thirteen:focus::after, ul.listing-thirteen li.list-style-thirteen:active::after {
    opacity: 1;
    transform: translateY(5px);
}

ul.listing-thirteen li.list-style-thirteen:hover {
    -moz-transform: rotate(0deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0px, -10px); /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -10px); /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -10px); /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -10px); /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, -10px);
}

.list-thirteen-inner-part {
    background: url("../images/thirteen-right-img.png") no-repeat right top;
    background-size: contain;
    position: relative;
    padding-right: 58px;
    padding-left: 120px;
	
}

.list-thirteen-avatar-area {
    width: 250px;
    position: absolute;
    height: 300px;
    background: url("../images/thirteen-avater-aria.png") no-repeat;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.list-twelve-avatar {
    border: 2px solid #ffffff;
	width: 115px;
	height: 115px;
    position: relative;
	left: 80px;
	top: 20px;
    overflow: hidden;
    border-radius: 50%;
    -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+ */
	display: flex;
justify-content: center;
}

ul.listing-thirteen li.list-style-thirteen:hover .list-twelve-avatar {
    border-color: #d95902;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color=#333333)"; /*IE 8*/
    -moz-box-shadow: 0px 3px 3px #333333; /*FF 3.5+*/
    -webkit-box-shadow: 0px 3px 3px #333333; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 3px 3px #333333; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color=#333333); /*IE 5.5-7*/
}

.list-thirteen-content-part {
    background: url("../images/thirteen-item-bg.png") repeat-x;
    background-size: contain;
    padding: 65px 15px 65px 250px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
}

.list-thirteen-sl {
    position: absolute;
    left: 124px;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    border-right: 2px solid #FFF;
    height: 100px;

}

.list-thirteen-sl h2 {
    margin: 0;
    padding: 0;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 75px;
    border-bottom: 5px solid #ffffff;
    -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-thirteen-sl h2:before {
 display: none;
}
.list-thirteen-upvote {
    position: absolute;
    right: 0px;
    top: 31px;
    border-radius: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 5;
   
}
ul.listing-thirteen li.list-style-thirteen:hover .list-thirteen-sl h2 {
    color: #e2782a;
    /*border-color: #d95902;*/
}
.list-thirteen-content-part p,
.list-thirteen-content-part a{
	color:#fff;
}
.upvote-section span i {
	color:#fff;
}

@media screen and (max-width: 767px) {

}
	
@media screen and (max-width: 991px) {
	
	.list-thirteen-inner-part {
		background: none;
		padding-right: 0;
		padding-left: 0;
	}
	.list-thirteen-avatar-area {
		width: 150px;
		height: 150px;
		background: none;
		top: 0;
		left: 50%;
		margin-left: -70px;
	}
	.list-twelve-avatar {
		left: 0;
	}
	.list-thirteen-sl {
		display: none;
	}
	.list-thirteen-content-part {
		padding: 160px 20px 30px 20px;
		text-align: center;
	}
	ul.listing-thirteen li.list-style-thirteen {
		padding: 30px 10px 10px 10px;	
	}

	
}



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



                            
/* Long Description */

.ilist-fancybox{
    text-decoration: none !important;
}


/* Scroll bar design css  */

.fancybox-inner::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.fancybox-inner::-webkit-scrollbar-thumb
{
  background-color: #626262;
  border: 2px solid #555555;
}