/* Minification failed. Returning unminified contents.
(2268,14): run-time error CSS1038: Expected hex color, found '#666	'
 */
@charset "utf-8";

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; background: transparent; font-size: 100%; vertical-align: baseline; outline: 0; }
html { background: transparent; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {	content: ''; /*	content: none;*/ /* Opera reports an error */ }
ins {	text-decoration: underline; }
del {	text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; }

.left { float: left !important; }
.right { float: right !important; }
.hidden { display: none !important; }
.clr { clear: both !important; float: none !important; font-size: 0 !important; height: 0 !important; line-height: 0 !important; margin: 0 !important; padding: 0 !important; width: 1px !important; }
body {
    background: #fff;
    color: #828282;
    font-size: 17px;
    line-height: 1.5;
    font-family: RobotoRegular;
}

a {
    cursor: pointer;
    color: #f04b0a;
    font-family: RobotoMedium;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.bg {
    width: 100%;
    margin: 0 auto;
    display: block;
}

sup {
    font-size: 70%;
    line-height: 70%;
    vertical-align: 50%;
}

.nobr {
    white-space: nowrap;
}

strong {
    font-family: RobotoMedium;
    font-weight: normal;
}

#CookiePane {
    background: none #ffffff;
    bottom: 50px;
    font-size: 1em;
    height: 160px;
    line-height: 150%;
    padding: 20px;
    position: fixed;
    right: 50px;
    width: 160px;
    border: 1px solid;
}

.invisiblePane {
    display: none;
}

#CookiePane > a {
    float: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#CookiePane p {
    clear: both;
}

/*struktura*/
.inset {
    width: 70%;
    margin: 0 auto;
    clear: both;
    padding: 20px 20px 60px;
}

header .inset {
    width: auto;
    padding-bottom: 20px;
    max-width: 100%;
}

.absolute-bg {
    position: absolute;
    top: 0;
    width: 100%;
}

.relative {
    position: relative;
}

header > .bg {
    float: right;
    width: 100%;
    max-width: inherit;
}

/*logo*/
.logo {
    background: #fff;
    float: left;
    width: 20%;
    text-align: center;
    min-width: 250px;
}

    .logo a {
        display: block;
        padding: 40px 0 30px;
        height: 50px;
    }

    .logo img {
        width: 68%;
        display: block;
        margin: 0 auto;
        max-height: 40px;
        max-width: 204px;
    }

.sds {
    color: #9CAEBA;
    font-family: RobotoMedium;
    font-size: 0.706em;
}

/*menu i languages*/
nav {
    float: right;
}

    nav button {
        display: none;
    }

    nav li {
        float: left;
    }

.lang {
    float: right;
    max-width: 6%;
    background: url("/Images/menu-bg.png") repeat 0 0 transparent;
    padding: 0 9px;
}

    nav a, .lang a {
        background: url("/Images/menu-bg.png") repeat 0 0 transparent;
        border-right: 1px solid #ffffff;
        color: #555555;
        float: left;
        font-family: RobotoRegular;
        font-size: 12px;
        padding: 13px 19px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 14px;
    }

        nav a:hover, nav a.on, .lang a:hover {
            background: #fff;
            color: #f04b0a;
        }

        .lang a.on {
            font-weight: bold;
        }

        .lang a.en, .lang a.pl {
            border-right: 0;
            padding-left: 10px;
            padding-right: 10px;
        }


/*banner*/
.banner {
    background: url("/Images/white-bg-light.png") repeat 0 0 transparent;
    float: left;
    padding-top: 120px;
    width: 33%;
    max-width: 640px;
    min-width: 446px;
}

    .banner h1 {
        background: url("/Images/white-bg.png") repeat 0 0 transparent;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 20px;
        font-family: RobotoLight;
        font-size: 1.647em;
        line-height: 120%;
    }

    .banner h2 {
        padding: 20px;
        color: #f04b0a;
        font-size: 1.412em;
        line-height: 120%;
    }

    .banner .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .banner .bx-wrapper .bx-pager {
        background: none;
        position: static;
        bottom: 0;
    }

    .banner .btn {
        background: #f04b0a;
        border-radius: 3px;
        color: #fff;
        position: relative;
        float: right;
        font-family: RobotoLight;
        font-size: 1.3em;
        font-weight: normal;
        margin: 18px 3px;
        padding: 7px 12px;
    }

.animation {
    background: transparent url("/Images/btn.png") no-repeat 0 center;
    position: absolute;
    -webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
    animation: mymove 2s infinite;
    width: 16px;
    height: 14px;
    top: 35%;
    left: -35px;
}

@keyframes mymove {
    from {
        left: -40px;
    }

    to {
        left: -25px;
    }
}

@-webkit-keyframes mymove {
    from {
        left: -40px;
    }

    to {
        left: -25px;
    }
}

/*statystyki*/
.statistics {
    text-align: center;
    margin: 0 auto;
}

.stat-box {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 0 2%;
    vertical-align: top;
}

    .stat-box .ico {
        max-width: 50%;
        margin: 0 0 10px;
    }

.stat-box-contact {
    display: inline-block;
    width: 60%;
    text-align: center;
    margin: 0 3%;
    vertical-align: top;
}

.stat-box-contact-mini {
    text-align: center;
    vertical-align: top;
    padding-top: 10%;
}

    .stat-box-contact-mini .ico {
        max-width: 40%;
        margin: 0 0 10px;
    }

    .stat-box-contact-mini .btn {
        border: 0;
        color: #f04b0a;
        font-family: RobotoMedium;
        font-size: 1em;
    }

.stat-box-contact input[type=text] {
    padding: 5px 7px;
}

.stat-box-contact input[type=email] {
    padding: 5px 7px;
}

.stat-box-contact input[type=password] {
    padding: 5px 7px;
}

.stat-box-contact textarea {
    padding: 5px 7px;
}

.stat-box-contact h2 {
    background: url("/Images/header-bg.png") no-repeat center bottom transparent;
    font-size: 2.471em;
    text-align: center;
    font-family: RobotoLight;
    padding: 15px;
    line-height: 130%;
    margin: 0 0 20px;
    color: #555555;
}

.stat-box-contact h4 {
    margin: 0 auto 40px;
    color: #828282;
    font-size: 1em;
    font-family: RobotoRegular;
    text-align: center;
    max-width: 800px;
}

.stat-number {
    border-top: 1px solid #cdcdcd;
    font-family: RobotoLight;
    font-size: 2.235em;
    line-height: 100%;
    color: #f04b0a;
    padding: 14px 0;
}

.stat-text {
    font-size: 0.882em;
    line-height: 120%;
}

.stat-title {
    border-top: 1px solid #cdcdcd;
    font-size: 1em;
    font-family: RobotoMedium;
    color: #f04b0a;
    text-transform: uppercase;
    padding: 18px 0 12px;
}

.statistics a {
    color: #828282;
    display: inline-block;
    vertical-align: top;
}

/*artykuł*/
section {
    clear: both;
}

article {
    border-top: 1px solid #cdcdcd;
    text-align: center;
}

.highlight {
    background: #fafafa;
    color: #555;
}

    .highlight.dark {
        background: #eeeeee;
    }

article h1, article h2, .reducedPositioning h3 {
    background: url("/Images/header-bg.png") no-repeat center bottom transparent;
    font-size: 2.471em;
    text-align: center;
    font-family: RobotoLight;
    padding: 15px;
    line-height: 130%;
    margin: 0 0 20px;
    color: #555555;
}

article h3 {
    color: #555555;
    font-size: 1.647em;
    font-family: RobotoLight;
    margin: 20px 0; /*line-height:32px;*/
    clear: both;
}

article h4 {
    margin: 0 auto 40px;
    color: #828282;
    font-size: 1em;
    font-family: RobotoRegular;
    text-align: center;
    max-width: 800px;
}

article h5 {
    background: url("/Images/sep.png") no-repeat 0 bottom transparent;
    color: #f04b0a;
    font-family: RobotoLight;
    font-size: 1.765em;
    margin: 20px 0;
    padding-bottom: 20px;
    line-height: 130%;
}

article h6 {
    font-family: RobotoLight;
    color: #555;
    font-size: 1.412em;
    margin: 40px 0 20px 0; /*line-height:30px;*/
}

article p {
    margin-bottom: 10px;
}

article .text {
    text-align: left;
}

    article .text ul, .tabs-content ul {
        list-style: none;
        margin-bottom: 10px;
    }

        article .text ul ul, .tabs-content ul ul {
            margin-bottom: 0;
        }

        article .text ul li, .tabs-content ul li {
            padding: 0 0 5px 22px;
            background: url("/Images/list-item.png") no-repeat 5px 8px transparent;
        }

            article .text ul li li, .tabs-content ul li li {
                background-image: url("/Images/list-item2.png");
            }

                article .text ul li li li, .tabs-content ul li li li {
                    background-image: url("/Images/list-item3.png");
                }

th {
    background: #fafafa;
    border-width: 2px 0 1px;
    border-style: solid;
    border-color: #f04b0a transparent #cdcdcd;
    font-family: RobotoMedium;
    color: #555;
    font-weight: normal;
    font-size: 0.882em;
    padding: 7px 10px;
    text-transform: uppercase;
}

td {
    padding: 7px 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #cdcdcd;
    font-size: 0.882em;
}

/*proces realizacji inwestycji*/
.investment-process {
    max-width: 95%;
}

/*kolumny*/
.row {
    margin: 0 -10px;
    box-sizing: border-box;
}

    .row::after {
        content: "";
        clear: both;
    }

.col11, .col21, .col22, .col31, .col32, .col33, .col41, .col42, .col43, .col44, .col51 {
    display: inline-block;
    float: left;
    text-align: left;
}

.col11 {
    width: 100%;
    clear: both;
}

.col21 {
    width: 48%;
    margin: 0 4% 0 0;
    clear: both;
}

.col22 {
    width: 48%;
    text-align: left;
}

.col31 {
    width: 32%;
    margin: 0 2% 0 0;
    clear: both;
}

.col32 {
    width: 32%;
    margin: 0 2% 0 0;
}

.col33 {
    width: 32%;
}

.col41 {
    width: 23.5%;
    margin: 0 2% 20px 0;
    clear: both;
}

.col42 {
    width: 23.5%;
    margin: 0 2% 20px 0;
}

.col43 {
    width: 23.5%;
    margin: 0 2% 20px 0;
}

.col44 {
    width: 23.5%;
    margin: 0 0 20px 0;
}

.col51 {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
}

/*oprogramowanie*/
.circle {
    position: relative;
}

    .circle img {
        display: none;
        max-width: 100%;
        position: relative;
        z-index: 1;
    }

    .circle .ui-tabs-active img {
        display: block;
    }

    .circle a {
        background: url("/Images/transparent.png");
        position: absolute;
        display: block;
        width: 32%;
        height: 20%;
        text-indent: -9999px;
        z-index: 10;
        text-transform: uppercase;
    }

    .circle .crm a {
        top: 54%;
        left: -5%;
    }

    .circle .sif a {
        left: -4%;
        top: 18%;
    }

    .circle .wizd a {
        top: 18%;
        right: 9%;
    }

    .circle .b a {
        top: 0;
        left: 27%;
    }

    .circle .pk a {
        top: 54%;
        right: 4%;
    }

    .circle .ria a {
        left: 6%;
        top: 81%;
    }

    .circle .ie a {
        top: 81%;
        right: 21%;
    }

    .circle li span {
        display: none;
    }

    .circle li.ui-tabs-active span {
        color: #ffffff;
        display: block;
        font-family: RobotoMedium;
        font-size: 15px;
        line-height: 130%;
        left: 28%;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 45%;
        width: 28%;
        z-index: 6;
    }

    .circle .wizd.ui-tabs-active span {
        top: 42%;
    }

    .circle .ria.ui-tabs-active span {
        top: 48%;
    }

    .circle .sif.ui-tabs-active span {
        top: 48%;
    }

/*buttony*/
.btns {
    clear: both;
    text-align: center;
}

.btn, input[type=submit] {
    cursor: pointer;
    background: url("/Images/btn.png") no-repeat 0 center transparent;
    padding: 2px 0 2px 25px;
    display: inline-block;
    color: #f04b0a;
    border: 0;
}

    .btn.send {
        min-width: 68px;
        background: url("/Images/btn-send.png") no-repeat center 0 transparent;
        font-family: RobotoRegular;
        font-size: 0.882em;
        color: #555555;
        margin: 20px 0 0;
        padding: 65px 16px 5px;
    }

.zoom {
    position: relative;
    display: block;
}

    .zoom:hover::before {
        background: transparent url("/Images/zoom.png") no-repeat center center;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

/*zaufali nam*/
.client-logo {
    padding: 0 0 10px;
    border-bottom: 1px solid #cdcdcd;
    margin: 0 0 20px;
}

.creator {
    color: #555;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: bold;
}

.position {
    color: #828282;
    display: inline-block;
    font-style: italic;
    vertical-align: top;
    font-size: 0.824em;
}

.separator {
    margin: 0 10px;
    display: inline-block;
    color: #f04b0a;
    vertical-align: top;
}

.company {
    color: #828282;
    display: inline-block;
    vertical-align: top;
}

/*kalkulator*/
.calc {
    width: 55%;
    float: left;
    margin: 20px 0 0 5%;
}

/*formularz kontaktowy*/
.contact-form {
    position: relative;
    z-index: 1;
}

form label {
    float: right;
    color: #555;
    width: 130px;
    margin-right: 10%; /*line-height:22px;*/
}

form .col21 {
    margin-bottom: 20px;
    width: 25%;
    margin-right: 0;
}

form .col22 {
    margin-bottom: 20px;
    width: 50%;
}

span.required {
    display: block;
    color: #828282;
    font-size: 0.765em;
}

input[type=text], input[type=email], input[type=password], textarea {
    font-family: RobotoRegular;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    width: 100%;
    padding: 12px 10px 10px;
    font-size: 0.941em; /*line-height:22px;*/
    color: #828282;
}

    input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover {
        box-shadow: 0 0 10px #d4d4d4;
    }

    input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
        border-color: #f04b0a;
        box-shadow: 0 0 10px #d4d4d4;
    }

textarea {
    min-height: 100px;
}

    input[type=text].invalid, input[type=email].invalid, textarea.invalid {
        border-color: #f04b0a;
    }

/*newsletter*/
.newsletter {
    position: relative;
}

    .newsletter label {
        text-align: center;
        float: none;
        color: #828282;
        font-size: 0.882em;
        margin: 0;
    }

    .newsletter input[type=text] {
        width: 90%;
        padding: 5px 7px;
    }

.stat-box .btn {
    border: 0;
    color: #f04b0a;
    font-family: RobotoMedium;
    font-size: 1em;
}

.newsletter .checkbox label {
    font-size: 0.882em;
    vertical-align: top;
}

/*walidacja*/
#AcceptanceMsg, .ValidationMsgDiv {
    position: absolute;
    font-size: 1em;
    padding: 2px 0;
}

    #AcceptanceMsg:before, .ValidationMsgDiv:before {
        color: #f04b0a;
        content: "!";
        font-family: RobotoLight;
        font-size: 1.5em;
        line-height: 1em;
        padding: 0 12px 0 0;
        vertical-align: bottom;
    }

#AcceptanceMsg {
    background: none #fcdbce;
    left: 0px;
    top: 0px;
    width: 100%;
    border: 1px solid #f04b0a;
}

.ValidationMsgDiv {
    display: none;
    left: 25%;
    top: -37px;
    width: 50%;
    color: #f04b0a;
}

    .ValidationMsgDiv.show {
        display: block;
    }

.SuccessMsgDiv {
    display: none;
    background: none #fafafa;
    border: 1px solid #2fae16;
    color: #2fae16;
    font-size: 1em;
    left: 35%;
    padding: 50px 5%;
    position: absolute;
    top: 20%;
    width: 40%;
}

    .SuccessMsgDiv.show {
        display: block;
    }

/*stopka*/
footer {
    background: #fafafa;
    border-top: 1px solid #cdcdcd;
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 120%;
}

.footer-left {
    float: left;
    width: 300px;
}

.footer-menu {
    float: right;
}

    .footer-menu li {
        display: inline-block;
        border-right: 1px solid #cdcdcd;
        padding: 0 20px;
    }

    .footer-menu a {
        color: #555555;
        text-transform: uppercase;
        padding: 7px 0;
        display: block;
    }

.footer-left p {
    margin: 0 0 20px;
}

/*zespół*/
.management {
    position: relative;
}

    .management .col21 {
        text-align: right;
    }

    .management img {
        float: right;
    }

    .management h6 {
        color: #828282;
        font-family: RobotoRegular;
        font-size: 1em;
        margin: 20px 0;
    }

    .management h5 {
        background: url("/Images/sep.png") no-repeat 0 bottom transparent;
        color: #f04b0a;
        font-family: RobotoLight;
        font-size: 1.765em;
        margin: 20px 0;
        padding-bottom: 20px; /*line-height:40px;*/
    }

    .management .bx-wrapper .bx-pager {
        background: url("/Images/sep.png") no-repeat 0 0 transparent;
        position: absolute;
        left: 51%;
        bottom: 0;
        border: 0;
        padding: 20px 0 0;
    }

        .management .bx-wrapper .bx-pager.bx-default-pager a {
            margin: 0 20px 0 0;
        }

    .management .bx-wrapper .bx-controls-direction a {
        display: none;
    }

/*aktualności*/
.news_details {
    text-align: left;
}

    .news_details .header {
        height: 90%;
        left: 0;
        padding: 1.45% 0 0 1.45%;
        position: absolute;
        top: 0;
        width: 40%;
    }

    .news_details .header_bg {
        background: url("/Images/white-bg.png") repeat 0 0 transparent;
        height: 100%;
    }

    .news_details h2 {
        background: url("/Images/white-bg-light.png") repeat 0 0 transparent;
        font-family: RobotoLight;
        font-size: 2.353em;
        color: #555555;
        line-height: 120%;
        text-align: left;
        padding: 20px;
        border-top: 4px solid #ffffff;
    }

    .news_details .date {
        padding: 20px;
    }

    .news_details .text {
        margin: 20px 0;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .news_details h3 {
        background: url("/Images/sep.png") no-repeat 0 bottom transparent;
        float: left;
        text-align: left;
        color: #f04b0a;
        font-family: RobotoLight;
        font-size: 1.3em;
        line-height: 130%;
        padding: 0 0 30px;
        margin: 0 10% 30px 0;
    }

    .news_details h5 {
        color: #555555;
        font-size: 1.3em;
        font-family: RobotoLight;
        margin: 20px 0; /*line-height:32px;*/
        clear: both;
        background: none;
        padding: 0;
    }

.news_list h3 {
    background: none;
    color: #555555;
    font-family: RobotoLight;
    font-size: 2em;
    line-height: 120%;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.news_list h5 {
    background: url("/Images/sep.png") no-repeat 0 bottom transparent;
    color: #f04b0a;
    font-family: RobotoRegular;
    font-size: 1.167em;
    line-height: 130%;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.news_arichve h5 {
    background: none;
    height: 120px;
    overflow: hidden;
    color: #555555;
    font-family: RobotoRegular;
    font-size: 1.294em;
    line-height: 130%;
    margin: 20px 0;
    text-align: left;
    padding: 0;
}

.news_arichve p:first-of-type {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
}

/*produkty*/
#productbtn {
    display: none;
}

.subnav {
}

    .subnav li {
        float: left;
        width: 12%;
        margin: 0 1%;
        text-align: center;
    }

        .subnav li.on {
            position: relative;
            z-index: 2;
        }

            .subnav li.on:after {
                background: url("/Images/menu/m-on.png") no-repeat center bottom transparent;
                content: "";
                width: 100%;
                height: 17px;
                position: absolute;
                bottom: -17px;
                left: 0;
            }

    .subnav a {
        height: 180px;
        overflow: hidden;
        width: 100%;
        display: block;
        padding: 0 0 18px;
        color: #555555;
        text-align: center;
        font-family: RobotoMedium;
        font-size: 0.75em;
        text-transform: uppercase;
        line-height: 120%;
    }

    .subnav span {
        background-color: transparent;
        background-position: center bottom;
        background-repeat: no-repeat;
        border-bottom: 1px solid #cdcdcd;
        display: block;
        height: 70px;
        margin: 0 0 18px;
        padding: 0 0 18px;
        width: 100%;
    }

    .subnav a:hover span, .subnav .on a span {
        background-position: center 0;
    }

.mc span {
    background-image: url("/Images/menu/m-c.png");
}

.msif span {
    background-image: url("/Images/menu/m-sif.png");
}

.mwizd span {
    background-image: url("/Images/menu/m-wizd.png");
}

.mb span {
    background-image: url("/Images/menu/m-b.png");
}

.mpk span {
    background-image: url("/Images/menu/m-pk.png");
}

.mria span {
    background-image: url("/Images/menu/m-ria.png");
}

.mie span {
    background-image: url("/Images/menu/m-ie.png");
}

.product {
    text-align: left;
}

    .product h2 {
        background: none;
        border: 0;
        display: block;
        font-family: RobotoRegular;
        font-size: 2.118em;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
        margin: 0 0 40px 0;
    }

    .product h3 {
        text-align: left;
    }

.icon img {
    max-width: 12%;
    padding: 0 2.75% 0 0;
    vertical-align: -92%;
}

/*zakładki*/
.multitab {
}

.tabs-link {
    float: left;
    display: inline-block;
    width: 20%;
    margin-right: 4%;
}

    .tabs-link li {
        margin: 0 0 2px;
        position: relative;
    }

        .tabs-link li a {
            background: url("/Images/tab-bg.png") no-repeat right center #f0f0ed;
            color: #828282;
            display: block;
            font-family: RobotoRegular;
            font-size: 0.941em;
            line-height: 120%;
            min-height: 36px;
            padding: 10px 20px 10px 11px;
        }

            .tabs-link li a:hover, .tabs-link li.ui-state-active a {
                background: url("/Images/tab-bg-on.png") no-repeat right center #f04b0a;
                color: #fff;
            }

.tabs-content {
    float: left;
    display: inline-block;
    width: 76%;
}

/*klienci*/
.clients {
}

.client-box {
    width: 21%;
    margin: 20px 2%;
    float: left;
    display: inline-block;
    text-align: center;
}

    .client-box .image {
        height: 100px;
        display: block;
        width: 100%;
    }

    .client-box img {
        max-width: 80%;
        max-height: 100px;
    }

    .client-box a .title {
        color: #828282;
        font-family: RobotoRegular;
        padding: 15px 0;
        border-bottom: 1px solid #cdcdcd;
        display: block;
    }

.cs-logo img {
    margin: 0 20px;
    max-width: 10%;
    vertical-align: middle;
    min-width: 70px;
    max-height: 100px;
}

/*kontakt popup*/
.contact-link {
}

#contact-button {
    background: url("/images/btn-contact.png") no-repeat center center #f04d11;
    width: 75px;
    height: 75px;
    padding: 0;
    cursor: pointer;
    color: #FCFCFC;
    border: 0;
    box-shadow: 0px 0px 15px #808c93;
    text-indent: -9999px;
    text-transform: uppercase;
    position: fixed;
    top: 350px;
    left: 0;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: 100;
}

.overlay .popup-overlay {
    opacity: 0.8;
    left: 0;
}

.popup {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
}

    .popup .popup-body {
        background: #ececec;
        opacity: 0;
        min-height: 200px;
        width: 600px;
        margin-left: -300px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        position: relative;
        text-align: center;
        box-shadow: 0 0 80px 5px #000;
    }

    .popup.visible, .popup.transitioning {
        z-index: 9999;
    }

        .popup.visible .popup-body {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    .popup .popup-exit {
        cursor: pointer;
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("/images/popup-close.png") no-repeat 0 0 transparent;
    }

    .popup .popup-content {
        overflow-y: auto;
    }

.box-contact {
    padding: 20px;
}

    .box-contact h2 {
        background: rgba(0, 0, 0, 0) url("/Images/header-bg.png") no-repeat scroll center bottom;
        color: #555555;
        font-family: RobotoLight;
        font-size: 1.588em;
        line-height: 130%;
        margin: 0 0 20px;
        padding: 15px;
        text-align: center;
    }

    .box-contact h4 {
        color: #828282;
        font-family: RobotoRegular;
        font-size: 1em;
        margin: 0 auto 40px;
        max-width: 800px;
        text-align: center;
    }

    .box-contact form {
        text-align: left;
    }

        .box-contact form .field {
            margin-bottom: 20px;
        }

        .box-contact form label {
            width: auto;
            margin: 0;
            text-align: left;
            float: none;
        }

    .box-contact .required {
        display: inline-block;
    }

    .box-contact form input, .box-contact form textarea {
        width: 100%;
        background-repeat: no-repeat;
        background-position: 0 center;
        padding: 8px 8px 8px 36px;
    }

    .box-contact form textarea {
        background-position: 0 10px;
    }

    .box-contact #Subject {
        background-image: url("/images/contact-subject.png");
    }

    .box-contact #UserName {
        background-image: url("/images/contact-name.png");
    }

    .box-contact #PhoneNumber {
        background-image: url("/images/contact-phone.png");
    }

    .box-contact #Email {
        background-image: url("/images/contact-email.png");
    }

    .box-contact #Message {
        background-image: url("/images/contact-message.png");
    }


.box h3 {
    color: #f04b0a;
    font-family: RobotoMedium;
    font-size: 1em;
    line-height: 125%;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin: 10px 0;
}

.box p {
    font-size: 0.824em;
    line-height: 120%;
}

.popup-content #ValidationMsgDiv {
    background: #f04b0a;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    position: static;
}

.popup-content #SuccessMsgDiv {
    background: #42d508;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    padding: 10px 0;
    position: static;
}

.requaierd-info {
    display: inline-block;
    color: #000;
    font-size: 0.824em;
    font-weight: bold;
}

.btn.send-form {
    background: url("/Images/btn-send-message.png") no-repeat right center #fff;
    padding: 10px 40px 10px 10px;
    float: right;
    width: auto;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

/*mapy google*/
#map_canvas img {
    max-width: 10000px;
}

/*czcionka*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('/Font/roboto-regular.eot');
    src: url('/Font/roboto-regular.eot?#iefix') format('embedded-opentype'), url('/Font/roboto-regular.woff2') format('woff2'), url('/Font/roboto-regular.woff') format('woff'), url('/Font/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('/Font/roboto-medium.eot');
    src: url('/Font/roboto-medium.eot?#iefix') format('embedded-opentype'), url('/Font/roboto-medium.woff2') format('woff2'), url('/Font/roboto-medium.woff') format('woff'), url('/Font/roboto-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('/Font/roboto-light.eot');
    src: url('/Font/roboto-light.eot?#iefix') format('embedded-opentype'), url('/Font/roboto-light.woff2') format('woff2'), url('/Font/roboto-light.woff') format('woff'), url('/Font/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 1599px) {
    body {
        font-size: 13px;
    }

    .inset {
        max-width: 1420px;
        margin: 0 auto;
    }

    header > .bg {
        max-height: 600px;
        width: 100%;
    }

    .logo a {
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .sds {
        font-size: 11px;
    }

    .banner {
        padding-top: 90px;
    }

        .banner h1 {
            padding: 15px;
        }

        .banner h3 {
            padding: 15px;
        }

    .circle li.ui-tabs-active span {
        font-size: 13px;
    }

    .stat-box .ico {
        margin: 0;
    }

    .stat-number {
        padding: 10px 0 6px;
    }

    article .text ul li, .tabs-content ul li {
        background-position: 5px 5px;
    }

    .news_list h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .news_list h2 {
        margin-bottom: 10px;
    }

    .news_details h2 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .news_arichve h3 {
        height: 96px;
    }
}

@media screen and (max-width: 1279px) {

    body {
        font-size: 75%;
    }

    .inset {
        padding-bottom: 40px;
    }

    header > .bg {
        min-height: 300px;
        width: auto;
        max-height: 400px;
    }

    .banner {
        clear: both;
        padding-top: 0;
    }

    article h2 {
        padding: 10px;
        margin-bottom: 10px;
    }

    article h4 {
        margin-bottom: 20px;
    }

    article h5 {
        margin: 10px 0;
        padding-bottom: 10px;
    }

    .col21.circle {
        width: 100%;
        margin: 0 auto 30px;
        float: none;
    }

    .col22.tab {
        width: 100%;
        margin: 0;
    }

    .circle .ui-tabs-active img {
        margin: 0 auto;
    }

    .circle li.ui-tabs-active span {
        font-size: 16px;
        top: 50%;
    }

    .circle .wizd.ui-tabs-active span, .circle .b.ui-tabs-active span, .circle .pk.ui-tabs-active span {
        top: 48%;
    }

    .circle .ie.ui-tabs-active span {
        top: 46%;
    }

    .circle .sif.ui-tabs-active span {
        top: 50%;
    }

    .tabs-link li a {
        min-height: 30px;
        padding: 9px 26px 9px 12px;
    }

    .news_details .text {
        -moz-column-count: 2;
    }

    input[type="text"], input[type="email"], textarea {
        padding: 8px 8px 7px;
    }
}

@media screen and (max-width: 1023px) {
    body {
        font-size: 11px;
    }

    .inset {
        width: 80%;
    }

    header > .bg {
        max-height: 342px;
    }

    nav {
        position: relative;
    }

        nav button {
            display: block;
        }

    .ui-collapsible-heading-status {
        display: none;
    }

    button#menubtn {
        background: url("/Images/menu-btn.png") no-repeat 0 0 transparent;
        margin: 3px;
        border: 0;
        display: block;
        float: right;
        text-indent: -9999px;
        width: 42px;
        height: 40px;
    }

        button#menubtn:hover {
            background-color: #fff;
        }

    nav ul {
        background-color: #cdcdcd;
        display: none;
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 10;
    }

    nav a {
        clear: both;
        display: block;
        text-align: center;
        width: 120px;
    }

        nav a.ui-collapsible-heading-toggle {
            width: auto;
            padding: 0;
            background: none;
            border: 0;
        }

    .ui-collapsible-content-collapsed {
        display: none;
    }

    .circle li.ui-tabs-active span {
        font-size: 15px;
    }

    .stat-box {
        width: 40%;
        margin: 0 4% 20px;
    }

    .client-box {
        width: 46%;
    }

    .tabs-link {
        width: 25%;
    }

        .tabs-link li a {
            padding: 7px 30px 7px 10px;
        }

    .tabs-content {
        width: 71%;
    }


    .news_details h1 {
        padding: 10px;
        font-size: 20px;
    }

    .news_details .date {
        padding: 10px;
    }

    .news_arichve h3 {
        height: 140px;
    }

    #productbtn {
        background: url("/Images/submenu.png") no-repeat 10px center transparent;
        border: 1px solid #f04b0a;
        color: #555555;
        display: block;
        font-family: RobotoMedium;
        font-size: 1.2em;
        margin: 0 0 20px;
        padding: 8px 8px 8px 35px;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
    }

    .subnav {
        display: none;
    }

        .subnav a {
            border-bottom: 1px solid #cdcdcd;
            height: auto;
            margin-bottom: 5px;
            padding-bottom: 5px;
            text-align: left;
        }

        .subnav li {
            clear: both;
            width: 100%;
        }

            .subnav li.on:after {
                display: none;
            }

        .subnav span {
            height: 38px;
            padding: 0;
            border: 0;
            width: 40px;
            display: inline-block;
            padding: 0 10px;
            margin: 0;
            vertical-align: middle;
        }

    .mc span {
        background-image: url("/Images/menu/sm-c.png");
    }

    .msif span {
        background-image: url("/Images/menu/sm-sif.png");
    }

    .mwizd span {
        background-image: url("/Images/menu/sm-wizd.png");
    }

    .mb span {
        background-image: url("/Images/menu/sm-b.png");
    }

    .mpk span {
        background-image: url("/Images/menu/sm-pk.png");
    }

    .mria span {
        background-image: url("/Images/menu/sm-ria.png");
    }

    .mie span {
        background-image: url("/Images/menu/sm-ie.png");
    }

    .mie a {
        border-bottom: 0;
    }

    .footer-menu li {
        padding: 0 10px;
    }

    .footer-menu a {
        padding: 4px 0;
    }
}

@media screen and (max-width: 767px) {
    .inset {
        width: auto;
        margin: 0 auto;
        padding: 15px 15px 30px;
    }

    .bg {
        min-width: 734px;
        text-align: right;
        overflow: hidden;
    }

    header > .bg {
        max-height: 200px;
    }

    .banner {
        width: 100%;
        min-width: 1px;
    }

        .banner h3 {
            padding-top: 0;
        }

    .news_details .text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    form .col21 {
        margin-bottom: 0;
        width: 100%;
    }

    form label {
        width: auto;
        float: left;
    }

    span.required {
        display: inline-block;
    }

    .news_arichve h3 {
        height: auto;
    }

    .col41 {
        width: 48%;
        margin: 0 4% 0 0;
    }

    .col42 {
        width: 48%;
        margin: 0;
    }

    .col43 {
        width: 48%;
        margin: 0 4% 0 0;
        clear: both;
    }

    .col44 {
        width: 48%;
        margin: 0;
    }

    .popup {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .popup .popup-body {
            margin: 0;
            width: auto;
        }

    .box-contact form .field {
        margin-bottom: 5px;
    }

    #contact-button {
        top: 30%;
        width: 60px;
        height: 60px;
    }

    .col31, .col32, .col33 {
        clear: both;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 639px) {
    .inset {
        width: auto;
        margin: 0 auto;
    }

    header > .bg {
        max-height: 300px;
        max-width: inherit;
        padding-top: 87px;
        padding-bottom: 240px;
    }

    header .inset {
        padding: 0;
    }

    .logo a {
        padding-bottom: 12px;
        padding-top: 25px;
    }

    .banner {
        margin-top: 80px;
    }

        .banner h1 {
            font-size: 1.5em;
        }

    #body {
        margin-top: 80px;
    }

    nav {
        right: 20px;
        top: 20px;
    }

    .circle li.ui-tabs-active span {
        font-size: 10px;
        top: 44%;
    }

    .circle .wizd.ui-tabs-active span {
        top: 41%;
    }

    .circle .pk.ui-tabs-active span, .circle .ie.ui-tabs-active span, .circle .b.ui-tabs-active span {
        top: 44%;
    }

    .circle .sif.ui-tabs-active span {
        top: 47%;
    }

    .col21, .col22, form .col22 {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .col51 {
        width: 50%;
        margin-bottom: 10px;
    }

        .col51:nth-of-type(2n+1) {
            clear: both;
        }

    .tabs-link {
        width: 100%;
    }

        .tabs-link li a {
            min-height: 0;
        }

    .news_details .header {
        position: static;
        width: auto;
        padding: 0;
    }

    .news_details h1 {
        padding: 10px 0;
    }

    .news_details .date {
        padding: 0;
    }

    article h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .footer-menu {
        float: none;
        text-align: center;
    }

        .footer-menu li {
            padding: 0 10px;
        }

        .footer-menu a {
            font-size: 10px;
        }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -36px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	background:url("/Images/banner-bg.png") repeat 0 0 transparent;border-bottom:2px solid #fff;
	text-align: left;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding:0 0 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border:1px solid #aaaaa8;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 20px;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#f04b0a;border-color:#f04b0a;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

