/* OGÓLNE */

body {
    background: url(background.jpg) repeat;
    font-size: 14px;
    font-family: "Merge-Light", Tahoma;
    color: #fff8ec;
}

a {
    color: #fff8ec;
    text-decoration: none;
}

#content a {
    color: #8FBE00;
}

#content a:hover {
    color: #505050;
}

a:hover {
    color: #505050;
}

section#left-panel {
    width: 330px;
    height: 120%;
    position: fixed;
    z-index: 9000;
    top: -20px;
    left: 0;
    background-color: #40c0cb;
    -moz-transform: rotate(1.25deg);
    -o-transform: rotate(1.25deg);
    -webkit-transform: rotate(1.25deg);
    -ms-transform: rotate(1.25deg);
    transform: rotate(1.25deg);
    -moz-box-shadow: -1px 0px 20px #949089;
    -o-box-shadow: 2px 2px 0 #949089;
    -webkit-box-shadow: 2px 2px 0 #949089;
    box-shadow: -1px 0px 20px #949089;
}

section#left-panel div#left {
    width: 310px;
    height: 100%;
    background-color: #00a8c6;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transform: rotate(-1.25deg);
    -o-transform: rotate(-1.25deg);
    -webkit-transform: rotate(-1.25deg);
    -ms-transform: rotate(-1.25deg);
    transform: rotate(-1.25deg);
}

section#left-panel header {
    width: 190px;
    height: 73px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 60px;
}

section#left-panel header img {
    width: 190px;
    height: 73px;
}

section#left-panel nav {
    position: absolute;
    top: 250px;
}

section#left-panel ul {
    display: block;
    width: 310px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #40c0cb;
}

section#left-panel li {
    display: block;
    width: 100%;
    height: 50px;
    border-top: 1px solid #40c0cb;
    font-size: 16px;
    font-family: "Merge-Light", Tahoma;
}

section#left-panel li:hover {
    background-color: #aee239;
}

section#left-panel li:hover a {
    background: url(arrow.png) no-repeat right;
}

section#left-panel li a {
    position: relative; 
    left: 33px;
    display: block;
    padding: 15px 0;
}

section#left-panel footer{
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 310px;
    font-size: 12px;
    color: #40c0cb;
    text-align: center;
}

.link_stopka {
    color: #40c0cb;
}

section#content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section#content>* {
  margin-left: 330px;
}

section#content>header {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0px;
    z-index: -2;
}

section#content>header>h1 {
    width: 100%;
    background: #aee239;
    font-weight: normal;
    font-size: 62px;
    padding: 20px 0;
    margin: 0;
    margin-top: 50px;
    -moz-transform: rotate(-1.0deg);
    -o-transform: rotate(-1.0deg);
    -webkit-transform: rotate(-1.0deg);
    -ms-transform: rotate(-1.0deg);
    transform: rotate(-1.0deg);
    -moz-text-shadow: 2px 2px 0 #8fbe00;
    -o-text-shadow: 2px 2px 0 #8fbe00;
    -webkit-text-shadow: 2px 2px 0 #8fbe00;
    text-shadow: 2px 2px 0 #8fbe00;
    text-indent: 390px;
}

section#content article {
    margin: 30px 60px 30px 390px;
    color: #76736d;
    text-align: justify;
    border: 0;
    border-top: 1px dashed #cbc8bf;
}

h2 {
    color: #00A8C6;
    font-size: 18px;
    font-weight: normal;
    border: 0;
}

aside {
    margin: 60px;
    margin-left: 400px !important;
    color: #76736d;
    font-size: 14px;
}

aside a {
    color: #76736d !important;
}

aside a:hover {
  color: #505050 !important;
}

aside#linki ul {
    margin-left: -30px;
    padding: 0;
    border: 0;
    border-top: 1px dashed #cbc8bf;
    
}

aside#linki ul li {
    border: 0;
    border-bottom: 1px dashed #cbc8bf;
    font-size: 16px;
    padding: 10px;
    list-style-type: none;
    margin: 0px;
}


/* FORMULARZ */

fieldset {
    margin-left: 60px;
    margin-top: 60px;
    border: 0;
    text-align: center;
}

fieldset>ol {
  display: block;
  margin: 0;
  position: relative;
  padding: 0;
  list-style: none;
  counter-reset:li;
  clear: both;
}

fieldset>ol>li:before {
    content:counter(li)".";
    counter-increment:li;
    position: relative;
    margin-top: 120px;
    top: -60px;
    left: -2em;
    font-family: Tahoma;
    font-size: 32px;
    color: #bdb8af;
    float: left;
    margin-left: 100px;
    width: 30px;
    text-align: right;
}

fieldset li {
    display: block;
    margin: 30px 0;
    clear: both;
}

textarea.fiszka {
    width: 240px;
    height: 168px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-family: Verdana;
    border: none;
    -moz-box-shadow: 2px 2px 10px #8beb9b0;
    -o-box-shadow: 2px 2px 10px #beb9b0;
    -webkit-box-shadow: 2px 2px 10px #beb9b0;
    box-shadow: 2px 2px 10px #beb9b0;
    resize: none;
    font-size: 14px;
    vertical-align: middle;
}

fieldset img {
    margin: 0 70px;
    vertical-align: middle;
    display: block;
    float: left;
    position: relative;
    margin-top: 120px;
    top: -60px;
}

fieldset>div {
  clear: both;
}

fieldset input[type="submit"], button {
    padding: 10px;
    background: #aee239;
    color: #fbf5e9;
    font-size: 20px;
    border: none;
    margin: 10px 0 20px;
    cursor: pointer;
}

fieldset input[type="submit"]:hover, button:hover {
    background: #40c0cb;
}

.obramowanie {
  display: none;
    padding: 15px 15px 13px 10px;
    background: #aee239;
    color: #fbf5e9;
    margin: 10px 0 20px;
    border: none;
    font-family: Tahoma;
    font-size: 16px;
}

#obramowanie {
  margin-right: 10px;
}

input[type="submit"]:hover ~ .obramowanie, .obramowanie:hover {
  display: inline;
}

li div.nicEdit-fiszka {
    display: block;
    float: left;
    margin-bottom: 50px;
}

li div.nicEdit-main {
    margin: 0;
    padding: 20px;
    width: 200px;
    height: 128px;
    display: block;
    font-family: "Dejavu Sans", Verdana;
    border: none;
    -moz-box-shadow: 2px 2px 10px #8beb9b0;
    -o-box-shadow: 2px 2px 10px #beb9b0;
    -webkit-box-shadow: 2px 2px 10px #beb9b0;
    box-shadow: 2px 2px 10px #beb9b0;
    font-size: 13px;
    vertical-align: middle;
    background: #ffffff;
    color: #161616;
    text-align: left;
    outline: none;
}

li div.nicEdit-main ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 13px;
}

li div.nicEdit-main ol {
    list-style: circle;
    margin: 0;
    padding: 0 0 0 13px;
}

li div.nicEdit-main ol li {
    display: list-item;
    margin: 0.7em 0;
    padding: 0;}

li div.nicEdit-main ul li {
    display: list-item;
    margin: 0.7em 0;
    padding: 0;
}

li div.nicEdit-main p {
    margin: 0.7em 0;
}

#nic_panel {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #40c0cb;
  border-bottom: 1px solid #40c0cb;
}

.nicEdit-panelContain {
    margin: 10px;
}

.nicEdit-buttonContain {
    width: 25px !important;
    height: 25px !important;
    margin: 0 5px;
    background: #fbf5e9 !important;
}

.nicEdit-button-undefined {
    border: none !important;
    background: none !important;
    padding: 3px;
}

.nicEdit-pane {
  display: none !important;
}

.nicEdit-panel>div:last-child {
    display: none;
}
/* KONTAKT */

#kontakt {
    position: relative;
    top: 40px;
}

#kontakt fieldset {
  margin-top: 30px;
}

form#kontakt input[type="text"], form#kontakt textarea {
    border: 1px solid #e8e4db;
    background: #FFFFFF;
    color: #707070;
    padding: 12px;
    margin: 5px;
    font-family: "Merge-Light", Tahoma;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form#kontakt input[type="text"]:focus, form#kontakt textarea:focus {
    border: 1px solid #cbc8bf;
}

form#kontakt input[type="submit"] {
    font-family: "Merge-Light", Tahoma;
    font-size: 18px;
    width: 150px;
}

#kontakt ul {
    margin: 0;
    padding: 0;
    margin-left: -40px;
}

#kontakt li {
    margin: 0;
    padding: 0;
}

#kontakt #imie {
    background: #FFFFFF url('images/ikona_czlowiek.jpg') 215px 12px no-repeat;
    width: 250px;
    padding-right: 40px;
}

#kontakt #email {
    background: #FFFFFF url('images/ikona_koperta.jpg') 211px 12px no-repeat;
    width: 250px;
    padding-right: 50px;
}

#kontakt #temat, #kontakt #tresc {
    width: 510px;
}

#kontakt #tresc {
    height: 200px;
}

#kontakt #mail {
    display: none;
}

aside#komunikat {
    width: 510px;
    margin-left: -80px !important;
    position: relative;
    left: 50%;
    margin-bottom: -70px !important;
    padding: 0;
    border: 0;
    border-top: 1px dashed #cbc8bf;
    border-bottom: 1px dashed #cbc8bf;
    font-size: 18px;
    color: #00a8c6;
}

aside#komunikat p {
    margin: 10px 0;
    padding: 0;
}

noscript aside {
    font-size: 14px !important;
}

li.fiszka1 {
  display: none;
}

/*główna

section#akrobata {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/fiszkiakrobata.png') bottom right;
}*/

#akrobata aside {
position: absolute;
margin: 0 !important;
border: 0 !important;
top: -90px;
right: 0;
z-index: -1;
}

#powitanie {
margin: 90px 100px !important;
border: 0 !important;
width: 412px;
height: 318px;
background: url("/images/powitanie.png");
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 70px 70px;
	z-index: 100;
}

#powitanie header p {
    color: #00A8C6;
    font-size: 24px;
    margin: -10px 0 0;
    text-align: left;
}

#powitanie #drugi {
    color: #8fbe00;
    font-size: 30px;
    text-align: right;
}