@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html * {margin:0; padding:0;}
html, body { background-color: #000; font-size: 100%; min-width: 240px; color:#000;}

label {
    color: #FFF;
}

a {color:#005dbd;}

.clr {clear: both;}

.container {
    position: relative;
}

.text-bold {
    font-weight: bold;
}

.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;}

.header img {
    height: 400px;
    width: 100%;
}

.black {
    background: #FFF;
    min-height: 80px;
    width:100%;
}

.navbar-default {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.title-logo h1 {
    color: #FFF;
}

.header-menu li a span {
    color: #FFF;
    padding: 10px;
}

.header-menu li a span:after {
    color: #FFFFFF;
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
}

.header-menu .dropdown > a:hover span {
    background: #f8981d;
    width: 80px;
    height: 20px;
    padding: 10px;
    color: #FFF;
}

.header-menu > li {
    display: block;
}

.header-menu ul li  {
    display: block;
}

.dropdown ul {
    display: none;
    position: absolute;
    background: #FFF;
    padding: 20px;
    z-index: 2;
    min-width: 200px;
    z-index: 9;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.dropdown ul li a span {
    color: #000;
    padding: 10px 0;
}

.header-menu ul li:hover ul {
    display: block;
} 

#logo {
    position: absolute;
    top: 5%;
    right: 10%;
}

.block-list li {
    list-style: none;
    display: inline;
}


.block-list li a {
    color: #FFF;
    padding: 0 10px 0 10px;
}

.menu-block-left .subTitle {
    color: #FFF;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.box-block a {
    padding: 0 0 15px 15px;
    color: #185b11;
    display: inline-block;
}

.title h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.breadcrumb {
    border-radius: 0px;
    opacity: 1;
    background-color: #000;
    text-decoration: underline;
    color: #FFF;
}

.breadcrumb a {
    color: #FFF;
}

.right-block li {
    list-style: none;
    margin: 10px 0;
    font-size: 14px;
    list-style: none;
}

.right-block ul {
    margin: 0px;
    padding: 0px;
}

.box-article {
    padding: 10px;
    margin: 0 0 30px 0;
}

.box-block .subTitle {
    color: #FFF;
    margin: 20px 0;
}

.img-div img {
    width: 100%;
}

.box-block ul li {
    list-style: none;
}

.white-box {
    background: #FFF;
}

.fa-list:before {
    color: #000;
}

.articleList .readmore {
    font-weight: 700; 
    font-size:16px; 
    text-align: center;
    color: #FFF;
    height: 35px;
    width: 160px;
    background: #000;
    float: right;
    background: #005dbd;
    width: 100%;
}

.articleList .readmore a {
    color: #FFF;
    line-height: 35px;
    text-align: center;
}

.box-block {
    background: #000;
    width: 100%;
    padding: 10px 0; 
}

.box-block a {
    color: #FFF;
    display: inline-block;
    padding: 10px 0 0 10px;
    color: #765840;
}

.articleContentText {
    background: #FFF;
    padding: 20px;
}

.similarArticles .article {
    margin: 20px 0;
}

.similarArticles img {
    margin: 0 0 10px 0;
    width: 100%;
}

.articleInfo {
    color: #939393;
    margin: 10px;
}

.articleImage img {
    width: 100%;
}

i {
    color: #FFF;
    padding: 0 5px 0 0;
    font-size: 12px;
}

.more-block li a {
    font-size: 12px;
}

.block-list a {
    color: #FFF;
}

#footer {
    color: #FFF;
}

.article p {
    color: #FFF;
}

.subTitle,
h2 {
    color: #FFF;
}

h5 a {
    font-size: 18px;
}

.content .similarArticles h2 {font-size:14px; font-weight: 700; text-transform: uppercase; margin:0 0 20px 0;}

/*Style rozwiązujące problem z float */

/*  Bootstrap Clearfix */

/*  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;
  }
  .right-block {
    margin: -90px 15px 0 15px;
  } 
}


/*  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;
  }
}

  
  /*Style rozwiązujące problem z float */