﻿@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
@media (max-width: 1800px) {
   body .banner img {
     
        width:1800px;
    }
}
@media (max-width: 1600px) {
    .logo {
        margin-left: 20px;
    }

    nav {
        margin-left: 20px;
    }

    .mainMenu li {
        margin-right: 10px;
    }

    .langPanel {
        margin-right: 15px;
        padding-left: 15px;
    }

    .phone {
        margin-right: 0;
        padding: 2px 10px;
        background-position: 2px center;
    }

        .phone .infolinia, .phone .number {
            margin-left: 20px;
        }

    .search {
        margin-right: 10px;
    }
}

@media (max-width: 1500px) {
    .logo {
        margin-left: 18px;
    }
}

@media (max-width: 1450px) {
    .search {
        position: absolute;
        top: 70px;
        right: 60px;
        background: #ffffff;
    }
}

@media (max-width: 1300px) {

    .rightColumn {
        width: calc(100% - 440px);
    }

    .leftColumn {
        display: block;
        float: left;
        width: 420px;
    }

    .siteMap .info {
        max-width: 390px;
    }


    .gallery a {
        margin: 10px 6px;
    }

    .banner img {
        width: 100%;
    }

    .banerContent {
        top: 40px;
    }

    html body .sy-controls {
        display: none!important;
    }
}

@media (max-width: 1279px) {
    .langPanel {
        margin-right: 10px;
        padding-left: 10px;
    }

    .logo img {
        width: 170px;
    }

    .langPanel a {
        font-size: 15px;
        line-height: 20px;
    }

    .phone .number {
        font-size: 16px;
        line-height: 16px;
    }

    .mainMenu li a {
        font-size: 15px;
        line-height: 20px;
    }

    .wrapper {
        width: 98%;
    }
}
@media (max-width: 1230px) {
    .siteMap li .check {
    margin: 10px 10px 10px 0;
    }
}
@media (max-width:1100px) {
    .logo {
        margin-top: 18px;
    }

        .logo img {
            width: 160px;
        }

    .langPanel a {
        font-size: 14px;
        line-height: 19px;
    }

    .phone {
        margin-right: 0;
        padding: 2px 10px;
        background-position: center top;
        height: 32px;
    }

        .phone .infolinia {
            display: none;
        }

        .phone .number {
            line-height: 14px;
            font-size: 14px;
            margin-left: 0;
            margin-top: 22px;
        }

    nav {
        margin-top: 25px;
    }

    .mainMenu li a {
        font-size: 14px;
        line-height: 19px;
        padding: 0 5px 19px 5px;
    }





    .element h5, .element .itemDescription {
        width: 450px;
    }

    .siteMap li img {
        margin-right: 15px;
    }

    .siteMap li .check {
        margin-right: 5px;
    }

    .siteMap li .info {
        max-width: 280px;
    }

    .gallery a {
        margin: 10px 28px;
    }

    .newsletter .left {
        max-width: 48%;
    }
    .title h1 {
     width:100%;
    }
    .attachments li .info {
    width: calc(100% - 105px);
    }
}

@media (max-width:1000px) {
    .flyPanel {
        display: none;
    }
    body .banerContent h2 {
        font-size: 24px;
        line-height: 30px;
    }

    header, .headerContainer {
        height: 95px;
    }

    .mobileMenuCss {
        display: none;
    }

    .rightColumn {
        width: calc(100% - 330px);
    }

    .leftColumn {
        display: block;
        float: left;
        width: 318px;
    }

    .efaktura, .askQuestion {
        width: 318px;
    }

    .socialLeft span {
        margin-left: 20px;
    }

    .socialLeft a {
        margin-left: 10px;
    }

    .socialLeft .in {
        margin-left: 20px;
    }


    .mobileMenu {
        background: url(/Themes/MasterImages/mobilemenu_show.png) no-repeat center center transparent;
        width: 46px;
        height: 36px;
        float: left;
        display: block;
        padding: 29px;
        cursor: pointer;
    }

        .mobileMenu.close {
            background: url(/Themes/MasterImages/mobilemenu_close.png) no-repeat center center transparent;
        }

    nav {
        position: absolute;
        left: 0;
        top: 95px;
        width: 100%;
        clear: both;
        float: left;
        margin: 0;
    }

    .mainMenu {
        width: 100%;
        clear: both;
        display: block;
    }

        .mainMenu li {
            width: 100%;
            display: block;
            clear: both;
            border-bottom: 1px solid #eaeaea;
            background: #ffffff;
        }

            .mainMenu li a {
                font-size: 20px;
                line-height: 28px;
                color: #404040;
                font-weight: 600;
                padding: 17px 0;
                border: none;
                padding-left: 5%;
                width: 95%;
                background: url(/Themes/MasterImages/menu_arrow.png) no-repeat right 50px center transparent;
            }

                .mainMenu li a:hover {
                    color: #ffc61f;
                    border: none;
                }

                .mainMenu li a.go {
                    background: url(/Themes/MasterImages/menu_arrow_go.png) no-repeat right 50px center transparent;
                }

                .mainMenu li a.on {
                    background: url(/Themes/MasterImages/menu_arrow_on.png) no-repeat right 50px center transparent;
                    color: #e7122e;
                }

            .mainMenu li ul {
                display: none;
                background: grey;
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
            }

                .mainMenu li ul li, .mainMenu li ul li:hover {
                    background: #dadada;
                }

                    .mainMenu li ul li:nth-child(2n), .mainMenu li ul li:nth-child(2n):hover {
                        background: #e7e6e6;
                    }

                    .mainMenu li ul li a {
                        font-size: 18px;
                        line-height: 26px;
                        color: #515151;
                        padding-left: 12%;
                        width: 88%;
                        background-image: none;
                    }
                    .loggedPanel {
                        width: 100%;
                    }
                    .loggedPanel a {
                font-size: 20px;
                line-height: 28px;
                color: #404040;
                font-weight: 600;
                padding: 17px 0;
                border: none;
                padding-left: 5%;
                width: 95%;
                background: url(/Themes/MasterImages/menu_arrow.png) no-repeat right 50px center transparent;
            }
                    .loggedPanel a:hover {
                    color: #ffc61f;
                    border: none;
                }

    .phone {
        background: none;
        border-left: none;
        height: auto;
        margin-top: 38px;
    }

        .phone .number {
            font-size: 20px;
            line-height: 20px;
            margin-top: 0;
            margin-right: 10px;
        }

    .logo {
        margin-top: 25px;
        margin-left: 17.5%;
        margin-left: calc(50% - 224px);
        width: 240px;
    }

        .logo img {
            width: 240px;
        }

    .mobilePanel {
        border-bottom: 3px solid #ffc61f;
        border-top: 1px solid #dadada;
        background: #ffffff;
        height: 105px;
        width: 100%;
        display: block;
        float: left;
        position: fixed;
        bottom: 0;
        left: 0;
    }

        .mobilePanel .searchMobile {
            background: url(/Themes/MasterImages/search_big.png) no-repeat 0 0 transparent;
            width: 46px;
            height: 46px;
            float: left;
            margin-top: 35px;
            margin-left: 10%;
            padding-right: 10%;
            border-right: 1px solid #dedede;
            cursor: pointer;
        }

        .mobilePanel .customerPanel {
            float: left;
            display: block;
            margin-left: 6.25%;
            margin-top: 35px;
            margin-right: 6.25%;
        }

            .mobilePanel .customerPanel a {
                background: url(/Themes/MasterImages/panel_ico.png) no-repeat left center transparent;
                float: left;
                font-size: 23px;
                line-height: 28px;
                color: #ffc61f;
                font-weight: 600;
                text-decoration: none;
                padding: 11px 0 11px 55px;
            }

    .search {
        display: none;
        position: fixed;
        z-index: 100;
        bottom: 115px;
        left: 2%;
        top: auto;
        right: auto;
        width: 96%;
        border-radius: 0;
        height: 50px;
    }
    .search .sep {
        height: 29px;
    }
    .search .searchBtn {
        margin-top: 15px;
    }
    .search .riSingle.RadInput.RadInput_Default {
        width: 60% !important;
        width: -moz-calc(100% - 60px) !important;
        width: -webkit-calc(100% - 60px) !important;
        width: calc(100% - 60px) !important;
    }
    html body .search .RadInput_Default .riTextBox{
        font-size: 20px;
        line-height: 28px;
    }
    html body .search .RadInput_Default {
    }
    .langPanel {
        display: none;
    }


    .siteMap li .check, .download {
        display: none;
    }

    .newsletter {
        background: url(/Themes/MasterImages/newsletter_bg_mobile.png) no-repeat center center #ffffff;
        height: 240px;
        background-size: cover;
    }

    .gallery a {
        margin: 10px 12px;
    }

    .element h5, .element .itemDescription {
        width: 225px;
    }

    .footerSiteMap li ul li a {
        font-size: 13px;
    }

    .footerSiteMap li h5 {
        font-size: 15px;
    }

    .newsletter .left {
        max-width: 100%;
    }
    .siteMap li .info {
    float:none;
    display:block;
    }
}

@media (max-width: 850px) {
    .newsList.homeNewsLists .itemRow
{
    width: 95%;
}

body .banerMenu {
    display: none;
}

body .sy-box {
    height: auto;
}

body .banerContent h2 {
    float: left;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    padding: 0;
}

body .banerContent img {
    display: none;
}

body .banerLink {
    float: left;
    clear: both;
}

body .sy-pager {
    margin: 10px 0 0 0;
}

body .printButtons {
    display: none;
}
    body .newsletter p {
    margin-left:20px;
    }
  .tabsButtons a {
      padding: 16px 5px;
      font-size: 12px;
      line-height: 12px;
  }
  .phone .number {
      font-size: 17px;
      line-height: 17px;
      margin-right: 5px;
  } 
}
@media (max-width: 800px) {
    .contactForm .name .col, .contactForm .notification .col, .contactForm .raily .col, .contactForm .subject .col {
        width: 100%;
    }
    .contactForm .name .col:nth-child(2n), .contactForm .notification .col:nth-child(2n), .contactForm .raily .col:nth-child(2n), .contactForm .subject .col:nth-child(2n) {
        margin-left: 0;
    }
    .contactForm .row.btns {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 700px) {
    body .newsletter .left2 {
        display: block;
        float: left;
     margin-left:20px;
    width:calc(100%- 20px);
        margin-top: 15px;
        
    }

    .wrapper {
        width: 96%;
    }

    .rightColumn {
        width: 100%;
    }

    .leftColumn {
        width: 100%;
    }

    .efaktura, .askQuestion {
        width: 100%;
    }

    .leftMenu {
        display: none;
    }

    .leftColumn .title {
        display: none;
    }

    .element h5, .element .itemDescription {
        width: 75%;
        width: -moz-calc(100% - 125px);
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
    }

    .footerSiteMap li ul li a {
        font-size: 11px;
    }

    .footerSiteMap li h5 {
        font-size: 13px;
    }

    body .banerLink {
        background-color: #ffffff;
        border-color: #ffc61f;
        border-radius: 1000px;
        border-style: solid;
        border-width: 2px;
        color: #444444;
        display: inline-block;
        font-family: "Exo 2";
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        margin-top: 0;
        padding: 0 26px 0 28px;
        text-align: left;
        text-decoration: none;
        text-transform: lowercase;
        transition: background-color 300ms ease-out 0s;
    }

    .banerLink span {
        background-image: url("/Themes/MasterImages/efaktura_arrow.png");
        background-position: right center;
        display: inline-block;
        height: 19px;
        position: relative;
        right: -20px;
        transition: background-position 0.4s ease 0s;
        width: 27px;
        background-repeat: no-repeat;
    }
    .siteMap li img {
        margin-right: 5px;
    }
    .siteMap li .info {
        float: left;
        max-width: 120px;
    }
    .siteMap li h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .siteMap li p {
        font-size: 12px;
        line-height: 17px;
    }
    .contactForm .name .col {
        width: 100%;
    }
    .contactForm .name :nth-child(2n).col {
        margin-left: 0;
    }
    .contactForm .address .col1, .contactForm .address .col2, .contactForm .address .col4 {
        width: 100%;
        margin-right: 0;
    }
    .contactForm .row:last-child {
        padding-left: 0;
        width: 100%;
    }
    .sytuacjaLogin .wrapper {
        width: 98%;
    }
    .loginLeft, .loginRight {
        width: 90%;
    }
    body .sytuacjaLogin_container .sytuacjaLogin_helpLink {
        text-align: center;
        display: block;
        float: none;
    }
    .sytuacjaLogin .name {
        background: transparent url("/Themes/MasterImages/Sytuacja/l_ico.png") no-repeat scroll left 15px center;
    }
    .loginRight {
        margin-top: 15px;
    }
    .contactForm .name .col, .contactForm .notification .col, .contactForm .raily .col {
        width: 48%;
    }
    .contactForm .name .col:nth-child(2n), .contactForm .notification .col:nth-child(2n), .contactForm .raily .col:nth-child(2n) {
        margin-left: 4%;
    }
}

@media (max-width: 550px) {

    body .banerContent h2 {
        float: left;
        font-size: 14px;
        line-height: 18px;
    }

    nav {
        top: 85px;
    }

    header, .headerContainer {
        height: 75px;
    }

    .logo {
        margin-top: 20px;
        margin-left: 0;
        width: auto;
    }

        .logo img {
            width: 140px;
        }

    .mobileMenu {
        padding: 20px 10px;
    }

    .phone {
        padding-left: 0;
        margin-top: 25px;
        margin-left: 0;
        padding-right: 0;
    }

    .gallery a {
        margin: 10px auto;
    }

    .element h5, .element .itemDescription {
        width: 70%;
        width: -moz-calc(100% - 125px);
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
    }

    .footerSiteMap,.newsletterHideLine {
        display: none;
    }
    .contactForm .name .col, .contactForm .notification .col, .contactForm .raily .col {
        width: 100%;
    }
    .contactForm .name .col:nth-child(2n), .contactForm .notification .col:nth-child(2n), .contactForm .raily .col:nth-child(2n) {
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .element h5, .element .itemDescription {
        width: 60%;
        width: -moz-calc(100% - 125px);
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
    }
    body .newsletterBtn {
        margin: 5px 5px 0 0;
        clear: both;
    }
}
@media (max-width: 360px) {
    .contactForm .btn {
        float: left;
        clear: both;

    }
    .contactForm .btn .btnSend {
        margin-left: 0;
    }
}
@media (max-width: 350px) {
    .element h5, .element .itemDescription {
        width: 50%;
        width: -moz-calc(100% - 125px);
        width: -webkit-calc(100% - 125px);
        width: calc(100% - 125px);
    }
}
