* { font-family: 'Ubuntu', verdana, arial, Sans-Serif; color: #8d8d8d; }


@font-face {
    font-family: 'Gotham Book';
    src: url('/css/Gotham-Book.eot');
    src: url('/css/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('/css/Gotham-Book.woff') format('woff'),
    url('/css/Gotham-Book.ttf') format('truetype'),
    url('/css/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on September 20, 2016 5:14 PM */

@font-face {
    font-family: 'Gotham Medium';
    src: url('/css/Gotham-Medium.eot');
    src: url('/css/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('/css/Gotham-Medium.woff') format('woff'),
    url('/css/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active, a:focus {outline: 0;}

a { cursor:pointer; text-decoration: none; }

a:hover { text-decoration: underline; }

.clear {
  clear: both;
}

.six {
    height: 6px;
}

.ten {
    height: 10px;
}

.twenty {
  height: 20px;
}

.fifty {
  height: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.col {
    height: auto;
    min-height: 200px;
    float: left;
    box-sizing: border-box;
    width: 50%;
}

.wid-2-3 {
    width: 66%
}

.wid-1-3 {
    width: 33%;
}

.pdd {
    padding: 55px 70px 55px 70px;
    box-sizing: border-box;
}

.pdd_02 {
    padding: 55px 50px 55px 50px;
    box-sizing: border-box;
}

.trans2 {
    transition: all 0.2s ease;
}

html {
  height: 100%;
  width: 100%;
}

body {
    background: #fff;
    height: auto;
    min-height: 100%;
    width: 100%;
}

.loader {
    background: url("/gfx/loader.gif") no-repeat center center;
}

hr {
    color: none;
    background-color: none;
    border: 1px solid #c0c0c0;
    border-style: none none solid;
}

.fancybox-lock, .fancybox-overlay {
    overflow: visible !important;
}

#loading, .loading  {
    height: 100px;
    background: url('/gfx/loader.gif') no-repeat center;
    width: auto;
}


.frame_error, .frame_ok, .frame_attention {
    background: rgba(255,0,0,0.1);
    padding: 10px;
    color: red;
    margin: 10px 0 10px 0;
}

.frame_ok {
    background: rgba(83, 240, 9, 0.2);
    background-position: 13px center;
    color: green;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

:-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

::-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

.invis {
    display: none;
}

.it {
    font-style: italic;
}

.looo {
  height: auto;
  width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
    box-sizing: border-box;
}


/* header */

header {
    height: auto;
    min-height: 107px;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

header.stick-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding-top: 0;
    min-height: 70px;
    box-shadow: 0 0 20px #c0c0c0;
}

header.stick-top .logo {
    margin-top: 10px;
}

header.stick-top #menu {
    margin-top: 7px;
    margin-bottom: 0;
}

header.stick-top #lang {
    margin-top: 17px;
}

header.stick-top:before {
    top: 28px;
}

header:before {
    content: '';
    position: absolute;
    top: 48px;
    width: 100%;
    height: 7px;
    left: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.logo{
    margin-top: 20px;
    float: left;
    background: #fff;
    box-sizing: border-box;
}

.logo img {
    max-width: 220px;
}

#lang {
    width: auto;
    height: 30px;
    float: right;
    text-align: center;
    background: #fff;
    margin: 26px 0 0 30px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}

#lang a {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 0 5px;
    opacity: 0.8;
}

#lang a:hover {
    opacity: 1;
}

a.lang_pl {
    background: url('/gfx/flag_pl.png') no-repeat center center;
}

a.lang_pl:hover {
    background: rgba(255, 255, 255, 0.4) url('/gfx/flag_pl.png') no-repeat center center;
}

a.lang_de {
    background: url('/gfx/flag_de.png') no-repeat center center;
}

a.lang_de:hover {
    background: rgba(255, 255, 255, 0.4) url('/gfx/flag_de.png') no-repeat center center;
}

a.lang_en {
    background: url('/gfx/flag_en.png') no-repeat center center;
}

a.lang_en:hover {
    background: rgba(255, 255, 255, 0.4) url('/gfx/flag_en.png') no-repeat center center;
}

#menu {
    float: right;
    background: #fff;
    padding: 0;
}

#menu li.parent {
    display: inline-block;
    list-style-type: none;
    box-sizing: border-box;
    position: relative;
    padding: 13px 0 13px 0;
    margin: 0 13px 0 13px;
}

#menu a {
    font-family: 'Gotham Book';
    color: #26548a;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    letter-spacing: -0.9px;
    position: relative;
}

#menu a:hover {
    text-decoration: none;
}

#menu li.parent:first-child {
    margin-left: 20px;
}

#menu li.parent:last-child {
    margin-right: 20px;
}


ul#menu li a.select {
    color: #000;
}

ul#menu li.parent {
    transition: border-color 0.5s linear;
    border-bottom: 3px solid rgba(0,0,0,0);
}

ul#menu li.parent:hover {
    border-bottom: 3px solid #26548a;
    transition: border-color 0.5s linear;
}

ul#menu li ul {
    list-style: none;
    display: none;
    position:absolute;
    width: 250px;
    top: 54px;
    left: 0;
    font-weight: normal;
    padding: 0;
    margin-left:0;
    background: rgba(255,255,255,0.9);
    z-index:99999;
}

ul#menu li ul li {
    width: 250px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
}

ul#menu li ul li a {
    text-align: left;
    font-size: 13pt;
    margin: 0;
    width: 225px;
    padding: 14px 5px 14px 10px;
    min-height: 20px;
    height: auto;
    border: 0;
    font-weight: bold;
    color: #26548a;
}

ul#menu li.parent ul li a:hover {
    border: 0;
    color: #000;
}

ul#menu li:hover ul, ul#menu li.over ul {
    display: block;
}

/* mid */

.mid {
    width: 100%;
    height: 475px;
    background: linear-gradient(to bottom, #e9e9e9 0, #e9e9e9 60%, #26548a 60%);
    position: relative;
}

.mid-image {
    width: 100%;
    height: 100%;
    background: url('/gfx/bg.jpg') no-repeat center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.12;
    position: absolute;
}

#homeSlider {
    padding: 65px 30px 0 30px;
    box-sizing: border-box;
}

.title {
    padding-left: 70px;
    box-sizing: border-box;
}

h1, h2 {
    font-family: 'Gotham Medium';
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: relative;
}

h1 {
    margin-bottom: 5px;
}

h1:before, h1:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -26px;
    width: 10px;
    height: 3px;
    background: #fff;
    display: block;
    transform: skew(-15deg, 0deg);
}

h1:after {
    top: 28px;
    left: -28px;
}

h2 {
    font-family: 'Gotham Book';
    color: #a7b7ca;
    font-size: 25px;
}

/* content */

.content {
    min-height: 300px;
}

.content p {
    font-size: 20px;
}

.col_right .col_title {
    color: #26548a;
    font-family: "Gotham Medium";
    text-transform: uppercase;
    font-size: 25px;
}

.col_right p {
    font-size: 16px;
}

p {
    line-height: 150%;
}

.a_more, a[target="_self"] {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background: #26548a;
    text-transform: uppercase;
    font-family: 'Gotham Medium';
}

.a_more:hover, a[target="_self"]:hover {
    text-decoration: none;
    background: #183456;
}

.gallery {
    padding: 30px 10px 10px 10px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}

.thumb {
    border: 1px solid #d1d1d1;
    padding: 0;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin: 5px 10px 5px 10px;
    text-align: center;
}


.thumb_a {
    padding: 0px;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.thumb:hover {
    background: #26548a;
}


.table_form {
    width: 70%;
    margin: 10px auto 10px auto;
}

.table_prices td, .table_form td {
    padding: 10px 10px 15px 10px;
    font-size: 15pt;
}

.table_normal td, .table_normal th {
    padding: 3px;
    border: 1px solid rgba(255,255,255,0.3);
}

.table_form, .table_prices {
}

.table_form th {
    text-align: right;
    font-weight: normal;
    vertical-align: top;
    padding-top: 15px;
}

td.ctr {
    text-align: center;
}

#map {
    width: 100%;
    height: 400px;
    border: 0px;
}

/* inputs */

input, select, textarea {
    background: white;
    border: 1px solid #c0c0c0;
    padding: 6px;
    color: #464646;
    display: block;
    margin: 0;
    background: #fff;
    width: 100%;
}

input[type=checkbox] {
    float: left;
    border: 0px;
    background: none;
    margin: 3px 0 0 0;
}

input[type=radio] {
    float: left;
    border: 0px;
    background: none;
}

textarea {
    display: block;
    margin: 10px auto 10px 0;
    width: 80%;
    min-height: 100px;
    resize: none;
}

input.in_short {
    display: inline-block;
    margin: 0;
    width: 70px;
}

input.in_long {
    display: inline-block;
    width: 300px;
    margin: 0;
}

.inline {
    display: inline-block;
    margin: 2px 2px 2px 0;
}

input:focus, textarea:focus {
    border: 1px solid black;
    color: black;
}

select {
    background: #f1f1f1;
}

td.clear {
    border: 0;
}

input.error, textarea.error {
    border: 1px solid red;
}

input[type=submit], input[type=button], .btn_big {
    cursor:pointer;
    width: auto;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background: #26548a;
    text-transform: uppercase;
    font-family: 'Gotham Medium';
    border: 0;
}

input[type=submit]:hover, input[type=button]:hover, .btn_big:hover {
    text-decoration: none;
    background: #183456;
}

label.error {
    color: red;
    font-size: 9pt;
    display: block;
    margin-bottom: 3px;
}


/* footer */

footer {
    min-height: 140px;
    background: #b3b3b3;
    border-top: 15px solid #efefef;
    position: relative;
    width: 100%;
}

footer p, footer a {
    color: #fff;
    font-size: 12px;
}

.to_top {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
}

.to_top:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 60px;
    border-color: transparent transparent #b3b3b3 transparent;
    top: 0;
    left: -30px;
    position: absolute;
}

.to_top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #26548a transparent;
    top: 30px;
    left: 20px;
    position: absolute;
}

.to_top:hover:after {
    top: 25px;
}

/* slick slider */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 44px;
    height: 100px;
    margin-top: -50px;
    padding: 0;
    left: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-slider .slick-prev::-moz-focus-inner,
.slick-slider .slick-next::-moz-focus-inner {
    border: 0;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    content: '';
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-left: 2px solid #26548a;
    border-bottom: 2px solid #26548a;
    position: absolute;
    top: 30px;
    left: 5px;
    z-index: 101;
    margin: 0;
    transform: scaleY(2) rotate(45deg);
    outline: none;
    pointer-events: none;
}
.slick-slider .slick-next {
    left: auto;
    right: 10px;
}
.slick-slider .slick-next:before {
    transform: scaleY(2) rotate(225deg);
}

.slick-slide {
    background: #fff;
    margin: 0 45px 0 45px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    height: 260px;
    position: relative;
}

.slick-slide:before {
    content: '';
    bottom: -50px;
    left: 0;
    height: 30px;
    width: 100%;
    background-image: radial-gradient(ellipse farthest-side at center center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
}

.slick-slide img {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-list {
    padding-bottom: 50px;
}


/* rwd */

@media only screen and (max-width: 1200px) {

    .looo, .txt, .mid {
        width: 100%;
        max-width: 100%;
    }
    header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1050px) {

    .top_nav {
        float: none;
        display: block;
        width: 100%;
        clear: both;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    #menu {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {

    #homeSlider {
        padding-top: 40px;
    }
    .slick-slide {
        height: 200px;
    }

    .slick-slide img {
        max-height: 70%;
    }
    .mid {
        height: auto;
        background: linear-gradient(to bottom, #e9e9e9 0, #e9e9e9 50%, #26548a 50%);
    }

    ul#menu {
        margin-top: 0;
        height: auto;
        min-height: 60px;
    }
    ul#menu li.parent {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f1f1f1;
    }

    #menu li.parent:first-child, #menu li.parent:last-child {
        margin: 0;
    }
    #menu li.parent:last-child {
        border: 0;
    }

    ul#menu li.parent:hover {
        border-bottom: 1px solid #f1f1f1;
    }

    ul#menu li a {
        width: 100%;
        display: block;
        float: none;
        text-align: left;
        border-top: 1px solid rgba(255,255,255,0.1);
        margin: 0;
        padding: 5px;
        font-size: 12pt;
        box-sizing: border-box;
    }
    ul#menu li ul {
        position: relative;
        height: auto;
        width: 100%;
        float: none;
        top: auto;
        left: auto;
    }
    ul#menu li ul li, ul#menu li ul li a {
        float: none;
        width: 100%;
        box-sizing: border-box;
        font-size: 13px;
        font-family: "Gotham Book";
        font-weight: normal;
        padding: 7px 5px 7px 10px
    }
    ul#menu li a, ul#menu li a:hover, ul#menu li a.selected {
        border-bottom: 0 solid #26548a;
    }
    ul#menu li ul {
        border-top: 1px solid #26548a;
    }
    ul#menu li ul::after {
        top: -16px;
    }
    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        top: 40%;
    }

    .title {
        padding: 20px;
    }

    h1 {
        font-size: 30px;
        text-align: center;
    }

    h1:before, h1:after {
        display: none;
    }

    h2 {
        font-size: 15px;
        text-align: center;
    }
    .wid-2-3, .wid-1-3 {
        width: 100%;
    }

    .pdd, .pdd_02 {
        padding: 30px;
    }
    footer {
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 500px) {

    .logo {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        background: none;
    }

    .logo img {
        background: #fff;
    }

    #lang {
        float: none;
        width: 100%;
        display: block;
        margin: 20px 0 5px 0;
    }

    .content p {
        font-size: 16px;
    }

    .col_right p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {

    header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slick-slide {
        margin: 0;
    }

    .pdd, .pdd_02 {
        padding: 15px;
    }
}