@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.pp_social .facebook {
  width: 100px !important;
}
input[type='text'],
input[type='search'],
input[type='email'],
textarea {
  -webkit-appearance: textfield;
}
.placeholderFix {
  color: #999;
}
input:invalid {
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  table {
    height: auto !important;
    width: auto !important;
  }
  table img {
    width: 150px !important;
    height: auto !important;
  }
}
.clear {
  display: block;
  float: none !important;
  clear: both !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.ohid {
  overflow: hidden;
}
.nohid {
  overflow: none !important;
}
.posrel {
  position: relative;
}
.posabs {
  position: absolute;
}
.b,
.bold {
  font-weight: bold;
}
.nobor {
  border: 0 !important;
}
.nodec {
  text-decoration: none;
}
.nopad {
  padding: 0 !important;
}
.hidden {
  display: none;
}
.tcenter {
  text-align: center;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding: 0 !important;
}
ul.reset li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.reset ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
ul.reset a {
  display: block;
}
.komunikat {
  margin: 10px 20px;
  padding: 10px;
  font-weight: bold;
}
.komunikat.info {
  border: 1px solid darkgreen;
  color: darkgreen;
  background-color: #CCFF99;
}
.komunikat.error {
  border: 1px solid darkred;
  color: darkred;
  background-color: lightyellow;
}
label.error {
  font-weight: bold;
  color: red;
}
.art_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 38px;
  margin: 0;
}
.art_subtitle {
  color: #082c66;
  font-weight: bold;
  margin: 0 0 10px;
}
.art_content {
  line-height: 20px;
}
.art_img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  top: 2px;
}
body {
  margin: 0;
  background-color: White;
  font-size: 13px;
  line-height: 18px;
  color: #686868;
  font-family: arial, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  border: 0;
}
a.active,
a:hover {
  text-decoration: none;
  color: #ff0a19;
}
a img {
  border-width: 0;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.button {
  display: inline-block;
  background-color: White;
  color: #b3b3b3;
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #d1d1d1;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.button:hover {
  color: White;
  background-color: #ff0a19;
}
.wrapper-header {
  max-width: 994px;
  padding: 54px 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper-header {
    padding-bottom: 40px;
  }
}
.wrapper {
  max-width: 994px;
  margin: auto;
  padding: 0 22px;
}
#langs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding: 19px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 22px;
}
#langs li {
  display: block;
  margin: 0;
  padding: 0;
}
#langs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#langs a {
  display: block;
}
#langs li {
  float: left;
  margin-left: 10px;
  text-indent: -9999px;
}
#langs li a {
  background-image: url("/images//flagi.png");
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: "alpha(opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
#langs li a.active,
#langs li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#langs li a.pl {
  background-position: 0px 0px;
}
#langs li a.de {
  background-position: -180px 0px;
}
#langs li a.en {
  background-position: -144px 0px;
}
#langs li a.cz {
  background-position: -36px 0px;
}
#langs li a.sk {
  background-position: -72px 0px;
}
#langs li a.nl {
  background-position: -108px 0px;
}
header {
  background-image: url("/images//header_backf.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #082c66;
  height: 424px;
}
header .wrapper {
  position: relative;
}
header .wrapper.top {
  padding-top: 56px;
}
header #menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
header #menu #logo img {
  display: block;
}
header #menu li {
  display: block;
  margin: 0;
  padding: 0;
}
header #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
header #menu a {
  display: block;
}
header #menu ul {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 27px;
  width: 157px;
  margin-top: 20px;
  padding: 9px 9px 9px 17px;
  background-image: url("/images//menu_back.png");
  background-repeat: repeat;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
header #menu ul a {
  color: #c6c6c6;
  display: block;
  height: 27px;
  text-transform: uppercase;
}
header #menu ul li {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
header #menu ul li a:hover,
header #menu ul li a.active {
  color: White;
}
header #slider {
  float: right;
  position: relative;
}
header #slider img {
  display: block;
}
@media (min-width: 768px) and (max-width: 992px) {
  header #slider {
    height: auto;
  }
  header #slider img {
    width: 100%;
  }
  header body.article #slider {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  header #slider {
    height: auto;
  }
  header #slider img {
    width: 100%;
  }
  header body.article #slider {
    height: auto;
  }
}
#rzf {
  border: none !important;
  bottom: 0px;
}
#rzf img {
  display: block;
}
#content .wrapper {
  padding: 149px 50px 13px 50px;
  min-height: 445px;
}
#content .wrapper .art_title {
  color: #ff0a19;
}
#content .wrapper .art_content a,
#content .wrapper .boxes a {
  color: #ff0a19;
}
#content .wrapper .art_content a:hover,
#content .wrapper .boxes a:hover {
  color: #66040A;
}
#content .wrapper .boxes {
  overflow: hidden;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .wrapper .boxes .index_box {
  float: left;
  width: 280px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 47px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#content .wrapper .boxes .index_box.middle {
  margin: 0 27px;
}
#content .wrapper .boxes .readmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #b3b3b3;
  padding-top: 10px;
}
#content .wrapper .boxes .readmore a:hover {
  color: #fff;
}
#content .wrapper .newsTop {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background-color: #385685;
  bottom: 0;
  min-height: 136px;
  color: #fff;
  width: 750px;
  float: right;
  position: relative;
  right: -59px;
  top: -13px;
}
#content .wrapper .newsTop li {
  display: block;
  margin: 0;
  padding: 0;
}
#content .wrapper .newsTop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#content .wrapper .newsTop a {
  display: block;
}
#content .wrapper .newsTop li {
  font-size: 13px;
  line-height: 16px;
}
#content .wrapper .newsTop li .art_title {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 38px;
  margin: 0;
}
#content .wrapper .newsTop.full_width {
  width: 950px;
}
#content .wrapper .newsTop .news {
  min-height: 100px;
  overflow: hidden;
  padding: 20px 30px;
}
#content .wrapper .newsTop .news.banner {
  padding: 0;
}
#content .wrapper .newsTop .news.banner .art_title {
  display: none;
}
#content .wrapper .newsTop .news.banner p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #content .wrapper .newsTop {
    margin: 0 auto;
    right: 0px;
  }
}
@media screen and (max-width: 992px) {
  #content .wrapper .newsTop {
    right: 0px;
  }
}
#content .wrapper .arrows_slider span {
  position: absolute;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
  display: box;
}
#content .wrapper .arrows_slider span a {
  display: block;
  width: 27px;
  height: 27px;
}
#content .wrapper #slider-next {
  background-image: url("/images//arrows_slider.png");
  background-repeat: no-repeat;
  background-position: -31px 0;
  background-color: none;
  top: 20px;
  right: 27px;
}
#content .wrapper #slider-next:hover {
  background-position: -31px -27px;
}
#content .wrapper #slider-prev {
  background-image: url("/images//arrows_slider.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: none;
  top: 20px;
  right: 58px;
}
#content .wrapper #slider-prev:hover {
  background-position: 0 -27px;
}
#offerts {
  background-color: #f7f7f7;
}
#offerts .wrapper {
  background-image: url("/images//oferts_back.png");
  background-repeat: repeat-y;
  background-position: 22px 0;
}
footer {
  overflow: hidden;
}
footer nav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-left: 30px;
  font-size: 11px;
  line-height: 58px;
}
footer nav li {
  display: block;
  margin: 0;
  padding: 0;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
footer nav a {
  display: block;
}
footer nav ul {
  overflow: hidden;
}
footer nav ul li {
  float: left;
}
footer nav ul li a:after {
  content: "|";
  padding: 0 6px;
  color: #686868 !important;
}
footer nav ul li:last-child a:after {
  content: "";
  padding: 0;
}
footer p.copyright {
  float: right;
  font-size: 11px;
  line-height: 58px;
  margin: 0px;
  margin-right: 26px;
}
body.article #slider {
  height: 368px;
  overflow: hidden;
}
body.article #content .wrapper {
  padding: 13px 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
body.article #content .wrapper .article {
  width: 100%;
}
body.article #content .wrapper .article.has_submenu {
  padding-left: 50px;
  width: 732px;
}
body.article #content .wrapper #leftCol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 160px;
}
body.article #content .wrapper #leftCol li {
  display: block;
  margin: 0;
  padding: 0;
}
body.article #content .wrapper #leftCol ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
body.article #content .wrapper #leftCol a {
  display: block;
}
body.article #content .wrapper #leftCol span.arrow {
  background-image: url("/images//arrowup.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: none;
  position: absolute;
  right: 0;
  top: 1px;
  width: 20px;
  cursor: pointer;
}
body.article #content .wrapper #leftCol span.arrow.down {
  background-image: url("/images//arrowdown.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: none;
}
body.article #content .wrapper #leftCol li.has_submenu {
  position: relative;
}
body.article #content .wrapper #leftCol li.has_submenu>a {
  padding-right: 20px;
  font-weight: bold;
  display: block;
}
body.article #content .wrapper #leftCol li.has_submenu.active .arrow {
  background-image: url("/images//arrowdown.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: none;
}
body.article #content .wrapper #leftCol .art_title {
  color: #696969;
}
body.article #content .wrapper #leftCol a {
  display: table;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  position: relative;
}
body.article #content .wrapper #leftCol a span {
  height: 31px;
  display: table-cell;
  vertical-align: middle;
  color: #686868;
}
body.article #content .wrapper #leftCol a.active {
  background-color: #ff0a19;
  color: white;
  background-image: url("/images//arrowactive.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: none;
  padding-right: 20px;
}
body.article #content .wrapper #leftCol a.active span {
  color: #ffffff;
}
body.article #content .wrapper #leftCol> ul {
  font-weight: bold;
}
body.article #content .wrapper #leftCol> ul> li:first-child > a {
  border-top: 1px solid #b3b3b3;
}
body.article #content .wrapper #leftCol> ul> li > ul {
  display: none;
  font-weight: normal;
}
body.article #content .wrapper #leftCol> ul> li.active > ul {
  display: block;
}
body.article #content .wrapper #leftCol li li a {
  padding-left: 10px;
}
body.article #content .wrapper #leftCol li li li a {
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  body.article #content .wrapper #leftCol {
    order: 2;
  }
}
@media screen and (max-width: 1200px) {
  body.article #content .wrapper .article.has_submenu {
    padding-left: 0px;
    width: 100%;
  }
  body.article #content .wrapper #leftCol {
    width: 100%;
  }
  body.article #content .wrapper #leftCol ul {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body.article #slider {
    height: auto;
  }
}
#photos,
#galleries {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#photos li,
#galleries li {
  display: block;
  margin: 0;
  padding: 0;
}
#photos ul,
#galleries ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#photos a,
#galleries a {
  display: block;
}
#photos .gallery,
#galleries .gallery {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-top: 17px;
  min-height: 66px;
  width: 165px;
  text-align: center;
}
#photos a.option,
#galleries a.option {
  display: inline-block;
}
#galleries .gallery {
  margin-bottom: 0;
}
#galleries .gallery p {
  margin: 0;
  text-align: left;
  line-height: 27px;
  color: #082c66;
}
#admin nav.menu ul,
#admin nav.submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
#admin nav.menu ul li,
#admin nav.submenu ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#admin nav.menu ul ul,
#admin nav.submenu ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#admin nav.menu ul a,
#admin nav.submenu ul a {
  display: block;
}
#admin nav.menu ul li,
#admin nav.submenu ul li {
  float: left;
  margin-right: 10px;
}
#admin nav.submenu ul li {
  margin-bottom: 5px;
}
#admin table.records_list {
  width: 80%;
  margin: 0 auto;
}
#admin table.records_list td {
  vertical-align: middle;
}
#admin .records_list .actions {
  text-align: center;
  white-space: nowrap;
}
#admin .records_list .actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#admin .records_list .actions ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#admin .records_list .actions ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#admin .records_list .actions ul a {
  display: block;
}
#admin .records_list .actions ul li {
  display: inline-block;
  margin: 0 2px;
}
#modal_galleries {
  display: inline-block;
  width: auto;
}
#modal_galleries_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#modal_galleries_list li {
  display: block;
  margin: 0;
  padding: 0;
}
#modal_galleries_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#modal_galleries_list a {
  display: block;
}
#modal_galleries_list li {
  overflow: hidden;
  position: relative;
  padding-left: 20px;
}
#modal_galleries_list li .modal_delete_gallery {
  color: #FF0000;
  left: 3px;
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
* html .ui-autocomplete {
  height: 200px;
}
.custom-combobox {
  position: relative;
  display: block;
}
.custom-combobox .custom-combobox-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}
#bannerTop {
  margin-bottom: 26px;
  margin-left: -18px;
  margin-right: -18px;
}
#facebook-wrapper {
  position: fixed;
  top: 300px;
  right: -339px;
  transition-duration: 0.5s;
  z-index: 100;
}
#facebook-wrapper img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline;
  float: left;
  position: absolute;
  right: 295px;
  width: 140px;
  top: 45px;
}
#facebook-wrapper:hover {
  transition-duration: 0.5s;
  right: 0;
}
.nav-wrap {
  display: flex;
  flex-direction: column;
  width: 155px;
  float: left;
}
@media screen and (max-width: 992px) {
  .nav-wrap {
    width: 100%;
  }
  .nav-wrap #menu ul {
    width: 100%;
  }
}
#menuBtn {
  display: none;
  height: 35px;
  width: 40px;
  border: 2px solid white;
  border-radius: 10px;
  position: relative;
  padding-top: 4px;
  margin-top: 25px;
}
#menuBtn .icon-bar {
  height: 2px;
  width: 16px;
  background: white none repeat scroll 0% 0%;
  margin: 0px auto;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 992px) {
  header {
    height: auto;
  }
  header #slider {
    margin-top: 50px;
  }
  .nav-header {
    display: flex;
    justify-content: space-between;
  }
  #facebook-wrapper {
    display: none;
  }
  .nav-wrap {
    width: 100%;
  }
  header #menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 150px;
    z-index: 1;
  }
  header #menu ul {
    width: 100%;
  }
  #menuBtn {
    display: block;
  }
}
.slick-slider .slick-slide img {
  width: 100% !important;
  height: auto !important;
}
body:not(.index) img[alt="Praca w firmie Okmar-Plastik"] {
  display: none;
}
body:not(.index) #content .wrapper .newsTop {
  display: none;
}
body.index #content .wrapper .boxes {
  margin-left: -15px;
  margin-right: -15px;
}
body.index #content .wrapper .boxes .readmore {
  width: auto;
  left: 15px;
  right: 15px;
}
body.index #content .wrapper .boxes .index_box {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
body.index #content .wrapper .boxes .index_box:nth-child(1),
body.index #content .wrapper .boxes .index_box:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.index #content .wrapper .boxes .index_box:nth-child(1),
  body.index #content .wrapper .boxes .index_box:nth-child(2) {
    width: 100%;
  }
}
body.index #content .wrapper .boxes .index_box:nth-child(3) {
  width: 100%;
  margin-top: 40px;
}
body.index #content .wrapper .boxes .index_box:nth-child(3) .art_title {
  text-align: center;
}
body.index #content .wrapper .boxes .index_box:nth-child(3) table {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}
.bc-collection {
  padding: 15px;
  margin-bottom: 15px;
  border-top: 1px #ccc solid;
}
.bc-collection li {
  margin: 10px;
  border-bottom: 1px #ccc solid;
}
