@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin-ext');

/***************************************************
                              Reset
***************************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

a img { border:none }
a { text-decoration:none; border: 0;}
a:hover { text-decoration:none; }

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/***************************************************
                              Global styles
***************************************************/
@font-face {
    font-family: 'open sans';
    font-weight: normal;
    font-style: normal;

}
body {
    background: #ffffff;
    font-family: 'open sans', Verdana, sans-serif;
    font-size: 13px;
    color: #444;
}
#wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}
.clearfix:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}
.clear {
    clear: both;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 16px;
}
#main h1, #main  h2, #main  h3, #main  h4, #main  h5, #main  h6{
    margin-top: 16px;
    font-weight: bold;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3{
    font-size: 16px;
}
h4{
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
a{
    color: #ed922e;
}
img {
    margin-bottom: 10px;
    display: block;
    height: auto;
    max-width: 100%;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
a img{
    transition-property:opacity; 
    transition-duration: 0.2s; 
    transition-timing-function: ease-out;
}
a img:hover{
    opacity: 0.5;
}
/***************************************************
                                Logo & Navigation
***************************************************/
header {
    height: 105px;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
#logo {
    width: 200px;
    float: left;
}
#logo a img 	{ 
    transition-property:opacity; 
    transition-duration: 0.2s; 
    transition-timing-function: ease-out;
}
#logo a img:hover { 
    opacity: 0.5;
}
nav {
    width: 740px;
    height: 37px;
    float: right;
    margin-top: -4px;
}
nav ul {
    float: right;
}
nav ul li {
    position: relative;
    float: left;
    margin-left: 40px;
}
nav ul li a { 
    display: block; 
    font-weight: normal; 
    text-transform: uppercase; 
    color: #000000; 
    font-size: 13px; 
    padding: 14px 10px 10px 10px;	
    -webkit-transition: color 1s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 1s ease-out; /* Firefox 4+ */
    -ms-transition: color 1s ease-out; /* IE10+ */
    -o-transition: color 1s ease-out; /* Opera 10.5+ */
    transition: color 1s ease-out;

    -webkit-transition: border-bottom 0.1s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: border-bottom 0.1s ease-out; /* Firefox 4+ */
    -ms-transition: border-bottom 0.1s ease-out; /* IE10+ */
    -o-transition: border-bottom 0.1s ease-out; /* Opera 10.5+ */
    transition: border-bottom 0.1s ease-out;
}
nav ul li a:hover, nav ul li a.current {
    border-bottom: 2px solid #ed922e;
    color: #000000;
}

nav ul li ul li:hover {
    background: #eda351;
}

/**** Dropdown ****/
.dropdown{
    padding: 14px 16px 10px 10px;
    background: url('../grafika/dropdown_icon.png') no-repeat 99% 21px;
}
.dropdown:hover{
    border-bottom: none;
}
nav ul ul{
    display: none;
    margin: 0;
    position: absolute;
    background-color: #ed922e;
    z-index: 1;

}
nav ul li:hover  ul{
    display: block;

}
nav ul li ul li{
    margin: 0;
}
nav ul li ul li a{ 
    margin: 0;
    padding: 5px 10px;
    width: 100px;
}
nav ul li:hover ul li a:hover, nav ul li:hover ul li a.current{
    border-bottom: none;
}

/***************************************************
                                    Featured
***************************************************/
#featured {
    background: url('../grafika/slider1.jpg') no-repeat;
    margin-bottom: 20px;
}
#featured a{
    display: block;
    width: 940px;
    height: 400px;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 0;
}

#featuredinfo{
    width: 700px;
    background-color: rgba(0,0,0,.8);
    padding: 5px 10px 10px 10px;
    position: absolute;
    bottom: 15%;
    left: 0;
    border-radius: 0 2px 2px 0;
    -webkit-transition: background-color 0.3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.3s ease-out; /* Firefox 4+ */
    -ms-transition: background-color 0.3s ease-out; /* IE10+ */
    -o-transition: background-color 0.3s ease-out; /* Opera 10.5+ */
    transition: background-color 0.3s ease-out;
}
#featured #featuredinfo:hover{
    background-color: #ed922e;
}
#featuredinfo h1{
    text-transform: uppercase;
    margin-bottom: 5px;
}

/***************************************************
                        Introduction Message	
***************************************************/
#intromessage{
    padding: 25px 35px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

/***************************************************
                           Home Articles	
***************************************************/
#articles{
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
#articles article{
    width: 220px;
    float: left;
    margin-right: 20px;
    font-size: 12px;
    overflow: hidden;
}
#articles #lastarticle{
    margin-right: 0;
}
#articles article h1{	
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: bold;
    font-size: 14px;
    color: #222;
}

.rm{
    display: inline-block;
    background: #ed922e;
    padding: 2px 10px;
    color: #fff;
    margin-top: 10px;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.3s ease-out; /* Firefox 4+ */
    -ms-transition: background-color 0.3s ease-out; /* IE10+ */
    -o-transition: background-color 0.3s ease-out; /* Opera 10.5+ */
    transition: background-color 0.3s ease-out;

    -webkit-transition: color 0.3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 0.3s ease-out; /* Firefox 4+ */
    -ms-transition: color 0.3s ease-out; /* IE10+ */
    -o-transition: color 0.3s ease-out; /* Opera 10.5+ */
    transition: color 0.3s ease-out;
}
.rm:hover{
    background: #888;
    color: #000;
}

/***************************************************
                           Page Title	
***************************************************/
#pagetitle{
    border-bottom: 1px solid #eee;
    height: 26px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}
#pagetitle h1{
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
    padding-right: 25px;
    border-right: 1px solid #eee;
    float: left;
}
#pagetitle p{
    font-size: 13px;
    color: #aaa;
    float: left;
    margin: 5px 0 0 30px;
    max-width: 770px;
    max-height: 18px;
    overflow: hidden;
}

/***************************************************
                          Columns  & Quotes	
***************************************************/
.half{
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin-right: -4px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.one_third {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 10px;
    width: 292px;
    margin-bottom: 40px;
}
.one_fourth {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 10px;
    width: 215px;
    margin-bottom: 40px;
}	

.quote p {
    border-left: 5px solid #eee;
    padding: 0 20px;
    font-style: italic;
    margin-bottom: 40px;
    color: #888;
}

.quote p:hover {
    border-left: 5px solid #f6d6b3;
}


/***************************************************
                                Tables	
***************************************************/
table{
    border-collapse: collapse; 
    margin-bottom: 20px;
}	
#table1 td, #table1 th {
    border: 1px solid #eee; 
    padding: 8px 25px 8px 12px;
}

#table2 td, #table2 th{
    border-bottom: 1px solid #eee;
    padding: 8px 26px 8px 12px;
}

#table3 td, #table3 th {
    border: 1px solid #eee; 
    padding: 8px 25px 8px 12px;
}

/***************************************************
                               Blog	
***************************************************/
/* The Content */
#content {
    width: 700px;
    float: left;
    margin-bottom: 20px;
}
#content article {
    margin-bottom: 50px;
}
#content p {
    margin-bottom: 20px;
}
#content h1 {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: normal;
}
#content .post-title {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}
.post-image {
    position: relative;
}
.post-info {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    max-width: 580px;
    border-radius: 0 2px 2px 0;
    background-color: rgba(0,0,0,.8);
    padding: 5px 10px 10px 10px;
    -webkit-transition: background-color 0.2s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.2s ease-out; /* Firefox 4+ */
    -ms-transition: background-color 0.2s ease-out; /* IE10+ */
    -o-transition: background-color 0.2s ease-out; /* Opera 10.5+ */
    transition: background-color 0.2s ease-out;
}
.post-info:hover{
    background-color: #ed922e;
}
.author, .date, .comments {
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    padding-right: 6px;
    margin-right: 6px;
}
.date {
    background: url('../grafika/date.png') no-repeat left;
    padding-left: 18px;
}
.comments {
    background: url('../grafika/comments.png') no-repeat left;
    padding-left: 18px;
}
.readmore {
    display: inline-block;
    padding: 2px 10px;
    background-color: #ed922e;
    color: #fff;
    border-radius: 2px;
    margin-top: -10px;
    -webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
    -ms-transition: background-color 0.15s ease-out; /* IE10+ */
    -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
    transition: background-color 0.15s ease-out;
}
.readmore:hover {
    background: #444;
}

/* Single Post */
.author-bp, .date-bp, .comments-bp {
    color: #959595;
    display: block;
    float: left;
    font-size: 11px;
    padding-right: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
}
.date-bp {
    background: url('../grafika/date-bp.png') no-repeat left;
    padding-left: 18px;
}
.comments-bp {
    background: url('../grafika/comments-bp.png') no-repeat left;
    padding-left: 18px;
}

/* The Sidebar */
#sidebar {
    width: 220px;
    margin: 0 0 0 20px;
    float: right;
}
#sidebar ul li{
    margin-bottom: 2px;
}
.sidebar_item {
    margin-bottom: 35px;
    font-size: 12px;

}
#sidebar h5{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.categories ul {
    float: left;
    width: 110px;
}

/***************************************************
                              Portfolio	
***************************************************/
.portfolio article {
    width: 295px;
    height: 280px;
    float: left;
    margin: 0 15px 40px 0;
}
.portfolio .last-article {
    margin-right: 0;
}
.portfolio h1 {
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #222;
}

#logowanie-form {
    width: 900px;
    float: left;
}

#logowanie-form input[type="text"] {
    padding: 5px;
    margin: 10px;
    border: 1px solid #e1e1e1;
    width: 200px;
}

#logowanie-form input[type="password"] {
    padding: 5px;
    margin: 10px;
    border: 1px solid #e1e1e1;
    width: 200px;
}

#logowanie-form label {
    width: 130px;
    display: inline-block;
}

#logowanie-form input[type="submit"] {
    padding: 10px 15px 10px 15px;
    margin: 10px 0px 0px 140px;
    background-color: #aad460;
    border: none;
}

#logowanie-form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #ed922e;
}

.logowanie-linki-pomocy {
  margin-top: 25px;
  margin-left: 140px;
}

.logowanie-linki-pomocy a {
  display: block;
}

#rejestracja-form {
    width: 900px;
    float: left;
}

#rejestracja-form img {
    display: inline;
    height: auto;
}

#rejestracja-form input[type="text"], input[type="email"], input[type="number"], textarea {
    padding: 5px;
    margin: 5px;
    border: 1px solid #e1e1e1;
    width: 450px;
}

#rejestracja-form .blokada {
    background: #efefef;
    color: #626262;
}

#rejestracja-form input[type="password"] {
    padding: 5px;
    margin: 5px;
    border: 1px solid #e1e1e1;
    width: 250px;
}

#rejestracja-form label {
    width: 200px;
    display: inline-block;
    text-align: right;
}

#rejestracja-form label .podklad {
    
}

#rejestracja-form input[type="submit"] {
    padding: 10px 15px 10px 15px;
    margin: 10px 0px 0px 140px;
    background-color: #aad460;
    border: none;
}

#rejestracja-form input .rezygnacja {
    background-color: #f2877f;
}

#rejestracja-form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #ed922e;
}

.szkola_propozycja {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.szkola_propozycja .wyabieram {
    background-color: #aad460;
    float: right;
    padding: 5px;
    font-weight: bold;
}

.szkola_propozycja .wybieram:hover {
    background-color: #ed922e;
    cursor: pointer;
}

.link-ciemny {
    color: #844517;
    font-weight: bold;
}

/***************************************************
                              Contact	
***************************************************/
#contact-form { 
    width: 500px;
    float: left;
}
#contact-info{ 
    width: 399px;
    padding-left: 40px;
    float: right;
    border-left: 1px solid #eee;
}
.contact p {
    margin-bottom: 20px;
}
.contact input{
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    height: 25px;
}
.contact input[type="email"], .contact  input[type="user"] {
    width: 230px;
    padding: 0 6px;
}
.contact textarea {
    width: 420px;
    border: 1px solid #e1e1e1;
    height: 140px;
    padding: 6px;
}

.contact input[type="submit"]{
    font-family: 'open sans', arial, sans-serif;
}
.contact input[type="submit"]:hover {
    cursor: pointer;
}

/***************************************************
                              404	
***************************************************/
.error {
    font-size: 350px;
    text-align: center;
    margin-top: -50px;
}

/***************************************************
                        Buttons  & Alerts	
***************************************************/
.button {
    padding: 2px 8px;
    display: inline-block;
    margin: 10px;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
    -ms-transition: background-color 0.15s ease-out; /* IE10+ */
    -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
    transition: background-color 0.15s ease-out;
    cursor: pointer;
}
.big-button {
    font-size: 14px;
    padding: 4px 16px;
    display: inline-block;
    margin: 10px;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.15s ease-out; /* Firefox 4+ */
    -ms-transition: background-color 0.15s ease-out; /* IE10+ */
    -o-transition: background-color 0.15s ease-out; /* Opera 10.5+ */
    transition: background-color 0.15s ease-out;
}
.big-button:hover, .button:hover {
    background-color: #444;
    color: #fff;
}
.red {
    background-color: #FF1A1A;
    color: #fff;
}
.light {
    background-color: #e1e1e1;
    color: #444;
}
.green{
    background-color: #99CC00;
    color: #fff;
}
.blue {
    background-color: #ed922e;
    color: #fff;
}
.yellow {
    background-color: #FBEE00;
    color: #444;
}
.gapcolor {
    background-color: #ed922e;
    color: #444;
}
.alert {
    color: #fff;
    padding: 20px 20px 20px 80px;
    margin: 10px;
    border-radius: 2px;
    background: #ed922e url('../grafika/warning.png') no-repeat 15px ;
}
.note {
    color: #fff;
    padding: 20px 20px 20px 80px;
    margin: 10px;
    border-radius: 2px;
    background: #ed922e url('../grafika/note.png') no-repeat 15px ;
}

/***************************************************
                                        Footer	
***************************************************/
footer{
    font-size: 12px;
    clear: both;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}
footer a img{
    transition-property:opacity; 
    transition-duration: 0.2s; 
    transition-timing-function: ease-out;
}
footer a img:hover{
    opacity: 0.5;
}
footer h1, footer h2{
    color: #222;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
footer h1{
    text-transform: uppercase;
}
footer h2{
    font-size: 12px;
    line-height: 0.9em;
    -webkit-transition: color 0.3s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 0.3s ease-out; /* Firefox 4+ */
    -ms-transition: color 0.3s ease-out; /* IE10+ */
    -o-transition: color 0.3s ease-out; /* Opera 10.5+ */
    transition: color 0.3s ease-out;
}
footer #linki {
    float: right;
}

footer #linki a {
    float: right;
    text-decoration: none;
    color: #000000;
    margin-left: 10px;
}

footer #linki a:hover {
    text-decoration: underline;
}

#widget1, #widget2, #widget3{
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#widget4{
    float: left;
    width: 220px;
    margin-bottom: 20px;
}
#widget3 a img{
    float: left;
    clear: both;
    margin-right: 10px;
}
#footerarticle{
    height: 55px;
}
#footerarticle #fainfo{
    width: 170px;
    float: right;
}
#footerarticle p{
    font-size: 10px;
    margin: -5px 0 0 0;
    line-height: 1px;
}	
footer #footerarticle #fainfo  h2:hover{
    color: #ed922e;
}

#copyrights{
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
#copyrights p{
    float: left;
}
#designedby{	
    float: right;
}

.miniatura-galeria {
    float: left;
    margin: 4px;
    border: 1px solid #e8be90;
    padding: 2px;
}

/********************* LIGHTBOX 2016.01.27 ***********************/

/* Preload images */
body:after {
    content: url(../grafika/close.png) url(../grafika/loading.gif) url(../grafika/prev.png) url(../grafika/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../grafika/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../grafika/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../grafika/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../grafika/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/** opiekun **/

#menu-opiekun {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 10px;
}

#menu-opiekun .poz {
    float: left;
    position: relative; 
}

#menu-opiekun .poz span {
    position: absolute; 
    top: 8px;
    left: 38px; 
    color: #9d5f1a;
}

.uniwersalny-submit {
    padding: 4px 5px 4px 5px;
    margin: 3px;
    background-color: #aad460;
    border: none;
    font-family: 'open sans';
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    float: left;
    color: #000000;
}

.uniwersalny-submit:hover {
    cursor: pointer;
    background-color: #95c146;
}

.zamow-zajecia {
  margin-bottom: 20px;
  float: right;
}

.uniwersalny-submit-anuluj {
    padding: 3px 5px 3px 5px;
    margin: 3px;
    background-color: #f8b060;
    border: none;
    font-family: 'open sans';
    font-weight: normal;
    font-size: 10pt;
    font-style: normal;
    float: left;
    color: #000000;
}

.uniwersalny-submit-anuluj:hover {
    cursor: pointer;
    background-color: #ed922e;
}

.uniwersalny-input {
    padding: 5px;
    margin: 5px;
    border: 1px solid #e1e1e1;
}

.uniwersalny-input-data {
    padding: 5px;
    margin: 5px;
    border: 1px solid #e1e1e1;
}

.uniwersalny-guzik {
    padding: 5px;
    margin: 2px;
    border: none;
    font-family: 'open sans';
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

.uniwersalny-guzik:hover {
    cursor: pointer;
    background-color: #95c146;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.zajecia-box-zapis {
    width: 95%;
    background-color: #fff9f2;
    overflow: auto;
    border: 1px solid #eeeeee;
    padding: 12px;
    /* rogi */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.zajecia-box-zapis .nazwa {
    font-size: 13pt;
    font-weight: bold;
    color: #683d0d;
}

.podsumowanie-naglowek {
    font-size: 11pt;
    font-weight: bold;
    color: #683d0d;
}

.podsumowanie-nazwa {
    font-size: 13pt;
    font-weight: bold;
    color: #406b18;
}

.link-opiekun-start {
    text-decoration: none;
    color: #000000;
}

.link-opiekun-start:hover {
    text-decoration: underline;
}

#komunikat-szybki-ok {
    background-color: #3f8d00;
    padding: 8px;
    font-weight: bold;
    font-size: 15pt;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

#komunikat-szybki-blad {
    background-color: #9e2e01;
    padding: 8px;
    font-weight: bold;
    font-size: 15pt;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

#dokumenty a {
    text-decoration: none;
    color: #000000;
}

#dokumenty a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.ui-datepicker-calendar {
    display: none;
}

.podziekowanie-logotyp {
    float: left;
    margin: 10px;
    border: none;
    height: 40px;
}

#logotypy_stopka {
    overflow: auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.procent1krs {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.procent1krs p {
    font-size: 10pt;
    float: left;
    text-align: left;
}

.procent1krs p span {
    font-weight: bold;
}

.procent1krs img {
    float: left;
    height: 38px;
    margin-right: 10px;
    margin-bottom: 10px;
}