.twitter-outer{
    background: #fff;
    padding: 55px 45px;
    margin-bottom: 50px;
    position:relative;
}
.twitter-outer.twitter-slider:after {
    content: "";
    position: ABSOLUTE;
    right: 50px;
    height: 100%;
    background: #fff;
    width: 1px;
    top: 0;
}
.twitter-title{
  text-align: center;
  vertical-align: middle;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
      margin-bottom: 40px;
}
.twitter-title::after {
    content: "";
    display:inline-block;
    width: 45px;
    height: 45px;
        margin-left: 10px;
    background: url(img/Twitter.png) no-repeat right center;
}
 .tweet-right-wrapper {
    height: 260px;
    padding-right: 20px;
}
.tweet-main{
  display:flex;
}
.twitter-wrapper .tweet-left-wrapper {
    padding-left: 0;
    width: auto;
    padding-right: 10px;
    width:58px;
}

.twitter-wrapper .twitter-slider .tweet-right-wrapper {
    height: 260px;
    padding-right: 20px;
    width: calc( 100% - 58px );
    float: left;
}

.twitter-wrapper .tweet-author-info {
    position: relative;
    margin-bottom: 10px;
        padding-right: 20px;
}
.tweet-author{
  float:left;
}
.tweet-tick {
    background: url(img/tick.png) no-repeat center bottom transparent;
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-left: 5px;
}
.twitter-wrapper .tweet-bird {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    background: url(img/tweet.png) no-repeat center bottom transparent;
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-left: 10px;
}
.twitter-wrapper span.tweet-screenname {
    display: block;
}
.twitter-wrapper .tweet-screenname a {
    color: #989898;
}
.tweet-text {
    color: #808080;
    line-height: 21px;
}
.twitter-wrapper .tweet-author a {
    color: #333333;
    font-weight:600;
}

.tweet-footer {
    clear: both;
    padding: 0 20px 0 57px;
}
.tweet-time {
    float: right;
}

.tweet-time a {
    color: #999;
    font-size: 16px;
}
.twitter-retweet, .twitter-favorite {
    font-size: 0;
    width: 17px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}
.twitter-favorite {
    background: url(img/like-button.png) no-repeat center center transparent;
    margin-right: 20px;
}
.twitter-retweet {
    background: url(img/re-tweet.png) no-repeat center center transparent;
    margin-right: 20px;
}


.bx-wrapper{
  box-shadow:none!important;
  margin:0;
}
.bx-wrapper .bx-controls-direction a{
  z-index:0;
}
 .bx-wrapper .bx-prev {
   width:13px;
   height:21px;
   left:-20px;
    background: url(img/Twitter_carousel_Left.png) 0 0 no-repeat !important;
}

 .bx-wrapper .bx-next {
   width:13px;
   height:21px;
   right:-20px;
    background: url(img/Twitter_carousel_Right.png) 0 0 no-repeat !important;
}
.bx-pager{
  display:none;
}

.twitter-row.item.col-md-4::after {

    border-right: 1px solid #dbdbdb;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
	}
@media screen and (max-width:991px)
{
/*
.twitter-outer
{
padding: 40px 20px;
}
.tweet-text
{
font-size:13px;
}
.twitter-wrapper .twitter-slider .tweet-right-wrapper
{
padding-right:10px;
margin-bottom:10px;
}
.tweet-time a
{
font-size:12px;
}
.twitter-retweet,
.twitter-favorite
{
margin-right:5px;
}
.twitter-wrapper .tweet-left-wrapper
{
width: 40px;
}
.twitter-wrapper .twitter-slider .tweet-right-wrapper
{
width: calc( 100% - 40px );
}
.tweet-footer
{
padding: 0 20px 0 38px;
}
*/
}
@media screen and (max-width:767px)
{
.twitter-row.item
{
width:100%;
display:block;
}
.twitter-outer{
    padding: 27px 30px;
    margin-bottom: 30px;
}
.bx-wrapper .bx-next {
    background: url(img/Twitter_carousel_Right.png) right 0 no-repeat !important;
}
.twitter-row.item{
  padding:0;
}
.twitter-row.item.col-md-4:after
{
display:none;
}
.bx-wrapper .bx-controls-direction a
{
z-index:1;
}

}
