* { font-family: 'proxima_nova_rgregular'; font-size: 14px; color: #000; }
body { margin: 0; padding: 0; position: relative; width: 100%; background-color: #fff; padding-top: 90px;}
.inner { width: 1020px; margin: 0 auto; }
.hidden { display: none; }
.noborder { border-left: none; border-right: none; border-top: none; border-bottom: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.hover:hover { text-decoration: underline; }
.active { display: block; }
fieldset { border: none; padding: 0; margin: 0; }
.fl { float: left; }
.fr { float: right; }
.ff { clear: both; margin: 0; padding: 0; }

.bold { font-weight: bold; text-decoration: none; }
a { outline: none; text-decoration: none; }
a img { border: none; }
h1, h2, h3 { margin: 0px; }

.anim {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/ProximaNova-Black-webfont.eot');
    src: url('../fonts/ProximaNova-Black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Black-webfont.woff2') format('woff2'),
    url('../fonts/ProximaNova-Black-webfont.woff') format('woff'),
    url('../fonts/ProximaNova-Black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/ProximaNova-Bold-webfont.eot');
    src: url('../fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold-webfont.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'),
    url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/ProximaNova-Light-webfont.eot');
    src: url('../fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Light-webfont.woff2') format('woff2'),
    url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
    url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/ProximaNova-Regular-webfont.eot');
    src: url('../fonts/ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular-webfont.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular-webfont.woff') format('woff'),
    url('../fonts/ProximaNova-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

header#top {
    width: 100%;
    position: fixed;
    top: 0;
    height: 90px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 22px;
    z-index: 99;
}
header#top.active {
    background-color: rgba(255, 255, 255, 0.9);
}
header#top .logo {
    display: block;
    width: 276px;
    height: 45px;
    background: url(../img/logo.png) no-repeat;

}
header#top .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header#top .menu li {
    float: left;
}
header#top .menu li a {
    display: block;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #000;
    margin: 0 20px;
    line-height: 45px;
}
header#top .menu li a:hover, header#top .menu li a.active {
    color: #e95e49;
    text-decoration: none;
}

#main-header {
    width: 100%;
    height: 673px;
    background: url(../img/header-main-bg3.jpg) no-repeat top left #020151;
    box-sizing: border-box;
    padding-top: 160px;
}
#main-header .inner {
    text-align: right;
}
#main-header .btns {
    padding-left: 15px;
    margin-top: 50px;
}
#main-header .headline {
    font-family: 'proxima_nova_rgbold';
    font-size: 42px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}
#main-header .subheadline {
    font-family: 'proxima_nova_rgregular';
    font-size: 36px;
    color: #fff;
    margin: 10px 0 60px 0;
}
#main-header .btns a:first-child {
    display: inline-block;
    margin-right: 25px;
    background-color: #e95e49;
    color: #fff;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 25px;
}
#main-header .btns a:last-child {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    line-height: 43px;
    border-radius: 4px;
    padding: 0 25px;
}
#main-header .btns a:last-child:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
#main-header .btns a:first-child:hover {
    background-color: #d24732;
    text-decoration: none;
}

#main-offerslist {
    padding: 50px 0;
}
#main-offerslist .item {
    padding: 0 12px;
}
#main-offerslist .item:hover {
    text-decoration: none;
}
#main-offerslist .item .icon, #page-referencje .item .icon {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #d24732;
    border-radius: 4px;
}
#main-offerslist .item .name, #page-referencje .item .name {
    display: block;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    height: 40px;
    color: #414141;
    margin-left: 12px;
    line-height: 19px;
    width: calc(100% - 45px);
    text-align: left;
}
#page-referencje .item .name {
    height: auto;
    margin-bottom: 12px;
}
#main-offerslist .item:hover .name {
    color: #e95e49;
}
#main-offerslist .item .txt {
    font-family: 'proxima_novalight';
    font-size: 16px;
    color: #414141;
    line-height: 19px;
    margin-top: 15px;
    text-align: justify;
}
#main-about {
    width: 100%;
    height: 430px;
    background: url(../img/main-about-bg.jpg) no-repeat center;
    padding-top: 62px;

}
.headline-box {
    display: inline-block;
    font-family: 'proxima_nova_rgbold';
    font-size: 32px;
    color: #585858;
    padding-bottom: 4px;
    border-bottom: 3px solid #e95e49;
}
#main-about .subheadline {
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    line-height: 21px;
    color: #585858;
    margin: 26px 0;
    padding-right: 40px;
    text-align: justify;
}
#main-about .txt {
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #585858;
    line-height: 21px;
    padding-right: 40px;
}
#main-bloglist  {
    padding: 40px 0;
    text-align: center;
}
#main-bloglist .item {
    margin: 40px 0;
}
#main-bloglist .item .img-box {
    height: 200px;
    position: relative;
}
#main-bloglist .item .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #585858;
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    color: #fff;
    text-align: center;

}
#main-bloglist .item .date span {
    display: block;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}
#main-bloglist .item .bottom {
    padding: 20px 10px;
    background-color: #f7f7f7;
}
#main-bloglist .item .name {
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #585858;
    text-align: center;
}
#main-bloglist .item .label-box {
    display: block;
    margin: 4px auto 8px auto;
    width: 35px;
    height: 2px;
    background-color: #e95e49;
}
#main-bloglist .item .txt {
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #585858;
    text-align: center;
}
#main-bloglist .item:hover {
    text-decoration: none;
}
#main-contact {
    width: 100%;
    height: 589px;
    background: url(../img/main-contact-bg.jpg) no-repeat top center;
    padding-top: 105px;
    text-align: center;
}

#main-contact .headline-box {
    color: #fff;
    text-align: center;
    margin-bottom: 42px;
}
#main-contact .headline {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    color: #fff;
    margin: 0 0 25px 0;
    text-align: left;
}
#main-contact .icon-home {
    display: block;
    width: 25px;
    height: 23px;
    background: url(../img/contact-icon-home.png) no-repeat;
    margin-right: 15px;
}
#main-contact .icon-mail {
    display: block;
    width: 25px;
    height: 20px;
    background: url(../img/contact-icon-mail.png) no-repeat;
    margin-right: 15px;
}
#main-contact .icon-phone {
    display: block;
    width: 25px;
    height: 21px;
    background: url(../img/contact-icon-phone.png) no-repeat;
    margin-right: 15px;
}
#main-contact .txt {
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    width: 280px;
    text-align: left;
    margin-bottom: 30px;
}
#contact-map {
    width: 100%;
    height: 260px;
}
#main-contact .form-box .text {
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: none;
    margin-bottom: 15px;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
}
#main-contact .form-box textarea {
    border-radius: 4px;
    border: 1px solid #fff;
    background: none;
    height: 150px;
    padding: 15px;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
#main-contact .form-box .item {
    text-align: left;
}
#main-contact .form-box .submit {
    display: inline-block;
    background-color: #e95e49;
    color: #fff;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 4px;
    font-family: 'proxima_novalight';
    font-size: 16px;
    border: none;
}
footer {
    padding: 70px 0;
    background-color: #2f2e2e;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 19px;
}

.page-headline-box {
    height: 195px;
    width: 100%;
    position: relative;
}
.page-headline-box .bg {
    width: 100%;
    height: 195px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.page-headline-box .page-name {
    font-family: 'proxima_novalight';
    font-size: 34px;
    color: #fff;
    line-height: 195px;
}
.page-headline-box #breadcrumbs a {
    display: inline-block;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    line-height: 195px;
}
.page-headline-box #breadcrumbs span {
    display: inline-block;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    line-height: 195px;
    margin: 0 15px;
}
#page-about .content-box {
    padding: 50px 0;
    text-align: center;
}
#page-about .content-box .txt * {
    text-align: justify;
}
#page-about .content-box .txt strong {
    font-family: 'proxima_nova_rgbold';
}
#page-about .content-box .headline-box {
    margin-bottom: 30px;
}
#page-about .page-headline-box {
    background: url(../img/page-about-headline.jpg) no-repeat center fixed;
    background-size: cover;
}
#page-news .page-headline-box, #page-news-single .page-headline-box {
    background: url(../img/page-news-headline.jpg) no-repeat center fixed;
    background-size: cover;
}

#page-referencje .page-headline-box, #page-offers .page-headline-box {
    background: url(../img/page-offer-headline.jpg) no-repeat center fixed;
    background-size: cover;
}
#page-referencje .item.headline-box {
    padding: 70px 25px;
    height: 260px;
    border-bottom: 1px solid #dedede;
    border-left: 0;
}
#page-referencje .headline-box .headline {
    font-family: 'proxima_nova_rgbold';
    font-size: 24px;
    color: #000;
}
#page-referencje .item.headline-box .txt {
    font-family: 'proxima_novalight';
    font-size: 16px;
    color: #000
}
#page-referencje .item {
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 260px;
    padding: 30px;
    display: block;
}
#page-referencje .item.no-border {
    border-left: none;
}
#page-referencje .label-box {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #dedede;
    margin: 10px 0;
}
#page-referencje .item .name {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    color: #000;
}
#page-referencje .item:hover .name {
    color: #df494a;
}
#page-referencje .item .txt {
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #000;
    text-align: justify;
}
#page-referencje .item:hover {
    text-decoration: none;
}
#page-referencje .item:hover .label-box {
    background-color: #df494a;
}

#page-offers .content-box {
    padding: 50px 0;
    text-align: center;
}
#page-offers .headline-box {

    margin-bottom: 30px;
}
#page-offers .content-box .txt {
    font-family: 'proxima_novalight';
    font-size: 16px;
    color: #000;
    line-height: 21px;
}
#page-offers .content-box .txt * {
    font-family: 'proxima_novalight';
    font-size: 16px;
    color: #000;
    line-height: 21px;
    text-align: left;
}
#page-news-single #main-news .items .item .name {
    text-align: left;
}
#page-news-single #main-news .items .item .txt {
    text-align: left;
}
#main-news .items {
    margin-top: 35px;
}
#main-news .items .item:nth-child(1) {
    padding-left: 0;
}
#main-news .items .item:nth-child(2) {
    padding-right: 0;
}
#main-news .items .item a {
    display: block;
    padding: 24px 0;
    background-color: #fff;
}
#main-news .items .item .date-box {
    display: block;
    width: 72px;
    height: 72px;
    background-color: #e95e49;
}
#main-news .items .item .date-box .num {
    display: block;
    width: 100%;
    font-family: "proxima_nova_rgregular";
    font-size: 27px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin: 12px 0 0 0;
}
#main-news .items .item .date-box .month {
    display: block;
    font-family: 'proxima_novalight';
    font-size: 16px;
    color: #fff;
    text-align: center;
}
#main-news .items .item .text-box {
    width: calc(100% - 112px);
    margin-left: 20px;
}
#main-news .items .item .name {
    display: block;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    color: #000000;
    margin: 3px 0;
}
#main-news .items .item .txt {
    display: block;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #000000;
}
#main-news {
    padding: 50px 0;
    text-align: center;
}

#main-header-offers {
    width: 440px;
}
#main-header-offers .box {
    border: 1px solid #fff;
    border-radius: 4px;
    height: 120px;
    margin-bottom: 20px;
    padding: 20px;
}
#main-header-offers .box .name {
    font-family: 'proxima_novalight';
    font-size: 18px;
    color: #fff;
}
#zaufalinam_box {
    padding-bottom: 70px;
}
#zaufalinam_box .item img {
    display: block;
    margin: 0 auto;
}
#zaufalinam_box .item a {
    display: block;
}

#main-offerslist {
    text-align: center;
}
#main-offerslist .headline-box {
    margin-bottom: 30px;
    display: inline-block;
}
#main-offerslist .btn {
    display: inline-block;
    background-color: #e95e49;
    color: #fff;
    font-family: 'proxima_novalight';
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 25px;
    margin-top: 30px;
}