@font-face {
	font-family: 'roboto';
	src: url(RobotoMono-Light.ttf);
}

@font-face {
	font-family: 'robotob';
	src: url(RobotoMono-Bold.ttf);
}



body{	
	color : #ccc;
	background-image:url("logo_deletere.png");
	background-color:rgba(0, 0, 0);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 0.9vw;
	font-family:roboto;
	font-weight: 400;
	font-style: normal;
}

b {
	color : #fff;
}

table {
  text-align:center;
  border-collapse: collapse;
  margin: 0 auto;
}

input{
  color:#fff;
  font-family:robotob;
  background-color:#000;
  border:2px solid #666;
}

form{
  font-size:1vw;
  color:#fff;
  font-family:roboto;
}

td{
  padding:1vw;
}

.reservetd{
	padding:0vw 1vw 0vw 1vw;
	vertical-align:top;
}

.menu{
  width:100px;
  height:50px;
  position:relative;
  border:1px solid #fff;
}

.menu p{
  color:#fff;
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topbox{
  text-align:center;
  position:absolute;
  width:28%;
  top:48%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align:center;
}

.reservation{
  text-align:center;
  position:absolute;
  top:48%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align:center;
}

.title{
  text-align:center;
  font-size:1vw;
  letter-spacing:0.1vw;
  color:#fff;
  font-family:roboto;
  margin-bottom:1vw;
}

.projecttitle{
  text-align:center;
  font-size:1vw;
  letter-spacing:0.1vw;
  color:#fff;
  font-family:roboto;
	margin-top:2vw;
  margin-bottom:2vw;
}

.tri{
	position:absolute;
	left:0px;
	top:0px;
  width: 100%;
  margin-bottom:3vw;
}

button{
  display:inline-block;
  background-color:rgb(0,0,0,0.6);
  width:10.5vw;
  height:3.6vw;
  border:2px solid #666;
  font-size:0.8vw;
  color:#fff;
  font-family:robotob;
}

.reserve{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.9);
	visibility:hidden;
}

.buttontext{
  position:relative;
  top:35%;
}

.text{
  font-size:1vw;
  color:#fff;
  font-family:roboto;
  margin-bottom:0.8vw;
}

.errortext{
  font-size:1vw;
  color:#f00;
  font-family:roboto;
}

.succes{
  font-size:1vw;
  color:#fff;
  line-height:2vw;
  font-family:roboto;
}

.enablebtn{
	margin-bottom:1vw;
	width:13.5vw;
	height:3.6vw;
}

.minbtn{
	margin-bottom:0.5vw;
	width:13.5vw;
	height:1.8vw;
}

.maxbtn{
	margin-bottom:0.5vw;
	width:13.5vw;
	height:3.6vw;
}

.minbtndisable{
	background-color:rgb(80,80,80,0.6);
	color:#999;
	margin-bottom:0.5vw;
	width:13.5vw;
	height:1.8vw;
}

.maxbtndisable{
	background-color:rgb(80,80,80,0.6);
	color:#999;
	margin-bottom:0.5vw;
	width:13.5vw;
	height:3.6vw;
}

.videobtndisable{
	margin-bottom:1vw;
	width:13.5vw;
  height:2.6vw;
}

.disablebtn{
	background-color:rgb(80,80,80,0.6);
	color:#999;
	margin-bottom:1vw;
	width:13.5vw;
  height:3.6vw;
}

.leftbtn{
	margin-bottom:1vw;
	margin-right:1vw;
}

.rightbtn{
	margin-bottom:1vw;
}

.closebtn{
	position:absolute;
	top:2vw;
	right:2vw;
	background: url(close.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:1vw;
	height:1vw;
}

.content{
	font-size:0.8vw;
	text-align:center;
	position:absolute;
	width:50%;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: justify;
	line-height:1.5vw;
}

.logo{
	height:4vw;
	margin: 0 0 auto;
}

.tribox{
		position:relative;
		width:28vw;
		height:30vw;"
}
	
	.container{
			width: 100%;
			height: 100%;
			background-color:rgba(0, 0, 0, 0.6);
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.child {
			margin: 0;
			width: 50%;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-right: -50%;
			transform: translate(-50%, -50%);
			text-align: justify;
			text-justify: inter-word;
		}
		
		.title {
			 font-size: 2.6vw;
			 color : #fff;
			 font-weight: bold;
		}
		
		#countdown {
			font-size: 2.6vw;
			font-weight: bold;
		}
		a{
			color: red;
		}
		
		a:visited{
			color: red;
		}
		
		a:hover{
			color: white;
	}
	
@media screen and (max-width: 959px) {

	body{
	  background-color:#000;
	  margin:0;
	  font-size:3vw;
	  color:#fff;
	  font-family:roboto;
	}

	form{
	  font-size:4vw;
	  color:#fff;
	  font-family:roboto;
		width:100%;
	}

	table {
	  text-align:center;
	  border-collapse: collapse;
	  margin: 0 auto;
		width:100%;
		margin-bottom:6vw;
	}

	td{
		font-size:3.5vw;
	  padding:0vw 1vw 5vw 0vw;
	}

	input{
	  color:#fff;
	  font-family:robotob;
	  background-color:#000;
	  border:2px solid #666;
		width:100%;
	}

	button{
	  display:inline-block;
	  background-color:rgb(0,0,0,0.6);
	  width:48.6vw;
	  height:14vw;
	  border:2px solid #666;
	  font-size:3vw;
	  color:#fff;
		letter-spacing:0.8vw;
	  font-family:robotob;
	}

	.text{
	  font-size:3.5vw;
	  color:#fff;
	  font-family:roboto;
	  margin-bottom:10vw;
	}

	.title{
	  text-align:center;
	  font-size:5vw;
	  letter-spacing:0.1vw;
	  color:#fff;
	  font-family:roboto;
	  margin-bottom:12vw;
	}

	.tri{
	  width: 100%;
	  margin-bottom:14vw;
	}

	.topbox{
	  text-align:center;
	  position:absolute;
	  width:75%;
	  top:48%;
	  left:50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  text-align:center;
	}

	.enablebtn{
		margin-bottom:2vw;
		width:20vw;
		height:12vw;
		font-size:3vw;
	}
	
	.minbtn{
		margin-bottom:2vw;
		width:20vw;
		height:6vw;
		font-size:3vw;
	}
	
	.maxbtn{
		margin-bottom:2vw;
		width:20vw;
		height:12vw;
		font-size:3vw;
	}
	
	.disablebtn{
		background-color:rgb(80,80,80,0.6);
		color:#999;
		margin-bottom:2vw;
		width:20vw;
		height:12vw;
		font-size:3vw;
	}

	.errortext{
	  font-size:3vw;
	  color:#f00;
	  font-family:roboto;
	}

	.leftbtn{
		margin-bottom:6vw;
	}

	.rightbtn{
		margin-bottom:3vw;
	}

	.succes{
	  font-size:3vw;
	  color:#fff;
	  line-height:6vw;
	  font-family:roboto;
	}

	.reservation{
	  text-align:center;
	  position:absolute;
		width:80%;
	  top:50%;
	  left:50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  text-align:center;
	}

	.closebtn{
		position:absolute;
		top:5vw;
		right:5vw;
		background: url(close.png);
		background-repeat:no-repeat;
		background-size:100% 100%;
		width:5vw;
		height:5vw;
	}

	.projecttitle{
	  text-align:center;
	  font-size:4vw;
	  letter-spacing:0.1vw;
	  color:#fff;
	  font-family:roboto;
		margin-bottom:6vw;
	}

	.content{
		font-size:3vw;
		text-align:center;
	  position:absolute;
		width:80%;
	  top:50%;
	  left:50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  text-align: justify;
		line-height:4vw;
	}

	.logo{
		height:6vw;
		margin: 0 0 auto;
	}

	.tribox{
			position:relative;
			width:99%;
			height:85vw;"
	}
}

table.counter {
  text-align:center;
  margin: 0 auto;
}

td.counter{
	font-size:3vw;
	padding:0.5vw;
}

td.countersub{
	font-size:1vw;
	padding:0px;
}