* {
	margin: 0;
	padding: 0;
}

input[type="text"] {
    height: 15px;
}

input[type="text"], textarea, select {
    background: none repeat scroll 0 0 #404040;
    color: white;
    padding: 5px;
    width: 95%;
    border: 0;
}

input[type="submit"] {
    background: none repeat scroll 0 0 #e3a635;
    color: white;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    width: auto;
    border: 0;
}
 
input[type="radio"] {
	margin-top: 3px;  
}

body {
	background: black url(../images/emma_background.jpg) center -70px;
	font-size: 18px;
	line-height: 26px;
	color: #c4c4c4;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
	color: #c4c4c4;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	line-height: 36px;

}

h3 {
	line-height: 28px;
}

address {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

a {
	font-weight: bold;
	color: #e3a635;
	text-transform: uppercase;
	text-decoration: none;	
}

a img {
	border: none;
}

.white {
	color: #ececec;
}

.navigation, .mobinavi {
	text-align: center;
	font-size: 14px;
	height: 61px;
	width: 100%;
	background: url(../images/navi_bg.jpg) 0 0 no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4000;
}

.navigation a, .mobinavi {
	color: #ed9f32;
	font-size: 18px;
	text-decoration: none;
}

.mobinavi {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
  padding-top: 20px;
  font-weight: bold;
}

.mobinavi img {
	vertical-align: middle;
	margin-left: 10px;
}

.navigation ul .selected {
	color: #c1c1c1;
}

.navigation ul {
	list-style: none;
	display: inline-block;
	margin-top: 20px;
}

.navigation ul li {
	float: left;
	margin-right: 44px;
}

.navigation ul li .separator {
	margin-left: 10px;
	margin-bottom: 3px;
}

.navigation ul li:last-child {
	margin-right: 0;
}

.navigation ul li:last-child .separator {
	display: none;
}

#featured {
	width: 100%;
	max-width: 2000px;
	height: 400px;
	margin-bottom: 70px;
	overflow: hidden;
	position: relative;
}

#featured_wrapper {
	height: 400px;
	position: relative;
}

#featured_wrapper ul {
	width: 2910px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

#featured_wrapper li {
	width: 970px;
	float: left;
	position: relative;
}

#featured_wrapper li img {
	display: block;
}

#center_wrapper {
	min-height: 700px;
}

.box_large {
	background: #222;
	padding: 20px;
	border-bottom: 1px solid #222;
}

.box_large_normal {
	background: #222;
	padding: 20px;
	border-bottom: 1px solid #222;
	width: 370px;
	float: left;
	margin-right: 30px;
}

.no_margin {
	margin: 0;
}

.box_large p {
	display: inline-block;
	float: left;
    	width: 300px;
}

.nominees_content h1 {
	margin-bottom: 20px;
}

.box_large h3, .box_nominees_small h3 {
	font-weight: bold;
	font-family: Arial, Helvetica;
	margin-bottom: 10px;
}

.three_boxes {
	clear: both;
	width: 940px;
}

.default_content {
	width: 850px;
	margin: 0 auto;
	padding-top: 30px;
}

.default_content h1 {
	margin-bottom: 30px;
}

.default_content p {
	margin-bottom: 20px;
}

.last_item_in_row {
	margin-right: 0 !important;
}

.nominees .box_large {
	margin: 0 auto;
}

.nominees_content {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 3px dotted #505050;
}

.nominees_header {
	margin: 15px 0 10px 0 !important;
}

.innerpage_content {
	padding: 30px;
}

.box_medium {
	width: 370px;
	height: 300px;
	float: left;
	position: relative;
}

.box_center {
	width: 270px;
	height: 400px;
	float: left;
	position: relative;
}

.box_small {
	width: 270px;
	height: 400px;
	background: url(../images/vote_border.png) 0 63px no-repeat;
	float: left;
	position: relative;
}

.box_nominees_small {
	width: 260px;
	min-height: 210px;
	/*background: #222;*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 18px;
	line-height: 24px;
	padding-left: 0;
	/*border-bottom: 1px solid #222;*/
}

#vote {
	width: 203px;
	height: 235px;
	overflow:hidden;
}

.vote_header {
	margin-left: 36px;
}

.clearer {
	clear: both;
}

 .box_small ul {
	 width: 2200px;
	 height: 203px;
	 list-style: none;
 }

 .box_small ul li {
	 float: left;
	 width: 203px;
	 height: 203px;
	 text-align: center;
	 color: #efa72f;
	 font-weight: bold;
 }
 
 .box_small ul li img {
	 margin-bottom: 10px;
 }
 
 .box_small #controls {
	 position: absolute;
	 bottom: 20px;
	 left: 0;
	 width: 260px;
	 height: 24px;
 }
 
 .box_small #controls .previous_button {
	 position: absolute;
	 left: 280px;
	 top: -110px;
	 cursor: pointer;
 }
 
 .box_small #controls .next_button {
	 position: absolute;
	 left: 280px;
	 top: -75px;
	 cursor: pointer;
 }
 
 .box_small #controls .vote {
	 position: absolute;
	 left: 60px;
	 top: 0;
 }
 
.box_medium h1, .box_small, .box_center h1, .centerize h1, .nominees_content h1, .default_content h1 {
	background: url(../images/emma_icon.png) no-repeat;
	position: relative;
	line-height: 35px;
	width: 90%;
	padding-left: 40px;
	
}

#fb_container {
	overflow: hidden;
    	position: relative; /* For IE7 Compatibility */
	width: 269px;
	margin-top: 11px;
}

#fb_inner {
	margin: -2px 0 0 -2px;
	background: #161616;
}

.box_wrapper {
	width: 700px;
	float: left;
}

#fb_wrapper {
	float: right;
	width: 269px;
}

#fb_wrapper h1 {
	line-height: 27px;
	background: url(../images/header_dots.png) no-repeat;
	padding-left: 20px;
	margin-bottom: 34px;
}

.front_page_banner ul {
	list-style: none;
}

.front_page_banner {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

#partners {
	margin: 20px 0 20px 25px;
	float: left;
}

#yle {
	vertical-align: middle;
	line-height: 30px;
	margin-left: 38px;
	float: left;
	width: 500px;
	margin-top: 28px;
}

#yle img {
	vertical-align: top;
	line-height: 30px;
	margin-right: 50px;
}

#footer {
	margin: 10px 30px 0 0;
	float: right;
}

.back_link {
	padding-left: 30px;
	background: url(../images/back_arrow.png) no-repeat;
	vertical-align: middle;
}

#curtain_left {
	position: absolute;
	top: 0;
	z-index: 10000000;
	left: 2px;
}

#curtain_right {
	position: absolute;
	top: 0;
	z-index: 10000000;
	right: 2px;
}


#main_wrapper {
	min-width: 980px;
	max-width: 2000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	min-height: 1124px;
}

#main {
	position: relative;
	width: 100%;
	margin-top: 61px;
}

#content_width {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.category {
	text-align: center;
	width: 203px;
	float: left;
	height: 233px;
	margin: 10px 30px 10px 0;
	overflow: hidden;
	border: 1px solid transparent;
	color: #e3a635;
}

.category a {
	display: block;
	color: #e3a635;
	text-decoration: none;
}

.category a:hover {
	color: white;
}

.category img {
	display: block;
}

.category:hover {
	border: 1px solid white;
	color: white;
}

.category .category_type {
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	background: #222;
}

.program_image_holder {
	float: left;
	display: block;
	width: 203px;
	margin-right: 20px;
	text-align: center;
}

.program_image {
	margin-bottom: 20px;
}

.program_image_holder ul {
	list-style: none;
}

.program_image_holder li {
	display: inline;
	margin-right: 10px;
}

.program_image_holder li:last-child {
	margin-right: 0;
}

.program_image_holder .snapchat img {
	vertical-align: middle;
	margin-right: 10px;
}

.program_text {
	width: 627px;
	float: left;
	padding: 5px 0;
}

hr {
	color: transparent;
	height: 3px;
	border: 0;
	border-bottom: 3px dotted #505050;
	padding: 0;
	margin: 0;
}

.gray_line {
	margin: 30px auto 30px auto !important;
}

.program {
	padding: 20px 0;
	border-bottom: 3px dotted #505050;
}

.program h2 {
	color: #999;
	font-size: 24px;
	margin-bottom: 2px;
}

.program h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica;
}

.archivelist ul {
	list-style: none;
	float: left;
	display: inline-block;
}

.archivelist ul li {
	height: 30px;
	float: left;
	margin-right: 22px;
	width: 43px;
}

.archivelist a {
	font-family: "adelle-sans",sans-serif;
	font-size: 20px;
	font-weight: 100;
	
}

.default_content h1, .default_content h2, .default_content h3, .default_content h4, .default_content h5, .default_content h6 {
	margin-bottom: 20px;
}

.year_winners .winner_category, .year_winners .winner {
	float: left;
	width: 250px;
}

.year_winners ul {
	list-style: none;
	border-top: 3px dotted #505050;
	margin-top: 20px;
	width: 520px;
}

.year_winners li {
	padding: 10px 10px;
	border-bottom: 3px dotted #505050;
}

.text_right {
	text-align: right;
}

table td {
	padding: 3px;
}

#cooperation img {
	margin-right: 26px;
	margin-bottom: 29px;
}

.footer_line {
	border: none;
	height: 1px;
	background: #3e3e3e;
	margin: 30px 0 0 0;
	width: 1000px;
}

#top_wrapper {
	text-align: center;
	height: 210px;
	position: relative;
}

.gray_gradient, .box_large, .box_large_normal {
	/*background: #222222;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #222222 0%, #111111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111));
	background: -webkit-linear-gradient(top,  #222222 0%,#111111 100%);
	background: -o-linear-gradient(top,  #222222 0%,#111111 100%);
	background: -ms-linear-gradient(top,  #222222 0%,#111111 100%);
	background: linear-gradient(to bottom,  #222222 0%,#111111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 );	
	*/
}

.vote_text {
	margin-bottom: 20px;
}

.centerize {
	width: 910px;
	margin: 0 auto;
}

.frontleft {
	width: 630px;
	float: left;
	min-height: 386px;
}

.orange {
	background: url(../images/orange_bg.jpg) 0 0 no-repeat;
	height: 396px;
	width: 100%;
	margin-top: 78px;
	margin-bottom: 63px;
	color: black;
	padding-top: 30px;
	box-sizing: border-box;
}

.orange h1 {
	color: white;
}

.orange a, .orange a:visited {
	color: white;
}

.centerize .left, .centerize .right {
	width: 440px;
}

.centerize .left {
	float: left;
}

.centerize .right {
	float: right;
}

#bannercontrols {
	width: 970px;
	height: 400px;
	position: absolute;
	top: 0;
	margin-left: 50%;
	left: -485px;
}

#bannercontrols .previous_button {
	position: absolute;
	cursor: pointer;
	top: 200px;
	left: 20px;
}

#bannercontrols .next_button {
	position: absolute;
	cursor: pointer;
	top: 200px;
	right: 20px;
}

#featured_wrapper ul li .left_overlay {
	position: absolute;
	left: 0;
	top: 0;
}

#featured_wrapper ul li .right_overlay {
	position: absolute;
	right: 0;
	top: 0;
}

.image_text {
	position: absolute;
	left: 70px;
	top: 400px;
	width: 400px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
	color: white;
}

.image_text .artist {
	font-size: 85px;
	line-height: 0.9;
	font-weight: 800;
	margin-top: 15px;
}

.topmargin {

	margin-top:30px;
	
}

.mobinavi {
	display: none;
}

#mobilecarousel {
	display: none;
}

.logo_30v {
	position: absolute;
	right: -60px;
	bottom: -85px;
	z-index: 4000;
}

.margin_top_20 td {
	padding-top: 20px;
}

/*  T A B L E T · T A B L E T · T A B L E T · T A B L E T · T A B L E T · T A B L E T · T A B L E T ·  */

@media screen and (max-width: 1040px) {

.navigation a {
}
/*
.navigation ul {
	list-style: none;
	display: inline-block;
	margin-top: 20px;
}

.navigation ul li {
	float: left;
	margin-right: 10px;
}
*/
.emma_logo {
	width: 100%;
}

#content_width {
	width: 760px;
}

#center_wrapper {
	min-height: 0;
}

#main_wrapper {
	min-width: 0;
}

#top_wrapper {
	width: 100%;
}

#top_wrapper img {
	margin: 0;
}

.navigation ul li {
	margin-right: 20px;
}


#featured {
	display: none;
}

#featured_wrapper {
	top: 8px;
	left: 8px;
}

#featured_wrapper li {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1.0, 1.0);
}

#featured_wrapper, #featured_wrapper li, #featured_wrapper li img, #featured_wrapper ul  {
	width: 744px;
}

.box_wrapper, #fb_wrapper {
	float: none;
}

#fb_wrapper {
	margin-left: 10px;
	margin-top: 20px;
}

#footer {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#partners {
	margin-left: 20px;
}

#yle {
	width: 400px;
}

#yle img {
	margin-right: 24px;
}

.nominees_content {
	width: 100%;
}

.category, .last_item_in_row {
	margin-right: 20px !important;
}

.three_boxes {
	width: 100%;
}

.default_content {
	width: 100%;
}

.frontleft {
	width: 100%;
	float: none;
	min-height: 0;
}

#top_wrapper {
	height: auto;
}

.text_content {
	box-sizing: border-box;
}

.orange {
	background: 0;
	box-sizing: border-box;
	color: #c4c4c4;
	height: auto;
	margin-top: 20px;
}

.centerize .left, .centerize .right {
	float: none;
	width: 100%;
}

#main {
	padding: 0 30px;
	box-sizing: border-box;
}

.innerpage_content {
	padding: 30px 0;
}

}

@media screen and (max-width: 910px) {
	.centerize {
		width: 100%;
	}
}

/*  M O B I L E · M O B I L E · M O B I L E · M O B I L E · M O B I L E · M O B I L E · */

@media screen and (max-width: 760px) {
	#content_width {
	width: 320px;
}
#featured {
	display: none;
}

#mobilecarousel {
	display: block;
	margin: 20px 0;
}

#main {
    position: relative;
    width: 320px;
	margin: 61px auto 0 auto;
}

.box_medium {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#center_wrapper {
	min-height: 0;
}

h1 {
    font-size: 22px;
    line-height: 34px;
}

h2 {
	font-size: 20px;
    line-height: 30px;
}

.box_wrapper {
    width: 320px;
	float: none;
}

.box_center {
	float: none;
    height: auto;
	width: 100%;
	margin-bottom: 20px;
}

.box_medium h1, .box_small, .box_center h1 {
	position: static;
	width: auto;
	left: auto;
}

#fb_wrapper {
    float: none;
	margin: 0;
	width: 100%;
}

#fb_container {
	margin: 11px auto 0 auto;
}

.navigation {
	background: black;
	height: auto;
}

.navigation ul {
    height: auto;
	display: none;
	margin-top: 80px;
}

.navigation ul li {
    width: 100%;
    height: 46px;
	float: none;
	margin-right: 0;
}

.mobinavi {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
}

.navigation .separator {
	display: none;
}

#top_wrapper {
	margin-bottom: 10px;
	margin-top: 90px;
}

.footer_line {
	width: 320px;
}

#partners {
	float:none;
	margin-left: 0;
	text-align: center;
}

#yle {
	float:none;
	width: 100%;
	margin-left: 0;
	text-align: center;
}

#yle img {
	margin-bottom: 10px;
}

#yle span {
	display: block;
}

#footer {
	float: none;
	text-align: center;
}

.box_large p {
	width: 100%;
}

.innerpage_content {
	padding: 20px;
}

.category, .last_item_in_row, .box_nominees_small {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}

.year_winners ul {
	width: 100%;
}

.default_content h1 {
	line-height: normal;
}

#cooperation {
	text-align: center;
}

.nominees table td {
	display: block;
}

.program_text {
	width: 100%;
	box-sizing: border-box;
}

.logo_30v {
	width: 25%;
	bottom: -40px;
	right: -10px;
}

table td {
	display: block;
}

table td.no_block {
}

td.text_right {
	text-align: left;
}

.no_padding {
	padding: 0 !important;
}

}
