.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
.carousel-inner .active.right { left: 25%; }
/*.carousel-inner .active.left  { left: -33%;             }
.carousel-inner .active.right { left: 33%;              }
.carousel-inner .next         { left: 33%               }
.carousel-inner .prev         { left: -33%              }
.carousel-control.left        { background-image: none; }
.carousel-control.right       { background-image: none; }
.carousel-inner .item         { background: white;      }*/
.twitter-slider a.carousel-control{
	background-image: none;
	display: none;

}
.twitter-slider a.carousel-control .glyphicon {
	color: #000;
}
.twitter-slider #myCarousel{
	padding: 0;
}
.tweet-quote-wrapper{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.tweet-image{
	position: relative;
}

/* .tweet-footer,
.tweet-text, */
.tweet-right-wrapper{
	padding-right: 30px;
}

.tweet-footer{
	clear: both;
	padding: 0 30px 0 65px;
}

.tweet-text{
    color: #808080;
    line-height: 21px;
}
.tweet-image .playicon {
    background: url(../images/youtube-play-black.png) no-repeat center center transparent;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
    z-index: 10;
	background-size: 20% 29%;
}
.tweet-image:hover .playicon {
	background: url(../images/youtube-play.png) no-repeat center center transparent;
	background-size: 20% 29%;
}
.twitter-reply{
	font-size: 0;
}
.twitter-retweet,
.twitter-favorite{
    font-size: 0;
    width: 17px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}
.tweet-time{
	float: right;
}
.tweet-time a{
	color: #999;
	font-size: 16px;
}
.tweet-time a:hover{
	color: #999;
}
.twitter-retweet {
	background: url(../images/re-tweet.png) no-repeat center center transparent;
	margin-right: 20px;
}
.twitter-retweet:hover {
	background: url(../images/re-tweet-hover.png) no-repeat center center transparent;
}
.twitter-favorite {
	background: url(../images/like-button.png) no-repeat center center transparent;
	margin-right: 20px;
}
.twitter-favorite:hover {
	background: url(../images/like-button-hover.png) no-repeat center center transparent;
}
.tweet-tick{
	background: url(../images/tick.png) no-repeat center bottom transparent;
	display: inline-block;
	width: 17px;
    height: 16px;
}
.tweet-bird{
	background: url(../images/tweet.png) no-repeat center bottom transparent;
	display: inline-block;
	width: 17px;
    height: 16px;
	margin-left: 10px;
}
.twitter-slider .carousel-control{
	width: auto;
	left: 14px;
}
.twitter-slider .tweet-right-wrapper {
	/* padding: 0 !important; */
	padding-right: 30px ;
padding-left: 0 ;
height: 245px;
margin-bottom: 10px;
}
.tweet-author-info {
	margin-bottom: 10px;
}

.twitter-slider{
	/* padding: 55px 50px; */
	padding: 55px 45px;
	background: #fff;
}

@media (max-width: 991px){
	.inner-wrapper{
		overflow: hidden;
		margin-bottom: 20px;
	}
}
.bx-wrapper .bx-prev {
    left: -30px !important;
    background: url(../images/arrow/left-arrow-for-tweet-area.png) 0 0 no-repeat !important;
}
.bx-wrapper .bx-next{
	right: -30px !important;
	background: url(../images/arrow/right-arrow-for-tweet-area.png) 0 0 no-repeat !important;
}
.bx-wrapper{
	margin: 0 auto;
    border: 0 !important;
    box-shadow: none !important;
	margin-bottom: 0 !important;
	    /* max-width: 1090px !important; */
}
.bx-wrapper .bx-pager {
	display: none;
}
.twitter-slider .bx-wrapper .bx-controls-direction a{
	z-index: 99;
}
.quote-image{
    float: left;
    margin-right: 20px;
}
.bx-wrapper .item {
	/* padding: 0 5px; */
	padding: 0;
}

@media (min-width: 1200px){
	.bx-wrapper{
	    /* max-width: 1090px !important; */
	}
	.bx-viewport{
		/* width: 89% !important; */
		/* margin-left: 5px; */
	}
}
@media (max-width: 767px){
	.twitter-inner-block{
		margin-left: -27px;
	}
	.fifth-row {
		padding: 10px 0 20px !important;
	}
}
@media (min-width: 768px){
	.twitter-inner-block{
		display: none;
	}
	.bx-wrapper .twitter-inner-block{
		display: block;
	}
}
