/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib../stylesheets, vendor../stylesheets,
 * or any plugin's vendor../stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *





 */

/*INS*/
.mod-languages_wybor_jezyka {
  position: absolute;
  right: 0px;
  top: 20px;
  padding-right: 6px;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Raleway-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

header {
  height: 91px;
  /*background: url(../images/header-bgr.png);*/
  background-color: black;
}
header .col-xs-4 {
  position: initial;
}
header ul.nav {
  color: #fff;
  line-height: 78px;
  padding: 0 25px;
  height: 90px;
  float: right;
}
header ul.nav > li {
  border-top: 6px solid transparent;
  display: inline-block;
  margin: 0 15px;
  position: relative;
  padding-bottom: 6px;
  font-weight: bold;
}
header ul.nav > li:hover {
  border-top-color: #44d62c;
  color: #44d62c;
}
header ul.nav > li > a {
  padding: 0 10px;
}
header ul.nav > li.active > a, header ul.nav > li.active > a:hover {
  background-color: transparent;
}
header ul.nav > li > a:hover {
  background: transparent;
  /*color: #fff;*/
}
header ul.nav > li ul {
  background: #fff;
  color: #444444;
  display: none;
  position: absolute;
  top: 84px;
  left: 0px;
  min-width: 150px;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  z-index: 15;
  line-height: 30px;
}
header ul.nav > li ul li {
  display: block;
  padding: 0 10px;
  text-align: left;
  font-size: 13px;
}
header ul.nav > li:hover ul {
  display: block;
}
.header-bar {
  background: #333333;
  color: #fff;
  height: 24px;
  line-height: 24px;
}
.container {
  position: relative;
}
.menu-col h3 {
  background: black;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
}
#nav ul.nav {
  padding: 0 0 10px;
  font-size: 15px;
  background: #fff;
  margin: 0 -15px;
}
#nav ul.nav > li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  float: none;
  line-height: 35px;
  padding: 15 15px;
}
#nav ul.nav > li.active {
  font-weight: bold;
}
#nav ul.nav li.sub {
  padding-left: 30px;
  font-size: 13px;
  color: #444444;
}
#nav ul.nav a {
  background: transparent;
  color: #333;
  padding: 0;
}
#nav ul.nav a:hover {
  text-decoration: underline;
}
#nav .nav-child {
  padding-left: 15px;
}

main#content {
  min-height: 500px;
  background: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
main#content h1 {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 10px;
}
main#content h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  height: 5px;
  width: 60px;
}
main#content ul {
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 15px;
}
main#content ul li, ul.bullets li {
  list-style-image: url(../images/dot.png);
  margin: 0 10px;
}
main#content ul li li {
  list-style-image: url(../images/dot2.png);
}

footer {
  min-height: 149px;
  background-color: black;
  color: #fff;
  padding: 29px 0;
  font-size: 16px;
}
footer .contact {
  padding: 20px 0 0;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs {
  margin: 10px 0;
  padding: 10px;
}

.page-content {
  padding: 20px;
}
.item-page h2 {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 10px;
}
.item-page h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333;
  height: 5px;
  width: 60px;
}
.item-page h3 {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.item-page ul li {
  list-style-image: url(../images/dot.png);
  margin-left: 30px;
  padding-left: 0;
}
.item-page .actions {
  text-align: right;
}
.item-page .actions li {
  display: inline-block;
}
.page-content .page-text .page-image {
  float: left;
  margin: 0 10px 10px 0;
}
.page-content .page-text h2 {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.page-content .page-text li {
  list-style-image: url(../images/dot.png);
  margin-left: 30px;
  padding-left: 0;
}

.plant-page .plant-header {
  padding: 0 0 15px;
}
.plant-page .plant-image {
  width: 160px;
  float: left;
}
.plant-page .plant-info {
  margin-left: 170px;
}
.plant-page .plant-info li {
  line-height: 24px;
  padding: 0 10px;
}
.plant-page .plant-info li:nth-child(odd) {
  background: #ddd;
}

.plants > .plant {
  padding-bottom: 30px;
}
.plants .plant-left {
  float: left;
  height: 140px;
  width: 140px;
}
.plants .plant-left img {
  height: 140px;
  width: 140px;
  margin-bottom: 5px;
}
.plants .plant-left .btn-more {
  background: #444444;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.plants h3 {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
  padding-left: 155px;
}
.plants .plant-text {
  padding-left: 155px;
  font-size: 14px;
}
.plants .plant-text li {
  list-style-image: url(../images/dot.png);
  margin-left: 30px;
  padding-left: 0;
}

.news-list > li {
  padding-bottom: 30px;
}
.news-list .news-left {
  float: left;
  width: 100px;
}
.news-list .news-left img {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}
.news-list h2 {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
  padding-left: 115px;
}
.news-list .news-text {
  padding-left: 115px;
  font-size: 14px;
}
.news-list .news-text .news-btn {
  text-align: right;
  padding-top: 5px;
}
.news-list .news-text .btn-more {
  background: #444444;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px;
  text-transform: uppercase;
}


#home-icons {
  background: #f3f3f3;
  padding: 50px 0;
  text-align: center;
  background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e9e9e9);
    background-image: -moz-linear-gradient(top, #f3f3f3, #e9e9e9);
    background-image: -ms-linear-gradient(top, #f3f3f3, #e9e9e9);
    background-image: -o-linear-gradient(top, #f3f3f3, #e9e9e9);
    background-image: linear-gradient(top, #f3f3f3, #e9e9e9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e9e9e9');
  -webkit-box-shadow: inset 0px -6px 15px 0px rgba(160, 160, 160, 0.65);
  -ms-box-shadow: inset 0px -6px 15px 0px rgba(160, 160, 160, 0.65);
  -moz-box-shadow: inset 0px -6px 15px 0px rgba(160, 160, 160, 0.65);
  -o-box-shadow: inset 0px -6px 15px 0px rgba(160, 160, 160, 0.65);
  box-shadow: inset 0px -6px 15px 0px rgba(160, 160, 160, 0.65);
}
#home-icons h3 {
  color: black;
  font-size: 16px;
}
#home-icons .active-icon {
  display: none;
}
#home-icons .icon img, #home-icons .active-icon img {
  width: 120px;
  height: 120px;
}
#home-icons .icon[data-back] {
  cursor: pointer;
}
#home-icons .col-sm-3:hover .icon {
  display: none;
}
#home-icons .col-sm-3:hover .active-icon {
  display: block;
}

.certificates-box {
  border-bottom: 3px solid black;
  text-align: center;
  padding: 0;
  background: #eee;
  margin-top: 30px;
}
.certificates-box h3 {
  background: black;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.certificates-box ul.certificates li {
  display: none;
}
.certificates-box ul.certificates li:first-child {
  display: block;
}


header .mobile-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  header .mobile-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hide, #slider, .header-bar {
    display: none;
  }
  nav.leftbigger ul.menu {
    display: none;
  }
  .mobile-bars {
    background: url(../images/mobile-bars.png) center no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
  }
  header ul.nav {
    display: none;
  }
  header .mobile-menu {
    display: none;
    color: #333;
    height: auto;
    top: 90px;
    position: absolute;
    z-index: 10;
    padding: 0;
    background: #f5f5f5;
    left: 0;
    width: 100%;
    line-height: 34px;
  }
  header .mobile-menu > li {
    display: block;
    float: none;
    border: 0;
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
  }

  header .mobile-menu a {
    color: #333 !important;
  }
  header .mobile-menu a:hover {
    font-weight: bold;
    color: inherit;
  }
}



.pagination {
  display: block;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0px 5px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
}
.pagination a {
  background: black;
  color: #fff;
}
.pagination span {
  color: #999;
}

.blog .article-item {
  padding: 0 0 10px;
}
.blog .article-left {
  float: left;
  width: 140px;
}
.blog .article-left img {
  width: 140px;
  margin-bottom: 5px;
}
.blog .article-left p {
  background: black;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
.blog .article-left + .article-right {
  padding-left: 160px;
}
.blog .article-right {

}
.blog .article-right h2 {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.article-intro {
  display: none;
}
.blog .article-item .article-intro {
  display: block;
}

.item-page .page-header {
  margin: 0;
}

.item-page .article-header {
  padding: 0 0 15px;
}
.item-page .article-img {
  width: 160px;
  float: left;
  text-align: center;
}
.item-page .article-info {
  margin-left: 170px;
}
.item-page .article-info li {
  line-height: 24px;
  padding: 0 10px;
}
.item-page .article-info li:nth-child(odd) {
  background: #ddd;
}
.item-page .article-content {
  clear: both;
}
.scroll-section .scroll-content.scroll-hide {
  display: none
}
.scroll-section .scroll-header {
  cursor: pointer;
}

#searchForm .btn-toolbar {
  margin: 0 0 10px;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm label {
  padding: 0 25px;
}
#searchForm  label {
  font-weight: normal;
}

.search-results .result-title {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 11px;
  color: #777;
}


table.list th {
  background: #444444;
  color: #fff;
  line-height: 20px;
  padding: 5px;
}
table.list tr td {
  background: #f3f3f3;
  padding: 3px 5px;
}
table.list tr:nth-child(odd) td {
  background: #fff;
}

/*mw*/
.ramka_mw td {
  text-align: center;
  border: 1px solid black;
  border-spacing: 1;
  border-collapse: collapse;
  padding: 5px;
}


@media only screen and (max-width: 767px) {
  .blog .article-left {
    display: none;
  }
  .blog .article-left + .article-right {
    padding: 0;
  }
}
