/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper,
.full-row,
.big-row,
.row {
  *zoom: 1;
}
#wrapper:before,
.full-row:before,
.big-row:before,
.row:before, #wrapper:after,
.full-row:after,
.big-row:after,
.row:after {
  content: " ";
  display: table;
}
#wrapper:after,
.full-row:after,
.big-row:after,
.row:after {
  clear: both;
}

@font-face {
  font-family: 'Name Font';
  src: url("../fonts/Name Font.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Name Font.eot?#iefix") format("embedded-opentype"), url("../fonts/Name Font.woff") format("woff"), url("../fonts/Name Font.ttf") format("truetype"), url("../fonts/Name Font.svg#Name Font") format("svg");
  /* Legacy iOS */
}
/* ------------------------------------------------------------ Layout ----- */
a {
  color: #15152c;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a span {
  font-weight: 400;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.content-center {
  text-align: center;
}

/* ----------------------------------------------------- Header images ----- */
/* Safari bug z czionkami */
html {
  -webkit-font-smoothing: antialiased;
}

body, html {
  height: 100%;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  background-color: #ffffff;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -350px;
  width: 100%;
  min-width: 320px;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  #wrapper {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 1120px) {
  #wrapper {
    margin-bottom: -380px;
  }
}
@media only screen and (max-width: 1023px) {
  #wrapper {
    margin-bottom: -300px;
    padding-top: 113px;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper {
    margin-bottom: -120px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper {
    margin-bottom: -145px;
  }
}

footer, .push {
  height: 350px;
}
@media only screen and (max-width: 1120px) {
  footer, .push {
    height: 380px;
  }
}
@media only screen and (max-width: 1023px) {
  footer, .push {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  footer, .push {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  footer, .push {
    height: 145px;
  }
}

/*KUBA*/
.home header nav ul li a {
  color: #15152c !important;
}

.home section h2 {
  color: #15152c !important;
  text-shadow: none !important;
  font-weight: 400 !important;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 10px 20px;
}

.home header {
  background: white;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  /* 
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 26%, rgba(255,255,255,0) 100%); 
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 24%,rgba(255,255,255,1) 26%,rgba(255,255,255,0) 100%); 
  background: linear-gradient(to bottom, rgba(255,255,255,1) 24%,rgba(255,255,255,1) 26%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); */
}

@media only screen and (max-width: 736px) {
  #wrapper {
    margin-bottom: 0px;
  }

  footer,
  .push {
    height: auto;
  }

  .home section .home-img {
    height: 100% !important;
  }

  .home section h2 {
    position: relative !important;
  }
}
[class*='column-'] {
  float: left;
  width: 100%;
  min-height: 1px;
}

.column-1 {
  width: 8.33333%;
}

.column-2 {
  width: 16.66667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.33333%;
}

.column-5 {
  width: 41.66667%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.33333%;
}

.column-8 {
  width: 66.66667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.33333%;
}

.column-11 {
  width: 91.66667%;
}

.column-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  [class*='column-'] {
    width: 100%;
  }
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  padding: 0px 15px;
}

header {
  padding: 20px 0px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  header {
    position: fixed;
    padding: 15px 0px;
    width: 100%;
    top: 0px;
    background-color: #fff;
    border-bottom: 1px solid #15152c;
  }
  .home header {
    border-bottom-width: 0px;
  }
}
header .site-logo {
  float: left;
}
@media only screen and (max-width: 1120px) {
  header .site-logo img {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  header .site-logo img {
    height: 60px;
  }
}
header nav {
  float: right;
  text-align: right;
  margin-top: 30px;
}
@media only screen and (max-width: 1120px) {
  header nav {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  header nav {
    display: none;
    text-align: left;
    float: none;
    clear: both;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    margin-top: 0px;
    padding-top: 15px;
  }
  .home header nav {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
header nav ul {
  padding: 0px 0px 0px 0px;
}
header nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  header nav ul li {
    display: block;
    border-bottom: 1px solid #15152c;
  }
}
header nav ul li a {
  font-size: 2.1em;
  text-shadow: 1px 1px 0px #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (max-width: 1120px) {
  header nav ul li a {
    padding: 10px;
  }
}
.home header nav ul li a {
  color: #fff;
  text-shadow: 0px 0px 0px #000000;
}
@media only screen and (max-width: 1023px) {
  header nav ul li a {
    width: 100%;
  }
  .home header nav ul li a {
    color: #15152c;
    text-shadow: 0px 0px 0px #000000;
  }
}
header nav ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header nav ul li a.ss-icon {
  font-weight: bold;
  font-size: 3em;
  position: relative;
  top: 5px;
  padding: 10px 5px;
}
header nav ul li:hover a, header nav ul li.active a {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .mobile-nav {
  display: none;
  float: right;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  header .mobile-nav {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  header .mobile-nav {
    margin-top: 25px;
  }
}
header .mobile-nav .btn-phone {
  color: #15152c;
  font-size: 2em;
  display: inline-block;
  margin-right: 15px;
}

.btn-mobile-menu {
  display: inline-block;
}
.btn-mobile-menu .icon-menu {
  position: relative;
  width: 21px;
  height: 20px;
  cursor: pointer;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-mobile-menu .icon-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #15152c;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-mobile-menu .icon-menu span:nth-child(1) {
  top: 0px;
}
.btn-mobile-menu .icon-menu span:nth-child(2), .btn-mobile-menu .icon-menu span:nth-child(3) {
  top: 8.16667px;
}
.btn-mobile-menu .icon-menu span:nth-child(4) {
  top: 16.33333px;
}
.btn-mobile-menu.active .icon-menu span:nth-child(1) {
  top: 8.16667px;
  left: 50%;
  width: 0%;
}
.btn-mobile-menu.active .icon-menu span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-mobile-menu.active .icon-menu span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-mobile-menu.active .icon-menu span:nth-child(4) {
  top: 8.16667px;
  left: 50%;
  width: 0%;
}

section {
  padding-bottom: 30px;
}
section h2 {
  margin: 45px 0px;
  font-size: 2.1em;
  color: #15152c;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  section h2 {
    margin: 20px 0px;
  }
}
section h3 {
  font-size: 2.1em;
  margin-bottom: 15px;
}
section p {
  font-size: 1.4em;
  line-height: 1.57em;
  margin-bottom: 15px;
}
section hr {
  border-width: 0px;
  border-bottom: 1px solid #15152c;
  margin-bottom: 15px;
}
section .btn-news {
  font-size: 2.1em;
  color: #15152c;
  text-transform: uppercase;
  margin: 45px 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  section .btn-news {
    margin: 20px 0px;
  }
}
section .contact-map {
  width: 100%;
  height: 400px;
  margin-top: 5px;
}
section .row > div:first-of-type:not(.column-12) {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  section .row > div:first-of-type:not(.column-12) {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
section .row > div:last-of-type:not(.column-12) {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  section .row > div:last-of-type:not(.column-12) {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
section .column-6 > img {
  width: 100%;
}
section .box-col2 {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  section .box-col2 {
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.home section .home-img {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 73%;
  background-image: url("../../content/images/home-img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1023px) {
  .home section .home-img {
    height: 75%;
  background-position: bottom center;  }
}
@media only screen and (max-width: 767px) {
  .home section .home-img {
    height: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .home section .home-img {
    background-size: auto 130%;
  }
}
.home section .row {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home section .row .column-12 {
    width: 100%;
  }
}
.home section h2 {
  color: #fff;
  font-size: 3.9em;
  font-weight: 600;
  text-shadow: 1px 1px 0px #000000;
  text-transform: none;
  margin: 40% 0px 80px 0px;
}
@media only screen and (max-width: 768px) {
  .home section h2 {
    margin-top: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .home section h2 {
    position: fixed;
    bottom: -35px;
    left: 0px;
    font-size: 3em;
  }
  .home section h2 br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .home section h2 {
    font-size: 2.5em;
    margin: 80px 0px;
  }
}
section .about-box {
  border-bottom: 1px solid #989898;
  margin: 0px 0px 50px 0px;
  padding-bottom: 50px;
  position: relative;
  display: table;
}
@media only screen and (max-width: 767px) {
  section .about-box {
    margin: 0px 0px 25px 0px;
    padding-bottom: 25px;
  }
}
section .about-box:last-of-type {
  border-bottom-width: 0px;
}
section .about-box > div {
  display: table-cell;
  float: none;
}
@media only screen and (max-width: 768px) {
  section .about-box > div {
    display: block;
  }
}
section .about-box > div:first-of-type {
  vertical-align: top;
}
section .about-box img {
  width: 100%;
  padding-right: 30px;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  section .about-box img {
    padding: 0px;
    margin: 0px auto 15px auto;
    width: auto;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  section .about-box img {
    width: 100%;
  }
}
section .box-work {
  background-color: #15152c;
  color: #fff;
  border-right: 25px solid #fff;
  margin-bottom: 50px;
}
section .box-work:nth-child(2n) {
  border-left: 25px solid #fff;
  border-right-width: 0px;
}
@media only screen and (max-width: 767px) {
  section .box-work {
    border-width: 0px !important;
    margin-bottom: 25px;
  }
}
section .box-work img {
  width: 100%;
}
section .box-work h3 {
  font-size: 2.1em;
  margin: 20px 20px 30px 20px;
}
section .box-work a {
  color: inherit;
}
section .box-work .box-tag {
  margin: 20px;
}
section .box-work .box-tag a,
section .box-work .box-tag span {
  color: #fff;
  font-size: 1.4em;
}
section .box-work .box-tag a:before,
section .box-work .box-tag span:before {
  content: '|';
  color: inherit;
  font-size: inherit;
  margin: 0px 5px;
}
section .box-work .box-tag a:first-of-type:before,
section .box-work .box-tag span:first-of-type:before {
  display: none;
}
section .table-work {
  width: 100%;
  margin-top: 15px;
}
section .table-work td {
  border-bottom: 1px solid #e7e7e7;
  width: 50%;
  padding: 5px;
}
section .table-work td:first-of-type p {
  text-transform: uppercase;
}
section .table-work td p {
  margin: 0px;
  font-size: 1.7em;
}
section article {
  border-bottom: 1px solid #15152c;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
section article h3 {
  font-size: 2.5em;
  color: #15152c;
}
section article .date-news {
  text-transform: uppercase;
  color: #15152c;
  font-size: 1.4em;
}
section article p {
  font-size: 1.7em;
}
section article .read-more {
  text-transform: uppercase;
  color: #15152c;
}
section .news-nav a {
  text-transform: uppercase;
  color: #15152c;
  font-weight: 600;
  font-size: 1.7em;
  margin: 0px 20px;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #15152c;
  color: rgba(255, 255, 255, 0.45);
  padding-top: 40px;
  margin: 0px auto;
  width: 100%;
  min-width: 320px;
}
@media only screen and (max-width: 1023px) {
  footer {
    padding-top: 10px;
  }
}
footer a {
  color: inherit;
}
footer a[href^="mailto:"] {
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  footer a[href^="mailto:"] {
    display: block;
  }
}
footer a[href^="mailto:"] i {
  position: relative;
  top: 3px;
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  footer a[href^="mailto:"] i {
    top: 2px;
  }
}
footer p {
  font-size: 2.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  footer p {
    font-size: 1.7em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1120px) {
  footer .column-5 {
    width: 100%;
    text-align: center;
  }
}
footer .column-5 p {
  color: #fff;
}
@media only screen and (max-width: 1120px) {
  footer .column-5 p {
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 640px) {
  footer .column-5 p {
    display: none;
  }
}
@media only screen and (max-width: 1120px) {
  footer .column-7 {
    width: 100%;
    text-align: center;
  }
}
footer .logo-channels {
  margin-bottom: 60px;
  float: right;
}
@media only screen and (max-width: 1120px) {
  footer .logo-channels {
    float: none;
  }
}
@media only screen and (max-width: 1023px) {
  footer .logo-channels {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  footer .logo-channels {
    display: none;
  }
}
footer .logo-channels li {
  display: inline-block;
  margin: 0px 0px 0px 40px;
  vertical-align: middle;
}
footer .logo-channels li:first-of-type {
  margin-left: 0px;
}

/*# sourceMappingURL=screen.css.map */


section li {
font-size: 14px;
line-height: 1.57em;
margin-bottom: 15px;
 margin-left: 30px;
  padding-right: 20px;
  border: 0;
}


section ul li {
list-style-type: square;
}

section ol li {
list-style-type: decimal;
}
/* static-copy fix: keep scrollbar gutter so short pages (contact) don't shift the centered layout */
html { overflow-y: scroll; }
