html, body {
  height: 100%;
  margin: 0;
}

#wrapper {
  min-height: 100%;
  background: url(../images/body-b-1.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#price {
  min-height: 100%;
  background: url(../images/body-b-2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sales {
  min-height: 100%;
  background: url(../images/body-b-3.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#jet {
  min-height: 100%;
  background: url(../images/body-b-4.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#account {
  min-height: 100%;
  background: url(../images/body-b-5.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#boss {
  min-height: 100%;
  background-color: #292B2E;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact {
  min-height: 100%;
  background: url(../images/body-b-5.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#race {
  min-height: 100%;
  background: url(../images/body-b-5.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-light .navbar-nav .nav-link {
  color: #323539;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link {
  color: #656565;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background: #656565;
  color: #09b0ed;
}

.starter-template {
  color: #09b0ed;
}

@font-face {
  font-family: "micradi";
  src: url("../fonts/micradi.eot");
  src: url("../fonts/micradi.eot?#iefix") format("embedded-opentype"), url("../fonts/micradi.woff") format("woff"), url("../fonts/micradi.ttf") format("truetype"), url("../fonts/micradi.svg#micradi") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "digital-7";
  src: url(../fonts/digital-7.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
body, h1, h2, h3, p, input {
  margin: 0;
  font-weight: 400;
  font-family: "micradi", sans-serif;
  color: #34302d;
}

.navbar {
  width: 100%;
  background: #09b0ed;
}
.navbar #logo {
  color: #323539;
  font-size: 1.8em;
  font-weight: 600;
  margin-left: 1.5%;
}
.navbar #logo:hover {
  color: #656565;
}
.navbar .nav-link span {
  display: none;
}
.navbar .navbar-toggler {
  cursor: pointer;
  outline: 0;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  border: 0 !important;
  background: none;
  color: white;
  font-size: 1.8em;
  text-align: center;
}
.navbar .dropdown-menu .dropdown-item {
  background: none;
  color: white;
  margin: 5px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #09b0ed;
}
@media (max-width: 576px) {
  .navbar {
    height: inherit;
    margin-top: 0em;
  }
  .navbar .nav-link span {
    display: inline;
    font-size: 20px;
  }
  .navbar .nav-link .fa {
    display: none;
  }
}

.price h3, .price h6 {
  color: #09b0ed;
  margin: 20px auto;
}
.price p {
  color: white;
}
.price .tablo {
  font-size: 2em;
  color: #09b0ed;
}
.price .red-number {
  color: greenyellow;
  font-family: "digital-7", sans-serif !important;
  font-size: 1.2em;
}
.price .tab-content {
  margin-top: 10px;
}

.jet p {
  color: white;
}
.jet .kvard {
  margin-top: 20px;
  min-width: 100px;
  min-height: 100px;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px #323539;
}
.jet .kvard-blue {
  font-size: 30px;
  color: black;
  background: #09b0ed;
}
.jet .kvard-grey {
  font-size: 30px;
  color: white;
  background: #323539;
}
.jet .kvard-dark {
  font-size: 30px;
  color: black;
  background: lightgrey;
}
.jet span.cc {
  color: #09b0ed;
}
.jet h3 {
  color: #09b0ed;
}
.jet .jet-img-link {
  margin: 20px 20px;
}
.jet .jet-img-link:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jet .jet-img-link img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sales p.text-left {
  color: white;
  margin: 15px 0px;
}
.sales h3 {
  color: #09b0ed;
}
.sales .text-custom-color {
  color: #09b0ed;
}

.account .text-center {
  color: #09b0ed;
}
.account label {
  color: white;
}
.account span {
  color: #09b0ed;
}
.account .detailTable {
  margin-right: 0;
  margin-left: auto;
}
.account .main-text {
  margin-top: 10px;
  bottom: 0px;
  text-align: center;
}
.account .main-text p {
  padding-top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black;
}
.account .main-text .race-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.login h3 {
  color: #09b0ed;
}

.contact h3 {
  color: #09b0ed;
}
.contact .map {
  width: 800px;
  height: 467px;
  background-image: url(../images/map.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact .azs {
  position: absolute;
  background: #c5e3ed;
  border-radius: 10px;
  color: white;
  height: 10px;
  font-weight: bold;
  width: 10px;
  display: table;
  margin: 0;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(9, 176, 237, 0.6);
  -moz-box-shadow: 0px 0px 10px 5px rgba(9, 176, 237, 0.6);
  box-shadow: 0px 0px 10px 5px rgba(9, 176, 237, 0.6);
}
.contact .azs:hover {
  background-color: #09b0ed;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(9, 176, 237, 0.6);
  -moz-box-shadow: 0px 0px 20px 10px rgba(9, 176, 237, 0.6);
  box-shadow: 0px 0px 20px 10px rgba(9, 176, 237, 0.6);
}
.contact #azs1 {
  left: 238px;
  top: 270px;
}
.contact #azs2 {
  left: 325px;
  top: 368px;
}
.contact #azs3 {
  top: 297px;
  left: 408px;
}
.contact #azs4 {
  top: 190px;
  left: 555px;
}
.contact .detailAddress {
  color: #09b0ed;
}
.contact .address {
  margin-right: 10%;
  position: absolute;
  bottom: 50px;
  right: 0;
  color: white;
  font-size: 15px;
}
.contact .cst-phone {
  color: #09b0ed;
}
.contact .set-visible {
  display: block;
}
.contact .set-hidden {
  display: none;
}
.contact .point-azs {
  position: relative;
  margin: 5px auto;
}
.contact .adress-title {
  margin: 10px auto;
}

.contact-table {
  display: none;
  text-align: center;
  color: white !important;
}

@media (max-width: 1200px) {
  .contact {
    display: none;
  }

  .contact-table {
    display: block;
  }
}
.admin .nav {
  margin: 10px auto;
}
.admin .btn-file {
  position: relative;
  overflow: hidden;
}
.admin .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.admin #img-upload {
  width: 100%;
}

.welcome {
  padding: 0;
  margin: 0;
  left: 0;
  text-align: center;
}
.welcome .main-text {
  margin-top: 10px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.61);
  color: white;
  text-align: center;
}
.welcome .main-text p {
  padding-top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black;
}
.welcome .main-text .race-div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcome .test {
  display: none;
  background-color: rgba(0, 0, 0, 0.61);
  color: white;
  text-align: center;
}
.welcome .test p {
  padding-top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black;
}
.race h3 {
  color: #09b0ed;
  margin: 20px auto;
}
.race h6 {
  color: #fff;
  margin: 10px auto;
}
.race th {
  background-color: #656565;
  padding: 10px;
}
.race .gold {
  background-color: #ffe154;
}
.race .argrntum {
  background-color: #d7d7d7;
}
.race .bronse {
  background-color: #dca671;
}

#clockdiv {
  font-family: sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center !important;
  font-size: 30px;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: #09b0ed;
  display: inline-block;
}

#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: #067BA5;
  display: inline-block;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.boss .boss-btn {
  margin-top: 20px;
}
.boss .boss-main-top {
  margin-top: 40px;
}
.boss .boss-main-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
.boss .boss-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.boss .boss-btn-width-280 {
  width: 280px;
}
.boss .boss-btn-back {
  margin-top: 100px;
}
.boss .boss-text {
  color: #09b0ed;
  font-size: 24px;
}
.boss .boss-text-report {
  color: #09b0ed;
  font-size: 14px;
}

/*# sourceMappingURL=kosher.css.map */
