html, body{
    font-size: 100%;
    background-color: #FFF;
    min-width: 240px;
}

a {
    color: #44413c;
}

h5 {
    font-size: 16px;
}

.clr {
    clear: both;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.no-margin-left {
    margin-left: 0px;
}

.no-margin-right {
    margin-right: 0px;
}

.height10 {
    height: 10px;
    clear: both;
}

.height20 {
    height: 20px;
    clear: both;
}

.height30 {
    height: 30px;
    clear: both;
}

.height40 {
    height: 40px;
    clear: both;
}

.height50 {
    height: 50px;
    clear: both;
}

h1 {
    color: #0959FB;
}

img {
    width: 100%;
}

/*Style dla menu */

.menu-background {
    background: #000000;
    display: table;
    width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul.sf-menu  li {
    list-style: none;
    background: #cf471d;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}


ul.sf-menu li a {
    color: #FFF;
    display: block;
    font-size: 14px;
    padding: 8px 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: 8px;
   
}

ul.sf-menu > li > a:hover {
    color: #000;
}

ul.sf-menu ul li:hover {
    background: #fff;
    color: #FFF;
}

ul.sf-menu a:hover {
    text-decoration: none;
}

ul.sf-menu ul {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
}

ul.sf-menu .dropdown:hover > ul {
    display: block;
    background: #cf471d;
}

ul.sf-menu ul li {
    padding: 4px 12px;
}

ul.sf-menu ul li a {
    color: #000;
    line-height: 18px;
}

/*Style dla menu */

/*Style dla contentu */

.wrap p {
    color: #FFF;
}

p.breadcrumbs a {
    padding: 20px;
    color: #FFF;
}

.articleButton {
    text-align: center;
}

.content-article {
    background: #6fb6f8;
}

.content-article h2  {
    font-size: 16px;
    color: #931111;
}

.content-article h2 a {
     color: #FFF;
}

.articleImage {
    border: 1px solid #337AB7;
    height: 150px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.sidebar {
    border: 1px solid gray;
    padding: 5px;
}

.articleButton a {
    color: red;
}

.content-bottom li {
    list-style: none;
    text-align: left;
}

.content-bottom li {
    padding: 4px 0;
    border: 1px solid #EAEAEA;
    margin: 10px 0;
    padding: 0 0 0 15px;
}

.content-bottom li a {
    color: #CF471D;
}

p.last-articles {
    text-transform: uppercase;
    font-weight: bold;
}

p.last-articles {
    text-transform: uppercase;
    font-weight: bold;
}

p.random-articles {
    text-transform: uppercase;
    font-weight: bold;
}

.content-article input,
.tab-pane input {
    border: 1px solid #000;
    color: gray;
    margin: 20px;
    padding: 5px;
    width: 30%;
    text-align: center;
}

.content-article textarea,
.tab-pane textarea {
    border: 1px solid #000;
    color: gray;
    margin: 20px;
    padding: 5px;
    width: 80%;
    text-align: center;
}

/*Style dla contentu */



/*Style dla stopki*/

.footer-background {
    background: #000;
    width: 100%;
    min-height: 55px;
}

.footer-background p {
    line-height: 55px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

textarea {
    width: 80%;
}
/*Style dla stopki*/

/*Style pod rozdzielczosci*/

@media only screen and (min-width : 769px) {
    .banner {
        height: 380px;
        overflow: hidden;
    }
}

/*Style pod rozdzielczosci*/

/*Style dla menu toggle */

@media only screen and (max-width : 769px) {
    .navbar ul.sf-menu ul {
        display: block;
        position: relative;
        z-index: 2;
        min-width: 100%;
    }

    .navbar ul.sf-menu > li {
        display: block;
    }
}

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }

  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
      clear: left;
  }
}
