/* UPLOADED FONTS */
@font-face {
  font-family: 'RobotoRegular';
  src: url('Roboto-Regular-webfont.eot');
  src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Roboto-Regular-webfont.woff') format('woff'), url('Roboto-Regular-webfont.ttf') format('truetype'), url('Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TrajanRegular";
  src: url('TrajanPro-Regular.eot'), url('TrajanPro-Regular.otf') format("opentype"), url('TrajanPro-Regular.woff') format('woff'), url('TrajanPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL SETTINGS */
body {
  font-family: 'Oxygen', sans-serif;
  padding: 0;
  color: #2d2d2d;
  font-size: 1em;
  line-height: 175%;
}
li {
  line-height: 175%;
}
.justify {
  text-align: justify !important;
}
.bn {
  border: none !important;
}
a {
  color: inherit;
}
p a,
.red {
  color: #ba0001;
}
.awarded {
  color: #a56565;
}
.first {
  margin-left: 0px !important;
}
.last {
  margin-bottom: 0px !important;
}
.i {
  font-style: italic;
}
.b {
  font-weight: bold;
}
.u {
  text-decoration: underline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.blue {
  color: #357dc0 !important;
}
.darkblue {
  color: #09355E !important;
}
.grey {
  color: #4d4d4d;
}
.square li {
  list-style: square;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3%;
}
.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3%;
}
.container a:hover,
#news-list a.title:hover,
.section-header .bread-crumb a:hover {
  color: #ba0001;
}
#content {
  padding: 0px 10px 10px;
}
h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
h1 span {
  padding: 3px 10px;
  background: #d22d2b;
  color: #fff;
}
img.pull-right {
  margin-left: 15px;
}
img.pull-left {
  margin-right: 15px;
}
p {
  font-size: 15px;
  margin: 0 0 15px;
}
/* LANGUAGES FLAGS */
#languages {
  float: right;
  padding: 0;
  margin: 0;
  width: 115px;
}
#languages li {
  list-style: none;
}
/* NAVIGATIONS */
.navbar a {
  font-family: 'Oxygen', sans-serif;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin: 0 0 2% 0;
}
#main-menu-inner-container.navbar-inner {
  background: #000;
  opacity: 0.9;
}
.navbar-form input[type="text"]:focus {
  border: 1px solid #a4a4a4;
  box-shadow: none;
  color: #a4a4a4;
}
.dropdown-menu ul {
  width: 140px;
  float: left;
}
.dropdown-menu li ul {
  visibility: none;
  float: left;
  position: absolute;
  left: 100%;
  background: black;
  margin: -65px 0 0 0;
}
#main-menu {
  margin: 0;
}
#main-menu ul {
  width: 210px;
}
#main-menu li {
  list-style: none;
}
#main-menu li a {
  font-weight: normal;
  box-shadow: none;
  margin: 0 1px;
  transition: all 0.2s linear 0s;
}
.navbar-inverse .navbar-inner {
  filter: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.navbar .brand {
  padding: 4px 20px !important;
}
.navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
  color: #fff;
  padding: 10px 20px !important;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
  background: #d22d2b;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  transition: all 0.2s linear 0s;
}
.navbar-inverse .nav-collapse .nav > li.active > a,
.navbar-inverse .nav-collapse .dropdown-menu a.active,
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus,
.nav li a:hover {
  background: #d22d2b;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  transition: all 0.2s linear 0s;
  color: #fff;
}
h1,
h2,
h3 {
  font-weight: normal;
}
/* CONTENT TABLES */
.list-table {
  width: 100%;
}
.shadow-box {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px #8d8d8d;
  -moz-box-shadow: 0px 0px 8px #8d8d8d !important;
  -webkit-box-shadow: 0px 0px 8px #8d8d8d !important;
  display: block;
}
.content-header {
  font-size: 1.6em;
  margin: 0 0 4% 0;
}
.content-header.small {
  font-size: 1.2em;
  margin: 0 0 3% 0;
}
footer p,
footer p a {
  color: #e2e2e2;
  font-size: 0.9em;
}
footer p span {
  color: #d22d2b;
}
footer p .date {
  color: #9f9f9f;
}
footer p span.bigger {
  font-size: 1.6em;
  padding: 0 2px;
}
footer {
  border-top: 1px solid #2d2d2d;
  margin-top: 30px;
  display: block;
  background: #1c1c1c;
}
#footer-container {
  padding: 15px 30px 0 30px;
}
#contact-form {
  margin: 20px 0;
}
#contact-form input[type='text'] {
  background: #403d3b;
  padding: 10px 15px;
  border: 1px solid #525252;
  color: #7e7b79;
  font-size: 16px;
}
#contact-form input[type='submit'] {
  background: url("../i/ok-sign.png") no-repeat scroll center center #D22D2B;
  border: 1px solid #525252;
  height: 42px;
  vertical-align: top;
  width: 60px;
  margin-left: 7px;
}
#contact-form input {
  border-radius: 0px;
}
.copyrights {
  margin-top: 30px;
  padding: 7px 7px 7px 7px;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  background: #000;
  color: #302f2f;
  border-top: 1px solid #302f2f;
  background: #181818;
}
footer h2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
footer h2 span {
  background: none repeat scroll 0 0 #D22D2B;
  display: block;
  float: left;
  height: 24px;
  margin-right: 15px;
  width: 24px;
}
#footer-menu {
  margin: 40px 0 0 0;
  padding: 0;
  border-top: 1px solid #fff;
}
#footer-menu li {
  list-style: none;
  float: left;
}
#footer-menu li a {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  padding-top: 16px;
  margin-top: -1px;
  display: block;
}
#footer-menu li.active a {
  background: url('../i/downarrow.png') no-repeat center top;
}
#photo-carousel {
  border-bottom: 2px solid #5b5b5b;
}
.carousel-inner {
  margin-top: -40px;
}
.carousel-indicators {
  list-style: none outside none;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 75px;
  z-index: 5;
}
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: block;
  float: left;
  height: 20px;
  margin-left: 5px;
  text-indent: -999px;
  width: 20px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #FFFFFF;
}
#photo-carousel .note {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 15px;
  background: #d22d2b;
  opacity: 0.85;
  color: #fff;
  max-width: 50%;
  line-height: 22px;
  font-size: 17px;
  display: block;
  text-align: left;
}
#news-list {
  padding: 10px 0 30px 0;
}
#news-list li {
  padding-top: 20px;
  list-style: none;
}
#news-list .date {
  border-bottom: 1px solid #c2c2c2;
  margin: 15px 0 0 0;
  padding: 10px 20px 5px;
  color: #c2c2c2;
}
#news-list .news-lead {
  padding-left: 20px;
  margin: 20px 0 0 0;
}
.left-bordered {
  border-left: 1px solid #c2c2c2;
}
.product-lead {
  background-color: #D22D2B;
  color: #FFFFFF;
  height: 90%;
  left: 0;
  opacity: 0.85;
  padding: 5%;
  position: absolute;
  top: 0;
  width: 90%;
}
#products-carousel a {
  display: block;
  height: 100%;
  width: 100%;
}
.product-lead p,
.product-lead h2 {
  color: #fff;
}
.product-lead h2 {
  border-bottom: 1px solid #FFFFFF;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 10%;
  padding-bottom: 0px;
  text-transform: uppercase;
}
#gallery-carousel-container,
#gallery-carousel {
  margin-top: 30px;
}
.sidebar-carousel .navigation {
  float: right;
}
.minislider-navi {
  margin-top: 10px;
  height: 100%;
  line-height: 40px;
}
.minislider-navi a {
  background: none repeat scroll 0 0 #AAA;
  display: inline-block;
  height: 100%;
  padding: 0 12px;
  transition: all 0.2s linear 0s;
}
.minislider-navi a:hover {
  background-color: #D22D2B;
}
#intro .span4 {
  background: url("../i/group-bg-2.png") repeat-y scroll center center;
  display: block;
  margin-top: -59px;
  padding-top: 60px;
}
#intro .span4 > a img {
  background: #e0e0e0;
  border: 1px solid #D22D2B;
}
#intro .span4 > a.square img {
  padding: 10px 20px;
  width: 50px;
  height: 70px;
}
#intro .span4 > a.rectangle img {
  padding: 17px 10px;
}
#group-desc {
  margin: 30px 0 20px 0;
}
#group-header {
  background: url("../i/group-bg-1.png") repeat-x scroll center center #FFFFFF;
  margin: 39px 15.8%;
}
#recommended {
  margin: 30px 0 0 0;
  padding: 0;
}
#recommended .span4 img {
  margin-bottom: 20px;
}
#recommended li {
  list-style: none;
}
#sidebar #recommended li {
  margin-bottom: 10px;
}
#recommended li h3 a,
#recommended li h3 {
  font-size: 1em;
  color: #6b6b6b;
  font-weight: bold;
}
#recommended li h3 {
  margin: -3px 0 10px;
  padding: 0px;
  line-height: 130%;
}
#recommended .article-lead {
  font-size: 0.8em;
  line-height: 150%;
}
#recommended .article-lead a {
  color: #6b6b6b;
}
h1.bordered {
  border-bottom: 1px solid #c3c3c3;
}
h1.bordered span {
  border-bottom: 1px solid #D22D2B;
  color: #FFFFFF;
  padding: 2px 10px 0;
}
#offer-carousel {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#offer-carousel .carousel-inner {
  height: 160px;
  margin: 0;
}
#offer-carousel .item-inner {
  padding: 5px 10px;
}
#offer-carousel img {
  margin: 0 10px 10px 0;
}
#offer-carousel h3 {
  font-size: 1.2em;
  line-height: 20px;
  text-align: left;
}
#offer-carousel h3,
#offer-carousel h3 a {
  color: #b30806 !important;
  text-align: left;
}
#offer-carousel p {
  text-align: left;
  font-size: 0.9em;
  line-height: 150%;
  margin-top: 20px;
}
#offer-carousel p,
#offer-carousel a {
  color: #555;
}
#article h2,
#item-list h2 {
  background: none repeat scroll 0 0 #868686;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding: 3px 7px;
  text-transform: uppercase;
  line-height: 20px;
}
#article h2:hover,
#item-list h2:hover {
  background: #D22D2B !important;
}
#article h2:hover a,
#item-list h2:hover a {
  background: #D22D2B !important;
  color: #fff !important;
  text-decoration: none !important;
}
#item-list .img-polaroid {
  margin-bottom: 10px;
}
#item-list h2 {
  padding-top: 4px;
  margin-bottom: 15px;
}
#item-list {
  margin: 0;
  padding: 0;
}
#item-list li {
  clear: both;
  list-style: none;
}
#item-list .date {
  line-height: 50px;
  font-size: 0.8em;
  text-align: right;
}
.custom-icon-fle {
  background: url('../i/file-icon.png') no-repeat left center;
  height: 15px;
  width: 17px;
  margin-right: 10px;
  display: inline-block;
}
.pagination {
  margin-top: 40px;
}
#products-carousel .carousel-inner {
  margin-top: 0px !important;
}
.fotoglowneart.pion {
  float: left;
}
.fotoglowneart {
  border-bottom: 1px dotted #cccccc;
  font-size: 0.85em;
  margin: 0 20px 10px 0;
  padding: 0 0 10px 0;
}
.fotoglowneart a.duza-fota {
  display: block;
  margin: 0 -8px;
  text-align: center;
}
.fotoglowneart img {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  padding: 5px;
}
.fotoglowneart .opcje {
  float: right;
}
.fotoglowneart .opcje a {
  text-decoration: none;
}
.fotoglowne {
  float: left;
  margin-right: 10px;
}
.fotoglowne img {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 2px;
}
#fotogaleria-main {
  text-align: center;
}
#fotogaleria-main h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 5px;
}
#fotogaleria-main .opcje {
  background: #eeeeee;
}
#fotogaleria-main .opcje a {
  border-right: 4px solid #e8e8e8;
  display: inline-block;
  font-size: 1.2em;
  padding: 10px;
  text-decoration: none;
}
#fotogaleria-main #miniaturki {
  margin: 20px auto 0 auto;
  width: 600px;
}
#fotogaleria-main #fotografia {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px;
}
#fotogaleria div {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
.tresc ul li {
  text-decoration: none;
  margin: 5px 5px;
}
.tresc .data {
  float: left;
}
.podtytul ul li {
  float: left;
  position: relative;
  padding: 10px;
  text-decoration: none;
  list-style: none;
  height: 140px;
  margin: 20px 0 0 0;
}
.podtytul ul li img {
  width: 100px;
  border: 3px solid #ccc;
}
ul.foto-wiadomosc {
  float: right;
  list-style-type: none;
  width: 280px;
}
ul.foto-wiadomosc li {
  text-align: center;
  padding: 10px 5px;
  margin: 5px;
  border: 1px solid #CCCCCC;
}
ul.foto-wiadomosc span {
  background: #eeeeee;
  display: block;
}
#avatar {
  margin-bottom: 20px;
  background: #000;
}
.grupa-pepees {
  max-width: 975px;
  min-height: 271px;
  height: 100%;
  width: 100%;
  margin: auto;
  background: #fff url(../i/grupa-pepees.png) no-repeat center top;
  overflow: hidden;
  text-align: center;
}
.grupa-pepees ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.grupa-pepees ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  height: 100%;
}
.grupa-pepees ul li a {
  display: block;
  min-height: 271px;
  height: 100%;
  text-indent: -999em;
}
.news-lead a {
  color: #2d2d2d;
}
h1 span a:hover {
  color: inherit;
}
.wiadomosc .data {
  margin-top: 30px;
  font-size: 0.8em;
  color: #888;
}
.dla-prasy {
  background: #f1f1f1;
}
.dla-prasy .pobierz-foto {
  margin: 10px 0  0 10px;
  float: left;
}
/* RWD SETTING */
@media (max-width: 480px) {
  .brand img {
    max-width: 140px;
  }
  .navbar .btn-navbar {
    margin-top: 3px !important;
  }
  #group-header {
    background: #fff;
    margin: 10px 0 39px 0;
  }
  #intro .span4 {
    margin-top: 0px;
    padding-top: 15px;
  }
  #intro .span4.first {
    margin-top: -37px;
  }
  #footer-menu li {
    font-size: 0.8em !important;
  }
  .content-header {
    font-size: 1.2em !important;
  }
  .content-header.small {
    font-size: 1em !important;
    line-height: 150%;
  }
  p {
    font-size: 0.9em !important;
    line-height: 175%;
  }
  .project-info .image-wrapper {
    height: 40% !important;
  }
  .project-info .item-menu {
    padding-bottom: 3% !important;
  }
  #footer-menu li.active a {
    background: none repeat scroll 0 0 #888888 !important;
  }
  #footer-menu li a {
    padding: 5px 0;
  }
  #footer-menu {
    border-top: 1px solid #FFFFFF;
    margin: 0;
    padding: 10px 0;
  }
  footer {
    margin-top: 15px;
  }
  footer p,
  footer p a {
    font-size: 0.8em !important;
  }
  #products-carousel {
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #footer-menu li,
  .copyrights {
    font-size: 0.8em !important;
  }
  #footer-menu li {
    margin-left: 13%;
  }
  #intro .span4 {
    width: 30%;
    float: left;
  }
  #intro .span4.rectangle-container {
    width: 40%;
  }
  #intro .span4 > a.square img {
    height: 48px;
    padding: 10px 20px;
    width: 30px;
  }
  #intro .span4 > a.rectangle img {
    height: 34px;
    padding: 17px 10px;
  }
  #group-header {
    margin: 39px 14.9%;
  }
  #footer-menu li {
    width: 16%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px 5px 38px !important;
  }
  #footer-menu {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .left-bordered {
    border-left: none;
  }
  #news-list {
    padding: 0;
  }
  #news-list li {
    padding-top: 5px;
  }
  #gallery-carousel .span6 {
    float: left;
    margin-left: 4%;
    width: 48%;
  }
  #products-carousel .span3 {
    float: left;
    margin-left: 1.3%;
    width: 24%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #latest-works .inner img {
    max-height: 50px !important;
  }
  .project-info p {
    font-size: 0.9em !important;
    line-height: 175%;
  }
  .product-lead {
    height: 92%;
  }
  .product-lead h2 {
    font-size: 17px;
    line-height: 150%;
    margin: 0 0 5px 0;
    padding-bottom: 0;
  }
  .product-lead p {
    font-size: 12px;
    line-height: 175%;
    margin: 0 0 15px;
  }
  #offer-carousel p,
  #offer-carousel a {
    font-size: 0.8em;
    line-height: 120%;
  }
  #offer-carousel p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-info p {
    font-size: 0.9em !important;
    line-height: 175%;
  }
  #latest-works .inner img {
    max-height: 100px !important;
  }
  #footer-menu {
    display: inline-block;
  }
  #footer-menu li {
    font-size: 0.9em !important;
    margin-left: 10px !important;
  }
  #photo-carousel .note {
    font-size: 0.8em;
  }
}
@media (max-width: 980px) {
  #photo-carousel .note {
    max-width: 100%;
  }
  .carousel-indicators {
    top: -15px;
  }
  #contact-form input[type="text"] {
    width: 57% !important;
    font-size: 14px;
    padding: 10px;
  }
  .navbar .btn-navbar {
    margin-top: 15px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px 5px 28px !important;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    padding: 5px 15px !important;
  }
  #main-menu > li {
    margin-bottom: 5px;
  }
}
@media (min-width: 980px) {
  #main-menu ul {
    width: 210px;
  }
  #main-menu .dropdown-menu {
    background: none repeat scroll 0 0 #000000;
    border-radius: 0 0 0 0;
    display: none;
    left: 0;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  #main-menu .dropdown-menu ul {
    width: 140px;
    float: left;
  }
  #main-menu .dropdown-menu li a {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.9em;
  }
  #main-menu .dropdown-menu li {
    border-top: 1px solid #111;
  }
  .navbar .nav > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu:after {
    content: normal !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #group-header {
    background: url("../i/group-bg-1.png") repeat-x scroll center center #FFFFFF;
    margin: 39px 150px !important;
  }
  #main-menu li a,
  #main-menu .dropdown-menu li a {
    font-size: 0.7em !important;
  }
  #main-menu .dropdown-menu li a {
    padding: 22px 10px !important;
  }
  .product-lead h2 {
    font-size: 18px;
  }
  #contact-form input[type="text"] {
    max-width: 185px;
  }
  .product-lead h2 {
    font-size: 21px;
    line-height: 150%;
    margin: 0 0 5px 0;
    padding-bottom: 0;
  }
  .product-lead p {
    font-size: 14px;
    line-height: 175%;
    margin: 0 0 15px;
  }
}
@media (max-width: 1199px) {
  #content > p,
  #content > li {
    font-size: 0.9em;
  }
  footer p,
  footer p a {
    font-size: 0.9em;
  }
}
.ppslang {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.ppslang li {
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 5px;
}
.ppslang li a {
  display: block;
  text-indent: -999em;
  background-repeat: no-repeat;
}
a.lang-pl {
  background-image: url(../i/lang-pl.png);
}
a.lang-en {
  background-image: url(../i/lang-en.png);
}
a.lang-ru {
  background-image: url(../i/lang-ru.png);
}
@media (max-width: 980px) {
  .ppslang {
    right: 100px;
  }
}
#katmenu69 ul {
  display: none;
}

.dzial-menu-glowne {
  background-color: #c5c5c5;
  padding: 1px;
}
.dzial-menu-glowne ul {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.dzial-menu-glowne li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.dzial-menu-glowne li a {
  padding: 10px;
}
.dzial-menu-glowne .nav-tabs.nav-stacked > li > a {
  border: none;
  border-left: 1px solid #999;
}
.dzial-menu-glowne .nav-tabs.nav-stacked > li:first-child > a {
  border-radius: 0;
  border-left: none;
}
.dzial-menu-glowne .nav-tabs.nav-stacked > li:last-child > a {
  border-radius: 0;
}
