@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);


.ultimas-legendas{
	float: left;
	width: 100%;
}

.ultimas-legendas .legenda{
	float: left;
	width: calc(100% / 3 - 20px);
	margin: 20px 10px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.ultimas-legendas .legenda img{
	float: left;
	/*width: 50%;*/
	width: 120px;
}
.ultimas-legendas .legenda .legenda-infos{
	float: left;
    width: 45%;
    margin-left: 5%;
    height: 100%;
}

.ultimas-legendas .legenda .legenda-infos .infos-top{
	float: left;
    width: 100%;
    height: 97px;
}

.ultimas-legendas .legenda .legenda-infos .infos-top .titulo{
	float: left;
    width: 100%;
    color: #f78201;
    font-weight: bold;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-size: 19px;
}

.ultimas-legendas .legenda .legenda-infos .infos-top .release,
.ultimas-legendas .legenda .legenda-infos .infos-top .season-episode{
	float: left;
    width: 100%;
    font-size: 12px;
    color: #444;
    margin-top: 2px;
}

.ultimas-legendas .legenda .legenda-infos .infos-bot{
	float: left;
	width: 100%;
	height: 60px;
}

.ultimas-legendas .legenda .legenda-infos .infos-bot .downloads,
.ultimas-legendas .legenda .legenda-infos .infos-bot .autor,
.ultimas-legendas .legenda .legenda-infos .infos-bot .data{
	float: left;
    width: 100%;
    font-size: 14px;
    margin: 1px 0;
    color: #444;
}

.ultimas-legendas .legenda .legenda-infos .infos-bot .downloads b,
.ultimas-legendas .legenda .legenda-infos .infos-bot .autor b{
	color: #f78201;
}

.ultimas-legendas .legenda .legenda-infos a.botao{
	transition: .5s;
	float: left;
	padding: 3px 7px;
	background: #f78201;
	color: #fff;
	text-transform: uppercase;
	border: solid 1px #fff;
}

.ultimas-legendas .legenda .legenda-infos a.botao:hover{
	transition: .5s;
	color: #f78201;
	text-decoration: none;
	border: solid 1px #f78201;
	background: #fff;
}

.nova-descricao{
	float: left;
	width: 100%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.nova-descricao .align{
	width: 660px;
	margin: 0 auto;
}

.nova-descricao .align .diiv{
	float: left;
	width: 100%;
}

.nova-descricao .align .diiv img{
	float: left;
}

.nova-descricao .align .diiv .right-box{
	float: left;
	width: 426px;
	margin-left: 20px;
}

.nova-descricao .align .diiv .right-box .titulo{
	float: left;
    width: 100%;
    color: #f78201;
    font-weight: bold;
    font-size: 20px;
}

.nova-descricao .align .diiv .right-box .episodio{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #444;
	margin-top: 10px;
}

.nova-descricao .align .diiv .right-box p{
	float: left;
	width: 100%;
	font-size: 15px;
    line-height: 22px;
    color: #58595b;
    margin-top: 10px;
    text-align: justify;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.nova-descricao .align .diiv .separator{
	float: left;
	width: 100%;
	border-bottom: solid 2px #ccc;
	margin: 20px 0;
}

.nova-descricao .align .diiv .subtitle-info{
	float: left;
	width: 100%;
}

.nova-descricao .align .diiv .subtitle-info .titulo{
	float: left;
    width: 100%;
    color: #f78201;
    font-weight: bold;
    font-size: 18px;
}

.nova-descricao .align .diiv .subtitle-info .data-autor{
	float: left;
	margin-top: 10px;
	width: 210px;
}

.nova-descricao .align .diiv .subtitle-info .data-autor span{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #444;
	margin-top: 5px;
}

.nova-descricao .align .diiv .subtitle-info .downloads{
	float: left;
	font-size: 15px;
	color: #444;
	margin-top: 15px;
}

.nova-descricao .align .diiv .description{
	float: left;
	width: 100%;
	color: #777;
	font-size: 15px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	line-height: 25px;
}

.nova-descricao .align .diiv .description p{
	color: #777;
	font-size: 15px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	line-height: 25px;
}

.nova-descricao .align .diiv .description a{
	color: blue;
	font-size: 15px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.nova-descricao .align .diiv .description p a{
	color: blue;
	font-size: 15px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.nova-descricao .align .diiv .comments{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.align-botao-baixar{
	margin: 0 auto;
	width: 130px;
}

.botao-baixar{
	transition: .5s;
	float: left;
	padding: 5px 10px;
	background: #f78201;
	color: #fff;
	text-transform: uppercase;
	border: solid 1px #fff;
	font-weight: bold;
	font-size: 20px;
}

.botao-baixar:hover{
	transition: .5s;
	color: #f78201;
	text-decoration: none;
	border: solid 1px #f78201;
	background: #fff;
}

.destaques{
	float: left;
	width: 86%;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin-top: -208px;
	margin-left: 7%;
}

.destaques .legenda{
	float: left;
	/*width: calc(25% - 20px);*/
	width: 214px;
	margin: 20px 10px;
	z-index: 999999;
	height: 100%;
}

.destaques .legenda:hover img{
	outline: solid 4px #f78201;
}

.destaques .legenda img{
	float: left;
}

.destaques .legenda span.time{
	margin-top: -310px;
    float: left;
    width: 92%;
    text-align: right;
    color: #eee;
    font-size: 18px;
    text-shadow: 0px 0px 5px #000000;
}

.back-slide{
	float: left;
    /*margin-left: -50px;*/
    margin-top: 148px;
    width: 60px;
    height: 60px;
    border: none;
    background: url('http://www.niwin.com.br/images/arrows/slider-arrows3.png');
    background-size: 120px 120px;
    cursor: pointer;
}

.next-slide{
	float: right;
    /*margin-right: -50px;*/
    margin-top: 148px;
    width: 60px;
    height: 60px;
    border: none;
    background: url('http://www.niwin.com.br/images/arrows/slider-arrows3.png');
    background-position: 60px 0;
    background-size: 120px 120px;
    cursor: pointer;
}

span.slide-title{
	font-size: 27px;
	float: left;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #f78201;
	font-weight: bold;
}