html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
  background-color: #f3f3f3;
}

footer {
  display: table-row;
  height: 0;
}

a {
  text-decoration: none !important;
}

hr {
  border-top: 2px solid #2e2f32;
}

input {
  font-family: "Roboto Condensed";
}

.top {
  background: black;
  padding: 20px 0;
}
.top a {
  color: white !important;
  font: 200 16px "Roboto Condensed";
  text-transform: uppercase;
  font-style: italic;
}
.top a strong {
  font-weight: 900;
}

nav {
  background: #1e2024;
}
nav .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.login {
  float: right;
  position: relative;
  padding-top: 10px;
  color: white !important;
}
.login a {
  font: 900 18px "Roboto Condensed";
  text-transform: uppercase;
  color: white !important;
}
.login a .colored {
  color: #fba711 !important;
}

main {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f3f3f3;
}

.block {
  font: 900 21px "Roboto Condensed";
  font-style: italic;
  color: black;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.block span {
  font-size: 17px;
}
.block .row {
  padding-top: 20px;
}
.block .col-6:nth-child(2) {
  padding-top: 10px;
  text-align: right;
  padding-right: 5px;
}

.button {
  color: white !important;
  font: 400 30px "Roboto Condensed";
  background: #fba711 !important;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
}

.block img, .block .row {
  width: 100%;
}

.navbar-brand img {
  max-width: 33px;
}

.modal-header {
  background: #16171b;
}
.modal-header img {
  padding-left: 15px;
}
.modal-header h4 {
  font: 900 24px "Roboto Condensed";
  text-transform: uppercase;
  color: #fba711 !important;
  padding-left: 10px;
}

.modal-body {
  padding-bottom: 0px;
}

.modal-footer {
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 0px;
  border: none;
}
.modal-footer button {
  color: white;
  font: 400 30px "Roboto Condensed";
  background: #fba711 !important;
  border: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  transition: 0.3s linear;
}
.modal-footer button:hover {
  color: black;
}

footer {
  background: #16171b;
}

.footerimg {
  text-align: center;
  font: 400 13px "Roboto Condensed";
  color: #999999 !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

/* 
*   
*
*   LICIT 
*
*
*/
.licit {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  margin-bottom: 50px;
}
.licit .col-lg-6:nth-child(2) {
  text-align: center;
  padding-top: 40px;
  padding-left: 30px;
}
.licit span {
  font-size: 15px;
}
.licit h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
}
.licit h2.actual-price {
  font-style: normal;
  font-size: 80px;
}
.licit .inner span {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}
.licit .inner div:nth-child(1) {
  margin-top: 10px;
}
.licit input {
  width: 100%;
  border: 0;
  background-color: #eaeaea;
  text-align: center;
  font-size: 31px;
  font-family: "Roboto Condensed";
  color: black;
}
.licit img {
  width: 100%;
}

.backward-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.backward {
  padding: 10px 15px;
  background-color: #fba711;
  margin-bottom: 10px;
  width: fit-content;
}


.backward a {
  text-transform: uppercase;
  font: 400 15px "Roboto Condensed";
  color: white !important;
}

.main-licit {
  padding-top: 10px;
}

.table {
  background: white;
  margin: 0;
  margin-bottom: 5px;
}
.table .inner {
  border: 2px solid #f3f3f3;
}
.table [class*=col-] {
  text-align: center;
  padding: 10px;
  font: 900 20px "Roboto Condensed";
  font-style: italic;
  text-transform: uppercase;
}
.table [class*=col-] a {
  color: #fba711 !important;
  transition: 0.3s linear;
}
.table [class*=col-] a:hover {
  color: black !important;
}

.table.data .col-4, .table.data .col-3 {
  font: 400 20px "Roboto Condensed";
  font-style: normal;
}

.container.tableparent {
  padding: 0;
}

/*
*
*
* ACCOUNT
*
*
*/
.my-data {
  font: 900 20px "Roboto Condensed";
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fba711 !important;
}
.my-data .acc-data {
  font-style: italic;
  color: black;
}

.description {
  text-transform: uppercase;
  font: 300 14px "Roboto Condensed";
  color: black;
}

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