@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.carousel {
  height: calc(100vh - 104px);
}

.gk-head {
  background: #0082ea;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 25px 170px 0 32px;
}

.gk-item {
  padding: 0 1rem;
  height: calc(450px - 4rem);
  position: relative;
}

.gk-item-left {
  width: 33%;
}

.gk-item-right {
  width: 67%;
  padding-left: 1rem;
}

.gk-title {
  color: #0082ea;
  font-weight: 700;
  font-size: 3rem;
}

.gk-cena {
  font-size: 2rem;
  background: #ff7600;
  color: #fff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.gk-dons {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.gk-fali {
  font-size: 1.5rem;
  background: #db0303;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}

.gk-howto {
  padding: 0.25rem 1rem;
  border: 2px solid #333;
}

.gk-howto strong {
  font-size: 1.25rem;
}

.gk-donators {
  padding: 0 1rem;
  background: #db0303;
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  width: calc(100% - 2rem);
  font-size: 1.5rem;
  height: 36px;
}

.gk-qr {
  position: absolute;
  width: auto;
  height: 100%;
  top: 6px;
  right: 32px;
}

.gk-qr img {
  width: auto;
  height: calc(100% - 12px);
}

.gk-totals {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.gk-values {
  display: inline-block;
  background: #0082ea;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
  font-size: 1.25rem;
  text-align: right;
  width: calc(20% - 2rem);
}

.gk-values b {
  font-size: 1.75rem !important;
}

.login-layout {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-panel {
  -webkit-box-shadow: 0 3px 8px 0 #ddd;
          box-shadow: 0 3px 8px 0 #ddd;
}

.login-heading {
  padding: 1rem 3rem;
  color: #fff;
  background: #0082ea;
  text-transform: uppercase;
  font-size: 2rem;
}

.login-body {
  padding: 1rem 3rem;
}

.adm-title {
  margin: 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0082ea;
  color: #0082ea;
  text-transform: uppercase;
}

.adm-title h1 {
  font-size: 1.5rem;
}

.adm-title h2 {
  font-size: 1.25rem;
}

.card-header {
  font-size: 1.25rem;
  line-height: 2rem;
  background: #0082ea;
  color: #fff;
  text-transform: uppercase;
}

.table .thead-dark th {
  background: #db0303;
  border-color: #eee;
}

.stat-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 400px;
  -webkit-box-shadow: 0 2px 6px 0 #eee;
          box-shadow: 0 2px 6px 0 #eee;
}

label:not(.form-check-label) {
  font-weight: 700;
}

.del-img {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
}

.reordering {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20001;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
}

.reordering h1 {
  margin-top: 10%;
}

.owl-theme .owl-dots {
  text-align: right !important;
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
}

