@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800");

body,
html {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
}

.img-responsive {
  width: 100px;
}

h1,
h2,
h3 {
  color: #4a4a4a;
}

h2.title {
  text-transform: uppercase;
}

.cover {
  position: relative;
  height: 3.6em; /* exactly three lines */
}

#register {
  margin: 48px 0 0 0;
}

#register input {
  height: 48px;
  border: 1px solid #a8a8b4;
}

#register input[type="checkbox"] {
  height: 14px;
}

#register input::placeholder {
  color: #29405e;
}

#register .account {
  padding: 16px 32px;
}

#register h2 {
  font-weight: 600;
}

#register .account h2 {
  margin: 32px 0 32px 0;
}

#register form {
  padding: 16px 48px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

#sale {
  background: #fafafa;
  padding: 48px 0 64px 0;
}

h2.title {
  font-size: 26px;
}

#sale h2 {
  font-size: 34px;
  font-weight: 600;
}

#sale h3 {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 48px 0;
}

#sale span {
  font-size: 22px;
  font-weight: 400;
}

#content {
  padding: 0 0 128px 0;
  background: #ffffff;
}

#content .title {
  padding: 32px 0 48px 0;
  text-align: center;
}

#content .blocks div {
  height: 120px;
  padding: 0 16px 0 24px;
}

#content .blocks div:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}

#content .blocks h3 {
  color: #138dcd;
}

#content .item {
  margin: 0 0 32px 0;
  text-align: center;
}

#content .item.shadow {
  padding: 0 0 8px 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

#content .item .image {
  position: relative;
  display: block;
  height: 200px;
  background-position: center !important;
  background-color: #bebebe !important;
  background-size: cover !important;
}

#content .item .image .timer {
  position: absolute;
  display: block;
  top: 36px;
  left: 0px;
  padding: 8px 16px;
  color: #ffffff;
  background: #ff7c2d;
}

#content .item .content {
  min-height: 40px;
  padding: 0 16px 0 16px;
}

#content .item .content h3 {
  min-height: 55px;
}

#content .item .content span {
  display: block;
  color: #a9a9a9;
  font-size: 12px;
}

#content .item .content .price {
  color: #138dcd;
  font-size: 32px;
  font-weight: bold;
}

#content .item .btn {
  margin: 16px 16px 16px 16px;
  padding: 10px 16px;
}

#content .items-auction .item {
  margin: 0 0 32px 0;
  text-align: left;
}

.quicklinks ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.quicklinks ul li {
  display: block;
  margin: 0 0 16px 0;
  padding: 4px 0 4px 48px;
  background: url("../img/bubble_info.png") no-repeat center left;
}

.quicklinks ul li a {
  padding: 0 0 2px 0;
  border-bottom: 1px solid #138dcd;
}

.quicklinks ul li a:hover {
  text-decoration: none !important;
}

.box {
  display: block;
  margin: 0 0 16px 0;
  color: #ffffff;
  background: #138dce;
}

.box .top {
  padding: 16px;
  background: #0c6392;
  text-transform: uppercase;
}

.box .content {
  padding: 16px;
}

.box input {
  border: none !important;
}

.category {
  display: inline-block;
  margin: 0 8px 0 0;
}

.category-remove {
  display: inline-block;
  margin: 0 8px 0 8px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  background: #010101;
}

.sort {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 15px;
  border-radius: 25px;
  border: none;
  display: inline-block;
  color: #2e2e2e;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 2px 0;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2e2e2e;
  content: "";
  position: relative;
  top: 11px;
  right: -4px;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #2e2e2e;
  content: "";
  position: relative;
  top: -9px;
  right: -4px;
}

.checkmarks h3 {
  display: inline !important;
}

.checkmark {
  display: inline-block !important;
}

.nopadding {
  padding: 0px !important;
}

.green {
  background: #1cb87a;
  color: #ffffff;
}

.module .search {
  display: block;
  margin: 16px 0;
}

.btn {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.btn-custom {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0px !important;
}

#register .btn-block {
  padding: 12px 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-green {
  display: block;
  color: #ffffff;
  background: #555555;
}

.btn-green:hover {
  color: #ffffff;
  background: #303030;
}

.btn-blue {
  color: #ffffff;
  background: #138dce;
}

.btn-blue:hover {
  color: #ffffff;
  background: #0f75ac;
}

.background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 0 0 0;
  background: url("../img/header.jpg") no-repeat center center;
  background-size: cover;
}

.page-header,
.page-header h1 {
  margin-top: 0;
}

#auction {
  margin-top: 45px;
}

#auction .title {
  display: inline-block;
  color: #138dcd;
  margin: 0 0 16px 0;
}

#auction .title::after {
  content: "";
  width: 50%;
  padding: 10px 0 0 0;
  display: block;
  border-bottom: 2px solid #138dcd;
}

#auction h5 {
  font-weight: bold;
}

#auction .auction-grid {
  margin-bottom: 30px;
}

#breadcrumb {
  min-height: 40px;
  padding: 10px 0 8px 0;
  color: #ababab;
  background: #f0eeef;
}

#breadcrumb a {
  color: #ababab !important;
}

#content .header {
  text-align: center;
  margin: 0 0 24px 0;
  padding: 16px 0 24px 0;
  background: #fafafa;
}

@media (min-width: 768) {
  .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  #content .header {
    text-align: left;
  }
}

#content .header .info h2 {
  color: #138dcd;
}

#auction-items .item {
  margin: 0 0 32px 0;
}

.filters {
  margin: 0 0 16px 0;
}

.categories {
  display: block;
  margin: 0 0 32px 0;
  padding: 16px 16px 32px 24px;
  background: #eeeeee;
}

.categories label {
  display: block;
  margin: 0 0 8px 0;
  font-weight: normal;
}

.categories .parent label {
  font-weight: bold;
}

.categories .parent {
  display: block;
  margin: 16px 0 0 0;
}

.categories .child {
  display: block;
  padding: 0 0 0 16px;
}

.auctionmaster {
  display: table;
  border-collapse: separate;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 16px 0;
}

.auctionmaster .portrait,
.auctionmaster .content {
  display: table-cell;
  vertical-align: middle;
}

.auctionmaster .portrait {
  width: 64px;
}

.auctionmaster .portrait img {
  border-radius: 50%;
}

.auctionmaster .portrait:last-child,
.auctionmaster .content:last-child {
  padding-left: 15px;
}

#greybox {
  padding: 48px 0;
  color: #ffffff;
  background: #138dcd;
}

#greybox a {
  color: white !important;
  text-decoration: none;
}

#greybox h2 {
  font-size: 20px;
  color: white !important;
}

#greybox ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#greybox ul li {
  display: block;
  margin: 4px 0 8px 0;
  padding: 8px 0 0 0;
}

#footer {
  padding: 16px 0;
  text-align: center;
}

.block {
  display: block;
  margin: 0 0 16px 0;
  text-align: center;
  color: #ffffff;
}

.block.spotlight {
  background: #fdd02e;
}

.block .title {
  min-height: 48px;
  padding: 16px;
  font-size: 16px;
}

.block .image {
  display: block;
  min-height: 160px;
  background: #bebebe;
}

.overview {
  font-weight: bold;
  text-align: center;
  color: #008ec8;
}

.circle {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  padding: 60px 0 0 0;
  border-radius: 80px;
  font-size: 24px;
  background: #008ec8;
  color: #ffffff;
}

.data {
  display: block;
}

.data .section {
  padding: 16px;
}

.data .top {
  color: #008ec8;
}

.graph {
  display: inline-block;
  margin: 0 auto;
  margin-top: 8px;
  padding: 8px 16px;
  text-align: center;
  color: #ffffff;
  background: #1cb77a;
  border-radius: 4px;
  font-size: 14px;
}

#auction .info {
  padding: 0 0 32px 0;
}

#auction .description {
  display: block;
  color: #ababab;
}

#auction .location {
  display: block;
  padding: 16px 0;
  font-style: italic;
}

.header .timer {
  font-size: 28px;
  color: #1eb87a !important;
  text-transform: none !important;
}

.pictures {
  display: block;
  margin: 0 0 64px 0;
}

.pictures .picture {
  margin: 0 0 16px 0;
}

thead {
  min-height: 48px !important;
  color: #ffffff;
  background: #008ec8;
  border: none !important;
}

.data .row {
  padding: 16px 0;
  font-size: 16px;
}

.data .row:nth-child(odd) {
  background: #e8e8e8 !important;
}

.data .row.header {
  min-height: 48px;
  padding: 0px !important;
  color: #ffffff !important;
  background: #138dcd !important;
}

.data .row.header div {
  padding: 16px;
}

.data .row.header .dark {
  background: #313131;
}

.data .row a {
  color: #404040;
}

.data .center {
  text-align: center;
}

.data .date {
  display: block;
  text-align: center;
}

.data .image {
  display: block;
  min-width: 60px;
  min-height: 60px;
  margin: 8px;
  border-radius: 30px;
  border: 1px solid #969696;
  background: #bebebe;
}

.data .description {
  font-size: 14px;
  color: #ababab;
}

/* old */

.fake {
  display: block;
  margin: -120px 0 0 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.button {
  display: block !important;
  width: 100% !important;
  padding: 16px;
  text-align: center;
  background: #ffffff;
}

.product {
  padding: 16px;
  background: #008ec8;
  color: #ffffff;
}

.product .form-control {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0px !important;
}

.product .btn {
  display: block !important;
  width: 100% !important;
}

.data tbody td {
  padding: 16px !important;
}

.data thead th,
tfoot th,
tfoot td {
  border-color: #dddddd !important;
}

.data .no-footer {
  border: none !important;
}

.no-filter .dataTables_filter {
  display: none !important;
}

.has-error input {
  background: #e74c3c;
  color: #ffffff;
}

.dt-buttons {
  position: absolute;
  bottom: -164px;
  width: 100%;
  margin: 64px 0 0 0;
  padding: 0 0 48px 0;
  text-align: center;
}

.dt-button {
  display: inline-block;
  min-width: 100px;
  margin: 0 8px;
  padding: 4px 16px;
  text-align: center;
  text-transform: uppercase;
  border: none !important;
  background: #bebebe;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.buttons-excel {
  background: #f5a623;
}

.buttons-print {
  background: #1cb87a;
}

.dt-button:hover {
  color: #ffffff !important;
  background: auto !important;
}

.complete {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  padding: 24px 0 0 0;
  position: absolute;
  top: 0px;
  right: -16px;
  text-align: center;
  background: #1cb87a;
}

.complete a {
  color: #ffffff;
}

.js-field {
  display: none;
}

.bidding.bidding-disabled .box {
  opacity: 0.5;
}

.alert > .glyphicon:first-child {
  margin-right: 6px;
}

.auctionmeta {
  padding: 16px 0;
  margin-bottom: 16px;
}

ul.meta {
  list-style: none;

  display: table;
  border-collapse: separate;

  width: 100%;

  margin: 0;
  padding: 0;
}

ul.meta > li {
  display: table-row;
}

ul.meta > li > span {
  display: table-cell;
  padding: 15px 0;
}

ul.meta > li > span.meta-key {
  font-weight: bold;
  width: 1%;
}

ul.meta > li + li > span {
  border-top: 1px solid #dedede;
}

ul.meta > li > span + span {
  padding-left: 15px;
}

h2.title {
  font-size: 21px;
}

#sale span {
  font-size: 14px;
}
