html,
body {
    /*background: #F1F1F1;*/
    height: 100%;
    font-family:'Open Sans', sans-serif;
}

img.thumb{
    max-height: 150px;
    max-width: 250px;
    padding: 10px 10px
}

.thumbnail img{
    width: 100%;
    background: #214541;
    border: 0;
}

.subitem{
    margin-bottom: 15px;
}
.thumbnail{
    background: #214541;
    border: 0;
    padding: 10px;
    border-radius: 0;
    color: #fff;
}

.thumbnail .caption{
    color: #fff;
    padding: 9px 0;
}


.breadcrumb{
    padding: 0px;
    display: flex;
    background: #7D3589;
    margin-bottom: 0px;
}

.breadcrumb > li + li:before {
content: '';
padding: 0px;
}

.breadcrumb > .active {
  color: #FFF;
  background: #7D3589;
  padding: 15px 30px;
}

.breadcrumb > li a{
    display: inline-block;
    background: #621A56;
    padding: 15px 30px;
    color: #FFF;
}

/*Tabela*/
.table-bordered {
  border: 0;
  background: #F6F2FA;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #DBCEE8;
}

.table .table {
  background-color: #F6F2FA;
}

.breadcrumbsArrow{
    display: inline-block;
    height: 100%;
    background: #7D3589;
    padding: 15px 10px;
    font-weight: bold;
    color: #ddd;
}

.price{
    padding: 0;
}

.thumbnail a{
    color: #BAFFEA;
}

.currency:after{
    content: " zł";
}

.users-create, .hires-index, .users-view, .site-contact{
    margin: 20px;
}

.site-about h1{
    margin: 20px;
}

.form-control{
    border-radius: 0;
}

.btn {
border-radius: 0;    
}

h4{ padding-bottom: 10px; text-align: center;}

.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}

div.required label:before{
    content: "* ";
    color: #f00;
}

.well input{
    background: #fff;
}

.listapoprzecinku:not(:last-child):after
{
    content:', ';
}

.form-group {
margin-bottom: 0px;
}

.form-control{
    height: auto;
    padding: 6px 12px;
    background: #fff;
}

.help-block{ margin-top: 2px;
margin-bottom: 4px;}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 50px 15px 20px;
}

.footer {
    
    background-color: #1A6252;
    border-top: 0px solid #ddd;
    padding: 20px;
}

.footer p{
font-size: 16px;
margin: 0;
padding: 0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

    .container {
        width: auto;
}

.well{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    
}

.header-text{
    text-align: center;
      padding-bottom: 10px;
        font-size: 18px;
}
.header-24{
      text-align: center;
}

.subcategoryItem{
    margin: 0px; text-align: center;
    padding: 20px 10px; overflow: inherit;
    background: #621A56;
    color: #fff;
}

.subcategoryItem:hover{
    background: #722A66;
 cursor: pointer;    
}

.jsTreeCategories{
    color: #fff;
    background: #333;
    margin: 0;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}
.menuCategories{
    color: #fff;
    background: #333;
    margin: 0;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

.contentContainer{
    margin: 0;
    padding: 0;
}

.products-view{
    padding: 0 20px 20px 20px;
}

.localization{
    font-size: 18px;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.46);
}

@media (min-width: 870px){
    
    .localization{
        position: absolute;
        top:0;
        height: 100%;
        font-size: 18px;
        padding: 20px;
        right: 0;
        width: 30%;
        color: #fff;
        background: rgba(0, 0, 0, 0.46);
    }

    .jsTreeCategories{
        width: 25%;
        position: relative;
        margin: 0;
        float:none;
        display:table-cell;
        vertical-align:top;
    }
    .menuCategories{
        width: 25%;
        position: relative;
        margin: 0;
        float:none;
        display:table-cell;
        vertical-align:top;
    }


    .header-24{
          text-align: right;
    }
    .header-24-container{
        position: absolute; margin-bottom: 0; bottom: 0; right: 0;
    }

    .contentbox{
        display: table-cell; padding: 10px 39px; width: 100%;
    }

    .contentContainer{
        display: table;
        padding: 0;
    }

}

.pcmagicbox{
    color: #999;
    padding: 10px 0;
    background: #0D4C32;
}
.pcmagicbox a{
    text-decoration: underline;
    color: #FFF;
}
.contentbox p {
    font-size: 14px;
}
.contentbox h1 {
    font-size: 26px;
}
.contentbox h2 {
    font-size: 22px;
}
.contentbox h3 {
    font-size: 20px;
}
.serwis-content {
    position:relative; 
    margin-left:20%;
    margin-right:20%;
    margin-top:25px;
}
.serwis-container {
    float:left;
}
.li-menu a:hover {
    color: white;
    background-color: grey;
}
.li-menu a {
    color: lightgrey;
    text-decoration: none;
    padding: 5px;
}
.ul-menu {
    list-style-type: none;
    line-height: 1.8;
    font-weight: 600;
    padding-top: 15px;
    padding-left:10px;
    color: white;
}
.active-cat {
    background-color:grey;
    color:white!important;
}

.product-phone-button {
    padding: 12px 45px;
    float: right;
    background-color:#1A6252;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 7px;
    margin: 10px 0;
    text-align:center;
  }
  .product-phone-button:hover {
    text-decoration: none;
    color: #fff;
  }

  @media (max-width: 450px){
    .product-phone-button{
        font-size: 14px;
        width:100%;
        padding: 12px 20px;
    }
    .breadcrumb {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .breadcrumbsArrow {
     display: none;
    }
    .breadcrumb > li {
      border: 0.5px solid #000;
      width: 100%;
       text-align:center;
    
    }
    .breadcrumb > li a{
        width: 100%;
        display:  block;
       
       }
     }

     .product-box > div{
        border-radius: 11px;
    
    }
    
    .product-box > div > .caption a h4{
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 0;
        border-radius: 7px;
        margin: 10px 0;
        text-align:center;
        font-weight: 550;
        text-transform: uppercase;
        height: 45px!important;
    }
    
    .product-box > div > .caption a:hover {
        text-decoration: none;
    }
    
    .product-box > div > .caption > div h4 label {
        font-size: 17px;
        color:#f6f6f6e8;
    }
    
      @media (max-width: 1300px) and (min-width: 700px) {
          .product-box > div > .caption a h4{
                height: 55px!important;
                font-size: 14px;
                font-weight: 500;
          }
    }

/* ADDITIONAL STYLES */
.serwis-content img{
	max-width:100%;
}

.blog-module{
	margin:25px 0;
}

.simple-button{
	background-color: #1A6252;
	color:#FFF;
	font-weight:bold;
	border-radius:10px;
	padding:10px 20px;
	transition:opacity 0.2s;
}

.simple-button:hover{
	opacity:0.8;
	transition:opacity 0.2s;
}

.site-contact .label {padding-top:5px;}