.hotnews-container {
	text-align: center;
	background: #EEE;
	margin-bottom: 30px;
}
.hotnews {
	width: 100%;
	max-width: 1920px;
  padding: 15px;
	position: relative;
	display: inline-block;
}
#carousel-hotnews {
  height: 20px;
	max-width: 100%;
	float: left;
}
.hotnews a:hover {
	text-decoration: underline;
}
.hotnews-title:before {
	-webkit-font-smoothing: antialiased;
	font-family: 'icons' !important;
	font-weight: normal;
  letter-spacing: .3em;
}
.hotnews-aovivo .hotnews-title,
.hotnews-aovivo .hotnews-title a,
.hotnews-encerrado .hotnews-title,
.hotnews-encerrado .hotnews-title a {
	color: #00A19A;
}
.hotnews-twitter .hotnews-title,
.hotnews-twitter .hotnews-title a {
	color: #0090ff;
}
.hotnews-aovivo .hotnews-title:before,
.hotnews-encerrado .hotnews-title:before {
	content: "\e10b";
}
.hotnews-twitter .hotnews-title:before {
	content: "\e09b";
}
.hotnews-title, .hotnews-content {
	max-width: 80%;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  display: inline-block;
}
.hotnews-title {
	font-weight: 600;
	margin-right: 5px;
}
.carousel-inner>.item>a.hotnews-content>img {
	max-width: 20px;
	max-height: 20px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;
}
.hotnews-placar {
	font-weight: 600;
}
.controls-hotnews {
	position: absolute;
	left: 49.1%;
	top: 29px;
}
.hotnews .controls-hotnews a:hover {
	text-decoration: none;
}
.carousel-control.up,
.carousel-control.down {
	position: static;
  float: left;
}
.carousel-control.up {
  margin-top: -25px;
}
.carousel-control.down {
	margin-bottom: -15px;
	background: #CCC;
	width: 22px;
	opacity: 1;
	padding-left: 4px;
	border-radius: 30px;
}
.controls-hotnews .icon-angle-up:before,
.controls-hotnews .icon-angle-down:before {
  color: #fff;
  text-shadow: none;
}
.controls-hotnews:hover .carousel-control {
  background: #00B0A8;
}
.carousel-indicators {
	display: none;
}
.carousel-indicators li {
	width: 8px;
  height: 8px;
  margin: 1px 3px;
  border-color: #538488;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
  margin: 0px 3px;
  background-color: #00B0A8;
}
#getweet {
	display: inline-block;
	max-width: 100%;
}
#getweet .tweet {
	font-size: 14px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#getweet img {
	max-width: 15px !important;
	max-height: 15px;
	margin-left: 5px;
}
.tweet a[data-pre-embedded="true"] {
	display: none;
}
.tweet a[data-scribe="element:url"] span:first-child {
	display: none;
}

/* Social links
------------------------- */
.social-links-top {
	position: absolute;
	top: 15px;
	right: 0;
}
.social-links-top a {
	display: block;
	float: left;
	margin-right: 1px;
}
.social-links-top a:hover {
	text-decoration: none;
}
.social-links-top a i {
	color: #999;
	display: inline-block;
	display: block;
  padding: 0;
	font-size: 20px;
	margin: 0;
}
.social-label {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}
.social-links-top a:hover .icon-facebook {
	color: #3b5998;
}
.social-links-top a:hover .icon-twitter {
	color: #55acee;
}
.social-links-top a:hover .icon-instagram {
	color: #3f729b;
}
.social-links-top a:hover .icon-google-plus {
	color: #dd4b39;
}
.social-links-top a:hover .icon-youtube {
	color: #cd201f;
}
.social-links-top a:hover .icon-feed {
	color: #f26522;
}

/* Responsividade
------------------------- */

@media (max-width: 1367px) {
	.social-label,
	.social-links-top .social-instagram,
	.social-links-top .social-youtube,
	.social-links-top .social-rss {
		display: none;
	}
}
@media (max-width: 1024px) {
	.social-links-top {
		display: none;
	}
}

/* Vertical slider
------------------------- */
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
	width: 100% !important;
  -webkit-transition: .3s ease-in-out top;
  -o-transition: .3s ease-in-out top;
  transition: .3s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}

/* Tablet
------------------------- */

@media (max-width: 1024px) {
	#carousel-hotnews {
    height: 50px;
		text-align: center;
	}
	.hotnews {
	  padding: 15px 0;
	}
	.hotnews a.hotnews-title {
		display: block;
		max-width: 100%;
	}
	.hotnews-title {
		float: none;
		max-width: 100%;
    margin-right: 0;
	}
	.hotnews-content {
		margin: 5px 10px 0;
	}
	.controls-hotnews {
    margin-top: 5px;
	}
	.controls-hotnews .down {
		margin-top: 20px;
	}
	.carousel-inner>.item>a.hotnews-content>img {
		display: none !important;
	}
	.hotnews-twitter .hotnews-content {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.controls-hotnews {
		width: 100%;
		top: 34px;
		left: inherit;
	}
	.carousel-control.down {
		width: 100%;
		height: 23px;
		padding-left: 9px;
	}
}
