.transition-none {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.content section.box.default.videos {
  margin-bottom: 35px;
}
.content section.box.default.videos header {
  margin-bottom: 0px;
  height: 40px;
}
#main .content section.box.default.videos header h2 {
  font-size: 24px;
}
.content section.box.default.videos .photo-body,
.content section.box.default.videos .video-body {
  padding-top: 10px;
  background-color: #212121;
  height: 370px;
  transition: background-color 0.2s ease-in 0s;
  -moz-transition: background-color 0.2s ease-in 0s;
  -webkit-transition: background-color 0.2s ease-in 0s;
  -o-transition: background-color 0.2s ease-in 0s;
}
.content section.box.default.videos .photo-body {
  padding: 16px 10px 0 10px;
}
.content section.box.default.videos .video-body {
  position: relative;
}
.content section.box.default.videos .body .aside {
  float: left;
  width: 130px;
}
.content section.box.default.videos .body .stage {
  float: left;
  width: 480px;
  height: 360px;
  display: inline;
  margin: 0 -1px 10px 10px;
  background-image: url(../images/loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.content section.box.default.videos li {
  border: 0 none;
}
.content section.box.default.videos .body .aside li.more-items,
.content section.box.default.videos .body .aside li.more-items:hover {
  height: auto;
  padding: 0;
}
#main .content section.box.default.videos .more-items a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #BBBBBB;
  display: block;
  font-weight: bold;
  height: 28px;
  margin: 0 0 0 1px;
  padding-top: 8px;
  text-align: center;
}
#main .content section.box.default.videos .more-items a:hover {
  color: #FFF;
}
.content section.box.default.videos .body .aside .thumb {
  border: 1px solid transparent;
  height: 64px;
  overflow: hidden;
  position: relative;
  width: 104px;
}
.content section.box.default.videos .body .aside li:last-child {
  height: auto;
  margin-bottom: 0;
  background-color: transparent !important;
}
.content section.box.default.videos .body .aside li,
.content section.box.default.videos .body .aside li:hover {
  background-color: transparent;
  margin-bottom: 1px;
  margin-right: 8px;
  padding: 7px 0 7px 10px;
}
.content section.box.default.videos .tabs li,
.content section.box.default.videos .tabs li.selected a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.content section.box.default.videos .video-body .aside li.selected {
  background-color: #000;
}
.content section.box.default.videos .video-body .arrow {
  background-image: url(../images/video-arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  height: 82px;
  left: 475px;
  position: absolute;
  top: 17px;
  width: 18px;
  z-index: 10;
}
#main aside section.box.default.videos .video-body .arrow {
  display: none;
}
.content section.box.default.videos .tabs li  a {
  color: #888 !important;
  font-weight: bold;
  transition: color 0.2s ease-in 0s;
  -moz-transition: color 0.2s ease-in 0s;
  -webkit-transition: color 0.2s ease-in 0s;
  -o-transition: color 0.2s ease-in 0s;
}
.content section.box.default.videos .tabs li.selected a {
  background-color: #212121;
  color: #FFF !important;
}
.content section.box.default.videos .video-body .stage .play {
  /* background: url(../images/arrow_video.png) 50% 50% no-repeat; */
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 360px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -webkit-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
}
.content section.box.default.videos .video-body .stage:hover .play {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.content section.box.default.videos .video-body .stage .vtitle {
  background: url(../images/black-50.png) 50% 50% scroll repeat;
  display: inline;
  z-index: 100;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 2px 6px;
  font-size: 20px;
  color: #FFF;
}
.content section.box.default.videos .video-body .aside .thumb .play {
  background: url(../images/play.png) 50% 50% no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 66px;
}
.no-opacity .content section.box.default.videos .video-body .aside .thumb .play {
  display: none;
}
.content section.box.default.videos .video-body .aside li:hover .thumb .play {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.content section.box.default.videos .video-body .aside li.selected .thumb .play {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.content section.box.default.videos .video-body .aside li.playing .thumb .play {
  display: none;
}
.content section.box.default.videos .video-body .aside .thumb .hiddentitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 56px;
  margin-left: 0;
  background-image: url(../images/black-30.png);
  color: #FFF;
  padding: 4px;
  font-weight: bold;
  transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -webkit-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}
.content section.box.default.videos .video-body .aside .thumb.infpub .hiddentitle {
	background: #ffae05 none;
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	font-style: italic;
}
.content section.box.default.videos .video-body .aside .thumb.infpub .hiddentitle:hover {
	background: #fda9911 none;
}
.no-opacity .content section.box.default.videos .video-body .aside .thumb .hiddentitle {
	display: none;
}
.content section.box.default.videos .video-body .aside .thumb:hover .hiddentitle {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.no-opacity .content section.box.default.videos .video-body .aside .thumb:hover .hiddentitle {
  display: block;
}
aside section.box.default.videos .arrow {
  background: url("../images/video-arrow-aside.png") no-repeat scroll 50% 0 transparent;
  height: 15px;
  left: 10px;
  position: absolute;
  top: 222px;
  width: 30px;
  z-index: 10;
}
aside section.box.default.videos .video-body {
  position: relative;
}
.content section.box.default.videos.police .arrow {
  background-image: url(../images/video-arrow-police.png);
}
aside section.box.default.videos.police .arrow {
  background-image: url(../images/video-arrow-police-aside.png);
}
.content section.box.default.videos.news .arrow {
  background-image: url(../images/video-arrow-news.png);
}
aside section.box.default.videos.news .arrow {
  background-image: url(../images/video-arrow-news-aside.png);
}
.content section.box.default.videos.jobs .arrow {
  background-image: url(../images/video-arrow-jobs.png);
}
aside section.box.default.videos.jobs .arrow {
  background-image: url(../images/video-arrow-jobs-aside.png);
}
.content section.box.default.videos.tv .arrow {
  background-image: url(../images/video-arrow-tv.png);
}
aside section.box.default.videos.tv .arrow {
  background-image: url(../images/video-arrow-tv-aside.png);
}
.content section.box.default.videos.house .arrow {
  background-image: url(../images/video-arrow-house.png);
}
aside section.box.default.videos.house .arrow {
  background-image: url(../images/video-arrow-house-aside.png);
}
.content section.box.default.videos.sports .arrow {
  background-image: url(../images/video-arrow-sports.png);
}
aside section.box.default.videos.sports .arrow {
  background-image: url(../images/video-arrow-sports-aside.png);
}
.content section.box.default.videos.mulher .arrow {
  background-image: url(../images/video-arrow-mulher.png);
}
aside section.box.default.videos.mulher .arrow {
  background-image: url(../images/video-arrow-aside.png);
}
.content section.box.default.videos.retratos .video-body .aside li {
  background-color: #a40fbe;
  transition: background-color 0.2s ease-in 0s;
  -moz-transition: background-color 0.2s ease-in 0s;
  -webkit-transition: background-color 0.2s ease-in 0s;
  -o-transition: background-color 0.2s ease-in 0s;
}
.content section.box.default.videos.retratos .video-body,
.content section.box.default.videos.retratos .tabs li.selected:first-child a {
  background-color: #8c10a3;
}
.content section.box.default.videos.retratos .video-body .more-items a,
.content section.box.default.videos.retratos .video-body .aside li.selected {
  background-color: #6C0180;
}
.content section.box.default.videos.retratos .arrow {
  background-image: url(../images/video-arrow-retratos.png);
}
aside section.box.default.videos.retratos .arrow {
  background-image: url(../images/video-arrow-retratos-aside.png);
}
section.box.default.videos .video-body .aside li:last-child {
  background-color: none;
}
section.box.default.videos .tabs li.selected:last-child a {
  background-color: #212121;
  color: #FFF;
}
section.box.default.videos .photo-body .thumbs {
  margin: 14px 0 15px;
}
section.box.default.videos .photo-body .thumbs li.title {
  width: 95px;
  height: 91px;
  background-color: transparent !important;
  display: inline-block;
}
section.box.default.videos .photo-body .thumbs li.title a {
  background-image: url(../images/pordentrodafoto.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 117px;
  height: 91px;
  display: inline-block;
}
section.box.default.videos .photo-body .thumbs li {
  padding: 0px;
  float: left;
  border: 0;
  margin: 0 0 0 4px;
  position: relative;
  width: 162px;
  height: 91px;
}
section.box.default.videos .photo-body .thumbs li img {
  float: none;
  margin: 0;
}
section.box.default.videos .photo-body #slider {
  margin: 0;
  width: 600px;
}
section.box.default.videos .photo-body #slider>ul {
  width: 600px;
}
section.box.default.videos .photo-body .thumbs li a.title {
  background: url(../images/black-70.png);
  position: absolute;
  z-index: 20;
  width: 163px;
  height: 91px;
  top: 0;
  left: 0;
  padding: 5px 7px 9px 7px;
  transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -webkit-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
}
.no-opacity section.box.default.videos .photo-body .thumbs li a.title {
  display: none;
}
section.box.default.videos .photo-body .thumbs a.title h4 {
  color: #fff;
  padding-right: 10px;
}
section.box.default.videos .photo-body .thumbs li:hover a.title {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.no-opacity section.box.default.videos .photo-body .thumbs li:hover a.title {
  display: block;
}
.home .content section.box.default.videos:last-child {
  margin-bottom: 0;
}
section.box.default.videos .body .stage iframe {
  margin-bottom: -4px;
}
section.box.default.videos #slider ul li {
  width: 120px;
}
section.box.default.videos #slider ul li a {
  height: 250px;
  color: #fff;
  display: inline;
}
aside section.box.default.videos .stage .thumb {
  height: 53px;
  overflow: hidden;
  width: 94px;
}
aside section.box.default.videos .stage .thumb .play {
  transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -webkit-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  background: url("../images/arrow_video.png") no-repeat scroll 50% 50% transparent;
  display: block;
  width: 304px;
  height: 228px;
  left: 0;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
aside section.box.default.videos .stage:hover .thumb .play {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
aside section.box.default.videos .stage .vtitle {
  background: url("../images/black-50.png") repeat scroll 50% 50% transparent;
  bottom: 20px;
  color: #FFFFFF;
  display: inline;
  font-size: 13px;
  left: 5px;
  padding: 0 6px;
  position: absolute;
  z-index: 100;
}
aside section.box.default.videos .stage {
  background-image: url("../images/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 304px;
  height: 228px;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
}
aside section.box.default.videos {
  overflow: hidden;
  display: block;
}
aside section.box.default.videos .aside {
  display: block;
  margin: 10px 5px;
  width: 294px;
  overflow: hidden;
  height: 58px;
}
aside section.box.default.videos .aside li,
aside section.box.default.videos .aside li:hover {
  background-color: #333333;
  margin-right: 2px;
  float: left;
  position: relative;
  height: 57px;
}
aside section.box.default.videos .aside li:last-child {
  margin-right: 0;
}
aside section.box.default.videos .aside .thumb {
  height: 53px;
  overflow: hidden;
  width: 94px;
}
aside section.box.default.videos .aside .thumb .hiddentitle {
  transition: opacity 0.2s ease-in 0s;
  -moz-transition: opacity 0.2s ease-in 0s;
  -webkit-transition: opacity 0.2s ease-in 0s;
  -o-transition: opacity 0.2s ease-in 0s;
  background-image: url("../images/black-30.png");
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  height: 49px;
  left: 0;
  margin-left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  width: 90px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
aside section.box.default.videos .aside .thumb:hover .hiddentitle {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
aside section.box.default.videos .video-body .aside .thumb .play {
  background: url(../images/play.png) 50% 50% no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  height: 53px;
  width: 94px;
}
.no-opacity aside section.box.default.videos .video-body .aside .thumb .play {
  display: none;
}
aside section.box.default.videos .video-body .aside li:hover .thumb .play {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
aside section.box.default.videos .video-body .aside li.selected .thumb .play {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
aside section.box.default.videos .video-body .aside li.playing .thumb .play {
  display: none;
}
aside section.box.default.videos .legenda {
  background: #222;
  clear: both;
  height: 21px;
  text-align: right;
  padding: 7px 0 5px;
  margin: 0px;
  border-top: 1px solid #383838;
}
aside section.box.default.videos .legenda a {
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
  text-transform: uppercase;
}
aside section.box.default.videos .legenda a:hover {
  color: #ccc;
}
aside section.box.default.videos .video-body {
  background: #222222;
  padding: 0 0 4px 0;
}
.mulher #main aside .box.videos header {
  background: url("../images/mulher-bg-head.jpg") repeat-y scroll 0 0 transparent;
  border: 0 none;
}
.mulher #main aside .box.videos h2 a {
  color: #FFFFFF;
  display: block;
}