/* ---------------------------------------------- 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;
    color: #000;
    font-size: 13px;
    font-family: Verdana, ​Arial, ​Helvetica, ​Sans-Seri;
    background: #EDF4F6 url(images/gradient_top.png) repeat-x;
}

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


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


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

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

h1 {
    font-size: 20px;
    margin: 10px 10px 25px 10px;
    text-align: center;
    height: 27px;
    padding-top: -24px
}

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

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

h4 {
    font-size: 13px;
    margin: 0;
    text-align: left;
    font-weight: bold;
    margin: 1em 20px;
}

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

a {
    color: #0283CE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

b,
strong {
    font-weight: bold;
}

td {
    padding: 2px 20px;
}

.clr {
    clear: both;
}


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


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

#kontener {
    width: 100%;
}

#root {
    width: 960px;
    height: auto;
    margin: 0px auto;
}

#naglowek {
    background: url(images/top.jpg) left top no-repeat;
    width: 100%;
    height: 240px;
    position: relative;
}

#naglowekLogo {
    position: absolute;
    width: 239px;
    height: 115px;
    top: 5px;
}

#kontakt-top {
    /* background: url(images/tel.jpg) no-repeat; */
    width: 270px;
    height: 45px;
    position: absolute;
    top: 105px;
    left: 5px;
    z-index: 1000;
}

#kontakt-top h4 {
    margin: 0;
    margin-bottom: 5px;
}

#kontakt-inner {
    background-color: #e9e9e9;
    padding: 8px;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.75);
    border-radius: 10px;
}

#adres {
    width: 270px;
    height: 45px;
    position: absolute;
    top: 26px;
    left: 10px;
}

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

#mob {
    background: url(images/email.png) no-repeat;
    width: 270px;
    height: 45px;
    position: absolute;
    top: 79px;
    padding-left: 30px;
}

#doUlubionych {
    position: absolute;
    top: 0px;
    left: 463px;
    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;
}

#main {
    /* <<------------ glowny pojemnik na tresc  - zawiera  divy  mainXXX ponizej --- */
    width: 100%;
    text-align: left;
    margin-top: 10px;
    float: left;
}

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

#content {
    /* <<------------ tresc strony   --- */
    background: url(images/bg_page.png) repeat-y;
    text-align: left;
    width: 740px;
    padding: 1px 0px;
}

#mainGora {
    height: 23px;
    background: url(images/top_page.png) no-repeat;
    width: 740px;
}

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

#mainContent {
    /* <<------------ tresc strony   --- */
    width: 734px;
    margin-left: 10px;
    padding: 10px 3px;
    float: left;
}

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

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

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

#mainContent a {
    text-decoration: underline;
}

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

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

#stopka {
    /* <<------------ stopka strony  --- */
    background: /* url(images/bg_stopka.png) */
    repeat-x;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #000;
    position: relative;
}

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

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

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


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

#cycle {
    position: absolute;
    top: 20px;
    left: 300px;
    width: 200px;
    height: 150px;
}

#cycle img {
    display: none;
    width: 200px;
    height: 150px;
}


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


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


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

#pasekMenu {
    position: absolute;
    height: 54px;
    width: 540px;
    bottom: 5px;
    left: 380px;
    text-align: left;
    z-index: 200;
    background: url(images/pasek_menu.png) no-repeat;
    top: 150px;
}

#menu_1 {
    height: 40px;
    margin-left: 0px !important;
    margin-top: 14px;
    padding-left: 30px;
}

#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: inline-block;
    font-weight: normal;
    text-decoration: none;
    padding: 0 5px;
    color: #000;
    text-align: center;
}

#menuUl_1 a:hover {
    color: #000;
    height: 22px;
    background-color: transparent;
    text-align: center;
}


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

#menuUl_1 .link_deph_1 {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* hasLayout */
    *display: inline;
    /* IE7 hack */
    margin-right: 10px;
}

#menuUl_1 .link_deph_1:hover {}

#menuUl_1 .link_deph_1:hover,
#menuUl_1 li.link_deph_1.active {
    background-position: 0 0px;
    background: url(images/menu_l.png) left center no-repeat;
    height: 22px;
    background-color: transparent;
    text-align: center;
    padding-left: 7px;
}

#menuUl_1 .link_deph_1:hover>a,
#menuUl_1 .link_deph_1.active>a {
    color: #fff;
    text-align: center;
    background: url(images/menu_r.png) right center no-repeat;
    height: 22px;
    padding-right: 7px;
    line-height: 22px;
    padding-left: 0px;
}

#menuUl_1 .link_deph_1 a {
    /*
	background: url(images/nav-a_l.png) left top no-repeat;
	width: 98px;
	padding-left: 30px;
*/
    text-align: center;
}

#menuUl_1 .link_deph_1 a:hover {}

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

#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: 1px;
    padding-bottom: 1px;
    z-index: 1;
    position: relative;
}

.box_content #menu_2>ul {
    width: 201px;
    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: 16px;
    width: 201px;
    position: relative;
    margin-bottom: 8px;
    background: url(images/menu.png) no-repeat;
}

.box_content #menu_2>ul li a {
    display: block;
    padding: 0px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
}

.box_content #menu_2>ul li a:hover,
.box_content #menu_2>ul li a.active {
    background-position: 0 -20px;
    color: #000;
    /*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 ----------------------------- */

#dolneMenu {
    width: 960px;
    padding: 15px 0 15px 30px;
}

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

#menuUl_3 {}

#menuUl_3 li {
    display: inline;
    list-style: none;
    margin-right: 10px;
    border-right: 1px dotted #0083bc;
}

#menuUl_3 li.last-child {
    border-right: none;
}

#menuUl_3 li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}

#menuUl_3 li a:hover {
    text-decoration: none;
    color: #FD5900;
}


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


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

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

.galeriadiv {
    text-align: center;
}

.minContainer {
    display: inline-block;
    zoom: 1;
    /* hasLayout */
    *display: inline;
    /* IE7 hack */
    vertical-align: top;
}

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

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

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

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

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

.glinkImage {
    padding: 3px;
    border: 3px solid #00A1FF;
    width: 150px;
    height: 150px;
    background: #FD5900;
}

.glinkImg {}

.galeriaLink {
    float: left;
    margin: 20px;
}

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


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


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

input,
textarea,
select {
    background-color: #EDF4F6;
    -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 -- */
}

#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: 95%;
    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;
}


/* 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: 1px;
    margin-bottom: 15px;
    background: url(images/cien_box.png) left top no-repeat;
}

.box_top {
    background: url(images/bg_top_box.png) left top repeat-x;
    height: 48px;
    margin-left: 8px;
    width: 201px;
}

.box_top h4 {
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.box_content {
    width: 201px;
    padding: 1px 5px 1px 5px;
    overflow: hidden;
    background: url(images/bg_box.png) left top repeat-y;
    margin-left: 8px;
    width: 201px;
}

.box_down {
    margin-left: 8px;
    width: 201px;
    padding: 10px 5px 1px 5px;
    overflow: hidden;
    background: url(images/bg_down_box.png) left top no-repeat;
}


/*------------------------- box1 ---------------*/

.box1 {
    width: 100%;
    padding-bottom: 1px;
    margin-bottom: 15px;
    background: url(images/cien_box.png) left top no-repeat;
}

.box_top1 {
    background: url(images/bg_top_box1.png) left top repeat-x;
    height: 48px;
    margin-left: 8px;
    width: 201px;
}

.box_top1 h4 {
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.box_content1 {
    padding: 1px 5px 1px 5px;
    overflow: hidden;
    background: url(images/bg_box1.png) left top repeat-y;
    margin-left: 8px;
    width: 201px;
}

.box_down1 {
    margin-left: 8px;
    width: 201px;
    padding: 10px 5px 10px 5px;
    overflow: hidden;
    background: url(images/bg_down_box1.png) left top no-repeat;
}


/* 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  ---------------- */

#fb-root {
    width: 201px;
}

#ozdoba {
    background-color: transparent;
    background: url(images/ozdoba.png) left top no-repeat;
    padding-left: 8px;
    z-index: 1;
    position: absolute;
    height: 217px;
    width: 195px;
    left: 50%;
    top: 207px;
    margin-left: -576px;
}