body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
}
.mainrow, .mainrow-single {
    margin-top: 30px;
    box-shadow: 0 0 5px rgba(51,51,51,.15);
}
.mainrow div, .mainrow-single { 
    padding: 5px 10px 5px 10px;    
}

.mainrow img { 
    width: 200px;
}

.mainrow-single {
    padding: 30px;
}
.photo-spacer {
    padding: 0px 0px 15px 0px;
    margin: 30px 5px 30px 0px;
}
h1.auction_title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-top: 40px;
}

.mainrow h2, .mainrow-single h2 {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}
.photo-spacer h2 {
    border-bottom: 3px solid #F7F7F7;
    padding-bottom: 10px!important;
}
.photo-cell {
    text-align: center;
}
.price-cell {
    text-align: center;
}
.price_head_orange, .price {
    color: #FA6336;
    font-weight: bold;
}
.price {
    font-size: 52px;
}
.price_head-user {
    font-weight: bold;
    font-size: 24px;
}
.form-licytuj {
    padding-left: 40px;
}
.btn-more {
    background-color: #FA6336;   
    border-color: #FA6336;
}
.btn-more-ghost:hover {
    background-color: #6C757D;
    border-color: #6C757D;
}
.btn-more-ghost {
    background-color: #FFF;   
    border-color: #FA6336;
    color: #FA6336;
}
.jumbo h2 {
    width: 100%;
    line-height: 150%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.kkcount-down {
    border: 0px solid gray; color: #FA6336;font-weight: bold;
    font-size: 42px;
}
.auction-history {
    margin-top: 40px;
    padding-left: 30px;
}
.auction-history li {
    list-style: none;
    padding: 5px;
}

.auction-history li:first-of-type {
    font-weight: bold;
}


.main-portal-bar {
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 0 30px;
}
  
  .main-portal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    width: auto;
    max-width: 1230px;
    margin: 0 auto; }
    .main-portal-header .brand__image {
      max-width: 150px;
      max-height: 30px; }
  
  .site-info {
    max-width: 1230px;
    padding: 5px 0;
    margin: 0 auto 15px;
    border-bottom: 1px solid #f8f8f8; }
    .site-info__link {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .site-info__msg {
      color: #999;
      font-size: 0.75rem;
      margin: 0 10px 0 0; }
    .site-info__img {
      max-height: 20px; }
  
  .header__goto {
    text-transform: uppercase;
    font-size: 0.875rem; }
    .header__goto-link {
      color: #fff;
      font-size: 1.25rem; }
      .header__goto-link:hover {
        color: #fff; }
    .header__goto-icon {
      margin-left: 5px; }
  
  .header__user {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    z-index: 9999; }
  
  .header__brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
  
  .header--gray {
    background-color: #d9d9d9; }
    .header--gray .actions__buttons {
      background-color: #d9d9d9; }

      .actions__user-image {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        margin: -10px;
      }
      .actions__buttons {
        font-size: 1.1rem;
        line-height: 1.1rem;
        color: #fff;
        padding: 15px 10px;
        margin-top: 1px;
        background-color: #337ab7;
        -webkit-transition: background .1s ease-in;
        transition: background .1s ease-in;
    }
    a.actions__buttons {
        background: 0 0!important;
        margin-left: 10px;
    }
.share-island {
    background-color: #fafafa;
    padding: 20px;    
}
.module-right {
    /* padding-right: 0px;
    margin-right: 0px; */
}
.module-row {
    margin: 10px 10px 10px 0px;
    padding: 5px;
    height: 65px;
    border-bottom: 1px solid #EEEEEE;
    overflow-y: hidden;
    width: 100%;
}
.module-row:nth-child(odd) {
    background-color: #F9F9F9;
}
img.photo-cell  {
    width: 50px;
    height: 50px;
}
.module-counter span {
    color: #CFC2BC; 
    font-size: 24px;
    font-weight: bold;
}
.module-title p a    {
    line-height: 100%;
}
.module-title p a    {
    font-size: 14px;
    color: #000;
}
.price-cell b {
    font-size: 12px;
}
.badger-danger {
    background-color: #FA6336;
    font-size: 14px;
    color: #FFF;
}
.badger {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
@media (max-width: 420px) {
    .form-licytuj {
    padding-left: 0px;
    }
    .form-licytuj-main {
        margin-left: 20%;
    }
    .form-field_1 {
        float: left;
    }
}