/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/

body{
  background-color: #0d0d0d;
  color:#fff;
  font-size: 12px;
}

.responsive{
	max-width: 100%;
	height: auto;
}

@font-face {
  font-family:mont;
  src: url(../font/Montserrat-Regular.ttf);
}

a{
  text-decoration: none;
  color:#ffff;
}

.mont{
	font-family: mont;
}

*{box-sizing: border-box;}

.container{
	margin:0px auto 0px auto;
}

.container-fluid{
	max-width:100%;
}

.grid{
	display: grid;
}

.flex{
	display: flex;
}

.space-around{
	justify-content: space-around;
}

.tc{
	text-align: center;
}

.space-around{
	justify-content: space-around;
}

.mt-1{
	margin-top: 5px;
}

.mt-2{
	margin-top:10px;
}

.mb{
	margin-bottom: 25px;
}

.bg-black1{
	background-color: #171717;
}

.br-10{
	border-radius: 10px;
}

.fs-16{
	font-size: 16px;
}

.fb{
	color: #000;
}

/*start css bonus*/
.promos{
	padding:0px 5px 10px 5px;
}

.promos-1{
	border-bottom:1px solid #2b2b2b;
	padding: 5px 0px 5px 0px;
}

.promotion{
	grid-template-columns: 75% 25%;
	border:1px solid #2b2b2b;
	border-radius: 10px;
}

.promotion-1{
	grid-column: 1 / span 2;
	grid-row:1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #0d0d0d;
}

.promotion-1 img{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.detail{
	background-color: #0d0d0d;
	border-bottom:1px solid #2b2b2b;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -15px;
	padding:10px 15px 10px 15px;
	text-align: justify;
}

.detail p{
	padding-bottom: 5px;
	line-height: 14px;
	font-size: 12px;
}

.detail ol,.detail ul{
	padding-bottom: 5px;
}

.detail li{
	padding-bottom: 3px;
	line-height: 14px;
}

.promotion-2{
	grid-column: 1;
	grid-row:2;
	border-bottom-left-radius: 10px;
	background-color: #0d0d0d;
}

.text-promotion-2{
	padding:5px 0px 8px 15px;
}

.text-promotion-2 p{
	line-height: 15px;
}

.promotion-3{
	grid-column: 2;
	grid-row:2;
	background-color: #0d0d0d;
	border-bottom-right-radius: 10px;
	padding:10px 0px 10px 0px;
}

.promotion-3a{
	width:70px;
	border-radius:18px;
	background: linear-gradient(180deg, rgba(253,237,124,1) 1%, rgba(247,224,99,1) 20%, rgba(239,206,64,1) 42%, rgba(231,188,29,1) 62%, rgba(229,183,20,1) 80%, rgba(229,183,20,1) 98%);
	padding:5px 10px 5px 10px;
}
/*end css bonus*/

.hide{display:none}.show{display:block}

@media only screen and (max-width: 300px) {
  .promotion-3a{
	width:60px;
	margin-right: 12px;
}
}

@media only screen and (max-width: 320px) {
  .promotion-3a{
	width:60px;
	margin-right: 12px;
}
}

@media only screen and (max-width: 280px) {
  .promotion-3a{
	width:60px;
}
}