body {margin:0;padding:0;font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;color:#333}
a {color:#006477;text-decoration:none;cursor:pointer}
a:hover{text-decoration:underline}
#header {width:100%;top:0;height:45px;z-index:9999;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),0 -1px 0 rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),0 -1px 0 rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),0 -1px 0 rgba(0, 0, 0, 0.1) inset;
		background-color: #006477;
		background-image: -moz-linear-gradient(100% 100% 90deg, #006477,#0095B2);
		background-image: -webkit-gradient(linear,0% 0%, 0% 100%,from(#0095B2),to(#006477));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0095B2', endColorstr='#006477');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0095B2', endColorstr='#006477')";
		text-shadow: 1px 1px 0px #014848;
		color:#fff;
		font-size:15px;
		font-weight:bold;
		line-height:35px;
		text-align:right;
	}
#header .wrapper {width:960px;margin:auto;padding-top:5px}
#header a {color:#fff;text-shadow:none}

#breadcrumb {color:#555;font-style:italic}
#artids {width:340px;float:right;text-align:center}
#artids iframe {margin-top:40px}
#artids iframe:first-child{margin-top:0}

#content {margin:0 auto;width:960px;min-height:680px}
#content h1 {font-size:27px;letter-spacing:-1px;margin-bottom:0;}
#content h1.big {font-size:47px}
#content h2 {margin:0}
#content div.syntaxhighlighter {padding:10px 0;overflow-y:hidden!important}

#captchaExample div.syntaxhighlighter,
#jsonReturn div.syntaxhighlighter {width:100%!important;background:#eee}

#hometools {padding-top:20px;display:block;clear:both}
#hometools li {float:left;display:block;width:275px;margin-right:30px}
#hometools a {display:block;font-size:22px;font-weight:bold}

#footer{margin:0 auto;width:960px;border-top:1px solid #ccc;line-height:25px;margin-top:20px;margin-bottom:20px;clear:both}
#footer span.links{float:right}

/*
table.variables th {text-align:left;border-bottom:1px solid #ccc}
table.variables td {vertical-align:top}
table.variables .var {width:100px;font-weight:bold}
*/
#apiDocIndex ol {list-style-type:decimal}
#apiDocIndex ol ol {list-style-type:lower-alpha}
var {font:normal 1em "Andale Mono", "Lucida Console", monospace}
.apidefs dfn {display:block;position:relative;padding:2px 0 2px 150px;}
.apidefs blockquote {margin:0 0 0 3em}
.apidefs dfn var {display:block;position:absolute;width:140px;top:10px;left:0;font-weight:bold}
.apidefs .cols3 { -webkit-column-count:3; -moz-column-count3; column-count:3;}
#content h3{margin:0;}
h2.logo{
	margin-top: 40px!important;
}
section{
	border-bottom: 1px solid #CCC;
	padding: 40px 0;
}
section > div{
	display: inline-block;
	float: left;
	padding-right: 20px;
	width: 560px;
}
section > div span{
	background: url(/images/ico-not.jpg) no-repeat 0 3px;
	display: block;
	margin: 25px 0;
	padding-left: 20px;
}
section.down{
	min-height: 355px;
}
section.down > div{
	padding: 10px 0 0 0;
	width: 460px;
	margin: 0 20px 0 0;
}
section.down div + div{
	margin: 0 0 0 20px;
}
section.down > div img{
	padding-top: 10px;
}
section.down > div b{
	font-weight: normal;
}
section figure{
	display: inline-block;
	margin: 0;
	width: 380px;
}
.downAll{
	background: #CCC;
	padding: 10px;
}
.warning {
	background: none repeat scroll 0% 0% #FFA;
	border-radius: 5px;
	border: #FD5 solid 1px;
	padding: 10px;
}
.videoRight {
	margin-right: 345px;
}

/****
* Research
****/

.videos-content {
	margin: 0;
	padding: 0;
}

.videos-content li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	display: inline-block;
	height: 270px;
	list-style: none;
	margin-bottom: 5px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s ease-in-out;
	width: 310px;
}

.song {
	margin: 10px;
	position: absolute;
	width: 290px;
	z-index: 1;
}

.videos-content li:after {
	background-color: #222;
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.player {
	background-color: #6B6A6A;
	background-repeat: repeat;
	background-size: cover;
	height: 165px;
	position: relative;
	width: 100%;
}

.videos-content li .bg {
	-moz-filter: blur(6px);	
	-ms-filter: blur(6px);
	-webkit-filter: blur(6px);	
	background-position: center;
	background-repeat: repeat;    
	background-size: cover;
	filter: blur(6px);	
	height: 105%;
	left: -5px;
	opacity: 0.2;
	position: absolute;
	top: -5px;
	width: 105%;
	z-index: 0;
}

.song p {
	font-size: 18px;
	margin: 0;
}

.vote-span span {
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	margin-left: 0px;	
	margin: 0px 4px;
	padding-top: 2px;
	text-align: center;
	width: 27px;
}

.vote-0 { background-color: #FE685F; margin-left: 0px !important;}
.vote-1 { background-color: #E78B68; }
.vote-2 { background-color: #BB9E61; }
.vote-3 { background-color: #94A65C; }
.vote-4 { background-color: #6DAA56; }
.vote-5 { background-color: #0EB050; margin-right: 0px !important; }

.ui.star.rating .icon {
	color: rgba(210, 210, 210, 0.78) !important;
	font-size: 25px;
	width: 36px !important;
}

.ui.star.rating {
	bottom: -31px;
	left: -4px;
	position: absolute;
}

.song > p:nth-child(2) {
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 292px;
}

.song > p:nth-child(3) {
	color: #CCC;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 292px;
}

.player:not(.playing):after {
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);	
	border-bottom: 18px solid transparent;
	border-left: 35px solid #fff;
	border-top: 18px solid transparent;
	content: '';
	cursor: pointer;
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
	width: 0;
}

.player:not(.playing):before {
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}

.player:not(.playing):hover:before {
	background-color: rgba(0, 0, 0, 0.3) !important;
	content: '';
}

.rating > i:hover:after, .rating > i.rated:after {
	color: #FFF;
	content: '';
	font-size: 12px;
	height: 30px;
	left: 180px;
	position: absolute;
	text-shadow: none;
	top: 6px;
}

.rating.disabled > i:not(.rated):hover:after {
	content: '' !important;
}

.player:hover:after {
	border-bottom: 18px solid transparent;
	border-left: 35px solid #cf0;
	border-top: 18px solid transparent;
}

.rating > i:nth-child(1):hover:after, .rating > i.rated:nth-child(1):after { content: 'Odiei'; }
.rating > i:nth-child(2):hover:after, .rating > i.rated:nth-child(2):after { content: 'Não gostei'; }
.rating > i:nth-child(3):hover:after, .rating > i.rated:nth-child(3):after { content: 'Gostei'; }
.rating > i:nth-child(4):hover:after, .rating > i.rated:nth-child(4):after { content: 'Gostei muito'; }
.rating > i:nth-child(5):hover:after, .rating > i.rated:nth-child(5):after { content: 'Adorei!'; }

li.rated:before {
	background-color: rgba(0, 0, 0, 0.69);
	color: #cf0;
	content: 'Voto registrado!';
	font-size: 20px;
	height: 100%;
	padding-left: 85px;
	padding-top: 118px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.videos-content li.hide {
	opacity: 0;
}

.user-research input.vElem, .user-research textarea.vElem, .user-research select.vElem {
	border: 1px solid;
	border-color: #DDD #DDD #CCC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333;
	font: 12px Arial,sans-serif normal normal;
	height: 40px;
	outline: none;
	padding: 12px;
	resize: none;
}

.user-research input, textarea, select {
	background-color:#FFF;
}

label.label {
	color: #b3b3b3;
	font-size: 12px;
	font-weight: normal;
	left: 0px;
	line-height: 36px;
	position: absolute;
	text-align: left;
	top: -28px;
	width: 140px;
}

.user-research form > div {
	position: relative;
	margin-bottom: 45px;	
}

.user-research {
	position: relative;
	top: 15px;
}

.user-research form > div:nth-child(2) .vLabel {
	margin-right: 5px;
}

.user-research form > div:nth-child(1) {
	display: inline-flex;
	position: absolute;
}

.continue, .reload button {
	background-color: #01A6BC;
	border-radius: 4px;
	border: 1px solid #0299AD;
	color: #FFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	line-height: 25px;
	outline: medium none;
	padding: 5px 10px;
	position: relative;
	text-shadow: -1px -1px 0 #008EA1;
	top: -15px;
}

.user-research .error {
	bottom: -18px;
	color: #B31414;
	font-size: 10px;
	left: 0;
	position: absolute;
}

.explain {
	border-left: 1px solid #EEE;
	height: 595px;
	padding-left: 35px;
	position: absolute !important;
	right: 60px;
	top: 0;
	width: 440px;
}

.img-pes {
	position: absolute;
	right: 40px;
	top: 415px;
}

.rlogo {
    margin-left: 10px;
}

.user-research form {
	left: 0px;
	position: absolute;
	top: 15px;
}

.videos-content h2 {
    margin-bottom: 10px !important;
}

.song a {
	color: #FFF;
	font-weight: bold;
}

.reload button {
	float:right;
	margin-right: 10px;
	top: 0;
}

.reload {
	position: relative;
	height:6em;
}

.reload h2 {
	float:left;
	padding-bottom: 15px;
	padding-top: 5px;
}

.rbody h1 {
	margin-top: 0px;
}

.user-research form > div:nth-child(1) .vLabel {
	margin-right: 5px;
}

.not-required {
	display: none;
}

.user-research form > div:nth-child(2) {
	margin-left: 155px;
}

.user-research form > div:nth-child(3) {
	position: absolute;
}

.user-research form > div:nth-child(4) {
	margin-left: 175px;
}

.user-research form > div:nth-child(5) {
	margin-bottom: 30px;
	margin-top: -20px;
}

#yearBirthday {
	min-width: 140px;
}

.ignore {
	bottom: -37px;
	cursor: pointer;
	font-size: 11px;
	position: absolute;
	right: -5px;
}

#content > ul > div {
	height: 5em;
}

@media screen and (max-width: 960px) {
	.rbody {
		padding: 10px;
		width: auto !important;
	}

	.user-research form > div:nth-child(1) {
		position: initial;
	}

	.user-research form > div:nth-child(2) {
		display: inline-flex;
		margin-left: 0;
	}

	.user-research form > div input, .user-research form > div select {
		max-width: 140px;
	}

	.explain {	
		border: none;
		left: 0;
		margin-top: 25px;
		padding: 0;
		position: relative !important;
		transform: none;
		width: 100%;
	}

	#header > div > div {
		display: none;
	}

	#header .wrapper {
		width: 100%;
	}

	.img-pes {
		display: table-column-group;
		left: 0;
		position: relative !important;
		top: 0;
		width: 100%;
	}

	.videos-content li {
		width: 100%;
	}

	.song {
		width: 93%;
	}

	iframe#ytplayer {
		width: 100% !important;
	}

	.user-research form {
		left: 0;
		margin-top: 20px;
		position: relative;
	}

	.user-research form > div:nth-child(4) {
		margin-left: 150px;
	}

	.not-required input {
		max-width: 170px !important;
	}

	.reload button {
		bottom: -35px;
		left: 0;
		position: absolute;
		top: auto;
	}

	.reload > h2 {
		padding-bottom: 55px;
	}

	#content > ul > div > button {
		bottom: auto;
		top: 75px;
	}
}
