textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #81b6ca;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 none; }

.btn {
  font-size: 1em;
  color: #fff;
  line-height: initial;
  font-family: "Encode Sans Condensed";
  text-decoration: none;
  border: 2px solid #554236;
  background-color: #61892e; }
  .btn:hover {
    color: #60b99a;
    background-color: #f1efa5;
    border: 2px solid #60b99a;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }

.form {
  width: 100%;
  min-height: 80px;
  padding: 15px 15px 15px 15px;
  color: #fff;
  font-size: 1.2em;
  color: #4d4d4d;
  line-height: initial;
  font-family: "Encode Sans Condensed";
  text-decoration: none;
  line-height: 130%; }
  .form textarea,
  .form select, .form option,
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="datetime"],
  .form input[type="datetime-local"],
  .form input[type="date"],
  .form input[type="month"],
  .form input[type="time"],
  .form input[type="week"],
  .form input[type="number"],
  .form input[type="email"],
  .form input[type="url"],
  .form input[type="search"],
  .form input[type="tel"],
  .form input[type="color"],
  .form .uneditable-input {
    border: 0;
    outline: 0 none;
    color: #545454;
    padding: 5px 10px 5px 10px;
    font-size: 1.0em;
    width: 100%;
    height: 38px;
    font-size: 1.05em;
    border: 1px solid #d9d9d9; }
  .form textarea:focus,
  .form option:focus, .form option,
  .form input[type="text"]:focus,
  .form input[type="password"]:focus,
  .form input[type="datetime"]:focus,
  .form input[type="datetime-local"]:focus,
  .form input[type="date"]:focus,
  .form input[type="month"]:focus,
  .form input[type="time"]:focus,
  .form input[type="week"]:focus,
  .form input[type="number"]:focus,
  .form input[type="email"]:focus,
  .form input[type="url"]:focus,
  .form input[type="search"]:focus,
  .form input[type="tel"]:focus,
  .form input[type="color"]:focus,
  .form .uneditable-input:focus {
    border-color: #f77825;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 none;
    color: #545454; }
  .form textarea {
    min-height: 100px;
    margin: 0 -15px 0 -5px; }
  .form select {
    background-color: #fff;
    width: 100%; }
  .form h1 {
    font-size: 1.25em;
    color: #4d4d4d;
    line-height: initial;
    font-family: "Encode Sans Condensed";
    text-decoration: none;
    padding-top: 0;
    border-bottom: rgba(77, 77, 77, 0.6) 1px solid; }
  .form .form-group label {
    width: 100%;
    font-size: 0.95em;
    color: #4d4d4d;
    line-height: initial;
    font-family: "Encode Sans Condensed";
    text-decoration: none;
    font-weight: normal; }
  .form .field_error {
    font-size: 0.85em;
    color: #e64117;
    line-height: initial;
    font-family: "Encode Sans Condensed";
    text-decoration: none;
    font-weight: 600;
    margin: 5px 0 0 0; }
  .form input {
    color: #f77825; }
  .form .btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    float: right;
    font-size: 1em;
    color: inherit;
    line-height: initial;
    font-family: "Encode Sans Condensed";
    text-decoration: none;
    width: auto;
    height: 40px;
    border: none;
    background-color: #61892e;
    color: #fff; }
    .form .btn:before {
      content: ""; }
    .form .btn:hover {
      background-color: #005f6b;
      border: none;
      color: #f8f8f8;
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      -ms-transition: all 0.1s ease-in;
      -o-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
  .form [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important; }

.logged_in {
  width: 100%;
  background-color: #5f6f81; }
  .logged_in a {
    color: #fff; }
    .logged_in a:hover {
      color: #d9d9d9; }
  .logged_in ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    font-size: 1.4em;
    font-family: 'Encode Sans Condensed';
    font-weight: 600; }
    .logged_in ul li {
      display: inline-flex;
      margin-right: 20px; }

.wcag-line {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  background-color: #7a321a; }
  .wcag-line ul {
    list-style: none;
    color: #fff;
    padding-top: 8px; }
    .wcag-line ul li {
      display: inline-block;
      font-family: 'Encode Sans Condensed';
      margin-left: 10px; }
      .wcag-line ul li a {
        color: #fff; }
        .wcag-line ul li a:hover {
          color: #e4712b; }

.top_layer {
  padding: 10px 0 0 0;
  min-height: 100px;
  background-color: #e4712b;
  border-bottom: 3px solid #cc560e; }
  @media (min-width: 768px) and (max-width: 992px) {
    .top_layer {
      min-height: 160px; } }
  .top_layer .logo_4medium {
    margin: 20px auto 0 auto;
    width: 120px; }
  .top_layer .logo {
    margin: 10px 0 15px 0;
    float: right; }
    .top_layer .logo .img_el {
      width: 240px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .top_layer .logo img {
        width: 180px;
        height: auto; } }
  .top_layer .i18_set ul {
    list-style: none;
    display: inline; }
    .top_layer .i18_set ul li {
      float: left;
      display: inline-block;
      margin: 5px; }
      .top_layer .i18_set ul li img {
        border: 1px solid #fff; }

.navbar-default {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none; }
  .navbar-default .navbar-brand {
    margin-top: 10px; }
  .navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 20px;
    background: inherit; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: inherit; }
    .navbar-default .navbar-toggle .icon-bar {
      width: 30px;
      height: 3px;
      background-color: #fff !important; }
  .navbar-default .colapsed {
    background: inherit; }
    .navbar-default .colapsed:hover {
      background: inherit; }
  .navbar-default .navbar-collapse {
    border-top: none;
    border: 0;
    box-shadow: none; }
    @media (min-width: 769px) {
      .navbar-default .navbar-collapse {
        padding: 15px 0 15px 0; } }
    .navbar-default .navbar-collapse .navbar-nav {
      font-size: 1.40em; }
      @media (min-width: 768px) and (max-width: 992px) {
        .navbar-default .navbar-collapse .navbar-nav {
          display: table;
          float: none;
          margin-left: auto;
          margin-right: auto; } }
      .navbar-default .navbar-collapse .navbar-nav li {
        font-family: 'Encode Sans Condensed'; }
        .navbar-default .navbar-collapse .navbar-nav li a {
          color: #fff; }
          .navbar-default .navbar-collapse .navbar-nav li a:hover {
            color: #d9d9d9;
            -webkit-transition: all 0.1s ease-in;
            -moz-transition: all 0.1s ease-in;
            -ms-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in; }
        @media (max-width: 768px) {
          .navbar-default .navbar-collapse .navbar-nav li a {
            border-bottom: 1px solid #fff; } }
      @media (min-width: 769px) {
        .navbar-default .navbar-collapse .navbar-nav li.active a {
          background-color: transparent; } }
      @media (max-width: 768px) {
        .navbar-default .navbar-collapse .navbar-nav li.active a {
          padding-left: 40px; } }

.topmenu {
  float: left;
  margin: 25px 0 0 0;
  color: #2f2f2f;
  text-transform: uppercase;
  font-family: "Raleway";
  font-size: 1.3em; }
  .topmenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .topmenu ul li {
      float: left;
      margin-right: 12px;
      padding: 0 0 16px 0; }
      .topmenu ul li a {
        color: #fff;
        text-decoration: none; }
    .topmenu ul .active {
      background: url(../images/bg_menu_li.png) no-repeat center bottom; }

.breadcrumbs {
  width: 100%;
  height: auto;
  float: left;
  color: #2f2f2f;
  text-transform: uppercase;
  font-size: 0.9em;
  color: inherit;
  line-height: initial;
  font-family: "Raleway";
  text-decoration: none;
  border-bottom: 1px solid #eff3e9; }
  .breadcrumbs a {
    color: #005f6b;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #00dffc;
      -webkit-transition: "all" 0.4 ease-in;
      -moz-transition: "all" 0.4 ease-in;
      -ms-transition: "all" 0.4 ease-in;
      -o-transition: "all" 0.4 ease-in;
      transition: "all" 0.4 ease-in; }
  .breadcrumbs ul {
    margin: 15px 15px 14px 15px;
    float: left;
    list-style: none;
    padding: 0; }
    .breadcrumbs ul li {
      float: left;
      margin: 0 20px 0 0; }

table.common {
  font-size: 1.0em;
  width: 100%;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  border-top: 1px solid #ECECEC;
  line-height: 140%; }
  table.common strong {
    font-weight: normal; }
  table.common thead th {
    border-bottom: 1px solid #81b6ca;
    background-color: #FAFAFA !important;
    text-align: left;
    padding: 4px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 11px 12px 10px 12px; }
    table.common thead th a {
      display: block;
      text-decoration: none;
      color: #026d94; }
  table.common tbody tr {
    font-size: 1.10em; }
    table.common tbody tr td {
      border: 1px solid #ECECEC;
      vertical-align: top;
      padding: 11px 12px 10px 12px; }
    table.common tbody tr .center {
      text-align: center; }
    table.common tbody tr .right {
      text-align: right; }
    table.common tbody tr .vcenter {
      vertical-align: middle; }
  table.common tfoot tr td {
    border-bottom: 1px solid #81b6ca;
    border-top: 1px solid #953562;
    background-color: #d9eef6 !important;
    text-align: left;
    padding: 10px;
    color: #026d94;
    font-size: 1.03em; }
    table.common tfoot tr td strong {
      font-weight: normal; }
  table.common tfoot tr .center {
    text-align: center; }
  table.common tfoot tr .right {
    text-align: right; }

.system_message {
  font-size: 1.6em;
  color: #d3d3d3;
  line-height: initial;
  font-family: "Raleway";
  text-decoration: none;
  display: block;
  width: auto;
  min-height: 26px;
  padding: 18px;
  margin: 12px auto 12px auto;
  overflow: hidden;
  border: 1px solid #d3d3d3; }
  .system_message small {
    font-size: 0.75em;
    display: block;
    margin-top: 5px; }
  .system_message .close_link {
    float: right;
    font-size: 0.55em;
    text-transform: uppercase;
    margin-top: -7px; }
  .system_message a {
    text-decoration: none;
    color: #5e5e5e; }

.sm_info {
  color: #2288B7;
  background-color: #e7f7ff; }

.sm_success {
  color: #A0C800;
  background-color: #F6FFD3; }

.sm_notice {
  color: #FF5400;
  background-color: #faffb2; }

.sm_error {
  color: #EE212D;
  background-color: #FFD8D8; }

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 140px;
  background-color: #7a321a;
  width: 100%;
  /*border-top: 1px solid #f8f8f8;*/ }
  .footer h3 {
    color: #fff;
    font-size: 130%; }
  .footer ul {
    list-style: none;
    padding: 0 0 0 20px; }
    .footer ul li {
      font-size: 1.25em;
      font-family: 'Encode Sans Condensed'; }
      .footer ul li a {
        color: #fff; }
  .footer ul.foot-menu {
    padding: 30px 0;
    font-size: 1.05em; }
    .footer ul.foot-menu li {
      float: left;
      margin-left: 20px; }
    .footer ul.foot-menu .first {
      margin-left: 0; }
  .footer .realizacja {
    color: #fff;
    text-align: right;
    font-family: 'Encode Sans Condensed';
    font-size: 1.35em; }
  .footer .credits_and_links {
    float: left;
    width: 100%;
    height: 120px;
    padding: 60px 0 0 0;
    text-align: right; }
    .footer .credits_and_links ul.snl {
      float: left;
      text-align: right;
      display: inline;
      width: 100%; }
      .footer .credits_and_links ul.snl .wp {
        float: left;
        width: 30px;
        height: 30px;
        background: url("../images/social_imgs.png") no-repeat -2px -3px; }
      .footer .credits_and_links ul.snl .fb {
        float: left;
        width: 30px;
        height: 30px;
        background: url("../images/social_imgs.png") no-repeat -34px -3px; }
      .footer .credits_and_links ul.snl .yt {
        float: left;
        width: 30px;
        height: 30px;
        background: url("../images/social_imgs.png") no-repeat -67px -3px; }
      .footer .credits_and_links ul.snl .tw {
        float: left;
        width: 38px;
        height: 30px;
        background: url("../images/social_imgs.png") no-repeat -99px -3px; }
      .footer .credits_and_links ul.snl .cl {
        float: left;
        width: 34px;
        height: 30px;
        background: url("../images/social_imgs.png") no-repeat -174px -3px; }
      .footer .credits_and_links ul.snl .rss {
        float: left;
        width: 30px;
        height: 30px;
        background: url("../images/social_imgs.png") no-repeat -140px -3px; }

.invoice-header ul {
  padding: 0 0 0 0;
  list-style: none;
  font-size: 1.03em; }

.invoice-auth {
  margin-top: 40px; }
  .invoice-auth .left-auth {
    float: left;
    padding-right: 15px;
    width: 50%; }
    .invoice-auth .left-auth .inside {
      min-height: 100px;
      border-bottom: 1px solid #cacaca; }
  .invoice-auth .right-auth {
    float: left;
    width: 50%;
    padding: 0; }
    .invoice-auth .right-auth .inside {
      min-height: 100px;
      border-bottom: 1px solid #cacaca;
      padding-top: 70px;
      font-size: 1.33em; }

* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

html, body {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0 0 140px;
  -webkit-print-color-adjust: exact; }

strong {
  font-weight: normal; }

.wrapper {
  max-width: 2000px; }

.text-center {
  text-align: center; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.vertical-align {
  display: flex;
  align-items: center; }

.col-no-padding [class*="col-"] {
  padding: 0; }

.inside-col {
  padding: 20px 30px 30px 30px; }

.inside-col-equal {
  padding: 30px !important; }
  .inside-col-equal h1 {
    margin: -17px 0 10px 0; }
  .inside-col-equal p {
    margin: 0; }

.remargin {
  margin: 0 -6px 0 -6px; }

.regular-content {
  color: #7a321a;
  font-size: 1.35em;
  line-height: 150%;
  font-weight: 300; }
  .regular-content .paragraph, .regular-content p {
    color: #7a321a;
    line-height: 150%; }
  .regular-content .content-image {
    margin: 0 0 20px 0; }
    .regular-content .content-image img {
      width: 100%; }

.container-slider {
  width: 100%;
  height: 600px;
  /*
  background: url('../images/2070.jpg');
  background-size: 100%;
  */ }

.home_slider {
  padding: 0;
  width: 100%;
  margin: 30px auto 30px auto;
  overflow-y: hidden; }
  .home_slider .carousel .carousel-control .glyphicon-chevron-left {
    background: transparent; }
  .home_slider .carousel .carousel-control .glyphicon-chevron-right {
    background: transparent; }
  .home_slider .carousel .left {
    background: transparent; }
    .home_slider .carousel .left:hover, .home_slider .carousel .left:focus {
      background: transparent; }
  .home_slider .carousel .right {
    background: transparent; }
    .home_slider .carousel .right:hover, .home_slider .carousel .right:focus {
      background: transparent; }
  .home_slider .carousel .carousel-indicators {
    margin: 0 !important;
    width: 100%;
    left: 0;
    text-align: right;
    bottom: 2px;
    padding-right: 10px; }
    .home_slider .carousel .carousel-indicators li {
      margin: 2px; }
  .home_slider .carousel .carousel-inner .item .slider_element h1 {
    font-weight: 800;
    font-size: 2.8em;
    color: #fff;
    text-decoration: none;
    border: none;
    margin-top: 150px;
    letter-spacing: normal; }
  .home_slider .carousel .carousel-inner .item .slider_element p {
    color: #fff;
    font-size: 2.0em;
    max-width: 70%;
    font-weight: normal;
    margin: 35px 0 20px 0; }
  .home_slider .carousel .carousel-inner .item .slider_element .btn-more {
    color: #fff;
    font-weight: 800;
    font-size: 1.6em;
    background-color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    border: none;
    padding: 10px 20px; }

a {
  color: #7a321a;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #e4712b; }

.image_over_title {
  padding-top: 20px;
  width: 100%;
  text-align: center; }
  .image_over_title img {
    width: 130px; }

h1 {
  font-family: 'Encode Sans Condensed';
  font-size: 2.45em;
  font-weight: 400;
  margin: 10 0 20px 0;
  padding: 11px 10px 10px 0;
  border-bottom: 1px solid #7a321a;
  width: auto;
  color: #7a321a;
  text-align: center; }

h2 {
  font-family: 'Encode Sans Condensed';
  font-size: 1.85em;
  margin: 0 0 10px 0;
  padding: 17px 10px 10px 0;
  color: #7a321a;
  border-bottom: 1px solid #7a321a;
  width: auto; }

h3 {
  font-size: 1.35em;
  margin: 0 0 10px 0;
  padding: 25px 10px 10px 0;
  color: #7a321a;
  border-bottom: 1px solid #eff3e9;
  width: auto; }

.bs-icons-list {
  list-style: none; }
  .bs-icons-list li {
    display: block;
    float: left;
    width: 100px;
    min-height: 100px; }
    .bs-icons-list li .glyphicon {
      font-size: 300%;
      color: #81b6ca; }
    .bs-icons-list li .glyphicon-class {
      font-size: 100%;
      display: none; }

.simple-list-flat {
  list-style: none;
  font-weight: 300;
  font-family: 'Open Sans';
  font-size: 1.4em;
  padding: 0; }
  .simple-list-flat li {
    margin-bottom: 5px; }

.st_side_bar_cont {
  padding: 15px; }
  .st_side_bar_cont p {
    font-size: 1.35em;
    font-weight: 300;
    color: gray;
    line-height: 150%; }
  .st_side_bar_cont .menu {
    font-size: 1.35em; }
    .st_side_bar_cont .menu .simple-list {
      list-style: none;
      font-weight: 300;
      font-family: 'Encode Sans Condensed'; }

.news_element {
  margin: 6px;
  overflow: hidden; }
  .news_element .image {
    width: 100%;
    max-height: 250px;
    overflow: hidden; }
    .news_element .image img {
      width: 100%; }
  .news_element .text {
    font-size: 1.3em;
    font-weight: 300;
    color: #7a321a;
    max-height: 88px;
    margin: 0 0 50px 0; }
    .news_element .text .title {
      font-family: 'Encode Sans Condensed';
      font-size: 1.15em;
      margin: 10px 0 10px 0; }

.list-images {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 6px; }
  .list-images img {
    width: 100%; }

.list-galleries {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 6px; }
  .list-galleries img {
    width: 100%; }
  .list-galleries .title {
    display: block;
    width: 100%;
    height: auto;
    background-color: #eae450;
    padding: 10px;
    font-size: 1.3em;
    font-family: 'Encode Sans Condensed'; }

.download_list .ico {
  float: left;
  width: auto; }
.download_list .info {
  float: left;
  width: auto;
  font-weight: 400;
  font-size: 1.3em;
  padding: 10px 0 0 10px; }
  .download_list .info span {
    font-size: 0.9em;
    color: gray;
    font-weight: 300; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=main.css.map */
