html {
font-family: soleil, sans-serif;

}

body {
background-color: #101010;
color:#fff;
background: url('/img/black-bg.jpg') no-repeat center center;
background-attachment: fixed;
background-size: cover;
}

.bg-dark {
    background-color: #000 !important;
}

.clogo {
    width:200px;
}

.topbg {
    background-size: cover !important;
}

#megabanner {
    
    
}

.navbar-brand {
    font-size: 1.5rem;
    font-family: industry-inc-base, soleil, sans-serif;
}

.fi {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color:#f2b705;
    position: relative;
    top:-2px;
}

.card {
    background-color: rgba(30,30,30,0.75);
}

.offer-card .offer-card-price {
    font-weight: 400;
    background-color: #f2b705;
    color:#fff;
    padding: 5px;
    font-size: 18px;
    padding-bottom: 0px;
        font-family: industry-inc-base, soleil, sans-serif;
}

.offer-card {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.075)!important;
    cursor: pointer;
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;  
  border:0px;

}

.iconsdiv {
    padding: 0px 5px;
    text-align: center;
display:inline-block;

}

.badge-cc {
background-color: transparent;
border:#f2b705 1px solid;
color:#f2b705;
font-weight: 400;
margin-left: 10px;
}

.iconparams {
    width:20px;
    margin-right:5px;
    display:block;
    text-align: center;
}

.offer-card:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    cursor: pointer;
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;  

}

.offer-card:hover .img-fluid {
  transform: scale(1.05);
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;        
}
.offer-card .img-fluid {
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;        
}

.img-offer {
    position: relative;
    height: 230px;
        overflow: hidden;
}

.offer-category .img-offer {
    height: 150px;
}

.img-title {
    position: absolute;
    bottom: 20px;
    left:0px;
    background-color: rgba(40,40,40,0.8);
    padding: 0.5rem 1.25rem;
    font-size: 1.1rem;
    font-weight: bold;
    color:#fff;
    margin-bottom: -20px;
    opacity: 1;
    text-transform: uppercase;
}

.btn-xs {
    font-size: 11px;
    padding: 2px 4px;
}

.offer-card-info {
    font-size: 12px;
}

.offer-category .img-title {
    font-size:0.8rem;

}

h3.category-title {
    margin-top:0;
}

.img-title .brand {
    color:#f2b705;
}

#footer {
    color:#fff;
}

#footer a:link, #footer a:visited {
    color:#fff;
}

#footer a:hover, #footer a:active {
    color:#f2b705;
}

.footer-logo {
    text-align: center;
}

h1 {
    border-left: #f2b705 24px solid;
    padding-left: 1rem;
    font-size: 1.8rem;
    padding-top: 5px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    margin-top: 2rem;    
}

h3 {
    font-size: 1.4rem;
    margin-top: 2rem;    
}

h4 {
    font-size: 1.2rem;
    margin-top: 2rem;
}

h1,h2,h3,h4,h5,h6 {
        font-family: industry-inc-base, soleil, sans-serif;
}

#topheader .bgstyle {
    background-image: linear-gradient(to right, rgba(0,0,0,1) 0%, transparent 75%);
    min-height: 200px;
    color:#fff;
}


#topheader {
      font-family: industry-inc-base, soleil, sans-serif;  
}

#topheader h1 {


    border:0;
    padding: 0;
    padding-top: 2.5rem;    
    margin: 0rem;
}

a:link, a:visited {
/*    color:#f2b705;*/
}

a:hover, a:active {
/*    color:#999;*/
}

.breadcrumb {
    background-color: transparent;
    border-bottom: #333 1px solid;
    border-radius: 0;
}

.zwykla-tabela {
    width:100%;
}

.img-icon {
    width:48px;
}

.nav-item .feather {
    margin-top: 6px;
    width: 32px;

}

.sociallink:link, .sociallink:visited {
    color:#f2b705;    
}
.sociallink:hover, .sociallink:active {
    color:#fff;    
}

.box-icon {
    display: inline-block;
    color:#fff;
    border:1px solid #444;
    padding: 10px 20px;
    background-color: #101010;
}

.breadcrumb-item a:link, .breadcrumb-item a:visited {
    color:#f2b705 !important;
}

.box-icon:hover, .box-icon:active {
    background-color: #333;
    color:#fff;
    text-decoration: none;
}

.box-icon .img-icon {
margin-right: 10px;    

}

.zwykla-tabela tr:first-child {
    color:#fff;
    font-weight: bold;
}
.zwykla-tabela tr td {
    border:#eee 1px solid;
    padding: 0.5rem;
    vertical-align: top;
}

.zwykla-tabela tr:first-child td {
    background-color: #333;
}

.well-box {
  box-shadow: 0 1rem 2rem rgba(0,0,0,.075)!important;
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;      
  border-bottom: #f2b705 4px solid;
}

.well-box-content {
    padding: 20px;
}

.well-box h2 {
    margin-top: 0.5rem;
}



.carousel-item {
  height: 50vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  
}

.carousel-gradient {
    background-image: linear-gradient(to right, rgba(0,0,0,1) 0%, transparent 75%);
    width: 100%;
    height: 100%;
}

.carousel-caption {
    right: auto;
    top:30px;
    text-align: left;
    font-family: industry-inc-base, soleil, sans-serif; 
    padding: 2rem;
    width: 25%;
}

.carousel-caption h1 {
    border: 0;
    padding: 0;
    font-size: 4rem;
    margin:0;
    color:#f2b705;
}

.carousel-item p {
    
}

ul.tech-list {
    list-style: none;
    margin:0;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;

    
}

ul.tech-list li.price {
     font-family: industry-inc-base, soleil, sans-serif;   
     margin-top: 1rem;
     font-size: 120%;
}


ul.tech-list li {
    
}

.gallery-thumb-link img {
    padding: 1px;
}

.offersold {

}

.overlay {
    display: none;
}

.netto {
    font-size: 8px;
}

.lang-menu {
    font-weight: 400;
}

.lang-menu .dropdown-item {
    padding-bottom: 0px;
}

.lang-menu .dropdown-item img {
    margin-right: 10px;
}

.lang-menu a:link, .lang-menu a:visited {
    color:#fff;
}

.lang-menu a:hover, .lang-menu a:active {
    background-color: #444;
    color:#f2b705;
}

.offersold .overlay {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 100;
    text-align: center;
}

.overlay .sold {
     font-family: industry-inc-base, soleil, sans-serif;   
     position: relative;
     top:25%;
     background-color: #f2b705;
     color:#fff;
     display: inline-block;
     padding: 10px 20px;
     padding-bottom: 5px;
}

.price-container {
    text-align: right;
}

.priceSelector {
    font-size: 12px;
}

.priceSelector:hover {
    color:#f2b705;
}

a.btn-light:visited, a:btn-light:link {
    color:#333;
}

@media (max-width: 767.98px) { 

    .carousel-item {
        background-position: center;
    }
    
    .carousel-caption {
        padding: 1rem;
        text-align: center;
        left:10%;
        right:10%;
        width: auto;
    }
    
    .carousel-caption h1 {
        font-size: 2rem;
    }
    
    .carousel-caption p {
        font-size: 0.8rem;
    }

}

@media (min-width: 1200px) { 

}


.navbar {
font-size: 0.85rem !important;
}