@charset "UTF-8";

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

body{
	background-color: white;
	color: black;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.8em;
	overflow: none;
	margin-left: 10%;
}
	
#devicemessage{
		display: none;
	}

ol{
	padding-left: 15px;
	font-size: 0.9em;
}
li{
	margin-top: 5px;
}
p{
	margin-top: 10%;
	margin-bottom: 10%;
}
.info{
	margin-top: 0;
	margin-left: 0;
	color: white;
	text-decoration: none;
	background-color: black;
	padding: 10px;
	width: 82px;
}

a{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

#info{
	display: none;
}

form:hover > #info{
	animation: fadein 2s;
	display: inline-block;
}

@keyframes fadein {
    from { opacity: 0; height: 0%;}
    to   { opacity: 1; height: 100%;}
}

.formCenter{
	margin-left: 0%;
	margin-top: 10%;
	width: 300px;
}
.form-control{
	margin-top: 20px;
}
input{
	margin-top: 80px;
	background-color: white;
	border-width: 2px;
    border-style: solid;
    border-color: black;
	color: black;
	padding: 5px;
	width: 270px;
	height: 20px;
}

.buttonEnter input{
	background-color: black;
	color: white;
	padding-bottom: 20px;
}
.buttonEnter input:hover{
	background-color: white;
	color: black;
	cursor: pointer;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  
  20%, 80% {
    transform: translate3d(0, 1px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -1px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 1px, 0);
  }
}

.signature{
	font-size: 5px;
	border-style: none;
	margin-top: 20%;
}

.button input{
	width: 150px;
	background-color: none;
	color:rgba(202,202,202,1.00);
	padding-bottom: 20px;
	border-color: grey;
	margin-top: 100px;
}
.button input:hover{
	background-color: grey;
	color: grey;
	cursor: pointer;
}

.button{
	margin-top: 100px;
	width: 130px;
	background-color: black;
	color: white;
	padding-bottom: 20px;
}
.button:hover{
	background-color: white;
	color: black;
	cursor: pointer;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.buttonGetticket input{
	width: 150px;
	background-color: rgba(141,110,143,1.00);
	color: black;
	padding-bottom: 20px;
	border-color: black;
}
.buttonGetticket input:hover{
	background-color:rgba(141,110,143,1.00);
	color: rgba(141,110,143,1.00);
	cursor: pointer;
}

.buttonGetticket{
	margin-top: 400px;
	width: 100px;
	color: white;
	padding-bottom: 20px;
}
.buttonGetticket:hover{
	color: black;
	cursor: pointer;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#feedbackticket{
	display: block;
	background-color: deeppink;
	position: fixed;
 	bottom: 0;
 	right: 0;
 	width: 100%;
	height:100%;
	text-align: center;
}

@keyframes load {
  from {
    transform: display(block);
  }
  to {
    transform: display(none);
  }
}

.warning{
	margin-bottom: 100px;
}

.buttonInfopage{
	margin-top: 7px !important;
}

.buttonInfopage input{
	margin-top: 7px !important;
	margin-bottom: 80px;
	padding-bottom: 5px !important;
}
.signature{
	margin-bottom: 50px;
	font-size: 1em;
}
}

@media only screen and (min-width: 700px) {

body{
	background-color: white;
	color: black;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.8em;
	overflow: none;
}
	
#devicemessage{
		display: none;
	}

ol{
	padding-left: 15px;
	font-size: 0.9em;
}
li{
	margin-top: 5px;
}
p{
	margin-top: 10%;
	margin-bottom: 10%;
}
.info{
	margin-top: 0;
	margin-left: 0;
	color: white;
	text-decoration: none;
	background-color: black;
	padding: 10px;
	width: 82px;
}

a{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

#info{
	display: none;
}

form:hover > #info{
	animation: fadein 2s;
	display: inline-block;
}

@keyframes fadein {
    from { opacity: 0; height: 0%;}
    to   { opacity: 1; height: 100%;}
}

.formCenter{
	margin-left: 35%;
	margin-top: 10%;
	width: 300px;
}
.form-control{
	margin-top: 20px;
}
input{
	margin-top: 80px;
	background-color: white;
	border-width: 2px;
    border-style: solid;
    border-color: black;
	color: black;
	padding: 5px;
	width: 270px;
	height: 20px;
}

.buttonEnter input{
	background-color: black;
	color: white;
	padding-bottom: 20px;
}
.buttonEnter input:hover{
	background-color: white;
	color: black;
	cursor: pointer;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  
  20%, 80% {
    transform: translate3d(0, 1px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -1px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 1px, 0);
  }
}

.signature{
	font-size: 5px;
	border-style: none;
	margin-top: 20%;
}

.button input{
	width: 150px;
	background-color: none;
	color:rgba(202,202,202,1.00);
	padding-bottom: 20px;
	border-color: grey;
	margin-top: 100px;
}
.button input:hover{
	background-color: grey;
	color: grey;
	cursor: pointer;
}

.button{
	margin-top: 100px;
	width: 130px;
	background-color: black;
	color: white;
	padding-bottom: 20px;
}
.button:hover{
	background-color: white;
	color: black;
	cursor: pointer;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.buttonGetticket input{
	width: 150px;
	background-color: rgba(141,110,143,1.00);
	color: black;
	padding-bottom: 20px;
	border-color: black;
}
.buttonGetticket input:hover{
	background-color:rgba(141,110,143,1.00);
	color: rgba(141,110,143,1.00);
	cursor: pointer;
}

.buttonGetticket{
	margin-top: 400px;
	width: 100px;
	color: white;
	padding-bottom: 20px;
}
.buttonGetticket:hover{
	color: black;
	cursor: pointer;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#feedbackticket{
	display: block;
	background-color: deeppink;
	position: fixed;
 	bottom: 0;
 	right: 0;
 	width: 100%;
	height:100%;
	text-align: center;
}

@keyframes load {
  from {
    transform: display(block);
  }
  to {
    transform: display(none);
  }
}

.warning{
	margin-bottom: 100px;
}

.buttonInfopage{
	margin-top: 7px !important;
}

.buttonInfopage input{
	margin-top: 7px !important;
	margin-bottom: 80px;
	padding-bottom: 5px !important;
}
.signature{
	margin-bottom: 50px;
	font-size: 1em;
}
}	
	
	
