html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #000000 !important;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

table {
background-color:#000824;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 0.5em 0;
  padding: 0;
  font-weight: 600;
}

.dispcard{
	display:flex;
}

.tbpred{
	width:49.5%;
	border-radius:25px; 
}

a {
  color: #fff;
}
a:hover {
}
p {
  margin: 0;
}

img {
  max-width: 100%;
}

input {
  outline: none;
  padding: 0;
}

@media only screen and (max-width: 800px) {
.demoslot iframe{
	height: 300px;
}
}

.banner {
text-align:center;	
margin-top:5px;
}

.demoslot{
	margin-top:5px;
}	

.prediksigacor {
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin-bottom:10px;
}

.provider {
	width: 100%;
	text-align: center;
	color:white;
	font-size:30px;
	margin-bottom: 20px;
	float:left;
}

.gameList {
	height:200px;
	width: 150px; 
	margin-left: 15px;
	float:left;
}

.gacor {
	width: 150px; 
	text-align: center; 
}	

.bandar-button .btn {
    background-color: #fdd600 !important;
    border-radius: 5px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 0 10px;
}

.bandar-rank {
    background:#480000;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 700;
    margin-right: 10px;
	font-size:18px;
	color:#fcff00;
}

.bandar-box {
    position: relative;
	 background: linear-gradient(to bottom,#830000,#ad0000);
    border: 1px solid #575a5f;
    border-radius: 5px;
    padding: 8px;
    margin: 5px 0;
}

.m-0 {
    margin: 0!important;
}

.head1 {
	margin-top:20px; 
	width:100%;
}	

.head2 {
text-align:center;
 width:80%;
 margin:auto;
}	

.s1 {
background: linear-gradient(to bottom,#499bea 0,#113f70 100%);
width:69%; 
margin-right:-5px; 
height:40px;
color:white; 
font-size:20px;
font-weight:bold;
}

.s2 {
background:white; 
width:29%; 
margin-left:-5px; 
height:40px; 
color:blue; 
font-size:20px; 
font-weight:bold;
}

.hk1 {
background: linear-gradient(to bottom,#ff0030 0,#4c000e 100%);
width:69%; 
margin-right:-5px; 
height:40px;
color:white; 
font-size:20px;
font-weight:bold;
}

.hk2 {
background:white; 
width:29%; 
margin-left:-5px; 
height:40px; 
color:red; 
font-size:20px; 
font-weight:bold;
}

.q1 {
background: linear-gradient(to bottom,#4fba00 0,#1c4100 100%);
width:69%; 
margin-right:-5px; 
height:40px;
color:white; 
font-size:20px;
font-weight:bold;
}

.q2 {
background:white; 
width:29%; 
margin-left:-5px; 
height:40px; 
color:green; 
font-size:20px; 
font-weight:bold;
}

.m1 {
background: linear-gradient(to bottom,#ff6000 0,#833100 100%);
width:69%; 
margin-right:-5px; 
height:40px;
color:white; 
font-size:20px;
font-weight:bold;
}

.m2 {
background:white; 
width:29%; 
margin-left:-5px; 
height:40px; 
color:orange; 
font-size:20px; 
font-weight:bold;
}

.a1 {
background:white; 
width:29%; 
margin-left:-5px; 
height:40px; 
color:black; 
font-size:20px; 
font-weight:bold;
}

.h1 {
background: linear-gradient(to bottom,#499bea 0,#113f70 100%);
width:69%; 
margin-right:-5px; 
height:40px;
color:white; 
font-size:20px;
font-weight:bold;
}

.h2 {
background:white; 
width:29%; 
margin-left:-5px; 
height:40px; 
color:blue; 
font-size:20px; 
font-weight:bold;
}

.container {
    margin-top: -15px;
}

.btn-info {	
	background: linear-gradient(#0030ff, #0030ff 60%, #0030ff);	
	font-weight: bold;
}

.center-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0 20px 20px 20px;
  position: relative;
}
.main-container {
  width: 100%;
  max-width: 75em;
  background-color: transparent;
  position: relative;
}

.notif-modal {
  background: rgba(26, 29, 34, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  animation: hidden 0.3s forwards;
  z-index: 20;
}
.notif-modal .modal-container {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 18px 51px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 51px -21px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 51px -21px rgba(0, 0, 0, 0.75);
}
.notif-modal .modal-container img {
  height: 60vh;
  width: initial;
  display: block;
}
[for="olmclose"] img {
  max-width: 30px;
}
[for="olmclose"] {
  position: absolute;
  left: 101%;
  bottom: 53%;
  cursor: pointer;
  z-index: 10;
}
#open:checked + .notif-modal .modal-container {
  animation: show2 10.3s forwards;
}
#open:checked + .notif-modal {
  pointer-events: auto;
  opacity: 0;
  animation: show 10s forwards;
}
input.notif-radio {
  display: none;
}
@keyframes show {
  0% {
    opacity: 0;
    top: -200%;
    right: -200%;
  }
  97% {
    opacity: 0;
  }
  98% {
    opacity: 0;
    top: 0;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show2 {
  0% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  98% {
    top: -30px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@keyframes hidden {
  0% {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
  }
  99% {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    top: -200%;
    left: 0;
    bottom: 0;
    right: -200%;
    opacity: 0;
    display: none;
  }
}

.numberCircle2 {
    border-radius: 50%;
    width: 36px;
    height: 36px;
	display:inline-block;
    background: #243665;
    border: 2px solid #666;
    color: #8bd8bd;
    text-align: center;
    font-size: 25px;
}

.numberCircle3 {
    border-radius: 50%;
    width: 36px;
    height: 36px;
	display:inline-block;
    background: #4831d4;
    border: 2px solid #666;
    color: #ccf381;
    text-align: center;
    font-size: 25px;
	margin-bottom:5px;
}

.loading-number {
  margin:10px 0;
  padding:10px 30px;
  border:2px dotted #fdd600;
  border-radius:100px;
  text-align: center;
}
.loading-number img.refresh {cursor:pointer;}
.loading-number span {font-weight:600;}

#opnnav {
	font-size:30px;
	cursor:pointer;
	display : none;
}

#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.onload-modal {
  display: flex;
  position: fixed;
  z-index:10;
  background: rgba(0,0,0, 0.95);
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: -2000%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
}
.onload-modal .modal-container {
  position: relative;
  text-align: center;
  border-radius:10px;
  display: flex;
  width:80%;
  height:85%;
  transform: translateY(3%);
  flex-direction: column;
  justify-content: flex-start;
  padding:10px 20px 10px 20px;
  align-items: center;
  color:#fff;
  background-color: #272c32;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.75);
  box-shadow: 0 0 10px rgba(0,0,0,0.75);
}

.onload-modal .close img {
  max-width: 40px;
}
.onload-modal .close {
  position: absolute;
  left: calc(100% - 30px);
  top: -45px;
  cursor: pointer;
  z-index: 10;
  width:40px;
}
.onload-modal.opened {
  animation: show 0.3s forwards;
}

input.onload-radio {
  display: none;
}
@keyframes show {
  0% {opacity: 0;}
  20% {opacity: 0; top: 0; right: 0;}
  100% {opacity: 1; top: 0; right: 0;}
}

.blink_me {
  font-size: 1.5em; font-weight: 600; display:block; margin-bottom:10px;
}
.iplink {font-size:2em; font-weight: 600;}
.apkcomingsoon {opacity: 0.3;width:150px;}
.comingsoonapp {opacity: 0.5; font-size:0.8em;}
.tggabung {width:200px;}

.onload-modal .modal-container hr {width:90%; opacity:0.4; border-top:1px solid yellow;}

.downloadrajaimg {height:60vh;}

.downloadrajafooter {vertical-align: middle;}

.thank-you-survey-title {display:block; text-align:center; color:#82dc57; font-weight:600; font-size:1.3em; padding-bottom:20px;}
.winner img {background:white; border-radius: 100%; padding:4px; margin-right:10px; }
.winner span {font-weight:400; font-size: 0.8em;}
.winner {
  cursor:pointer; position:relative; font-weight:400; font-size:14px; width:100%;
  display:flex; justify-content: flex-start; align-items: center; flex-direction: row;
  margin-bottom:10px; background: linear-gradient(173deg, rgba(31,79,188,1) 0%, rgba(9,45,89,1) 100%);
  padding:10px; border-left:#96c8fb 3px solid; border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
  font-weight: 600;
  color:#fff;
}

.winner div {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;}

#header {
  padding: 30px 0;
  height: 92px;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
  margin-left:40px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
}

.nav-menu,
.nav-menu * {
  margin-top: 8px;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

#nav-menu-container {
  float: right;
  margin-right: 35px;
}

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none !important;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  transition:0.5s;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #18d26e;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

a.btn-prediksi {
    color: #ffffff;
    background-color: #ff0000;
	border-color:#ff0000;
	width:30%;
}

a.btn-livedraw {
    background-color: #00b604;
	border-color: #00b604;
	width:30%;
}

a.btn-warning {
    color: #ffffff;
    background-color: #f89406;
    border-color: #f89406;
	width:30%;
}

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.results-container h1 {
  font-size: 1.5em;
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 2%;
}

.results-placement-horz1 {
  grid-column: 1/-1;
  text-align: center;
}
.results-placement-horz2 {
  grid-column: 1/-1;
  text-align: center;
}
.results-placement-horz3 {
  grid-column: 1/-1;
  text-align: center;
}

.results-item {
    background-color: #222534;
    border-radius: 5px;
    box-shadow: 0px 0px 18px grey;
}
.results-item a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.results-country {
    display: flex;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px;
    height: 80px;
    /* box-shadow: 1px 1px 10px grey; */
    align-items: center;
    background: linear-gradient(to top, #222534, #222af1);
}
.results-country img {
  width: 60px;
  display: block;
}
.results-country span {
  text-align: center;
  color:white;
  font-weight: 700;
  font-size: 1.4em;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

span.none {
  display:none;
}

.results-result {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 1);
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-size: 100%;
  background-position: center center;
  padding: 30px;
  font-size: 3.5em;
  color: #000;
  text-align: center;
}

.prediksi-result {
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  font-weight: 600;
  background-size: 100%;
  background-position: center center;
  background-size: cover;
  padding: 30px;
  font-size: 2em;
  color: #fff;
  text-align: center;
}

.results-meta {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #222534;
    display: flex;
    padding: 15px 20px;
}
.results-meta span{
	display:block; 
	width:100%;
	text-align: center; 
	font-weight: 700;
	font-size:1em;
	font-family: "Montserrat", sans-serif;
}

.results-history {
  padding: 20px;
}
.results-history .more {
  display: flex;
  justify-content: center;
  padding: 15px 0 0 0;
}
.results-history .title {
  font-size: 1.1em;
  color:white;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: block;
  line-height: 100%;
}
.results-history .title img {
  transform: translateY(-5px);
}
.results-history div {
  display: flex;
  color:white;
  font-weight: 700;
  padding: 5px 0;
  font-size: 0.85em;
  font-family: "Montserrat", sans-serif;
}
.results-history div span {
  margin-left: auto;
  color:white;
  font-weight: 800;
}

.country-results .country-wrapper {
  position: relative;
}
.country-results .country-wrapper .single-title {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px 0;
}

.country-results .country-wrapper .rowi {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  border: 1px solid #2d3139;
  font-size: 0.8em;
  border-radius: 5px;
  margin: 2px 0;
  width:100%;
}
.country-results .country-wrapper .rowi.header {
  background-color: #00176c;
  color:#fff;
}

.country-results .country-wrapper .rowi div {
  padding: 6px;
  color:#fff;
}
.country-results .country-wrapper .country-name {
  border-radius: 5px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  background:url("../images/ep.png");
  padding: 10px;
}
.country-results .country-wrapper .country-name span {
  font-size: 1em;
  display: block;
  padding: 0 20px;
  color:black;
  font-weight:600;
}
.country-results .country-wrapper .country-name h5 {
  margin-left: auto;
  font-weight: 300;
  text-align: right;
}
.country-results .country-wrapper .country-name h5 b {
  color: yellow;
}
.country-results .country-wrapper .country-name img {width: 45px;}
img.pasar-logo {max-height:60px; margin:0.5em 0;}

@keyframes bgoutline {
    0%{transform: scale(0.8); opacity: 1; padding: 16px 20px;}
    50%{opacity: 1;}
    100%{transform: scale(1); opacity: 0; padding: 16px 24px;}
}

.country-result-hair-ini {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px 0;
  flex-direction: column;
}
.country-result-hair-ini h5 {margin-top: 10px;}
 @-webkit-keyframes resultnumberanim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes resultnumberanim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes resultnumberanim {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}

.join-telegramgroup-wrapper {
  background: #404040;
  border-radius: 5px;
}

@-webkit-keyframes bgscroll {
  from {background-position:60% 0;}
  to {background-position:50% -2000px;}
}

.join-telegramgroup-logo {
  background-image:url("../images/telegram.png");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
}
.join-telegramgroup-chatbubbles {
  background-image:url('../images/bubble.png');
  -webkit-animation:bgscroll 30s infinite linear;
  background-repeat: repeat-y;
  background-size: 40%;
}
.join-telegramgroup {
  border-radius: 5px;
  background-image:url('../images/logo.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-around;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
  font-size: 1.7em;
  font-weight:600;
  padding:0 10px;
  width:100%;
  height:160px;
  box-shadow:0 7px 15px rgba(0,0,0,0.5);
}
.join-telegramgroup span {display:block; width:100%;}
.join-telegramgroup a {margin:0; text-shadow: none; box-shadow:0 7px 15px rgba(0,0,0,0.5); font-weight:600; font-size: 0.8em;}

.join-whatsappgroup-chatbubbles {
  background-image:url('../images/bubble-wa.png');
  -webkit-animation:bgscroll 30s infinite linear;
  background-repeat: repeat-y;
  background-size: 40%;
}

.join-whatsappgroup-logo {
  background-image:url("../images/whatsapp.png");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
}

.join-whatsappgroup {
  border-radius: 5px;
  background-image:url('../images/logo.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-around;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
  font-size: 1.7em;
  font-weight:600;
  padding:0 10px;
  width:100%;
  height:160px;
  box-shadow:0 7px 15px rgba(0,0,0,0.5);
}
.join-whatsappgroup span {display:block; width:100%;}
.join-whatsappgroup a {margin:0; text-shadow: none; box-shadow:0 7px 15px rgba(0,0,0,0.5); font-weight:600; font-size: 0.8em;}


.shio-table {
  width:90%;
  box-shadow: 0 3px 5px 0px rgba(0,0,0,0.3);
  text-align: center;
  margin-bottom:20px;
  border:0;
}
.shio-table {border: 1px solid #2d3139;}
.shio-table td {padding:10px; border:0px solid;}
.shio-table td.head {color:#fff; background:#00176c; width:20%;}
.shio-table td.data-shio {
  display: inline-flex;
  justify-content: flex-start;
  width:100%;

}
.shio-table td .bar {
  display: block;
  text-align: right;
  color:black;
  padding:5px;
  font-size: 0.7em;
  background: -webkit-linear-gradient(top, #ff0000, #f0ff00);
  border-radius: 2px;
  margin: 0;
  height: 100%;
  transition: width 0.5s;
  box-shadow: 0 3px 4px 0px rgba(0,0,0,0.3);
  }
  
  

.btn10am{
	color: white;
	text-align: center;
	background-color: #65ca0c;
	width:145px;
}

.btn1pm{
	color: white;
	text-align: center;
	background-color: #276cba;
	width:145px;
}

.btn4pm{
	color: white;
	text-align: center;
	background-color: #f26513;
	width:145px;
}

.btn7pm{
	color: white;
	text-align: center;
	background-color: #563b8c;
	width:145px;
}

.btn10pm{
	color: white;
	text-align: center;
	background-color: #b02779;
	width:145px;
}

.btn1am{
	color: white;
	text-align: center;
	background-color: #f1ca15;
	width:145px;
}

@media only screen and (max-width: 640px) {
ul.nav-menu{display:none;}
#opnnav {
	font-size:30px;
	cursor:pointer;
	display : block;
	margin-top: 15px;
    margin-right: -20px;
}

img {
    position: relative;
}

.tbpred{
	width:100%;
}

#nameprediksi{
	vertical-align: bottom; !important;
}


#tablepasar{
	border-collapse:collapse !important;
}

.country-results .country-wrapper .country-name {
	width:100%;
    border-radius: 5px;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    background: url(../images/ep.png);
    padding: 10px;
}

.numberCircle2 {
	width:28px;
	height:28px;
	font-size:18px;
}
.numberCircle3 {
	width:24px;
	height:24px;
	font-size:17px;
}
.dispcard{
	display:inline;
}

.shio-table{
 width:100%;   
}

.country-results .country-wrapper .rowi {
  width:95%;
}

}


.best-bandar {text-align:center;color: #e0dfdc; }
.best-bandar span {font-size: 0.8em; font-weight: 300; color:yellow; font-style: italic;}
.bandar-rank {
	margin:0 0 0.5em 0; 
	padding:1em 0.5em; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: row; 
	position: relative;
}
.bandar-rank-row {
  display: flex;
  border:1px solid #57a4f2;
  border-radius:5px;
  width: 100%;
  height:inherit;
  flex-direction: column;
  position:relative;
  margin:0.2em 0;
}

.bandar-rank-row img {
	width:25%;
}

.comingsoon{color:#57a4f2;}

.bandar-rank-row.top1 {
	background: -webkit-linear-gradient(bottom, #007dfa, #5895d1);
	align-items: center; 
	font-size: 300%;
	height: 500px;
}
.bandar-rank-row.top2 {
	background-color:#5385b8;
	justify-content: center; 
	align-items: center; 
}
.bandar-rank-row.top3 {
	background-color:#385470;
	justify-content: center; 
	align-items: center; 
}

.bandar-rank-row div:first-child {
	margin:5px;
	max-width:fit-content;
	border-radius:5px; 
	background-color:#575a5f; 
	display: flex; 
	justify-content: center; 
	font-weight: 600;
}
.star-rating {color:yellow;}

 span.new-bandar {
  background-color:gold;
  padding:3px 5px;
  display:inline-block;
  position:relative;
  margin-left:6px;
  color:#000;
  font-weight:700;
  border-radius: 3px;
  font-size:0.6em;
    background-image: linear-gradient(
      to right,
      transparent 33%,
      rgba(255,255,255,0.8) 50%,
      transparent 66%
    );
    background-size:300% 100%;
    animation: shine 2s infinite;
    box-shadow:0 0 4px rgba(0,0,0,0.8);
}
@keyframes shine {
  0% {
    background-position: right;
  }
}
.daftar-bandar {
	background-color:#0c5ca8; 
	border-radius: 4px; 
	margin-left: auto; 
	text-decoration: none; 
	padding:8px 12px; 
	text-transform: uppercase; 
	font-weight: 600; 
	font-size: 0.8em; 
	text-align:center;
}
.daftar-bandar.full {
	width:100%;
}
.daftar-bandar.top1 { 
	box-shadow:0 1px 3px rgba(0,0,0, 0.5); 
	background: linear-gradient(251deg, #ee5221, #b72226, #ffa500); 
	background-size: 600% 600%;
	-webkit-animation: AnimationName 3s ease infinite; 
	-moz-animation: AnimationName 3s ease infinite; 
	animation: AnimationName 3s ease infinite;
}
.daftar-bandar.top2 { 
	box-shadow:0 1px 3px rgba(0,0,0, 0.5); 
	background:#ce8500; 
}
.daftar-bandar.top3 { 
	box-shadow:0 1px 3px rgba(0,0,0, 0.5); 
	background:#499a1d; 
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 62%}
    50%{background-position:100% 39%}
    100%{background-position:0% 62%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 62%}
    50%{background-position:100% 39%}
    100%{background-position:0% 62%}
}
@keyframes AnimationName {
    0%{background-position:0% 62%}
    50%{background-position:100% 39%}
    100%{background-position:0% 62%}
  }

.bandar-list-row.header {
	border:0; 
	font-weight:600; 
	font-size:1em; 
	background: url("../images/ep.png");
	color:#000;
}
.bandar-list-row.header div:first-child {background:transparent;}

.bandar-list-row {
  display: flex;
  position:relative;
  flex-direction: row;
  border:1px solid #575a5f;
  border-radius:5px;
  width: 100%;
  margin:0.7em 0;
  font-size:1em;
}
.bandar-list-row.top1 {background: -webkit-linear-gradient(bottom, #71d6e3, #1875cc);}
.bandar-list-row.top2 {background-color:#1461a8;}
.bandar-list-row.top3 {background-color:#114a80;}

.bandar-list-row > div {padding:5px; width:100%; display:flex; align-items: center; line-height: 100%;}
.bandar-list-row div:first-child {margin:5px;max-width:50px; border-radius:5px; background-color:#575a5f; display: flex; justify-content: center; align-items: center; font-weight: 600;}
.bandar-list-row div:last-child {margin-left: auto; display:flex; justify-content: flex-end;}
.bandar-list-row div:last-child a {padding:15px; font-size: 1.4em; letter-spacing: 0.2em;}
.bandar-list-row div:last-child a.big {padding:20px 15px; font-size: 1.5em; letter-spacing: 0.2em;}
.bandar-title {font-weight: 600; font-size: 1.2em; text-shadow: 0 1px 3px rgba(0,0,0, 0.5);}
.bandar-list-row div:nth-child(5) img {width:20px; padding:3px;}

@media only screen and (max-width: 640px) {
  .bandar-list-row {flex-wrap: wrap;}
  .bandar-list-row div:first-child {border-radius:5px;}
  .bandar-list-row div:nth-child(2) {flex-grow: 1;}
  .bandar-list-row div:nth-child(5) {flex-basis:100%;}
  .bandar-list-row div {justify-content:center; flex-basis:50%;}
  .bandar-list-row.header {display:none;}
  .bandar-list-row div:last-child {flex-basis:100%;}
  .bandar-list-row div:nth-child(3):before {content:'Min Dp: '; margin-right:5px; font-size: 0.8em; font-family:arial; opacity:0.5;}
  .bandar-list-row div:nth-child(4):before {content:'Min Wd: '; margin-right:5px; font-size: 0.8em; font-family:arial; opacity:0.5;}
}

.jointotoplacement img {width:100%; max-width: 600px;}
.jointotoplacement {
  display:flex;
  align-items:center;
  justify-content: center;
}

.single-title {
  font-size: 1.4em;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  color: #82dc57;
  margin:5px;
}

.country-result-today h3 span.code {text-transform: uppercase; display:inline-block;}
.country-result-today h3 {
  font-size: 1.2em;
  color: #fff;
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: 300;
}
.country-result-today h3 span {
  display: block;
  font-size: 0.8em;
}

.frequency-cointainer {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}
.frequency-cointainer h1 {
  width:100%;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  color: #82dc57;
  margin:10px 0;
}
.frequency-card {
  background: linear-gradient(0deg, #000d3f 0%, #00176c 100%);
  border-radius: 5px;
  height: auto;
  padding: 5px;
  margin:5px;
  flex: 1 0 21%;
}
@media only screen and (max-width: 960px) {
  .frequency-card {
    flex: 1 0 42%;
  }
}
@media only screen and (max-width: 640px) {
.dispcard{
	display:inline;
}
    
  .frequency-card {
    flex: 1 0 100%;
  }
}

.frequency-graph {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  height: 200px;
  align-items: flex-end;
}
.frequency-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width:10%;
  margin:0 2px;
  justify-content: flex-end;
  font-size: 0.7em;
  height: 200px;
}
.frequency-bar .bar {
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(top, #f17700, #fcff00);
  width: 100%;
  border-radius: 3px;
  margin: 0;
  height: 0;
  transition: height 0.5s;
}
.frequency-bar .bar div {
  color: #000;
  font-weight: 600;
}
.frequency-bar .number {
  order:2;
  justify-content: center;
  color:#7fbaf5;
}
.frequency-card .position {
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color:#fff;
}

@keyframes txt_blur {
		0% { -webkit-filter: blur(100px);}
		30% { -webkit-filter: blur(0px);}
		50% { -webkit-filter: blur(0px);}
		80% { -webkit-filter: blur(0px);}
		100% { -webkit-filter: blur(100px);}
	}
	
.numblur {
   animation: txt_blur 2s infinite; 
   color :#ffed00 !important;
}

.ik-container img {
  width: 100%;
}
.ik-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0;
  grid-gap: 20px;
}
.ik-container .long {
  grid-column: span 2;
}

.blog-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0;
  grid-gap: 20px;
}
.blog-item {
  display: grid;
  grid-template-rows: auto auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: url("../images/ep.png");
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
}

.blog-item div.thumb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  background-size: cover;
  padding-top: 56.25%;
  margin:10px 10px 0 10px;
}

.blog-item div.content {
  padding: 15px;
  position: relative;
  color:black;
}

.blog-item div.content a {
  color:black;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background-color:#1a1d22;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.article-container.fluid {display:flex;}
.article-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.article-container article {
  display: block;
  padding-bottom: 10px;
  background: url("../images/mocha.png");
  border-radius: 5px;
}
.article-container article .content {
  padding: 20px;
  line-height: 150%;
}
.share-bar h3 {
  width: 100%;
  text-align: center;
  color:black;
  font-weight: 600;
}
.share-bar {
  padding: 15px;
  background: url("../images/ep.png");
  border-radius: 5px;
  margin: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.share-bar a {
  padding: 10px;
  background-color: #6d90ca;
  margin: 5px;
  border-radius: 50px;
}
.share-bar img {
  display: block;
  width: 30px;
}
.article-container .sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  align-content: flex-start;
}

.table-wrapper {
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: scroll;
  position: relative;
  width: 100%;
  height: 550px;
}

.pred-table table {font-size: 0.8em; margin-bottom:20px;}

.prediksi-table {
  border-collapse: collapse;
  margin-bottom: 5px;
  width: 100%;
}
.prediksi-table td {
  width: 50%;
  color:#ffed00;
}
.prediksi-table th {
  font-size: 1.2em;
  text-align:center;
  color:#fff;
}

.prediksi-table,
th,
td {
  text-align: center;
  font-weight: 600;
  color: #ffed00;
}

.single-share {
  margin-left: auto;
}
.single-share a {
  text-decoration: none;
  margin-left: 15px;
}
.single-share a img {
  width: 20px !important;
  display: inline-block;
}

.country-desc {
  display: flex;
  background: url("../images/ep.png");
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.5);
  padding: 15px;
  color:black;
}

.how-lucky-modal {
  position: fixed;
  z-index: 50;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 75vw;
  background-image: -moz-linear-gradient(-107deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 79%, rgb(95, 7, 9) 100%);
  background-image: -webkit-linear-gradient(-107deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 79%, rgb(95, 7, 9) 100%);
  background-image: -ms-linear-gradient(-107deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 79%, rgb(95, 7, 9) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.how-lucky-modal.showlucky {
  animation: showlucky 1s forwards ease-out;
}

.how-lucky-modal.hidelucky {
  animation: hidelucky 1s forwards ease-in;
}

.close-lucky {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
}

.howlucky-container {
  display: grid;
  grid-template-columns: 3fr 5fr;
  grid-gap: 20px;
  width: 80%;
}
.howlucky-container .left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.howlucky-container .left img {
  width: 70%;
}
.howlucky-container .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.howlucky-container .right img {
  width: 150px;
  display: block;
  margin-bottom: 30px;
}
.howlucky-container .right h1 {
  color: white;
  margin-bottom: 20px;
  font-size: 3em;
}
.howlucky-container .right h4 {
  color: white;
  font-weight: 300;
}

input[type="number"].howluckyinput {
  border-width: 1px;
  border-color: rgb(253, 213, 0);
  border-style: solid;
  background-color: rgba(65, 68, 76, 0.322);
  box-shadow: inset 0px 4px 13px 0px rgba(0, 0, 0, 0.5);
  font-size: 2em;
  padding: 15px;
  color: #fff;
  text-align: center;
  outline: 0;
  width: 50%;
  margin: 20px 0;
}
input[type="submit"].howluckysubmit {
  border-radius: 5px;
  background-color: #fdd600;
  box-shadow: 1.69px 3.625px 9.5px 0.5px rgba(71, 17, 10, 0.5);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #000;
  padding: 20px 40px;
  text-align: center;
  border: 0;
  outline: 0;
  margin: 8px 0;
  font-weight: 600;
  cursor: pointer;
}

@keyframes showlucky {
  0% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@keyframes hidelucky {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}

.lucky-numbers-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.luckynumbers-container {
  display: grid;
  grid-template-columns: minmax(100px, 2fr) 6fr;
  grid-gap: 20px;
  width: auto;
}
.luckynumbers-container .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.luckynumbers-container .left img {
  width: 90%;
  max-width: 300px;
}
.luckynumbers-container .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}
.luckynumbers-container .right h3 {
  font-weight: 300;
}
.luckynumbers-container .right a.tryagain {
  border-radius: 5px;
  background-color: #fdd600;
  box-shadow: 1.69px 3.625px 9.5px 0.5px rgba(71, 17, 10, 0.5);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #000;
  padding: 14px 20px;
  text-align: center;
  border: 0;
  outline: 0;
  margin: 8px 0;
  font-weight: 600;
  text-decoration: none;
}
.your-numbers {
  border-width: 1px;
  border-color: rgb(253, 213, 0);
  border-style: solid;
  background-color: rgba(65, 68, 76, 0.322);
  box-shadow: inset 0px 4px 13px 0px rgba(0, 0, 0, 0.5);
  font-size: 2.4em;
  padding: 7px 16px;
  color: #fff;
  text-align: center;
  outline: 0;
  width: auto;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.winningtotal {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(231, 69, 31);
  border-radius: 10px;
  background-image: -moz-linear-gradient(-90deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 100%);
  box-shadow: 0px 0px 30px 2px rgba(241, 68, 44, 0.6);
  padding: 20px 40px;
  text-align: center;
}
.winningtotal span {
  font-size: 3em;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-shadow: 0px 4px 8.55px rgba(0, 0, 0, 0.51);
  -moz-transform: matrix(0.40166325023123, 0, 0, 0.40166325023123, 0, 0);
  -webkit-transform: matrix(0.40166325023123, 0, 0, 0.40166325023123, 0, 0);
  -ms-transform: matrix(0.40166325023123, 0, 0, 0.40166325023123, 0, 0);
}

.winningnumbersgrid {
  display: flex;
  align-items: flex-start;
  flex-flow: row;
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}

.winning-number-result {
  display: grid;
  margin: 10px 3px;
  grid-template-columns: 3fr 2fr;
  grid-gap: 3px;
  padding: 5px;
  align-items: center;
    border: 1px solid #2d3139;
  border-radius: 5px;
}
.winning-number-result div:first-child {
  font-size: 0.8em;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
}
.winning-number-result div:last-child {
  font-size: 0.8em;
  color: #fff;
  font-weight: 600;
}

.footer-container {
  text-align: center;
  padding:10px;
  font-size: 0.7em;
}

.sticky-cta {
  max-width: 200px;
  width:60vw;
  position: fixed;
  bottom: 0;
  left: 0;
}

.faq-container {
    background:#3f4249;
    padding:10px;
    border-radius: 10px;
}
.faq-container h2 {text-align:center; margin-bottom:20px;}
.faq-container h3 {margin:10px 0; text-decoration:underline;}
.faq-answer {margin:10px 0 20px 10px;}

.survery-sticky {position: fixed;bottom:0;right:0;width: 100%;display: flex;height:65px;background: linear-gradient(180deg, #82dc57, #32b621, #82dc57);text-align:left;display:flex;font-size: 0.8em;flex-direction: column;color:#000;padding:5px 0 0 0; z-index: 10;}
.survery-sticky .btn {margin-left:30vw; width:100%;color:white; font-size: 1em; text-align:center; background-color: #ff4242;background: linear-gradient(90deg, rgba(255,66,66,1) 0%, rgba(255,129,79,1) 30%, rgba(255,126,78,1) 70%, rgba(255,66,66,1) 100%);border-radius: 5px;padding:10px;border-bottom:2px solid rgba(0,0,0,0.3);box-shadow: 0 4.5px 3.6px rgba(0, 0, 0, 0.07), 0 12.5px 10px rgba(0, 0, 0, 0.046), 0 30.1px 24.1px rgba(0, 0, 0, 0.035), 0 100px 80px rgba(0, 0, 0, 0.024);}
.surverygirl {position:absolute;left:10px;bottom:-10px;max-width:100px;}

.cek {
  color:#fff;
  text-decoration: none;
  position: relative;
  font-weight:bold;
  font-size: 1.2em;
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.lucky-sticky {
  position: fixed; bottom:0; left:0; width: 100%; display: flex; height:55px; align-items: center; justify-content: center; flex-direction: column;
  background-image: -moz-linear-gradient(-107deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 79%, rgb(95, 7, 9) 100%);
  background-image: -webkit-linear-gradient(-107deg, rgb(248, 113, 72) 0%, rgb(240, 82, 33) 16%, rgb(183, 34, 38) 79%, rgb(95, 7, 9) 100%);
  color:#fff;
  font-size: 1em;
  cursor: pointer;
}

.recap-sticky {
  position: fixed; bottom:0; left:0; width: 100%; display: flex; height:55px; align-items: center; justify-content: center; flex-direction: column;
  background-image: -moz-linear-gradient( 146deg, rgb(13,99,187) 0%, rgb(58,155,255) 100%);
  background-image: -webkit-linear-gradient( 146deg, rgb(13,99,187) 0%, rgb(58,155,255) 100%);
  background-image: -ms-linear-gradient( 146deg, rgb(13,99,187) 0%, rgb(58,155,255) 100%);
  background-image: linear-gradient( 146deg, rgb(13,99,187) 0%, rgb(58,155,255) 100%);
  color:#fff;
  cursor: pointer;
}

@keyframes pulse_animation {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes pulse_animation {
  0% { transform: scale(1); }
  50% { transform: scale(0.8); }
  100% { transform: scale(1); }
}
.telegram-ctas {display:flex; flex-direction:row; align-items: center; justify-content: center;}

@media only screen and (max-width: 1330px) {
  .results-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 960px) {
  ul.top-nav {
    display: none;
  }
  .results-grid {
    grid-template-columns: 1fr 1fr ;
  }
  .results-placement-horz1 {
    grid-row: 2;
  }
  .results-placement-horz2 {
    grid-row: 4;
  }

.join-telegramgroup-logo{
	background-size: 100px;
}
.join-telegramgroup{
	background-size: 250px;
}
.join-whatsappgroup-logo{
	background-size: 100px;
}
.join-whatsappgroup{
	background-size: 250px;
}

  .country-results {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .country-results .country-wrapper .country-name span {
    font-size: 1.3em;
  }
  .country-results .country-wrapper .country-name h5 {
    font-size: 0.8em;
  }
  .country-results .country-wrapper .country-name img {
    width: 30px;
  }

  .blog-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 640px) {

  .telegram-ctas {flex-direction:column;}

  .results-grid {
    grid-template-columns: 1fr;
  }

  .blog-container {
    grid-template-columns: 1fr;
  }
  .blog-container h3 {
    grid-column: span 1;
  }

  .article-container {
    grid-template-columns: 1fr;
  }
  .article-container h2 {
    grid-column: span 1;
  }

  .ik-container {
    grid-template-columns: 1fr;
  }
  .ik-container .long {
    grid-column: span 1;
  }
  .article-container .sidebar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .how-lucky-modal {
    width: 100%;
  }
  .howlucky-container {
    width: 100%;
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
  .howlucky-container .left {
    display: none;
  }
  input[type="number"].howluckyinput {
    width: 80%;
  }

  .luckynumbers-container {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .luckynumbers-container .left {
    display: none;
  }
  .winningtotal span {
    font-size: 2em;
  }
  .winningnumbersgrid {
    flex-flow: column;
    align-items: center;
  }

  .results-placement-horz1 {
    grid-row: 4;
  }

  .results-placement-horz2 {
   grid-row: 8;
  }
}

.fade-carousel {
    position: fixed;
	left:25%;
	max-width: 500px;
}
.fade-carousel .carousel-inner .item {
    height: 50vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.btn.btn-lg {padding: 10px 20px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background: -webkit-linear-gradient(top, #f17700, #fcff00);
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

a.list-group-item {
    height:auto;
    min-height:220px;
}
a.list-group-item.active small {
    color:#fff;
}
.stars {
    margin:20px auto 1px;    
}

.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #000;
    height: 100px;
}
.slotwrapper ul {
    list-style: none;
    position: relative;
    float: left;
    font-size: 100px;
    line-height: 100px;
	left:-5%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 33%;
    }
	.fade-carousel {
    position: fixed;
	left:0%;
	max-width: 500px;
	}	
	.fade-carousel .carousel-inner .item {
		height: 50vh;
	}
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 100px;
    }
    .slotwrapper ul {
        width: 25%;
        font-size: 90px;
        left:-10%;
    }
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}