/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


body {
    width: 100%;
    min-width: 1100px;
    font-size: 13px;
    line-height: 17px;
    color: #282d2f;
    font-family: 'Tahoma', sans-serif;
    background-color: #fff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* MOJE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2.title {
    font-family: 'PT Sans', sans-serif;
    background: url("../img/corner.png") no-repeat left;
    color: #485054;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

.tel h3 {
    color: #485054;
}

h4 {
    font-size: 15px;
    line-height: 22px
}

h5 {
    font-size: 14px;
    line-height: 19px;
}

a.link_kontakt {
    color: #282d2f;
}

p, dl, ul {
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

.bold {
    font-weight: bold;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #9a9a9a;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9a9a9a;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9a9a9a;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9a9a9a;
}

img.alignleft {
    float: left;
    margin: 15px 30px 20px 0;
}

img.alignright {
    float: right;
    margin: 15px 0 20px 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#page {
    width: 100%;
}

#top {
    width: 100%;
    height: 458px;
}

header {
    width: 923px;
    margin: 0 auto;
}

.logo {
    margin-top: 9px;
    margin-left: 20px;
}

.top_kontakt {
    background: url("../img/top_kontkat.png") no-repeat right;
    width: 355px;
    height: 86px;
}

.top_kontakt_text {
    padding: 15px 0 0 120px;
}

.top_kontakt p {
    font-family: 'Arial', sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 19px;
}

.top_kontakt p.big {
    font-size: 19px;
}



/* MENU >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.menu {
    margin-top: 12px;
    overflow: hidden;
    border-bottom: 4px solid #25292b;
}

.menu nav {
    overflow: hidden;
}

ul {
    list-style: none;
}

.menu nav.main_menu ul li {
    background: url("../img/menu_bcg.png") no-repeat;
    width: 179px;
    height: 45px;
    margin-right: 7px;
}

.menu nav ul li:last-child {
    margin-right: 0;
}

.menu nav.main_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    display: block;
    width: 180px;
    padding: 12px 0;
    text-align: center;
}

.menu nav.main_menu ul li:hover,
.menu nav.main_menu ul li.active {
    background: url("../img/menu_active_bcg.png") no-repeat;
}



/* SLIDER >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#slider_glowny {
    height: 318px;
}

.slider_bcg {
    background: #0275a7 url("../img/top__center_bcg2.png") no-repeat center;
    width: 100%;
    margin: 36px auto 0 auto;
    height: 259px;
    position: absolute;
    /*z-index: 5;*/
    border-top: 1px solid #003044;
    border-bottom: 1px solid #003044;

}

.sliders {
    width: 923px;
    margin: 0 auto;
    position: relative;
    height: 318px;
    z-index: 100
}

#slider_glowny .sliders .nivo-controlNav,
#slider_glowny .sliders #controls {
    background: url("../img/slider_nav_bcg.png") no-repeat;
    width: 138px;
    height: 45px;
    text-align: left;
    padding: 20px 0 0 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 10;
}

#slider_glowny .sliders  #controls li {
    float: left;
}

#slider_glowny .sliders .nivo-controlNav a,
#slider_glowny .sliders  #controls li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/slider_nav.png") no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 4px;
    color: rgba(255,255,255,0);
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#slider_glowny .sliders .nivo-controlNav a.active,
#slider_glowny .sliders  #controls li a.current {
    background: url("../img/slider_nav_active.png") no-repeat;
}

#slider_glowny .nivoSlider {
    position:relative; 
    overflow:hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.nivo-caption {
    /*left:-440px; /* hidden on load */ 
    width: 477px; /* Full width caption */ 
    background:none; /* background color */ 
    /*-webkit-transition:all 1s ease; /* delay = 1 s */ 
    /*-moz-transition:all 1s ease; 
    -ms-transition:all 1s ease;   
    -o-transition:all 1s ease;      
    transition:all 1s ease;*/
    position: absolute;
    /*right: 0px;
    left: auto;*/
    bottom: 80px;
    color: #fff;
    height: 81px;
    z-index: 8;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    display: none;
    right: 0;
    left: auto;
}

/*figcaption {
    left: 0;
    width: 477px;
    position: absolute;
    bottom: 80px;
    background:none; /* background color */ 
    /*-webkit-transition:all 1s ease; /* delay = 1 s */ 
    /*-moz-transition:all 1s ease; 
    -ms-transition:all 1s ease;   
    -o-transition:all 1s ease;      
    transition:all 1s ease;*/
    /*z-index: 200;
}*/

.caption_text h2,
.caption_text h3 {
    padding-left: 11px;
    line-height: 25px;
    border-left: 3px solid #efd251;
    color: #fff;
}

.caption_text {
    margin: 0;
    padding: 13px;
    background: url("../img/slider_caption_bcg.png") no-repeat;
}

/* ADAPTOR >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.slider-viewport,
#box-content { 
    width: 923px; 
    height: 318px;
}

.slider-viewport .slide {
    width: 950px; 
    height: 318px;
}

/* CENTER >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.obrazek_absolute {
    position: absolute;
    z-index: 10;
}

.kabel_kolor {
    right: -91px;
    bottom: -15px;
}

.kabel_zolty {
    top: 229px;
    left: -56px;
    bottom: auto;
    right: auto;
}

.kabel_czerwony {
    top: 347px;
    left: 461px;
}

.skrzynka_zielona {
    top: 30px;
    right: 0;
}

#center {
    height: 100%;
    border-top: 3px solid #dfe1e2;
    margin-top: -5px;
    background: #fafafa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2RmZTFlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #fafafa 0%, #dfe1e2 100px); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100px,#dfe1e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#dfe1e2 100px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#dfe1e2 100px); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#dfe1e2 100px); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#dfe1e2 100px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dfe1e2',GradientType=0 ); /* IE6-8 */
}


.center_content {
    position: relative;
    background-color: #fff;
    width: 923px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.center_content_text {
    width: 554px;
    padding: 0 15px 80px 30px;
    margin: 51px 0 0 0;
    border-right: 1px solid #ecedee;
}

.center_content_text h2.title {
    margin-left: -33px;
    padding-left: 33px;
    padding-top: 5px;
}

.center_content_text ul li {
    background: url("../img/lista_kropka.png") no-repeat left 8px;
    padding-left: 12px;
    list-style: none;
    margin-left: 30px;
}

.center_content_text ul.sub_menu li {
    margin-left: 50px;
}

.center_content_text h5 {
    font-weight: normal;
}

.center_content_text h6 {
    font-size: 12px;
    color: #282d2f;
    font-weight: bold;
}


/*CERTYFIKATY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.galeria  {
    padding: 18px 18px 80px 18px;
    overflow: hidden;
}

.uslugi_content {
    padding: 0 15px 0 30px;
}

.certyfikaty {
    margin-bottom: 70px;
    overflow: hidden;
}

.certyfikaty ul li {
    position: relative;
    list-style: none;
    width: 120px;
    background: url("../img/certyfikat_cien.png") no-repeat center 180px;
    padding: 20px;
    margin-right: 17px;
}

.certyfikaty ul li a {
    display: block;
    background-color: #FFF;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.15);
    width: 111px;
    height: 164px;
}

.certyfikaty ul li a img {
    width: 111px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -82px;
    margin-left: -60px;
    max-height: 164px;
    height: 100%;
}

.lupa {
    width: 45px;
    height: 45px;
    background: url("../img/lupa.png") no-repeat;
    position: absolute;
    right: 62px;
    bottom: 81px;
    z-index: 10;
}

/* URZADZENIA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/


.urzadzenia {
    padding: 20px 0 0 0;
}

.urzadzenia ul li {
    background: none;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 45px;
}

.urzadzenia ul li a {
    display: block;
}

.urzadzenia ul.sub_menu li {
    margin-left: 0;
}

.urzadzenia ul li img {
    width: 180px;
}

.urzadzenia p {
    display: block;
    width: 370px;
}

.urzadzenia ul li:nth-child(2n) p {
    text-align: right;
}

.urzadzenie ul li:nth-child(5) a img {
    padding-top: 20px;
}


/* SIDEBAR >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.sidebar {
    width: 312px;
    min-height: 300px;
    padding: 0 0 40px 9px;
    margin: 51px 0 10px 0;
}

p.kontakt_info {
    display: block;
    margin-left: 25px;
    width: 132px;
    margin-bottom: 25px;
}

.sidebar h2.title {
    margin-left: -2px;
    margin-bottom: 5px;
    padding-left: 27px;
    padding-top: 5px;
}

.formularz {
    background: url("../img/szybki_kontakt_bcg.png") no-repeat;
    width: 313px;
    height: 237px;
    position: relative;
}

.formularz form {
    width: 267px;
    margin: 0 auto;
    padding: 12px 0;
}

.formularz form li {
    margin-bottom: 10px;
    height: 57px;
}

.formularz label {
    display: block;
    color: #000;
    margin-bottom: 6px;
    padding-left: 1px;
}

.formularz input ,
.formularz select,
.formularz2 input,
.formularz2 textarea {
    border: 1px solid #bbbbbb;
    padding: 3px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #2b2f32;
    font-weight: bold;
}

#sendBtn {
    background: url("../img/wyslij_bcg.png") no-repeat;
    width: 166px;
    height: 55px;
    margin: 35px auto 0 auto;
    display: block;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;

}

input[type="button"],
input[type="submit"] {
    border: 0;
    border-image-source: none;
    border-image-slice: 0;
    border-image-width: 0;
    border-image-outset: 0;
    border-image-repeat: none;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: 0;
}

.formularz .error-message,
.formularz2 .error-message {
    font-size: 11px;
    padding-left: 1px;
    line-height: 15px;
    color: #DD0101;
}

.formularz  #send_form_status {
    position: absolute;
    bottom: 80px;
    font-size: 11px;
    width: 100%;
    text-align: center;
}



/* KONTAKT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ 

.kontakt_content {
    min-height: 600px;
}

.formularz2 {
    position: relative;
}

.formularz2 form {
    width: 100%;
    margin: 30px auto;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.formularz2 form ul li {
    background: none;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    margin-bottom: 9px;
    height: 45px;
}

.formularz2 input,
.formularz2 textarea {
    padding: 8px 5px;
    font-weight: normal;
}

.formularz2 li.textarea {
    height: 131px;
}

.formularz2 form ul li:first-child,
.formularz2 form ul li:first-child + li,
.formularz2 form ul li:first-child + li + li {
    width: 263px;
}

.formularz2 form ul li:first-child + li {
    margin-right: 4px;
}

.formularz2 form ul li:first-child + li {
    float: left;
}
.formularz2 form ul li:first-child + li + li {
    float: right;
}

.formularz2 textarea {
    height: 120px;
}

.formularz2 #send_form_status  {
    position: absolute;
    bottom: -25px;
    font-size: 11px;
}

.send_btn {
    width: 350px;
}

.send_btn p {
    display: block;
    width: 160px;
    margin-top: 43px;
    color: #9b9b9b;
}

.dane {
    padding-left: 10px;
}

.numery {
    width: 230px;
    margin: 30px 0 30px 20px;
    overflow: hidden;
}

.numery .phone {
    padding-top: 7px;
}

.mapa {
    margin-top: 25px;
    margin-left: 5px;

}

/* BOTTOM >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#bottom {
    position: relative;
    background-color: #485054;
    height: 223px;
    width: 100%;
}


.bottom {
    /*background: url("../img/footer_bcg.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;*/
}

.blue_shapes {
    position: absolute;
    top: -100px;
    max-height: 323px;
}

.blue_shape_right {
    right: 0;
}



/*FOOTER >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.>>*/

footer {
    padding-top: 18px;
    overflow: hidden;
}

.footer_content {
    width: 515px;
    margin: 0 auto;
}

footer .menu {
    border-bottom: 0px;
    margin-bottom: 34px;
    margin-top: 0;
    z-index: 100;
    position: relative;
}

.menu_footer ul li {
    background: url("../img/menu_footer_shape.png") no-repeat left;
    padding-left: 15px;
}

.menu_footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin-right: 7px;
    padding-right: 10px;
    border-right: 2px solid #fff;
    line-height: 14px;
}

.menu_footer ul li:last-child a {
    border-right: 0px;
}

.menu_footer ul li.active {
    font-weight: bold;
}

footer p {
    color: #fff;
    font-size: 12px;
}

footer .gray_text,
footer a {
    text-decoration: none;
    font-size: 11px;
    color: #a7a7a6;
}


/* EU COOKIE ===================================> */
#eu_cookie {
    display: block;
    min-height: 60px;
    line-height: 30px;
    background-color: #292929 !important;
    border: 1px solid white;
    position: fixed;
    bottom: 0px;
    text-align: center;
    color: white;
    z-index: 1000000;
    padding: 0 150px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

#eu_cookie .close {
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
    background-color: #383838 !important;
    color: white;
    padding: 13px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: -26px;
    cursor: pointer;
    font-size: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1205px) {
    .blue_shapes {
        max-height: 280px;
        bottom: 0;
        top: auto;
    }
}

@media screen and (max-width: 1024px) {
    .blue_shapes {
        max-height: 190px;
        bottom: 0;
        top: auto;
    }
}

@media screen and (max-width: 780px) {
    .blue_shapes {
        max-height: 250px;
        bottom: 0;
        top: auto;
    }
    #eu_cookie {
        padding: 0 15px 55px 15px;
    }
    #eu_cookie .close {
        bottom: 0;
        width: 100%;
        top: auto;
        margin-top: 0;
        margin-right: 0;
        height: auto;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }
}



/*@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}