@charset 'UTF-8';
/* Slider */

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;
}


a {color: #990000;
text-decoration: none;}



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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'tmt';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-klucz:before {
    content: "\e98d";
}
.icon-klucz2:before {
    content: "\e98e";
}
.icon-arrow-right:before {
    content: "\ea34";
}
.icon-arrow-right2:before {
    content: "\ea3c";
}
.icon-dot_active:before {
    content: "\e600";
}
.icon-dot:before {
    content: "\e601";
}
.icon-prev:before {
    content: "\e602";
}
.icon-next:before {
    content: "\e603";
}





.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .5;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .5;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /*content: '←';*/
    content: '\e602';
    font-family: 'tmt';
    font-size: 30px;
}
[dir='rtl'] .slick-prev:before
{
    /*content: '→';*/
    content: '\e603';
    font-family: 'tmt';
    font-size: 30px;
}


body {
    background: #f9f9f9;
}
.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    /*content: '→';*/
    content: '\e603';
    font-family: 'tmt';
    font-size: 30px;
}
[dir='rtl'] .slick-next:before
{
 /*   content: '←';*/
    content: '\e602';
    font-family: 'tmt';
    font-size: 30px;
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 40px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 40px;
    height: 40px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';*/
    /*font-size: 20px;*/
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 40px;

    /*content: '•';*/
    
    content: '\e601';
    font-family: 'tmt';
    font-size: 30px;


    text-align: center;

    opacity: .5;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    /*opacity: .75;*/
    content: '\e600';
    color: white;
}


.content {
    display: block;
    width: 960px;
    height: 150px;
    margin: 0 auto;
    font-size: 100px;
    font-family: 'Arial';
    color: #990000!important;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.zyski {
    width: 320px;
    display: inline-block;
    float: left;
    letter-spacing: 5px;
}
.inne {
    width: 140px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    font-size: 40px;
    line-height: 45px;
}
.sukces {
    width: 350px;
    display: inline-block;
    float: left;    
}

.header {
    display: block;
    width: 100%;
    height: 75px;
    margin: 0 auto;
    position: absolute;
    top:0;
    z-index: 2;
}

.slider {
    position: absolute;
    top:0;
    z-index: 1;
}

.header ul {
    float: right;
}
.header ul li {
    display: inline-block;
}
.header ul li:hover {
    background: #1D3D68;
    color: #fff;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.header ul li:hover a {
    color: #fff;  
}

.header ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #1D3D68;
    line-height: 50px;
    font-family: 'Arial';
    margin: 0 20px; 
    text-decoration: none;
    text-align: center;


}

.slide-one .content {
    top: 75px;
}

.slide-two .content {
    top: 150px;
}

.slide-three .content {
    top: 100px;
}
.slide-one, .slide-two, .slide-three {
    height: 700px;
}

div.slick-slide.slick-active, div.slide-one.slick-slide.slick-cloned {
    height: 700px;
}

/*.slide-one, .slide-two {*/
    .slider{
/*    background: #343434 url(blue-sky.jpg) center top no-repeat;*/
    background: #C8D6DE url(city.jpg) center top -75px no-repeat;
    background-size: cover;

}

.slide-three {
    background: url(hand.png) center top no-repeat;
}

.slide-one, .slide-two, .slide-three {
    height: 700px!important;
}
.oferta, .kontakt {
    display: block;
    width: 960px;
    margin: 0 auto;
    min-height: 200px;
}

.kontakt_out {
    background: #444;
    width: 100%;
    height: 300px;

}

h1 {
    font-family: "Arial";
    color: #fff;
    font-weight: 700;
    font-size: 93px;
    line-height: 120px;
    
}

h2 {
    font-family: "Arial";
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    margin-top: 30px;
    color: #990000!important;
    
}


h3 {
    font-family: "Arial";
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    margin-top: 0px;
    color: #990000!important;
}


h4 {
    font-family: "Arial";
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #990000!important;

}

h5 {
    font-family: "Arial";
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    line-height: 46px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #990000!important;
}

h6 {
    font-family: "Arial";
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;

}

ol li {
    font-weight: 600;
    font-size: 60px;
}

ul {
    margin-top: 0px;
}
ul li {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
}

/*ul.menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}*/



.cnt {
    counter-reset: my-counter;
}
.cnt li:before {
    content: counter(my-counter);
    counter-increment: my-counter;

    font-family: "Lato";
}
.cnt a {
    text-decoration: none;
    color: #666
}



ul.menu li {
    font-family: "Lato";
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding: 5px 0;
    display: block;
    /*color: #1D3D68;*/
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    text-shadow: none;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}


ul.menu li:before, ul.menu li ul li:before {
    /*content: '\e603';*/
    /*content: '•';*/
    /*font-family: 'tmt';*/
        font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-right: 15px;
}







ul.menu li:hover {
    /*color: #1D3D68;*/
    color: #990000;
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000;
    cursor: pointer;
}

ul.menu li.noborder:hover {
        border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

ul.menu li ul li {
    padding-left: 20px;
}
ul.menu li ul.menu {
    margin-left: 20px;
}

ul.menu li:hover:before {
color : #990000;
}

/*ul.menu li ul.menu li span {
    margin-left: 16px;
}
*/

ul.menu li ul.menu li b {
    font-weight: 900;
    color: #000;
}

ul.menu {
    margin-bottom: 25px;
}

ul.menu li ul.menu {
    margin-bottom: 0px;
}


ul.menu li.no-list:before{
    display: none;
}



h5.menu {
    color: #000;
    font-size: 24px;
}

h6.menu {
    font-family: "Arial";
    color: #000;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



p{
    font-family: "Arial";
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    text-shadow: none;
    text-align: center;
}

p.two {
    margin-top: 160px;
}

p.three {
    margin-top: 68px;
}

.form2 {
    font-family: "Arial";
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
    float: left;
    clear: both;
    width: 80%;

}

.form {
    font-family: "Arial";
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
    float: right;
    width: 20%;

}



.form a , .form2 a {
    color: #f9f9f9;
}

.oferta h1 {
    color: #444;
}












.button p{
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
}

.wrap{
  position: fixed;
  top: 35px;
  z-index: 100000000;
}

.wrap .slide{
  background: #1D3D68;
  float: left;
  width: 170px;
  z-index: 2;
  
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 0 4px 0px;

  
  -moz-box-shadow: inset -2px 0px 10px #1D3D68;
  --webkit-box-shadow: inset -2px 0px 10px #1D3D68;
  /*box-shadow: inset -2px 0px 10px #0d0d0d;*/

    padding: 10px;
    font-family: "Arial";
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none;
}

.button{
background: #1D3D68;
  color: white;
  float: left;
  width: 40px;
  height: 50px;
  
  margin: 0;
  padding: 40px 0px;
  z-index: 1
  
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 10px 10px 0px;
  
  -moz-box-shadow: inset -2px 0px 20px #1D3D68;
  -webkit-box-shadow: inset -2px 0px 20px #1D3D68;
  /*box-shadow: inset -2px 0px 20px #0d0d0d;*/
}

.button:hover{
  cursor: pointer;
  -moz-box-shadow: inset -2px 0px 20px #1D3D68;
  -webkit-box-shadow: inset -2px 0px 20px #1D3D68;
  /*box-shadow: inset -2px 0px 20px #0d0d0d;*/
}











