

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.clear {
	position: relative;
	display: block;
	float: none;
	clear: both;
	height: 1px;
	width: 1px;
	line-height: 0;
}

.main {
	background-color: #efefef;
}

.content {
	max-width: 860px;
	min-height: 333px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-user-select: none;

}

.day {
	padding: 12px;
}

ul {
	display: inline-block;
}

.items {
	position: relative;
	list-style: none;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.item {
	position: relative;
	padding: 12px 0;
	padding-bottom: 12px;
	border-top: 2px solid #eee;
	min-height: 90px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.item.disqualified .main-col, .item.disqualified .pic-container, .item.disqualified .flag {
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}

.starlets {
	margin-left: 0px;
	margin-top: 3px;
	position: relative;
	display: block;
	font-size: 14px;
	color: #555;
	orphans: 3;
}

.starlets-text {
	font-size: 14px;
	margin-top: -3px;
}

.item:first-child {
	border-top: none;
}

.out-cross {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
	display: block;
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}

td {
	vertical-align: top;
	padding: 6px 0;
}

.flag-col {
	width: 100px;
	float: left;
	padding-right: 20px;
	cursor: pointer;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flag {
	border: 1px solid #ddd;
	position: relative;
	display: block;
	width: 100%;
}

.main-col {
	margin-bottom: 6px;
	box-sizing: border-box;
	padding-right: 100px;
}

.pic-col {
	position: absolute;
	top: 12px;
	right: 6px;
	width: 80px;
}

.item-content {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.critic-pic-container {
	position: relative;
	/*border: 2px solid #ccc;*/
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.critic-pic-container.desktop {
	display: none;
}

.pic-container {
	position: relative;
	/*top: 80px;*/
	border: 2px solid #ccc;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pic-col .blank {
	position: relative;
	display: block;
	width: 100%;
}

.intro {
	text-align: center;
	padding: 12px 12px 6px 12px;
	color: #bbb;
	border-bottom: 1px solid #eee;
}

.points {
	clear: both;
	display: inline-block;
	margin-bottom: 12px;
	/*background-color: #efefef;
	margin-top: 8px;
	padding: 3px;
	border-radius: 6px;*/
}

.points-label {
	margin-right: 5px;
}

.stars {
	color: #ffcc00;
	font-size: 1.5em;
}

.main-pic {
	display: block;
	width: 100%;
	margin-top: 12px;
}

.point-list {
	margin: 0;
	padding: 0;	
	display: block;
	list-style: none;
	font-size: 13px;
	line-height: 1.2em;
}

.point-list-item {
	display: inline-block;
	background-color: #eee;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}

.points_0 .point-list-item, .d_first .point-list-item.overview, .d_second .point-list-item.overview {
	background-color: orange;
}
.points_1 .point-list-item, .d_grandfinal .point-list-item.overview, .d_alle .point-list-item.overview  {
	background-color: #bada55;
}
.points_2 .point-list-item {
	background-color: #ffcc00;
}

.point-list-item.point-list-item-title {
	background: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.point-list-item.overview {
	font-weight: bold;
}

.points_0 .point-list-item-title {
	color: orange;
}
.points_1 .point-list-item-title {
	color: #bada55;
}
.points_2 .point-list-item-title {
	color: #ffcc00;
}

.point-value {
	color: #000;
	margin-left: 3px;
	font-weight: 800;
}

.main-pic-box {
	position: relative;
}

.play-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/play.png) 50% 50% no-repeat;
	background-size: 60px;
	background: none;
	cursor: pointer;
}

.play-btn .video {
	opacity: 0.5;
	font-size: 0.9rem;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 6px;
	color: #fff;
	background-color: rgba(0,0,0,0.25);
	border-top-right-radius: 3px;
	transition: opacity linear 0.18s;
}

.play-btn:hover .video {
	opacity: 0.8;
}

h2 {
	font-family: 'GoodCondBold', 'Arial Narrow', Impact, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
}

h2, h3, h4, h5 {
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 0;
}

h5.date {
	font-family: 'GoodCondBold', 'Arial Narrow', Impact, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	margin-top: 6px;
}

h4, h5 {
	display: inline-block;
}


.rating-box {
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 12px;
	/*font-style: italic;*/
	background-color: #f7f7f7;
	font-size: 15px;
	line-height: 1.5em;
}


.main-col:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.rating-box:before {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.rating {
	margin-top: 6px;
	widows: 2;
	orphans: 2;
	/*column-count: 2;
	column-gap: 36px;*/
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 600;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #e2001a;
	margin-bottom: 4px;
	margin-right: 12px;
}

nav {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
}

nav ul {
	padding: 0;
	margin: 0;
}

.more {
	margin-top: 12px;
	display: none;
}

.item.visible .more {
	display: block;
}

.more-btn {
	position: absolute;
	bottom: 3px;
	right: 30px;
	width: 30px;
	height: 12px;
	background: url(../img/more.png) center no-repeat;
	background-size: contain;
}

.item.visible .more-btn {
	display: none;
}

#mainNav, #yearNav {
	padding: 3px 0;

	text-align: center;
	width: 100%;
	position: relative;
	display: inline-block;
	width: auto;
}

#mainNav {
	position: relative;
	display: inline-block;
	width: auto;
}

#yearNav_2 {
	padding-right: 6px;
}

#yearNav {
	padding-bottom: 12px;
	display: none;
}

.btn_n, .btn_y, .btn_s {
	min-width: 1px;
	display: inline-block;
	padding: 3px 9px;
	margin: 3px;
	margin-top: 0;
	margin-right: 6px;
	border: 1px solid #999;
	background-color: #e0e0e0;
	color: #999;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);

}

select, option {
	font-size: inherit;
	font-size: 16px;
	font-family: inherit;
	color: #999;
}


select {
	margin-top: 7px;
	padding: 3px 9px;
	/* margin: 3px;
	margin-top: 0; */
	margin-right: 6px;
	border: 1px solid #999;
	background-color: #e0e0e0;
	color: #999;
	border-radius: 3px;
}

ul {
	padding: 0 ;
	margin: 0 ;
}

.btn_s {
	background: none;
	border: none;
	margin-right: 0;
}

.btn_n.active, .btn_y.active {
	background-color: #999;
	color: #fff;
}

.thisYear {
	font-weight: bold;
}

.btn_n:hover,.btn_y:hover {
	color: #000;
}
.btn_n.active:hover,.btn_y.active:hover  {
	color: #fff;
}

.player {
	width: 100%;
	background-color: #111;
}

@media (min-width: 500px) {
	.critic-pic-container.mobile {
		display: none;
	}
	.critic-pic-container.desktop {
		display: inline-block;
	}
	.rating {
		column-count: 2;
		column-gap: 36px;
	}

}

@media (max-width: 500px) {
	.flag-col {
		width: 60px;
	}
	.more {
		margin-top: 0px;
	}
	select, option {
		font-size: 18px;
	}
}
