@import "//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700";

@font-face {
    font-family: 'ArchivoNarrowRegular';
    src: url('../fonts/ArchivoNarrowRegular.eot');
    src: url('../fonts/ArchivoNarrowRegular.eot') format('embedded-opentype'),
        url('../fonts/ArchivoNarrowRegular.woff2') format('woff2'),
        url('../fonts/ArchivoNarrowRegular.woff') format('woff'),
        url('../fonts/ArchivoNarrowRegular.ttf') format('truetype'),
        url('../fonts/ArchivoNarrowRegular.svg#ArchivoNarrowRegular') format('svg');
}

@font-face {
    font-family: 'ArchivoNarrowBold';
    src: url('fonts/ArchivoNarrowBold.eot');
    src: url('fonts/ArchivoNarrowBold.eot') format('embedded-opentype'),
        url('fonts/ArchivoNarrowBold.woff2') format('woff2'),
        url('fonts/ArchivoNarrowBold.woff') format('woff'),
        url('fonts/ArchivoNarrowBold.ttf') format('truetype'),
        url('fonts/ArchivoNarrowBold.svg#ArchivoNarrowBold') format('svg');
}


html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 200%;
}
head{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Roboto Condensed";
    color: #ffffff;
    line-height: 200%;
    overflow-x: hidden;
    font-size: 1.6rem;
    font-weight: 100;
    float: left;
}
p{
    font-size: 1.6rem;
    line-height: 200%;
    margin: 0 0 15px;
}
a{
    color: #2387f5;
}
h1{
    font-size: 2rem;
    margin: 0px 0 25px;
    font-weight: normal;
    line-height: 140%;
}
h2{
    font-size: 1.8rem;
    line-height: 130%;
}
h3{
    font-size: 1.6rem;
    line-height: 130%;
}
h4{
    font-size: 1.4rem;
    line-height: 130%;
}

::-webkit-input-placeholder { color: #c4bebe; opacity: 1 !important; }
:-moz-placeholder { color: #c4bebe;}
::-moz-placeholder {color: #c4bebe;}
:-ms-input-placeholder {color: #c4bebe;}

.Site{
    width: 100%;
    float: left;
    margin-left: 0;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
}
.MainHeader{
    float: left;
    width: 100%;
}
.Header{
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 85px;
} 
.HeaderLogo{ 
    position: absolute;
    top: 19px;
    left: 5%; 
    transition-duration: 0.5s;
    width: 385px;
}
.HeaderLogo img{ 
    width: 100%;
    max-width: 425px;
}
.HeaderMenu1{
    background-color: #646464;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0;
    width: 150px;
    z-index: 0;
    overflow-y: auto;
    display: none;
}
.HeaderMenu1 ul{
    float: left;
    list-style: none;
    margin: 0 0 0 5%;
    padding: 0;
}
.HeaderMenu1 ul li{
    float: left;
    width: 100%;
    padding: 0
}
.HeaderMenu1 ul li a{
    float: left;
    color: #ffffff;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
}
.HeaderBtnMenu{
    float: left;
    margin-left: 2%;
    cursor: pointer;
    display: none;
}
.HeaderBg{
    height: 136px;
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition-duration: 0.5s;
}
.HeaderMenu1Center{
    float: left;
    width: 100%;
}
.HeaderMenu1Center h1{
    color: #ffffff;
    font-weight: normal;
    margin-left: 5%;
    padding: 30px 5% 15px 0;
    width: 90%;
    border-bottom: 1px solid #ffffff;
}
.HeaderMenuMainCenter{
    float: left;
    width: 100%;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
}
.MenuBtnBig{
    position: fixed;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.MainCenterBg{
    position: relative;
    margin: 0 auto;
    z-index: 10;
    float: left;
    width: 100%;
    background-color: #292929;
}
.MainCenter{
    float: left;
    width: 100%;
    margin-top: 135px;
}
.MainTextContent{
    float: left;
    padding: 3% 0 1%;
    width: 99%;
}
.ColumnCenter{
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}
.ColumnCenter h1{
    font-size: 2.5rem;
}
.MainFooter{
    float: left;
    position: relative;
    width: 100%;
    background-color: #292929;
}
.Footer{
    margin: 0 5%;
    color: #ffffff;
    position: relative;
}
.Footer a{
    color: #ffffff;
    text-decoration: none;
}
.Footer a:hover{
    text-decoration: underline;
}
.FooterAutor{
    float: left;
    line-height: 140%;
    padding: 63px 5% 40px;
    text-align: left;
    font-size: 1.3rem;
}
.FooterAutor a{
    color: #ffffff;
}

.StartKat{
    position: relative;
    margin: 0 auto;
}

.GalleryBg{
    float: left;
    width: 100%;
}
.GalleryBgMiddle{
    float: left;
    width: 100%;
}
.MainGaleryContentLine{
    float: left;
    margin-left: 4%;
    width: 96%;
}
.galleryBox{
    float: left;
    margin: 0 4% 4% 0;
    width: 21%;
}
.galleryBox img{
    width: 100%;
}
.FooterContactMail{
    float: left;
    width: 88%;
    margin: 0% 6% 1.5%;
    background-color: #202020;
    padding: 10px 0;
    height: 50px;
    border-radius: 10px;
    background-image: url('../../img/kontakt.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.FormInputName{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 13px;
}
.FormContentCol2{
    float: left;
    padding: 0px 0 0px;
    width: 32%;
    margin-bottom: 20px;
}
.FormContentCol2:nth-child(2){
    margin: 0 2% 20px;
}
.FormContentCol2 span{
    font-size: 1.1rem;
    line-height: 140%;
    font-family: "Tahoma";
    color: #555555;
    float: left;
    padding-left: 2px;
}
.FormContentCol2 p{
    font-weight: bold;
    color: #ED1E79 !important;
    margin: 0;
}
.FormContentCol3{
    float: left;
    margin-bottom: 3%;
    width: 99%;
}
.FormContentCol3 textarea{
    width: 89.4%;
    padding: 2% 3%;
    text-transform: none;
    font-size: 1.4rem;
    font-family: Roboto Condensed;
    height: 100px;
    border: 0;
}
.FormStat{
    float: right;
    margin-top: 6px;
    width: 31px;
}
.FormStat img{
    width: 95%;
    max-width: 18px;
}
.FormContentCol2Click{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.SubmitContact{
    background: transparent;
    color: #ffffff;
    font-size: 3rem;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 100;
    border: 0;
    border-bottom: 1px solid #fccc08;
    font-family: "Roboto Condensed";
}
.ColumnRight{
    float: right;
    width: 32%;
    margin-bottom: 20px;
    display: none;
}
.ColumnLeft{
    float: left;
    padding: 2% 1% 1% 3%;
    width: 90%;
}
.ColumnLeft ul{
    margin:0;
    padding:0;
    list-style-type:none;
}

.ColumnLeft ul > li {
    float:left;
    padding-right: 40px;
}
.BoxContactInfo{
    float: left;
    background-image: url(../../img/bg_box_long.gif);
}
.BoxBgMiddle{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.BoxP1{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    float: left;
    padding: 20px 6% 0;
    width: 88%;
    background-image: url(../../img/bg_box_long.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.BoxPTextBtnLinkForm{
    float: left;
    width: 100%;
    background-color: #2387f6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
.S_FormContent{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.S_FormContent input[type=text]{
    width: 89.9%;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px 5%;
    font-family: "Tahoma";
    font-size: 11px;
}
.S_FormContent textarea{
    width: 89.9%;
    margin-bottom: 5px;
    height: 85px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px 5%;
    font-family: "Tahoma";
    font-size: 11px;
}
.FormQuickMsg{
    float: left;
    width: 100%;
    color: red;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}
.msgerrok{
    color: #4ff14f !important
}
#scrolltop{
    background-image: url("../../img/scrolltop.png");
    bottom: 30px;
    cursor: pointer;
    height: 43px;
    position: fixed;
    right: 30px;
    width: 43px;
    z-index: 10;
    opacity: 0;
}
.MainImgContent{
    position: relative;
    width: 100%;
    margin-top: 100px;
}
.MainImgBox{
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: center -85px;
    background-image: url('../../img/main_img.jpg');
}
.SliderSlogan{
    position: absolute;
    right: 5%;
    bottom: 60px;
    text-align: right;
    font-size: 2rem;
}
.SliderSlogan p{
    margin-bottom: 0px;
}
.HeaderMenuMain{
    position: absolute;
    right: 4.2%;
    top: 71px;
    display: table;
    transition-duration: 0.5s;
}
.HeaderMenuMain ul{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.HeaderMenuMain ul li{
    float: left;
}
.HeaderMenuMain ul li a{
    float: left;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: 100;
    font-size: 1.5rem;
}
.HeaderMenuMain ul li a:hover {
    color: #fccc08;
}
.HeaderMenuMain ul li:first-child a{
    padding-left: 0;
}
.HeaderInfo{
    position: absolute;
    right: 5%;
    top: 34px;
    font-size: 1.7rem;
    transition-duration: 0.5s;
}
.HeaderInfo img{
    display: block;
}
.HeaderInfo a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-top: -27px;
    margin-left: 44px;
}
.Box1{
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1100px;
}
.Box1Title{
    float: left;
    width: 15%;
}
.Box1Title h1{
    font-size: 3rem;
    color: #c2c2c2;
    font-weight: 500;
}
.Box1Title h1 span{
    padding-right: 30px;
}
.Box1Title h1:after{
    content: '|';
    color: #838383;
    font-weight: 300;
    font-size: 2.5rem;
}
.Box1TitleText{
    float: right;
    width: 85%;
    margin-bottom: 45px;
    visibility: hidden;
}
.Box1 p{
    font-size: 1.6rem; 
}
.Box2{ 
    position: relative;
    width: 100%;
    float: left;
    background-image: url(../../img/o_nas_img.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0 90px;
}
.cmykl{
    position: absolute;
    top: -123px;
    left: 0;
}
.Box2 h1{
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    display: block;
    margin-bottom: 55px;
    font-weight: 300;
}
.InfoOffer{
    float: left;
    width: 20.25%;
    margin: 0 3% 0 0;
    visibility: hidden;
}
.InfoOffer:after{
    content: ' ';
    display: block;
    width: 107px;
    height: 5px;
}
.InfoOffer:nth-child(2){
    margin-left: 5%;
}
.InfoOffer:nth-child(2):after{
    background-color: #048aee;
}
.InfoOffer:nth-child(3):after{
    background-color: #ed049d;
}
.InfoOffer:nth-child(4):after{
    background-color: #fccc08;
}
.InfoOffer:nth-child(5):after{
    background-color: #000000;
}
.InfoOffer h2{
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 10px;
}
.InfoOffer p{
    margin-bottom: 25px;
}
.Box2 .Offer{
    float: left;
    width: 18.75%;
    margin-left: 5%;
}
.Box3{
    position: relative;
    width: 100%;
    float: left;
    background-color: #404040;
    color: #ffffff;
    padding: 60px 0%;
}
.Box3 h1{
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    display: block;
    margin-bottom: 55px;
    font-weight: 300;
}

.Box4{
    position: relative;
    padding: 70px 0;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
}
.Box4 h1{
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    display: block;
    margin-bottom: 55px;
    font-weight: 300;
}
.Box5{
    position: relative;
    padding: 60px 0%;
    width: 100%;
    display: inline-block;
    background-image: url(../../img/contact_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.Box5 h1{
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    display: block;
    margin-bottom: 55px;
    font-weight: 300;
}
.Box6{
    position: relative;
    margin: 60px 0% 0;
    width: 100%;
}
.Box6 h1{
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    display: block;
    margin-bottom: 55px;
    font-weight: 300;
}

.InfoEmployee{
    float: left;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 70px;
}
.InfoEmployee img{
    width: 35% !important;
    height: auto !important;
    margin-right: 3%;
    margin-bottom: 3%;
}
.InfoEmployee:nth-child(2n-1) img{
    margin-right: 0;
    margin-bottom: 3%;
    margin-left: 3%;
}
.InfoEmployee h2{
    font-weight: 300;
    font-size: 2.3rem;
    color: #fccc08;
    margin-top: -14px;
}
.InfoEmployee p{
    font-size: 1.4rem;
}
.cmykr{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.cmykr img{
    display: block;
}
.ContactBox1{
    float: left;
    width: 32%;
    visibility: hidden;
}
.ContactBox2{
    float: left;
    width: 32%;
    margin: 0 2%;
    visibility: hidden;
}
.ContactBox3{
    float: left;
    width: 32%;
    visibility: hidden;
}







@keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);    
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);    
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.activated{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated;
    animation-duration: 0.5s;
}

@keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@-webkit-keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.activated_x{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated_x;
    animation-duration: 0.5s;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 280px;
}
.Contact{
    margin: 0 auto;
    display: block;
    max-width: 1200px;
}
#nazwa{
    float: left;
    padding: 12px 5%;
}
#email{
    float: left;
    padding: 12px 5%;
}
#telefon{
    float: left;
    padding: 12px 5%;
}
input[type=text], textarea, select{
    padding: 12px 2%;
    width: 90%;
    font-size: 1.4rem;
    border: 0;
    background: transparent;
    background-color: rgba(0,0,0,0.2);
    font-weight: 100;
    font-family: "Roboto Condensed";
    color: #ffffff;
}
input.inputerror, textarea.inputerror{
    background-color: rgba(183,19,19,0.2);
}
.FormContentMail form{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.FormContentCol2Text textarea{
    width: 96%;
    height: 150px;
}
.Scrolled{
    height: 100px
}
.HeaderLogoScrolled{
    width: 246px;
}
.HeaderInfoScrolled{
    top: 12px;
}
.HeaderMenuMainScrolled{
    top: 43px;
}
.FB{
    float: left;
    margin: 0 20px 0 0 !important;
}
.HeaderContact{
    float: left;
}
.BoxCenter{
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 30px);
}
.BoxArticleImg{
    float: left;
    width: 250px;
    margin-right: 50px;
}
.BoxArticleImg img{
    max-width: 100%;
}
.BoxArticleText{
    float: left;
    width: calc(100% - 300px);
}
.BoxArticleText h1{
    text-align: left;
    margin-bottom: 20px;
}
.BoxArticleText a{
    color: #fccc08;
    font-weight: 600;
    text-decoration: none;
}
.BoxArticleText a:hover{
    text-decoration: underline;
}
.BoxArticleText img{
    max-width: 110px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}