
.tweets h2 {
  font-size: 18px;
  margin: 30px 0;
  line-height: 24px;
  font-weight: 500;
}

.tweets i {
  font-size: 40px!important;
  color: #55acee;
  text-align: center;
  display: block!important;
}
.tweets h2 a {
  color: #55acee;
}
.tweets h2 a:hover {
  color: #f45dba;
}

.owl-item {
	overflow: hidden;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
		/*height: inherit;*/
}
.owl-nav {
	/*display: none;*/
}

.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  background: transparent;
  display:inline-block;
  color:#FFF;
  font-size: 25px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align:center;
  border-radius:50%;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
  position: absolute;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.owl-nav .fa{
	font-size: 33px;
	line-height: 48px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	top: 28%;
	right: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	top: 28%;
	left: 20px;
}
.owl-theme .owl-dots {
/*  margin-top: 55px;*/
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots  {
	position: absolute;
	margin: 0 auto;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
  opacity: 1;
    filter: Alpha(Opacity=100);
}