
body {

}

.tlist-wrapper-x2{
	max-width: 1200px;
	background-color: #fff;
	margin: 50px auto;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 22px;
}
.tlist-menu-x2{
	padding-left: 0px; 
}
.tlist-item-x2{
	background-color: #b65bd4;
	padding: 28px 16px 35px 0px;
    min-height: 70px;
    position: relative;
    text-align: left;
	float:left;
    width: calc( 100% - 20px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    display: table;
}

.tlist-item-content-x2 h2{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px 0;
	color: #fff;
}

.tlist-item-content-x2{
	float: left;
    width: calc( 100% - 100px);
	left: 85px;
    text-align: left;
    display: table-cell;
    padding-right: 15px;
}

.tlist-item-content-x2 p{
	color: #fff;
	opacity: 0.7;
	margin: 0;
    padding: 0;
}

.tlist_left_border{
	width: 4px;
    min-height: 50px;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bottom_border{
	border-color:#ffffff; 
	opacity:0.4;
	border-left: 2px dashed #fff;
    width: 2px;
    height: 35px;
    position: absolute;
    left: 45px;
    bottom: -18px;
    z-index: 99;
}

.tlist-inner-item-x2 > .fa{
	color: #ffffff;
	font-size: 50px;
    width: 80px;
    min-height: 40px;
    padding: 15px 0px;
    vertical-align: middle;
    float: left;
    text-align: center;
    position: relative;
}


ul.tlist-menu-x2 li{
	-moz-transition: all .7s ease; 
	-ms-transition: all .7s ease; 
	transition: all .7s ease;
}
ul.tlist-menu-x2 li a{
	color: #fff;
}
ul.tlist-menu-x2 li:hover{
	
}
ul.column-x2-1 li:hover{
	
}

.tlist-menu-x2 li:nth-child(3n+0){
	
}

.column-x2-1 .tlist-item-x2{
    width: 93%;
	margin: 0% 2%;
}

.column-x2-2 .pinfofivedesc{max-width: 338px;}
.column-x2-2 .tlist-item-x2{
    width: 45%;
	margin: 0% 2%;
}

.pinfofivedesc{
	display: block;
    max-width: 860px;
}



/* Responsive Styles */

@media only screen and (max-width: 800px){
	.column-x2-2 .tlist-item-x2 {
		width: 95%;
		margin: 1%;
	}	
		ul.column-x2-2 li:hover{
		margin-right:0%;
		width: 96%;
	}
	
}

@media only screen and (max-width: 767px) {
	.bottom_border,
	.tlist_left_border	{ 
	  display: none;
	}
	.tlist-item-content-x2 {
	  display: block;
	  float: none; 
	  padding-left: 15px;
	  width: 100%;
	}
	.tlist-inner-item-x2 > .fa {
	  float: none;
	}
}



.qcilist-copy-share-section {
    position: absolute;
    right: 58px;
    bottom: 22px;
}