


/* Start:/css/main.css*/
@import url('/css/sprite.css');
@import url(http://fonts.googleapis.com/css?family=BenchNine:300,400,700&subset=latin,latin-ext);
@font-face {
    font-family: 'TrebuchetMS';
    src: url(/fonts/trebuchetms.eot);
    src: url(/fonts/trebuchetms.eot?#iefix) format('embedded-opentype'), url(/fonts/trebuchetms.woff) format('woff'), url(/fonts/trebuchetms.svg#trebuchetms) format('svg');
    src: url(/fonts/trebuchetms.ttf);
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    margin: 0;
    font-size: 100%;
    line-height: 1.4;
}

::-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;
}

img {
    vertical-align: middle;
    border: none;
}

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

textarea {
    resize: vertical;
}

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

ol {
    margin: 0 0 0 3%;
}

ol p {
    margin: 0 0 0 1% !important;
}

a {
    outline: 0;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

#zadaj_pytanie_z {
    padding-top: 0px;
}

#zadaj_pytanie_z .btn {
    margin-top: 0px;
}

#zadaj_pytanie_z p {
    margin: 20px 3%;
}

.przydatne_informacje a {
    float: left;
    float: none;
    margin: 0 auto;
    display: block;
    width: 70%
}

#polec_produkt_box {
    display: none;
    position: absolute;
    border: solid 1px #919191;
    top: 355px;
    z-index: 10000;
    background: #FFF;
    width: 200px;
    padding: 20px 40px 20px 40px;
    margin-left: 460px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#polec_produkt_box p {
    width: 100%;
}

#polec_produkt_box a {
    color: #141733;
}

body {
    font-family: 'TrebuchetMS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url('/css/../images/body_bcg_mobile.png') repeat-x top #f2f2f2;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

.main_container {
    width: 100%;
}

.btn {
    background-color: rgb(220, 0, 0);
    /* Old browsers */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    -moz-box-shadow: inset 0px 0px 1px 0px #dbdbdb;
    -webkit-box-shadow: inset 0px 0px 1px 0px #dbdbdb;
    box-shadow: inset 0px 0px 1px 0px #dbdbdb;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDI3MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, rgba(220, 0, 0, 1) 0%, rgba(196, 39, 28, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 0, 0, 1)), color-stop(100%, rgba(196, 39, 28, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(220, 0, 0, 1) 0%, rgba(196, 39, 28, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(220, 0, 0, 1) 0%, rgba(196, 39, 28, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(220, 0, 0, 1) 0%, rgba(196, 39, 28, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(220, 0, 0, 1) 0%, rgba(196, 39, 28, 1) 100%);
    /* W3C */
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 17px;
    text-decoration: none;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    height: 28px;
    cursor: pointer;
}

.btn:hover {
    background: rgb(196, 39, 28);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0MjcxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(196, 39, 28, 1) 0%, rgba(220, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(196, 39, 28, 1)), color-stop(100%, rgba(220, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(196, 39, 28, 1) 0%, rgba(220, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(196, 39, 28, 1) 0%, rgba(220, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(196, 39, 28, 1) 0%, rgba(220, 0, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(196, 39, 28, 1) 0%, rgba(220, 0, 0, 1) 100%);
    /* W3C */
    background-color: #c4271c;
}

.btn:active {
    position: relative;
}

.btn_blue {
    background: rgb(98, 132, 199);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzYyODRjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjM5NzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(98, 132, 199, 1) 1%, rgba(31, 57, 113, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(98, 132, 199, 1)), color-stop(100%, rgba(31, 57, 113, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(98, 132, 199, 1) 1%, rgba(31, 57, 113, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(98, 132, 199, 1) 1%, rgba(31, 57, 113, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(98, 132, 199, 1) 1%, rgba(31, 57, 113, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(98, 132, 199, 1) 1%, rgba(31, 57, 113, 1) 100%);
    /* W3C */
}

.btn_blue:hover {
    background: rgb(31, 57, 113);
    /* Old browsers */
    background: rgb(31, 57, 113);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMzk3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDViOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(31, 57, 113, 1) 0%, rgba(61, 91, 152, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 57, 113, 1)), color-stop(100%, rgba(61, 91, 152, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(31, 57, 113, 1) 0%, rgba(61, 91, 152, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(31, 57, 113, 1) 0%, rgba(61, 91, 152, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(31, 57, 113, 1) 0%, rgba(61, 91, 152, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(31, 57, 113, 1) 0%, rgba(61, 91, 152, 1) 100%);
    /* W3C */
}

.btn_green {
    background: rgb(124, 188, 10);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjYmMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGQ1M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(124, 188, 10, 1)), color-stop(100%, rgba(157, 213, 58, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a', GradientType=0);
    /* IE6-8 */
}

.btn_green:hover {
    background: rgb(124, 188, 10);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjYmMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGQ1M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(124, 188, 10, 1)), color-stop(100%, rgba(157, 213, 58, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(124, 188, 10, 1) 0%, rgba(157, 213, 58, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a', GradientType=0);
    /* IE6-8 */
}

a.btn {
    height: auto;
    padding: 12px 12px 10px 10px !important;
    font-size: 14px;
}


/* This imageless css button was generated by CSSButtonGenerator.com */

.textp {
    font-size: 14px;
    text-align: justify;
}


/* ==============
    MOBILE: Menu
   ============== */

.menu {
    float: left;
    width: 100%;
    text-align: center;
    background: #141733;
    color: #FFF;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
}

.menu a {
    color: #FFF;
    text-decoration: none;
}

.menu>ul {
    display: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #141733;
    margin-left: -3.5%;
    z-index: 11;
    position: absolute;
}

.menu li {
    margin: 0px;
    border-bottom: 1px #000 dashed;
    font-size: 16px;
    font-family: 'TrebuchetMS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu li a {
    margin: 0px;
    padding: 18px 0 28px 0;
    height: 12px;
    display: block;
}

#produkty_powrot,
.produkty_pozycje_powrot {
    display: none;
    position: absolute;
    background: #c4261c;
    color: #fff !important;
    top: 0px !important;
    width: 100% !important;
    font-size: 24px !important;
    font-family: 'BenchNine', sans-serif !important;
    padding: 8px 0 15px 0 !important;
    height: 24px !important;
    margin: 0px !important;
    font-weight: normal !important;
    left: 0px;
}

#produkty_powrot .trianggle_dubble_left_white,
.produkty_pozycje_powrot .trianggle_dubble_left_white {
    margin-left: -10%;
}

.produkty_pozycje_powrot {
    top: -47px !important;
    text-align: center;
    display: none;
}

.produkty_menu .triangle_mobile_menu {
    margin: 2px 5px;
}

.krok1_menu {
    display: none;
}

#podkategorie_menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 47px;
    background: #f2f2f2;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#podkategorie_menu li {
    margin: 0px;
    text-align: left;
    float: left;
    width: 100%;
}

#podkategorie_menu .produkty_pozycje_menu li {
    margin: 10px 2.5%;
    text-align: left;
    float: left;
    width: 45%;
}

#podkategorie_menu a {
    color: #141733;
    font-size: 14px;
    font-family: 'TrebuchetMS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    float: left;
    width: 100%;
}

#podkategorie_menu a:before {
    content: ' ';
    float: left;
    margin-top: -15px;
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.okna_i_drzwi_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -924px -170px;
    height: 50px;
    width: 50px;
}

.sciany_elewacje_i_ocieplenia_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -149px -430px;
    height: 50px;
    width: 50px;
}

.podlogi_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -148px -0px;
    height: 50px;
    width: 50px;
}

.dachy_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -924px -76px;
    height: 50px;
    width: 50px;
}

.drobne_naprawy_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -784px -0px;
    height: 50px;
    width: 50px;
}

.kuchnie_i_lazienki_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -148px -50px;
    height: 50px;
    width: 50px;
}

.wykonczenie_wnetrz_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -774px -170px;
    height: 50px;
    width: 50px;
}

.balkony_i_tarasy_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -634px -0px;
    height: 50px;
    width: 50px;
}

.fundamenty_menu:before {
    background: url('/css/../images/sprite.png');
    background-position: -774px -76px;
    height: 50px;
    width: 50px;
}

.wszystkie_podkategorie_menu .btn {
    width: 35%;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    padding: 7px 0 5px 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-family: 'BenchNine', sans-serif !important;
}

#podkategorie_menu .wszystkie_podkategorie_menu>a.btn {
    width: 35%;
}

.zapamietane_produkty {
    display: none;
}

.menu_mobile {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 0px;
    height: 31px;
    border-bottom: solid 2px #c4261c;
}

.triangle_mobile_menu {
    margin: 5px 5px;
}

.produkty_pozycje_menu {
    display: none;
    z-index: 200;
    position: absolute;
    top: 0px;
    background: #fff;
    margin: 0px;
    padding: 0px;
}

.produkty_pozycje_menu_after {
    content: "";
    position: absolute;
    display: none;
    width: 90%;
    height: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
    -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
    border-bottom-left-radius: 50% 30px;
    border-bottom-right-radius: 50% 30px;
    z-index: -10 !important;
    left: 5%;
    right: 5%;
    top: 446px;
}

.produkty_pozycje_menu ul {
    padding: 20px 0 0 0;
    float: left;
    margin: 0px;
}

.produkty_pozycje_menu li {
    border: none;
    float: left;
    width: 45%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 224px;
}

#podkategorie_menu .produkty_pozycje_menu a {
    height: auto !important;
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    background-image: none;
    border: none;
    padding: 0px;
}

.produkty_pozycje_menu a span {
    width: 100%;
    text-align: center;
    float: left;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.top {
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
    height: 119px;
    min-width: 279px;
}

.zapamietane_produkty_top {
    display: none;
}

.zapamietane_produkty_top a {
    text-decoration: none;
    color: #141733;
}

.top_col1 {
    float: left;
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.social {
    float: right;
    width: 35%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.social span {
    display: none;
}

.g_icon {
    background: url(/images/icon_g.png);
    width: 26px;
    height: 26px;
}

.social .yt_icon,
.social .g_icon {
    margin: 0px 0 0 5px;
    float: left;
}

.social .fb_icon {
    margin: 0px 0 0 0px;
    float: left;
}

.social:before {
    display: none;
    content: "";
    width: 1px;
    height: 10px;
    float: left;
    margin-top: 7px;
    background: #eb2629;
}

.szukaj {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.logo h1 {
    text-align: center;
    margin: 15px 0 0 0;
}

.selena {
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search {
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-family: 'TrebuchetMS', sans-serif;
    font-size: 12px;
    color: #929292;
    width: 54%;
    height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.search_bcg {
    background: url(/images/search_bcg.png) 6px 6px no-repeat #f2f2f2;
}

.searchSubmit {
    float: left;
    margin-left: 10px;
}

.footer-container footer {
    color: white;
    padding: 10px 0;
}

.footer-sidebar h3,
.footer-sidebar h3 a {
    color: #FFF;
    font-family: 'BenchNine', sans-serif;
    margin: 0px 0 3px 0;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}

.f_red {
    color: #c4261c !important;
}


/* ===============
   Slider
   =============== */

.flexslider {
    width: 100%;
}

.header_caption {
    position: absolute;
    font-size: 2em;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    color: #141733;
    width: 0;
    line-height: 30px;
    top: -10px;
    margin-left: 5%;
    z-index: 50;
}

.flex-viewport {
    min-height: 250px;
}

.flex-viewport .slides li a h2{
	display: none !important;
}

.flexslider .slides {
    margin: 0px;
}

.flexslider .slides img {
    height: auto;
    width: 140%;
    margin-left: -40%;
}

.flex-active-slide img {
    margin-left: -40%;
}


/* ===============
   Interfejs
   =============== */

.breadcumbs {
    display: none;
    margin: 20px 0 0px 10px;
}

.breadcumbs a,
.breadcumbs span {
    font-size: 14px;
    text-decoration: none;
    color: #141733;
    font-weight: normal;
    font-family: 'TrebuchetMS', sans-serif;
}

.breadcumbs a:first-of-type:after {
    content: " //"
}

.breadcumbs a:after {
    content: " /"
}

.breadcumbs span:before {
    content: " / ";
    color: #141733;
}

.breadcumbs a:last-of-type:after {
    content: ""
}

.breadcumbs .selected {
    color: #c4261c;
}

.main_container h2 {
    color: #c4261c;
    font-size: 18px;
    margin: 30px 0 0px 0;
}

.main_container h3 {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0px 0;
}

.product_img {
    text-align: center;
}

.product_img img {
    max-width: 210px;
    max-height: 300px;
    margin-top: 20px;
}

.box_big h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-size: 24px;
    color: #141733;
    margin: 0px 0;
    padding: 10px 0;
}

.box_big p {
    width: 100%;
    margin: 15px 3.5% 10px 3.5%;
    font-size: 14px;
}

.box_big ul {
    margin: 15px 3.5% 10px 3.5%;
    font-size: 14px;
    list-style: none;
}

.box_big ul a {
    color: #141733;
}

.box_big h3 {
    margin: 10px 3.5% !important;
    font-size: 18px;
    color: #141733;
}

.box_big h3 a {
    color: #141733;
}

.box_big a {
    text-decoration: none;
}

.mobile_tab_menu {
    border-top: dashed 1px #dfdfdf;
    margin: 0 5% !important;
    width: 90% !important;
    display: block !important;
}

.mobile_tab_menu:first-of-type {
    border-top: none;
}

.tab {
    padding: 5px 5%;
    display: none;
}

.tab_kontakt {
    padding: 30px 0%;
    display: none;
    font-size: 14px;
    float: left;
    width: 100%;
}

.tab_kontakt p {
    margin: 20px 0 10px 0;
}

.tab_kontakt textarea,
.tab_kontakt input[type=text],
.inputtext {
    background: #f2f2f2;
    border: solid 1px #f2f2f2;
    width: 100%;
    padding: 5px 0 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab_kontakt textarea {
    height: 200px;
}

.tab_kontakt .btn {
    margin: 20px 0;
}

label.error {
    color: #c4261c;
}

textarea.error,
input.error {
    background: #f6e9e8 !important;
    border: solid 1px #c4261c !important;
}

.colum_contact a {
    color: #141733;
    text-decoration: none;
}

.colum_phone .phone_big {
    font-size: 48px;
    color: #c4261c;
    font-family: 'BenchNine', sans-serif;
    text-decoration: none;
}

.colum_phone p span {
    color: #c4261c;
}

.lista_doradcow {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.lista_doradcow li {
    float: left;
    width: 98%;
    margin: 0 1%;
    list-style: none;
}

.lista_doradcow header {
    text-transform: uppercase;
    color: #c4261c;
    font-size: 18px;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}

.lista_doradcow p {
    margin-top: 8px;
}

.lista_doradcow a {
    color: #141733;
    text-decoration: none;
}

.mapa_makroregiony {
    padding-top: 50px;
    float: left;
    width: 50%;
}

.tab.informacje {
    display: block;
}

.tab p {
    margin: 5px 0;
    font-size: 14px;
}

.tab ul {
    margin: 5px 0;
    font-size: 14px;
    padding: 0 0 0 20px;
}

.tab li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 2px 0;
    position: relative;
}

.product_col_100 {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 10px;
    float: left;
}

.product_col_50 {
    /*    border-top: dashed 1px #141733; */
    width: 100%;
    margin: 0 0;
    float: left;
}

.przydatne_informacje {
    list-style: none !important;
    font-size: 14px;
    padding: 0px !important;
    margin: 0px !important;
}

.przydatne_informacje li {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.przydatne_informacje li.img span:hover:before,
.przydatne_informacje li.img a:hover span:before {
    background: url('/css/../images/info_hover.png') center no-repeat;
}

.przydatne_informacje li.img span:before {
    content: "";
    display: inline-block;
    background: url('/css/../images/info_icon.png') no-repeat center;
    height: 46px;
    width: 26px;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-bottom: 10px;
}

.przydatne_informacje .kalkulator:before {
    background: url('/css/../images/calc_icon.png') no-repeat center !important;
    content: "";
    display: inline-block;
    height: 46px;
    width: 26px;
    float: left;
    margin-right: 5%;
    width: 100%;
}

.przydatne_informacje .kalkulator:hover.kalkulator:before,
.przydatne_informacje a:hover .kalkulator:before {
    background: url('/css/../images/calc_hover.png') no-repeat center !important;
    content: "";
    display: inline-block;
    height: 46px;
    width: 26px;
    float: left;
    margin-right: 5%;
    width: 100%;
}

.przydatne_filmy {
    list-style: none !important;
    font-size: 14px;
    padding: 0px;
}

.przydatne_filmy_li .play_video:hover span > span {
    background: rgba(211, 16, 11, 0.8);
}

.przydatne_filmy_li .play_video span > span {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: rgba(20, 23, 51, 0.8);
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.przydatne_filmy_li .play_video > span {
    display: block;
    position: relative;
}

.przydatne_filmy_li .play_video span > span:after {
    content: ' ';
    border-left: 13px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    height: 0;
    margin: 9px 12px;
    display: block;
}

.przydatne_filmy li {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.przydatne_filmy li:before {
    content: "";
    display: inline-block;
    background: url('/css/../images/sprite.png');
    background-position: -66px -90px;
    height: 26px;
    width: 26px;
    float: left;
    margin-right: 5%;
    margin-top: 2px;
}

.przydatne_filmy_li .play_video {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}

.przydatne_filmy_li:before {
    content: "";
    display: inline-block;
    background: url('/css/../images/sprite.png') !important;
    background-position: -66px -90px !important;
    height: 26px !important;
    width: 26px !important;
    float: left;
    margin-right: 5%;
    margin-top: 2px;
    display: none !important;
}

.products_atached {
    list-style: none !important;
    padding: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
    word-wrap: break-word;
}

.products_atached li {
    position: relative;
    border: solid 1px rgb(235, 235, 235);
    min-height: 240px;
    margin-bottom: 10px;
    float: left;
    width: 43% !important;
    margin-left: 1.25% !important;
    margin-right: 1.25% !important;
    word-wrap: break-word;
    /* height: 200px; */
}

.products_atached li .overlay > .btn {
    margin: 0 auto !important;
    display: inline-block;
    max-width: initial !important;
    /* padding: 0; */
    box-sizing: border-box;
    width: 80%;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 8px;
}

.products_atached li a:hover .overlay {
    display: block;
}

.products_atached li .overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(242, 242, 242, 0.8);
    max-width: initial !important;
}

.products_atached li span {
    word-wrap: break-word;
    display: block;
    max-width: 100px !important;
}

.products_atached a {
    height: auto !important;
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    background-image: none;
    border: none;
    color: #141733;
    font-size: 12px;
}

.products_atached a span {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.products_atached a img {
    max-width: 75px;
}

.plus_ico:hover {
    background: url('/css/../images/lupa_hover.png') no-repeat;
}

.plus_ico {
    position: absolute;
    margin-left: 15px;
    margin-top: -40px;
    background: url('/css/../images/lupka.png') no-repeat;
    height: 37px;
    width: 37px;
}

.tabs_menu {
    background: #f2f2f2;
}

.tabs_menu ul {
    list-style: none !important;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    display: table;
}

.tabs_menu ul li {
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    width: 24%;
    border: solid 1px #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgb(242, 242, 242);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            /*background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(241,241,241,1) 62%, rgba(235,235,235,1) 75%, rgba(213,213,213,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(62%,rgba(241,241,241,1)), color-stop(75%,rgba(235,235,235,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(241,241,241,1) 62%,rgba(235,235,235,1) 75%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(241,241,241,1) 62%,rgba(235,235,235,1) 75%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(241,241,241,1) 62%,rgba(235,235,235,1) 75%,rgba(213,213,213,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(241,241,241,1) 62%,rgba(235,235,235,1) 75%,rgba(213,213,213,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-8 */
    background: #404361;
}

.tabs_menu ul li:hover {
    background: #141733;
}

.tabs_menu ul li.selected {
    background: #FFF;
    filter: none;
}

.box_big li.selected a {
    color: #ce1711!important;
    background: #fff;
}

.tabs_menu ul li a {
    margin: 0px;
    padding: 20px 0 20px 0;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
}

.tabs h3 {
    margin-left: 0px;
}

.product_social_row {
    float: none;
    margin: 0 auto;
    width: 160px;
    text-align: center;
}

.product_social_row {
    position: relative;
    top: -7px;
}

.product_social .btn_blue {
    position: relative;
    top: -8px;
}

.tabs_kontakt {
    float: left;
    width: 100%;
}

.kontakt_tabs {
    width: 60%;
}

.triangle_menu_down {
    display: none;
}

.box_main {
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin: -4% 5% 0 5%;
}

.box_main img {
    float: left;
    margin: 10px 20px 0 20px;
}

.box_main a {
    font-size: 30px;
    font-family: 'BenchNine', sans-serif;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #141733;
    padding: 5px 0 0px 0;
    font-weight: bold;
}

.box_main a.wiecej {
    font-family: 'TrebuchetMS', sans-serif;
    font-size: 11px;
    color: #FFF;
    background: #141733;
    padding: 5px 0 5px 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-weight: normal;
}

.box {
    background: #FFF;
    border: solid 1px #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 46px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.box h2 {
    margin: 5px 0 5px 0;
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    color: #141733;
    font-weight: 700;
    letter-spacing: -1px;
}

.box .btn {
    position: relative;
    bottom: -10px;
    padding: 6px 17px;
    height: auto;
    color: #fff;
    margin-left: 20%;
    margin-right: 20%;
}

.pytajnik,
.pl {
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 26px;
}

#pokaz_aktualnosci {
    text-align: center;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-size: 24px;
    color: #141733;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: dashed 1px #dfdfdf;
    margin: 0 5% !important;
    width: 90% !important;
    display: block;
}

.box ul,
.lista_aktualnosci ul {
    text-align: left;
    list-style: none;
    margin: 0px;
    padding-left: 20px;
    margin-top: 10px;
}

.box li,
.lista_aktualnosci li {
    margin-bottom: 10px;
}

.box ul li:before,
.lista_aktualnosci ul li:before {
    content: "";
    display: block;
    background-image: url('/css/../images/sprite.png');
    background-position: -44px -116px;
    height: 19px;
    width: 19px;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
}

.box a,
.lista_aktualnosci a {
    text-decoration: none;
    color: #141733;
    font-size: 13px;
}

.box_big {
    position: relative;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
    padding-bottom: 20px;
}

.box_big ul {
    list-style: square;
}

.box_big:after {
    content: "";
    position: absolute;
    display: block;
    width: 90%;
    height: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
    -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
    border-bottom-left-radius: 50% 30px;
    border-bottom-right-radius: 50% 30px;
    z-index: -10 !important;
    left: 5%;
    right: 5%;
    bottom: 0px
}

.box_big h2 {
    margin: 28px 0 10px 28px;
    padding: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    color: #c4261c;
    font-weight: 700;
}

.products_list {
    margin-left: 0px !important;
    list-style: none !important;
    float: left;
    padding: 0 5% 0 5%;
    width: 90%;
}

.products_list img {
    max-width: 100%;
    text-align: center;
}

.products_list li {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}

.products_list a {
    color: #33364e;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%;
}

.products_list span {
    float: left;
    width: 100%;
    margin-top: 3px;
}

.products li:hover .remove_remember {
    display: inline;
}

.lista_aktualnosci,
.aktualnosci_content {
    width: 90%;
    margin: 10px 5%;
    float: left;
}

.lista_aktualnosci header,
.colum_adres header,
.colum_contact header,
.colum_phone header,
.kontakt_left header {
    font-family: 'BenchNine', sans-serif;
    color: #141733;
    font-size: 24px !important;
    text-transform: uppercase;
}

.lista_aktualnosci ul {
    color: #141733;
    font-size: 12px;
    margin: 5px 3%;
}

.kontakt_left header {
    color: #141733;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0;
}

.lista_aktualnosci li,
.kontakt_left li {
    margin: 10px 0;
    list-style: none !important;
}

.aktualnosci_content .date {
    color: #929292;
    font-size: 14px;
    font-style: italic;
}

.aktualnosci_content header {
    color: #141733;
    font-size: 30px;
    font-weight: bold;
}

.aktualnosci_content {
    font-size: 14px;
}

.aktualnosci_content p {
    font-size: 14px;
    text-align: justify;
    margin: 10px 0 !important;
}

.aktualnosci_content img {
    padding: 4px;
    margin: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px #a0a0a0;
    box-shadow: 0px 0px 4px 0px #a0a0a0;
    max-width: 100%;
	height: auto;
}

.aktualnosci_nav a {
    font-family: 'BenchNine', sans-serif;
    color: #141733;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.starsze {
    float: left;
}

.starsze:before {
    content: "";
    background-position: -0px -462px;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-image: url('/css/../images/sprite.png');
    float: left;
    margin: -5px 10px 0 0;
}

.nowsze:after {
    content: "";
    background-position: -176px -480px;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-image: url('/css/../images/sprite.png');
    float: right;
    margin: -5px 0px 0 10px;
}

.nowsze {
    float: right;
}

.krok {
    color: #141733;
}

.obszar {
    color: #c4261c;
}

.rozwiazania {
    float: left;
    list-style: none !important;
    width: 80% !important;
    margin: 0 10% 30px 10% !important;
    padding: 0;
}

.rozwiazania li a {
    padding-top: 110px;
    height: 10px;
    text-decoration: none;
    color: #141733;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.rozwiazania_2 {
    list-style: none !important;
    float: left;
    padding-bottom: 30px;
    width: 80%;
}

.rozwiazania_2 li {
    float: left;
    width: 96%;
    margin: 10px 1% 20px 1%;
}

.rozwiazania_2 li a {
    color: #141733;
    text-decoration: none;
    font-size: 14px;
}

.rozwiazania_2 li a:hover {
    color: #C4261C;
}

.rozwiazania_2 span {
    margin-top: -1px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: left;
}

.wyniki_wyszukiwania {
    font-size: 18px;
    font-family: 'BenchNine', sans-serif;
    color: #141733;
    font-weight: bold;
    margin: 20px 4.16666% 0 4.16666%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #141733;
    text-transform: uppercase;
}

.wyniki_wyszukiwania span {
    font-size: 14px;
    margin: 0 0 0 15px;
    text-transform: none;
}

.lista_wyszukiwania {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin: 20px 4.16666% 0 4.16666%;
    font-size: 14px;
}

.wynik {
    font-size: 20px;
    text-decoration: none;
    color: #141733;
    font-weight: bold;
}

.wyniki_wyszukiwania span:before {
    content: "'";
}

.wyniki_wyszukiwania span:after {
    content: "'";
}


/* ===============
 Zadanie System
=============== */

.col_50 {
    float: left;
    width: 90%;
    color: #141733;
    margin: 25px 5% 10px 5%;
}

.zadanie_system {
    font-size: 12px;
}

.zadanie_system p {
    width: 100%;
    margin: 15px 0 10px 0;
    text-align: justify;
}

.zadanie_system h3 {
    margin: 40px 0 15px 0 !important;
}

.col_100.zadanie_system {
    width: 80% !important;
    margin: 25px 10% 10px 10%;
}

.col_100.zadanie_system p {
    font-size: 14px !important;
}

.zadanie_system h3 {
    margin-left: 0 !important;
}

.dane_techniczne_system {
    width: 100%;
    margin: 20px 0;
}

.dane_techniczne_system td {
    border: solid 1px #ccc;
    height: 40px;
    color: #434343;
}

.dane_techniczne_system tr:nth-of-type(2n) {
    background: #f8f8f8;
}

.dane_techniczne_system td p {
    margin: 0px 0 0 5px;
}

.col_50 header,
.col_100 header {
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #141733;
    font-size: 20px;
    margin-bottom: 10px;
}

.col_50>img {
    max-width: 100%;
}

.produkty_rekomendowane {
    padding: 0px;
    margin: 0px !important;
    list-style: none !important;
}

.produkty_rekomendowane li {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.produkty_rekomendowane a {
    color: #141733;
}

.produkty_rekomendowane span {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.produkty_rekomendowane img {
    max-width: 90%;
}

.col_100 {
    float: left;
    width: 100%;
}


/* ===============
Film
=============== */

.date-film {
    font-style: italic;
    color: #929292;
}

.name-film {
    font-family: 'TrebuchetMS', Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 1.7em !important;
    text-transform: none !important;
    margin-bottom: 10px;
}

.film_content {
    margin-top: 0px !important;
}

.film_content header {
    line-height: 26px;
    margin-top: 40px;
}

.film_social {
    float: left;
    width: 46%;
    text-align: center;
    margin-top: 0px;
}

.film_social .btn {
    padding-left: 25px !important;
    padding-right: 25px !important;
    float: left;
}

.film_social .fb_icon,
.film_social .envelope_ico {
    float: right;
}

.proponowane_filmy {
    margin-top: 48px;
}

.proponowane_filmy {
    list-style: none !important;
    padding: 0px;
    width: 100%;
    margin-top: 12px;
    float: left;
}

.proponowane_filmy li {
    list-style: none !important;
    float: left;
    width: 45%;
    margin: 2.5% 0 16px 0%;
    text-align: left;
}

.proponowane_filmy li span {
    width: 100%;
    float: left;
}

.proponowane_filmy li a {
    color: #141733;
    text-decoration: none;
    font-size: 14px;
}

.proponowane_filmy li img {
    border: solid 3px #f2f2f2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 8px;
    width: 100%;
}

.polec_produkt {
    /*border: solid 1px #dfdfdf;*/
    text-transform: uppercase;
    color: #fff;
    /*#141733;*/
    font-size: 14px;
    font-family: 'BenchNine', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 2px;
    font-weight: bold;
    padding: 9px 0px 9px 0px !important;
    background: #141733;
    /* Old browsers */
    background: -moz-linear-gradient(top, #141733 0%, #3f4260 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141733), color-stop(100%, #3f4260));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #141733 0%, #3f4260 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #141733 0%, #3f4260 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #141733 0%, #3f4260 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #141733 0%, #3f4260 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#141733', endColorstr='#3f4260', GradientType=0);
    /* IE6-9 */
}

.polec_produkt:hover {
    color: #fff;
    background: #141733;
}

.film_social:nth-of-type(1) {
    margin-right: 2%;
}

.film_social:nth-of-type(2) {
    float: left;
}

.film_social {
    float: left;
    width: 49%;
    text-align: center;
    margin-top: 0px;
}


/* Kontakt */

.kontakt_left {
    width: 90%;
    margin: 10px 5%;
    float: left;
}

.kontakt_right {
    width: 90%;
    margin: 10px 5%;
    float: left;
}

.kontakt_right .date {
    color: #929292;
    font-size: 14px;
    font-style: italic;
}

.kontakt_right header {
    color: #141733;
    font-size: 20px;
    font-weight: bold;
}

.kontakt_right p {
    font-size: 14px;
}

.kontakt_right img {
    margin: 0 0 10px 0;
    /*padding: 4px;
    margin: 4px;
    -webkit-box-shadow:  0px 0px 4px 0px #a0a0a0;
    box-shadow:  0px 0px 4px 0px #a0a0a0;*/
}

.kontakt_right h3 {
    margin: 0 0 10px 0 !important;
}

.colum_adres,
.colum_contact,
.colum_phone {
    width: 90%;
    margin: 0px 5%;
    float: left;
}

.googlemaps,
.bx-google-map {
    width: 98% !important;
    margin: 0px 1%;
    float: left;
}

.mobile_rotator {
    width: 100% !important;
    margin: 0% !important;
}


/* ===============
    Footer
   =============== */

.footer-container {
    background: url('/css/../images/footer_bcg.png') repeat-x;
    float: left;
    width: 100%;
}

.footer_right {
    text-align: center;
}

.footer_right h3 {
    margin: 0;
    margin-bottom: 0px;
    text-align: center;
    color: #141733;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'BenchNine', sans-serif;
}

.footer_links {
    margin-top: 0px;
}

.footer_links a {
    font-size: 11px;
    color: #141733;
    text-decoration: none;
}

.footer_links a:after {
    content: '';
    width: 1px;
    height: 9px;
    background: #141733;
    display: inline-block;
    margin-left: 6px;
}

.footer_links a:last-of-type:after {
    display: none;
}

.footer_left {
    font-size: 11px;
    color: #141733;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.remove_remember {
    position: relative;
    margin-bottom: -16px;
    width: 16px !important;
    right: 0px;
    display: none;
}

.infograph {
    max-width: 100%;
}

label[for="sf_RUB_ID_2"] {
    display: none !important;
}


/* ===============
    ALL: IE Fixes
   =============== */

.showMin768 {
    display: none !important;
}

.showMin768_2 {
    display: none;
}

.showMin768_3 {
    display: none;
}

.showMin1024 {
    display: none;
}

.showMin1024_i {
    display: none !important;
}

.ie7 .title {
    padding-top: 20px;
}

.lista_wyszukiwania {
    list-style: none !important;
}

.lista_wyszukiwania li a {
    list-style: none !important;
    margin-left: 2%;
}

#infograph table {
    width: 90%;
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
}

#infograph table tr:first-of-type td {
    background: #bcbbc1;
    color: #fff;
    height: 25px;
    font-weight: bold;
}

#infograph table td {
    border: solid 1px #fff;
    height: 25px;
    color: #434343;
    border-collapse: collapse;
}

#infograph table tr:nth-of-type(2n+1) {
    background: #e5e5e5;
}

#infograph table tr:nth-of-type(2n) {
    background: #f1f1f1;
}

.dane_techniczne_system td p {
    margin: 0px 0 0 5px;
}

.rozwin_menu {
    padding: 0 22px 0 0;
    background: url(/images/rozwin_menu.png) no-repeat right;
}

.newsGallery {
    width: 100%;
}

.newsGallery div {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    padding: 0 8px;
}


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

.fb-like {
    text-align: left;
}


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

.mobile-only {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .mobile-only {
        display: block !important;
    }
    .produkty_pozycje_menu a>div {
        display: block !important;
        margin: 0 auto;
    }
    .produkty_pozycje_menu {
        padding-bottom: 20px;
        width: 100%;
    }
    .product_position>div {
        display: block !important;
        width: 100% !important;
    }
    .product_position {
        height: 200px !important;
    }
    .products_list a>div {
        display: block !important;
        width: 100% !important;
    }
    .videoFiltersForm {
        display: table-caption !important;
    }
    .video_label_title {
        margin-left: 30px !important;
    }
    .video_bar {
        width: 86% !important;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1023px) {
    .kontakt_tabs {
        width: 80%;
    }
    #mapa {
        width: 90%;
    }
    .lista_doradcow li {
        height: 180px !important;
    }
    .videoFiltersForm {
        display: inline-block !important;
    }
    .video_label {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media only screen and (min-width: 460px) {
    .header_caption {
        font-size: 3.8em;
        line-height: 50px;
        margin-left: 5%;
    }
    .flexslider .slides img {
        height: auto;
        width: 120%;
        margin-left: -20%;
    }
    .flex-active-slide img {
        margin-left: -4%;
    }
    #podkategorie_menu .produkty_pozycje_menu li {
        width: 45%;
        margin: 0px 2.5%;
    }
    .produkty_rekomendowane li {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }
    .products_list li {
        float: left;
        width: 45%;
        margin: 10px 2.5%;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) {
    .flex-active-slide img {
        margin-left: -2.5%;
    }
}

@media only screen and (max-width: 576px) {
    .video_title {
        width: 86% !important;
    }
    .video_film {
        width: 100% !important;
    }
    .video_film img {
        width: 100% !important;
    }
    .video_bar_category .btn {
        float: left !important;
        margin-top: 40px;
    }
    .video_txt-box {
        float: left !important;
        width: 88% !important;
        margin-left: 30px !important;
    }
}

@media only screen and (min-width: 750px) {
    .hideMin768 {
        display: none !important;
    }
    .showMin768 {
        display: block !important;
    }
    .showMin768_2 {
        display: block;
    }
    .showMin768_3 {
        display: inline;
    }
    #pokaz_aktualnosci {
        display: none;
    }
    .flexslider {
        width: 93% !important;
    }
    .flexslider .slides {}
    .flexslider .slides li {
        /*display: block !important;*/
    }
    .flexslider .slides img {
        width: 100%;
        width: auto;
        margin-left: 0;
    }
    .flex-active-slide img {
        margin-left: 0%;
    }
    .przydatne_informacje a {
        float: left;
        width: 70%
    }
    /* ====================
        WIDE: CSS3 Effects
       ==================== */
    body {
        background: url('/css/../images/body_bcg_tab.png') repeat-x #f2f2f2;
    }
    .top {
        height: 96px;
    }
    .top_col1 {
        float: left;
        width: 51%;
        padding: 0 5px 0 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .zapamietane_produkty_top {
        float: left;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 17px;
    }
    .num {
        font-size: 12px;
        border: solid 1px #dfdfdf;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 3px 8px;
    }
    .szukaj {
        width: 100%;
    }
    .search {
        width: 58%;
        float: left;
        height: 28px;
    }
    .searchSubmit {
        margin-right: 3%;
    }
    .social {
        float: left;
        width: 24%;
        padding: 10px 5px 0 5px;
        text-align: center;
    }
    .social .yt_icon .social .g_icon {
        margin: 5px 0 0 10px;
    }
    .social span {
        float: left;
        width: 99%;
        text-align: left;
        padding-left: 10px;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .social:before {
        display: block;
        margin-top: 28px;
        width: 1%;
        max-width: 1px;
    }
    .film_social:nth-of-type(1) {
        margin-right: 6%;
    }
    .film_social:nth-of-type(2) a {
        float: right;
        margin-left: 3%;
    }
    .film_social {
        float: left;
        width: 29%;
        text-align: center;
        margin: 20px 0 40px 0;
    }
    .proponowane_filmy li {
        float: left;
        width: 94%;
        margin: 0 2% 10px 2% 0;
        text-align: left;
    }
    .selena {
        display: block;
        float: left;
        width: 20%;
        padding: 15px 5px 0 5px;
    }
    /* ============
        WIDE: Menu
       ============ */
    .title {
        float: left;
    }
    .top_part {
        float: right;
        width: 78%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .logo {
        float: left;
        width: 22%;
        padding-right: 10px;
    }
    nav {
        float: right;
        width: 100%;
    }
    .menu {
        position: relative;
        z-index: 100;
    }
    .menu:after {
        content: "";
        position: absolute;
        display: block;
        width: 90%;
        height: 30px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
        -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
        border-bottom-left-radius: 50% 30px;
        border-bottom-right-radius: 50% 30px;
        z-index: -10 !important;
        left: 5%;
        right: 5%;
        margin-top: -30px
    }
    .menu>ul,
    .menu {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .menu>ul>li {
        font-size: 14px;
        border-bottom: solid 2px #c4261c;
    }
    .menu>ul>li:first-of-type {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }
    .menu>ul>li:last-of-type {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    .menu>ul>li:hover {
        background: #C4261C;
    }
    .menu>ul {
        display: table !important;
        width: 100%;
        margin-left: 0px;
        position: static;
    }
    .menu:hover>ul {
        display: table;
        position: static;
    }
    .menu>ul>li {
        display: table-cell;
        padding: 0px 2% 0px 2%;
        vertical-align: middle;
        height: 81px;
    }
    .menu>ul>li>a {
        width: auto;
        height: auto;
        margin: 0px;
        padding: 22px 0 15px 0;
    }
    .triangle_menu_down {
        position: absolute;
        margin-top: 25px;
        margin-left: -19px;
        display: inline-block
    }
    .krok1_menu {
        position: absolute;
        z-index: 3;
        position: absolute;
        top: auto;
        margin-top: 0px;
        padding-top: 16px;
        left: 0;
        width: 57.2%;
        padding-left: 5.6%;
        max-width: 960px;
        height: 32px;
        text-align: left;
        font-size: 26px;
        font-family: 'BenchNine', sans-serif;
        font-weight: bold;
    }
    #podkategorie_menu {
        z-index: 1;
        position: absolute;
        top: auto;
        margin-top: 4px;
        padding-top: 35px;
        padding-bottom: 35px;
        left: 0;
        width: 100%;
        max-width: 960px;
        border-bottom: solid 2px #c4261c;
    }
    .zapamietane_produkty {
        display: none !important;
    }
    #podkategorie_menu li {
        margin: 0px 1% 0 1%;
        text-align: left;
        float: left;
        width: 18%;
        height: 95px;
        border: none;
    }
    #podkategorie_menu a {
        color: #141733;
        font-size: 11px;
        font-family: 'TrebuchetMS', Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        float: left;
        width: 100%;
        text-align: center;
    }
    #podkategorie_menu>li:hover>a {
        color: #C4261C;
    }
    #podkategorie_menu>li.selected>a {
        color: #C4261C;
    }
    #podkategorie_menu>li.selected>a:after {
        content: "";
        background-position: -26px -107px;
        height: 5px;
        width: 6px;
        display: block;
        background-image: url('/css/../images/sprite.png');
        position: absolute;
        bottom: 8px;
        margin-left: 37px
    }
    #podkategorie_menu>li.selected.wszystkie_podkategorie_menu>a:after {
        background: none;
    }
    #podkategorie_menu a>div {
        float: left;
        text-align: center;
        width: 100%;
    }
    #podkategorie_menu a:before {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }
    .okna_i_drzwi_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -272px -115px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .okna_i_drzwi_menu:before {
        background-position: -24px -397px;
    }
    #podkategorie_menu>li.selected .okna_i_drzwi_menu:before {
        background-position: -24px -397px;
    }
    .sciany_elewacje_i_ocieplenia_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -122px -365px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .sciany_elewacje_i_ocieplenia_menu:before {
        background-position: -510px -115px;
    }
    #podkategorie_menu>li.selected .sciany_elewacje_i_ocieplenia_menu:before {
        background-position: -510px -115px;
    }
    .podlogi_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -748px -245px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .podlogi_menu:before {
        background-position: -272px -205px;
    }
    #podkategorie_menu>li.selected .podlogi_menu:before {
        background-position: -272px -205px;
    }
    .dachy_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -24px -25px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .dachy_menu:before {
        background-position: -272px -295px;
    }
    #podkategorie_menu>li.selected .dachy_menu:before {
        background-position: -272px -295px;
    }
    .drobne_naprawy_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -272px -385px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .drobne_naprawy_menu:before {
        background-position: -608px -435px;
    }
    #podkategorie_menu>li.selected .drobne_naprawy_menu:before {
        background-position: -608px -435px;
    }
    .kuchnie_i_lazienki_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -24px -178px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .kuchnie_i_lazienki_menu:before {
        background-position: -272px -25px;
    }
    #podkategorie_menu>li.selected .kuchnie_i_lazienki_menu:before {
        background-position: -272px -25px;
    }
    .wykonczenie_wnetrz_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -846px -245px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .wykonczenie_wnetrz_menu:before {
        background-position: -510px -295px;
    }
    #podkategorie_menu>li.selected .wykonczenie_wnetrz_menu:before {
        background-position: -510px -295px;
    }
    .balkony_i_tarasy_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -510px -25px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .balkony_i_tarasy_menu:before {
        background-position: -510px -385px;
    }
    #podkategorie_menu>li.selected .balkony_i_tarasy_menu:before {
        background-position: -510px -385px;
    }
    .fundamenty_menu:before {
        background: url('/css/../images/sprite.png');
        background-position: -24px -268px;
        height: 50px;
        width: 50px;
    }
    #podkategorie_menu>li:hover .fundamenty_menu:before {
        background-position: -510px -205px;
    }
    #podkategorie_menu>li.selected .fundamenty_menu:before {
        background-position: -510px -205px;
    }
    .wszystkie_podkategorie_menu {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 40px !important;
        width: 180px !important;
        padding: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .wszystkie_podkategorie_menu a {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 160px !important;
        font-size: 14px !important;
    }
    .wszystkie_podkategorie_menu .produkty_pozycje_menu {
        left: -779px;
        width: 934px;
    }
    .wszystkie_podkategorie_menu .scrollerContent {
        width: 90%;
        margin-left: 5%;
    }
    .wszystkie_podkategorie_menu .produkty_pozycje_menu a {
        color: #141733 !important;
        font-size: 11px !important;
        font-family: 'TrebuchetMS', Verdana, Geneva, Arial, Helvetica, sans-serif !important;
        font-weight: bold !important;
        text-align: center !important;
    }
    .produkty_pozycje_menu {
        position: absolute;
        top: 262px;
        left: 0px;
        height: 240px;
        width: 86.8%;
        padding: 0 7% 0 7%;
        overflow: hidden;
    }
    .produkty_pozycje_menu ul {
        position: absolute;
        top: -15px;
        left: 6%;
        height: 200px;
        width: 10000px;
        margin-left: 0px !important;
        padding-left: 0px;
        margin-top: 10px;
    }
    .produkty_pozycje_menu li {
        height: 200px !important;
        float: left;
        width: 170px !important;
    }
    .produkty_menu_li:hover .triangle_down_red {
        background-position: -44px -142px;
        height: 5px;
        width: 7px;
    }
    .produkty_menu_li.selected {
        background-color: #C4261C;
    }
    .produkty_menu_li.selected .triangle_down_red {
        background-position: -44px -142px;
        height: 5px;
        width: 7px;
    }
    .toLeft {
        position: absolute;
        z-index: 99;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 6%;
        display: block;
        background: #FFFFFF;
        cursor: pointer;
    }
    .toLeft:after {
        content: "";
        position: absolute;
        z-index: 100;
        top: 75px;
        display: block;
        background-image: url('/css/../images/sprite.png');
        background-position: -204px -456px;
        height: 52px;
        width: 46px;
        cursor: pointer;
    }
    .toRight {
        position: absolute;
        z-index: 100;
        right: -1px;
        top: 0px;
        height: 100%;
        width: 6%;
        background: #FFFFFF;
        cursor: pointer;
    }
    .toRight:after {
        content: "";
        position: absolute;
        z-index: 100;
        right: 0px;
        top: 75px;
        display: block;
        background-image: url('/css/../images/sprite.png');
        background-position: -251px -456px;
        height: 52px;
        width: 46px;
        cursor: pointer;
    }
    .scrollerContent {
        display: block;
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        height: 26px;
        top: 200px;
        position: relative;
        border: solid 1px #dfdfdf;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: default !important;
    }
    .scroller {
        display: block;
        cursor: default !important;
        height: 20px;
        width: 577px;
        margin: 3px 3px 3px 3px;
        position: absolute;
        left: -200px;
        padding-left: 100px;
    }
    .scroller:after {
        content: "";
        display: block;
        /*background-image: url('/css/../images/sprite.png');  
        background-position:  -98px -480px; 
        width: 77px; */
        background-image: url('/css/../images/suwak.png');
        background-position: 0 0;
        width: 240px;
        height: 20px;
        position: absolute;
        left: 200px;
    }
    .scroller:active {
        cursor: pointer;
    }
    .main_container h2 {
        font-size: 26px;
        margin-left: 30px;
    }
    .product_h2 {
        margin-left: 9px !important;
    }
    .main_container h3 {
        margin-left: 1%;
    }
    .product_col_right {
        float: right;
        width: 45.8%;
    }
    .product_col_left {
        float: left;
        width: 54.2%;
    }
    .flexslider {
        width: 93%;
        margin: 0 3.4% !important;
    }
    .flex-viewport {
        height: 415px;
    }
    .flexslider .slides img {}
    .header_caption {
        position: absolute;
        margin-left: 50px;
        margin-top: 50px;
        width: 390px;
        top: 0px;
        font-size: 73px;
        line-height: 70px;
    }
    .ul_caption {
        position: absolute;
        top: 190px;
        margin-left: 25px;
        list-style: none;
        font-size: 14px;
        z-index: 50;
    }
    .slides li a {
        color: #141733;
    }
    .ul_caption li:before {
        content: "";
        display: block;
        background-image: url('/css/../images/sprite.png');
        background-position: -32px -107px;
        height: 6px;
        width: 5px;
        position: relative;
        top: 12px;
        left: -12px;
    }
    .p_caption {
        position: absolute;
        top: 200px;
        margin-left: 50px;
        width: 290px;
        list-style: none;
        font-size: 14px;
    }
    .btn_caption {
        position: absolute;
        top: 293px;
        margin-left: 55px;
        text-align: center;
        width: 78px;
        list-style: none;
        font-size: 14px;
        padding-top: 7px;
        height: 15px;
    }
    .btn_caption:active {
        position: absolute !important;
    }
    .box .btn {
        bottom: -32px;
        min-width: 76px;
    }
    .box_min .btn {
        bottom: -14px;
    }
    .box_min {
        padding-bottom: 0px;
        padding-top: 20px !important;
        height: 68px !important;
    }
    .inbox {
        float: left;
        height: 200px;
    }
    .box_min .inbox {
        height: 40px;
    }
    .flex-control-nav {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    /* ============
        WIDE: Main
       ============ */
    .main article {
        float: left;
        width: 57%;
    }
    .main aside {
        float: right;
        width: 28%;
    }
    .boxes_main {
        width: 90%;
        margin: 0 5%;
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .box_main {
        width: 29.3%;
        margin: 0 2%;
        float: left;
    }
    .box_main a {
        font-size: 26px;
        padding: 25px 0;
    }
    .box_main a.wiecej {
        font-size: 12px;
    }
    .box_main a.wiecej:after {
        content: "";
        display: inline-block;
        background-image: url('/css/../images/sprite.png');
        background-position: -26px -90px;
        height: 6px;
        width: 14px;
        margin-left: 10px;
    }
    .box_containter {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 30px;
    }
    .box_containter:after {
        content: "";
        position: relative;
        display: block;
        width: 90%;
        height: 30px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
        -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
        border-bottom-left-radius: 50% 30px;
        border-bottom-right-radius: 50% 30px;
        z-index: -10 !important;
        left: 5%;
        right: 5%;
        bottom: 30px
    }
    .box {
        display: table-cell;
        width: 24%;
        padding-left: 3%;
        padding-right: 3%;
        vertical-align: middle;
        height: 73px;
        padding-top: 20px;
        position: relative;
    }
    .box:nth-of-type(1) {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-radius: 5px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius: 5px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-top: 20px;
    }
    .box:nth-of-type(2) {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border-top: solid 1px #e3e3e3;
        border-top: bottom 1px #e3e3e3;
        background: #f2f2f2;
    }
    .box:nth-of-type(3) {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius: 0px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .box h2 {
        font-size: 26px;
        height: 44px;
        line-height: 22px;
        display: table-cell;
        vertical-align: middle;
        width: 300px;
    }
    /*    {
            position: relative;
            top: 15px;
    
    
        }*/
    .box_big h2 {
        font-size: 24px;
    }
    /* ============
    WIDE: Strona produktowa
   ============ */
    .mobile_tab_menu {
        display: none !important;
    }
    .tab {
        float: left;
        margin: 41px 0 0 5%;
    }
    .product_img {
        float: left;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .product_social {
        float: left;
        width: 60%;
        text-align: center;
        margin-top: 23px;
        margin-right: 20%;
        margin-left: 20%;
    }
    .product_social_row {
        width: 92%;
        margin: 0 4% 8px 4%;
        float: left;
    }
    .product_social .btn {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: left;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .product_social .btn_blue {
        width: 80%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: left;
        top: 0px;
    }
    .product_social .fb_icon,
    .product_social .envelope_ico {
        float: right;
    }
    .klakulator {
        margin-top: 10px;
        font-size: 14px;
        text-align: left;
    }
    .klakulator a {
        text-decoration: none;
        color: #141733;
        float: left;
        width: 75%;
    }
    .klakulator a.calc_ico {
        width: 29px;
        margin-right: 3.5%;
        margin-left: -5%;
    }
    .box_big h4 {
        text-align: left;
    }
    .przydatne_informacje {
        float: left;
    }
    .informacje_30 {
        width: 30%;
    }
    .informacje_65 {
        width: 65%;
    }
    .informacje_100 {
        width: 100%;
    }
    .przydatne_informacje.informacje_65 li {
        width: 45%;
        float: left;
        margin: 10px 2.5% 10px 2.5% !important;
        height: 50px;
    }
    .przydatne_informacje.informacje_100 li {
        width: 31.333%;
        /*float: left;*/
        margin: 10px 1% 10px 1% !important;
        text-align: center;
    }
    /*    .movies li{
        height:250px;
    }*/
    .przydatne_informacje a:hover,
    .przydatne_informacje .hover_tutaj.play_video:hover {
        color: #cd1812;
        text-decoration: underline;
    }
    .przydatne_filmy {
        float: left;
        margin: 0 0% 0 5% !important;
    }
    .product_col_100 {
        /*border-top: dashed 1px #141733; eddited 23.12.2014*/
        margin-top: 0px;
        padding-top: 20px;
    }
    .product_col_50:nth-child(2) {
        margin: 0;
    }
    .product_col_50 {
        width: 48%;
        margin: 0 4% 0 0;
        float: left;
        border-top: none;
    }
    .product_col_50:nth-of-type(2):before {
        content: "";
        display: block;
        float: left;
        width: 1px;
        height: 200px;
        margin-left: -5%;
        margin-top: 10%;
        background: #f2f2f2;
    }
    .products_atached li {
        width: 30%!important;
        margin-left: 1%!important;
        margin-right: 1%!important;
        margin-bottom: 20px;
    }
    /* ============
  WIDE: Rozwiązania
 ============ */
    .krok1_rozwiazania {
        margin: 18px 0 10px 28px !important;
    }
    .krok1_rozwiazania span {
        font-size: 26px;
    }
    .rozwiazania li {
        float: left;
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        height: 120px;
        text-align: center;
        margin-bottom: 20px;
    }
    .balkony_i_tarasy_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -174px -185px;
        color: #C4261C;
    }
    .dachy_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -325px -185px;
        color: #C4261C;
    }
    .drobne_naprawy_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -628px -185px;
        color: #C4261C;
    }
    .fundamenty_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -477px -185px;
        color: #C4261C;
    }
    /*background-position: -100px -53px;*/
    .kuchnie_i_lazienki_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -249px -53px;
        color: #C4261C;
    }
    .okna_i_drzwi_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -100px -53px;
        color: #C4261C;
    }
    .podlogi_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -697px -53px;
        color: #C4261C;
    }
    .sciany_elewacje_i_ocieplenia_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -399px -53px;
        color: #C4261C;
    }
    .wykonczenie_wnetrz_big:hover {
        background-image: url('/css/../images/ikony.png');
        background-position: -548px -53px;
        color: #C4261C;
    }
    .rozwiazania_2 {
        list-style: none;
        float: left;
        padding-bottom: 30px;
        width: 90%;
        padding-left: 5%;
    }
    .rozwiazania_2 li {
        float: left;
        width: 48%;
        margin: 10px 1% 20px 1%;
        height: 20px;
    }
    /* ===============
    Wide kategorie
   =============== */
    .products_list {
        margin-left: 0px !important;
        list-style: none;
        float: left;
        padding: 0 2.5% 0 2.5%;
        width: 95%;
    }
    .products_list li {
        float: left;
        width: 17%;
        margin: 0 0.5% 20px 0.5%;
        padding: 10px 0.8% 10px 0.8%;
        text-align: center;
        height: 230px;
        border: solid 1px #CCC;
    }
    .products_list img {}
    /* ===============
      Wide Aktualności
     =============== */
    .lista_aktualnosci {
        width: 25%;
        margin: 37px 2%;
        padding-left: 2%;
    }
    .lista_aktualnosci ul {
        margin-top: 25px;
    }
    .lista_aktualnosci header {
        font-weight: bold;
        font-size: 26px;
    }
    .aktualnosci_content {
        width: 62%;
        padding: 0px 4% 0 2%;
        margin: 10px 0;
        border-left: dashed 1px #dfdfdf;
    }
    /* ===============
Wide Wyszukiwanie
=============== */
    .wynik {
        font-size: 24px;
    }
    .wyniki_wyszukiwania {
        font-size: 26px;
    }
    .wyniki_wyszukiwania span {
        font-size: 18px;
    }
    /* ===============
      Wide Zadanie System
     =============== */
    .col_50,
    .col_70,
    .col_30 {
        float: left;
        width: 43.53%;
        /*font-size: 12px;*/
        color: #141733;
    }
    .col_70 {
        width: 70%;
        margin: 25px 1% 10px 4.47%;
    }
    .col_30 {
        width: 18%;
        float: right;
        margin: -44px 4.47% 10px 1%;
    }
    .col_50:nth-of-type(1) {
        margin: 25px 1% 10px 4.47%;
    }
    .col_50:nth-of-type(2) {
        float: right;
        margin: 25px 4.47% 10px 1%;
    }
    .col_50 header,
    .col_70 header,
    .col_30 header {
        font-family: 'BenchNine', sans-serif;
        text-transform: uppercase;
        color: #141733;
        font-size: 26px;
        line-height: 26px;
    }
    .produkty_rekomendowane {
        padding: 0px;
        list-style: none;
    }
    .produkty_rekomendowane a {
        color: #141733;
        font-size: 14px;
    }
    .produkty_rekomendowane span {
        width: 100%;
        float: left;
    }
    .kontakt_right {
        width: 25%;
        margin: 10px 2%;
        padding-left: 2%;
        float: left;
    }
    .kontakt_right header {
        font-weight: bold;
        font-size: 24px!important;
        text-transform: uppercase;
        font-family: 'BenchNine', sans-serif;
    }
    .kontakt_left {
        width: 62%;
        padding: 0px 4% 0 2%;
        margin: 10px 0;
        float: right;
        border-left: dashed 1px #dfdfdf;
    }
    .colum_adres {
        float: left;
        width: 25%;
    }
    .colum_contact {
        float: left;
        width: 50%;
    }
    .colum_phone {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .colum_phone .phone_big {
        font-size: 48px;
    }
    .kontakt_right header {
        color: #141733;
        font-size: 22px;
        font-weight: bold;
    }
    .lista_doradcow {
        float: left;
        width: 50%;
        margin-bottom: 20px;
        cursor: default;
    }
    .lista_doradcow li {
        float: left;
        width: 46%;
        margin: 0 1%;
        padding: 1%;
        list-style: none;
    }
    /* ===============
Footer Wide Styles
=============== */
    .footer-sidebar {
        background: #141733;
        width: 100%;
        float: left;
    }
    .footer-sidebar:before {
        content: "";
        background: #F2F2F2;
        height: 1px;
        width: 100%;
        float: left;
        display: block;
        margin-top: 2px;
    }
    .footer-sidebar:after {
        content: "";
        float: left;
        background: #F2F2F2;
        width: 100%;
        height: 1px;
        display: block;
        margin-bottom: 2px;
    }
    .footer_col_4 {
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 30px;
        margin-bottom: 20px;
        float: left;
    }
    .footer_external_links li {
        padding: 6px 3px;
        display: block;
    }
    .footer_external_links a {
        padding: 4px 10px;
        background: #fff;
        color: #141733 !important;
        font-weight: bold;
        font-size: 11px;
        text-transform: lowercase;
        letter-spacing: 0.5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .footer-sidebar ul {
        margin: 0px 0 16px 0;
        padding: 0px;
        list-style: none;
    }
    .footer-sidebar ul li {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .footer-sidebar ul li a {
        color: #7b80a9;
        text-decoration: none;
		font-weight: bold;
    }
    .footer-sidebar ul li a:hover {
        color: #fff;
        text-decoration: none;
    }
    .footer-container {
        padding-top: 25px;
    }
    .footer_right {
        float: right;
        text-align: right;
        width: 50%;
    }
    .footer_right img {
        margin: 7px 5px;
    }
    .footer_right h3 {
        text-align: right;
    }
    .footer_left {
        float: left;
        text-align: left;
        width: 49%;
        margin-left: 1%;
    }
    .footer_links {
        margin: 10px 0 20px 0;
    }
    .footer_links a {
        padding: 0 5px;
    }
    .footer_links a:after {
        margin-left: 12px
    }
    .newsGallery div {
        width: 33%;
    }
}

@media only screen and (min-width: 1023px) {
    /* ===============
        Maximal Width
       =============== */
    .flexslider {
        z-index: 0 !important;
    }
    .przydatne_informacje a {
        float: left;
        width: 100%;
        padding-top: 10px;
    }
    .product_img {
        float: left;
        width: 45%;
        margin-right: 5%;
        margin-left: 0px;
    }
    .product_social {
        float: left;
        width: 45%;
        text-align: center;
        margin-top: 23px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .klakulator {
        margin-top: 140px;
        font-size: 14px;
        text-align: left;
    }
    .hideMin1024 {
        display: none !important;
    }
    .showMin1024 {
        display: block !important;
    }
    .showMin1024_i {
        display: block !important;
    }
    .Inline {
        display: inline !important;
    }
    body {
        background: url('/css/../images/body_bcg.png') repeat-x top #f2f2f2;
    }
    .wrapper {
        max-width: 960px;
        /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    .box_containter {}
    .biuletyn_tytan>a:first-of-type {
        line-height: 22px;
        padding-top: 17px;
    }
    .top_part {
        float: right;
        width: 76%;
        padding-top: 6px;
    }
    .social span {
        display: inline;
        text-align: center;
    }
    .social {
        width: 20%;
    }
    .top_col1 {
        margin-top: 25px;
        width: 44%;
    }
    .search {
        width: 70%;
    }
    .searchSubmit {
        margin-left: 5px;
        position: static;
    }
    .social {
        width: 36%;
    }
    .social .yt_icon,
    .social .g_icon {
        margin: 17px 0 0 10px;
    }
    .social .fb_icon {
        margin-top: 17px;
    }
    .social span {
        width: 50%;
        margin-top: 21px;
    }
    .social:before {
        margin-top: 25px;
        margin-left: -13px;
    }
    .selena {
        width: 18%;
    }
    /*=========
     Menu
     ========== */
    #podkategorie_menu li {
        width: 9%;
    }
    /* .produkty_menu_li:hover {
     
        background: #EB2629;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
     }
     
     .produkty_menu_li:hover .krok1_menu{
        display: block !important;
     }
     
     
     
     
    .produkty_menu_li:hover #podkategorie_menu {
        display: block !important;
    }*/
    #podkategorie_menu_after {
        content: "";
        position: absolute;
        display: none;
        width: 90%;
        height: 30px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
        -moz-border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
        border-bottom-left-radius: 50% 30px;
        border-bottom-right-radius: 50% 30px;
        z-index: -2000 !important;
        left: 5%;
        right: 5%;
        top: 220px;
    }
    /*   .produkty_menu_li:hover #podkategorie_menu_after {
          
                  display: block;
          
      }
    */
    /* .produkty_pozycje_powrot{
     display: none !important;
     }
     #podkategorie_menu li:hover .produkty_pozycje_menu {
         display: block !important;
     }
    */
    #podkategorie_menu {
        padding-bottom: 0px;
        padding-right: 3%;
        padding-left: 3%;
        margin-top: 5px;
        width: 94%;
    }
    #podkategorie_menu li {
        height: 130px;
    }
    .produkty_pozycje_menu {
        top: 165px;
        border-top: solid 2px #c4261c
    }
    .zapamietane_produkty {
        text-transform: none;
        background: #404361;
        text-align: right;
        display: table-cell !important;
        padding: 0px !important;
        width: 175px;
    }
    .zapamietane_produkty .num {
        height: 16px;
        width: 6px;
        color: #141733;
        float: left;
        margin: 27px 12px 0 10px;
        padding: 4px 10px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    #zapamietane_produkty_a {
        text-align: right;
        line-height: 18px;
        float: left;
        margin-left: 30px;
    }
    .produkty_pozycje_menu_after {
        z-index: 1000000;
        top: 376px;
        display: none;
    }
    /*#podkategorie_menu li:hover .produkty_pozycje_menu_after{display: block!important;}*/
    .rozwiazania li {
        float: left;
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        height: 120px;
        text-align: center;
        margin-bottom: 20px;
    }
    .rozwiazania li:after {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        background: #EB2629;
        position: relative;
        top: -60px;
    }
    .rozwiazania li:first-of-type:after,
    .rozwiazania li:nth-of-type(5n):after {
        display: none;
    }
    .rozwiazania li:nth-of-type(6n) {
        /*margin-left: 80px;*/
    }
    .flexslider {
        max-width: 960px;
        margin: 0 auto !important;
        height: 415px;
    }
    .flex-viewport {
        height: 415px;
    }
    .flexslider .slides img {
        height: auto;
    }
    .boxes_main {
        max-width: 900px;
        margin: 0 auto !important;
        float: none;
    }
    .box_main {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
    }
    .produkty_rekomendowane li {
        width: 29.8%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 10px 0.5% 0 0.5%;
        height: 220px;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        border: solid 1px #f1f1f1;
        word-wrap: break-word;
    }
    .klakulator a.calc_ico {
        margin-right: 10%;
    }
}


/* ==========================================================================
   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;
    clear: both;
}


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

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        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) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .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;
        /* h5bp.com/t */
    }
    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;
    }
}

.lt-ie9 .biuletyn_tytan a {
    padding-top: 7px;
    padding-bottom: 6px;
}

.lt-ie9 .box {
    padding-left: 20px;
}

.lt-ie9 .col_50 {
    width: 45%;
    margin: 20px 2.5%;
}

.ie-9 .triangle_menu_down {
    margin-left: -30px !important;
}

.box_big h4 {
    /*added 23.12.2014r*/
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-size: 24px;
    color: #cd1812;
    margin: 0px 0;
    padding: 10px 0;
    background: #f2f2f2;
}

.tab li:before {
    content: '';
    border-left: 7px solid #c4261c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0px;
    display: inline-block;
    /* margin-right: 10px; */
    position: absolute;
    left: -20px;
    top: 5px;
}

.pliki li:before {
    content: '';
    background: url('/css/../images/bullet.png');
    display: inline-block;
    /* margin-right: 10px; */
    position: absolute;
    left: -20px;
    top: 3px;
    border: 0;
    height: 13px;
    width: 11px;
}

.polec_produkt img {
    padding-left: 34px;
    margin-top: -5px;
}

#remember_product img {
    padding-left: 10px;
}


/*video*/

.video_title {
    background: #141733;
    width: 415px;
    margin: 28px 0 0 28px;
    float: left;
    color: #fff;
}

.video_number {
    float: right;
    margin: 5px;
    background: url('/css/../images/video/view.png') 0px 6px no-repeat;
    padding-left: 20px;
}

.video_date {
    float: right;
    margin: 5px;
}

.video_film {
    margin: 0;
    width: 415px;
}

.video_txt-box {
    float: left;
    width: 405px;
    margin: 28px 28px 0 30px;
}

.video_txt-title {
    margin: 5px 0 0;
    text-transform: uppercase;
}

.video_txt1 {
    margin: 20px 0 0;
    font-size: 12px;
    color: #141733;
}

.video_txt1 p {
    margin: 0 0 20px 0;
    padding: 0;
}

a.video_txt {
    background: url('/css/../images/video/red_arrow.png') right no-repeat;
    padding-right: 20px;
    color: #d2100c;
    text-decoration: none;
    border: 0;
}

a.video-txt:hover,
a.video-txt:visited,
a.video-txt:active {
    color: ##c4261c;
    border: 0;
}

.video_bar {
    margin: 20px 30px 0;
    background: #f2f2f2;
    float: left;
    width: 94%;
}

.video_bar h2 {
    margin: 10px 0 10px 40px;
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    color: #c4261c;
    font-weight: 700;
    width: 10%;
    float: left;
}

.video_label {
    float: left;
    width: 205px;
    margin: 12px 30px;
    padding: 5px;
    font-size: 12px;
}

.video_label_title {
    float: left;
    margin: 18px 0 0 10px;
    font-size: 12px;
}

select.video_label {
    font-size: 12px;
    font-family: 'TrebuchetMS', Verdana;
}

.video_bar_category {
    margin: 20px 30px 0;
    float: left;
    width: 94%;
    border-top: 2px solid #f2f2f2;
    padding-top: 20px;
}

.video_bar_category:nth-child(1) {
    border-top: 0;
}

.video_bar_category h2 {
    float: left;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-weight: 700;
    color: #141733;
    padding-left: 40px;
    width: 250px;
}

.video_bar_category .btn {
    float: right;
    padding: 6px 17px;
    height: auto;
    color: #fff;
    margin-right: 0px;
}

.video_bar_category .windows {
    float: left;
    height: 32px;
    width: 32px;
    display: block;
    background-image: url('/css/../images/sprite.png');
    background-position: -934px -181px;
}

.video_bar_category .kitchens {
    float: left;
    height: 32px;
    width: 32px;
    display: block;
    background-image: url('/css/../images/sprite.png');
    background-position: -160px -61px;
}

.video_bar_category .wall {
    float: left;
    height: 32px;
    width: 32px;
    display: block;
    background-image: url('/css/../images/sprite.png');
    background-position: -160px -441px;
}

.video_box_yt {
    float: left;
    background: #141733;
    width: 260px;
    margin: 20px 30px;
    font-size: 12px;
}

.video_box_yt_time {
    float: left;
    margin: 5px 10px;
    color: #fff;
}

.video_box_yt_views {
    float: right;
    margin: 5px 10px;
    color: #fff;
    background: url('/css/../images/video/view.png') 0px 3px no-repeat;
    padding-left: 20px;
}

.video_box_yt_film {
    float: left;
    margin: 0;
}

.video_box_yt_txt {
    margin: 0;
    background: #f2f2f2;
    float: left;
    width: 100%;
    min-height: 42px;
}

.video_box_yt_txt_title {
    margin: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.video_box_yt_txt_desc {
    margin: 5px;
}

.roadshow img {
    max-width: 100% !important;
    height: auto !important;
}


#online_magaziny_z .news-item {

}
#online_magaziny_z section {
    margin: 0 35px;
} 
#online_magaziny_z .news-item.clearfix {
    clear: none;
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 54px;
    border: #7f7f7f solid 1px;
    position: relative;
    height: 205px;
    box-sizing: border-box;
    padding: 0;
}
#online_magaziny_z .news-item.clearfix .news-item__logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    top: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%); /* Для Firefox */
    -ms-transform: translate(-50%, -50%); /* Для IE */
    -webkit-transform: translate(-50%, -50%); /* Для Safari, Chrome, iOS */
    -o-transform: translate(-50%, -50%); /* Для Opera */
    transform: translate(-50%, -50%);       
}
#online_magaziny_z .news-item.clearfix .news-item__butButton {
    position: absolute;
    left: 50%;
    bottom: -21px;
    -moz-transform: translate(-50%, 0); /* Для Firefox */
    -ms-transform: translate(-50%, 0); /* Для IE */
    -webkit-transform: translate(-50%, 0); /* Для Safari, Chrome, iOS */
    -o-transform: translate(-50%, 0); /* Для Opera */
    transform: translate(-50%, 0);    
}
#online_magaziny_z .news-item.clearfix .news-item__butButton:before {
    content: '';
    position: absolute;
    width: 8px;
    left: -8px;
    top: 0;
    bottom: 0;
    display: block;
    background: #fff;
}
#online_magaziny_z .news-item.clearfix .news-item__butButton:after {
    content: '';
    position: absolute;
    width: 8px;
    right: -8px;
    top: 0;
    bottom: 0;
    display: block;
    background: #fff;
}
#online_magaziny_z .news-item {
    width: 500px;
    margin: 0 auto;
    padding: 50px 0;
}
#online_magaziny_z .news-item:not(:first-child) {
    border-top: 1px solid #CCC;
}
#online_magaziny_z .news-item__logo {
    display: block;
    width: 200px;
    float: left;
    height: 50px;
    position: relative;
}
#online_magaziny_z .news-item__logo img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#online_magaziny_z .news-item__butButton {
    display: inline-block;
    padding: 15px 0;
    float: left;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    width: 150px;
    background: #404361;
    float: right;
    text-align: center;
    border-radius: 5px;
}
#online_magaziny_z .news-item__butButton:hover {
    background: #141733;
}

@media (max-width: 1024px) {
    #online_magaziny_z section {
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    #online_magaziny_z section {
        margin: 0 15px;
    }
    #online_magaziny_z .news-item.clearfix {
        width: 50%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #online_magaziny_z .news-item.clearfix .news-item__butButton {
        width: 150px;
    }
    #online_magaziny_z .news-item.clearfix .news-item__logo {
        width: 80%;
    }
}
@media (max-width: 500px) {
    #online_magaziny_z section {
        margin: 0 15px;
    }
    #online_magaziny_z .news-item.clearfix {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    #online_magaziny_z .news-item.clearfix .news-item__butButton {
        width: 150px;
    }
}
/* End */



/* Start:/css/jquery.fancybox-1.3.4.css*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/css/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/css/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/css/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/css/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/css/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/css/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/css/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/css/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/css/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/css/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/css/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/css/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/css/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/css/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/css/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/css/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/css/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End */



/* Start:/css/flexslider.css*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    display: block;
    z-index: 37;
    position: relative;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
    position: absolute;
    height: 220px;
}
* html .slides {}

/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/

.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px
}

/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    text-align: center;
    margin-left: 2%;
    z-index: 100;
}
.flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    background: #666;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: #c4261c;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: #c4261c;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .flex-active-slide {
        margin-left: 0px
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .flexslider .slides li {
        display: none;
        width: 100%;
    }
    .flex-active-slide {
        display: block !important;
    }
}

/* End */



/* Start:/bitrix/templates/pl-mainSite/components/bitrix/search.title/search_title/style.css*/
#title-search {
    position: relative;
}
div.title-search-result {	
	display:none;	
	z-index:205;
	margin-top:30px !important;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
        border:1px solid #c6c6c6;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader, td.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/pl-mainSite/components/bitrix/search.title/search_title/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
        top: 0;
        right: 0;
}
/* End */



/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/Obszary/style.css*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */



/* Start:/bitrix/templates/pl-mainSite/components/bitrix/catalog.section/footer_obszary/style.css*/
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */



/* Start:/bitrix/templates/pl-mainSite/styles.css*/
/********************* LIGHTBOX ********************/

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;	
}

.lightbox_pop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding-top: 180px;
	z-index: 10000;
	overflow: hidden;
}

.lightbox_pop .background_bg {
	background: rgba(0,0,0, 0.3);
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
}

.lightbox_pop .lightbox_content {
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 450px;
	min-height: 300px;
	padding: 30px;
}

.close_content {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 1000;
	height: 20px;
	left: 0px;
}

.close_margin {
	width: 490px;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-top: 20px;
}

.lightbox_pop .lightbox_content p {
	font-size: 14px;	
	display: block;
	width: 100%;
	/*float: left;*/
	margin-bottom: 0px;
	margin-top: 0px;
}

.clear {
	clear: both;	
}

.lightbox_pop h3 {
	margin-bottom: -10px;
}

.lightbox_pop form input {
	width: 426px;
	height: 40px !important;
	margin-bottom: 10px;
	padding: 6px 10px 2px 10px;


	background: #FFF;
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input_box input {
	color: #000 !important;	
}

.input_box p input {
	float: left;
	width: 20px;
	margin-bottom: 0px;
}

.btn_right {
	margin-bottom: 30px;
	float: right;
}

.lightbox_pop a.btn_close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	background: #DC0000;
	text-decoration: none;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.btn_send {
	background-color: #DC0000 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none !important;
	-moz-box-shadow: inset 0px 0px 1px 0px #dbdbdb;
	-webkit-box-shadow: inset 0px 0px 1px 0px #DBDBDB;
	box-shadow: inset 0px 0px 1px 0px #DBDBDB;
	color: #fff !important;
	float: right;
	width: 75px !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 17px;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	height: 28px;
}

.down_detal {
	margin-top: 7px;
	float: left;
	display: inline-block;
	width: 345px;
	margin-left: 8px;
}

/*******************************************************/
/* poprawa responywnosci obrazkow */

.col_100.zadanie_system p img {
max-width: 100%;
height: auto;
}

.col_100.zadanie_system h2 img {
max-width: 100%;
height: auto;
}
/* End */
