@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: #f0f0f0; font-size: 100%; min-width: 240px; color:#000;}

a {color:#765840;}

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

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

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

.menu-block {
    position: relative;
    z-index: 1;
    background: #FFF;
    opacity: 0.8;
}

.navbar-default {
    background-color: #000;
    border-color: #000;
}

.block-title h1 {
    color: #FFF;
    padding: 10px 0;
}

.menu-div li a span {
    color: #FFF;
}

.menu-div ul li  {
    list-style: inline;
}

.menu-div ul li a {
    color: #000;
}

.dropdown ul {
    display: none;
    position: absolute;
    background: #FFF;
    opacity: 0.9;
    padding: 20px;
    z-index: 2;
    min-width: 200px;
}

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

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

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

.menu-div li {
    list-style: none;
}

.menu-div .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: 16px;
    font-style: italic;
    font-weight: 700;
}

#content {
    margin: 15px 0 0 0;
}

.breadcrumb {
    margin: -90px 0 0 0;
}

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

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

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

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

#content .articleList .readmore {
    font-weight: 700; 
    font-size:16px; 
    margin:10px auto 0;
    background: #765840;
    width: 160px;
    text-align: center;
    font-style: italic;
    color: #FFF;
    height: 35px;
}

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

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

i {
    color: #FFF;
}

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

.float-right {float:right;}


/*#logo {padding:30px 15px;}
#logo h1 {font-size: 2.3rem; font-weight: normal;}


#mainMenu ul {list-style-type:none; text-transform: uppercase;}
#mainMenu .navbar-default {background: transparent none; border:none; -moz-border-radius:0; -webkit-border-radiius:0; border-radius: 0;}
#mainMenu ul li a {font-weight: 700; color:#000;}
#mainMenu ul li ul li a {color:#666; font-weight: 300;}
#mainMenu ul li a:hover {text-decoration: none; color:#7e7ee0;}


#content .articleList img {width:100%;}
#content .articleList h2 {font-size:22px; font-weight: 700; color: #000;}
#content .articleList .articleInfo {margin:10px 0; color:#888; font-size:11px;}


#content .articleContent img {width:100%;}
#content .articleContent .title {margin:0 0 10px 0;}

#content .similarArticles h2 {font-size:14px; font-weight: 700; text-transform: uppercase; margin:0 0 20px 0;}
#content .similarArticles .article {margin:0 0 20px 0;}
#content .similarArticles .article img {width:25%; float:left; margin:0 15px 5px 0;}
#content .similarArticles .article h5 {font-weight: 700; margin:0 0 5px 0;}
#content .similarArticles .article p {font-size:12px;}

#content .tab-content {padding: 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;
  }
}


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