/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

body {
	margin: auto;
	min-height: 100vh;
	vertical-align: baseline;
	background: rgba(0, 103, 90, 1) url(../img/background.svg) no-repeat center 315px;
	background-color: #00675A;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.head {
	width: 80%;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	margin: auto;
	display: table;
}

.logo {
	display: inline-block;
	width: 200px;
	height: 81px;
	background: url(../img/logo_miami.png);
	background-size: 100% 100%;
}

.container, .footer {
	width: 80%;
	text-align: center;
	margin: auto;
}

.action-button-wrap {
  text-align: center;
  margin: 12px 12px 24px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #000;
  text-decoration:none;
}

.navigation li {
  display: inline-block;
	margin-left: 0 !important;
  margin-bottom: 10px;
}

.navigation li a,
.navigation li span {
  display: inline-block;
}

.navigation li:not(.disabled) span {
	padding: 8px 12px;
  vertical-align: middle;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  display: inline-block;
  background: rgb(229,133,52);
  background: -moz-linear-gradient(0deg, rgba(229,133,52,1) 0%, rgba(242,199,163,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(229,133,52,1) 0%, rgba(242,199,163,1) 100%);
  background: linear-gradient(0deg, rgba(229,133,52,1) 0%, rgba(242,199,163,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e58534",endColorstr="#f2c7a3",GradientType=1);
  border-bottom: 2px solid #00675A;
  cursor: pointer;
  padding: 8px 12px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #f2c7a3;
}

.clock {
	display: block;
  margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
  color: #fff;
	text-align: center;
}

.menu {
	width: 100%;
	background-color: #e58534;
	margin: auto;
	display: inline-flex;
	vertical-align: top;
	justify-content: center;
	border-top: 1px solid #215570;
	border-bottom: 1px solid #215570;
	padding-top: 10px;	
	padding-bottom: 10px;	
}

.menu a {
	text-decoration: none;
	color: #000;
  font-weight: bold;
	margin-left: 3%;
	margin-right: 3%;
	cursor: pointer;
  transition: all .25s ease-in;
}

.menu a:hover {
	color: #fff;
}

.menumobi {
	display: none;
}

.prize, .result {
	display: inline-block;
	text-align: center;
	cursor: default;
	width: 40%;
	margin: 30px auto;
  margin-right: 10px;
  padding: 20px;
	background: url(../img/bg_box.png) rgb(251, 231, 206);
  border-radius: 5px;
}

.prize > span,
.result > span {
  display: block;
}

.prize > .title,
.result > .title {
  font-size: 28px;
  font-weight: bold;
  color: #00675a;
  margin-bottom: 10px;
}

.prize > .content {
  margin-top: 20px;
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.result > .date {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.result > .baris-bola {
  padding: 12px 0 0 0;
  font-weight: bold;
  display: inline-block;
}

.result > .baris-bola > span.bola {
  display: inline-block;
  color: #00675a;
  background: rgb(216,127,11);
  background: linear-gradient(0deg, rgba(216,127,11,1) 0%, rgba(252,176,66,1) 100%);
  border-radius: 100px;
  padding: 5px 20px;
  margin: 5px 2px;
  font-size: 40px;
  text-align: center;
}

.sponsor {
  display: inline-block;
	width: 15%;
	height: auto;
	vertical-align: middle;
	padding: 5px;
}

.box {
	width: 100%;
	margin:auto;
}

.box .title {
	background: rgba(0, 0, 0, 0.3);
	padding: 5px;
	text-align: center;
}

.detail {
	color: #000;
	border-bottom: 1px solid #00675a;
	text-align: center;
}

.detail td {
	padding: 2px;
}

.how-to-play {
	padding: 10px 0;
	margin: auto;
	color: #fff;
	text-align: left;
}

.how-to-play h1 {
	font-size: 150%;
	text-decoration: underline;
	padding: 15px;
}

.step {
	font-weight: bold;
	padding: 10px;
}

.summary-step {
	padding: 10px;
	font-size: 100%;
}

@media only screen and (max-device-width: 770px) {
  body {
    width: 100%;
    margin: auto;
  }

  .head {
    width: 100%;
    margin: 0px 0px;
    text-align: center;
    display: block;
  }
    
  .logo {
    display: block;
    margin: auto;
  }
  
  .panel-right {
    display: block;
    margin: 0px 0px;
  }
  
  .container {
    width: 100%;
    padding: 0;
  }

  .menu {
    display: none;
  }
  
  .menumobi {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
  
  .menumobi a {
    font-size: 16px;
    font-weight: bold;
    color: #e58534;
    text-decoration: underline;
  }

  .isi {
    display: block;
    padding: 10px;
  }
  
  .prize, .result {
    display: block;
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
