
.breadcrumb {
  max-width: 740px;
  margin: 40px auto;
  font-size: 24pt;
  font-family: Plantagenet_Cherokee, Verdana, Arial, sans-serif;
}

.breadcrumb span {
  padding: 3px 20px;
  background: #5F0B0E;
  color: black;
  display: inline-block;
  border-bottom: 2px solid black;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
}

.breadcrumb .visited {
  background: #D61920;
}

.breadcrumb .current {
  background: #D61920;
	font-weight: bold;
	color: white;
}

.breadcrumb span:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}

.breadcrumb span:first-child {
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}


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

  .breadcrumb span {
    clip-path: none;
    width: 100%;
    text-align: center;
    padding: .3em 0;
  }

	.breadcrumb span:last-child,
  .breadcrumb span:first-child {
    clip-path: none;
  }

}
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

@font-face {  
	font-family:Plantagenet_Cherokee;  
	src: url(fonts/Plantagenet_Cherokee.eot);  /* EOT for IE */
	src: local("Plantagenet_Cherokee"),
	url(fonts/Plantagenet_Cherokee.ttf) format("truetype"); /* non-IE */  
} 

body {
	background-color: black;
	font-family: 'Roboto', sans-serif;
	color: white;
    padding-bottom: 70px;
	width: 780px;
	margin: auto;
}

.site {
	width: 90%;
	margin-left: 5%;
}

header > img {
	display: block;
	width: 100%;
	margin: auto;
}

#timer {
	text-align: right;
}

a {
	color: #ED1C24;
	text-decoration: none;
}

a:hover {
	color: #888;
}

.text-center {
	width: 100%;
	text-align: center;
}

.red-text {
	color: #ED1C24;
}

.bold-text {
	font-weight: 700;
}

.next-button {
	cursor: pointer;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18pt;
	margin: auto;
	margin-top: 50px;
	background-color: #ED1C24;
	border: none;
}

.next-button-disabled {
	background-color: #f26166 !important;
	cursor: auto !important;
}

.no-pointer {
	cursor: default !important;
}

footer {
	background-color: #333;
	border-top: 1px solid #7d7d7d;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 50px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}


/* Welcome page */
.welcome {
	margin-top: 7%;
	font-size: 32pt;
	width: 100%;
	text-align: center;
}

.lang {
	margin-top: 5%;
	margin-bottom: 1%;
	font-size: 18pt;
}

.lang-img > img {
	border: 5px solid #282828;
	border-radius: 2px;
	cursor: pointer;
	margin: 5px;
	width: 18%;
}

.lang-img > img:first-child {
	margin-left: 6%;
}

.selected {
	border: 5px solid #ED1C24 !important;
}


/* Ticket page */
.enter-ticket {
	margin-top: 5%;
	font-size: 18pt;
    margin-bottom: 3%;
}

.scan-ticket {
	margin-bottom: 50px;
	font-size: 22pt;
}

.ticket-input {
	display: block;
	margin: auto;
    margin-bottom: 20px;
    padding-left: 5px;
    line-height: 40px;
    font-size: 26pt;
    border: none;
    background-color: #333;
    color: white;
}

.img-center {
	display: block;
	margin: auto;
	height: 200px;
}

.info-box {
	margin: auto;
	margin-top: 5%;
	font-size: 18pt;
	font-weight: 300;
}

.kiosk-captcha,
.barcode-captcha {
	width: 305px;
	margin: auto;
}

.barcode-captcha {
	margin-bottom: 5%;
}

#loading {
	width: 300px;
	margin: auto;
	margin-top: 15%;
}

#barcode-error,
#captcha-error {
	color: red;
	font-size: 16pt;
	text-align: center;
}

#barcode-error,
#captcha-error,
#loading {
	display: none;
}


/*Voting*/
#ranking {
	font-family: Plantagenet_Cherokee, Verdana, Arial, sans-serif;
}

.rank {
	font-size: 21pt;
	margin-top: 40px;
}

.rank a,
.rank a:hover {
	color: black;
	cursor: pointer;
}

.rank-title {
	background: white;
	padding: .35em 1em;
	color: black;
  	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

.rank-asset {
	padding: .25em 1em .25em 1.3em;
	margin-left: -10px;
}

.empty {
	border: grey dashed;
	color: white !important;
}

.filled {
	background: grey;

}

.assets {
	margin-top: 30px;
	overflow: auto;
}

.asset {
	color: grey;
	font-size: 22pt;
	width: 120px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 5px;
	float: left;
	cursor: pointer;
	border: solid 2px grey;
	text-decoration: underline;
	
    background-image: radial-gradient(circle at center, grey 3px, transparent 4px), 
    radial-gradient(circle at center, grey 3px, transparent 4px), 
    radial-gradient(circle at center, grey 3px, transparent 4px), 
    radial-gradient(circle at center, grey 3px, transparent 4px);
    background-size: 20px 20px;
    background-position: top left, bottom left, top right, bottom right;
    background-repeat: no-repeat;
}

.asset:hover {
	color: white;
	border: solid 2px white;
}

.asset:hover {
    background-image: radial-gradient(circle at center, white 3px, transparent 4px), 
    radial-gradient(circle at center, white 3px, transparent 4px), 
    radial-gradient(circle at center, white 3px, transparent 4px), 
    radial-gradient(circle at center, white 3px, transparent 4px);
    background-size: 20px 20px;
    background-position: top left, bottom left, top right, bottom right;
    background-repeat: no-repeat;
}

.hidden{
	display: none;
}

#failed,
#success {
	font-size: 160pt;
	text-align: center;
}

#success {
	color: green;
}

#failed {
	color: red;
}

#error-msg {
	font-size: 24pt;
	text-align: center;
}


/*Raffle*/
.raffle-text {
	margin-top: 50px;
	text-align: center;
	font-size: 16pt;
}

.raffle-thanks {
	font-size: 18pt;
}

.emeralds-cup {
	font-size: 20pt;
	font-weight: 700;
}

#register-form {
	width: 420px;
	margin: auto;
	margin-top: 50px;
	display: none;
}

#register-form > input {
	background-color: rgba(255, 255, 255, 0.2);;
	border: none;
	color: white;
	font-size: 22pt;
	margin-bottom: 16px;
	width: 100%;
}

#register-form > input[type="submit"] {
	margin-top: 0;
	font-size: 22pt;
	background-color: #ED1C24;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#register-form > a {
	text-decoration: underline;
	margin-left: 10px;
	vertical-align: super;
}

.raffle-buttons {
	margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#raffle-buttons > .next-button {
	width: auto;
	margin: initial;
    padding-left: 10px;
    padding-right: 10px;
}


/*Thanks*/
.thanks {
	margin-top: 10%;
	font-size: 26pt;
	text-align: center;
}

.follow {
	margin-top: 100px;
	font-size: 20pt;
	text-align: center;
}
.social-media {
	text-align: center;
}

.social-media > .fa {
    padding: 20px;
    font-size: 30px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}

.social-media > .fa:hover {
    color: white;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram { 
	background: #125688;
    color: white;
}

.fa-google-plus {
	background: #dd4b39;
    color: white;
}

.back-link {
	text-align: center;
	margin-top: 50px;
	font-size: 16pt;
}

/* Kiosk */

.kiosk-captcha {
	margin-top: 150px;
	margin-bottom: 100px;
}

.enter-kpassword {
    font-size: 18pt;
    margin-bottom: 10px;
}

/* Voting closed */
.voting-closed {
	margin-top: 30px;
	text-align: center;
	clear: both;
}

.closed-title {
	font-size: 18pt;
}

.closed-text {
	font-size: 15pt;
	width: 70%;
	float: left;
	margin-bottom: 50px;
}

@media only screen and (max-width: 780px) {
	body {
		width: 100%;
	}

	.ticket-input {
		font-size: 20pt;
	}

	.info-box {
		font-size: 13pt;
		width: 100%;
	}

	.breadcrumb {
		font-size: 4vw;
	}

	#ranking {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.lang-img > img:first-child {
		margin-left: 5px;
	}

	.lang-img > img {
		width: 40%;
	}

	.raffle-buttons {
		width: 100%;
	}

	.raffle-buttons > div {
		width: 48%;
		font-size: 16pt;
	}

	.no-raffle-button {
		margin: 0;
		margin-left: 2%;
	}

	#register-form {
		width: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.lang {
		font-size: 15pt;
	}

	.welcome {
		font-size: 18pt;
	}

	.lang-img {
		width: auto;
	}

	.ticket-input {
		font-size: 12pt;
	}

	.breadcrumb {
		font-size: 6vw;
	}

	.rank {
		font-size: 6vw;
	}

	.raffle-text {
		font-size: 14pt;
	}

	.emeralds-cup {
		font-size: 18pt;
	}

	#register-form > input {
		font-size: 16pt;
	}

	#register-form > input[type="submit"] {
		margin-top: 0;
		font-size: 18pt;
	}

	.raffle-buttons > div {
		font-size: 12pt;
	}
}