1 @import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
10 text-decoration: none;
28 background-image: url(../img/header-bar.png);
29 background-repeat: repeat-x;
30 background-position: 0 100%;
33 margin: 0 auto 23*$px;
35 padding: 29*$px 10*$px 0;
42 margin-bottom: 20*$px;
44 vertical-align: middle;
62 display: inline-block;
63 text-transform: uppercase;
66 /*position:relative;*/
71 vertical-align: bottom;
82 .menu-lekcje:before { content: url(../img/menu/lekcje.png);}
83 .menu-kompetencje:before { content: url(../img/menu/katalog.png); }
84 .menu-wspolpraca:before { content: url(../img/menu/wspolpraca.png);}
85 .menu-szkolenia:before { content: url(../img/menu/szkolenia.png); }
86 .menu-wesprzyj:before { content: url(../img/menu/wesprzyj.png);}
87 .menu-o-nas:before { content: url(../img/menu/o-nas.png); }
88 .menu-kontakt:before { content: url(../img/menu/kontakt.png); }
89 .menu-lekcje:hover:before { content: url(../img/menu/lekcje_active.png);}
90 .menu-kompetencje:hover:before { content: url(../img/menu/katalog_active.png); }
91 .menu-wspolpraca:hover:before { content: url(../img/menu/wspolpraca_active.png);}
92 .menu-szkolenia:hover:before { content: url(../img/menu/szkolenia_active.png); }
93 .menu-wesprzyj:hover:before { content: url(../img/menu/wesprzyj_active.png);}
94 .menu-o-nas:hover:before { content: url(../img/menu/o-nas_active.png); }
95 .menu-kontakt:hover:before { content: url(../img/menu/kontakt_active.png); }
103 background-color: white;
104 /* Extend padded background .*/
106 margin-left: -10*$px;
112 background-color: white;
113 /* Extend padded background .*/
114 padding: 2px 10*$px 0;
115 margin-right: -10*$px;
130 border-top: 1px solid #c9ccce;
132 padding: .2em 10 * $px;
133 margin: 40*$px auto 0 auto;
138 margin-right: 20 * $px;
146 margin-right: 20 * $px;
161 vertical-align:bottom;
162 border: 1px solid #c9ccce;
168 border-right-width: 0;
182 input::-webkit-input-placeholder {
183 text-transform: uppercase;
185 input:-moz-placeholder {
186 text-transform: uppercase;
188 input::-moz-placeholder {
189 text-transform: uppercase;
191 input::-ms-placeholder {
192 text-transform: uppercase;