<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&amp;subset=latin-ext,latin);

/* ~~ RESET ~~ */
ul, ol, dl { 
    padding: 0;
    margin: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;	
    font-size: 1em;
}
a img { 
    border: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* ~~ REUSABLE ~~ */

.hide {
    text-indent: -998em;
    height: 0px;
}

a.active {
    color: #4c4b4b;
}

/* ~~ LINKI ~~ */
a:link {
    color: #5da2c7;
}
a:visited {
    color: #5da2c7;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

/* ~~ LAYOUT ~~ */
html {
    overflow: scroll;
}
body {
    font-size: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    padding: 0px;
    overflow: hidden;
    width: 990px;
    margin: 0px auto;
    color: #969696;
}
#header {
    width: 990px;
    float: left;
    height: 70px;
    margin: 20px 0px 0px 0px;
    /* background: url("../_img/banner.jpg") no-repeat scroll center top transparent;*/
}
#header h1.logo a {
    background: url("../_img/logo.png") no-repeat scroll left bottom transparent;
    width: 296px;
    height: 70px;
    float: left;
    display: block;
}
#header div.lang {
    float: right;
    font-size: 1.4em;
    margin: 0 20px 0;
}
#header div.lang a {
    color: #969696;
    text-decoration: none;
}
#header div.lang a:hover {
    color: #4c4b4b;
}
#header div.lang a.active {
    color: #4c4b4b;
}

/* NAWIGACJA */
#navigation {
    float: left;
    width: 990px;
    height: 23px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #cec4bd;
}
#navigation ul.main-menu {
    float: right;
}
#navigation ul.main-menu li {
    display: inline;
    margin: 0 20px;
    font-size: 1.6em;
}
#navigation ul.main-menu li a {
    color: #969696;
    text-decoration: none;
    font-weight: 700;
}
#navigation ul.main-menu li a:hover {
    color: #4c4b4b;
}
#navigation ul.main-menu li a.active {
    color: #4c4b4b;
}


/* LEFT COLUMN */
#leftcolumn { 
    color: #333;
    margin: 0 0 40px 0;
    padding-top:60px;
    width: 990px;
    color: #626464;
    float: left;
    background: url("../_img/navigation-shadow.png") no-repeat scroll left top #fff;
}

#leftcolumn &gt; h2 {
    font-size: 1.8em;
    margin: 0 0 10px;
}

#leftcolumn &gt; h3 {
    font-size: 1.6em;
    margin: 0 0 5px;
}

#leftcolumn &gt; p {
    font-size: 1.4em;
    margin-bottom: 10px;
}
#leftcolumn &gt; div &gt; p {
    font-size: 1.4em;
}
#leftcolumn &gt; ul {
    font-size: 1.4em;
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 10px;
}
#leftcolumn &gt; ul li {
    margin: 2px 0;
}

#leftcolumn &gt; div.foto a {
    width: 247.5px;
    height: 180px;
    display: inline-block;
    line-height: 180px;
    text-align: center;
    float: left;
}
#leftcolumn &gt; div.foto a img {
    width: 90%;
    line-height: 180px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
#leftcolumn &gt; div.where-logos a {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    outline: none;
}
#leftcolumn &gt; div.where-logos a img {
    width: 30%;
}

#leftcolumn #contact-form label {
    display: block;
    font-size: 1.4em;
    margin: 10px 0 5px 0;
}
#leftcolumn #contact-form input[type="text"], #leftcolumn #contact-form textarea {
    padding: 6px;
    width: 400px;
}
#leftcolumn #contact-form textarea {
    height: 200px;
}
#leftcolumn #contact-form input[type="submit"] {
    padding: 6px;
    width: 100px;
}

/* teksty_opisowe */
#teksty_opisowe { 
    float: left;
    margin: 0;
    width: 990px;
    display: inline;
    font-size: 1.4em;
    color: #626464;
    border-top: 1px solid #cec4bd;
    border-bottom: 1px solid #cec4bd;
    background: url("../_img/tlo-opisy.jpg") no-repeat scroll left top #e1e1e1;
}
#teksty_opisowe div {
    margin:36px 0 0;
    padding: 14px 35px;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #a2a3a3;
    float: left;
    width:258px;
    min-height: 100px;
}
#teksty_opisowe div:first-child {
    border-left: none;
}
#teksty_opisowe div:last-child {
    border-right: none;
}
#teksty_opisowe h3 {
    font-weight: 700;
}

/* FOOTER */
#footer { 
    width: 990px;
    clear: both;
    font-size: 1.1em;
    font-weight: 400;
    color: #6c6058;
    margin: 0px 0px 10px 0px;
    padding-top: 17px;
    background: url("../_img/navigation-shadow.png") no-repeat scroll left top #fff;
    height: 50px;
    linr-height: 10px;
}
#footer div {
    float: left;
    padding-top: 10px;
}
#footer div:last-child {
    float: right;
}
#footer a {
    color: #6c6058;
    text-decoration: none;
}
#footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
#footer .footer-menu li {
    display: inline;
    padding: 0 4px 0 2px;
    border-right: 1px solid #6c6058;
}
#footer .footer-menu li:last-child {
    border: none;
    padding-right: 0;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w50 {
    width: 50%;
}
.w48 {
    width: 48%;
}</pre></body></html>