
#winnersView.prefade { opacity: 0; }
#winnersView.fadein
{
	-webkit-animation: kf_fadein 0.5s ease-in normal forwards;
	animation: kf_fadein 0.5s ease-in normal forwards;
}
#grandprix
{
	-webkit-animation: kf_fadein 0.35s ease-in normal forwards;
	animation: kf_fadein 0.35s ease-in normal forwards;
}

@keyframes kf_fadein
{
	0% { opacity: 0; }
	100% { opacity: 1; }
}

div.winnersCategoryView table
{
	box-sizing: border-box;
	margin: 1.5em 0 2.5em 0;
	padding: 0;
	border-collapse: collapse;
}
div.winnersCategoryView table td { vertical-align: top; padding-bottom: 0.5em; }

div.winnersCategoryView table td.winnerPropertyLabel
{
	min-width: 66px;
	font-size: 92% !important;
	line-height: 153.76% !important;
	color: rgba(33,35,38, 0.66) !important;
	white-space: nowrap;
}
div.winnersCategoryView table td.winnerPropertyValue
{
	padding-left: 24px;
}
div.winnersCategoryView table td.winnerPropertyValue a
{
	font-weight: 400;
	letter-spacing: 0.01em;
}

div.winnersCategoryView table td.winnerPropertyValue a:before
{
	content: "";
	display: inline-block;
	background-image: url("../visuals/icon-view-li.svg");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 6px;
}

div.winnersCategoryView div.clipPane
{
	width: 545px;
	float: right;
	box-sizing: border-box;
	margin: 0 0 0 2em;
	padding: 0;
}

div.winnersCategoryView div.clipPane p,
div.winnersCategoryView div.clipPane div.playerWrapper
{
	width: 545px;
	height: 312px;
	margin: 0;
	padding: 0;
	border: none;
	color: #ccc !important;
	overflow: hidden;
	-webkit-animation: kf_playerbg 0.3s ease-in normal forwards;
	animation: kf_playerbg 0.3s ease-in normal forwards;
}

@keyframes kf_playerbg
{
	0% { background: rgba(0,0,0, 0); }
	100% { background: rgba(0,0,0, 0.85); }
}

div.winnersCategoryView div.clipPane iframe
{
	width: 545px;
	height: 312px;
	margin: 0;
	padding: 0;
	border: none;
}
div.winnersCategoryView div.clipPane img
{
	width: 545px;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	font-family: sans-serif;
	color: #8c8d8f;
}
div.clipPane a.clipPreview
{
	position: relative;
	display: block;
}

div.winnersCategoryView h3,
div.winnersCategoryView p.price { clear: both; }

br.winnersEnd { clear: both; }

div.clipPane fieldset
{
	box-sizing: border-box;
	margin: 0;
	padding: 12px 0 0 4px;
	border: none;
}

div.clipPane input[type=radio] { display: none; }

#content div.clipPane label
{
	display: inline-block;
	color: #2274A5;
	text-align: center;
	font-size: 15px;
	height: 20px;
	width: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px rgba(234, 208, 140, 0.8) solid;
	border-radius: 50%;
	cursor: pointer;
}

#content div.clipPane input[type=radio]:checked + label
{
	color: #212326;
	background-color: #EAD08C;
}

#content div.clipPane label:hover,
#content div.clipPane label:focus
{
	color: #2274A5;
	background-color: rgba(234, 208, 140, 0.25);
}

#content div.clipPane label:active,
#content div.clipPane input[type=radio]:checked + label:active
{
	color: #212326;
	background-color: rgba(234, 208, 140, 0.5);
}

#content p.winnersListSeparator
{
	clear: both;
	height: 0;
	overflow: hidden;
}

#content p.price
{
	font-family: 'EB Garamond', Georgia, serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3em;
	line-height: normal;
	letter-spacing: 0.005em;
	margin: 0 0 -0.425em 0.25em;
	clear: both;
}

#content p.price.gold { color: rgba(234,208,140, 0.55); }
#content p.price.silver { color: rgba(22,35,38, 0.15); }
#content p.price.arts { color: rgba(17,75,95, 0.15); }
/*
#content p.price.finalist { color: rgba(34,116,165, 0.1825); font-size: 2.5em; margin-bottom: -0.4125em; }
*/
#content p.price.shortlist { color: #114B5F;  padding-top: 0.5em; margin: 0 0 -0.75em 0; font-style: normal; font-weight: 400; }
#content p.price.finalist { color: rgba(34,116,165, 0.225); padding-top: 0.5em; margin: 0 0 -0.75em 0; font-style: normal; font-weight: 400; }
#content p.price.special { color: rgba(17,75,95, 0.15); padding-top: 0.5em; margin: 0 0 -0.75em 0; font-style: normal; font-weight: 400; }

#content p.winnersListNote
{
	clear: both;
	margin: 0;
	padding: 2.5em 1.5em 0 1.5em;
	font-style: italic;
}
#content p.winnersListNote cite
{
	display: block;
	text-align: right;
	margin: 1em 0.25em 0 0;
	font-family: 'EB Garamond', Georgia, serif;
	font-weight: 400;
}

hr.winnersShortlistSeparator
{
	clear: both;
	border: none;
	border-bottom: 1px rgba(234, 208, 140, 0.5) solid;
	width: 48%;
	height: 2px;
	margin: 0 auto 2em auto;
	padding: 5em 0 0 0;
}

div.winnersCategoryView h2
{
	font-family: 'EB Garamond', Georgia, serif;
	color: #114B5F;
	font-weight: 400;
	font-size: 31px;
	margin: 0.75em 0 1.1em 0;
	clear: both;
}

div.winnersCategoryView h2.shortlist { margin-bottom: 0; }

div.winnersCategoryView h3
{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: rgba(22, 35, 38, 0.9);
}

div.winnersCategoryView h3 em.country
{
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 0 0.4em;
}
div.winnersCategoryView h3 em.country:before { content: '('; }
div.winnersCategoryView h3 em.country:after { content: ')'; }

#content div.winnersCategoryView p.annotation
{
	font-style: italic;
	margin-top: 0;
	margin-bottom: 2.5em;
}

@media screen and (max-width: 850px) {
	div.winnersCategoryView div.clipPane
	{
		float: none;
		display: block;
		margin: 0;
		width: 100%;
		height: auto;
	}
	div.winnersCategoryView div.clipPane div.playerWrapper
	{
		max-width: 100%;
		margin: 0 auto;
	}
	div.clipPane fieldset
	{
		width: 545px;
		max-width: 100%;
		margin: 0 auto;
	}
	div.winnersCategoryView div.clipPane div.playerWrapper div,
	div.winnersCategoryView div.clipPane div.playerWrapper iframe
	{
		max-width: 100%;
	}
	div.winnersCategoryView h3 { font-size: 22px; }
	div.winnersCategoryView h3 em.country { font-size: 18px; }
	#content p.price { font-size: 2.8em; }
	
	#content ul.winnersCategoryList li
	{
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#content ul.winnersCategoryList > li > ul > li:before { display: none; }
	#content ul.winnersCategoryList > li > ul { padding-left: 0; }
}

hr.winnersNavSeparator
{
	clear: both;
	border: none;
	border-top: 1px rgba(234, 208, 140, 0.5) solid;
	width: 48%;
	height: 2px;
	margin: 5em auto 4em auto;
	padding: 0;
}

#grandprix hr.winnersNavSeparator { margin: 4em auto 2em auto; }

#grandprix table,
#grandprix h3
{ margin-left: 2.5rem; }

#content #grandprix h2.price
{
	font-family: 'EB Garamond', Georgia, serif;
	color: #212326;
	font-weight: 500;
	font-size: 30px;
	margin: 1.5em 0 0 0;
}
#content #grandprix h3
{
	font-size: 22px;
}

/*
#content #grandprix h2.price.grandprix { color: #048BA8; }
#content #grandprix h2.price.grandprix { color: rgba(22, 35, 38, 0.95); }
*/
#content #grandprix h2.price.grandprix { color: #212326; }
#content #grandprix h2.price.company { color: rgba(34, 116, 165, 0.95); }

#content #grandprix p.related { margin-top: 3em; }

#content ul.winnersBottomNav
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}
#content ul.winnersBottomNav li
{
	display: block;
	box-sizing: border-box;
	color: rgba(22,35,38,0.25);
	font-size: 17px; line-height: normal;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 30%;
	max-width: 30%;
	text-overflow: ellipsis;
}
#content ul.winnersBottomNav li.previous { text-align: left; }
#content ul.winnersBottomNav li.index { text-align: center; }
#content ul.winnersBottomNav li.next { text-align: right; }

#content ul.winnersBottomNav li a
{
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	text-decoration: none;
	color: #048BA8;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content ul.winnersBottomNav li a:hover,
#content ul.winnersBottomNav li a:focus
{
	color: #2274A5;
}
#content ul.winnersBottomNav li a:active
{
	color: #d76431
}

#content ul.winnersBottomNav li:before,
#content ul.winnersCategoryList li:before { display: none; }


/* category list */

#content ul.winnersCategoryList
{
	list-style: none; padding: 0; margin: 1.5em 0 0 0;
}

@media screen and (max-width: 650px) {
	#content ul.winnersBottomNav li,
	#content ul.winnersBottomNav li.index,
	#content ul.winnersBottomNav li.next,
	#content ul.winnersBottomNav li.previous
	{
		width: 100%;
		max-width: 100%;
		text-align: left;
		margin-top: 0.75em;
	}
	#content ul.winnersBottomNav { flex-direction: column; }
	#content ul.winnersBottomNav li.index { order: -1; }
	#content ul.winnersBottomNav li.previous { order: +1; }
	hr.winnersNavSeparator { margin-bottom: 3em; }
}

#content ul.winnersCategoryList > li
{
	font-family: 'EB Garamond', Georgia, serif;
	font-weight: 400;
	color: #114B5F;
	font-size: 22px;
	padding-bottom: 0.2em;
	padding-left: 0;
}

#content ul.winnersCategoryList > li > ul
{
	list-style: none;
	padding: 0.25em 0 0.1em 2.2em;
}
#content ul.winnersCategoryList li.hasChildren ul
{
	padding: 0.25em 0 0.1em 2.5em;
}

#content ul.winnersCategoryList > li > ul li
{
	padding: 0.1em 0.1em 0.1em 0;
	font-size: 17px;
	border-radius: 2px;
	cursor: pointer;
}
#content ul.winnersCategoryList > li > ul > li.hasChildren { cursor: default; }

#content ul.winnersCategoryList > li > ul li:hover { background-color: rgba(234, 208, 140, 0.075); }

#content ul.winnersCategoryList > li > ul > li.hasChildren:hover { background-color: inherit; }

#content ul.winnersCategoryList > li > span.categoryId
{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	width: 1.75em;
	height: 1.75em;
	text-align: center;
	vertical-align: text-bottom;
	border: 1px rgba(234, 208, 140, 0.66) solid;
	background-color: rgba(234, 208, 140, 0.05);
	border-radius: 50%;
	margin-right: 1em;
	white-space: nowrap;
}

#content ul.winnersCategoryList > li > ul  li span.categoryId
{
	display: inline-block;
	width: 2em;
	margin-right: 0.75em;
	text-align: right;
	white-space: nowrap;
	overflow-y: visible;
}

#content ul.winnersCategoryList li.hasChildren ul li span.categoryId
{
	display: inline-block;
	margin-left: 0.55em;
	width: 1em;
	margin-right: 0.75em;
	text-align: left;
	white-space: nowrap;
	font-style: italic;
}

#content ul.winnersCategoryList > li > ul li:before
{
	content: "";
	display: inline-block;
	background-image: url("../visuals/icon-view-li.svg");
	width: 19px;
	height: 19px;
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 10px;
	vertical-align: text-top;
}
#content ul.winnersCategoryList li.hasChildren:before { visibility: hidden; }

#content ul.winnersCategoryList a,
#content ul.winnersCategoryList li.hasChildren span.catTitle
{
	font-weight: 400;
	text-decoration: none;
	color: #487793;
}
#content ul.winnersCategoryList a:hover,
#content ul.winnersCategoryList a:focus
{
	color: #2274A5;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(34, 116, 165, 0.5);
	text-decoration-color: rgba(34, 116, 165, 0.5);
}
#content ul.winnersCategoryList a:active
{
	color: #d76431;
	text-decoration: underline;
	-webkit-text-decoration-color: #EAD08C;
	text-decoration-color: #EAD08C;
}

#content ul.winnersCategoryList > li > ul > li > a { text-indent: 3em hanging; }

svg.view
{
	display: inline-block;
	height: 20px;
	width: 25px;
	margin: 0 14px 0 2px;
	fill: #EAD08C;
	vertical-align: bottom;
}

svg.winnersNavPrev,
svg.winnersNavNext,
svg.winnersNavIndex
{
	display: inline-block;
	height: 20px;
	width: 24px;
	fill: #EAD08C;
	vertical-align: bottom;
	margin: 0 7px 0 0;
	padding: 0;
}

a:hover svg.winnersNavPrev,
a:hover svg.winnersNavNext,
a:hover svg.winnersNavIndex
{
	fill: rgba(22,35,38, 0.66);
}

svg.winnersBack
{
	display: inline-block;
	height: 17px;
	width: 22px;
	fill: #2274A5;
	vertical-align: text-bottom;
	margin: 0 4px 0 0;
	padding: 0;
}

img.fwd-icon
{
	width: 17px;
	height: 17px;
	vertical-align: text-bottom; 
	margin-right: 0.44em;
}

/* grandprix clip */

#content #grandprix div.clipPane
{
	width: 595px;
	padding: 0 10px 0 40px;
	max-width: 100%;
	height: auto;
	margin: 1em 0 5em 0;
	float: none;
}
#content #grandprix div.clipPane img { max-width: 100%; height: auto; }

div.clipPreview
{
	display: block;
	margin: 0 0 0 auto;
	padding: 0;
	width: 545px;
	max-width: 100%;
	position: relative;
	cursor: pointer;
}

div.clipPreviewOverlay 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

div.clipPreview .playButton,
a.clipPreview .playButton
{
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin: -22px 0 0 -22px;
	padding: 0;
	border: none;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: rgba(4, 139, 168, 0.5);
	z-index: 3;
	box-shadow: 0 0 5px rgba(255,255,255, 0.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	opacity: 0.5;
}
div.clipPreview .playButton:after,
a.clipPreview .playButton:after
{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 -11px;
	padding: 0;
	border-style: solid;
	border-width: 18px 0 18px 30px;
	border-color: transparent transparent transparent rgba(255,255,255, 0.55);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.clipPreview .playButton
{
	right: 25px;
	bottom: 25px;
	top: auto;
	left: auto;
	width: 40px;
	height: 40px;
}
a.clipPreview .playButton:after
{
	margin: -11px 0 0 -6px;
	border-width: 12px 0 12px 18px;
}

div.clipPreview:hover .playButton,
div.clipPreview:focus .playButton,
a.clipPreview:hover .playButton,
a.clipPreview:focus .playButton
{ opacity: 1.0; } 

div.clipPreview:hover .playButton:after,
div.clipPreview:focus .playButton:after,
a.clipPreview:hover .playButton:after,
a.clipPreview:focus .playButton:after
{ border-left-color: rgba(255,255,255, 0.7); }

div.clipPreview:active .playButton,
a.clipPreview:active .playButton
{ background-color: rgba(215, 100, 49, 0.7); }

#videoShield
{
	position: fixed;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0,0,0, 0.85);
	box-sizing: border-box;
	margin: 0;
	padding: 18px;
	overflow: hidden;
}
#videoShield .playerWrapper
{
	box-sizing: border-box;
	padding: 30px;
	width: 860px;
	height: 500px;
	max-width: 100%;
	max-height: 100%;
}
#videoShield .playerWrapper iframe { max-width: 100%; max-height: 100%; }