/**************letofest badge****************************/
#promoBadge .letofest-badge.signed
{
	background: url('/img/custom/2018/badge-letofest-small-1.png') no-repeat;
	height: 100px;
	margin-bottom: 10px;
}


#promoBadge .letofest-badge.signed a
{
	height: 100%;
	display: block;
	text-decoration: none;
}
#promoBadge .letofest-badge.signed a .text
{
	display: block;
	border-bottom: none;
	padding: 93px 0;
	margin: 0;
	text-align: center;
}


#promoBadge .letofest-badge
{
	background: url('/img/custom/2018/badge-letofest-big4.png') no-repeat;
	height: 242px;
	margin-bottom: 10px;
}


#promoBadge .letofest-badge .text
{
	margin: 0;
	padding: 55px 10px 0px 10px;
	text-align: center;
	display: block;
}

#promoBadge .letofest-badge .text h4
{
	margin-bottom: 4px;
	font-size: 14px;
}

#promoBadge .letofest-badge .text a, #promoBadge .letofest-badge .voteText a
{
	color: #FFFFFF;
}

#promoBadge .letofest-badge .voteText
{
	padding: 7px 15px;
	color: #636363;
	font-size: 10px;
	line-height: 15px;
}

#promoBadge .letofest-badge .vote
{
    padding: 0px;
}

#promoBadge .letofest-badge input.css-checkbox[type="checkbox"]
{
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#promoBadge .letofest-badge input.css-checkbox.lrg[type="checkbox"]:checked + label.css-label.lrg {
	background-position: 0 -20px;
}
#promoBadge .letofest-badge input.css-checkbox.lrg[type="checkbox"] + label.css-label.lrg {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url("/img/custom/2016/folkytonk/check.png");
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: 23px;
	padding-left: 24px;
	vertical-align: middle;
	color: #cfbb80;
	text-transform: uppercase;
	margin-top: 6px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	font-weight: bold;
	margin: 6px;
}

#promoBadge .letofest-badge.signed .text h4
{
	margin-top: 4px;
}

#promoBadge .letofest-badge.signed .text a
{
	margin-top: -4px;
	margin-bottom: 6px;
}