/* =Typography
-----------------------------------------------------------------------------*/
body {
    font-family: 'PT Sans','Trebuchet MS',Helvetica,Arial,sans-serif;
    background-color: #fefefe;
    /*background: #F6F5ED url('bg.jpg') no-repeat center -600px;*/
    font-size: 1.1em;
}
h1, h2, h3, h4, h5 {
    font-family: 'PT Sans','Trebuchet MS',Helvetica,Arial,sans-serif;
}

img, #feedback, #banner, #intro li {
    border-radius: 3px;
}

.wrapper {
    margin: auto;
    max-width: 1300px;
    padding: 0 10px;
    width: 94%;
    /*background: #FFF;*/
}

/* =Buttons
-----------------------------------------------------------------------------*/

.btn-blue


.search-form {
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.ir-btn-ico {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    color: #009dd1;
    cursor: pointer;
    display: inline-block;
    /*
    font-family: "Helvetica Neue",Helvetica,Tahoma,sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.65em;
    */
    width: 30px;
    font-size: 16px;
    margin: 1px;
    outline: medium none;
    padding: 0.5em 0.5em;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
}

.ir-btn-ico:hover {
    background: #009dd1;
    color: #fff;
}
/* =Tables
-----------------------------------------------------------------------------*/

.grid-view table {
    border: 0px !important;
}

.grid-view table.items {
    background: none !important;
    border: 0px !important;
}

.grid-view table.items th, .grid-view table.items td {
    font-size: 0.9em;
    padding: 0.3em;
    border: 0px !important;

}

.grid-view table.items td {

    font-size: 0.9em;
    padding: 0.3em;
}

.grid-view table.items tr.odd {
    background: #F8F8F8 !important;
}

.grid-view table.items tr.even {
    background: #FFF !important;
}

table.detail-view tr.even {
    background: white !important;
}

table.detail-view tr.odd {
    background: white !important;
}

/* =Submenu
-----------------------------------------------------------------------------*/

#submenu li {
    position: relative !important;

}

#submenu #mini-logo {
    position: absolute;

    width: 140px;
    height: 90px;
    top: -18px;
    right: 10px;
    text-align: center;
    padding-top: 10px;
    box-shadow: 2px 2px 2px #555;
}

#submenu #mini-logo img {
}

#submenu li a {
    text-align: left;
    width: 120px;
}

/* =Page
-----------------------------------------------------------------------------*/

#page h2 {
    color: #918f88 !important;
}

#page h3 {
    display: inline !important;
    margin-left: 10px;
}

/* =Intro
-----------------------------------------------------------------------------*/

#intro li {
    background-color: #E9E6DA;
}

#intro .subheader {
    border-bottom: 1px solid #CCCCCC;
    /*color: rgba(0, 0, 0, 0.4);*/
    color: #918f88;
    padding-bottom: 0.3em;
}

#intro h3 {
    font-weight: bold;
    /*
    background: none repeat scroll 0 0 #94a2ac;
border-top: 10px solid #5b6b78;
    padding: 1.65em;
    */
}

#intro h4 {
    font-size: 0.8em;
    font-weight: normal;
    /*
    padding: 0 1.65em;
    */
}

#intro p {
    /* padding: 1.65em;*/
}

#mini-logo-img {

}

#mini-logo {
    float: right; 
    width: 140px;
    height: 90px;
    background: rgba(255,255,255,0.4);
    position: relative;
    top: -38px;
    right: -10px;
    text-align: center;
    padding-top: 10px;
    box-shadow: 2px 2px 2px #555;
}

#page-mini-logo {
    float: right; 
    width: 70px;
    height: 45px;
    background: rgba(255,255,255,0.4);
    position: relative;
    top: -38px;
    right: -10px;
    text-align: center;
    padding-top: 10px;
    box-shadow: 2px 2px 2px #555;
}

#page-mini-logo-img {
    width: 50%;

}

.top-border {
    border-top: 5px solid;
}

.border-black {
    border-color: #000;
}

.border-orange {
    border-color: #EF7F1A;
}

.border-grey {
    border-color: #C5C6C6;
}

img, #feedback, #banner, #intro li {
    border-radius: 3px;
}

/* =Links
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/


/* =Header
-----------------------------------------------------------------------------*/
#header-wrapper {
    background-color: #333;
}

#header {
    margin-bottom: 0.6em;
    margin: auto;
    max-width: 1300px;
    padding: 0px 10px 15px 10px;
    width: 94%;
}

#header h1 {
    font-family: 'Russo One';
    color: #DDD;
    /*text-shadow: 1px 1px 0px #FFF, 3px 3px 0px #BBB;*/
    float: left;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-style: italic;
}

#header h1 em {
    color: #CC0000;
}

#header img{
    /*
    -webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
    */
    margin-right: 20px;
    margin-top: 20px;
}
/*
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
*/


#promo {
    margin-bottom: 1.5em;
    height: 50px;
}

/* =Nav
-----------------------------------------------------------------------------*/

.navbar-operations {
    background: #C5C6C6;
}

.navbar-pills a, .navbar-pills span {
    padding: 0.3em 1.65em;
}

.nav-h ul:after, .nav-g ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.nav-h, .nav-h ul, .nav-h ul li, .nav-h, .nav-g, .nav-g ul, .nav-g ul li, .nav-g, .nav-v ul, .nav-v, .nav-tabs ul, .nav-pills, .nav-pills ul {
    float: none;
}
.nav-h ul, .nav-g ul {
    list-style: outside none none;
    margin: 0;
}

.nav-h ul li, .nav-g ul li {
    float: left;
    margin-right: 1.5em;
    height: 100px;
    width: 150px;
    position: relative;
}

.nav-h ul li a, .nav-g ul li a {
    text-decoration: none;
}
.nav-h ul li a, .nav-h ul li span, .nav-g ul li a, .nav-g ul li span {
    display: block;
}

.nav-g a span {
    font-family: 'PT Sans';
    font-size: 6pt;
    position: absolute;
    overflow:hidden;
    top: 50px;
}

.nav-g a:hover  span, .nav-g a.active {
    font-family: 'PT Sans';
    font-size: 8pt;
    position: absolute;
    overflow:hidden;
    top: 0px;
}

.nav-g span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-g a, .nav-h a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 1.65em;
    border-top: 4px solid #3c3c3c;
}

.nav-g a:hover, .nav-h a:hover, .nav-g li .active, .nav-h li .active {
    color: #fff;
    text-decoration: none;
    background: #3a3a3a;
    border-top: 4px solid #222;

}

#header nav {
    float: right;
    margin-bottom: 0;
    /*margin-top: 1.2em;*/
    text-transform: uppercase;
    font-family: 'Russo One';
}

.navbar a:hover {
  text-decoration: none;
}

/* =Nav SUBMENU
-----------------------------------------------------------------------------*/
#mainmenu
{
/*    background:white url(bg.gif) repeat-x left top;*/
}

#mainmenu ul
{
    padding:6px 20px 5px 0px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a i
{
    display: block;
    text-align: center;
/*    text-shadow: 2px 2px 2px #666;*/
}

#mainmenu ul li a
{
    color:#fff;
    background: #6399cd;
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    padding:20px 10px;
    display: inline-block;
    text-align: center;
    width: 160px;
    border-radius: 0 0 3px 3px;
    border-bottom: 5px solid #dddddd;
/*    height: 160px;*/
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

#subpages {
    margin-left: 0px;
    /*font-family: 'Russo One';*/
    font-size: 1em;
}

#subpages nav {
    float: right;
    margin-bottom: 0;
    /*margin-top: 1.2em;*/
    text-transform: uppercase;

}

.subnav-h ul:after, .subnav-g ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.subnav-h, .subnav-h ul, .subnav-h ul li, .subnav-h, .subnav-g, .subnav-g ul, .subnav-g ul li, .subnav-g, .subnav-v ul, .subnav-v, .subnav-tabs ul, .subnav-pills, .subnav-pills ul {
    float: none;
}
.subnav-h ul, .subnav-g ul {
    list-style: outside none none;
    margin: 0;
}

.subnav-h ul li a, .subnav-g ul li a {

}

.subnav-h ul li, .subnav-g ul li {
    float: left;
    margin-right: 1px;
    background: #DDDDDD;
    min-width: 100px;
    text-align: center;

}

.subnav-h ul li a, .subnav-g ul li a {
    text-decoration: none;
}
.subnav-h ul li a, .subnav-h ul li span, .subnav-g ul li a, .subnav-g ul li span {
    display: block;
}

.subnav-g a span {
    font-family: 'PT Sans';
    font-size: 6pt;
    overflow:hidden;
}

.subnav-g, .subnav-h {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.subnav-g a, .subnav-h a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0.6em 0.4em;

}

.subnav-g a:hover, .subnav-h a:hover, .subnav-g .active a, .subnav-h .active a {
    color: #fff;
    text-decoration: none;
    background: #3a3a3a;
}

/*------------------------------------------------------------------------------*/
/*
.subnav-g a, .subnav-h a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 0.6em 0.8em;
        
}

.subnav-g a:hover, .subnav-h a:hover, .active {
        color: #fff;
        text-decoration: none;
        background: #cc0000;
}

.subnav-h:after, .subnav-g:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.subnav-h ul, .subnav-g ul {
    list-style: outside none none;
}

.subnav-h ul li, .subnav-g ul li {
    float: left;
        margin-right: 1px;
        background: #DDDDDD;
}

.subnav-g {
        height: 30px;
}

.subnav-g ul li {
        min-width: 150px;
        text-align: center;
}

.subnav-g a {
        height: 100%;
        position: relative;
}

.subnav-g a span {
        font-family: 'PT Sans';
        font-size: 6pt;
        position: absolute;
        overflow:hidden;
        top: 50px;
}

.subnav-g a:hover  span, .subnav-g a.active {
        font-family: 'PT Sans';
        font-size: 8pt;
        position: absolute;
        overflow:hidden;
        top: 0px;
}

.subnav-g span {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
}
*/

/* =Misc
-----------------------------------------------------------------------------*/

#feedback {
    background-color: #000000;
    padding: 2em 3em;
}
img, #feedback, #banner, #intro li {
    border-radius: 3px;
}

#blocks dd {
    float: left;
    margin: 0;
    padding-bottom: 1.5em;
    width: 74%;
}

.unit-padding {
    background: rgba(233,230,218,0.8) !important;
    border: 1px solid rgba(255,255,255,0.8);
    /* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

.unit-padding:hover {
    background-color: #FFF !important;
    /* Firefox */
    -moz-transition: all 0.4s ease-in;
    /* WebKit */
    -webkit-transition: all 0.4s ease-in;
    /* Opera */
    -o-transition: all 0.4s ease-in;
    /* Standard */
    transition: all 0.4s ease-in;
}

.pull-right {
    float: right;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer
{
    /*padding: 10px;*/
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
}

/* =Outer
-----------------------------------------------------------------------------*/

#outer {
    background: url('../../images/background.png') repeat;
    /*background: #fff;*/
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    /*background: #f6f5ed;*/
    color: #333333;
    margin: 1em 0 1em;
    padding: 1em 0 1em;
}

#outer h2 {
    color: #CCC;
}

#outer h3 {
    color: #000;
}

#outer p {
    color: #333;
}

/* =Main
-----------------------------------------------------------------------------*/

#content
{
    /*padding: 20px;*/
}

#banner {
    background-color: #E9E6DA;
    line-height: 0;
    padding: 1.5em;
}
img, #feedback, #banner, #intro li {
    border-radius: 3px;
}

#blocks dl {
    margin: 0;
    overflow: hidden;
    padding-bottom: 1.5em;
}


#blocks dt {
    float: left;
    margin-right: 4%;
    width: 22%;
}


#blocks dd {
    float: left;
    margin: 0;
    padding-bottom: 1.5em;
    width: 74%;
}


#blocks dt img {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 3px 3px 0 #000000;
    padding: 4px;
}

.cennik {
    color: #333;
}

a.image_box {
    width: 200px !important;
    /*width: 100%;*/
    height: 140px;
    float: left;
    margin: 5px 5px 5px 0px;
    overflow: hidden;
    padding: 5px;
    /*border: 1px solid #7f8084;*/
    box-shadow: 1px 1px 3px #555;
}

.tabela_1 th {
    background: #ef7f1a;
}

blockquote {
    font-size: 1em;
    font-size: 1em;
}

article p {
    color: #333;
}

article ul {
    color: #333;
}

.errorMessage {
    display: inline;
    padding-left: 0px !important;
}