/* ---------------------------------------------- reset CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    /* border: 0; */
    font-size: 100%;
    font: inherit;
    /*
	vertical-align: baseline;
*/
}

body {
    line-height: 1.4em;
    background: white url('images/bg.jpg') center top no-repeat fixed;
    color: #000;
    font-size: 14px;
    font-family: Arial, Verdana;
}

ul {
    /* list-style: none; */
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}


/* end ----------------------------------------------------------------- reset CSS */


/* ------------------------------------------- podstawowe tagi html */

h1,
h2,
h3 {
    color: black;
    text-align: center;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    margin: 10px 0 25px 0;
    text-align: left;
}

h2 {
    font-size: 16px;
    margin: 0.83em 0;
}

h3 {
    font-size: 14px;
    margin: 1em 0;
}

p {
    margin: 10px 0 5px 0;
    text-align: justify;
    line-height: 1.4em;
}

a {
    color: #00f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

b,
strong {
    font-weight: bold;
}

td {
    padding: 2px;
}

.clr {
    clear: both;
}


/* end ------------------------------------------- podstawowe tagi html */


/*-------------------------------------  BOF uklad strony   ---------------------- */

#kontener {
    background: transparent url('images/bg_menu.jpg') center 105px repeat-x;
    width: 100%;
}

#kontener-inner {
    background: transparent url('images/bg_footer.png') center bottom repeat-x;
    width: 100%;
}

#root {
    max-width: 960px;
    min-width: 320px;
    height: auto;
    margin: 0px auto;
    width: 100%;
}

#naglowek {
    background: transparent url('images/bg_header.png') center top no-repeat;
    width: 100%;
    position: relative;
    height: 150px;
}

#naglowekLogo {
    padding-top: 5px;
    padding-left: 5px;
    float: left;
    position: relative;
    z-index: 2;
}

#tel {
    background: /* url(images/tel.png) */
    no-repeat;
    width: 270px;
    height: 45px;
    position: absolute;
    top: 122px;
    left: 64px;
}

#contact {
    float: right;
    max-height: 147px;
    margin-right: 5px;
}

#slogan {
    width: 62%;
    max-width: 590px;
}

#doUlubionych {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 80px;
    height: 30px;
}

#doUlubionych a,
#doUlubionych a:hover {
    text-decoration: none;
}

#doUlubionych a img {
    vertical-align: middle;
}

#sexyBookmark {
    position: absolute;
    top: 180px;
    left: 20px;
    width: 200px;
    height: 30px;
}

#langs {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 810px;
}

#langs img {
    width: 30px;
    height: 30px;
}

#mainGora {
    background: /* url(images/ramka_gora.png) */
    no-repeat;
    height: 9px;
    margin-top: 3px;
}

#main {
    /* <<------------ glowny pojemnik na tresc  - zawiera  divy  mainXXX ponizej --- */
    width: 100%;
    text-align: left;
    float: left;
    background-color: white;
    border: 1px solid #D4D4D4;
    border-bottom: none;
    margin-top: -4px;
    max-width: 958px;
}

#mainDol {
    background: /* url(images/main_dol.png) */
    no-repeat;
    height: 23px;
}

#baneryDol {
    text-align: center;
}

#baneryDol br {
    display: none;
}

#baneryDol img {
    border: none;
    margin: 3px;
}

#pasekDol {
    background: /* url(images/pasek_dol.png) */
    no-repeat;
    height: 47px;
}

#mainContent {
    /* <<------------ tresc strony  - lewa lub prawa  --- */
    width: 100%;
    margin-right: -100%;
    float: left;
    min-height: 460px;
}

#mainContent h1 {
    background: transparent url('images/hr.jpg') left bottom repeat-x;
    line-height: 40px;
    position: relative;
    text-align: center;
    margin-top: 0px;
}


/* #mainContent h1:before{
	content: '';
	display: block;
	float: left;
	width: 106px;
	height: 58px;
	background: transparent url('images/h1_left.png') left top no-repeat;
	position: absolute;
	left: -15px;
	top: -5px;
} */

#mainContent>div.inner {
    margin: 0px 15px 15px 15px;
    padding: 15px;
}

.left-sidebar #mainContent>div.inner {
    margin-left: 265px;
}

.right-sidebar #mainContent>div.inner {
    margin-right: 265px;
}

.both-sidebars #mainContent>div.inner {
    margin-left: 265px;
    margin-right: 265px;
}

.none-sidebars #mainContent>div.inner {
    margin-left: 0px;
    margin-right: 0px;
}

#mainContent img {
    max-width: 100%;
    height: auto !important;
    border: 1px solid #078FDB;
    margin: 5px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

#mainContent ol {
    margin-left: 30px;
}

#mainContent ul {
    /* list-style-image: url(images/li.png); */
    margin-left: 30px;
}

#mainContent ul li,
#mainContent ol li {
    margin-top: 5px;
}

#mainContent a {
    text-decoration: underline;
}

#mainContent a:hover {
    text-decoration: underline;
    color: #3D8EE0;
}

#column_left {
    float: left;
    width: 250px;
}

#column_right {
    float: right;
    width: 250px;
}

#stopka {
    /* <<------------ stopka strony  --- */
    background-color: white;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #000;
    position: relative;
    border: 1px solid #D4D4D4;
    border-top: none;
    border-bottom: none;
    max-width: 958px;
}

#stopka a {
    color: #000;
    text-decoration: none;
}

#stopka a:hover {
    text-decoration: underline;
}

#stopka p {
    margin: 3px;
    color: #000;
    font-size: 11px;
}

#stopka .box {
    width: 96%;
    margin: 0px 2%;
    background: transparent url('images/hr.jpg') center top repeat-x;
    padding-top: 5px;
}

#stopka .box_content {
    width: 100%;
}

#stopka .box_content br {
    display: none;
}

#stopka .box_content img {
    display: inline;
}

.footer-inner {
    background-color: white;
    margin: 0px;
    width: 100%;
}

.footer-inner>table {
    text-align: left;
    width: 96% !important;
    margin: 0px 2%;
    background: transparent url('images/hr.jpg') center top repeat-x;
}

.footer-inner>table p {
    text-align: left;
}

#stopka .footer-inner>table p {
    clear: both;
    line-height: 20px;
}


/*  ---------------------------- pokaz slajdów --- */

#cycle {
    height: auto;
    max-width: 960px;
    margin: -3px auto 3px;
    position: relative;
    clear: both;
    border: 1px solid #9A9A9A;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

#cycle img {
    width: 100%;
    height: auto;
    display: block;
}

#cycle img.slide {
    display: none;
}

#cycle .prev,
#cycle .next {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 35px;
    height: 72px;
    background: transparent url('images/cycle_nav.png') -72px top no-repeat;
    z-index: 15;
    display: block;
}

#cycle .prev {
    left: 0px;
    background-position: right top;
}

#cycle .next {
    right: 0px;
    background-position: left top;
}


/*  end ---------------------------- pokaz slajdów --- */


/*-------------------------------------  EOF uklad strony   ---------------------- */


/* -------------------------------- BOF glowne menu ----------------------------- */

#pasekMenu {
    position: relative;
    text-align: left;
    z-index: 25;
    clear: both;
    margin-top: -5px;
}

#menu_1 {
    height: 54px;
    margin-left: 0px !important;
}

#menu_1 span.menuTitle {
    display: none;
}

#menuUl_1 {}

#menuUl_1 a {
    /* << ---------------- ogolny uklad dla elementow link_deph_1 a i link_deph_2 a */
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Times New Roman', Georgia, serif;
}

#menuUl_1 a:hover {
    color: #000;
}


/* ----------------------------- menu poziome */

#menuUl_1 .link_deph_1 {
    position: relative;
    display: block;
    margin: 0px 1% !important;
    border: 1px solid transparent;
    padding: 10px;
    float: left;
}

#menuUl_1 .link_deph_1:hover {}

#menuUl_1 .link_deph_1:hover,
#menuUl_1 li.link_deph_1.active {
    background-color: #078FDB;
    border: 1px solid white;
    -webkit-box-shadow: inset 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

#menuUl_1 .link_deph_1:hover>a,
#menuUl_1 .link_deph_1>a.active {
    color: white;
    border-bottom: 5px solid #FF0103;
}

#menuUl_1 .link_deph_1 a {
    /*
	background: url(images/nav-a_l.png) left top no-repeat;
	width: 98px;
*/
    text-align: center;
    padding: 5px 15px;
    color: #000;
    float: left;
    opacity: 1;
    text-transform: uppercase;
}

#menuUl_1 .link_deph_1 a:hover {}

#menuUl_1 .submenu_deph_1 {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #619CE0;
}

#menuUl_1 .link_deph_1:hover .submenu_deph_1,
.link_deph_2:hover .submenu_deph_1 {
    visibility: visible;
}

#menuUl_1 .link_deph_2 {
    /* background: url(images/bg_menu.png); */
}

#menuUl_1 .link_deph_2:hover {}

#menuUl_1 .link_deph_2 a {
    width: 175px;
    text-align: left;
}

#menuUl_1 .link_deph_2 a:hover {
    color: #fff;
}

#menuUl_1 .link_deph_2.last-child {
    /* background: url(images/bg_menu_last.png) no-repeat; */
    height: 41px;
}


/* -------------------------------- EOF glowne menu ----------------------------- */


/* -------------------------------- bOF boczne menu ----------------------------- */

#menu_2 {
    margin-left: 0 !important;
}

#menuUl_2 {
    margin: 0;
    padding: 0;
}

.box_content #menu_2 {
    margin-top: 10px;
    padding-bottom: 1px;
}

.box_content #menu_2>ul {
    width: 210px;
    list-style: none;
}

.box_content #menu_2>ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.box_content #menu_2>ul li {
    line-height: 20px;
    width: 210px;
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 2px;
}

.box_content #menu_2>ul li a {
    /*
	background: url(images/menu0.png) no-repeat;
*/
    display: block;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #2E2E2E;
    text-decoration: none;
    font-family: Tahoma;
    text-align: left;
    padding-left: 35px;
    padding-right: 0px;
}

.box_content #menu_2>ul li a:hover,
.box_content #menu_2>ul li a.active {
    background-position: 0 -20px;
    color: #00f
    /*
	border-bottom: 1px dotted #000;
*/
}


/* sub-menu */

.box_content #menu_2>ul li ul {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 245px;
    /*
	border: 1px solid #c34fa1; 
	background: #cc5caa; 
*/
    display: none;
}

.box_content #menu_2>ul li>a {
    /* background: url(images/menu0.png) no-repeat;  */
}


/* #menu_1 > */

.box_content #menu_2>ul li>a:hover {
    /* background-position: 0 -20px; */
}

.box_content #menu_2>ul li:hover>ul {
    display: block;
}


/* -------------------------------- EOF boczne menu ----------------------------- */


/* -------------------------------- BOF dolne menu ----------------------------- */

#menu_3 {
    text-align: center;
    color: #000;
}

#menuUl_3 {}

#menuUl_3 li {
    display: inline;
    list-style: none;
    margin-right: 15px;
}

#menuUl_3 li a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
}

#menuUl_3 li a:hover {
    text-decoration: underline;
    color: #000;
}


/* -------------------------------- EOF dolne menu ----------------------------- */


/* ----------------------------------------------- galeria zdjęć --------------- */

.galeria,
#galeria {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.galeria-box:after {
    clear: both;
    content: '';
    display: block;
}

.galeriadiv {
    text-align: center;
}

.minContainer {
    float: left;
    vertical-align: top;
}

.min {
    /*
	border: 1px solid #f00;
*/
    margin-right: 0px;
    margin-bottom: 15px;
}

.min img {
    border: 3px solid #00f;
}

.minDesc {
    text-align: center;
}

.minDesc span {
    text-align: center;
    font-size: 13px;
}


/* end ----------------------------------------------- galeria zdjęć --------------- */


/* ---------------------------------------------------- galeria   - linki ---------- */

.glinkText {
    text-align: center;
    width: 190px;
    height: 36px;
    font-weight: bold;
}

.glinkText a {
    text-decoration: none !important;
    font-size: 13px;
    color: #078FDB;
}

.glinkText a:hover {
    text-decoration: underline !important;
    /*
	color: #6D351A !important;
	*/
}

#galeriaLinkTable {
    width: 100%;
}

#mainContent .glinkImage {
    border: 1px solid #078FDB;
    width: 100%;
    display: block;
    margin: 0px auto;
    height: 150px;
    background: #00f;
    max-width: 200px;
}

.glinkImg {
    width: 90%;
}

.galeriaLink {
    float: left;
    margin: 1%;
    width: 30%;
    min-width: 150px;
    text-align: center;
}

.galeriaPodpis {
    width: 120px;
    margin-top: 5px;
    /*background: url(images/galeriaLinkPodpis.png) bottom left;*/
    /*border: 3px #7E4712 ridge;*/
    border-top: none;
    padding: 2px;
    float: left;
}

.galeriaPodpis a {
    color: #3d3535;
    line-height: 20px;
    max-width: 120px;
}

.gallery_back_button {
    margin-left: 10px;
    clear: both;
}


/* end ---------------------------------------------------- galeria   - linki ---------- */


/* ---------------------------------------------------  formularze -------------  */

input,
textarea,
select {
    background-color: #619CE0;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    color: #000;
}

input {
    /* float: left; */
}

textarea {
    width: 400px;
}

select {}

#kontakt {
    /* <<-------------- formularz kontaktowy - standard -- */
    margin-left: 20px;
}

#fast_contact {
    margin-top: 60px;
    color: #ccc;
}

#fast_contact h2 {
    color: #bbb;
    font-size: 1.1em;
    margin: 0 0 25px 0;
    text-align: center;
}


/* end ---------------------------------------------------  formularze -------------  */


/* --------------------------------------------------------- Testimonials - referencje */

.review {
    margin-top: 25px;
    padding: 0 5px;
}

.reviewDate {
    width: 100%;
    display: block;
    float: left;
    text-align: right;
    margin-bottom: 10px;
    font-size: 11px;
}

.reviewDesc {
    text-align: justify;
    margin-bottom: 10px;
}

.reviewSign {
    margin-bottom: 10px;
    margin-left: 260px;
    font-weight: bold;
    text-align: left;
}

.reviewAddress {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 260px;
}

.reviewRang {}

.reviewRang img {
    float: none !important;
}


/* end --------------------------------------------------------- Testimonials - referencje */


/* ------------------------------------------------- komunikaty LumiCMS ----- */

.msggreen {
    background: #89EF77;
    border: 1px solid #1C8F08;
    color: #1C8F08;
    padding: 3px;
    text-align: center;
}

.msgred {
    background: #FF9F9F;
    border: 1px solid #FF0000;
    color: #FF0000;
    padding: 3px;
    text-align: center;
}

.sendMailInfo {
    background-color: #FFFFCC;
    border: 2px solid #FFFF77;
    color: #000000;
    margin: 0 1em 5px;
    min-height: 21px;
    padding: 5px;
}

#ajaxmsg {
    display: none;
}

#ajaxmsg.msggreen {
    display: block;
}


/* end ------------------------------------------------- komunikaty LumiCMS ----- */


/* START ------------------------------------------------- boczny formularz kontaktowy ----- */

.inputFC {
    width: 200px;
}

.inputTA {
    width: 200px;
}

.opisFC {
    font-size: 12px;
}


/* end -------------------------------------------------  boczny formularz kontaktowy ----- */


/* START ------------------------------------------------- boxy - kolumna lewa lub prawa ----- */

.box {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.box_top {
    width: 100%;
    background: url(images/bg_top_box.png) left top repeat-x;
    height: 30px;
}

.box_top h4 {
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}

.box_content {
    padding: 10px 5px 1px 5px;
    overflow: hidden;
}

.box-info {
    text-align: center;
}


/* end ------------------------------------------------- boxy - kolumna lewa lub prawa ----- */


/* START ------------------------------------------------- mapa strony ----- */

#sitemap #menu_1 {
    padding-bottom: 20px;
    height: auto;
    margin: 0 !important;
}

#sitemap #menu_2 {
    padding-bottom: 20px;
    height: auto;
    margin: 0 !important;
}

#sitemap #menu_3 {
    padding-bottom: 20px;
    height: auto;
    margin: 0 !important;
}


/* end ------------------------------------------------- mapa strony ----- */

.footer-more-info {
    display: none;
}


/* -----------------------------------=--------- nowosci  ---------------- */

.news_row {
    background: none;
}

.news_title {
    font-size: 18px;
    cursor: pointer;
}

.news_title:hover {
    color: #777;
    text-decoration: underline;
}

.news_date {}

.news_row {}

.news_title_row {
    border-bottom: 1px solid #ccc;
}

.news_content {}

.news_contentbox {}


/* END ------------------------------------------ nowosci  ---------------- */

#menu_1.rmm .rmm-toggled ul li {
    background: #D8D1CB;
}

#menu_1.rmm {
    width: auto;
}

#boxes-info>div {
    font-size: 12px;
    line-height: 14px;
    width: 22%;
    margin: 1%;
    background: #018FD7 5px 35px no-repeat;
    float: left;
    border: 2px solid white;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    color: white;
    text-transform: uppercase;
}

#boxes-info>div h3 {
    color: white;
    margin: 5px 0px;
    text-align: left;
    padding: 0px 10px;
}

#boxes-info>div>ul {
    padding: 0px 10px 0px 95px;
}

#boxes-info>div ul ul {
    padding: 0px 10px 0px 10px;
}

#boxes-info>div.boxes-1>ul {
    padding-left: 75px;
}

#boxes-info:after {
    display: block;
    content: '';
    clear: both;
}

#boxes-info .boxes-1 {
    background-image: url('images/drzwi_1.png');
}

#boxes-info .boxes-2 {
    background-image: url('images/garaz_1.png');
}

#boxes-info .boxes-3 {
    background-image: url('images/okno_1.png');
}

#boxes-info .boxes-4 {
    background-image: url('images/parapet_1.png');
}

@media all and (max-width: 860px) {
    #boxes-info>div {
        /* width: 47%; */
        display: none;
    }
}

@media all and (max-width: 800px) {
    #slogan {
        width: 53%;
    }
}

@media all and (max-width: 640px) {
    #slogan {
        display: none;
    }
    #mainContent {
        margin: 0px;
        float: none;
    }
    #mainContent>div.inner {
        padding: 15px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #column_left,
    #column_right {
        float: none;
        margin: 0px auto;
    }
    #main {
        background-image: none;
    }
    #naglowek .after {
        display: none;
    }
    #naglowek:before {
        margin-left: 23px;
    }
    #menu_1.rmm {
        padding-right: 0px;
    }
    .galeriaLink {
        width: 48%;
    }
}

@media all and (max-width: 800px) {
    .galeriaLink {
        width: 48%;
    }
}

@media all and (max-width: 520px) {
    #slogan {
        display: none;
    }
    #menu_1.rmm {
        padding-left: 0px;
    }
    .footer-inner>table td {
        width: auto !important;
    }
    .footer-inner>table img.logo {
        max-width: 71px;
        margin: 10px auto !important;
    }
}

@media all and (max-width: 420px) {
    #boxes-info>div {
        width: 97%;
    }
    .footer-inner img.logo {
        display: none;
    }
    .galeriaLink {
        width: 100%;
    }
}

.menuTitle {
    display: none;
}

#menu_2 a {
    text-decoration: underline !important;
}

#menuUl_1 .link_deph_1:hover .submenu_deph_1,
.link_deph_2:hover .submenu_deph_1,
.rmm ul {
    overflow: visible!important;
}