@font-face {
  font-family: ticket-font;
  src: url("../fonts/Tungsten-Medium.woff");
}

.top-menu {
  background: #111;
  color: #0085e3;
  font-size: 0.9rem;
  font-weight: 600;
}

.menu-bar {
  background: #0085e3;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 0.9rem;
}

header,
.sub-logo {
  color: #0085e3 !important;
}

.logo {
  width: 175px;
}

.logo-wrapper {
  position: relative;
}

.ticket {
  font-family: ticket-font;
}

.ticket > h3 {
  font-size: 4.5rem;
}

.btn-success, .bg-success {
  background: #002654;
  background-color: #002654 !important;
}

.border-success {
  border-color: #002654 !important;
}

.btn-success:hover {
  background: #003b83;
}

.sub-logo {
  position: absolute;
  left: 0;
  bottom: 1px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.nav-link {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0085e3;
  font-size: 1.5rem;
  font-weight: 600 !important;
  padding-bottom: 3px;
}

.headline {
  border-bottom: 5px solid #ffc600;
  width: 45px;
  margin-bottom: 10px;
}

.icon-games {
  width: 160px;
}

.money-prize {
  font-size: 2rem;
  display: block;
  font-weight: 700;
}

.ball-draw-sm {
  display: inline-block;
  flex: 0 1 1.825em;
  font-size: 16px !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #aaa;
  color: #333;
  text-align: center;
  background-color: #fff;
  margin: 5px;
  font-weight: 700;
  vertical-align: middle;
  padding: 5px;
}

.contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-list > li {
  display: block;
  margin-bottom: 5px;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
  display: block;
  /*      
   flex-grow | flex-shrink | flex-basis   */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
    margin-bottom: 20px;
  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
}


.select-language {
  background: #111;
  color: #fff;
  border: none;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

.select-language option img {
  width: 2rem;
  max-width: 100%;
}