html 
{
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
body 
{
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    position: absolute;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin: 0;
}
p {
    margin: 0;
    font-weight: normal;
}
a {
    text-decoration: none!important;
} 

#box-left {
    width: 330px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: block;
    position: absolute;
    float: left;  
    z-index: 999;
    overflow-y: auto;   
}
#logo 
{
    height: 40%;
    min-height: 57px;
    display: table;
    width: 100%;
}
#logo_box
{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align:center;
    vertical-align: middle;
}
#logo img
{
    margin: auto;
    display: block;
    text-align: center;
}
#menu {
    height: 50%;
    margin: 0 auto;
    display: block;
}
#menu a { 
    padding-bottom: 13px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: block;   
}
#menu a:hover, 
#menu_list .active,
#collapseOne a:hover,
#collapseOne a.active
{
    color: #8b8b8b;
}
#copy {
    height: 10%;
    display: block;
}
#copy p {
    font-family: "Lato";
    font-size: 11px;
    font-weight: bold;
    color: #bababa;
    text-align: center;
}
#opis {
    width: 530px;
    height: 100%;
    left: 330px;
    background-color: rgba(255,255,255,.9);
    display: block;
    position: absolute;
    overflow-y: auto;
}
#opis h1, #opis p {
    padding-left: 50px;
    padding-right: 70px;
    font-family: "Lato"; 
    font-weight: bold;
}
#opis h1 {
    padding-top: 90px;
    padding-bottom: 50px;
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
}
#opis p {
    padding-bottom: 40px;
    line-height: 26px;
    color: #212121;
}
#opis .adres {
    padding-top: 70px;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    clear: both;
}
#opis .adres strong {
    font-weight: bolder;
}
#formularz {
    padding-left: 50px;
    padding-right: 50px;
}
#formularz .form-row {
    padding-bottom: 15px;
    display: block;
    clear: both;
}
#formularz label {
    width: 60px;
    padding-right: 120px;
    font-family: "Lato";
    font-size: 13px;
    font-weight: bold;
    color: #212121;
    display: inline-block;
    cursor: pointer;
}
#formularz input, 
#formularz textarea 
{
    width: 260px;
    display: inline-block;
    float: right;
    border: 1px solid #d4d4d4;
}
#formularz input[type=submit] 
{
    width: auto;
    margin-top: 15px;
    padding: 9px 18px; 
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    float: right;
    clear: both;
    background-color: #000;
    border: none;
}
#header {
    padding-top: 50px;
}
#header img {
    margin: 0px auto;
    display: block;
}
.panel {
    margin: 0px auto;
    border: none;
    background: none !important;
    box-shadow: none !important;
}
.panel-default {
    border: none;
}
.panel-default > .panel-heading {
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: none !important;
    border: none;
    background: none !important;
}
.panel-title a {
    width: 24px;
    height: 21px;
    margin: 0px auto;
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
#collapseOne {
    z-index: 999!important;
}
#collapseOne a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Lato";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    display: block;
    text-align: center;
}
.form-captcha label
{
    width: auto !important;
    text-align: right;
}
.form-captcha input
{
    width: 60px !important;
}
.ajaxLoaderBox
{
    display: none;
    text-align: center;
    padding-bottom: 15px;
}
.form-warning
{
    display: none;
    font-weight: bold;
}
.form-warning.warning
{
    color: red !important;
}
.form-warning.success
{
    color: green !important;
}