* {
    margin: 0;
    padding: 0;
    border: 0;
}

#header {
	display: none;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25px;
	height: 100%;
	color: #444444;
}

#content .alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
#content .alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}

a,
input {
	transition:         all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .4s ease-in-out; /* Safari and Chrome */
	-o-transition:      all .4s ease-in-out; /* Opera */
	color: #7d726a;
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

b, strong {
	font-weight: 600;
}

/* HEADER */

#mobileHeader {
	display: block;
	width: 200px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	transition:         all .2s ease-out;
	-moz-transition:    all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition:      all .2s ease-out;
}
#mobileHeader.menu-open {
	left: 260px;
	transition:         all .2s ease-in;
	-moz-transition:    all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition:      all .2s ease-in;
}

#respHeaderLink {
	display: block;
	float: left;
	background-color: #03abdd;
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#respHeader {
	background-color: #03abdd;
	box-shadow: none;
	width: 260px;
	padding: 30px;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#sidr-id-logo {
	width: 200px;
	height: 135px;
	background-image: url('images/awards-logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}

#sidr-id-intro {
	color: #ffffff;
	margin-bottom: 30px;
}

#sidr-id-popweek {
	display: block;
	width: 200px;
	height: 55px;
	background-image: url('images/popweek-logo-l.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/* CONTENT */

.award-poll {
	overflow: hidden;
	position: relative;
	padding: 30px;
}

.award-poll:nth-child(odd) {
	background-color: #efefef;
}

#content button.yop-poll-answers,
#content button.yop-poll-forms {
	overflow: hidden;
}

#content .yop-poll-question {
	margin-bottom: 30px;
}

#content h1 {
	font-family: 'Alegreya Sans', Arial, sans-serif;
	margin-bottom: 30px;
	color: #1a171b;
	padding-bottom: 10px;
	border-bottom: 2px solid #1a171b;
	font-size: 25px;
}

#content .best-track h1 {
	padding-top: 55px;
}

.yop-poll-container-success {
	display: none;
}

/* BESTE CLIP */

.clip,
.nominee {
	position: relative;
	float: left;
	display: block;
	width: 47%;
	margin-left: 6%;
	margin-bottom: 30px;
	height: auto;
	overflow: hidden;
}
.nominee:nth-child(odd),
.clip:nth-child(odd)
{
	margin-left: 0;
}

@media only screen and (max-width: 479px)
{
	.clip,
	.nominee {
		width: 100%;
		margin-left: 0;
		height: 170px;
	}
}

.nominee img,
.clip img {
	display: block;
	width: 100%;
	height: auto;
}

.clip .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	opacity: 0;
	transition:         all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	background-image: url('images/play.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.clip:hover .play {
	opacity: 1;
	transition:         all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
}

.nominee div.text,
.clip div.text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25,25,25,0.75);
	color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nominee:hover div.text,
.clip:hover div.text {
	background-color: transparent;
}

.nominee div.text {
	font-weight: 600;
}
.nominee:hover div.text {
	color: transparent;
}

.clip div.artist {
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}
.clip:hover div.artist {
	border-bottom: 1px solid transparent;
}
.clip:hover div.artist,
.clip:hover div.song {
	color: transparent;
}

.nominee div.text {
	transition:         all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
}

.clip div.text,
.clip div.song,
.clip div.artist {
	transition:         all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
}
.clip:hover div.text,
.clip:hover div.song,
.clip:hover div.artist {
	transition:         all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
}

/* SELECT */

.yop-poll-footer,
.yop-poll-answers {
	position: relative;
	overflow: hidden;
	float: left;
}

.yop-poll-answers {
	width: 66%;
	margin-right: 6%;
}
.yop-poll-footer {
	width: 28%;
}

#content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-indent: 0.01px;
	text-overflow: "";
	border-radius: 0;
	background-color: #ffffff;
	border: 2px solid #03abdd;
	color: #03abdd;
	background-image: url('images/dropdown.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px;
	padding: 15px;
	font-size: 100%;
	-webkit-appearance: none;
	font-family: Arial, sans-serif;
	margin: 0;
	float: left;
}
#content select:hover {
	cursor: pointer;
}
#content select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-color: transparent;
	outline-style: none;
}

#content button.yop_poll_vote_button {
	background-color: transparent;
	border: 2px solid #03abdd;
	border-radius: 0;
	background-color: #03abdd;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	font-size: 100%;
	-webkit-appearance: none;
	font-family: Arial, sans-serif;
	margin: 0;
	float: left;
	transition:         all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .4s ease-in-out; /* Safari and Chrome */
	-o-transition:      all .4s ease-in-out; /* Opera */
}
#content button.yop_poll_vote_button:hover {
	cursor: pointer;
	background-color: transparent;
	color: #03abdd;
}